WebSphere Process Server messages     Operating Systems: All supported
CWSFT4000E: The selFile attribute in the {0} selector component file is required.
Explanation: The required selFile attribute is not defined in the selector component file. The selFile attribute defines the name of the selector file, which has the .sel file extension.
User Action: In the selector component file, define the selFile attribute.

 

CWSFT4001E: The {1} value of the selFile attribute in the {0} selector component file must refer to an existing selector implementation file.
Explanation: The specified value does not refer to an existing selector component file. The selFile attribute defines the name of the selector file, which has the file extension .sel. The selector component file defines the metadata that is used to build the selector component implementation.
User Action: In the selector component file, change the selector component file name to the name of a selector implementation file that exists.

 

CWSFT4002E: The {0} selector component file supports the {1} interface, which the selector implementation does not support.
Explanation: The selector implementation must support all the interfaces defined in the selector component file.
User Action: In the selector component file, change the unsupported interface to an interface that the selector component file supports or remove the interface.

 

CWSFT4003E: The {0} selector component file specifies an interface that is not a WSDLPortType interface.
Explanation: Selector components support WSDLPortType interfaces only.
User Action: In the selector component file, remove interfaces that are not WSDLPortType interfaces.

 

CWSFT4004W: The {0} selector component file specifies references, which are never used.
Explanation: Selector implementations do not use references.
User Action: Unless the references are used elsewhere, remove all references from the selector component file.

 

CWSFT5000E: The {0} file cannot be loaded or read.
Explanation: Either the file does not exist in the location you specified or it has errors.
User Action: Make sure the file exists and fix any errors.

 

CWSFT5001E: The targetNameSpace attribute for the artifact is missing.
Explanation: The targetNameSpace attribute is required for each artifact.
User Action: In the selector component file or the selector selection table file, specify the missing targetNameSpace.

 

CWSFT5002E: The name attribute for the artifact or operation is missing.
Explanation: The name attribute is required for each artifact.
User Action: In the selector component file or operation in the selector selection table file, add the name attribute to the artifact.

 

CWSFT5003E: The operation for the selector component is missing.
Explanation: At least one operation must be defined for the selector component.
User Action: In the selector component, specify at least one operation name.

 

CWSFT5004E: The selector element is missing.
Explanation: Because the selector element defines the selection algorithm that the operation uses, it is required. The system-provided default algorithm is named com.ibm.wbiservers.common.selection.GenericSelector.
User Action: In the selector selection table specify a selector element. The name of the selector element must be the fully qualified class name of the implementation class.

 

CWSFT5005E: The name of the {0} operation is not a valid Java identifier.
Explanation: The characters in the name of the specified operation must form a valid Java identifier.
User Action: When defining the operation name, use only valid characters for a Java identifier

 

CWSFT5006E: The {0} operation is a duplicate of another operation.
Explanation: Each operation can be defined only once for a selector component
User Action: Remove the duplicate operation from the selector component.

 

CWSFT5007E: The {0} operation is missing from the selector selection table.
Explanation: The operations defined by the selector component must also be defined in the selector selection table. The selection table defines the target components for each operation.
User Action: In the selector selection table, which is in the selector component, define the operation.

 

CWSFT5008E: The specified portType elements include operations that are not defined in the selector component.
Explanation: All of the operations that are specified by the portType elements must be defined in the selector component. The selector component artifact defines the operations that are supported by the generated implementation for the component. A missing operation would result in the request ending with a runtime exception since the component would be unable to process the request.
User Action: In the selector component, define the operations that the portType elements specify.

 

CWSFT5009E: The selector selection table contains operations that are not defined on the selector component.
Explanation: The selector component must include all of the operations that are specified in the selector selection table. Operations defined in the selection table and not on the component will be unusable.
User Action: In the selector component, define the missing operations.

 

CWSFT5010E: The selector component is missing the interface definition.
Explanation: The interface element is required for the interface definition. The selector component implementation cannot be generated without the interface definition.
User Action: In the selector component, define the missing interface.

 

CWSFT5011E: The selector component interface is missing an interface element.
Explanation: The interface must contain at least one valid interface element, such as a port type with an operation.
User Action: Add at least one interface element to the interface, such as a port type with an operation.

 

CWSFT5012E: The portType attribute is missing.
Explanation: The portType attribute is required for WSDLPortType interfaces.
User Action: Define the missing portType attribute for the interface.

 

CWSFT5013E: The portType attribute of the interface is not valid.
Explanation: For the value of the portType attribute of the interface to be resolved to a portType object, the portType attribute must be defined by the interface.
User Action: Correct the value of the portType attribute for the interface.

 

CWSFT5014E: The definition for the selection data parameter is missing.
Explanation: The selection data must be defined as a parameter, and it must contain a valid value.
User Action: In the selector component, define the selection data parameter as either stand-alone or with an XPath.

 

CWSFT5015E: The JavaCode element is required.
Explanation: The selection data was defined as a code snippet, but the JavaCode element for the code snippet is missing.
User Action: In the selector component, define the JavaCode element.

 

CWSFT5016E: The value for the import that was specified in the code snippet is missing.
Explanation: An import that is specified in the code snippet must specify either a fully qualified class name or a package name that has a wildcard specified for the class name.
User Action: In the selector component, define the import value in the code snippet.

 

CWSFT5017E: The selector selection table is empty.
Explanation: The selector selection table must define at least one operation.
User Action: In the selector selection table, define at least one operation.

 

CWSFT5018E: An operation with the name {0} already exists in the selector selection table.
Explanation: Each operation can be defined only once in a selector selection table.
User Action: Remove the duplicate operation from the selector selection table.

 

CWSFT5019E: The name of the {0} operation is not a valid Java identifier.
Explanation: The characters in the name of the operation must form a valid Java identifier.
User Action: Edit the name of this operation so that it has only characters that are permitted for a Java identifier.

 

CWSFT5020E: The definition of the {0} operation is missing the target component destination.
Explanation: The operation requires at least one target component destination that is a criteria-based destination, or a default destination.
User Action: In the selector selection table, specify either a criteria-based destination, or a default destination.

 

CWSFT5021E: The {0} destination for the {1} operation is missing a SelectionKey element.
Explanation: The destination defined for the operation must have a SelectionKey element.
User Action: In the selector selection table, specify a SelectionKey element.

 

CWSFT5022E: The {0} destination for the {1} operation is missing.
Explanation: The destination defined for the operation must have a SelectionData element.
User Action: In the selector selection table, specify a SelectionData element.

 

CWSFT5023E: The {0} starting value of this range cannot be greater than the ending value {1}.
Explanation: The starting value must be less than or equal to the ending value, or the range will not be valid.
User Action: In the selector selection table, set the starting value of the range to be less than or equal to the ending value, or set the ending value of the range to be greater than or equal to the starting value.

 

CWSFT5024E: The starting value of this range {0} is greater than or equal to the ending value {1}.
Explanation: The starting value of the range must be less than the ending value, or the range will not be valid.
User Action: In the selector selection table, set the starting value of the range to be less than the ending value, or set the ending value of the range to be greater than the starting value.

 

CWSFT5025E: {0} is not a valid date and time value.
Explanation: The date and time value must be in the format yyyy-mm-ddThh:mm:ss.
User Action: In the selector selection table, specify a date and time with the correct format.

 

CWSFT5026E: {0} is not a valid date value.
Explanation: The date value must be in the format yyyy-mm-dd.
User Action: In the selector selection table, specify a date with the correct format.

 

CWSFT5027E: {0} is not a valid integer value.
Explanation: The integer value must be in decimal digit format.
User Action: In the selector selection table, specify an integer value in decimal digit format. To indicate a negative value, the first character can be a minus sign.

 

CWSFT5028E: {0} is not a valid long value.
Explanation: The long value must be in decimal digit format.
User Action: In the selector selection table, specify a long value in decimal digit format. To indicate a negative value, the first character can be a minus sign.

 

CWSFT5029E: {0} is not a valid float value.
Explanation: The float value must specify the floating-point literal specifier "f" (for example, "1.0f").
User Action: In the selector selection table, specify the floating-point literal specifier "f" for the float value.

 

CWSFT5030E: {0} is not a valid double value.
Explanation: The double value must specify the floating-point literal specifier "d" (for example, "1.0d").
User Action: In the selector selection table, specify the floating-point literal specifier "d" for the double value.

 

CWSFT5031E: In the {0} operation, the SelectionKey element for the {1} destination overlaps with the operation for the {2} destination.
Explanation: Overlapping destinations put more than one target component into effect for a particular period of time. However, an operation can have only one matching target component destination in effect during a particular period.
User Action: In the selector selection table, remove the overlapping destination from the operation.

 

CWSFT5032E: null is not a valid value for a SelectionSingletonKey element.
Explanation: The SelectionSingletonKey element must have a valid value specified.
User Action: In the selector selection table, specify a valid value for the SelectionSingletonKey element.

 

CWSFT5033I: Because the operation has no defined selection parameters, the default input parameter will be used
Explanation: By default, the operation uses the input parameter.
User Action: If you do not want the operation to use the default input parameter, specify a selection parameter in the selector component.

 

CWSFT5034I: The default destination cannot be used because an all-inclusive key range is defined.
Explanation: A destination with an all-inclusive key range takes precedence over a default destination.
User Action: If you want to use the default destination, remove the all-inclusive key range from the selector selection table.

 

CWSFT5035W: More than one interface in the interface set contains the {0} operation.
Explanation: Although the operation is defined more than once in the set of interfaces the operation will only be defined once on the selector component.
User Action: If necessary, rename the duplicate operation on the interface.

 

CWSFT5036W: The {0} operation is not defined by an interface that the selector component supports.
Explanation: Operations that are not defined by an interface that the selector component supports cannot be called.
User Action: Remove the operation from the selector component or define it on one of the interfaces.

 

CWSFT5037E: The {0} operation does not have a parameter named {1}.
Explanation: The XPath that is defined for the selection data points to a parameter that does not exist in this workspace.
User Action: In the selector component, change the XPath value so that it points to a valid parameter that exists in this workspace.

 

CWSFT5038E: The {0} property type is not valid.
Explanation: The value for the property type must be either SystemDefined or UserDefined.
User Action: In the selector component, change the value of the property type to either SystemDefined or UserDefined.

 

CWSFT5039E: The property name must contain at least one non-blank character.
Explanation: The property name cannot be null, the zero-length string, or a string containing only blanks. It must contain at least one non-blank character.
User Action: In the selector component, specify a property name that contains at least one non-blank character.

 

CWSFT5040E: The property value cannot be null.
Explanation: The value for the property attribute cannot be set to null.
User Action: In the selector component, specify a valid value for the property attribute or remove the property from the property list.

 

CWSFT5041E: The targetNameSpace attribute for the artifact is invalid.
Explanation: The targetNameSpace attribute must satisfy certain requirements, such as beginning with a letter.
User Action: In the selector component file and the selection table file, enter a valid targetNameSpace.

 

CWSFT5042E: The property name {0} is already in use for another property.
Explanation: The property name is being used by another property on this selector.
User Action: Change the name of the property so that it is different from all other properties on this selector.

 

CWSFT6000E: The moduleName attribute is missing.
Explanation: The selector data is declared to use a Service Component Architecture exported component, but the module name for the exported component is not defined.
User Action: In the selector selection table, specify the moduleName attribute for the exported component.

 

CWSFT6001E: The exportName attribute is missing.
Explanation: The selector data is declared to use a Service Component Architecture exported component, but the export name for the exported component is not defined.
User Action: In the selector selection table, specify the exportName attribute for the exported component.

 

CWSFT6002E: The componentName attribute is missing.
Explanation: The selector data is declared to use a Service Component Architecture component that is part of the same module as the selector component, but the component name is not defined.
User Action: In the selector selection table, specify the componentName attribute for the internal component.

 

CWSFT6003E: The importName attribute is missing.
Explanation: The selector data is declared to use a Service Component Architecture imported component, but the import name for the imported component is not defined.
User Action: In the selector selection table, specify the importName attribute for the imported component.

 

CWSFT6004W: AvailableTarget elements are ignored for selector components.
Explanation: The selector component has targets defined as available targets. However, these targets are not used by the selector component.
User Action: In the selector selection table, set the operation destination to one of the available targets so it can be used.

 

CWSFT6005E: The SelectorSelectionTable is missing.
Explanation: The SelectorComponentDef element must contain a valid SelectorSelectionTable element.
User Action: In the selector component, specify the name of the SelectorSelectionTable.

 

CWSFT6006E: The SelectorSelectionTable element value is not valid.
Explanation: The value of the SelectorSelectionTable element cannot be resolved to a valid selector selection table.
User Action: In the selector component, correct the name of the SelectorSelectionTable.

 

CWSFT6007E: The first destination contains {0} selection key elements which do not match other destinations.
Explanation: All destinations must have the same number of selection key elements in their selection keys.
User Action: In the selector selection table, correct the key elements for the destinations so that each one has the same key element type and position.

 

CWSFT6008E: The SelectionKeyElement in position {0} does not match the corresponding SelectionKeyElement in the first destination.
Explanation: All destinations must specify the same key element type and position.
User Action: In the selector selection table, correct the key elements for the destinations so that each one has the same key element type and position.

 

CWSFT6009E: A component named {0} does not exist in this module.
Explanation: The selector data is declared to use a Service Component Architecture component that is part of the same module as the selector component, but the component file cannot be resolved.
User Action: In the selector selection table, correct the component name to specify the correct component file.

 

CWSFT6010E: An import named {0} does not exist in this module.
Explanation: The selector data is declared to use a Service Component Architecture imported component, but the import file for the imported component cannot be resolved.
User Action: In the selector selection table, correct the import name to specify the correct import file.

 

CWSFT6011E: The value for the targetNameSpace attribute is not valid.
Explanation: The value for the targetNameSpace attribute can be collection of names, identified by a URI reference.
User Action: In the selector component, specify a valid value for the targetNameSpace attribute.

 


Reference topic

Terms of use | Feedback

Timestamp icon Last updated: 9 June 2009