Skip navigation.

WLSS.Transaction Subsystem Messages

The WLSS.Transaction1.0 catalog contains messages in the range BEA331600 - BEA331799. Messages in this catalog are part of the com.bea.wcp.sip.i18n Internationalization package and the com.bea.wcp.sip.i18n Localization package.

BEA-331600

Error: Failed to get connector for transport transport

Description

Failed to get connector for transport transport

Cause

Transport protocol is not supported

Action

Use a supported transport protocol

BEA-331601

Error: Client timer task failed with fatal status

Description

Client timer task failed with fatal status

Cause

Unable to invoke the timer task

Action

Make sure that the timer task does not throw runtime exceptions

BEA-331602

Error: Failed to send Sip request to uri uri

Description

Failed to send Sip request to uri uri

Cause

Unable to send SIP request to specified uri

Action

Make sure the uri is valid

BEA-331603

Error: Server timer task failed with fatal status

Description

Server timer task failed with fatal status

Cause

Unable to invoke the timer task

Action

Make sure that the timer task does not throw runtime exceptions

BEA-331604

Warning: SipApplication session id encoded into request uri is invalidated

Description

SipApplication session id encoded into request uri is invalidated

Cause

The app session identifier encoded in the SIP request URI refers to an application session which has been invalidated

Action

Usually indicates a problem with the SIP application, as an attempt was made to use the request URI after the application session had been invalidated

BEA-331605

Error: Failed to dispatch request

Description

Failed to dispatch request

Cause

The servlet used a request dispatcher to forward a request to another servlet, and the target servlet's service() method threw an exception

Action

Fix the target servlet's service() method to behave correctly

BEA-331606

Error: Failed to send 100/INVITE response message

Description

Failed to send 100/INVITE response message

BEA-331607

Error: Failed to send Call Leg Done (481) message

Description

Failed to send Call Leg Done (481) message

BEA-331608

Info: Unknown client transaction response=summary for transaction key=key, callid=callid

Description

Unknown client transaction response=summary for transaction key=key, callid=callid

Cause

Informational message only

Action

No action required

BEA-331609

Error: Illegal CANCEL cannot be transmitted

Description

Illegal CANCEL cannot be transmitted

Cause

CANCEL request was not created by calling createCancel() on original INVITE request

Action

Fix servlet to create CANCEL request by calling createCancel() on original INVITE request

BEA-331610

Info: CANCEL request must not be sent before provisional response

Description

CANCEL request must not be sent before provisional response

Cause

Informational message only

Action

No action required

BEA-331611

Warning: CANCEL request must not be sent in non-INVITE

Description

CANCEL request must not be sent in non-INVITE

Cause

CANCEL request was not created by calling createCancel() on an INVITE request

Action

Only call createCancel() on INVITE requests

BEA-331612

Warning: Client transaction is completed

Description

Client transaction is completed

Cause

An attempt was made to cancel the original request after the final response had already been received

Action

Fix servlet not to send cancel if final response has already been received

BEA-331613

Warning: Failed to send CANCEL request

Description

Failed to send CANCEL request

BEA-331614

Warning: Failed to send CANCEL request

Description

Failed to send CANCEL request

Cause

An I/O error occurred while sending CANCEL

Action

No action required

BEA-331615

Error: Illegal contact contact

Description

Illegal contact contact

Cause

The contact URI was invalid

Action

Make sure that the contact URI is valid

BEA-331616

Warning: Failed to send request to to:port

Description

Failed to send request to to:port

Cause

An I/O error occurred while trying to send the SIP request

Action

Make sure that the destination host and port is valid

BEA-331617

Warning: Failed to send ACK request

Description

Failed to send ACK request

Cause

An I/O error occurred while trying to sent a SIP ACK request

Action

No action required

BEA-331618

Error: state is illegal transaction state

Description

state is illegal transaction state

Cause

Internal error

Action

Contact BEA support

BEA-331619

Error: Transaction is terminated key

Description

Transaction is terminated key

Cause

An attempt was made to send a SIP response after the server transaction has already completed (have already sent final response)

Action

Fix servlet not to send another response once final response has been sent

BEA-331620

Error: ACK received in state state:value

Description

ACK received in state state:value

Cause

An ACK was received but not expected

Action

Check for correct UA behavior

BEA-331621

Error: ACK received for non-INVITE request key

Description

ACK received for non-INVITE request key

Cause

An ACK was received for a non-INVITE request

Action

Check for correct UA behavior

BEA-331622

Error: Failed to send proxy response statelessly

Description

Failed to send proxy response statelessly

Cause

An I/O error occurred while attempting to proxy a response statelessly

Action

Check for correct UA behavior (via may be set incorrectly)

BEA-331623

Error: Failed to resolve host host

Description

Failed to resolve host host

Cause

The specified host name could not be resolved

Action

Check to make sure the destination URI contains a valid host name

BEA-331624

Warning: Client transaction key drops the response because its header is invalid

Description

Client transaction key drops the response because its header is invalid

Cause

The response header is in invalid format or does not match the requests header value

Action

Check to make sure the response header is valid and matches the requests header value