Skip navigation.

Using the AquaLogic Service Bus Console

  Previous Next vertical dots separating previous/next from contents/index/pdf Contents View as PDF   Get Adobe Reader

Error Codes

This section describes the AquaLogic Service Bus errors that can occur when a proxy service is being executed. The error codes associated with these errors surface inside the element of the fault context variable. You can access the value using the following XQuery statement:

$fault/ctx:errorCode/text()

Errors are accompanied by details specific to the error inside the fault element.

Table B-1 AquaLogic Service Bus Error Codes

Subsystem

Error Code Range

Details

Transport Run Time

BEA-380000—BEA-380999

  • BEA-380000

General transport error

Proxy Service Run Time


BEA-382000—BEA-382499


  • BEA-382000

General runtime error

  • BEA-382030

General parse failure from binding layer (e.g. message to XML service is not XML)

  • BEA-382031

WS-I compliance failure

  • BEA-382032

Message must be a soap:Envelope

  • BEA-382033

A soap:Envelope must contain a soap:Body

  • BEA-382040

Failed to assign value to context variable "{0}". Value must be an instance of {1}

  • BEA-382041

Failed to assign value to context variable "{0}". Variable is read-only

  • BEA-382100

General binding error while processing inbound request

  • BEA-382101

General binding error while preparing inbound response

  • BEA-382102

General binding error while preparing outbound request

  • BEA-382103

General binding error while processing outbound response

  • BEA-382104

Failed to prepare request metadata for service {0}

  • BEA-382105

Failed to prepare response metadata for service {0}

  • BEA-382150

Failed to dispatch request to service {0}

  • BEA-382151

Cannot dispatch to unknown service: {0}

Actions

BEA-382500—BEA-382999

  • BEA-382500

Service callout action received SOAP Fault response

  • BEA-382501

Service callout action received an unrecognized response

  • BEA-382502

Service callout has received an error response from the server

  • BEA-382505

Validate action validation failed

Security

BEA-386000—BEA-386999

  • BEA-386000

General security error

  • BEA-386200

General web service security error

  • BEA-386400

General outbound web service security error

  • BEA-386401

Failed to convert outbound message to SOAP

  • BEA-386402

Cannot determine the outbound operation

  • BEA-386420

A web service security error occurred while producing security header

  • BEA-386440

A web service security error occurred while processing the security header

  • BEA-386460

Web service security policy validation error

UDDI

BEA-394500—BEA-394999


  • BEA-394500

An error was encountered while importing a resource

  • BEA-394501

An error was encountered while querying the UDDI registry for business entities

  • BEA-394502

An error was encountered while initializing the UDDI service

  • BEA-394503

An error was encountered while initializing the inquiry port

  • BEA-394504

An error was encountered while publishing this service

  • BEA-394505

Failed to connect to the UDDI registry

  • BEA-394506

An error was encountered while querying the UDDI registry for business services

  • BEA-394507

The registry name contains characters that are not allowed

  • BEA-394508

The publish URL was missing the UDDI registry configuration

  • BEA-394509

The Service Account configured is not valid

  • BEA-394510

A resource could not imported while importing a service



  • BEA-394511

A validation exception occurred while creating a service definition while importing a service

  • BEA-394512

A generic error was encountered while importing a resource

  • BEA-394513

An internal error was encountered while importing a resource

  • BEA-394514

Failed to create an FTP endpoint configuration when importing a service

  • BEA-394515

Failed to create an e-mail endpoint configuration when importing a service

  • BEA-394516

A possible syntax error was encountered in the access point URL when importing a service

  • BEA-394517

An error was encountered when parsing the InstanceParms while importing a service

  • BEA-394518

Failed to create a file endpoint configuration when importing a service


 

 

Back to Top Previous Next