Content starts here

System Messages: TUXJS Catalog 400-499

Previous

400


ERROR: Java Server Configuration file with -f option must be specified.

Description

There is not "-f" option in the TDC Java server Configuration.

Action

Specify a "-f" option in the TDC Java Server Configuration as the TDC property file path.


401


ERROR: Failed to open TDC property file.

Description

Failed to open TDC property file.

Action

Check if the TDC property file exists in the path which is specified in the TDC Java server configuration.


403


ERROR: Coherence Cache cache_name does not exist.

Description

The cache does not exist in the Coherence Cache configuration file.

Action

Specify a valid cache which exists in Coherence Cache configuration file.


404


WARN: Cache Key key does not exist.

Description

Cannot find the entry in the Cache with the specified key.

Action

Specify a valid cache key.


405


ERROR: Cache Key key is invalid.

Description

The KEY in the cache operation is invalid.

Action

Contact Oracle Customer Support.


406


ERROR: Cache Key Type key_type is invalid.

Description

The type of the KEY in the cache operation is invalid.

Action

Specify a valid value as the key type.


407


ERROR: Cache Value cache_value is invalid.

Description

The VALUE in the cache operation is invalid.

Action

Contact Oracle Customer Support.


408


ERROR: Cache Value Type value_type is invalid.

Description

The type of the VALUE in the cache operation is invalid.

Action

Specify a valid value as the value type.


409


ERROR: Cache Command cache_cmd is invalid.

Description

The COMMAND in the cache operation is invalid.

Action

Specify a valid value as the CACHE COMMAND.


410


ERROR: Cache cache_name is unavailable.

Description

The cache is unavailable from Coherence server.

Action

Contact Oracle Customer Support.


411


ERROR: property property_name is invalid.

Description

There is a invalid property in the TDC property file.

Action

Specify a valid value as the property.


412


ERROR: Property property_name is not supported.

Description

There is a property which is not supported in TDC property file.

Action

Edit the TDC property file, and add valid properties.


413


ERROR: Failed to backup the TDC property file.

Description

Failed to backup the TDC property file when trying to update it by TMIB operation.

Action

Contact Oracle Customer Support.


414


ERROR: Failed to rollback the TDC property file.

Description

Failed to rollback the TDC property file.

Action

Contact Oracle Customer Support.


415


ERROR: Failed to update TDC property file.

Description

Failed to update the TDC property file by TMIB operation.

Action

Contact Oracle Customer Support.


416


ERROR: The Update operation operation_name is not supported

Description

There is an invalid operation mode in the TMIB opearation. The valid operation modes contains new, delete, modify.

Action

Specify a valid value as the operation mode of TMIB operation.


 Back to Top Previous