Skip navigation.

LIBTUX メッセージ 6000-6099

  Previous Next

6004

ERROR:Asymmetric outbound IIOP not enabled - add the -O option to the ISL
ERROR: 非対称アウトバウンド IIOP が有効になっていません - -O オプションを ISL に追加します。

説明

An attempt was made to invoke on an object that is not part of the WLE domain, but the -O option was not specified on the command line of the ISL.

アクション

Specify -O on the command line of the ISL to invoke methods in objects that are not part of the WLE domain.

6005

ERROR:Stale invoke received by new server process
ERROR: 新しいサーバ・プロセスが古い呼び出しを受信しました。

説明

A method invocation that was sent to a server that is no longer running was received by another server.

アクション

アクティブなサーバにルーティングできるように、メソッドの呼び出しを再発行します。

6006

ERROR:Memory allocation failure.
ERROR: メモリの割り当てに失敗しました。

説明

An attempt to dynamically allocate memory from the operating system using malloc() failed.

アクション

Make sure the operating system parameters are set correctly for the amount of memory on the machine and the amount of memory that can be used by a process. Reduce the memory usage on the machine or increase the amount of physical memory and swap space on the machine.

6010

ERROR:Cannot join application in multi-context mode
ERROR: マルチ・コンテキスト・モードでアプリケーションを結合できません。

説明

A client called tpinit with the TPMULTICONTEXTS flag set, but the client had already joined the application without this flag set and has not done an intervening tpterm.

アクション

Ensure that all calls to tpinit are done with the TPMULTICONTEXTS flag set or do a tpterm before the tpinit. tpinit will fail with TPEPROTO.

関連項目

tpinit(3), tpterm(3)

6011

ERROR:Failed to create a new context in multi-context mode
ERROR: マルチ・コンテキスト・モードで新しいコンテキストを作成できませんでした。

説明

The WS client tried to create a new context and failed. This indicates that either a mutex lock failed or a dynamic memory allocation failed (usually the latter).

アクション

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

6012

ERROR:Failed to set context to newly created context
ERROR: 新規作成されたコンテキストに対してコンテキストを設定できません。

説明

A client failed to set the context that was created in tpinit.

アクション

このエラーは、発生してはならないエラーです。BEA Customer Support にお問い合わせください。

6013

ERROR:Cannot join application in single-context mode
ERROR: シングル・コンテキスト・モードでアプリケーションを結合できません。

説明

A client called tpinit without the TPMULTICONTEXTS flag, but tpinit has already been called with that flag and there has not been an intervening call to tpterm.

アクション

Ensure that all calls to tpinit are done without the TPMULTICONTEXTS flag set or do a tpterm before the tpinit. tpinit will fail with TPEPROTO.

関連項目

tpinit(3), tpterm(3)

6014

ERROR:tpopen failed - val
ERROR: tpopen が異常終了しました - val

説明

The default tpsvrthrinit() function called tx_open(), which returned an error. The message, tperrno_msg, indicates the reason for the failure.

アクション

エラーはリソース・マネージャで発生しています。対応するリソース・マネージャのエラー・レポート・メカニズムを調べ、問題の原因を調べます。

関連項目

tx_open(3c)

6015

ERROR:tpclose failed
ERROR: tpclose が異常終了しました

説明

The default tpsvrthrdone() function called tx_close(), which returned an error. The message, tperrno_msg, indicates the reason for the failure.

アクション

エラーはリソース・マネージャで発生しています。対応するリソース・マネージャのエラー・レポート・メカニズムを調べ、問題の原因を調べます。

関連項目

tx_close(3c)

6016

WARN:Could not create the thread for receiving unsolicited messages
WARN: 任意通知型メッセージを受信するためのスレッドを作成できません。

説明

A client program was unable to create a thread for receiving unsolicited messages.

アクション

Check the log for related messages. Check the operating system configuration to ensure that enough resources are configured.

6017

WARN:Could not join the unsolicited message thread
WARN: 任意通知型メッセージのスレッドを結合できません。

説明

An internal error occurred in setting up the thread for unsolicited messages.

アクション

BEA Customer Support にお問い合わせください。

6018

WARN:The thread for receiving unsolicited messages failed to start
WARN: 任意通知型メッセージを受信するためのスレッドを開始できません。

説明

An internal error occurred in setting up the thread for unsolicited messages.

アクション

BEA Customer Support にお問い合わせください。

6019

ERROR:Inconsistency in linked list of server threads
ERROR: サーバ・スレッドのリンク・リストに不整合があります。

説明

An internal error occurred in processing the thread list within a server.

アクション

BEA Customer Support にお問い合わせください。

6020

WARN:This platform does not support multithreading; server will operate in single context mode
WARN: このプラットフォームではマルチスレッド機能はサポートされていません。サーバはシングル・コンテキスト・モードで動作します。

説明

A MAXDISPATCHTHREADS value greater than 1 was specified in the TUXCONFIG file for a server not built with the buildserver(1) -t option. However, the platform does not support multithreading. Only a single context will run in the server.

アクション

アクションは必要ありません。

関連項目

buildserver(1), ubbconfig(5)

6021

ERROR:Creation of SMCT for processing service requests failed
ERROR: サービス要求を処理するための SMCT を作成できませんでした。

説明

古いメッセージのクリーンアップのためサーバに新規スレッドを設定する際に、内部エラーが発生しました。

アクション

BEA Customer Support にお問い合わせください。

6022

ERROR:Mutex lock failed
ERROR: mutex をロックできませんでした。

説明

mutex のロックで内部エラーが発生しました。

アクション

BEA Customer Support にお問い合わせください。

6023

ERROR:Mutex unlock failed
ERROR: mutex をアンロックできませんでした。

説明

mutex をアンロックする際に、内部エラーが発生しました。

アクション

BEA Customer Support にお問い合わせください。

6024

ERROR:Condition variable signal failed
ERROR: condition 変数のシグナルが異常終了しました。

説明

処理のためのサーバを設定する際に、内部エラーが発生しました。

アクション

BEA Customer Support にお問い合わせください。

6025

ERROR:Cannot initialize synchronization structures for new thread; thread will not be created
ERROR: 新しいスレッドの同期処理の構造を初期化できません。スレッドは作成されません。

説明

An internal error occurred in setting up a new thread in a server for processing. The server will continue to operate with the currently existing threads.

アクション

BEA Customer Support にお問い合わせください。

6026

ERROR:Creation of new thread for processing service requests failed
ERROR: サービス要求を処理するための新しいスレッドを作成できませんでした。

説明

An internal error occurred in setting up a new thread in a server for processing. The server will continue to operating with the currently existing threads.

アクション

BEA Customer Support にお問い合わせください。

6029

ERROR:tpreturn called outside the original service thread
ERROR: 元のサービス・スレッド以外から tpreturn が呼び出されました。

説明

A service called tpreturn from a thread other than the thread in which the service was initially was dispatched.

アクション

Re-write the application to call tpreturn from the same thread to which the service was dispatched (the thread to which TPSVCINFO was passed).

関連項目

service(3), tpreturn(3)

6030

ERROR:tpforward called outside the original service thread
ERROR: 元のサービス・スレッド以外から tpforward が呼び出されました。

説明

A service called tpforward from a thread other than the thread in which the service was initially was dispatched.

アクション

Re-write the application to call tpforward from the same thread to which the service was dispatched (the thread to which TPSVCINFO was passed).

関連項目

service(3), tpforward(3)

6031

ERROR:Unable to pre-process buffer before tranmission. Error code(val/val)
ERROR: 転送前にバッファを前処理できません。エラー・コードは (val/val) です。

説明

While handling a message before transmission (presend), the system was unable to process the message.

アクション

BEA Customer Support にお問い合わせください。

6041

ERROR:Insufficient field length for encryption
ERROR: 暗号化にはフィールド長が短すぎます。

説明

UBBCONFIG の保護されているコンフィギュレーション属性を暗号化する際に、内部エラーが発生しました。

アクション

BEA Customer Support にお問い合わせください。

6042

ERROR:Unsuccessful encryption initialization of a protected field
ERROR: セキュリティ保護されたフィールドの暗号化を初期化できません。

説明

UBBCONFIG の保護されているコンフィギュレーション属性を暗号化する際に、内部エラーが発生しました。

アクション

BEA Customer Support にお問い合わせください。

6043

ERROR:Unsuccessful encryption of a protected field
ERROR: セキュリティ保護されたフィールドを暗号化できません。

説明

UBBCONFIG の保護されているコンフィギュレーション属性を暗号化する際に、内部エラーが発生しました。

アクション

BEA Customer Support にお問い合わせください。

6044

ERROR:insufficient decryption buffer length
ERROR: 復号化のためのバッファ長が短すぎます。

説明

TUXCONFIG の保護されているコンフィギュレーション属性を暗号化する際に、内部エラーが発生しました。

アクション

BEA Customer Support にお問い合わせください。

6045

ERROR:Unsuccessful decryption initialization of a protected field
ERROR: セキュリティ保護されたフィールドの復号化を初期化できません。

説明

TUXCONFIG の保護されているコンフィギュレーション属性を暗号化する際に、内部エラーが発生しました。

アクション

BEA Customer Support にお問い合わせください。

6046

ERROR:Unsuccessful decryption of a protected field
ERROR: セキュリティ保護されたフィールドを復号化できません。

説明

TUXCONFIG の保護されているコンフィギュレーション属性を暗号化する際に、内部エラーが発生しました。

アクション

BEA Customer Support にお問い合わせください。

6047

ERROR:Insufficient field length for encryption
ERROR: 暗号化にはフィールド長が短すぎます。

説明

UBBCONFIG の保護されているコンフィギュレーション属性を暗号化する際に、内部エラーが発生しました。

アクション

BEA Customer Support にお問い合わせください。

6048

ERROR:Length of the secret password exceeds the maximum allowed
ERROR: パスワードの長さが最大長を超えています。

説明

UBBCONFIG の保護されているコンフィギュレーション属性を暗号化する際に、内部エラーが発生しました。

アクション

BEA Customer Support にお問い合わせください。

6049

ERROR:Length of the clear-text part of the field exceeds the maximum allowed
ERROR: フィールドの平文部分の長さが最大値を超えています。

説明

UBBCONFIG の保護されているコンフィギュレーション属性を暗号化する際に、内部エラーが発生しました。

アクション

BEA Customer Support にお問い合わせください。

6050

ERROR:Decrypted protected field has non-displayable characters. Substitute the encrypted password with ***** and run tmloadcf again
ERROR: 復号化した保護フィールドに、表示できない文字が含まれています。暗号化されたパスワードを ***** に置き換えて tmloadcf を再実行してください。

説明

One of the protected attributes (OPENINFO in *GROUPS, PROPS or DBPASSWORD in *JDBCCONNPOOLS) was found encrypted in UBBCONFIG during tmloadcf, but the old encryption key does not exist.

アクション

Replace the encrypted information with "*****", and run tmloadcf again.

6051

ERROR:Previous encryption key lost. Substitute the encrypted password with ***** and run tmloadcf again
ERROR: 以前の暗号化キーが消失しています。暗号化されたパスワードを「*****」に置き換えて tmloadcf を再実行してください。

説明

One of the protected attributes (OPENINFO in *GROUPS, PROPS or DBPASSWORD in *JDBCCONNPOOLS) was found encrypted in UBBCONFIG during tmloadcf, but the old encryption key is invalid.

アクション

Replace the encrypted information with "*****", and run tmloadcf again.

 

Skip footer navigation  Back to Top Previous Next