Author |
Message
|
raz |
Posted: Thu May 08, 2008 9:00 am Post subject: channel errors |
|
|
Acolyte
Joined: 10 Jul 2007 Posts: 70
|
I'm using MQ 6.0.2.1 on solaris9 and getting the following error can you help me
05/08/08 16:42:26 - Process(10201.484855) User(mqm) Program(amqrmppa)
AMQ9259: Connection timed out from host '120.2.12.3'.
EXPLANATION:
A connection from host '120.2.12.3' over TCP/IP timed out.
ACTION:
Check to see why data was not received in the expected time. Correct the
problem. Reconnect the channel, or wait for a retrying channel to reconnect
itself.
----- amqccita.c : 3341 -------------------------------------------------------
05/08/08 16:42:26 - Process(10201.484855) User(mqm) Program(amqrmppa)
AMQ9999: Channel program ended abnormally.
EXPLANATION:
Channel program 'TEST' ended abnormally.
ACTION:
Look at previous error messages for channel program 'TEST' in the error
files to determine the cause of the failure. |
|
Back to top |
|
 |
Vitor |
Posted: Thu May 08, 2008 10:17 am Post subject: Re: channel errors |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
raz wrote: |
I'm using MQ 6.0.2.1 on solaris9 and getting the following error can you help me
05/08/08 16:42:26 - Process(10201.484855) User(mqm) Program(amqrmppa)
AMQ9259: Connection timed out from host '120.2.12.3'.
|
Yes - the connection's timing out. Make sure the channel's running at the other end and/or speak to your network people. _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
raz |
Posted: Thu May 08, 2008 2:03 pm Post subject: |
|
|
Acolyte
Joined: 10 Jul 2007 Posts: 70
|
Are there any settings in MQ so that it avoids any minor network issues |
|
Back to top |
|
 |
AkankshA |
Posted: Thu May 08, 2008 9:29 pm Post subject: |
|
|
 Grand Master
Joined: 12 Jan 2006 Posts: 1494 Location: Singapore
|
raz wrote: |
Are there any settings in MQ so that it avoids any minor network issues |
what do u term as a minor n/w issue...
to increase connection time out period..?
mq shd work even if n/w fails for a small interval..?
or something else.....
things can be configured but ultimately MQ works on n/w & with n/w _________________ Cheers |
|
Back to top |
|
 |
Vitor |
Posted: Fri May 09, 2008 12:48 am Post subject: |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
raz wrote: |
Are there any settings in MQ so that it avoids any minor network issues |
The fact that you're getting these errors means the channel is detecting and reporting the network problems. It doesn't mean the channel isn't dealing with them. Provided that both ends of the channel remain running (as I mentioned in my post above) then the channel will retry and recover from this sort of thing automatically.
If you have a particually poorly performing network, you may gain some advantage from tuning the short & long retry parameters on the channel.
In essence, what is the problem that you have? These messages in the log, or the channel stopping? The first is not a problem it's a notification, the second is a response to a network issue and can be mitigated as I've suggested. _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
mvic |
Posted: Fri May 09, 2008 12:52 am Post subject: |
|
|
 Jedi
Joined: 09 Mar 2004 Posts: 2080
|
|
Back to top |
|
 |
|