Author |
Message
|
jpeela |
Posted: Thu Jan 04, 2007 5:46 am Post subject: mq listener on aix |
|
|
 Centurion
Joined: 23 Jan 2006 Posts: 139
|
HI all,
We are running mq 5.3 on aix 5.2 .We have a jms application running on the a qmgr x,which should run on port 6148.But the aplication is throughing an error that the "connection to qmanager failed" with rc 2059(qmgr not available) checked for listeners using
ps -ef | grep runmqlsr
it did not show any port.so we ran the command
runmqlsr -m x -p 6148 -t TCP
now ps -ef | grep runmqlsr shows this port,but still the same error.
checked for error logs where it gave the error unable to start the tcp listener on port 1414
so we ran listener on that port also.
and still we are having the same problem.
can some one suggest me the exact reason,and some solution.
i doubted a while an tried even this
ps -ef | grep listen
which again didnot show any thing.
so could some one please help with this.
awaiting your reply.
thanks in advance. _________________ Jogi |
|
Back to top |
|
 |
Vitor |
Posted: Thu Jan 04, 2007 5:52 am Post subject: |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
Why are you specifing -x on a TCP connection?
Why is there no queue manager name after the -m?
What does netstat show for that port? _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
jefflowrey |
Posted: Thu Jan 04, 2007 5:53 am Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
Vitor wrote: |
Why are you specifing -x on a TCP connection? |
I think jpeela is specifying "x" as the -m queuemgrname _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
Vitor |
Posted: Thu Jan 04, 2007 5:54 am Post subject: |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
jefflowrey wrote: |
Vitor wrote: |
Why are you specifing -x on a TCP connection? |
I think jpeela is specifying "x" as the -m queuemgrname |
Ah....
RTFP  _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
Gaya3 |
Posted: Thu Jan 04, 2007 8:20 am Post subject: |
|
|
 Jedi
Joined: 12 Sep 2006 Posts: 2493 Location: Boston, US
|
Hi
Check the spelling of Queue manager that you specified in your application
Thanks and Regards
Gayathri _________________ Regards
Gayathri
-----------------------------------------------
Do Something Before you Die |
|
Back to top |
|
 |
fjb_saper |
Posted: Thu Jan 04, 2007 3:54 pm Post subject: |
|
|
 Grand High Poobah
Joined: 18 Nov 2003 Posts: 20756 Location: LI,NY
|
Make sure the user running the listener is part of the mqm group.
Don't remember but I believe my scripts run the listener in the background :
runmqlsr $* &
Enjoy  _________________ MQ & Broker admin |
|
Back to top |
|
 |
jpeela |
Posted: Thu Jan 04, 2007 8:33 pm Post subject: |
|
|
 Centurion
Joined: 23 Jan 2006 Posts: 139
|
hi all,
thanx everyone for your suggestions, dont know what was the problem yet , but restart of the qmgr worked out.Now the applications were able to connect to the qmgr.But can some one give me wat could be the reason.
thanks in advance. _________________ Jogi |
|
Back to top |
|
 |
pathipati |
Posted: Thu Jan 04, 2007 8:44 pm Post subject: |
|
|
Master
Joined: 03 Mar 2006 Posts: 296
|
You should tell us...  |
|
Back to top |
|
 |
|