Author |
Message
|
pdmenon |
Posted: Sun Jan 02, 2011 11:32 pm Post subject: Unable to undeploy a message flow |
|
|
 Voyager
Joined: 05 Apr 2010 Posts: 80
|
Dear Experts,
I tried to undeploy a message flow from an Execution Group, but timeout error occurs. Pl check the log.
P/F: AIX 5.3, IBM MB 6.1.0.4
Configuration QM is up and running fine.
$ mqsideploy -i localhost -p <portno> -q CONFQM -b MYBK -e MYEG.EG -d MY_MF
BIP1044I: Connecting to the Configuration Manager's queue manager...
BIP1045I: Connecting to the Configuration Manager...
BIP1062I: Removing the following objects from execution group 'MYEG.EG': MY_MF.cmf
BIP1100E: Broker MYBK had not responded before the timeout occurred.
$ ps -ef | grep -i MYEG.EG
cudbinst 925834 2310320 0 Dec 20 - 154:28 DataFlowEngine MYBK 01555df9-2101-0000-0080-fb25898b4c5b MYEG.EG 0
How can I undeploy the message flow?
Are there any checks that need to be done to rectify this. |
|
Back to top |
|
 |
pdmenon |
Posted: Sun Jan 02, 2011 11:36 pm Post subject: |
|
|
 Voyager
Joined: 05 Apr 2010 Posts: 80
|
Further, no Application is making use of the message flow. |
|
Back to top |
|
 |
Vitor |
Posted: Mon Jan 03, 2011 5:19 am Post subject: Re: Unable to undeploy a message flow |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
pdmenon wrote: |
BIP1100E: Broker MYBK had not responded before the timeout occurred. |
What do the various logs have to say about this? Does the broker respond correctly to other requests to deploy / undeploy flows or is it just this one?
Does the flow appear in the ConfigMgr's view or is it a phantom? _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
lancelotlinc |
Posted: Mon Jan 03, 2011 6:07 am Post subject: |
|
|
 Jedi Knight
Joined: 22 Mar 2010 Posts: 4941 Location: Bloomington, IL USA
|
Recently at a client, we discovered Tivoli monitoring product was interfering with MQSI commands, causing the MQSI commands to hang. Our resolution was to apply several APARs for Tivoli. Are you using any Tivoli product on your system? _________________ http://leanpub.com/IIB_Tips_and_Tricks
Save $20: Coupon Code: MQSERIES_READER |
|
Back to top |
|
 |
mqjeff |
Posted: Mon Jan 03, 2011 11:10 am Post subject: |
|
|
Grand Master
Joined: 25 Jun 2008 Posts: 17447
|
It's significantly more likely that the EG has gotten stuck in a loop and is thus not responding to the broker or that the Broker is stuck and not responding to the ConfigMgr than that Tivoli has been playing muckymuck with things.
It might even just be that channels between Broker and ConfigMgr aren't working or configured correctly. |
|
Back to top |
|
 |
pdmenon |
Posted: Mon Jan 03, 2011 9:54 pm Post subject: |
|
|
 Voyager
Joined: 05 Apr 2010 Posts: 80
|
Dear Vitor,
Quote: |
What do the various logs have to say about this? |
We had not set debug mode while doing the activity.
Quote: |
Does the broker respond correctly to other requests to deploy / undeploy flows or is it just this one? |
Broker responds correctly to other requests for all deploy/undeploy activities for other flows which runs on different EG's.
Dear lancelotlinc,
Quote: |
Are you using any Tivoli product on your system? |
No.
Dear jeff,
Quote: |
It might even just be that channels between Broker and ConfigMgr aren't working or configured correctly. |
Broker and Configmgr Qmgrs are configured properly and I don't see any abnormal things happening around qmgrs. |
|
Back to top |
|
 |
Vitor |
Posted: Tue Jan 04, 2011 4:54 am Post subject: |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
pdmenon wrote: |
Dear Vitor,
Quote: |
What do the various logs have to say about this? |
We had not set debug mode while doing the activity.
|
I never said you had. The components still produce logs.
What about my other question? _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
pdmenon |
Posted: Tue Jan 04, 2011 5:15 am Post subject: |
|
|
 Voyager
Joined: 05 Apr 2010 Posts: 80
|
Dear Vitor,
Quote: |
Does the flow appear in the ConfigMgr's view or is it a phantom? |
I didn't understand this question. Pls enlighten me.. |
|
Back to top |
|
 |
Vitor |
Posted: Tue Jan 04, 2011 5:17 am Post subject: |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
pdmenon wrote: |
Dear Vitor,
Quote: |
Does the flow appear in the ConfigMgr's view or is it a phantom? |
I didn't understand this question. Pls enlighten me.. |
Does the flow you're trying to undeploy still appear in the ConfigMgr's view of the topology under the broker? _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
mqmatt |
Posted: Tue Jan 04, 2011 7:30 am Post subject: |
|
|
 Grand Master
Joined: 04 Aug 2004 Posts: 1213 Location: Hursley, UK
|
mqjeff wrote: |
It's significantly more likely that the EG has gotten stuck in a loop and is thus not responding to the broker. |
Based on the fact that other execution groups still respond to deployment requests, this is the most likely explanation.
Check the message flows on the failing execution group for infinite loops or potential hangs. Or try deploying that execution group's message flows one at a time to a new execution group, to see if which one(s), if any, are causing your problem. |
|
Back to top |
|
 |
pdmenon |
Posted: Wed Jan 05, 2011 9:30 pm Post subject: |
|
|
 Voyager
Joined: 05 Apr 2010 Posts: 80
|
Dear Vitor,
Quote: |
Does the flow you're trying to undeploy still appear in the ConfigMgr's view of the topology under the broker? |
Yes, MessageFlow is still appearing in the ConfigMgr's view of the topology.
Dear mqmatt,
Quote: |
Check the message flows on the failing execution group for infinite loops or potential hangs. |
Yes, checked MF thoroughly... No infinite loops.
Quote: |
try deploying that execution group's message flows one at a time to a new execution group, to see if which one(s), if any, are causing your problem. |
Tried deploy the MF in new EG. Same problem exists. |
|
Back to top |
|
 |
harish_td |
Posted: Thu Jan 06, 2011 2:25 am Post subject: |
|
|
Master
Joined: 13 Feb 2006 Posts: 236
|
pdmenon wrote: |
Tried deploy the MF in new EG. Same problem exists. |
Do you have any adapter nodes in your message flow?
How big is the Bar file that you are using for deployment?
What does the Event Viewer/ User log say during deployment?
Have you tried to increase the timeout period to a bigger value?
Code: |
'-w timeoutValue' value in seconds to wait for the broker to reply to the deploy request |
|
|
Back to top |
|
 |
pdmenon |
Posted: Thu Jan 06, 2011 5:23 am Post subject: |
|
|
 Voyager
Joined: 05 Apr 2010 Posts: 80
|
New update is that, Message flow was trying to retrieve information from 2 tables which were some how got deadlocked.
May be that's the reason why, message flow was unable to deploy.. and the broker time out occurred.
Any thoughts on this pls. |
|
Back to top |
|
 |
Vitor |
Posted: Thu Jan 06, 2011 5:29 am Post subject: |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
pdmenon wrote: |
Any thoughts on this pls. |
If the flow is in use, either waiting for a database activity which will never finish or in in an infinite loop, then you can neither undeploy or redeploy the flow as commented above. _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
pdmenon |
Posted: Fri Jan 07, 2011 5:18 am Post subject: |
|
|
 Voyager
Joined: 05 Apr 2010 Posts: 80
|
Dear experts, thanxs for your views and response. |
|
Back to top |
|
 |
|