Author |
Message
|
vikas.bhu |
Posted: Mon May 18, 2009 11:17 pm Post subject: flow engine is not being stop |
|
|
Disciple
Joined: 17 May 2009 Posts: 159
|
problem is dataflow engine is not being stoped even by task manager...i stop broker and congigmgr...and even I restart my system...but when i am starting my broker again more than 5 data flow engine are showing in task manager..
please suggest.... |
|
Back to top |
|
 |
elvis_gn |
Posted: Mon May 18, 2009 11:36 pm Post subject: |
|
|
 Padawan
Joined: 08 Oct 2004 Posts: 1905 Location: Dubai
|
Hi vikas.bhu,
Your flow is most probably looping in some part of the code or waiting long for some response..db perhaps.
Provide flow logic and paste code.
Don't simply kill execution groups, it's a last resort.
Usually flow would be busy processing a message, so you should clear all queues, else the moment you kill the thread a new message is picked and the flow is stuck again.
Please give more info.
Regards. |
|
Back to top |
|
 |
vikas.bhu |
Posted: Mon May 18, 2009 11:46 pm Post subject: |
|
|
Disciple
Joined: 17 May 2009 Posts: 159
|
thanks sir problem is solved by creating new execution group my work is done..
but what i find is my flow engine was not being stoped not due to looping but message being hanged some points..
but for informatio I am using flow as follow..
HTTPINPUTnode-> HTTPrequest node->HTTPReply node->MQOUTPUT node......
sending soap message to httpnode getting response from httprequest node(it is calling the webservices)->wanting to put soap message in mQOUTPUT node(here it is creatin problem due to MQMD field..soap message dont have mqmd fied) |
|
Back to top |
|
 |
Vitor |
Posted: Mon May 18, 2009 11:56 pm Post subject: |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
vikas.bhu wrote: |
soap message dont have mqmd fied |
Then you should probably add one.  _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
vikas.bhu |
Posted: Tue May 19, 2009 10:37 pm Post subject: |
|
|
Disciple
Joined: 17 May 2009 Posts: 159
|
Now I am seeing in debug mode, so many processid of flow engine are there ...I am not getting how to terminate them..I tried every options there..
or I have to create new broker..
because stoping and restarting the broker restarting it again.. |
|
Back to top |
|
 |
WMBDEV1 |
Posted: Tue May 19, 2009 10:48 pm Post subject: |
|
|
Sentinel
Joined: 05 Mar 2009 Posts: 888 Location: UK
|
vikas.bhu wrote: |
Now I am seeing in debug mode, so many processid of flow engine are there
|
How many pids are you seeing?
How many execution groups are there? |
|
Back to top |
|
 |
vikas.bhu |
Posted: Tue May 19, 2009 10:52 pm Post subject: |
|
|
Disciple
Joined: 17 May 2009 Posts: 159
|
8 process ids
Engine name----BROKER1:default.
but i have already deleted te default...restarted the broker congig mgr and system... |
|
Back to top |
|
 |
vikas.bhu |
Posted: Tue May 19, 2009 11:15 pm Post subject: |
|
|
Disciple
Joined: 17 May 2009 Posts: 159
|
please suggest people arround me are not able to solve |
|
Back to top |
|
 |
|