Author |
Message
|
itsme_001 |
Posted: Tue May 19, 2009 1:29 am Post subject: channel is getting disconnected |
|
|
Disciple
Joined: 02 Feb 2009 Posts: 157
|
After stopping a particular channel we are getting the following error log:
AMQ9213: A communications error for TCP/IP occurred.
EXPLANATION:
An unexpected error occurred in communications.
ACTION:
The return code from the TCP/IP(select) [TIMEOUT] 20 seconds call was 4 (X'4').
Record these values and tell the systems administrator.
What we want to know is the REASON the connection was dropped and how to prevent it!? |
|
Back to top |
|
 |
Vitor |
Posted: Tue May 19, 2009 1:50 am Post subject: Re: channel is getting disconnected |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
itsme_001 wrote: |
Record these values and tell the systems administrator. |
What did he say? _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
gunter |
Posted: Tue May 19, 2009 3:28 am Post subject: |
|
|
Partisan
Joined: 21 Jan 2004 Posts: 307 Location: Germany, Frankfurt
|
Return code 4 is on some os EINTR(interrupted system call). Do you use exits for this channel?
But this is depending on the operating system.
Look for related FDC's _________________ Gunter Jeschawitz
IBM Certified System Administrator - Websphere MQ, 5.3 |
|
Back to top |
|
 |
bruce2359 |
Posted: Tue May 19, 2009 3:20 pm Post subject: |
|
|
 Poobah
Joined: 05 Jan 2008 Posts: 9469 Location: US: west coast, almost. Otherwise, enroute.
|
Does this kind of post count toward Poobah-hood?  _________________ I like deadlines. I like to wave as they pass by.
ב''ה
Lex Orandi, Lex Credendi, Lex Vivendi. As we Worship, So we Believe, So we Live. |
|
Back to top |
|
 |
Vitor |
Posted: Tue May 19, 2009 11:29 pm Post subject: |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
bruce2359 wrote: |
Does this kind of post count toward Poobah-hood?  |
As does yours. As does yours.  _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
shashivarungupta |
Posted: Thu May 21, 2009 1:01 am Post subject: Re: channel is getting disconnected |
|
|
 Grand Master
Joined: 24 Feb 2009 Posts: 1343 Location: Floating in space on a round rock.
|
itsme_001 wrote: |
After stopping a particular channel we are getting the following error log:
AMQ9213: A communications error for TCP/IP occurred.
EXPLANATION:
An unexpected error occurred in communications.
ACTION:
The return code from the TCP/IP(select) [TIMEOUT] 20 seconds call was 4 (X'4').
Record these values and tell the systems administrator.
What we want to know is the REASON the connection was dropped and how to prevent it!? |
When you captured this error from the queue manager error logs (i hope) then what was the 'Program' mentioned out there ?
Because when I see the same scenario I get :-
----- amqccita.c : 3252 -------------------------------------------------------
05/19/09 17:24:15 - Process(2756616.11377) User(mqm) Program(amqrmppa)
AMQ9208: Error on receive from host CDCSN0008F3PHD1 (162.12.76.128).
EXPLANATION:
An error occurred receiving data from CDCSN0008F3PHD1 (162.12.76.128) over
TCP/IP. This may be due to a communications failure.
ACTION:
The return code from the TCP/IP (read) call was 73 (X'49'). Record these values
and tell the systems administrator.
-----------------------------------------------------------------
As it says its because of communication failure. My wild guess is related to the issues with firewalls/network.
Another thing when there is a load on cpu, due to major threads generation. IBM wrote a solution for this, hope you would get a little help on this matter. please find the link given below:
http://www-01.ibm.com/support/docview.wss?rs=171&uid=swg1IY90460 _________________ *Life will beat you down, you need to decide to fight back or leave it. |
|
Back to top |
|
 |
|