Oracle® Fusion Middleware Messages for Oracle Service Bus
11g Release 1 (11.1.1.5.0)

E15034-03

Back to Index Page


OSB Kernel Subsystem Messages

The OSB Kernel catalog contains messages in the range BEA382000 - BEA382499. Messages in this catalog are part of the com.bea.wli.sb.messages Internationalization package and the com.bea.wli.sb.messages Localization package.

BEA-382000

Error: General runtime error: message

Description

A general runtime error has occurred in OSB pipeline runtime while processing the message. There should be a specific message that describes specific cause of the problem

Action

Contact technical support

BEA-382001

Error: Context variable names must be non-null and have non-zero length

Description

A runtime error has occurred in OSB pipeline runtime while processing the message. Message context variable names must be non-null and have non-zero length

Action

Check your pipeline configuration to make sure all variable names are properly configured and have non-zero length

BEA-382002

Error: Router runtime cache has not been initialized on this node!

Description

An unexpected error has occurred in during the initialization of OSB pipeline runtime while processing the request message for specified proxy service.

Action

Contact technical support

BEA-382003

Error: Unknown error while processing message for service service

Description

An error has occurred in OSB pipeline runtime while processing the request message for specified proxy service. There should be a specific message that describes specific cause of the problem

Action

Contact technical support

BEA-382004

Error: Failed to process request message for service serviceName: t

Description

An error has occurred in OSB pipeline runtime while processing the request message for specified proxy service. There should be a specific message that describes specific cause of the problem

Action

Contact technical support

BEA-382005

Error: Failed to process response message for service serviceName: t

Description

An error has occurred in OSB pipeline runtime while processing the response message for specified proxy service. There should be a specific message that describes specific cause of the problem

Action

Contact technical support

BEA-382006

Error: No object is registered for ref 'ref'

Description

An error has occurred in OSB pipeline runtime while processing the response message for specified proxy service due to an attempt to look up an object in Java object repository with the specified reference. This may have occurred to due a previously executed pipeline action that deleted the object with the corresponding reference.

Action

Check the pipeline message flow configuration to make sure there is no pipeline action that deletes the object with the specified reference that executes prior to this error

BEA-382007

Error: Failed to start timer timerName: t

Description

There was an unexpected error while collecting statistics in OSB pipeline runtime during the processing of a message. There should be a specific message that describes specific cause of the problem

Action

Contact technical support

BEA-382008

Error: Failed to lookup counter counterName

Description

There was an unexpected error while collecting statistics in OSB pipeline runtime during the processing of a message. There should be a specific message that describes specific cause of the problem

Action

Contact technical support

BEA-382009

Error: Failed to increment counter counterName: t

Description

There was an unexpected error while collecting statistics in OSB pipeline runtime during the processing of a message. There should be a specific message that describes specific cause of the problem

Action

Contact technical support

BEA-382010

Error: Failed to stop timer timerName: t

Description

There was an unexpected error while collecting statistics in OSB pipeline runtime during the processing of a message. There should be a specific message that describes specific cause of the problem

Action

Contact technical support

BEA-382011

Debug: serviceName: Non-cataloged debug message: message

Description

This is a log message with debug severity logged by OSB pipeline runtime for diagnostic purposes

BEA-382012

Error: Expected object of type java.lang.Throwable, instead found: arg

Description

An unxpected error has occurred in OSB pipeline runtime while processing the response message from a business service.

Action

Contact technical support

BEA-382013

Error: The configurations for the proxy service is in flux.

Description

The processing of the message has failed in OSB runtime due to the fact that the configurations for the proxy service is in flux. This proxy is unable to send an outbound message to service "service" until the configuration stabilizes.

Action

Wait until the configuration of OSB server stabilizes and retry sending the request.

BEA-382014

Error: The configurations for the proxy and target services are in flux. This proxy is unable to route to service "service" until the configuration stabilizes.

Description

The processing of the message has failed in OSB runtime due to the fact that the configurations for the proxy and target services are in flux. This proxy is unable to send an outbound message to service "service" until the configuration stabilizes.

Action

Wait until the configuration of OSB server stabilizes and retry sending the request.

BEA-382015

Error: Cannot create RouterContext for non-proxy services: serviceName

Description

There was an internal error while initializing the OSB pipeline runtime state for given service. Only proxy service can process inbound messages

Action

Contact technical support

BEA-382016

Error: Failed to instantiate router for service serviceName: t

Description

There was an error while initializing the OSB pipeline runtime state for given proxy service. There should be a specific message that describes specific cause of the problem

Action

Contact technical support

BEA-382017

Error: Failed to find runtime object for this service: serviceName

Description

There was an unexpected error while initializing the OSB pipeline runtime state for given service.

Action

Contact technical support

BEA-382018

Error: Unable to generate runtime for router configuration: config

Description

This is a diagnostic error message that is logged with error severity in the event OSB pipeline runtime fails to initialize its state. The message will contain various bits of information that will help in the analysis of the underlying cause of the problem.

Action

Contact technical support

BEA-382019

Error: Failed to parse configuration into typed XmlObject: config

Description

There was an error while initializing OSB pipeline runtime state for a given service. The error occurred while parsing the saved configuration for service message flow

Action

Contact technical support

BEA-382020

Error: Failed to register the stage action actionName: t

Description

There was an error during the initialization and/or registration of single pipeline action actionName. This may happen due to misconfigured installation of OSB product

Action

Contact technical support

BEA-382021

Error: Failed to register the stage-action application appName: t

Description

There was an error during the initialization and/or registration of a set of pipeline actions contained in an application file appName. This may happen due to misconfigured installation of OSB product

Action

Contact technical support

BEA-382022

Error: Failed to load factory class: factory

Description

There was an error during the initialization and/or registration of a set of pipeline actions. This may happen due to misconfigured installation of OSB product

Action

Contact technical support

BEA-382023

Error: Failed to instantiate instance of action factory: factory

Description

There was an error during the initialization and/or registration of a set of pipeline actions. This may happen due to misconfigured installation of OSB product

Action

Contact technical support

BEA-382024

Error: Failed to instantiate instance of action factory (constructor may not be public): factory

Description

There was an error during the initialization and/or registration of a set of pipeline actions. This may happen due to misconfigured installation of OSB product

Action

Contact technical support

BEA-382028

Error: Failed to load WSDL binding information for service

Description

There was an unexpected error during the processing of the message by OSB pipeline runtime. The error happened while trying to load WSDL binding information for proxy service.

Action

Check configuration of proxy service service and contact technical support

BEA-382029

Error: Failed to create WS-I compliance checker

Description

There was an unexpected error during the processing of the message by OSB pipeline runtime. The error happened during initialization of component that checks for WS-I compliance.

Action

Contact technical support

BEA-382030

Error: Failure while unmarshalling message: message

Description

There was an error parsing request or rensponse payload. E.g. the request payload may have improperly formatted multipart/related data which will lead to an error trying to unmarshal message attachments. There will be an error message that will point to specific cause of the error

Action

Look at the specific error message and examine the payload to see why OSB fails to unmarshall its contents properly.

BEA-382031

Error: WS-I Compliance failure (rule): message

Description

The body of request or response message does not conform to WS-I basic profile due to stated reason. This could happen when receiving request messages by OSB proxy services or response messages from business services enabled for WS-I compliance.

Action

Look at the specific error message and examine the payload to see why the body of the message fails WS-I compliance check

BEA-382032

Error: The message must be an instance of: qname

Description

There was an error parsing the contents of request or response message due to the fact that the payload was expected to contain a valid SOAP envelope but did not. This can happen for when a SOAP (Any SOAP or WDSL-based OSB proxy receives a request message that does not contain a valid SOAP envelope

Action

Examine the payload to make sure it contains valid SOAP envelope

BEA-382033

Error: A soap:Envelope must contain a soap:Body

Description

There was an error parsing the contents of request or response message due to the fact that the payload was expected to contain a valid SOAP Body within SOAP Envelope but did not. This can happen for when a SOAP (Any SOAP or WDSL-based OSB proxy receives a request message that does not contain a valid SOAP Body element in its envelope

Action

Examine the payload to make sure it contains valid SOAP Body element

BEA-382034

Error: Expected SOAP 1.1 Envelope

Description

There was an error during the conversion of SOAP 1.1 payload to SOAP 1.2 payload. The expected SOAP 1.1 Envelope element was missing.

Action

Make sure the payload is valid SOAP 1.1 payload. One can use Log action to log and examine the contents of any message context variable, including $body

BEA-382035

Error: There was an error during the conversion of SOAP 1.1 payload to SOAP 1.2 payload. The expected SOAP 1.1 Header element was missing.

Action

Make sure the payload is valid SOAP 1.1 payload. One can use Log action to log and examine the contents of any message context variable, including $body

BEA-382036

Error: There was an error during the conversion of SOAP 1.1 payload to SOAP 1.2 payload. The expected SOAP 1.1 Body element was missing.

Action

Make sure the payload is valid SOAP 1.1 payload. One can use Log action to log and examine the contents of any message context variable, including $body

BEA-382037

Error: There was an error during the conversion of SOAP 1.2 payload to SOAP 1.1 payload. The expected SOAP 1.2 Envelope element was missing.

Action

Make sure the payload is valid SOAP 1.2 payload. One can use Log action to log and examine the contents of any message context variable, including $body

BEA-382038

Error: There was an error during the conversion of SOAP 1.2 payload to SOAP 1.1 payload. The expected SOAP 1.2 Header element was missing.

Action

Make sure the payload is valid SOAP 1.2 payload. One can use Log action to log and examine the contents of any message context variable, including $body

BEA-382039

Error: There was an error during the conversion of SOAP 1.2 payload to SOAP 1.1 payload. The expected SOAP 1.2 Body element was missing.

Action

Make sure the payload is valid SOAP 1.2 payload. One can use Log action to log and examine the contents of any message context variable, including $body

BEA-382040

Error: Failed to set the value of context variable "variable". Value must be an instance of type.

Description

There was an error assigning a value to specified message context variable. There are certain message context variables, e.g. $outbound, $attachments, $fault that have a pre-defined structure (see online OSB documentation for details) and any value assigned to them is expected to be in certain format

Action

Use OSB Log action to verify that the value being assigned to the variable is in fact in expected format

BEA-382041

Error: Failed to set the value of context variable "variable". Variable is read-only.

Description

There was an error assigning a value to specified message context variable. There are certain message context variables, e.g $operation that one cannot assign values to and thus they are considered read-only.

Action

Check OSB on-line documentation to make sure that the variable whose value is being changed is not considered a read-only variable.

BEA-382042

Error: Failed to set the value of context variable "variable". message

Description

There was an error assigning a value to specified message context variable. This may happen when trying to assign non-XML values to message context variables that expect XML content (e.g. $fault).

Action

Use OSB Log action to verify that the value being assigned to the variable is in fact in expected format

BEA-382043

Error: Failed to update the value of context variable "variableName": message

Description

There was an error assigning or updating a value of a specified message context variable. This may happen when the value being assigned does not conform to specified format for a system variable (e.g. setting $outbound to null) or updating a read-only portion of a variable (e.g. changing service element of $inbound) message context variable

Action

Use OSB Log action to verify that the value being assigned to the variable is in fact in expected format. Also check OSB on-line documentation to make sure that the part of the variable that you are changing is not considered read-only.

BEA-382045

Error: Failed to initialize the value of context variable "variableName": message

Description

There was an unexpected error while initializing one of the system variables. There should be a specific error message that will point to the cause of the problem.

Action

Contact technical support

BEA-382046

Error: Failed to marshall the value of context variable "variableName" to XML: message

Description

There was an error retrieving the XML representation of the value of a system context variable, e.g. request or response meta-data for $inbound or $outbound message context variable. There should be a specific error message that will point to the cause of the problem.

Action

Contact technical support

BEA-382047

Error: Processor must be in INACTIVE state

Description

There was an internal error in OSB pipeline runtime while processing the inbound request by a proxy service. The state of OSB pipeline was not expected

Action

Contact technical support

BEA-382048

Error: Processor must be in RESPONSE or ERROR state

Description

There was an internal error in OSB pipeline runtime while processing the inbound request by a proxy service. The state of OSB pipeline was not expected

Action

Contact technical support

BEA-382049

Error: OSB failed to start a transaction

Description

There was an internal error in OSB pipeline runtime while processing the inbound request by a proxy service. The state of OSB pipeline was not expected

Action

Contact technical support

BEA-382050

Error: Expected active transaction, actual transaction status: arg

Description

There was an internal error in OSB pipeline runtime while processing the inbound request by a proxy service. The state of OSB pipeline was not expected

Action

Contact technical support

BEA-382051

Error: No transaction found on the current thread

Description

There was an internal error in OSB pipeline runtime while processing the inbound request by a proxy service. The state of OSB pipeline was not expected

Action

Contact technical support

BEA-382052

Error: Cannot commit a different transaction

Description

There was an internal error in OSB pipeline runtime while processing the inbound request by a proxy service. The state of OSB pipeline was not expected

Action

Contact technical support

BEA-382053

Error: Cannot rollback a different transaction

Description

There was an internal error in OSB pipeline runtime while processing the inbound request by a proxy service. The state of OSB pipeline was not expected

Action

Contact technical support

BEA-382054

Error: Expected [[http://www.bea.com/wli/sb/context]java-content] element under $body is missing or invalid

Description

Services of Messaging Type : Java are expected to contain a valid [[http://www.bea.com/wli/sb/context]java-content] child element under $body.

Action

Make sure the contents of $body conforms to expected format. One can use Log action to log and examine the contents of any message context variable, including $body

BEA-382100

Error: Failure in binding-layer while processing inbound request for service service: message

Description

There was an error in OSB pipeline runtime while processing the inbound request by a proxy service. There should be a specific error message that will point to the cause of the problem.

Action

Contact technical support

BEA-382101

Error: Failure in binding-layer while preparing inbound response for service service: message

Description

There was an error in OSB pipeline runtime while preparing the inbound response for a proxy service. There should be a specific error message that will point to the cause of the problem.

Action

Contact technical support

BEA-382102

Error: Failure in binding-layer while preparing outbound request for service service: message

Description

There was an error in OSB pipeline runtime while preparing the outbound request for a business service. There should be a specific error message that will point to the cause of the problem.

Action

Contact technical support

BEA-382103

Error: Failure in binding-layer while processing outbound response for service service: message

Description

There was an error in OSB pipeline runtime while processing the outbound response from a business service. There should be a specific error message that will point to the cause of the problem.

Action

Contact technical support

BEA-382104

Error: Failed to prepare request metadata for service service: message

Description

There was an error in OSB pipeline runtime while processing the request metadata for either $inbound or $outbound message context variable. There should be a specific error message that will point to the cause of the problem.

Action

Contact technical support

BEA-382105

Error: Failed to prepare response metadata for service service: message

Description

There was an error in OSB pipeline runtime while processing the response metadata for either $inbound or $outbound message context variable. There should be a specific error message that will point to the cause of the problem.

Action

Contact technical support

BEA-382106

Error: XQuery expression for input parameter resulted in null

Description

The configured XQuery expression the result of which is used for input parameter to XSLT transformation resulted in null.

Action

Please check the configured expression to make sure it results in non-null value. One can use Log action to log the result of any XQuery expression.

BEA-382107

Error: No value could be bound to variable: varName

Description

The configured XQuery expression the result of which is used for named input variable to XSLT transformation resulted in null.

Action

Please check the configured expression to make sure it results in non-null value. One can use Log action to log the result of any XQuery expression.

BEA-382108

Error: XPath can only be executed against XML or MFL content

Description

The configured XPath expression refers to a message contents variable or other expression whose content is not XML. XPath can only be executed against XML or MFL content

Action

Please check the value the configured expression to make sure that it refers to valid XML content. One can use Log action to log the result of any expression including message context variables.

BEA-382110

Error: There was an error while encoding base64 content

Description

An unexpected error has occurred in OSB pipeline runtime while performing XOP/MTOM-related processing of inbound message. There should be an error message that describes specific error cause

Action

Contact technical support

BEA-382111

Error: Missing ref attribute from binary-content element

Description

A binary-content element is not properly constructed - it is missing a required ref attribute

Action

Contact technical support

BEA-382112

Error: No object is registered for ref 'ref' in source repository

Description

An error has occurred in OSB pipeline runtime while processing the response message for specified proxy service due to an attempt to look up an object in source repository with the specified reference.

Action

Contact technical support

BEA-382113

Error: Missing or illegal value for Content-ID MIME header in MimeSource

Description

An error has occurred in OSB pipeline runtime while performing XOP/MTOM processing for outbound request message

Action

Contact technical support

BEA-382114

Error: Could not decode URI 'cid'. t

Description

An error has occurred in OSB pipeline runtime while performing XOP/MTOM processing for inbound request message There should be precise error message that points to the cause of the error

Action

Make sure that the inbound XOP/MTOM payload is valid according to XOP/MTOM standard

BEA-382115

Error: Encountered XOP:Include SOAP Element without an href. Without the href, we cannot lookup its MIME attachment !

Description

An error has occurred in OSB pipeline runtime while performing XOP/MTOM processing for inbound request message

Action

Make sure that the inbound XOP/MTOM payload is valid according to XOP/MTOM standard

BEA-382116

Error: There should be exactly one MIME attachment with Content-ID = 'cid'.

Description

An error has occurred in OSB pipeline runtime while performing XOP/MTOM processing for inbound request message

Action

Make sure that the inbound XOP/MTOM payload is valid according to XOP/MTOM standard

BEA-382117

Error: Received more than one 'Content-Transfer-Encoding' MIME header in attachment with CID 'cid', received n

Description

An error has occurred in OSB pipeline runtime while performing XOP/MTOM processing for inbound request message

Action

Make sure that the inbound XOP/MTOM payload is valid according to XOP/MTOM standard

BEA-382118

Error: Decoding of MIME attachments from MIME Content-Transfer-Encoding='cte' not supported

Description

An error has occurred in OSB pipeline runtime while performing XOP/MTOM processing for inbound request message

Action

Make sure that the inbound XOP/MTOM payload is valid according to XOP/MTOM standard

BEA-382119

Error: A service not enabled for XOP/MTOM has received an XOP/MTOM message

Description

A service not enabled for XOP/MTOM has received an XOP/MTOM message

Action

Make sure that the proxy service has XOP/MTOM feature enabled to allow it to properly process incoming payload

BEA-382120

Error: Mixing of XOP/MTOM and attachments is not allowed!

Description

An outbound request to a service enabled for XOP/MTOM cannot be prepared due to the fact that the business service is enabled for XOP/MTOM support and the value of $attachments variable is not null. Mixing of XOP/MTOM and attachments is not supported

Action

Please make sure that $attachments variable does not contain any information when routing to XOP/MTOM-enabled services

BEA-382121

Error: Each MIME part that is refered to by xop:Include MUST have a Content-Transfer-Encoding header field

Description

An error has occurred in OSB pipeline runtime while performing XOP/MTOM processing for inbound request message

Action

Make sure that the inbound XOP/MTOM payload is valid according to XOP/MTOM standard

BEA-382150

Error: Failure while dispatching request to service service: message

Description

There was an unexpected error in OSB pipeline runtime while performing an outbound request for either routing, publish or service callout action. There should be a specific error message that will point to the cause of the problem.

Action

Contact technical support

BEA-382151

Error: Nothing is known about service service

Description

There was an unexpected error retrieving configuration details for specified service service.

Action

Use OSB console to check that the service in question is properly configured

BEA-382152

Error: Message-context property "doOutboundWss" is set to true but proxy "proxy" is a passive intermediary: passive intermediary proxies do not support outbound web service security (target service: "target")

Description

Message-context property "doOutboundWss" is set to true but proxy "proxy" is a passive intermediary: passive intermediary proxies do not support outbound web service security (target service: "target")

Action

Use OSB console to check the configuration of the the service in question and make sure the specified message context property is set correctly.

BEA-382153

Error: Cannot delete system variable "variableName" from context

Description

An attempt to delete a system variable from the message context failed because there are a number of system variables that cannot be deleted, such as $inbound and $outbound.

Action

Check OSB online documentation on whether a given system variable can be deleted from the message context.

 

Back to Index Page

Copyright © 2008, 2011, Oracle. All rights reserved.