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


CWSIY

CWSIY0001E: An internal error occurred. It is not possible to clone the message context: Exception {0}.

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

CWSIY0002E: There is no environment entry defined with the name {0}.

Explanation The GenericEJBMediationHandler file cannot find the mediation handler.
Action Specify the missing EJB environment entry and redeploy the GenericEJBMediationHandler file.

CWSIY0003E: An internal error occurred. It is not possible to configure the mediation handler: Exception {0}.

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

CWSIY0004E: The mediation handler class {0} cannot be loaded as specified by the {1} environment entry because the class {2} could not be located.

Explanation The GenericEJBMediationHandler cannot load the class specified by the environment entry.
Action Verify that the environment entry is correct. If it is not correct, specify the correct environment entry and redeploy the GenericEJBMediationHandler. Otherwise, ensure that all of the classes required are available.

CWSIY0005E: The configured mediation handler {0} could not be constructed. Exception: {1}

Explanation The configured mediation handler cannot be constructed because it is an interface, is an abstract class, or does not have a constructor that has no arguments.
Action Verify that the mediation handler is a non-abstract class that has a constructor with no arguments.

CWSIY0006E: The configured mediation handler {0} or its constructor with no arguments is not visible. Exception: {1}

Explanation The configured mediation handler is not public or does not have a public constructor with no arguments.
Action Verify that the mediation handler is public and has a public constructor with no arguments.

CWSIY0007E: The configured mediation handler {0} threw an exception when setting the property {1} to value {2}. Exception: {3}.

Explanation The mediation handler created an exception because the property value is incorrrect.
Action Verify that the value set for the property is correct.

CWSIY0008E: The mediation handler {0} has a property {1} defined in the deployment descriptor but the handler does not have a matching property.

Explanation The deployment descriptor for the mediation handler specifies a property to be set when the mediation handler is instantiated by the runtime. However this property could not be set on the mediation handler as it does not have such a property defined as part of its interface.
Action Remove the property from the deployment descriptor or add the property to the mediation handler.

CWSIY0009E: The mediation handler {0}''s deployment descriptor has a property {1} defined as type {2} but the handler property is of type {3}.

Explanation The property type specified for the deployment descriptor does not match the property type for the mediation handler.
Action Ensure that the property types for the deployment descriptor and the mediation handler match.

CWSIY0010E: The mediation handler {0}''s deployment descriptor has a property {1} defined but the handler property is not settable.

Explanation The property specified for the deployment descriptor cannot be set for the mediation handler.
Action Remove the property from the deployment descriptor or add a set method for the property to the mediation handler.

CWSIY9999E: {0}

Explanation If the message does not give sufficient information, see the accompanying error messages for further information.
Action See the accompanying error messages for further information.

   

+

Search Tips   |   Advanced Search