uCosminexus Application Server, Messages

[Contents][Back][Next]

KDJE43155-W

Invocation of the timeout method failed and will be retried. (EJB name = aa....aa, retry count = bb....bb)

aa....aa: EJB name (Specification value of ejb-name tag)
bb....bb: Count of retry after the timeout method
Description
The timeout method failed due to one of the following reason:
  • The timeout method has thrown an exception.
  • Transaction of the container management of the timeout method has rolled back during the timeout method.
After retry interval has elapsed, the timeout method will be re-invoked.
Action
Confirm the following and accordingly take action:
  • When the timeout method throws an exception, remove the cause of exception.
  • When the transaction of the container management rolls back during the timeout method, remove the cause of the roll-back.