[jboss-user] [JBoss Messaging] New message: "Re: JBoss4 & 5 messaging"

Ali Gohar do-not-reply at jboss.com
Mon Mar 15 14:05:19 EDT 2010


User development,

A new message was posted in the thread "JBoss4 & 5 messaging":

http://community.jboss.org/message/532077#532077

Author  : Ali Gohar
Profile : http://community.jboss.org/people/agohar

Message:
--------------------------------------------------------------
Looks like this error is occuring only for DLQ Handlers. I've different queues with have DLQ configured for them and there are listeners to those DLQs. When JBoss starts up and it tries to deploy first Message driven bean listening on a DLQ, it fails and it sebsequently complains about other DLQs. And it says error Initializing DLQHandler.
 
 
2010-03-15 17:27:48,402 ERROR [org.jboss.ejb.plugins.jms.DLQHandler] Initialization failed DLQHandler
javax.naming.CommunicationException [Root exception is java.lang.ClassNotFoundException: No ClassLoaders found for: org.jboss.jms.client.JBossConnectionFactory (no security manager: RMI class loader disabled)]
    at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:713)
    at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:572)
    at javax.naming.InitialContext.lookup(InitialContext.java:347)
    at org.jboss.ejb.plugins.jms.DLQHandler.createService(DLQHandler.java:151)
    at org.jboss.system.ServiceMBeanSupport.jbossInternalCreate(ServiceMBeanSupport.java:238)
    at org.jboss.system.ServiceMBeanSupport.create(ServiceMBeanSupport.java:165)
    at org.jboss.ejb.plugins.jms.JMSContainerInvoker.innerCreate(JMSContainerInvoker.java:597)
    at org.jboss.ejb.plugins.jms.JMSContainerInvoker.startService(JMSContainerInvoker.java:922)
    at org.jboss.ejb.plugins.jms.JMSContainerInvoker$ExceptionListenerImpl.run(JMSContainerInvoker.java:1492)
    at java.lang.Thread.run(Thread.java:534)
 
Any idea why it is trying to use jboss messaging client and not mq client? Can anybody please direct me how jboss internally lookup jms queues? is it using jndi.properties file? but that doesn't list the jnp url? does it use localhost:1099 to lookup?
 
Thanks

--------------------------------------------------------------

To reply to this message visit the message page: http://community.jboss.org/message/532077#532077




More information about the jboss-user mailing list