WebSphere Process Server messages     Operating Systems: All supported
CWWBU0000E: An error occurred during the query operation. Reason: ''{0}''.
Explanation: A query could not be run for the following reason: ''{0}''.
User Action: Check the query and the connection being used.

 

CWWBU0001E: Client error: ''{0}''. Error parameter(s): ''{1}''.
Explanation: General purpose message used when the product is in service and a new message is needed.
User Action: Contact your Business Process Choreographer administrator.

 

CWWBU0002E: The context object of the class ''{0}'' passed to the command ''{1}'' does not contain the property ''{2}''.
Explanation: The implementation of the command: ''{1}'' expects property ''{2}'' to be part of the context information passed to it.
User Action: Check the implementation of the context object defined for the command. It must contain the property indicated in the error message.

 

CWWBU0003E: The client configuration file cannot be found: ''{0}''.
Explanation: The configuration.xml cannot be found or its content cannot be validated.
User Action: Contact your Business Process Choreographer administrator.

 

CWWBU0004E: The class ''{0}'' does not contain a context.
Explanation: The implementation of the class ''{0}'' expects the context to be set.
User Action: Consult the documentation for the class ''{0}'' to find out if it requires special handling for setting the context.

 

CWWBU0005E: There are no settings defined for the filters: ''{0}''.
Explanation: There are no settings defined for the filters.
User Action: Contact your Business Process Choreographer administrator.

 

CWWBU0006E: The settings could not be found for the input filters: ''{0}''.
Explanation: The appropriate settings for the input filters could not be found.
User Action: Contact your Business Process Choreographer administrator.

 

CWWBU0007E: The command implementation expects at most ''{0}'' items but the actual number is ''{1}''.
Explanation: The command can handle only ''{0}'' items.
User Action: Ensure that ''{0}'' or fewer items are selected before running the command.

 

CWWBU0008E: The context of class ''{0}'' does not match the type ''{1}'' expected by the class ''{2}''.
Explanation: The implementation of the class ''{2}'' expects the context object to be of the type ''{1}''.
User Action: Consult the documentation for the class ''{2}'' to find out if it requires special handling for setting the context.

 

CWWBU0009E: The connection to the API is not set in the class ''{0}''.
Explanation: The implementation of the class ''{0}'' expects the connection to be set before the class is called.
User Action: Consult the documentation for class ''{0}'' to find out if it requires special handling for the connection to be set.

 

CWWBU0010E: The URI of the JSP could not be created.
Explanation: The URI of the JSP could not be created.
User Action: Contact your Business Process Choreographer administrator.

 

CWWBU0011E: Authorization is required for the requested action.
Explanation: You must be authorized to perform the requested action.
User Action: Consult the documentation for information on the authorization required to perform the action.

 

CWWBU0012E: The URI could not be created.
Explanation: The URI could not be created.
User Action: Contact your Business Process Choreographer administrator.

 

CWWBU0013E: The value entered cannot be converted to the expected type int.
Explanation: The value entered in the form is not a string representing a whole number between -2,147,483,648 and 2,147,483,647.
User Action: Enter a valid value for Java type 'int'.

 

CWWBU0014E: {0}
Explanation: A general purpose exception message that is used when the product is in service and a new message is needed.
User Action: Check the documentation for more information.

 

CWWBU0015E: The value entered cannot be converted to the expected type BigInteger.
Explanation: The value entered in the form is not a numeric integer value.
User Action: Enter a string, that consists only of an optional minus sign followed by one or more decimal digits.

 

CWWBU0016E: The value entered cannot be converted to the expected type long.
Explanation: The value entered in the form is not a string representing a whole number between -9,223,372,036,854,755,808 and 9,223,372,036,854,755,807.
User Action: Enter a valid value for Java type 'long'.

 

CWWBU0017E: The value entered cannot be converted to the expected type float.
Explanation: The value entered in the form is not a string representing a real number between +/-1.40129846432481707e-45 and +/-3.40282346638528860e+38.
User Action: Enter a valid value for Java type 'float'.

 

CWWBU0018E: A database access conflict occurred. Try again.
Explanation: A conflict occurred during the update of the database.
User Action: Perform the action again. If the error persists, contact your system administrator.

 

CWWBU0019E: The literal ''{0}'' could not be parsed as a number. Use the following format: ''{1}''.
Explanation: The value that was entered in the form is not a valid number in the notation of the user's locale.
User Action: Enter a string in the format that is displayed in the error message.

 

CWWBU0020E: The value entered cannot be converted to the expected type Byte.
Explanation: The value entered in the form is not a string representing a byte.
User Action: Enter a string that represents a byte.

 

CWWBU0020W: The attribute name ''{0}'' is not valid for ''{1}''. Valid names are ''{2}''.
Explanation: The attribute name ''{0}'' is not in the list of valid attributes for the filter attributes ''{1}''. The attribute is ignored.
User Action: Specify a valid attribute name or add the attribute name to the list of valid attributes for ''{1}''.

 

CWWBU0021E: The value entered cannot be converted to the expected type Date. Use format: {0}
Explanation: The value entered in the form is not a string that represents a valid date in the notation of the user's locale.
User Action: Enter a string using the format displayed in the error message.

 

CWWBU0021W: The type ''{0}'' is not valid for attribute ''{1}'' of ''{2}''. The expected type is ''{3}''.
Explanation: The attribute ''{1}'' is defined as type ''{3}'' in the list of valid attributes for the filter attributes ''{2}''. The attribute is ignored.
User Action: Specify a valid attribute type or modify the attribute type in the list of valid attributes for ''{2}''.

 

CWWBU0022E: The creation of a data object for URI ''{0}'' and type ''{1}'' failed.
Explanation: A data object could not be recreated for the specified type.
User Action: Make sure that the schema of the specified type is deployed.

 

CWWBU0022I: An active session could not be found. You will be reconnected automatically.
Explanation: You tried to execute a Web client function but the HTTP session had timed out.
User Action: Not necessary, a new session will be established automatically.

 

CWWBU0023E: The element ''{0}'' could not be created.
Explanation: The element ''{0}'' is not available.
User Action: Make sure that the element has been defined in a schema.

 

CWWBU0024E: Could not establish a connection to local business process EJB. Reason: ''{0}''.
Explanation: The given reason prevented the Web client from connecting to the local EJB.
User Action: Depending on the reason for the error, check if your naming service is running or if the BPEcontainer Enterprise Application is started.

 

CWWBU0025E: Could not establish a connection to the remote business process EJB. Reason: ''{0}''.
Explanation: The given reason prevented the Web client from connecting to the remote EJB.
User Action: Depending on the reason for the error, check if your naming service is running, if the BPEcontainer Enterprise Application is started, or if an exception occurred in the Business Flow Manager.

 

CWWBU0026E: The literal ''{0}'' could not be parsed as date and time. Use the following format: ''{1}''.
Explanation: The value entered in the form is not a string that represents a valid date and time string in the notation of the user's locale.
User Action: Enter a string using the format displayed in the error message.

 

CWWBU0027E: Could not save message attributes.
Explanation: At least one of the attributes of a message could not be saved.
User Action: Make sure the attributes are specified correctly for the message used.

 

CWWBU0028E: The literal ''{0}'' could not be parsed as QName. Use the following format: ''<namespace>#<localpart>''.
Explanation: The value entered in the form is not a string that represents a valid qualified name.
User Action: Enter a string using the format displayed in the error message.

 

CWWBU0029E: The {0} literal does not comply with the {1} regular expression for the {2} type.
Explanation: The value that was entered in the form is not a string that represents a valid input for the schema type.
User Action: Enter a string using the format that is indicated in the error message.

 

CWWBU0030E: The kind ''{0}'' does not allow this action. The action is only available for the following kinds: ({1}).
Explanation: The kind of the selected object does not support the selected action.
User Action: Select this action only for the following kinds: ({1}).

 

CWWBU0031E: Configuration plug-in not found in struts configuration.
Explanation: The configuration plug-in that is essential for running BPEWebClient could not be found in the struts configuration.
User Action: Make sure that the plug-in tag for the BPEWebClient configuration is declared in the struts configuration file.

 

CWWBU0031W: The following query property names are not unique in the process instance: {0}
Explanation: One or more query property names that are defined as list columns are not unique in the process instance. A query property may be defined multiple times with the same name for different variables in a process instance.
User Action: Check the query properties that are defined in the process instance and specify the "Variable Name" or "Namespace" or both in addition to the "Property Name" for the query property list column that you want to see in the view definition.

 

CWWBU0032E: The service request reports the following error: {0}
Explanation: The servlet cannot process the request.
User Action: Check the detailed error text and retry the request.

 

CWWBU0033E: No ForwardHandler was specified in the struts configuration.
Explanation: No ForwardHandler was specified in the struts configuration.
User Action: Specify a forward handler in the struts configuration.

 

CWWBU0033W: Value ''{0}'' cannot be represented as a value of type {1}. The value was rounded to ''{2}''.
Explanation: The number cannot be stored in the system because it is not a legal value for the type.
User Action: Check whether you can use the recommended value instead. Otherwise you need to change the type used.

 

CWWBU0034E: Problems while loading the lookup path.
Explanation: There were problems while loading the lookup path during start up.
User Action: Make sure that the lookup path in your configuration points to correct file.

 

CWWBU0035E: ForwardHandler could not find a forward.
Explanation: No Reaction to the request is defined.
User Action: Make sure the default ForwardHandler is defined.

 

CWWBU0036E: Form for message ''{0}'' could not be created because of the array part ''{1}'' in the message.
Explanation: The standard Web client cannot handle array types.
User Action: Create custom Java server pages for the activity.

 

CWWBU0037E: Class ''{0}'' does not have any simple bean properties.
Explanation: The standard Web client cannot handle beans without properties.
User Action: Create custom Java server pages for the activity.

 

CWWBU0301E: An error was returned when the function ''{0}'' was called.
Explanation: The function ''{0}'' could not be run successfully because an underlying error ocurred.
User Action: Check the nested exceptions to see the root cause of the error. On the BPC Explorer error page select All Exception Error Messages tab.

 

CWWBU0302E: An error occurred when the query ''{0}'' was run.
Explanation: The query ''{0}'' could not be run successfully because an error was returned.
User Action: Check the returned error message for the cause of the error.

 

CWWBU0303E: The user must be authorized to start a process instance for template ''{0}''.
Explanation: The user cannot access any starting activities for the process template ''{0}''.
User Action: Update the process model to enable the user to start the process.

 

CWWBU0304E: The process template ''{0}'' with a valid-from date of ''{1}'' could not be found.
Explanation: The process template might have been uninstalled.
User Action: Refresh the process template list, and see if a newer one exists.

 

CWWBU0305E: The current state (''{0}'') of the activity does not allow a forceRetry.
Explanation: The ForceRetry action is only possible when the activity is in a stopped state.
User Action: You might be able to use the action 'forceComplete' to complete the activity.

 

CWWBU0306E: No Scalable Vector Graphics (SVG) representation is available for the process template ''{0}''.
Explanation: No SVG Representation was generated when the process template ''{0}'' was deployed.
User Action: Check for messages written when the process template ''{0}'' was deployed.

 

CWWBU0601E: An error occurred when ''{0}'' was called.
Explanation: The function ''{0}'' could not be run successfully because an error was returned.
User Action: Check the error message for the cause of the error.

 

CWWBU0602E: An error occurred when the query ''{0}'' was run.
Explanation: The query ''{0}'' could not be run successfully because an error was returned.
User Action: Check the error message for the cause of the error.

 

CWWBU0603E: The task template ''{0}'' is not an ad-hoc task template.
Explanation: The command requires an ad-hoc task template.
User Action: Make sure that you only select an ad-hoc task template.

 

CWWBU1000E: The property with the name ''{0}'' is not available in the model.
Explanation: A property with the name ''{0}'', which does not exist in the model, is used in a Business Process Explorer tag.
User Action: Change the property name to a name that exists in the model.

 

CWWBU1001E: The model value expression ''{0}'' does not yield a model.
Explanation: A Business Process Explorer component could not retrieve a model using the value expression ''{0}''.
User Action: Make sure that the value expression ''{0}'' refers to the data model.

 

CWWBU1002E: A model was not specified.
Explanation: The required model for this component has not been specified.
User Action: Make sure that the value expression in the Java Server Page refers to a data model.

 

CWWBU1003E: The command class ''{0}'' was not found.
Explanation: The class loader could not load the command class ''{0}''.
User Action: Either implement a command class ''{0}'' or check the packaging of your Web application.

 

CWWBU1004E: The Faces value expression ''{0}'' does not yield a command class.
Explanation: The Faces value expression ''{0}'' was evaluated but a command instance cannotbe retrieved.
User Action: Ensure that the Faces value expression ''{0}'' yields a command instance.

 

CWWBU1005E: Could not find a converter for the property ''{0}'' that belongs to the model class ''{1}}''.
Explanation: A component failed to look up a converter for the property ''{0}'' that belongs to the class ''{1}''.
User Action: Ensure that a converter for the property ''{0}'' in the class ''{1}'' exists.

 

CWWBU1006E: The literal ''{0}'' could not be parsed according to the type ''{1}''.
Explanation: The literal ''{0}'' could not be converted into an object of the type ''{1}''.
User Action: Ensure that the input is syntactically correct.

 

CWWBU1007E: The custom JavaServer Page with the URL ''{0}'' and the context root ''{1}'' could not be included.
Explanation: The inclusion of the custom JavaServer Page with the URL ''{0}'' and the context root ''{1}'' failed.
User Action: Ensure that the custom JavaServer Page exists and check the root exception.

 

CWWBU1008E: The literal ''{0}'' could not be parsed as a date. Use the following format: ''{1}''.
Explanation: The value entered in the form is not a string that represents a valid date in the format of the user's locale.
User Action: Enter a string using the format displayed in the error message.

 

CWWBU1009E: The literal ''{0}'' could not be parsed as date and time. Use the following format: ''{1}''.
Explanation: The value entered in the form is not a string that represents a valid date and time string in the notation of the user's locale.
User Action: Enter a string using the format displayed in the error message.

 

CWWBU1010E: The literal ''{0}'' could not be parsed as time. Use the following format: ''{1}''.
Explanation: The value entered in the form is not a string that represents a valid time.
User Action: Enter a string using the format displayed in the error message.

 

CWWBU1011E: The property with the name ''{0}'' could not be found.
Explanation: The commonj.sdo.DataObject does not feature a property with the name ''{1}''.
User Action: Make sure that the custom JavaServer Pages contain only input fields that target existing properties.

 

CWWBU1012E: The input for property ''{0}'' could not be processed. Try property ''{1}'' instead.
Explanation: The input for property ''{0}'' submitted out of a custom JavaServer Page could not be processed.
User Action: Try using property name ''{1}'' in the Custom Java Server Page instead.

 

CWWBU1013E: The message cannot be rendered because of a circular reference: ''{0}'' refers to ''{1}''.
Explanation: The message cannot be rendered due to a circular reference. ''{0}'' is referring to ''{1}''.
User Action: Make sure that the message does not have circular references.

 

CWWBU1014E: The number of levels in the message is greater than the maximum number of ''{0}''.
Explanation: The message component cannot display the message because the number of levels has exceeded the limit.
User Action: Make sure the message does not contain circular references.

 

CWWBU1015E: No query has been specified. Please specify a query.
Explanation: The component requires a value binding to a query object.
User Action: Make sure that a value binding to a query object is specified.

 

CWWBU1016E: The XML document could not be parsed because it is not valid accourding to the XML schema specification.
Explanation: Details about the invalid properties can be found in the list below.
User Action: Ensure that the XML document is valid according to the XML schema specification.

 

CWWBU1017E: The message is not valid.
Explanation: The message does not conform to its schema definition.
User Action: Ensure that the values entered conform to the definition in the schema. Pay attention to all validation messages.

 


Reference topic

Terms of use | Feedback

Timestamp icon Last updated: 9 June 2009