[jboss-dev-forums] [EJB Development] - [JMSContainerInvoker] Could not set ExceptionListener to nul
rasa
do-not-reply at jboss.com
Thu Nov 12 00:31:53 EST 2009
Hi,
I am using joram as my jms provider and the same is invoked through jboss 3.2.5 appserver. Some time i am getting this error in my jboss console log.
| [JMSContainerInvoker] Could not set ExceptionListener to null
| javax.jms.IllegalStateException: Forbidden call on a closed connection.
| at org.objectweb.joram.client.jms.Connection.checkClosed(Connection.java:277)
| at org.objectweb.joram.client.jms.Connection.setExceptionListener(Connection.java:434)
| at org.jboss.ejb.plugins.jms.JMSContainerInvoker.innerStop(JMSContainerInvoker.java:818)
| at org.jboss.ejb.plugins.jms.JMSContainerInvoker$ExceptionListenerImpl.onException(JMSContainerInvoker.java:1265)
| at org.objectweb.joram.client.jms.connection.RequestMultiplexer.onException(RequestMultiplexer.java:384)
| at org.objectweb.joram.client.jms.connection.RequestMultiplexer.access$000(RequestMultiplexer.java:49)
| at org.objectweb.joram.client.jms.connection.RequestMultiplexer$Closer.run(RequestMultiplexer.java:490)
[JMSContainerInvoker] Could not stop JMS connection
| javax.jms.IllegalStateException: Forbidden call on a closed connection.
| at org.objectweb.joram.client.jms.Connection.checkClosed(Connection.java:277)
| at org.objectweb.joram.client.jms.Connection.stop(Connection.java:524)
| at org.jboss.ejb.plugins.jms.JMSContainerInvoker.innerStop(JMSContainerInvoker.java:832)
| at org.jboss.ejb.plugins.jms.JMSContainerInvoker$ExceptionListenerImpl.onException(JMSContainerInvoker.java:1265)
|
May i know what is the reason for this error ???
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4265157#4265157
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4265157
More information about the jboss-dev-forums
mailing list