Exception“JMS TopicConnectionFactory is null while Topic destination is configured”thrown when starting the be-engine.
book
Article ID: KB0088062
calendar_today
Updated On:
Products
Versions
TIBCO BusinessEvents Enterprise Edition
-
Not Applicable
-
Description
Resolution: Description: =========== Exception “JMS TopicConnectionFactory is null while Topic destination is configured” thrown when starting the be-engine.
Environment: =========== TIBCO BusinessEvents 5.x All Operating Systems
2013 Oct 20 14:36:34:409 GMT +5 LocalMachine Fatal [main] - [container.standalone] JMS TopicConnectionFactory is null while Topic destination is configured.
javax.jms.JMSException: JMS TopicConnectionFactory is null while Topic destination is configured.
at com.tibco.cep.driver.jms.JMSChannel.createConnectionFactories(SourceFile:151)
at com.tibco.cep.driver.jms.BaseJMSChannel.connect(SourceFile:236)
at com.tibco.cep.runtime.channel.impl.ChannelManagerImpl.connectChannels(ChannelManagerImpl.java:246)
at com.tibco.cep.runtime.session.impl.RuleServiceProviderImpl.initCluster(RuleServiceProviderImpl.java:699)
at com.tibco.cep.runtime.session.impl.RuleServiceProviderImpl.configure(RuleServiceProviderImpl.java:271)
at com.tibco.cep.container.standalone.BEMain.jumpStart(SourceFile:149)
at com.tibco.cep.container.standalone.BEMain.main(SourceFile:69)
System exit requested by thread [main] with status: -1
System.exit(..) will be invoked now with status: -1
Cause: ====== Wrong configuration.
Resolution: ===========
This exception will happen when you configure a TopicConnectionFactory with a QueueConnectionFactory. Check all JMS Connection Factories for correct values.
Issue/Introduction
Exception“JMS TopicConnectionFactory is null while Topic destination is configured”thrown when starting the be-engine.