Author |
Message
|
sabu21s |
Posted: Wed Jul 28, 2004 7:15 am Post subject: (AMQ4058) error |
|
|
Apprentice
Joined: 01 Oct 2003 Posts: 27 Location: Atlanta
|
Hi, I am trying to start the sender channel from an win2000 box and it gives me an error.
"Connection closed. An error occoured while receiving data from a remote system. The connection to the remote system has unexpectedly terminated. (AMQ4058)"
I checked the receiver channel on the remote server(UNIX BOX)for any spelling error, but nothing to be found. Please help/advice.
This is error from the even viewer:
Event Type: Error
Event Source: MQSeries
Event Category: None
Event ID: 9209
Date: 7/28/2004
Time: 10:13:31 AM
User: N/A
Computer: NTQA01
Description:
Connection to host 'UXQA01 (10.5.61.101)' closed.
An error occurred receiving data from 'UXQA01 (10.5.61.101)' over TCP/IP. The connection to the remote host has unexpectedly terminated.
Tell the systems administrator.
Thanks in advance
Sabu |
|
Back to top |
|
 |
offshore |
Posted: Wed Jul 28, 2004 7:34 am Post subject: |
|
|
 Master
Joined: 20 Jun 2002 Posts: 222
|
A couple of things I can thing of off the top of my head:
1.] Is the listener running on the Unix box?
Check to see if you can telnet from the windows box to the MQ listener port of the Unix box.
2.] Would you network people have ACLs that's blocking communication between the 2 boxes?
Offshore |
|
Back to top |
|
 |
sabu21s |
Posted: Wed Jul 28, 2004 8:04 am Post subject: |
|
|
Apprentice
Joined: 01 Oct 2003 Posts: 27 Location: Atlanta
|
Hi,
Thanks for the response. I started the listner channel on the UNIX box and it said started Port 1414. I did a telnet to that port and this is the result I got.
C:\Documents and Settings\sabu.stephen.CROSSMARK>telnet 10.5.61.101:1414
Connecting To 10.5.61.101:1414...Could not open connection to the host, on port
23: Connect failed
We have no blocking communication between 2 boxes. Is there anything else I can try?
Thanks
Sabu |
|
Back to top |
|
 |
offshore |
Posted: Wed Jul 28, 2004 8:45 am Post subject: |
|
|
 Master
Joined: 20 Jun 2002 Posts: 222
|
~Ok, perhaps a misunderstanding~
Verify that MQ Series is listening on port 1414 (**not the listener channel**)
1.]
From the prompt issue a netstat -an Look for port 1414 and state should be listening.
You should see something similar to this (this from a NT box, but you get the idea):
Quote: |
TCP 0.0.0.0:1414 0.0.0.0:0 LISTENING |
If you see that 1414 is up, then the listener is running, otherwise you need to start the listener.
2.]
Secondly, your telnet didn't goto port 1414 it went to port 23.
Quote: |
C:\Documents and Settings\sabu.stephen.CROSSMARK>telnet 10.5.61.101:1414
Connecting To 10.5.61.101:1414...Could not open connection to the host, on port
23: Connect failed |
The command should be:
C:\Documents and Settings\sabu.stephen.CROSSMARK>telnet 10.5.61.101 1414
There is a blank space between the IP and the PORT. It should connect if 1414 is active listener. |
|
Back to top |
|
 |
sabu21s |
Posted: Wed Jul 28, 2004 9:17 am Post subject: |
|
|
Apprentice
Joined: 01 Oct 2003 Posts: 27 Location: Atlanta
|
I did the netstat -an and this is the result I got
TCP 0.0.0.0:1414 0.0.0.0:0 LISTENING
TCP 10.5.61.205:1414 10.5.61.101:32910 ESTABLISHED
The second line is the ip of the UNIX box but I see a diffrent port behind it(32910) Not sure what this is. So I did a telnet to that port and got this result:
C:\Documents and Settings\exbatl>telnet 10.5.61.101 32910
Connecting To 10.5.61.101...Could not open a connection to host on port 32910 :
Connect failed
2) I did the telnet to the Unix box and the command I gave is just as you mentioned telnet 10.5.61.101 1414 and got this response
Connection to host lost.
C:\Documents and Settings\exbatl>
Is there any command I run on the unix box to see why the port 1414 is not running? I do apprecieate your help and thank you
Thanks
Sabu |
|
Back to top |
|
 |
offshore |
Posted: Wed Jul 28, 2004 10:13 am Post subject: |
|
|
 Master
Joined: 20 Jun 2002 Posts: 222
|
sabu,
Did both of these entries show up on the Unix box when the netstat command was run?
TCP 0.0.0.0:1414 0.0.0.0:0 LISTENING
TCP 10.5.61.205:1414 10.5.61.101:32910 ESTABLISHED
Is this IP (10.5.61.205) your Windows NT box?
The first line shows that 1414 is an available active port, so you should be able to connect to it. The second line (looks like to me) that the Unix box has established connection to the NT box.
I'm running out of ideas, but can you try to telnet to that port from the Unix box?
Run the same telnet command on the Unix box that you did on the NT box. Also is your Unix QMGR generating any errors or FDCs? I think they're located in /var/mqm/errors.
Offshore. |
|
Back to top |
|
 |
|