Posted: Tue Jun 15, 2004 2:42 pm Post subject: JMS Startup Error
Newbie
Joined: 11 May 2004 Posts: 7
To all
Need help
We have an mq series infrastructure that using pub/sub model. Developer wrote JMSBroker that does xml validation/routing from in queue to out queue based on xml schema.
Running MQ Series 5.2 CSD08. Java version 1.4.2 , Solaris 2.6 the jmsboker works.
When we upgraded to Solaris 9 and MQ Series 5.3 CSD07, and java version 1.4.2 the JMS Broker implementation does not work, and we get the following error
javax.jms.JMSException: MQJMS2005: failed to create MQQueueManager for 'telex.jasper.com:OCSEMX01'
at com.ibm.mq.jms.services.ConfigEnvironment.newException(ConfigEnvironment.java:556)
at com.ibm.mq.jms.MQConnection.createQM(MQConnection.java:2273)
at com.ibm.mq.jms.MQConnection.createQMNonXA(MQConnection.java:1701)
at com.ibm.mq.jms.MQQueueConnection.<init>(MQQueueConnection.java:144)
at com.ibm.mq.jms.MQQueueConnection.<init>(MQQueueConnection.java:54)
at com.ibm.mq.jms.MQQueueConnectionFactory.createQueueConnection(MQQueueConnectionFactory.java:106)
at com.wellsfargo.iccs.mqbroker.JMSUtil.initSession(JMSUtil.java:50)
at com.wellsfargo.iccs.mqbroker.Broker.initJMS(Broker.java:129)
at com.wellsfargo.iccs.mqbroker.Broker.start(Broker.java:602)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1630)
at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1525)
at com.sun.jdmk.comm.HtmlInvokePage.buildPage(HtmlInvokePage.java:243)
at com.sun.jdmk.comm.HtmlRequestHandler.processGetRequest(HtmlRequestHandler.java:329)
at com.sun.jdmk.comm.HtmlRequestHandler.processRequest(HtmlRequestHandler.java:155)
at com.sun.jdmk.comm.HtmlRequestHandler.doRun(HtmlRequestHandler.java:82)
at com.sun.jdmk.comm.ClientHandler.run(ClientHandler.java:99)
at java.lang.Thread.run(Thread.java:534)
Verified that MQ listener is running, etc. Checked both sets of error logs and no errors reported. Does any one know if there are changes in the jms implementation in MQ 5.2 to 5.3.? Can someone help/guide me to getting this issue resolved.
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