Content starts here

System Messages: CMDTUX Catalog 6900-6999

Previous Next

6900


ERROR: MINENCRYPTBITS parameter must be 0, 40, 56, 128, or 256

Description

The MINENCRYPTBITS configured in the NETWORK section is not valid. The valid value must be 0, 40, 56, 128, or 256.

Action

Correct the MINENCRYPTBITS value configured in the UBBCONFIG.

See Also

ubbconfig(5)


6901


ERROR: MAXENCRYPTBITS parameter must be 0, 40, 56, 128, or 256

Description

The MINENCRYPTBITS configured in the NETWORK section is not valid. The valid value must be 0, 40, 56, 128, or 256.

Action

Correct the MAXENCRYPTBITS value configured in the UBBCONFIG.

See Also

ubbconfig(5)


6902


Invalid value

Description

An invalid or out of range value for SSL RENEGOTIATION is configured.

Action

Use the correct value for SSL RENEGOTIATION.


6903


ERROR: SSL_RENEGOTIATION parameter must be >= 0 and <= 2147483647

Description

The configured SSL_RENEGOTIATION value is not valid. The valid value must be greater or equal to 0, and less tn han or equal to 2147483647.

Action

Use the legal value for SSL_RENEGOTIATION in the UBBCONFIG.


6904


ERROR: -z(val) must be 0, 40, 56, 128, or 256

Description

The '-z' command line option for tlisten is for MINENCRYPTBITS, and its value must be 0, 40, 56, 128, or 256. The 'tlisten' process -z option is not valid.

Action

Use the supported '-z' command line options value.


6905


ERROR: -Z(val) must be 0, 40, 56, 128, or 256

Description

The '-Z' command line option for tlisten is for MAXENCRYPTBITS, and its legal values are 0, 40, 56, 128, or 256 bits. The 'tlisten' process -Z is value is not valid.

Action

Use the supported '-Z' command line options value.


6906


ERROR: -s option cannot be specified without -c option

Description

The -s option indicates 'tlisten' is to run with SSL; however, the required -c option for private key location is required.

Action

Specify -s, -n, and -c option all together.

See Also

tlisten(1)


6907


ERROR: -c option cannot be specified without -s option

Description

The '-c' option is for private key location. It can only be used when 'tlisten' is running with SSL.

Action

Correct the command line option to tell tlisten to run with SSL, or remove '-c' option.


6908


usage: tlisten -l nlsaddr [-d dev] [ -u {uid-# | uid-name}] [-z {0|40|56|128|256}] [-Z {0|40|56|128|256}] [-s] [-n sec_principal_name] [-c sec_principal_location] [-p sec_principal_passvar]

Description

This is the command line usage information for 'tlisten'.

Action

Informational, no action required.


6909


WARN: -c sec_principal_location cannot b specified without -n sec_principal_name; ignoring -c option

Description

The -c option is given without -n option. The principal's private key location option has to be combined with sec_principal_name to be valid. This private key location value will be ignored.

Action

No action required if not running with SSL; however, if SSL is required then '-n' option for security principal name also has to be given.


6910


WARN: -p sec_principal_passvar cannot be specified without -n sec_principal_name; ignoring -p option

Description

The password for private key option, '-p', is given without specifying the principal name. It is ignored.

Action

No action required if not running with SSL; however, if SSL is required then '-n' option for security principal name also has to be given.


6912


Enter password for usrname:

Description

Prompt to ask user to enter password for user usrname.

Action

Enter the password for the private key for user 'usrname'.


6913


ERROR: Cannot get password for usrname

Description

Can not get password from user for 'usrname' from prompt.

Action

Enter the correct password when prompted.


6914


Re-enter password for usrname

Description

Prompt for asking user to re-enter password for private key.

Action

Enter the correct password when prompted.


6915


ERROR: Cannot get password for usrname

Description

Can not get password from user for 'usrname' from prompt.

Action

Enter the correct password when prompted.


6916


WARN: The entered password do not match, Try again.

Description

The entered passwords do not matchj. The user has one more chane to correct the problem.

Action

Enter the correct password when prompted.


6917


ERROR: Too many passoword failure for usrname

Description

There are too many failure while trying to get password from user.

Action

Enter the correct password next time starting tlisten.


6918


ERROR: Memory allocation failure

Description

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

Action

Make sure the operation 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. Also increate the space on the swap device.

See Also

See the malloc function.

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

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


6919


ERROR: Error initializing SSL certificate or private key

Description

The tlisten proces encountered error while initilizing SSL subsystem.

Action

Check ULOG for more exact reason of failure. Then check the PKI plug-in configuration, compare it with the SSL configuration of tlisten to find out whether the error are configuration related. If problem persist, contact your Certificate Authority or Oracle Customer support.


6920


ERROR: LMS Q to be initialized is NULL

Description

The LMS process encountered error while initilizing internal queue.

Action

Contact Oracle Customer Support.


6921


ERROR: LMS memory allocation failed

Description

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

Action

Make sure the operation 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. Also increate the space on the swap device.

See Also

See the malloc function.

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

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


6922


ERROR: LMS Queue lock failed

Description

An attempt to lock the mutex of LMS internal queue failed.

Action

Check system resource tunables. If problem persists, contact Oracle Customer Support with information about your environment.


6923


ERROR: Cannot create LMS server thread

Description

LMS process failed to create the network communication thread.

Action

Check system resource tunables. If problem persists, contact Oracle Customer Support.


6924


ERROR: -n option argument length is greater than maxlen

Description

The length of the tlisten -n option is greater than maxlen bytes. (The -n option is used to specify the security principal name when running tlisten using the SSL protocol.)

Action

Fix the tlisten -n option argument so that it does not exceed maxlen bytes.


6925


ERROR: -c option argument length is greater than maxlen

Description

The length of the tlisten -c option is greater than maxlen bytes. (The -c option is used to specify the security principal location when running tlisten using the SSL protocol.)

Action

Fix the tlisten -c option argument so that it does not exceed maxlen bytes.


6926


ERROR: -p option argument length is greater than maxlen

Description

The length of the tlisten -p option is greater than maxlen bytes. (The -p option is used to specify the security principal password variable when running tlisten using the SSL protocol.)

Action

Fix the tlisten -p option argument so that it does not exceed maxlen bytes.


6927


ERROR: Invalid tlisten option option

Description

The tlisten command was invoked with an invalid option option.

Action

Refer to the Usage message printed after this message or to the tlisten(1) manual page for a list of valid tlisten options. Fix the tlisten command line so that only valid options are specified.


6928


ERROR: Memory allocation failed for XML buffer

Description

LMS process failed to allocation memory for XML buffer.

Action

Make sure the operation 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. Also increate the space on the swap device.

See Also

See the malloc function.

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

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


6929


ERROR: Memory allocation failed for reply message to console

Description

LMS process failed to allocation memory for reply message to TSAM Manager.

Action

Make sure the operation 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. Also increate the space on the swap device.

See Also

See the malloc function.

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

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


6930


ERROR: Memory allocation failed for tppost event buffer

Description

LMS process failed to allocation memory for event buffer which to be passed to tppost. Make sure the operation 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. Also increate the space on the swap device.

See Also

See the malloc function.

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

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


6931


ERROR :LMS failed to create a new connection for console

Description

LMS process failed to create connection channel.

Action

Contact Oracle Customer Support.


6932


ERROR :LMS failed to connect to TSAM Manager URL

Description

LMS process failed to connect to TSAM Manager URL.

Action

Make sure TSAM Manager is started and runs normally. If firewall is deployed between LMS and TSAM Manager, make sure the LMS is allowed to issue connection to TSAM Manager on the firewall configuration. If problem persist, contact Oracle Customer Support.


6933


ERROR: LMS failed to send data to TSAM Manager URL

Description

LMS process failed to send data to TSAM Manager URL.

Action

Make sure TSAM Manager is started and runs normally. If problem persist, contact Oracle Customer Support.


6940


WARN: LMS server is currently unavailable

Description

Cannot send request to LMS.

Action

Make sure LMS is configured in UBBCONFIG on local machine. If LMS is configured, check your monitoring policyto reduce the monitoring frequency.If problem persist, contact Oracle Customer Support.


6942


ERROR: machine machine doesn't suppport TSAM

Description

LMS fail to do the TMMONITOR MIB request.

Action

None


6960


INFO: JVM Options[index]=value

Description

Display used JVM options in sequence.

Action

None.


6961


INFO: Configuration file: <tpgauth, gaconfig.xml, gakey.dat>

Description

Display filename of GAUTHSVR configurations (specified by '-f', '-o', '-k' respectively).

Action

None.


6962


ERROR: Fails to create JVM (rc=return code)

Description

GAUTHSVR fails when tried to create JVM.

Action

Check JVM options (by enable '-v' option for GAUTHSVR) and environment setting for JVM used by GAUTHSVR. Some key environment variables are PATH (for Windows), LD_LIBRARY_PATH (Unix), etc.


6963


ERROR: Cannot load CSS (detail message=<JVM message>)

Description

GAUTHSVR fails to load CSS, an underlying component.

Action

Contact Oracle Customer Support.


6964


ERROR: Cannot initialize CSS (detail message = <JVM message>)

Description

GAUTHSVR fails to initialize CSS, an underlying component.

Action

Check the filename of configurations doesn't contains invalid characters. Otherwise contact Oracle Customer Support.


6965


ERROR: Incorrect CSS package (detail message = <JVM Message>)

Description

GAUTHSVR encounters problem to communicate with CSS component.

Action

Contact Oracle Customer Support.


6966


ERROR: Shutdown error (detail message = <JVM Message>)

Description

GAUTHSVR fails to shutdown CSS.

Action

Contact Oracle Customer Support.


6967


ERROR: Error occurred when authenticating user username (detail message = <JVM Message>)

Description

The user security information is incorrect (either username not present in LDAP server or password is wrong).

Action

None.


6968


INFO: Configuration tpgauth is new

Description

The configuration file tpgauth is new and GAUTHSVR will re-generate the other two configuration files.

Action

None.


6969


INFO: Configuration tpgauth has been modified

Description

GAUTHSVR will update the generated two configuration files since this file has been changed. Please note that value for the item which is not present in the updated configuration file remains unchanged.

Action

None.


6970


INFO: Configuration tpgauth has not changed

Description

GAUTHSVR will not update the generated configuration files since this file has not changed.

Action

None.


6971


ERROR: Invalid -t parameter, should be either 'user' or 'group'

Description

Only 'user' or 'group' is valid as the parameter for -t option.

Action

Specify either 'user' or 'group' as the parameter for -t option.


6972


INFO: Translate user file tpusr with template tpusr-template

Description

Processing prompt.

Action

None.


6973


INFO: Group file tpgrp, output file filename

Description

Processing prompt.

Action

None.


6974


ERROR: Referenced field no. in template is too large

Description

The value specified between '<%' or '<%g' and '>' to reference fields in tpusr or tpgrp is larger than 128.

Action

Correct the value in template file and try again.


6975


INFO: Translate group file tpgrp with template tpgrp-template

Description

Processing prompt.

Action

None.


6976


ERROR: Cannot open template file filename

Description

The file filename> is not available.

Action

Provide an existed filename as template.


6977


ERROR: Template file too large to load in memory

Description

There is not enough memory to load the template file.

Action

Shrink the template file size or assign more memory resource to the process.


6978


ERROR: Cannot read template file filename

Description

The file filename is not readable.

Action

Check the file permission to confirm it's readable by current user.


6979


ERROR: Template contains invalid field reference in line lineno

Description

Field reference is not in valid format. The valid format should be a positive number enclosed by '<%' or '<%g' and '>'.

Action

Correct error in template file.


6980


ERROR: Group for group id gid does not exist in group file filename

Description

There is a user belongs to a non-existing group id gid.

Action

Remove the user from tpusr or add a group into tpgrp with group id gid.


6981


WARN: User cache is full. New entries cannot be added

Description

The user security information cannot be stored in cache since it's full. It has no impact on function of GAUTHSVR.

Action

Increase user cache size to a large value (UserCacheSize in GAUTHSVR configuration file) if there are many users in the application system.


6982


INFO: Cache[%d] user name %s, appkey 0x%x, ctime %ld

Description

Display information stored in cache.

Action

None.


6983


ERROR: Configuration error (detail message = <JVM message>)

Description

GAUTHSVR encountered error when processing configuration file.

Action

Contact Oracle Customer Support.


6984


ERROR: Invalid keyword value in line lineno of filename

Description

GAUTHSVR found there was an unknown keyword value in configuration file filename.

Action

Correct error in configuration file.


6985


ERROR: Invalid line lineno in content. Format should be \"keyword=value\"

Description

GAUTHSVR found configuration file error in line lineno with content content which was not in format of \"keyword=value\".

Action

Correct error in configuration file.


6986


ERROR: Error in reading encrypted password from TUXCONFIG file

Description

This error occurred during boot of TUXEDO in MP mode while sending TUXCONFIG to older site.

Action

Contact Oracle Customer Support.


6987


ERROR: Error in re-encrypting password

Description

The re-encrypt of system password using DES failed during boot of TUXEDO in MP mode while sending TUXCONFIG to older site.

Action

Contact Oracle Customer Support.


6988


ERROR: Error in generating one-way hash

Description

Failure encountered while generating hash value for Application Password.

Action

Contact Oracle Customer Support.


6989


ERROR: MAXSERVICES parameter must be > 0 and < 1048575

Description

The configured MAXSERVICES value is not valid.

Action

User the valid MAXSERVICES value between 0 and 1048575.


6990


ERROR: Cannot boot old release site (site_name) when MAXSRCS is greater than 32766

Description

The before TUXEDO 10.0 release the MAXSERVICES is limited to 32766. When TUXEDO is running in a mixed releases MP mode environment with any of the slave node that is older than TUXEDO 10 release then MAXSERVICES is limited to 32766 for the whole TUXEDO Application domain.

Action

Either upgrade the older release node to TUXEDO 10.0 and above, or change the MAXSERVICES to value smaller than or equal to 32766.


6991


ERROR: LMS cannot initialize the serve thread context

Description

LMS process failed to create a new Tuxedo context for the communication thread.

Action

Contact Oracle Customer Support.


6992


ERROR: Invalid value of heartbeat interval

Description

An invalid "-t" option is specfied in CLOPT of LMS.

Action

The valid heartbeat interval is an integer of [1,60]. Make sure the correct option is set with "-t" option.


6993


ERROR: Invalid value of memory cache size option

Description

An invalid "-x" option is specfied in CLOPT of LMS.

Action

The valid memory cache size is an integer of [1001,999999]. Make sure the correct option is set with "-x" option.


6994


ERROR: The console address is not specified or invalid

Description

The "-l" option is not specified or invalid in CLOPT of LMS.

Action

LMS must be given the valid TSAM Manager data server address by the "-l" option in its CLOPT. The format is "hostname:port/tsam/dataserver" or "ipaddress:port/tsam/dataserver".


6995


ERROR: The network initialization failed

Description

LMS process failed to intialize the network communication.

Action

Contact Oracle Customer Support.


6996


WARN: LMS cannot update queue table entry

Description

LMS process failed to update its queue table entry withn Bulletin Board.

Action

Contact Oracle Customer Support.


6997


ERROR: Invalid value of logging error interval

Description

The "-e" option is specified with an invalid in CLOPT of LMS.

Action

The valid logging error interval is an integer of [1,65535]. Make sure the correct option is set with "-e" option.


6998


WARN: LMS has dropped dropped number messages and sent sent number messages

Description

LMS process will log warning messages periodically if it had dropped messages.

Action

Increase LMS memory cache limit to a proper size with the "-x" option. If this problem persistes, it means the monitoring frequency is too aggressive so that LMS can not synchronize the performance metrics to TSAM Manager in time. Then the query on TSAM Manager console may get incomplete results. Suggest to reduce the monitoring frequency by ajusting the monitoring polices. In a heavy load environment, TSAM plug-in level event trigger is recommended.


6999


ERROR: SSL encryption is configured for this configuration, but the SSL package is not installed

Description

The SSL is configured but the SSL package is not installed with TUXEDO.

Action

Change configuration to use LLE or contact Oracle Customer Support for purchaing TUXEDO SSL package.


 Back to Top Previous Next