Author |
Message
|
ajith.rajan |
Posted: Fri Oct 29, 2004 4:18 am Post subject: Problems in Starting the Sender Channel |
|
|
Apprentice
Joined: 14 Sep 2004 Posts: 30
|
Hi
I am facing some problems in starting a sender channel. The Following is the error message seen in the MQ Server log files.
----- amqccita.c : 2731 -------------------------------------------------------
10/29/04 11:29:56
AMQ9228: The TCP/IP responder program could not be started.
EXPLANATION:
An attempt was made to start an instance of the responder program, but the
program was rejected.
ACTION:
The failure could be because either the subsystem has not been started (in this
case you should start the subsystem), or there are too many programs waiting
(in this case you should try to start the responder program later). The reason
code was 0.
----- amqrmrsa.c : 461 --------------------------------------------------------
I have done a telnet test at the specific port. It works fine.
Any Pointers.
Tnks
Ajith |
|
Back to top |
|
 |
Nigelg |
Posted: Fri Oct 29, 2004 4:50 am Post subject: |
|
|
Grand Master
Joined: 02 Aug 2004 Posts: 1046
|
You need to set up either an entry in /etc/services
MQ_QMGR 1441/tcp
and in /etc/inetd.conf
MQ_QMGR stream tcp nowait root /usr/lpp/mqm/bin/amqcrsta amqcrsta -m QMGR
for the UNIX listener inetd
or to start a listener at the remote qmgr
runmqlsr -m QMGR -t TCP -p 1441 |
|
Back to top |
|
 |
Nigelg |
Posted: Fri Oct 29, 2004 4:52 am Post subject: |
|
|
Grand Master
Joined: 02 Aug 2004 Posts: 1046
|
I forgot...
If you use the inetd method, you need to force inetd to read the conf file. On AIX:
refresh -s inetd
On Solaris/HPUX
kill -1 PID_of_inetd' |
|
Back to top |
|
 |
ajith.rajan |
Posted: Fri Oct 29, 2004 4:56 am Post subject: |
|
|
Apprentice
Joined: 14 Sep 2004 Posts: 30
|
Hi
I do have the corresponding entries in our MQ Server in both inetd.conf and the services file, but still not working.
Rgds
Ajith |
|
Back to top |
|
 |
Nigelg |
Posted: Fri Oct 29, 2004 5:15 am Post subject: |
|
|
Grand Master
Joined: 02 Aug 2004 Posts: 1046
|
So you have something else wrong at the receiver. This is a a simple setup problem, so don't just sit there and whine that it is not working. You have done something wrong, or missed out a step, so get a grip and fix it.
Is the server name in CONNAME the same server as you have set up the entries in services & inetd.conf?
Have you got the right port number in services, corresponding to the poer number on the SDR channel CONNAME?
Have you refreshed the inetd service with one of the above methods? |
|
Back to top |
|
 |
csmith28 |
Posted: Fri Oct 29, 2004 5:12 pm Post subject: |
|
|
 Grand Master
Joined: 15 Jul 2003 Posts: 1196 Location: Arizona
|
Other things to check...
Is the receiver channel properly defined?
Is the listener running on the remote MQMGR? _________________ Yes, I am an agent of Satan but my duties are largely ceremonial. |
|
Back to top |
|
 |
Anirud |
Posted: Fri Oct 29, 2004 6:47 pm Post subject: |
|
|
 Master
Joined: 12 Feb 2004 Posts: 285 Location: Vermont
|
Was the channel working before?
Also, it would help if you specify the OS, MQ Version and fix level. |
|
Back to top |
|
 |
|