Content starts here

BPEL Interpreter Subsystem Messages

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

BEA-2031851

Info: Thread thread has no parent stack frame.

Description

While attempting to join the parent thread, it was discovered that the current thread has no parent stack frame. This means that there is no parent thread to join. This generally happens because the parent thread has been terminated by another thread.

Action

If this is not expected, contact Technical Support.

BEA-2031852

Info: Parent frame parentFrame has no thread

Description

While attempting to join the parent thread, it was discovered that the parent stack frame has no associated thread. This means that there is no parent thread to join. This generally happens because the parent thread has been terminated by another thread.

Action

If this is not expected, contact Technical Support.

BEA-2031853

Info: Thread thread failed to terminate.

Description

An attempt to terminate a thread failed. This is generally because the thread has child threads that are still processing. If this is the case, the child threads will be marked as TERMINATING and, when able to, will terminate. When the child threads are terminated, this thread will be terminated.

Action

If this is not expected, contact Technical Support.

BEA-2031854

Info: No current execution thread.

Description

An attempt was made to get the current stack frame but no thread was found. This generally happens because the thread has been terminated by another thread.

Action

If this is not expected, contact Technical Support.

BEA-2031855

Info: Thread thread has no top stack frame.

Description

An attempt was made to get the current stack frame but the current thread has no stack frames. This generally happens because the thread has been terminated by another thread.

Action

If this is not expected, contact Technical Support.

BEA-2031856

Info: Stack frame frame has no program counter.

Description

An attempt was made to access a non-existent program counter on a stack frame. This generally happens because the stack frame has been terminated by another thread.

Action

If this is not expected, contact Technical Support.

BEA-2031857

Error: Partner link partnerLink not found.

Description

A partner link was not found.

Action

Ensure that the partner link is in scope.

BEA-2031858

Error: Correlation set correlationSet not found.

Description

A correlation set was not found.

Action

Ensure that the correlation set is in scope.

BEA-2031859

Error: Nested transactions are not supported.

Description

An attempt was made to start a new transaction when one was already active. This is not supported. This should never happen (because transactions cannot be explicitly started currently).

Action

Contact Technical Support.

BEA-2031860

Error: Failed to acquire lock on subject.

Description

An attempt to acquire a lock failed because the object is already locked by another transaction. This generally happens when different threads on the same process instance try to lock the same object. The transaction will be added as blocked to the object and will be locked when the current lock is released.

Action

Nothing. The lock will be acquired with current lock is released.

BEA-2031861

Error: Transaction txnId does not own lock on subject.

Description

An attempt to unlock an object was made by a transaction that does not own the lock. This should never happen.

Action

Contact Technical Support.

BEA-2031862

Error: Thread threadID has a job in the job queue.

Description

An attempt was made to create a new job for the thread but there is already a job in the job queue for it. This should never happen.

Action

Contact Technical Support.

BEA-2031863

Error: The job queue capacity has been reached. No more jobs can be added.

Description

The job queue capacity has been reached. No more jobs can be added. This should never happen.

Action

Contact Technical Support.

BEA-2031864

Error: Thread thread has an invalid status.

Description

An attempt was made to start processing the given thread but its status is invalid for processing. This should never happen.

Action

Contact Technical Support.

  Back to Top