Posted By:
Dorothy_Gantenbein
Posted On:
Thursday, April 4, 2002 11:05 AM
Hi - I am trying to integrate SwiftMQ into JBoss 2.4.4. I have followed the instructions and modified the standardjboss.xml and jboss.jcml files. In JBoss, I have a message driven bean for topic 'testTopic'. Therefore, I modified the route1 configuration to have the following sections... ... ... ... ... At this point, I start up router1, router2 and then JBoss. Everything is good until I deploy my Message Driven Bean. Then, I get a TransportException (stacktrace at bottom of email). Any suggestions? Thanks...
More>>
Hi -
I am trying to integrate SwiftMQ into JBoss 2.4.4. I have followed the instructions and modified the standardjboss.xml and jboss.jcml files.
In JBoss, I have a message driven bean for topic 'testTopic'. Therefore, I modified the route1 configuration to have the following sections...
...
...
...
...
At this point, I start up router1, router2 and then JBoss. Everything is good until I deploy my Message Driven Bean. Then, I get a TransportException (stacktrace at bottom of email).
Any suggestions? Thanks...
Dorothy
-----------------------------------------------------------
[ERROR,MessageDrivenContainer] Serious error in init:
javax.jms.JMSException: com.swiftmq.tools.requestreply.TransportException: Connection closed
at com.swiftmq.jms.ExceptionConverter.convert(ExceptionConverter.java:30)
at com.swiftmq.jms.TopicConnectionImpl.createTopicSession(TopicConnectionImpl.java:77)
at com.swiftmq.jms.XATopicConnectionImpl.createXATopicSession(XATopicConnectionImpl.java:20)
at org.jboss.jms.asf.StdServerSessionPool.init(StdServerSessionPool.java:338)
at org.jboss.jms.asf.StdServerSessionPool.
(StdServerSessionPool.java:164)
at org.jboss.jms.asf.StdServerSessionPoolFactory.getServerSessionPool(StdServerSessionPoolFactory.java:77)
at org.jboss.ejb.plugins.jms.JMSContainerInvoker.createSessionPool(JMSContainerInvoker.java:780)
at org.jboss.ejb.plugins.jms.JMSContainerInvoker.init(JMSContainerInvoker.java:483)
at org.jboss.ejb.MessageDrivenContainer.init(MessageDrivenContainer.java:164)
at org.jboss.ejb.Application.init(Application.java:202)
at org.jboss.ejb.ContainerFactory.deploy(ContainerFactory.java:372)
at org.jboss.ejb.ContainerFactory.deploy(ContainerFactory.java:306)
at java.lang.reflect.Method.invoke(Native Method)
at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1628)
at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1523)
at org.jboss.deployment.J2eeDeployer.startModules(J2eeDeployer.java:487)
at org.jboss.deployment.J2eeDeployer.startApplication(J2eeDeployer.java:459)
at org.jboss.deployment.J2eeDeployer.deploy(J2eeDeployer.java:190)
at java.lang.reflect.Method.invoke(Native Method)
at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1628)
at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1523)
at org.jboss.deployment.AutoDeployer.deploy(AutoDeployer.java:395)
at org.jboss.deployment.AutoDeployer.run(AutoDeployer.java:233)
at org.jboss.deployment.AutoDeployer.startService(AutoDeployer.java:371)
at org.jboss.util.ServiceMBeanSupport.start(ServiceMBeanSupport.java:103)
at java.lang.reflect.Method.invoke(Native Method)
at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1628)
at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1523)
at org.jboss.configuration.ConfigurationService$ServiceProxy.invoke(ConfigurationService.java:967)
at $Proxy0.start(Unknown Source)
at org.jboss.util.ServiceControl.start(ServiceControl.java:79)
at java.lang.reflect.Method.invoke(Native Method)
at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1628)
at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1523)
at org.jboss.Main.
(Main.java:208)
at org.jboss.Main$1.run(Main.java:110)
at java.security.AccessController.doPrivileged(Native Method)
at org.jboss.Main.main(Main.java:106)
<<Less