Skip navigation.

CMDTUX メッセージ 4400-4499

  Previous Next

4400

INFO:Waiting up to seconds seconds for port to clear
INFO: ポートがクリアするのをあと seconds 秒待ちます。

説明

On some platforms the a TCP port may be help for up to four minutes by the operating system after use. The BRIDGE process will try to establish a port for ninety seconds before giving up completely. This message will print out every fifteen seconds with the amount of time which the BRIDGE process will wait for a hung port.

アクション

Ensure that the TCP port number being used by the BRIDGE is not in use by some other process. On some operating systems, the netstat command can be used to determine the state of TCP ports.

4401

ERROR:Could not establish network descriptor for address
ERROR: address に対するネットワーク記述子を確立できませんでした。

説明

The BRIDGE could not allocate memory for a network descriptor.

アクション

The BRIDGE ran out of memory when attempting to contact address. Make sure enough memory exists on the system running the BRIDGE. If it appears that there should be enough memory to run the BRIDGE, and this error happens consistently, contact BEA Customer Support.

4402

ERROR:Could not change state of network descriptor for address
ERROR: address に対するネットワーク記述子の状態を変更できませんでした。

説明

ネットワーク記述子の状態を非ブロッキングからブロッキングに変更する際、オペレーティング・システム・エラーが発生しました。

アクション

問題が解消されない場合は、BEA Customer Support にお問い合わせください。

4403

ERROR:Could not change state of network descriptor for address
ERROR: address に対するネットワーク記述子の状態を変更できませんでした。

説明

ネットワーク記述子の状態をブロッキングから非ブロッキングに変更する際、オペレーティング・システム・エラーが発生しました。

アクション

問題が解消されない場合は、BEA Customer Support にお問い合わせください。

4404

WARN:Could not reroute encrypted messages
WARN: 暗号化されたメッセージを再配信できませんでした。

説明

リンク・レベルまたは SSL の暗号化が、損傷したネットワーク・リンク上で使用されました。送信するメッセージは暗号化されているため、回復して他のアドレスに送信できません。

アクション

何も行う必要はありません。

4405

ERROR:NETGRPNO value value must be >= 0 and < highval
ERROR: NETGRPNO 値 value は 0 以上 highval 未満である必要があります。

説明

While compiling the UBBCONFIG file an error occurred. NETGRPNO numbers must be between 0 and highval.

アクション

Change the NETGRPNO value to be within the required range.

4406

ERROR: Memory allocation error

説明

An attempt dynamically to allocate memory from the operating system using calloc() failed while trying to allocate space for an network descriptor in the BRIDGE.

アクション

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

4407

ERROR:Invalid state change
ERROR: 無効な状態変更

説明

The administrator attempted to change the state of the BRIDGE from ACTIVE to PENDING or from PENDING to ACTIVE.

アクション

MIB 状態の変更は行いません。

4408

ERROR:Shutting down bridge, serious polling error
ERROR: ブリッジがシャットダウン中です。重大なポーリング・エラーです。

説明

ネットワーク記述子をポーリングする際、オペレーティング・システム・エラーが発生しました。

アクション

問題が解消されない場合は、BEA Customer Support にお問い合わせください。

4409

ERROR:Received message with unknown release number value
ERROR: 不明なリリース番号 value の付いた受信メッセージ

説明

The bridge received a packet with an unknown release number value. The network may be having difficulty. If encryption is in use, this error may be an indication that an attack is in progress.

アクション

問題が解消されない場合は、BEA Customer Support にお問い合わせください。

4410

ERROR:Error decoding BRIDGE RPC msg
ERROR: BRIDGE RPC msg の復号化エラー

説明

The BRIDGE has messages which are used to synchronize communications. One of these messages has been received from another BRIDGE, but the format is unknown.

アクション

問題が解消されない場合は、BEA Customer Support にお問い合わせください。

4412

ERROR:MAXPENDINGBYTES parameter must be >= 100000
ERROR: MAXPENDINGBYTES パラメータは 100000 以上である必要があります。

説明

While compiling the UBBCONFIG file an error occurred. MAXPENDINGBYTES must be greater than or equal to 100000.

アクション

Change the MAXPENDINGBYTES value to be greater than or equal to 100000.

4413

ERROR:Duplicate *NETGROUPS section
ERROR: *NETGROUPS セクションが重複しています。

説明

While compiling the UBBCONFIG file an error occurred. There may only be one NETGROUPS section in the UBBCONFIG file.

アクション

Remove duplicate NETGROUPS sections from the UBBCONFIG file.

4415

ERROR:Identifier for network group name must be <= value characters in length
ERROR: ネットワーク・グループ名の識別子の長さは、value 文字以下でなければなりません。

説明

While compiling the UBBCONFIG file an error occurred. A network group name must be less than or equal to value characters.

アクション

Shorten the name of the network group in the NETGROUPS section.

4417

ERROR:Network group name name must not contain *, comma, or colon
ERROR: ネットワークのグループ名 name に *、カンマ、コロンを使用することはできません。

説明

While compiling the UBBCONFIG file an error occurred. The network group name name may not contain certain characters.

アクション

Remove the undesirable characters from name.

4419

ERROR:Duplicate *NETGROUPS entry entry
ERROR: 重複した *NETGROUPS エントリ entry

説明

While compiling the UBBCONFIG file an error occurred. A duplicate network group entry was found.

アクション

ネットワーク・グループの名前は一意である必要があります。このネットワーク・グループに別の名前を付けます。

4420

ERROR: Memory allocation failure

説明

An attempt dynamically to allocate memory from the operating system using malloc() failed during tmloadcf while trying to allocate space for the network group table.

アクション

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

4421

ERROR: Memory allocation failure

説明

An attempt dynamically to allocate memory from the operating system using realloc() failed during tmloadcf while trying to allocate space for the network group table.

アクション

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

4422

ERROR: Memory allocation failure

説明

An attempt dynamically to allocate memory from the operating system using malloc() failed during tmloadcf while trying to allocate space for the network group name.

アクション

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

4423

ERROR:More than MAXNETGROUPS(value) in configuration file
ERROR: コンフィギュレーション・ファイルの内容が MAXNETGROUPS (value) を超えています。

説明

While compiling the UBBCONFIG file an error occurred. The maximum number of network groups allowed in a configuration is controlled by the RESOURCES parameter MAXNETGROUPS. The number of netgroups found in the UBBCONFIG file is greater than the maximum number of netgroups.

アクション

Either remove network groups or increase the value of MAXNETGROUPS.

4424

ERROR:Must have a NETGRPNO on *NETGROUPS entry entry
ERROR: *NETGROUPS エントリ entry には NETGRPNO がなければなりません。

説明

While compiling the UBBCONFIG file an error occurred. NETGRPNO is a required parameter for each entry in the NETGROUPS section. entry did not supply the required parameter.

アクション

Supply a network group number for the entry network group. Network group numbers must be unique, and should remain consistent for the life of the network group. The network group number is used to co-ordinate failover and failback of the network.

4425

ERROR:*NETGROUPS entry entry has a duplicate NETGRPNO parameter of value
ERROR: *NETGROUPS エントリ entry では、NETGRPNO パラメータ value が重複しています。

説明

While compiling the UBBCONFIG file an error occurred. NETGRPNO is a required parameter for each entry in the NETGROUPS section, and must be unique. entry did not supply a unique NETGRPNO parameter.

アクション

Supply a network group number for the entry network group. Network group numbers must be unique, and should remain consistent for the life of the network group. value is not unique. The network group number is used to co-ordinate failover and failback of the network.

4427

ERROR:NETGRPNO for the entry network group may not be 0
ERROR: entry ネットワーク・グループの NETGRPNO を 0 に設定できません。

説明

While compiling the UBBCONFIG file an error occurred. NETGRPNO is a required parameter for each entry in the NETGROUPS section, and must be unique. There is always at least one network group named DEFAULTNET which has a NETGRPNO of zero. Hence, network group entry may not have a NETGRPNO of zero.

アクション

Supply a network group number for the entry network group. Network group numbers must be unique, and should remain consistent for the life of the network group. value is not unique, since the network group DEFAULTNET has a NETGRPNO of zero. The network group number is used to coordinate failover and failback of the network.

4429

ERROR:MAXNETGROUPS parameter must be >= lowval and < highval
ERROR: MAXNETGROUPS パラメータは、lowval 以上、highval 未満である必要があります。

説明

While compiling the UBBCONFIG file an error occurred. The MAXNETGROUPS parameter must be between lowval and highval.

アクション

Change the MAXNETGROUPS value to be within the required range.

4430

ERROR:RESOURCES section must appear before NETGROUPS section
ERROR: RESOURCES セクションは NETGROUPS セクションの前になければなりません。

説明

While compiling the UBBCONFIG file an error occurred. The NETGROUPS section must appear before the RESOURCES section.

アクション

Place the NETGROUPS section after the RESOURCES section.

4432

ERROR:NETPRIO must be > 0 and <= value
ERROR: NETPRIO 値は 0 より大きく value 以下である必要があります。

説明

While compiling the UBBCONFIG file an error occurred. The network priority of a network group must be greater than zero and less than or equal to value.

アクション

Change the NETPRIO parameter to be within the required range.

4433

ERROR:NETGROUPS section must appear before NETWORK section
ERROR: NETGROUPS セクションは NETWORK セクションの前になければなりません。

説明

While compiling the UBBCONFIG file an error occurred. The NETGROUPS section must appear before the NETWORK section.

アクション

Place the NETWORK section after the NETGROUPS section.

4434

ERROR: Memory allocation failure

説明

An attempt dynamically to allocate memory from the operating system using calloc() failed during tmloadcf while trying to allocate space for the network map table.

アクション

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

4435

ERROR:Could not find machine section
ERROR: マシン・セクションが見つかりませんでした。

説明

The BRIDGE could not find the MACHINES section of the TUXCONFIG file.

アクション

The TUXCONFIG file may be corrupt. If this machine is the master node, try removing the TUXCONFIG file and regenerating it from the UBBCONFIG using tmloadcf. If this machine is a remote node, make sure that all IPC resources have been removed from the machine. Then remove the TUXCONFIG file, and attempt to tmboot the machine from the MASTER machine. If this error happens consistently, contact BEA Customer Support.

4436

ERROR:Could not find LMID name in machine section
ERROR: マシン・セクションに LMID name が見つかりませんでした。

説明

The BRIDGE could not find the LMID name in the TUXCONFIG file. The BRIDGE is searching for its own entry in the TUXCONFIG file.

アクション

The TUXCONFIG file may be corrupt. If this machine is the master node, try removing the TUXCONFIG file and regenerating it from the UBBCONFIG using tmloadcf. If this machine is a remote node, make sure that all IPC resources have been removed from the machine. Then remove the TUXCONFIG file, and attempt to tmboot the machine from the MASTER machine. If this error happens consistently, contact BEA Customer Support.

4437

ERROR: Memory allocation error

説明

An attempt to dynamically allocate memory from the operating system using malloc() failed while trying to allocate space for communication with the tlisten.

アクション

オペレーティング・システムのパラメータが、マシンのメモリ量およびプロセスが使用できるメモリ量に関して正しく設定されているか確認してください。マシンのメモリ使用を減らすか、マシンの物理メモリ量を増やしてください。セキュリティが攻撃された可能性があります。

4438

WARN:Minimum encryption (min) is larger than 0, but the link level package is not installed
WARN: 最小暗号化 (min) が 0 より大きいにもかかわらず、リンク・レベル・パッケージがインストールされていません。

説明

An attempt was made to use link level encryption of min bits on a network link. However, the link level encryption package has not been installed on this machine.

アクション

Install the link level encryption package on this machine, or change the MINENCRYPTBITS value of min for this network entry to zero.

4439

ERROR:LMID name must match LMID from the *MACHINES section
ERROR: LMID name は、 *MACHINES セクションの LMID と一致する必要があります。

説明

While compiling the UBBCONFIG file an error occurred. In the NETWORK section, each entry must match a corresponding entry in the MACHINES section. name does not match any entry in the MACHINES section.

アクション

Either remove the NETWORK section entry or add a MACHINES section entry corresponding to the given LMID.

4440

ERROR:NETGROUP name must match NETGROUP from the *NETGROUPS section
ERROR: NETGROUP name は、 *NETGROUPS セクションの NETGROUP と一致する必要があります。

説明

While compiling the UBBCONFIG file an error occurred. The NETGROUPS parameter of a NETWORK section entry must match a netgroup previously defined in the NETGROUPS section. name does not match any entry in the NETGROUPS section.

アクション

Either remove the NETWORK section entry or add a NETGROUPS section entry corresponding to the given NETGROUP parameter.

4442

ERROR:Invalid group information/self NADDR missing, NETGRPNO netgrpno
ERROR: 無効グループ情報/(自身の) NADDR なし、NETGRPNO netgrpno

説明

The BRIDGE was attempting to discover network parameters pertaining to its own set of netgroups. However, it could not find any network groups for which it is a member.

アクション

Ensure that every machine in a network application is a member of a network group. All machines should be members of the DEFAULTNET group, and may also be members of any other network group.

4443

ERROR:TA_NETGROUP cannot be used on a SET operation
ERROR: TA_NETGROUP を SET 操作に使用することはできません。

説明

The TA_NETGROUP field may not be set during a SET operation of the T_BRIDGE class.

アクション

Remove the TA_NETGROUP field from all SET operations involving the T_BRIDGE class.

4450

ERROR:NETGRPNO for the netgroup network group must be 0
ERROR: netgroup ネットワーク・グループの NETGRPNO は 0 である必要があります。

説明

While compiling the UBBCONFIG file an error occurred. The value of NETGRPNO for the netgroup network group must be zero.

アクション

netgroup is a special network group which must have a NETGRPNO value of zero. Change NETGRPNO for this network group to zero.

4452

ERROR: Memory allocation failure

説明

An attempt dynamically to allocate memory from the operating system using realloc() failed during tmloadcf while trying to allocate space for the network map table.

アクション

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

4453

ERROR:The combination of NETGROUP netgroup and LMID lmid must be unique
ERROR: NETGROUP netgroup と LMID lmid の組み合わせは一意である必要があります。

説明

While compiling the UBBCONFIG file an error occurred. No two entries in the NETWORK section may have the same LMID and NETGROUP attributes.

アクション

Ensure that all entries in the NETWORK section have a unique combination of LMID and NETGROUP values. In particular, more than one lmid entry has a NETGROUP parameter of netgroup.

4455

ERROR:NETGROUP parameter must be <= value characters
ERROR: NETGROUP パラメータは、value 文字以下でなければなりません。

説明

While compiling the UBBCONFIG file an error occurred. A network group name must be less than or equal to value characters.

アクション

Shorten the name of the NETGROUP field in the NETWORK section.

4460

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

説明

An attempt dynamically to allocate memory from the operating system using malloc() failed while trying to allocate space for an internal circuit table in the BRIDGE.

アクション

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 on the machine. The use of MAXPENDINGBYTES in the machines section may alleviate the BRIDGE memory allocation problem.

4461

ERROR:Could not find BRIDGE NADDR address for lmid
ERROR: lmid に対する BRIDGE NADDR アドレスが見つかりませんでした。

説明

While attempting to connect to the LMID lmid, the BRIDGE process could not find an address to connect to the TUXCONFIG file.

アクション

Ensure that an entry exists for lmid in the UBBCONFIG NETWORK section. If an entry exists, contact BEA Customer Support.

4462

ERROR:Could not find BRIDGE NADDR address for lmid
ERROR: lmid に対する BRIDGE NADDR アドレスが見つかりませんでした。

説明

While attempting to connect to the LMID lmid, the BRIDGE process could not find an address to connect to the TUXCONFIG file.

アクション

Ensure that an entry exists for lmid in the UBBCONFIG NETWORK section. If an entry exists, contact BEA Customer Support.

4464

ERROR:Could not initialize global network information
ERROR: グローバル・ネットワーク情報を初期化できませんでした。

説明

An operating system error occurred while attempting to initialize network information. The tlisten will not boot.

アクション

ネットワークが利用可能であることを確認します。ネットワークが利用可能な場合には、BEA Customer Support にお問い合わせください。

4465

ERROR:BRIDGE Memory allocation error
ERROR: BRIDGE メモリーの割り当てエラー

説明

An attempt dynamically to allocate memory from the operating system using malloc() failed while trying to allocate space for an internal circuit table in the BRIDGE.

アクション

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 on the machine. The use of MAXPENDINGBYTES in the machines section may alleviate the BRIDGE memory allocation problem.

4466

ERROR:BRIDGE Memory allocation error while connecting lmid
ERROR: lmid の接続中に BRIDGE メモリ割り当てエラーが発生しました。

説明

An attempt dynamically to allocate memory from the operating system using malloc() failed while the BRIDGE was connecting to lmid.

アクション

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 on the machine. The use of MAXPENDINGBYTES in the machines section may alleviate the BRIDGE memory allocation problem.

4467

ERROR:BRIDGE system error at id
ERROR: id で BRIDGE システム・エラーが発生しました。

説明

An internal error was captured by the BRIDGE.

アクション

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

4468

ERROR:Could not initialize protocol specific network information
ERROR: プロトコル指定ネットワーク情報を初期化できませんでした。

説明

An operating system error occurred while attempting to initialize network information. tlisten will not boot.

アクション

ネットワークが利用可能であることを確認します。ネットワークが利用可能な場合には、BEA Customer Support にお問い合わせください。

4469

ERROR:Could not initialize protocol specific network information
ERROR: プロトコル指定ネットワーク情報を初期化できませんでした。

説明

An operating system error occurred while attempting to initialize network information. tlisten will not boot.

アクション

ネットワークが利用可能であることを確認します。ネットワークが利用可能な場合には、BEA Customer Support にお問い合わせください。

4471

ERROR:Received message with unknown release number value
ERROR: 不明なリリース番号 value の付いた受信メッセージ

説明

The tlisten received a packet with an unknown release number value. The network may be having difficulty. If link level encryption is in use, this error may be an indication that an attack is in progress.

アクション

問題が解消されない場合は、BEA Customer Support にお問い合わせください。

4472

ERROR:Could not allocate network resource
ERROR: ネットワーク・リソースの割り当てができませんでした。

説明

A network descriptor could not be allocated for the listening endpoint in tlisten.

アクション

ネットワークが利用可能であることを確認します。問題が解消されない場合は、BEA Customer Support にお問い合わせください。

4473

ERROR:Unable to decrypt message
ERROR: メッセージを復号化できません。

説明

tlisten プロセスと通信するプロセスが、tlisten から受信したメッセージの 1 つを復号化できませんでした。プロセスが攻撃を受けた可能性があります。

アクション

ネットワークが利用可能であることを確認します。問題が解消されない場合は、BEA Customer Support にお問い合わせください。

4474

ERROR:Error encrypting buffer for TAGENT on lmid
ERROR: lmid の TAGENT 用のバッファ暗号化エラー

説明

A process speaking to a tlisten process could not encrypt a message for the tlisten on lmid. This error may indicate that an attack is in progress.

アクション

ネットワークが利用可能であることを確認します。問題が解消されない場合は、BEA Customer Support にお問い合わせください。

4475

INFO:SRVID=id SRVGRP=grp SIGTERM send failed (tperrno=tperrno)
INFO: SRVID = id SRVGRP = grp SIGTERM が送信できませんでした。(tperrno = tperrno)

説明

tmshutdown was unable to send a SIGTERM to a server of the given id and grp. The value of tperrno may provide further information on the source of the failure.

アクション

何も行う必要はありません。

4476

INFO: SRVID = id SRVGRP = grp SIGKILL send failed (tperrno = tperrno)

説明

tmshutdown was unable to send a SIGKILL to a server of the given id and grp. The value of tperrno may provide further information on the source of the failure.

アクション

何も行う必要はありません。

4477

INFO:SRVID=id SRVGRP=grp SIGTERM send failed (tperrno=tperrno)
INFO: SRVID = id SRVGRP = grp SIGTERM が送信できませんでした。(tperrno = tperrno)

説明

tmshutdown was unable to send a SIGTERM to a server of the given id and grp. The value of tperrno may provide further information on the source of the failure.

アクション

何も行う必要はありません。

4478

INFO: SRVID=id SRVGRP=grp SIGKILL send failed (tperrno=tperrno)

説明

tmshutdown was unable to send a SIGKILL to a server of the given id and grp. The value of tperrno may provide further information on the source of the failure.

アクション

何も行う必要はありません。

4479

ERROR:Could not get encryption handle
ERROR: 暗号化ハンドルを取得できません。

説明

tlisten could not get a resource necessary to perform encryption.

アクション

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

4480

ERROR:NETGROUP id negotiation failed with bridge on lmid
ERROR: lmid 上の bridge との NETGROUP ID の交渉に異常がありました。

説明

The NETGRPNO of a the remote lmid machine does not match the value given in the local version of the TUXCONFIG file. This error may indicate that a security attack was in progress.

アクション

Ensure the network is viable and that there were no security attacks in progress. It may be necessary to bring the affected machine down, remove its TUXCONFIG file and tmboot the machine.

4482

ERROR:.SysServiceTimeout:queue, group group, id srvid server killed due to a service time-out
ERROR: .SysServiceTimeout: queue、 group group、id srvid のサーバが、サービス・タイムアウトのため強制終了しました。

説明

The BBL has killed a server due to a service time-out. The server is described by its queue, group and srvid.

アクション

場合によっては、管理者がサービス・タイムアウトの値を増やし、負荷の高いシステムが動作できるようにする必要があります。

4483

INFO:.SysMachineState:mid state change to ACTIVE
INFO: .SysMachineState: mid の状態が ACTIVE に変化します。

説明

The given mid has become unpartitioned.

アクション

何も行う必要はありません。

4484

INFO:.SysMachineUnpartitioned:mid is unpartitioned
INFO: .SysMachineUnpartitioned: mid が分断から復旧しました。

説明

The given mid has become unpartitioned.

アクション

何も行う必要はありません。

4485

INFO:.SysMachineState:mid state change to ACTIVE
INFO: .SysMachineState: mid の状態が ACTIVE に変化します。

説明

The given mid has become unpartitioned.

アクション

何も行う必要はありません。

4486

ERROR:Could not send saved messages
ERROR: 保存メッセージを送信できませんでした。

説明

The BRIDGE process saves messages while an asynchronous connect is outstanding. However, once the connection was established, there was an error sending the messages saved for the remote machine.

アクション

ネットワーク接続が利用可能であることを確認します。ネットワークに問題がある場合、接続確立パケットが受信されても後続のパケットがネットワーク上で失われた可能性があります。ネットワークが利用可能な場合には、BEA Customer Support にお問い合わせください。

4487

ERROR:BRIDGE did not generate a unique circuit ID
ERROR: BRIDGE は一意のサーキット ID を生成しませんでした。

説明

The BRIDGE tried to generate a unique circuit identifier and the algorithm failed to do so.

アクション

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

4488

INFO:Connecting to pmid at address
INFO: pmid (address) に接続中

説明

指定のアドレスのマシンに接続中であることを示す情報メッセージです。

アクション

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

4489

ERROR:BRIDGE Memory allocation error
ERROR: BRIDGE メモリーの割り当てエラー

説明

The BRIDGE failed to allocate memory.

アクション

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.

4490

ERROR:Connection failure to machine at address
ERROR: machine (address) に接続できません。

説明

The BRIDGE process could not connect to machine.

アクション


4491

ERROR:Could not send saved messages to site
ERROR: site に保存メッセージを送信できませんでした。

説明

While the BRIDGE or BSBRIDGE is negotiating encryption parameters or when flow control exists on the network link, messages to the remote BRIDGE are saved. An error occurred while sending these saved messages to the remote BRIDGE after the negotiation was complete or the flow control condition eased.

アクション

Check the network on the machine with the affected BRIDGE or BSBRIDGE.

4492

INFO:Resuming BRIDGE failover/failback messages
INFO: BRIDGE のフェイルオーバーおよびフェイルバック・メッセージを回復中です。

説明

There had been too many BRIDGE reconnection attempt LOG messages sent. Enough time has passed, so messages should be logged once more.

アクション

これは情報メッセージなので、アクションは必要ありません。接続が確立されない場合は、ネットワーク管理者にネットワーク障害を報告してください。

4493

INFO:Temporarily suppressing BRIDGE failover/failback messages
INFO: BRIDGE のフェイルオーバーおよびフェイルバック・メッセージの一時停止中です。

説明

The BRIDGE has been sending many messages to the log file while trying to re-establish communications on various network addresses. The loop is sending too many messages to the LOG, so though the actions are continuing, they are not being logged.

アクション

The BRIDGE is silently trying to reconnect, the actions are not being logged. The network administrator should work to restore network connectivity since there is an outage. Once sufficient time has passed, more of these messages may be logged if the network connections still fail.

4494

ERROR: Memory allocation failure

説明

An attempt dynamically to allocate memory from the operating system using malloc() failed while trying to allocate a message in the BBL to send a process obituary during a pclean operation.

アクション

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/or swap space on the machine.

4495

ERROR:Tuxedo typed buffer routine failed
ERROR: TUXEDO の型付きバッファのルーチンが異常終了しました。

説明

プロセス終了通知の送信用メッセージを BBL で作成できませんでした。原因は、メモリ割り当て以外にあります。

アクション

失敗の原因を示す以前のログ・メッセージを調べます。

4497

ERROR:Unknown message header
ERROR: 不明なメッセージ・ヘッダです。

説明

セカンダリ Event Broker がイベント・データベースをプライマリ Event Broker から受信中に、メッセージを処理できませんでした。

アクション

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

4498

ERROR: Memory allocation failure

説明

An attempt dynamically to allocate memory from the operating system using malloc() failed while trying to allocate a message in the BBL to send a process obituary.

アクション

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/or swap space on the machine.

4499

ERROR:Tuxedo typed buffer routine failed
ERROR: TUXEDO の型付きバッファのルーチンが異常終了しました。

説明

プロセス終了通知の送信用メッセージを BBL で作成できませんでした。原因は、メモリ割り当て以外にあります。

アクション

失敗の原因を示す以前のログ・メッセージを調べます。

 

Skip footer navigation  Back to Top Previous Next