コンテンツはここから始まります

システム・メッセージ: LIBTUXカタログ600-699

前 次

600


ERROR: [Invalid buffer type information type]

Description

The buffer type information provided in the configuration file was incorrect.

Action

Check the configuration file, verify that the buffer type provided is correct, and repeat the operation.

See Also

ubbconfig(5), tmloadcf(1)


601


ERROR: [Invalid buffer subtype information subtype_val]

Description

The buffer subtype information provided in the configuration file was incorrect.

Action

Check the configuration file, verify that the buffer type provided is correct, and repeat the operation.

See Also

ubbconfig(5), tmloadcf(1)


602


ERROR: TUXCONFIG environment variable not set

Description

The TUXCONFIG environment variable is not set.

Action

Set and export the TUXCONFIG environment variable, which should be the same as defined in the UBBCONFIG file.

See Also

ubbconfig(5)


603


ERROR: TUXCONFIG file filename does not exist

Description

The TUXCONFIG file, filename, does not exist.

Action

Check the TUXCONFIG environment variable to see if it matches with the definition of the TUXCONFIG in the UBBCONFIG file. Then, check to see if the TUXCONFIG file has been generated. If not, use tmloadcf(1) to create the TUXCONFIG file.

See Also

tmloadcf(1), ubbconfig(5)


604


ERROR: Cannot get file status on TUXCONFIG file filename, errno = errno_val

Description

Cannot get the file status on the TUXCONFIG file, filename.

Action

Check the UNIX errno for reasons and take appropriate actions accordingly.

See Also

stats(2) in UNIX system reference manuals


605


ERROR: TUXOFFSET environment variable must be >= 0

Description

The TUXOFFSET environment variable is less than 0.

Action

Specify a value for the TUXOFFSET environment variable that is greater than or equal to 0. This TUXOFFSET value must be the same as defined in the UBBCONFIG file.

See Also

ubbconfig(5)


607


ERROR: Cannot open section section_name of the TUXCONFIG: file

Description

The section_name of the TUXCONFIG file cannot be opened. The TUXCONFIG file might be corrupted.

Action

You can shut down the application and re-load the TUXCONFIG file using tmloadcf. If the error still occurs, contact your Oracle TUXEDO system Technical Support.

See Also

tmloadcf(1)


608


エラー: メモリーの割当てに失敗しました

説明

TUXCONFIGファイルに新しいセクションを追加するためのメモリーの割当てに失敗しました。

アクション

マシンのメモリー量およびプロセスによって使用されるメモリー量に対して、オペレーティング・システム・パラメータが正しく設定されていることを確認してください。マシンのメモリー使用量を減らすか、マシンの物理メモリー量を増やしてください。


610


エラー: TUXCONFIGファイルをクローズできません

説明

VTOC表内のTUXCONFIGファイルをクローズすることができません。

アクション

TUXCONFIGファイルの権限および存在を確認するか、Oracle Tuxedoシステムのテクニカル・サポートに連絡してください。


612


エラー: VTOC表からのエントリの読取りに失敗しました

説明

ディスク表からのエントリの読取りに失敗しました。次の原因が考えられます。

  1. 論理表のファイル記述子が破損しました。

  2. 読取りページのオフセットがシステムによって不正に設定されました。

  3. 表自体が破損したためread()が失敗しました。

アクション

可能性がある破損について、VTOCなどのディスク表を確認してください。このエラーが引き続き発生する場合は、Oracle Tuxedoシステムのテクニカル・サポートに連絡してください。

関連項目

UNIXシステム・リファレンス・マニュアルのread(2)


614


ERROR: Cannot write to the section_name of the TUXCONFIG file which is not opened

Description

Cannot write to the section_name of the TUXCONFIG file which was never opened.

Action

Check your TUXCONFIG file, or contact your Oracle TUXEDO system Technical Support.

See Also

tmunloadcf(1), write(2) in UNIX system reference manuals


615


ERROR: Write to the section_name of the TUXCONFIG file failed

Description

Write to the section_name of the TUXCONFIG file in VTOC table failed. Possible causes:

  1. the logical table file descriptor was corrupted

  2. the write page offset was set incorrectly by the system

  3. the table itself got corrupted which caused write() to fail.

Action

Check your disk tables such as VTOC for possible corruptions and/or damages. If this error still occurs, contact your Oracle TUXEDO system Technical Support.

See Also

write(2) in UNIX system reference manuals


616


エラー: TUXCONFIGのルーティング・セクションを検索できません

説明

TUXCONFIGファイルのルーティング・セクションを検出できません。次の原因が考えられます。

  1. TUXCONFIGファイルが破損している可能性があります。

  2. TUXCONFIG環境変数が設定されていない可能性があります。

  3. TUXOFFSET環境変数がゼロ未満でした。

アクション

Oracle Tuxedoシステムのテクニカル・サポートに連絡してください。詳細は、この章のメッセージ602、605および607を参照してください。


624


エラー: ルーティング・セクションのデータ表が一杯です

説明

ルーティング範囲を解析してデータ・ルーティング・エントリを作成する際に、掲示板のデータ・ルーティング表がいっぱいです。

アクション

これはシステム・エラーです。Oracle Tuxedoシステムのテクニカル・サポートに連絡してください。


625


ERROR: More than one wild card in entry range

Description

More than one wild-card (*) range for the short routing data was specified in the data routing entry.

Action

Check your UBBCONFIG file for multiple definitions of wild-card ranges for the short routing data. Only one wild-card range is allowed per routing entry and it should be the last (ranges following it will be ignored).

See Also

ubbconfig(5)


626


ERROR: Range values out of order upper_range < lower_range

Description

The range values for the short routing data are out of order, that is, the upper range value is less than the lower range value.

Action

Check routing range values for the short routing data in your UBBCONFIG file. The lower range value must be less than or equal to the upper range value.

See Also

ubbconfig(5)


627


ERROR: More than one wild card in entry range

Description

More than one wild-card (*) range for the integer routing data was specified in the data routing entry.

Action

Check your UBBCONFIG file for multiple definitions of wild-card ranges for the integer routing data. Only one wild-card range is allowed per routing entry and it should be the last (ranges following it will be ignored).

See Also

ubbconfig(5)


628


ERROR: Range values out of order upper_range < lower_range

Description

The range values for the integer routing data are out of order, that is, the upper range value is less than the lower range value.

Action

Check routing range values for the integer routing data in your UBBCONFIG file. The lower range value must be less than or equal to the upper range value.

See Also

ubbconfig(5)


629


ERROR: More than one wild card in entry range

Description

More than one wild-card (*) range for the long routing data was specified in the data routing entry.

Action

Check your UBBCONFIG file for multiple definitions of wild-card ranges for the long routing data. Only one wild-card range is allowed per routing entry and it should be the last (ranges following it will be ignored).

See Also

ubbconfig(5)


630


ERROR: Range values out of order upper_range < lower_range

Description

The range values for the long routing data are out of order, that is, the upper range value is less than the lower range value.

Action

Check routing range values for the long routing data in your UBBCONFIG file. The lower range value must be less than or equal to the upper range value.

See Also

ubbconfig(5)


631


ERROR: More than one wild card in entry range

Description

More than one wild-card (*) range for the float routing data was specified in the data routing entry.

Action

Check your UBBCONFIG file for multiple definitions of wild-card ranges for the float routing data. Only one wild-card range is allowed per routing entry and it should be the last (ranges following it will be ignored).

See Also

ubbconfig(5)


632


ERROR: Range values out of order upper_range < lower_range

Description

The range values for the float routing data are out of order, that is, the upper range value is less than the lower range value.

Action

Check routing range values for the float routing data in your UBBCONFIG file. The lower range value must be less than or equal to the upper range value.

See Also

ubbconfig(5)


633


ERROR: More than one wild card in entry range

Description

More than one wild-card (*) range for the double routing data was specified in the data routing entry.

Action

Check your UBBCONFIG file for multiple definitions of wild-card ranges for the double routing data. Only one wild-card range is allowed per routing entry and it should be the last (ranges following it will be ignored).

See Also

ubbconfig(5)


634


ERROR: Range values out of order upper_range < lower_range

Description

The range values for the double routing data are out of order, that is, the upper range value is less than the lower range value.

Action

Check routing range values for the double routing data in your UBBCONFIG file. The lower range value must be less than or equal to the upper range value.

See Also

ubbconfig(5)


635


ERROR: More than one wild card in entry range

Description

More than one wild-card (*) range for the char routing data was specified in the data routing entry.

Action

Check your UBBCONFIG file for multiple definitions of wild-card ranges for the char routing data. Only one wild-card range is allowed per routing entry and it should be the last (ranges following it will be ignored).

See Also

ubbconfig(5)


636


ERROR: Range values out of order upper_range < lower_range

Description

The range values for the char routing data are out of order, that is, the upper range value is less than the lower range value.

Action

Check routing range values for the char routing data in your UBBCONFIG file. The lower range value must be less than or equal to the upper range value.

See Also

ubbconfig(5)


637


ERROR: More than one wild card in entry range

Description

More than one wild-card (*) range for the string routing data was specified in the data routing entry.

Action

Check your UBBCONFIG file for multiple definitions of wild-card ranges for the string routing data. Only one wild-card range is allowed per routing entry and it should be the last (ranges following it will be ignored).

See Also

ubbconfig(5)


638


エラー: STRINGルーティング・データの範囲値が不当です

説明

上限値が下限値より低く設定されているため、stringルーティング・データの範囲値が不適切です。

アクション

UBBCONFIGファイルでstringルーティング・データのルーティング範囲値を確認してください。下限値を上限値以下にする必要があります。

関連項目

ubbconfig(5)


639


ERROR: More than one wild card in entry range

Description

More than one wild-card (*) range for the carray routing data was specified in the data routing entry.

Action

Check your UBBCONFIG file for multiple definitions of wild-card ranges for the carray routing data. Only one wild-card range is allowed per routing entry and it should be the last (ranges following it will be ignored).

See Also

ubbconfig(5)


640


エラー: CARRAYルーティング・データの範囲値が不当です

説明

上限値が下限値より低く設定されているため、carrayルーティング・データの範囲値が不適切です。

アクション

UBBCONFIGファイルでcarrayルーティング・データのルーティング範囲値を確認してください。下限値を上限値以下にする必要があります。

関連項目

ubbconfig(5)


641


エラー: データ・ルーティング・エントリに不明なフィールド・タイプが指定されました

説明

データ・ルーティング・エントリで不明なフィールド・タイプが指定されました。

アクション

UBBCONFIGファイルのROUTINGセクションで指定されているフィールド・タイプを確認してください。

関連項目

ubbconfig(5)


642


ERROR: Expected colon to separate server group range

Description

Within a range and a server group pair, the range is separated from the server group by a colon (:) in the ROUTING section of the UBBCONFIG file.

Action

Check the range and server group specified in the ROUTING section of the UBBCONFIG file. A colon (:) is expected to separate the range and the server group.

See Also

ubbconfig(5)


643


ERROR: Expected comma after group name grpname,string

Description

Within a range and a server group pair, a comma (,) is expected after server group name in the ROUTING section of the UBBCONFIG file.

Action

Check the range and the server group specified in the ROUTING section of the UBBCONFIG file. A comma (,) is expected after the server group name.

See Also

ubbconfig(5)


644


エラー: キーワードMAXがありません

説明

キーワードMAXは、UBBCONFIGファイルのROUTINGセクションで、関連付けられているフィールドのデータ型の最大値を示すために必要です。

アクション

UBBCONFIGファイルのROUTINGセクションで指定されている範囲およびサーバー・グループを確認してください。キーワードMAXを指定して、関連付けられているフィールドのデータ型の最大値を示す必要があります。

関連項目

ubbconfig(5)


645


エラー: キーワードMINがありません

説明

キーワードMINは、UBBCONFIGファイルのROUTINGセクションで、関連付けられているフィールドのデータ型の最小値を示すために必要です。

アクション

UBBCONFIGファイルのROUTINGセクションで指定されている範囲およびサーバー・グループを確認してください。キーワードMINを指定して、関連付けられているフィールドのデータ型の最小値を示す必要があります。

関連項目

ubbconfig(5)


646


エラー: キーワードMAXかMINがありません

説明

キーワードMAXまたはMINは、UBBCONFIGファイルのROUTINGセクションで、関連付けられているフィールドのデータ型の最大値または最小値を示すために必要です。

アクション

UBBCONFIGファイルのROUTINGセクションで指定されている範囲およびサーバー・グループを確認してください。キーワードMAXまたはMINを指定して、関連付けられているフィールドのデータ型の最大値または最小値を示す必要があります。

関連項目

ubbconfig(5)


647


ERROR: Value out of range for a short value

Description

The routing value for a short routing data is out of range.

Action

Check routing range values for the short routing data in the ROUTING section of the UBBCONFIG file.

See Also

ubbconfig(5)


648


ERROR: Value out of range for an int value

Description

The routing value for an integer routing data is out of range.

Action

Check routing range values for the integer routing data in the ROUTING section of the UBBCONFIG file.

See Also

ubbconfig(5)


649


ERROR: Value out of range for a long value

Description

The routing value for a long routing data is out of range.

Action

Check routing range values for the long routing data in the ROUTING section of the UBBCONFIG file.

See Also

ubbconfig(5)


650


エラー: floatやdouble内では'e/E'の後に' ','+','-'あるいは数字が必要です

説明

floatまたはdoubleのルーティング値では、'e'または'E'の後に''、'+'、'-'または数字が必要です。

アクション

UBBCONFIGファイルのROUTINGセクションで、floatおよびdoubleのルーティング範囲値を確認してください。

関連項目

ubbconfig(5)


651


ERROR: Value out of range for a float value

Description

The routing value for a float routing data is out of range.

Action

Check routing range values for the float routing data in the ROUTING section of the UBBCONFIG file.

See Also

ubbconfig(5)


652


ERROR: Value out of range for a double value

Description

The routing value for a double routing data is out of range.

Action

Check routing range values for the double routing data in the ROUTING section of the UBBCONFIG file.

See Also

ubbconfig(5)


653


ERROR: Expected single quote to begin char routing data value

Description

A single quote (') is expected at the beginning of char routing data.

Action

Check routing range values for the char routing data in the ROUTING section of the UBBCONFIG file. A char routing data must be begun with a single quote (').

See Also

ubbconfig(5)


654


ERROR: Expected single quote to end char routing data value

Description

A single quote (') is expected at the end of char routing data.

Action

Check routing range values for the char routing data in the ROUTING section of the UBBCONFIG file. A char routing data must be ended with a single quote (').

See Also

ubbconfig(5)


655


エラー: STRING/CARRAY用ルーティング処理で利用できる文字列プール空き領域がありません

説明

データ・ルーティング・セクションをstringおよびcarrayデータで埋める際に、掲示板のルーティング文字列プールがいっぱいです。

アクション

これはシステム・エラーです。Oracle Tuxedoシステムのテクニカル・サポートに連絡してください。


656


ERROR: Expected single quote for string/carray routing data value

Description

A single quote (') is expected for string and carray routing data.

Action

Check routing range values for string and carray routing data in the ROUTING section of the UBBCONFIG file. The string and carray routing data must be within single quotes (').

See Also

ubbconfig(5)


657


エラー: STRING/CARRAY用ルーティング処理で利用できる文字列プール空き領域がありません

説明

データ・セクションをstringおよびcarrayデータで埋める際に、ルーティングに十分な文字列プール空き領域が掲示板にありません。

アクション

これはシステム・エラーです。Oracle Tuxedoシステムのテクニカル・サポートに連絡してください。


659


ERROR: Discovered a NULL character in string routing data value

Description

A NULL character is found in the string routing data.

Action

Check the string routing data for NULL characters in the ROUTING section of the UBBCONFIG file. A string value is terminated with a NULL character.

See Also

ubbconfig(5)


660


エラー: [TUXCONFIGのサーバー・グループ・セクションが見つかりません]

説明

Oracle Tuxedoシステムの内部関数を使用してTUXCONFIGファイルからサーバー・グループ情報を取得しようとしましたが、関数が失敗しました。

アクション

Oracle Tuxedoシステムのテクニカル・サポートに連絡してください。


661


ERROR: Invalid logical machine name - lmid

Description

The logical machine name identifier provided is invalid. The most likely reason for that is a duplicate logical machine identifier.

Action

Check the configuration file and ensure that no duplicate logical machine names are being used. If so, correct the name and try the operation again.

See Also

ubbconfig(5), tmloadcf(1)


662


ERROR: Invalid logical machine name - lmid

Description

The logical machine name identifier provided is invalid. The most likely reason for that is a duplicate logical machine identifier.

Action

Check the configuration file and ensure that no duplicate logical machine names are being used. If duplicates are present, correct the name and try the operation again.

See Also

ubbconfig(5), tmloadcf(1)


663


エラー: サーバー・グループに関連する論理マシン名が間違っています

説明

サーバー・グループに指定された論理マシン名識別子が無効です。

アクション

構成ファイルを確認し、サーバー・グループに使用されるLMIDが正しいことを確認してください。その後、操作を再試行してください。

関連項目

ubbconfig(5)、tmloadcf(1)


664


エラー: サーバー・グループ・エントリが重複しています

説明

サーバー・グループに重複したエントリが定義されました。

アクション

構成ファイルを確認し、サーバー・グループ名およびIDが一意であることを確認してください。その後、操作を再試行してください。

関連項目

ubbconfig(5)、tmloadcf(1)


665


ERROR: Invalid server group name - svrgrp_name

Description

Cannot retrieve server group from the Bulletin Board because an invalid server group name was given.

Action

This is a system error, contact your Oracle TUXEDO system Technical Support.


666


エラー: キューが削除されたためにメッセージ操作が失敗しました

説明

キューが削除されたため、キューへのmsgsndが失敗しました。

アクション

メッセージ・キューを確認するか、Oracle Tuxedoシステムのテクニカル・サポートに連絡してください。

関連項目

UNIXシステム・リファレンス・マニュアルのintro(2)、msgsnd(2)、msgrcv(2)、msgctl(2)


667


エラー: 間違ったメッセージ・タイプのためにメッセージ操作が失敗しました

説明

間違ったメッセージ・タイプのため、キューへのmsgsndが失敗しました。

アクション

msgsnd()のメッセージ・タイプを確認してください。メッセージが破損していると考えられます。Oracle Tuxedoシステムのテクニカル・サポートに連絡してください。

関連項目

UNIXシステム・リファレンス・マニュアルのintro(2)、msgsnd(2)、msgrcv(2)、msgctl(2)


668


ERROR: Message operation failed because the message size < 0

Description

msgsnd to a queue failed because the message size is less than zero.

Action

Check the message size in msgsnd(). The message is probably corrupted. Contact your Oracle TUXEDO system Technical Support.

See Also

intro(2), msgsnd(2), msgrcv(2), msgctl(2) in UNIX system reference manuals


669


エラー: 無効なメッセージ・キュー識別子のためにメッセージ操作が失敗しました

説明

無効なメッセージ・キュー識別子のため、キューへのmsgsndが失敗しました。これは、リクエストを実行したクライアントが、リクエストが満たされる前に終了した場合にも発生します。クライアントが終了すると、クリーン・アップによってメッセージ・キューが削除されます。

アクション

msgsnd()のメッセージ・キュー識別子を確認してください。メッセージが破損している可能性があります。Oracle Tuxedoシステムのテクニカル・サポートに連絡してください。

関連項目

UNIXシステム・リファレンス・マニュアルのintro(2)、msgsnd(2)、msgrcv(2)、msgctl(2)


670


エラー: メッセージが大きすぎるためにメッセージ操作が失敗しました

説明

メッセージが大きすぎるため、キューへのmsgsndが失敗しました。

アクション

msgsnd()のメッセージのサイズを確認してください。

関連項目

UNIXシステム・リファレンス・マニュアルのintro(2)、msgsnd(2)、msgrcv(2)、msgctl(2)


671


エラー: メッセージ・キューが空であるためメッセージ操作が失敗しました

説明

メッセージ・キューが空のため、キューへのmsgsndが失敗しました。

アクション

メッセージ・キューを確認してください。

関連項目

UNIXシステム・リファレンス・マニュアルのintro(2)、msgsnd(2)、msgrcv(2)、msgctl(2)


672


エラー: メッセージ・キューまたはシステムに空きがないためにメッセージ操作が失敗しました

説明

メッセージ・キューまたはシステムがいっぱいになっているため、キューへのmsgsndが失敗しました。

アクション

メッセージ・キューのカーネル・パラメータを確認してください。必要に応じてシステムを再構成してください。

関連項目

UNIXシステム・リファレンス・マニュアルのintro(2)、msgsnd(2)、msgrcv(2)、msgctl(2)


673


エラー: アクセス権限が拒否されたためにメッセージ操作が失敗しました

説明

メッセージ・キューにアクセスできないため、キューへのmsgsndが失敗しました。

アクション

メッセージ・キューの権限を確認してください。

関連項目

UNIXシステム・リファレンス・マニュアルのintro(2)、msgsnd(2)、msgrcv(2)、msgctl(2)


674


エラー: 間違ったアドレスのためにメッセージ操作が失敗しました

説明

メッセージ・ポインタが不正なアドレスをポイントしているため、キューへのmsgsndが失敗しました。

アクション

メッセージ・キュー・ポインタのアドレスを確認するか、Oracle Tuxedoシステムのテクニカル・サポートに連絡してください。

関連項目

UNIXシステム・リファレンス・マニュアルのintro(2)、msgsnd(2)、msgrcv(2)、msgctl(2)


675


エラー: 不明な原因のためにメッセージ操作が失敗しました

説明

不明な原因のため、キューへのmsgsndが失敗しました。

アクション

Oracle Tuxedoシステムのテクニカル・サポートに連絡してください。

関連項目

UNIXシステム・リファレンス・マニュアルのintro(2)、msgsnd(2)、msgrcv(2)、msgctl(2)


678


エラー: リモート・プロシージャ・コールのメッセージ送受信が失敗しました

説明

DBBL(またはSHMモードのBBL)に送信されたリモート・プロシージャ・コール・リクエストのmsgsndまたはmsgrcvが失敗しました。次の原因が考えられます。

  1. DBBLが見つかりません。

  2. サーバーが停止しました。

  3. メッセージの送信または受信が失敗しました。

アクション

DBBL、サーバーおよびメッセージ・キューを確認するか、Oracle Tuxedoシステムのテクニカル・サポートに連絡してください。詳細は、この章のメッセージ503、505および506を参照してください。

関連項目

UNIXシステム・リファレンス・マニュアルのintro(2)、msgsnd(2)、msgrcv(2)、msgctl(2)


679


エラー: メモリーの割当てに失敗しました

説明

malloc()を使用してオペレーティング・システムから動的にメモリーを割り当てようとしましたが、掲示板のプライベート・コピーの作成中に失敗しました。

アクション

マシンのメモリー量およびプロセスによって使用されるメモリー量に対して、オペレーティング・システム・パラメータが正しく設定されていることを確認してください。マシンのメモリー使用量を減らすか、マシンの物理メモリー量を増やしてください。


680


エラー: 実効UID/GIDは掲示板の値と一致しません

説明

呼出し側プロセスの実効ユーザーID(UID)またはグループID(GID)が正しくありません。これらは、構成ファイルのRESOURCESまたは*MACHINESセクションで指定されているUIDおよびGIDと一致する必要があります。

アクション

正しい実効UIDおよびGIDを使用してプロセスを実行してください。


681


エラー: メッセージ・キューの作成が失敗しました

説明

Oracle Tuxedoシステム・プロセスの初期化中に、UNIXシステム・メッセージ・キューを作成できませんでした。

アクション

メッセージ・キューに関連するUNIXのカーネル・パラメータを検証し、必要であれば値を増やしてください。特に、MSGMNIを確認してください。Oracle Tuxedoシステムの複数サーバーと単一キュー(MSSQ)の機能によって、複数のサーバーが同じキューを共有して必要な数を減らすことができます。

関連項目

Oracle Tuxedoインストレーション・ガイド


682


エラー: リモート・プロシージャ・コールの送受信エラーが発生しました

説明

メッセージの送信が失敗しました。メッセージ送信の失敗は、メッセージ・タイプ・スイッチ関数の失敗、無効なメッセージ長または低レベル・メッセージ送信の失敗によって発生した可能性があります。

アクション

パーティション化されたネットワークや破損した共有メモリーがないか、すべての管理プロセスが実行されているか、また、メッセージのsysgenパラメータが適切かどうかを確認してください。


683


エラー: メモリーの割当てに失敗しました

説明

malloc()を使用してオペレーティング・システムから動的にメモリーを割り当てようとしましたが、システム・メッセージ・バッファの作成中に失敗しました。

アクション

マシンのメモリー量およびプロセスによって使用されるメモリー量に対して、オペレーティング・システム・パラメータが正しく設定されていることを確認してください。マシンのメモリー使用量を減らすか、マシンの物理メモリー量を増やしてください。


684


エラー: メモリーの割当てに失敗しました

説明

malloc()を使用してオペレーティング・システムから動的にメモリーを割り当てようとしましたが、サーバー・プロセスがそのサービスを通知する際に失敗しました。

アクション

マシンのメモリー量およびプロセスによって使用されるメモリー量に対して、オペレーティング・システム・パラメータが正しく設定されていることを確認してください。マシンのメモリー使用量を減らすか、マシンの物理メモリー量を増やしてください。


687


ERROR: Received message with an unknown release number X

Description

A Oracle TUXEDO system message was received with an unknown release number in its message header. Messages from both the current release and the previous release are understood. This does not include minor "point" maintenance releases. For example, a 4.2.1 Oracle TUXEDO system process understands 4.2.1, 4.2, and 4.1 message formats. It does not understand a release 4.0 message, since that is two major releases old.

There is a different problem if the unknown release number is 0 or a very large number. It has been observed that if the underlying TCP/IP network is unreliable, and drops bytes from the middle of messages, this "unknown release number" error may occur frequently. It would typically be reported by the BRIDGE or WSH process. The problem is that the Oracle TUXEDO system message header describes how many bytes follow the header. If some are lost by the network, all subsequent message headers will not be in the correct position in the data stream.

Action

Upgrade any machines in the network running an old release of the Oracle TUXEDO system. Note that the MASTER and BACKUP must be upgraded first, so they are always running the most recent version. Investigate and resolve any networking problems. TCP/IP should guarantee reliable end-to-end transport of data.


689


エラー: システムの規定する最小サイズより小さいメッセージを受信しました

説明

Oracle Tuxedoシステム・メッセージがプロセスによって受信されましたが、小さすぎたために無効であると認識されています。

アクション

原因としては、リリース4.2以前のOracle Tuxedoシステム・ライブラリにリンクされているプロセスが、圧縮されたメッセージを受信したことが考えられます。メッセージ圧縮機能はリリース4.2.1から導入されたため、アプリケーション全体でリリース4.2.1以降が実行されるまで有効化できません。これには、アプリケーション・クライアントおよびサーバーのプロセスも含まれており、これらは再リンクされる必要があります。


695


エラー: 不明な表タイプが指定されました

説明

Oracle Tuxedoシステムの内部表がリクエストされましたが、そのタイプが不明のため読み取れませんでした。

アクション

Oracle Tuxedoシステムのテクニカル・サポートに連絡してください。


696


エラー: 検索キーがありません

説明

Oracle Tuxedoシステムの内部表がリクエストされましたが、低レベル・アクセス・ルーチンに検索キーが提供されなかったため、読み取れませんでした。

アクション

Oracle Tuxedoシステムのテクニカル・サポートに連絡してください。


697


エラー: 検索キーがありません

説明

Oracle Tuxedoシステムの内部表がリクエストされましたが、低レベル・アクセス・ルーチンに検索キーが提供されなかったため、読み取れませんでした。

アクション

Oracle Tuxedoシステムのテクニカル・サポートに連絡してください。


698


エラー: 無効な検索キーです

説明

Oracle Tuxedoシステムの内部表がリクエストされましたが、低レベル・アクセス・ルーチンに無効な検索キーが渡されたため、読み取れませんでした。

アクション

Oracle Tuxedoシステムのテクニカル・サポートに連絡してください。


699


エラー: 検索キーがありません

説明

Oracle Tuxedoシステムの内部表がリクエストされましたが、低レベル・アクセス・ルーチンに検索キーが提供されなかったため、読み取れませんでした。

アクション

Oracle Tuxedoシステムのテクニカル・サポートに連絡してください。


 先頭に戻る 前 次