Express (Distributed operating systems), v8.0 > Reference > Messages


CHKW

CHKW7405I: A handler descriptor does not exist in module {0}

Explanation This module does not define any handlers.
Action Informational message only. No user action is required.

CHKW7406E: Could not load handler descriptor from module {0}. The error is {1}

Explanation The descriptor for the handler might be in a format that is not correct.
Action Check the handler descriptor file (ws-handler.xmi) for possible errors.

CHKW7407E: One or more handler entries in handler descriptor are in invalid format in module {0}

Explanation One or more handler resources are not defined correctly in the descriptor.
Action Check the handler descriptor file (ws-handler.xmi) for errors.

CHKW7408E: handler {1} should be EJB type in module {0}

Explanation Only enterprise Java bean (EJB) handlers should be defined handler descriptor for EJB modules.
Action Remove any handler definitions that are not for enterprise Java beans (EJBs) from the handler descriptor.

CHKW7409E: handlers must have a non-null name in module {0}

Explanation The handler name in a handler descriptor cannot be null.
Action Correct the field for the handler name in the handler descriptor.

CHKW7410E: handler {1} does not refer to a valid EJB module {0}

Explanation The handler reference to the enterprise Java bean (EJB) is not valid.
Action Correct the EJB reference in the handler descriptor.

CHKW7411E: EJB {2} referred by handler {1} is not a stateless session bean in module {0}

Explanation Handlers that are in an enterprise Java bean (EJB) module must be a stateless session bean with local interfaces.
Action Define only stateless session beans with local interfaces as handlers in an EJB module.

CHKW7412E: EJB {2} referred by handler {1} does not define local interfaces in module {0}

Explanation Handlers that are in an enterprise Java bean (EJB) module must be a stateless session bean with local interfaces.
Action Define only stateless session beans with local interfaces as handlers in a EJB module.

CHKW7413E: handler list name must be a valid string in handler {1} in module {0}

Explanation The list name for the handler should be a valid string that is not null.
Action Correct the list name for the handler in the handler descriptor.

CHKW7414E: duplicate handler list {2} in handler definition {1} in module {0}

Explanation A handler can be attached only once to a handler list.
Action Verify that a handler is added to a handler list only once.

CHKW7415E: handler list {2} sequence number {3} in handler {1} in module {0} must be a valid positive number.

Explanation sequence number for handler list should be positive integer.
Action Change the list sequence number for the handler to a positive integer.

   

+

Search Tips   |   Advanced Search