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

77.5.31 jms2062

JMS:ERROR:jms2062: Operation 'writeBytes' failed. Arguments 'offset' and 'length' must be 0 when the byte[] 'value' passed is null.
JMS:エラー
:jms2062: Operation 'writeBytes' が失敗しました。byte[] の 'value' に null が渡された時、引数 'offset' や 'length' は 0 でなければなりません。

意味

ストリームメッセージのwriteBytesを呼び出すとき、byte[]の値にnullが渡されたため、‘offset’や‘length’は0でなければなりません。

システムの処理

処理を中止します。

ユーザの対処

byte[]の値にnullが渡された場合、‘offset’や‘length’が0であるかを確認してください。または、‘offset’や‘length’の引数を持たない他の形式のwriteBytesメソッドを使用してください。