Author |
Message
|
ramesh.govindaswamy |
Posted: Thu Mar 23, 2006 11:44 pm Post subject: Channel program 'SYSTEM.DEF.SVRCONN' ended abnormally. |
|
|
Apprentice
Joined: 25 Oct 2005 Posts: 42
|
Hi,
Please below the one, I find in my queue manager error log.I can start the queue manager, after that I am getting the below exception..what could be the cause of this.
----- amqrmrsa.c : 467 --------------------------------------------------------
03/24/06 12:59:57
AMQ8003: WebSphere MQ queue manager 'CEE_WRCS_QM' started.
EXPLANATION:
WebSphere MQ queue manager 'CEE_WRCS_QM' started.
ACTION:
None.
-------------------------------------------------------------------------------
03/24/06 12:59:57
AMQ9410: Repository manager started
EXPLANATION:
The repository manager started successfully.
ACTION:
None.
-------------------------------------------------------------------------------
03/24/06 12:59:57
AMQ9508: Program cannot connect to the queue manager.
EXPLANATION:
The connection attempt to queue manager 'CEE_WRCS_QM' failed with reason code
2059.
ACTION:
Ensure that the queue manager is available and operational.
----- amqrmsaa.c : 425 --------------------------------------------------------
03/24/06 12:59:57
AMQ9999: Channel program ended abnormally.
EXPLANATION:
Channel program 'SYSTEM.DEF.SVRCONN' ended abnormally.
ACTION:
Look at previous error messages for channel program 'SYSTEM.DEF.SVRCONN' in the
error files to determine the cause of the failure.
----- amqrmrsa.c : 467 --------------------------------------------------------
03/24/06 12:59:57
AMQ8024: WebSphere MQ channel initiator started.
EXPLANATION:
The channel initiator for queue SYSTEM.CHANNEL.INITQ has been started.
ACTION:
None.
-------------------------------------------------------------------------------
my qm.ini entry for this queue manager is below.
Log:
LogPrimaryFiles=60
LogSecondaryFiles=2
LogFilePages=16384
LogType=CIRCULAR
LogBufferPages=512
LogPath=/rcx/users/rcx/mqlog/CEE_WRCS_QM/
LogWriteIntegrity=TripleWrite
Service:
Name=AuthorizationService
EntryPoints=10
ServiceComponent:
Service=AuthorizationService
Name=MQSeries.UNIX.auth.service
Module=/opt/mqm/lib/amqzfu
ComponentDataSize=0
TCP:
ListenerBacklog = 3000
KeepAlive = Yes
Channels:
MaxChannels=3000
MaxActiveChannels=2000
MQIBindType=FASTPATH
Please let me know what I have to further for this, to resolve this issue..
With regards
Ramesh.G |
|
Back to top |
|
 |
vennela |
Posted: Thu Mar 23, 2006 11:54 pm Post subject: |
|
|
 Jedi Knight
Joined: 11 Aug 2002 Posts: 4055 Location: Hyderabad, India
|
Have you started the listener for the QMGR?
Look for 2059 in this site |
|
Back to top |
|
 |
ramesh.govindaswamy |
Posted: Fri Mar 24, 2006 12:41 am Post subject: |
|
|
Apprentice
Joined: 25 Oct 2005 Posts: 42
|
vennela,
The listener for the queue manager is running.I can able to connect to the queue manager.Pls let me know what I have to do further.
With regards
Ramesh.G |
|
Back to top |
|
 |
elvis_gn |
Posted: Fri Mar 24, 2006 1:24 am Post subject: |
|
|
 Padawan
Joined: 08 Oct 2004 Posts: 1905 Location: Dubai
|
Hi ramesh.govindaswamy,
Error 2059 is QM not available....
Can you plese check that u are not using the wrong QM name.
Regards. |
|
Back to top |
|
 |
ramesh.govindaswamy |
Posted: Fri Mar 24, 2006 2:09 am Post subject: |
|
|
Apprentice
Joined: 25 Oct 2005 Posts: 42
|
Elvis,
The queue manager I am refering is correct only, and also in the queue manager error log file, I am getting the below one continously.Please let me know what I have to do to solve this one.
----- amqccita.c : 2781 -------------------------------------------------------
03/24/06 15:28:08
AMQ9208: Error on receive from host c7725 (202.60.222.212).
EXPLANATION:
An error occurred receiving data from c7725 (202.60.222.212) over TCP/IP. This
may be due to a communications failure.
ACTION:
The return code from the TCP/IP (read) call was 131 (X'83'). Record these
values and tell the systems administrator.
----- amqccita.c : 2758 -------------------------------------------------------
With regards
Ramesh.G |
|
Back to top |
|
 |
Vitor |
Posted: Fri Mar 24, 2006 2:18 am Post subject: |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
A rapid Google indicates that TCP error 131 is "Connection reset by peer".
Have you followed the action & told your system administrator? What did he say?
What network elements exist in your topology that could be getting in the way? _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
wschutz |
Posted: Fri Mar 24, 2006 2:38 am Post subject: |
|
|
 Jedi Knight
Joined: 02 Jun 2005 Posts: 3316 Location: IBM (retired)
|
Ramesh-- Is the queue manager actually running? (does runmqsc work)? Can you tell us whats not working?
Also, are there any *FDC files in /var/mqm/errors? If so, cd to that directory and post the output from ffstsummary. _________________ -wayne |
|
Back to top |
|
 |
|