ここから目次が始まります

システム・メッセージ: GPカタログ200-299

前 次
[MESSAGE} 警告: 形式が無効であるため、TUX_SIGNAL_ULOGPATTERN=valueを無視します [MESSAGE} 警告: 正規表現が無効であるため、TUX_SIGNAL_ULOGPATTERN=valueを無視します [MESSAGE} 情報: TUX_SIGNAL_ULOGPATTERNが一致するため、シグナルsignoをそれ自体に送信します

200


エラー: Rex: 間違ったフラグ`flag'

説明

When executing rex, a bad command line option flag was specified on the command line.

アクション

Re-execute the command with the correct command line options and arguments.

関連項目

rex(1)


201


エラー: Rex: `filename'をオープンできません

説明

When executing rex to test a regular expression against the data in one or more files, the specified file, filename, could not be opened for reading.

アクション

Check that the file exists and has read permission, and re-execute the command.

関連項目

rex(1)


204


エラー: Rex: パターンが長すぎます

説明

When executing rex to compile a regular expression from the pattern file, the result of concatenating multiple regular expression patterns was too long (greater than 512 characters).

アクション

Modify the pattern file to shorten the regular expression patterns, and re-execute the command.

関連項目

rex(1)


205


エラー: Rex: 名前がありません

説明

When executing rex to compile a regular expression from the pattern file, the regular expression pattern name was not found on an input line. Input lines must consist of optional white space followed by a name and double-quoted pattern, separated by white space. The name must begin with an alphabetic or underscore character and contain alphanumeric or underscore characters, and may be up to 30 characters in length.

アクション

Correct the pattern file and re-execute the command.

関連項目

rex(1)


206


エラー: Rex: パターンが長すぎます

説明

When executing rex to compile a regular expression from the pattern file, a regular expression pattern was too long (longer than 512 characters).

アクション

Correct the pattern file and re-execute the command.

関連項目

rex(1)


208


エラー: ファイルfilenameをオープンできません

説明

The program failed to create and/or open the userlog file filename for writing in append mode. This message will be written to the standard error output of the program.

アクション

Check that the directory for the specified filename exists and has write permission, and if the file exists, that it also has write permission.

関連項目

userlog(3c)


209


ERROR: Write error errno, file filename

説明

The program failed to write a message to the userlog file filename, with the error value set to errno. This message will be written to the standard error output of the program.

アクション

Normally, this indicates that the file system in which the file exists is full; in this case, free up space in the file system and subsequent userlog messages will succeed.

関連項目

userlog(3c)


210


エラー: ログ接頭辞のリセットに失敗し、メモリーの割当てに失敗しました

説明

動的領域割当てが失敗したため、プログラムがユーザー・ログ・ファイルの接頭辞のリセットに失敗しました。ユーザー・ログ・ファイルの接頭辞がリセットされないため、このメッセージは現在の接頭辞値を使用してuserlogに書き込まれます。

アクション

アクションは不要です。

関連項目

userlog(3c)


211


警告: プロセスpidがVTOCロックを保持したまま消滅しました。ロックがリカバリされます。

説明

While trying to lock a Oracle TUXEDO file system for exclusive access, it was discovered that another process had locked the file system and died while holding the lock. The lock is removed and processing continues.

アクション

アクションは不要です。


212


情報: 20回試行してもVTOCロックを取得できませんでした。PID pidがロックを保持しています。

説明

排他アクセスのためにOracle Tuxedoのファイル・システムをロックしようとしましたが、別のプロセスがロックを保持していることがわかりました。

アクション

Use the process identifier, pid, that is printed in the message to determine the process and user running the process, using the ps command. After that process has completed, re-execute the command that failed waiting for the lock.


213


情報: VTOCロック・ファイル名はfilenameです。

説明

While trying to lock a Oracle TUXEDO file system for exclusive access, it was discovered that another process has locked the file system, and the name of the associated lock file, filename, is printed.

アクション

アクションは不要です。


214


エラー: xa_open()のNULLバージョンが、NULLでないOPENINFO文字列を見つけました

説明

クライアントまたはサーバーにリソース・マネージャが関連付けられていない場合、Oracle Tuxedoシステムによって、"null"(リソース・マネージャではない)バージョンのXAトランザクション・インタフェースがリンク用に提供されます。このクライアントまたはサーバーを関連付けることができるのは、TMS名がTMSに設定された、OPENINFO文字列を含まないグループに限られます。

アクション

グループが正しく構成されるように構成(TUXCONFIG)を変更するか、クライアントまたはサーバーを別のグループに関連付けるか、あるいはbuildserverまたはbuildclient-rオプションを使用して適切なXAインタフェースがリンクされたクライアントまたはサーバーを再構築してください。

関連項目

buildclient(1), buildserver(1), ubbconfig(5)


215


警告: 80秒経過してもVTOCロックを取得できませんでした。

説明

排他アクセスのためにOracle Tuxedoのファイル・システムをロックしようとしましたが、別のプロセスがロックを保持していることがわかりました。

アクション

後続のメッセージにロック・ファイルが示されます。ロックを保持しているプロセスの完了後に、ロック待機中に失敗したコマンドを再実行してください。


216


情報: VTOCロック・ファイル名はfilenameです。

説明

排他アクセスのためにTUXEDO System/Tのファイル・システムをロックしようとしましたが、別のプロセスがファイル・システムをロックしていることが検知されたため、関連するロック・ファイルの名前filenameが表示されます。

アクション

アクションは不要です。ロックを保持しているプロセスが停止した(またはロックの保持中にマシンが終了した)場合は、ロック・ファイルの削除が必要となる場合があります。

説明

The TUX_SIGNAL_ULOGPATTERN enviornment variable was set to an invalid value and will be ignored. A proper value is of the form TUX_SIGNAL_ULOGPATTERN=signal_number:regular_expression where signal_number is a positive integer and the regular_expression format is as described on the tpsubscribe(3c) manual page. When this error occurs, the TUX_SIGNAL_ULOGPATTERN value did not start with a positive integer or the positive integer was not immediately followed by a colon.

アクション

Set TUX_SIGNAL_ULOGPATTERN to a valid value and restart any process where the application wants this environment variable to be set.

説明

The TUX_SIGNAL_ULOGPATTERN enviornment variable was set to an invalid value and will be ignored. A proper value is of the form TUX_SIGNAL_ULOGPATTERN=signal_number:regular_expression where signal_number is a positive integer and the regular_expression format is as described on the tpsubscribe(3c) manual page. When this error occurs, the TUX_SIGNAL_ULOGPATTERN value did started with a positive integer followed by a colon but the regular_expression format was incorrect.

アクション

Set TUX_SIGNAL_ULOGPATTERN to a valid value and restart any process where the application wants this environment variable to be set.

説明

The previous userlog message logged by this thread matched the regular expression specified in the TUX_SIGNAL_ULOGPATTERN environment variable. As a result, the process is sending itself signal signo.

アクション

No action required. However, if TUX_SIGNAL_ULOGPATTERN was set for debugging purposes and signo is a signal that generates a core file, then the system administrator will probably want to examine the core file.


 先頭に戻る 前 次