WebSphere

Error when sending event (NameNotFoundException)

My event source application encounters an error when trying to send an event to the event service. The log file indicates a NameNotFoundException with a message like "First component in name events/configuration/emitter/Default not found."

Cause

This problem indicates that the event service is not available. This might be caused by either of the following conditions:
  • The event service has not been deployed.
  • The event service is disabled.

Remedy

To deploy the event service:
  1. Start the wsadmin tool.
  2. Use the AdminTask object to run the deployEventService administrative command.
  3. Restart the server.
To enable the event service using the wsadmin tool:
  1. Start the wsadmin tool.
  2. Use the AdminTask object to run the enableEventService administrative command.
  3. Restart the server.
To enable the event service using the administrative console:
  1. Click Applications > server > Container Services > Common Event Infrastructure Service.
  2. Select the Enable service at server startup property.
  3. Click OK to save your changes.
  4. Restart the server.

topic Topic topic

Terms of use | Feedback


Timestamp icon Last updated: 22 June 2010


http://publib.boulder.ibm.com/infocenter/dmndhelp/v6r2mx/topic/com.ibm.websphere.cei.z.620.doc/doc/tcei_trb_name_not_found_exception.html
Copyright IBM Corporation 2005, 2010. All Rights Reserved.
This information center is powered by Eclipse technology (http://www.eclipse.org).