Author |
Message
|
ankurlodhi |
Posted: Wed Oct 15, 2014 2:04 pm Post subject: Repetive error AMQ9202 |
|
|
Master
Joined: 19 Oct 2010 Posts: 266
|
On one of the production server we are regularly getting AMQ9209 for a perticular host, there is no physical problem with the server. this happens daily a few times.
The application in not able to connect to queue manager is there any to resolve this the issue is intermetent but it is bugging from quiet a few months now. |
|
Back to top |
|
 |
PaulClarke |
Posted: Wed Oct 15, 2014 2:08 pm Post subject: |
|
|
 Grand Master
Joined: 17 Nov 2005 Posts: 1002 Location: New Zealand
|
What is the full message ? Is the IP address correct ? What is the TCP/IP return code ? _________________ Paul Clarke
MQGem Software
www.mqgem.com |
|
Back to top |
|
 |
ankurlodhi |
Posted: Wed Oct 15, 2014 2:43 pm Post subject: |
|
|
Master
Joined: 19 Oct 2010 Posts: 266
|
IP address is correct application team faces this issue atleast twice a day.
we checked for the max active channels as well but they were well under the max count.
0/15/2014 05:03:07 PM - Process(2061.199342) User(mqm) Program(amqrmppa)
Host()
AMQ9209: Connection to host '**' closed.
EXPLANATION:
An error occurred receiving data from '**' over TCP/IP. The
connection to the remote host has unexpectedly terminated.
ACTION:
Tell the systems administrator.
----- amqccita.c : 3473 -------------------------------------------------------
10/15/2014 05:03:07 PM - Process(2061.199342) User(mqm) Program(amqrmppa)
Host()
AMQ9999: Channel program ended abnormally.
EXPLANATION:
Channel program 'xxxxxxxxxx.S1' ended abnormally.
ACTION:
Look at previous error messages for channel program 'XXXXXXXXXXX.S1' in the
error files to determine the cause of the failure.
----- amqrmrsa.c : 533 --------------------------------------------------------
10/15/2014 05:03:07 PM - Process(2061.199344) User(mqm) Program(amqrmppa)
Host()
AMQ9209: Connection to host '**' closed.
EXPLANATION:
An error occurred receiving data from '**' over TCP/IP. The
connection to the remote host has unexpectedly terminated.
ACTION:
Tell the systems administrator.
----- amqccita.c : 3473 -------------------------------------------------------
10/15/2014 05:03:07 PM - Process(2061.199344) User(mqm) Program(amqrmppa)
Host()
AMQ9999: Channel program ended abnormally.
EXPLANATION:
Channel program 'XXXXXXXXX' ended abnormally.
ACTION:
Look at previous error messages for channel program 'XXXXXXXXXX' in the
error files to determine the cause of the failure. |
|
Back to top |
|
 |
fjb_saper |
Posted: Wed Oct 15, 2014 6:08 pm Post subject: |
|
|
 Grand High Poobah
Joined: 18 Nov 2003 Posts: 20756 Location: LI,NY
|
Don't just look at max active channels. You should also check the values on the channel set in maxinst and maxinstc. Any of these being hit will prevent an other instance of the channel from being created...
Have fun  _________________ MQ & Broker admin |
|
Back to top |
|
 |
gbaddeley |
Posted: Wed Oct 15, 2014 6:32 pm Post subject: |
|
|
 Jedi Knight
Joined: 25 Mar 2003 Posts: 2538 Location: Melbourne, Australia
|
Could also be a network issue, such as a random failure in a switch, router, firewall, cabling. Involve your network support team, they may be able to trace or diagnose. _________________ Glenn |
|
Back to top |
|
 |
PaulClarke |
Posted: Wed Oct 15, 2014 11:00 pm Post subject: |
|
|
 Grand Master
Joined: 17 Nov 2005 Posts: 1002 Location: New Zealand
|
What type of channel is the blanked out channel name ? What makes you think this is 'application can't connect' problem rather than just a 'other end went away' problem ? Do you see the corresponding channel started messages in the log ? _________________ Paul Clarke
MQGem Software
www.mqgem.com |
|
Back to top |
|
 |
ankurlodhi |
Posted: Thu Oct 16, 2014 9:13 am Post subject: |
|
|
Master
Joined: 19 Oct 2010 Posts: 266
|
For network wiring and switch there has been investigation around it the source and host are connected in same card. and this issue is everytime noticed with application team they are the once coming up to us with 2059. and we find 9002 at sametime stamp in queue manager error logs. |
|
Back to top |
|
 |
|