IBM BPM, V8.0.1, All platforms > Troubleshooting and support > Troubleshooting administration tasks and tools > Troubleshooting Common Event Infrastructure > Problems when receiving or querying events

Error when querying an event group (message CEIES0048E)

My event consumer application encounters an error when trying to query events from an event group. The log file indicates an EventGroupNotDefinedException and shows message CEIES0048E ("The event group is not defined in the event group list that the event server instance is using.")


Cause

This problem indicates that the event consumer application performed a query using the EventAccess bean, but the consumer specified an event group name that does not correspond to any existing event group.


Remedy

To correct this problem:

  1. In the administrative console, click Service integration > Common Event Infrastructure > Event service > Event services > event_service > Event groups. The table shows a list of all event groups defined for the event service.
  2. Make sure the event source specifies a defined event group name in the parameters of the query method call.

Problems when receiving or querying events