Author |
Message
|
Shafikz |
Posted: Wed Nov 21, 2012 3:25 am Post subject: issue while starting listener |
|
|
Apprentice
Joined: 12 Apr 2012 Posts: 29
|
HI ALL,
I made a queue manager QM1 and create a listener with following command and it shows me successful creation of QM.
define listener(QMLISTENER2) trptype(tcp) port(1471) control(qmgr)
but when i am trying to start this listener using command as shown below.
START LISTENER(QMLISTENER2)
it gives following error:
AMQ8734: Command failed - Program could not be started.
can u please help me how to solve this issue... |
|
Back to top |
|
 |
ramires |
Posted: Wed Nov 21, 2012 3:56 am Post subject: |
|
|
Knight
Joined: 24 Jun 2001 Posts: 523 Location: Portugal - Lisboa
|
from the MQ documentation
"Check the Queue Manager error logs for further details on the cause of the failure and correct before reissuing the command"
is that port available to use? _________________ Obrigado / Thanks you |
|
Back to top |
|
 |
Shafikz |
Posted: Wed Nov 21, 2012 4:14 am Post subject: |
|
|
Apprentice
Joined: 12 Apr 2012 Posts: 29
|
yes port is available for us .... |
|
Back to top |
|
 |
mqjeff |
Posted: Wed Nov 21, 2012 4:36 am Post subject: |
|
|
Grand Master
Joined: 25 Jun 2008 Posts: 17447
|
so when the command failed there would be more information in the amqerr logs. |
|
Back to top |
|
 |
rcp_mq |
Posted: Wed Nov 21, 2012 8:30 am Post subject: |
|
|
 Centurion
Joined: 13 Dec 2011 Posts: 133
|
could be an issue with permissions...like others have suggested, the reason for any error is in the error log. |
|
Back to top |
|
 |
fjb_saper |
Posted: Wed Nov 21, 2012 12:35 pm Post subject: |
|
|
 Grand High Poobah
Joined: 18 Nov 2003 Posts: 20756 Location: LI,NY
|
Shafikz wrote: |
yes port is available for us .... |
how do you know that?
If the listener is not running, do you find the port in the list given by netstat -an ?  _________________ MQ & Broker admin |
|
Back to top |
|
 |
|