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


WACS

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

Explanation An internal error was detected in the ActivitySession service.
Action More info at:

WACS0002E: Unable to retrieve ActivityManager from Namespace.

Explanation The ActivitySession service cannot find an ActivityManager instance in the JNDI namespace.
Action More info at:

WACS0003E: Unexpected error occurred whilst beginning a new ActivitySession. The exception was {0}

Explanation An internal error occurred when there was an attempt to begin a new ActivitySession.
Action More info at:

WACS0004E: Unexpected error occurred whilst suspending ActivitySession. The exception was {0}

Explanation An internal error occurred when there was an attempt to suspend the current ActivitySession.
Action More info at:

WACS0005E: Unexpected error occurred whilst resuming ActivitySession. The exception was {0}

Explanation An internal error occurred when there was an attempt to resume a previously suspended ActivitySession.
Action More info at:

WACS0006E: Resource unable to process signal. The exception was {0}

Explanation An internal error occurred when a resource enlisted with the ActivitySession failed to process a supplied signal.
Action More info at:

WACS0007E: Unexpected error occurred whilst processing Signal. The exception was {0}

Explanation An internal error occurred during the processing of a signal.
Action More info at:

WACS0008E: Unexpected error occurred whilst getting ActivityManager instance.

Explanation An internal error occurred when accessing the ActivityManager instance of the ActivitySession service.
Action More info at:

WACS0009E: Unexpected error occurred whilst registering Resource with ActivitySession service. The exception was {0}

Explanation An internal error occurred when attempting to enlist a new resource with the ActivitySession service.
Action More info at:

WACS0010E: Unable to enlist resource. ActivitySession has not been started.

Explanation An internal error occurred because there was an attempt to enlist a resource with an ActivitySession when there is no ActivitySession active.
Action More info at:

WACS0011E: Unexpected error occurred whilst registering Synchronization with Activity service. The exception was {0}

Explanation An internal error occurred when the container attempted to enlist a synchronization object with the ActivitySession service.
Action More info at:

WACS0012E: Unable to enlist synchronization. ActivitySession is not in a valid state.

Explanation The container is attempting to enlist a synchronization object with the current ActivitySession after the ActivitySession has completed.
Action More info at:

WACS0013E: Unexpected error occurred whilst retrieving status of underlying Activity.

Explanation An internal error occurred when there was an attempt to determine the status of the current ActivitySession.
Action More info at:

WACS0014E: SignalSet name not valid for ActivitySession service.

Explanation An internal error occurred because the Activity service requested a SignalSet that is not valid.
Action More info at:

WACS0015E: Cannot access ActivitySessionServiceManager in current environment.

Explanation An internal error occurred because there was an attempt to access the ActivitySessionServiceManager in an unsupported environment, such as the client container.
Action More info at:

WACS0016E: Unexpected error occurred whilst retrieving extended outcome from response.

Explanation An internal error occurred while determining why a resource failed to complete.
Action More info at:

WACS0017E: Unable to get final outcome of SignalSet as status is Active or Completing.

Explanation An internal error occurred because there was an attempt to determine the outcome of a SignalSet before it was completed.
Action More info at:

WACS0018E: No Signals have yet been produced by this SignalSet.

Explanation An internal error occurred because there was an attempt to determine the completion status of a SignalSet before any signals were produced.
Action More info at:

WACS0019E: Cannot begin an ActivitySession whilst a Global Transaction is active.

Explanation The container, or the application, attempted to begin a new ActivitySession without completing the current active global transaction.
Action Ensure that the application completes any outstanding global transactions before attempting to begin an ActivitySession.

WACS0020E: Cannot resume an ActivitySession whilst a Global Transaction is active.

Explanation The container attempted to resume an ActivitySession while a global transaction is still active on the thread.
Action More info at:

WACS0021E: Cannot begin new ActivitySession when one already exists on current thread.

Explanation There was an attempt to start a new ActivitySession while another incomplete ActivitySession exists.
Action Ensure that the application ends any active ActivitySession before beginning a new one.

WACS0022E: Unexpected error occurred whilst accessing status of current ActivitySession.

Explanation An internal error occurred when trying to retrieve the status of the current ActivitySession.
Action More info at:

WACS0023E: Unexpected error occurred whilst accessing the name of current ActivitySession.

Explanation An internal error occurred when trying to retrieve the name of the current ActivitySession.
Action More info at:

WACS0024E: Unexpected error occurred whilst setting ResetOnly flag.

Explanation An internal error occurred while setting the ResetOnly flag, so the ResetOnly flag is not set and an exception is created.
Action More info at:

WACS0025E: No ActivitySession currently active on current thread.

Explanation There was an attempt to access an ActivitySession when an ActivitySession does not exist on the current thread.
Action Check that the application has started an ActivitySession before you attempt to access it further.

WACS0026E: Timeout value is not within defined range.

Explanation setSessionTimeout() has been called on an ActivitySession with a value that is outside the acceptable range.
Action Try a different value for the timeout.

WACS0027E: Unexpected error occurred whilst checkpointing ActivitySession.

Explanation An internal error occurred while attempting to checkpoint the ActivitySession.
Action More info at:

WACS0028E: Unexpected error occurred whilst reseting ActivitySession.

Explanation An internal error occurred while attempting to reset the ActivitySession.
Action More info at:

WACS0029E: Unexpected error occurred whilst initialising ActivitySession service.

Explanation The ActivitySession service cannot initialise because of an internal error.
Action More info at:

WACS0030E: Unable to retrieve UserActivity from Namespace.

Explanation The ActivitySession service cannot find a UserActivity instance in the JNDI namespace.
Action More info at:

WACS0031E: Cannot access ActivityManager in current environment.

Explanation An internal error has occurred because access to the ActivityManager object is not allowed from within the client container.
Action More info at:

WACS0032E: Unexpected error occurred whilst getting UserActivity instance.

Explanation An internal error occurred while accessing the UserActivity instance of the ActivitySession service.
Action More info at:

WACS0033E: Unexpected error occurred whilst ending ActivitySession.

Explanation An internal error occurred while attempting to end the ActivitySession.
Action More info at:

WACS0034I: ActivitySession was reset due to setResetOnly() being called.

Explanation The ActivitySession and its resources were reset at completion time because setResetOnly() was called.
Action No action is required. This message is for informational purposes only.

WACS0035E: No HTTP request available.

Explanation The Web container has not assigned an HTTP request to the ActivitySession.
Action More info at:

WACS0036E: Mixed outcomes were achieved by Resources during ActivitySession completion.

Explanation Resources that were completed as part of an ActivitySession had a mixture of outcomes including success, failure, and error.
Action Examine the exceptions that are returned from the getFailedResourceExceptions() method of the MixedOutcomeException class for messages that show which resources failed.

WACS0037E: Unexpected error occurred whilst retrieving name of underlying Activity.

Explanation An internal error occurred while accessing the name of the Activity that is associated with the current ActivitySession.
Action More info at:

WACS0038E: Unexpected error occurred whilst setting ResetOnly flag on current ActivitySession.

Explanation An internal error occurred while updating the completionStatus of the Activity that is associated with the current ActivitySession.
Action More info at:

WACS0039E: Unexpected error occurred whilst accessing status of underlying Activity.

Explanation An internal error occurred while accessing the status of the Activity that is associated with the current ActivitySession.
Action More info at:

WACS0040E: Caller type of getFromHttpSession, is container {0}, does not match management type of ActivitySession, container managed {1}.

Explanation Containers and applications cannot resume ActivitySessions that are managed by the other type.
Action This condition indicates an error in the application.

WACS0041E: Management type indicator of ActivitySession missing from HTTPSesion.

Explanation The getFromHttpSession cannot be performed because a management type is missing, which prevents proper policing.
Action More info at:

WACS0042E: The container is resetting an active application managed ActivitySession, {0}, in postInvoke.

Explanation An application-managed ActivitySession was active on the thread at method end.
Action This condition indicates an error in the application.

WACS0043E: Error found starting an application. {0} specified an ActivitySession attribute that is not allowed when the ActivitySession service is not enabled.

Explanation The application component that is identified in the message has been assembled with ActivitySession extensions that are not supported when the ActivitySession service is disabled.
Action Either reassemble the failed application with different ActivitySession attributes, or enable the ActivitySession service for this server.

WACS0044E: ActivitySession service could not resolve the {0} service.

Explanation The ActivitySession service could not resolve the specified service, which is required for the ActivitySession service. Look through the log to see whether the specified service started successfully.
Action To use the ActivitySession service, correct the problem with the specified service.

WACS0045I: ActivitySession service is disabled.

Explanation The ActivitySession service has been disabled in the configuration, and it will be inaccessible on the server.
Action No action is required.

WACS0046I: ActivitySession service cannot be disabled.

Explanation You attempted to disable the ActivitySession service in the configuration, but disabling this service would cause other services on the server to fail.
Action No action is required.

WACS0047W: ActivitySession service disabled due to previous errors.

Explanation There was an error during initialization of the ActivitySession service. The service is inaccessible on the given server. The root error should be logged already.
Action Try to resolve the errors that are already logged.

WACS0048I: The ActivitySession service started successfully.

Explanation The ActivitySession service started successfully.
Action No action is required. This message is for informational purposes only.

WACS0049I: The ActivitySession service is stopping.

Explanation The ActivitySession service is stopping.
Action No action is required. This message is for informational purposes only.

WACS0050E: Error found starting an application. {0} specified an unsupported combination of ActivitySession attributes.

Explanation The application component that is identified in the message has been assembled with ActivitySession extensions that are not supported. All Web components in a Web application must be configured with the same value for the ActivitySession control kind attribute.
Action Reassemble the failed application with different ActivitySession attributes, then redeploy the application on the server.

WACS0051E: Error occurred during association of an ActivitySession with an HttpSession. The exception was {0}.

Explanation Association of a new ActivitySession with an HttpSession failed because of the exception reported in the message.
Action Try to resolve the errors that are already logged.

WACS0052E: During the resume of an ActivitySession the attempt to resume a contained global transaction failed. The exception was {0}.

Explanation The resume of a global transaction failed because of the exception reported in the message.
Action Try to resolve the errors that are already logged.

WACS0053E: Unexpected error occured trying to access the ActivitySession property group

Explanation An internal error occured when trying to get the ActivitySession property group.
Action Try to resolve the errors that are already logged.

WACS0054I: Transaction has been marked rollbackOnly.

Explanation This might happen if the transaction began during the Activity Session but did not complete before the Activity Session was reset.
Action No action is required. This message is for informational purposes only.

WACS0055E: Unexpected error occurred whilst getting the ResetOnly flag on current ActivitySession.

Explanation An internal error occurred while retrieving the completionStatus of the Activity that is associated with the current ActivitySession.
Action More info at:

   

+

Search Tips   |   Advanced Search