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

E15034-03

Back to Index Page


BPEL Interpreter Subsystem Messages

The BPEL Interpreter catalog contains messages in the range BEA2031750 - BEA2031799. Messages in this catalog are part of the com.bea.bpel.interpreter.internal.instruction.messages Internationalization package and the com.bea.bpel.interpreter.internal.instruction.messages Localization package.

BEA-2031750

Error: The evaluates to null.

Description

The ''to'' node of a copy evaluates to null. It should evaluate to a a non-null value.

Action

Ensure that the ''to'' node evaluates to a non-null value.

BEA-2031751

Error: The evaluates to null.

Description

The ''from'' node of a copy evaluates to null. It should evaluate to a a non-null value.

Action

Ensure that the ''from'' node evaluates to a non-null value.

BEA-2031752

Info: Exiting process instance due to .

Description

The process instance was exited due to a ''exit'' in the process definition.

BEA-2031753

Error: The value returned is a 'value' when a boolean was required.

Description

Conditions should evaluate to a boolean value but this condition did not.

Action

Ensure that the condition always evaluates to a boolean value.

BEA-2031754

Error: Received an unexpected response for invoke (operation is 'operation').

Description

The Invoke received a response from the invocation but it was not expected because the exchange pattern was not IN_OUT.

Action

Ensure that the partner link being invoked has the expected exchange pattern.

BEA-2031755

Error: Expected a fault or output response for invoke but got neither.

Description

The Invoke expected a response from the invocation but none was received.

Action

Ensure that the partner link being invoked has the expected exchange pattern of IN_OUT.

BEA-2031756

Info: Fault returned from Invoke.

Description

The Invoke received a fault response from the invocation.

BEA-2031757

Error: The alarm definition 'alarm' defines no deadline, duration or repeat interval.

Description

An alarm must contain a deadline, duration or a repeat interval. This should be caught by validation during deployment.

Action

Modify the alarm to define a deadline, duration or a repeat interval.

BEA-2031758

Error: The value returned 'value' must be positive.

Description

A repeat interval must be a positive integer.

Action

Ensure that the repeat every interval expression evaluates to a positive integer.

BEA-2031759

Error: The expression 'expression' is an invalid deadline.

Description

The deadline expression must evaluate to an XML Schema date or datetime.

Action

Ensure that the deadline expression evaluates to an XML Schema date or datetime.

BEA-2031760

Error: The expression 'expression' is an invalid duration. It should be in the form PnYnMnDTnHnMnS.

Description

The duration expression must evaluate to an XML Schema duration. eg. For 1 day and 10 seconds use P1DT10S See http://www.w3.org/TR/xmlschema-2/#duration for details.

Action

Ensure that the duration expression evaluates to an XML Schema duration.

BEA-2031761

Info: Exiting process instance due to unhandled standard fault ('fault').

Description

A standard BPEL fault (other than joinFailure) was thrown but 'exitOnStandardFault' was set to yes. This exits the process instance without any fault handling.

BEA-2031762

Error: WSDL operation for operation 'operation' not found.

Description

The WSDL operation was not found in the process metadata. This should be caught by validation during deployment.

Action

Contact Technical Support.

BEA-2031763

Error: The completion condition must be a number, but the expression evaluated to 'value'.

Description

The completion condition must evaluate to an XML Schema unsigned integer.

Action

Ensure that the completion condition evaluates to an XML Schema unsigned integer.

BEA-2031764

Error: The completion condition value of 'value' is invalid.

Description

The completion condition must evaluate to a positive integer.

Action

Ensure that the completion condition evaluates to a positive integer.

BEA-2031765

Error: Timer expression 'expression' is invalid: errors

Description

The timer expression is not valid according to the XML Schema for deadlines or durations (depending on which expression it is). The exception message should indicate where the error is.

Action

Correct the expression according to the exception message.

BEA-2031766

Error: The date value 'value' is invalid.

Description

The date value is not a valid XML Schema date or datetime.

Action

Ensure that the date is a valid XML Schema date or datetime.

BEA-2031767

Info: The fault 'fault' has been thrown by the process.

Description

A fault has been explicitly thrown in the process due to a 'throw'.

BEA-2031768

Error: The start counter value must be a number, but the expresion evaluated to 'value'.

Description

The start counter value must evaluate to an XML Schema unsigned integer.

Action

Ensure that the start counter value evaluates to an XML Schema unsigned integer.

BEA-2031769

Error: The start counter value of 'value' is invalid.

Description

The start counter value must evaluate to a positive integer.

Action

Ensure that the start counter value evaluates to a positive integer.

BEA-2031770

Error: A final counter value must be a number, but the counter evaluated to 'value'.

Description

The final counter value must evaluate to an XML Schema unsigned integer.

Action

Ensure that the final counter value evaluates to an XML Schema unsigned integer.

BEA-2031771

Error: The final counter value 'value' is invalid.

Description

The final counter value must evaluate to a positive integer.

Action

Ensure that the final counter value evaluates to a positive integer.

 

Back to Index Page

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