[jboss-jira] [JBoss JIRA] (JBAS-9478) NPE in ClientSessionFactoryImpl constructor
Bryan Brouckaert (JIRA)
jira-events at lists.jboss.org
Wed Mar 21 07:24:47 EDT 2012
Bryan Brouckaert created JBAS-9478:
--------------------------------------
Summary: NPE in ClientSessionFactoryImpl constructor
Key: JBAS-9478
URL: https://issues.jboss.org/browse/JBAS-9478
Project: Application Server 3 4 5 and 6
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: JMS (HornetQ)
Affects Versions: 6.1.0
Environment: Cluster with one node as live server and the other as backup.
Reporter: Bryan Brouckaert
Assignee: Clebert Suconic
>From time to time the following error occurs:
{code}
javax.jms.JMSException: Failed to create session factory
at org.hornetq.jms.client.HornetQConnectionFactory.createConnectionInternal(HornetQConnectionFactory.java:615) [:6.1.0.Final]
at org.hornetq.jms.client.HornetQConnectionFactory.createConnection(HornetQConnectionFactory.java:121) [:6.1.0.Final]
at org.hornetq.jms.client.HornetQConnectionFactory.createConnection(HornetQConnectionFactory.java:116) [:6.1.0.Final]
at be.cin.nippin.kernel.routing.MessageRouterBean.executeAsync(MessageRouterBean.java:159) [:]
Caused by: java.lang.NullPointerException
at org.hornetq.core.client.impl.ClientSessionFactoryImpl.<init>(ClientSessionFactoryImpl.java:179) [:6.1.0.Final]
at org.hornetq.core.client.impl.ServerLocatorImpl.createSessionFactory(ServerLocatorImpl.java:590) [:6.1.0.Final]
at org.hornetq.jms.client.HornetQConnectionFactory.createConnectionInternal(HornetQConnectionFactory.java:611) [:6.1.0.Final]
... 235 more
{code}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list