JBI Component Alert Codes and Error Messages

Quality of Service Logging Codes

The following table lists each logging code generated by the Quality of Service library and describes the cause of the log message as well as providing a recommended action for you to take.

Logging Code 

Severity 

Message Text, Cause, and Action 

QOS-4001 

Config 

Successfully added new Application Configuration: {0} 

Cause: A new application configuration was added.

Action: None required.

QOS-4002 

Config 

Successfully added new Application Variable: {0} - Value = {1}  

Cause: A new application variable was added.

Action: None required.

QOS-4003 

Config 

Successfully deleted Application Configuration: {0}  

Cause: An application configuration was deleted.

Action: None required.

QOS-4004 

Config 

Successfully deleted Application Variable: {0}  

Cause: An application variable was deleted.

Action: None.

QOS-4005 

Config 

Successfully set Application Configuration: {0} 

Cause: An application configuration was modified.

Action: None required.

QOS-4006 

Config 

Successfully set Application Variable: {0} - Value = {1}  

Cause: An application variable was modified.

Action: None required.

QOS-5001 

Info 

Unable to dynamically invoke {0} on mbean {1}  

Cause: A deployment lookup optimization was unavailable.

Action: None, the lookup will continue.

QOS-6001  

Warning 

Redelivery to error endpoint aborted, endpoint not active.  

Cause: Redelivery on-failure execution failed because the redirect endpoint is not active.

Action: Verify the endpoint is deployed and active; review the server log for more information about the cause of the error.

QOS-6002 

Warning 

Redelivery to error endpoint aborted, no configured endpoint.  

Cause: Redelivery redirect configuration is missing or invalid.

Action: Correct redirect configuration and redeploy.

QOS-6003 

Warning 

Failed to parse QoS configuration: {0} 

Cause: An error occurred while parsing the service quality configuration.

Action: Review the server log for more information about the cause of the error, fix the configuration, and redeploy.

QOS-6004 

Warning 

Descriptor file does not exist: {0} 

Cause: Service unit descriptor is not at the expected location.

Action: Verify that the deployment is correct, specifically the expansion of the deployed service unit.

QOS-6005 

Warning 

Failed to parse component configuration: {0} 

Cause: An error occurred while parsing the component configuration.

Action: Review the server log for more information about the cause of the error.

QOS-6006 

Warning 

Failed to activate redelivery endpoint: {0} 

Cause: Component was unable to activate the internal redelivery endpoint.

Action: Review the server log for more information about the cause of the error, Redelivery will not function correctly once this error occurs.

QOS-6007 

Warning 

Unsupported failure option {0} for exchange: {1} 

Cause: Redelivery was configured with an invalid on-failure option.

Action: Fix the QoS redelivery configuration and redeploy.

QOS-6008 

Warning 

Redelivery attempts exhausted, suspend message: {0}  

Cause: Message exchange is suspended because retry attempts are exhausted.

Action: Review the server log for more information about the cause of the suspend and use monitoring to resume.

QOS-6009 

Warning 

Redelivery attempts exhausted, delete message: {0}  

Cause: Message exchange is deleted because retry attempts are exhausted.

Action: Review the server log for more information about the cause of the error.

QOS-6010 

Warning 

Invalid redelivery configuration: {0} not supported for {1}! 

Cause: Redelivery configuration is invalid.

Action: Reconfigure redelivery against an InOnly or InOut message exchange.

QOS-6011 

Warning 

{0} does not support Application Variables! 

Cause: The component does not support application variables.

Action: Forgo using application variables for the component, or file an enhancement request against the component.

QOS-6012 

Warning 

Component's JBI descriptor not found:  

Cause: The component descriptor is not at the expected location.

Action: Verify the location of the component descriptor.

QOS-6013 

Warning 

Failed to set error data - 'error' and 'actor' cannot be empty!  

Cause: The component did not supply valid error information.

Action: Review the server log for more information about the cause of the error and file a defect against the component.

QOS-6014 

Warning 

Failed to parse systemic message tracking configuration: {0}  

Cause: The Service Assembly descriptor contained an invalid message tracking configuration.

Action: Review the QoS configuration in the Service Assembly descriptor for any errors.

QOS-6015 

Warning 

Exchange({0}) terminated. Please review logs for details. 

Cause: This is the default message for failed redelivery.

Action: Review the server log for more information about the cause of the failed redelivery.

QOS-6016 

Warning 

Failed to load configuration {0}: {1} 

Cause: The component was unable to load its configuration.

Action: Review the server log for more information about the cause of the error.

QOS-6017 

Warning 

Failed to persist configuration settings to file {0}: {1}  

Cause: The component was unable to persist its configuration.

Action: Review the server log for more information about the cause of the error.

QOS-6018 

Warning 

Provider endpoint cannot be NULL!  

Cause: The component attempted to lookup consumers for a NULL provider.

Action: Review the server log for more information about why the provider endpoint is missing.

QOS-6019 

Warning 

Redelivery attempts exhausted, send aborted for message exchange: {0}  

Cause: The component is replying with and error because the number of retry attempts is exhausted.

Action: Review the server log for more information about the cause of the failed delivery.

QOS-6020 

Warning 

Attempting redelivery for {0}, send failed: {1}  

Cause: A retry attempt failed.

Action: Review the server log for more information about the cause of the error.

QOS-6021 

Warning 

Invalid Application Variable Item Size: {0} 

Cause: The application variable is configured incorrectly.

Action: Correct the application variable definition.

QOS-6022 

Warning 

Invalid Application Variable - Missing Name Field: {0} 

Cause: The application variable is missing the required Name field.

Action: Correct the application variable definition.

QOS-6023 

Warning 

Invalid Application Variable - Missing Value Field: {0} 

Cause: The application variable is missing the required Value field.

Action: Correct the application variable definition.

QOS-6024 

Warning 

Invalid Application Variable - Missing Type Field: {0}  

Cause: The application variable is missing the required Type field.

Action: Correct the application variable definition.

QOS-6025 

Warning 

Application Configuration is missing field: {0}  

Cause: The application configuration is missing a required field.

Action: Review the application configuration and add the missing field.

QOS-6026 

Warning 

Application Configuration is missing value for field: {0}  

Cause: The application configuration is missing a value for a field.

Action: Review the application configuration and add the missing field value.

QOS-6027 

Warning 

Failed to persist {0} application configuration: {1}  

Cause: The application configuration could not be persisted.

Action: Review the server log for more information about the cause of the error.

QOS-6028 

Warning 

Failed to persist {0} component configuration: {1} 

Cause: The component configuration could not be persisted.

Action: Review the server log for more information about the cause of the error.

QOS-6029 

Warning 

Component Configuration file {0} does not exist!  

Cause: The component's configuration file is missing.

Action: Review the server log for more information about the cause of the error.

QOS-6030 

Warning 

Add Application Configuration Failed: Configuration {0} already exists!  

Cause: The application configuration could not be added because a configuration with the same name already exists.

Action: Rename one of the application configurations.

QOS-6031 

Warning 

Add Application Configuration Failed: Configuration should have {0} fields, not {1}!  

Cause: The application configuration could not be added because it has the wrong number of fields.

Action: Correct the number of fields or add an application configuration with the correct number of fields.

QOS-6032 

Warning 

Add Application Configuration Failed: Configuration missing {0} key! 

Cause: The application configuration could not be added because it is missing its name key field.

Action: Name the application configurations.

QOS-6033 

Warning 

Add Application Configuration Failed: {0} value is invalid!  

Cause: The application configuration could not be added because its value is invalid.

Action: Correct the application configuration value.

QOS-6034 

Warning 

Add Application Variable Failed: Variable {0} already exists!  

Cause: The application variable could not be added because a variable with the same name already exists.

Action: Rename one of the duplicate application variables.

QOS-6035 

Warning 

Add Application Variable Failed: {0} value is invalid!  

Cause: The application variable could not be added because its value is invalid.

Action: Correct the application variable value.

QOS-6036 

Warning 

Delete Application Configuration Failed: Configuration {0} does not exist! 

Cause: The application configuration could not be deleted because it does not exist.

Action: Choose an existing configuration to delete.

QOS-6037 

Warning 

Application Variable Delete Failed: Variable {0} does not exist! 

Cause: The application variable could not be deleted because it does not exist.

Action: Choose an existing variable to delete.

QOS-6038 

Warning 

Set Application Configuration Failed: Configuration {0} does not exist!  

Cause: The application configuration could not be set because it does not exist.

Action: Choose an existing configuration to set.

QOS-6039 

Warning 

Set Application Configuration Failed: Configuration should have {0} fields, not {1}! 

Cause: The application configuration could not be set because it has the wrong number of fields.

Action: Set the application configuration with correct number of fields.

QOS-6040 

Warning 

Set Application Configuration Failed: Configuration missing {0} key! 

Cause: The application configuration could not be set because it is missing its name key field.

Action: Name the application configuration.

QOS-6041 

Warning 

Set Application Configuration Failed: {0} value is invalid!  

Cause: The application configuration could not be set because its value is invalid.

Action: Correct the application configuration value.

QOS-6042 

Warning 

Set Application Variable Failed: Variable {0} does not exist! 

Cause: The application variable could not be set because it does not exist.

Action: Choose an existing variable to set.

QOS-6043 

Warning 

Set Application Variable Failed: {0} value is invalid!  

Cause: The application variable could not be set because its value is invalid.

Action: Correct the application variable value.

QOS-6044 

Warning 

Application Configuration {0} - Value Invalid: {1}  

Cause: The application configuration could not be set because its value is invalid.

Action: Correct the application configuration value.

QOS-6045 

Warning 

Failed to convert NULL Property type! 

Cause: The configuration property type is NULL or missing.

Action: Fix the component configuration or file a defect against the component.

QOS-6046 

Warning 

Component Configuration does not support the type: {0}  

Cause: The configuration property is defined with an unsupported type.

Action: Fix the component configuration or file a defect against the component.

QOS-6047 

Warning 

Failed to initialize Application Configuration: {0}  

Cause: An error occurred while initializing application configuration.

Action: Review the server log for more information about the cause of the error.

QOS-6048 

Warning 

Failed to initialize Application Variables: {0}  

Cause: An error occurred while initializing application variables.

Action: Review the server log for more information about the cause of the error.

QOS-6049 

Warning 

Failed to create DeploymentServiceMBean for {0}: {1}  

Cause: The component could not load DeploymentService.

Action: Review the server log for more information about the cause of the error and, if not running on GlassFish, verify the DeploymentService name and file a defect against QoS.

QOS-6050 

Warning 

Failed to lookup {0} Service Qualities: {1}  

Cause: An error occurred looking up the configured service qualities.

Action: Review the server log for more information about the cause of the error, fix it, and redeploy.

QOS-6051 

Warning 

Failed to acquire Consumers for {0} Provider {1}: {2}  

Cause: An error occurred looking up connection consumers.

Action: Review the server log for more information about the cause of the error.

QOS-6052 

Warning 

Failed to acquire Service Assembly for Service Unit {0}: {1}  

Cause: The component was unable to lookup the Service Assembly.

Action: Review the server log for more information about the cause of the error.

QOS-6053 

Warning 

Component Application Configuration file {0} does not exist!  

Cause: The file to which the application configuration is persisted is missing.

Action: Review the server log for more information about the cause of the error.

QOS-6054 

Warning 

Failed to load application configuration {0}: {1}  

Cause: An error occurred while loading the application configuration.

Action: Review the server log for more information about the cause of the error.

QOS-6055 

Warning 

Failed to persist application configuration settings to file {0}: {1}  

Cause: The component was unable to persist the application configuration to file.

Action: Review the server log for more information about the cause of the error.

QOS-6056 

Warning 

Message Exchange {0} has been sent unsuccessfully {1} times; resetting redelivery counter.  

Cause: The exchange has failed delivery too many times.

Action: Review the server log for more information about the cause of the error and consider lowering the number of retry attempts.

QOS-6057 

Warning 

{0} does not support Application Configurations! 

Cause: The component does not support application configurations.

Action: Forgo using application configurations for the component or file an enhancement request against the component.

QOS-6058 

Warning 

Failed to dynamically invoke {0} on mbean {1} 

Cause: The component encountered an error while invoking method on DeploymentService.

Action: Review the server log for more information about the cause of the error.

QOS-6061 

Warning 

Failed to parse systemic redelivery configuration: {0}  

Cause: The Service Assembly descriptor contained an invalid redelivery configuration.

Action: Review the QoS configuration in the Service Assembly descriptor for any errors.

QOS-6062 

Warning 

Failed to parse systemic throttling configuration: {0}  

Cause: The Service Assembly descriptor contained an invalid throttling configuration.

Action: Review the QoS configuration in the Service Assembly descriptor for any errors.

QOS-6063 

Warning 

Failed to install service qualities for service unit "{0}": {1}  

Cause: An error occurred while installing service qualities.

Action: Review the server log for more information about the cause of the error, fix the error, and redeploy.

QOS-6064 

Warning 

Property name is required! 

Cause: A component configuration property is missing its name.

Action: Correct the component configuration property.

QOS-6065 

Warning 

Property type {0} not supported! 

Cause: A component has configured properties with unsupported data types.

Action: Fix the component configuration or file a defect against the component.

QOS-6066 

Warning 

Constraint {0} is missing required attribute: {1}  

Cause: A property constraint is missing the specified required attribute.

Action: Correct the component configuration property.

QOS-6067 

Warning 

Undefined Facet: {0}  

Cause: A property constraint is configured with an invalid facet.

Action: Fix the component configuration or file a defect against the component.

QOS-6068 

Warning 

Duplicate Constraint: {0} 

Cause: The component configured the same constraint more than once.

Action: Fix the component configuration or file a defect against the component.

QOS-6069 

Warning 

Numeric value is required for type: {0} 

Cause: The component configured a nonnumeric value for a numeric property.

Action: Fix the component configuration or file a defect against the component.

QOS-6070 

Warning 

Positive value is required for type: {0} 

Cause: The component configured a negative value for a positive numeric property.

Action: Fix the component configuration or file a defect against the component.

QOS-6071 

Warning 

Unsupported Facet: {0}  

Cause: The component has configured a property with an inappropriate or invalid constraint facet.

Action: Fix the component configuration or file a defect against the component.

QOS-6072 

Warning 

{0} may not be combined with {1} 

Cause: Configuration property constraints conflict with each other.

Action: Fix the component configuration or file a defect against the component.

QOS-6073 

Warning 

{0} value ({1}) must be greater than or equal to {2} value ({3})  

Cause: Minimum and maximum In/Exclusive constraints have conflicting values.

Action: Fix the component configuration or file a defect against the component.

QOS-6074 

Warning 

{0} value ({1}) must be less than or equal to {2} value ({3}) 

Cause: Minimum and maximum In/Exclusive constraints have conflicting values.

Action: Fix the component configuration or file a defect against the component.

QOS-6075 

Warning 

Invalid Constraints on Property {0} were specified: {1} 

Cause: Configuration property constraints conflict with the property type or each other.

Action: Fix the component configuration or file a defect against the component.

QOS-6076 

Warning 

{0} failed to close: {1} 

Cause: A service quality filter could not be closed.

Action: Review the server log for more information about the cause of the error.

QOS-6077 

Warning 

Constraint {0} does not apply to type {1} 

Cause: The component configured a constraint for a property that does not apply to that property type.

Action: Fix the component configuration or file a defect against the component.

QOS-6078 

Warning 

Failed to modify configuration property {0} with new value {1}: {2}  

Cause: The configuration property could not be set to the given value.

Action: Verify the component configuration and review the server log for more information about the cause of the error.

QOS-6079 

Warning 

Invalid value {0} for property {1}  

Cause: The value is invalid for the configuration property type.

Action: Verify the component configuration and review the server log for more information about the cause of the error.

QOS-6080 

Warning 

Failed to acquire Deployment Service: {0} 

Cause: The component could not retrieve the deployment service.

Action: Review the server log for more information about the cause of the error.