Author |
Message
|
WMBEAI |
Posted: Wed Feb 16, 2011 11:04 am Post subject: Unable to do debug on aix box in laptop |
|
|
Acolyte
Joined: 02 Mar 2009 Posts: 66
|
Hi,
I am trying to do a debug in aix box version 6.105 from my windows pc
following commands issued on server
mqsichangeproperties ESB -e 270 -o ComIbmJVMManager -n jvmDebugPort -v 4630
mqsireload ESB -e 270
i have enabled the port and the associated source code in the debug configuration
i get the following error.
The following engine is attached to another debug seesion or the flow engine is not listenign to the specified port or broker is in abend state or timeout occured while connecting.
i used mqsireportproperties and found tht broker is assoicated to the particular prort.
i could see only one dateflowengine pid on the server.
Can somebody help me what is worng.
Quick response is appreciated.  |
|
Back to top |
|
 |
Vitor |
Posted: Wed Feb 16, 2011 11:11 am Post subject: Re: Unable to do debug on aix box in laptop |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
WMBEAI wrote: |
Can somebody help me what is worng. |
That port's being blocked by a firewall? _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
WMBEAI |
Posted: Thu Feb 17, 2011 5:23 am Post subject: |
|
|
Acolyte
Joined: 02 Mar 2009 Posts: 66
|
when i did a telnet ip portno it did connect..
what could be wrong? |
|
Back to top |
|
 |
Vitor |
Posted: Thu Feb 17, 2011 5:30 am Post subject: |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
WMBEAI wrote: |
what could be wrong? |
You might have to stop/start the EG rather than reload it. I'm not saying you should have to, just that you might.
I'm guessing you've already confirmed the broker is running normally & no-one else is doing a debug? _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
Esa |
Posted: Thu Feb 17, 2011 5:49 am Post subject: |
|
|
 Grand Master
Joined: 22 May 2008 Posts: 1387 Location: Finland
|
I had a similar problem at my previous client. It was often restarting the Toolkit that helped.
As a matter of fact, the test server was running on AIX but I did not debug flows there (it was the integration test environment, and debugging was of course forbidden). I had a local Message Broker on my Windows workstation that I used for debugging.
Btw, I ran my environment on vmware. Sometimes I suspended the XP image on vmware. After restarting it the broker was running ok, but if I tried to debug I got that same error telling the flow engine was attached to another session. I had to reboot the whole Message Broker to make it work again. |
|
Back to top |
|
 |
WMBEAI |
Posted: Thu Feb 17, 2011 6:16 am Post subject: |
|
|
Acolyte
Joined: 02 Mar 2009 Posts: 66
|
You might have to stop/start the EG rather than reload it. I'm not saying you should have to, just that you might
+++++++++++++++
can you tell me how to stop and start execution group.
I had done a reload of the execution group and i have restarted the broker.
I have only 1 data flow engine associated with the execution group ,no one else is debugging on it.. |
|
Back to top |
|
 |
Vitor |
Posted: Thu Feb 17, 2011 6:19 am Post subject: |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
WMBEAI wrote: |
i have restarted the broker. |
Ok, that's going to restart the execution group fairly effectively...  _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
WMBEAI |
Posted: Thu Feb 17, 2011 10:16 pm Post subject: |
|
|
Acolyte
Joined: 02 Mar 2009 Posts: 66
|
How we do check if debugging is forbidden in AIX server for Message Broker 6.1..
In 6.0 if we dont have RA agent installed we can come to know that we cannot debug |
|
Back to top |
|
 |
smdavies99 |
Posted: Thu Feb 17, 2011 10:32 pm Post subject: |
|
|
 Jedi Council
Joined: 10 Feb 2003 Posts: 6076 Location: Somewhere over the Rainbow this side of Never-never land.
|
WMBEAI wrote: |
How we do check if debugging is forbidden in AIX server for Message Broker 6.1..
In 6.0 if we dont have RA agent installed we can come to know that we cannot debug |
That is purely a local policy.
Where I work we have a Solaris DEV box. We can use the debugger on that without restriction. Our laptops don't have all the DB connections or the firewall holes to the external suppliers that we need to use. _________________ WMQ User since 1999
MQSI/WBI/WMB/'Thingy' User since 2002
Linux user since 1995
Every time you reinvent the wheel the more square it gets (anon). If in doubt think and investigate before you ask silly questions. |
|
Back to top |
|
 |
|