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


WLTC

WLTC0001E: An internal error occurred in method {0} in class {1}; the exception stack trace follows: {2}.

Explanation This exception is unexpected. The cause is not immediately known.
Action More info at:

WLTC0002E: Cannot begin a LocalTransactionContainment because a global transaction is active.

Explanation There was an attempt to start a local transaction while a global transaction is active, which is not allowed.
Action Ensure that any global transaction is complete before performing work in a local transaction.

WLTC0003E: Cannot resume a LocalTransactionContainment because a global transaction is active.

Explanation The container cannot resume a LocalTransactionContainment because a global transaction is currently active.
Action Ensure that any global transaction is completed or suspended before a LocalTransactionContainment is resumed.

WLTC0004E: Cannot enlist a local transaction Resource because a global transaction is active.

Explanation A local transaction connection cannot be used because a global transaction is currently active.
Action Ensure that any global transaction is completed before performing work in a local transaction.

WLTC0005E: Cannot enlist Resource. The local-transaction resolution-control value is Application and so resources may only be enlisted for cleanup.

Explanation The container has attempted to enlist a resource when the resolution-control value is not ContainerAtBoundary.
Action More info at:

WLTC0006E: Cannot enlist Resource. The LocalTransactionContainment is completing or completed.

Explanation The LocalTransactionContainment is not in a state where a resource can be enlisted.
Action More info at:

WLTC0007E: Cannot enlist Resource for cleanup because a global transaction is active.

Explanation A local transaction connection cannot be used because a global transaction is currently active.
Action Ensure that any global transaction is completed before performing work in a local transaction.

WLTC0008E: Cannot enlist Resource for cleanup. The local-transaction resolution-control value is ContainerAtBoundary and so resources may not be enlisted for cleanup.

Explanation The application using the local transaction connection is configured for the container to be responsible for starting and resolving local transactions but the application has started a local transaction itself.
Action The application should follow the get-use-model of connection usage when using local transactions that are resolved by the container.

WLTC0009E: Cannot enlist Resource for cleanup. The LocalTransactionContainment is completing or completed.

Explanation The LocalTransactionContainment is not in a state where a resource can be enlisted.
Action More info at:

WLTC0010E: Cannot delist Rsourcee because a global transaction is active.

Explanation The LocalTransactionContainment cannot delist a resource because a global transaction is currently active.
Action More info at:

WLTC0011E: Cannot delist Resource. It is not enlisted for cleanup in the LocalTransactionContainment.

Explanation The LocalTransactionContainment cannot delist a resource that has not been enlisted for cleanup.
Action More info at:

WLTC0012E: Cannot delist Resource. LocalTransactionContainment is completing or completed.

Explanation The LocalTransactionContainment is not in a state where a resource can be delisted.
Action More info at:

WLTC0013E: Cannot enlist Synchronization because a global transaction is active.

Explanation A Synchronization cannot be enlisted with the LocalTransactionContainment because a global transaction is currently active.
Action More info at:

WLTC0014E: Cannot enlist Synchronization. LocalTransactionContainment is completing or completed.

Explanation The LocalTransactionContainment is not in a state where a Synchronization can be enlisted.
Action More info at:

WLTC0015E: Resource {0} failed to start. Exception stack trace follows: {1}.

Explanation The container could not start the local transaction.
Action Investigate the resource manager.

WLTC0016E: Resource {0} failed to complete. Exception stack trace follows: {1}.

Explanation The container could not complete the local transaction.
Action Investigate the resource manager.

WLTC0017E: Resources rolled back due to setRollbackOnly() being called.

Explanation The Resources enlisted with the LocalTransactionContainment (LTC) were rolled back instead of committed because setRollbackOnly() was called on the LTC.
Action No action required. This message is for informational purposes only.

WLTC0018E: Cannot begin a LocalTransactionContainment. A LocalTransactionContainment is already active.

Explanation A LocalTransactionContainment was already active when an attempt was made to start a new one.
Action More info at:

WLTC0019E: Cannot perform operation. The LocalTransactionContainment has been marked rollback-only.

Explanation The LocalTransactionContainment under which the failed operation was performed has been marked rollback-only by the container.
Action Use trace to determine why the LocalTransactionContainment was marked rollback-only.

WLTC0020E: Cannot perform operation. The LocalTransactionContainment is completing or completed.

Explanation The LocalTransactionContainment under which the failed operation was performed is completing or complete.
Action More info at:

WLTC0021E: Resource's completed state is inconsistent.

Explanation The LocalTransactionCoordinator enlisted as an ActivitySessionResource completed with inconsistent results.
Action More info at:

WLTC0022E: Resource was reset due to setRollbackOnly being called on LTC

Explanation The LocalTransactionCoordinator enlisted as an ActivitySessionResource was reset because setRollbackOnly was called on the LocalTransactionContainment.
Action No action required. This message is for informational purposes only.

WLTC0023E: Resource failed to complete due to illegal state.

Explanation The LocalTransactionCoordinator enlisted as an ActivitySessionResource is not in a valid state for completion.
Action More info at:

WLTC0024E: Cannot contact ActivitySession service. Failed to lookup ActivitySessionManager.

Explanation The ActivitySessionManager object could not be found in the JNDI namespace.
Action More info at:

WLTC0025E: Cannot enlist with ActivitySession service. ActivitySession is in an illegal state.

Explanation The current ActivitySession is not in the correct state for the LocalTransactionContainment to enlist as a resource.
Action More info at:

WLTC0026E: An unexpected error occurred whilst interacting with the ActivitySession service.

Explanation An unexpected error occurred while attempting to enlist the LocalTransactionContainment with the ActivitySession service.
Action More info at:

WLTC0027E: No LocalTransactionCoordinator to cleanup.

Explanation A LocalTransactionCoordinator is not associated with the current thread and so it cannot be cleaned up.
Action More info at:

WLTC0028E: No LocalTransactionCoordinator to complete.

Explanation A LocalTransactionCoordinator is not associated with the current thread and so it cannot be completed.
Action More info at:

WLTC0029E: Application install failed; the application component {0} has WebSphere deployment descriptor extensions that are not enabled in the installed edition of WAS; their use may result in loss of data integrity: ActivationPolicy is {1}; LocalTransactionBoundary is {2}.

Explanation The application identified in the message has been assembled with extensions that are not supported in the installed edition of the product. If the product allowed the application to run in the absence of the expected extension support, the behaviour might alter in a way that would impact data integrity; for example, updates to transactional data might occur under several transactions when the presence of the extension support would cause them to occur under the same transaction. Therefore, it is not safe to install the application.
Action Examine the application that has failed to install. If it can be run without the extension support, reassemble the application without specifying the extensions. If the application needs the extended support, install it only on application servers that provide that support.

WLTC0030E: Application install failed; the application bean {0} is configured to manage its own transactions but has an incompatible local transaction resolution control setting of ContainerAtBoundary.

Explanation The bean identified in the message has been assembled with extensions that are not supported. For this reason the application has not been installed.
Action The application that has failed to install must be reassembled with an alternate configuration for the bean.

WLTC0031E: Application install failed; the application component {0} could not be installed.

Explanation The application identified in the message failed to install correctly and the application is not available.
Action More info at:

WLTC0032W: One or more local transaction resources were rolled back during the cleanup of a LocalTransactionContainment.

Explanation A LocalTransactionContainment with incomplete local transaction resources ended, and caused the resources to be rolled back.
Action No action required. This message is for informational purposes only.

WLTC0033W: Resource {0} rolled back in cleanup of LocalTransactionContainment.

Explanation The local transaction resource was unresolved at the completion of the LocalTransactionContainment and was rolled back.
Action No action required. This message is for informational purposes only.

WLTC0034E: LocalTransactionContainment completed state is inconsistent during cleanup.

Explanation The LocalTransactionCoordinator that is enlisted as an ActivitySessionSynchronization completed during cleanup with inconsistent results.
Action More info at:

WLTC0035W: An unresolved LocalTransactionContainment was reset during cleanup.

Explanation The LocalTransactionCoordinator enlisted as an ActivitySessionSynchronization was reset.
Action An application error may have occurred. Examine any related messages to determine the cause of the reset.

WLTC0036E: One or more resources registered in a LocalTransactionContainment failed to complete during cleanup due to illegal state.

Explanation A LocalTransactionCoordinator that is enlisted as an ActivitySessionSynchronization contains one or more resources that are not in a valid state for completion during cleanup.
Action More info at:

WLTC0037E: Cannot start a global transaction. A LocalTransactionContainment is already active with work.

Explanation A LocalTransactionContainment was already active when there was an attempt to start a global transaction.
Action More info at:

   

+

Search Tips   |   Advanced Search