Cause of intermittent MQSeries error MQJMS2005??
843830Sep 5 2002 — edited Mar 17 2008Hello all,
We are running IBM MQSeries v5.2.1 on Windows 2000, using IBM's JMS interface software to access it from Java.
Intermittently, we get error 2005:
2002-09-05 15:50:37,695 ERROR com.nuon.sw.swutil.xmlbus2.XMLBusConnection.logStackTrace (SwitchException.java:106) - javax.jms.JMSException: MQJMS2005: failed to create MQQueueManager for ''
at com.ibm.mq.jms.services.ConfigEnvironment.newException(ConfigEnvironment.java:434)
at com.ibm.mq.jms.MQQueueConnection.createQM(MQQueueConnection.java:479)
at com.ibm.mq.jms.MQQueueConnection.<init>(MQQueueConnection.java:183)
at com.ibm.mq.jms.MQQueueConnection.<init>(MQQueueConnection.java:68)
at com.ibm.mq.jms.MQQueueConnectionFactory.createQueueConnection(MQQueueConnectionFactory.java:105)
at com.nuon.sw.swutil.xmlbus2.XMLBusConnection.open(XMLBusConnection.java:285)
at com.nuon.sw.ech2.OutputMessagesJob.execute(OutputMessagesJob.java:111)
at com.nuon.sw.swutil.JobRunner.run(JobRunner.java:86)
at com.nuon.sw.ech2.Main.main(Main.java:61)
The strange thing is that this doesn't happen always. It seems that if the server is busy, the error happens more often then when the server is not busy.
What could be the cause of this error? Is it a timeout issue? Where should I look to solve this?
I didn't find any information on IBM's website about this problem.
Jesper