Author |
Message
|
chris boehnke |
Posted: Thu May 17, 2007 8:59 am Post subject: The flow is not working in debugging mode |
|
|
 Partisan
Joined: 25 Jul 2006 Posts: 369
|
Hi,
I kept some breakpoints on the connectors inside a flow and the flow is in debugging mode.
When I submit a message through input queue, the message is not stopping at the breakpint and the messages are still processing and reaching output node.
I want to debug the flow and see how it is working. What settings do I need to check to make the flow to work in debugging and stop the message at the breakpoints?.
Thanks.
Chris |
|
Back to top |
|
 |
jefflowrey |
Posted: Thu May 17, 2007 9:08 am Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
You have to connect the debugger to the flow engine. _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
chris boehnke |
Posted: Thu May 17, 2007 9:54 am Post subject: |
|
|
 Partisan
Joined: 25 Jul 2006 Posts: 369
|
Hi,
I added the flow to the flowengine. I dont know why the message is not stopping at the breakpoint.
Any other areas to check for the setting?
Thanks.
Chris |
|
Back to top |
|
 |
jefflowrey |
Posted: Thu May 17, 2007 9:56 am Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
You have to connect the debugger to the flow engine.
Is there anything showing in the "Debug" pane? _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
Rodeo |
Posted: Thu May 17, 2007 10:31 am Post subject: |
|
|
Apprentice
Joined: 11 Apr 2007 Posts: 30
|
chris boehnke wrote: |
Hi,
I added the flow to the flowengine. I dont know why the message is not stopping at the breakpoint.
Any other areas to check for the setting?
Thanks.
Chris |
Do you see the Debug pane in the debug view ? If yes, do you see your broker:execution group name as an active instance? if yes, your breakpoints would work. |
|
Back to top |
|
 |
kishoreraju |
Posted: Thu May 17, 2007 12:27 pm Post subject: |
|
|
Disciple
Joined: 30 Sep 2004 Posts: 156
|
Can you try by restarting the Agent controller and broker. |
|
Back to top |
|
 |
chris boehnke |
Posted: Thu May 17, 2007 6:42 pm Post subject: |
|
|
 Partisan
Joined: 25 Jul 2006 Posts: 369
|
I tried a restart of the broker and the agent controller which resides on the other box but still I am unable to debug the flow.
I can start the DEBUG by clicking on the debug button...then the process ID: Execution Group everything is visible in debug panel.
When i submit a message thru the input node...the message is processing and reaching the output node without stopping at the breakpoint inside the flow.
What could be the reason?.
Thanks.
Chris |
|
Back to top |
|
 |
fjb_saper |
Posted: Thu May 17, 2007 6:47 pm Post subject: |
|
|
 Grand High Poobah
Joined: 18 Nov 2003 Posts: 20756 Location: LI,NY
|
chris boehnke wrote: |
I tried a restart of the broker and the agent controller which resides on the other box but still I am unable to debug the flow.
I can start the DEBUG by clicking on the debug button...then the process ID: Execution Group everything is visible in debug panel.
When i submit a message thru the input node...the message is processing and reaching the output node without stopping at the breakpoint inside the flow.
What could be the reason?.
Thanks.
Chris |
ok so you have
1 box running:
a) message broker
b) rational agent controller
2nd box running the Toolkit.
You need to make sure that the communications (tcp/ip) is allowed between the 2 boxes (all ports open).
The rational agent controller needs to be started before the broker.
As a measure of precaution wait 30 seconds before starting the broker.
On Unix the Rational Agent Controller needs to be started with root authority....
Enjoy  _________________ MQ & Broker admin |
|
Back to top |
|
 |
brin_seb |
Posted: Fri May 18, 2007 5:25 am Post subject: |
|
|
Novice
Joined: 10 Jun 2003 Posts: 24 Location: Luxembourg
|
Hi,
Where do you find this information : "On Unix the Rational Agent Controller needs to be started with root authority".
In my case, sometimes, debug is running, sometimes not and I can't find why ? I find no explanation. |
|
Back to top |
|
 |
jbanoop |
Posted: Fri May 18, 2007 7:22 am Post subject: |
|
|
Chevalier
Joined: 17 Sep 2005 Posts: 401 Location: SC
|
in my experience the debugger can behave irratically many a time. The solution during those times mostly is to
stop the agent controller
stop broker
start agent controller
start broker
Some times these steps also need to be accompanied by a restart of the toolkit itself.
If you have a firewall b/w the config mgr machine and the broker machine, more often than not, that should be your problem. |
|
Back to top |
|
 |
|