CMDTUX_CAT

CMDTUX MESSAGES 1800 & Above

CMDTUX MESSAGES 1800-1899

1800 WARN: Server RESTART set to Y and MAXGEN set < 2 on server entry servername

DESCRIPTION

A server entry for servername is configured with the RESTART option but the MAXGEN is set to or defaults to a value less than 2 so that the server will never be restarted.

ACTION

No action is required. Normally, the MAXGEN value should be set higher so that the server will restart.

SEE ALSO

ubbconfig (5)

1801 WARN: Error while parsing filename.

DESCRIPTION

buildserver(1) was parsing the given filename. While parsing the file given via the "-s @filename" option, buildserver encountered a syntax error.

ACTION

Edit the file specified by the "-s @filename" option. Make sure that each line is a valid argument to the -s option. The file may be commented if the first character of the comment line is "#". Blank lines are also acceptable.

1802 ERROR: Error adding element to heap.

DESCRIPTION

buildserver(1) uses a heap sort algorithm to order the function names. If buildserver(1) was unable to add an element to the heap, then this error will be returned.

ACTION

If this error occurs consistently, contact BEA TUXEDO System Technical Support.

1803 ERROR: Unable to parse -s option.

DESCRIPTION

While buildserver(1) was parsing the -s option, an error occurred. This error could range anywhere from a syntax error to a file input/output error.

ACTION

Make sure the -s option has the proper syntax. Also make sure that any file specified with the "-s @filename" option exists and has the proper format.

1804 ERROR: Unable to build function table.

DESCRIPTION

buildserver(1) uses a heap sort in order to manage function names. This error can occur in the second phase of the heap sort if the actual sorted table could not be built.

ACTION

If this error occurs consistently, then contact the BEA TUXEDO System Technical Support.

1805 WARN: Could not open file filename.

DESCRIPTION

The file specified to buildserver(1) via the "-s @filename" option does not exist.

ACTION

Make sure that the given filename exists. One useful trick is to specify filename as a full path name, rather than a relative path name.

1806 WARN: File recursion is not supported.

DESCRIPTION

The "-s @filename" option can be used on the command line to buildserver(1). However, the arguments within the file specified by filename cannot specify another file to open and parse. This practice is known as file recursion. File recursion is not supported by buildserver(1).

ACTION

Remove any lines from filename which begin with the @ character.

1812 WARN: Could not read filetype file filename on LMID

DESCRIPTION

While booting the system or updating the MIB, a security file could not be read on the specified machine. Normally, this will occur when security is configured but one or more of the security files have not been populated (for example, SECURITY is set to USER_AUTH but the group and ACL information is not set).

ACTION

No action is needed if the associated information in not required for the application.

SEE ALSO

ubbconfig (5)

1813 ERROR: Could not encrypt filetype file for propagation to LMID

DESCRIPTION

While booting the system or updating the MIB, a directory needed to hold the security file could not be created.

ACTION

Verify that the $APPDIR directory exists and has directory permissions that will allow the administrator to create a subdirectory there. Verify that the file system containing $APPDIR has free disk blocks and inodes.

SEE ALSO

tmboot (1)

1814 ERROR: Could not propagate filetype file to LMID: Failed to make directory

DESCRIPTION

While booting the system or updating the MIB, a directory needed to hold the file could not be created.

ACTION

Verify that the $APPDIR directory exists and that directory permissions will allow the administrator to create a subdirectory there. Verify that the file system containing $APPDIR has free disk blocks and inodes.

SEE ALSO

tmboot (1)

1815 ERROR: Could not propagate filetype file to LMID: Invalid file type for directory

DESCRIPTION

While booting the system or updating the MIB, a directory needed to hold the file could not be created because a file exists with the same path name.

ACTION

Remove the file .adm or adm and retry the command.

1816 ERROR: Could not propagate filetype file to LMID: Cannot change mode of directory

DESCRIPTION

While booting the system or updating the MIB, the permissions of a directory needed to hold the file could not be changed.

ACTION

Change ownership of the adm or .adm directory to the administrative UID .

SEE ALSO

ubbconfig (5) *MACHINES section

1817 ERROR: Could not propagate filetype file to LMID: Cannot open file

DESCRIPTION

While booting the system or updating the MIB, a security file could not be opened for reading or writing.

ACTION

Verify that the file system containing $APPDIR has free disk blocks and inodes.

1818 ERROR: Could not propagate filetype file to LMID: Cannot write to file

DESCRIPTION

While booting the system or updating the MIB, a write failed on a security file being propagated to the specified LMID.

ACTION

Verify that the file system containing $APPDIR has free disk blocks and inodes.

SEE ALSO

ubbconfig (5) *MACHINES section

1819 ERROR: Could not propagate filetype file to LMID: Error decrypting the file

DESCRIPTION

While booting the system or updating the MIB, there was an encryption problem when propagating one of the security files.

ACTION

Contact your BEA TUXEDO System Technical Support.

1820 ERROR: Could not propagate filetype file to LMID: Unknown error

DESCRIPTION

While booting the system or updating the MIB, there was an unrecognized return code encountered.

ACTION

Contact your BEA TUXEDO System Technical Support.

1821 ERROR: MAXACLGROUPS parameter must be > 0 and <= 16384

DESCRIPTION

The MAXACLGROUPS parameter in the *RESOURCES section must be greater than 0 and less than 16K. It specifies the maximum number of group identifiers that can be used for ACL permissions checking.

ACTION

Correct the value of MAXACLGROUPS and re-run tmloadcf(1).

SEE ALSO

tmloadcf (1)

1824 ERROR: MAXACLCACHE parameter must be >= 10 and <= 32000

DESCRIPTION

The MAXACLCACHE parameter in the *MACHINES section must be greater than or equal to 10 and less than 32000. It specifies the number of entries in the cache used for ACL entries when SECURITY is set to ACL or MANDATORY_ACL.

ACTION

Correct the value of MAXACLCACHE and re-run tmloadcf(1).

SEE ALSO

tmloadcf (1)

1825 ERROR: Current work directory path name is too long

DESCRIPTION

While executing tmloadcf, an attempt to get the current working directory path failed. This can indicate that either the directory pathname is greater than 78 characters in length or that the directory hierarchy is not readable.

ACTION

Check that the directory hierarchy has the proper permissions and is no longer than 78 characters, and re-execute the command.

1827 ERROR: Absolute path name of the input file is too long

DESCRIPTION

The length of the absolute path name of the input file is greater than MAXTLSTRING.

ACTION

Specify a shorter path name.

1828 ERROR: Security level must be USER_AUTH, ACL or MANDATORY_ACL.

DESCRIPTION

In order to run tpgrpadd(1), tpgrpmod(1), or tpgrpdel(1), the security level of the TUXEDO System/T application must be USER_AUTH, ACL, or MANDATORY_ACL.

ACTION

Change the security level in the ubbconfig(5) file to USER_AUTH, ACL, or MANDATORY_ACL. Run tmloadcf(1) on the new ubbconfig(5) file. Then re-run the command that caused this failure.

1829 ERROR: Security level must be USER_AUTH, ACL or MANDATORY_ACL.

DESCRIPTION

In order to run tpusradd(1), tpusrmod(1), or tpusrdel(1), the security level of the TUXEDO System/T application must be USER_AUTH, ACL, or MANDATORY_ACL.

ACTION

Change the security level in the ubbconfig(5) file to USER_AUTH, ACL, or MANDATORY_ACL. Run tmloadcf(1) on the new ubbconfig(5) file. Then re-run the command that caused this failure.

1830 ERROR: client name is invalid.

DESCRIPTION

The client name given to tpacladd(1), tpaclmod(1), or tpacldel(1) was invalid. A client name must not contain the characters ':' or newline. Furthermore, the name must be less than or equal to 30 characters in length.

ACTION

Change the name given to the command in order to comply with the specifications.

1831 ERROR: new user name is not valid.

DESCRIPTION

The new user name given to tpaclmod(1) or tpacldel(1) was invalid. A user name must not contain the characters '#', ':' or newline. Furthermore, the name must be less than or equal to 30 characters in length.

ACTION

Change the name given to the command in order to comply with the specifications.

1832 ERROR: can't execute command

DESCRIPTION

An error occurred while compiling a server with the buildserver command. The message prints the exact compilation command.

ACTION

Check the command that it is valid (e.g., files exist and have the correct permissions). Check the errors generated by the compiler and correct them.

SEE ALSO

buildserver(1)

1833 ERROR: Group numbers must be between 0 and max.

DESCRIPTION

Group identifiers must be between 0 and 16383. tpgrpadd(1) or tpgrpmod(1) was presented a group number which is not within these boundaries.

ACTION

Change the group number to be within the proper boundaries. Re-run the command that caused the error.

1834 ERROR: Group numbers must be between 0 and max.

DESCRIPTION

Group identifiers must be between 0 and 16383. tpusradd(1) or tpusrmod(1) was presented a group number which is not within these boundaries.

ACTION

Change the group number to be within the proper boundaries. Re-run the command that caused the error.

1835 ERROR: Group name is invalid.

DESCRIPTION

The group name given to tpacladd(1), tpaclmod(1), or tpacldel(1) was invalid. A group name must not contain the characters '#', ',', ':' or newline. Furthermore, the name must be less than or equal to 30 characters in length.

ACTION

Change the name given to the command in order to comply with the specifications.

CMDTUX MESSAGES 3000-3099

3000 ERROR: Cannot allocate memory to retrieve service table entries

DESCRIPTION

Memory allocation failed for retrieving service table entries.

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.

3001 ERROR: Can't boot more than one primary svrtype server. errstr=errstr

DESCRIPTION

An attempt was made to boot a second primary event server.

ACTION

An application can only have one primary System Event server and one User Event server. All other event servers must be configured as secondary servers.

SEE ALSO

TMSYSEVT(5), TMUSREVT(5)

3003 INFO: Invalid Polling Frequency value specified, Resetting to default of 30 seconds

DESCRIPTION

The polling frequency must be a positive value.

ACTION

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

SEE ALSO

TMSYSEVT(5), TMUSREVT(5)

3004 ERROR: Couldn't allocate memory to store control_file name

DESCRIPTION

Memory allocation failed for saving control file name.

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.

3005 ERROR: Can't put FIELDTBLS32 into environment

DESCRIPTION

The TUXEDO System/T server was unable to set FIELDTBLS32 in the process's environment using putenv().

ACTION

Make the existing environment smaller by unsetting some unneeded variables (or make environment larger if the operating system allows it) and re-start the server.

3006 ERROR: Environment variable TUXDIR not defined

DESCRIPTION

The TUXDIR environment variable must be set prior to booting a TUXEDO System/T server.

ACTION

Set the TUXDIR variable and start the server again.

SEE ALSO

UBBCONFIG (5)

3007 ERROR: Can't put FIELDTBLDIR32 into environment

DESCRIPTION

The TUXEDO System/T server was unable to set FIELDTBLDIR32 in the process's environment using putenv().

ACTION

Make the existing environment smaller by unsetting some unneeded variables (or make environment larger if the operating system allows it) and re-start the server.

3008 ERROR: Fldid failed(Ferror32=value). Can't find TA_EVENT_EXPR in FIELDTBLS32 files

DESCRIPTION

The event server couldn't find the FML32 description files.

ACTION

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

SEE ALSO

TMSYSEVT(5), TMUSREVT(5)

3009 ERROR: Failed to advertise svc service for Primary Event Server

DESCRIPTION

The event server couldn't advertise service svc.

ACTION

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

SEE ALSO

TMSYSEVT(5), TMUSREVT(5)

3010 INFO: TMSYSEVT is exiting

DESCRIPTION

The System Event server is gracefully exiting the application.

ACTION

No action required.

SEE ALSO

TMSYSEVT (5)

3012 WARN: Cannot open event control file file

DESCRIPTION

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

ACTION

The Event Server couldn't open the file that lists statically defined subscriptions. Make sure that the file exists. The server uses the default file either if it can't open the specified file or if the file is not specified.

SEE ALSO

TMSYSEVT(5), TMUSREVT(5)

3013 ERROR: Cannot allocate memory for fielded buffer

DESCRIPTION

Memory allocation failed for an FML32 buffer.

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.

3014 ERROR: Couldn't initialize the allocated the memory as a fielded buffer, Ferror32=errno

DESCRIPTION

The Event Server failed to Finit32() an FML32 buffer.

ACTION

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

SEE ALSO

Finit32 (3)

3015 ERROR: Could not allocate num more bytes for FML32 buffer

DESCRIPTION

Reallocation of FML32 buffer to a larger size failed.

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.

3016 ERROR: Could not parse the control file file, Ferror32=errstr

DESCRIPTION

The event server failed to parse the control file file.

ACTION

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

SEE ALSO

Fextread (3)

3017 ERROR: Could not parse the control file file, Ferror32=errstr

DESCRIPTION

The event server failed to parse the control file file.

ACTION

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

SEE ALSO

Fextread(3), EVENT_MIB(5)

3018 ERROR: Could not parse the control file file, Uunixerr=errno

DESCRIPTION

The event server failed to parse the control file file.

ACTION

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

SEE ALSO

read(2), Fextread(3)

3019 WARN: -t option ignored as argument must be numeric

DESCRIPTION

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

ACTION

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

SEE ALSO

TMSYSEVT(5), TMUSREVT(5)

3020 WARN: -t option ignored as argument is too large

DESCRIPTION

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

ACTION

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

SEE ALSO

TMSYSEVT(5), TMUSREVT(5)

3021 ERROR: Could not parse the control file file, Unknown Ferror32=errno

DESCRIPTION

The Event Server failed to parse the control file file.

ACTION

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

SEE ALSO

Fextread (3)

3022 ERROR: Cannot open file for writing subscription records

DESCRIPTION

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

ACTION

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

3023 ERROR: Field required for operation but not provided

DESCRIPTION

A required attribute in a subscription record is missing.

ACTION

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

SEE ALSO

EVENT_MIB(5), TM_MIB(5)

3024 ERROR: Fieldid32 fldid32 exceeds maximum length of len

DESCRIPTION

The FML32 identifier whose fieldid is fldid32 exceeds allowable length.

ACTION

Correct the length of the field and restart the server to have this subscription take effect.

SEE ALSO

EVENT_MIB (5)

3025 ERROR: Cannot specify both TA_EVENT_FILTER and TA_EVENT_FILTER_BINARY

DESCRIPTION

Only one of the event filters can be specified in a subscription.

ACTION

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

SEE ALSO

EVENT_MIB (5)

3026 ERROR: fldname32 can only be set to values

DESCRIPTION

An invalid value has beed specified for FML32 field fldname32.

ACTION

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

SEE ALSO

EVENT_MIB (5)

3027 ERROR: Memory allocation failure. (IC=value)

DESCRIPTION

Memory allocation failed for Event Server.

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.

3028 ERROR: Cannot compile event expression expr, error=errstr

DESCRIPTION

An invalid event expression was detected in a subscription record.

ACTION

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

SEE ALSO

tpsubscribe(3), _gp_recomp(3)

3029 ERROR: Couldn't allocate memory to store control_file name

DESCRIPTION

Memory allocation failed for saving the control file name.

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.

3030 ERROR: Couldn't initialize the allocated the memory as a fielded buffer, Ferror32=errno

DESCRIPTION

The Event Server failed to Finit32() an FML32 buffer.

ACTION

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

SEE ALSO

Finit32 (3)

3031 INFO: TMUSREVT is exiting

DESCRIPTION

The System Event server is gracefully exiting the application.

ACTION

No action required.

SEE ALSO

TMUSREVT (5)

CMDTUX MESSAGES 3100-3199

3110 ERROR: [Failed to get field fieldname from _tppost message]

DESCRIPTION

The Event Server couldn't get a field from the FML buffer.

ACTION

The EVENT API inserts various FML fields into the buffer before dispatching it to the Event Server. This message indicates that the Event Server couldn't get the field out of the FML buffer.

SEE ALSO

Fget32 (3)

3112 ERROR: Cannot open database, tperrno=tperrno

DESCRIPTION

While initializing the Event Server, tpopen() returned an error. The server will not boot.

ACTION

Use the returned tperrno and check the userlog to determine what the error was. Resolve the problem and re-boot the server.

SEE ALSO

tpopen(3), TMSYSEVT(5), TMUSREVT(5)

3113 WARN: internal posting function received the wrong buffer type - buftype

DESCRIPTION

The Event Server received a message from an application program that was sent via tpcall() or tpconnect() instead of tppost(). A failure message is returned to the originator.

ACTION

Re-write the application software or reconfigure the TUXCONFIG file so that messages are sent to the correct services using the correct primitives.

SEE ALSO

tppost (3)

3114 WARN: [internal posting function received a buffer for other than TPPOST, opcode opcode]

DESCRIPTION

The Event Server received a message with an invalid operation code, opcode.

ACTION

Contact your BEA TUXEDO System Technical Support.

3115 WARN: Primary Event Server received the wrong buffer type - buftype

DESCRIPTION

The Event Server received a message from an application program that was sent via tpcall() or tpconnect() instead of tpsubscribe() or tpunsubscribe(). A failure message is returned to the originator.

ACTION

Re-write the application software or reconfigure the TUXCONFIG file so that messages are sent to the correct services using the correct primitives.

SEE ALSO

tpsubscribe(3), tpunsubscribe(3), EVENT_MIB(5)

3117 ERROR: Failed to advertise svc service for System Event Server. tperrno=err

DESCRIPTION

The event server couldn't advertise service svc.

ACTION

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

SEE ALSO

tpadvertise (3)

3118 ERROR: _tmformat() failed for TA_COMMAND cmd for event eventname

DESCRIPTION

The Event Server couldn't format the command string before invoking the command.

ACTION

When the Event Server receives a message due to some client or server posting an event, the data associated with the event is also sent. Then, the Event Server looks up the subscriptions that match this posted event and formats the string as per the subscription before calling system() command. This messages indicates that the formatting failed. Make sure that the Event Server has the required environment variables for the posted data buffer and that the names of the variables in the subscription record are correct.

SEE ALSO

TMSYSEVT(5), TMUSREVT(5), tpsubscribe(3), tppost(3)

3120 ERROR: _tmformat() failed for TA_USERLOG userlog for event eventname

DESCRIPTION

The Event Server couldn't format the command string before invoking the command itself.

ACTION

When the Event Server receives a message due to some client or server posting an event, the data associated with the event is also sent. Then, the Event Server looks up the subscriptions that match this posted event and formats the string as per the subscription before calling system() command. This messages indicates that the formatting failed. Make sure that the Event Server has the required environment variables for the posted data buffer and that the names of the variables in the subscription record are correct.

SEE ALSO

TMSYSEVT(5), TMUSREVT(5), tpsubscribe(3), tppost(3)

3122 ERROR: Event Broker is not configured for processing notifications in transactional mode

DESCRIPTION

During Event Server's booting, tpopen() failed which means that Event Server cannot process any notifications in transactional mode.

ACTION

Check the userlog for the message stating that tpopen() failed for this Event Server. Correct this error and restart the server.

SEE ALSO

TMSYSEVT(5), TMUSREVT(5), EVENT_MIB(5), tpsubscribe(3), tppost(3)

3123 ERROR: Event Broker can't begin a transaction. tperrno=err

DESCRIPTION

The Event Server couldn't begin a transaction to do the notifications transactionally.

ACTION

Make sure that MAXGTT in UBBCONFIG file is big enough for the application needs. If not, increase the value and restart the application.

SEE ALSO

tpbegin(3), UBBCONFIG(5)

3124 ERROR: Event Broker can't abort a transaction. tperrno=err

DESCRIPTION

The Event Server failed to abort the transaction it started earlier.

ACTION

When the Event Server does notifications in transactional mode, it makes one or more tpcall()'s or tpenqueue()'s depending upon the subscriptions that matched the posted event. If any of the calls fail, the server aborts the transaction. This message indicates that tpabort() failed. Check the error string and take corrective action.

SEE ALSO

tpbegin(3), UBBCONFIG(5)

3125 ERROR: Event Broker can't abort a transaction. tperrno=err

DESCRIPTION

The Event Server failed to abort the transaction it started earlier.

ACTION

When the Event Server does notifications in transactional mode, it makes one or more tpcall()'s or tpenqueue()'s depending upon the subscriptions that matched the posted event. If any of the calls fail, the server aborts the transaction. This message indicates that tpabort() failed. Check the error string and take corrective action.

SEE ALSO

tpabort (3)

3126 ERROR: Event Broker can't abort a transaction. tperrno=err

DESCRIPTION

The Event Server failed to abort the transaction it started earlier.

ACTION

When the Event Server does notifications in transactional mode, it makes one or more tpcall()'s or tpenqueue()'s depending upon the subscriptions that matched the posted event. If any of the calls fail, the server aborts the transaction. This message indicates that tpabort() failed. Check the error string and take corrective action.

SEE ALSO

tpbegin(3), UBBCONFIG(5)

3127 ERROR: Event Broker can't commit a transaction. tperrno=err

DESCRIPTION

The Event Server failed to commit the transaction it started earlier.

ACTION

When the Event Server does notifications in transactional mode, it makes one or more tpcall()'s or tpenqueue()'s depending upon the subscriptions that matched the posted event. If all of the requests complete successfully, the server commits the transaction. This message indicates that tpcommit() failed. Check the error string and take corrective action.

SEE ALSO

tpcommit (3)

3128 ERROR: tpacall() to svc svc failed for event eventname tperrno=tperrno

DESCRIPTION

The Event Server made a tpcall() on behalf of a subscription due to a posted event.

ACTION

This message indicates that a posted event eventname resulted in a service call to svc and it failed with tperrno tperrno. Check the message and take corrective action. If this is a non-persistent subscription, the subscription will be removed. So, you may have to resubscribe to that event before this condition can be reproduced.

SEE ALSO

tpacall (3)

3129 ERROR: tpenqueue() to qname qname failed for event eventname tperrno=tperrno

DESCRIPTION

The Event Server made a tpenqueue() on behalf of a subscription due to a posted event.

ACTION

This message indicates that a posted event eventname resulted in enqueuing a message to queue name qname and it failed with tperrno tperrno. Check the message and take corrective action. If this is a non-persistent subscription, the subscription will be removed. So, you may have to resubscribe to that event before this condition can be reproduced.

SEE ALSO

tpenqueue (3)

3130 ERROR: Cannot allocate memory for receiving reply

DESCRIPTION

Memory allocation failed for receiving reply message.

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.

3131 ERROR: tpgetrply() failed for eventname eventname. tperrno=tperrno

DESCRIPTION

The Event Server made a tpacall() on behalf of a subscription due to a posted event. Then, it tried to get the reply for the service call.

ACTION

This message indicates that a posted event eventname resulted in a service call to svc. When trying to get a reply, it failed with tperrno tperrno. Check the message and take corrective action. If this is a non-persistent subscription, the subscription will be removed. So, you may have to resubscribe to that event before this condition can be reproduced.

SEE ALSO

tpgetrply (3)

3134 ERROR: *MIBPERMS entries out of order

DESCRIPTION

tmloadcf was run on an ASCII configuration file originally created using tmunloadcf in which the internally generated *MIBPERMS section has been modified by the user.

ACTION

If you have not yet destroyed your previous TUXCONFIG file, it may be unloaded again using tmunloadcf to get a valid ASCII image of the configuration file. You may then edit that image, but be certain not to change the *MIBPERMS section if one exists. If the previous TUXCONFIG file has been destroyed, then you can delete the *MIBPERMS section in its entirety and rerun tmloadcf to regenerate the TUXCONFIG file; however, all application customized permissions for /AdminAPI access will be lost using this method. Alternatively, you can reorder the entries in the *MIBPERMS section using the field name as the primary sort key and the field identifier as the secondary key before rerunning tmloadcf.

SEE ALSO

tmloadcf (1), tmunloadcf (1), MIB (5)

3135 ERROR: tpadmcall() failed when processing event. strerr=string

DESCRIPTION

While posting a system event, a MIB GET call to tpadmcall to retrieve associated information for the event failed. Additional information is printed indicating the cause of the failure.

ACTION

Check the reason for the failure. No action required.

SEE ALSO

TM_MIB(5)

3136 ERROR: Cannot open file file for writing

DESCRIPTION

The secondary event server couldn't open file file for writing the subscription database it got from the primary event server.

ACTION

Make sure that the server can create the file file and that there are enough inodes in the file system.

SEE ALSO

TMSYSEVT(5), TMUSREVT(5)

3137 ERROR: Couldn't initialize the allocated memory as a fielded buffer, Ferror32=errno

DESCRIPTION

The Event Server failed to Finit32() an FML32 buffer.

ACTION

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

SEE ALSO

Finit32 (3)

3138 ERROR: Cannot write FML32 buffer in file file, Ferror32=Ferror32

DESCRIPTION

The event server failed to write a subscription record in the file file.

ACTION

Make sure that the control file is not inadvertently deleted while the server is running. Check the Ferror32 Ferror32 in the message and take corrective action.

SEE ALSO

Ffprint32 (3)

3139 ERROR: Secondary Event Server failed to get a new copy of subscription database from the Primary, errstr=errstr

DESCRIPTION

The secondary server made a tpcall() to primary event server to get a new copy of the subscription database. This message states that the call failed.

ACTION

Check the error string errstr in the message and take corrective action.

SEE ALSO

TMSYSEVT(5), TMUSREVT(5)

3140 ERROR: Primary Server can't unload subscription database into a file

DESCRIPTION

The primary event server couldn't unload the subscription database into a file.

ACTION

The primary event server updates the control file whenever a client/server unsubscribes to a subscription or if the event server garbage-collects stale subscriptions. This message indicates that the server failed to write the new database to the file. Check for other messages preceding this message and take corrective action.

SEE ALSO

TMSYSEVT(5), TMUSREVT(5)

3141 ERROR: Primary Server can't set CURSID in the FML buffer. Ferror=errno

DESCRIPTION

The primary event server can't add CURSID to FML buffer.

ACTION

The primary server uses a sequence number to generate subscription handles. When a secondary event server queries the primary for a new copy of the subscription database, this sequence number is also sent with it. Later on, when the secondary queries again, this sequence number is used to determine if a new copy of the subscription database needs to be sent or not. This message indicates that the primary server couldn't set the sequence number in the FML buffer. Contact your BEA TUXEDO System Technical Support and provide the Ferror errno.

SEE ALSO

Fchg (3)

3142 ERROR: Primary Server can't tpalloc CARRAY buffer. tperrno=tperrno

DESCRIPTION

The primary event server failed to allocate a CARRAY buffer.

ACTION

If the userlog message preceding this message states that it is out of memory, then add more memory to the system or configure the system to allow more virtual memory for the processes. If the tperrno tperrno is anything else, contact your BEA TUXEDO System Technical Support and provide the tperrno.

SEE ALSO

tpalloc (3)

3143 ERROR: Primary Server can't save subscription database inside the COMPOSITE buffer

DESCRIPTION

Contact your BEA TUXEDO System Technical Support.

ACTION

Contact your BEA TUXEDO System Technical Support.

3144 ERROR: Secondary Server can't allocate a FML buffer. tperrno=tperrno

DESCRIPTION

The primary event server failed to allocate an FML buffer.

ACTION

If the userlog message preceding this message states that it is out of memory, then add more memory to the system or configure the system to allow more virtual memory for the processes. If the tperrno tperrno is anything else, contact your BEA TUXEDO System Technical Support and provide the tperrno.

SEE ALSO

tpalloc(3)

3145 ERROR: Secondary Server can't set CURSID in the FML buffer. Ferror=errno

DESCRIPTION

The secondary event server can't add CURSID to FML buffer.

ACTION

When the secondary event server polls the primary server for subscription database, it sends the sequence number it received previously from the primary server. This message states that the secondary server couldn't insert the sequence number field to FML buffer. Contact your BEA TUXEDO System Technical Support and provide the Ferror errno.

SEE ALSO

Fchg (3)

3146 ERROR: Secondary Server can't set CURSOC in the FML buffer. Ferror=errno

DESCRIPTION

The secondary event server can't add CURSOC to FML buffer.

ACTION

When the secondary event server polls the primary server for subscription database, it sends its poll interval. This message states that the secondary server couldn't insert the poll interval field to FML buffer. Contact your BEA TUXEDO System Technical Support and provide the Ferror errno.

SEE ALSO

Fchg (3)

3147 ERROR: Secondary Server can't get CURSID from the FML buffer. Ferror=errno

DESCRIPTION

The secondary event server can't get CURSID from FML buffer.

ACTION

When the secondary event server polls the primary server for subscription database, the primary server sends its sequence number back to the secondary server. This message states that the secondary server couldn't extract the sequence number field from the FML buffer. Contact your BEA TUXEDO System Technical Support and provide the Ferror errno.

SEE ALSO

Fget (3)

3148 ERROR: Secondary Server can't delete the old subscription database

DESCRIPTION

When the secondary event server receives a new copy of subscription database, it first deletes the old subscription records and then adds the new records into memory. This message indicates that it could not delete the old database.

ACTION

Contact your BEA TUXEDO System Technical Support.

3149 ERROR: Secondary Server can't allocate a CARRAY buffer. tperrno=tperrno

DESCRIPTION

The secondary event server failed to allocate a CARRAY buffer.

ACTION

If the userlog message preceding this message states that it is out of memory, then add more memory to the system or configure the system to allow more virtual memory for the processes. If the tperrno tperrno is anything else, contact your BEA TUXEDO System Technical Support and provide the tperrno.

SEE ALSO

tpalloc (3)

3150 ERROR: Secondary Server can't extract subscription database from the COMPOSITE buffer

DESCRIPTION

Contact your BEA TUXEDO System Technical Support.

ACTION

Contact your BEA TUXEDO System Technical Support.

3151 ERROR: Secondary Server failed to write subscription database to file file, errno=errno

DESCRIPTION

After the secondary event server receives a copy of the subscription database from the primary, it first loads into a file file and then starts parsing the file to load it into memory. This message states that it couldn't write to the file.

ACTION

Check the errno errno and take corrective action. Make sure that the directory is writable and that there is enough space in the file system.

SEE ALSO

Fwrite (3)

3152 ERROR: Secondary Server failed to link file file to file, errno=errno

DESCRIPTION

After the secondary event server receives a copy of the subscription database from the primary, it first loads into a temporary file file and then starts parsing the file to load it into memory. After parsing the file, it links the temporary file to the control file. This message states that link() failed with errno errno.

ACTION

Check the errno errno and take corrective action. Make sure that the directory is writable and that there is enough space in the file system.

3153 ERROR: Secondary Server failed to unlink file file. errno=errno

DESCRIPTION

After the secondary event server receives a copy of the subscription database from the primary, it first loads into a temporary file file and then starts parsing the file to load it into memory. After parsing the file, it links the temporary file to the control file. After linking the file, it deletes the temporary file. This message states that unlink() failed with errno errno.

ACTION

Check the errno errno and take corrective action. Make sure that the directory is writable and that there is enough space in the file system.

SEE ALSO

unlink (2)

3154 ERROR: Secondary Server failed to parse the new subscription database in file file

DESCRIPTION

The secondary event server failed to parse the control file file.

ACTION

Make sure that the file file was not inadvertently deleted while the server is running. Also, check for userlog messages preceding this message for a more descriptive message.

SEE ALSO

TMSYSEVT(5), TMUSREVT(5)

3155 ERROR: Primary Server can't set CURSID in the FML buffer. Ferror=errno

DESCRIPTION

The primary event server can't add CURSID to FML buffer.

ACTION

The primary server uses a sequence number to generate subscription handles. When a secondary event server queries the primary for a new copy of the subscription database, this sequence number is also sent with it. Later on, when the secondary queries again, this sequence number is used to determine if a new copy of the subscription database needs to be sent or not. This message indicates that the primary server couldn't set the sequence number in the FML buffer. Contact your BEA TUXEDO System Technical Support and provide the Ferror errno.

SEE ALSO

Fchg(3), TMSYSEVT(5), TMUSREVT(5)

3156 ERROR: Secondary Server can't get CURSID from the FML buffer. Ferror=errno

DESCRIPTION

The secondary event server can't get CURSID from FML buffer.

ACTION

When the secondary event server polls the primary server for the subscription database, the primary server sends its sequence number back to the secondary server. This message states that the secondary server couldn't extract the sequence number field from the FML buffer. Contact your BEA TUXEDO System Technical Support and provide the Ferror errno.

SEE ALSO

Fget(3), TMSYSEVT(5), TMUSREVT(5)

3157 ERROR: Secondary Server failed to link file file to file. errno=errno

DESCRIPTION

After the secondary event server receives a copy of the subscription database from the primary, it first loads into a temporary file file and then starts parsing the file to load it into memory. After parsing the file, it links (renames) the temporary file to the control file. This message states that link() failed with errno errno.

ACTION

Check the errno errno and take corrective action. Make sure that the directory is writable and that there is enough space in the file system.

CMDTUX MESSAGES 4000-4099

4002 ERROR: Syntax Error in the -g argument.

DESCRIPTION

Each group specified by the -g argument of tpacladd(1) or tpaclmod(1) must be greater than 0 characters and less than 31 characters.

ACTION

Modify the -g argument so that the group identification falls within acceptable limits.

4003 ERROR: Syntax Error in the -g argument.

DESCRIPTION

Each group specified by the -g argument of tpacladd(1) or tpaclmod(1) must be greater than 0 characters and less than 31 characters.

ACTION

Modify the -g argument so that the group identification falls within acceptable limits.

4004 ERROR: Could not retrieve group information.

DESCRIPTION

When tpacladd(1) or tpaclmod(1) was attempting to retrieve information about one of the groups specified by the -g argument, an error occurred.

ACTION

Try the command again. If it fails consistently, then contact your BEA TUXEDO System Technical Support.

4005 ERROR: Group number does not exist.

DESCRIPTION

tpacladd(1) or tpaclmod(1) encountered a group number given via the -g parameter which does not exist.

ACTION

Add the desired group to the T_ACLGROUP MIB by using the tpgrpadd(1) command, and then re-run this command.

4006 ERROR: Group groupname does not exist.

DESCRIPTION

tpacladd(1) or tpaclmod(1) encountered a group name given via the -g parameter which does not exist.

ACTION

Add the desired group to the T_ACLGROUP MIB by using the tpgrpadd(1) command, and then re-run this command.

4008 ERROR: type field is not valid.

DESCRIPTION

The type field given via the -t option to tpacladd(1), tpaclmod(1), or tpacldel(1) was invalid. The only recognized types are SERVICE, ENQ, DEQ, or POSTEVENT.

ACTION

Change the -t option of the command being run to SERVICE, ENQ, DEQ, or POSTEVENT.

4010 ERROR: name field is not valid.

DESCRIPTION

The name given to tpacladd(1), tpaclmod(1), or tpacldel(1) was invalid. An ACL name must not contain the characters '#', ':' or newline. Furthermore, the name must be less than or equal to 30 characters in length.

ACTION

Change the name given to the command in order to comply with the specifications.

4011 ERROR: FML32 error error.

DESCRIPTION

When adding or deleting a field from an FML buffer, the given error occurred. This error occurs when running tpacladd(1), tpaclmod(1), or tpacldel(1).

ACTION

Try running the command again. If it fails consistently, contact your TUXEDO System Technical Support.

4012 ERROR: Memory allocation error.

DESCRIPTION

When using the command tpacladd(1), tpaclmod(1), or tpacldel(1), the system ran out of memory.

ACTION

Check the memory on the system where the command was run. If it seems that there should be enough memory for this operation, contact your TUXEDO System Technical Support.

4014 ERROR: TUXCONFIG is not set.

DESCRIPTION

tpacladd(1), tpaclmod(1), and tpacldel(1) must be run on configured systems. Furthermore, the TUXCONFIG variable must point to the TUXEDO System/T configuration file.

ACTION

Configure the application (see ubbconfig(5) and tmloadcf(1)). Set your TUXCONFIG variable appropriately. Run tmloadcf(1). Then re-run the command that caused this error.

4018 ERROR: Unknown executable name.

DESCRIPTION

The given executable name is not known. This error can happen if the tpgrpadd(1), tpgrpdel(1), or tpgrpmod(1) commands have been renamed.

ACTION

Do not rename the tpgrpadd(1), tpgrpmod(1), or tpgrpdel(1) commands. Use the original names with which the TUXEDO System binary was packaged.

4019 ERROR: MIB error number.

DESCRIPTION

When running the tpacladd(1), tpaclmod(1), or tpacldel(1) command, an error occurred in the MIB(5). The returned error number was retrieved from the TA_ERROR field of the returned FML32 buffer.

ACTION

Consult the MIB(5) manual pages to determine exactly which error was returned. Further action may be suggested by the nature of the error returned by the MIB.

4020 ERROR: grpname field is not valid.

DESCRIPTION

The group name given to tpgrpadd(1), tpgrpmod(1), or tpgrpdel(1) was invalid. A group name must not contain the characters '#', ',', ':' or newline. Furthermore, the name must be less than or equal to 30 characters in length.

ACTION

Change the group name given to the command in order to comply with the specifications.

4021 ERROR: MIB error number.

DESCRIPTION

When running the tpgrpadd(1), tpgrpmod(1), or tpgrpdel(1) command, an error occurred in the MIB(5). The returned error number was retrieved from the TA_ERROR field of the returned FML32 buffer.

ACTION

Consult the MIB(5) manual pages to determine exactly which error was returned. Further action may be suggested by the nature of the error returned by the MIB.

4022 ERROR: FML32 error error.

DESCRIPTION

When adding or deleting a field from an FML32 buffer, the given error occurred. This error occurs when running tpgrpadd(1), tpgrpmod(1), or tpgrpdel(1).

ACTION

Try running the command again. If it continues to fail, contact your TUXEDO System Technical Support.

4023 ERROR: Memory allocation error.

DESCRIPTION

When using the commands tpgrpadd(1), tpgrpmod(1), or tpgrpdel(1), the system ran out of 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.

4024 ERROR: MIB error number.

DESCRIPTION

When running the tpgrpadd(1), tpgrpmod(1), or tpgrpdel(1) command, an error occurred in the MIB(5). The returned error number was retrieved from the TA_ERROR field of the returned FML32 buffer.

ACTION

Consult the MIB(5) manual pages to determine exactly which error was returned. Further action may be suggested by the nature of the error returned by the MIB.

4025 ERROR: TUXCONFIG is not set.

DESCRIPTION

tpgrpadd(1), tpgrpmod(1), and tpgrpdel(1) must be run on configured systems. Furthermore, the TUXCONFIG variable must point to the TUXEDO System/T configuration file.

ACTION

Configure the application (see ubbconfig(5) and tmloadcf(1)). Set your TUXCONFIG variable appropriately. Run tmloadcf(1). Then re-run the command that caused this error.

4026 ERROR: new group name is not valid.

DESCRIPTION

The new group name given to tpgrpmod(1) was invalid. A group name must not contain the characters '#', ',', ':' or newline. Furthermore, the name must be less than or equal to 30 characters in length.

ACTION

Change the new group name given to the command in order to comply with the specifications.

4027 ERROR: Could not retrieve group information.

DESCRIPTION

When tpgrpadd(1) or tpgrpmod(1) was attempting to retrieve information about groups specified on the command line, an error occurred.

ACTION

Try the command again. If the command fails consistently, then contact your BEA TUXEDO System Technical Support.

4028 ERROR: groupname group already exists.

DESCRIPTION

In the T_ACLGROUP class, no two groups can have the same name. tpgrpmod(1) attempted to add two groups with the same name.

ACTION

Do not attempt to have two groups with the same name. Change the group name and re-run the command.

4029 ERROR: Group groupname does not exist.

DESCRIPTION

tpgrpmod(1) attempted to modify a group that does not exist.

ACTION

Use tpgrpadd(1) to add new groups to the T_ACLGROUP class. Use the TUXEDO System GUI to get a complete list of the currently defined groups.

4030 ERROR: FML32 error error.

DESCRIPTION

When adding or deleting a field from an FML32 buffer, the given error occurred. This error occurs when running tpusradd(1), tpusrmod(1), or tpusrdel(1).

ACTION

Try running the command again. If it fails again, contact your TUXEDO System Technical Support.

4031 ERROR: Memory allocation error.

DESCRIPTION

When using the commands tpusradd(1), tpusrmod(1), or tpusrdel(1), the system ran out of 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.

4032 ERROR: Could not retrieve group information.

DESCRIPTION

When tpusradd(1) or tpusrmod(1) was attempting to retrieve information about a group specified on the command line, an error occurred.

ACTION

Try the command again. If it fails consistently, then contact your BEA TUXEDO System Technical Support.

4033 ERROR: Group number does not exist.

DESCRIPTION

tpusradd(1) or tpusrmod(1) encountered a group number given via the -g parameter which does not exist.

ACTION

Add the desired group to the T_ACLGROUP MIB by using the tpgrpadd(1) command, and then re-run this command.

4034 ERROR: Group groupname does not exist.

DESCRIPTION

tpusradd(1) or tpusrmod(1) encountered a group name given via the -g parameter which does not exist.

ACTION

Add the desired group to the T_ACLGROUP MIB by using the tpgrpadd(1) command, and then re-run this command.

4038 ERROR: Unknown executable name.

DESCRIPTION

The given executable name is not known. This error can happen if the tpusradd(1), tpusrdel(1), or tpusrmod(1) commands have been renamed.

ACTION

Do not rename the tpusradd(1), tpusrmod(1), or tpusrdel(1) commands. Use the original names with which the TUXEDO System binary was packaged.

4039 ERROR: TUXCONFIG is not set.

DESCRIPTION

tpusradd(1), tpusrmod(1), and tpusrdel(1) must be run on configured systems. Furthermore, the TUXCONFIG variable must point to the TUXEDO System configuration file.

ACTION

Configure the application (see ubbconfig(5) and tmloadcf(1)). Set your TUXCONFIG variable appropriately. Run tmloadcf(1). Then re-run the command that caused this error.

4040 ERROR: Security level must be USER_AUTH, ACL or MANDATORY_ACL.

DESCRIPTION

In order to run tpacladd(1), tpaclmod(1), or tpacldel(1), the security level of the TUXEDO System/T application must be USER_AUTH, ACL, or MANDATORY_ACL.

ACTION

Change the security level in the ubbconfig(5) file to USER_AUTH, ACL, or MANDATORY_ACL. Run tmloadcf(1) on the new ubbconfig(5) file. Then re-run the command that caused this failure.

4043 ERROR: username user already exists.

DESCRIPTION

In the T_ACLPRINCIPAL class, no two users can have the same numeric identification. tpusrmod(1) attempted to add two users with the same identification.

ACTION

Do not attempt to have two users with the same numeric identification. Change the user name and re-run the command.

4044 ERROR: User username does not exist.

DESCRIPTION

tpusrmod(1) attempted to modify a user which does not exist.

ACTION

Use tpusradd(1) to add new users to the T_ACLPRINCIPAL class. Use the TUXEDO System GUI to get a complete list of the currently defined users.

4045 ERROR: usrname field is not valid.

DESCRIPTION

The user name given to tpusradd(1), tpusrmod(1), or tpusrdel(1) was invalid. A user name must not contain the characters '#', ':' or newline. Furthermore, the name must be less than or equal to 30 characters in length.

ACTION

Change the name given to the command in order to comply with the specifications.

4046 ERROR: Invalid group specified.

DESCRIPTION

The group name given to tpusradd(1) or tpusrmod(1) was invalid. Either the group did not exist or there was a syntax error in the group name.

ACTION

Use tpgrpadd(1) to add new groups. Change the group name given to the command to correspond to an existing group. Change the group name to conform to the specifications for group names.

4047 ERROR: User numbers must be between 1 and max

DESCRIPTION

User numbers in the T_ACLPRINCIPAL class must be between 1 and 131071. A user number presented to tpusradd(1) or tpusrmod(1) was not within that range.

ACTION

Change the user number to be within the allowable range and re-run the command.

4048 ERROR: MIB error number.

DESCRIPTION

When running the tpusradd(1), tpusrmod(1), or tpusrdel(1) command, an error occurred in the MIB(5). The returned error number was retrieved from the TA_ERROR field of the returned FML32 buffer.

ACTION

Consult the MIB(5) manual pages to determine exactly which error was returned. Further action may be suggested by the nature of the error returned by the MIB.

4049 ERROR: A group with id number already exists.

DESCRIPTION

In the T_ACLGROUP MIB, no two groups can have the same numeric identification. tpgrpadd(1) or tpgrpmod(1) attempted to add two groups with the same identification.

ACTION

Do not attempt to have two groups with the same numeric identification. Change the identification number and re-run the command.

4050 ERROR: A user with id number already exists.

DESCRIPTION

In the T_ACLPRINCIPAL class, no two users can have the same numeric identification. tpusradd(1) or tpusrmod(1) attempted to add two users with the same identification.

ACTION

Do not attempt to have two users with the same numeric identification. Change the identification number and re-run the command.

4053 ERROR: User username not added.

DESCRIPTION

Due to an error processing the user password, this user has not been added to the system. This can happen when using tpusradd(1) or tpusrmod(1).

ACTION

Re-run the command that caused the error. If this error occurs consistently, call TUXEDO System Technical Support.

4054 ERROR: Passwords do not match.

DESCRIPTION

The user passwords entered to tpusradd(1) or tpusrmod(1) do not match.

ACTION

Re-run the command and make sure that you enter the passwords correctly each time you are prompted.

4055 ERROR: Unable to get host user id.

DESCRIPTION

tpusradd(1), tpusrmod(1), or tpusrdel(1) was unable to retrieve the user identification from the host system.

ACTION

Make sure that the user id of the TUXEDO System administrator is known to the system. If the user id is known to the system, then contact your TUXEDO System Technical Support.

4056 ERROR: Unable to get host user id.

DESCRIPTION

tpacladd(1), tpaclmod(1), or tpacldel(1) was unable to retrieve the user identification from the host system.

ACTION

Make sure that the user id of the TUXEDO System administrator is known to the system. If the user id is known to the system, then contact your TUXEDO System Technical Support.

4057 ERROR: Unable to get host user id.

DESCRIPTION

tpgrpadd(1), tpgrpmod(1), or tpgrpdel(1) was unable to retrieve the user identification from the host system.

ACTION

Make sure that the user id of the TUXEDO System administrator is known to the system. If the user id is known to the system, then contact your BEA TUXEDO System Technical Support.

4058 INFO: .SysMachineState: val state change to ACTIVE

DESCRIPTION

This message states that the specified machine changed to ACTIVE. A complete listing of the current parameters are sent along in the posted buffer.

ACTION

This is an informational message.

SEE ALSO

EVENT_MIB (5), TM_MIB (5)

4060 ERROR: Unknown executable name.

DESCRIPTION

The given executable name is not known. This error can happen if the tpacladd(1), tpacldel(1), or tpaclmod(1) commands have been renamed.

ACTION

Do not rename the tpacladd(1), tpaclmod(1), or tpacldel(1) commands. Use the original names with which the TUXEDO System binary was packaged.

4062 ERROR: MIB error number.

DESCRIPTION

When running the tpusradd(1), tpusrmod(1), or tpusrdel(1) command, an error occurred in the MIB(5). The returned error number was retrieved from the TA_ERROR field of the returned FML32 buffer.

ACTION

Consult the MIB(5) manual pages to determine exactly which error was returned. Further action may be suggested by the nature of the error returned by the MIB.

4063 INFO: .SysNetworkState: LMID1->LMID2 state change to INACTIVE

DESCRIPTION

This message indicates that the virtual circuit between machines LMID1 and LMID2 changed to an INACTIVE state. A complete listing of the current parameters are sent along in the posted buffer.

ACTION

This is an informational message.

SEE ALSO

EVENT_MIB (5), TM_MIB (5)

4064 INFO: .SysMachineState: LMID state change to PARTITIONED

DESCRIPTION

This message states that the specified machine changed to a new state as mentioned in the message. A complete listing of the current parameters are sent along in the posted buffer.

ACTION

This is an informational message.

SEE ALSO

EVENT_MIB (5), TM_MIB (5)

4065 INFO: .SysNetworkState: LMID1->LMID2 state change to ACTIVE

DESCRIPTION

This message indicates that the virtual circuit between machines LMID1 and LMID2 changed to a new state as mentioned in the message. A complete listing of the current parameters are sent along in the posted buffer.

ACTION

This is an informational message.

SEE ALSO

EVENT_MIB (5), TM_MIB (5)

4066 INFO: .SysNetworkState: LMID1->LMID2 state change to SUSPENDED

DESCRIPTION

This message indicates that the virtual circuit between machines LMID1 and LMID2 changed to a SUSPENDED state. A complete listing of the current parameters are sent along in the posted buffer.

ACTION

This is an informational message.

SEE ALSO

EVENT_MIB (5), TM_MIB (5)

4068 INFO: .SysServerState: servername, group srvgrp, id srvid state change to state

DESCRIPTION

This message indicates that the server specified above changed to a new state. A complete listing of the server attributes are sent in the posted buffer.

ACTION

This is an informational message.

SEE ALSO

EVENT_MIB (5), TM_MIB (5)

4069 INFO: .SysClientState: User usrname on LMID state change to state

DESCRIPTION

This message indicates that the client specified above changed to a new state. A complete listing of the current attributes of the client are sent in the posted buffer.

ACTION

This is an informational message.

SEE ALSO

EVENT_MIB (5), TM_MIB (5)

4070 ERROR: Application must be configured.

DESCRIPTION

tpacladd(1), tpaclmod(1), and tpacldel(1) must be run on configured systems. Furthermore, the TUXCONFIG variable must point to the TUXEDO System/T configuration file.

ACTION

Configure the application (see ubbconfig(5) and tmloadcf(1)). Set your TUXCONFIG variable appropriately. Run tmloadcf(1). Then re-run the command that caused this error.

4071 ERROR: Application must be configured.

DESCRIPTION

tpgrpadd(1), tpgrpmod(1), and tpgrpdel(1) must be run on configured systems. Furthermore, the TUXCONFIG variable must point to the TUXEDO System/T configuration file.

ACTION

Configure the application (see ubbconfig(5) and tmloadcf(1)). Set your TUXCONFIG variable appropriately. Run tmloadcf(1). Then re-run the command that caused this error.

4072 ERROR: Application must be configured.

DESCRIPTION

tpusradd(1), tpusrmod(1), and tpusrdel(1) must be run on configured systems. Furthermore, the TUXCONFIG variable must point to the TUXEDO System/T configuration file.

ACTION

Configure the application (see ubbconfig(5) and tmloadcf(1)). Set your TUXCONFIG variable appropriately. Run tmloadcf(1). Then re-run the command that caused this error.

4073 INFO: .SysNetworkConfig: LMID1->LMID2 configuration change

DESCRIPTION

This message indicates that the network link between the two machines specified changed to a new state. A complete listing of the current parameters are sent along in the posted buffer.

ACTION

This is an informational message.

SEE ALSO

EVENT_MIB (5), TM_MIB (5)

4075 INFO: .SysMachineState: LMID state change to INACTIVE

DESCRIPTION

This message states that the specified machine changed to an INACTIVE state. A complete listing of the current parameters are sent along in the posted buffer.

ACTION

This is an informational message.

SEE ALSO

EVENT_MIB (5), TM_MIB (5)

4076 ERROR: .SysEventDelivery: System Event Monitor delivery failure on LMID

DESCRIPTION

This message indicates that the event server failed to perform at least one notification for a posted event.

ACTION

Check to make sure that the notifications specified in the subscriptions that match the posted events can be done.

SEE ALSO

EVENT_MIB (5), TM_MIB (5)

4077 ERROR: .SysEventFailure: System Event Monitor subsystem failure on LMID

DESCRIPTION

The system event server periodically sends a message to itself to detect blocking conditions on the message queues. This event is generated if the server can't put a message on the queue in no-block node. It can also be generated if the received message doesn't match what was sent out earlier. The second case will probably never happen.

ACTION

Configure larger message queues or distribute the load in the application equally among all the machines.

SEE ALSO

EVENT_MIB (5), TM_MIB (5)

4078 ERROR: Memory allocation failure

DESCRIPTION

Memory allocation failed in the event server.

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.

4080 ERROR: Message received did not match sent message

DESCRIPTION

The event server periodically tests the message queue subsystem for blocking conditions by sending a message to itself in NOWAIT mode and receiving the message right after. This message indicates that the received message didn't match the sent message.

ACTION

Contact your BEA TUXEDO System Technical Support.

SEE ALSO

TMSYSEVT(5), TMUSREVT(5)

4081 ERROR: FML32 error error.

DESCRIPTION

When adding or deleting a field from an FML32 buffer, the given error occurred. This error occurs when running tpaclcvt(1).

ACTION

Try running the command again. If it fails consistently, contact your TUXEDO System Technical Support.

4082 ERROR: Memory allocation error.

DESCRIPTION

When using the command tpaclcvt(1), the system ran out of 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.

4083 INFO: Line number not added because it is a comment.

DESCRIPTION

The given line number in the user file was ignored by tpaclcvt(1). The line was not formatted correctly, and hence was ignored.

ACTION

Be sure that the file which is being converting has the correct format.

4084 INFO: User ID field field is not numeric. Line number not added.

DESCRIPTION

If tpaclcvt(1) encounters a user identification number which is not numeric, then it does not attempt to add the user. This can occur when converting the user file.

ACTION

Be sure that the file which is being converted has the correct format.

4085 INFO: User ID number is invalid. Line number not added.

DESCRIPTION

User identification numbers are only valid within the range 1 to 131,071. If tpaclcvt(1) encounters a user identification number which is not in the given range, then it does not attempt to add the user.

ACTION

Any users which tpaclcvt(1) could not add can be added with tpusradd(1).

4086 INFO: Group ID field number is not numeric. Line number not added.

DESCRIPTION

If tpaclcvt(1) encounters a group identification number which is not numeric, then it does not attempt to add the user. This can occur when converting the user file.

ACTION

Any users which tpaclcvt(1) could not add can be added with tpusradd(1).

4087 INFO: Line number not added. # is an illegal character.

DESCRIPTION

The given line in the user file was not converted by tpaclcvt(1). This is because a # character was encountered in the username, which is illegal.

ACTION

Any users which tpaclcvt(1) could not add can be added with tpusradd(1).

4088 INFO: Line number not added. error-string.

DESCRIPTION

tpaclcvt(1) encountered an error when attempting to get information concerning the user on the given line.

ACTION

Examine the error code returned. This error can be used to determine the actual TUXEDO System error that occurred.

4089 INFO: Line number user name not added. Error retrieving number of occurrences.

DESCRIPTION

When tpaclcvt(1) is converting a user file, it attempts to look for duplicate users. If an error occurs while extracting the number of users, this message occurs.

ACTION

Any users which tpaclcvt(1) could not add can be added with tpusradd(1).

4090 INFO: Line number user username not added. User username already exists.

DESCRIPTION

Any users which tpaclcvt(1) could not add can be added with tpusradd(1).

ACTION

You can add any user which tpaclcvt(1) did not add with tpusradd(1).

4091 INFO: Line number not added. error-string.

DESCRIPTION

tpaclcvt(1) encountered an error when attempting to get information concerning user identifiers.

ACTION

Examine the error code returned. This error can be used to determine the actual TUXEDO System error that occurred.

4092 INFO: Line number user name not added. Error retrieving number of occurrences.

DESCRIPTION

When tpaclcvt(1) is converting a user file, it attempts to look for duplicate users identification numbers. If an error occurs while extracting the number of user identifiers, this message occurs.

ACTION

Any users which tpaclcvt(1) could not add can be added with tpusradd(1).

4093 INFO: Line number user username not added. User usernumber already exists.

DESCRIPTION

tpaclcvt(1) did not add the given user because that user identification number already exists.

ACTION

Any users which tpaclcvt(1) could not add can be added with tpusradd(1).

4094 INFO: Line number user username not added. Error writing file.

DESCRIPTION

tpaclcvt(1) was attempting to modify the user file to add the given user.

ACTION

Run a diagnostic on the disk to see whether the disk is corrupted. If it is corrupted, buy a new disk and run the command again. If it is not, then contact BEA TUXEDO System Technical Support.

4095 INFO: Line number not added because it is a comment.

DESCRIPTION

The given line number in the group file was ignored by tpaclcvt(1). The line was not formatted correctly, and hence was ignored.

ACTION

Be sure that the file which is being converted has the correct format.

4096 INFO: Group ID field string is not numeric. Line number not added.

DESCRIPTION

If tpaclcvt(1) encounters a group identification number that is not numeric, then it does not attempt to add the user. This can occur when converting the group file.

ACTION

Any groups which tpaclcvt(1) could not add can be added with tpgrpadd(1).

4097 INFO: Line number not added. error-string.

DESCRIPTION

tpaclcvt(1) encountered an error when attempting to add a group. The error string can help to determine exactly what error occurred.

ACTION

Examine the error code returned. This error can be used to determine the actual TUXEDO System error that occurred.

4098 INFO: Line number Group groupname not added. Error retrieving error.

DESCRIPTION

tpaclcvt(1) encountered an error when adding a group to the T_ACLGROUP class. When attempting to retrieve the error from the returned FML32 buffer, an error occurred.

ACTION

If this error occurs consistently, then contact BEA TUXEDO System Technical Support.

4099 INFO: Line number Group groupname:error-string

DESCRIPTION

tpaclcvt(1) received the given error string from the MIB when adding the group on the given line.

ACTION

Use the error string returned from the MIB to determine exactly what error occurred.

CMDTUX MESSAGES 4100-4199

4102 ERROR: TUXCONFIG is not set.

DESCRIPTION

tpaclcvt(1) must be run on configured systems. Furthermore, the TUXCONFIG variable must point to the TUXEDO System/T configuration file.

ACTION

Configure the application (see ubbconfig(5) and tmloadcf(1)). Set your TUXCONFIG variable appropriately. Run tmloadcf(1). Then re-run the command that caused this error.

4103 ERROR: Application must be configured.

DESCRIPTION

tpaclcvt(1) must be run on configured systems. Furthermore, the TUXCONFIG variable must point to the TUXEDO System/T configuration file.

ACTION

Configure the application (see ubbconfig(5) and tmloadcf(1)). Set your TUXCONFIG variable appropriately. Run tmloadcf(1). Then re-run the command that caused this error.

4104 ERROR: Error retrieving application directory.

DESCRIPTION

tpaclcvt(1) must be run on configured systems. Furthermore, the TUXCONFIG variable must point to the TUXEDO System/T configuration file.

ACTION

Configure the application (see ubbconfig(5) and tmloadcf(1)). Set your TUXCONFIG variable appropriately. Run tmloadcf(1). Then re-run the command that caused this error.

4105 ERROR: tpaclcvt cannot be run on an active application.

DESCRIPTION

tpaclcvt(1) must be run on a system that is not booted.

ACTION

Bring the TUXEDO System down using tmshutdown(1). Then re-run this command.

4106 INFO: Converting filename...

DESCRIPTION

tpaclcvt(1) is converting the given group file.

ACTION

Be patient.

4107 ERROR: Could not open filename.

DESCRIPTION

tpaclcvt(1) could not find the group file to be converted.

ACTION

Be sure the name of the file to be converted is correct and that this file exists. Re-run the command.

4108 INFO: Converting filename...

DESCRIPTION

tpaclcvt(1) is converting the given user file.

ACTION

Be patient.

4109 ERROR: Could not open filename.

DESCRIPTION

tpaclcvt(1) could not find the user file to be converted.

ACTION

Be sure the name of the file to be converted is correct and that this file exists. Re-run the command.

4110 ERROR: Could not create filename.

DESCRIPTION

tpaclcvt(1) could not create the ACL user file.

ACTION

There are several kernel parameters which could cause this error. Two obvious ones include the maximum allowed size for files and the number of allowable open file descriptors. Disk space could also be a problem. Increase the appropriate kernel parameters or buy a new disk, then try the command again.

4111 ERROR: Could not get information on application.

DESCRIPTION

When tpaclcvt(1) was attempting to get information about the current TUXEDO System/T configuration, an unexpected error occurred.

ACTION

Make sure your TUXCONFIG variable is set correctly and that your TUXEDO System/T configuration file is valid. If the command continues to return this error, call TUXEDO System Technical Support.

4113 ERROR: Only the TUXEDO administrator can run this command.

DESCRIPTION

tpacladd(1), tpaclmod(1), and tpacldel(1) can only be run by the TUXEDO System system administrator.

ACTION

Log into the system as the TUXEDO System/T administrator and re-run this command.

4114 ERROR: Only the TUXEDO administrator can run this command.

DESCRIPTION

tpgrpadd(1), tpgrpmod(1), and tpgrpdel(1) can only be run by the TUXEDO System system administrator.

ACTION

Log into the system as the TUXEDO System/T administrator and re-run this command.

4115 ERROR: Only the TUXEDO administrator can run this command.

DESCRIPTION

tpusradd(1), tpusrmod(1), and tpusrdel(1) can only be run by the TUXEDO System system administrator.

ACTION

Log into the system as the TUXEDO System/T administrator and re-run this command.

4116 ERROR: Only the TUXEDO administrator can run this command.

DESCRIPTION

tpaclcvt(1) can only be run by the TUXEDO System/T system administrator.

ACTION

Log into the system as the TUXEDO System/T system administrator and re-run this command.

4117 INFO: User id -1 found for username. Generating valid unique id.

DESCRIPTION

Under TUXEDO System/T system security, user identification numbers of -1 were valid. However, the ACL users cannot have -1 as a user identification number. When converting a user file using tpaclcvt(1), user identification numbers of -1 are mapped to valid user identification numbers.

ACTION

In order to specify particular user identification numbers, use tpusrmod(1).

4118 ERROR: Could not get appropriate user identification number.

DESCRIPTION

User identification numbers are only valid within the range 1 to 131,071. If tpaclcvt(1) cannot generate a unique number within this range, then no more users can be added to the system.

ACTION

Delete users before calling tpaclcvt(1).

4119 ERROR: tpalloc() failed; tperrno=tperrno

DESCRIPTION

The event server failed to allocate memory for an FML32 buffer.

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.

SEE ALSO

tpalloc (3)

4120 ERROR: tpcall() to svc failed. tperrno=tperrno

DESCRIPTION

The event server couldn't call svc svc.

ACTION

The event server periodically garbage collects stale subscriptions of clients that terminated without unsubscribing. It makes a call to svc to determine if a client is alive. This message states that the service call failed.

SEE ALSO

TM_MIB(5), TMSYSEVT(5), TMUSREVT(5)

4126 ERROR: Authentication level must be USER_AUTH, ACL or MANDATORY_ACL.

DESCRIPTION

The TUXEDO System supplied AUTHSVR failed because the SECURITY parameter in the ubbconfig(5) file was set to NONE or APP_PW. In order for the AUTHSVR to properly authorize users, the SECURITY parameter must be set to USER_AUTH, ACL, or MANDATORY_ACL.

ACTION

Change the SECURITY setting in the ubbconfig(5) file to USER_AUTH, ACL, or MANDATORY_ACL. Run tmloadcf(1) on the new ubbconfig file and boot the system again.

4127 ERROR: In ACL or MANDATORY_ACL levels, the password file must be filename

DESCRIPTION

ACL and MANDATORY_ACL have a fixed authentication file name relative to the APPDIR of the machine. However, the -f option to AUTHSVR specified a different filename while authentication was ACL or MANDATORY_ACL. This is an error which will cause AUTHSVR to fail.

ACTION

Change the CLOPT line of the AUTHSVR to remove the -f option. The appropriate authentication file will be used by default. Reboot the AUTHSVR.

4128 ERROR: Unable to advertise AUTHSVC.

DESCRIPTION

AUTHSVR attempts to advertise AUTHSVC if the authentication level is USER_AUTH. If an error occurs when attempting to advertise this service, then this error is returned.

ACTION

Increase the MAXSERVICES parameter in the ubbconfig(5) file. Run tmloadcf(1) on the new file. Reboot the application. If this error occurs consistently, contact BEA TUXEDO System Technical Support.

4129 INFO: AUTHSVR terminating

DESCRIPTION

The AUTHSVR is terminating normally.

ACTION

No action required.

4130 INFO: Authentication failed for user username/clientname

DESCRIPTION

The given username/clientname attempted to log into the TUXEDO System and was denied access by the AUTHSVR.

ACTION

Do whatever is appropriate for attempted security break-ins in the TUXEDO System/T System application.

4131 WARN: Wildcard username and/or clientname presented

DESCRIPTION

The wildcard character "*" was presented as either the username or clientname in the TPINIT buffer.

ACTION

If wildcard characters are appropriate for the security scheme to which your application adheres, then this warning can be ignored. Otherwise, do whatever is appropriate in the security scheme of your TUXEDO System application.

4132 WARN: Duplicate id [username/clientname] in password file.

DESCRIPTION

When generating the cache which the AUTHSVR uses to authenticate users, a duplicate entry was found in the authentication file.

ACTION

Use tpusradd(1), tpusrmod(1), and tpusrdel(1) to maintain the user password files. NEVER edit these files manually.

4133 ERROR: Cannot open password file filename

DESCRIPTION

AUTHSVR could not open the given password file. This file may have been removed accidentally or may have been renamed.

ACTION

If the password file cannot be found, then it is assumed that there are no users in the TUXEDO System. When users are added via tpusradd(1), then the password file will be created and this error will no longer appear.

4134 ERROR: Memory allocation error.

DESCRIPTION

AUTHSVR could not allocate memory.

ACTION

Make sure enough memory exists on the system running the AUTHSVR. If it appears that there should be enough memory to run AUTHSVR, and this error happens consistently, then contact the BEA TUXEDO System Technical Support.

4135 ERROR: Cannot open file file for writing

DESCRIPTION

The event server couldn't open file file for writing the subscription database.

ACTION

The event server writes a new copy of the subscription database in the temporary file file. Then, it links this file to the control file specified in the UBBCONFIG file. This message indicates that the server couldn't open the temporary file for writing. Check the file system parameters and take corrective action.

4136 ERROR: .SysServerDied: servername, group srvgrp, id srvid server died

DESCRIPTION

This message indicates that the server specified above died abnormally and the BBL detected this condition in its periodic scan of the BB.

ACTION

Debug the server and fix the problem before it is restarted again.

SEE ALSO

EVENT_MIB (5), TM_MIB (5)

4137 INFO: .SysGroupState: Group name on lmid state change to newstate

DESCRIPTION

A TMIB request to change the state of a group, name, to a new state, newstate its associated machine lmid completed successfully.

ACTION

No action required.

SEE ALSO

TM_MIB(5)

4138 ERROR: Cannot open file file for appending subscription

DESCRIPTION

The event server appends new subscriptions to the end of the control file. This message states that the control file file was inadvertently removed while the server is running.

ACTION

Prevent such errors from happening by protecting the APPDIR directory. Since this file serves as a backup copy of subscriptions in an application running only a primary event server, it is important that this file be protected.

4139 ERROR: Could not find /etc/passwd

DESCRIPTION

Under the authentication level USER_AUTH, if the AUTHSVR cannot find the user file relative to APPDIR, then it attempts to use /etc/passwd for authentication. If AUTHSVR cannot find the /etc/passwd file, it fails.

ACTION

Make sure that either the user file relative to APPDIR has been created using tpusradd(1) or that the /etc/passwd file is readable by the TUXEDO System administrator.

4143 ERROR: Subscription matches an already existing subscription

DESCRIPTION

An attempt was made to subscribe to an entry that matches one in the event server's list.

ACTION

Check the tpsubscribe(3) and EVENT_MIB(5) man pages for more detailed explanation.

SEE ALSO

tpsubscribe(3), EVENT_MIB(5)

4144 ERROR: Fielded buffer access error Ferror32

DESCRIPTION

The event server failed to perform Fchg32() on an FML32 buffer.

ACTION

Contact your BEA TUXEDO System Technical Support and provide the Ferror32 Ferror32.

4145 ERROR: Fielded buffer access error Ferror32

DESCRIPTION

The event server failed to perform Fchg32() on an FML32 buffer.

ACTION

Contact your BEA TUXEDO System Technical Support and provide the Ferror32 Ferror32.

4146 ERROR: Fielded buffer access error Ferror32

DESCRIPTION

The event server failed to perform Fchg32() on an FML32 buffer.

ACTION

Contact your BEA TUXEDO System Technical Support and provide the Ferror32 Ferror32.

4147 ERROR: Fielded buffer access error Ferror32

DESCRIPTION

The event server failed to perform Fchg32() on an FML32 buffer.

ACTION

Contact your BEA TUXEDO System Technical Support and provide the Ferror32 Ferror32.

4148 ERROR: Fielded buffer access error Ferror32

DESCRIPTION

The event server failed to perform Fchg32() on an FML32 buffer.

ACTION

Contact your BEA TUXEDO System Technical Support and provide the Ferror32 Ferror32.

4149 ERROR: Must specify TA_QCTL_DEQ_TIME if TA_QCTL_QTIME_ABS is set

DESCRIPTION

If the notification mechanism selected for a subscription is to place a message in a TUXEDO System reliable queue, then TA_QCTL_DEQ_TIME must be specified if TA_QCTL_QTIME_ABS is chosen.

ACTION

Correct the error and re-issue the subscription.

SEE ALSO

tpsubscribe(3), tpenqueue(3), EVENT_MIB(5)

4150 ERROR: Can't specify both TA_QCTL_QTIME_ABS and TA_QCTL_QTIME_REL

DESCRIPTION

If the notification mechanism selected for a subscription is to place a message in a TUXEDO System reliable queue, then either TA_QCTL_QTIME_ABS or TA_QCTL_QTIME_REL can be chosen.

ACTION

Correct the error and re-issue the subscription.

SEE ALSO

tpsubscribe(3), tpenqueue(3), EVENT_MIB(5)

4151 ERROR: Must specify TA_QCTL_DEQ_TIME if TA_QCTL_QTIME_REL is set

DESCRIPTION

If the notification mechanism selected for a subscription is to place a message in a TUXEDO System reliable queue, then TA_QCTL_DEQ_TIME must be specified if TA_QCTL_QTIME_REL is chosen.

ACTION

Correct the error and re-issue the subscription.

SEE ALSO

tpsubscribe(3), tpenqueue(3), EVENT_MIB(5)

4152 ERROR: Value of TA_QCTL_PRIORITY is out of range

DESCRIPTION

If the notification mechanism selected for a subscription is to place a message in a TUXEDO System reliable queue, then TA_QCTL_PRIORITY must be in a valid range.

ACTION

Correct the error and re-issue the subscription.

SEE ALSO

tpsubscribe(3), tpenqueue(3), EVENT_MIB(5)

4153 ERROR: No such subscription exists

DESCRIPTION

An attempt was made to do a GET operation on one of the EVENT_MIB classes, and no records match the specified criteria.

ACTION

Correct the error and re-issue the subscription.

SEE ALSO

EVENT_MIB (5)

4154 ERROR: Failed to get generic request parameters

DESCRIPTION

The event server couldn't translate the user-supplied FML32 buffer into a view representation. This can occur either due to view description files being inadvertently deleted or due to internal system error.

ACTION

If no view description files have been deleted from the TUXDIR tree, contact your BEA TUXEDO System Technical Support.

SEE ALSO

EVENT_MIB (5)

4155 ERROR: Invalid class specified

DESCRIPTION

The event server received a request for subscribe/unsubscribe directly without either calling tpsubscribe()/tpunsubscribe() or making a MIB request to .TMIB service.

ACTION

You can subscribe/unsubscribe by using using EVENT API or EVENT_MIB. Correct the error and re-issue the request.

SEE ALSO

EVENT_MIB (5)

4156 ERROR: Memory allocation failure

DESCRIPTION

Memory allocation failed for an FML32 buffer.

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.

4157 ERROR: Invalid operation (operation) specified for /Admin request

DESCRIPTION

The event server received a request for subscribe/unsubscribe directly without either calling tpsubscribe()/tpunsubscribe() or making a MIB request to .TMIB service.

ACTION

You can subscribe/unsubscribe by using using EVENT API or EVENT_MIB. Correct the error and re-issue the request.

SEE ALSO

tpsubscribe(3), TM_MIB(5), EVENT_MIB(5)

4159 ERROR: Cannot open file file for writing subscriptions

DESCRIPTION

The event server couldn't open the control file for truncating the contents. When there are no active subscriptions in-memory, the control file is automatically truncated to reflect the current state.

ACTION

This message implies that the control file may have been inadvertently deleted while the event server is running. The control file cannot be removed while the event server is running.

4160 ERROR: Could not initialize network

DESCRIPTION

An attempt to initialize the networking software from the BRIDGE failed.

ACTION

Make sure that the correct networking software is installed on the system and that the network is accessible.

4162 ERROR: Invalid -o option

DESCRIPTION

tmunloadcf was run with an undocumented administrative option.

ACTION

Re-run the command without the -o option, or contact your TUXEDO System/T Technical Support if you think that you need this option.

SEE ALSO

tmunloadcf(1)

4163 ERROR: Can't open output file filename: system_error

DESCRIPTION

tmunloadcf failed to open the name filename. The associated system error is printed.

ACTION

Check that there is space in the file system associated with filename and re-run the command.

SEE ALSO

tmunloadcf(1)

4171 ERROR: Current work directory path name is too long

DESCRIPTION

The full pathname for the current directory in which tmunloadcf is being run is longer than 256 characters.

ACTION

Change the directory structure such that the pathname is less than 256 characters, and re-run the command.

4172 ERROR: Absolute path name of the output file is too long

DESCRIPTION

The full pathname for a file generated by tmunloadcf is longer than 256 characters.

ACTION

Change the directory structure such that the pathname is less than 256 characters, and re-run the command.

4174 ERROR: Could not initialize network

DESCRIPTION

An attempt to initialize the networking software while trying to access the tagent failed. This could be in any of the administrative processes including the BBL, DBBL, or BRIDGE (as indicated by the userlog message).

ACTION

Make sure that the correct networking software is installed on the system and that the network is accessible.

4175 ERROR: Could not initialize network

DESCRIPTION

An attempt to initialize the networking software from tlisten (the TUXEDO System network listener) failed.

ACTION

Make sure that the correct networking software is installed on the system and that the network is accessible.

4178 ERROR: can't fdopen yyout, system_error

DESCRIPTION

On NetWare, the error output of tmloadcf could not be redirected to the standard output.

ACTION

Ensure that there are enough file descriptors available. Try re-running the command, or contact your BEA TUXEDO System Technical Support.

4179 ERROR: can't fdopen output file, system_error

DESCRIPTION

On NetWare, the error output of tmunloadcf could not be redirected to the standard output.

ACTION

Ensure that there are enough file descriptors available. Try re-running the command, or contact your BEA TUXEDO System Technical Support.

4180 ERROR: can't execute command

DESCRIPTION

The buildserver command was unable to execute the system compiler. The command that buildserver attempted to execute is given as part of the error message.

ACTION

Verify that the compiler has been installed on the machine, that it is executable, and that the directory containing the compiler is included in the PATH environment variable. If the name of the compiler is other than the standard cc, set and export the CC shell variable to the proper name of the compiler. Otherwise, verify that the CC shell variable is not set to some extraneous value.

SEE ALSO

buildserver(1)

4181 ERROR: Memory allocation failure

DESCRIPTION

An attempt dynamically to allocate memory from the operating system using malloc failed while executing buildserver.

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.

4182 ERROR: Cannot boot old release site (lmid) in non-interoperability mode

DESCRIPTION

An attempt was made to boot a System 5 version of TUXEDO System/T with a System 6 version of TUXEDO System/T with the TUXINTEROP environment variable set to "N". This is not allowed. The system running the older release is printed.

ACTION

Shut down the application and unset the TUXINTEROP environment variable before re-booting, or upgrade the system in question. Contact your BEA TUXEDO System Technical Support.

4183 ERROR: Older release sites cannot join application in non-interoperability mode

DESCRIPTION

An attempt was made to boot a System 5 version of TUXEDO System/T with a System 6 version of TUXEDO System/T with the TUXINTEROP environment variable set to "N". This is not allowed. The system running the older release is printed.

ACTION

Shut down the application and unset the TUXINTEROP environment variable before re-booting, or upgrade the system in question. Contact your BEA TUXEDO System Technical Support.

4186 ERROR: Cannot set TA_SUSPTIME without suspending connection

DESCRIPTION

An /AdminAPI call accessing the T_BRIDGE class of the TM_MIB(5) with a specified value for the TA_SUSPTIME attribute was disallowed because it accompanied a TA_STATE change to a TA_STATE value other than SUSPENDED.

ACTION

Omit the TA_SUSPTIME value from the request if you are changing TA_STATE to either ACTIVE or INACTIVE. Otherwise, change the TA_STATE value on the original request to SUSPENDED.

SEE ALSO

MIB (5), TM_MIB (5)

4187 ERROR: Cannot set TA_SUSPTIME for unsuspended connection

DESCRIPTION

An /AdminAPI call accessing the T_BRIDGE class of the TM_MIB(5) with a specified value for the TA_SUSPTIME attribute was disallowed because it referenced an occurrence not already in the SUSPENDED state.

ACTION

Omit the TA_SUSPTIME value from the request or suspend the connection before making the request.

SEE ALSO

MIB (5), TM_MIB (5)

4188 WARN: server built without the -s option cannot advertise services.

DESCRIPTION

The buildserver command was run without specifying the -s command line option to indicate service entry points and or services to be advertised for the server. Without at least specifying the service entry points (C functions or COBOL programs), the server will not be able to advertise any services at boot-time or run-time.

ACTION

Re-run the command specifying services with the -s option.

SEE ALSO

buildserver (1)

CMDTUX MESSAGES 4200-4299

4206 WARN: The -L option is obsolete. Logging will go to the userlog

DESCRIPTION

In release 6.1 and earlier, the -L option specified the log file for the tlisten process. In later releases, all logging goes to the userlog and this option is ignored.

ACTION

No action required.

SEE ALSO

tlisten(1)

4207 ERROR: Could not become a background process

DESCRIPTION

Normally, the tlisten process starts as a background program automatically. The program could not be restarted in the background and will not run.

ACTION

Check for other messages in the event log. Determine if there is an OS resource that is exhausted and re-try the command when it is resolved.

SEE ALSO

tlisten(1)

4208 WARN: The -L option is obsolete

DESCRIPTION

In release 6.1 and earlier, the -L option specified the log file for the tlisten process. In later releases, all logging goes to the userlog and this option is ignored.

ACTION

No action required.

SEE ALSO

tlisten(1)

4209 INFO: Accepted request from fd, seq # number

DESCRIPTION

The tlisten process will log the fact that it was able to accept a new connection, after successfully establishing a listening endpoint and opening an accept endpoint on the network. The listening endpoint connection descriptor, fd, and sequence number, number, are placed in the event log.

ACTION

No action required.

SEE ALSO

tlisten (1)

4215 INFO: SRVID=srvid SRVGRP=grpname SIGTERM sent

DESCRIPTION

A SIGTERM signal was sent to a server in response to a "tmshutdown -w" command or a TMIB request to set the server state to "DEAd".

ACTION

No action required.

SEE ALSO

tmshutdown (1), TM_MIB(5)

4217 INFO: SRVID=srvid SRVGRP=grpname SIGKILL sent

DESCRIPTION

A SIGKILL signal was sent to a server in response to a "tmshutdown -w" command or a TMIB request to set the server state to "DEAd".

ACTION

No action required.

SEE ALSO

tmshutdown (1), TM_MIB(5)

4218 ERROR: Cannot send message to tlisten

DESCRIPTION

While trying to propagate the TUXCONFIG to a non-master machine, a failure occurred in contacting the tlisten program.

ACTION

Check for other messages in either the local or remote event log.

SEE ALSO

tlisten(1), TM_MIB(5)

4219 ERROR: Cannot send message to tlisten

DESCRIPTION

While trying to propagate the TUXCONFIG to a non-master machine, a failure occurred in contacting the tlisten program.

ACTION

Check for other messages in either the local or remote event log.

SEE ALSO

tlisten(1), TM_MIB(5)

4221 ERROR: Cannot become a client - tpinit() failed - errmsg

DESCRIPTION

The administrative client sbbl could not join the application

ACTION

There may be too many people attempting to perform MIB operations at the same time. Only 9 sbbl servers may be run at a time, so that if there are more than 9 MIB operations which occur simultaneously, this message may appear. Limit the number of concurrent MIB operations.

4222 ERROR: Memory allocation failure

DESCRIPTION

The system ran out of memory in the sbbl process

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.

4223 ERROR: Cannot open file

DESCRIPTION

The sbbl process has attempted to open its input file and failed

ACTION

If the host operating system has a limit on the number of open files, or the number of open files per user or the number of open files per process, then you may need to increase that limit. If it seems that there should be enough file descriptors for this operation, contact your TUXEDO System Technical Support.

4224 ERROR: Cannot read from file

DESCRIPTION

The sbbl process has attempted to read its input file and failed

ACTION

Contact your BEA TUXEDO System Technical Support.

4225 ERROR: Cannot open file

DESCRIPTION

While attempting to boot, the MIB has attempted to open a temporary output file and failed.

ACTION

If the host operating system has a limit on the number of open files, or the number of open files per user or the number of open files per process, then you may need to increase that limit. The file system /tmp may be full. The directory where temporary files are placed may be full. If it seems that there should be enough file descriptors and disk space for this operation, contact your BEA TUXEDO System Technical Support.

4226 ERROR: Cannot write to file

DESCRIPTION

During a boot sequence, the MIB has attempted to write to its output file and failed.

ACTION

The file system /tmp may be full. The directory where temporary files are placed may be full. If it seems that there should be enough disk space for this operation, contact your BEA TUXEDO System Technical Support.

4227 ERROR: Cannot open file

DESCRIPTION

While attempting to shutdown, the MIB has attempted to open a temporary output file and failed.

ACTION

If the host operating system has a limit on the number of open files, or the number of open files per user or the number of open files per process, then you may need to increase that limit. The file system /tmp may be full. The directory where temporary files are placed may be full. If it seems that there should be enough file descriptors and disk space for this operation, contact your BEA TUXEDO System Technical Support.

4228 ERROR: Cannot write to file

DESCRIPTION

During a shutdown sequence, the MIB has attempted to write to its output file and failed

ACTION

The file system /tmp may be full. The directory where temporary files are placed may be full. If it seems that there should be enough disk space for this operation, contact your BEA TUXEDO System Technical Support.

4229 ERROR: Cannot allocate memory for tmconfig class attribute table

DESCRIPTION

Memory allocation failed while retrieving MIB attributes.

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.

4230 ERROR: tpcall() returned no configured class attribute for section fieldid

DESCRIPTION

While retrieving MIB attribute information, a failure occurred, so the tmconfig operation will fail.

ACTION

Check the log for related messages.

4231 ERROR: tpcall() returned no class attribute entry for section fieldid

DESCRIPTION

While retrieving MIB attribute information, a failure occurred, so the tmconfig operation will fail.

ACTION

Check the log for related messages.

4232 ERROR: Memory allocation failure

DESCRIPTION

While the sbbl process was attempting to shut down a process, the system ran out of 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.

4233 ERROR: Memory allocation failure

DESCRIPTION

While the sbbl process was attempting to shut down a process, the system ran out of 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.

4234 ERROR: Failed to get information on the Deactivated Object

DESCRIPTION

A failure occurred while the MIB was attempting to retrieve information about an object which was going to be deactivated.

ACTION

Contact your BEA TUXEDO System Technical Support.

4235 ERROR: Memory allocation failure

DESCRIPTION

While the sbbl process was attempting to start a process, the system ran out of 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.

4236 ERROR: Failed to get information on the Activated Object

DESCRIPTION

A failure occurred while the MIB was attempting to retrieve information about an object which was going to be activated.

ACTION

Contact your BEA TUXEDO System Technical Support.

4237 ERROR: Memory allocation error for TAGENT on site

DESCRIPTION

While attempting to generate an encryption packet for the TAGENT on the given site, a memory allocation error occurred.

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.

4238 ERROR: No encryption package installed. num bits minimum encryption is configured

DESCRIPTION

A process attempted to contact the tlisten. However, the MINENCRYPTBITS field in the *NETWORK section for this process was set to a value greater than 0. No encryption package is installed.

ACTION

Buy and install the Link Level Encryption package or reconfigure the system such that MINENCRYPTBITS is 0.

4239 ERROR: 40-bit package installed. num bits minimum encryption is configured

DESCRIPTION

A process attempted to contact the tlisten. However, the MINENCRYPTBITS field in the *NETWORK section for this process was set to a value greater than 40. Only the 40-bit Link Level Encryption package is installed.

ACTION

Buy and install the 128-bt Link Level Encryption package or reconfigure the system such that MINENCRYPTBITS is less than or equal to 40.

4241 ERROR: Error receiving diffie-hellman reply from TAGENT on site

DESCRIPTION

The link level encryption packet which contained the Diffie-Hellman key exchange information was corrupted. The network may be compromised.

ACTION

Monitor your network for malicious use. Contact your TUXEDO System Technical Support.

4242 WARN: Encryption negotiation failure with TAGENT on site

DESCRIPTION

The process attempting to connect to the TAGENT could not successfully negotiate an encryption strength.

ACTION

There are many ways to fix this problem. One is to change the encryption parameters in the *NETWORK section for the connecting machine to be compatible with the options with which the remote tlisten was started. The second is to kill the remote tlisten, and restart it using different parameters for the -z and -Z options. If you do not specify any -z or -Z options to the tlisten process, then by default it will speak any encryption protocol allowed in the currently installed package. To find out which package is installed on any site, run the command tmadmin -v. If your application is connecting to an older site, then you must configure the system such that it can speak 0 bits of encryption to the older site.

4243 ERROR: Error establishing diffie-hellman key

DESCRIPTION

The link level encryption packet which contained the Diffie-Hellman key exchange information was corrupted. The network may be compromised.

ACTION

Monitor your network for malicious use. Contact your TUXEDO System Technical Support.

4244 WARN: Encryption negotiation failure with TAGENT on site

DESCRIPTION

The process attempting to connect to the TAGENT could not successfully negotiate an encryption strength.

ACTION

There are many ways to fix this problem. One is to change the encryption parameters in the *NETWORK section for the connecting machine to be compatible with the options with which the remote tlisten was started. The second is to kill the remote tlisten, and restart it using different parameters for the -z and -Z options. If you do not specify any -z or -Z options to the tlisten process, then by default it will speak any encryption protocol allowed in the currently installed package. To find out which package is installed on any site, run the command tmadmin -v. If your application is connecting to an older site, then you must configure the system such that it can speak 0 bits of encryption to the older site.

4246 ERROR: MINENCRYPTBITS parameter must be 0, 40 or 128

DESCRIPTION

The MINENCRYPTBITS field in the NETWORK section of the UBBCONFIG file must be set to 0, 40 or 128.

ACTION

MINENCRYPTBITS is the minimum allowable level of encryption which may be used by the BRIDGE on this network address. Change the MINENCRYPTBITS field in the UBBCONFIG file to 0, 40 or 128. The encryption level which gets negotiated at run-time can be determined from the TA_CURENCRYPTBITS field in the BRIDGE class.

4248 ERROR: MAXENCRYPTBITS parameter must be 0, 40 or 128

DESCRIPTION

The MAXENCRYPTBITS field in the NETWORK section of the UBBCONFIG file must be set to 0, 40 or 128.

ACTION

MAXENCRYPTBITS is the prefered level of encryption which may be used by the BRIDGE on this network address. Change the MAXENCRYPTBITS field in the UBBCONFIG file to 0, 40 or 128. The encryption level which gets negotiated at run-time can be determined from the TA_CURENCRYPTBITS field in the BRIDGE class.

4249 ERROR: Could not get encryption handle

DESCRIPTION

The system ran out of memory in the tlisten process while attempting to allocate an encryption handle.

ACTION

Check the memory on the system where the command was run. If it seems that there should be enough memory for this operation, contact your TUXEDO System/T Technical Support.

4250 ERROR: -z(sub) must be 0, 40 or 128

DESCRIPTION

The -z option of the tlisten must be set to 0, 40 or 128.

ACTION

The -z option is the minimum allowable level of encryption which may be used by this tlisten. Change the -z option to 0, 40 or 128.

4251 ERROR: -Z(sub) must be 0, 40 or 128

DESCRIPTION

The -Z option of the tlisten must be set to 0, 40 or 128.

ACTION

The -Z option is the prefered level of encryption which may be used by this tlisten. Change the -Z option to 0, 40 or 128.

4252 ERROR: -z (sub) is larger than 0, but the link level package is not installed

DESCRIPTION

The -z option was larger than zero. However, the link level encryption package was not installed.

ACTION

Buy the link level encryption package. Set the -z option to 0. If you believe that you have installed the link level encryption package, contact your TUXEDO System/T Technical Support.

4253 ERROR: -z (sub) is larger than 40, but only the 40-bit package is installed

DESCRIPTION

The -z option was larger than forty. The 40-bit package is installed.

ACTION

Buy the 128-bit link level encryption package. Set the -z option to 0 or 40. If you believe that you have installed the 128-bit link level encryption package, contact your BEA TUXEDO System Technical Support.

4254 ERROR: Older client attempted to connect to secure tlisten

DESCRIPTION

A site older than the Titan release attempted to contact a tlisten whose -z option was set greater than 0.

ACTION

When older sites are part of a TUXEDO System/T configuration, the -z option of the tlisten may have to be zero in order for proper communication between the older site and the newer site. By restarting the tlisten process with a -z option of zero (or no -z option, since by default the minimum encryption parameter is zero), then older sites may successfully connect to this tlisten process.

4255 ERROR: Could not generate first encryption packet

DESCRIPTION

The link level encryption packet which contained the Diffie-Hellman key exchange information was corrupted. The network may be compromised.

ACTION

Monitor your network for malicious use. Contact your TUXEDO System Technical Support.

4256 ERROR: Could not send first encryption packet

DESCRIPTION

An error occurred in the network when attempting to send an encryption packet.

ACTION

Check the network on the system where the tlisten is running. If it seems that the network is working properly, contact your BEA TUXEDO System Technical Support.

4257 ERROR: Encryption negotiation failure

DESCRIPTION

The process attempting to connect to the tlisten could not successfully negotiate an encryption strength.

ACTION

There are many ways to fix this problem. One is to change the encryption parameters in the *NETWORK section for the connecting machine to be compatible with the options with which the remote tlisten was started. The second is to kill the remote tlisten, and restart it using different parameters for the -z and -Z options. If you do not specify any -z or -Z options to the tlisten process, then by default it will speak any encryption protocol allowed in the currently installed package. To find out which package is installed on any site, run the command tmadmin -v. If your application is connecting to an older site, then you must configure the system such that it can speak 0 bits of encryption to the older site.

4258 ERROR: fatal error while negotiating encryption parameters

DESCRIPTION

The link level encryption packet which contained the Diffie-Hellman key exchange information was corrupted. The network may be compromised.

ACTION

Monitor your network for malicious use. Contact your TUXEDO System Technical Support.

4259 ERROR: Minimum encryption (num) is larger than 0, but the link level package is not installed

DESCRIPTION

The BRIDGE or BSBRIDGE could not boot because it was not configured correctly. The MINENCRYPTBITS field in the *NETWORK section was set to a value greater than 0. No encryption package is installed.

ACTION

Buy and install the Link Level Encryption package or reconfigure the system such that MINENCRYPTBITS is 0.

4260 ERROR: Minimum encryption (num) is larger than 40, but only the 40-bit package is installed

DESCRIPTION

The BRIDGE or BSBRIDGE could not boot because it was not configured correctly. The MINENCRYPTBITS field in the *NETWORK section was set to a value greater than 40. Only the 40-bit Link Level Encryption package is installed.

ACTION

Buy and install the 128-bt Link Level Encryption package or reconfigure the system such that MINENCRYPTBITS is less than or equal to 40.

4261 ERROR: Memory allocation failure

DESCRIPTION

The system ran out of 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.

4262 ERROR: Could not create first diffie-hellman packet

DESCRIPTION

While generating the first link level encryption negotation package for BRIDGE communication, an error occurred.

ACTION

Monitor your network for malicious use. Contact your TUXEDO System Technical Support.

4263 ERROR: Error sending encryption negotiation packet

DESCRIPTION

While sending the first link level encryption negotation package for BRIDGE communication, an error occurred.

ACTION

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

4265 ERROR: Memory allocation failure

DESCRIPTION

The system ran out of memory in the BRIDGE or BSBRIDGE

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.

4266 ERROR: Could not create second diffie-hellman packet

DESCRIPTION

While generating the second link level encryption negotation package for BRIDGE communication, an error occurred.

ACTION

Monitor your network for malicious use. Contact your TUXEDO System Technical Support.

4267 ERROR: Error sending encryption negotiation packet

DESCRIPTION

While sending the second link level encryption negotation package for BRIDGE communication, an error occurred.

ACTION

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

4268 ERROR: Encryption negotiation failed with bridge on site

DESCRIPTION

The BRIDGE or BSBRIDGE attempting to connect to the BRIDGE or BSBRIDGE on the given remote site could not successfully negotiate an encryption strength.

ACTION

Change the encryption parameters in the *NETWORK section for the two machines connecting to each other to be compatible.

4269 ERROR: System error during negotiation with bridge on site

DESCRIPTION

A system error occurred during link level encryption negotation.

ACTION

Monitor your network for malicious use. Contact your TUXEDO System Technical Support.

4271 ERROR: System error during negotiation with bridge on site

DESCRIPTION

A system error occurred during link level encryption negotation.

ACTION

Monitor your network for malicious use. Contact your TUXEDO System Technical Support.

4272 ERROR: Could not agree on encryption strength

DESCRIPTION

A system error occurred during link level encryption negotation.

ACTION

Monitor your network for malicious use. Contact your TUXEDO System Technical Support.

4274 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.

4275 ERROR: Cannot start servers, error reading *SERVERS section

DESCRIPTION

During the tmboot process, the *SERVERS section of the configuration file could not be read.

ACTION

Verify that the environment variable TUXCONFIG is set correctly and exported. Make sure the TUXCONFIG file is not corrupted (try a tmunloadcf ). Verify that the TUXCONFIG file was propagated to all machines in the configuration.

SEE ALSO

tmboot (1), tmunloadcf (1)

4276 ERROR: Can't shutdown servers, error reading *SERVERS section

DESCRIPTION

During the tmshutdown process, the *SERVERS section of the configuration file could not be read.

ACTION

Verify that the environment variable TUXCONFIG is set correctly and exported, or that TUXCONFIG is not corrupted (try a tmunloadcf )

4277 ERROR: Remote BBL boot failed. Try running pclean before booting

DESCRIPTION

A remote machine has been marked as partitioned, but has not been cleaned from the bulletin board using the tmadmin pclean command (or the equivalent MIB operation).

ACTION

Firt pclean the remote machine by using tmadmin (or the GUI, or the MIB). Once the pclean has completed successfully, try to boot the remote BBL again. If the remote boot fails again, contact your BEA TUXEDO System Technical Support.

4279 ERROR: Error detected during mutual authentication

DESCRIPTION

The tlisten could not access the authentication files.

ACTION

Make sure that the administrator has read priveledges on the $TUXDIR/udataobj/tlisten.pw file or the $APPDIR/.adm/tlisten.pw file. Monitor your network for malicious use. Contact your TUXEDO System Technical Support.

4280 ERROR: Error detected during mutual authentication with val

DESCRIPTION

The remote tlisten could not access the authentication files.

ACTION

Make sure that the administrator has read priveledges on the $TUXDIR/udataobj/tlisten.pw file or the $APPDIR/.adm/tlisten.pw file on the remote site. Monitor your network for malicious use. Contact your TUXEDO System Technical Support.

4281 ERROR: Cannot read password file "file" (errno=val)

DESCRIPTION

While authenticating with the tlisten process, an error occurred while reading the password file

ACTION

The password file is $TUXDIR/udataobj/tlisten.pw or $APPDIR/.adm/tlisten.pw. Make sure that this file is not corrupted or missing. If everything in the file appears normal, contact your BEA TUXEDO System Technical Support.

4282 ERROR: Failed to change working directory to "dir" (errno = val)

DESCRIPTION

The tlisten process may attempt to change directories to $APPDIR during authentication. If the process cannot change directories, this error may occur.

ACTION

Make sure that the APPDIR of the current application is not corrupted or missing. If everything in the directory appears normal, contact your TUXEDO System/T Technical Support.

4283 ERROR: Failed to determine file length for "dir" (errno = val)

DESCRIPTION

While authenticating with the tlisten process, an error occurred while reading the password file.

ACTION

The password file is $TUXDIR/udataobj/tlisten.pw or $APPDIR/.adm/tlisten.pw. Make sure that this file is not corrupted or missing. If everything in the file appears normal, contact your BEA TUXEDO System Technical Support.

4284 ERROR: Authentication requested, but no password file exists

DESCRIPTION

While authenticating with the tlisten process, an error occurred while reading the password file.

ACTION

The password file is $TUXDIR/udataobj/tlisten.pw or $APPDIR/.adm/tlisten.pw. Make sure that this file is not corrupted or missing. If everything in the file appears normal, contact your BEA TUXEDO System Technical Support.

4285 WARN: T L I S T E N A U T H E N T I C A T I O N I S D I S A B L E D !

DESCRIPTION

tlisten authentication has been turned off. No site will be authenticated. Be warned that the tlisten may be the site of a security breach.

ACTION

The password file is $TUXDIR/udataobj/tlisten.pw or $APPDIR/.adm/tlisten.pw. The password file is a plain-text file where each line (up to 20) contains a password. The password file on the remote site must contain at least one password which is the same as a password on the local site. If you create this file, and restart the tlisten or other process which may have to speak to the tlisten, then this warning will not be displayed. If this warning is not displayed, then the network session with the remote site will be authenticated.

4286 ERROR: Password file "file" exists, encryption is not available

DESCRIPTION

In order to properly authenticate the tlisten session, an encryption package must be installed.

ACTION

Contact your BEA TUXEDO System Technical Support.

4287 ERROR: Failed to open password file "file" (errno = val)

DESCRIPTION

The system found the tlisten authentication password file, but could not open it.

ACTION

If the host operating system has a limit on the number of open files, or the number of open files per user or the number of open files per process, then you may need to increase that limit. If it seems that there should be enough file descriptors for this operation, contact your TUXEDO System Technical Support.

4288 WARN: More than val passwords found in file

DESCRIPTION

The tlisten authentication file will only accept the first twenty passwords. All subsequent passwords will be ignored.

ACTION

Limit the number of passwords in the tlisten password authentication file to twenty.

4289 WARN: Password #val is greater than val chars

DESCRIPTION

Passwords found in the tlisten authentication file can only be the specified number of characters long. All characters after the maximum number of characters will be ignored.

ACTION

Limit the number of characters for each password in the tlisten password authentication file to the specified amount.

4290 ERROR: No passwords in password file

DESCRIPTION

There must be at least one password in the password authentication file in order for tlisten authentication to work properly.

ACTION

The password file is $TUXDIR/udataobj/tlisten.pw or $APPDIR/.adm/tlisten.pw. Add a password to the password file. One suggestion for a password is abracadabra.

4291 ERROR: S E C U R I T Y V I O L A T I O N ! Remote site may be compromised.

DESCRIPTION

The remote site did not have a matching password in its password file.

ACTION

Make sure that there is a password on the local site which matches one of the passwords on the remote site. Monitor your network for malicious use. Contact your BEA TUXEDO System Technical Support.

4292 ERROR: Transport failure during authentication

DESCRIPTION

The network returned an error during authentication with the tlisten.

ACTION

Check the network on the system where the command was run. If the network is OK, then contact your BEA TUXEDO System Technical Support.

4293 ERROR: Failed to authenticate with remote process (tperrno=val)

DESCRIPTION

Authentication with the remote tlisten failed.

ACTION

Make sure that there is a password on the local site which matches one of the passwords on the remote site. Monitor your network for malicious use. Contact your BEA TUXEDO System Technical Support.

4294 ERROR: Invalid protocol message received during authentication

DESCRIPTION

Authentication with the remote tlisten failed.

ACTION

Monitor your network for malicious use. Contact your TUXEDO System Technical Support.

4295 ERROR: Invalid protocol message received during authentication

DESCRIPTION

Authentication with the remote tlisten failed.

ACTION

Monitor your network for malicious use. Contact your TUXEDO System Technical Support.

CMDTUX MESSAGES 4300-4399

4306 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.

4307 ERROR: Cannot ASCII encode password (errno = val)

DESCRIPTION

An error occurred while converting a non-ASCII tlisten password file into ASCII for authentication purposes.

ACTION

Contact your BEA TUXEDO System Technical Support.

4308 ERROR: Invalid encryption negotiation flags

DESCRIPTION

A process speaking to a tlisten sent an invalid link level encryption negotiation opcode.

ACTION

The process on the remote site may be attempting to circumvent link level encryption. Monitor your network for malicious use. Contact your TUXEDO System Technical Support.

4309 WARN: Invalid protocol response from site

DESCRIPTION

The tlisten on the remote site sent an invalid link level encryption negotiation opcode.

ACTION

The tlisten on the remote site may be attempting to circumvent link level encryption. Monitor your network for malicious use. Contact your TUXEDO System Technical Support.

4310 ERROR: Could not get first Diffie-Hellman packet

DESCRIPTION

The process attempting to contact the tlisten could not generate the first encryption packet.

ACTION

Contact your BEA TUXEDO System Technical Support.

4311 ERROR: NADDR parameter is not a correct internet address.

DESCRIPTION

The NADDR parameter in the *NETWORK section of the UBBCONFIG file was not in the correct format.

ACTION

Any address in the NADDR field which starts with // must be a valid internet address. The following formats are recognized by the system: //host.name:port_number and //#.#.#.#:port_number. Other formats may be recognized. Change the NADDR field to comply with the known formats. If you believe that your address is in the proper format, contact your TUXEDO System Technical Support.

4312 ERROR: NLSADDR parameter is not a correct internet address.

DESCRIPTION

The NLSADDR parameter in the *NETWORK section of the UBBCONFIG file was not in the correct format.

ACTION

Any address in the NLSADDR field which starts with // must be a valid internet address. The following formats are recognized by the system: //host.name:port_number and //#.#.#.#:port_number. Other formats may be recognized. Change the NLSADDR field to comply with the known formats. If you believe that your address is in the proper format, contact your TUXEDO System Technical Support.

4313 ERROR: Remote node can't interpret internet address

DESCRIPTION

A TUXEDO System release greater than or equal to Release 6.3 attempted to send an internet address to an older release.

ACTION

Releases of the TUXEDO System prior to the Release 6.3 release do not understand the internet address naming schemes. When interoperating with an older release, the older method of specifying addresses must be used. Replace internet addresses with the older "0x" style of address.

4314 ERROR: An error occured when val attempted to access the service manager

DESCRIPTION

While attempting to get the NT service name, an error occurred while opening the service manager.

ACTION

Contact your BEA TUXEDO System Technical Support.

4315 ERROR: An error occured when val attempted to allocate memory

DESCRIPTION

While attempting to get the NT service name the task ran out of memory.

ACTION

Check the memory on the system where the command was run. If it seems that there should be enough memory for this operation, contact your TUXEDO System/T Technical Support.

4316 ERROR: An error occured when val attempted to set the service status

DESCRIPTION

While attempting to set the NT service status an error occurred.

ACTION

Contact your BEA TUXEDO System Technical Support.

4317 ERROR: An error occured when val attempted to register the service

DESCRIPTION

While attempting to register the NT service an error occurred.

ACTION

Contact your BEA TUXEDO System Technical Support.

4318 ERROR: An error occured when val attempted to set the service status

DESCRIPTION

While attempting to set the NT service status an error occurred.

ACTION

Contact your BEA TUXEDO System Technical Support.

4319 ERROR: An error occured when val attempted to access the registry

DESCRIPTION

While attempting to access the NT registry an error occurred.

ACTION

Contact your BEA TUXEDO System Technical Support.

4320 ERROR: An error occured when val attempted to access the registry

DESCRIPTION

While attempting to access the NT registry an error occurred.

ACTION

Contact your BEA TUXEDO System Technical Support.

4322 ERROR: An error occured when val attempted to start the service

DESCRIPTION

While attempting to start the specified NT service an error occurred.

ACTION

Contact your BEA TUXEDO System Technical Support.

4323 INFO: Listener Process Started

DESCRIPTION

The tlisten process has started properly

ACTION

None

4324 ERROR: can't create buffer - tpalloc() failed - val

DESCRIPTION

A memory allocation failure occurred in tmconfig

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.

4325 ERROR: tpcall() failed, val

DESCRIPTION

While tmconfig was processing a request, tpcall failed.

ACTION

Check the error code which tpcall returned. Check the userlog to see if any more information is available. Contact your BEA TUXEDO System Technical Support.

4328 ERROR: Memory allocation failure

DESCRIPTION

While the tlisten was allocating memory for the network address it ran out of 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.

4329 ERROR: Memory allocation failure

DESCRIPTION

While the tlisten was allocating memory for the network address it ran out of 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.

4330 ERROR: Illegal character in the address val

DESCRIPTION

An illegal tlisten network address was specified.

ACTION

Specify the tlisten network address with the -l option.

4331 ERROR: can't execute val

DESCRIPTION

The AS400 could not execute the given command.

ACTION

Check the command syntax to be sure it is proper. If it is proper and the executable referenced in the command line is currently executable, contact your BEA TUXEDO System Technical Support.

4332 ERROR: can't execute val

DESCRIPTION

The AS400 could not execute the given command.

ACTION

Check the command syntax to be sure it is proper. If it is proper and the executable referenced in the command line is currently executable, contact your BEA TUXEDO System Technical Support.

4333 ERROR: Memory allocation failure

DESCRIPTION

Memory allocation failed while building a server.

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.

4334 ERROR: Memory allocation failure

DESCRIPTION

The AS400 ran out of memory in the tmloadcf process.

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.

4335 ERROR: Memory allocation failure

DESCRIPTION

The AS400 ran out of memory in the tmloadcf process.

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.

4336 ERROR: Could not get application parameters

DESCRIPTION

tmconfig could not find the TUXCONFIG file or could not read the TUXCONFIG file.

ACTION

Ensure that the TUXCONFIG environment variable points to the appropriate configuration file. If the configuration file does not exist, it can be created from the UBBCONFIG file using tmloadcf. If it does exist, the file may be corrupted, or may have been a file generated by an older release of TUXEDO System/T. Shut down the system, remove the file, and recreate it with tmloadcf. If the trouble persists, contact your BEA TUXEDO System Technical Support.

4337 ERROR: TUXCONFIG is not set

DESCRIPTION

The TUXCONFIG environment variable must be set for tmconfig to work properly

ACTION

Set the TUXCONFIG environment variable to point to the TUXCONFIG file of the application which you would like to configure.

4338 ERROR: TUXCONFIG is not set

DESCRIPTION

The TUXCONFIG environment variable must be set for ud or ud32 to work properly

ACTION

Set the TUXCONFIG environment variable to point to the TUXCONFIG file of the application which you would like to use ud or ud32 on.

4339 ERROR: Could not get application parameters

DESCRIPTION

ud or ud32 could not find the TUXCONFIG file or could not read the TUXCONFIG file.

ACTION

Ensure that the TUXCONFIG environment variable points to the appropriate configuration file. If the configuration file does not exist, it can be created from the UBBCONFIG file using tmloadcf. If it does exist, the file may be corrupted, or may have been a file generated by an older release of TUXEDO System/T. Shut down the system, remove the file, and recreate it with tmloadcf. If the trouble persists, contact your BEA TUXEDO System Technical Support.

4340 ERROR: Could not establish network address val - check device and address

DESCRIPTION

The BRIDGE process could not establish its listening address for incoming network connections.

ACTION

Check the NADDR and BRIDGE parameters for this machine in the *NETWORK section of the configuration file.

4341 ERROR: Missing port number in the address val

DESCRIPTION

The BRIDGE process could not establish a connection to the remote machine and address. There may be networking problems, or the remote machine may have crashed.

ACTION

The BRIDGE process 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. If desired, use tmadmin(1)'s reconnect command to initiate a reconnection attempt manually. Manual attempts are allowed during the five-minute suspension interval.

4342 ERROR: Unable to reconnect to machine, address

DESCRIPTION

The BRIDGE process could not reconnect to machine during recovery from a networking problem.

ACTION

SEE ALSO

Messages 1375 and 1374 and tmadmin (1)'s reconnect command

4343 ERROR: Could not establish listening endpoint address

DESCRIPTION

The tlisten could not establish an endpoint for listening at the given address.

ACTION

Ensure that the listening endpoint is free for use by the tlisten process. If it is not, choose a different endpoint. On some operating systems, there is a long delay while the listening port is cleared. Wait 5 minutes, and try the command again.

4344 ERROR: Can't put FLDTBLDIR32 into environment

DESCRIPTION

An error occurred while tmconfig32 was setting the FLDTBLDIR32 variable.

ACTION

Contact your BEA TUXEDO System Technical Support.

4345 ERROR: Can't put FIELDTBLS32 into environment

DESCRIPTION

An error occurred while tmconfig32 was setting the FIELDTBLS32 variable.

ACTION

Contact your BEA TUXEDO System Technical Support.

4346 ERROR: Cannot run command on /etc/passwd

DESCRIPTION

command (tpaddusr, tpmodusr, or tpdelusr) was run with a filename of /etc/passwd. These commands may delete important information from /etc/passwd and cannot be used to modify it directly.

ACTION

Modify the /etc/passwd file directly using a text editor or use a different user file.

4347 ERROR: Memory allocation failure

DESCRIPTION

While checking the status of the sbbl process, the DBBL or BBL ran out of 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.

4348 ERROR: An error has occurred in completing the MIB request

DESCRIPTION

The sbbl was not able to finish a MIB request. The DBBL or BBL sent a message to that effect to the requestor.

ACTION

Check the log for related messages.

4349 ERROR: Memory allocation failure

DESCRIPTION

While checking the status of the sbbl process, the DBBL or BBL ran out of 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.

4350 INFO: BBL started on machine - Release val

DESCRIPTION

This message indicates that a new machine has been booted and records the internal release number. This information may be useful to TUXEDO System/T support, if necessary.

ACTION

No action necessary.

4351 INFO: BBL on machine - Release val

DESCRIPTION

This message is printed by the DBBL during the first sanity check after midnight for each booted machined. This information may be useful to TUXEDO System/T support, if necessary.

ACTION

No action necessary.

4352 WARN: Service name must be <= len characters in length; val will be truncated

DESCRIPTION

While building a server, one of the specified service names is longer than the maximum allowed. The name will be truncated.

ACTION

No action is required. However, it is recommended that the name be shortened to the maximum allowed, as indicated by the message.

4353 ERROR: Port number cant be bigger than max-port in the address address

DESCRIPTION

The port number portion of address is too large.

ACTION

Any address which starts with // must be a valid internet address. The following formats are recognized by the system: //host.name:port_number and //#.#.#.#:port_number. Other formats may be recognized. port_number must be less than max-port. Ensure that the port_number portion of address complies with this limit.

4354 ERROR: Can't parse the address address

DESCRIPTION

While attempting to resolve address, an error occured.

ACTION

Any address which starts with // must be a valid internet address. The following formats are recognized by the system: //host.name:port_number and //#.#.#.#:port_number. Other formats may be recognized. Make sure that DNS is working properly in your network, and that the host name and port number portion of address can be located by your server.

4355 ERROR: Unable to determine license level

DESCRIPTION

An error occurred while retrieving the current license attributes.

ACTION

Contact your BEA TUXEDO System Technical Support.

4356 ERROR: No license for /Events

DESCRIPTION

You do not have a license to use /Events.

ACTION

Purchase a license for /Events. If you believe that you own and have installed the license for /Events, contact your BEA TUXEDO System Technical Support.

4357 ERROR: Unable to determine license level

DESCRIPTION

An error occurred while retrieving the current license attributes.

ACTION

Contact your BEA TUXEDO System Technical Support.

4358 ERROR: No license for /Events

DESCRIPTION

You do not have a license to use /Events.

ACTION

Purchase a license for /Events. If you believe that you own and have installed the license for /Events, contact your BEA TUXEDO System Technical Support.

4359 ERROR: Unable to determine license level

DESCRIPTION

An error occurred while retrieving the current license attributes.

ACTION

Contact your BEA TUXEDO System Technical Support.

4360 ERROR: No license for Transactions

DESCRIPTION

You do not have a license to use Transactions.

ACTION

Purchase a license for Transactions. If you believe that you own and have installed the license for Transactions, contact your BEA TUXEDO System Technical Support.

4363 ERROR: Unable to allocate message buffter

DESCRIPTION

Message allocation failed for getting a message buffer by sbbl when sending message to DBBL to update sbbl sanity table.

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.

4364 ERROR: Can not get DBBL record from BB

DESCRIPTION

sbbl can not find DBBL entry in the Bulletin Board. The Bulletin Board may be corrupted.

ACTION

Contact your BEA TUXEDO System Technical Support.

4365 ERROR: Can not send msg to DBBL

DESCRIPTION

sbbl can not send message to DBBL to update sbbl sanity table.

ACTION

Contact your BEA TUXEDO System Technical Support.

4366 ERROR: An error has occurred in completing the MIB request

DESCRIPTION

DBBL took actions to send an error message to the blocking MIB operation requestor when DBBL found an expired entry in the sbbl sanity table. The possible cause could be sbbl can not successfully register with Bulletin Board.

ACTION

Reduce the number of blocking MIB operation at the same time. If the problem still occurs then contact your BEA TUXEDO System Technical Support.

4367 ERROR: An error has occurred in completing the MIB request

DESCRIPTION

sbbl took actions to send an error message to the blocking MIB operation requestor when sbbl can not successfully register with Bulletin Board as a regular client process.

ACTION

Reduce the number of blocking MIBS operation at the same time. If the problem still occurs then contact your BEA TUXEDO System Technical Support.

4368 ERROR: Could not allocate internal TPINIT typed buffer

DESCRIPTION

Memory allocation failed for getting a TPINIT buffer by sbbl when registering with Bulletin Board as a regular client.

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.

4369 WARN: DBBLWAIT * 2 is greater than BLOCKTIME. DBBLWAIT = val,BLOCKTIME = val

DESCRIPTION

The value used for DBBLWAIT (* 2) is greater than the value in BLOCKTIME.

ACTION

Check the values used for both variables and adjust accordingly.

4370 WARN: DBBLWAIT * 2 is greater than BLOCKTIME. DBBLWAIT = val,BLOCKTIME = val

DESCRIPTION

The value used for DBBLWAIT (* 2) is greater than the value in BLOCKTIME.

ACTION

Check the values used for both variables and adjust accordingly.

4371 ERROR: Can't resolve host name in address address

DESCRIPTION

While attempting to resolve the host name portion of address, an error occured.

ACTION

Any address which starts with // must be a valid internet address. The following formats are recognized by the system: //host.name:port_number and //#.#.#.#:port_number. Other formats may be recognized. Make sure that DNS is working properly in your network, and that the host name portion of address can be located by your DNS server.

4372 ERROR: Unknown address type: address

DESCRIPTION

The given address does not correspond to a type known by the system.

ACTION

The TUXEDO System understands several types of address format. Addresses which start with // must be internet addresses. Addresses which start with 0x are hexadecimal representations of the address. Other formats may or may not be understood by the TUXEDO System.

4373 ERROR: Can't resolve port number in address address

DESCRIPTION

While attempting to resolve the port number portion of address, an error occured.

ACTION

Any address which starts with // must be a valid internet address. The following formats are recognized by the system: //host.name:port_number and //#.#.#.#:port_number. Other formats may be recognized. Make sure that DNS is working properly in your network, and that the port number portion of address can be located by your server.

4374 ERROR: Can't convert the address address to binary format

DESCRIPTION

An error occured while converting address to an internal binary representation.

ACTION

Contact your BEA TUXEDO System Technical Support.

4393 ERROR: tprealloc for TPINIT failed - reason-code

DESCRIPTION

ud or ud32 could not resize the TPINIT buffer

ACTION

ud or ud32 may attempt to resize the TPINIT buffer when there is more user authentication data than expected. reason-code may provide insight into the cause of this failure. Make sure enough memory exists on the system running ud or ud32. If it appears that there should be enough memory to ud or ud32, and this error happens consistently, then contact the BEA TUXEDO System Technical Support.

4376 WARN: Incompatible license information (val)

DESCRIPTION

While booting a new node, the licensed features did not match those features licensed on the master node. This could potentially cause inconsistent results if the master node is migrated to this site or if certain capabilities are accessed from that site.

ACTION

Ensure that the license file in $TUXDIR/udataobj on each machine in the application has the same features licensed to insure consistent behavior.

4377 ERROR: Permissions violation on SET request

DESCRIPTION

A permissions violation has occurred while attempting to process an /AdminAPI SET request on the indicated class object. The attribute TA_BADFLD is set on the reply to indicate the field that is in violation of permissions.

ACTION

The administrator can tune permissions for any attribute user combination to the maximum supported by the system. However, write access is not supported on all attributes in all class object states. Therefore, the update may need to be delayed until the class object is in a different state.

4378 ERROR: temp file creation failed

DESCRIPTION

Creation of a temporary file in tmconfig using crtsrcpf on the AS/400 failed.

ACTION

Ensure that there is sufficient space in /qsys.lib/qtemp.lib and re-run the operation.

4379 ERROR: temp file creation failed

DESCRIPTION

Creation of a temporary file in tmconfig using crtsrcpf on the AS/400 failed.

ACTION

Ensure that there is sufficient space in /qsys.lib/qtemp.lib and re-run the operation.

4381 ERROR: You do not have a valid TUXEDO SDK license

DESCRIPTION

buildclient(1) was running without having a valid TUXEDO System SDK license (e.g., only and RTK license was installed).

ACTION

Buy a TUXEDO System SDK license.

4382 ERROR: You do not have a valid TUXEDO SDK license

DESCRIPTION

buildserver(1) was running without having a valid TUXEDO System SDK license (e.g., only and RTK license was installed).

ACTION

Buy a TUXEDO System SDK license.

4383 ERROR: Memory allocation failure

DESCRIPTION

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

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.

4384 ERROR: Memory allocation failure

DESCRIPTION

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

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.

4385 WARN: value val does not fit in character

DESCRIPTION

While parsing the UBBCONFIG file, a hex escape sequence was found with a value larger than will fit in a single character (i.e., greater than 0xff).

ACTION

Correct the value and re-run tmloadcf(1).

4386 WARN: dubious escape val

DESCRIPTION

While parsing the UBBCONFIG file, a backslash escape preceding a character that is not a valid escape sequence (t, n, f, b, r, 0, backslash, n, x, or X).

ACTION

Correct the value and re-run tmloadcf(1).

4387 WARN: value val does not fit in character

DESCRIPTION

While parsing the UBBCONFIG file, an octal escape sequence was found with a value larger than will fit in a single character (i.e., greater than 0xff).

ACTION

Correct the value and re-run tmloadcf(1).

4388 WARN: dubious escape val

DESCRIPTION

While parsing the UBBCONFIG file, a backslash escape preceding a character that is not a valid escape sequence (t, n, f, b, r, 0, backslash, n, x, or X).

ACTION

Correct the value and re-run tmloadcf(1).

4389 ERROR: <sub>: -F option fails to reopen stderr

DESCRIPTION

While running tmboot or tmshutdown on the AS/400, the program could not re-direct the standard error output into a file.

ACTION

Re-run the operation. Ensure that there is sufficient file space.

4390 ERROR: Cannot open file file for reading

DESCRIPTION

The event server couldn't open file file for reading the subscription database.

ACTION

The event server reads a new copy of the subscription database from the temporary file file. This message indicates that the server couldn't open the temporary file for reading. Check the file system parameters and take corrective action.

4391 ERROR: can't open input file file

DESCRIPTION

An error occurred attempting to open the input file specified as -ifile on the command line for UD or UD32.

ACTION

Make sure the input file file exists and is readable.

4392 ERROR: can't open output file file

DESCRIPTION

An error occurred attempting to open the output file file for write as specified by -ofile on the command line for UD or UD32.

ACTION

Make sure file system limit has not been exceeded and user has write permissions for the directory in which the output file is to be created.

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 ninty 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, then contact the BEA TUXEDO System Technical Support.

4403 ERROR: Could not change state of network descriptor for address

DESCRIPTION

An operating system error occured while attempting to change the state of the network descriptor from blocking to non-blocking.

ACTION

If this error happens consistently, then contact the TUXEDO System Technical Support.

4402 ERROR: Could not change state of network descriptor for address

DESCRIPTION

An operating system error occured while attempting to change the state of the network descriptor from non-blocking to blocking.

ACTION

If this error happens consistently, then contact the TUXEDO System Technical 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

None.

4405 ERROR: NETGRPNO value value must be >= 0 and < highval

DESCRIPTION

While compiling the UBBCONFIG file an error occured. 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

This MIB state change should not be attempted.

4408 ERROR: Shutting down bridge, serious polling error

DESCRIPTION

An operating system error occured while attempting to poll the network descriptors.

ACTION

If this error happens consistently, then contact the TUXEDO System Technical 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, then contact the TUXEDO System Technical Support.

4410 ERROR: Error decoding BRIDGE RPC msg

DESCRIPTION

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

ACTION

If this error happens consistently, then contact the TUXEDO System Technical Support.

4412 ERROR: MAXPENDINGBYTES parameter must be >= 100000

DESCRIPTION

While compiling the UBBCONFIG file an error occured. 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 occured. 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 occured. 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 occured. 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 occured. 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 occured. 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 occured. 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 consitent for the life of the network group. The network group number is used to coordinate 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 occured. 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 consitent for the life of the network group. value is not unique. The network group number is used to coordinate 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 occured. 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 consitent 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 occured. 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 occured. 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 occured. 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 occured. 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 machine 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, then contact the TUXEDO System Technical 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, then contact the TUXEDO System Technical 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 occured. 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 *MACHINE 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 occured. 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.

4441 WARN: Minimum encryption (min) is larger than 40, but only the 40-bit package is installed

DESCRIPTION

An attempt was made to use link level encryption of min bits on a network link. However, the installed link level encryption package is fourty bit.

ACTION

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

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 occured. 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 occured. 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 occured. 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 ciruit 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 in the TUXCONFIG file.

ACTION

Ensure that an entry exists for lmid in the UBBCONFIG *NETWORK section. If an entry exists, contact your BEA TUXEDO System Technical 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 in the TUXCONFIG file.

ACTION

Ensure that an entry exists for lmid in the UBBCONFIG *NETWORK section. If an entry exists, contact your BEA TUXEDO System Technical Support.

4464 ERROR: Could not initialize global network information

DESCRIPTION

An operating system error occured 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 your BEA TUXEDO System Technical 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 ciruit 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 your BEA TUXEDO System Technical Support.

4468 ERROR: Could not initialize protocol specific network information

DESCRIPTION

An operating system error occured 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 your BEA TUXEDO System Technical Support.

4469 ERROR: Could not initialize protocol specific network information

DESCRIPTION

An operating system error occured 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 your BEA TUXEDO System Technical 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, then contact the TUXEDO System Technical Support.

4472 ERROR: Could not allocate network resource

DESCRIPTION

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

ACTION

Ensure the network on the system is viable. If this error happens consistently, then contact the BEA TUXEDO System Technical 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, then contact the BEA TUXEDO System Technical 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, then contact the BEA TUXEDO System Technical 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

None.

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

None.

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

None.

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

None.

4479 ERROR: Could not get encryption handle

DESCRIPTION

The 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 accomodate a heavily loaded system.

4483 INFO: .SysMachineState: mid state change to ACTIVE

DESCRIPTION

The given mid has become unpartitioned.

ACTION

None

4484 INFO: .SysMachineUnpartitioned: mid is unpartitioned

DESCRIPTION

The given mid has become unpartitioned.

ACTION

None

4485 INFO: .SysMachineState: mid state change to ACTIVE

DESCRIPTION

The given mid has become unpartitioned.

ACTION

None

4486 ERROR: Could not send saved messages

DESCRIPTION

The BRIDGE process saves messages while an asyncronous 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 your BEA TUXEDO System Technical 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 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

The BRIDGE process could not connect to machine.

ACTION

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 past, so messages shall be logged once more.

ACTION

This is an informational message, no action is required. If the connection is not established, notify the network outage to the network administrator.

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.