uCosminexus Application Server, Messages

[Contents][Back][Next]

KDJE31810-I

The system is waiting for incomplete transactions.

Description
The system waits for conclusion of all transactions of the registered resources during the termination of the J2EE server.
When the J2EE server is forcefully terminated, some unconcluded transactions might exist in the resource.
Action
Use an OTS command to confirm that no unconcluded transactions are remaining in the resource. If unconcluded transactions exist, restart the J2EE server, and then execute transaction recovery.
If the J2EE server does not stop even after the lapse of time set up as the transaction timeout#, confirm the following details, and then take action:
  • The resource settings are correct.
  • If the resource has stopped, invoke the resource.
  • No errors have occurred in the J2EE server, such as insufficient memory.
  • The specification of the Smart Agent port is correct (the system environment variable OSAGENT_PORT matches with the key vbroker.agent.port set in the user property file).
#
A transaction timeout refers to the value set in the key ejbserver.jta.TransactionManager.defaultTimeOut of the user property file, and the value set in the method setTransactionTimeout of UserTransaction interface.