Author |
Message
|
mq_pm |
Posted: Tue Jun 01, 2004 5:44 am Post subject: channels in binding mode |
|
|
Centurion
Joined: 27 Aug 2003 Posts: 132
|
Hi,
I stopped the channels and tried to start them. But when i tried to start them, some of them are in retrying mode and some in binding mode. If the channel is in retrying mode, i stopped the channel and have reset the sequence number and then started it. But the channel is in retrying mode only. For channel in binding mode, what needs to be done??? Could anyone give a suggestion what could be done for the channels to be in running mode.
Any help would be appreciated.
Thanks in advance. |
|
Back to top |
|
 |
morpheus |
Posted: Tue Jun 01, 2004 10:25 am Post subject: |
|
|
 Acolyte
Joined: 08 Mar 2003 Posts: 72 Location: Austin, TX
|
Take a look at the queue manager error logs
-Morpeus |
|
Back to top |
|
 |
mq_pm |
Posted: Thu Jun 03, 2004 12:41 pm Post subject: |
|
|
Centurion
Joined: 27 Aug 2003 Posts: 132
|
Hi,
I see only 2 sender channels have binding problem. The error in the log file is:
AMQ9218: The TCP/IP listener program could not bind to port number 1414.
EXPLANATION:
An attempt to bind the TCP/IP socket to the listener port was unsuccessful.
ACTION:
The failure could be due to another program using the same port number. The return code from the 'bind' call for port 1414 was 125. Record these values and tell the systems administrator.
This is the problem in UAT and everything is working fine in PROD.
Thanks,
Madhavi. |
|
Back to top |
|
 |
mqonnet |
Posted: Thu Jun 03, 2004 1:07 pm Post subject: |
|
|
 Grand Master
Joined: 18 Feb 2002 Posts: 1114 Location: Boston, Ma, Usa.
|
|
Back to top |
|
 |
jed |
Posted: Thu Jun 03, 2004 6:00 pm Post subject: |
|
|
 Centurion
Joined: 08 Jan 2004 Posts: 118 Location: MI, USA
|
it can be that the port isn't the one being listened to....
check what port is being used by runmqlsr....
it should be something like runmqlsr -m <QMGR> -t TCP -p 1414 _________________ Jed |
|
Back to top |
|
 |
frankdk |
Posted: Thu Jun 10, 2004 12:56 pm Post subject: |
|
|
 Novice
Joined: 10 Jun 2004 Posts: 20 Location: Copenhagen, Denmark
|
Hi
Binding channels are likely to be network problems. Bind status is MQ way to tell it send out a connect request. When it receives an answer to the connect request it will go into initing status and start negotiate channel parms with the oter qmgr.
The network problems could be a firewall or routing problems. Try doing an TCP/IP (NOT MQ) PING to the other ip-address. If this returns a reply the routing should be OK and it then could be a firewall problem.
regards
Frank |
|
Back to top |
|
 |
|