Skip to Main Content

Java EE (Java Enterprise Edition) General Discussion

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Cause of intermittent MQSeries error MQJMS2005??

843830Sep 5 2002 — edited Mar 17 2008
Hello 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
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Apr 14 2008
Added on Sep 5 2002
30 comments
720 views