Posted: Tue Jun 03, 2008 7:24 am Post subject: listener dies abnormally
Novice
Joined: 26 Sep 2006 Posts: 24
I am in the process of setting up remote administration from my Windows XP machine for an AIX based Queue manager (that is used by a Message Broker).
I have built sender and receiver channels on both windows and AIX queue managers. The sender channel on AIX and receiver channel on Windows are running fine. The listener on windows is listenening for default port 1414.
The sender channel on Windows is not working well. I investigated and I noticed that the listener on the AIX (also listening for port 1414) start but abnormally dies after 1 or 2 seconds.
When I restart it, it starts fine first, but then dies again 1 or 2 seconds.
I know it is not a network issue because I used Telnet with the port number from each side (AIX and Windows) and I could verify taht they can see each other without any problems.
I suspect that the way I have defined how my AIX manager listens to port 1414 is not quite right. Any suggestions on how to make sure that this port configuration is proper?
Joined: 11 Aug 2002 Posts: 4055 Location: Hyderabad, India
See if there is anything listening on the port already
Try running the listener in the foreground
Are you nohup ing while starting the listener if you are doing it from the command line rather than as a service?
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum