Skip navigation.

LIBTUX Messages 6000-6099

  Previous Next

6004

ERROR: Asymmetric outbound IIOP not enabled - add the -O option to the ISL

Description

An attempt was made to invoke on an object that is not part of the WLE domain, but the -O option was not specified on the command line of the ISL.

Action

Specify -O on the command line of the ISL to invoke methods in objects that are not part of the WLE domain.

6005

ERROR: Stale invoke received by new server process

Description

A method invocation that was sent to a server that is no longer running was received by another server.

Action

Re-issue the method invocation so that it can be routed to a server that is active.

6006

ERROR: Memory allocation failure.

Description

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

6010

ERROR: Cannot join application in multi-context mode

Description

A client called tpinit with the TPMULTICONTEXTS flag set, but the client had already joined the application without this flag set and has not done an intervening tpterm.

Action

Ensure that all calls to tpinit are done with the TPMULTICONTEXTS flag set or do a tpterm before the tpinit. tpinit will fail with TPEPROTO.

See Also

tpinit(3), tpterm(3)

6011

ERROR: Failed to create a new context in multi-context mode

Description

The WS client tried to create a new context and failed. This indicates that either a mutex lock failed or a dynamic memory allocation failed (usually the latter).

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.

6012

ERROR: Failed to set context to newly created context

Description

A client failed to set the context that was created in tpinit.

Action

This should not occur. Contact BEA Customer Support.

6013

ERROR: Cannot join application in single-context mode

Description

A client called tpinit without the TPMULTICONTEXTS flag, but tpinit has already been called with that flag and there has not been an intervening call to tpterm.

Action

Ensure that all calls to tpinit are done without the TPMULTICONTEXTS flag set or do a tpterm before the tpinit. tpinit will fail with TPEPROTO.

See Also

tpinit(3), tpterm(3)

6014

ERROR: tpopen failed - val

Description

The default tpsvrthrinit() function called tx_open(), which returned an error. The message, tperrno_msg, indicates the reason for the failure.

Action

Most likely, an error occurred in the resource manager. Check the error reporting mechanism for the associated resource manager to determine the cause of the problem.

See Also

tx_open(3c)

6015

ERROR: tpclose failed

Description

The default tpsvrthrdone() function called tx_close(), which returned an error. The message, tperrno_msg, indicates the reason for the failure.

Action

Most likely, an error occurred in the resource manager. Check the error reporting mechanism for the associated resource manager to determine the cause of the problem.

See Also

tx_close(3c)

6016

WARN: Could not create the thread for receiving unsolicited messages

Description

A client program was unable to create a thread for receiving unsolicited messages.

Action

Check the log for related messages. Check the operating system configuration to ensure that enough resources are configured.

6017

WARN: Could not join the unsolicited message thread

Description

An internal error occurred in setting up the thread for unsolicited messages.

Action

Contact BEA Customer Support.

6018

WARN: The thread for receiving unsolicited messages failed to start

Description

An internal error occurred in setting up the thread for unsolicited messages.

Action

Contact BEA Customer Support.

6019

ERROR: Inconsistency in linked list of server threads

Description

An internal error occurred in processing the thread list within a server.

Action

Contact BEA Customer Support.

6020

WARN: This platform does not support multithreading; server will operate in single context mode

Description

A MAXDISPATCHTHREADS value greater than 1 was specified in the TUXCONFIG file for a server not built with the buildserver(1) -t option. However, the platform does not support multithreading. Only a single context will run in the server.

Action

No action required.

See Also

buildserver(1), ubbconfig(5)

6021

ERROR: Creation of SMCT for processing service requests failed

Description

An internal error occurred in setting up a new thread in a server for stale message cleanup.

Action

Contact BEA Customer Support.

6022

ERROR: Mutex lock failed

Description

An internal error occurred in locking a mutex.

Action

Contact BEA Customer Support.

6023

ERROR: Mutex unlock failed

Description

An internal error occurred in unlocking a mutex.

Action

Contact BEA Customer Support.

6024

ERROR: Condition variable signal failed

Description

An internal error occurred in setting up a server for processing.

Action

Contact BEA Customer Support.

6025

ERROR: Cannot initialize synchronization structures for new thread; thread will not be created

Description

An internal error occurred in setting up a new thread in a server for processing. The server will continue to operate with the currently existing threads.

Action

Contact BEA Customer Support.

6026

ERROR: Creation of new thread for processing service requests failed

Description

An internal error occurred in setting up a new thread in a server for processing. The server will continue to operating with the currently existing threads.

Action

Contact BEA Customer Support.

6029

ERROR: tpreturn called outside the original service thread

Description

A service called tpreturn from a thread other than the thread in which the service was initially was dispatched.

Action

Re-write the application to call tpreturn from the same thread to which the service was dispatched (the thread to which TPSVCINFO was passed).

See Also

service(3), tpreturn(3)

6030

ERROR: tpforward called outside the original service thread

Description

A service called tpforward from a thread other than the thread in which the service was initially was dispatched.

Action

Re-write the application to call tpforward from the same thread to which the service was dispatched (the thread to which TPSVCINFO was passed).

See Also

service(3), tpforward(3)

6031

ERROR: Unable to pre-process buffer before tranmission. Error code(val/val)

Description

While handling a message before transmission (presend), the system was unable to process the message.

Action

Contact BEA Customer Support.

6041

ERROR: Insufficient field length for encryption

Description

An internal error occurred while encrypting a protected configuration attribute in UBBCONFIG.

Action

Contact BEA Customer Support.

6042

ERROR: Unsuccessful encryption initialization of a protected field

Description

An internal error occurred while encrypting a protected configuration attribute in UBBCONFIG.

Action

Contact BEA Customer Support.

6043

ERROR: Unsuccessful encryption of a protected field

Description

An internal error occurred while encrypting a protected configuration attribute in UBBCONFIG.

Action

Contact BEA Customer Support.

6044

ERROR: insufficient decryption buffer length

Description

An internal error occurred while decrypting a protected configuration attribute in TUXCONFIG.

Action

Contact BEA Customer Support.

6045

ERROR: Unsuccessful decryption initialization of a protected field

Description

An internal error occurred while decrypting a protected configuration attribute in TUXCONFIG.

Action

Contact BEA Customer Support.

6046

ERROR: Unsuccessful decryption of a protected field

Description

An internal error occurred while decrypting a protected configuration attribute in TUXCONFIG.

Action

Contact BEA Customer Support.

6047

ERROR: Insufficient field length for encryption

Description

An internal error occurred while encrypting a protected configuration attribute in UBBCONFIG.

Action

Contact BEA Customer Support.

6048

ERROR: Length of the secret password exceeds the maximum allowed

Description

An internal error occurred while encrypting a protected configuration attribute in UBBCONFIG.

Action

Contact BEA Customer Support.

6049

ERROR: Length of the clear-text part of the field exceeds the maximum allowed

Description

An internal error occurred while encrypting a protected configuration attribute in UBBCONFIG.

Action

Contact BEA Customer Support.

6050

ERROR: Decrypted protected field has non-displayable characters. Substitute the encrypted password with ***** and run tmloadcf again

Description

One of the protected attributes (OPENINFO in *GROUPS, PROPS or DBPASSWORD in *JDBCCONNPOOLS) was found encrypted in UBBCONFIG during tmloadcf, but the old encryption key does not exist.

Action

Replace the encrypted information with "*****", and run tmloadcf again.

6051

ERROR: Previous encryption key lost. Substitute the encrypted password with ***** and run tmloadcf again

Description

One of the protected attributes (OPENINFO in *GROUPS, PROPS or DBPASSWORD in *JDBCCONNPOOLS) was found encrypted in UBBCONFIG during tmloadcf, but the old encryption key is invalid.

Action

Replace the encrypted information with "*****", and run tmloadcf again.

 

Skip footer navigation  Back to Top Previous Next