BPEL Compiler Exceptions ORABPEL 01000 - 01036
BPEL Compiler Exceptions ORABPEL 01000 - 01036
Compiler Exceptions 01000 - 01036
ORABPEL-01000
severity: 10
type: error
name: Internal compiler error
description: An internal error has occurred while attempting to process the BPEL process file \"{0}\"; the exception is: {1}
ORABPEL-01001
severity: 10
type: error
name: Process descriptor not found
description: The BPEL process descriptor file \"{0}\" cannot be found.
ORABPEL-01002
severity: 10
type: error
name: Domain directory not found
description: The process cannot be deployed to domain \"{0}\" because the domain directory \"{1}\" cannot be found or cannot be written to.
fix: Please check your -deploy option value; \"{0}\" must refer to a domain that has been installed locally on your machine.
ORABPEL-01003
severity: 10
type: error
name: Failed to create build directory
description: Failed to create a build directory for the BPEL archive in \"{0}\"; exception reported is {1}
ORABPEL-01004
severity: 10
type: error
name: Failed to create classes directory
description: Failed to create the classes output directory for the BPEL archive in \"{0}\"; exception reported is {1}
ORABPEL-01005
severity: 10
type: error
name: Failed to compile classes
description: Failed to compile the generated BPEL classes for \"{0}\".
ORABPEL-01006
severity: 10
type: error
name: Missing build directory
description: The build directory for the BPEL process has not been specified.
ORABPEL-01007
severity: 10
type: error
name: Cannot access build directory
description: The build directory \"{0}\" for the BPEL process cannot be found or accessed.
ORABPEL-01008
severity: 10
type: error
name: Failed to include file
description: Failed to include the file \"{0}\" with the BPEL archive due to exception: {1}
fix: Please check that the file \"{0}\" exists and is readable.
<>{ "exception.01009.type", "internal-error" },
ORABPEL-01009
severity: 10
name: Class Not Found
description: Cannot find class {0}
<>{ "exception.01010.type", "internal-error" },
ORABPEL-01010
severity: 10
name: Process Generation Failed
description: {0}
ORABPEL-01011
severity: 10
type: error
name: Invalid Revision Tag
description: The specified revision tag \"{0}\" is invalid. Valid revision tags may contain the following characters: a letter, a digit or any of [\"$\", \"_\", \"-\", \".\"]. And its max length is 50.
ORABPEL-01012
severity: 10
type: error
name: file not found in suitcase
description: File \"{0}\" cannot be found in the current suitcase. File path must to be relative to the project directory.
ORABPEL-01013
severity: 10
type: error
name: BPEL process source not found
description: The \".bpel\" file for BPEL Process \"{0}\" cannot be found in the current directory or the specified sourcepath.
ORABPEL-01014
severity: 10
type: error
name: JBPEL process source not supported
description: JBPEL processes are not supported as of the RC-1 release; JBPEL functionality is now accessible via standard BPEL processes. For more information regarding JBPEL or assistance in porting your JBPEL flows to BPEL, contact \"support@collaxa.com\"
ORABPEL-01015
severity: 10
type: error
name: Multiple operations
description: For synchronous BPEL process, only one operation is supported in this version.
ORABPEL-01016
severity: 10
type: error
name: WSDL source not found
description: The \".wsdl\" file for BPEL Process \"{0}\" cannot be found in the current directory or the specified sourcepath.
ORABPEL-01017
severity: 10
type: error
name: Failed to get WSDL directory
description: Failed to get the directory which contains WSDL file \"{0}\", because \"{1}\". The WSDL file needs to be accessible from the file system.
ORABPEL-01018
severity: 10
type: error
name: Failed to copy file
description: Failed to copy file from \"{0}\" to \"{1}\", because \"{2}\".
ORABPEL-01019
severity: 10
type: error
name: WSDL reference error
description: If not referenced via HTTP, WSDL or XSD can only be referenced in the project directory or the subdirectory of the project directory. The file being imported \"{0}\", is not in project directory \"{1}\" or its subdirectory.
ORABPEL-01020
severity: 10
type: error
name: Failed to parse bpel source
description: Failed to parse bpel source \"{0}\", the error is: {1}
ORABPEL-01021
severity: 10
type: error
name: BPEL validation failed
description: BPEL source validation failed, the errors are: \n {0}.
ORABPEL-01022
severity: 10
type: error
name: BPEL syntax validation failed
description: BPEL syntax validation failed to validate \"{0}\", the error is: {1}
ORABPEL-01023
severity: 0
type: warning
name: BPEL validation has warnings
description: The following warnings were reported during validation: \n {0}
ORABPEL-01024
severity: 10
type: error
name: Cannot find operation in portType
description: The operation \"{0}\" is not found in portType \"{1}\".
fix: Please make sure that operation \"{0}\" exists.
ORABPEL-01025
severity: 10
type: error
name: Cannot find input message
description: The input message of operation \"{0}\" is not found in portType \"{1}\".
fix: Please make sure that \"message=\" is defined for the input of the operation.
ORABPEL-01026
severity: 10
type: error
name: Failed to create bpel validator
description: Failed to create bpel validator using schemas: \"{0}\". Error is \"{1}\".
fix: Please make sure schemas \"{0}\" are valid.
ORABPEL-01027
severity: 10
type: error
name: Cannot find part in message
description: Cannot find part \"{1}\" in messageType \"{0}\". Make sure the assign def is correct.
ORABPEL-01028
severity: 10
type: error
name: Missing propertyAlias
description: Cannot find propertyAlias definition which associates the correlation \"{0}\" of correlationSet \"{1}\" to messageType \"{2}\".
fix: Please define the mentioned propertyAlias in the WSDL file.
ORABPEL-01029
severity: 10
type: error
name: Missing bpel property definition in WSDL
description: Cannot find property definition for \"{0}\" in any of the WSDLs.
fix: Please define the mentioned bpel property in the WSDL file.
ORABPEL-01030
severity: 10
type: error
name: Missing bpel property definition in WSDL
description: Cannot generate debug model file \"{1}\" from input \"{0}\". Because \"{2}\".
ORABPEL-01031
severity: 10
type: error
name: WSDL generator cannot handle the number portTypes
description: WSDLGenerator cannot support \"{0}\"
ORABPEL-01032
severity: 10
type: error
name: Invalid process identifier
description: The specified process id \"{0}\" is invalid. Valid process identifiers may start with a letter, a \"$\" or \"_\" character; process characters (other than the first character) include a letter, a digit, a \"$\", a \"_\" or \"-\" character. And the max length is 100.
fix: Please make sure that the process identifier specified in the deployment descriptor conforms to the specified format.
ORABPEL-01033
severity: 10
type: error
name: deployment descriptor format error
description: Error when parsing the deployment descriptor \"{0}\", because \"{1}\"
fix: Fix the deployment descriptor
ORABPEL-01034
severity: 10
type: error
name: deployment descriptor validation error
description: Deployment descriptor is invalid. The errors are: {0}
fix: Please make the suggested fixes and recompile the BPEL project.
ORABPEL-01035
severity: 10
type: error
name: deployment descriptor validation warning
description: Validation of deployment descriptor genereated warnings: {0}
ORABPEL-01036
severity: 10
type: error
name: Cannot compute process guid
description: Failed to compute process guid using suitcase contents \"{0}\"; exception is: {1}
Compiler Exceptions 01000 - 01036
ORABPEL-01000
severity: 10
type: error
name: Internal compiler error
description: An internal error has occurred while attempting to process the BPEL process file \"{0}\"; the exception is: {1}
ORABPEL-01001
severity: 10
type: error
name: Process descriptor not found
description: The BPEL process descriptor file \"{0}\" cannot be found.
ORABPEL-01002
severity: 10
type: error
name: Domain directory not found
description: The process cannot be deployed to domain \"{0}\" because the domain directory \"{1}\" cannot be found or cannot be written to.
fix: Please check your -deploy option value; \"{0}\" must refer to a domain that has been installed locally on your machine.
ORABPEL-01003
severity: 10
type: error
name: Failed to create build directory
description: Failed to create a build directory for the BPEL archive in \"{0}\"; exception reported is {1}
ORABPEL-01004
severity: 10
type: error
name: Failed to create classes directory
description: Failed to create the classes output directory for the BPEL archive in \"{0}\"; exception reported is {1}
ORABPEL-01005
severity: 10
type: error
name: Failed to compile classes
description: Failed to compile the generated BPEL classes for \"{0}\".
ORABPEL-01006
severity: 10
type: error
name: Missing build directory
description: The build directory for the BPEL process has not been specified.
ORABPEL-01007
severity: 10
type: error
name: Cannot access build directory
description: The build directory \"{0}\" for the BPEL process cannot be found or accessed.
ORABPEL-01008
severity: 10
type: error
name: Failed to include file
description: Failed to include the file \"{0}\" with the BPEL archive due to exception: {1}
fix: Please check that the file \"{0}\" exists and is readable.
<>{ "exception.01009.type", "internal-error" },
ORABPEL-01009
severity: 10
name: Class Not Found
description: Cannot find class {0}
<>{ "exception.01010.type", "internal-error" },
ORABPEL-01010
severity: 10
name: Process Generation Failed
description: {0}
ORABPEL-01011
severity: 10
type: error
name: Invalid Revision Tag
description: The specified revision tag \"{0}\" is invalid. Valid revision tags may contain the following characters: a letter, a digit or any of [\"$\", \"_\", \"-\", \".\"]. And its max length is 50.
ORABPEL-01012
severity: 10
type: error
name: file not found in suitcase
description: File \"{0}\" cannot be found in the current suitcase. File path must to be relative to the project directory.
ORABPEL-01013
severity: 10
type: error
name: BPEL process source not found
description: The \".bpel\" file for BPEL Process \"{0}\" cannot be found in the current directory or the specified sourcepath.
ORABPEL-01014
severity: 10
type: error
name: JBPEL process source not supported
description: JBPEL processes are not supported as of the RC-1 release; JBPEL functionality is now accessible via standard BPEL processes. For more information regarding JBPEL or assistance in porting your JBPEL flows to BPEL, contact \"support@collaxa.com\"
ORABPEL-01015
severity: 10
type: error
name: Multiple operations
description: For synchronous BPEL process, only one operation is supported in this version.
ORABPEL-01016
severity: 10
type: error
name: WSDL source not found
description: The \".wsdl\" file for BPEL Process \"{0}\" cannot be found in the current directory or the specified sourcepath.
ORABPEL-01017
severity: 10
type: error
name: Failed to get WSDL directory
description: Failed to get the directory which contains WSDL file \"{0}\", because \"{1}\". The WSDL file needs to be accessible from the file system.
ORABPEL-01018
severity: 10
type: error
name: Failed to copy file
description: Failed to copy file from \"{0}\" to \"{1}\", because \"{2}\".
ORABPEL-01019
severity: 10
type: error
name: WSDL reference error
description: If not referenced via HTTP, WSDL or XSD can only be referenced in the project directory or the subdirectory of the project directory. The file being imported \"{0}\", is not in project directory \"{1}\" or its subdirectory.
ORABPEL-01020
severity: 10
type: error
name: Failed to parse bpel source
description: Failed to parse bpel source \"{0}\", the error is: {1}
ORABPEL-01021
severity: 10
type: error
name: BPEL validation failed
description: BPEL source validation failed, the errors are: \n {0}.
ORABPEL-01022
severity: 10
type: error
name: BPEL syntax validation failed
description: BPEL syntax validation failed to validate \"{0}\", the error is: {1}
ORABPEL-01023
severity: 0
type: warning
name: BPEL validation has warnings
description: The following warnings were reported during validation: \n {0}
ORABPEL-01024
severity: 10
type: error
name: Cannot find operation in portType
description: The operation \"{0}\" is not found in portType \"{1}\".
fix: Please make sure that operation \"{0}\" exists.
ORABPEL-01025
severity: 10
type: error
name: Cannot find input message
description: The input message of operation \"{0}\" is not found in portType \"{1}\".
fix: Please make sure that \"message=\" is defined for the input of the operation.
ORABPEL-01026
severity: 10
type: error
name: Failed to create bpel validator
description: Failed to create bpel validator using schemas: \"{0}\". Error is \"{1}\".
fix: Please make sure schemas \"{0}\" are valid.
ORABPEL-01027
severity: 10
type: error
name: Cannot find part in message
description: Cannot find part \"{1}\" in messageType \"{0}\". Make sure the assign def is correct.
ORABPEL-01028
severity: 10
type: error
name: Missing propertyAlias
description: Cannot find propertyAlias definition which associates the correlation \"{0}\" of correlationSet \"{1}\" to messageType \"{2}\".
fix: Please define the mentioned propertyAlias in the WSDL file.
ORABPEL-01029
severity: 10
type: error
name: Missing bpel property definition in WSDL
description: Cannot find property definition for \"{0}\" in any of the WSDLs.
fix: Please define the mentioned bpel property in the WSDL file.
ORABPEL-01030
severity: 10
type: error
name: Missing bpel property definition in WSDL
description: Cannot generate debug model file \"{1}\" from input \"{0}\". Because \"{2}\".
ORABPEL-01031
severity: 10
type: error
name: WSDL generator cannot handle the number portTypes
description: WSDLGenerator cannot support \"{0}\"
ORABPEL-01032
severity: 10
type: error
name: Invalid process identifier
description: The specified process id \"{0}\" is invalid. Valid process identifiers may start with a letter, a \"$\" or \"_\" character; process characters (other than the first character) include a letter, a digit, a \"$\", a \"_\" or \"-\" character. And the max length is 100.
fix: Please make sure that the process identifier specified in the deployment descriptor conforms to the specified format.
ORABPEL-01033
severity: 10
type: error
name: deployment descriptor format error
description: Error when parsing the deployment descriptor \"{0}\", because \"{1}\"
fix: Fix the deployment descriptor
ORABPEL-01034
severity: 10
type: error
name: deployment descriptor validation error
description: Deployment descriptor is invalid. The errors are: {0}
fix: Please make the suggested fixes and recompile the BPEL project.
ORABPEL-01035
severity: 10
type: error
name: deployment descriptor validation warning
description: Validation of deployment descriptor genereated warnings: {0}
ORABPEL-01036
severity: 10
type: error
name: Cannot compute process guid
description: Failed to compute process guid using suitcase contents \"{0}\"; exception is: {1}
Comments