Content starts here

WseeMC Subsystem Messages

The WseeMC1.0 catalog contains messages in the range BEA-222500 - BEA-222999. Messages in this catalog are part of the weblogic.wsee Internationalization package and the weblogic.wsee Localization package.

BEA-222500

Error: msg: t

Description

An unexpected exception has occurred.

Cause

An unexpected exception has occurred.

Action

Contact technical support.

BEA-222501

Error: Exception reading SOAP body of message

Description

An error occurred reading the message's SOAP body.

Cause

An error occurred reading the message's SOAP body.

Action

Contact technical support.

BEA-222502

Error: No SOAP body in message

Description

There is no SOAP body in the message.

Cause

There is no SOAP body in the message.

Action

Contact technical support.

BEA-222503

Error: Exception reading MakeConnection message

Description

An error occurred reading a MakeConnection message.

Cause

An error occurred reading a MakeConnection message.

Action

Contact technical support.

BEA-222504

Error: Policy requires mandatory MakeConnection anonymous URIs

Description

The service's policy mandates the usage of MakeConnection anonymous URIs for both replyTo and faultTo addresses.

Cause

Either or both of the replyTo and faultTo addresses are not MakeConnection anonymous URIs.

Action

Correct the replyTo and/or faultTo addresses.

BEA-222505

Error: replyTo address replyToAddress is a malformed MakeConnection anonymous URI.

Description

The supplied replyTo address is not a legal MakeConnection anonymous URI.

Cause

The supplied replyTo address is not a legal MakeConnection anonymous URI.

Action

Correct the replyTo address.

BEA-222506

Error: The Malformed faultTo MakeConnection anonymous URI: faultToAddress

Description

The supplied faultTo addresss is not a legal MakeConnection anonymous URI.

Cause

The format of the faultTo address is not that of a MakeConnection anonymous URI.

Action

Correct the faultTo address.

BEA-222507

Error: Failed to find pending list for uuid

Description

An attempt has been made to retrieve a response message for a MakeConnection anonymous URI for which no list of pending messages exists.

Cause

There is no pending message list corresponding to the received MakeConnection anonymous URI.

Action

Contact technical support.

BEA-222508

Error: Cannot concurrently use MakeConnection and Async Client Transport.

Description

MakeConnection is mutually exclusive with Async Client Transport. Only one of these features may be specified.

Cause

Both the Make Connection and Async Client Transport features have been specified; however, they are mutually exclusive.

Action

Correct the list of features used.

BEA-222509

Error: id is an illegal poll id.

Description

Poll id cannot be null or a null string.

Cause

Poll id cannot be null or a null string.

Action

Contact technical support.

BEA-222510

Error: state is an illegal poll state for attempted operation.

Description

Operation cannot be attempted when poll is in its current state.

Cause

Operation cannot be attempted when poll is in its current state.

Action

Contact technical support.

BEA-222511

Error: Cannot reset poll expiration timer.

Description

Cannot reset poll expiration timer.

Cause

The timer for the sending of MakeConnection messages cannot be reset.

Action

Contact technical support.

BEA-222512

Error: Unexpected response received on poll, id: id, state state

Description

MakeConnection initiator not in a state where a response was expected.

Cause

MakeConnection initiator not in a state where a response was expected.

Action

Contact technical support.

BEA-222513

Error: Address is not set in MakeConnection message.

Description

MakeConnection messages must specify an Address element containing a MakeConnection anonymous URI

Cause

MakeConnection messages must specify an Address element containing a MakeConnection anonymous URI

Action

Contact technical support.

BEA-222514

Error: Could not build header of type class: t

Description

An unexpected exception occurred during building of header.

Cause

An unexpected exception occurred during building of header.

Action

Contact technical support.

BEA-222515

Error: ClientIdentityFeature not enabled or clientId not specified on this port/stub. This is required for WS-MC polling by this client.

Description

ClientIdentityFeature not enabled or clientId not specified on a port/stub that has requested use of WS-MC. ClientIdentityFeature is required for WS-MC polling by this client.

Cause

A Port/Dispatch instance was created without specifying an 'identity' via the ClientIdentityFeature JAX-WS feature when WS-MC requires such an identity.

Action

Add a ClientIdentityFeature when creating your Port/Dispatch stub instance, and make sure that feature has its clientId field set to a unique, repeatable client ID.

  Back to Top