CEIEM0003E: The filter factory failed to
create a filter instance for the emitter.
Filter factory: filter_factory
Exception: exception_class
Exception message: exception_message
Explanation:
Emitter does not get initialized if the filter failed to be created.
Administrator Response:
See the exception message for additional information about the cause of the problem.
CEIEM0006E:
The event filter returned an exception when filtering an event.
Event: event
Filter: filter
FilterFactory: filter_factory
Exception: exception_class
Exception message: exception_message
Explanation:
No events are sent when this exception is thrown.
Programmer Response:
See the exception message for additional information about the cause of the problem.
CEIEM0007E: The emitter failed to obtain the filter metadata from the filter.
Filter: filter
Exception: exception_class
Exception message: exception_message
Explanation:
An exception occurred while retrieving the metadata information from this filter.
Programmer Response:
See the exception message for additional information about the cause of the problem.
CEIEM0008E:
The filter failed to close. Resources held by the filter instance might not have been released.
Filter: filter
Exception: exception_class
Exception message: exception_message
Explanation:
An exception occurred while closing the filter.
Programmer Response:
See the exception message for additional information about the cause of the problem.
CEIEM0015E:
The emitter does not support the specified synchronization mode: mode.
Expected values: filter
Explanation:
The synchronization mode selected for an emitter operation is valid, but it is not supported by this emitter. No events are sent when this exception is thrown.
Administrator Response:
Specify a supported synchronization mode in the configuration.
CEIEM0016E:
The emitter does not support the specified transaction mode: mode.
Expected values: filter
Explanation:
The transaction mode selected for the emitter operation is not valid or
it is not supported by this emitter. No events are sent when this exception
is thrown.
Administrator Response:
Specify a supported transaction mode in your configuration.
CEIEM0020E:
The emitter failed to initialize because the JNDI lookup on the event bus home name failed.
JNDI name: JNDI_name
Context: nameInNameSpaceOfContext
Exception (if any): exception_class
Explanation:
See message.
Administrator Response:
Ensure that the JNDI name of the event bus specified in the synchronous transmission profile is correct.
CEIEM0023E:
The emitter failed to initialize because of a failure in the synchronous transmission
sender. An exception occurred during initialization of the event bus sender.
Exception: exception_class
Explanation:
See message.
Administrator Response:
See the exception message for additional information about the cause of the problem.
CEIEM0024E:
An error occurred when closing the emitter. The synchronous transmission profile could not release resources.
EventBus Interface: localOrRemote
Exception: exception_class
Explanation:
A call to the EventBus.ejbRemove() method or the EventBusLocal.ejbRemove() method threw an exception.
Administrator Response:
See the exception message for additional information about the cause of the problem.
CEIEM0025E: The emitter failed to send the events to the
event server. The localOrRemote event bus enterprise bean on the event
server failed during event processing.
Transaction mode: transaction_mode
Exception: exception_class
Events: event_list
Explanation:
The server is not available, is not configured correctly, or an unexpected runtime
error has occurred. No events are sent when this exception is thrown.
Administrator Response:
See the exception message for additional information about the cause of the problem.
CEIEM0026E: The emitter did not send the event to the event server because the content handler threw an exception.
Event: event
Exception: exception_class
Explanation:
See message.
Administrator Response:
See the exception message for additional information about the cause of the problem.
CEIEM0027E: The emitter did not send the event to the event server because the common base event is not valid.
Event: event
Exception: exception_class
Explanation:
The validate() method on the common base event threw an exception indicating that the event is not valid.
Administrator Response:
See the exception message for additional information about the cause of the problem.
CEIEM0031E: The
JNDI lookup of a JMS queue connection factory failed because the JNDI name defined in the emitter profile is not bound.
Context: Context_name
JNDI name: JNDI_name
Explanation:
See message.
Administrator Response:
Ensure that the configuration of the JMS queue connection factory asynchronous transmission profile for this event emitter is correct.
CEIEM0032E:
The JNDI lookup of a JMS queue connection factory failed because the JNDI name does not resolve to an instance of javax.jms.QueueConnectionFactory.
Context: Context_name
JNDI name: JNDI_name
Explanation:
See message.
Administrator Response:
Ensure that the configuration of the JMS queue connection factory asynchronous transmission profile for this event emitter is correct.
CEIEM0034E: The JNDI lookup of a JMS queue failed because the JNDI name defined in the emitter profile is not bound in the JNDI.
Context: Context_name
JNDI name: JNDI_name
Explanation:
See message.
Administrator Response:
Ensure that the configuration of the JMS queue and asynchronous transmission profile for this event emitter is correct.
CEIEM0035E: The
JNDI lookup of a JMS queue failed because the JNDI name does not resolve to an instance of javax.jms.Queue.
Context: Context_name
JNDI name: JNDI_name
Explanation:
See message.
Administrator Response:
Ensure that the configuration of the JMS queue and asynchronous transmission profile for this event emitter is correct.
CEIEM0037E:
A failure occurred when attempting to suspend or resume the current unit of work.
Exception: exception_class
Explanation:
See message.
Administrator Response:
See the exception message for additional information about the cause of the problem.
CEIEM0038E:
An error occurred when attempting to initialize a JMS session.
JMS Connection: connection
Session type: session_type
Acknowledge type: session_type
Exception: exception_class
Explanation:
See message.
Administrator Response:
See the exception message for additional information about the cause of the problem.
CEIEM0039E:
An error occurred when attempting to initialize a JMS queue sender.
JMS session: session
JMS queue: queue
Exception: exception_class
Explanation:
See message.
Administrator Response:
See the exception message for additional information about the cause of the problem.
CEIEM0040E:
An error occurred when attempting to close a JMS connection.
JMS connection: connection
Exception: exception_class
Explanation:
See message.
Administrator Response:
See the exception message for additional information about the cause of the problem.
CEIEM0041E: The emitter failed to send the events to the event server because of a JMS failure.
Transaction mode: transaction_mode
Exception: exception_class
Events: event_list
Explanation:
Either the server is not available, is not configured correctly, or an unexpected runtime error has occurred. No events are sent when this exception is thrown
Administrator Response:
See the exception message for additional information about the cause of the problem.
CEIEM0042E:
An error occurred when attempting to open a JMS connection.
JMS connection factory: connection_factory
Exception: exception_class
Explanation:
See message.
Administrator Response:
See the exception message for additional information about the cause of the problem.