![]() |
![]() |
e-docs > Tuxedo > Messages > CMDTUX Catalog List > CMDTUX Messages 4400-4499 |
|
CMDTUX Messages 4400-4499
4400
INFO: Waiting up to seconds seconds for port to clear
Description
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.
Action
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
Description
The BRIDGE
could not allocate memory for a network descriptor.
Action
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
Description
An operating system error occurred while attempting to change the state of the network descriptor from non-blocking to blocking.
Action
If this error happens consistently, contact BEA Customer Support.
4403
ERROR: Could not change state of network descriptor for address
Description
An operating system error occurred while attempting to change the state of the network descriptor from blocking to non-blocking.
Action
If this error happens consistently, contact BEA Customer Support.
4404
WARN: Could not reroute encrypted messages
Description
Link level encryption was used on a network link which has gone bad. Since the message to be sent was encrypted, it cannot be recovered and sent to an alternate address.
Action
No action necessary.
4405
ERROR: NETGRPNO value value must be >= 0 and < highval
Description
While compiling the UBBCONFIG
file an error occurred. NETGRPNO
numbers must be between 0 and highval.
Action
Change the NETGRPNO
value to be within the required range.
4406
ERROR: Memory allocation error
Description
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
.
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 physical memory on the machine.
4407
ERROR: Invalid state change
Description
The administrator attempted to change the state of the BRIDGE
from ACTIVE
to PENDING
or from PENDING
to ACTIVE
.
Action
These MIB state changes should not be attempted.
4408
ERROR: Shutting down bridge, serious polling error
Description
An operating system error occurred while attempting to poll the network descriptors.
Action
If this error happens consistently, contact BEA Customer Support.
4409
ERROR: Received message with unknown release number value
Description
The bridge 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.
Action
If this error happens consistently, contact BEA Customer Support.
4410
ERROR: Error decoding BRIDGE RPC msg
Description
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.
Action
If this error happens consistently, contact BEA Customer Support.
4412
ERROR: MAXPENDINGBYTES parameter must be >= 100000
Description
While compiling the UBBCONFIG
file an error occurred. MAXPENDINGBYTES
must be greater than or equal to 100000.
Action
Change the MAXPENDINGBYTES
value to be greater than or equal to 100000.
4413
ERROR: Duplicate *NETGROUPS section
Description
While compiling the UBBCONFIG
file an error occurred. There may only be one NETGROUPS
section in the UBBCONFIG
file.
Action
Remove duplicate NETGROUPS
sections from the UBBCONFIG
file.
4415
ERROR: Identifier for network group name must be <= value characters in length
Description
While compiling the UBBCONFIG
file an error occurred. A network group name must be less than or equal to value characters.
Action
Shorten the name of the network group in the NETGROUPS
section.
4417
ERROR: Network group name name must not contain *, comma, or colon
Description
While compiling the UBBCONFIG
file an error occurred. The network group name name may not contain certain characters.
Action
Remove the undesirable characters from name.
4419
ERROR: Duplicate *NETGROUPS entry entry
Description
While compiling the UBBCONFIG
file an error occurred. A duplicate network group entry was found.
Action
Network group names must be unique. Choose another name for this network group.
4420
ERROR: Memory allocation failure
Description
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.
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 physical memory on the machine.
4421
ERROR: Memory allocation failure
Description
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.
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 physical memory on the machine.
4422
ERROR: Memory allocation failure
Description
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.
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 physical memory on the machine.
4423
ERROR: More than MAXNETGROUPS(value) in configuration file
Description
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.
Action
Either remove network groups or increase the value of MAXNETGROUPS
.
4424
ERROR: Must have a NETGRPNO on *NETGROUPS entry entry
Description
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.
Action
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
Description
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.
Action
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
Description
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.
Action
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
Description
While compiling the UBBCONFIG
file an error occurred. The MAXNETGROUPS
parameter must be between lowval and highval.
Action
Change the MAXNETGROUPS
value to be within the required range.
4430
ERROR: RESOURCES section must appear before NETGROUPS section
Description
While compiling the UBBCONFIG
file an error occurred. The NETGROUPS
section must appear before the RESOURCES
section.
Action
Place the NETGROUPS
section after the RESOURCES
section.
4432
ERROR: NETPRIO must be > 0 and <= value
Description
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.
Action
Change the NETPRIO
parameter to be within the required range.
4433
ERROR: NETGROUPS section must appear before NETWORK section
Description
While compiling the UBBCONFIG
file an error occurred. The NETGROUPS
section must appear before the NETWORK
section.
Action
Place the NETWORK
section after the NETGROUPS
section.
4434
ERROR: Memory allocation failure
Description
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.
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 physical memory on the machine.
4435
ERROR: Could not find machine section
Description
The BRIDGE
could not find the MACHINES
section of the TUXCONFIG
file.
Action
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
Description
The BRIDGE
could not find the LMID
name in the TUXCONFIG
file. The BRIDGE
is searching for its own entry in the TUXCONFIG
file.
Action
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
Description
An attempt to dynamically allocate memory from the operating system using malloc
() failed while trying to allocate space for communication with the tlisten
.
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 physical memory on the machine. There may be a security attack in progress.
4438
WARN: Minimum encryption (min) is larger than 0, but the link level package is not installed
Description
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.
Action
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
Description
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.
Action
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
Description
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.
Action
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
Description
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.
Action
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
Description
The TA_NETGROUP
field may not be set during a SET
operation of the T_BRIDGE
class.
Action
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
Description
While compiling the UBBCONFIG
file an error occurred. The value of NETGRPNO
for the netgroup network group must be zero.
Action
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
Description
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.
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 physical memory on the machine.
4453
ERROR: The combination of NETGROUP netgroup and LMID lmid must be unique
Description
While compiling the UBBCONFIG
file an error occurred. No two entries in the NETWORK
section may have the same LMID
and NETGROUP
attributes.
Action
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
Description
While compiling the UBBCONFIG
file an error occurred. A network group name must be less than or equal to value characters.
Action
Shorten the name of the NETGROUP
field in the NETWORK
section.
4460
ERROR: BRIDGE Memory allocation failure
Description
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
.
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 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
Description
While attempting to connect to the LMID
lmid, the BRIDGE
process could not find an address to connect to the TUXCONFIG
file.
Action
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
Description
While attempting to connect to the LMID
lmid, the BRIDGE
process could not find an address to connect to the TUXCONFIG
file.
Action
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
Description
An operating system error occurred while attempting to initialize network information. The tlisten
will not boot.
Action
Ensure the viability of the network. If the network appears to be viable, contact BEA Customer Support.
4465
ERROR: BRIDGE Memory allocation error
Description
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
.
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 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
Description
An attempt dynamically to allocate memory from the operating system using malloc
() failed while the BRIDGE
was connecting to lmid.
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 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
Description
An internal error was captured by the BRIDGE
.
Action
Contact BEA Customer Support.
4468
ERROR: Could not initialize protocol specific network information
Description
An operating system error occurred while attempting to initialize network information. tlisten
will not boot.
Action
Ensure the viability of the network. If the network appears to be viable, contact BEA Customer Support.
4469
ERROR: Could not initialize protocol specific network information
Description
An operating system error occurred while attempting to initialize network information. tlisten
will not boot.
Action
Ensure the viability of the network. If the network appears to be viable, contact BEA Customer Support.
4471
ERROR: Received message with unknown release number value
Description
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.
Action
If this error happens consistently, contact BEA Customer Support.
4472
ERROR: Could not allocate network resource
Description
A network descriptor could not be allocated for the listening endpoint in tlisten
.
Action
Ensure the network on the system is viable. If this error happens consistently, contact BEA Customer Support.
4473
ERROR: Unable to decrypt message
Description
A process speaking to a tlisten process could not decrypt one of the messages coming from the tlisten. This error may indicate that an attack is in progress.
Action
Ensure the network on the system is viable. If this error happens consistently, contact BEA Customer Support.
4474
ERROR: Error encrypting buffer for TAGENT on lmid
Description
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.
Action
Ensure the network on the system is viable. If this error happens consistently, contact BEA Customer Support.
4475
INFO: SRVID = id SRVGRP = grp SIGTERM send failed (tperrno = tperrno)
Description
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.
Action
No action necessary.
4476
INFO: SRVID = id SRVGRP = grp SIGKILL send failed (tperrno = tperrno)
Description
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.
Action
No action necessary.
4477
INFO: SRVID=id SRVGRP=grp SIGTERM send failed (tperrno=tperrno)
Description
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.
Action
No action necessary.
4478
INFO: SRVID=id SRVGRP=grp SIGKILL send failed (tperrno=tperrno)
Description
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.
Action
No action necessary.
4479
ERROR: Could not get encryption handle
Description
tlisten
could not get a resource necessary to perform link level encryption.
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 physical memory on the machine.
4480
ERROR: NETGROUP id negotiation failed with bridge on lmid
Description
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.
Action
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
Description
The BBL
has killed a server due to a service time-out. The server is described by its queue, group and srvid.
Action
The administrator may need to configure the service time-out higher in order to accommodate a heavily loaded system.
4483
INFO: .SysMachineState: mid state change to ACTIVE
Description
The given mid has become unpartitioned.
Action
No action necessary.
4484
INFO: .SysMachineUnpartitioned: mid is unpartitioned
Description
The given mid has become unpartitioned.
Action
No action necessary.
4485
INFO: .SysMachineState: mid state change to ACTIVE
Description
The given mid has become unpartitioned.
Action
No action necessary.
4486
ERROR: Could not send saved messages
Description
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.
Action
Ensure that the network connection is viable. If the network is flaky, it is possible that the connection establishment packet was received, but that subsequent packets were lost by the network. If the network appear to be viable, contact BEA Customer Support.
4487
ERROR: BRIDGE did not generate a unique circuit ID
Description
The BRIDGE
tried to generate a unique circuit identifier and the algorithm failed to do so.
Action
Contact BEA Customer Support.
4488
INFO: Connecting to pmid at address
Description
This is an information message that indicates that a connection is being made to a machine at the specified address.
Action
No action required.
4489
ERROR: BRIDGE Memory allocation error
Description
The BRIDGE
failed to allocate memory.
Action
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
Description
The BRIDGE
process could not connect to machine.
Action
BRIDGE
processes will automatically reestablish a connection between the machines on demand, when possible. To prevent thrashing, the link will be suspended for five minutes if an automatic reconnect attempt fails. No further automatic reconnection attempts are made during this interval.
tmadmin
(1)'s reconnect
command to initiate a reconnection attempt manually. Manual attempts are allowed during the five-minute suspension interval.
4491
ERROR: Could not send saved messages to site
Description
While the BRIDGE
or BSBRIDGE
is negotiating the link level encryption parameters, messages to the remote BRIDGE
are saved. An error occurred while sending these saved messages to the remote BRIDGE after the negotiation was complete.
Action
Check the network on the machine with the affected BRIDGE
or BSBRIDGE
.
4492
INFO: Resuming BRIDGE failover/failback messages
Description
There had been too many BRIDGE
reconnection attempt LOG messages sent. Enough time has passed, so messages should be logged once more.
Action
This is an informational message, no action is required. If the connection is not established, notify the network administrator of the network outage.
4493
INFO: Temporarily suppressing BRIDGE failover/failback messages
Description
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.
Action
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
Description
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.
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 physical memory and/or swap space on the machine.
4495
ERROR: Tuxedo typed buffer routine failed
Description
An attempt to create a message in the BBL to send a process obituary failed for a reason other than allocating memory.
Action
Review other messages earlier in the log that indicate what caused the failure.
4497
ERROR: Unknown message header
Description
While a secondary Event Broker was receiving the event database from the primary Event Broker, processing the message failed.
Action
Contact BEA Customer Support.
4498
ERROR: Memory allocation failure
Description
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.
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 physical memory and/or swap space on the machine.
4499
ERROR: Tuxedo typed buffer routine failed
Description
An attempt to create a message in the BBL to send a process obituary failed for a reason other than allocating memory.
Action
Review other messages earlier in the log that indicate what caused the failure.
![]() |
![]() |
![]() |
![]() |
||
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |