Skip navigation.

CMDTUX Messages 4500-4599

  Previous Next

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.

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)

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

4578

ERROR: Unlicensed System Binary

Description

The files in your BEA WLE system installation do not contain the expected software license information, such as the maximum number of licensed users. The installation program prompted the installer for this information at installation time.

Action

Reinstall the BEA WLE system software, using the license token and serial number supplied with the distribution media. Make sure not to terminate the installation program prematurely, because the license information is processed at the end.

4579

ERROR: Unlicensed System Binary

Description

The files in your BEA WLE system installation do not contain the expected software license information, such as the maximum number of licensed users. The installation program prompted the installer for this information at installation time.

Action

Reinstall the BEA WLE system software, using the license token and serial number supplied with the distribution media. Make sure not to terminate the installation program prematurely, because the license information is processed at the end.

4581

ERROR: Expired System Binary

Description

Your copy of the BEA WLE system software is an evaluation copy, and the expiration date has passed.

Action

If you wish to continue using the BEA WLE system, please contact the company from which you received the product.

4582

ERROR: Expired System Binary

Description

Your copy of the BEA WLE system software is an evaluation copy, and the expiration date has passed.

Action

If you wish to continue using the BEA WLE system, please contact the company from which you received the product.

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)

4594

ERROR: Both Module path and argument list must be <= val characters each, in length

Description

Either module path or the argument list (in MODULE value) is greater than 256 characters.

Action

Edit the UBBCONFIG file to make sure that both the module path and argument list are less than or equal to 256 characters each.

See Also

ubbconfig(5)

4595

ERROR: Duplicate *JDBCCONNPOOLS section

Description

There are multiple JDBCCONNPOOLS sections defined in the UBBCONFIG file.

Action

Remove the extraneous JDBCCONNPOOLS section from the UBBCONFIG file.

See Also

ubbconfig(5)

4596

ERROR: *SERVERS section must appear before *JDBCCONNPOOLS section

Description

The JDBCCONNPOOLS section was put before the SERVERS section in the UBBCONFIG file. There must be a SERVERS section before the JDBCCONNPOOLS section.

Action

Correct the UBBCONFIG file to specify the SERVERS section before the JDBCCONNPOOLS section.

See Also

ubbconfig(5)

4597

ERROR: Name of *JDBCCONNPOOLS entry must be <= val characters in length

Description

The JDBCCONNPOOLS entry name indicated by the arrow is invalid because it is more than 30 characters in length.

Action

Specify an JDBCCONNPOOLS entry name value that is less than or equal to 30 characters in length.

See Also

ubbconfig(5)

4598

ERROR: SRVGRP parameter missing in *JDBCCONNPOOLS entry name

Description

An entry in the JDBCCONNPOOLS section entry (name) does not have a SRVGRP parameter.

Action

Add a SRVGRP parameter to the specified entry.

See Also

ubbconfig(5)

4599

ERROR:SRVID parameter missing in *JDBCCONNPOOLS entry

Description

An entry in the JDBCCONNPOOLS section does not have a SRVID parameter.

Action

Add a SRVID parameter to the entry.

See Also

ubbconfig(5)

 

Skip footer navigation  Back to Top Previous Next