CEICA0001E: The value of the parameter parameter_name cannot be null for the object object_name .

Explanation:

See message.

Administrator Response:

Repeat the operation and provide a value for the specified parameter.

CEICA0002E

CEICA0002E: The value of the parameter parameter_name is not valid because the value is set to an empty string for the object object_name .

Explanation:

See message.

Administrator Response:

Repeat the operation and provide a value for the specified parameter.

CEICA0003E

CEICA0003E: The value of an element of the string array specified is not valid because it is null.
Object type: object_type
Object name: object_name
Parameter name: parameter_name
Index: index

Explanation:

See message.

Administrator Response:

Repeat the operation and provide a value for the element.

CEICA0004E

CEICA0004E: The value of a parameter is not valid because it exceeds the maximum number of characters.
Property name: property_name
Parameter: parameter_name
Maximum number of characters: maximum_length
Value: value

Explanation:

The number of characters that can be used for the value of the specified parameter is restricted because either it corresponds to a field in the Common Base Event specification that has a maximum length or the database field in which the value is stored is of a limited size.

Administrator Response:

Repeat the operation and provide a value for the specified parameter that does not exceed the maximum number of characters.

CEICA0005E

CEICA0005E: The element of the string array is not valid because it exceeds the maximum number of characters.
Property name: property_name
Parameter name: parameter_name
Index: index
Maximum number of characters: maximum_length
Value: value

Explanation:

The number of characters that can be used for the value of the element is restricted because either it corresponds to a field in the Common Base Event specification that has a maximum length or because the database field in which the value is stored is of a limited size.

Administrator Response:

Repeat the operation and provide a value for the element that does not exceed the maximum number of characters.

CEICA0006E

CEICA0006E: The event definition event_definition_name cannot be its own parent.

Explanation:

Event definitions are arranged in a hierarchy in which an event definition can be the parent of any number of other event definitions. The name of an event definition cannot be used as its own parent name.

Administrator Response:

Repeat the operation and provide a valid value for the parentName parameter.

CEICA0007E

CEICA0007E: The value value for the parameter parameter_name is not valid because it is a negative number.

Explanation:

See message.

Administrator Response:

Repeat the operation and provide a value for the specified parameter that is greater than or equal to zero.

CEICA0008E

CEICA0008E: The event definition already describes the extended data element.
Event definition name: event_definition_name
Extended data element name: extended_data_element_name

Explanation:

An event definition can describe a number of extended data elements. Each of these extended data elements must have a unique name.

Administrator Response:

Do one of the following:

CEICA0009E

CEICA0009E: The extended data element description already describes the named child extended data element.
Extended data element name: extended_data_element_name
Child extended data element name: child_extended_data_element_name

Explanation:

An extended data element description can contain a number of child extended data element descriptions. Each of the immediate child extended data element descriptions must have a unique name.

Administrator Response:

Do one of the following:

CEICA0010E

CEICA0010E: The event definition already describes the named property.
Event definition name: event_definition_name
Property name: property_name

Explanation:

An event definition can describe a number of properties. Each of these properties must have a unique name.

Administrator Response:

Do one of the following:

CEICA0011E

CEICA0011E: The value specified for the type parameter is not valid.
Extended data element name: extended_data_element_name
Type: extended_data_element_type_integer

Explanation:

See message.

Administrator Response:

Repeat the operation and provide a valid value for the type parameter. Valid values for the type of an extended data element are listed in the documentation for the class org.eclipse.hyades.logging.events.cbe.ExtendedDataElement.

CEICA0013E

CEICA0013E: Default string values cannot be set for an extended data element of type hexBinary. If required, use the setDefaultHexValue method to set a default hexadecimal value.
Extended data element name: extended_data_element_name
Type: extended_data_element_type_integer

Explanation:

Most types of extended data element can have a number of default string values. The hexBinary type, however, can have only a single default hexadecimal value.

Administrator Response:

See message.

CEICA0014E

CEICA0014E: A default hexadecimal value cannot be set for an extended data element whose type is not hexBinary. If required, use the setDefaultValues method to set default string values.
Extended data element name: extended_data_element_name
Type: extended_data_element_type_integer

Explanation:

The only type of extended data element that can have a default hexadecimal value is hexBinary. Most other types can have some number of default string values.

Administrator Response:

See message.

CEICA0015E

CEICA0015E: Default values cannot be set for an extended data element of type noValue.
Extended data element name: extended_data_element_name
Type: extended_data_element_type_integer

Explanation:

See message.

Administrator Response:

Do not use the setDefaultValues method for an extended data element of type noValue.

CEICA0016E

CEICA0016E: Only one default value can be set for the extended data element because it is a single-valued type, such as string, float, or byte.
Extended data element name: extended_data_element_name
Type: extended_data_element_type_integer

Explanation:

See message.

Administrator Response:

Use a single value in the call to the setDefaultValues method.

CEICA0017E

CEICA0017E: The default hexadecimal value specified in the parameter exceeds the maximum number of bytes.
Extended data element name: extended_data_element_name
Number of bytes: value_length
Maximum number of bytes: maximum_length

Explanation:

The value of the default hexadecimal value is limited due to a restriction of the database field in which the value is stored.

Administrator Response:

Repeat the operation and provide a value that does not exceed the maximum number of bytes.

CEICA0018E

CEICA0018E: The value specified for the minOccurs parameter is greater than the current value of the maxOccurs parameter.
Extended data element name: extended_data_element_name
minOccurs parameter: integer
maxOccurs parameter: integer

Explanation:

The minimum number of times an extended data element can occur must be less than or equal to the maximum number of times.

Administrator Response:

Set the value of the maxOccurs parameter first, or specify a smaller value for the minOccurs parameter.

CEICA0019E

CEICA0019E: The value specified for the maxOccurs parameter is less than the current value of the minOccurs parameter.
Extended data element name: extended_data_element_name
maxOccurs parameter: integer
minOccurs parameter: integer

Explanation:

The minimum number of times an extended data element can occur must be less than or equal to the maximum number of times.

Administrator Response:

Set the minOccurs parameter first, or specify a larger value for the maxOccurs parameter.

CEICA0020E

CEICA0020E: Permitted values cannot be set for a property when a minimum or a maximum value is already set.
Property name: property_name
Minimum value: minimum_value
Maximum value: maximum_value

Explanation:

A property description cannot have permitted values if it has a minimum or a maximum value. Similarly, a property description cannot have a minimum or a maximum value if it has permitted values.

Administrator Response:

Repeat the operation and do not use the setPermittedValues method.

CEICA0021E

CEICA0021E: A minimum or a maximum value cannot be set for a property when permitted values are already set.
Property name: property_name
Parameter: parameter_name
Permitted values: permitted_values

Explanation:

A property description cannot have a minimum a maximum value if it has permitted values. Similarly, a property description cannot have permitted values if it has a minimum or a maximum value.

Administrator Response:

Repeat the operation and do not use the setMinimumValue method or the setMaximumValue method.

CEICA0022E

CEICA0022E: The event definition event_definition_name cannot be found.

Explanation:

The event catalog does not contain an event definition with the specified name.

Administrator Response:

Verify that the name you are using is the correct name.

CEICA0023E

CEICA0023E: The event definition event_definition_name was not added because an event definition with the same name already exists.

Explanation:

Each event definition in the event catalog must have a unique name. When adding an event definition, you can replace an existing event definition.

Administrator Response:

See message.

CEICA0024E

CEICA0024E: The event definition was not added because it has a different parent than the event definition that it is replacing.
Event definition name: event_definition_name
Parent name: parent_event_definition_name
Parent name of existing event definition: existing_parent_event_definition_name

Explanation:

When replacing an event definition in the event catalog, the new event definition and the existing definition must have the same parent. In other words, the event definitions must occupy the same position in the hierarchy of event definitions.

Administrator Response:

Recreate the event definition using the parent name of the existing event definition. Then add the event definition to the event catalog.

CEICA0025E

CEICA0025E: The event definition event_definition_name was not added to the event catalog because it is a root definition and a root definition already exists.

Explanation:

The event catalog can contain only one root definition. When adding an event definition, you can replace an existing event definition.

Administrator Response:

See message.

CEICA0026E

CEICA0026E: The event definition event_definition_name was not added to the event catalog because its parent event definition parent_event_definition_name does not exist.

Explanation:

The event catalog does not contain an event definition for the specified parent name.

Administrator Response:

Verify that the name of the parent definition that you are using is the correct name.

CEICA0027E

CEICA0027E: The event definition was not added to the event catalog because it contains an extended data element with a type that is different than the type of its ancestor event definition.
Event definition name: event_definition_name
Extended data element name: extended_data_element_name
Type: extended_data_element_type
Ancestor event definition name: event_definition_name
Ancestor event definition type: extended_data_element_type

Explanation:

Inheritance by an event definition of the extended data element descriptions of an ancestor is governed by event definition inheritance rules. These rules are described in the documentation for class com.ibm.events.catalog.EventDefinition in the event catalog API. An event definition cannot change the type of an extended data element description that it inherits.

Administrator Response:

Recreate the event definition either omitting the extended data element description or making its type the same as the type of the ancestor event definition. Then add the event definition to the event catalog.

CEICA0028E

CEICA0028E: The event definition was not added because the ancestor event definition requires the property.
Event definition name: event_definition_name
Ancestor event definition name: event_definition_name
Property name: property_name

Explanation:

Inheritance by an event definition of the property descriptions of an ancestor is governed by event definition inheritance rules. These rules are described in the documentation for class com.ibm.events.catalog.EventDefinition in the event catalog API. An event definition cannot change the required setting of a property description that it inherits from true to false.

Administrator Response:

Recreate the event definition omitting the property description or making its required setting true. Then add the event definition to the event catalog.

CEICA0029E

CEICA0029E: The event definition was not replaced because it contains an extended data element with a different type than a descendant event definition.
Event definition name: event_definition_name
Extended data element name: extended_data_element_name
Type: extended_data_element_type
Descendent event definition name: event_definition_name
Descendent event definition type name: extended_data_element_type .

Explanation:

Inheritance by an event definition of the extended data element descriptions of an ancestor is governed by event definition inheritance rules. These rules are described in the documentation for class com.ibm.events.catalog.EventDefinition in the Event Catalog API. An event definition cannot change the type of an extended data element description that it inherits. Replacing the event definition would cause a descendant event definition to violate this rule.

Administrator Response:

Recreate the event definition either omitting the extended data element description or making its type the same as the type of the descendant event definition, or delete the descendant event definition from the event catalog. Then add the event definition to the event catalog.

CEICA0030E

CEICA0030E: The event definition was not replaced because the required setting of a property description is not the same as the required setting for a descendant event definition.
Event definition name: event_definition_name
Property name: property_name
Required setting: required
Descendant event definition name: event_definition_name
Descendant required setting: descendant_required

Explanation:

Inheritance by an event definition of the property descriptions of an ancestor is governed by event definition inheritance rules. These rules are described in the documentation for class com.ibm.events.catalog.EventDefinition in the event catalog API. An event definition cannot change the required setting of a property description that it inherits. Replacing the event definition would cause a descendant event definition to violate this rule.

Administrator Response:

Recreate the event definition either omitting the property description or making its required setting false, or delete the descendant event definition from the event catalog. Then add the event definition to the event catalog.

CEICA0031E

CEICA0031E: The file file_name was not found in the class path.

Explanation:

The event catalog expected to find a file in one of the directories listed in the class path, but the file does not exist. The file is a Common Event Infrastructure internal file. This could indicate a problem with the file system or an error in the installation of the Common Event Infrastructure application.

Administrator Response:

Verify that the Common Event Infrastructure application is installed correctly.

CEICA0034E

CEICA0034E: The XML document is not valid because it does not conform to the XML schema eventdefinition.xsd.
Parsing messages: parse_error_messages

Explanation:

See message.

Administrator Response:

Correct the XML document, then repeat the operation.

CEICA0035E

CEICA0035E: An error occurred when a Document Object Model document was serialized to an XML document.

Explanation:

This could indicate an error in the installation of the Common Event Infrastructure application.

Administrator Response:

For more information about the cause of the error, see the exception message. If necessary, verify that the Common Event Infrastructure application is installed correctly.

CEICA0036E

CEICA0036E: An error occurred when the XSLT style sheet stylesheet_filename was applied to a Document Object Model document.

Explanation:

This problem could indicate an error in the installation of the Common Event Infrastructure application.

Administrator Response:

For more information about the cause of the problem, see the exception message. If necessary, verify that the Common Event Infrastructure application is installed correctly.

CEICA0037E

CEICA0037E: The instance of the enterprise bean bean_name could not be created.

Explanation:

An error occurred when the create method was called on the local or remote home of the specified enterprise bean.

Administrator Response:

For more information about the cause of the problem, see the exception message. If necessary, verify that the Common Event Infrastructure application is installed correctly and that the Common Event Infrastructure server is running correctly.

CEICA0038E

CEICA0038E: The instance of the enterprise bean bean_name could not be removed.

Explanation:

An error occurred when the remove method was called on the EJB local home of the specified EJB.

Administrator Response:

For more information about the cause of the problem, see the exception message. If necessary, verify that the Common Event Infrastructure application is installed correctly and that the Common Event Infrastructure server is running correctly.

CEICA0039E

CEICA0039E: A call using a finder method to find an instance of the enterprise bean failed.
Finder method name: method_name
Enterprise bean name: bean_name

Explanation:

An error occurred when the finder method was called on the EJB local home of the specified enterprise bean.

Administrator Response:

For more information about the cause of the problem, see the exception message. If necessary, verify that the Common Event Infrastructure application is installed correctly and that the Common Event Infrastructure server is running correctly.

CEICA0040E

CEICA0040E: The lookup of the JNDI name failed.
JNDI name: jndi_name
Class name: class_name

Explanation:

The JNDI service might not be running, or it cannot be reached.

Administrator Response:

For more information about the cause of the problem, see the exception message. If necessary, verify that the Common Event Infrastructure application is installed correctly and that the Common Event Infrastructure server is running correctly.

CEICA0041E

CEICA0041E: The parsing of the XML file file_name failed because an IO error occurred when processing the file.

Explanation:

See message.

Administrator Response:

Verify that the specified file exists and that is accessible by the Common Event Infrastructure server.

CEICA0042E

CEICA0042E: The parsing of the XML file file failed because of a parsing exception.

Explanation:

See message.

Administrator Response:

See the exception message for additional information about the cause of the problem.

CEICA0043E

CEICA0043E: The XML could not be processed because an instance of the javax.xml.parsers.DocumentBuilder could not be created.

Explanation:

See message.

Administrator Response:

See the exception message for additional information about the cause of the problem.