Posted: Thu Aug 25, 2011 12:30 am Post subject: user.log file is getting filled with same errors
Novice
Joined: 01 Feb 2011 Posts: 19
Hi,
We have one exception handling flow which contains java compute nodes and compute nodes that are processing the XML messages.
When we deployed the flow on one AIX box, it is working fine but the same bar file when deployed on another AIX box, we are getting error like
Quote:
BIP2232E: Error detected whilst handling a previous error in node '<FLOW_NAME>.<JAVA_COMPUTE_NODE_NAME>'. : <EXECUTION_GROUP_NAME>.278858d7-2901-0000-0080-dd98f81b18da: /build/S610_P/src/DataFlowEngine/ImbDataFlowNode.cpp: 769: ImbDataFlowNode::logExceptionList: ComIbmJavaComputeNode: <FLOW_NAME>#FCMComposite_1_6
This error is getting logged in /var/mqsi/user.log file. This happens when the message passes through the flow.
Messages are getting processed through the flow but error is also getting logged.
There are 3 Java compute nodes and the log gets populated with the same error message but with names of these 3 java compute nodes in reverse order say if names are A, B, C then it is populating like
BIP2232E: Error detected whilst handling a previous error in node '<FLOW_NAME>.<C>'. : <EXECUTION_GROUP_NAME>.278858d7-2901-0000-0080-dd98f81b18da: /build/S610_P/src/DataFlowEngine/ImbDataFlowNode.cpp: 769: ImbDataFlowNode::logExceptionList: ComIbmJavaComputeNode: <FLOW_NAME>#FCMComposite_1_6
BIP2232E: Error detected whilst handling a previous error in node '<FLOW_NAME>.<B>'. : <EXECUTION_GROUP_NAME>.278858d7-2901-0000-0080-dd98f81b18da: /build/S610_P/src/DataFlowEngine/ImbDataFlowNode.cpp: 769: ImbDataFlowNode::logExceptionList: ComIbmJavaComputeNode: <FLOW_NAME>#FCMComposite_1_6
BIP2232E: Error detected whilst handling a previous error in node '<FLOW_NAME>.<A>'. : <EXECUTION_GROUP_NAME>.278858d7-2901-0000-0080-dd98f81b18da: /build/S610_P/src/DataFlowEngine/ImbDataFlowNode.cpp: 769: ImbDataFlowNode::logExceptionList: ComIbmJavaComputeNode: <FLOW_NAME>#FCMComposite_1_6
When we stopped the flow, error logging got stopped.
The broker and MQ versions on both AIX boxes are same.
Please help me understand why it is working fine on one box and not working on another box.
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