ページの先頭行へ戻る
Interstage Application Server V13.0.0 GlassFish 設計・構築・運用ガイド
FUJITSU Software

11.71.1 WELD-000200番台のメッセージ

WELD-000214 Attempt to call begin() on a long-running conversation

[意味]

Conversationスコープが開始されている状態でjavax.enterprise.context.Conversation#begin()が実行されました。

[システムの処理]

処理を中断します。

[ユーザーの対処]

Conversationスコープ開始後にjavax.enterprise.context.Conversation#begin()を実行しないようアプリケーションの処理を見直してください。

WELD-000215 Attempt to call end() on a transient conversation

[意味]

Conversationスコープが開始されていない状態でjavax.enterprise.context.Conversation#end()が実行されました。

[システムの処理]

処理を中断します。

[ユーザーの対処]

Conversationスコープが開始されていない状態でjavax.enterprise.context.Conversation#end()を実行しないようアプリケーションの処理を見直してください。