Author |
Message
|
chris boehnke |
Posted: Tue Jun 12, 2007 5:04 am Post subject: Message broker is not taking the new changes after deploying |
|
|
 Partisan
Joined: 25 Jul 2006 Posts: 369
|
Hi,
I opened a project which contains flow and a set project.
I made some changes to the flow, lets say implementing the trace nodes...deployed the changes onto the Broker. After the deploy operation, if I send a message through input node, sometimes the new changes are effective and sometimes the broker is not implementing the new changes and still I see the older version of the code in use.
What could be the reason and do I need to change any settings anywhere?
Thanks |
|
Back to top |
|
 |
jefflowrey |
Posted: Tue Jun 12, 2007 5:05 am Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
You have phantom execution groups. _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
marcin.kasinski |
Posted: Tue Jun 12, 2007 5:29 am Post subject: Re: Message broker is not taking the new changes after deplo |
|
|
Sentinel
Joined: 21 Dec 2004 Posts: 850 Location: Poland / Warsaw
|
Can you stop this flow and check if something is reading from your input queue ? _________________ Marcin |
|
Back to top |
|
 |
chris boehnke |
Posted: Tue Jun 12, 2007 5:29 am Post subject: |
|
|
 Partisan
Joined: 25 Jul 2006 Posts: 369
|
jefflowrey wrote: |
You have phantom execution groups. |
I restarted the broker and made a complete deploy of the broker. Still the broker is using the old code sometimes and sometimes the changes(new code) are reflected. I dont undestand.
Jeff, what you mean by phantom execution groups???
Thanks. |
|
Back to top |
|
 |
chris boehnke |
Posted: Tue Jun 12, 2007 5:36 am Post subject: Re: Message broker is not taking the new changes after deplo |
|
|
 Partisan
Joined: 25 Jul 2006 Posts: 369
|
marcin.kasinski wrote: |
Can you stop this flow and check if something is reading from your input queue ? |
I stopped the flow and when I tried to place a message, the message is not sitting on the input queue and it just getting processed. That means the flow is not even stopping.
I stopped the flow and made a complete deploy...then also the same issue..the messages are not sitting on the input queue.
suggestions plzz.
thanks |
|
Back to top |
|
 |
marcin.kasinski |
Posted: Tue Jun 12, 2007 5:40 am Post subject: Re: Message broker is not taking the new changes after deplo |
|
|
Sentinel
Joined: 21 Dec 2004 Posts: 850 Location: Poland / Warsaw
|
|
Back to top |
|
 |
vk |
Posted: Tue Jun 12, 2007 6:12 am Post subject: |
|
|
Partisan
Joined: 20 Sep 2005 Posts: 302 Location: Houston
|
Hi Chris,
I also faced this issue a couple of times. Try doing a 'Remove Deployed Children' from the execution group which has the message flow. Then redeploy the message flow.
I think somehow the execution group is retaining a previous instance of the messge flow when you do a redeploy. But other flows in the execution group work without any problem. Doing a 'Remove Deployed Children' will remove everything deployed to that execution group.
I am planning to open a PMR with IBM if the issue happens again. But till now, we faced the issue only in our unit test environment. Not in Integration or Production.
Regards,
VK. |
|
Back to top |
|
 |
|