Hello,

well I've gotten a little further with this. Turns out that I *was* actually 
missing the class org.jboss.jms.jndi.MQSeriesProvider, because this doesn't 
come with jboss.jar out of the box - it's a custom class. There was also a 
problem setting up the JMS queue bindings but that was sorted too. Lastly, I 
needed to add the JMS provider loader to server/default/deploy/jms/jms-ds.xml 
and the adapter to server/default/conf/standardjboss.xml. I'm nearly there, 
this is what I get just after startup in server.log:

2005-09-30 18:19:32,189 Reconnected to JMS provider
2005-09-30 18:19:32,189 JMS provider failure detected:
javax.jms.JMSException: MQJMS2005: failed to create MQQueueManager for ''
        at 
com.ibm.mq.jms.services.ConfigEnvironment.newException(ConfigEnvironment.java:569)
        at com.ibm.mq.jms.MQConnection.createQM(MQConnection.java:2321)
        at com.ibm.mq.jms.MQConnection.createQMNonXA(MQConnection.java:1749)
        at com.ibm.mq.jms.MQQueueConnection.(MQQueueConnection.java:144)
        at com.ibm.mq.jms.MQQueueConnection.(MQQueueConnection.java:54)
        at 
com.ibm.mq.jms.MQQueueConnectionFactory.createQueueConnection(MQQueueConnectionFactory.java:106)
        at 
org.jboss.ejb.plugins.jms.DLQHandler.createService(DLQHandler.java:155)
        at 
org.jboss.system.ServiceMBeanSupport.create(ServiceMBeanSupport.java:158)
        at 
org.jboss.ejb.plugins.jms.JMSContainerInvoker.innerCreate(JMSContainerInvoker.java:458)
        at 
org.jboss.ejb.plugins.jms.JMSContainerInvoker.startService(JMSContainerInvoker.java:674)
        at 
org.jboss.ejb.plugins.jms.JMSContainerInvoker$ExceptionListenerImpl.onException(JMSContainerInvoker.java:1173)
        at 
org.jboss.ejb.plugins.jms.JMSContainerInvoker$1.run(JMSContainerInvoker.java:686)
2005-09-30 18:19:32,191 Trying to reconnect to JMS provider
2005-09-30 18:19:42,199 Initialization failed
javax.jms.JMSException: MQJMS2005: failed to create MQQueueManager for ''
        at 
com.ibm.mq.jms.services.ConfigEnvironment.newException(ConfigEnvironment.java:569)
        at com.ibm.mq.jms.MQConnection.createQM(MQConnection.java:2321)
        at com.ibm.mq.jms.MQConnection.createQMNonXA(MQConnection.java:1749)
        at com.ibm.mq.jms.MQQueueConnection.(MQQueueConnection.java:144)
        at com.ibm.mq.jms.MQQueueConnection.(MQQueueConnection.java:54)
        at 
com.ibm.mq.jms.MQQueueConnectionFactory.createQueueConnection(MQQueueConnectionFactory.java:106)
        at 
org.jboss.ejb.plugins.jms.DLQHandler.createService(DLQHandler.java:155)
        at 
org.jboss.system.ServiceMBeanSupport.create(ServiceMBeanSupport.java:158)
        at 
org.jboss.ejb.plugins.jms.JMSContainerInvoker.innerCreate(JMSContainerInvoker.java:458)
        at 
org.jboss.ejb.plugins.jms.JMSContainerInvoker.startService(JMSContainerInvoker.java:674)
        at 
org.jboss.ejb.plugins.jms.JMSContainerInvoker$ExceptionListenerImpl.onException(JMSContainerInvoker.java:1173)
        at 
org.jboss.ejb.plugins.jms.JMSContainerInvoker$1.run(JMSContainerInvoker.java:686)
.................... etc ................
.................... etc ................
.................... etc ................

The interesting thing is that the queue manager is blank in the exception - it 
should at least be failed to create MQQueueManager for 'some_queue_manager'. MQ 
is fine and the jboss user can talk to it fine...

Thanks for any ideas
Ian


View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3898295#3898295

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3898295


-------------------------------------------------------
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
_______________________________________________
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to