[jboss-jira] [JBoss JIRA] Closed: (JBAS-9385) JBOSS 6.1 - HORNETQ Integration
Clebert Suconic (JIRA)
jira-events at lists.jboss.org
Wed May 4 14:04:18 EDT 2011
[ https://issues.jboss.org/browse/JBAS-9385?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Clebert Suconic closed JBAS-9385.
---------------------------------
Resolution: Rejected
HornetQ is already integrated.
Please use the forums to discuss what you're doing wrong
> JBOSS 6.1 - HORNETQ Integration
> -------------------------------
>
> Key: JBAS-9385
> URL: https://issues.jboss.org/browse/JBAS-9385
> Project: Legacy JBoss Application Server 6
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Reporter: Subha Krishnan
>
> Hi,
> I downloaded JBOSS 6.1 because of Hornetq problem [JBAS - 7950]. When the application tries to deliver a message to a JMS topic, I get the following error message:
> javax.jms.JMSException: Failed to create session factory
> at org.hornetq.jms.client.HornetQConnectionFactory.createConnectionInternal(HornetQConnectionFactory.java:605)
> at org.hornetq.jms.client.HornetQConnectionFactory.createTopicConnection(HornetQConnectionFactory.java:143)
> at org.hornetq.jms.client.HornetQConnectionFactory.createTopicConnection(HornetQConnectionFactory.java:138)
> at jx.util.ejb.JMSPublisher.publishTopic(JMSPublisher.java:103)
> at jx.util.ejb.JMSPublisher.publishInternalDocument(JMSPublisher.java:67)
> at jx.visionTek.VisionTekConnection.publish(VisionTekConnection.java:78)
> at jx.visionTek.VisionTekConnection.update(VisionTekConnection.java:117)
> at java.util.Observable.notifyObservers(Observable.java:142)
> at jx.io.AsyncReader.messageRecieved(AsyncReader.java:99)
> at jx.visionTek.VisionTekReader.read(VisionTekReader.java:42)
> at jx.io.AsyncReader.run(AsyncReader.java:72)
> at java.lang.Thread.run(Thread.java:619)
> Caused by: java.lang.IllegalArgumentException: Error instantiating connector factory "org.hornetq.core.remoting.impl.netty.NettyConnectorFactory"
> at org.hornetq.core.client.impl.ClientSessionFactoryImpl$1.run(ClientSessionFactoryImpl.java:1145)
> at org.hornetq.core.client.impl.ClientSessionFactoryImpl$1.run(ClientSessionFactoryImpl.java:1134)
> at java.security.AccessController.doPrivileged(Native Method)
> at org.hornetq.core.client.impl.ClientSessionFactoryImpl.instantiateConnectorFactory(ClientSessionFactoryImpl.java:1133)
> at org.hornetq.core.client.impl.ClientSessionFactoryImpl.<init>(ClientSessionFactoryImpl.java:175)
> at org.hornetq.core.client.impl.ServerLocatorImpl.createSessionFactory(ServerLocatorImpl.java:590)
> at org.hornetq.jms.client.HornetQConnectionFactory.createConnectionInternal(HornetQConnectionFactory.java:601)
> ... 11 more
> Caused by: java.lang.ClassNotFoundException: Class not found org.hornetq.core.remoting.impl.netty.NettyConnectorFactory
> at org.jboss.classloader.spi.base.BaseClassLoader.loadClassFromDomain(BaseClassLoader.java:897)
> at org.jboss.classloader.spi.base.BaseClassLoader.doLoadClass(BaseClassLoader.java:505)
> at org.jboss.classloader.spi.base.BaseClassLoader.loadClass(BaseClassLoader.java:450)
> at java.lang.ClassLoader.loadClass(ClassLoader.java:252)
> at org.hornetq.core.client.impl.ClientSessionFactoryImpl$1.run(ClientSessionFactoryImpl.java:1140)
> ... 17 more
> Caused by: java.lang.IllegalStateException: BaseClassLoader at de0ae6{vfs:///C:/JBoss/jboss-6.1.0-SNAPSHOT/server/all/deploy/vcms_visiontek.jar} classLoader is not connected to a domain (probably undeployed?) for class org.hornetq.core.remoting.impl.netty.NettyConnectorFactory
> at org.jboss.classloader.spi.base.BaseClassLoader.loadClassFromDomain(BaseClassLoader.java:881)
> ... 21 more
> Help would be greatly appreciated!
> Subha
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list