|
RSS Feed - WebSphere MQ Support
|
RSS Feed - Message Broker Support
|
 |
|
MQ error 2005 |
« View previous topic :: View next topic » |
Author |
Message
|
tirugui |
Posted: Tue Jun 15, 2004 7:39 am Post subject: MQ error 2005 |
|
|
Newbie
Joined: 31 Oct 2003 Posts: 4 Location: Kansas
|
i got the following error , when i am starting weblogic server. NMS01ATR is Qmgr.
2004/06/15 13:43:05.131, INFO, llss0761, com.spcs.systemcommon.processcommon.ControllerConfig, *****main*****######### Controller Mappings Complete #############
2004/06/15 13:43:05.336, INFO, llss0761, com.spcs.systemcommon.msgreceiver.Startup, *****main********** Configuring Queue NMSSMGBATCHINBOUND...
2004/06/15 13:43:06.887, INFO, llss0761, com.spcs.systemcommon.msgreceiver.Startup, *****main*****MQJMS2005: failed to create MQQueueManager for 'NMS01ATR'
javax.jms.JMSException: MQJMS2005: failed to create MQQueueManager for 'NMS01ATR' at com.ibm.mq.jms.services.ConfigEnvironment.newException(ConfigEnvironment.java:546)
at com.ibm.mq.jms.MQConnection.createQM(MQConnection.java:1450)
at com.ibm.mq.jms.MQConnection.createQMNonXA(MQConnection.java:960)
at com.ibm.mq.jms.MQQueueConnection.<init>(MQQueueConnection.java:159)
at com.ibm.mq.jms.MQQueueConnection.<init>(MQQueueConnection.java:77)
at com.ibm.mq.jms.MQQueueConnectionFactory.createQueueConnection(MQQueueConnectionFactory.java:142)
at com.spcs.systemcommon.msgreceiver.Startup.register(Startup.java:125)
at com.spcs.systemcommon.msgreceiver.Startup.startup(Startup.java:237)
at weblogic.t3.srvr.StartupClassService.invokeStartup(StartupClassService.java:158)
at weblogic.t3.srvr.StartupClassService.invokeClass(StartupClassService.java:139)
at weblogic.t3.srvr.StartupClassService.access$0(StartupClassService.java:130)
at weblogic.t3.srvr.StartupClassService$1.run(StartupClassService.java:102)
at weblogic.security.service.SecurityServiceManager.contact admin(SecurityServiceManager.java:780)
at weblogic.t3.srvr.StartupClassService.invokeStartupClass(StartupClassService.java:97)
at weblogic.t3.srvr.StartupClassService.initialize(StartupClassService.java:60)
at weblogic.t3.srvr.ServerLifeCycleList.initialize(ServerLifeCycleList.java:54)
at weblogic.t3.srvr.T3Srvr.initialize1(T3Srvr.java:782)
at weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:594)
at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:282)
at weblogic.Server.main(Server.java:32)
/apps/bea/user_projects/nmstrn/logs>> cd .. _________________ MT Reddy
Sprint PCS -KS |
|
Back to top |
|
 |
tkane |
Posted: Tue Jun 15, 2004 10:14 am Post subject: |
|
|
 Voyager
Joined: 23 Dec 2002 Posts: 82 Location: Kansas City
|
There are a lot of hits searching in the forums for "MQJMS2005"
Try that.
Then you probably want the real MQ error.
JMS Coding to retain MQ Reason Code
To retain the reason code following MQ Series functions use the following code.
Code: |
catch(JMSException j) {
Exception l = j.getLinkedException();
if (l != null) {
System.out.println("Linked exception: " + l);
// displays (e.g.)
//"com.ibm.mq.MQException: MQJE001: Completion Code 2, Reason 2072"
}
} |
Good Luck
Tom |
|
Back to top |
|
 |
|
|
 |
|
Page 1 of 1 |
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|
|
|