BEA Logo BEA Banner

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

 

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


LIBTUX Messages 4000-4099



4000


WARN: duplicate interface servicename passed in to be advertised...

Description

An interface with the same Interface ID has already been registered with the WLE infrastructure.

Action

Check the application server code for any interface being specified more than once.


4001


WARN: interface ID servicename longer than max length allowed, truncating to number bytes...

Description

The specified interface has an Interface ID longer than the allowed limit.

Action

Shorten the Interface ID length to allowed length.


4002


WARN: Implementation ID servicename of interface servicename longer than max length allowed, truncating to number bytes...

Description

The specified interface has an Implementation ID longer than the allowed limit.

Action

Shorten the Implementation ID length to allowed length.


4003


ERROR: Memory allocation failure

Description

The server process could not allocate virtual memory.

Action

Either reduce the memory usage on the machine or add more memory. Try increasing space on the swap device.


4004


ERROR: Internal error, could not determine address of default ORB function.

Description

The server has encountered an internal error while registering its interfaces with the WLE infrastructure. Contact BEA Customer Support.

Action

Contact BEA Customer Support.


4005


ERROR: Internal error, could not set TMPROC values.

Description

The server has encountered an internal error while registering its interfaces with the WLE infrastructure.

Action

Contact BEA Customer Support.


4006


ERROR: Internal error, could not get parameters for interface servicename

Description

The server has encountered an internal error while registering its interfaces with the WLE infrastructure.

Action

Contact BEA Customer Support.


4008


ERROR: Internal error, could not advertise interfaces...

Description

The server has encountered an internal error while registering its interfaces with the WLE infrastructure.

Action

Contact BEA Customer Support.


4009


ERROR: Interface servicename's policies not consistent across Group Group, could not advertise interfaces...

Description

The specified interface is being offered by another server in the specified group with different deactivation or transaction policies. This is not allowed.

Action

Make sure all instances of the interface across all servers in the group have the same activation and transaction policies.


4010


ERROR: Bulletin Board limit reached, could not advertise interfaces...

Description

Maximum number of interfaces in the application (as specified by the MAXINTERFACES parameter in the RESOURCES section of the UBBCONFIG file) has been reached. No more interfaces can be offered.

Action

Increase this parameter to a higher value. This can be done at run time using the TMIB API or tmconfig. For more information, see the BEA Tuxedo System Reference Manual and Administration Guide.


4011


ERROR: [NULL interface name used to get interface information]

Description

The server has encountered an internal error while registering its interfaces with the WLE infrastructure.

Action

Contact BEA Customer Support.


4012


ERROR: Maximum number of types/subtypes, val, has been exceeded

Description

The maximum number of types/subtypes permitted for a particular Tuxedo System/T interface has been exceeded. The number allowed is val.

Action

Review the configuration file, verify that all interfaces use less than the maximum number of types/subtypes, and reload the TUXCONFIG file.

See Also

ubbconfig(5), tmloadcf(1)


4013


ERROR: [Invalid buffer type information val]

Description

The buffer type information provided in the configuration file for an interface entry was incorrect.

Action

Check the configuration file, verify that the buffer type provided is correct, and repeat the operation.

See Also

ubbconfig(5), tmloadcf(1)


4014


ERROR: [Invalid buffer subtype information val]

Description

The buffer subtype information provided in the configuration file for an interface entry was incorrect.

Action

Check the configuration file, verify that the buffer type provided is correct, and repeat the operation.

See Also

ubbconfig(5), tmloadcf(1)


4015


ERROR: Memory allocation failure

Description

The server process could not allocate virtual memory.

Action

Either reduce the memory usage on the machine or add more memory. Try increasing space on the swap device.


4016


ERROR: Interface parameter error in internal routine

Description

The server has encountered an internal error while registering its interfaces with the WLE infrastructure.

Action

Contact BEA Customer Support.


4017


ERROR: Invalid interface information passed to internal routine

Description

The server has encountered an internal error while registering its interfaces with the WLE infrastructure.

Action

Contact BEA Customer Support.


4018


ERROR: Memory allocation failure.

Description

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

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 swap space and physical memory on the machine.


4020


ERROR: tmrsvrs() returned multiple servers.

Description

The server has encountered an internal error while registering its interfaces with the WLE infrastructure.

Action

Contact BEA Customer Support.


4021


WARN: Duplicate FACTORY routing criteria crit

Description

A routing criteria crit, buffer type combination typ was specified more than once in the ROUTING section of the ubbconfig(5) file for entries that have the TYPE parameter set to FACTORY.

Action

Correct the configuration file to remove the duplicate entry, and rerun tmloadcf(1).

See Also

Administering the BEA Tuxedo System, tmloadcf(1), ubbconfig(5)


4023


ERROR: Invalid interface information passed to internal routine

Description

The server has encountered an internal error while unregistering interfaces with the WLE infrastructure.

Action

Contact BEA Customer Support.


4024


ERROR: invalid service name found

Description

The server has encountered an internal error while reading the WLE Bulletin Board.

Action

Contact BEA Customer Support.


4026


ERROR: Internal error, could not set policies for interface servicename

Description

The server has encountered an internal error while registering its interfaces with the WLE infrastructure.

Action

Contact BEA Customer Support.


4027


ERROR: [Memory allocation failure.]

Description

The server process could not allocate virtual memory.

Action

Either reduce the memory usage on the machine or add more memory. Try increasing space on the swap device.


4028


ERROR: Memory allocation failure.

Description

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

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 swap space and physical memory on the machine.


4029


ERROR: Memory allocation failure

Description

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

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 swap space and physical memory on the machine.


4030


WARN: Interface val's transaction policy setting of "IGNORE" or "NEVER" conflicts with "AUTOTRAN=Y" setting in UBBCONFIG file, turning off AUTOTRAN setting...

Description

An interface has its transaction policy set to either IGNORE or NEVER, but its entry in the UBBCONFIG file has AUTOTRAN set to Y, which is contradictory. This AUTOTRAN flag is turned off internally.

Action

Change either the setting in the UBBCONFIG file or the policy setting in the ICF file so that they both match.


4031


ERROR: Internal error, process could not attach to bulletin board...

Description

A process was booted with PROTECTED SYSTEM_ACCESS access to its bulletin board area of shared memory. After running application code, the program was unable to reattach in FASTPATH mode.

Action

Contact BEA Customer Support.

See Also

ubbconfig(5)


4032


ERROR: Internal error, process could not detach from bulletin board...

Description

A process was booted with PROTECTED SYSTEM_ACCESS access to its bulletin board area of shared memory. Detaching from the bulletin board failed.

Action

Contact BEA Customer Support.

See Also

ubbconfig(5)


4033


ERROR: Internal error, process could not detach from bulletin board...

Description

A process was booted with PROTECTED SYSTEM_ACCESS access to its bulletin board area of shared memory. Detaching from the bulletin board failed.

Action

Contact BEA Customer Support.

See Also

ubbconfig(5)