|
RSS Feed - WebSphere MQ Support
|
RSS Feed - Message Broker Support
|
 |
|
Where is my message going |
« View previous topic :: View next topic » |
Author |
Message
|
Missam |
Posted: Fri Feb 27, 2004 1:33 pm Post subject: Where is my message going |
|
|
Chevalier
Joined: 16 Oct 2003 Posts: 424
|
Hi,
I'm Using XMLTransformation Node in my subflow which is attached to my main flow.while processing a message an exception is generated in XMLTransformation Node.but my input message is not routed back and put it in my dead queue.my message just vanished,can any body tell where is the chance my message is lost.
this is the error found in syslog
Quote: |
Feb 27 16:25:21 agsosg90 WMQIv210[22130]: [ID 702911 user.error] (BROKER.EXEC_GROUP)[14]BIP4367E: The method 'evaluate' in Java node 'Applying Shape Grouping.XMLTransform1' has thrown the following exception: <com.ibm.broker.plugin.MbFatalException class:com.ibm.xsl.mqsi.XMLTransformNode method:evaluate source:com.ibm.xsl.mqsi.XMLTransformResources key:Error_Failure_Terminal_Not_Attachedmessage: [com.ibm.xsl.mqsi.XMLTransformResources:Error_Failure_Terminal_Not_Attached]Error: Could not propagate a message on the failure terminal because the failure terminal was not attached: Error: Could not propagate a message on the failure terminal because the failure terminal was not attached >. : BROKER.7b8a4ef3-fa00-0000-0080-83eed1506054: /build/S210_P/src/DataFlowEngine/PluginInterface/com_ibm_broker_plugin_CMbService.cpp: 1198: userMbExceptionToNativeException |
|
|
Back to top |
|
 |
JT |
Posted: Fri Feb 27, 2004 3:04 pm Post subject: |
|
|
Padawan
Joined: 27 Mar 2003 Posts: 1564 Location: Hartford, CT.
|
According to Problem Determination Guide for v2.1, the section on Using Failure Terminals, your message may have been simply discarded, although your flow would have to possess the following characteristics for that to happen:
1. The Failure terminal is not connected on the XMLTransformatioon node (this we already know)
2. There's no TryCatch node in the flow
3. The Catch terminal is not connected on the Input node
4. The flow is non-transactional
5. Lastly, the XMLTransaformation node would have to mimic the behavior of primitive nodes
If all the stars align, then your message is gone. |
|
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
|
|
|
|