uCosminexus Application Server, Messages

[Contents][Back][Next]

KDJE43156-E

The retry count for the timeout method reached the limit. Retries have stopped. (EJB name = aa....aa, retried count = bb....bb)

aa....aa: EJB name (Specification value of ejb-name tag)
bb....bb: Count of retry of 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.
Retry process is not performed since it has exceeded the upper limit.
Action
Check any one of the followings, and then 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.