Author |
Message
|
solomon_13000 |
Posted: Fri Jun 20, 2008 11:45 pm Post subject: Ending Listener |
|
|
Master
Joined: 13 Jun 2008 Posts: 284
|
I attempted to end a listener but I am getting an error as below.
endmqlsr -m QMGRB
No WebSphere MQ listeners for Queue Manager 'QMGRB'.
but when I attempt to start the listener using
runmqlsr -t tcp -p 1414 -m QMGRB
It says that the listener is running. How can I stop the listener started when running the queue manager?.
Regards. |
|
Back to top |
|
 |
Gaya3 |
Posted: Sat Jun 21, 2008 12:24 am Post subject: |
|
|
 Jedi
Joined: 12 Sep 2006 Posts: 2493 Location: Boston, US
|
how to confirm this.. (OS basics)
once you start your listener, check whether the runmqlsr process is running or not.
and its not showing after stopping the listener.
sure this will help you to make out, the listener is running or not. _________________ Regards
Gayathri
-----------------------------------------------
Do Something Before you Die |
|
Back to top |
|
 |
solomon_13000 |
Posted: Sat Jun 21, 2008 1:10 am Post subject: |
|
|
Master
Joined: 13 Jun 2008 Posts: 284
|
when I issue the command runmqlsr -t tcp -p 1414 -m QMGRB it says that the listener is running. This means that the command runmqlsr -t tcp -p 1414 -m QMGRB does not work since the listener is already running at the time when the queue manager started. Therefore why is it that I cant stop the listener. I am getting the error: No WebSphere MQ listeners for Queue Manager 'QMGRB' when I issue the command endmqlsr -m QMGRB. |
|
Back to top |
|
 |
Gaya3 |
Posted: Sat Jun 21, 2008 1:27 am Post subject: |
|
|
 Jedi
Joined: 12 Sep 2006 Posts: 2493 Location: Boston, US
|
i requested you to do some cross verification on OS side.
you haven't done, that....
verify those...and lets compare with the issue you are having _________________ Regards
Gayathri
-----------------------------------------------
Do Something Before you Die |
|
Back to top |
|
 |
vinbud117 |
Posted: Sat Jun 21, 2008 2:49 am Post subject: |
|
|
Acolyte
Joined: 22 Jul 2005 Posts: 61
|
on unix check ps -ef | grep runmqlsr
on windows go to task manager n chek for runmqlsr process
kill the process if running |
|
Back to top |
|
 |
Gaya3 |
Posted: Sat Jun 21, 2008 2:51 am Post subject: |
|
|
 Jedi
Joined: 12 Sep 2006 Posts: 2493 Location: Boston, US
|
vinbud117 wrote: |
kill the process if running |
why to kill the process...
i dont think so there are some errors facing here... _________________ Regards
Gayathri
-----------------------------------------------
Do Something Before you Die |
|
Back to top |
|
 |
solomon_13000 |
Posted: Sat Jun 21, 2008 8:36 am Post subject: |
|
|
Master
Joined: 13 Jun 2008 Posts: 284
|
Killing the process does help. It's a solution because I can start the listener and channel initiator by command prompt. |
|
Back to top |
|
 |
fjb_saper |
Posted: Sat Jun 21, 2008 9:53 pm Post subject: |
|
|
 Grand High Poobah
Joined: 18 Nov 2003 Posts: 20756 Location: LI,NY
|
solomon_13000 wrote: |
Killing the process does help. It's a solution because I can start the listener and channel initiator by command prompt. |
Sure but you might bring on a whole lot of other problems. Just suppose you have a listener running on port 1414 but for a different qmgr...  _________________ MQ & Broker admin |
|
Back to top |
|
 |
|