Author |
Message
|
tsobanski |
Posted: Wed Jun 22, 2005 12:04 am Post subject: MQ exception 2195 |
|
|
Apprentice
Joined: 27 Sep 2004 Posts: 42
|
HI
Iam trying to connect to qmanager on solaris using SYSTEM.ADMIN.SVRCONN channel and each attempt give me error 2195. For connection iam using SiteScope application. In q-manager log is:
-------------------------------------------------------------------------------
06/22/05 09:38:37
AMQ9503: Channel negotiation failed.
EXPLANATION:
Channel '' between this machine and the remote machine could not be established
due to a negotiation failure.
ACTION:
Tell the systems administrator, who should attempt to identify the cause of the
channel failure using problem determination techniques. For example, look for
FFST files, and examine the error logs on the local and remote systems where
there may be messages explaining the cause of failure. More information may be
obtained by repeating the operation with tracing enabled.
-------------------------------------------------------------------------------
06/22/05 09:38:37
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.
-------------------------------------------------------------------------------
Exepct this there is no FDC file.
Did enyone knows where is problem ?? |
|
Back to top |
|
 |
sjensen |
Posted: Wed Jun 22, 2005 1:18 am Post subject: |
|
|
Centurion
Joined: 18 Dec 2003 Posts: 134 Location: London
|
Hi
Is it possible something is holding the port?
Is there a firewall between the two machines?
What does the error logs on the remote machine say?
Good luck
Stefan |
|
Back to top |
|
 |
tsobanski |
Posted: Wed Jun 22, 2005 2:55 am Post subject: |
|
|
Apprentice
Joined: 27 Sep 2004 Posts: 42
|
Hi
port is ok - I can connect using MQ Explorer, no firewall , in SiteScope log is only :
Failed to retrieve available instances. Monitor returned the following error: MQ exception: CC = 2 RC = 2195 |
|
Back to top |
|
 |
Nigelg |
Posted: Wed Jun 22, 2005 3:19 am Post subject: |
|
|
Grand Master
Joined: 02 Aug 2004 Posts: 1046
|
The 2195 is just what a java client app always returns if there is a comms or channel error.
Since Explorer can connect OK, the problem must be in the SiteScope app. Better get on to the vendors for some help. |
|
Back to top |
|
 |
csmith28 |
Posted: Wed Jun 22, 2005 4:53 am Post subject: |
|
|
 Grand Master
Joined: 15 Jul 2003 Posts: 1196 Location: Arizona
|
Nigelg wrote: |
The 2195 is just what a java client app always returns if there is a comms or channel error.
Since Explorer can connect OK, the problem must be in the SiteScope app. Better get on to the vendors for some help. |
Oh that's just silly Nigel.
This has to a problem with MQ. _________________ Yes, I am an agent of Satan but my duties are largely ceremonial. |
|
Back to top |
|
 |
bower5932 |
Posted: Wed Jun 22, 2005 5:26 am Post subject: |
|
|
 Jedi Knight
Joined: 27 Aug 2001 Posts: 3023 Location: Dallas, TX, USA
|
I might be inclined to agree with Nigel since the first append has:
Code: |
Channel '' between this machine and the remote machine could not be established due to a negotiation failure. |
I'd guess that something didn't get set right in SightScope (like the channel name?). |
|
Back to top |
|
 |
kevinf2349 |
Posted: Wed Jun 22, 2005 6:40 am Post subject: |
|
|
 Grand Master
Joined: 28 Feb 2003 Posts: 1311 Location: USA
|
I think Csmith28 was being sarcastic...given that all problems seem to be MQ problems until they are inevitably proved otherwise.
You know the sort of thing.....My application code no longer works. It must be MQ. It can't possibly be that my changes caused the application to stop working.  |
|
Back to top |
|
 |
bower5932 |
Posted: Wed Jun 22, 2005 7:40 am Post subject: |
|
|
 Jedi Knight
Joined: 27 Aug 2001 Posts: 3023 Location: Dallas, TX, USA
|
After re-reading his append, I think you are right. Sorry about that....However, the blank channel in the error message might shed some light on where to look in SightScope. |
|
Back to top |
|
 |
|