Oracle Dynamic Services User's and Administrator's Guide
Release 9.0.1

Part Number A88783-01
Go To Documentation Library
Home
Go To Product List
Book List
Go To Table Of Contents
Contents
Go To Index
Index

Master Index

Feedback

Go to previous page Go to next page

E
Error Messages

The following sections describe the error messages of Oracle Dynamic Services.

E.1 Execution Engine Errors

The following errors are associated with execution engine exceptions:


DS-010, Not connected

Cause: A DSConnection object attempts to make any call before the connection is established.

Action: Make sure the connection has been established for the DSConnection object.


DS-011, Already connected

Cause: A DSConnection object attempts to establish a connection after the connection is established.

Action: Make sure that the DSConnection object does not establish a connection again.


DS-020, No privilege has been granted to set DS property

Cause: A service consumer application attempts to modify Dynamic Services properties without the required privilege.

Action: Connect as DSSYS to modify a Dynamic Services property.


DS-021, No {0} property entry is found from DS property

Cause: The requested Dynamic Services property is not found.

Action: Make sure the name of the property is correct, including the case. If the name of the property is correct, contact Oracle Customer Support Services.


DS-029, Unknown error in processing DS properties

Cause: Unknown error occurred during the processing of Dynamic Services properties.

Action: Contact Oracle Customer Support Services.


DS-099, Internal Exception

Cause: An unexpected runtime exception occurred during service execution.

Action: Contact Oracle Customer Support Services.

E.2 Communication Errors


DS-101, Communication Message not valid because missing header {1}

Cause: A mandatory header of a message is missing.

Action: Contact Oracle Customer Support Services.


DS-102, Communication Message not valid because there is no XML message while being validated

Cause: The payload of a message is missing during validation.

Action: Populate the payload of the message.


DS-103, Communication Message not valid due to failure of XML parsing while being validated

Cause: The payload of a message is not well-formed XML.

Action: Correct the payload of a message so that it is well-formed.


DS-104, Communication Message not valid due to IO failed while reading from reader

Cause: Input/output related error occurred in writing the payload to a message from the designated Reader.

Action: Resolve the hardware or software failure that causes the error.


DS-105, Communication Message not valid due to IO failed while writing to writer

Cause: Input/output related error occurred in writing the payload to the designated Writer from a message.

Action: Resolve the hardware or software failure that causes the error.


DS-106, Communication Message not valid due to JMS error while reading from JMS TextMessage

Cause: Some error related to Java Messaging Service (JMS) occurred in deserializing a message from the message queue.

Action: Make sure the message queue and the associated hardware/software are functioning.


DS-107, Communication Message does not have xpath {0}

Cause: The supplied XPath, used to access a message, is not valid.

Action: Contact Oracle Customer Support Services.


DS-108, Communication Message not valid due to failure of XSLT transformation while reading message

Cause: An XSLT or XPath related error happened in processing a message.

Action: Contact Oracle Customer Support Services.


DS-109, Communication Message not valid because {0} is not of type of {1} message

Cause: The message is of unrecognized type.

Action: Contact Oracle Customer Support Services.


DS-121, Event Message not valid since it is not of type of Event message

Cause: An event message is invalid.

Action: Contact Oracle Customer Support Services.


DS-122, Event Message not valid due to JMS error while reading from JMS TextMessage

Cause: Some error related to Java Messaging Service (JMS) occurred in deserializing an event from the event message queue.

Action: Make sure the event message queue and the associated hardware/software are functioning.


DS-123, Event Message not valid due to failure of XML parsing while reading from reader

Cause: The payload of an event, generated by the service execution engine, is not well-formed XML unexpectedly.

Action: Contact Oracle Customer Support Services.


DS-132, Initialization failed due to authentication error

Cause: Invalid service consumer application credential is supplied in an attempt to connect to Dynamic Services engine.

Action: Supply a valid credential, such as a valid name and password combination. Contact your service administrator, if necessary.


DS-137, {0} failed to load due to AQ/JMS error in initializing {1}

Cause: The named module initialization failed due to failure in initializing the named queue.

Action: Make sure the installation and configuration of the named queue is correct.


DS-154, DSE Executing failed trying to decrement null Request ID

Cause: The Request ID in a response message is unexpectedly null.

Action: Contact Oracle Customer Support Services.


DS-155, DSE Execution failed with inconsistent Request Count: {0}

Cause: Request count integrity is violated in an asynchronous DSDriver.

Action: Contact Oracle Customer Support Services.


DS-156, DSE Execution failed with null request synch type

Cause: The synchronous type is unexpectedly null in a message sent through an asynchronous channel.

Action: Contact Oracle Customer Support Services.


DS-161, Publishing event failed due to IO error

Cause: An input/output related error occurred in publishing an event.

Action: Make sure the associated hardware/software are functioning.


DS162, Publishing event failed due to AQ error

Cause: An error related to the message queue occurred in publishing an event.

Action: Make sure the message queue and the associated hardware/software are functioning.


DS-181, Monitor (connect or startup) failed

Cause: Unexpected error occurred in event monitor daemon initialization.

Action: Make sure the event support installation and configuration is correct.

E.3 DS Registry Errors


DS-201, Unable to communicate with registry

Cause: The user is unable to communicate with the registry. The inability to communicate with the registry might be a result of many factors, such as network partitioning, hardware or interface problems, failures on either the client or server side.

Action: Retry the call that causes the exception. If the problem persists, contact your system administrators.


DS-206, Unable to service the request

Cause: The registry is not able to service the request. It might be unavailable for different reasons. For example, the server might be too busy to service the request, the server is running out of memory, and so forth.

Action: Retry the call that causes the exception.


DS-211, Unsupported Operation

Cause: The operation is not supported by the current release.

Action: Contact Oracle Customer Support Services for the workaround or the availability of the feature.


DS-219, Category {0} is not empty

Cause: An attempt was made to remove a service category that contains subcategories or services.

Action: Remove all services and sub-categories under the category before re-attempting to remove the category.


DS-221, Unauthorized service consumer. login denied.

Cause: Login to the registry is denied because of improper credential.

Action: Make sure the credential is correct. If the credential is correct, contact the service administrator.


DS-222, Insufficient privileges

Cause: The service consumer application attempted to perform an administrative operation without the required privilege.

Action: Ask the service administrator to perform the administrative operation.


DS-223, Service privilege {0} is not granted to user {1}

Cause: The service consumer application does not have the service privilege for the named service.

Action: Ask the service administrator to grant the required service privilege to the service consumer application.


DS-224, Administrative privilege is not granted to user {0}

Cause: An attempt was made to revoke the administrative privilege of the service consumer application. However, the service consumer application does not have the administrative privilege.

Action: Do not revoke the administrative privilege.


DS-231, Service {0} does not exist

Cause: An attempt was made to access a service that does not exist.

Action: Contact the service administrator to make sure that the service does exist and the required service privilege is granted.


DS-232, Category {0} does not exist

Cause: An attempt was made to access a category that does not exist.

Action: Contact the service administrator to make sure that the category does exist.


DS-233, Property {0} does not exist

Cause: An attempt was made to access a property that does not exist.

Action: Contact the service administrator to make sure that the property does exist for the connected service consumer application.


DS-234, User {0} does not exist

Cause: An attempt was made to access a service consumer application that does not exist.

Action: Contact the service administrator to make sure that the service consumer application does exist.


DS-235, Engine {0} has not been registered

Cause: An attempt was made to access the metadata of an engine instance that has not been registered.

Action: Contact the service administrator to make sure that the engine instance is registered.


DS-236, Document {0} does not exist

Cause: An attempt was made to access a document that does not exist. Examples of documents include input schema, output schema, input renderers, and output renderers.

Action: Contact the service administrator to make sure that the requested document does exist.


DS-237, Binary {0} does not exist

Cause: An attempt was made to access a binary file that does not exist. Examples include .jar file that contains specific resources or custom adaptors.

Action: Contact the service administrator to make sure that the requested binary does exist.


DS-238, Category for service {0} does not exist

Cause: During service registration, the category specified in the service descriptor does not exist in the registry.

Action: Create the required category before registering the service.


DS-251, Service {0} exists

Cause: The service to be registered already exists.

Action: If the intention is to replace the existing service, perform reregister. Otherwise, no action needs to be taken since the service already exists.


DS-252, Category {0} exists

Cause: The category to be added already exists.

Action: No action needs to be taken since the category already exists.


DS-253, Property {0} exists

Cause: The property to be added already exists.

Action: If the intention is to replace the existing property, remove the existing property before adding the property. Otherwise, no action needs to be taken since the property already exists.


DS-254, User {0} exists

Cause: The service consumer application to be added already exists.

Action: No action needs to be taken since the service consumer application already exists.


DS-255, Engine has been registered

Cause: The engine instance to be registered already exists.

Action: If the intention is to update the metadata of the engine instance, unregister the current engine instance before registering it again. Otherwise, no action needs to be taken since the engine instance has been registered.


DS-261, Invalid XML document {0}

Cause: The named XML document, typically part of a service package, is not valid.

Action: Make sure the named XML document is XML well-formed and valid.


DS-262, Invalid service package - error in accessing component {0}

Cause: An error occurred in accessing the named component of a service package. It is typically a file in a service package.

Action: Make sure the component does exist and is accessible. If the service package is a file-based service package, make sure the path is correct.


DS-263, Invalid service package - component {0} is missing its key {1}

Cause: The required element (or attribute) which serves as a key of the component is missing.

Action: Make sure the component does contain the required element (or attribute).


DS-266, Invalid or null category string {0} - syntax error

Cause: The category supplied is null or syntactically invalid.

Action: Make sure the category string is non-null and follows LDAP DN syntax.


DS-267, Invalid classification scheme constant {0}

Cause: An invalid classification scheme constant was used in conducting a search of services.

Action: Make sure the constant being used is one of those defined in the Java interface oracle.ds.registry.DSClassificationConstants.


DS-268, Invalid or null keyword string {0} - syntax error

Cause: The keyword supplied is null.

Action: Make sure the keyword string is non-null.


DS-269, Invalid or null interface string {0} - syntax error

Cause: The interface name supplied is null.

Action: Make sure the interface name string is non-null.


DS-275, Invalid engine metadata - object: {0}

Cause: The engine instance metadata supplied is null or invalid.

Action: Make sure the supplied metadata is non-null and is valid.


DS-279, Invalid object - object: {0} ; reason: {1}

Cause: The object being accessed is invalid for some unexpected reason.

Action: Contact Oracle Customer Support Services.


DS-291, Internal Error (misconfiguration) - parameter: {0}; required class type (if applicable): {1}

Cause: An unexpected mis-configuration occurred.

Action: Make sure the installation is successful. If the installation is successful and you still get this error, contact Oracle Customer Support Services.


DS-292, Internal Error (DSRegistryProvider sanity check failure) - provider class: {0}; sanity test method: {1}

Cause: An unexpected mis-configuration occurred.

Action: Contact Oracle Customer Support Services.


DS-293, Internal Error (initializing internal resources) - resource name (if known): {0}

Cause: An unexpected mis-configuration occurred.

Action: Make sure the installation is successful. If the installation is successful and you still get this error, contact Oracle Customer Support Services.


DS-294, Internal Error (unexpected null object) - object: {0}

Cause: An unexpected internal error occurred.

Action: Contact Oracle Customer Support Services.


DS-295, Internal Error (registry integrity violation) - related object: {0}

Cause: The integrity of the registry is compromised, possibly because of external intervention to the registry.

Action: Use a backup of the registry, if available. Otherwise, contact Oracle Customer Support Services.


DS-296, Internal Error (mismatch in size of write) - expected: {0} bytes; actual: {1} bytes

Cause: An unexpected internal error occurred.

Action: Contact Oracle Customer Support Services.


DS-299, Internal Error (others) - {0}

Cause: An unexpected internal error occurred.

Action: Contact Oracle Customer Support Services.

E.4 DS Engine Errors


DS-302, Invalid Request: Cannot process the request because invalid {0}

Cause: The request message sent from a service consumer application is invalid. The execution engine cannot process it.

Action: Make sure the service consumer application generates a valid request message.


DS-303, Invalid Raw Response: Cannot process the service provider raw response of type {0}

Cause: The raw response returned by the protocol adaptor is not supported by the output adaptor used.

Action: Modify and re-register the service package to use an output adaptor that supports the type of raw response returned by the protocol adaptor.


DS-304, Invalid Response: Cannot process the response of type {0}

Cause: An error occurred in processing the named response.

Action: Make sure the named response is a well-formed XML document.


DS-305, Empty Response: The service produced an empty response

Cause: The response produced is an empty one. It means that the response contains one and only one XML element and the element is an empty element without an attribute.

Action: Modify the parameters of the appropriate adaptor in the service package so that the service does not return an empty XML element only. Re-register the service package after the modification. The adaptor is typically an execution adaptor or an output adaptor.


DS-306, Invalid Session: The supplied session ID {0} is expired or invalid

Cause: The DS session ID supplied in executing a service is invalid or expired.

Action: Make sure the DS session ID is valid. Obtain a new session, if necessary.


DS-310, Invalid Adaptor: Cannot load adaptor {0}

Cause: The named adaptor cannot be loaded for any reason. A typical cause is that there is a typo in the adaptor name in the service package.

Action: Refer to the underlying exception for actions.


DS-311, Invalid Adaptor Parameter: Cannot process adaptor parameters: {0}

Cause: The adaptor parameter is invalid either during service registration or service execution.

Action: If the error occurs during service registration, check the syntax used of the adaptor parameter in the service package. If the error occurs during service execution, make sure all the other runtime requirements such as alias resolution have been satisfied.


DS-312, Invalid Alias: Required alias {0} could not be resolved

Cause: The named alias specified in the adaptor parameter is missing in the ALIASES declaration in the service package.

Action: Make sure the named alias is defined with a proper value (a proper XPath, string constant, and so forth) in the service package. Re-register the service package if any modification is made.


DS-320, Invalid XML document: {0}

Cause: The named XML document used by an adaptor is invalid.

Action: Make sure the XML document supplied is valid.


DS-321, Invalid XSL document: {0}

Cause: The named XSLT document used by an adaptor is invalid.

Action: Make sure the XSLT document supplied is valid.


DS-322, Missing Protocol Adaptor

Cause: A protocol adaptor is required in a service.

Action: Add a protocol adaptor to the service package and re-register the service package. If you believe a protocol adaptor is not required, contact the support responsible for the execution adaptor being used regarding the requirement on protocol adaptor.


DS-323, Invalid protocol {0}

Cause: The named protocol is not supported by the module.

Action: If there is an error in the name of the protocol, correct it. Otherwise, contact Oracle Customer Support Services.


DS-325, HTML Parsing errors: {0}

Cause: An error occurred in HTML parsing. This error should only occur in development tools.

Action: Make sure the HTML specified is valid.


DS-326, Element with tag {0} cannot be nested into each other, position {1}

Cause: An error occurred in HTML parsing. This error should only occur in development tools.

Action: Make sure the HTML specified is valid.


DS-327, Encountered element with tag {0} outside of a {1} tag at position {2}

Cause: An error occurred in HTML parsing. This error should only occur in development tools.

Action: Make sure the HTML specified is valid.


DS-330, Error occurred processing XSQL request: {0}

Cause: An error occurred in processing the XSQL request in DSJDBCProtocolAdaptor.

Action: Check the adaptor parameter in the service package and make sure the XSQL request is valid.


DS-331, Error opening SQL connection. Zero or more connection definitions supplied, or invalid connection parameters: {0}

Cause: An error occurred in opening a JDBC connection in DSJDBCProtocolAdaptor.

Action: Make sure the adaptor parameter in the service package contains connection elements with valid parameters, and the connection attribute of the page element refers to a valid connection.


DS-332, Error closing SQL connection: {0}

Cause: An error occurred in closing the JDBC connection in DSJDBCProtocolAdaptor.

Action: Refer to the underlying SQL exception for actions.


DS-333, Error trying to open a connection with name {0}. Another connection with the same name has been found in the session, but its JDBC connection string does not match

Cause: When a service is executed in a DS session, an attempt was made to re-use an existing JDBC connection. However, the JDBC connection refers to a different database/schema.

Action: Make sure all the JDBC-based services executed in a DS session do not declare connections with the same name but different connection string.


DS-340, Error during HTTP/S connection: {0}

Cause: An HTTP transport error occurred with the named HTTP error code in DSHTTPProtocolAdaptor.

Action: Refer to the HTTP error code for resolution.


DS-341, Unsupported HTTP/S status code: {0}

Cause: The named HTTP status code is not supported by DSHTTPProtocolAdaptor.

Action: Make sure the status code is not caused by errors in the service package or the service request. Contact Oracle Customer Support Services, if necessary.


DS-342, HTTP/S reported a fatal error with status code: {0}

Cause: An HTTP error (with status code 4XX and 5XX) was reported by the HTTP server.

Action: Refer to the underlying status code for further action. The error can also happen because of errors in the service to be executed, such as missing HTTP parameters.


DS-343, Cannot follow redirect as no Location tag has been supplied

Cause: DSHTTPProtocolAdaptor cannot follow a redirect command because the Location header is missing from the HTTP response.

Action: Contact the administrator of the HTTP server.


DS-344, Invalid HTTP/S Cookie supplied. The cookie has the wrong syntax or wrong parameters

Cause: DSHTTPProtocolAdaptor encounters an invalid cookie.

Action: Contact the administrator of the HTTP server.


DS-350, Error opening connection to SMTP host: {0}

Cause: An error occurred in establishing an SMTP connection to the named host in DSSMTPProtocolAdaptor.

Action: Make sure the host name and the port number are valid. If they are correct, contact system administrators to resolve any network, hardware, or software issues.


DS-351, Error closing connection to SMTP host: {0}

Cause: An error occurred in closing an SMTP connection to the named host in DSSMTPProtocolAdaptor.

Action: Contact the administrator of the SMTP server.


DS-352, Error sending message: {0}

Cause: An error occurred in sending the message to the SMTP server.

Action: Make sure the message is correctly formatted. If necessary, contact system administrators.


DS-353, SMTP reported fatal error with code: {0}

Cause: An SMTP error (with status code 4XX and 5XX) was reported by the SMTP server.

Action: Refer to the underlying status code for further action. The error can also happen because of errors in the service to be executed, such as missing SMTP headers, invalid email address in From header, and so forth.


DS-354, SMTP invalid mail parameter, missing {0} element

Cause: DSSMTPProtocolAdaptor reported that the named header is missing from the email to be sent.

Action: Make sure the named header is present in the adaptor parameter in the service package.


DS-360, Operation {0} on files not supported

Cause: The named operation is not supported by DSFILEProtocolAdaptor.

Action: Correct the operation to be used in the adaptor parameter in the service package.


DS-361, IOException occurred during a file operation: {0}

Cause: An Input/output related error occurred in accessing a file with the named operation.

Action: Make sure the named operation can be done on the file.


DS-380, One or more dependent services failed during execution: {0}

Cause: One or more dependent services in a compound service, executed by DSCompoundServiceExecutionAdaptor, failed.

Action: Refer to the underlying exception for actions.


DS-383, The module ID {0} has already been defined

Cause: Multiple modules are defined with the same unique identifier incorrectly. The error is specific to DSCompoundServiceExecutionAdaptor.

Action: Find all the modules that share the same IDs in the adaptor parameter of the service package and specify different IDs for each of the modules. Re-register the modified service package.


DS-384, A module has been specified with a supplied ID or its associated class

Cause: A module is either missing the ID or the implementation class. The error is specific to DSCompoundServiceExecutionAdaptor.

Action: Fill in the missing ID or class in the Module element in the adaptor parameter of the service package. Re-register the modified service package.


DS-385, The number of rows in the execution flow matrix, {0}, does not match the number of modules defined, {1}

Cause: The Graph element in the service package, which defines the connectivity of the modules, does not map to the module declaration. The error is specific to DSCompoundServiceExecutionAdaptor.

Action: Change the Graph element or the Module elements in the adaptor parameter of the service package so that each row in the graph maps to a module. Re-register the service package.


DS-386, A row in the execution flow matrix does not specify the associated module name

Cause: The name attribute of a row element in a Graph element in the service package is missing or empty. The error is specific to DSCompoundServiceExecutionAdaptor.

Action: Find the row element and fill in the name attribute. Re-register the modified service package.


DS-387, The number of columns in the execution flow matrix, {0}, does not match the number of rows {1}

Cause: The Graph element in the service package, which defines the connectivity of the modules, does not map to the module declaration. The error is specific to DSCompoundServiceExecutionAdaptor.

Action: Change the Graph element or the Module elements in the adaptor parameter of the service package so that each column in the graph maps to a module. Re-register the modified service package.


DS-388, The execution flow matrix does not have an empty row. Such a row is necessary to identify the starting modules.

Cause: In the Graph element in the service package, there is no starting row (indicated by 0 in all column elements). Such a row is required to indicate the first module to be invoked. The error is specific to DSCompoundServiceExecutionAdaptor.

Action: Correct the Graph element so that one row is set to be a starting row: all of its column elements are 0. Re-register the modified service package.


DS-389, Module with ID {0} is not a DSEventListener

Cause: The implementation class of the named module does not implement the required DSEventListener interface. The error is specific to DSCompoundServiceExecutionAdaptor.

Action: Check the name of the implementation class of the module in the service package. Make sure the name is one of the modules defined in the User's and Administrator's Guide. Re-register the modified service package.


DS-390, Execution flow terminated with more than one message

Cause: More than one message was generated by the last module in a compound service execution flow. The error is specific to DSCompoundServiceExecutionAdaptor.

Action: Check the last module being executed and change it so that it does not generate multiple messages. For example, a ServiceExecution module should only be used with executeSingleRequest option. Re-register the modified service package.


DS-391, Module with ID {0} does not have a corresponding row in the execution flow matrix

Cause: The Graph element in the service package, which defines the connectivity of the modules, does not map to the module declaration. The error is specific to DSCompoundServiceExecutionAdaptor.

Action: Change the Graph element or the Module elements in the adaptor parameter of the service package so that each module maps to a row in the graph. Re-register the modified service package.


DS-392, Module with ID {0} could not clone a message {1}

Cause: Unexpected exception occurred in cloning a message. The error is specific to DSCompoundServiceExecutionAdaptor.

Action: Refer to the underlying exception to resolve the problem causing the error.


DS-393, The execution flow matrix contains more than one empty column. Only one empty column is necessary to identify the ending module.

Cause: In the Graph element in the service package, there are multiple modules identified as the ending module, indicated by multiple empty columns. The error is specific to DSCompoundServiceExecutionAdaptor.

Action: Correct the Graph element so that one and only one module is the ending module: one and only one column has all its values to be 0. Re-register the modified service package.


DS-395, FailOverExecution Adaptor cannot find the service to be executed with priority

Cause: An entry in the adaptor parameter of a failover service is either missing the priority or the service ID.

Action: Correct the entry so that it has both the priority and the service ID. Re-register the modified service package.


DS-396, FailOver Execution Adaptor Warning: Execution of service {0} failed ({1})

Cause: It is an indication that the named service execution fails. The failover service will attempt to execute a backup service.

Action: Service administrators should try to resolve the problem by referring to the underlying exception.


DS-397, Execution of FailOver service failed as none of the services successfully completed

Cause: A failover service execution failed because all of the backup services to be executed fail.

Action: Resolve any problems that cause the execution of the backup services to fail.


DS-398, An internal error occurred during response caching {0}

Cause: An internal error occurred in processing the Dynamic Services response cache.

Action: Refer to the underlying exception for actions.


DS-399, An internal error occurred in the execution engine {0}

Cause: An unexpected internal error occurred in service execution.

Action: Contact Oracle Customer Support Services.

E.5 DS Driver Errors


DS-401, A transport protocol error occurred for {0}. Error code: {1}

Cause: An error occurred in the transport layer between a service consumer application and a service engine. The error code, if available, is the transport-specific error code.

Action: Correct the underlying transport layer error. Contact the relevant administrator, if necessary.


DS-402, The received message has an invalid content type: {0}

Cause: The content type of the message returned by the transport layer is incorrect.

Action: Contact the service administrator.


DS-403, The received message has no transport session information

Cause: Session information is missing in the transport layer.

Action: Contact the service administrator.

E.6 DS Compound Execution Adaptor Module Errors


DS-501, Module {0} ({1}): Invalid or missing XSLT in the module parameters

Cause: The XSLT element of the named module is missing or invalid.

Action: Make sure the named module in the compound service execution adaptor parameter has a valid XSLT element.


DS-502, Module {0} ({1}): Module received {2} messages. Too many messages received

Cause: The named module receives more messages than it is designed to handle.

Action: Check the GRAPH element in the compound service execution adaptor parameter. Make sure the named module receives the correct number of messages.


DS-503, Module {0} ({1}): Module received zero or null message

Cause: The named module receives no or null message.

Action: Check the GRAPH element in the compound service execution adaptor parameter. Make sure the named module receives the correct number of messages.


DS-504, Module {0} ({1}): No message has been found at index {2}

Cause: The named module expects to receive a message with the named index out of an array of messages.

Action: Check the GRAPH element in the compound service execution adaptor parameter. Make sure the module that produces messages to the named module does create an message at the named index.


DS-505, Module {0} ({1}): XSL error applying stylesheet: {2}

Cause: The named module encounters XSLT error in applying the named XSLT stylesheet.

Action: Make sure the named XSLT stylesheet is correct with respect to the input source.


DS-508, Module {0} ({1}): Execution of service {2}, failed: {3}

Cause: The service execution of the named module fails.

Action: Check the nested exception for resolution.


DS-509, Module {0} ({1}): Internal Exception occurred: {2}

Cause: Unexpected exception occurred in the named module.

Action: Contact Oracle Customer Support Services.


DS-510, Module {0} ({1}): After applying the single transformation, the resulting message does not contain sectioning tags such as "{2}">"

Cause: The resulting XML of the named message splitter module does not contain the required sectioning tags.

Action: Check the single XSLT stylesheet used in the message splitter module and make sure the XML document generated is compliant to the specification required by single transformation in a MessageSplitter.


DS-511, Module {0} ({1}): The module {2} cannot accept more than one dependency (e.g. more than one non-null column in its row in the execution flow matrix.)

Cause: The named module cannot depend on more than one other module.

Action: Check the GRAPH element in the compound service execution adaptor parameter. Make sure the named module depends on one and only one other module.


Go to previous page Go to next page
Oracle
Copyright © 1996-2001, Oracle Corporation.

All Rights Reserved.
Go To Documentation Library
Home
Go To Product List
Book List
Go To Table Of Contents
Contents
Go To Index
Index

Master Index

Feedback