Skip to Main Content

Java EE (Java Enterprise Edition) General Discussion

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Toubleshooting Jboss and TibcoEMS connection

843830May 10 2006 — edited May 10 2006
I need to publish some messages from Jboss to Tibco and I found a good start with the article IntegrationWithTibcoEMS on Jboss wiki. However, I'm still fighting to connect JBoss to Tibco EMS.

Currently, Jboss server (4.0.4 RC2) throws one exception :

17:33:51,979 INFO [JMSContainerInvoker] Trying to reconnect to JMS provider for SampleMDB
17:33:52,009 ERROR [JMSContainerInvoker] Reconnect failed: JMS provider failure detected for SampleMDB
javax.naming.NameNotFoundException: Name not found: 'XAQueueConnectionFactory'
at com.tibco.tibjms.naming.TibjmsContext.lookup(TibjmsContext.java:736)
at com.tibco.tibjms.naming.TibjmsContext.lookup(TibjmsContext.java:516)
at javax.naming.InitialContext.lookup(InitialContext.java:351)
at org.jboss.ejb.plugins.jms.DLQHandler.createService(DLQHandler.java:18
2)
at org.jboss.system.ServiceMBeanSupport.jbossInternalCreate(ServiceMBean
Support.java:260)
at org.jboss.system.ServiceMBeanSupport.create(ServiceMBeanSupport.java:
188)
at org.jboss.ejb.plugins.jms.JMSContainerInvoker.innerStartDelivery(JMSC
ontainerInvoker.java:510)
at org.jboss.ejb.plugins.jms.JMSContainerInvoker$ExceptionListenerImpl$E
xceptionListenerRunnable.run(JMSContainerInvoker.java:1419)
at java.lang.Thread.run(Thread.java:595)

I'm suspecting the jms-ds.xml to be a incorrect but I can't attach it to this post.

Has anyone been successfull to deploy this configuration ? I remember one post (about a year back but no information can help me).

Thanks a ton
Olivier (tibco@cloisonnebleu.net)
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jun 7 2006
Added on May 10 2006
1 comment
328 views