Content starts here

System Messages: TUXJS Catalog 200-299

Previous Next

250


ERROR: Failed to load JVM library jvm_library_name

Description

The TMJAVASVR Server failed to load the JVM library dynamically. There are different reasons in different cases that cause the JVM loading fail. In many case, it is related to the environment setting. The Java Server cannot load the JVM library if the TMJAVASVR Server cannot find the correct version JVM library in its library search path.

Action

Make sure the correct environment setting about JVM library according to the Java support feature document, I.e the JVM library should be in the TMJAVASVR Server library search path). If the environment setting is correct and the problem still exists, contact Oracle Tuxedo System Technical Support

See Also

ATMI Programming


251


ERROR: Failed to get function function_name.

Description

The TMJAVASVR Server failed to get the specified function from JVM library.

Action

Make sure the correct JVM library version is used. If the problem still exists, contact Oracle Tuxedo System Technical Support.


252


ERROR: Initialize JVM environment failed.

Description

The TMJAVASVR Server failed to create the Java Virtual Machine or initialize JVM environment.

Action

Make sure the correct JVM library version is used. If the problem still exists, contact Oracle Tuxedo System Technical Support.


254


ERROR: Cannot find entry of service service_name.

Description

The TMJAVASVR Server cannot find the specified Java application service. It maybe because the Java Application does not implement this service or does not advertise this service with the specified name.

Action

Check to see if the specified service is implemented or the service is advertised with specified name in the server configuration file.

See Also

ATMI Programming


255


ERROR: TMJAVASVR cannot be conversational server.

Description

The TMJAVASVR Server does not support the conversation mode; however it is configured with CONV=y in the UBB configuration file.

Action

Remove the CONV=y in UBB configuration file for TMJAVASVR Server

See Also

ATMI Programming


256


ERROR: TMJAVASVR cannot be part of MSSQ set.

Description

The TMJAVASVR Server does not support the MSSQ and cannot be configured into a MSSQ set; however it is configured to belong to a MSSQ set in UBB configuration file.

Action

Remove TMJAVASVR server from the MSSQ set in UBB configuration file.


257


ERROR: Failed to initialize JVM environment thread.

Description

The TMJAVASVR server thread failed to attach to the Java virtual machine

Action

Make sure the correct Java virtual machine version is used. If the error still exists, contact the Oracle Tuxedo System Technical Support


259


ERROR: Java server thread initialization failure.

Description

The TMJAVASVR server thread failed during thread initialization.

Action

Contact the Oracle Tuxedo System Technical Support


260


ERROR: Out of memory. Cannot allocate space for Java info.

Description

The TMJAVASVR server fails to allocate the memory from heap when trying to get the Java class definition information.

Action

Contact the Oracle Tuxedo System Technical Support


261


"ERROR: Cannot find class_name class."

Description

The TMJAVASVR server cannot find the specified class definition. The class_name is the class name of missing definition.

Action

Make sure the correct Java Class path is specified in TMJAVASVR configuration file.


262


"ERROR: Cannot create ref for object_class_name

Description

The TMJAVASVR server cannot create a global Java object reference. The object_class_name is the class name of the failed object.

Action

Contact the Oracle Tuxedo System Technical Support


263


"ERROR: Cannot find class_name.method_name.

Description

The TMJAVASVR server cannot find the specified method in the specified Java class. The class_name.method_name gives detail information about the missing method.

Action

Make sure the specified Java class defines the specified method in Java application.


264


ERROR: Invalid request data.

Description

The TMJAVASVR server received a request that contains the invalid request data.

Action

Contact the Oracle Tuxedo System Technical Support


265


ERROR: Failed to create a Java object java_object_name.

Description

The TMJAVASVR server fails to create the specified Java object. The java_object_name is the object name that fails to be created.

Action

Contact the Oracle Tuxedo System Technical Support


267


ERROR: Memory allocation failure: failure_description:line_number.

Description

The TMJAVASVR server cannot allocate the memory from heap. The string failure_description:line_number provides the detail failure reason and source file line number where the allocation failure occurs.

Action

Contact the Oracle Tuxedo System Technical Support


269


ERROR: Failed to create Java object java_object_name.

Description

The TMJAVASVR server failed to create the specified Java object. The java_object_name is the failure Java object name.

Action

Contact the Oracle Tuxedo System Technical Support


270


ERROR: Failed to invoke Java method class_name.method_name.

Description

The TMJAVASVR server failed to invoke the specified Java class method. The class_name.method_name provides detailed failure method information.

Action

Contact the Oracle Tuxedo System Technical Support


271


ERROR: Failed to get reply from Java service service_name:class_name.method_name.

Description

The TMJAVASVR server failed to get reply from the specified service. The service_name is the called service, the class_name.method_name specifies the class name and method name that implements the specified service.

Action

Contact the Oracle Tuxedo System Technical Support


272


ERROR: Data encode operation failure.

Description

The TMJAVASVR server failed to encode the request data.

Action

Contact the Oracle Tuxedo System Technical Support


273


ERROR: Data decode operation failure.

Description

The TMJAVASVR server failed to decode the reply data.

Action

Contact the Oracle Tuxedo System Technical Support


274


ERROR: Message buffer memory allocation failure.

Description

The TMJAVASVR server failed to allocate the memory from heap.

Action

Contact the Oracle Tuxedo System Technical Support


275


ERROR: Message buffer resize failure.

Description

The TMJAVASVR server failed to resize the message buffer

Action

Contact the Oracle Tuxedo System Technical Support


 Back to Top Previous Next