Skip navigation.

CMDTUX メッセージ 3000-3099

  Previous Next

3000

ERROR:Cannot allocate memory to retrieve service table entries
ERROR: サービス・テーブル・エントリを検索するための、メモリ割り当てに失敗しました。

説明

サービス・テーブル・エントリを検索するためのメモリを割り当てられませんでした。

アクション

Make sure that 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 on the machine.

3001

ERROR:Can't boot more than one primary svrtype server. errstr=errstr
ERROR: 複数のプライマリ svrtype サーバを起動することはできません。errstr=errstr

説明

2 番目のプライマリ・イベント・サーバを起動しようとしました。

アクション

1 つのアプリケーションで稼動できるのは、1 つのプライマリ・システム・イベント・サーバと 1 つのユーザ・イベント・サーバのみです。ほかのすべてのイベント・サーバは、セカンダリ・サーバとして構成しなければなりません。

関連項目

TMSYSEVT(5), TMUSREVT(5)

3003

INFO:Invalid Polling Frequency value specified, Resetting to default of 30 seconds
INFO: 無効なポーリング頻度 value が指定されました。デフォルトの 30 秒に再設定します。

説明

ポーリング頻度は正の値でなければなりません。

アクション

The value of polling frequency specified in the UBBCONFIG file for the event server is invalid. Specify a valid value.

関連項目

TMSYSEVT(5), TMUSREVT(5)

3004

ERROR:Couldn't allocate memory to store control_file name
ERROR: control_file 名を保存するメモリが割り当てられません。

説明

コントロール・ファイル名の保存用メモリを割り当てられませんでした。

アクション

Make sure that 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 on the machine.

3005

ERROR:Can't put FIELDTBLS32 into environment
ERROR: FIELDTBLS32 を環境に配置できません。

説明

The BEA TUXEDO server was unable to set FIELDTBLS32 in the process's environment using putenv.

アクション

いくつかの不要な変数の設定を解除して既存の環境を小さくするか、またはオペレーティング・システムで許容されるレベルまで環境を大きくして、サーバを再起動します。

3006

ERROR:Environment variable TUXDIR not defined
ERROR: 環境変数に TUXDIR を設定できません。

説明

The TUXDIR environment variable must be set prior to booting a BEA TUXEDO server.

アクション

Set the TUXDIR variable and start the server again.

関連項目

ubbconfig(5)

3007

ERROR:Can't put FIELDTBLDIR32 into environment
ERROR: FIELDTBLDIR32 を環境に配置できません。

説明

The BEA TUXEDO server was unable to set FIELDTBLDIR32 in the process's environment using putenv.

アクション

いくつかの不要な変数の設定を解除して既存の環境を小さくするか、またはオペレーティング・システムで許容されるレベルまで環境を大きくして、サーバを再起動します。

3008

ERROR:Fldid failed(Ferror32=value). Can't find TA_EVENT_EXPR in FIELDTBLS32 files
ERROR: Fldid が異常終了しました (Ferror32=value)。FIELDTBLS32 ファイルで TA_EVENT_EXPR を見つけることができません。

説明

イベント・サーバが FML32 記述ファイルを見つけられませんでした。

アクション

The event server needs access to $TUXDIR/udataobj/tpadm file and $TUXDIR/udataobj/evt_mib files before it can process any requests. Make sure that the files exists in the directory and are readable by the server.

関連項目

TMSYSEVT(5), TMUSREVT(5)

3009

ERROR:Failed to advertise svc service for Primary Event Server. tperrno=tperrno
ERROR: プライマリ・イベント・サーバに対して、svc サービスを宣言できませんでした。tperrno=tperrno

説明

The event server couldn't advertise service svc. tperrno details the tperrno returned by tpadvertise().

アクション

Make sure that the MAXSERVICES parameter in RESOURCES section of UBBCONFIG is big enough. If it is not big enough, either change the parameter dynamically or shut down the application and rebuild TUXCONFIG and then reboot the event server.

関連項目

TMSYSEVT(5), TMUSREVT(5)

3010

INFO:TMSYSEVT is exiting
INFO: TMSYSEVT が終了します。

説明

システム・イベント・サーバがアプリケーションを正常に終了します。

アクション

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

関連項目

TMSYSEVT(5)

3012

WARN:Cannot open event control file file
WARN: イベント・コントロール・ファイル file をオープンできません。

説明

The Event Server couldn't open the static subscription file file.

アクション

イベント・サーバが、静的に定義されたサブスクリプションのリストを含むファイルをオープンできませんでした。ファイルが存在することを確認します。指定されたファイルをオープンできない場合やファイルが指定されていない場合、サーバはデフォルト・ファイルを使用します。

関連項目

TMSYSEVT(5), TMUSREVT(5)

3013

ERROR:Cannot allocate memory for fielded buffer
ERROR: フィールド化バッファにメモリを割り当てられません。

説明

FML32 バッファ用のメモリを割り当てられませんでした。

アクション

Make sure that 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 on the machine.

3014

ERROR:Couldn't initialize the allocated the memory as a fielded buffer, Ferror32=errno
ERROR: 割り当てられたメモリをフィールド化バッファとして初期化できません、Ferror32=errno

説明

The Event Server failed to Finit32 an FML32 buffer.

アクション

Contact your BEA TUXEDO system Technical Support and provide the Ferror32 errno.

関連項目

Finit32(3fml)

3015

ERROR:Could not allocate num more bytes for FML32 buffer
ERROR: FML32 バッファにあと num バイト余分に割り当てられませんでした。

説明

FML32 バッファをより大きなサイズに再割り当てできませんでした。

アクション

Make sure that 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 on the machine.

3016

ERROR:Could not parse the control file file, Ferror32=errstr
ERROR: コントロール・ファイル file を解析できませんでした。Ferror32=errstr

説明

The event server failed to parse the control file file.

アクション

Check the errstr string in the message and take corrective action. If there are errors associated with the subscriptions in the control file, a bad .PID file is created in APPDIR directory. Correct all the subscriptions that have errors and restart the event server.

関連項目

Fextread(3fml)

3017

ERROR:Could not parse the control file file, Ferror32=errstr
ERROR: コントロール・ファイル file を解析できませんでした。Ferror32=errstr

説明

The event server failed to parse the control file file.

アクション

Check the errstr string in the message and take corrective action. If there are errors associated with the subscriptions in the control file, a bad .PID file is created in APPDIR directory. Correct all the subscriptions that have errors and restart the event server.

関連項目

Fextread(3fml), EVENT_MIB(5)

3018

ERROR:Could not parse the control file file, Uunixerr=errno
ERROR: コントロール・ファイル file を解析できませんでした。Uunixerr=errno

説明

The event server failed to parse the control file file.

アクション

The event server encountered a UNIX system call error while reading the subscriptions in the control file using the FML32 function Fextread. The errno returned from the system call is specified in the userlog message. Take corrective action and restart the server.

関連項目

read(2) in Unix System reference manuals, Fextread(3fml)

3019

WARN:-t option ignored as argument must be numeric
WARN: -t オプションの引き数は数値でなければならないので、このオプションは無視されます。

説明

The transaction timeout value specified in the UBBCONFIG file is incorrect.

アクション

The transaction timeout value specified in the UBBCONFIG file for Event Server is incorrect. Specify a valid value. The Event Server defaults to 30 seconds for invalid values.

関連項目

TMSYSEVT(5), TMUSREVT(5)

3020

WARN:-t option ignored as argument is too large
WARN: t オプションの引き数が大きすぎるため、このオプションは無視されます。

説明

The transaction timeout value specified in the UBBCONFIG file is too big.

アクション

The transaction timeout value specified in the UBBCONFIG file for Event Server is too big. Specify a valid value. The Event Server defaults to 30 seconds for invalid values.

関連項目

TMSYSEVT(5), TMUSREVT(5)

3021

ERROR:Could not parse the control file file, Unknown Ferror32=errno
ERROR: コントロール・ファイル file を解析できませんでした。不明な Ferror32=errno

説明

The Event Server failed to parse the control file file.

アクション

The Event Server got an unknown error value from Fextread32. Check the control file to determine if it is corrupted.

関連項目

Fextread(3fml)

3022

ERROR:Cannot open file for writing subscription records
ERROR: サブスクリプション・レコードの書き込み用に、file をオープンできません。

説明

The Event Server can't open file for writing subscription records.

アクション

The Event Server can't open file for writing subscription records. Check the permissions on the file and restart the server.

3023

ERROR:Field required for operation but not provided
ERROR: 操作に必要なフィールドが与えられていません。

説明

サブスクリプション・レコードに必要な属性が欠落しています。

アクション

A mandatory attribute in a subscription record is missing. The fieldid of the missing field is in TA_BLDFLD. Correct the error and restart the server to have this subscription take effect.

関連項目

EVENT_MIB(5), TM_MIB(5)

3024

ERROR:Fieldid32 fldid32 exceeds maximum length of len
ERROR: Fieldid32 fldid32 が最大長の len を超えています。

説明

The FML32 identifier whose fieldid is fldid32 exceeds allowable length.

アクション

フィールドの長さを訂正し、サーバを再起動してこのサブスクリプションを有効にします。

関連項目

EVENT_MIB(5)

3025

ERROR:Cannot specify both TA_EVENT_FILTER and TA_EVENT_FILTER_BINARY
ERROR: TA_EVENT_FILTER と TA_EVENT_FILTER_BINARY の両方は指定できません。

説明

サブスクリプションで指定できるイベント・フィルタは 1 つのみです。

アクション

You can only specify either TA_EVENT_FILTER or TA_EVENT_FILTER_BINARY in a subscription. Correct the error and resubmit the request.

関連項目

EVENT_MIB(5)

3026

ERROR:fldname32 can only be set to values
ERROR: fldname32 は、values にのみ設定できます。

説明

An invalid value has been specified for FML32 field fldname32.

アクション

The only acceptable values for FML32 field fldname32 are those in values. Specify a valid value and resubmit the request.

関連項目

EVENT_MIB(5)

3027

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

説明

イベント・サーバ用にメモリを割り当てられませんでした。

アクション

Make sure that 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 on the machine.

3028

ERROR:Cannot compile event expression expr, error=errstr
ERROR: イベント式 expr をコンパイルできません。 error=errstr

説明

無効なイベント式が、サブスクリプション・レコードで検出されました。

アクション

The Event Server failed to compile the event expression expr. The error string returned from _gp_recomp is printed in the userlog message.

関連項目

tpsubscribe(3c), _gp_recomp(3c)

3029

ERROR:Couldn't allocate memory to store control_file name
ERROR: control_file 名を保存するメモリが割り当てられません。

説明

コントロール・ファイル名の保存用メモリを割り当てられませんでした。

アクション

Make sure that 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 on the machine.

3030

ERROR:Couldn't initialize the allocated the memory as a fielded buffer, Ferror32=errno
ERROR: 割り当てられたメモリをフィールド化バッファとして初期化できません、Ferror32=errno

説明

The Event Server failed to Finit32 an FML32 buffer.

アクション

Contact your BEA TUXEDO system Technical Support and provide the Ferror32 errno.

関連項目

Finit32(3fml)

3031

INFO:TMUSREVT is exiting
INFO: TMUSREVT が終了します。

説明

システム・イベント・サーバがアプリケーションを正常に終了します。

アクション

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

関連項目

TMUSREVT(5)

 

Skip footer navigation  Back to Top Previous Next