Content starts here

System Messages: CMDTUX Catalog 4600-4699

Previous Next

4600


ERROR:JDBCCONNPOOLS entry "val" refers to non-existent server - SRVGRP:val SRVID:val

Description

The connection pool (val) refers to a server which does not exist in the SERVERS section.

Action

Edit the UBBCONFIG file to make sure that the connection pool refers to a server which exists in the SERVERS section. Make sure that the SRVGRP and SRVID are correct if it allready exists.


4601


ERROR:Duplicate entries in JDBCCONNPOOLS Section "val"

Description

There are multiple JDBCCONNPOOLS sections defined in the UBBCONFIG file.

Action

Remove the extraneous JDBCCONNPOOLS section from the UBBCONFIG file.

See Also

ubbconfig(5)


4602


ERROR:Driver spec must be <= val characters in length

Description

The DRIVER value of the JDBCCONNPOOLS entry of the configuration file must be <= 256 characters.

Action

Specify a value that is less than or equal to 256 characters.

See Also

tmloadcf(1), ubbconfig(5)


4603


ERROR:URL spec must be <= val characters in length

Description

The URL value of the JDBCCONNPOOLS entry of the configuration file must be <= 256 characters.

Action

Specify a value that is less than or equal to 256 characters.

See Also

tmloadcf(1), ubbconfig(5)


4604


ERROR:DBNAME must be <= val characters in length

Description

The DBNAME value of the JDBCCONNPOOLS entry of the configuration file must be <= 256 characters.

Action

Specify a value that is less than or equal to 256 characters.

See Also

tmloadcf(1), ubbconfig(5)


4605


ERROR:DBUSER must be <= val characters in length

Description

The DBUSER value of the JDBCCONNPOOLS entry of the configuration file must be <= 30 characters.

Action

Specify a value that is less than or equal to 30 characters.

See Also

tmloadcf(1), ubbconfig(5)


4606


ERROR:DBPASSWORD must be <= val characters in length

Description

The DBPASSWORD value of the JDBCCONNPOOLS entry of the configuration file must be <= 64 characters.

Action

Specify a value that is less than or equal to 64 characters.

See Also

tmloadcf(1), ubbconfig(5)


4607


ERROR:USERROLE must be <= val characters in length

Description

The USERROLE value of the JDBCCONNPOOLS entry of the configuration file must be <= 30 characters.

Action

Specify a value that is less than or equal to 30 characters.

See Also

tmloadcf(1), ubbconfig(5)


4608


ERROR:DBHOST must be <= val characters in length

Description

The DBHOST value of the JDBCCONNPOOLS entry of the configuration file must be <= 30 characters.

Action

Specify a value that is less than or equal to 30 characters.

See Also

tmloadcf(1), ubbconfig(5)


4609


ERROR:DBNETPROTOCOL must be <= val characters in length

Description

The DBNETPROTOCOL value of the JDBCCONNPOOLS entry of the configuration file must be <= 30 characters.

Action

Specify a value that is less than or equal to 30 characters.

See Also

tmloadcf(1), ubbconfig(5)


4610


ERROR: DBPORT parameter must be > 0 and < 65536

Description

The DBPORT parameter in the JDBCCONNPOOLS entry of the configuration file must be within the proper range of values.

Action

Specify a value that is greater than 0 and less than 65536.

See Also

tmloadcf(1), ubbconfig(5)


4611


ERROR:PROPS must be <= val characters in length

Description

The PROPS value of the JDBCCONNPOOLS entry of the configuration file must be <= 256 characters.

Action

Specify a value that is less than or equal to 256 characters.

See Also

tmloadcf(1), ubbconfig(5)


4612


ERROR: LOGINDELAY parameter must be >= 0

Description

The LOGINDELAY parameter in the JDBCCONNPOOLS entry of the configuration file must be within the proper range of values.

Action

Specify a value that is greater than 0.

See Also

tmloadcf(1), ubbconfig(5)


4613


ERROR: INITCAPACITY parameter must be > 0

Description

The INITCAPACITY parameter in the JDBCCONNPOOLS entry of the configuration file must be within the proper range of values.

Action

Specify a value that is greater than 0.

See Also

tmloadcf(1), ubbconfig(5)


4614


ERROR: MAXCAPACITY parameter must be > 0

Description

The MAXCAPACITY parameter in the JDBCCONNPOOLS entry of the configuration file must be within the proper range of values.

Action

Specify a value that is greater than 0.

See Also

tmloadcf(1), ubbconfig(5)


4615


ERROR: CAPACITYINCR parameter must be > 0

Description

The CAPACITYINCR parameter in the JDBCCONNPOOLS entry of the configuration file must be within the proper range of values.

Action

Specify a value that is greater than 0.

See Also

tmloadcf(1), ubbconfig(5)


4616


ERROR: SHRINKPERIOD parameter must be > 0

Description

The SHRINKPERIOD parameter in the JDBCCONNPOOLS entry of the configuration file must be within the proper range of values.

Action

Specify a value that is greater than 0.

See Also

tmloadcf(1), ubbconfig(5)


4617


ERROR:TESTTABLE must be <= val characters in length

Description

The TESTTABLE value of the JDBCCONNPOOLS entry of the configuration file must be <= 256 characters.

Action

Specify a value that is less than or equal to 256 characters.

See Also

tmloadcf(1), ubbconfig(5)


4618


ERROR: REFRESH parameter must be > 0

Description

The REFRESH parameter in the JDBCCONNPOOLS entry of the configuration file must be within the proper range of values.

Action

Specify a value that is greater than 0.

See Also

tmloadcf(1), ubbconfig(5)


4619


ERROR: WAITTIMEOUT parameter must be > 0

Description

The WAITTIMEOUT parameter in the JDBCCONNPOOLS entry of the configuration file must be within the proper range of values.

Action

Specify a value that is greater than 0.

See Also

tmloadcf(1), ubbconfig(5)


4620


ERROR:MAXCAPACITY parameter missing in *JDBCCONNPOOLS entry - val

Description

Each entry in the JDBCCONNPOOLS section of the configuration file must have a MAXCAPACITY parameter.

Action

Specify a MAXCAPACITY value for the entry.

See Also

tmloadcf(1), ubbconfig(5)


4621


ERROR:CAPACITYINCR parameter missing in *JDBCCONNPOOLS entry - val

Description

Each entry in the JDBCCONNPOOLS section of the configuration file must have a CAPACITYINCR parameter.

Action

Specify a CAPACITYINCR value for the entry.

See Also

tmloadcf(1), ubbconfig(5)


4622


ERROR:INITCAPACITY exceeds MAXCAPACITY in *JDBCCONNPOOLS entry - val

Description

A JDBCCONNPOOLS entry was read where the INITCAPACITY parameter was greater than the MAXCAPACITY parameter.

Action

Correct the entry and re-load the configuration.

See Also

tmloadcf(1), ubbconfig(5)


4623


ERROR: TESTTABLE is mandatory in *JDBCCONNPOOLS entry val val,TESTONRESERVE=val,TESTONRELEASE=val>

Description

An entry in the JDBCCONNPOOLS section of the configuration file has a value for REFRESH, TESTONRESERVE, or TESTONRELEASE but not for TESTTABLE.

Action

Specify a TESTTABLE value for the entry.

See Also

tmloadcf(1), ubbconfig(5)


4624


ERROR:JDBCCONNPOOLS entry "val" refers to a non JAVA server - SRVGRP:srvgrp SRVID:srvid

Description

A JDBCCONNPOOLS entry refers to a server (group srvgrp and ID srvid) that is not a JAVA server.

Action

Specify a valid server for the JDBCCONNPOOLS entry.

See Also

tmloadcf(1), ubbconfig(5)


4628


ERROR: Encryption error for OPENINFO password in group val

Description

tmloadcf encountered an internal error while encrypting password provided in OPENINFO attribute.

Action

Please contact Oracle Customer Support.


4629


ERROR: Encryption error for PROPS password in group val, server val, pool val

Description

tmloadcf encountered an internal error while encrypting password provided in PROPS attribute.

Action

Please contact Oracle Customer Support.


4630


ERROR: Encryption error for DBPASSWORD in group val, server val, pool val

Description

tmloadcf encountered an internal error while encrypting password provided in DBPASSWORD attribute.

Action

Please contact Oracle Customer Support.


4631


ERROR:JDBCCONNPOOLS entry "val" cannot have both WAITFORCONN and WAITTIMEOUT

Description

A JDBCCONNPOOLS entry was read that has both WAITFORCONN and WAITFORTIMEOUT parameters specified. These parameters are mutually exclusive.

Action

Correct the entry and re-load the configuration.

See Also

tmloadcf(1), ubbconfig(5)


4632


ERROR:Non encrypted part of PROPS attribute must be <= val characters in length

Description

The non-encrypted part of the PROPS value of the JDBCCONNPOOLS entry of the configuration file must be <= 200 characters.

Action

Specify a value that is less than or equal to 200 characters.

See Also

tmloadcf(1), ubbconfig(5)


4633


ERROR:Non encrypted part of OPENINFO attribute must be <= val characters in length

Description

The non-encrypted part of the OPENINFO value of the GROUPS section of the configuration file must be <= 200 characters.

Action

Specify a value that is less than or equal to 200 characters.

See Also

tmloadcf(1), ubbconfig(5)


4634


ERROR: Module Path "val" is not unique in server entry.

Description

The module path, val, is not unique within the SERVERS entry where it is specified.

Action

Correct the entry and re-load the configuration.

See Also

tmloadcf(1), ubbconfig(5)


4640


ERROR: Group name must be <= val characters in length

Description

The SRVGRP value of a JDBCCONNPOOLS entry in the configuration file must be <= 30 characters.

Action

Specify a value that is less than or equal to 30 characters.

See Also

tmloadcf(1), ubbconfig(5)


4643


ERROR: buildserver cannot open the temporary output file, srcfile.

Description

The buildserver cannot open the temporary output file, srcfile.

Action

Check that the directory for the file exists and has write permissions, and that the file system has sufficient resources for a new file.

See Also

buildserver(1)


4644


ERROR: Memory allocation failure

Description

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

Action

Make sure the operating system parameters are set correctly for the amount of memory on the machine and the amount of memory that can be used by a process. Reduce the memory usage on the machine or increase the amount of physical memory on the machine.


4645


ERROR: Memory allocation failure

Description

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

Action

Make sure the operating system parameters are set correctly for the amount of memory on the machine and the amount of memory that can be used by a process. Reduce the memory usage on the machine or increase the amount of physical memory on the machine.


4646


ERROR: Memory allocation failure

Description

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

Action

Make sure the operating system parameters are set correctly for the amount of memory on the machine and the amount of memory that can be used by a process. Reduce the memory usage on the machine or increase the amount of physical memory on the machine.


4647


ERROR: Memory allocation failure

Description

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

Action

Make sure the operating system parameters are set correctly for the amount of memory on the machine and the amount of memory that can be used by a process. Reduce the memory usage on the machine or increase the amount of physical memory on the machine.


4648


ERROR: Memory allocation failure

Description

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

Action

Make sure the operating system parameters are set correctly for the amount of memory on the machine and the amount of memory that can be used by a process. Reduce the memory usage on the machine or increase the amount of physical memory on the machine.


4649


ERROR: Memory allocation failure

Description

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

Action

Make sure the operating system parameters are set correctly for the amount of memory on the machine and the amount of memory that can be used by a process. Reduce the memory usage on the machine or increase the amount of physical memory on the machine.


4675


ERROR: Module Path "val" is not unique in server entry.

Description

The module path, val, is not unique within the SERVERS entry where it is specified.

Action

Correct the entry and re-load the configuration.

See Also

tmloadcf(1), ubbconfig(5)


4676


ERROR: Memory allocation failure

Description

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

Action

Make sure the operating system parameters are set correctly for the amount of memory on the machine and the amount of memory that can be used by a process. Reduce the memory usage on the machine or increase the amount of physical memory on the machine.


4677


ERROR: Memory allocation failure

Description

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

Action

Make sure the operating system parameters are set correctly for the amount of memory on the machine and the amount of memory that can be used by a process. Reduce the memory usage on the machine or increase the amount of physical memory on the machine.


4678


ERROR: AUTOTRAN specified for EJB Interface interface_name

Description

An entry for interface interface_name in the INTERFACES section of the UBBCONFIG file has the AUTOTRAN parameter set to Y but it is an EJB interface ("EJB:").

Action

Either set the AUTOTRAN parameter to N or associate the a non-EJB interface.

See Also

tmloadcf(1), ubbconfig(5)


4679


ERROR: Re-encryption error for OPENINFO password in group val

Description

OPENINFO was found encrypted in the UBBCONFIG file during tmloadcf, but an attempt to decrypt it with an old key failed.

Action

Replace the encrypted part of OPENINFO with the "*****" string, and run tmloadcf again


4680


ERROR: Re-encryption error for PROPS password in group val, server val, pool val

Description

PROPS was found encrypted in the UBBCONFIG file during tmloadcf, but an attempt to decrypt it with an old key failed.

Action

Replace the encrypted part of PROPS with the "*****" string, and run tmloadcf again


4681


ERROR: Re-encryption error for DBPASSWORD password in group val, server val, pool val

Description

DBPASSWORD was found encrypted in the UBBCONFIG file during tmloadcf, but an attempt to decrypt it with an old key failed

Action

Replace the encrypted part of DBPASSWORD with the "*****" string, and run tmloadcf again


 Back to Top Previous Next