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

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

前 次

6900


エラー: qtype SHMQ (qindex)の解放に失敗しました。エラー= errno

説明

Internal error occurs when trying to free shared memory queue on process termination.

アクション

Oracleカスタマ・サポートに連絡してください。


6901


警告: SHMMSG (サイズnumber)の割当に失敗しました。ローカル・メモリーを試してください

説明

Shared memory message resource is temporarily unavailable or requested size exceeds maximum shared memory message buffer size, use local memory for allocation.

アクション

None.


6902


エラー: IPCQ (qid)への通知の送信に失敗しました。エラー= errno

説明

Internal error occurs when trying to send notification message to System V IPC queue. Usually happens when System V IPC queue is full.

アクション

If the problem is persistent, contact Oracle Customer Support.


6903


エラー: SHMQ (qindex)へのSHMMSGの送信に失敗しました。エラー= errno

説明

Internal error occurs when trying to send shared memory message to shared memory queue.

アクション

Oracleカスタマ・サポートに連絡してください。


6904


エラー: SHMQ (qindex)からのSHMMSGの受信に失敗しました。mtype = msgtype、エラー= errno

説明

Internal error occurs when trying to receive shared memory message with specific message type from shared memory queue.

アクション

Oracleカスタマ・サポートに連絡してください。


6905


エラー: SHMMSGの割当てに失敗しました

説明

一時的に共有メモリー・メッセージ・リソースを使用できなくなっており、共有メモリー・メッセージ・バッファに空きがありません。

アクション

共有メモリー・メッセージに使用される追加の共有メモリー・リソースを構成してください。UBBCONFIGファイルのSHMQMAXMEMパラメータの値を増やしてください。

関連項目

UBBCONFIG(5)


6906


エラー: semop (number)に失敗しました。errno= errno

説明

Internal error occurs in semop system call on shared memory queue lock operation.

アクション

Oracleカスタマ・サポートに連絡してください。


6907


エラー: Oracle Wallet "wallet_loc"でファイルのオープンに失敗した後、セキュリティ資格証明を動的に作成しようとして失敗しました

説明

Tuxedo was unable to open an Oracle Wallet in directory wallet_loc and was also unable to find legacy security credentials.

アクション

Determine if the intention was for the application to use an Oracle Wallet or if the intention was for the application to use legacy security credentials. The location of the Oracle Wallet or the legacy security credentials is determined by the SEC_PRINCIPAL_LOCATION and SEC_PRINCIPAL_NAME parameters as explained in the Using Security In ATMI Applications documentation. Ensure that appropriate security credentials exist in the specified location.


6908


INFO: Security credentials for principal principal_name have been converted to Oracle Wallet wallet_loc

説明

This message is printed when the ULOG_SSLINFO=y environment variable is set and Tuxedo converts legacy security credentials to an Oracle Wallet. The wallet_loc printed is the directory where the ewallet.p12 file is located. Subsequent attempts to access security credentials for principal_name will use the Oracle Wallet that has been created. When the tlisten process converts legacy security credentials to the Oracle Wallet format, it does so before forking a separate process to run in the background. Therefore, when this informational message is logged by tlisten, the process ID in the userlog will be different from the process ID of the tlisten process that is running in the background. This is an expected behavior.

アクション

アクションは不要です。


6909


ERROR: Cannot convert certificate to X509 for principal principal_name

説明

When converting legacy security credentials to the Oracle Wallet format, Tuxedo uses the plugin framework to obtain each certificate in the certificate chain for principal principal_name. An error occurred while converting one of these certificates to an intermediate X509 format needed before the Oracle Wallet is created.

アクション

Verify that all certificates in the certificate chain for principal_name contain valid data. If the default plugin framework implementation using LDAP is used, then the ldapsearch command available in many operating systems can be helpful in manually retrieving the certificates in the chain.


6910


エラー: wallet_locを新しいウォレットとして書込み用にオープンできません(errno=errno)

説明

While attempting to convert legacy security credentials to the Oracle Wallet format, the fopen() library call on file wallet_loc failed with errno set to errno.

アクション

Ensure that the operating system permissions allow the current user to create file wallet_loc and that there is space in the filesystem to allow creation of this file.


6911


エラー: 新規ウォレットwallet_locの権限を変更できません(errno=errno)。ウォレットの作成を試みません

説明

While attempting to convert legacy security credentials to the Oracle Wallet format, the chmod() system call on newly created wallet file wallet_loc failed with errno set to errno.

アクション

Since an fopen() on the wallet file succeeded just before the chmod() failure, this message is not expected to normally occur. Investigate if another process may have removed, created, or modified the wallet_loc in the interval between the fopen() and chmod() calls.


6913


エラー: xalanライブラリの初期化に失敗しました。

説明

アクション

Check whether libxalan-c library is available.

関連項目

DDR XPath.


6914


エラー: XPath式が無効です。

説明

The application use DDR XPath feature and an invalid XPath expression is used.

アクション

Check the XPath expression.

関連項目

DDR XPath.


6915


エラー: XPath式を評価できません。

説明

アクション

Check whether the XPath can be used for the xml content.

関連項目

DDR XPath.


6916


WARN: .SysBBDeadLocked: USEM[val] lock appears to be hung: held by pid=val on host hostname.

説明

The process has held the lock on the Bulletin Board for a longer than normal period of time. The process could still be live, but incorrectly holding the user-level semaphore.

アクション

Check the status of the process that is holding the lock. It might be hung, or it is holding the lock for too long a period of time while operating.


6917


エラー: SSL再ネゴシエーション・ハンドシェイクがエラーerror_number [error_string]で失敗しました

説明

This process requested a renegotiation of the SSL connection and the SSL handshake failed during the renegotiation. The error returned by the Oracle NZ security layer was error_number and a text description of that error is error_string.

アクション

If the problem occurs repeatedly, setting the environment variable TUXNZTRACE=8191 will generate a trace-pid.log trace file. The trace output can be helpful in determining why an SSL error is occuring. If the process on the other side of the connection is not a Tuxedo process, it is possible that the peer may not support SSL renegotiation. If this is the case, then renegotiation should be turned off.


6918


エラー: SSL再ネゴシエーションがエラーerror_number [error_string]で失敗しました

説明

This process requested a renegotiation of the SSL connection and the request to renegotiate the connection or to flush unwritten data failed. The error returned by the Oracle NZ security layer was error_number and a text description of that error is error_string.

アクション

If the problem occurs repeatedly, setting the environment variable TUXNZTRACE=8191 will generate a trace-pid.log trace file. The trace output can be helpful in determining why an SSL error is occuring. If the process on the other side of the connection is not a Tuxedo process, it is possible that the peer may not support SSL renegotiation. If this is the case, then renegotiation should be turned off.


6919


ERROR: Cannot convert certificate chain to X509 for principal "principal_name"

説明

While invoking the plugin framework to verify a certificate chain, an error occurred while converting one of the certificates in the chain to X509 format.

アクション

The original security credentials for principal_name may have been in either Oracle Wallet format or in in legacy format. By the time of this message, the credentials will be in a Wallet (unless the environment TUXCREATEWALLET=TEMP is set to prevent saving legacy security credentials as a Wallet.) Examine the certificates in the Wallet to ensure that they are all valid. The location of the wallet is based on the SEC_PRINCIPAL_LOCATION and SEC_PRINCIPAL_NAME parameters, where SEC_PRINCIPAL_NAME corresponds to principal_name. The Using Security in ATMI Applications document provides further information on the location of the Oracle Wallet and on how to display certificates in a Wallet.


6920


エラー: サブジェクトsubjectのローカル・チェーンで証明書の有効期限が切れています

説明

One or more of the certificates in the certificate chain for principal subject has expired.

アクション

If subject should be allowed to access the application, then examine the certificates in the certfiicate chain and obtain new certificates from your certificate authority.


6921


エラー: サブジェクトsubjectのローカル・チェーンで証明書がまだ有効ではありません

説明

One or more of the certificates in the certificate chain for principal subject is not valid until some time in the future.

アクション

If the clock setting on the current machine is incorrect, have the administrator fix the time. If subject should be allowed to access the application, then examine the certificates in the certfiicate chain and obtain new certificates from your certificate authority that are currently valid.


6922


情報: バインド・アドレスとしてaddressを使用して、接続を確立します。

説明

Use the specified IP address as the binding address to estalish connection.

アクション

アクションは不要です。


6929


エラー: OCIライブラリをロードできません

説明

Failed to load OCI library dynamically.

アクション

Check the user OCI library name specified by the user. Make sure that the OCI library can be accessed successfully.


6930


エラー: 静的OCI UCB登録を有効化できません

説明

The static OCI UCB registration is only supported by XA server which is associated with Oracle Database.

アクション

Check if the server is XA server and connects to a Oracle Database.


6931


警告: インスタンス情報を更新できません

説明

The server cannot update its instance information into BB due to some reason. Any feature which depends on the instance information cannot work well on this server.

アクション

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


6932


エラー: OCIサービス・コンテキストを取得できません

説明

The server fails to retrieve its instance information from the Oracle database because it cannot get OCI service context.

アクション

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


6933


エラー: OCI環境コンテキストを取得できません

説明

The server fails to retrieve its instance information from the Oracle database because it cannot get OCI environment context.

アクション

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


6934


エラー: OCISessionBeginのOCI UCBを登録解除できません:error

説明

The server fails to deregister its OCI UCB for OCISessionBegin because of the error.

アクション

Check the error reporting mechanism for the associated resource manager.


6935


エラー: OCISessionBeginのOCI UCBを登録解除できません:errno

説明

The server fails to deregister its OCI UCB for OCISessionBegin because of the errno.

アクション

Check the error reporting mechanism for the associated resource manager.


6936


警告: データベース[database name]インスタンス[instance name]サービス[service name]、errno=errorのインスタンス情報を保存できません。このプロセスに使用されているインスタンス情報はありません

説明

The server fails to store its instance information into BB. Any feature which depends on this information can not work well on this server.

アクション

Check the error reporting mechanism for the associated resource manager.


6937


エラー: OCISessionBeginの現在の終了コールバックを取得できません:%d

説明

The server fails to get the current exit UCB for OCISessionBegin because of the error.

アクション

Check the error reporting mechanism for the associated resource manager.


6938


エラー: OCISessionBeginの現在の終了コールバックを取得できません:errno

説明

The server fails to get the current exit UCB for OCISessionBegin because of the errno.

アクション

Check the error reporting mechanism for the associated resource manager.


6939


エラー: OCISessionBeginの終了コールバックを登録できません:error

説明

The server fails to register the exit UCB for OCISessionBegin because of the error.

アクション

Check the error reporting mechanism for the associated resource manager.


6940


エラー: OCISessionBeginの終了コールバックを登録できません:errno

説明

The server fails to register the exit UCB for OCISessionBegin because of the errno.

アクション

Check the error reporting mechanism for the associated resource manager.


6943


エラー: Tuxedoパッケージを環境変数ORA_OCI_UCBPKGに追加できません

説明

For servers that use dynamic callback registration, the TUXOCIUCBPKG needs to be added into the variable environment ORA_OCI_UCBPKG. The servers try to do this automatically but fail because of memory issue.

アクション

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


6944


警告: 不明な-Fオプションの入力引数argumentを無視します

説明

The argument of -F option is unknown. The argument of -F option can be but not litmited to "noECID".

アクション

Check the usage of -F option.


6951


エラー: データをMETA_TCMに追加できません。err=error

説明

The internal buffer META_TCM cannot store more data.

アクション

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


6953


情報: ページpageをスキップしました。サポートされていない機能

説明

The page page in TLOG is skipped because the transaction in this page is logged by a feature which is not supported by current Tuxedo application.

アクション

Confirm which feature logged this page, enable this feature in the current Tuxedo application and retry.


6954


エラー: RMが停止しています

説明

The RM which is associated with tuxedo server is down.

アクション

Check RM status.


6955


情報: ページpageをスキップしました。サポートされていない機能

説明

The page page was skipped because bypass domain feature is not enabled.

アクション

アクションは不要です。


 先頭に戻る 前 次