Author |
Message
|
punnam |
Posted: Mon Sep 19, 2005 10:29 am Post subject: Channel ended abnormally |
|
|
Novice
Joined: 12 Apr 2005 Posts: 19
|
MQ is writing these messages to error logs,eventhough the same channel is up and running.Can anyone suggest what could be the reason?
09/19/05 13:20:19
AMQ9508: Program cannot connect to the queue manager.
EXPLANATION:
The connection attempt to queue manager 'TEST' failed with reason code
2059.
ACTION:
Ensure that the queue manager is available and operational.
09/19/05 13:23:20
AMQ9999: Channel program ended abnormally.
EXPLANATION:
Channel program 'TEST.TEMP' ended abnormally.
ACTION:
Look at previous error messages for channel program 'TEST.TEMP' in the
error files to determine the cause of the failure. |
|
Back to top |
|
 |
bbburson |
Posted: Mon Sep 19, 2005 11:04 am Post subject: |
|
|
Partisan
Joined: 06 Jan 2004 Posts: 378 Location: Nowhere near a queue manager
|
Is this a SENDER channel? Perhaps the remote queue manager has hit its MAXCHANNEL (or MAXACTIVECHANNEL) limit. |
|
Back to top |
|
 |
hopsala |
Posted: Mon Sep 19, 2005 4:13 pm Post subject: |
|
|
 Guardian
Joined: 24 Sep 2004 Posts: 960
|
Hm, two suggestions, although somewhat theoretical (never encountered this):
1. you're using a client channel, and specified the wrong qmgr name in the application.
2. qmgr is down, but listener is still up.
Post your DIS CHS and DIS CHL output... |
|
Back to top |
|
 |
punnam |
Posted: Mon Sep 19, 2005 5:53 pm Post subject: |
|
|
Novice
Joined: 12 Apr 2005 Posts: 19
|
remote qmanager is on mainframe is up and running.When i tried to put messsages using amqsput i am getting the following error generating core dump.
/usr/lib/dld.sl: Unresolved symbol: pthread_mutexattr_default (data) from /usr/
lib/libmqmcs_r.sl
/usr/lib/dld.sl: Unresolved symbol: pthread_condattr_default (data) from /usr/l
ib/libmqmcs_r.sl
/usr/lib/dld.sl: Unresolved module for symbol: CSCtrl (data) from /usr/lib/libm
qm_r.sl
/usr/lib/dld.sl: Unresolved module for symbol: MQCONN (code) from amqsput
Abort(coredump) |
|
Back to top |
|
 |
fjb_saper |
Posted: Mon Sep 19, 2005 7:56 pm Post subject: |
|
|
 Grand High Poobah
Joined: 18 Nov 2003 Posts: 20756 Location: LI,NY
|
Possibly a Path / libpath / classpath problem.. ? |
|
Back to top |
|
 |
|