ASG
IBM
Zystems
Cressida
Icon
Netflexity
 
  MQSeries.net
Search  Search       Tech Exchange      Education      Certifications      Library      Info Center      SupportPacs      LinkedIn  Search  Search                                                                   FAQ  FAQ   Usergroups  Usergroups
 
Register  ::  Log in Log in to check your private messages
 
RSS Feed - WebSphere MQ Support RSS Feed - Message Broker Support

MQSeries.net Forum Index » WebSphere Message Broker (ACE) Support » Unable to undeploy a message flow

Post new topic  Reply to topic
 Unable to undeploy a message flow « View previous topic :: View next topic » 
Author Message
pdmenon
PostPosted: Sun Jan 02, 2011 11:32 pm    Post subject: Unable to undeploy a message flow Reply with quote

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
View user's profile Send private message
pdmenon
PostPosted: Sun Jan 02, 2011 11:36 pm    Post subject: Reply with quote

Voyager

Joined: 05 Apr 2010
Posts: 80

Further, no Application is making use of the message flow.
Back to top
View user's profile Send private message
Vitor
PostPosted: Mon Jan 03, 2011 5:19 am    Post subject: Re: Unable to undeploy a message flow Reply with quote

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
View user's profile Send private message
lancelotlinc
PostPosted: Mon Jan 03, 2011 6:07 am    Post subject: Reply with quote

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
View user's profile Send private message Send e-mail
mqjeff
PostPosted: Mon Jan 03, 2011 11:10 am    Post subject: Reply with quote

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
View user's profile Send private message
pdmenon
PostPosted: Mon Jan 03, 2011 9:54 pm    Post subject: Reply with quote

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
View user's profile Send private message
Vitor
PostPosted: Tue Jan 04, 2011 4:54 am    Post subject: Reply with quote

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
View user's profile Send private message
pdmenon
PostPosted: Tue Jan 04, 2011 5:15 am    Post subject: Reply with quote

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
View user's profile Send private message
Vitor
PostPosted: Tue Jan 04, 2011 5:17 am    Post subject: Reply with quote

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
View user's profile Send private message
mqmatt
PostPosted: Tue Jan 04, 2011 7:30 am    Post subject: Reply with quote

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
View user's profile Send private message
pdmenon
PostPosted: Wed Jan 05, 2011 9:30 pm    Post subject: Reply with quote

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
View user's profile Send private message
harish_td
PostPosted: Thu Jan 06, 2011 2:25 am    Post subject: Reply with quote

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
View user's profile Send private message Yahoo Messenger
pdmenon
PostPosted: Thu Jan 06, 2011 5:23 am    Post subject: Reply with quote

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
View user's profile Send private message
Vitor
PostPosted: Thu Jan 06, 2011 5:29 am    Post subject: Reply with quote

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
View user's profile Send private message
pdmenon
PostPosted: Fri Jan 07, 2011 5:18 am    Post subject: Reply with quote

Voyager

Joined: 05 Apr 2010
Posts: 80

Dear experts, thanxs for your views and response.
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic  Reply to topic Page 1 of 1

MQSeries.net Forum Index » WebSphere Message Broker (ACE) Support » Unable to undeploy a message flow
Jump to:  



You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
Protected by Anti-Spam ACP
 
 


Theme by Dustin Baccetti
Powered by phpBB © 2001, 2002 phpBB Group

Copyright © MQSeries.net. All rights reserved.