BPEL Descriptor Exceptions ORABPEL 00500 - 00534
BPEL Descriptor Exceptions ORABPEL 00500 - 00534
Descriptor Exceptions 00500 - 00534
ORABPEL-00500
severity: 10
type: error
name: Missing activation attribute
description: Missing activation attribute \"{0}\"; this attribute must contain a value in order for the process to initialize properly.
ORABPEL-00501
severity: 10
type: error
name: Archive descriptor not found
description: The archive descriptor file \"{0}\" was not found in the directory \"{1}\".
ORABPEL-00502
severity: 10
type: error
name: Empty archive property
description: The property \"{0}\" for archive manager \"{1}\" cannot be null or empty.
fix: Please check that all the properties defined for the archive manager \"{0}\" in the \"[CX_HOME]/server-default/system/config_archive.xml\" configuration file have a value.
ORABPEL-00503
severity: 10
type: error
name: Missing xpath function property
description: The property \"{0}\" for xpath function \"{1}\" cannot be null or empty.
fix: Please check that all the properties defined for the function \"{1}\" in the \"xpath-functions.xml\" configuration file have a value.
ORABPEL-00504
severity: 10
type: error
name: Domain descriptor not found
description: The process domain descriptor file \"{0}\" was not found in the directory \"{1} \".
ORABPEL-00505
severity: 10
type: error
name: Missing domain property
description: The property \"{0}\" has not been specified for this process domain.
fix: Please check the \"default.xml\" configuration file for the process domain. The property \"{0}\" should be specified therein.
ORABPEL-00506
severity: 10
type: error
name: Cannot backup domain descriptor
description: An attempt to backup the descriptor for domain \"{0}\" to the file \"{1}\" has failed. The exception reported is: \"{3}\".
fix: Please ensure that the directory \"{2}\" exists and is writable by the server.
ORABPEL-00507
severity: 10
type: error
name: Cannot save domain descriptor
description: An attempt to save the descriptor for domain \"{0}\" to the file \"{1}\" has failed. The exception reported is: \"{3}\".
fix: Please ensure that the directory \"{2}\" exists and is writable by the server.
ORABPEL-00508
severity: 10
type: error
name: Missing server property
description: The property \"{0}\" has not been specified in the server descriptor.
fix: Please check the configuration file \"{1}\" for the property \"{0}\".
ORABPEL-00509
severity: 10
type: error
name: Incompatible archive descriptor version
description: The version of the archive descriptor at \"{0}\" is incompatible with the current version of the process domain; the expected version is \"{1}\".
fix: Your archive descriptor has probably been configured for a previous release.
ORABPEL-00510
severity: 10
type: error
name: Incompatible domain descriptor version
description: The version of the domain descriptor at \"{0}\" is incompatible with the current version of the process domain; the expected version is \"{1}\".
fix: Your domain descriptor has probably been configured for a previous release.
ORABPEL-00511
severity: 10
type: error
name: Incompatible server descriptor version
description: The version of the server descriptor at \"{0}\" is incompatible with the current version of the process server; the expected version is \"{1}\".
fix: Your server descriptor has probably been configured for a previous release.
ORABPEL-00512
severity: 10
type: error
name: Incompatible xpath descriptor version
description: The version of the xpath descriptor at \"{0}\" is incompatible with the current version of the process domain; the expected version is \"{1}\".
fix: Your xpath descriptor has probably been configured for a previous release.
ORABPEL-00513
severity: 10
type: error
name: OraBPEL loader error
description: An error occurred while attempting to initialize the OraBPEL run-time system from file \"{0}\". The exception reported is: \"{1}\".
fix: Please check that the OraBPEL server descriptor file \"{0}\" exists.
ORABPEL-00514
severity: 10
type: error
name: Invalid domain descriptor
description: The file \"{0}\" is not a valid process domain descriptor file. The exception reported is: \"{1}\".
fix: Please make sure that the format of the process domain descriptor file is valid and restart the application server.
ORABPEL-00515
severity: 10
type: error
name: Invalid archive descriptor
description: The file \"{0}\" is not a valid archive descriptor file. The exception reported is: \"{1}\"
fix: Please make sure that the format of the archive descriptor file is valid and restart the application server.
ORABPEL-00516
severity: 10
type: error
name: Invalid xpath descriptor
description: The file \"{0}\" is not a valid xpath function descriptor file. The exception reported is: \"{1}\".
fix: Please make sure that the format of the xpath function descriptor file is valid and restart the application server.
ORABPEL-00517
severity: 10
type: error
name: Invalid Process Descriptor
description: The file \"{0}\" is not a valid process descriptor. The following exception occurred while loading the descriptor: \"{1}\".
fix: Please make sure that the process descriptor has specified all the necessary information in the specified format.
ORABPEL-00518
severity: 10
type: error
name: Error while creating property content handler
description: An error occurred while attempting to instantiate the property content handler class \"{0}\" for property name \"{1}\". The exception reported was: \"{2}\".
fix: Please check the implementation of your property content handler and deploy the class to the server.
ORABPEL-00519
severity: 10
type: error
name: Property content handler class not valid
description: The property content handler class \"{0}\" for property name \"{1}\" does not implement the IPropertyContentHandler interface. All content handlers must implement this interface.
fix: Please ensure that the class \"{0}\" implements the IPropertyContentHandler interface.
ORABPEL-00520
severity: 10
type: error
name: Cannot find property file
description: An error occurred while attempting to find the OraBPEL property file \"{0}\".
fix: Please check that the OraBPEL property file \"{0}\" exists.
ORABPEL-00521
severity: 10
type: error
name: Cannot lookup process object
description: The object bound to the name \"{0}\" has not been defined for the process \"{1} \".
fix: Please ensure that the name \"{0}\" refers to a set of properties in the process descriptor.
ORABPEL-00522
severity: 10
type: error
name: Cannot save suitcase descriptor
description: An attempt to save a suitcase descriptor to the file \"{0}\" has failed. The exception reported is: \"{2}\".
fix: Please ensure that the directory \"{1}\" exists and is writable by the server.
ORABPEL-00523
severity: 10
type: error
name: Missing process attribute
description: The process descriptor file \"{0}\" is missing the attribute \"{1}\". This attribute must contain a value in order for the process to initialize properly.
fix: Please ensure that the process descriptor file \"{0}\" has specified the necessary information in the specified format.
ORABPEL-00524
severity: 10
type: error
name: Process properties not found
description: The process properties \"{0}\" have not been defined for the process \"{1}\".
fix: Please ensure that the process properties \"{0}\" are defined in your process descriptor.
ORABPEL-00525
severity: 10
type: error
name: Missing task template attribute
description: The task template descriptor file \"{0}\" is missing the attribute \"{1}\". This attribute must contain a value in order for the process to initialize properly.
fix: Please ensure that the task template descriptor file \"{0}\" has specified the necessary information in the specified format.
ORABPEL-00526
severity: 10
type: error
name: Task template properties not found
description: The task properties \"{0}\" have not been defined for the task template \"{1} \".
ORABPEL-00527
severity: 5
type: error
name: Invalid task descriptor
description: The descriptor for the task template \"{0}\" is invalid; the exception is {1}
ORABPEL-00528
severity: 10
type: error
name: Cannot backup server descriptor
description: An attempt to backup the descriptor for the OraBPEL server to the file \"{0}\" has failed. The exception reported is: \"{2}\".
fix: Please ensure that the directory \"{1}\" exists and is writable by the server.
ORABPEL-00529
severity: 10
type: error
name: Cannot save server descriptor
description: An attempt to save the descriptor for the OraBPEL server to the file \"{0}\" has failed. The exception reported is: \"{2}\".
fix: Please ensure that the directory \"{1}\" exists and is writable by the server.
ORABPEL-00530
severity: 10
type: error
name: Incompatible message handler descriptor version
description: The version of the message handler descriptor at \"{0}\" is incompatible with the current version of the process domain; the expected version is \"{1}\".
fix: Your message handler descriptor has probably been configured for a previous release.
ORABPEL-00531
severity: 10
type: error
name: Missing message handler property
description: The property \"{0}\" for message handler \"{1}\" cannot be null or empty.
fix: Please check that all the properties defined for the handler \"{1}\" in the \"message-handlers.xml\" configuration file have a value.
ORABPEL-00532
severity: 10
type: error
name: Missing message handler attribute
description: The message handler element \"{0}\" is missing the attribute \"{1}\". This attribute must contain a value in order for the message handler to initialize properly.
fix: Please ensure that the message handler element \"{0}\" has specified the necessary information in the specified format.
ORABPEL-00533
severity: 10
type: error
name: Missing message handler reference
description: The message handler reference \"{1}\" cannot be found in the descriptor file \"{0}\".
ORABPEL-00534
severity: 10
type: error
name: Invalid message handler descriptor
description: The file \"{0}\" does not contain a valid message handler descriptor. The exception reported is: \"{1}\".
fix: Please check the format of the message handler descriptor file and restart the application server.
Descriptor Exceptions 00500 - 00534
ORABPEL-00500
severity: 10
type: error
name: Missing activation attribute
description: Missing activation attribute \"{0}\"; this attribute must contain a value in order for the process to initialize properly.
ORABPEL-00501
severity: 10
type: error
name: Archive descriptor not found
description: The archive descriptor file \"{0}\" was not found in the directory \"{1}\".
ORABPEL-00502
severity: 10
type: error
name: Empty archive property
description: The property \"{0}\" for archive manager \"{1}\" cannot be null or empty.
fix: Please check that all the properties defined for the archive manager \"{0}\" in the \"[CX_HOME]/server-default/system/config_archive.xml\" configuration file have a value.
ORABPEL-00503
severity: 10
type: error
name: Missing xpath function property
description: The property \"{0}\" for xpath function \"{1}\" cannot be null or empty.
fix: Please check that all the properties defined for the function \"{1}\" in the \"xpath-functions.xml\" configuration file have a value.
ORABPEL-00504
severity: 10
type: error
name: Domain descriptor not found
description: The process domain descriptor file \"{0}\" was not found in the directory \"{1} \".
ORABPEL-00505
severity: 10
type: error
name: Missing domain property
description: The property \"{0}\" has not been specified for this process domain.
fix: Please check the \"default.xml\" configuration file for the process domain. The property \"{0}\" should be specified therein.
ORABPEL-00506
severity: 10
type: error
name: Cannot backup domain descriptor
description: An attempt to backup the descriptor for domain \"{0}\" to the file \"{1}\" has failed. The exception reported is: \"{3}\".
fix: Please ensure that the directory \"{2}\" exists and is writable by the server.
ORABPEL-00507
severity: 10
type: error
name: Cannot save domain descriptor
description: An attempt to save the descriptor for domain \"{0}\" to the file \"{1}\" has failed. The exception reported is: \"{3}\".
fix: Please ensure that the directory \"{2}\" exists and is writable by the server.
ORABPEL-00508
severity: 10
type: error
name: Missing server property
description: The property \"{0}\" has not been specified in the server descriptor.
fix: Please check the configuration file \"{1}\" for the property \"{0}\".
ORABPEL-00509
severity: 10
type: error
name: Incompatible archive descriptor version
description: The version of the archive descriptor at \"{0}\" is incompatible with the current version of the process domain; the expected version is \"{1}\".
fix: Your archive descriptor has probably been configured for a previous release.
ORABPEL-00510
severity: 10
type: error
name: Incompatible domain descriptor version
description: The version of the domain descriptor at \"{0}\" is incompatible with the current version of the process domain; the expected version is \"{1}\".
fix: Your domain descriptor has probably been configured for a previous release.
ORABPEL-00511
severity: 10
type: error
name: Incompatible server descriptor version
description: The version of the server descriptor at \"{0}\" is incompatible with the current version of the process server; the expected version is \"{1}\".
fix: Your server descriptor has probably been configured for a previous release.
ORABPEL-00512
severity: 10
type: error
name: Incompatible xpath descriptor version
description: The version of the xpath descriptor at \"{0}\" is incompatible with the current version of the process domain; the expected version is \"{1}\".
fix: Your xpath descriptor has probably been configured for a previous release.
ORABPEL-00513
severity: 10
type: error
name: OraBPEL loader error
description: An error occurred while attempting to initialize the OraBPEL run-time system from file \"{0}\". The exception reported is: \"{1}\".
fix: Please check that the OraBPEL server descriptor file \"{0}\" exists.
ORABPEL-00514
severity: 10
type: error
name: Invalid domain descriptor
description: The file \"{0}\" is not a valid process domain descriptor file. The exception reported is: \"{1}\".
fix: Please make sure that the format of the process domain descriptor file is valid and restart the application server.
ORABPEL-00515
severity: 10
type: error
name: Invalid archive descriptor
description: The file \"{0}\" is not a valid archive descriptor file. The exception reported is: \"{1}\"
fix: Please make sure that the format of the archive descriptor file is valid and restart the application server.
ORABPEL-00516
severity: 10
type: error
name: Invalid xpath descriptor
description: The file \"{0}\" is not a valid xpath function descriptor file. The exception reported is: \"{1}\".
fix: Please make sure that the format of the xpath function descriptor file is valid and restart the application server.
ORABPEL-00517
severity: 10
type: error
name: Invalid Process Descriptor
description: The file \"{0}\" is not a valid process descriptor. The following exception occurred while loading the descriptor: \"{1}\".
fix: Please make sure that the process descriptor has specified all the necessary information in the specified format.
ORABPEL-00518
severity: 10
type: error
name: Error while creating property content handler
description: An error occurred while attempting to instantiate the property content handler class \"{0}\" for property name \"{1}\". The exception reported was: \"{2}\".
fix: Please check the implementation of your property content handler and deploy the class to the server.
ORABPEL-00519
severity: 10
type: error
name: Property content handler class not valid
description: The property content handler class \"{0}\" for property name \"{1}\" does not implement the IPropertyContentHandler interface. All content handlers must implement this interface.
fix: Please ensure that the class \"{0}\" implements the IPropertyContentHandler interface.
ORABPEL-00520
severity: 10
type: error
name: Cannot find property file
description: An error occurred while attempting to find the OraBPEL property file \"{0}\".
fix: Please check that the OraBPEL property file \"{0}\" exists.
ORABPEL-00521
severity: 10
type: error
name: Cannot lookup process object
description: The object bound to the name \"{0}\" has not been defined for the process \"{1} \".
fix: Please ensure that the name \"{0}\" refers to a set of properties in the process descriptor.
ORABPEL-00522
severity: 10
type: error
name: Cannot save suitcase descriptor
description: An attempt to save a suitcase descriptor to the file \"{0}\" has failed. The exception reported is: \"{2}\".
fix: Please ensure that the directory \"{1}\" exists and is writable by the server.
ORABPEL-00523
severity: 10
type: error
name: Missing process attribute
description: The process descriptor file \"{0}\" is missing the attribute \"{1}\". This attribute must contain a value in order for the process to initialize properly.
fix: Please ensure that the process descriptor file \"{0}\" has specified the necessary information in the specified format.
ORABPEL-00524
severity: 10
type: error
name: Process properties not found
description: The process properties \"{0}\" have not been defined for the process \"{1}\".
fix: Please ensure that the process properties \"{0}\" are defined in your process descriptor.
ORABPEL-00525
severity: 10
type: error
name: Missing task template attribute
description: The task template descriptor file \"{0}\" is missing the attribute \"{1}\". This attribute must contain a value in order for the process to initialize properly.
fix: Please ensure that the task template descriptor file \"{0}\" has specified the necessary information in the specified format.
ORABPEL-00526
severity: 10
type: error
name: Task template properties not found
description: The task properties \"{0}\" have not been defined for the task template \"{1} \".
ORABPEL-00527
severity: 5
type: error
name: Invalid task descriptor
description: The descriptor for the task template \"{0}\" is invalid; the exception is {1}
ORABPEL-00528
severity: 10
type: error
name: Cannot backup server descriptor
description: An attempt to backup the descriptor for the OraBPEL server to the file \"{0}\" has failed. The exception reported is: \"{2}\".
fix: Please ensure that the directory \"{1}\" exists and is writable by the server.
ORABPEL-00529
severity: 10
type: error
name: Cannot save server descriptor
description: An attempt to save the descriptor for the OraBPEL server to the file \"{0}\" has failed. The exception reported is: \"{2}\".
fix: Please ensure that the directory \"{1}\" exists and is writable by the server.
ORABPEL-00530
severity: 10
type: error
name: Incompatible message handler descriptor version
description: The version of the message handler descriptor at \"{0}\" is incompatible with the current version of the process domain; the expected version is \"{1}\".
fix: Your message handler descriptor has probably been configured for a previous release.
ORABPEL-00531
severity: 10
type: error
name: Missing message handler property
description: The property \"{0}\" for message handler \"{1}\" cannot be null or empty.
fix: Please check that all the properties defined for the handler \"{1}\" in the \"message-handlers.xml\" configuration file have a value.
ORABPEL-00532
severity: 10
type: error
name: Missing message handler attribute
description: The message handler element \"{0}\" is missing the attribute \"{1}\". This attribute must contain a value in order for the message handler to initialize properly.
fix: Please ensure that the message handler element \"{0}\" has specified the necessary information in the specified format.
ORABPEL-00533
severity: 10
type: error
name: Missing message handler reference
description: The message handler reference \"{1}\" cannot be found in the descriptor file \"{0}\".
ORABPEL-00534
severity: 10
type: error
name: Invalid message handler descriptor
description: The file \"{0}\" does not contain a valid message handler descriptor. The exception reported is: \"{1}\".
fix: Please check the format of the message handler descriptor file and restart the application server.
Comments