Author |
Message
|
mr_jaber |
Posted: Sat Aug 15, 2009 8:27 am Post subject: 2035 on MQ 7 |
|
|
Apprentice
Joined: 21 May 2009 Posts: 28
|
hi,
i am already stuck on something related to excption handling:
http://www.mqseries.net/phpBB2/viewtopic.php?t=50278
any way i tried to upgrade to MQ 7, since many posts mensioned bug on MQ 6.0, but the thing is that every thing was working fine in terms of users and authontication, but after upgrading to 7, i am facing:
javax.resource.NotSupportedException: createJMSObjectsJMSWMQ0018: Failed to connect to queue manager 'XXX' with connection mode 'Client' and host name 'XXX'.
as its obvious iam using "client" mode, and i have 'Administrator" user configured on both machines. |
|
Back to top |
|
 |
mr_jaber |
Posted: Sat Aug 15, 2009 9:23 am Post subject: |
|
|
Apprentice
Joined: 21 May 2009 Posts: 28
|
i have configured a new user and added that to the mqm and admin. group, now i am able to get messages from the queue using "amqsgetc", but yet i can't manage to get it work from my JMS application |
|
Back to top |
|
 |
anilit99 |
Posted: Sat Aug 15, 2009 11:27 am Post subject: |
|
|
 Voyager
Joined: 28 May 2009 Posts: 75 Location: London, UK
|
what does the linked exception say ? _________________ "I almost care !" |
|
Back to top |
|
 |
mr_jaber |
Posted: Sat Aug 15, 2009 11:31 am Post subject: |
|
|
Apprentice
Joined: 21 May 2009 Posts: 28
|
how can i display the linked exception if it fails during the deployment of MDB?? |
|
Back to top |
|
 |
mr_jaber |
Posted: Sat Aug 15, 2009 12:20 pm Post subject: |
|
|
Apprentice
Joined: 21 May 2009 Posts: 28
|
ok ... now things are getting strange, it worked when using IBM JRE 1.5.0, while its not with hotspot 1.5 and 1.6, there should be something like an env. variable or something provided by that IBM implementation, |
|
Back to top |
|
 |
mr_jaber |
Posted: Sat Aug 15, 2009 12:30 pm Post subject: |
|
|
Apprentice
Joined: 21 May 2009 Posts: 28
|
and sorry "anilit99" i forgot to mension:
Caused by: com.ibm.mq.MQException: JMSCMQ0001: WebSphere MQ call failed with compcode '2' ('MQCC_FAILED') reason '2059' ('MQRC_Q_MGR_NOT_AVAILABLE').
at com.ibm.msg.client.wmq.common.internal.Reason.createException(Reason.java:206)
... 33 more
Caused by: com.ibm.mq.jmqi.JmqiException: CC=2;RC=2059;AMQ9204: Connection to host 'JABER(1414)' rejected. [1=com.ibm.mq.jmqi.JmqiException[CC=2;RC=2059;AMQ9503: Channel negotiation failed. [3=SYSTEM.DEF.SVRCONN]],3=JABER(1414),5=RemoteConnection.initSess]
at com.ibm.mq.jmqi.remote.internal.RemoteFAP.jmqiConnect(RemoteFAP.java:1689)
at com.ibm.msg.client.wmq.internal.WMQConnection.<init>(WMQConnection.java:335)
... 32 more
Caused by: com.ibm.mq.jmqi.JmqiException: CC=2;RC=2059;AMQ9503: Channel negotiation failed. [3=SYSTEM.DEF.SVRCONN]
at com.ibm.mq.jmqi.remote.internal.system.RemoteConnection.initSess(RemoteConnection.java:1513)
at com.ibm.mq.jmqi.remote.internal.system.RemoteConnection.connect(RemoteConnection.java:1067)
at com.ibm.mq.jmqi.remote.internal.system.RemoteConnectionPool.getConnection(RemoteConnectionPool.java:392)
at com.ibm.mq.jmqi.remote.internal.RemoteFAP.jmqiConnect(RemoteFAP.java:1407)
... 33 more
|
|
Back to top |
|
 |
mr_jaber |
Posted: Sat Aug 15, 2009 12:43 pm Post subject: |
|
|
Apprentice
Joined: 21 May 2009 Posts: 28
|
|
Back to top |
|
 |
AkankshA |
Posted: Sun Aug 16, 2009 9:07 pm Post subject: |
|
|
 Grand Master
Joined: 12 Jan 2006 Posts: 1494 Location: Singapore
|
mr_jaber wrote: |
Caused by: com.ibm.mq.MQException: JMSCMQ0001: WebSphere MQ call failed with compcode '2' ('MQCC_FAILED') reason '2059' ('MQRC_Q_MGR_NOT_AVAILABLE').
|
cross check the name of queue manager
logs state that you use SYSTEM.DEF.SVRCONN, ensure that the same same exists and MCAUSER value of the same is not set to NOBODY _________________ Cheers |
|
Back to top |
|
 |
|