![]() |
![]() |
|
|
1304 |
ERROR: Failed to encode/decode establish connection request message | |
|
Description |
The |
Action |
Please contact BEA Customer Support. | |
See Also |
| |
1305 |
ERROR: Encoding/decoding of ticket request failed | |
|
Description |
The |
Action |
Please contact BEA Customer Support. | |
See Also |
| |
1306 |
ERROR: Encoding/decoding of ticket request failed | |
|
Description |
The |
Action |
Please contact BEA Customer Support. | |
See Also |
| |
1308 |
ERROR: Component not licensed | |
|
Description |
|
Action |
Install a valid BEA Tuxedo license file, that allows for all components support, in $TUXDIR/udataobj before running the command. | |
1309 |
ERROR: Memory allocation failure | |
|
Description |
An attempt to dynamically allocate memory from the operating system using malloc() failed in the WSH while processing an unsolicited message that requires an acknowledgement. |
Action |
Ensure that the operating system parameters are set correctly for the amount of memory on the machine and the amount of memory that can be used by a process. Reduce the memory usage on the machine or increase the amount of physical memory on the machine. | |
1310 |
ERROR: The -z (minimum) or -Z (maximum) must be 0, 40, 56 or 128 | |
|
Description |
The |
Action |
Change the incorrect argument of the appropriate option to 0, 40, 56, or 128. | |
See Also |
| |
1311 |
ERROR: Only 56 bit encryption is allowed | |
|
Description |
The license installed allows only 56-bit encryption. However, the
|
Action |
Either change the | |
See Also |
| |
1312 |
ERROR: Could not add workstation information: error code errorcode | |
|
Description |
When transforming a buffer to workstation format, the |
Action |
Please contact BEA Customer Support. | |
See Also |
| |
1313 |
ERROR: Could not add message information: error code val | |
|
Description |
When transforming a buffer to native format, the |
Action |
Please contact BEA Customer Support. | |
See Also |
| |
1314 |
ERROR: Could not add workstation information: error code code | |
|
Description |
The workstation handler or workstation listener could not add information necessary for the workstation client. The error code code may assist technical support determine the cause of the failure. |
Action |
Please contact BEA Customer Support. | |
1318 |
ERROR: Unable to initialize public key subsystem | |
|
Description |
A |
Action |
Check to ensure the proper public key plug-ins are installed. This can
be done with | |
See Also |
| |
1320 |
ERROR: Invalid unsolicited message format | |
|
Description |
The |
Action |
Please contact BEA Customer Support. | |
See Also |
| |
1321 |
ERROR: Invalid internal buffer | |
|
Description |
An internal buffer of the |
Action |
Please contact BEA Customer Support. | |
See Also |
| |
1322 |
ERROR: unable to decode or decrypt user data for routing | |
|
Description |
Some form of routing was necessary, but the |
Action |
Ensure that the | |
See Also |
| |
1323 |
ERROR: A lockout has occurred because of license violation | |
|
Description |
DBBL/BBL lockout occurs because the system has determined that the total number of active users exceeded 110% of BEA Tuxedo system licensed users for a grace period of 24 hours. At this time, no new clients can join the application until the overall active user count drops below 110% on a subsequent DBBL/BBL scan cycle. |
Action |
Upgrade your BEA Tuxedo system license with larger number of users to avoid future system lockouts. Please contact your BEA Tuxedo System Administrator. | |
1324 |
ERROR: tpalloc() failed, tperrno = val | |
|
Description |
An attempt to dynamically allocate a buffer in the workstation handler failed.
The call to |
Action |
Check the error number and determine why | |
See Also |
BEA TUXEDO Workstation Guide, | |
1328 |
ERROR: Bad conversational sequence number | |
|
Description |
Conversations are sequenced in order 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 |
Action |
Look at the userlog to determine whether or not the | |
1329 |
ERROR: Memory allocation failure | |
|
Description |
An attempt to dynamically allocate memory from the operating system using malloc () failed while processing a tpacall message in the WSH. The message will fail. |
Action |
Ensure that the operating system parameters are set correctly for the amount of memory on the machine and the amount of memory that can be used by a process. Reduce the memory usage on the machine or increase the amount of physical memory on the machine. | |
1330 |
ERROR: Unable to get server group information for WSL | |
|
Description |
While booting, a workstation handler must be able to retrieve information about its parent workstation listener process. |
Action |
Please contact BEA Customer Support. | |
1331 |
ERROR: Unable to get machine information for WSL | |
|
Description |
While booting, a workstation handler must be able to retrieve information about its parent workstation listener process. |
Action |
Please contact BEA Customer Support. | |
1332 |
ERROR: Unable to get server information for WSL | |
|
Description |
While booting, a workstation handler must be able to retrieve information about its parent workstation listener process. |
Action |
Please contact BEA Customer Support. | |
1333 |
ERROR: Sending of reply to security token call to client failed | |
|
Description |
An attempt to send a reply to the workstation client with security tokens during the authentication exchange failed. |
Action |
Ensure that the client process still exists and that there are no network problems with the connection to the client. | |
1334 |
ERROR: Attempt to send encrypted buffer to interoperating site | |
|
Description |
An attempt has been made to send a buffer which would have been encrypted to a site older than BEA Tuxedo Release 7.1. |
Action |
No buffer is marked for encryption can be sent to a site older than BEA Tuxedo Release 7.1. Upgrade the software on the remote system to handle encrypted buffers, or remove encryption from this buffer. | |
See Also |
| |
1335 |
ERROR: Could not decode buffer for interoperating client | |
|
Description |
The workstation handler must decode all messages from interoperating clients. However, the postrecv operation failed in the WSH. |
Action |
Contact BEA Customer Support | |
See Also |
| |
1336 |
ERROR: Handler received message of unknown format | |
|
Description |
A message arrived at the WSH with an unknown format. |
Action |
Contact BEA Customer Support. | |
1337 |
WARN: WSH has policy SIGNATURE_REQUIRED=signature-required and ENCRYPTION_REQRUIRED=encryption-required but the message from the client was neither signed nor sealed | |
|
Description |
If the WSL is in a group that has a SIGNATURE_REQUIRED value of signature-required or an ENCRYPTION_REQUIRED value of encryption-required, then every message originating from a workstation client must be signed or sealed, as determined by the policy. A message came in to the WSH which did not meet the requirement. |
Action |
Ensure all messages arriving at a WSH/WSL with the given policy is appropriately signed or sealed. | |
See Also |
| |
1338 |
WARN: WSH required encryption but the message from the client was not encrypted | |
|
Description |
If the WSL is in a group that has a policy of ENCRYPTION_REQUIRED, then every message originating from a workstation client must be sealed. A message came in to the WSH which did not meet the requirement. |
Action |
Ensure all messages arriving at a WSH/WSL with the given policy is sealed. | |
See Also |
| |
1339 |
ERROR: WSH unable to decrypt message in order to enforce SIGNATURE_REQUIRED policy | |
|
Description |
If the WSL is in a group that has a policy of SIGNATURE_REQUIRED, then every message originating from a workstation client must be signed. In order to determine if a particular message is signed, the WSH must be able to decrypt the message. However, no decryption key was available to the WSH to decrypt a message from the workstation client. |
Action |
Open an appropriate decryption key in the WSH using the public key initialization infrastructure. | |
See Also |
| |
1340 |
ERROR: Invalid security context | |
|
Description |
An internal error occurred in the handler while attempting to enforce signature or encryption policy. |
Action |
Contact BEA Customer Support. | |
1341 |
WARN: WSH requires encryption but the message from the client is not encrypted | |
|
Description |
If the WSL is in a group that has a policy of ENCRYPTION_REQUIRED, then every message originating from a workstation client must be sealed. A message came in to the WSH which did not meet the requirement. |
Action |
Ensure all messages arriving at a WSH/WSL with the given policy is sealed. | |
See Also |
| |
1342 |
WARN: WSH requires digital signature but the message from the client is not signed | |
|
Description |
If the WSL is in a group that has a policy of SIGNATURE_REQUIRED, then every message originating from a workstation client must be signed. A message came in to the WSH which did not meet the requirement. |
Action |
Ensure all messages arriving at a WSH/WSL with the given policy is signed. | |
See Also |
| |
1343 |
WARN: Unable to format orderly release message - error-code | |
|
Description |
An internal error of error-code occurred while attempting to format an orderly release message for a workstation client. |
Action |
Contact BEA Customer Support. | |
See Also |
| |
1344 |
WARN: Unable to encode orderly release message | |
|
Description |
An internal error occurred while attempting to encode an orderly release message for a workstation client. |
Action |
Contact BEA Customer Support. | |
See Also |
| |
1345 |
ERROR: unable to decode or decrypt user data for routing | |
|
Description |
While doing a tpconnect on behalf of a workstation client, the WSH was forced to examine the data in order to route the message properly. However, the WSH could not decrypt the message, and so could not route the message. |
Action |
Either open an appropriate decryption key in the WSH using the public key initialization infrastructure, or do not use routing on the conversational service. | |
See Also |
| |
1346 |
ERROR: Invalid network address specified for -n option, val | |
|
Description |
The argument passed with the -n option is not a valid
network address.
See the description of the -n option on the
|
Action |
Correct the CLOPT for the WSL and re-boot the server. | |
See Also |
| |
1347 |
WARN: Unable to invoke audit postop on security failure | |
|
Description |
A call to the |
Action |
Check the registration of the auditing plugin. If the plugin used is the
default supplied plugin, check the userlog file and filesystem space. If the
plugin used is not the default supplied plugin, contact the supplier of
the plugin code.
In addition, because of the authentication failure, if the failure was not
intended, check the registration, authentication
configuration, and return from the | |
See Also |
| |
1348 |
WARN: Unable to invoke audit postop on security failure | |
|
Description |
A call to the |
Action |
Check the registration of the auditing plugin. If the plugin used is the default supplied plugin, check the userlog file and filesystem space. If the plugin used is not the default supplied plugin, contact the supplier of the plugin code. | |
See Also |
| |
1349 |
WARN: Unable to invoke audit postop on security failure | |
|
Description |
A call to the |
Action |
Check the registration of the auditing plugin. If the plugin used is the
default supplied plugin, check the userlog file and filesystem space. If the
plugin used is not the default supplied plugin, contact the supplier of
the plugin code.
In addition, because of the authentication failure, if the failure was not
intended, check the registration, authentication
configuration, and return from the | |
See Also |
| |
1350 |
ERROR: Pre 7.1 client not allowed. Use -t option on WSL | |
|
Description |
A request from a workstation client older than BEA Tuxedo Release 7.1 arrived at the WSH. However, the -t servopts option was not specified on the WSL CLOPT line in the UBBCONFIG. In order to close a possible security hole, the administrator must explicitly tell the WSL that it is allowed to accept requests from older workstation clients. |
Action |
If you wish to allow the server to interoperate with sites older than BEA Tuxedo Release 7.1, then the CLOPT for the WSL must contain -t before the -- option. | |
See Also |
| |
1351 |
ERROR: Pre 7.1 client not allowed. Use -t option on WSL | |
|
Description |
A request from a workstation client older than BEA Tuxedo Release 7.1 arrived at the WSH. However, the -t servopts option was not specified on the WSL CLOPT line in the UBBCONFIG. In order to close a possible security hole, the administrator must explicitly tell the WSL that it is allowed to accept requests from older workstation clients. |
Action |
If you wish to allow the server to interoperate with sites older than BEA Tuxedo Release 7.1, then the CLOPT for the server must contain -t before the -- option. | |
See Also |
| |
1352 |
ERROR: Cannot get security tokens for client | |
|
Description |
Tokens are not available for the workstation client. This client's network connection will be dropped. |
Action |
Contact your AAA security provider. If you are using the default AAA security provider provided by BEA Systems, Inc., then contact BEA Customer Support. | |
1353 |
ERROR: Failure during security token exchange val | |
|
Description |
A fatal error occurred during the GSSAPI exchange of tokens between the workstation client and the workstation handler. The error code was val. |
Action |
Contact your AAA security provider. If you are using the default AAA security provider provided by BEA Systems, Inc., then contact BEA Customer Support. | |
1354 |
ERROR: Protocol error, second tpinit or security exchange incomplete | |
|
Description |
The workstation handler received an initialization request before the security protocol was finished. There may be an attack under way. |
Action |
Ensure the security of your network. If the network is secure and operating properly, contact BEA Customer Support. | |
1355 |
ERROR: Unable to switch client contexts | |
|
Description |
While processing an initialization request, the workstation handler was unable to switch contexts to the context of the workstation client. |
Action |
Contact BEA Customer Support. | |
1356 |
ERROR: A lockout has occurred because of license violation | |
|
Description |
There are too many clients logged in for the current license. |
Action |
Upgrade your BEA Tuxedo system license to avoid future system lockouts. Please contact your BEA Tuxedo System Administrator. | |
1357 |
ERROR: Invalid tpinit buffer | |
|
Description |
The buffer that points to the tpinit buffer in the workstation handler is corrupt. |
Action |
Contact BEA Customer Support. | |
1358 |
ERROR: Invalid client name given val. | |
|
Description |
The client name val is invalid. This name is reserved for special workstation clients provided by BEA Systems. |
Action |
Change the client name in the TPINIT buffer of the workstation client. Ensure the security of your network. If the network is secure and operating properly, contact BEA Customer Support. | |
1359 |
WARN: Invalid notification option given 0xval, reset to TPU_IGN. | |
|
Description |
The notification option val is invalid. |
Action |
Remove the option val in the TPINIT buffer of the workstation client. If you believe that the option val is not set in the TPINIT buffer of the workstation client, then contact BEA Customer Support. | |
1360 |
ERROR: Failed to update registry table information | |
|
Description |
The workstation client was unable to update registry information about a workstation client that tried to log in. |
Action |
Contact BEA Customer Support. | |
1361 |
ERROR: Memory allocation error | |
|
Description |
While attempting to allocate memory for the reply to an initialization request, the workstation hander ran out of memory. |
Action |
Ensure that the operating system parameters are set correctly for the amount of memory on the machine and the amount of memory that can be used by a process. Reduce the memory usage on the machine or increase the amount of physical memory on the machine. | |
1362 |
WARN: setsockopt() for SO_KEEPALIVE failed | |
|
Description |
An attempt was made to set the SO_KEEPALIVE socket option on a workstation client link inside the workstation handler. The attempt failed. |
Action |
Ensure your TCP/IP stack supports the SO_KEEPALIVE option. If it does, and you believe your network to be operating properly, contact BEA Customer Support. | |
1363 |
WARN: KEEPALIVE option requested but not available on this platform | |
|
Description |
The keepalive option was requested from the WSH to the WSC, but this platform does not support the KEEPALIVE option. |
Action |
Set the -K option on the WSL command line to 'none' or 'client'. | |
See Also |
| |
1364 |
ERROR: Unable to format reply buffer for tpinit | |
|
Description |
An internal buffer in the workstation handler was corrupted. |
Action |
Contact BEA Customer Support. | |
1365 |
ERROR: Unable to send client initialization parameters | |
|
Description |
An attempt was made to send client initialization parameters to the workstation client. However, the attempt to send failed. |
Action |
Check the network connection. This error could occur if the workstation client was suddenly disconnected from the network. If you believe the workstation client is still connected and that the network is operating properly, contact BEA Customer Support. | |
1366 |
ERROR: Pre 7.1 client not allowed. Use -t option on WSL | |
|
Description |
A request from a workstation client older than BEA Tuxedo Release 7.1 arrived at the WSH. However, the -t servopts option was not specified on the WSL CLOPT line in the UBBCONFIG. In order to close a possible security hole, the administrator must explicitly tell the WSL that it is allowed to accept requests from older workstation client. |
Action |
If you wish to allow the server to interoperate with sites older than BEA Tuxedo Release 7.1 then the CLOPT for the WSL must contain -t before the -- option. | |
See Also |
| |
1367 |
ERROR: Invalid attempt to use older initialization opcode | |
|
Description |
A BEA Tuxedo Release 7.1 or later workstation client attempted to use an older initialization opcode. A security attack may be under way. |
Action |
Ensure the security of your network. If the network is secure and operating properly, contact BEA Customer Support. | |
1368 |
ERROR: Too many client requests are blocked on WSH context(id), request dropped! | |
|
Description |
The workstation handler was unable to send the request due to a blocking condition. The message buffered because of the blocking condition exceeded the limitation. A TPESYSTEM error code is returned to WS client. |
Action |
Perform one or more of the following actions to relieve the blocking condition. Modify the client application so that there will not be too many requests outstanding for the same context at the same time. You can also configure more application servers in the BEA Tuxedo system configuration file so that request can be handled faster. You may also need to tune the kernel to have a larger message queue. | |
1369 |
ERROR: Unable to read key | |
|
Description |
A |
Action |
Check the userlog for a message indicating the nature of the failure to get the key. | |
1370 |
ERROR: Unable to generate decryption schedule | |
|
Description |
A |
Action |
Check the userlog for a message indicating the nature of the failure to get the key. | |
1371 |
ERROR: Unable to decrypt password | |
|
Description |
A |
Action |
Check the userlog for a message indicating the nature of the failure to get the key. |
|
Copyright © 2000 BEA Systems, Inc. All rights reserved.
|