![]() |
![]() |
e-docs > Tuxedo > Messages > CMDTUX Catalog List > CMDTUX Messages 1300-1399 |
|
CMDTUX Messages 1300-1399
1300
ERROR: Could not generate security password encryption key
Description
An encryption algorithm error occurred while passing security key information to a remote machine.
Action
Contact your BEA TUXEDO system Technical Support.
1301
ERROR: Could not generate security password encryption schedule
Description
An encryption algorithm error occurred while passing security key information to a remote machine.
Action
Contact your BEA TUXEDO system Technical Support.
1302
ERROR: Could not encrypt application security key
Description
An encryption algorithm error occurred while passing security key information to a remote machine.
Action
Contact your BEA TUXEDO system Technical Support.
1307
ERROR: Unable to obtain application password
Description
The tmconfig
command was unable to obtain a value for the application password. This value is entered at the terminal if tmconfig
is being invoked interactively, and is gotten from the APP_PW
environment variable if the standard input to the tmconfig
process is not a terminal.
Action
If the tmconfig
command is being invoked in the background, be sure to set and export the APP_PW
environment variable. If tmconfig
is being invoked at a terminal, be sure that the user enters a value at the Enter Application Password:
prompt.
See Also
tmconfig
(1)
1308
ERROR: Must specify NLSADDR parameters in NETWORK entry machine
Description
The NLSADDR
parameter in the NETWORK section of the configuration file must be specified for every machine in the network, except the master machine. It is recommended but not required for the master machine.
Action
Add NLSADDR
information to the configuration file.
See Also
ubbconfig
(5), NETWORK section
1309
WARN: NLSADDR parameter not specified for NETWORK entry machine
Description
The NLSADDR
parameter in the NETWORK section of the configuration file is recommended but not required for the master machine. The master machine needs an NLSADDR
and a tlisten
process running in order for master migration to work.
Action
Add NLSADDR
information for the master machine to the configuration file.
See Also
ubbconfig
(5), NETWORK section
1316
ERROR: Can't find the tpadmin field table in dir
Description
While executing tmconfig
, the program was unable to get the field identifier for TA_SECTION
from the field table $TUXDIR/udataobj/tpadmin
.
Action
Make sure that the tpadmin field table exists and is readable. Contact your BEA TUXEDO system Technical Support.
See Also
tmconfig
(1)
1317
ERROR: Failed to set group id to administrator
Description
When executing tmboot
or tmshutdown
as user id 0 (root), the program sets the group identifier to the group identifier for the application administrator as specified in the TUXCONFIG
file. The setgid()
failed.
Action
Make sure that the v value as set in the RESOURCES or MACHINES sections of the UBBCONFIG
file is valid. Contact your BEA TUXEDO system Technical Support.
See Also
tmboot
(1), tmshutdown
(1)
1318
ERROR: Failed to set user id to administrator
Description
When executing tmboot
or tmshutdown
as user id 0 (root), the program sets the user identifier to the user identifier for the application administrator as specified in the TUXCONFIG
file. The setuid()
failed.
Action
Make sure that the UID
value as set in the RESOURCES or MACHINES sections of the UBBCONFIG
file is valid. Contact your BEA TUXEDO system Technical Support.
See Also
tmboot
(1), tmshutdown
(1)
1319
INFO: Terminating tlisten process
Description
The tlisten
process will print this message to the standard error output when terminating. The only valid exit for the tlisten
process is when it receives a SIGTERM
termination signal.
Action
No action required.
See Also
tlisten
(1)
1320
ERROR: Duplicate -l option specified
Description
While executing tlisten
, the -l
option was specified more than once on the command line.
Action
Re-execute the command specifying the -l
option only once with the network listening address.
See Also
tlisten
(1)
1322
ERROR: Duplicate -u option specified
Description
While executing tlisten
, the -u
option was specified more than once on the command line.
Action
Re-execute the command specifying the -u
option only once with the user identifier or name for the configuration administrator.
See Also
tlisten
(1)
1326
ERROR: Memory allocation failure
Description
An attempt dynamically to allocate memory from the operating system using malloc()
failed while storing a list of processes to be booted or shut down in tmboot
or tmshutdown
.
Action
Ensure 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.
1327
ERROR: Memory allocation failure
Description
An attempt dynamically to allocate memory from the operating system using malloc()
failed while generating a list of servers to be booted in tmboot
.
Action
Ensure 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.
1328
ERROR: Memory allocation failure
Description
An attempt dynamically to allocate memory from the operating system using malloc()
failed while generating a list of servers to be shut down in tmshutdown
.
Action
Ensure 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.
1329
ERROR: Error obtaining Application Password
Description
When the SECURITY
option is defined in the UBBCONFIG
file, tmloadcf
tries to get a password from the user. If the standard input is connected to a terminal, tmloadcf
prompts for the password interactively. If not, it looks at the APP_PW
environment variable.
This error happens if tmloadcf
cannot open the tty device for prompting, or if APP_PW
is not set.
Action
If running tmloadcf
from a script, make sure that tmloadcf
is set and exported into the environment. Otherwise, contact your BEA TUXEDO system Technical Support.
See Also
tmloadcf
(1), ubbconfig
(5)
1335
ERROR: UID is not effective user ID
Description
While tmloadcf
is being run on the master machine, the UID
parameter in the RESOURCES or MACHINES section of the UBBCONFIG
does not match the effective user identifier of the person running the command.
Action
Change the UID
parameter in the RESOURCES or MACHINES section of the UBBCONFIG
file or run the command under that user identifier.
See Also
tmloadcf
(1)
1336
ERROR: GID is not effective group ID
Description
While tmloadcf
is being run on the master machine, the GID
parameter in the RESOURCES or MACHINES section of the UBBCONFIG
does not match the effective group identifier of the person running the command.
Action
Change the GID
parameter in the RESOURCES or MACHINES section of the UBBCONFIG
file or run the command under that group identifier.
See Also
tmloadcf
(1)
1341
ERROR: MAXACCESSERS parameter must be > 0 and < 32768
Description
The MAXACCESSERS
parameter in the MACHINES section of the UBBCONFIG
file must be greater than 0 and less than 32768.
Action
Correct the value for MAXACCESSERS
as specified in the MACHINES section of the UBBCONFIG
file to be greater than 0 and less than 32768.
See Also
tmloadcf
(1), ubbconfig
(5)
1343
ERROR: MAXGTT parameter must be >= 0 and < 32768
Description
The MAXGTT
parameter in the MACHINES section of the UBBCONFIG
file must be greater than or equal to 0 and less than 32768.
Action
Correct the value for MAXGTT
as specified in the MACHINES section of the UBBCONFIG
file to be greater than or equal to 0 and less than 32768.
See Also
tmloadcf
(1), ubbconfig
(5)
1344
ERROR: MAXCONV parameter must be > 0 and < 32768
Description
The MAXCONV
parameter in the MACHINES section of the UBBCONFIG
file must be greater than zero and less than 32768.
Action
Correct the value for MAXCONV
as specified in the MACHINES section of the UBBCONFIG
file to be greater than 0 and less than 32768.
See Also
tmloadcf
(1), ubbconfig
(5)
1351
ERROR: PERM parameter must be >= 1 and <= 0777
Description
The PERM
parameter in the MACHINES section of the UBBCONFIG
file must be greater than or equal to 1 and less than or equal to 0777.
Action
Correct the value for PERM
as specified in the MACHINES section of the UBBCONFIG
file to be greater than or equal to 1 and less than or equal to 0777.
See Also
tmloadcf
(1), ubbconfig
(5)
1352
ERROR: GROUP entry groupname has TMS specified and LMID lmid does not have TLOGDEVICE
Description
A TMSNAME
parameter is specified for group, groupname, but the primary LMID for the group, lmid, does not have a TLOGDEVICE
specified in the MACHINES section.
Action
Either change the GROUPS entry to not have a TMSNAME
parameter, or change the LMID value for the group, or change the MACHINES entry to have a TLOGDEVICE
parameter.
See Also
tmloadcf
(1), ubbconfig
(5)
1356
ERROR: tpalloc() failed - tperrno_msg
Description
An attempt dynamically to allocate a typed buffer using tpalloc()
failed while the DBBL
was broadcasting a message to a BBL
running the prior release of the software. The message indicates the reason that tpalloc()
failed.
Action
Most likely, the call was unable dynamically to allocate memory. Ensure 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. Contact your BEA TUXEDO system Technical Support.
1358
ERROR: Cannot retrieve server information
Description
While executing tmshutdown
with the -R
option, the program was unable to retrieve the queue information for the servers. The server will be shut down and not migrated to the alternate machine.
Action
Contact your BEA TUXEDO system Technical Support.
See Also
tmshutdown
(1)
1359
ERROR: Server ID id in group groupname not marked as restartable. This server will not be restarted upon migration.
Description
While executing tmshutdown
with the -R
option, the program determined that the server is not configured to be restartable. The server will be shut down and not migrated to the alternate machine.
Action
If you want to be able to migrate the server between the primary and backup machines, the GROUPS entry with which the server is associated must have a primary and backup LMID
specified.
See Also
tmshutdown
(1), ubbconfig
(5)
1360
ERROR: configuration file not found
Description
While executing tmboot
or tmshutdown, the program was unable to get the Bulletin Board parameters from the TUXCONFIG
configuration file.
Action
Check that the TUXCONFIG
environment variable is set and exported. Check the userlog for prior messages that indicate the nature of the failure.
See Also
tmboot
(1), tmshutdown
(1)
1371
INFO: Connection received from machine
Description
The BRIDGE
process has received a connection from another machine, machine.
Action
No action required.
1372
INFO: Orderly disconnect from machine
Description
The BRIDGE
process has completed an orderly disconnect sequence with a remote BRIDGE
. Orderly disconnections usually result from execution of the tmshutdown
utility.
Action
No action required.
See Also
tmshutdown
(1) and Messages 1370 and 1371 above.
1373
ERROR: Abnormal disconnect from machine
Description
The BRIDGE
process has experienced an abnormal disconnect from a remote BRIDGE
. There may be networking problems, or the remote machine may have crashed.
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.
See Also
tmadmin
(1)'s reconnect
command. Also check Messages 1370, 1371, 1374, 1375, and 1376 in this chapter.
1374
WARN: Reconnecting to machine
Description
The BRIDGE
process successfully reconnected to the BRIDGE
on machine during recovery from a networking problem.
Action
No action required.
See Also
Message 1373 above
1375
ERROR: Unable to reconnect to machine
Description
The BRIDGE
process could not reconnect to machine during recovery from a networking problem.
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.
See Also
Messages 1373 and 1374 above and tmadmin
(1)'s reconnect
command
1376
WARN: Suspending communication with machine
Description
The BRIDGE
process has suspended automatic reconnection attempts to machine for five minutes. This is to prevent thrashing caused by too many recovery attempts.
Action
Use tmadmin
(1)'s reconnect
command to initiate a reconnection attempt manually. Manual attempts are allowed during the five-minute suspension interval.
See Also
Messages 1373, 1374, and 1375 above and tmadmin
(1)'s reconnect
command.
1380
ERROR: Message queue blocking prevented delivery, Qaddr = qaddress
Description
The BRIDGE
process could not deliver a message it received from the network due to UNIX message queue blocking.
The process(es) associated with the full queue may be identified by looking up qaddress in output of tmadmin
's printserver
command (verbose
mode).
Another method of examining message queue status is the ipcs -aq
command.
Action
MSGMNB
, MSGSEG
, MSGSSZ
, and MSGMAX
.
See Also
BEA TUXEDO Installation Guide, BEA TUXEDO Administrator's Guide, ipcs
(1) in UNIX system reference manuals, tmadmin
(1)'s printqueue
and printserver
commands
1383
WARN: O_IMOK message could not be sent to DBBL, tperrno= tperrno_val
Description
The BBL
process experienced a memory allocation failure when attempting to send a message to the DBBL
indicating that it is alive and OK. If this happens frequently, the BBL
may become partitioned.
Action
Contact your BEA TUXEDO system Technical Support.
See Also
Message 1394 below
1384
WARN: O_IMOK message could not be sent to DBBL, tperrno= tperrno_val
Description
The BBL
process experienced a failure when attempting to send a message to the DBBL
indicating that it is alive and OK. If this happens frequently, the BBL
may become partitioned.
This message is often printed during migration of the DBBL.
Action
If you just migrated the DBBL from master to backup, this message can be ignored. If it continues, it may be necessary to shutdown and reboot the affected machine.
See Also
Message 1394 below
1385
INFO: BBL now unpartitioned, machine= machine
Description
The BBL
process on machine was partitioned, and now has rejoined the system. This information will be broadcast to all BBL
processes, so that services provided by machine will be available again.
Action
No action required.
See Also
Message 1394 below
1386
ERROR: BBL broadcast send failure, machine= machine tperrno = tperrno_val opcode = 0xnumber
Description
A broadcast message from the DBBL
to all unpartitioned BBL
s could not be sent. Machines that are not sent the broadcast message will be marked as partitioned.
Action
DBBL
from completing its broadcast within DBBLWAIT * SCANUNIT
seconds.
DBBLWAIT
parameter in the RESOURCES section.
BBL
s marked as partitioned should automatically recover.
See Also
Message 1394 below
1387
ERROR: BBL broadcast send timeout, machine= machine opcode = 0xnumber
Description
Broadcast message(s) from the DBBL
to all unpartitioned BBL
s could not be sent because of a timeout. Machines that are not sent the broadcast message will be marked as partitioned.
Action
DBBL
from completing its broadcast within DBBLWAIT * SCANUNIT
seconds.
DBBLWAIT
parameter in the RESOURCES section.
BBL
s marked as partitioned should automatically recover.
See Also
Message 1394 below
1388
ERROR: Cannot get BBL broadcast reply buffer, opcode= 0xnumber
Description
The DBBL
could not allocate a buffer for broadcast message replies. All BBL
s will be marked as partitioned, since the DBBL
does not know the results of the broadcast.
Action
Contact your BEA TUXEDO system Technical Support.
1389
ERROR: Cannot get BBL broadcast replies, tperrno= tperrno_val opcode= 0xnumber
Description
The DBBL
encountered an error while trying to receive replies for a broadcast message. All BBL
s that have not yet replied will be marked as partitioned.
Action
BBL
s will automatically recover.
See Also
Message 1394 below
1390
ERROR: BBL broadcast service failure, machine= machine opcode= 0xnumber
Description
The BBL
on machine had a service failure for a broadcast request. It will be marked as partitioned.
Action
BBL
should automatically recover and become unpartitioned.
See Also
Message 1394 below
1391
ERROR: BBL broadcast RPC failure, machine=machine, opcode=0xnumber
Description
The BBL
was unable to process a request from the DBBL
. A message will be sent back to the DBBL
indicating a problem and requesting a new download of the Bulletin Board.
Action
If the download of the Bulletin Board is successful, no action is required. Otherwise, subsequent userlog messages will indicate further failures or actions to be taken.
1392
ERROR: BBL broadcast reply timeout, machine= machine opcode= 0xnumber
Description
The BBL
on machine did not respond to a broadcast message sent by the DBBL
within DBBLWAIT * SCANUNIT
seconds. As a result, its bulletin board may be out of date, and will be reloaded from the DBBL
's copy.
Action
DBBLWAIT
parameter.
See Also
ubbconfig
(5), RESOURCES section
1393
ERROR: BBL upload request not sent, machine= machine tperrno= tperrno_val
Description
An upload request for a new bulletin board could not be sent to the BBL
on machine. This BBL
will be marked as partitioned.
Action
Contact your BEA TUXEDO system Technical Support.
See Also
Message 1394 below
1394
ERROR: BBL partitioned, machine= machine
Description
The DBBL
has determined that the BBL
on machine has become partitioned from the master machine, and perhaps from other machines as well. Two likely causes are networking problems or failure of machine. The DBBL
will notify all machines it can reach that machine is partitioned. This will prevent additional service requests from being sent to machine.
Action
tmadmin
(1)'s pclean
command to remove information about machine's servers from non-partitioned bulletin boards. Then run tmboot
(1) to restart servers on machine.
See Also
tmadmin
(1), tmboot
(1), Message 1385 above
1395
WARN: Slow BBL response, machine= machine
Description
The BBL
on machine sends an I'm OK message to the DBBL
every time it performs a sanity check of its machine. This check occurs every SANITYSCAN * SCANUNIT
seconds, as specified in the RESOURCES section.
Similarly, every BBLQUERY * SCANUNIT
seconds, the DBBL
performs a sanity check of all BBL
s. If an I'm OK message has not been received from machine
during the previous BBLQUERY * SCANUNIT
seconds, the DBBL prints this warning message. Then an explicit sanity check is done over the network. If this check also fails, machine will be considered partitioned.
Action
This message indicates that there may be network congestion or an overload on machine. There is a risk that machine will become partitioned.
BBL
process from running.
DBBL
from processing messages in its queue.
BBLQUERY
parameter so that it is larger than the SANITYSCAN
parameter. A difference of ten seconds or more should prevent spurious warnings under most circumstances.
See Also
Message 1394 above, ubbconfig
(5), RESOURCES section
1398
ERROR: TUXDIR environment variable not set
Description
The TUXDIR
environment variable was not set. Because of this, the buildclient
command will fail.
Action
Set the TUXDIR
environment variable to the base directory of the BEA TUXEDO system software, and export this variable.
See Also
buildclient
(1)
![]() |
![]() |
![]() |
![]() |
||
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |