Posted: Thu Aug 22, 2013 6:14 am Post subject: Integrate message broker with java class
Acolyte
Joined: 01 Jul 2013 Posts: 64
Hi All
When am call java class from compute node control not go into the compute node and I got class not found exception. I have given reference those java class to my message flow. but I got class not found exception that is following below
ExceptionList
RecoverableException
File:CHARACTER:F:\build\slot1\S800_P\src\DataFlowEngine\ImbDataFlowNode.cpp
Line:INTEGER:1154
Function:CHARACTER:ImbDataFlowNode::createExceptionList
Type:CHARACTER:ComIbmMQInputNode
Name:CHARACTER:ODM_GAE_CLOUD_MF#FCMComposite_1_1
Label:CHARACTER:ODM_GAE_CLOUD_MF.MQ Input
Catalog:CHARACTER:BIPmsgs
Severity:INTEGER:3
Number:INTEGER:2230
Text:CHARACTER:Node throwing exception
RecoverableException
File:CHARACTER:F:\build\slot1\S800_P\src\DataFlowEngine\ImbComputeNode.cpp
Line:INTEGER:497
Function:CHARACTER:ImbComputeNode::evaluate
Type:CHARACTER:ComIbmComputeNode
Name:CHARACTER:ODM_GAE_CLOUD_MF#FCMComposite_1_2
Label:CHARACTER:ODM_GAE_CLOUD_MF.AlertCompute
Catalog:CHARACTER:BIPmsgs
Severity:INTEGER:3
Number:INTEGER:2230
Text:CHARACTER:Caught exception and rethrowing
RecoverableException
File:CHARACTER:F:\build\slot1\S800_P\src\DataFlowEngine\ImbRdl\ImbRdlRoutine.cpp
Line:INTEGER:2111
Function:CHARACTER:SqlRoutine::resolveExternalJavaParameters
Type:CHARACTER:ComIbmComputeNode
Name:CHARACTER:ODM_GAE_CLOUD_MF#FCMComposite_1_2
Label:CHARACTER:ODM_GAE_CLOUD_MF.AlertCompute
Catalog:CHARACTER:BIPmsgs
Severity:INTEGER:3
Number:INTEGER:3202
Text:CHARACTER:An error occured whilst trying to locate a Java Class / method
Insert
Type:INTEGER:5
Text:CHARACTER:.ODM_GAE_CLOUD_MF_Compute.readfile1
Insert
Type:INTEGER:5
Text:CHARACTER:1.1
Insert
Type:INTEGER:5
Text:CHARACTER:com.mss.walmart.odm.GoogleCloudStorage.googleStore
Insert
Type:INTEGER:5
Text:CHARACTER:readfile1
RecoverableException
File:CHARACTER:F:\build\slot1\S800_P\src\DataFlowEngine\ImbRdl\ImbRdlExternalJava.cpp
Line:INTEGER:1140
Function:CHARACTER:ESQL2JavaMethodResolver::decodeReturnStatus
Type:CHARACTER:
Name:CHARACTER:
Label:CHARACTER:
Catalog:CHARACTER:BIPmsgs
Severity:INTEGER:3
Number:INTEGER:2928
Text:CHARACTER:The Java return type does not match the ESQL return type
Insert
Type:INTEGER:5
Text:CHARACTER:com.mss.walmart.odm.GoogleCloudStorage.googleStore
Joined: 10 Feb 2003 Posts: 6076 Location: Somewhere over the Rainbow this side of Never-never land.
The key parts of the ExceptionList are right at the bottom
Code:
Catalog:CHARACTER:BIPmsgs
Severity:INTEGER:3
Number:INTEGER:2928
Text:CHARACTER:The Java return type does not match the ESQL return type
Insert
Type:INTEGER:5
Text:CHARACTER:com.mss.walmart.odm.GoogleCloudStorage.googleStore
(note that I have used [c o d e] tags (located above the box where you input the text.
What does that tell you? _________________ WMQ User since 1999
MQSI/WBI/WMB/'Thingy' User since 2002
Linux user since 1995
Every time you reinvent the wheel the more square it gets (anon). If in doubt think and investigate before you ask silly questions.
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum