BEA WebLogic Enterprise 4.2    Developer Center     

        HOME   |   SITE MAP   |   SEARCH   |   CONTACT   |   GLOSSARY  |   PDF FILES |   WHAT'S NEW 
 
        OTHER REFERENCE    |   TABLE OF CONTENTS   |   PREVIOUS TOPIC   |   NEXT TOPIC  

IIOP Server Listener/Handler Messages


IIOP Server Listener/Handler Messages 1000-1099

Note: When IIOP Listener/Handler messages are listed in the user log (ULOG), the messages have the prefix ISNAT_CAT. For example, message 1101 is listed as ISNAT_CAT:1101.

1001

ERROR: Unused arguments passed to buildish.

Description

The command-line option passed to the buildish command is not recognized as a valid option. An extra hyphen (-) in the command line also might cause this error.

Action

Examine the command line that calls buildish and remove the extra option.

1002

ERROR: Unable to execute the command command_string.

Description

While the C compilation system was being invoked to build a new IIOP Server Handler, an error was detected.

This error could happen for one of the following reasons:

Action

Make sure the C compilation system is present on your machine. Make sure there is enough disk space available for the new IIOP Server Handler. The amount of disk space should be roughly the same as the existing IIOP Server Handler and the added object files. Examine the $CC and $CFLAGS variables and, if these variables are set, make sure the options are correct for your C compilation environment.

1003

ERROR: Could not find buffer type type_val: subtype subtype_val information.

Description

This error occurs when the IIOP Server Handler receives a message from either a server application or a client application, and it cannot find the buffer type information for the buffer type of the message.

Action

The error indicates an internal problem with the IIOP Server Handler. Contact BEA Customer Support.

1004

ERROR: Memory allocation failure.

Description

An attempt to allocate memory dynamically 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. Either reduce the memory usage on the machine or increase the amount of physical memory on the machine. Increase the space on the swap device.

See Also

See the malloc function.

For UNIX systems, see the malloc(3) manual page.

For Microsoft Windows NT systems, see the Microsoft Visual C++ online help.

1008

ERROR: Could not establish listening address on network string.

Description

This error occurs if the IIOP Server Listener cannot advertise its listening address on the network.

This error could happen for one of the following reasons:

Action

To correct the problem, match one of the following solutions with the previous problem descriptions:

See Also

See the malloc function.

For UNIX systems, see the malloc(3) manual page.

For Microsoft Windows NT systems, see the Microsoft Visual C++ online help.

1009

ERROR: Cannot decode header of the received message.

Description

Either the IIOP Server Handler or the IIOP Server Listener read the data from the network. Each message has a header at the top of the message. If the message is corrupted or is smaller that the expected header, this error occurs.

Action

Contact BEA Technical Support.

1010

ERROR: Couldn't convert buffer to current release format.

Description

This error occurs if an WLE remote client application and the native UNIX system machine have different WLE releases and the message is from an older release. The error can also occur if the message received by either the IIOP Server Handler or the IIOP Server Listener is corrupted.

Action

Contact BEA Technical Support.

1011

ERROR: Couldn't convert buffer to native site format.

Description

The IIOP Server Handler cannot convert a message from a client application format to the native format. This indicates that the buffer type is unknown to the IIOP Server Handler .

Action

Check the user log for a message indicating the nature of the failure (in particular, the type and subtype of the buffer that could not be converted).

1012

ERROR: Received message with an unknown internal type index indexval.

Description

While processing a message from the client application, the system indicates that the internal buffer type is unknown.

Action

Because the buffer type is set during the conversion to the native format, this error should not occur. Contact BEA Technical Support.

1013

ERROR: Received message of unknown type 'typeval' subtype `subtypeval'.

Description

While processing a message from the client application, the system indicates that the application buffer type and subtype are unknown.

Action

Because the buffer type is set during conversion to the native format, this error should not occur. Contact BEA Technical Support.

1014

ERROR: Received message of unknown type `type'.

Description

While processing a message from the client application, the system indicates that the application buffer type is unknown.

Action

Because the buffer type is set during conversion to the native format, this error should rarely occur. Contact BEA Technical Support.

1015

ERROR: Message decode failure.

Description

Decoding of the message received from the client application by the encdec function for the buffer type failed.

Action

Check the user log for additional messages that indicate why the decoding failed. Contact BEA Technical Support.

See Also

The typesw(5) command. For information about the typesw(5) command, see the BEA TUXEDO Reference Manual.

1016

ERROR: Post receive operation on message failed.

Description

Postprocessing of the message received from the client application by the postsend function for the buffer type failed.

Action

Check the user log for additional messages that indicate why the postprocessing failed. Contact BEA Technical Support.

See Also

The typesw(5) command. For information about the typesw(5) command, see the BEA TUXEDO Reference Manual.

1017

ERROR: Message presend routine failed.

Description

Preprocessing of the message being sent to the client application by the presend function for the buffer type failed.

Action

Check the user log for additional messages that indicate why the preprocessing failed. Contact BEA Technical Support.

See Also

The typesw(5) command. For information about the typesw(5) command, see the BEA TUXEDO Reference Manual.

1018

ERROR: Invalid data length of 0, data not self describing.

Description

Preprocessing of the message being sent to the client application by the presend function for the buffer type returned 0. This error indicates that a message length of 0 was presented by the application and that the buffer type is not self-describing, such that the presend function cannot infer the desired transfer length.

Action

The application must provide a length for sending messages of the particular buffer type.

See Also

The TUXEDO typesw(5) command. For information about the typesw(5) command, see the BEA TUXEDO Reference Manual.

1019

ERROR: Message conversion to client format failed.

Description

The IIOP Server Handler cannot convert a message from native format to client application format.

Action

This error should not occur. Contact BEA Technical Support.

1023

WARN: No client context space available in handler.

Description

While setting up a connection for a new client application, the IIOP Server Handler ran out of space to keep context for client applications.

Action

This error should occur rarely because the IIOP Server Listener transfers control of client application connections to IIOP Server Handler programs based on their current degree of multiplexing. Contact BEA Technical Support.

See Also

For information about the ISL command, see the Administration Guide and, in particular, the discussion of the CLOPT parameter.

1024

ERROR: Memory allocation failure.

Description

An attempt to allocate memory dynamically 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. Either reduce the memory usage on the machine or increase the amount of physical memory on the machine. Increase the space on the swap device.

See Also

See the malloc function.

For UNIX systems, see the malloc(3) manual page.

For Microsoft Windows NT systems, see the Microsoft Visual C++ online help.

1025

ERROR: Expected numeric argument to -x option.

Description

An invalid argument was passed to the ISL command-line option. The argument to the -x option, the degree of multiplexing, needs to be numeric. This error causes the IIOP Server Listener not to be booted.

Action

Make sure the argument to the -x option is numeric.

See Also

The ISL command. For information about the ISL command, see the Administration Guide.

1026

ERROR: Handler received unexpected message.

Description

The IIOP Server Handler received a message without a client application context (that is, a message intended for the IIOP Server Handler) that is not in the correct format. It is not a WLE message.

Action

The message is ignored. Contact BEA Technical Support.

1027

ERROR: Handler received unexpected opcode 0xcode.

Description

The IIOP Server Handler received a message without a client application context (that is, a message intended for the IIOP Server Handler) that has an unrecognized operation code. This message is normally a shutdown message from the IIOP Server Listener.

Action

The message is ignored. Contact BEA Technical Support.

1028

WARN: Couldn't change to client context context_number, continuing.

Description

The IIOP Server Handler encountered an error while it was switching to the context of a client application when the IIOP Server Handler was dropping all connections during shutdown.

Action

The connection is ignored. Contact BEA Technical Support.

1029

ERROR: Sending of reply message to client failed.

Description

While a reply message was being sent to a client application, the operation failed.

Action

Check the user log for messages that indicate the nature of the failure. This warning may indicate that the client application is no longer accessible (that is, either the network or the machine has failed). Contact BEA Technical Support.

1030

INFO: IIOP Handler joining application.

Description

The IIOP Server Listener started an IIOP Server Handler process based on the command-line options for the listener and the current demand by clients.

Action

None.

See Also

For information about ISL command, see the Administration Guide and, in particular, the discussion of the CLOPT parameter.

1031

ERROR: Invalid command line argument `arg' ignored.

Description

An illegal command-line option was found in the command-line options for the IIOP Server Handler.

This error is rare because the IIOP Server Listener, not the system administrator, starts the IIOP Server Handler.

Action

Contact BEA Technical Support.

See Also

For information about ISL command, see the Administration Guide and, in particular, the discussion of the CLOPT parameter.

1032

ERROR: Memory allocation failure.

Description

An attempt to allocate memory dynamically 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. Either reduce the memory usage on the machine or increase the amount of physical memory on the machine. Increase the space on the swap device.

See Also

See the malloc function.

For UNIX systems, see the malloc(3) manual page.

For Microsoft Windows NT systems, see the Microsoft Visual C++ online help.

1033

ERROR: Memory allocation failure.

Description

An attempt to allocate memory dynamically 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. Either reduce the memory usage on the machine or increase the amount of physical memory on the machine. Increase the space on the swap device.

See Also

See the malloc function.

For UNIX systems, see the malloc(3) manual page.

For Microsoft Windows NT systems, see the Microsoft Visual C++ online help.

1034

ERROR: Failed to attach to shared memory for listener table, errno = errno_val.

Description

The IIOP Server Handler failed to attach a shared memory segment.

Action

This is an operating system error. Check the value of errno_val for an indication of the problem. Contact BEA Technical Support.

1035

ERROR: Handler table entry already occupied by pid.

Description

The IIOP Server Listener started an IIOP Server Handler and assigned it a slot that is already occupied by another IIOP Server Handler process that has the process identifier pid.

Action

Contact BEA Technical Support.

See Also

For information about the ISL command, see the Administration Guide and, in particular, the discussion of the CLOPT parameter.

1036

ERROR: Network provider returns a zero length network address, can't establish network address.

Description

The length of the network address that the IIOP Server Handler is using to establish a connection is 0. This is invalid (and should not occur).

Action

Contact BEA Technical Support.

1037

ERROR: Can't synchronize with IIOP listener... continuing.

Description

The forked IIOP Server Handler process lost the connection between the IIOP Server Listener and the IIOP Server Handler that it is executing. The pipe with IIOP Server Listener may have been lost because the IIOP Server Listener process is being stopped.

Action

No action is required. However, the cause of the IIOP Server Listener disconnection should be investigated if the cause is not known.

See Also

For information about ISL command, see the Administration Guide and, in particular, the discussion of the CLOPT parameter.

1038

WARN: Couldn't change to client context index, continuing.

Description

The IIOP Server Handler encountered an error while it was switching to the context of a client application when the IIOP Server Handler was dropping all connections during shutdown.

Action

The connection is ignored. Contact BEA Technical Support.

1039

WARN: Can't use TPGETANY flag with tpcall().

Description

The client application called tpcall() with the TPGETANY option. This option is not valid, and TPEINVAL is returned to the application.

Action

This error should not occur. Contact BEA Technical Support.

1040

WARN: tpsprio() call failed, tperrno = tperrno_val.

Description

A call to tpsprio in the IIOP Server Handler on behalf of the client application failed with tperrno set to tperrno_val.

Action

None.

See Also

The tpsprio(3c) command. For information about the tpsprio(3c) command, see the BEA TUXEDO Reference Manual.

1041

ERROR: Memory allocation failure.

Description

An attempt to allocate memory dynamically 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. Either reduce the memory usage on the machine or increase the amount of physical memory on the machine. Increase the space on the swap device.

See Also

See the malloc function.

For UNIX systems, see the malloc(3) manual page.

For Microsoft Windows NT systems, see the Microsoft Visual C++ online help.

1042

ERROR: tpcall() call failed, tperrno = tperrno_val.

Description

A call to tpcall in the IIOP Server Handler on behalf of the client application failed with tperrno set to tperrno_val.

Action

None.

See Also

The tpcall(3c) command. For information about the tpcall(3c) command, see the BEA TUXEDO Reference Manual.

1043

ERROR: tpacall() call failed, tperrno = tperrno_val.

Description

A call to tpacall in the IIOP Server Handler on behalf of the client application failed with tperrno set to tperrno_val.

Action

None.

See Also

The tpacall(3c) command. For information about the tpacall(3c) command, see the BEA TUXEDO Reference Manual.

1044

ERROR: tpgprio() call failed, tperrno = tperrno_val.

Description

A call to tpgprio in the IIOP Server Handler on behalf of the client application failed with tperrno set to tperrno_val.

Action

None.

See Also

The buildish(1) command. For information about the buildish(1) command, see the BEA TUXEDO Reference Manual.

1045

ERROR: Sending of reply to tpacall() call to client failed.

Description

An attempt to send an acknowledgment of a tpacall request to the WLE remote client application failed.

This failure indicates a problem with the network, with the IIOP Server Listener/Handler, or with the WLE remote client application process.

Action

Contact BEA Technical Support.

1046

ERROR: Sending of reply to tpinit() call to client failed.

Description

An attempt to send an acknowledgment of a tpinit request to the WLE remote client application failed.

This failure indicates a problem with the network, with the IIOP Server Listener/Handler, or with the WLE remote client application process.

Action

Contact BEA Technical Support.

1047

ERROR: Sending of reply to tpterm() call to client failed.

Description

An attempt to send an acknowledgment of a tpterm request to the WLE remote client application failed.

This failure indicates a problem with the network, with the IIOP Server Listener/Handler, or with the WLE remote client application process.

Action

Contact BEA Technical Support.

1048

ERROR: Sending of error reply to call client failed.

Description

An attempt to send an acknowledgment message to the WLE remote client application has failed.

This failure indicates a problem with the network, with the IIOP Server Listener/Handler, or with the WLE remote client application process.

Action

Contact BEA Technical Support.

1049

ERROR: Couldn't create buffer for receiving messages.

Description

An attempt to create a buffer with tpalloc failed. This buffer is used to receive messages.

This error indicates either a resource problem or an internal problem with the IIOP Server Handler.

Action

If there is insufficient memory to allocate buffers, the IIOP Server Handler process cannot operate. Contact BEA Technical Support.

If machine resources are sufficient, there is an internal problem with the IIOP Server Handler. In this case, contact BEA Technical Support.

1050

ERROR: Error switching to the handler's context.

Description

The IIOP Server Handler was attempting to switch from a client application context to the IIOP Server Handler context when it experienced an error.

Action

The error indicates an internal problem with the IIOP Server Handler. Contact BEA Technical Support.

1052

ERROR: Failed to process network event.

Description

The IIOP Server Handler was unable to process a network event using tmnwevent.

Action

The error indicates an internal problem with the IIOP Server Handler software. Contact BEA Technical Support.

1053

ERROR: Error polling network connections.

Description

The IIOP Server Handler encountered an error polling a network connection using tmnwcpoll.

Action

The error indicates a network error. Check that the network connection to the WLE remote client application has not gone down. If the network connection has gone down, the WLE remote client application has to rejoin the application. Contact BEA Technical Support.

1054

ERROR: Error generating network event list.

Description

The IIOP Server Handler encountered an error when polling a network connection using tmnwcpoll.

Action

The error indicates a network error. Check that the network connection to the WLE remote client application has not gone down. If the network connection has gone down, the WLE remote client application has to rejoin the application. Contact BEA Technical Support.

1055

ERROR: Connection to unassigned ISH rejected.

Description

The connection for the client application was timed out.

Action

This situation may occur if the system or the network is very busy, or if the network has gone down. The client application should try again to join the application.

1056

WARN: Couldn't change to client context index, continuing.

Description

The IIOP Server Handler encountered an error when switching to the context of a client application to do a tpterm.

Action

This error indicates an internal problem. Contact BEA Technical Support.

1057

ERROR: Error processing message received from network.

Description

The IIOP Server Handler encountered an error when receiving a message from the network.

Action

This error could indicate a network problem or an internal BEA problem. Contact BEA Technical Support.

1058

ERROR: Received message with opcode other than init for non-existent context.

Description

The IIOP Server Handler has received a message from a process that has not joined the application.

Action

This message indicates an internal problem in communication between the IIOP Server Handler and the WLE remote client application. Contact BEA Technical Support.

1059

ERROR: Received network message with unknown context.

Description

The IIOP Server Handler has received a message from an unknown process.

Action

This message indicates an internal problem in communication between the IIOP Server Handler and the WLE remote client application. Contact BEA Technical Support.

1060

ERROR: Received message with context associated with a different connection.

Description

The IIOP Server Handler, working on behalf of one client application context, has received a message intended for a different client application context.

Action

This message indicates an internal problem in communication between the IIOP Server Handler and the WLE remote client application. Contact BEA Technical Support.

1061

ERROR: Received a reply message from a client.

Description

The IIOP Server Handler has received from an WLE remote client application a message that contains the reply protocol.

Action

A WLE remote client application should never send a message with this protocol. This situation indicates an internal problem in communication between the IIOP Server Handler and the WLE remote client application. Contact BEA Technical Support.

1062

ERROR: Sending of reply to tpbegin() call to client failed.

Description

An attempt to send an acknowledgment of a tpbegin request to the WLE remote client application has failed.

Action

This is an internal message. This failure indicates a problem with the network, with the IIOP Server Listener/Handler, or with the WLE remote client application process. Contact BEA Technical Support.

1063

ERROR: No more IIOP handlers available.

Description

An attempt to start a new IIOP Server Handler process has failed because the maximum limit of IIOP Server Handlers has already been reached.

Action

The maximum number of IIOP Server Handlers specified in the configuration file have been started. To increase this number, the CLOPT -M maxh value must be changed. This can be done in one of two ways:

1064

ERROR: Error formatting command line options for handler.

Description

An error was encountered while the argument string needed for booting an IIOP Server Handler was being formatted.

Action

This message occurs if there are more than 256 characters in the CLOPT string in the configuration file.

See Also

ISL command and servopts(5). For information about the ISL command, see the Administration Guide and, in particular, the discussion of the CLOPT parameter. For information about servopts(5), see the BEA TUXEDO Reference Manual.

1065

ERROR: Error retrieving machine table entry of the listener.

Description

An error was encountered while an IIOP Server Handler was trying to get internal machine information during an IIOP Server Handler boot process.

Action

Contact BEA Technical Support.

1066

ERROR: IIOP Handler died, attempting restart.

Description

If an IIOP Server Handler process has died and the number of IIOP Server Handler processes booted is below the minimum number specified in the configuration file, the BEA WLE system attempts to boot a new IIOP Server Handler.

Action

IIOP Server Handlers should not die. If IIOP Server Handlers do die, it could indicate an internal problem that requires attention. Additional IIOP Server Handlers may need to be booted, if the system is very busy.

1067

ERROR: IIOP Handler died, cleaning up.

Description

An IIOP Server Handler process has died and the number of IIOP Server Handler processes booted is below the minimum number specified in the configuration file. An attempt to boot a new IIOP Server Handler has failed.

Action

This could either be an operating system error or an internal WLE error. In the former case, contact your system administrator. In the latter case, contact BEA Technical Support.

1068

ERROR: Invalid command line argument `arg' ignored.

Description

An illegal command-line option was found in the CLOPT string.

Action

Examine the command line and remove the invalid option.

See Also

ISL command and servopts(5). For information about the ISL command, see the Administration Guide and, in particular, the discussion of the CLOPT parameter. For information about servopts(5), see the BEA TUXEDO Reference Manual.

1069

ERROR: Sending of reply to tpbroadcast() or tpnotify() call to client failed.

Description

An attempt to send an acknowledgment of a tpbroadcast or tpnotify request to the WLE remote client application has failed.

Action

Contact BEA Technical Support.

1070

ERROR: Cannot boot ISL with MAXWSCLIENTS for machine set to 0.

Description

The IIOP Server Listener process has failed to boot because the MAXWSCLIENTS parameter was not specified in the configuration file.

Action

The MAXWSCLIENTS parameter must be specified either in the RESOURCES section or in the MACHINES section of the configuration file.

1071

ERROR: Memory allocation failure.

Description

The IIOP Server Listener failed to create a buffer for storing IIOP Server Handler information.

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. Either reduce the memory usage on the machine or increase the amount of physical memory on the machine. Increase the space on the swap device.

See Also

See the malloc function.

For UNIX systems, see the malloc(3) manual page.

For Microsoft Windows NT systems, see the Microsoft Visual C++ online help.

1072

ERROR: Memory allocation failure.

Description

The IIOP Server Listener failed to create a buffer for storing a device 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. Either reduce the memory usage on the machine or increase the amount of physical memory on the machine. Increase the space on the swap device.

See Also

See the malloc function.

For UNIX systems, see the malloc(3) manual page.

For Microsoft Windows NT systems, see the Microsoft Visual C++ online help.

1073

ERROR: Memory allocation failure.

Description

The IIOP Server Listener failed to create a buffer for storing an IIOP Server Handler's 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. Either reduce the memory usage on the machine or increase the amount of physical memory on the machine. Increase the space on the swap device.

See Also

See the malloc function.

For UNIX systems, see the malloc(3) manual page.

For Microsoft Windows NT systems, see the Microsoft Visual C++ online help.

1074

ERROR: Memory allocation failure.

Description

The IIOP Server Listener failed to create a buffer for storing a network address.

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. Either reduce the memory usage on the machine or increase the amount of physical memory on the machine. Increase the space on the swap device.

See Also

See the malloc function.

For UNIX systems, see the malloc(3) manual page.

For Microsoft Windows NT systems, see the Microsoft Visual C++ online help.

1075

ERROR: Can't get machine entry for listener.

Description

The IIOP Server Listener encountered an error when attempting to read the MACHINES entry from the configuration file.

Action

Make sure the TUXCONFIG file has not been removed or corrupted. If the TUXCONFIG file is all right, contact BEA Technical Support.

1076

ERROR: Failed to create to shared memory for listener table, errno = errno_val.

Description

The IIOP Server Listener failed to create a shared memory segment.

Action

This is an operating system error. Check the value of errno_val for an indication of the problem. Contact BEA Technical Support.

See Also

The Uunix_err(3c) command. For information about the Uunix_err(3c) command, see the BEA TUXEDO Reference Manual.

1077

ERROR: Failed to update server table entry, tperrno = tperrno_val.

Description

The IIOP Server Listener failed to update the Bulletin Board.

Action

Check that the shared memory segment that contains the Bulletin Board has not been removed. If this segment has been removed, the application needs to be rebooted. Otherwise, this error indicates an internal error and you should contact BEA Technical Support.

See Also

The tperrno(5) command. For information about the tperrno(5) command, see the BEA TUXEDO Reference Manual.

1078

ERROR: Failed to attach to shared memory for listener table, errno = errno_val.

Description

The IIOP Server Listener failed to attach a shared memory segment.

Action

This is an operating system error. Check the value of errno_val for an indication of the problem. Contact BEA Technical Support.

See Also

The tperrno(5) command. For information about the tperrno(5) command, see the BEA TUXEDO Reference Manual.

1079

ERROR: Error starting minimum number of handlers.

Description

The IIOP Server Listener encountered an error when attempting to boot the minimum number of IIOP Server Handlers.

Action

This could be an operating system error. Perhaps there are too many processes running. This could also be an internal error. Check the log file for other messages relating to this message. Contact BEA Technical Support.

1080

ERROR: Error polling network connections.

Description

The IIOP Server Listener encountered an error when polling a network connection.

Action

This error indicates a network error. Check with your system administrator to see whether the network is down. If the network is all right, contact BEA Technical Support.

1082

ERROR: Error adding connection request to event list.

Description

The IIOP Server Listener was unable to allocate space on the event list.

Action

This error indicates a resource problem. If there is insufficient memory to allocate buffers, the IIOP Server Listener process cannot operate. Contact BEA Technical Support.

1083

ERROR: Error assigning connection request, can't create any more handlers.

Description

The IIOP Server Listener was unable to start a new Handler.

Action

The most likely problem is that the maximum number of IIOP Server Handlers specified in the configuration file have been started. To increase this number, the CLOPT -M maxh value must be changed. This can be done in one of two ways:

1086

ERROR: Message conversion to release rel format failed.

Description

The IIOP Server Listener/Handler was unable to change the release structure to 4.2.

Action

Contact BEA Technical Support.

1088

ERROR: tpinit() failed, tperrno = tperrno_val.

Description

The tpinit(3c) function call used to connect a client application to a WLE server application has failed. Further information about the cause of the failure is provided by the value of tperrno. By examining the <atmi.h> header file, this numeric tperrno value may be converted to a symbolic value. Potential causes of each such symbolic value are listed for the tpinit(3c) command.

Action

For causes of the specific tperrno value that was reported to the application, see the tpinit(3c) command in the BEA TUXEDO Reference Manual. Eliminate the potential causes of such an error and retry the failed operation. Contact BEA Technical Support.

See Also

The tpinit(3c) and tperrno(5) commands. For information about these commands, see the BEA TUXEDO Reference Manual.

1089

ERROR: tpscmt() failed, tperrno = tperrno_val.

Description

While attempting to commit a transaction on behalf of a client application, the IIOP Server Handler process was unable to set the transaction commit control characteristic for the transaction to TP_CMT_LOGGED. For this reason, the attempt to commit the transaction failed. For further information about the transaction commit control characteristic, refer to the tpscmt (3c) command in the BEA TUXEDO Reference Manual.

Action

Because the transaction cannot be committed, the user must abort the transaction. The value of tperrno and immediately preceding messages in the user log may provide further information as to the cause of the error.

See Also

The tpabort (3c), tpcommit (3c), tpscmt (3c), and tperrno (5) commands. For information about these commands, see the BEA TUXEDO Reference Manual.

1090

ERROR: tpscmt() failed, tperrno = tperrno_val.

Description

While attempting to commit a transaction on behalf of a client application, the IIOP Server Handler process was unable to set the transaction commit control characteristic for the transaction to TP_CMT_COMPLETE. For this reason, the attempt to commit the transaction failed. For further information about the transaction commit control characteristic, refer to the tpscmt(3c) command in the BEA TUXEDO Reference Manual.

Action

Because the transaction cannot be committed, the user must abort the transaction. The value of tperrno and immediately preceding messages in the user log may provide further information as to the cause of the error.

See Also

The tpabort (3c), tpcommit (3c), tpscmt (3c), and tperrno (5) commands. For information about these commands, see the BEA TUXEDO Reference Manual.

1096

ERROR: Sending of reply to tpcommit() call to client failed.

Description

An attempt to send an acknowledgment of a tpcommit request to the WLE remote client application has failed.

Action

This is an internal message. This failure indicates a problem with the network, with the IIOP Server Listener/Handler, or with the WLE remote client application process. Contact BEA Technical Support.

1097

ERROR: Sending of reply to tpabort() call to client failed.

Description

An attempt to send an acknowledgment of a tpabort request to the WLE remote client application has failed.

Action

This is an internal message. This failure indicates a problem with the network, with the IIOP Server Listener/Handler, or with the WLE remote client application process. Contact BEA Technical Support.

1099

ERROR: Could not find correct number of active handlers, found num1, expected num2.

Description

While being restarted after the death of a previous IIOP Server Listener process, the IIOP Server Listener found an inconsistency in the existing specific shared memory regarding the number of IIOP Server Handler processes. The IIOP Server Listener attempts to shut down any associated IIOP Server Handler processes that it knows about, removes the inconsistent shared memory, and exits.

Action

The system administrator should check for any stray IIOP Server Handler processes associated with this particular IIOP Server Listener, and see that they are manually terminated. The system administrator may then reboot the IIOP Server Listener process.

IIOP Server Listener/Handler Messages 1100-1199

Note: When IIOP Server Listener/Handler messages are listed in the user log (ULOG), the messages have the prefix ISNAT_CAT. For example, message 1100 is listed as ISNAT_CAT:1100

1100

ERROR: -n option is required.

Description

The IIOP Server Listener process was invoked without the -n option. This parameter contains the well-known network address used by the IIOP Server Listener, and is required. The IIOP Server Listener process is exiting due to the absence of a required option.

Action

Examine the configuration file and determine the change that needs to be made to the CLOPT argument for the IIOP Server Listener process. The -n option must occur, must have an appropriate option argument, and must be located after the double dash (--) that separates WLE options from ISL specific options. The options for a server may be updated while the system is running through use of the tmconfig (1) command, or while the system is shut down by reloading the configuration file through use of tmloadcf (1).

See Also

The tmconfig (1) and tmloadcf (1) commands and the ISL command.

For information about the tmconfig (1) and tmloadcf (1) commands, see the BEA TUXEDO Reference Manual.

For information about the ISL command, see the Administration Guide.

1103

ERROR: Bad -m option.

Description

The IIOP Server Listener process was invoked with an -m option that specified an option argument outside the allowed range. The -m option specifies the minimum number of handlers that should be available at any given time in conjunction with this IIOP Server Listener. The legal range is between 0 and 255. The IIOP Server Listener process is exiting due to an error in its arguments.

Action

Change the value for the ISL command -m option so that it is within the legal range. The options for a server may be updated while the system is running through use of the tmconfig (1) command, or while the system is shut down by reloading the configuration file through use of tmloadcf (1).

See Also

The tmconfig (1), tmloadcf (1), and ubbconfig (5) commands and the ISL command.

For information about the tmconfig (1), tmloadcf (1), and ubbconfig (5) commands, see the BEA TUXEDO Reference Manual.

For information about the ISL command, see the Administration Guide.

1104

ERROR: Bad -x option.

Description

The IIOP Server Listener process was invoked with an -x option that specified an option argument outside the allowed range. The -x option specifies the degree of multiplexing desired within each IIOP Server Handler. The legal range is between 1 and 32767. The IIOP Server Listener process is exiting due to an error in its arguments.

Action

Change the value for the ISL command -x option so that it is within the legal range. The options for a server may be updated while the system is running through use of the tmconfig (1) command, or while the system is shut down by reloading the configuration file through use of tmloadcf (1).

See Also

The tmconfig (1), tmloadcf (1), and ubbconfig (5) commands and the ISL command.

For information about the tmconfig (1), tmloadcf (1), and ubbconfig (5) commands, see the BEA TUXEDO Reference Manual.

For information about the ISL command, see the Administration Guide.

1105

ERROR: Bad -M option.

Description

The IIOP Server Listener process was invoked with an ISL command -M option that specified an option argument outside the allowed range. The -M option specifies the maximum number of handlers that should be available at any given time in conjunction with this IIOP Server Listener. The legal range is between 1 and 32767. The IIOP Server Listener process is exiting due to an error in its arguments.

Action

Change the value for the ISL command -M option so that it is within the legal range. The options for a server may be updated while the system is running through use of the tmconfig (1) command, or while the system is shut down by reloading the configuration file through use of tmloadcf (1).

See Also

The tmconfig (1), tmloadcf (1), and ubbconfig (5) commands and the command.

For information about the tmconfig (1), tmloadcf (1), and ubbconfig (5) commands, see the BEA TUXEDO Reference Manual.

For information about the ISL command, see the Administration Guide.

1106

ERROR: Error receiving unsolicited message, tperrno = tperrno_val.

Description

The IIOP Server Handler process experienced an error while receiving an unsolicited message. The numeric value of tperrno is also printed; this value can aid in determining the exact cause of the problem. You can convert a numeric value of tperrno to a symbolic value by looking in the <atmi.h> header file. In most cases, there is also a preceding message in the user log that gives further information as to the cause of the error.

Action

Examine the user log for any immediately preceding messages giving further information as to the cause of the error. Also examine the user log on the site that sent the failed unsolicited message for further clues as to the cause of the error. Contact BEA Technical Support.

See Also

The tperrno(5) command. For information about the tperrno(5) command, see the BEA TUXEDO Reference Manual.

1107

ERROR: Error receiving messages, tperrno = TPEOS, Uunixerr = UMSGRCV.

Description

The UNIX system msgrcv system call returned an error to the IIOP Server Handler process. A prior message in the user log provides more information as to the cause of the error.

Action

Examine the prior message in the user log to determine the specific UNIX system error associated with this msgrcv failure. If the failure is not transient and the IIOP Server Handler is still active, the IIOP Server Listener may need to restart this particular IIOP Server Handler. Contact BEA Technical Support.

See Also

The tperrno (5) and Uunix_err (3c) commands. For information about these commands, see the BEA TUXEDO Reference Manual.

1108

ERROR: Handler received unexpected unsolicited opcode opcode_value.

Description

The IIOP Server Handler process received an unsolicited message that contained an unexpected internal opcode. The opcode value is printed as part of the error message.

Action

Contact BEA Technical Support.

1109

ERROR: Failed to process broadcast message.

Description

The IIOP Server Handler process received a broadcast message to be forwarded to the appropriate client application(s). However, it was unable to process this message for forwarding to the client application(s).

Action

A previous message in the user log may indicate a more precise cause of the error and may indicate a corrective action. The client applications associated with this IIOP Server Handler did not receive the broadcast message sent to them. Depending on the particular situation, these client applications may need to be informed of the broadcast in another way. Contact BEA Technical Support.

1110

ERROR: Couldn't change to client context context_number, continuing.

Description

The IIOP Server Handler encountered an error when switching to the context of a client application when dropping all connections during shutdown.

Action

The connection is ignored. Contact BEA Technical Support.

1111

ERROR: Sending of broadcast message to client failed.

Description

The IIOP Server Handler process received a broadcast message to be forwarded to the appropriate client application(s). However, it was unable to process this message for forwarding to one of the client applications. Often, this error is due to a network error.

Action

Use network management utilities to determine whether any networking problems exist between the machine on which the IIOP Server Handler process is running and its associated client application. Also, examine the user log to see whether any immediately preceding entries give a more detailed explanation for the error. Contact BEA Technical Support.

1112

ERROR: Failed to process notification message.

Description

The IIOP Server Handler process received a notification message to be forwarded to a client application. However, it was unable to process this message for forwarding to the client application.

Action

If a prior message in the user log provides further explanation for the cause of the problem, follow the recommendations listed for that message. Otherwise, contact BEA Technical Support.

1113

ERROR: Couldn't change to client context context_number, continuing.

Description

The IIOP Server Handler encountered an error switching to the context of a client application when dropping all connections during shutdown.

Action

The connection is ignored. Contact BEA Technical Support.

1114

ERROR: Sending of notification message to client failed.

Description

The IIOP Server Handler process received a notification message to be forwarded to a client application. However, it was unable to process this message for forwarding to the client application. Often, this error is due to a network error.

Action

Use network management utilities to determine whether any networking problems exist between the machine on which the IIOP Server Handler process is running and its associated client application. Also, examine the user log to see whether any immediately preceding entries give a more detailed explanation for the error. Contact BEA Technical Support.

1120

ERROR: tpchkauth() failed, tperrno = tperrno_val.

Description

As part of its startup processing, the IIOP Server Handler process attempted to determine whether application authentication is required by this application configuration, but encountered an error while trying to obtain this information. A numeric value of tperrno is printed as part of the error message; you can convert this value to a symbolic value by examining <atmi.h>.

Action

Examine the user log for a prior message indicating a more exact cause of the error. Contact BEA Technical Support.

See Also

The tperrno (5) command. For information about this command, see the BEA TUXEDO Reference Manual.

1121

ERROR: Couldn't get administrative key for decrypting client messages.

Description

The process was unable to access the encoded form of the password used to create the encryption/decryption schedule employed between the IIOP Server Handler and client applications.

Action

Verify that the process is running under the system administrator's ID. Also, verify that the file $APPDIR/.adm/.keydb has not been accidentally removed and that the TUXCONFIG file has not been corrupted. If either of these two files is corrupted, you need to reload the TUXCONFIG file. Contact BEA Technical Support.

1122

ERROR: Restoring message to original condition after sending failed.

Description

Either the IIOP Server Listener or the IIOP Server Handler process sent an encrypted message to a client application. After the send, the IIOP Server Listener or IIOP Server Handler tried to restore the message to its original unencrypted state, but the operation failed.

Action

Contact BEA Technical Support.

1124

ERROR: Broadcast message received with unknown type `type_name' subtype `subtype_name'.

Description

The IIOP Server Handler process received a notification or broadcast message from a node with an unknown type.

Action

Contact BEA Technical Support.

1131

ERROR: tpbroadcast() or tpnotify() failed on send, tperrno = tperrno.

Description

The IIOP Server Handler that performs the tpbroadcast or tpbroadcast call on behalf of the client applications failed to forward the broadcast message to the (D)BBL administrative server. The message is to be sent to the DBBL administrative server in MP mode and to the BBL administrative server in SHM mode, which, in turn, takes care of broadcasting the unsolicited message to the target client applications.

Action

Check the error number, tperrno, and determine why the IIOP Server Handler was not able to send the message. Most likely the (D)BBL administrative server queue is full. In this case, change the operating system tunable parameters to increase the maximum queue size. If tperrno is set to TPESYSTEM or TPEOS, check the user log for other error messages that may indicate the exact nature of the problem and the reason for this failure. Contact BEA Technical Support.

See Also

The tpbroadcast (3c), tperrno (5), and ubbconfig (5) commands. For information about these commands, see the BEA TUXEDO Reference Manual.

1132

ERROR: Received message of type `type' to tpinit() call.

Description

The IIOP Server Handler that performs the tpinit call on behalf of client applications received a request to join a client application to the WLE server application. However, the message it received in conjunction with the request was not a TPINIT buffer, but of type type. The IIOP Server Handler, therefore, removes the client application context from the IIOP Server Handler and returns an error.

Action

Contact BEA Technical Support.

1133

ERROR: TPINIT information must be passed to tpinit() call in secure application.

Description

Prior to performing a tpinit on behalf of a client application, the IIOP Server Handler must make sure a TPINIT structure is passed if the application requires client application authentication. This error indicates that the TPINIT information was not passed, even though client application authentication is required. The IIOP Server Handler, therefore, unregisters the client application from the Bulletin Board, removes the client application context from the IIOP Server Handler, and returns an error. An error message, with tperrno set to TPEPERM, is sent back to the client application.

Action

Contact BEA Technical Support.

1134

ERROR: Sending of reply to ticket protocol failed.

Description

The IIOP Server Handler failed to send the ticket reply back to the client application. The IIOP Server Handler, therefore, unregisters the client application from the Bulletin Board, removes the client application context from the IIOP Server Handler, and returns an error.

Action

Check the user log for other error messages that may indicate the exact nature of the problem and the reason for this failure. Contact BEA Technical Support.

1135

ERROR: Invalid client name given `cltname'.

Description

While a client application's request to join the application was being processed, an invalid client application name, cltname, was found in the TPINIT buffer. The value sysclient is reserved by the system for the cltname field.

Action

Contact BEA Technical Support.

1136

WARN: Invalid notification option given 0xoption, reset to TPU_IGN.

Description

While a client application's request to join the application was being processed, an invalid notification option option was found in the TPINIT buffer flags field. For client application notification, the possible values for flags are as follows: TPU_SIG, TPU_DIP, or TPU_IGN.

Action

Contact BEA Technical Support.

1137

ERROR: Invalid length for TPINIT structure given.

Description

While a client's request to join the application was being processed, an invalid data length was found in the TPINIT buffer datalen field. The length must be greater than or equal to zero.

Action

Contact BEA Technical Support.

1138

ERROR: Failed to update registry table information.

Description

The IIOP Server Handler failed to update the client application information in the Bulletin Board's registry table. The IIOP Server Handler, therefore, unregisters the client application from the Bulletin Board, removes the client application context from the IIOP Server Handler, and returns an error.

Action

Check the user log for other error messages that may indicate the exact nature of the problem and the reason for this failure. Contact BEA Technical Support.

1139

ERROR: Failed to send message to authentication server, tperrno = tperrno_val.

Description

The IIOP Server Handler failed to send the TPINIT information to the authentication server. The call to tpacall failed with tperrno set to tperrno_val. This failure causes the IIOP Server Handler to return an error to the client application with tperrno set to TPEPERM.

Action

Check the error number, tperrno_val, and determine why the call to the authentication server failed. Most likely, the authentication server is not booted. In this case, boot the authentication server. If tperrno_val is set to TPESYSTEM or TPEOS, check the user log for other error messages that may indicate the exact nature of the problem and the reason for this failure. Contact BEA Technical Support.

See Also

The tpinit (3c), tpacall, and tperrno (5) commands. For information about these commands, see the BEA TUXEDO Reference Manual.

1140

WARN: tpbroadcast() or tpnotify() encountered blocking condition.

Description

The IIOP Server Handler failed to send an unsolicited message due to a blocking condition. The IIOP Server Handler is responsible for sending to the (D)BBL administrative server a request to forward unsolicited messages on behalf of the client application. The request was not sent because of an existing blocking condition on the (D)BBL administrative server queue.

Action

Most likely a system limit has been reached. You may want to change the operating system tunable parameters related to the maximum size of a queue.

See Also

The tpbroadcast (3c) command. For information about this command, see the BEA TUXEDO Reference Manual.

1141

ERROR: Unable to assign connection request, can't create any more handlers.

Description

The IIOP Server Listener failed to start a new IIOP Server Handler. This error may be due to no more IIOP Server Handlers being available, an error in the formatting of the command line for the IIOP Server Handler, an error in retrieving the machine table entry for the IIOP Server Listener in the Bulletin Board, or an error executing the IIOP Server Handler.

Action

Check the user log for other error messages that may indicate the exact nature of the problem and the reason for this failure. Contact BEA Technical Support.

1142

ERROR: For a secure application, the two-phase challenge/response protocol must be followed.

Description

The IIOP Server Handler received a message over the network from a client application. No context exists for this client application. When a secure application is running, the only message that can be accepted by the IIOP Server Handler from a client application with no context is a two-phase challenge/response message. This error indicates that this requirement has not been adhered to. The two-phase challenge/response protocol must be followed in a secure application. An error message, with tperrno set to TPEPERM, is sent back to the client application.

Action

Contact BEA Technical Support.

1143

ERROR: Failed to create encryption/decryption schedule.

Description

The IIOP Server Handler failed to create an encryption/decryption schedule. The function used to create the encryption/decryption schedule is called _tpcryptinit. This function is part of an internal interface that is designed to support various methods of data encryption.

Action

This error probably indicates a WLE system or operating system error. Check the user log for other error messages that may indicate the exact nature of the problem and the reason for this failure. The _tpcryptinit function may also fail because an invalid argument was given. In this case, contact BEA Technical Support.

See Also

The encryption(3i) command. For information about this command, see the BEA TUXEDO Reference Manual.

1144

ERROR: _tprandkey() failed tperrno = tperrno_val, could not generate random encryption key.

Description

The IIOP Server Handler failed to create a random key conforming to the restrictions of the encryption subsystem in use. The function used to create the random key is _tprandkey. This function is part of an internal interface that is designed to support various methods of data encryption.

Action

Check the error number and determine why _tprandkey failed. This error probably indicates a WLE software or operating system error. Check the user log for other error messages that may indicate the exact nature of the problem and the reason for this failure. The _tprandkey function may also fail because an invalid argument was given. In this case, contact BEA Technical Support.

See Also

The encryption(3i) command. For information about this command, see the BEA TUXEDO Reference Manual.

1145

ERROR: tpalloc() failed, tperrno = tperrno_val.

Description

An attempt to allocate a buffer in the IIOP Server Handler dynamically failed. The call to tpalloc failed with tperrno set to tperrno_val.

Action

Check the error number and determine why tpalloc failed. Most likely, a system limit has been reached. Change the operating system tunables to increase the amount of space a process is allowed to allocate dynamically.

See Also

The tpalloc and tperrno(5) commands. For information about these commands, see the BEA TUXEDO Reference Manual.

1146

ERROR: Sending of reply to challenge call to client failed.

Description

The IIOP Server Handler failed to send the challenge reply back to the client application. The IIOP Server Handler, therefore, unregisters the client application from the Bulletin Board, removes the client application context from the IIOP Server Handler, and returns an error.

Action

Check the user log for other error messages that may indicate the exact nature of the problem and the reason for this failure.

1147

ERROR: Protocol error, can't process tpinit() request before performing security protocol.

Description

The IIOP Server Handler in a secure application received a request to perform a tpinit on behalf of a client application before performing the security protocol. The IIOP Server Handler, therefore, unregisters the client application from the Bulletin Board, removes the client application context from the IIOP Server Handler, and returns an error.

Action

Check the user log for other error messages that may indicate the exact nature of the problem and the reason for this failure. Contact BEA Technical Support.

See Also

The tpinit(3c) command. For information about tpinit(3c), see the BEA TUXEDO Reference Manual.

1148

ERROR: Processing of message to be sent to client failed.

Description

The IIOP Server Handler failed to send a message to the client application. The failure occurred in a low-level routine that performs all manipulations for the message send. This includes presend, encoding, and postsend work. The message being sent from the IIOP Server Handler to the client application had to do with the client application trying to join the application. During this phase, all messages are encrypted when they are sent across the network. The messages may also be encoded if the machines are not of the same type. The IIOP Server Handler failed to encrypt the message.

Action

Check the user log for other error messages that may indicate the exact nature of the problem and the reason for this failure. Contact BEA Technical Support.

1149

ERROR: Validation of TPINIT information failed.

Description

The IIOP Server Handler failed to validate the TPINIT structure identifying the connecting client application against an uninterpreted ticket structure identifying the security agent's opinion of the client application. This validation determines whether the connecting client application should be granted access to the application. The function used to perform the validation is _tpvalidate(3i). This function is part of an internal interface that is designed to support various methods of application authentication.

Action

This error probably indicates that the security ticket and tpinit information do not match, and the user should not be allowed to join the application. This error may also indicate a WLE software or operating system error. Check the user log for other error messages that may indicate the exact nature of the problem and the reason for this failure. The _tpvalidate function may also fail because an invalid argument was given. In this case, contact BEA Technical Support.

See Also

The security(3i) command. For information about this command, see the BEA TUXEDO Reference Manual.

1150

ERROR: Incorrect timestamp value sent by client.

Description

The IIOP Server Handler failed to validate the ticket information passed to it by a client application. The ticket information passed from the client application to the IIOP Server Handler does not match the time-stamping information stored in the IIOP Server Handler.

Action

Check the user log for other error messages that may indicate the exact nature of the problem and the reason for this failure.

1152

ERROR: Memory allocation failure.

Description

An attempt to dynamically allocate memory from the operating system using malloc failed while the ticket information passed to the IIOP Server Handler by the client application was being validated.

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.

1153

ERROR: Could not obtain session key from ticket.

Description

The IIOP Server Handler failed to retrieve a session key from a ticket in a secure application while trying to validate the ticket information passed to it by a client application. The function used to retrieve the session key is _tpsessionkey. This function is part of an internal interface that is designed to support various methods of authentication.

Action

This probably means a WLE or operating system error. Check the user log for other error messages that may indicate the exact nature of the problem and the reason for this failure. The _tpsessionkey function may also fail because an invalid argument was given or the ticket could not be processed because the client application was denied permission for an implementation-specific reason. In this case, contact BEA Technical Support.

See Also

The security(3i) command. For information about this command, see the BEA TUXEDO Reference Manual.

1154

ERROR: Failed to encrypt ticket information.

Description

The IIOP Server Handler failed to encrypt data according to a schedule while accepting a challenge and time-stamping value that is to be used to verify that the request is valid. The function used to encrypt data is _tpcrypt. This function is part of an internal interface that is designed to support various methods of encryption.

Action

This error probably means a WLE software or operating system error. Check the user log for other error messages that may indicate the exact nature of the problem and the reason for this failure. The _tpcrypt function may also fail because an invalid argument was given. In this case, contact BEA Technical Support.

See Also

The encryption(3i) command. For information about this command, see the BEA TUXEDO Reference Manual.

1155

ERROR: Couldn't process message for client.

Description

The IIOP Server Handler failed to receive a message from the client application. The failure occurred in a low-level routine that performs all manipulations on a message after the message has been received. This includes decoding and postreceive work. The message received has an invalid data size field in the message header.

Action

Check the user log for other error messages that may indicate the exact nature of the problem and the reason for this failure.

1156

ERROR: Decryption of challenge request failed.

Description

While a client application was attempting to join the application, the challenge request message could not be decrypted.

Action

Contact BEA Technical Support.

1157

ERROR: Encryption of challenge request failed.

Description

While a client application was attempting to join the application, the challenge request message could not be decrypted.

Action

Contact BEA Technical Support.

1158

ERROR: Couldn't create encryption/decryption schedule.

Description

While a client application was attempting to join the application, the encryption or decryption schedule could not be created.

Action

Contact BEA Technical Support.

1159

ERROR: Failed to encode/decode establish connection request message.

Description

While a client application was attempting to join the application, the establish connection request message could not be encoded or decoded.

Action

Contact BEA Technical Support.

1160

ERROR: Decryption of challenge reply failed.

Description

While a client application was attempting to join the application, the challenge reply message could not be decrypted.

Action

Contact BEA Technical Support.

1161

ERROR: Encryption of challenge reply failed.

Description

While a client application was attempting to join the application, the challenge reply message could not be decrypted.

Action

Contact BEA Technical Support.

1162

ERROR: Encoding/decoding of ticket request failed.

Description

While a client application was attempting to join the application, the ticket request message could not be encoded or decoded.

Action

Contact BEA Technical Support.

1163

ERROR: Encoding/decoding of ticket request failed.

Description

While a client application was attempting to join the application, the ticket request message could not be encoded or decoded.

Action

Contact BEA Technical Support.

1164

ERROR: Decryption of TPINIT buffer failed.

Description

While a client application was attempting to join the application, the TPINIT message could not be decrypted.

Action

Contact BEA Technical Support.

1165

ERROR: Encoding/decoding of TPINIT buffer failed.

Description

While a client application was attempting to join the application, the TPINIT message could not be encoded or decoded.

Action

Contact BEA Technical Support.

1166

ERROR: Encryption of TPINIT buffer failed.

Description

While a client application was attempting to join the application, the TPINIT message could not be encrypted.

Action

Contact BEA Technical Support.

1167

ERROR: Unknown client message to process.

Description

While a client application was attempting to join the application, an unknown message type was encountered for processing.

Action

Contact BEA Technical Support.

1168

ERROR: Tried to process unexpected message opcode 0xcode.

Description

While a client application was attempting to join the application, an unknown message type was encountered for processing.

Action

Contact BEA Technical Support.

1169

ERROR: Expected numeric argument to -D option.

Description

An invalid argument was passed to the IIOP Server Listener command-line option. The argument to the ISL command -D option needs to be numeric. This error causes the IIOP Server Listener not to be booted.

Action

Make sure the argument to the ISL command -D option is numeric.

See Also

The ISL command. For information about the ISL command, see the Administration Guide.

1170

ERROR: Expected numeric argument to -M option.

Description

An invalid argument was passed to the IIOP Server Listener command-line option. The argument to the ISL command -M option needs to be numeric. This error causes the IIOP Server Listener not to be booted.

Action

Make sure the argument to the ISL command -M option is numeric.

See Also

The ISL command. For information about the ISL command, see the Administration Guide.

1171

ERROR: Expected numeric argument to -m option.

Description

An invalid argument was passed to the IIOP Server Listener command-line option. The argument to the -m option needs to be numeric. This error causes the IIOP Server Listener not to be booted.

Action

Make sure the argument to the -m option is numeric.

See Also

The ISL command. For information about the ISL command, see the Administration Guide.

1174

WARN: Disconnecting listener connection to client, connection timed out.

Description

The IIOP Server Listener scans its handler table and times out any connections that are overdue, restarts any dead handlers, and allocates any blocked connection requests to a handler that is available. When scanning this table, the IIOP Server Listener found a handler that was waiting for a connection that had timed out. The IIOP Server Listener proceeded and forced the connection closed.

Action

Contact BEA Technical Support.

1175

WARN: Disconnecting listener connection to client, request timed out.

Description

The IIOP Server Listener scans its handler table and times out any connections that are overdue, restarts any dead handlers, and allocates any blocked connection requests to a handler that is available. When scanning this table, the IIOP Server Listener found a blocked connection request that had not been passed to an available handler. Because the time to assign a handler expired, the IIOP Server Listener proceeded and forced the connection to close.

Action

This error probably indicates that the number of client applications that need to join the application cannot be supported by the existing configuration. The command-line options for the ISL command should be modified to support a larger number of client applications. The ISL command -m, -M, and -x options should be used to that effect.

See Also

The ISL command. For information about the ISL command, see the Administration Guide.

1176

ERROR: Sending of reply to tpconnect() call to client failed.

Description

An attempt to send an acknowledgment of a tpconnect request to the client application has failed.

Action

This is an internal message. This failure indicates a problem with the network or with the client application process. Contact BEA Technical Support.

1177

ERROR: Sending of reply to tpdiscon() call to client failed.

Description

An attempt to send an acknowledgment of a tpdiscon request to the client application has failed.

Action

This is an internal message. This failure indicates a problem with the network or with the client application process. Contact BEA Technical Support.

1178

ERROR: Sending of reply to tpsend() call to client failed.

Description

An attempt to send an acknowledgment of a tpbroadcast request to the client application has failed.

Action

This is an internal message. This failure indicates a problem with the network or with the client application process. Contact BEA Technical Support.

1179

ERROR: Unrecognized opcode: opcode.

Description

A message was received in the IIOP Server Handler requesting an unknown operation.

Action

This is an internal message. This failure indicates a problem with the network or with the client application process. This failure could indicate the use of newer client application software with an older IIOP Server Handler. Contact BEA Technical Support.

1180

ERROR: Sending of reply to tpconnect() call to client failed.

Description

An attempt to send an acknowledgment of a tpconnect request to the client application has failed.

Action

This is an internal message. This failure indicates a problem with the network or with the client application process. Contact BEA Technical Support.

1182

ERROR: Invalid -T option = num.

Description

The -T command-line option for the ISL command had an invalid argument. The value must be greater than or equal to 0 and less than 70409299.

Action

Reconfigure the CLOPT parameter for the ISL command and reboot the process. For information about the ISL command , see the Administration Guide.

1183

ERROR: Expected numeric argument to -T option.

Description

The -T command-line option for the ISL command had a nonnumeric argument.

Action

Reconfigure the CLOPT parameter for the ISL command and reboot the process. For information about the ISL command, see the Administration Guide.

1185

INFO: Userid: [user], Clientid: [client] timed out due to inactivity.

Description

A client application attached to the application has been invalid for longer than the configured timeout value, specified via the -T command-line option of the ISL command. The associated user name and client application name are printed.

Action

None.

1186

ERROR: Cannot convert message with unknown protocol num.

Description

The IIOP Server Handler received a message from a client application with an unknown protocol number, num.

Action

Contact BEA Technical Support.

1187

ERROR: Cannot convert message from protocol num1 to num2.

Description

The IIOP Server Handler received a message to or from a client application with a protocol version that cannot be converted.

Action

Contact BEA Technical Support.

1188

ERROR: Unrecognized message format, release num.

Description

The IIOP Server Listener received a connection message from a client application with an unknown protocol number, num.

Action

Contact BEA Technical Support.

1189

ERROR: Received message of unknown type `type' subtype `subtype'.

Description

The IIOP Server Handler received a typed buffer from a client application with an unknown type or subtype, or both, indicated in the message.

Action

Contact BEA Technical Support.

1190

INFO: Reestablished network address string.

Description

A previously suspended IIOP Server Listener process has been unsuspended and has reestablished its network address.

Action

Informational message, no action required.

See Also

The MIB(5) and WS_MIB(5) commands. For information about these commands, see the BEA TUXEDO Reference Manual.

1191

INFO: Network address disabled.

Description

An IIOP Server Listener process has been suspended and has disabled its listening network address to disallow further incoming connections.

Action

Informational message, no action required.

See Also

The MIB(5) and WS_MIB(5) commands. For information about these commands, see the BEA TUXEDO Reference Manual.

1192

INFO: Abortively disconnecting client user[usr], client[clt].

Description

An IIOP Server Handler is disconnecting the virtual circuit associated with a particular client application (<usr>/<clt>) because of an administrative request to set the client application state to DEAD.

Action

Informational message, no action required.

1195

WARN: Failed to reestablish network address string.

Description

A previously suspended IIOP Server Listener server was administratively unsuspended but could not reestablish its network address.

Action

Failure to reestablish the network address is usually caused either by a failure of the network drivers on the machine to clear the previously held network address or by another process claiming the network address while the listener was suspended. In the former case, the network address eventually is released by the system and the IIOP Server Listener reestablishes its network address through its periodic retry mechanism; therefore, no action is required in this case. In the latter case, local commands may be used to determine what processes and users are occupying the network address; these processes and users should be asked to relinquish the address.

See Also

The UNIX netstat command, the Microsoft Windows NT NetStatisticsGet command, and the MIB(5) and WS_MIB(5) commands.

For information about the netstat command, see the UNIX manual page.

For information about the NetStatisticsGet command, see Microsoft Visual C++ online help.

For information about the MIB(5) and WS_MIB(5) commands, see the BEA TUXEDO Reference Manual.

1196

INFO: Terminating handlers in preparation for shutdown.

Description

The IIOP Server Listener is shutting down and in preparation is about to terminate its associated IIOP Server Handler processes.

Action

Informational message, no action required.

See Also

The MIB(5), tmshutdown(1), and WS_MIB(5) commands. For information about these commands, see the BEA TUXEDO Reference Manual.

1197

INFO: Exiting system.

Description

The IIOP Server Listener has completed its shutdown and is exiting the system.

Action

Informational message, no action required.

See Also

The ISL command. For information about the ISL command, see the Administration Guide.

1199

WARN: .SysClientDied: User usrname on LMID clientname client died.

Description

This message indicates that the specified client application exited the application without ending the session. The client applications should call either the PrincipalAuthenticator::logoff() function or the Tobj_Bootstrap::destroy_current() function before exiting the application.

Action

This is an informational message. No action is required.

See Also

The PrincipalAuthenticator::logoff() and the Tobj_Bootstrap::destroy_current() functions. For information about these functions, see the BEA WLE C++ Programming Reference.

IIOP Server Listener/Handler Messages 1200-1399

Note: When IIOP Server Listener/Handler messages are listed in the user log (ULOG), the messages have the prefix ISNAT_CAT. For example, message 1100 is listed as ISNAT_CAT:1100
1200

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

Description

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

Action

This is an informational message.

See Also

The EVENT_MIB(5) and TM_MIB(5) commands. For information about these commands, see the BEA TUXEDO Reference Manual.

1201

WARN: .SysClientSecurity: User usrname on LMID authentication failure.

Description

This message indicates that the specified client application failed security validation when trying to join the application. A complete listing of the current attributes of the client application is sent in the posted buffer.

Action

Make sure that a hacker is not trying to gain access to your application data.

See Also

The EVENT_MIB(5) and TM_MIB(5) commands. For information about these commands, see the BEA TUXEDO Reference Manual.

1204

ERROR: Memory allocation failure error_info.

Description

An attempt to allocate memory dynamically from the operating system failed while a client application message was being decoded. Additional information about the problem is printed as part of the message.

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. Either reduce the memory usage on the machine or increase the amount of physical memory on the machine.

1205

ERROR: Memory allocation failure error_info.

Description

An attempt to allocate memory dynamically from the operating system failed while a client application message was being decompressed. Additional information about the problem is printed as part of the message.

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. Either reduce the memory usage on the machine or increase the amount of physical memory on the machine.

1206

ERROR: Memory allocation failure error_info.

Description

An attempt to allocate memory dynamically from the operating system failed while a message was being compressed. Additional information about the problem is printed as part of the message.

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. Either reduce the memory usage on the machine or increase the amount of physical memory on the machine.

1208

ERROR: Memory allocation failure error_info.

Description

An attempt to allocate memory dynamically from the operating system failed while a client application message for _tmpostrecv() was being processed. Additional information about the problem is printed as part of the message.

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. Either reduce the memory usage on the machine or increase the amount of physical memory on the machine.

1213

ERROR: Type switch uninitialization failure.

Description

While processing a client application buffer, the buffer uninitialization function, _tmuninitbuf(), returned an error.

Action

Check the buffer type switch to see that it is correctly set up (that is, that the right uninitialization function is associated with the correct buffer type). If the buffer type is application defined, check the uninitialization function to see that it is coded correctly.

See Also

The buffer (3c) and typesw (5) commands. For information about these commands, see the BEA TUXEDO Reference Manual.

1229

WARN: A client failed encryption negotiation.

Description

A client application attempted to log in to the system, but could not negotiate an acceptable encryption level.

Action

When client applications log into the system, they negotiate an encryption strength with the IIOP Server Listener. If the client application and listener cannot agree on the level of encryption (for example, if the IIOP Server Listener demands 128-bit encryption and the client application can only speak 40-bits encryption) this message is displayed. The system administrator can change the encryption policy either of the IIOP Server Listener or client application.

1230

ERROR: Invalid security protocol.

Description

An invalid opcode was attempted while the IIOP Server Listener was insecure.

Action

Monitor your network for malicious use. Contact BEA Technical Support.

1231

ERROR: Memory allocation error.

Description

While negotiating the Diffie-Hellman parameters, the IIOP Server Listener 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. Either reduce the memory usage on the machine or increase the amount of physical memory on the machine.

1232

ERROR: Encryption negotiation protocol error.

Description

An invalid opcode was attempted while the IIOP Server Listener was insecure.

Action

Monitor your network for malicious use. Contact BEA Technical Support.

1233

ERROR: Unable to get encryption handle.

Description

While negotiating the Diffie-Hellman parameters and attempting to get an encryption handle, the IIOP Server Listener experienced an error.

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. Either reduce the memory usage on the machine or increase the amount of physical memory on the machine.

1234

ERROR: Unable to establish negotiation parameters.

Description

An invalid opcode was attempted while the IIOP Server Listener was insecure.

Action

Monitor your network for malicious use. Contact BEA Technical Support.

1235

ERROR: Unable to send negotiation parameters.

Description

While attempting to send the Diffie-Hellman parameters to the client application, the IIOP Server Listener experienced an error.

Action

The network may have experienced an error, or the client application waiting for the security packet may have been killed. If neither of these events has occurred, contact BEA Technical Support.

1236

ERROR: Unable to begin encryption.

Description

After the shared key was established, an error occurred while encryption was starting.

Action

Monitor your network for malicious use. Contact BEA Technical Support.

1237

ERROR: tpnotify(TPACK) failed to reply, tperrno = tperrno.

Description

The IIOP Server Handler sent an acknowledged unsolicited message to a client application. However, that client application never acknowledged the message.

Action

The network may have experienced an error, or the client application waiting for the notification may have been killed. The tperrno process may provide clues as to the cause of this failure. If neither of these events has occurred, contact BEA Technical Support.

1238

ERROR: Invalid security parameters.

Description

The encryption level of the IIOP Server Listener is greater than zero bits, but the link level encryption package is not installed on this machine.

Action

The MIB may have changed the minimum encryption bits for this IIOP Server Handler. If the new value of the minimum encryption bits is greater than zero and the link level encryption package is not installed, no client applications is able to log into the IIOP Server Handler. Change the minimum encryption value via the -z option to the IIOP Server Listener, or through the MIB with the TA_MINENCRYPTBITS member of the T_WSL class.

1239

ERROR: Invalid security parameters.

Description

The encryption level of the IIOP Server Listener is greater than forty bits, but only the 40-bit link level encryption package is installed on this machine.

Action

The MIB may have changed the minimum encryption bits for this IIOP Server Handler. If the new value of the minimum encryption bits is greater than forty, no client applications is able to log into the IIOP Server Handler. Change the minimum encryption value via the -z option to the IIOP Server Listener, or through the MIB with the TA_MINENCRYPTBITS member of the T_WSL class.

1240

ERROR: Failed to read server table entry, tperrno = tperrno.

Description

The IIOP Server Listener was rebooting after a failure and could not read the server table.

Action

The Bulletin Board may be corrupted. The tperrno process may provide clues as to the cause of this failure. Contact BEA Technical Support.

1241

ERROR: Sending of reply to tpbroadcast() or tpnotify() call to client failed.

Description

The IIOP Server Handler received an acknowledgment from a client application but was unable to forward the acknowledgment of the tpnotify to the sender.

Action

The originator of the tpnotify may have been killed. If the originator of the notify has not been killed, contact BEA Technical Support.

1242

ERROR: Bad Internet type of listening address provided: address.

Description

The address is not a valid Internet address.

Action

Any address that starts with // must be a valid Internet address. The following formats are recognized by the system: //hostname:port_number and //#.#.#.#:port_number. Other formats may be recognized. Change address to comply with the known formats. If you believe that your address is in the proper format, contact BEA Technical Support.

1249

ERROR: -H and -n have different length of network address.

Description

If you are using an external address, that address must have the same format as the -n option.

Action

Change the -H option to have the same format as the -n option.

1251

ERROR: Memory allocation failure.

Description

An attempt to allocate memory dynamically 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 be a process. Either reduce the memory usage on the machine or increase the amount of physical memory on the machine.

1254

ERROR: Bad conversational sequence number.

Description

Conversations are sequenced to provide protection. One of the conversational messages arrived out of order. The conversation has been disconnected, and if a transaction was active, it has been set to the ABORTONLY state.

Action

Look at the user log to determine whether the BRIDGE has given up sending any messages to the message queue for the IIOP Server Handler. If it has given up, the operating system may need to be tuned to handle a high volume of messages properly. This problem may also be alleviated by using compression. This error may also occur when the BRIDGE is failing over to a new network link or failing back to a high priority link.

1276

ERROR: Received message with unknown release number value.

Description

The IIOP Server Handler 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 indicate that an attack is in progress.

Action

If this error happens consistently, contact BEA Technical Support.

1277

ERROR: Memory allocation failure.

Description

An attempt to allocate memory dynamically from the operating system using malloc() failed while the IIOP Server Listener or the IIOP Server Handler was being initialized.

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. Either reduce the memory usage on the machine or increase the amount of physical memory on the machine.

1278

ERROR: Address conversion error.

Description

The IIOP Server Handler had a problem converting an address from a binary format to a text format.

Action

If this error happens consistently, contact BEA Technical Support.

1279

ERROR: descriptor allocation error.

Description

The IIOP Server Handler was unable to allocate a network resource for the listening end point.

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. Either reduce the memory usage on the machine or increase the amount of physical memory on the machine.

1280

ERROR: Could not initialize network (error).

Description

The IIOP Server Handler or IIOP Server Listener could not initialize its network.

Action

Ensure that the network is viable on the machine. If the network is viable, contact BEA Technical Support.

1281

ERROR: Could not initialize global information (error).

Description

The IIOP Server Handler or IIOP Server Listener could not initialize its network.

Action

Ensure that the network is viable on the machine. If the network is viable, contact BEA Technical Support.

1283

ERROR: Network error (error) servicing network event.

Description

The IIOP Server Listener encountered a severe error while handling network events.

Action

Ensure that the network is viable on the machine. If the network is viable, contact BEA Technical Support.

1284

ERROR: Failed to allocate a network resource (error).

Description

The IIOP Server Handler or IIOP Server Listener could not allocate a network descriptor for a remote connection.

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. Either reduce the memory usage on the machine or increase the amount of physical memory on the machine.

1286

ERROR: -K argument must be client, handler, both, or none.

Description

The -K option for the ISL command requires an argument of client application, handler, both, or none.

Action

Ensure that the -K option of the ISL command is client application, handler, both, or none. Check your spelling.

1287

WARN: Forced shutdown of client; user name `name'; client name `name' client address `xxx.xxx.xxx.xxx' did not call tpterm().

Description

This error may result from an IIOP Server Handler being shut down when client applications are connected, a client application connection has timed out, the IIOP Server Handler was unable to send a network message to the client application, or an incorrect APP_PW (application password) was rejected during tpinit().

Action

If APP_PW is turned on, see your UBBCONFIG file and ubbconfig(5), and then check with your system administrator to verify that you are using the correct application password for your WLE application.

1288

WARN: setsockopt() for SO_KEEPALIVE failed.

Description

The KEEPALIVE handler-side networking option was configured for a IIOP Server Listener/Handler pair, but could not be enabled.

Action

This error is ignored and IIOP Server Handler processing continues normally. However, network errors may not be reported, or may be reported less promptly. Consider enabling the inactive client application timeout (ISL command -T option) to reclaim resources associated with dead network connections.

See Also

The ISL command. For information about the ISL command, see the Administration Guide.

1289

WARN: KEEPALIVE option requested but not available on this platform.

Description

The KEEPALIVE handler-side networking option is configured for a IIOP Server Listener/Handler pair, but cannot be enabled because it is not available on this platform.

Action

This error is ignored and IIOP Server Handler processing continues normally. However network errors may not be reported, or may be reported less promptly. Consider enabling the inactive client application timeout (ISL command -T option) to reclaim resources associated with dead network connections.

See Also

The ISL command. For information about the ISL command, see the Administration Guide.

1290

ERROR: Can't parse the address address.

Description

While the networking software was attempting to resolve address, an error occurred.

Action

Any address that starts with // must be a valid Internet address. The following formats are recognized by the system: //hostname: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.

1291

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

Description

While the networking software was attempting to resolve the host name portion of address, an error occurred.

Action

Any address that starts with // must be a valid Internet address. The following formats are recognized by the system: //hostname: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.

1292

ERROR: Unknown address type: address.

Description

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

Action

The WLE software understands several types of address format. Addresses that start with // must be Internet addresses. Other formats may or may not be understood by the WLE software.

1293

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

Description

While the networking software was attempting to resolve the port number portion of address, an error occurred.

Action

Any address that starts with // must be a valid Internet address. The following formats are recognized by the system: //hostname: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.

1294

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

Description

While the WLE software was trying to convert an address to an internal binary representation, an error occurred.

Action

Contact BEA Technical Support.

1295

ERROR: Illegal character in the address address.

Description

There is an illegal character in the port portion of address. Ports may only have alphanumeric characters.

Action

Remove the illegal character from the port portion of the address.

1296

ERROR: Missing port number in the address address.

Description

The address must have a port number portion.

Action

Supply a port number portion in the given address. Otherwise, the IIOP Server Listener or IIOP Server Handler cannot determine its listening end point properly.

1297

ERROR: Port number can't be bigger than value in the address address.

Description

The port number portion of address is larger than the largest allowable port number of value.

Action

Change the port number to be within the specified range.

1304

ERROR: Invalid argument to -C option:.

Description

The -C option for the ISL command requires an argument of detect, warn, or none.

Action

Ensure that the -C option of the ISL command is detect, warn, or none. Check your spelling.

1305

WARN: Unofficial connection from client (network address is unknown).

Description

An unofficial connection was established from a client application with an unknown network address. The official way for a CORBA client application to connect to the IIOP Server Listener/Handler is via a Bootstrap object. An unofficial connection is established directly from an IOR. The use of unofficial connections can cause problems for remote client applications that use transactions.

Action

Check that the host name specified in the Tobj_Bootstrap() constructor or in the TOBJADDR environment variable exactly matches the host name specified in the -n option of the ISL command. The names must match exactly in both spelling and case.

See Also

The ISL command. For information about the ISL command, see the Administration Guide.

1306

WARN: Unofficial connection from client at `address'.

Description

An unofficial connection was established from a client application at the network address address. The official way for a CORBA client application to connect to the IIOP Server Listener/Handler is via a Bootstrap object. An unofficial connection is established directly from an IOR. The use of unofficial connections can cause problem for remote client applications that use transactions.

Action

Check that the host name specified in the Tobj_Bootstrap() constructor or in the TOBJADDR environment variable exactly matches the host name specified in the -n option of the ISL command. The names must match exactly in both spelling and case.

See Also

The ISL command. For information about the ISL command, see the Administration Guide.

1307

ERROR: Unofficial connection from client (network address is unknown).

Description

An unofficial connection was established from a client application with an unknown network address. The official way for a CORBA client application to connect to the IIOP Server Listener/Handler is via a Bootstrap object. An unofficial connection is established directly from an IOR. The use of unofficial connections can cause problems for remote client applications that use transactions.

Action

Check that the host name specified in the Tobj_Bootstrap() constructor or in the TOBJADDR environment variable exactly matches the host name specified in the -n option of the ISL command. The names must match exactly in both spelling and case. Also check that the client application connects to the IIOP Server Listener via a Bootstrap object only.

See Also

The ISL command. For information about the ISL command, see the Administration Guide.

1308

ERROR: Unofficial connection from client at `address'.

Description

An unofficial connection was established from a client application at the network address address. The official way for a CORBA client application to connect to the IIOP Server Listener/Handler is via a Bootstrap object. An unofficial connection is established directly from an IOR. The use of unofficial connections can cause problems for remote client applications that use transactions.

Action

Check that the host name specified in the Tobj_Bootstrap() constructor or in the TOBJADDR environment variable exactly matches the host name specified in the -n option of the ISL command. The names must match exactly in both spelling and case. Also check that the client application connects to the IIOP Server Listener via a Bootstrap object only.

See Also

The ISL command. For information about the ISL command, see the Administration Guide.

1309

ERROR: Unable to open TUXCONFIG file to Resources section.

Description

While attempting to read the application password, the IIOP Server Listener or the IIOP Server Handler had a problem opening the RESOURCES section of the TUXCONFIG file.

Action

Ensure that the TUXCONFIG environment variable points to the appropriate configuration file. If the configuration file does not exist, you can create it 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 the WLE software. Shut down the system, remove the file, and recreate it with tmloadcf.

1310

ERROR: Unable to open Resources section of TUXCONFIG file.

Description

While attempting to read the application password, the IIOP Server Listener or the IIOP Server Handler had a problem reading the RESOURCES section of the TUXCONFIG file.

Action

Ensure that the TUXCONFIG environment variable points to the appropriate configuration file. If the configuration file does not exist, you can create it 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 the WLE software. Shut down the system, remove the file, and recreate it with the tmloadcf command.

1311

ERROR: Possibly corrupted key in database.

Description

While the IIOP Server Handler or the IIOP Server Listener was reading the TUXCONFIG file, an invalid password was detected.

Action

Ensure that the TUXCONFIG environment variable points to the appropriate configuration file. If the configuration file does not exist, you can create it 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 the WLE software. Shut down the system, remove the file, and recreate it with tmloadcf.

1312

ERROR: Error while decrypting password.

Description

While the IIOP Server Handler or IIOP Server Listener was reading the TUXCONFIG file, an invalid password was detected.

Action

Ensure that the TUXCONFIG environment variable points to the appropriate configuration file. If the configuration file does not exist, you can create it 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 the WLE software. Shut down the system, remove the file, and recreate it with tmloadcf.

1313

ERROR: Invalid password in TUXCONFIG file.

Description

While the IIOP Server Handler or IIOP Server Listener was reading the TUXCONFIG file, an invalid password was detected.

Action

Ensure that the TUXCONFIG environment variable points to the appropriate configuration file. If the configuration file does not exist, you can create it 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 the WLE software. Shut down the system, remove the file, and recreate it with tmloadcf.

1314

ERROR: Invalid parameter.

Description

An error occurred while the application password was being encrypted.

Action

Contact BEA Technical Support.

1315

ERROR: Memory allocation failure.

Description

While an encryption schedule was being created, the system ran out of memory.

Action

Check the memory on the system where the process was running.

1316

ERROR: Invalid parameter.

Description

An error occurred while the application password was being encrypted.

Action

Contact BEA Technical Support.

1317

ERROR: Invalid parameter.

Description

An error occurred while the application password was being manipulated.

Action

Contact BEA Technical Support.

1318

ERROR: Memory allocation failure.

Description

While a key was being created, the system ran out of memory.

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. Either reduce the memory usage on the machine or increase the amount of physical memory on the machine.

1319

ERROR: Invalid parameter.

Description

An error occurred while a session key being retrieved.

Action

Contact BEA Technical Support.

1320

ERROR: Memory allocation failure.

Description

While a session key was being created, the system ran out of memory.

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. Either reduce the memory usage on the machine or increase the amount of physical memory on the machine.

1321

ERROR: Memory allocation failure error_info.

Description

An attempt to allocate memory dynamically from the operating system failed while a client application message was being decompressed. Additional information about the problem is printed as part of the message.

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. Either reduce the memory usage on the machine or increase the amount of physical memory on the machine.

1322

ERROR: Received message of unknown type `type' subtype `subtype'.

Description

The IIOP Server Handler received a typed buffer from a client application with an unknown type or subtype, indicated in the message.

Action

Contact BEA Technical Support.

1323

ERROR: Couldn't convert buffer to current release format.

Description

This error occurs if an WLE remote client application and the native UNIX system machine are of different WLE software releases and the message is from an older release. The error can also occur if the message received by the IIOP Server Handler or IIOP Server Listener is corrupted.

Action

Contact BEA Technical Support.

1324

ERROR: Couldn't convert buffer to native site format.

Description

The IIOP Server Handler was unable to convert a message from a WLE client application format to the native format. This error indicates that the buffer type is unknown to the IIOP Server Handler.

Action

Check the user log for a message indicating the nature of the failure (in particular, the type and subtype of the buffer that could not be converted). It may be necessary to rebuild the IIOP Server Handler to include additional application buffer types.

1325

ERROR: Received message with an unknown internal type index indexval.

Description

While processing a message from the client application, the IIOP Server Handler received an unknown internal buffer type.

Action

Because the IIOP Server Handler sets the buffer type when it converts the message to the native format, this error should not occur. Contact BEA Technical Support.

1326

ERROR: Received message of unknown type `typeval' subtype `subtypeval'.

Description

While processing a message from the client application, the IIOP Server Handler received an unknown buffer type and subtype.

Action

Because the IIOP Server Handler sets the buffer type when it converts the message to the native format, this error should not occur. Contact BEA Technical Support.

1327

ERROR: Received message of unknown type `type'.

Description

While processing a message from the client application, the IIOP Server Handler received an unknown application buffer type.

Action

Because the IIOP Server Handler sets the buffer type when it converts the message to the native format, this error should not occur. Contact BEA Technical Support.

1328

ERROR: Failed to update registry table information.

Description

The IIOP Server Handler failed to update the client application information in the Bulletin Board's registry table. The IIOP Server Handler therefore unregisters the client application from the Bulletin Board, removes the client application context from the IIOP Server Handler, and returns an error.

Action

Check the user log for other error messages that may indicate the exact nature of the problem and reason for this failure.

1329

ERROR: Error assigning connection request, can't create any more handlers.

Description

The IIOP Server Listener was unable to start a new Handler.

Action

The most likely problem is that the maximum number of IIOP Server Handlers specified in the configuration file have been started. To increase this number, the CLOPT -M maxh value must be changed. This can be done in two ways: first, shut the application down and change the configuration file and reboot the application, or second, change the value dynamically with tmconfig(1), and shut down and reboot only the IIOP Server Listener server.

Another possible source of the problem could be that the number of processes allowable by a user (ulimit) has been reached. If the ulimit has been reached, consult with your system administrator to increase this limit.

1330

ERROR: Failed to initialize network protocol information (error).

Description

The IIOP Server Handler or IIOP Server Listener could not initialize its network.

Action

Ensure that the network is viable on the machine. If the network is viable, contact BEA Technical Support.

1331

ERROR: Failed to encode/decode establish connection request message.

Description

While a client application was attempting to join the application, the establish connection request message could not be encoded or decoded.

Action

Contact BEA Technical Support.

1332

ERROR: Encoding/decoding of ticket request failed.

Description

While a client application was attempting to join the application, the ticket request message could not be encoded or decoded.

Action

Contact BEA Technical Support.

1333

ERROR: Encoding/decoding of ticket request failed.

Description

While a client application was attempting to join the application, the ticket request message could not be encoded or decoded.

Action

Contact BEA Technical Support.

1334

ERROR: Memory allocation failure error_info.

Description

An attempt to allocate memory dynamically from the operating system failed while a client application message was being decompressed. Additional information about the problem is printed as part of the message.

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. Either reduce the memory usage on the machine or increase the amount of physical memory on the machine.

1335

ERROR: Memory allocation failure error_info

Description

An attempt dynamically to allocate memory from the operating system failed. Additional information about the problem is printed as part of the message.

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.

1336

ERROR: Memory allocation failure error_info

Description

An attempt dynamically to allocate memory from the operating system failed. Additional information about the problem is printed as part of the message.

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.

1337

ERROR: Cannot send system exception

Description

The IIOP Server Listener/Handler attempted to return a CORBA system exception to the client application, but could not write the message to the network.

Action

The client application cannot be reached on the network, which probably means that the client application process disconnected.

1338

ERROR: Cannot send error message

Description

The IIOP Server Listener/Handler attempted to send a GIOP error message to the client application, but could not write the message to the network.

Action

The client application cannot be reached on the network, which probably means that the client application process disconnected.

1339

ERROR: Cannot send close connection message

Description

The IIOP Server Listener/Handler attempted to send a GIOP close-connection message to the client application, but could not write the message to the network.

Action

The client application cannot be reached on the network, which probably means that the client application process disconnected.

1340

ERROR: Received unexpected GIOP message type (type)

Description

The IIOP Server Listener/Handler received a GIOP message with an unknown or unexpected message type. This probably indicates that the client application is not GIOP 1.0 compliant. The IIOP Server Listener/Handler returns a GIOP error message to the client application.

Action

Make sure that the client is GIOP 1.0 compliant.

1341

ERROR: Cannot decode locate request

Description

The IIOP Server Listener/Handler received a GIOP locate request message that could not be decoded. This probably indicates that the client application is not GIOP 1.0 compliant. The IIOP Server Listener/Handler returns a GIOP error message to the client application.

Action

Make sure the client application is GIOP 1.0 compliant.

1342

ERROR: Cannot encode locate reply

Description

The IIOP Server Listener/Handler failed to encode a GIOP locate reply message. This should not happen. The IIOP Server Listener/Handler returns a GIOP error message to the client application.

Action

Contact BEA Customer Support.

1343

ERROR: Cannot send locate reply

Description

The IIOP Server Listener/Handler attempted to send a GIOP locate reply message to the client application, but could not write the message to the network.

Action

The client application cannot be reached on the network, which probably means that the client application process disconnected.

1344

ERROR: Cannot decode request header

Description

The IIOP Server Listener/Handler received a GIOP request message that could not be decoded. This probably indicates that the client application is not GIOP 1.0 compliant The IIOP Server Listener/Handler returns a GIOP error message to the client application.

Action

Make sure the client application is GIOP 1.0 compliant.

1345

ERROR: Received invalid object key

Description

The IIOP Server Listener/Handler received a GIOP request message which contains a non-WLE object key. This could happen if a client application reuses an old CORBA Interoperable Object Reference (IOR) that was created for another CORBA Object Request Broker using the same network address as the IIOP Server Listener/Handler.

Action

Make sure the offending IOR was received from a WLE server.

1346

ERROR: Received unexpected type type object key

Description

The IIOP Server Listener/Handler received a GIOP request message that contains a WLE object that is not recognized. This should not happen.

Action

Contact BEA Customer Support.

1347

ERROR: Invalid internal buffer: error_info

Description

An internal buffer is corrupted. Additional information about the problem is printed as part of the message.

Action

Contact BEA Customer Support.

1348

ERROR: Invalid internal buffer: error_info

Description

The IIOP Server Listener/Handler failed to allocate memory for an internal network buffer. Additional information is printed as part of the message.

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.

1349

ERROR: Cannot allocate call buffer: error_info

Description

The IIOP Server Listener/Handler failed to allocate memory for an internal WLE buffer. Additional information is printed as part of the message.

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.

1350

ERROR: Cannot reallocate call buffer: error_info

Description

The IIOP Server Listener/Handler failed to increase the size of an internal WLE buffer. Additional information is printed as part of the message.

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.

1351

ERROR: Cannot set TGIOP host and port: error_info

Description

An internal error occurred in IIOP Server Listener/Handler.

Action

Contact BEA Customer Support.

1352

ERROR: Cannot send locate reply

Description

The IIOP Server Listener/Handler attempted to send a GIOP locate reply message to the client application, but could not write the message to the network.

Action

The client application cannot be reached on the network, which probably means that the client application process disconnected.

1353

ERROR: Invalid internal buffer: error_info

Description

The IIOP Server Listener/Handler failed to allocate memory for an internal network buffer. Additional information is printed as part of the message.

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.

1354

ERROR: Cannot allocate reply buffer: error_info

Description

The IIOP Server Listener/Handler failed to allocate memory for an internal WLE buffer. Additional information is printed as part of the message.

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.

1355

ERROR: Cannot decode reply message header

Description

The IIOP Server Listener/Handler failed to decode the header of a TGIOP message received from a WLE server.

Action

Contact BEA Customer Support.

1356

ERROR: Cannot decode reply header

Description

The IIOP Server Listener/Handler failed to decode the header of a TGIOP reply message received from a WLE server.

Action

Contact BEA Customer Support.

1357

ERROR: Cannot decode locate reply header

Description

The IIOP Server Listener/Handler failed to decode the header of a TGIOP locate reply message received from a WLE server.

Action

Contact BEA Customer Support.

1358

ERROR: Cannot send locate reply

Description

The IIOP Server Listener/Handler attempted to send a GIOP locate reply message to the client application, but could not write the message to the network.

Action

The client application cannot be reached on the network, which probably means that the client application process disconnected.

1359

ERROR: Invalid internal buffer: error_info

Description

In internal buffer is corrupted. Additional information about the problem is printed as part of the message.

Action

Contact BEA Customer Support.

1360

ERROR: Invalid internal buffer: error_info

Description

The IIOP Server Listener/Handler failed to allocate memory for an internal network buffer. Additional information is printed as part of the message.

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.

1361

ERROR: Cannot encode IIOP profile

Description

The IIOP Server Listener/Handler failed to allocate memory for an internal IIOP buffer.

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.

1362

ERROR: Cannot encode IOR

Description

The IIOP Server Listener/Handler failed to allocate memory for an internal IIOP buffer.

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.

1363

ERROR: Cannot allocate memory for IOR string

Description

The IIOP Server Listener/Handler failed to allocate memory for an internal IIOP buffer.

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.

1364

ERROR: Cannot encode IOR

Description

The IIOP Server Listener/Handler failed to allocate memory for an internal IIOP buffer.

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.

1365

ERROR: Cannot allocate memory for IOR string

Description

The IIOP Server Listener/Handler failed to allocate memory for an internal IIOP buffer.

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.

1366

ERROR: No protocol machine registered in protocol group

Description

The IIOP Server Listener/Handler did not initialize properly.

Action

Contact BEA Customer Support.

1367

ERROR: Invalid protocol machine discriminator return

Description

An internal error occurred in the IIOP Server Listener/Handler.

Action

Contact BEA Customer Support.

1368

ERROR: Error allocating protocol group table

Description

The IIOP Server Listener/Handler failed to allocate memory for an internal structure.

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.

1369

ERROR: Invalid protocol group

Description

An internal error occurred in the IIOP Server Listener/Handler during initialization.

Action

Contact BEA Customer Support.

1370

ERROR: Missing group discriminator

Description

An internal error occurred in the IIOP Server Listener/Handler during initialization.

Action

Contact BEA Customer Support.

1371

ERROR: Error allocating global protocol machine table

Description

The IIOP Server Listener/Handler failed to allocate memory for an internal structure.

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.

1372

ERROR: Error allocating local protocol machine table

Description

The IIOP Server Listener/Handler failed to allocate memory for an internal structure.

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.

1373

ERROR: Cannot allocate protocol machine context

Description

The IIOP Server Listener/Handler failed to allocate memory for an internal structure.

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.

1374

ERROR: Unexpected object key number

Description

The IIOP Server Listener/Handler received a valid WLE object key for an unknown or unexpected internal interface.

Action

Contact BEA Customer Support.

1375

ERROR: Invalid internal buffer: error_info

Description

An internal buffer in the IIOP Server Listener/Handler is corrupted. Additional information about the problem is printed as part of the message.

Action

Contact BEA Customer Support.

1376

ERROR: Memory allocation error: error_info

Description

The IIOP Server Listener/Handler failed to allocate memory for an internal network buffer. Additional information is printed as part of the message.

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.

1377

ERROR: Cannot open named pipe file_name

Description

Solaris only. The IIOP Server Listener failed to open the named pipe file_name to communicate with an IIOP Server Handler.

Action

Shut the IIOP Server Listener down, remove file_name from the APPDIR directory and reboot the IIOP Server Listener/Handler. If the problem persists, contact BEA Customer Support.

1378

ERROR: Named pipe file_name is not a streams pipe

Description

Solaris only. The IIOP Server Listener/Handler expects file_name to be a named pipe. There is an existing file by that name that is not named pipe.

Action

Shut the IIOP Server Listener down, remove file_name from the APPDIR directory and reboot the IIOP Server Listener/Handler. If the problem persists, contact BEA Customer Support.

1379

ERROR: Cannot find timod on connection fd

Description

Solaris only. The IIOP Server Listener/Handler expects the network connection descriptor to use TLI. The connection is not TLI based.

Action

Contact BEA Customer Support.

1380

ERROR: Cannot pass connection to handler

Description

Solaris only. The IIOP Server Listener uses a named pipe to pass a newly received connection to its handler. If this error occurs, the selected handler is probably dead.

Action

Wait a few seconds and try again (that is, restart the client application). If the problem persists, contact BEA Customer Support.

1381

ERROR: Invalid handler index

Description

HP-UX, AIX and Tru64 UNIX only. An internal table is corrupted in the IIOP Server Listener.

Action

Contact BEA Customer Support.

1382

ERROR: Cannot create UNIX socket, errno = error_number

Description

HP-UX, AIX, and Tru64 UNIX only. The IIOP Server Listener failed to create a UNIX socket to communicate with an IIOP Server Handler. Error_number is the UNIX error number.

Action

Make sure the operating system parameters are set correctly to handle UNIX sockets.

1383

ERROR: Cannot connect to handler socket file_name, errno = error_number (error_message)

Description

HP-UX, AIX, and Tru64 UNIX. The IIOP Server Listener failed to connect the UNIX socket name to an IIOP Server Handler. Error_number is the UNIX error number, and error_message is a string description of error_number.

Action

Shut the IIOP Server Listener down, remove file_name from the APPDIR directory and reboot the IIOP Server Listener/Handler. If the problem persists, contact BEA Customer Support.

1384

ERROR: Cannot callocate control

Description

The IIOP Server Listener/Handler failed to allocate memory for an internal structure.

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.

1385

ERROR: Cannot pass connection to handler

Description

HP-UX, AIX and Tru64 UNIX. The IIOP Server Listener uses a named pipe to pass a newly received connection to its handler. If this error occurs, the selected handler is probably dead.

Action

Wait a few seconds and try again (that is, restart the client application). If the problem persists, contact BEA Customer Support.

1386

ERROR: Cannot open handler process: error_info

Description

Windows NT only. The IIOP Server Listener is trying to access an IIOP handler to pass a connection. The handler process cannot be reached. Error_info provides more information.

Action

Make sure the handler process is still alive. Wait a few seconds and try again (i.e. restart the client application). In case of failure, make sure that the number of handles used by all the processes on the machine is not too large. Make sure enough handles are available on the system for WLE software to operate normally.

1387

ERROR: Cannot duplicate connection handle: error_info

Description

Windows NT only. The IIOP Server Listener is trying to duplicate a connection handle in order to pass the connection to an IIOP Server Handler. The handle cannot be duplicated. Error_info provides more information.

Action

Make sure that the number of handles used by all the processes on the machine is not too large. Make sure enough handles are available on the system for WLE software to operate normally.

1388

ERROR: Cannot find timod on connection fd

Description

Solaris only. The IIOP Server Handler expects the network connection descriptor received from the IIOP Server Listener to use TLI. The connection is not TLI based.

Action

Contact BEA Customer Support.

1389

ERROR: Cannot accept connection on UNIX socket

Description

HP-UX, AIX and Tru64 UNIX only. The IIOP Server Handler encountered an error when accepting a UNIX socket connection from the IIOP Server Listener. This UNIX socket connection between listener and handler is used to pass a network connection from a client application.

Action

Make sure the operating system parameters are set correctly to handle UNIX sockets.

1390

ERROR: Cannot allocate control

Description

The IIOP Server Listener/Handler failed to allocate memory for an internal structure.

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.

1391

ERROR: Cannot receive fd

Description

HP-UX, AIX and Tru64 UNIX only. The IIOP Server Handler encountered an error when trying to receive a network connection file descriptor from the listener.

Action

Make sure the number of file descriptors available per process is large enough to accommodate all the client application connections on the handler plus a few control file descriptors, such as the UNIX socket connection between listener and handler. Make sure the number of file descriptors available on the machine is large enough to accommodate all the client application's connections on the machine, all the control file descriptors, and all the other processes running on the machine.

1392

ERROR: Missing protocol machine information

Description

An internal error occurred in the IIOP Server Listener/Handler.

Action

Contact BEA Customer Support.

1393

ERROR: Missing protocol machine information

Description

An internal error occurred in the IIOP Server Listener/Handler.

Action

Contact BEA Customer Support.

1394

ERROR: Missing protocol machine information

Description

An internal error occurred in the IIOP Server Listener/Handler.

Action

Contact BEA Customer Support.

1395

ERROR: No : separator in network address

Description

The IIOP Server Handler process was invoked with a -n option that specified an incorrect network address. The network address argument to option -n of the IIOP Server Handler must be in one of the following formats:

"//hostname:port_number"

"//#.#.#.#:port_number"

The colon is missing in the argument.

Action

This is an internal error. Contact BEA Customer Support.

1396

ERROR: No memory for host variable

Description

The IIOP Server Listener/Handler failed to allocate memory for an internal structure.

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.

1397

ERROR: Cannot register WSH protocols

Description

While initializing the IIOP Server Handler, an internal error occurred.

Action

Check the user log for other error messages that may indicate the exact nature of the problem and reason for this failure.

1398

ERROR: Cannot allocate memory for named pipe name

Description

Solaris, HP-UX, AIX, and Tru64 UNIX only. The IIOP Server Listener/Handler failed to allocate memory for an internal structure.

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.

1399

ERROR: Cannot create named pipe file

Description

Solaris only. The IIOP Server Handler creates a named pipe to communicate with an IIOP Server Listener. The file for the named pipe cannot be created.

Action

Shut the IIOP Server Listener down, remove all files with names that begin with ISH.pipe from the APPDIR directory and reboot the IIOP Server Listener/Handler. If the problem persists, contact BEA Customer Support.

IIOP Server Listener/Handler Messages 1400-1453

Note: When IIOP Listener/Handler messages are listed in the user log (ULOG), the messages have the prefix ISNAT_CAT. For example, message 1100 is listed as ISNAT_CAT:1100

1400

ERROR: Cannot create pipe for listener

Description

Solaris only. The IIOP Server Handler creates a pipe to communicate with an IIOP Server Listener. The pipe cannot be created.

Action

Make sure the operating system has enough resources to create pipes.

1401

ERROR: Cannot setup pipe for listener

Description

Solaris only. The IIOP Server Handler sets up a pipe to communicate with an IIOP Server Listener. The setup operation failed.

Action

Contact BEA Customer Support.

1402

ERROR: Cannot attach to pipe for listener

Description

Solaris only. The IIOP Server Handler attaches a named pipe to a normal pipe to communicate with an IIOP Server Handler. The attach operation failed.

Action

Contact BEA Customer Support.

1403

ERROR: Cannot create UNIX socket

Description

HP-UX, AIX, and Tru64 UNIX only. The IIOP Server Listener failed to create a UNIX socket to communicate with an IIOP Server Handler.

Action

Make sure the operating system parameters are set correctly to handle UNIX sockets.

1404

ERROR: Cannot bind to UNIX socket

Description

HP-UX, AIX, and Tru64 UNIX only. The IIOP Server Handler creates a UNIX socket to communicate with an IIOP Server Listener. The file for the UNIX socket cannot be created.

Action

Shut the listener down, remove all files with names that begin with ISH.pipe from the APPDIR directory and reboot the IIOP Server Listener/Handler. If the problem persists, contact BEA Customer Support.

1405

ERROR: Cannot listen on UNIX socket

Description

HP-UX, AIX, and Tru64 UNIX only. The IIOP Server Handler creates a UNIX socket to communicate with an IIOP Server Listener. The IIOP Server Listener/Handler cannot set up the length of the listen queue.

Action

Make sure the operating system parameters are set correctly to handle UNIX sockets.

1406

ERROR: Missing protocol machine information

Description

An internal error occurred in the IIOP Server Listener/Handler.

Action

Contact BEA Customer Support.

1407

ERROR: Missing protocol machine information

Description

An internal error occurred in the IIOP Server Listener/Handler.

Action

Contact BEA Customer Support.

1408

ERROR: Missing protocol machine information

Description

An internal error occurred in the IIOP Server Listener/Handler.

SEE ALSO

Contact BEA Customer Support.

1409

ERROR: Missing protocol machine information

Description

An internal error occurred in the IIOP Server Listener/Handler.

Action

Contact BEA Customer Support.

1410

ERROR: No : separator in network address

Description

The IIOP Server Handler process was invoked with an ISL command that specified an incorrect network address. The ISL command network address (netaddr) argument to the -n option must be of the form //host:port. This error indicates that the colon is missing in the argument.

Action

Fix the application configuration for the IIOP Server Listener/Handler and make sure the network address has the appropriate syntax.

1411

ERROR: No memory for host variable

Description

The IIOP Server Listener/Handler failed to allocate memory for an internal structure.

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.

1412

ERROR: Cannot register protocols

Description

While initializing the IIOP Server Listener (ISL), an internal error occurred.

Action

Check the user log for other error messages that may indicate the exact nature of the problem and reason for this failure.

1413

ERROR: Hex address type not supported

Description

The network address argument to option -n of the IIOP Server Listener/Handler uses the WLE hexadecimal format 0x0002. The IIOP Server Listener/Handler expects the network address argument to be of the form //host:port.

Action

Fix the application configuration for the IIOP Server Listener/Handler and make sure the network address has the appropriate format.

1414

ERROR: Cannot send locate reply

Description

The IIOP Server Listener/Handler attempted to send a GIOP locate reply message to the client application, but could not write the message to the network.

Action

The client application cannot be reached on the network, which probably means that the client application process disconnected.

1415

WARN: Received a non-GIOP message

Description

The IIOP Server Listener/Handler received a non-GIOP message. This can occur when a client application other than an WLE remote client application attempts to connect to the IIOP Server Listener/Handler; for example, a JOLT client application, an ATMI client application, or an http client application. After this message is written to the user log, the IIOP Server Listener/Handler closes the connection with the client application.

Action

Make sure that only WLE remote client applications connect to the IIOP Server Listener/Handler.

1420

ERROR: Expected numeric argument to -s option

Description

An invalid argument was passed to the ISL command-line option. The argument to the -s option, the server timeout, needs to be numeric. This error causes the IIOP Server Listener not to be booted.

Action

Make sure the argument to the -s option is numeric.

See Also

The ISL command. For information about the ISL command, see the Administration Guide.

1421

ERROR: Expected numeric argument to -u option

Description

An invalid argument was passed to the ISL command-line option. The argument to the -u option, the number of outbound IIOP users, needs to be numeric. This error causes the IIOP Server Listener not to be booted.

Action

Make sure the argument to the -u option is numeric.

See Also

The ISL command. For information about the ISL command, see the Administration Guide.

1422

ERROR: Bad -u option

Description

The IIOP Server Listener process was invoked with a -u option that specified an option argument outside the allowed range. The -u option specifies the number of outbound IIOP users (native clients or servers) that can be supported simultaneously by each outbound IIOP connection. This option must be greater than 0 but not more than 1024.

Action

Make sure the argument to the -u option is between 1 and 1024.

See Also

The ISL command. For information about the ISL command, see the Administration Guide.

1423

ERROR: Expected numeric argument to -o option

Description

An invalid argument was passed to the ISL command-line option. The argument to the -o option, the maximum number of outbound connections, needs to be numeric. This error causes the IIOP Server Listener not to be booted.

Action

Make sure the argument to the -o option is numeric.

See Also

The ISL command. For information about the ISL command, see the Administration Guide.

1424

INFO: host = host_name, port = port_number

Description

The IIOP Server Listener is listening on this host and port.

Action

None.

1425

ERROR: Bad -o option

Description

The IIOP Server Listener process was invoked with an -o option that specified an option argument outside the allowed range. The -o option specifies the maximum number of outbound connections that each ISH may have. This option must be greater than zero but not more than 4096. In addition, the -o option times the maximum number of handlers must be less than 32767.

Action

Make sure the argument to the -o option is between 1 and 4096, and that the -M option multiplied by the -o option is less than 32767.

See Also

The ISL command. For information about the ISL command, see the Administration Guide.

1426

ERROR: -O option must be specified if -o, -s, or -u specified

Description

The IIOP Server Listener process was not invoked with the -O option, enable outbound IIOP, when the -o, -s, or -u options were specified. Since the -O option requires a small amount of extra resources, outbound IIOP is not enabled by default.

Action

Add the -O option to the ISL command.

See Also

The ISL command. For information about the ISL command, see the Administration Guide.

1427

ERROR: Error initializing OCM table

Description

The IIOP Server Listener could not initialize the data structures used for asymmetric outbound IIOP.

Action

The error indicates an internal problem with the IIOP Server Listener. Contact BEA WLE Technical Support.

1428

WARN: No space in ISL shared memory for additional OCM entries

Description

The maximum number of outbound IIOP connections, determined by the ISL -o option multiplied by the -M option, has been reached.

Action

Raise the maximum number of outbound IIOP connections or add IIOP Server Listeners.

See Also

The ISL command. For information about the ISL command, see the Administration Guide.

1429

ERROR: Cannot advertise service_name, tperrno = errno

Description

The IIOP Server Listener could not advertise the service used for asymmetric outbound IIOP.

Action

The error indicates an internal problem with the IIOP Server Listener. Contact BEA WLE Technical Support.

1430

ERROR: Cannot unadvertise service_name, tperrno = errno

Description

The IIOP Server Listener could not unadvertise the service used for asymmetric outbound IIOP.

Action

The error indicates an internal problem with the IIOP Server Listener. Contact BEA WLE Technical Support.

1431

ERROR: Invalid arguments, field id field_id not passed

Description

Invalid arguments were passed to the IIOP Server Listener.

Action

The error indicates an internal problem with the IIOP Server Listener. Contact BEA WLE Technical Support.

1432

ERROR: Invalid connection id id

Description

An invalid connection id was passed to the IIOP Server Listener.

Action

The error indicates an internal problem with the IIOP Server Listener. Contact BEA WLE Technical Support.

1433

ERROR: Error binding outbound connection request, can't create any more handlers

Description

The IIOP Server Listener could not start another IIOP Server Handler to process the outbound request.

Action

Raise the maximum number of IIOP Server Handlers (ISL -M option).

1434

ERROR: OCM entry could not be added

Description

The outbound IIOP connection could not be added to the outbound connection map because the IIOP Server Listener could not start another IIOP Server Handler.

Action

Raise the maximum number of IIOP Server Handlers (ISL -M option).

1435

INFO: external host = host_name, port = port_number

Description

The IIOP Server Listener stores this host and port in any object references returned to the client. The host and port are determined by the -H option.

Action

None.

1436

ERROR: Could not timeout OCM entry

Description

An error occurred while timing out an outbound IIOP connection.

Action

The error indicates an internal problem with the IIOP Server Listener. Contact BEA Technical Support.

1437

INFO: Host: host_name, Port: port_number connection timed out due to inactivity

Description

The IIOP Server Listener has determined that the outbound connection has not been used within the server timeout period (ISL -s option). The connection will be torn down by the IIOP Server Handler.

Action

None. If a subsequent request is received for this connection, the connection will be restablished.

1438

ERROR: Sending of request message to server failed

Description

While a request message was being sent to a remote server application, the operation failed.

Action

Check the user log for messages indicating the nature of the failure. This warning may indicate that the remote server application is no longer accessible (that is, either the network or machine has failed). Contact BEA Technical Support.

1439

ERROR: Missing outbound connection

Description

The IIOP Server Handler does not have the necessary outbound connection information to send the request.

Action

The error indicates an internal problem with the IIOP Server Handler. Contact BEA Technical Support.

1440

ERROR: Could not connect to host/port host_port_address

Description

The IIOP Server Handler could not connect to the host and port contained within the object reference.

Action

Determine if the remote machine has failed.

1441

INFO: No outstanding request to send reply

Description

A reply has been received from the remote server application. There is no corresponding entry on the outstanding request queue. The remote server may have exceeded the timeout period for the request and the entry has already been removed from the queue.

Action

Determine if the remote server is processing invocations within the timeout period. Determine if the timeout period is appropriate for your application (BLOCKTIME multiplied by SCANUNIT).

1442

ERROR: Could not add message to blocked queue

Description

The IIOP Server Handler could not add the reply from the remote server application on the queue of blocked messages.

Action

Examine the userlog for any immediately preceding messages giving further information about the cause of the error. Contact BEA Technical Support.

1443

ERROR: Cannot send reply to caller: error_text

Description

The IIOP Server Handler could not send the reply from the remote server application back to the caller (native client or server).

Action

Examine the userlog for any immediately preceding messages giving further information about the cause of the error. Contact BEA Technical Support.

1444

ERROR: Invalid outbound IIOP request

Description

The IIOP Server Handler received a message without the necessary request information.

Action

The error indicates an internal problem with the IIOP Server Handler. Contact BEA Technical Support.

1445

INFO: Outbound connection index timed out due to inactivity

Description

The outbound connection was not used within the server timeout period (ISL -s option). The connection has been torn down.

Action

None. If a subsequent request is received for this connection, the connection will be reestablished.

1446

ERROR: Cannot send oneway reply

Description

The IIOP Server Handler could not send a oneway reply to the remote server application.

Action

This warning may indicate that the remote server application is no longer accessible (that is, either the network or machine has failed). Contact BEA Technical Support.

1447

ERROR: Cannot decode fragment header

Description

The IIOP Server Handler could not decode a fragment header.

Action

The error indicates an internal problem with the IIOP Server Handler. Contact BEA Technical Support.

1448

ERROR: Cannot copy msg to call buffer: error

Description

The IIOP Server Handler could not copy a message to an internal buffer.

Action

The error indicates an internal problem with the IIOP Server Handler. Contact BEA Technical Support.

1449

ERROR: Cannot send one-way request, one-way method not executed

Description

The IIOP Server Handler failed to send a request to the remote server. Since this request is a GIOP 1.0 oneway request, no error can be returned to the caller; instead, the error is logged.

Action

Determine why the request could not be sent to the remote server.

1450

ERROR: Error switching to the client's context

Description

The IIOP Server Handler could not switch to the client context.

Action

The error indicates an internal problem with the IIOP Server Handler. Contact BEA Technical Support.

1451

ERROR: Invalid socket index index

Description

The IIOP Server Handler received a message with an invalid socket index.

Action

The error indicates an internal problem with the IIOP Server Handler. Contact BEA Technical Support.

1452

ERROR: Invalid -s option = value

Description

The IIOP Server Listener process was invoked with an -s option that specified an option argument outside the allowed range. The -s option specifies the server timeout in minutes. This option must be greater than 0.

Action

Make sure the argument to the -s option is greater than 0.

See Also

The ISL command. For information about the ISL command, see the Administration Guide.

1453

INFO: Attempting to forward bind to another ISL

Description

If the maximum number of outbound IIOP connections, determined by the -o option multiplied by the -M option, is reached, the IIOP Server Listener attempts to forward the request to a different IIOP Server Listener.

Action

If the forward is successful, no action is required. If the forward fails, either raise the maximum number of outbound IIOP connections or add IIOP Server Listeners.


Copyright © 1999 BEA Systems, Inc. All Rights Reserved.
Required browser version: Netscape Communicator version 4.0 or higher, or Microsoft Internet Explorer version 4.0 or higher.
Last update: July 06, 1999.