Author |
Message
|
cherry3124 |
Posted: Tue May 09, 2006 5:54 am Post subject: Deployment Failed Error Message |
|
|
 Novice
Joined: 08 May 2006 Posts: 16
|
This is the Error i am getting While Deploying into the Broker. Plz Help out in this. i got some Spec's to be complete with in the Dead Line.
This is the Error Message i am Getting While Deploying....
BIP1510E: Deployment failed; a deployment is already in progress to broker WBRK6_DEFAULT_BROKER
The Configuration Manager was asked to deploy to broker WBRK6_DEFAULT_BROKER, but this could not be attempted because it has not yet received a response to a previous deployment request submitted to that broker. To ensure that the deployed configuration is consistent with the reported configuration, the more recent deployment request has been discarded.
Note that if you are attempting to deploy the publish/subscribe topology or topic hierarchy, no brokers in the domain will have received the new deployment message. There can be no outstanding deploys in the domain before deployment of such a configuration can occur.
Wait for the outstanding deploy to complete before retrying the operation. The Event Log Editor or Configuration Manager Proxy may be used to check that all responses to the outstanding deploy have been received and processed. If the outstanding deploy does not fully complete in a suitable period of time, check that all brokers exist and are running, all WebSphere MQ queue managers are running, and that all channels between queue managers are started. Also check that deploy messages have been correctly delivered to the target brokers, and have not been put to the dead letter queue. Correct any problems you find. If it still does not complete, then cancel the deploy operation; either (a) right-click the broker in the Message Brokers Toolkit and select the 'Cancel Deployment' option, (b) use mqsideploy with the -c option, or (c) or use the BrokerProxy.cancelDeployment() method in a Configuration Manager Proxy application. Note that cancelling the deployment operation does not stop the deployment message from being processed by the broker; it simply forces the Configuration Manager to remove any outstanding deployment locks that may be associated with the broker. If a broker subsequently processes a deployment message that has been cancelled using this technique, the deployed configuration may become inconsistent with the reported configuration. |
|
Back to top |
|
 |
wschutz |
Posted: Tue May 09, 2006 5:57 am Post subject: |
|
|
 Jedi Knight
Joined: 02 Jun 2005 Posts: 3316 Location: IBM (retired)
|
uhhh... is the broker running? Are the channels between the configmgr and the broker qmgr's running? Did the broker write anything into the system log?
You can cancel the deployment by right clicking on the domain (or the broker) in the broker admin view and then try again. (bottom left pane) _________________ -wayne |
|
Back to top |
|
 |
jefflowrey |
Posted: Tue May 09, 2006 6:00 am Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
What was the previous deployment? Why didn't it complete? _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
cherry3124 |
Posted: Tue May 09, 2006 6:12 am Post subject: error in the Application Log. |
|
|
 Novice
Joined: 08 May 2006 Posts: 16
|
This is What i am getting in the Event Viewer Application log
Execution Group '$SYS_mqsi' failed to return an internal
configuration 'Start' message response within a 60 second time period.
this is not restarting even i restart the system nor the Services.... |
|
Back to top |
|
 |
cherry3124 |
Posted: Tue May 09, 2006 7:35 am Post subject: Deployment failed |
|
|
 Novice
Joined: 08 May 2006 Posts: 16
|
i was deployed a flow prevoiusly and it was done succssefully. when i want to deploy a new flow the prevous flows were not deleting from the Configuration Manager and the error is
BIP1510E: Deployment failed; a deployment is already in progress to broker WBRK6_DEFAULT_BROKER |
|
Back to top |
|
 |
wschutz |
Posted: Tue May 09, 2006 7:48 am Post subject: Re: Deployment failed |
|
|
 Jedi Knight
Joined: 02 Jun 2005 Posts: 3316 Location: IBM (retired)
|
cherry3124 wrote: |
i was deployed a flow prevoiusly and it was done succssefully. when i want to deploy a new flow the prevous flows were not deleting from the Configuration Manager and the error is
BIP1510E: Deployment failed; a deployment is already in progress to broker WBRK6_DEFAULT_BROKER |
If it completed successfully, you wouldn't be having this problem.
Can you use mqsilist to display the execution groups and message flows? It doesn't appear that a flow was ever successfully deployed. _________________ -wayne |
|
Back to top |
|
 |
biswagourab |
Posted: Thu Sep 27, 2007 4:27 am Post subject: |
|
|
 Apprentice
Joined: 31 May 2005 Posts: 47 Location: London
|
How was this problem resolved? I am facing the same problem. _________________ _________________
Biswa Gourab Malla
IBM Certified System Administrator - WebSphere MQ, v6.0
IBM Certified System Administrator - Websphere Message Broker v6.0 |
|
Back to top |
|
 |
biswagourab |
Posted: Thu Sep 27, 2007 5:57 am Post subject: |
|
|
 Apprentice
Joined: 31 May 2005 Posts: 47 Location: London
|
I got it working
I just cleared the back log in the queue SYSTEM.BROKER.EXECUTIONGROUP.QUEUE and then tried deploying to the execution group and it got deployed. _________________ _________________
Biswa Gourab Malla
IBM Certified System Administrator - WebSphere MQ, v6.0
IBM Certified System Administrator - Websphere Message Broker v6.0 |
|
Back to top |
|
 |
fjb_saper |
Posted: Thu Sep 27, 2007 2:15 pm Post subject: |
|
|
 Grand High Poobah
Joined: 18 Nov 2003 Posts: 20756 Location: LI,NY
|
biswagourab wrote: |
I got it working
I just cleared the back log in the queue SYSTEM.BROKER.EXECUTIONGROUP.QUEUE and then tried deploying to the execution group and it got deployed. |
Usually not a good move.
Normally I would leave this alone and check why it doesn't get picked up. If need be recycle the broker.
Deleting the messages there is extreme and can lead to "extreme prejudice"...
Enjoy  _________________ MQ & Broker admin |
|
Back to top |
|
 |
mqmatt |
Posted: Fri Sep 28, 2007 2:31 am Post subject: |
|
|
 Grand Master
Joined: 04 Aug 2004 Posts: 1213 Location: Hursley, UK
|
What fjb_saper said, x 100.
Your Config Manager, execution group and admin agent (the component that controls all the execution groups on your broker) may be out of sync with each other.
Use mqsilist to view which message flows you're got deployed, and ensure that this tallies up with what you see in the toolkit.
Also ensure that the run status of each flow (i.e. started/stopped) matches what you expect.
Oh, and ensure that you can actually deploy to the execution group  |
|
Back to top |
|
 |
|