|
RSS Feed - WebSphere MQ Support
|
RSS Feed - Message Broker Support
|
 |
|
Exception thrown by collector node |
« View previous topic :: View next topic » |
Author |
Message
|
topmahajan |
Posted: Tue Dec 18, 2012 3:43 am Post subject: Exception thrown by collector node |
|
|
Newbie
Joined: 18 Dec 2012 Posts: 7
|
Hi,
We are using collector node in our interfaces. We are seeing some exceptions raised by some of the interfaces.
Weird thing is that no input message/payload is getting failed. Our common error flow logs the payload attributes to identify the message in case of failure. But we are not seeing any payload getting logged by commmon error flow. Below exception is getting logged by our common error flow:
**************************************************
- <tgt:ExceptionInformation>
<tgt:ExceptionNumber>4395</tgt:ExceptionNumber>
<tgt:Severity>3</tgt:Severity>
<tgt:Category>RecoverableException</tgt:Category>
<tgt:DetailErrorMessage>RecoverableException::Node throwing exception.RecoverableException::Unhandled exception in plugin method..RecoverableException::Unhandled exception in plugin method.->522.</tgt:DetailErrorMessage>
<tgt:ErrorSource>com.tgt.isi.schemas.ISI_SendArticleMasterDataToWMSICC_MsgFlow.AMToWMSICCCollection</tgt:ErrorSource>
</tgt:ExceptionInformation>
**********************************************
And we are able to see the detail error in the Broker log. Below is the message in broker log:
***********************************************************
Dec 17 11:07:05 wmqlx1025 WebSphere Broker v7003[2366]: (WMQPQM11_BK.WMQPQM11_ISI_SAP_ARTMST)[19]BIP4367E: The method 'run' in Java node 'AMToWMSRCCollection' has thrown the following exception: java.lang.NullPointerException. : WMQPQM11_BK.e0200e96-3801-0000-0080-fec93c18cf5c: /build/S700_P/src/DataFlowEngine/PluginInterface/com_ibm_broker_plugin_CMbService.cpp: 1845: ImbJavaExceptionUtils::throwableToNativeException: :
Dec 17 11:07:05 wmqlx1025 WebSphere Broker v7003[2366]: (WMQPQM11_BK.WMQPQM11_ISI_SAP_ARTMST)[19]BIP4395E: Java exception: 'java.lang.NullPointerException'; thrown from class name: 'com.ibm.broker.eda.CollectorNode', method name: 'removeCollection', file: 'CollectorNode.java', line: '522' : WMQPQM11_BK.e0200e96-3801-0000-0080-fec93c18cf5c: /build/S700_P/src/DataFlowEngine/PluginInterface/com_ibm_broker_plugin_CMbService.cpp: 1863: ImbJavaExceptionUtils::throwableToNativeException: :
Dec 17 11:07:05 wmqlx1025 WebSphere Broker v7003[2366]: (WMQPQM11_BK.WMQPQM11_ISI_SAP_ARTMST)[7]BIP2628E: Exception condition detected on input node 'com.tgt.isi.schemas.ISI_SendArticleMasterDataToWMSICC_MsgFlow.AMToWMSICCCollection'. : WMQPQM11_BK.e0200e96-3801-0000-0080-fec93c18cf5c: /build/S700_P/src/DataFlowEngine/PluginInterface/ImbJniNode.cpp: 1705: ImbJniNode::dispatcher: ComIbmCollectorNode: com/tgt/isi/schemas/ISI_SendArticleMasterDataToWMSICC_MsgFlow#FCMComposite_1_4
Dec 17 11:07:05 wmqlx1025 WebSphere Broker v7003[2366]: (WMQPQM11_BK.WMQPQM11_ISI_SAP_ARTMST)[7]BIP4367E: The method 'run' in Java node 'AMToWMSICCCollection' has thrown the following exception: java.lang.NullPointerException. : WMQPQM11_BK.e0200e96-3801-0000-0080-fec93c18cf5c: /build/S700_P/src/DataFlowEngine/PluginInterface/com_ibm_broker_plugin_CMbService.cpp: 1845: ImbJavaExceptionUtils::throwableToNativeException: :
Dec 17 11:07:05 wmqlx1025 WebSphere Broker v7003[2366]: (WMQPQM11_BK.WMQPQM11_ISI_SAP_ARTMST)[7]BIP4395E: Java exception: 'java.lang.NullPointerException'; thrown from class name: 'com.ibm.broker.eda.CollectorNode', method name: 'removeCollection', file: 'CollectorNode.java', line: '522' : WMQPQM11_BK.e0200e96-3801-0000-0080-fec93c18cf5c: /build/S700_P/src/DataFlowEngine/PluginInterface/com_ibm_broker_plugin_CMbService.cpp: 1863: ImbJavaExceptionUtils::throwableToNativeException: :
****************************************************
We are using WMB 7.0.3. We are not able to find the root cause for this issue. Any help from the forum is very much appreciated.
Thanks,
Prashant |
|
Back to top |
|
 |
McueMart |
Posted: Tue Dec 18, 2012 3:58 am Post subject: |
|
|
 Chevalier
Joined: 29 Nov 2011 Posts: 490 Location: UK...somewhere
|
Upgrade to 7.0.0.5 and see if its fixed else
Code: |
Java exception: 'java.lang.NullPointerException'; thrown from class name: 'com.ibm.broker.eda.CollectorNode', method name: 'removeCollection', file: 'CollectorNode.java', line: '522' |
Would tell me its time to open a PMR. |
|
Back to top |
|
 |
topmahajan |
Posted: Tue Dec 18, 2012 11:28 pm Post subject: |
|
|
Newbie
Joined: 18 Dec 2012 Posts: 7
|
Thanks McueMart. Will open a PMR with IBM for the same. |
|
Back to top |
|
 |
fjb_saper |
Posted: Wed Dec 19, 2012 1:33 pm Post subject: |
|
|
 Grand High Poobah
Joined: 18 Nov 2003 Posts: 20756 Location: LI,NY
|
I've seen some strange null pointer in exception on collector node, just because the xml on input was malformed. Had to fix it in the blob before the collector node... (some character did not get escaped and should have been)  _________________ MQ & Broker admin |
|
Back to top |
|
 |
topmahajan |
Posted: Thu Dec 20, 2012 3:39 am Post subject: |
|
|
Newbie
Joined: 18 Dec 2012 Posts: 7
|
fjb_saper : Weird thing is that, actually no input message is getting failed. Messages are getting processed but we are receiving these exceptions also.
We had opened the PMR with IBM and they have provided us the fix (for v7.0.0.3).
They have provided us below two files to update in the Broker:
Fix name: 7.0.0.3-WS-MB-LinuxX64-TFP92303
Build number: 132467
Product: WebSphere Message Broker V7.0 (WS-MB)
Platform: Linux on x86-64 platform (LinuxX64)
Maintenance level: 7.0.0.3 *** ONLY APPLY THIS FIX TO A 7.0.0.3 INSTALLATION ***
Filename Description - see "Instructions" below
-----------------------------------------------------------------------------------------------
lib/libimbdfeda.so MESSAGE BROKER FILE
lil/mqsieda.par MESSAGE BROKER FILE |
|
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
|
|
|
|