uCosminexus Application Server, Messages

[Contents][Back][Next]

KDJE52705-W

An attempt to cancel the current execution failed because a critical section is being executed. (threadID = aa....aa, rootAPInfo = bb....bb, application = cc....cc, dd....dd, ee....ee)

aa....aa: Thread ID
bb....bb: Root AP information
cc....cc: Application name or class name of the batch application
dd....dd: (contextRoot = context-root-name, uri = URI-name, (bean = bean-name, method = method-name), or (arguments = argument-of-a-batch-application)
Note that argument-of-the-batch-application is enclosed within parentheses ("") and displayed. When displaying more than one arguments, a single-byte space is provided in between.
ee....ee: optMsg = Additional information
Description
An attempt to cancel the method has failed because a protected area is being executed.
Action
Execute any one of the following actions as required:
  • Method cancellation by a command
  • Forced termination of the application
  • Forced termination of the server
The most reliable action is the forced termination of the server. If you execute method cancellation by a command and forced termination of the application, the thread state might fail once again.
For a batch server, no actions are required because forced termination of the server is performed automatically.