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

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

前 次

200


ERROR: Cannot find file filename

Description

When executing jmkfldhdr, the specified file, filename, could not be found. If the file name was specified on the command line, jmkfldhdr looks for the file in the current directory. If the file name was specified in the FIELDTBLS environment variable and not on the command line, jmkfldhdr looks for the file in the directories listed in the FLDTBLDIR environment variable; otherwise, if the FLDTBLDIR environment variable is not set, only the current directory is searched.

Action

Check that the file name is correct and that the FLDTBLDIR environment variable is set correctly.

See Also

jmkfldhdr(1), field_tables(5)


201


ERROR: Cannot open input file filename

Description

jmkfldhdr failed to open the specified input file, filename, for reading.

Action

Check that the input file exists and has read permission.

See Also

jmkfldhdr(1)


202


ERROR: Cannot open output file filename

Description

jmkfldhdr failed to create and open the specified output file, filename, for writing.

Action

Check that the directory for the output file exists and has write and execute permissions set correctly. If the file already exists, check that it has write permissions set correctly.

See Also

jmkfldhdr(1)


203


ERROR: Invalid base number, val, in file val; line ignored

Description

While processing a field table file filename with jmkfldhdr, a line with an invalid base number base_number was encountered and ignored.

Action

The field table file will be processed, but the invalid line is ignored. Correct the base number and re-execute the command.

See Also

field_tables(5)


204


ERROR: Invalid line ignored in file val: val

Description

While processing a field table file filename with jmkfldhdr, an invalid line was encountered and ignored. The content of the line is printed.

Action

The field table file is processed, but the invalid line is ignored. Normally, the field table should be corrected and the command re-executed.

See Also

field_tables(5)


205


ERROR: Invalid type, val, in file val; line ignored

Description

While processing a field table file filename with jmkfldhdr, a line with an invalid field type field_type was encountered and ignored.

Action

The field table file is processed, but the invalid line is ignored. Correct the field type and re-execute the command.

See Also

field_tables(5)


206


ERROR: Invalid field number, val, in file val; line ignored

Description

While processing a field table file filename with jmkfldhdr, a line with an invalid field number field_number was encountered and ignored.

Action

The field table file is processed, but the invalid line is ignored. Correct the field number and re-execute the command.

See Also

field_tables(5)


214


エラー: [インタフェース名がNULLのためにインタフェース情報を取得できません]

説明

独自のインタフェースをWLEインフラストラクチャに登録する際に、サーバーで内部エラーが発生しました。

アクション

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


215


エラー: [*INTERFACESセクション表をオープンできません]

説明

Oracle Tuxedoシステムの内部関数を使用してインタフェース表からインタフェース情報を取得しようとしましたが、オープン操作が失敗しました。

アクション

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


216


エラー: [*INTERFACESセクション表から情報を読み取れません]

説明

Oracle Tuxedoシステムの内部関数が、TUXCONFIGファイルのINTERFACESセクションを読み取れませんでした。

アクション

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


217


ERROR: Maximum number of types/subtypes, val, has been exceeded

Description

The maximum number of types/subtypes permitted for a particular TUXEDO System/T interface has been exceeded. The number allowed is val.

Action

Review the configuration file, verify that all interfaces use less than the maximum number of types/subtypes, and reload the TUXCONFIG file.

See Also

ubbconfig(5), tmloadcf(1)


218


ERROR: [Invalid buffer type information val]

Description

The buffer type information provided in the configuration file for an interface entry 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)


219


ERROR: [Invalid buffer subtype information val]

Description

The buffer subtype information provided in the configuration file for an interface entry 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)


220


エラー: 新しいリクエストを生成するためのクライアント・リクエストを一時停止しました

説明

一時停止されたクライアントがドメインに新しい作業を挿入しようとしました。クライアントの一時停止は、/AdminGUIまたは/AdminAPIを使用してアプリケーション管理者によって行われます。

アクション

アプリケーション管理者に連絡して、クライアントが一時停止された理由および一時停止がいつ解除されるかを確認してください。

関連項目

Oracle Tuxedoシステムの管理Oracle Tuxedo WebベースGUI管理者ガイドtpacall(3c)、 tpcall(3c)、MIB(5)、TM_MIB(5)


221


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

説明

malloc()を使用してオペレーティング・システムから動的にメモリーを割り当てようとしましたが失敗しました。

アクション

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


222


エラー: REPLYQの指定がNですが、MSSQが指定されています。このため応答を受信できません

説明

このサーバーに対して応答キューが設定されないように構成ファイルで指定されているため、tpcall(3c)またはtpacall(3c)のどちらかから応答を受信する際に、エラーが発生しました。

アクション

このサーバーでtpacallまたはtpcallの応答を受信する場合は、UBBCONFIGファイルを確認して編集し、このサーバーの応答キューを設定するためにREPLYQ=Yを指定してください。 このサーバーで応答を受信しない場合は、フラグ・パラメータをTPNOREPLYに設定してtpacall(3c)を使用してください。

関連項目

ubbconfig(5)、tpcall(3c)、tpacall(3c)


223


ERROR: Memory allocation failure val

Description

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

Action

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 swap space and physical memory on the machine.


224


エラー: MAXOBJECTSが0です。使用できるメソッドはありません。

説明

オブジェクト・メソッド関連の操作が実行されましたが、構成されているオブジェクトがありません。

アクション

UBBCONFIGファイルのRESOURCESセクションのMAXOBJECTSパラメータを設定してアプリケーションを再構成し、表のサイズを大きくしてください。

関連項目

ubbconfig(5)


225


ERROR: One-way method was not executed

Description

An attempt to execute a one way method failed. No notification goes back to the client.

Action

No action is needed.


226


ERROR: Cannot create call descriptor for callout message, tperrno=val

Description

While generating a descriptor handle for a callout message, an error occurred with tperrno tperrno.

Action

The maximum number of outstanding asynchronous callout method invocations was reached. Retrieve replies to at least one of the invocations and issue the callout again.


227


ERROR: Unable to send callout message to process (val)

Description

While sending a callout message to process pid, an error occurred.

Action

The most common cause of this error message is that the recipient of the callout message has died. Check to see if pid is still running; if it is, contact Oracle Customer Support.


228


エラー: 認識できないメッセージ・タイプを受信しました。失敗応答を送信します

説明

サーバーが、無効なサービス・リクエスト・メッセージを受信しました。これは無視され、リクエスト元に失敗応答が送信されます。

アクション

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


229


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

説明

malloc()を使用してオペレーティング・システムから動的にメモリーを割り当てようとしましたが、サーバーでのサービス・リクエストの受信中に失敗しました。

アクション

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


230


エラー: 会話型サーバーでリクエスト/レスポンス型リクエストを受信しました

説明

会話型サーバーが、リクエスト/レスポンス型サーバーからメッセージ・リクエストを受信しました。

アクション

tpcalltpacallまたはtpforwardで使用されるサービス名が、会話型サーバーではなくリクエスト/レスポンス型サーバーに属することを検証してください。

関連項目

tpcall(3c)、tpacall(3c)およびtpforward(3c)。


231


エラー: リクエスト/レスポンス型サーバーで会話型リクエストを受信しました

説明

リクエスト/レスポンス型サーバーが、会話型サーバーからメッセージ・リクエストを受信しました。

アクション

tpconnectのサービス名が、リクエスト/レスポンス型サーバーではなく会話型サーバーに属することを検証してください。

関連項目

tpconnect(3c)


232


ERROR: Old M3 request received by new server process

Description

Method requests received by an M3 server that were routed via the Active Object Map (that is, not stateless) must be processed by the same process to which the routing function sent the request. The original server died and this is a restarted server that is rejecting an old enqueued message.

Action

No action required.


233


ERROR: Service request problem, tperrno = val

Description

A message request was received indicating that the message should be handled by the server in transaction mode and the corresponding tpbegin failed.

Action

Verify that the message was not received by an unsolicited message handler, the server was not part of or registered with the application, the global transaction id was valid, the server had no outstanding reply messages, the resource manager was not opened, there was not enough space in the global transaction table, the resource manager xa_start failed, or a BBL lock or unlock failed.

See Also

tpbegin(3c)


234


WARN: Server groupid/serverid: client process processid: lost message

Description

A server died and the specified server (with group identifier groupid and server identifier serverid) is recovering on its behalf. A message from the client with the specified processid has been lost. Additional information will be printed in subsequent messages.

Action

No action required.

See Also

Messages 235 and 236.


235


WARN: SERVICE=servicename MSG_ID=msgid REASON=server died

Description

A server died while processing the service servicename. The client from which the message was sent is still active so a response message will be sent indicating the failure.

Action

No action required.

See Also

Message 234.


236


WARN: SERVICE=servicename MSG_ID=msgid REASON=server and client died

Description

A server died while processing the service servicename. The client from which the message was sent is no longer active either so a response message cannot be sent indicating the failure.

Action

No action required.

See Also

Message 234.


237


エラー: 自身のサーバー・エントリが見つかりません

説明

サーバーでサービス・リクエストを受信する際に、サーバーが掲示板で独自のエントリを検出できませんでした。

アクション

アプリケーションの問題を示すメッセージがULOGに前出していないか確認し、アプリケーション管理者に問い合せてください。 問題が解決しない場合は、Oracleカスタマ・サポートに連絡してください。


238


WARN: Invalid server pool option -p val

Description

The given argument is in an invalid format.

Action

The format for the -p option is:

-p[L][low-water][,[terminate_time]][:
[high_water][,create_time]]

Reformat argument to comply with the format for -p.

See Also

servopts(5)


239


エラー: リクエスト受信中に致命的なエラーが発生しました。サーバーをシャットダウンします

説明

受信サービス・リクエストの受信中に、システムが致命的なエラーを検出しました。

アクション

このメッセージは、サーバーが操作を続行できない状況が検出された場合に出力されます。最も一般的な原因はメモリー不足およびメモリーの破損ですが、他の状況がこの動作を引き起こす場合もあります。サーバーはシャットダウンします。システムに十分なメモリーがあり、サーバー内のメモリーが破損していない場合は、Oracleカスタマ・サポートに連絡してください。


240


エラー: spawn時に無効なマシン識別子が指定されました

説明

会話型サーバーを生成するための準備中に、呼出し側プロセスが独自のマシン表エントリの取得に失敗しました。エントリの取得に使用するマシン識別子が無効です。このため、会話型サーバーは生成されません。

アクション

この障害に関連する他のメッセージが含まれていないか、ULOGを確認してください。 その上で、適切なシステム・メッセージを参照してください。もしくは、Oracleカスタマ・サポートに連絡してください。


241


エラー: spawn時に引数のフォーマット作成に失敗しました

説明

会話型サーバーの生成準備中に、呼出し側プロセスがそのサーバーに対するコマンド・ライン引数の作成に失敗しました。malloc(3)またはrealloc(3)を使用してオペレーティング・システムから動的にメモリーを割り当てようとしましたが、コマンド・ラインの作成中に失敗しました。このため、会話型サーバーは生成されません。

アクション

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


242


ERROR: aout=val: too many arguments

Description

While getting ready to spawn a conversational server, the calling process failed to set the argument vector for that server. The calling process attempted to pass more than 256 arguments to the conversational server. The conversational server will, therefore, not be spawned.

Action

Make sure the number of arguments passed to the conversational server is not greater than 256. Note that the system may be adding up to eight arguments to the command line obtained from the configuration file.

See Also

ubbconfig(5)


243


エラー: spawnエラーです。forkできません

説明

呼出し側プロセスが会話型サーバーの生成に失敗しました。fork(2)の呼出しが失敗しました。

アクション

システムで制限されている、各ユーザーが実行できるプロセスの合計数を超えた可能性があります。その場合は、Oracle Tuxedoシステムのアプリケーション管理者がシステム上で実行しているプロセスの数を減らすか、UNIXカーネルを再構成してユーザーごとに許可されるプロセスの合計数を増やしてください。

関連項目

UNIXリファレンス・マニュアルのfork(2)


244


エラー: execできません。実行可能ファイルが見つかりません

説明

呼出し側プロセスが会話型サーバーの生成に失敗しました。exec(2)の呼出しが失敗しました。生成する会話型サーバーが存在しません。

アクション

会話型サーバーがアプリケーション・ディレクトリにあることを確認してください。

関連項目

UNIXリファレンス・マニュアルのexec(2)、ubbconfig(5)


245


エラー: アプリケーションの初期化が失敗しました

説明

動的に生成された会話型サーバーに対するtpsvrinit(3c)処理で、アプリケーションの初期化障害が発生しました。

アクション

アプリケーション固有のコードを調べてエラーの原因を突き止めてください。

関連項目

Oracle Tuxedoプログラマーズ・ガイドtpopen(3c)、tpsvrinit(3c)


246


エラー: execできません。ネットワーク送信エラーです

説明

ネットワークの問題により、呼出し側プロセスが会話型サーバーの生成に失敗しました。

アクション

ネットワークがパーティション化されていないこと、およびリモート・サイトが起動していることを確認してください。リモート・サイトが起動していない場合は、tmboot(1)を呼び出してください。リモート・サイトが起動している場合は、tmadmin(1)を使用してネットワークのステータスを確認し、必要に応じてリモート・サイトをネットワークに再接続してください。

関連項目

UNIXリファレンス・マニュアルのexec(2)、tmadmin(1)、tmboot(1)、ubbconfig(5)


247


WARN: process id=pid ... Assume started (network).

Description

The calling process attempted to spawn a conversational server. The conversational server with a process ID of pid is believed to have been started. However, the calling process did not receive an acknowledgment.

Action

Make sure a conversational server with process ID pid is running. If not, look for a core dump in the application directory.


248


WARN: process id=pid ... Assume started (pipe).

Description

The calling process attempted to spawn a conversational server. The conversational server with a process ID of pid is believed to have been started. However, the calling process did not receive an acknowledgment.

Action

Make sure a conversational server with process ID pid is running. If not, look for a core dump in the application directory.


249


エラー: BBLが存在しないためブートできません

説明

呼出し側プロセスが会話型サーバーの生成に失敗しました。BBLがアクティブではありません。

アクション

会話型サーバーが生成されるサイト上で、BBLが起動していることを確認してください。 tmadmin(1)を使用してアプリケーションのステータスを確認してください。BBLを起動する必要がある場合は、tmboot(1)を使用してください。

関連項目

tmadmin(1)、tmboot(1)


250


エラー: DBBLが存在しないためブートできません

説明

呼出し側プロセスが会話型サーバーの生成に失敗しました。DBBLがマスター・サイト上でアクティブではありません。

アクション

DBBLがマスター・サイト上で起動していることを確認してください。tmadmin(1)を使用してアプリケーションのステータスを確認してください。

関連項目

tmadmin(1)


251


エラー: spawningプロセスが失敗しました。

説明

呼出し側プロセスが会話型サーバーの生成に失敗しました。

アクション

この障害に関連する他のメッセージが含まれていないか、ULOGを確認してください。その上で、適切なシステム・メッセージを参照してください。もしくは、Oracleカスタマ・サポートに連絡してください。

関連項目

メッセージ252および253。


252


ERROR: Process process at site failed with /T error (errmsg)

Description

The calling process failed to spawn a conversational server, process. The spawned server failed on site site.

Action

Take corrective measures based on errmsg.


253


ERROR: Process process at site failed with code code

Description

The calling process failed to spawn a conversational server, process. The spawned server failed on site site.

Action

Take corrective measures based on error code code.


254


ERROR: The -p option is valid only for SHM mode with load balancing

Description

To use the server pool option -p, the application must be SHM mode and must have load balancing turned on.

Action

Remove the -p option from the CLOPT for the affected server. Make sure the application is running in SHM mode. Remember that SHM mode applications should have no NETWORK section in the UBBCONFIG file and should have MODEL set to SHM. Turn load balancing on in the application by specifying LDBAL to Y in the RESOURCES section of the UBBCONFIG file.

See Also

servopts(5)


255


ERROR: The -p option is not valid for conversational servers

Description

To use the server pool option -p, the server must not be conversational.

Action

Remove the -p option from the CLOPT for the affected server. Make sure the server is not conversational by specifying CONV=N in the SERVERS section of the UBBCONFIG file for the affected server.

See Also

servopts(5)


256


エラー: -pオプションはMSSQサーバーにのみ有効です

説明

サーバー・プール・オプション-pを使用するには、MAXが1より大きいMSSQセットにサーバーが含まれている必要があります。

アクション

影響を受けるサーバーのCLOPTから-pオプションを削除してください。 UBBCONFIGファイルのSERVERSセクションでサーバーのRQADDRを指定して、サーバーがMSSQセットに含まれるようにしてください。 影響を受けるサーバーに関して、UBBCONFIGファイルのSERVERSセクションにあるMAXの値が1より大きいことを確認してください。

関連項目

servopts(5)


257


ERROR: Invalid -p values val,val:val,val

Description

One of the values lw, tt, hw, or ct is incorrect.

Action

The format for the -p option is:

 -p[L][low-water][,[terminate_time]][:
[high_water][,create_time]]

Reformat the argument to comply with the format for -p.

See Also

servopts(5)


258


エラー: 掲示板をロックできません

説明

サーバー・プールのテストの際に掲示板をロックしようとしましたが、エラーが発生しました。

アクション

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

関連項目

servopts(5)


259


エラー: メッセージ・バッファがNULLです。サービスをディスパッチできません

説明

メッセージ(サービス・リクエスト)を継続的にデキューするサーバー実行関数が、nullのメッセージ・ポインタを使用してサーバー・ディスパッチ・ルーチンを呼び出しました。これは、メッセージのデキューが失敗したことを意味します。

アクション

システムのメッセージ・リソースが破損している可能性があります。


260


ERROR: Unknown service request name

Description

The server dispatch function calls a high-level service dispatch, which attempts to find the entry point address of the service and cannot. The server dispatch function records this error.

Action

Shared memory may be corrupted, or the ipc application key is not correct.


261


エラー: 応答の送信が失敗しました

説明

サーバー・ディスパッチ関数が高度なサービス・ディスパッチを呼び出し、これによってサービスのエントリ・ポイント・アドレスの検出が試行されますが失敗します。サーバー・ディスパッチ関数は、メッセージ(応答)を介してこのエラーを呼出し元に伝達します。その際にメッセージの送信が失敗すると、このメッセージが表示されます。

アクション

システムのメッセージ・リソースが使い果された、アプリケーションがパーティション化されている、または共有メモリーが破損している可能性があります。


262


ERROR: Service 'name' failed to call tpreturn or tpforward

Description

The server dispatch function calls the service. Control returning after this call is an indication that tpreturn failed (it does a longjmp and should never return after the call), or tpforward failed (it gives up control to another server). These are the only two ways a service can surrender control after processing a service.

Action

The stack in the service became corrupted. Try running the service under a debugger.

See Also

tpsvrdone(3c)


263


エラー: サービス名がNULLです。サービス・リクエストがディスパッチできません

説明

ディスパッチされたメッセージにサービス・リクエスト名が含まれていなかったため、(サービス・ディスパッチ・ルーチンに呼び出された)作業開始ルーチンに呼び出されたサービス開始ルーチンが失敗しました。

アクション

アプリケーションのipcキーが正しいこと、および複数のアプリケーションが同じipcキーを使用していないことを検証してください。また、関連付けられているメッセージ・キューで他の障害が発生していないか確認してください。


264


エラー: 関数アドレスに-1が設定されました

説明

リクエストされたサービス関数アドレスの掲示板エントリにゼロが含まれていたため、(サービス・ディスパッチ・ルーチンに呼び出された)作業開始ルーチンに呼び出されたサービス開始ルーチンが失敗しました。

アクション

アプリケーションのipcキーが正しいこと、および複数のアプリケーションが同じipcキーを使用していないことを検証してください。


265


エラー: 無効なメッセージ・ポインタを指定されました

説明

先に発生したTPESYSTEMエラーのため、サービス・ディスパッチ・ルーチンがサービス作業開始ルーチンにnullポインタを渡しました。これは(D)BBLまたはサーバーで発生し、破損または無効なメッセージを受信したことを示します。

アクション

正しいマシン・タイプが設定されていること、アプリケーションのipcキーが正しいこと、および複数のアプリケーションが同じipcキーを使用していないことを検証してください。


266


エラー: サービスを実行できません。アドレスが不明です

説明

サービス・ディスパッチの際に、サービス開始関数が障害を示すnullを戻しました。 これは、ディスパッチされたメッセージにnullのサービス名が表示されていた、リクエストされたサービスが見つからない、または掲示板がロックされていないことに起因します。

アクション

アプリケーションのipcキーが正しいこと、複数のアプリケーションが同じipcキーを使用していないこと、およびサービスが通知されていることを検証してください。


267


エラー: 作業が終了しました。2度停止はできません

説明

サービスがディスパッチから復帰すると、そのサービスが正常に開始されたかどうかを確認するためにフラグがチェックされます。このフラグが設定されていない場合、このエラー・メッセージが表示されます。このフラグがオンになるのはサービスが開始された場合のみで、オフになるのはservice完了関数が完了した場合のみです。サービスがまだ開始されていないか、サービス完了関数が2回以上呼び出されました。

アクション

サーバー障害の詳細は、ULOGを確認してください。


268


エラー: 未処理のハンドルのためにコミット・エラーがありました

説明

未処理のハンドルでトランザクションをコミットしようとして失敗しました。

アクション

これはアプリケーション・エラーです。tpcommit()を呼び出す前に、未処理のハンドルがないことを確認してください。


269


ERROR: Cannot retrieve gtrid for aomhandle val

Description

While attempting to check the entering transaction's validity, an invalid AOM handle was detected.

Action

Contact Oracle Customer Support.


270


ERROR: Cannot allocate return gtrid

Description

An attempt to allocate space for internal data structures failed because the server process ran out of memory.

Action

This error may indicate that all available memory for the process has been exhausted. Ensure that operating system parameters are set correctly for the amount of memory on the machine and for 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.


271


ERROR: buffer pool: Invalid set size val

Description

An invalid set size was specified when requesting a new buffer set in the JNI buffer pool.

Action

Contact Oracle Customer Support.


272


ERROR: Cannot allocate buffer stream

Description

An attempt to allocate space for internal data structures failed because the server process ran out of memory.

Action

This error may indicate that all available memory for the process has been exhausted. Ensure that 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.


273


ERROR: Cannot create global ref for stream

Description

Cannot create a global reference for the buffer stream.

Action

Contact Oracle Customer Support.


274


WARN: Cannot allocate input buffer header

Description

An attempt to allocate space for internal data structures failed because the server process ran out of memory.

Action

This error may indicate that all available memory for the process has been exhausted. Ensure that 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.


275


ERROR: Cannot allocate input buffer header

Description

An attempt to allocate space for internal data structures failed because the server process ran out of memory.

Action

This error may indicate that all available memory for the process has been exhausted. Ensure that operating system parameters are set correctly for the amount of memory on the machine and for 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.


276


WARN: Cannot allocate input buffer

Description

An attempt to allocate space for internal data structures failed because the server process ran out of memory.

Action

This error may indicate that all available memory for the process has been exhausted. Ensure that operating system parameters are set correctly for the amount of memory on the machine and for 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.


277


ERROR: Cannot allocate input buffer

Description

An attempt to allocate space for internal data structures failed because the server process ran out of memory.

Action

This error may indicate that all available memory for the process has been exhausted. Ensure that operating system parameters are set correctly for the amount of memory on the machine and for 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.


278


ERROR: Cannot lock buffer pool

Description

Cannot get the lock for the JNI buffer pool.

Action

Contact Oracle Customer Support.


279


ERROR: Cannot unlock buffer pool

Description

Cannot release the lock for the JNI buffer pool.

Action

Contact Oracle Customer Support.


280


ERROR: Cannot allocate extra free list header

Description

An attempt to allocate space for internal data structures failed because the server process ran out of memory.

Action

This error may indicate that all available memory for the process has been exhausted. Ensure that operating system parameters are set correctly for the amount of memory on the machine and for 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.


281


ERROR: Cannot allocate Jolt buffer

Description

An attempt to allocate space for internal data structures failed because the server process ran out of memory.

Action

This error may indicate that all available memory for the process has been exhausted. Ensure that operating system parameters are set correctly for the amount of memory on the machine and the for 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.


282


ERROR: send0: Cannot find request header

Description

Cannot retrieve the header of the request message while attempting to send the reply for the request.

Action

Contact Oracle Customer Support.


283


ERROR: sendRequest: Missing objinfo

Description

The object info was missing while attempting to send a TUXEDO request.

Action

Contact Oracle Customer Support.


284


ERROR: Cannot allocate reply input stream

Description

An attempt to allocate space for internal data structures failed because the server process ran out of memory.

Action

This error may indicate that all available memory for the process has been exhausted. Ensure that 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.


285


ERROR: Cannot convert buffer to Jolt format: val (val)

Description

An error occurred while converting a received buffer to Jolt format.

Action

Contact Oracle Customer Support.


286


ERROR: Native context initialization called after contexts have been created

Description

The contexts have already been created while attempting to initialize native contexts.

Action

Contact Oracle Customer Support.


287


ERROR: tpcall(.TMIB) failure val

Description

The server process was unable to call the TMIB. Details about the error that was returned are indicated by errnum.

Action

Take corrective action based on the returned value of errnum. If the problem persists, contact Oracle Customer Support.


288


ERROR: Client information not found

Description

Cannot find the client name and username from TMIB.

Action

Contact Oracle Customer Support.


289


ERROR: Client information not found

Description

Cannot find the client name and username from TMIB.

Action

Contact Oracle Customer Support.


290


ERROR: msgsnd failed in sendSignal with errno val

Description

An error occurred while sending signal (via a zero-length message) to wake up the main thread.

Action

Contact Oracle Customer Support.


291


ERROR: Out of memory. Cannot allocate space for Java info

Description

An attempt to allocate space for internal data structures failed because the server process ran out of memory.

Action

This error may indicate that all available memory for the process has been exhausted. Ensure that operating system parameters are set correctly for the amount of memory on the machine and for 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.


292


ERROR: Cannot find val class

Description

The JNI function FindClass cannot find the specified class.

Action

Make sure the CLASSPATH is appropriately set. If the problem persists, contact Oracle Customer Support.


293


ERROR: Cannot create ref for val

Description

Cannot create a global reference for the specified class.

Action

Contact Oracle Customer Support.


294


ERROR: Cannot find val.val

Description

Cannot find the specified method in the specified class.

Action

Contact Oracle Customer Support.


295


ERROR: Cannot find val.val

Description

Cannot find the specified field in the specified class.

Action

Contact Oracle Customer Support.


296


ERROR: Cannot allocate request input stream

Description

An attempt to allocate space for internal data structures failed because the server process ran out of memory.

Action

This error may indicate that all available memory for the process has been exhausted. Ensure that operating system parameters are set correctly for the amount of memory on the machine and for 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.


297


ERROR: Unexpected Jolt opcode val

Description

An unexpected Jolt opcode was specified while attempting to send a Jolt message.

Action

Contact Oracle Customer Support.


298


ERROR: Invalid index val into object info table

Description

An invalid object info table index was specified while attempting to retrieve the object info.

Action

Contact Oracle Customer Support.


299


ERROR: Object info table entry at index val is free

Description

An invalid object info table entry was found while attempting to retrieve the object info.

Action

Contact Oracle Customer Support.


 先頭に戻る 前 次