Author |
Message
|
harish6185 |
Posted: Wed Apr 02, 2008 11:39 pm Post subject: problem with redeploying the source file |
|
|
Novice
Joined: 05 Mar 2008 Posts: 16
|
Hi All,
We have a problem in regarding to the deployment.
After making changes to the sources we are able to deploy them in to the broker through the configuration manager and the changes are getting reflected according to the changes made in the source file.
But we are getting the following error when trying to redeploy the source file after making some more changes.
BIP1510E: Deployment failed; a deployment is already in progress to broker DHUB01BR
The Configuration Manager was asked to deploy to broker DHUB01BR, 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, or (b) use mqsideploy with the -c option, or (c) 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.
Could you please confirm, can’t we deploy more than once in the same broker.
If not so please tell us how to solve the above problem.
Thank you very much in advance. |
|
Back to top |
|
 |
Vitor |
Posted: Thu Apr 03, 2008 12:18 am Post subject: Re: problem with redeploying the source file |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
harish6185 wrote: |
Could you please confirm, can’t we deploy more than once in the same broker. |
You can, but you can't do two simultaniously. One must finish before the next can be started.
harish6185 wrote: |
If not so please tell us how to solve the above problem. |
Follow the suggestions in your posted error messages, after "If the outstanding deploy does not finish ..." to see what's wrong.  _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
Vitor |
Posted: Thu Apr 03, 2008 12:19 am Post subject: |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
Moved to WMB _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
harish6185 |
Posted: Thu Apr 03, 2008 3:12 am Post subject: |
|
|
Novice
Joined: 05 Mar 2008 Posts: 16
|
Thanks for the inputs.
I have followed the instructions which were mentioned in the error description, but the problem is still persisting.
if i cancel the previous deployment, i am able to redeploy it.but iam not able redeploy the sources without cancelling the previous deployment.
could you please tell me why this problem is coming.
Thank you. |
|
Back to top |
|
 |
Vitor |
Posted: Thu Apr 03, 2008 3:17 am Post subject: |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
harish6185 wrote: |
if i cancel the previous deployment, i am able to redeploy it.but iam not able redeploy the sources without cancelling the previous deployment. |
So are you saying that the sequence of events is this:
1 - Broker is created
2 - BAR file is deployed successfully
3 - Changes are made, new BAR file is deployed, deployment never finishes
4 - Deployment is cancelled, BAR file redeployed without further changes and is deployed successfully
Steps 3 & 4 can be repeated endlessly _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
Gaya3 |
Posted: Thu Apr 03, 2008 3:22 am Post subject: |
|
|
 Jedi
Joined: 12 Sep 2006 Posts: 2493 Location: Boston, US
|
it could be a connectivity issue too..
Regards
Gayathri _________________ Regards
Gayathri
-----------------------------------------------
Do Something Before you Die |
|
Back to top |
|
 |
Vitor |
Posted: Thu Apr 03, 2008 3:30 am Post subject: |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
Gaya3 wrote: |
it could be a connectivity issue too.. |
What's your thinking here? Assuming it is as described it works/it doesn't/it works/it doesn't? _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
Gaya3 |
Posted: Thu Apr 03, 2008 3:37 am Post subject: |
|
|
 Jedi
Joined: 12 Sep 2006 Posts: 2493 Location: Boston, US
|
tool kit to configmgr connectivity : some latency issue,
It is working, as that what i came to know from harish6185 inputs, but he has to cancel it and redeply again that time its working.....
that made me to think like that
Regards
gayathri _________________ Regards
Gayathri
-----------------------------------------------
Do Something Before you Die |
|
Back to top |
|
 |
harish6185 |
Posted: Thu Apr 03, 2008 6:39 am Post subject: |
|
|
Novice
Joined: 05 Mar 2008 Posts: 16
|
these are my steps:
1)after changing the esql file deploying the BAR file(working fine)
2)made few more changes to the same source file and tried to deply the same BAR file(not working)
3)i have cancelled the first deployment and redeployed the BAR file(working fine)
please tell me why this is happening. |
|
Back to top |
|
 |
harish6185 |
Posted: Sun Apr 06, 2008 11:37 pm Post subject: |
|
|
Novice
Joined: 05 Mar 2008 Posts: 16
|
Hi,
I have one more doubt to the above problem.
I am able to redply the sources after cancelling the previous deployment but the changes are not getting reflected.
And i could see that the configuration manager have not received a response from the broker for the prevoius deployment.
Because of that i feel the new deployment was not successful and it is successful only after the cancelling the previous deployment.
but my doubt is cancelling the previous deployment only releases the locks applied on the previous deployment but the configuration manager still processes the previous deplyment. Because of that the new deployment is not getting effecteed though it is deployed in to the broker.
please let me know if my understanding is correct and if so please let me know how to proceed further. |
|
Back to top |
|
 |
Gaya3 |
Posted: Mon Apr 07, 2008 12:23 am Post subject: |
|
|
 Jedi
Joined: 12 Sep 2006 Posts: 2493 Location: Boston, US
|
Verify the system logs
Delete the message flow from the broker and deploy a fresh one, Check its reflecting the new changes or not.
Check the SYSTEM Queues @ config qmgr level
Regards
Gayathri _________________ Regards
Gayathri
-----------------------------------------------
Do Something Before you Die |
|
Back to top |
|
 |
harish6185 |
Posted: Mon Apr 07, 2008 5:04 am Post subject: |
|
|
Novice
Joined: 05 Mar 2008 Posts: 16
|
could you please tell me how to delete the message flow from the broker.
could you also please tell me how to delete outstanding deployment messages from broker's input queue.
thank you |
|
Back to top |
|
 |
|