|
RSS Feed - WebSphere MQ Support
|
RSS Feed - Message Broker Support
|
 |
|
Java Compute Node - Logging Information |
« View previous topic :: View next topic » |
Author |
Message
|
santy |
Posted: Fri Jul 10, 2009 1:30 am Post subject: Java Compute Node - Logging Information |
|
|
Centurion
Joined: 03 Nov 2006 Posts: 141
|
Hi,
I have created a message flow in 6.0 which uses Java Compute Node.
Java Compute node does some of the complex operations. When I'm trying to run the message flow, there is a failure in Java Compute Node -
(0x03000000):Text = '[BIPv610:2230]BIP2230E: Error detected whilst processing a message in node 'Caught exception a
nd rethrowing'.
The message broker detected an error whilst processing a message in node 'Caught exception and rethrowing'. An exception has
been thrown to cut short the processing of the message.
See the following messages for details of the error. : Caught exception and rethrowing' (CHARACTER)
)
(0x01000000):Insert = (
(0x03000000):Type = 5 (INTEGER)
(0x03000000):Text = 'com.ibm.broker.plugin.MbOutputTerminal._propagate(Native Method)
com.ibm.broker.plugin.MbOutputTerminal.propagate(MbOutputTerminal.java:103)
IS_MF_CC_MRA_CREST_DELIVERY_Resequence_JavaCompute.evaluate(IS_MF_CC_MRA_CREST_DELIVERY_Resequence_JavaCompute.java:99)
com.ibm.broker.javacompute.MbRuntimeJavaComputeNode.evaluate(MbRuntimeJavaComputeNode.java:179)
com.ibm.broker.plugin.MbNode.evaluate(MbNode.java:1434)' (CHARACTER)
So is there any way I can track the step by step logging operations of Java Compute Node. Like In compute Node we can declare Environment Variables and in race node by priting those variables we get the values for those fields ? |
|
Back to top |
|
 |
Gaya3 |
Posted: Fri Jul 10, 2009 2:17 am Post subject: |
|
|
 Jedi
Joined: 12 Sep 2006 Posts: 2493 Location: Boston, US
|
we can do tracing, environment variable populating everything over here..
browse or search about globalEnvironment it will give you more idea. _________________ Regards
Gayathri
-----------------------------------------------
Do Something Before you Die |
|
Back to top |
|
 |
santy |
Posted: Fri Jul 10, 2009 2:27 am Post subject: |
|
|
Centurion
Joined: 03 Nov 2006 Posts: 141
|
Hi Gaya,
Thanks for this information. I saw the help for this.
Can you please give me an example of this, how it can be used ? |
|
Back to top |
|
 |
Gaya3 |
Posted: Fri Jul 10, 2009 3:39 am Post subject: |
|
|
 Jedi
Joined: 12 Sep 2006 Posts: 2493 Location: Boston, US
|
MbElement Root = outAssembly.getGlobalEnvironment().getRootElement();
Root.createElementAsLastChild(MbElement.TYPE_NAME,"!!!!!HereWeGo!!!!!","Gayathri");
Search you will get ample of information _________________ Regards
Gayathri
-----------------------------------------------
Do Something Before you Die |
|
Back to top |
|
 |
WMBDEV1 |
Posted: Fri Jul 10, 2009 3:49 am Post subject: |
|
|
Sentinel
Joined: 05 Mar 2009 Posts: 888 Location: UK
|
Gaya3 wrote: |
Root.createElementAsLastChild(MbElement.TYPE_NAME,"!!!!!HereWeGo!!!!!","Gayathri");
|
Shouldnt that be:
Root.createElementAsLastChild(MbElement.TYPE_NAME_VALUE,"!!!!!HereWeGo!!!!!","Gayathri");
as your specifying a name and a value?  |
|
Back to top |
|
 |
|
|
 |
|
Page 1 of 1 |
|
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
|
|
|
|