BEA Logo BEA Banner

  Corporate Info  |  News  |  Solutions  |  Products  |  Partners  |  Services  |  Events  |  Download  |  How To Buy

 

   Tuxedo Doc Home   |   Messages   |   Catalog List   |   Previous   |   Next


CMDTUX Messages 4500-4599



4500


ERROR: Memory allocation failure

Description

An attempt dynamically to allocate memory from the operating system using malloc() failed while allocating a message in the TMS.

Action

Make sure the operating system parameters are set correctly for the amount of memory on the machine and the amount of memory that can be used by a process. Reduce the memory usage on the machine or increase the amount of physical memory and/or swap space on the machine.


4501


ERROR: Tuxedo typed buffer routine failed

Description

An attempt to create a message in the TMS failed for a reason other than allocating memory.

Action

Review other messages earlier in the log that indicate what caused the failure.


4503


WARN: BBL failed to wake up the blocking process - val. TPERRNO - val

Description

The BBL found a blocking process and tried to format a message to wake up the process. The message generation failed and the process will not be awaken immediately.

Action

Check the log for other related messages. It may be a memory allocation failure.


4504


ERROR: Memory allocation error receiving reply from TAGENT on lmid

Description

An attempt dynamically to allocate memory from the operating system using malloc() failed while receiving a message in the tlisten process. The message was received from 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 and/or swap space on the machine.


4505


ERROR: Memory allocation failure


4506


ERROR: Tuxedo typed buffer routine failed


4507


WARN: FACTORYROUTING val (for INTERFACE interfacename) is not defined in the ROUTING section

Description

The entry in the INTERFACES section for interfacename has a ROUTING parameter that does not match the name of an entry in the the ROUTING section with a TYPE parameter of FACTORY.

Action

Correct the configuration and re-load.

See Also

ubbconfig(5)


4511


ERROR: Duplicate *INTERFACES section

Description

There are multiple INTERFACES sections defined in the UBBCONFIG file.

Action

Remove the extraneous INTERFACES section from the UBBCONFIG file.

See Also

ubbconfig(5)


4512


ERROR: *GROUPS section must appear before *INTERFACES section

Description

The INTERFACES section was put before the GROUPS section in the UBBCONFIG file. There must be a GROUPS section before the INTERFACES section.

Action

Correct the UBBCONFIG file to specify the GROUPS section before the INTERFACES section.

See Also

ubbconfig(5)


4513


ERROR: Memory allocation failure

Description

An attempt dynamically to allocate memory from the operating system using malloc() failed in tmloadcf while processing the *INTERFACES section.

Action

Make sure the operating system parameters are set correctly for the amount of memory on the machine and the amount of memory that can be used by a process. Reduce the memory usage on the machine or increase the amount of physical memory and/or swap space on the machine.


4514


ERROR: Could not initialize sort of *INTERFACES section

Description

An internal error occurred while attempting to sort the INTERFACES section during tmloadcf.

Action

Attempt to load the configuration again via tmloadcf. If the error occurs again, please contact your BEA Customer Support.

See Also

ubbconfig(5), tmloadcf(1)


4515


ERROR: Could not turnaround sort of *INTERFACES section

Description

An internal error occurred while attempting to sort the INTERFACES section of the configuration file during tmloadcf.

Action

Attempt to load the configuration again via tmloadcf. If the error occurs again, please contact your BEA Customer Support.

See Also

ubbconfig(5), tmloadcf(1)


4516


ERROR: Couldn't retrieve data from *INTERFACES sort

Description

An internal error occurred while attempting to sort the INTERFACES section of the configuration file during tmloadcf.

Action

Attempt to load the configuration again via tmloadcf. If the error occurs again, please contact your BEA Customer Support.

See Also

ubbconfig(5), tmloadcf(1)


4518


ERROR: Interface id must be <= val characters in length

Description

The INTERFACE name indicated by the arrow is invalid because it is more than 15 characters in length.

Action

Specify an interface name value that is less than or equal to 15 characters in length.

See Also

ubbconfig(5)


4519


ERROR: Need different SRVGRP for the INTERFACE val.

Description

The same interface has been specified more than once, but the SRVGRP parameter is absent.

Action

Edit the UBBCONFIG file and specify different SRVGRP entries for each INTERFACE defined.

See Also

ubbconfig(5)


4520


ERROR: INTERFACE val can't have SRVGRP val on different entry.

Description

The same interface has been specified more than once, using the same SRVGRP value.

Action

Edit the UBBCONFIG file and specify different SRVGRP entries for each INTERFACE defined.

See Also

ubbconfig(5)


4522


ERROR: Interfaces val can't have two different ROUTING values

Description

The indicated interface name has two different routing criteria associated with it.

Action

Edit the configuration file such that if multiple ROUTING entries exist for the same interface name but have different SRVGRP parameters, the ROUTING parameter must be the same for all of these entries.

See Also

ubbconfig(5)


4523


ERROR: Memory allocation failure

Description

An attempt dynamically to allocate memory from the operating system using malloc() failed in tmloadcf while processing the *INTERFACES section.

Action

Make sure the operating system parameters are set correctly for the amount of memory on the machine and the amount of memory that can be used by a process. Reduce the memory usage on the machine or increase the amount of physical memory and/or swap space on the machine.


4524


ERROR: Memory allocation failure

Description

An attempt dynamically to allocate memory from the operating system using malloc() failed in tmloadcf while processing the *INTERFACES section.

Action

Make sure the operating system parameters are set correctly for the amount of memory on the machine and the amount of memory that can be used by a process. Reduce the memory usage on the machine or increase the amount of physical memory and/or swap space on the machine.


4525


ERROR: Memory allocation failure

Description

An attempt dynamically to allocate memory from the operating system using malloc() failed in tmloadcf while processing the *INTERFACES section.

Action

Make sure the operating system parameters are set correctly for the amount of memory on the machine and the amount of memory that can be used by a process. Reduce the memory usage on the machine or increase the amount of physical memory and/or swap space on the machine.


4526


ERROR: Memory allocation failure

Description

An attempt dynamically to allocate memory from the operating system using malloc() failed in tmloadcf while processing the *INTERFACES section.

Action

Make sure the operating system parameters are set correctly for the amount of memory on the machine and the amount of memory that can be used by a process. Reduce the memory usage on the machine or increase the amount of physical memory and/or swap space on the machine.


4527


ERROR: AUTOTRAN specified for INTERFACE interface_name SRVGRP groupname with no TMS.

Description

An entry for interface interface_name with group name groupname in the INTERFACES section of the UBBCONFIG file has the AUTOTRAN parameter set to Y but the group is not associated with a resource manager (that is, TMSNAME is not set).

Action

Either set the AUTOTRAN parameter to N or associate the interface with a group that has a resource manager.

See Also

ubbconfig(5)


4528


WARN: AUTOTRAN specified for INTERFACE interface_name with TRANTIME=0.

Description

An entry for interface interface_name in the INTERFACES section of the UBBCONFIG file has the AUTOTRAN parameter set to Y but an unlimited transaction timeout value. This can be dangerous because the automatically started transactions will not timeout in the event of failures.

Action

It is recommended that a transaction timeout value be specified.

See Also

ubbconfig(5)


4529


ERROR: Failure during input to sort of *INTERFACES section

Description

The tmloadcf command sorts the entries in the INTERFACES section by interface name. During this processing, an internal error occurred. Since sort processing uses temporary memory and disk space, the most common cause of sort failure is if these resources run out. The temporary files used for sorting are usually placed in /usr/tmp or /tmp.

Action

Check that there is available temporary disk space in /usr/tmp and /tmp. Try running the command again when the system is less heavily loaded.

See Also

tmloadcf(1), ubbconfig(5)


4531


ERROR: LOAD parameter must be >= 1 and <= 32767

Description

The LOAD parameter in the INTERFACES section of the configuration file must be within the proper range of values.

Action

Specify a value that is between 1 and 32,767, inclusive.

See Also

tmloadcf(1), ubbconfig(5)


4533


ERROR: PRIO parameter must be >= 1 and <= 100

Description

The PRIO parameter in the INTERFACES section of the configuration file must be within the proper range of values.

Action

Specify a value that is between 1 and 100, inclusive.

See Also

tmloadcf(1), ubbconfig(5)


4535


ERROR: FACTORYROUTING factoryrouting_name must be <= val characters

Description

The factoryrouting_name of the INTERFACES section of the configuration file must be <= 15 characters.

Action

Specify a value that is less than or equal to 15 characters.

See Also

tmloadcf(1), ubbconfig(5)


4537


ERROR: TRANTIME parameter must be >= 0 and < 2147483648

Description

The TRANTIME parameter in the INTERFACES section of the configuration file must be within the proper range of values.

Action

Specify a value that is between 0 and 2,147,483,647, inclusive.

See Also

tmloadcf(1), ubbconfig(5)


4539


ERROR: The SRVGRP parameter must be <= val characters

Description

The SRVGRP parameter in the configuration file must be a string of 30 or fewer characters.

Action

Choose a SRVGRP value that is no more than 30 characters and make sure it matches a group name in the GROUPS section.

See Also

tmloadcf(1), ubbconfig(5)


4541


ERROR: Group name val must match a name from the *GROUPS section

Description

The SRVGRP parameter of the INTERFACES section in the configuration file does not match an entry in the GROUPS section. This can be due to a direct error here, or a previous error while compiling the group name entry.

Action

Correct the SRVGRP entry, or the group name entry that it is supposed to match.

See Also

tmloadcf(1), ubbconfig(5)


4543


ERROR: TIMEOUT parameter must not be < 0

Description

The TIMEOUT parameter in the INTERFACES section of the ubbconfig(5) file was specified as a negative value.

Action

Change the parameter value in the ubbconfig(5) file and rerun tmloadcf(1).

See Also

BEA TUXEDO Administrator's Guide, tmloadcf(1), ubbconfig(5)


4544


ERROR: BUFTYPE parameter not allowed for FACTORY ROUTING

Description

A BUFTYPE parameter was specified for a ROUTING entry of TYPE FACTORY.

Action

Change the entry type or remove the BUFTYPE parameter.

See Also

ubbconfig(5)


4545


ERROR: Duplicate *ROUTING entry val for FACTORYROUTING

Description

More than one entry in the ROUTING section has the same entry name and a TYPE of FACTORY.

Action

Remove the duplicate entry in the ROUTING section.

See Also

ubbconfig(5)


4546


ERROR: MAXINTERFACES parameter must be >= 0 and < 32767

Description

The MAXINTERFACES parameter in the RESOURCES section of the configuration file must be within the proper range of values.

Action

Specify a value that is between 0 and 32766, inclusive.

See Also

tmloadcf(1), ubbconfig(5)


4547


ERROR: MAXOBJECTS parameter must be >= 0 and < 32768

Description

The MAXOBJECTS parameter in the RESOURCES section of the configuration file must be within the proper range of values.

Action

Specify a value that is between 0 and 32767, inclusive.

See Also

tmloadcf(1), ubbconfig(5)


4548


ERROR: MAXOBJECTS parameter must be >= 0 and < 32768

Description

The MAXOBJECTS parameter in the RESOURCES section of the configuration file must be within the proper range of values.

Action

Specify a value that is between 0 and 32767, inclusive.

See Also

tmloadcf(1), ubbconfig(5)


4550


ERROR: FIELDTYPE parameter required for FACTORY ROUTING val

Description

A entry in the ROUTING section had type FACTORY but did not have a FIELDTYPE parameter.

Action

Either change the TYPE or add a FIELDTYPE parameter.

See Also

ubbconfig(5)


4551


ERROR: *ROUTING entry val FIELDTYPE does not match datatype of RANGES

Description

A entry in the ROUTING section had a FIELDTYPE parameter for type short, long, float, or double, but a RANGES parameter with string values.

Action

Correct the FIELDTYPE parameter or RANGES parameter so that the type matches the values.

See Also

ubbconfig(5)


4552


ERROR: *ROUTING entry val FIELDTYPE does not match datatype of RANGES

Description

A entry in the ROUTING section had a FIELDTYPE parameter for type string or character, but a RANGES parameter with numeric values.

Action

Correct the FIELDTYPE parameter or RANGES parameter so that the type matches the values.

See Also

ubbconfig(5)


4553


ERROR: You do not have a valid M3 SDK license

Description

buildserver(1) was running without having a valid BEA M3 system SDK license (e.g., only an RTK license was installed).

Action

Buy a BEA TUXEDO system SDK license.


4560


ERROR: Unable to determine license level

Description

buildserver was run but the command was unable to read the TUXEDO license to determine if transactions are enabled.

Action

Install a valid TUXEDO license file in $TUXDIR/udataobj before running the command.


4561


ERROR: No license for Transactions

Description

buildserver was run but the command read the TUXEDO license and found that transactions were not enabled.

Action

Install a valid TUXEDO license file, that allows for transaction support, in $TUXDIR/udataobj before running the command.


4588


ERROR: Could not add field val to fielded buffer, Ferror32=error

Description

The Event Broker was unable to add a field fieldname (e.g., TA_SUBSCRIPTION, TA_BLOB_TYPE, TA_BLOB_VALUE) to the event message. The FML32 error is printed as error. The event message will not be processed.

Action

See the log for other related errors. The log should also indicate the status of the message.


4589


ERROR: Could not delete field val from fielded buffer, Ferror32=val

Description

The Event Broker was unable to delete a field fieldname (e.g., TA_SUBSCRIPTION, TA_BLOB_TYPE, TA_BLOB_VALUE) from the event message. The FML32 error is printed as error. Processing continues unaffected.

Action

No action is necessary. See the log for other related errors.


4590


ERROR: Cannot open file val 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.


4592


ERROR: TMSCOUNT parameter must be > 1 and <= 256

Description

The TMSCOUNT parameter in the GROUPS section of the configuration file must be within the proper range of values.

Action

Specify a value that is between 2 and 256, inclusive.

See Also

tmloadcf(1), ubbconfig(5)