Author |
Message
|
rahuldhanpal |
Posted: Mon Feb 06, 2012 9:34 am Post subject: Duplicate EG processes |
|
|
Voyager
Joined: 24 Jan 2009 Posts: 84 Location: Kenosha WI
|
Hi,
i have an issue with WMB V7001 on RHEL V5.6 a multi-instance Broker with all the broker files residing on NFS4 share.
whenever i start the broker i see the following message though i make sure all the ports are released gracefully once i stop the broker.
Feb 6 12:25:01 HOSTNAME WebSphere Broker v7001[30271]: (BROKER.EG)[1]BIP3144S: An error has occurred during HTTP listener startup: the specified TCPIP port (7844) is already in use. : BROKER.af8f7782-2e01-0000-0080-9b726dd80f93: /build/S700_P/src/DataFlowEngine/NativeTrace/ImbNativeTrace.cpp: 822: TomcatInstanceManager::startTomcatIfNecessary: :
And due to this issue i see multiple execution group processes running with same name and the parent PID of the duplicate processes will be 1 all the time and this happens to multiple execution groups on the same broker, and i have to kill these processes whenever i stop the broker again.
Any help/thoughts on this will be very helpful.
Thanks
RD |
|
Back to top |
|
 |
lancelotlinc |
Posted: Mon Feb 06, 2012 9:37 am Post subject: |
|
|
 Jedi Knight
Joined: 22 Mar 2010 Posts: 4941 Location: Bloomington, IL USA
|
Update your WMB runtime to latest version.
For future reference, consider redundant brokers rather than multi-instance brokers, when designing for fault tolerance, performance, or high-availability.
Geographically separate your redundant brokers. _________________ http://leanpub.com/IIB_Tips_and_Tricks
Save $20: Coupon Code: MQSERIES_READER |
|
Back to top |
|
 |
rahuldhanpal |
Posted: Mon Feb 06, 2012 10:21 am Post subject: |
|
|
Voyager
Joined: 24 Jan 2009 Posts: 84 Location: Kenosha WI
|
Thank you for the response, will try it out and see if the issue gets resolved but also curious at the same time to know the root cause, will troubleshoot and find anyways and update if i find it soon!!
Thanks
RD |
|
Back to top |
|
 |
mqjeff |
Posted: Mon Feb 06, 2012 11:21 am Post subject: |
|
|
Grand Master
Joined: 25 Jun 2008 Posts: 17447
|
Remember that on linux, ps reports threads and not processes.
So if you see multiple listings for the same EG, you may merely be seeing threads in the single eg process. |
|
Back to top |
|
 |
rahuldhanpal |
Posted: Mon Feb 06, 2012 11:39 am Post subject: |
|
|
Voyager
Joined: 24 Jan 2009 Posts: 84 Location: Kenosha WI
|
Quote: |
Remember that on linux, ps reports threads and not processes.
|
if i am correct only ps -eLf returns all the threads and ps -ef returns the processes running. |
|
Back to top |
|
 |
lancelotlinc |
Posted: Mon Feb 06, 2012 1:38 pm Post subject: |
|
|
 Jedi Knight
Joined: 22 Mar 2010 Posts: 4941 Location: Bloomington, IL USA
|
As a service to my friend Vitor, all my express opinions are mine, and others can certainly differ with them. _________________ http://leanpub.com/IIB_Tips_and_Tricks
Save $20: Coupon Code: MQSERIES_READER |
|
Back to top |
|
 |
rahuldhanpal |
Posted: Thu Feb 09, 2012 7:51 am Post subject: |
|
|
Voyager
Joined: 24 Jan 2009 Posts: 84 Location: Kenosha WI
|
applying the latest fix solved the issue.
thanks for all the help |
|
Back to top |
|
 |
|