Author |
Message
|
jonnavarra |
Posted: Thu Feb 23, 2012 8:16 am Post subject: WMB Debug issue |
|
|
Newbie
Joined: 22 Feb 2012 Posts: 2
|
trying to start an execution group in debug. however when the debug perpective comes up and before I even trigger the execution by entering the input, debug is at a suspended thread that is in the middle of flow.
I've terminated and used another port, stopped and restarted the EG, cleaned up all the queues, redeployed with another BAR and still cant get out of it, comes back to the same line everytime.
what is happening? any insight?
WebSphere Message Broker Toolkit - Message Broker
Version: 7.0.0.1
Build id: 7.0.0.1-20100630_0750 |
|
Back to top |
|
 |
lancelotlinc |
Posted: Thu Feb 23, 2012 8:19 am Post subject: |
|
|
 Jedi Knight
Joined: 22 Mar 2010 Posts: 4941 Location: Bloomington, IL USA
|
Interactive debugger has many operational problems in 7.0.0.1. It works much better in 7.0.0.3 Ifix 3.
Rather than use the debugger, you should be using Trace nodes instead. _________________ http://leanpub.com/IIB_Tips_and_Tricks
Save $20: Coupon Code: MQSERIES_READER |
|
Back to top |
|
 |
mqjeff |
Posted: Thu Feb 23, 2012 9:09 am Post subject: |
|
|
Grand Master
Joined: 25 Jun 2008 Posts: 17447
|
Use the debug controls to resume from the stopped thread?
Remove all breakpoints from all flows?
Undeploy all flows from the EG and then start the debugger with no deployed flows? |
|
Back to top |
|
 |
ganesh |
Posted: Thu Feb 23, 2012 10:02 am Post subject: |
|
|
Master
Joined: 18 Jul 2010 Posts: 294
|
What is the first node in the flow, if it was a File node it could be polling for files automatically. |
|
Back to top |
|
 |
mqjeff |
Posted: Thu Feb 23, 2012 10:03 am Post subject: |
|
|
Grand Master
Joined: 25 Jun 2008 Posts: 17447
|
ganesh wrote: |
What is the first node in the flow, if it was a File node it could be polling for files automatically. |
or an MQinput node processing a message that had been rolled back after the restart...
or or or... |
|
Back to top |
|
 |
jonnavarra |
Posted: Thu Feb 23, 2012 10:06 am Post subject: |
|
|
Newbie
Joined: 22 Feb 2012 Posts: 2
|
Thanks mqjeff
"Undeploy all flows from the EG and then start the debugger with no deployed flows? "
I think the above helped.
What did you think caused the rotten loop? |
|
Back to top |
|
 |
|