TxEventQ: Okafka TxEventQSourceConnector Throws NullPointerException.
(Doc ID 3072378.1)
Last updated on FEBRUARY 14, 2025
Applies to:
Oracle Database - Enterprise Edition - Version 23.7 and laterInformation in this document applies to any platform.
Symptoms
- The TxEventQSourceConnector is unable to read from an event queue and write to a Okafka topic, resulting in a NullPointerException:
- The stack trace indicates an issue with the initialization of the AQjmsConsumer, specifically with the "String.equalsIgnoreCase(String)" method call.
- The queue was created using the dbms_aqadm.create_queue_table API, which is not the correct method for creating TxEventQ.
Changes
Configuring TxEventQ for Okafka.
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 |