CEIES0003E: The event server failed to initialize an event group because the specified JMS destination could not be found in JNDI.
Event group name: event_group_name
JMS connection factory JNDI name: destination_factory_jndi_name
JMS destination JNDI name: destination_jndi_name
Context: context_name

Explanation:

The event server failed to initialize an event group for distribution of events, and the event server does not use the event group when distributing event notifications. This failure stops the event server from processing events. The event server uses all valid event groups when distributing event notifications.

Administrator Response:

Ensure that the JNDI names are correct for the following resources as appropriate:

CEIES0004E

CEIES0004E: No event notifications were sent because the event server could not connect to the JMS destination.
Event group name: event_group_name
JMS connection factory JNDI name: destination_factory_jndi_name
JMS destination JNDI name: destination_jndi_name

Explanation:

Before sending event notifications, the event server tries to connect to all JMS destinations for any event groups that an event matches. If during this processing one of the connection attempts fail, the event notification is not sent to any of the matching event groups and the transaction is marked for rollback.

Administrator Response:

Ensure that the event group definition contains a valid JMS destination. Also, ensure that the JMS provider is working properly.

CEIES0005E

CEIES0005E: The event server failed to create a JMS message for the event notification being sent to the JMS destination.
Event group name: event_group_name
Events: event_instances
JMS connection factory JNDI name: destination_factory_jndi_name
JMS destination JNDI name: destination_jndi_name

Explanation:

The events are not processed, and the current transaction is marked for rollback.

Administrator Response:

Ensure that the event group definition contains a valid JMS destination.

CEIES0006E

CEIES0006E: The event server failed to publish the event notification to the JMS destination.
Event group name: event_group_name
Events: event_instances
JMS Message: event_instance
JMS connection factory JNDI name: destination_factory_jndi_name
JMS destination JNDI name: destination_jndi_name

Explanation:

The events are not processed, and the current transaction is marked for rollback.

Administrator Response:

Ensure that the event group definition contains a valid JMS destination.

CEIES0007W

CEIES0007W: The event server failed to disconnect from the JMS destination.
Event group name: event_group_name
JMS connection factory JNDI name: destination_factory_jndi_name
JMS destination JNDI name: destination_jndi_name
Exception message: exception_message

Explanation:

No recovery is done because the JMS destination is closed.

Administrator Response:

If this is a recurring problem, ensure that the JMS provider is working properly.

CEIES0008E

CEIES0008E: The event server failed to store any events in the data store because the global instance ID in an event already exists in the data store.
Exception message: exception_message
Events: event_list

Explanation:

The global instance ID uniquely identifies the event in the data store. It is assumed that one of the passed events is a duplicate of an event that already exists in the data store. Therefore, the events are not processed, and the current transaction is marked for rollback.

Administrator Response:

If this is a recurring problem, inspect the source of the event to determine if the source is creating duplicate global instance IDs.

CEIES0009E

CEIES0009E: The event server failed to store any events in the data store because the data store could not be found using the specified JNDI name.
JNDI name: data_store_jndi_name
Exception message: exception_message
Events: event_list

Explanation:

The events are not processed, and the current transaction is marked for rollback.

Administrator Response:

Ensure that the data store exists at the specified JNDI name. Also, see the exception message for additional information about the cause of the problem.

CEIES0010E

CEIES0010E: The event server failed to store any events in the data store referenced by the JNDI name because the configured data store threw an exception.
JNDI name: data_store_jndi_name
Exception message: exception_message
Events: event_list

Explanation:

The events are not processed, and the current transaction is marked for rollback.

Administrator Response:

See the exception message for additional information about the cause of the problem.

CEIES0011E

CEIES0011E: The event server failed to distribute an event notification.
Exception message: exception_message
Events: event_list

Explanation:

The events are not processed, and the current transaction is marked for rollback.

Administrator Response:

See the exception message for additional information about the cause of the problem.

CEIES0012E

CEIES0012E: The JMS message did not contain a value in the JMS message type property.
JMS message: message

Explanation:

See message.

Administrator Response:

If this is a recurring problem, inspect the source of the event to determine if the source is creating JMS messages that are not valid.

CEIES0013E

CEIES0013E: The JMS message did not contain an event.
JMS message: message

Explanation:

See message.

Administrator Response:

If this is a recurring problem, inspect the source of the event to determine if the source is creating JMS messages that are not valid.

CEIES0014W

CEIES0014W: The JMS message was not processed because the value in the JMS message type property is not valid.
JMS message: message

Explanation:

See message.

Administrator Response:

If this is a recurring problem, inspect the source of the event to determine if the source is creating JMS messages that are not valid.

CEIES0015E

CEIES0015E: The creation of a JMS message for an event batch failed.
Events: event_list

Explanation:

The JMS provider threw an exception when the event server tried to create a JMS message to contain an event notification. Because the event server was unable to send the event notification for a single event all notifications will be stopped. The global transaction is marked for roll back, so if persistence is enabled the events are not stored in the persistent store.

Administrator Response:

See the exception message for additional information about the cause of the problem.

CEIES0016E

CEIES0016E: The notification helper failed to set the event selector because the event selector is not in the correct format.
Event selector: event_selector
Exception message: exception_message

Explanation:

See message.

Administrator Response:

Ensure that the calling application is passing a valid event selector.

Event selectors are specifed by an XPath expression which must be of the form CommonBaseEvent[...]. If the event selector does not start with CommonBaseEvent or if it contains values that are not valid, the event selector is rejected.

CEIES0018E

CEIES0018E: The event server failed to process an event batch because the event server does not support the event version specified in the event.
Global Instance Id: global_instance_ID
Event version: event_version
Event server version: event_server_version
Events: event_list

Explanation:

The events are not processed, and the current transaction is marked for rollback.

Administrator Response:

If this is a recurring problem, inspect the source of the event to determine the cause of the problem.

CEIES0019E

CEIES0019E: The method event access method failed because the data store component is not enabled.

Explanation:

See message.

Administrator Response:

If the data store should be enabled, modify the event server profile by selecting Enable Data Store .

CEIES0021E

CEIES0021E: The configured data store could not be found using the specified JNDI name.
JNDI name: jndi_name
Context: context

Explanation:

See message.

Administrator Response:

Ensure that the correct JNDI name is configured for the data store. Also, ensure that the data store is deployed to the specified JNDI name.

CEIES0023E

CEIES0023E: The event server failed to create an instance of the configured data store because the data store event version and the event server event version are not compatible.
Data store version: datastore_cbe_version
Event server version: eventserver_cbe_version

Explanation:

See message.

Administrator Response:

The event server must use a data store that supports the same event version.

CEIES0024E

CEIES0024E: The event server failed to create an instance of the configured data store because the component metadata could not be retrieved from the data store.

Explanation:

See message.

Administrator Response:

See the exception message for additional information about the cause of the problem.

CEIES0025E

CEIES0025E: The event server failed to create an instance of the configured data store.

Explanation:

See message.

Administrator Response:

See the exception message for additional information about the cause of the problem.

CEIES0026E

CEIES0026E: The configuration of the event server is not valid because the data store is enabled but the data store JNDI name is null. It is not valid to enable the data store and to have a null data store JNDI name.
Event server JNDI name: jndi_name
Event server configuration object: configuration_object

Explanation:

See message.

Administrator Response:

Update the configuration of the event server profile to either disable the data store or to provide a valid data store JNDI name.

CEIES0027E

CEIES0027E: The configuration object for the event server at the specified JNDI name could not be found.
JNDI name: jndi_name

Explanation:

See message.

Administrator Response:

Verify that the Common Event Infrastructure service started. Also, ensure that the failing enterprise bean has a correct EJB reference in the deployment descriptor to the event server configuration object.

CEIES0028E

CEIES0028E: The configuration object for the event server could not be found when accessing the configuration of event group list at the specified JNDI name.
JNDI name: jndi_name

Explanation:

See message.

Administrator Response:

Verify that the Common Event Infrastructure service started. Also, ensure that the failing enterprise bean has a correct EJB reference in the deployment descriptor to the event server configuration object.

CEIES0029E

CEIES0029E: The reference obtained from the specified JNDI name is not a reference to a notification helper factory.
JNDI name: jndi_name

Explanation:

An application attempted to look up a notification helper factory from a JNDI namespace, but the object found in the specified location was not a reference to a notification helper factory.

Administrator Response:

See the exception message for additional information about the cause of the problem.

CEIES0030W

CEIES0030W: The event server failed to decode the JMS message because the message does not contain a valid message type.
JMS message: message
Message type: message_type

Explanation:

The message is not processed, and the current transaction is marked for rollback causing the message to be returned to the JMS provider for handling.

Administrator Response:

If this is a recurring problem, check the source of the message to determine the cause of the problem.

CEIES0031E

CEIES0031E: The event server failed to retrieve an event from the JMS message.
JMS message: message
Exception message: exception_message

Explanation:

The event is not processed, and the current transaction is marked for rollback.

Administrator Response:

See the exception message for additional information about the cause of the problem.

CEIES0032E

CEIES0032E: The event server failed to process a JMS message.
Exception message: exception_message
JMS Message: message

Explanation:

The JMS message is not processed, and the current transaction is marked for rollback.

Administrator Response:

See the exception message for additional information about the cause of the problem.

CEIES0033E

CEIES0033E: The event server failed to process the JMS message.
JMS message: message
Exception message: exception_message

Explanation:

The message is not processed, and the current transaction is marked for rollback.

Administrator Response:

See the exception message for additional information about the cause of the problem.

CEIES0034E

CEIES0034E: The event server failed to create an instance of the event bus because it could not be found using the specified JNDI name.
JNDI name: jndi_name
Context: context

Explanation:

See message.

Administrator Response:

Ensure that the event bus message driven bean has a correct EJB reference in the deployment descriptor to the event bus.

CEIES0035E

CEIES0035E: The event server failed to create an instance of the event bus.

Explanation:

See message.

Administrator Response:

See the exception message for additional information about the cause of the problem.

CEIES0036E

CEIES0036E: The event server failed to create an instance of the event bus. The event was not persisted, and it was not published to any message consumers.
Event: event_instance
Exception message: exception_message

Explanation:

The event is not processed, and the current transaction is marked for rollback.

Administrator Response:

See the exception message for additional information about the cause of the problem.

CEIES0042E

CEIES0042E: The notification helper failed to retrieve the JMS destinations for the specified event group because the event group configuration could not be found in JNDI.
Event group: event_group
JNDI name: jndi_name

Explanation:

See message.

Administrator Response:

Ensure that the event group is configured correctly.

CEIES0044E

CEIES0044E: The event server failed to create an instance of event distribution because it could not be found using the specified JNDI name.
JNDI name: jndi_name
Context: context

Explanation:

See message.

Administrator Response:

Ensure that the event bus has a correct EJB reference in the deployment descriptor to the event distribution.

CEIES0045E

CEIES0045E: The event server failed to create an instance of event distribution.

Explanation:

See message.

Administrator Response:

See the exception message for additional information about the cause of the problem.

CEIES0048E

CEIES0048E: The event group is not defined in the event group list that the event server instance is using.
Event group: event_group_name

Explanation:

See message.

Administrator Response:

Ensure that the event group is defined for this instance of the event server. Also, restart the application server that is running the instance of the event server to incorporate the latest configuration.

CEIES0050E

CEIES0050E: The event server failed to initialize an event group because the event selector for the event group is not in the correct format.
Event group name: event_group_name
Event selector: event_selector
Exception message: exception_message

Explanation:

The event server continues to operate normally, but the event server does not send event notifications to the specified event group.

Administrator Response:

Event selectors are specifed by an XPath expression which must be of the form CommonBaseEvent[...]. If the event selector does not start with CommonBaseEvent or if it contains values that are not valid, the event selector is rejected.

Correct the event selector for the specified event group to match the CommonBaseEvent[...] format. Also, restart the application server that is running the instance of the event server to incorporate the latest configuration.

CEIES0051E

CEIES0051E: The event server received an exception when initializing an event group.
Event group name: event_group_name
Exception message: exception_message

Explanation:

The event server continues to operate normally, but the event server does not send event notifications to the specified event group.

Administrator Response:

See the exception message for additional information about the cause of the problem.

CEIES0052E

CEIES0052E: The event server failed to publish the event notification to a JMS destination in the event group.
Event group name: event_group_name
Event: event_instance
Exception message: exception_message

Explanation:

The event server attempts to publish the event notification to other JMS destinations.

Administrator Response:

See the exception message for additional information about the cause of the problem.

CEIES0053E

CEIES0053E: The event server failed to retrieve a needed configuration object.
Configuration object class: configuration_classname

Explanation:

See message.

Administrator Response:

See the exception message for additional information about the cause of the problem.

CEIES0054E

CEIES0054E: The notification helper received an exception while looking up the event server in JNDI.

Explanation:

See message.

Administrator Response:

Verify that the Common Event Infrastructure service started. Also, see the exception message for additional information about the cause of the problem.

CEIES0056E

CEIES0056E: The notification helper failed to locate the event bus in JNDI.

Explanation:

See message.

Administrator Response:

Verify that the Common Event Infrastructure service started.

CEIES0057E

CEIES0057E: The data store returned more than the requested number of events for an event query.
Requested number of events: maximum_number
Returned number of events: number_returned
JNDI name: data_store_jndi_name

Explanation:

See message.

Administrator Response:

Contact the provider of the data store to correct the error.

CEIES0058E

CEIES0058E: The eventExists event access method failed.
Event group: event_group
Event selector: event_selector
Exception message: exception_message

Explanation:

See message.

Administrator Response:

See the exception message for additional information about the cause of the problem.

CEIES0059E

CEIES0059E: The purgeEvents event access method failed.
Event group: event_group
Event selector: event_selector
Transaction size: transaction_size
Number events purged: number_events_purged

Explanation:

See message.

Administrator Response:

See the exception message for additional information about the cause of the problem.

CEIES0060E

CEIES0060E: The queryEventByGlobalInstanceId event access method failed.
Global instance ID: global_instance_id
Exception message: exception_message

Explanation:

See message.

Administrator Response:

See the exception message for additional information about the cause of the problem.

CEIES0061E

CEIES0061E: The queryEventsByAssociation event access method failed.
Association Type: association_type
Global instance ID: global_instance_id
Exception message: exception_message

Explanation:

See message.

Administrator Response:

See the exception message for additional information about the cause of the problem.

CEIES0062E

CEIES0062E: The queryEventsByEventGroup event access method failed.
Event group: event_group
Event selector: event_selector
Ascending Order: ascending_order
Exception message: exception_message

Explanation:

See message.

Administrator Response:

See the exception message for additional information about the cause of the problem.

CEIES0063E

CEIES0063E: The event access method queryEventsByEventGroup failed.
Event group: event_group
Event selector: event_selector
Ascending Order: ascending_order
Maximum Number: maximum_number
Exception message: exception_message

Explanation:

See message.

Administrator Response:

See the exception message for additional information about the cause of the problem.

CEIES0064E

CEIES0064E: The notification helper failed to read the event group configuration from the event server.
Event group: event_group

Explanation:

See message.

Administrator Response:

Verify that the Common Event Infrastructure service started. See the exception message for additional information about the cause of the problem.

CEIES0065E

CEIES0065E: The notification helper failed to read an event from the JMS message because the JMS message type is not known.
JMS message: jms_message

Explanation:

See message.

Administrator Response:

The message is not processed by the notification helper because the notification helper cannot determine if the message contains an event.

CEIES0066E

CEIES0066E: The event server failed to initialize an event group. The specified JNDI name does not point to an instance of the correct JMS class.
Event group name: event_group_name
JNDI name: jndi_name
JMS class: jms_class

Explanation:

The event server failed to initialize an event group for distribution of events, and the event server does not use the event group when distributing event notifications. This failure does not stop the event server from processing events. The event server uses all valid event groups when distributing event notifications.

Administrator Response:

Ensure that the JNDI names are correct for the following resources:

CEIES0067E

CEIES0067E: The event update failed because the configured data store does not support event updates.
Data Store JNDI name: jndi_name

Explanation:

See message.

Administrator Response:

Upgrade the data store to support event updates.

CEIES0068E

CEIES0068E: The updateEvents event access method failed.
Event Change Requests: event_change_requests
Exception message: exception_message

Explanation:

See message.

Administrator Response:

See the exception message for additional information about the cause of the problem.

CEIES0070W

CEIES0070W: A profile property was specified but did not have the expected type. The property was ignored.
Profile property name: property_name
Specified type: specified_type
Expected type: expected_type

Explanation:

See message.

Administrator Response:

Specify the property with the correct type.