Content starts here

System Messages: WSNAT Catalog 1100-1199

Previous Next

1100


ERROR: -n option is required

Description

The workstation listener (WSL) process was invoked without the -n option. This parameter contains the well-known network address used by the workstation listener, and is required. The WSL 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 WSL process. The -n option must occur, must have an appropriate option argument, and must be located after the double dash, --, that separates TUXEDO System/T options from WSL specific options. The options for a server may be updated while the system is running through use of the tmconfig(1) command, or may be updated while the system is shut down by reloading the configuration file using tmloadcf(1).

See Also

tmconfig(1), tmloadcf(1), WSL(5)


1101


ERROR: Bad hex number provided for listening address: bad_hex_value

Description

The workstation listener (WSL) process was invoked with a -n option that specified a hexadecimal value as an option-argument. However, the value specified was not a valid hexadecimal constant.

Action

Change the network address specified for the WSL so that it contains an even number of hexadecimal digits, and make certain that each digit is '0' through '9', 'A' through 'F', or 'a' through 'f'. Also, remember that the WSNADDR environment variable in client processes associated with this WSL must be set to this same address. The option and its associated network address are part of the CLOPT parameter specified for the WSL process in the configuration file. The options for a server may be updated while the system is running through use of the tmconfig(1) command, or may be updated while the system is shut down by reloading the configuration file through use of tmloadcf(1).

See Also

tmconfig(1), tmloadcf(1), ubbconfig(5), WSL(5)


1103


ERROR: Bad -m option

Description

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

Action

Change the value for the WSL -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 may be updated while the system is shut down by reloading the configuration file through use of tmloadcf(1).

See Also

tmconfig(1), tmloadcf(1), ubbconfig(5), WSL(5)


1104


ERROR: Bad -x option

Description

The workstation listener (WSL) process was invoked with a -x option that specified an option-argument outside of the allowed range. The -x option specifies the degree of multiplexing desired within each workstation handler. The legal range is between 1 and 32767. The WSL process is exiting due to an error in its arguments.

Action

Change the value for the WSL -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 may be updated while the system is shut down by reloading the configuration file through use of tmloadcf(1).

See Also

tmconfig(1), tmloadcf(1), ubbconfig(5), WSL(5)


1105


ERROR: Bad -M option

Description

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

Action

Change the value for the WSL -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 may be updated while the system is shut down by reloading the configuration file through use of tmloadcf(1).

See Also

tmconfig(1), tmloadcf(1), ubbconfig(5), WSL(5)


1106


ERROR: Error receiving unsolicited message, tperrno = tperrno_val

Description

The workstation handler process experienced an error while receiving an unsolicited message. The numeric value of tperrno is also printed; this can aid in determination of a more exact cause for the problem. A numeric value of tperrno can be converted to a symbolic value by looking in the <atmi.h> header file. In most cases, there will also be a preceding message in the userlog giving further information as to the cause of the error.

Action

Examine the userlog for any immediately preceding messages giving further information as to the cause of the error. Also examine the userlog on the site that sent the failed unsolicited message for further clues as to the cause of the error.

See Also

tperrno(5)


1107


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

Description

The UNIX System msgrcv system call returned an error to the workstation handler process. A prior message in the userlog will provide more information as to the cause of the error.

Action

Examine the prior message in the userlog to determine the specific UNIX System error associated with this msgrcv failure. If the failure is not transient and the WSH is still active, the WSL may need to restart this particular WSH.

See Also

Uunix_err(3c), tperrno(5)


1108


ERROR: Handler received unexpected unsolicited opcode opcode_value

Description

The workstation 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 Oracle Customer Support.


1109


ERROR: Failed to process broadcast message

Description

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

Action

A previous message in the userlog may indicate a more precise cause of the error and indicate a corrective action to take. The workstations associated with this workstation handler did not receive the broadcast message sent to them. Depending on the particular situation, these workstations may need to be informed of the broadcast in another way.


1110


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

Description

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

Action

The connection is ignored. Contact Oracle Customer Support.


1111


ERROR: Sending of broadcast message to client failed

Description

The workstation handler process received a broadcast message to be forwarded to the appropriate workstation client(s). However, it was unable to process this message for forwarding to one of the workstation clients. Often, this is due to a network error.

Action

Make use of network management utilities to determine if any networking problems exist between the machine on which the WSH process is running and its associated workstation client. Also, examine the userlog to see if any immediately preceding entries give a more detailed explanation for the error.


1112


ERROR: Failed to process notification message

Description

The workstation handler process received a notification message to be forwarded to a workstation client. However, it was unable to process this message for forwarding to the workstation client.

Action

If a prior message in the userlog provides further explanation for the cause of the problem, follow the recommendations listed for that message. Otherwise, contact Oracle Customer Support.


1113


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

Description

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

Action

The connection is ignored. Contact Oracle Customer Support.


1114


ERROR: Sending of notification message to client failed

Description

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

Action

Make use of network management utilities to determine if any networking problems exist between the machine on which the WSH process is running and its associated workstation client. Also, examine the userlog to see if any immediately preceding entries give a more detailed explanation for the error.


1120


ERROR: tpchkauth() failed, tperrno = tperrno_val

Description

As part of its startup processing, the workstation handler process attempted to determine whether application authentication is required by this application configuration, but encountered an error trying to obtain this information. The numeric value of tperrno is printed as part of the error message; this may be converted to a symbolic value by examining <atmi.h>.

Action

Examine the userlog for a prior message indicating a more exact cause of the error.

See Also

tperrno(5)


1121


ERROR: Couldn't get administrative key for decrypting workstation 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 workstation handler and workstation clients.

Action

Verify that the process is running under the ID of the application administrator. 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 has been corrupted, it will be necessary to reload the TUXCONFIG file.


1122


ERROR: Restoring message to original condition after sending failed

Description

The workstation listener or workstation handler process sent an encrypted message to a workstation client. After the send, the WSL or WSH tried to restore the message to its original unencrypted state, but this operation failed.

Action

Contact Oracle Customer Support.


1131


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

Description

The workstation handler that performs the tpbroadcast or tpbroadcast call on behalf of the workstation clients 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 application clients.

Action

Check the error number, tperrno, and determine why the workstation 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 userlog for other error messages that may indicate the exact nature of the problem and the reason for this failure.

See Also

Oracle TUXEDO Workstation Guide, tpbroadcast(3c), tperrno(5), ubbconfig(5)


1132


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

Description

The workstation handler that performs the tpinit call on behalf of workstation clients received a request to join a workstation client to the application. However, the message it received in conjunction with the request was not a TPINIT buffer, but of type type. The workstation handler will therefore remove the workstation client context from the workstation handler and return an error.

Action

If the workstation clients trying to join an application pass a buffer to the workstation handler, make sure that it is a TPINIT buffer.

See Also

Oracle TUXEDO Workstation Guide, tpinit(3c)


1133


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

Description

Prior to performing a tpinit on behalf of a workstation client, the workstation handler must make sure a TPINIT structure is passed if the application requires client authentication. In this case, the TPINIT information was not passed even though client authentication is required. The workstation handler will therefore unregister the workstation client from the Bulletin Board, remove the workstation client context from the workstation handler, and return an error. An error message, with tperrno set to TPEPERM, is sent back to the workstation client.

Action

Make sure the workstation clients trying to join the secure application are passing the TPINIT information to the workstation handler.

See Also

Oracle TUXEDO Workstation Guide, tpinit(3c)


1134


ERROR: Sending of reply to ticket protocol failed

Description

The workstation handler failed to send the ticket reply back to the workstation client. The workstation handler will therefore unregister the workstation client from the Bulletin Board, remove the workstation client context from the workstation handler, and return an error.

Action

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

See Also

Oracle TUXEDO Workstation Guide


1135


ERROR: Invalid client name given 'cltname'.

Description

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

Action

Make sure the workstation client does not use sysclient as a client name.

See Also

Oracle TUXEDO Workstation Guide, tpinit(3c)


1136


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

Description

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

Action

Make sure the client notification value in the TPINIT buffer flags field is set correctly for the workstation client that failed to join the application.

See Also

Oracle TUXEDO Workstation Guide, tpinit(3c)


1137


ERROR: Invalid length for TPINIT structure given

Description

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

Action

Make sure the data length value in the TPINIT buffer datalen field is set correctly for the workstation client that failed to join the application.

See Also

Oracle TUXEDO Workstation Guide, tpinit(3c)


1138


ERROR: Failed to update registry table information

Description

The workstation handler failed to update the workstation client information in the Bulletin Board's registry table. The workstation handler will therefore unregister the workstation client from the Bulletin Board, remove the workstation client context from the workstation handler, and return an error.

Action

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

See Also

Oracle TUXEDO Workstation Guide, tpinit(3c)


1139


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

Description

The workstation handler failed to send the TPINIT information to the authentication server. The call to tpacall failed with tperrno set to tperrno_val. This failure will cause the workstation handler to return an error to the workstation client 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 userlog for other error messages that may indicate the exact nature of the problem and the reason for this failure.

See Also

Oracle TUXEDO Workstation Guide, tpinit(3c), tpacall(3c), tperrno(5)


1140


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

Description

The workstation handler failed to send an unsolicited message due to a blocking condition. The workstation handler is responsible for sending to the (D)BBL administrative server a request to forward unsolicited message on behalf of the workstation client. 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 wish to change the operating system tunable parameters related to the maximum size of a queue.

See Also

Oracle TUXEDO Workstation Guide, tpbroadcast(3c)


1141


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

Description

The workstation listener failed to start a new workstation handler. This may be due to no more workstation handlers being available, an error in the formatting of the command line for the workstation handler, an error in retrieving the machine table entry for the workstation listener in the Bulletin Board, or an error executing the workstation handler.

Action

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

See Also

Oracle TUXEDO Workstation Guide


1142


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

Description

The workstation handler received a message over the network from a workstation client. No context exists for this client. When running in a secure application, the only message that can be accepted by the workstation handler from a workstation client with no context is a two-phase challenge/response message. This is not the case. 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 workstation client.

Action

Contact Oracle Customer Support.

See Also

Oracle TUXEDO Workstation Guide


1143


ERROR: Failed to create encryption/decryption schedule

Description

The workstation handler failed to create an encryption/decryption schedule. The function used to create the encryption/decryption schedule is called _tpcryptinit. It is part of an internal interface that is designed to support various methods of data encryption.

Action

This probably indicates that a Oracle TUXEDO system or operating system error occurred. Check the userlog for other error messages that may indicate the exact nature of the problem and reason for this failure. _tpcryptinit may also fail because an invalid argument was given. In this case, contact Oracle Customer Support.

See Also

Oracle TUXEDO Workstation Guide, encryption(3i)


1144


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

Description

The workstation 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. It 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 probably indicates that a Oracle TUXEDO system or operating system error occurred. Check the user log for other error messages that may indicate the exact nature of the problem and reason for this failure. _tprandkey may also fail because an invalid argument was given. In this case, contact Oracle Customer Support.

See Also

Oracle TUXEDO Workstation Guide, encryption(3i)


1145


ERROR: tpalloc() failed, tperrno = tperrno_val

Description

An attempt dynamically to allocate a buffer in the workstation handler 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 dynamically to allocate.

See Also

Oracle TUXEDO Workstation Guide, tpalloc(3c), tperrno(5)


1146


ERROR: Sending of reply to challenge call to client failed

Description

The workstation handler failed to send the challenge reply back to the workstation client. The workstation handler will therefore unregister the workstation client from the Bulletin Board, remove the workstation client context from the workstation handler, and return an error.

Action

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

See Also

Oracle TUXEDO Workstation Guide


1147


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

Description

The workstation handler in a secure application received a request to perform a tpinit on behalf of a workstation client before performing the security protocol. The workstation handler will therefore unregister the workstation client from the Bulletin Board, remove the workstation client context from the workstation handler, and return an error.

Action

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

See Also

Oracle TUXEDO Workstation Guide, tpinit(3c)


1148


ERROR: Processing of message to be sent to client failed

Description

The workstation handler failed to send a message to the workstation client. The failure occurred in a low level routine that performs all manipulations for the message send. This includes pre-send, encoding, and post-send work. The message being sent from the workstation handler to the workstation client had to do with the workstation client 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 workstation handler failed to encrypt the message.

Action

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

See Also

Oracle TUXEDO Workstation Guide


1149


ERROR: Validation of TPINIT information failed

Description

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

Action

This probably indicates that the security ticket and tpinit information do not match, and the user should not be allowed to join the application. It can also mean that a Oracle TUXEDO system or operating system error occurred. Check the userlog for other error messages that may indicate the exact nature of the problem and reason for this failure. _tpvalidate may also fail because an invalid argument was given. In this case, contact Oracle Customer Support.

See Also

Oracle TUXEDO Workstation Guide, security(3i)


1150


ERROR: Incorrect timestamp value sent by workstation client

Description

The workstation handler failed to validate the ticket information passed to it by a workstation client. The ticket information passed from the workstation client to the workstation handler does not match the timestamp information stored in the workstation handler.

Action

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

See Also

Oracle TUXEDO Workstation Guide


1152


ERROR: Memory allocation failure

Description

An attempt dynamically to allocate memory from the operating system using malloc failed while validating the ticket information passed to the workstation handler by the workstation client.

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

See Also

Oracle TUXEDO Workstation Guide


1153


ERROR: Could not obtain session key from ticket

Description

The workstation 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 workstation client. The function used to retrieve the session key is _tpsessionkey. It is part of an internal interface that is designed to support various methods of authentication.

Action

This probably means that a Oracle TUXEDO system or operating system error occurred. Check the userlog for other error messages that may indicate the exact nature of the problem and reason for this failure. _tpsessionkey may also fail because an invalid argument was given or the ticket could not be processed because the workstation client was denied permission for an implementation specific reason. In this case, contact Oracle Customer Support.

See Also

Oracle TUXEDO Workstation Guide, security(3i)


1154


ERROR: Failed to encrypt ticket information

Description

The workstation handler failed to encrypt data according to a schedule while accepting a challenge and timestamp value that is to be used to verify that the request is valid. The function used to encrypt data is _tpcrypt. It is part of an internal interface that is designed to support various methods of encryption.

Action

This probably means that a Oracle TUXEDO system or operating system error occurred. Check the userlog for other error messages that may indicate the exact nature of the problem and reason for this failure. _tpcrypt may also fail because an invalid argument was given. In this case, contact Oracle Customer Support.

See Also

Oracle TUXEDO Workstation Guide, encryption(3i)


1156


ERROR: Decryption of challenge request failed

Description

While a workstation client was attempting to join the application, decrypting the challenge request message failed.

Action

Contact Oracle Customer Support.


1157


ERROR: Encryption of challenge request failed

Description

While a workstation client was attempting to join the application, encrypting the challenge request message failed.

Action

Contact Oracle Customer Support.


1158


ERROR: Couldn't create encryption/decryption schedule

Description

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

Action

Contact Oracle Customer Support.


1159


ERROR: Failed to encode/decode establish connection request message

Description

While a workstation client was attempting to join the application, encoding or decoding of the establish connection request message failed.

Action

Contact Oracle Customer Support.


1160


ERROR: Decryption of challenge reply failed

Description

While a workstation client was attempting to join the application, decrypting the challenge reply message failed.

Action

Contact Oracle Customer Support.


1161


ERROR: Encryption of challenge reply failed

Description

While a workstation client was attempting to join the application, encrypting the challenge reply message failed.

Action

Contact Oracle Customer Support.


1162


ERROR: Encoding/decoding of ticket request failed

Description

While a workstation client was attempting to join the application, encoding or decoding the ticket request message failed.

Action

Contact Oracle Customer Support.


1163


ERROR: Encoding/decoding of ticket request failed

Description

While a workstation client was attempting to join the application, encoding or decoding the ticket request message failed.

Action

Contact Oracle Customer Support.


1164


ERROR: Decryption of TPINIT buffer failed

Description

While a workstation client was attempting to join the application, decrypting the TPINIT message failed.

Action

Contact Oracle Customer Support.


1165


ERROR: Encoding/decoding of TPINIT buffer failed

Description

While a workstation client was attempting to join the application, encoding or decoding the TPINIT message failed.

Action

Contact Oracle Customer Support.


1166


ERROR: Encryption of TPINIT buffer failed

Description

While a workstation client was attempting to join the application, encrypting the TPINIT message failed.

Action

Contact Oracle Customer Support.


1167


ERROR: Unknown work station message to process

Description

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

Action

Contact Oracle Customer Support.


1168


ERROR: Tried to process unexpected message opcode 0xcode

Description

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

Action

Contact Oracle Customer Support.


1169


ERROR: Expected numeric argument to -D option

Description

An invalid argument was passed to the workstation listener command line option. The argument to the -D option needs to be numeric. This error will cause the workstation listener not to be booted.

Action

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

See Also

Oracle TUXEDO Workstation Guide, WSL(5)


1170


ERROR: Expected numeric argument to -M option

Description

An invalid argument was passed to the workstation listener command line option. The argument to the -M option needs to be numeric. This error will cause the workstation listener not to be booted.

Action

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

See Also

Oracle TUXEDO Workstation Guide, WSL(5)


1171


ERROR: Expected numeric argument to -m option

Description

An invalid argument was passed to the workstation listener command line option. The argument to the -m option needs to be numeric. This error will cause the workstation listener not to be booted.

Action

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

See Also

Oracle TUXEDO Workstation Guide, WSL(5)


1172


ERROR: Expected numeric argument to -t option

Description

An invalid argument was passed to the workstation listener command line option. The argument to the -t option needs to be numeric. This error will cause the workstation listener not to be booted.

Action

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

See Also

Oracle TUXEDO Workstation Guide, WSL(5)


1173


ERROR: Bad -t option

Description

An invalid argument was passed to the workstation listener command line option. The argument to the -t option needs to be in the range 1 to 255 inclusive. This error will cause the workstation listener not to be booted.

Action

Make sure the argument to the -t option is in the allowable range.

See Also

Oracle TUXEDO Workstation Guide, WSL(5)


1174


WARN: Disconnecting listener connection to workstation, connection timed out

Description

The workstation listener will scan its handler table and time out any connections that are overdue, restart any dead handlers, and allocate any blocked connection requests to a handler that is available. When scanning this table, the workstation listener found a handler that was waiting for a connection that had timed out. The workstation listener went ahead and forced the connection closed.

Action

The workstation listener -t command line option can be used to specify the amount of time that should be allowed for a workstation client to complete initialization processing through the workstation handler before being timed out by the workstation listener. This number may need to be increased to avoid frequent timeouts.

See Also

Oracle TUXEDO Workstation Guide, WSL(5)


1175


WARN: Disconnecting listener connection to workstation, request timed out

Description

The workstation listener will scan its handler table and time out any connections that are overdue, restart any dead handlers, and allocate any blocked connection requests to a handler that is available. When scanning this table, the workstation listener found a blocked connection request that had not been passed to an available handler. Since the time to assign a handler expired, the workstation listener went ahead and forced the connection closed.

Action

This probably indicates that the number of workstation clients that need to join the application can not be supported by the existing configuration. The workstation listener command line options should be reset to support a larger number of workstation clients. The workstation listener -m, -M, and -x options should be used to that effect.

See Also

Oracle TUXEDO Workstation Guide, WSL(5)


1176


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

Description

An attempt to send an acknowledgment of a tpconnect request to the Workstation Client has failed.

Action

This is an internal message. This failure indicates a problem with the network, with the Workstation, or with the Workstation client process. Contact Oracle Customer 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 Workstation Client has failed.

Action

This is an internal message. This failure indicates a problem with the network, with the Workstation, or with the Workstation client process. Contact Oracle Customer 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 Workstation Client has failed.

Action

This is an internal message. This failure indicates a problem with the network, with the Workstation, or with the Workstation client process. Contact Oracle Customer Support.


1179


ERROR: Unrecognized opcode: opcode

Description

A message was received in the Workstation Handler requesting an operation that is not known.

Action

This is an internal message. This failure indicates a problem with the network, with the Workstation, or with the Workstation client process. It could indicate the use of newer workstation client software with an older Workstation Handler. Contact Oracle Customer 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 Workstation Client has failed.

Action

This is an internal message. This failure indicates a problem with the network, with the Workstation, or with the Workstation client process. Contact Oracle Customer Support.


1182


ERROR: Invalid -T option = num

Description

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

Action

Reconfigure the CLOPT for the WSL and reboot the process.


1183


ERROR: Expected numeric argument to -T option

Description

The -T command line option for the workstation listener WSL had a non-numeric argument.

Action

Reconfigure the CLOPT for the WSL and reboot the process.


1185


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

Description

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

Action

No action required.


1186


ERROR: Cannot convert message with unknown protocol num

Description

The workstation Handler, WSH, received a message from a workstation client with an unknown protocol number, num.

Action

Check that the WSTYPE environment variable is correctly set so that encoding is done if necessary. Validate that the correct workstation software is being used with the associated WSH. You may need to contact Oracle Customer Support.


1187


ERROR: Cannot convert message from protocol num1 to num2

Description

The workstation Handler, WSH, received a message to or from a workstation client with a protocol version that cannot be converted.

Action

Contact Oracle Customer Support.


1188


ERROR: Unrecognized message format, release num

Description

The workstation Listener, WSL, received a connection message from a workstation client with an unknown protocol number, num.

Action

Check that the WSTYPE environment variable is correctly set so that encoding is done if necessary. Validate that the correct workstation software is being used with the associated WSL. You may need to contact Oracle Customer Support.


1190


INFO: Reestablished network address string

Description

A previously suspended workstation listener process has been unsuspended and has reestablished its network address.

Action

Informational message, no action required.

See Also

Administering the Oracle TUXEDO System, MIB(5), WS_MIB(5)


1191


INFO: Network address disabled

Description

A workstation 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

Administering the Oracle TUXEDO System, MIB(5), WS_MIB(5)


1192


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

Description

A workstation handler is disconnecting the virtual circuit associated with a particular workstation client (usr>/clt) because of an administrative request to set the client state to DEAD.

Action

Informational message, no action required.


1193


WARN: Obsolete option used, -t

Description

An obsolete option, -t, was specified in the command line options for a workstation listener server. This option is being replaced by the -I option, which takes a client initialization timeout value in seconds instead of the SCANUNIT multiple expected for the -t option.

Action

The -t option may be removed in future releases; therefore, the administrator should plan to transition workstation listener specifications to use the -I option. Since the administrator may not know at configuration time if the site where the listener may be run supports the -I option yet, the current implementation allows both on the command line and will use the last option found on the command line. Therefore, the recommended action is to add a corresponding -I option at the end of the command line options for the workstation listener. In environments where there are no pre-release 6.0 Oracle TUXEDO system sites, the -t option may be discarded entirely.

See Also

Administering the Oracle TUXEDO System, MIB(5), WSL(5), WS_MIB(5)


1194


ERROR: Invalid or non-numeric value specified for -I option, val

Description

The workstation listener command line options contained an invalid value for the -I option. This option requires a numeric value between 1 and 32,767 inclusive.

Action

Correct the value in the command line options and reboot the server.

See Also

Administering the Oracle TUXEDO System, MIB(5), WSL(5), WS_MIB(5)


1195


WARN: Failed to reestablish network address string

Description

A previously suspended workstation 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 will eventually be released by the system and the workstation listener will reestablish 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 process and user are occupying the network address, and they should be asked to relinquish the address.

See Also

Administering the Oracle TUXEDO System, netstat(1), MIB(5), WS_MIB(5)


1196


INFO: Terminating handlers in preparation for shutdown

Description

The workstation listener is shutting down and is about to terminate its associated workstation handler processes in preparation.

Action

Informational message, no action required.

See Also

Administering the Oracle TUXEDO System, tmshutdown(1), MIB(5), WS_MIB(5)


1197


INFO: Exiting system

Description

The workstation listener has completed its shutdown and is exiting the system.

Action

Informational message, no action required.

See Also

Administering the Oracle TUXEDO System, WSL(5)


1199


WARN: .SysClientDied: User usrname on LMID client died

Description

This message indicates that the client specified above exited the application without doing a tpterm(). A complete listing of the current attributes of the client are sent in the posted buffer. In the normal way, the clients should do a tpterm() before exiting the application.

Action

This is an informational message.

See Also

EVENT_MIB(5), TM_MIB(5)


 Back to Top Previous Next