Author |
Message
|
vikas.bhu |
Posted: Mon Aug 10, 2015 8:10 pm Post subject: Problem with exception in Broker Log |
|
|
Disciple
Joined: 17 May 2009 Posts: 159
|
Hi All,
I am using WMB8.0.0.4 and using JMSInput node and compute node to insert record in DB.
I observe the some time exception is not logged in Broker Log file.
But when I enable the trace using the mqsichangetrace I can see the exception in the log.
when I say some time ----->I can see that exception is generated and thrown when developer has used throw statement(not every time exception is logged).
I am ok if I am getting below exception.But it is not always coming.
The JMSInput Node 'JMS Input' could not process a non-transactional message. A backout destination has either not been defined or sending the message to the backout destination has failed. Since the message can not be rolled back the message has been discarded. Node 'JMS Input' has been unable to process a transactional message. Either no backout destination has been defined, or an attempt to backout the message has failed. Since non-transactional messages can not be rolled back the Broker has discarded this message. Define a backout destination for this node. Examine previous messages and the message flow to determine why the message is can not be processed. Correct this situation if possible. : Error during backout processing, could not rollback so message has been lost. : TEST.: : 0: JMSClientError: JMSClientInputNode::run(): :
Also we developed code on WMB8.0.0.2 and we never observed such issue.
In the exception path If I set put inhibited to a the exception queue .I can see that log is generated in Broker Log.
Also I have neither written any exception handler nor used any try catch node or block.
Kindly suggest. |
|
Back to top |
|
 |
fjb_saper |
Posted: Tue Aug 11, 2015 4:22 am Post subject: |
|
|
 Grand High Poobah
Joined: 18 Nov 2003 Posts: 20763 Location: LI,NY
|
You have all the suggestions you need in your error message. Read it carefully!  _________________ MQ & Broker admin |
|
Back to top |
|
 |
vikas.bhu |
Posted: Wed Aug 12, 2015 9:59 pm Post subject: |
|
|
Disciple
Joined: 17 May 2009 Posts: 159
|
I put transaction mode as yes and befined BOQ but still no log in the broker log |
|
Back to top |
|
 |
vikas.bhu |
Posted: Thu Aug 13, 2015 2:40 am Post subject: |
|
|
Disciple
Joined: 17 May 2009 Posts: 159
|
Seems to be problem with WMB8.0.0.4 and Flow order node..which is killing the transaction.
I replace the flow order with Compute node and added throw node ...now I can see the exception.
Thanks!!! |
|
Back to top |
|
 |
smdavies99 |
Posted: Thu Aug 13, 2015 3:54 am Post subject: |
|
|
 Jedi Council
Joined: 10 Feb 2003 Posts: 6076 Location: Somewhere over the Rainbow this side of Never-never land.
|
vikas.bhu wrote: |
Seems to be problem with WMB8.0.0.4 and Flow order node..which is killing the transaction.
I replace the flow order with Compute node and added throw node ...now I can see the exception.
Thanks!!! |
Are you going to reaise a PMR so that the problem can be resolved properly? _________________ 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. |
|
Back to top |
|
 |
|