System Messages: TUXJS Catalog 100-199
|
![]() |
![]() |
100 |
ERROR: XML handle initialization failure: "string". | |
|
Description |
Oracle Tuxedo Java server failed to initialize XML parsing Util. |
Action |
Contact Oracle Tuxedo Technical Support. | |
101 |
ERROR: Error occurred during parsing config file "string". | |
|
Description |
An error occurs when Oracle Tuxedo Java server parses the specific configuration file. |
Action |
Make sure the specific configuration exists and the format is correct.Restart Oracle Tuxedo Java server. | |
102 |
ERROR: XMLException occurred during parsing config file "string": "string". | |
|
Description |
An XML exception occurs when Oracle Tuxedo Java server parses the specific configuration file. |
Action |
Make sure the specific configuration exists and the format is correct.Restart Oracle Tuxedo Java server. | |
103 |
ERROR: DOMException occurred during parsing config file "string": "string". | |
|
Description |
A DOM exception occurs when Oracle Tuxedo Java server parses the specific configuration file. |
Action |
Make sure the specific configuration exists and the format is correct.Restart Oracle Tuxedo Java server. | |
104 |
ERROR: Exception occurred during parsing config file "string". | |
|
Description |
An exception occurs when Oracle Tuxedo Java server parses the specific configuration file. |
Action |
Make sure the specific configuration exists and the format is correct.Restart Tuxedo Java server. | |
105 |
ERROR: Invalid configuration file "string": "string". | |
|
Description |
The specific configuration for Oracle Tuexdo Java server is invalid. |
Action |
Make sure the specific configuration exists and the format is correct.Restart Tuxedo Java server. | |
106 |
ERROR: Memory allocation failure. | |
|
Description |
Oracle Tuxedo Java server failed to allocate memory. |
Action |
Contact Oracle Tuxedo Technical Support. | |
107 |
ERROR: Failed to create synchronization mutex. | |
|
Description |
Oracle Tuxedo Java server failed to create synchronization mutex. |
Action |
Contact Oracle Tuxedo Technical Support. | |
109 |
ERROR: Element "element_name" exceeds maximum length number. | |
|
Description |
The specific element in the Oracle Tuxedo Java server configuration exceeds its maximum length. |
Action |
Change the element in the configuration file. Restart Tuxedo Java server. | |
111 |
ERROR: Element "element_name" is empty. | |
|
Description |
The specific element in the Oracle Tuxedo Java server configuration is empty which is invalid. |
Action |
Change the element in the configuration file. Restart Tuxedo Java server. | |
112 |
ERROR: Attribute "name" and "target" must be defined for "Service" in configuration. | |
|
Description |
Either the name or target attribute for Service is not defined. |
Action |
Add the name and target attribute definition in Service. Restart Oracle Tuxedo Java server. | |
114 |
WARN: Failed to unadvertise service "service_name": "string". | |
|
Description |
Oracle Tuxedo Java server failed to unadvertise Java service. |
Action |
Contact Oracle Tuxedo Technical Support. | |
115 |
ERROR: Failed to get services declaration from "class_name". | |
|
Description |
Oracle Tuxedo Java server failed to get methods declaration for the specific class. |
Action |
Make sure the specific class exists in the classpath which is defined in configuration file or in $APPDIR. Restart Oracle Tuxedo Java server. | |
117 |
ERROR: The length of Method name "method_name" of class "class_name" exceeds number. | |
|
Description |
The specific method name in the specific class exceeds the specific length. |
Action |
Change the specific method name and make sure its length does not exceed the specific length. Restart Oracle Tuxedo Java server. | |
118 |
ERROR: Length of class path "string" exceeds number. | |
|
Description |
The length of the specific class path exceeds the specific length. |
Action |
Make sure the class path does not exceed the specific length. Restart Oracle Tuxedo Java server. | |
119 |
ERROR: Failed to open file "string": number. | |
|
Description |
Failed to open the specific file.This message will also print the errno. |
Action |
Make sure that the spcific file exists. Restart Oracle Tuxedo Java server if needed. | |
120 |
INFO: "schema_file" is used as the schema file for the configuration file "string" for current TMJAVASVR. | |
|
Description |
This mesage prints out the specific schema file used to check the validataion of the specific configuration file. |
121 |
ERROR: Failed to add class path parameters into JVM environment | |
|
Description |
Oracle Tuxedo Java server failed to add class path to JVM. |
Action |
Contact Oracle Tuxedo Technical Support. | |
124 |
ERROR: Method "method_name" is not implemented in Java server class "class_name". | |
|
Description |
The specific method is defined in target attribute of Service entry for one class in the configuration, but this method is not implemented in the class. |
Action |
Change the target name for the method to match the actual method name implemented in the class. Restart Tuxedo Java server. | |
125 |
ERROR: Invalid configuration file path "string". | |
|
Description |
The configuration file configured for the Java server in the |
Action |
Change the configuration file setting for the Java server in the | |
See Also |
| |
126 |
ERROR: Configuration file path is too large. | |
|
Description |
The path length of the configuration file configured for the Java server in the |
Action |
Change the configuration file setting for the Java server in the | |
127 |
WARNING: Schema file "schema_file" doesn't exist.We will ignore schema check for "config_path". | |
|
Description |
This mesage prints out warning that the specific schema file does not exist, and Tuxedo Java server will ignore schema check validation for the specific configuration file. |
128 |
ERROR: Could not find Java server class "class_name". | |
|
Description |
Could not find the specific Java server class. |
Action |
Make sure the specific Java server class exists in the classpath defined in configuration file or in $APPDIR. Restart Tuxedo Java server. | |
129 |
ERROR: Failed to get APPDIR | |
|
Description |
Failed to get APPDIR environment value. |
Action |
Make sure APPDIR is set before starting Oracle Tuxedo Java server. Restart Oracle Tuxedo Java server. | |
130 |
ERROR: Failed to get empty contructor method for Java server class "class_name". | |
|
Description |
Failed to get empty constructor for the specific Java server class. |
Action |
Add empty constructor method to the Java server class and then recompile the Java server class. Restart Oracle Tuxedo Java server. | |
131 |
ERROR: Faied to parse Tuxedo Java server config. Error message is:string . | |
|
Description |
Failed to parse configuration file and print out the error message. |
Action |
Make sure the specific configuration exists and the format is correct. Restart Oracle Tuxedo Java server. | |
132 |
ERROR: Class path classpath does not exist. | |
|
Description |
The classpath defined in configuration file does not exist. |
Action |
Make sure the classpath defined in configuration file exist.Restart Oracle Tuxedo Java server. | |
133 |
ERROR: Invalid class path. | |
|
Description |
The classpath format defined in configuration file is not a correct. |
Action |
Make sure the classpath setting defined in configuration file is correct.Restart Tuxedo Java server. | |
134 |
ERROR: Could not find Tuxedo Java Server class. | |
|
Description |
Oracle Tuxedo Java server could not find Java server class. |
Action |
Make sure all the Java server class exists in the classpath defined in configuration file or in $APPDIR. | |
135 |
ERROR: Failed to transfer JAVA Typed buffer to Tuxedo typed buffer. | |
|
Description |
Oracle Tuxedo Java server failed to transfer JAVA Typed buffer to Tuxedo typed buffer. |
Action |
Contact Oracle Tuxedo Technical Support. | |
136 |
ERROR: Failed to get Tuxedo reply. | |
|
Description |
Oracle Tuxedo Java server failed to get reply object after doing a tpcall to other service. |
Action |
Contact Oracle Tuxedo Technical Support. | |
137 |
ERROR: Failed to find class : class_name. | |
|
Description |
Oracle Tuxedo Java server failed to find specific class. |
Action |
Make sure the class exists in the classpath defined in configuration file or in $APPDIR. | |
138 |
ERROR: Failed to advertise service "service_name": "string". | |
|
Description |
Oracle Tuxedo Java server failed to advertise the specific service and print out the corresponding error message. |
Action |
Contact Oracle Tuxedo Technical Support. | |
139 |
WARN: Advertises service "service_name" with "class_name.method_name" failure,(Error:"string"). | |
|
Description |
Oracle Tuxedo Java server failed to advertise the specific service provided by specific class method.It also prints out the corresponding error message. |
Action |
Contact Oracle Tuxedo Technical Support. | |
140 |
INFO: Total number services are advertised. | |
|
Description |
Oracle Tuxedo Java server print this message to show how much Java services are advertised at boot time. |
141 |
ERROR: Java server configuration file is invalid. | |
|
Description |
Java server's configuration is not invalid. |
Action |
Make sure the specific configuration exists and the format is correct.Restart Oracle Tuxedo Java server. | |
142 |
ERROR: Failed to open resource manager. | |
|
Description |
Oracle Tuxedo Java server failed to open resource manager. |
Action |
Make sure the configuration file data source config is correct.Make sure the needed JDBC library is configured correctly in configuration file classpath.Make sure the related database is running correctly.Restart Oracle Tuxedo Java server. | |
143 |
ERROR: Failed to close resource manager. | |
|
Description |
Oracle Tuxedo Java server failed to close resource manager. |
Action |
Make sure the configuration file data source setting is correct.Make sure the needed JDBC library is configured correctly in configuration file classpath.Make sure the related database is running correctly. | |
144 |
INFO: XA support enabled. | |
|
Description |
User has configured data source in configuration file. |
145 |
ERROR: service "service_name" of class "class_name" is duplicated for service "service_name" of class "class_name". | |
|
Description |
There are duplicated services configured for Oracle Tuxedo Java server. |
Action |
User could rename the service name by configuring "Service" entry in configuration file to avoid service name confliction. Restart Oracle Tuxedo Java server. | |
146 |
ERROR: No Java server class is defined in configuration "config_path". | |
|
Description |
Oracle Tuxedo Java server needs at least one Java server class configured in configuration file. |
Action |
Add at least one Java server class to configuration file. Restart Oracle Tuxedo Java server. | |
147 |
WARN: tpsvrinit of Class "class_name" Failed. (Return number). | |
|
Description |
During the execution of tpsvrinit of the specific class, there is exception thrown, or the tpsvrinit returns non zero. |
148 |
WARN: tpsvrdone of Class "class_name" failed. | |
|
Description |
During the execution of tpsvrinit of the specific class, an exception is thrown. |
149 |
WARN: TMJAVASVR is specified in a non-TMS group (group_name), running in non-XA mode. | |
|
Description |
This warning message indicates that there is datasource configured in configuration file, but |
Action |
In | |
See Also |
| |
150 |
INFO: "config_path" is used as the configuration file for current TMJAVASVR. | |
|
Description |
Oracle Tuexdo Java server is using the specific file as configuration file. |
151 |
ERROR: TMJAVASVR must be specified in multiple dispatching threads running mode. Current MINDISPATCHTHREADS valus is number and MAXDISPATCHTHREADS value is number. | |
|
Description |
The |
Action |
In | |
See Also |
| |
152 |
ERROR: Attribute "name" must be defined for "TuxedoServerClass" in configuration. | |
|
Description |
The attribute |
Action |
Set attribute name for TuxedoServerClass element in configuration file. Restart Oracle Tuxedo Java server. |
![]() |
![]() |
![]() |