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

77.14.3 jms4702

JMS:ERROR:jms4702: Operation '%s' failed. This method can only be used when the MessageProducer Destination is null.
JMS:エラー
:jms4702: Operation'%s'が失敗しました。このメソッドはMessageProducerのDestinationがnullの時のみ使用できます。

可変情報

%s:JMS API メソッド名

意味

MessageProducerのdestinationにnull以外を指定して、メソッドが呼び出されました。(例:createProducer(destination))

システムの処理

処理を中止します。

ユーザの対処

createProducer()のパラメタdestinationを確認してください。
JMS API メソッド名%sが“send”で、パラメタdestinationを指定する場合は、createProducerのパラメタdestinationにnullを指定してください。(例:createProducer(null))