Unable To Create Topic Subscriber Due To JMSException
(Doc ID 2810585.1)
Last updated on AUGUST 12, 2024
Applies to:
Oracle SOA Suite - Version 12.2.1.4.0 and laterInformation in this document applies to any platform.
Symptoms
Unable to create Topic subscriber due to JMSException
Upgrade of SOA/BPM 12.1.3 to version SOA/BPM 12.2.1.4. After upgrade soa_server1 logs are showing the following error:
<oracle.tip.adapter.jms.JMS.JMSConnection.createConsumer(JMSDestination oracle.tip.adapter.jms.JMS.JMSDestination@4d975135, String null) caught an Exception when trying to create a JMS Subscriber. Error message=Cannot change the details of a durable subscription when it is in use, error code=null, error name=javax.jms.JMSException: Cannot change the details of a durable subscription when it is in use>
<JMSMessageConsumer_init:[destination = jms/fabric/EDNTopic (payload = 1, subscriber = <subscriber_name>)]:ERRJMS_ERR_CR_TOPIC_CONS.
Unable to create Topic subscriber due to JMSException.
The error can occur due to one of the following; 1) when a destination either is not understood by a provider or is no longer valid. 2) If using message selector, the message selector syntax is invalid. 3) session fails to create a subscriber due to some internal error and 4) an internal error on the JMS provider/server side.
Please examine the wrapped exception from the JMS provider to determine the exact cause. Message selector issues can be resolved by correcting the syntax. If the destination is no longer valid, either re-create the destination or correct the adapter spec properties to point to the correct destination. If the failure is due to some internal error on the JMS provider side, please examine additional JMS provider/server logs to determine the problem. If transient in nature, adapter will try to recover from such transient issues on its own.
BINDING.JCA-12134
ERRJMS_ERR_CR_TOPIC_CONS.
Changes
Cause
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Symptoms |
Changes |
Cause |
Solution |
References |