ページの先頭行へ戻る
Interstage Application Server/Interstage Web Server メッセージ集

18.8.14 jms2720

JMS:ERROR:jms2720: Operation 'CreateDurableConnectionConsumer' failed. A null connection was passed.

JMS:エラー:jms2720: Operation 'CreateDurableConnectionConsumer' が失敗しました。null のコネクションが指定されました。

[意味]
  Connectionオブジェクトにnullが指定されたため、ConnectionConsumerが生成できませんでした。

[システムの処理]
  処理を中止します。

[ユーザの対処]
  アプリケーションにおいて、Connectionオブジェクトのインスタンスにnullが指定されていないかを確認してください。ConnectionConsumerを生成する場合は、Connectionオブジェクトのインスタンスにnullを指定しないでください。