Author |
Message
|
ae06425 |
Posted: Wed Oct 06, 2010 6:20 am Post subject: rc 2195 |
|
|
Centurion
Joined: 02 Apr 2007 Posts: 100
|
mq version 6.0.2.4 on solaris 10
MQ setup looking good.
what else possibly is causing below?
(replaced actual hostname(port) in below msg)
thx
Caused by: com.ibm.mq.MQException: JMSCMQ0001: WebSphere MQ call failed with compcode '2' ('MQCC_FAILED') reason '2195' ('MQRC_UNEXPECTED_ERROR').
[05/10/10 11:42:24:470 EDT] 0000001e SystemOut O at com.ibm.msg.client.wmq.common.internal.Reason.createException(Reason.java:206)
[05/10/10 11:42:24:470 EDT] 0000001e SystemOut O ... 41 more
[05/10/10 11:42:24:470 EDT] 0000001e SystemOut O Caused by: com.ibm.mq.jmqi.JmqiException: CC=2;RC=2195;AMQ9204: Connection to host '<HOSTNAME(PORT)>' rejected. [1=com.ibm.mq.jmqi.JmqiException[CC=2;RC=2195],3=<HOSTNAME(PORT)>,5=RemoteFAP.jmqiConnect]
[05/10/10 11:42:24:471 EDT] 0000001e SystemOut O at com.ibm.mq.jmqi.remote.internal.RemoteFAP.jmqiConnect(RemoteFAP.java:1823)
[05/10/10 11:42:24:471 EDT] 0000001e SystemOut O at |
|
Back to top |
|
 |
zonko |
Posted: Wed Oct 06, 2010 6:33 am Post subject: |
|
|
Voyager
Joined: 04 Nov 2009 Posts: 78
|
Connection to host '<HOSTNAME(PORT)>' rejected
looks like a good candidate. 2195 in a java client app usually means a network error of some kind. |
|
Back to top |
|
 |
gbaddeley |
Posted: Wed Oct 06, 2010 3:19 pm Post subject: |
|
|
 Jedi Knight
Joined: 25 Mar 2003 Posts: 2538 Location: Melbourne, Australia
|
Quote: |
2195 in a java client app usually means a network error of some kind. |
2195 is an internal error in MQ. It could be a network error, or a multitude of other unknown errors, including bugs in MQ. There should be a .FDC file produced for the process id that contains further diagnostics. _________________ Glenn |
|
Back to top |
|
 |
jeevan |
Posted: Wed Oct 06, 2010 3:59 pm Post subject: |
|
|
Grand Master
Joined: 12 Nov 2005 Posts: 1432
|
gbaddeley wrote: |
Quote: |
2195 in a java client app usually means a network error of some kind. |
2195 is an internal error in MQ. It could be a network error, or a multitude of other unknown errors, including bugs in MQ. There should be a .FDC file produced for the process id that contains further diagnostics. |
Are all necessary OS setting for mq done? |
|
Back to top |
|
 |
mvic |
Posted: Wed Oct 06, 2010 4:09 pm Post subject: Re: rc 2195 |
|
|
 Jedi
Joined: 09 Mar 2004 Posts: 2080
|
ae06425 wrote: |
com.ibm.mq.jmqi.JmqiException: CC=2;RC=2195;AMQ9204 |
There are a few mentions of AMQ9204 if you do an internet search.
Personally I would start by coming up to date with maintenance. 6.0.2.4 is starting to look a bit old. 6.0.2.10 is the latest. |
|
Back to top |
|
 |
tfennelly |
Posted: Thu Oct 21, 2010 5:43 am Post subject: |
|
|
Newbie
Joined: 20 May 2009 Posts: 9
|
jeevan wrote: |
gbaddeley wrote: |
Quote: |
2195 in a java client app usually means a network error of some kind. |
2195 is an internal error in MQ. It could be a network error, or a multitude of other unknown errors, including bugs in MQ. There should be a .FDC file produced for the process id that contains further diagnostics. |
Are all necessary OS setting for mq done? |
Sorry jeevan.... can you point to the necessary OS settings please? |
|
Back to top |
|
 |
|