BEA Logo BEA Banner

  Corporate Info  |  News  |  Solutions  |  Products  |  Partners  |  Services  |  Events  |  Download  |  How To Buy

 

   WLE Doc Home   |   Messages   |   Catalog List   |   Previous   |   Next


IJINFRA Messages 300-399



300


ERROR: Cannot expand object info table

Description

An attempt to allocate space for internal data structures failed because the server process ran out of memory.

Action

This error may indicate that all available memory for the process has been exhausted. Ensure that operating system parameters are set correctly for the amount of memory on the machine and for 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.


301


ERROR: Cannot allocate reply input stream

Description

An attempt to allocate space for internal data structures failed because the server process ran out of memory.

Action

This error may indicate that all available memory for the process has been exhausted. Ensure that operating system parameters are set correctly for the amount of memory on the machine and for 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.


302


ERROR: Cannot preserve input buffer

Description

An attempt to allocate space for internal data structures failed because the server process ran out of memory.

Action

This error may indicate that all available memory for the process has been exhausted. Ensure that operating system parameters are set correctly for the amount of memory on the machine and for 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.


303


ERROR: Cannot register service val: val

Description

An error occurred while attempting to register the specified service to the Jolt registry.

Action

Contact BEA Customer Support.


304


ERROR: Cannot advertise service val: val

Description

An error occurred while attempting to advertise the specified service.

Action

Contact BEA Customer Support.


305


ERROR: Cannot unadvertise service val: val

Description

An error occurred while attempting to unadvertise the specified service.

Action

Contact BEA Customer Support.


306


ERROR: tptypes() failed: val

Description

An error occurred while attempting to get the buffer type from the message header in the Tuxedo-to-Jolt buffer conversion.

Action

Contact BEA Customer Support.


307


ERROR: Jolt protocol error (msg len=val)

Description

An error occurred while attempting to construct a Jolt protocol object.

Action

Contact BEA Customer Support.


308


ERROR: Missing REPNAME param in the protocol

Description

The service name was missing in the Jolt protocol object while attempting to convert the Jolt protocol to ATMI.

Action

Contact BEA Customer Support.


309


ERROR: Unsupported Jolt opcode val

Description

An invalid opcode in the Jolt protocol object was found while attempting to convert the Jolt protocol to ATMI.

Action

Contact BEA Customer Support.


310


ERROR: Invalid opcode val in Tuxedo to Jolt conversion

Description

An invalid Jolt opcode was found while attempting to convert ATMI results to the Jolt protocol.

Action

Contact BEA Customer Support.


311


ERROR: Cannot allocate val bytes for CARRAY

Description

An attempt to allocate space for internal data structures failed because the server process ran out of memory.

Action

This error may indicate that all available memory for the process has been exhausted. Ensure that operating system parameters are set correctly for the amount of memory on the machine and for 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.


312


ERROR: tpalloc(val,val) failed: val

Description

An attempt to allocate space for internal data structures failed because the server process ran out of memory.

Action

This error may indicate that all available memory for the process has been exhausted. Ensure that operating system parameters are set correctly for the amount of memory on the machine and for 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.


313


ERROR: tpalloc(val,val) failed: val

Description

An attempt to allocate space for internal data structures failed because the server process ran out of memory.

Action

This error may indicate that all available memory for the process has been exhausted. Ensure that operating system parameters are set correctly for the amount of memory on the machine and for 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.


314


ERROR: Not enough memory: data is dropped

Description

An attempt to allocate space for internal data structures failed because the server process ran out of memory.

Action

This error may indicate that all available memory for the process has been exhausted. Ensure that operating system parameters are set correctly for the amount of memory on the machine and for 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.


315


ERROR: Out of memory

Description

An attempt to allocate space for internal data structures failed because the server process ran out of memory.

Action

This error may indicate that all available memory for the process has been exhausted. Ensure that 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.


316


ERROR: Sending reply with outstanding async replies

Description

A method completed with outstanding message replies.

Action

Check the method code and make sure that it does not complete before all the tpacall and tpgetrply calls used via JNI are complete, all outstanding requests sent to other services have returned, and/or there are not two applications using the same IPCKEY.


317


WARN: Sending reply failed because of subordinate conversations open

Description

A method that created ATMI conversations via JNI completed in an invalid conversational context. The method code failed to successfully end all conversations it had initiated before completing.

Action

Modify the application logic so that the method ends all conversations it started before completing.

See Also

tpconnect(3c)


318


INFO: val jar management in effect

Description

JAR management is in effect.

Action

No action required.


319


ERROR: JAVA_HOME environment variable is not defined

Description

Environment variable JAVA_HOME is not defined.

Action

Set the JAVA_HOME environment variable to the directory path where you installed the JDK software.


320


WARN: Environment variable WLE_JVM is not defined correctly, using the default JVM

Description

Environment variable WLE_JVM is not defined correctly.

Action

Check the WLE_JVM environment variable. It can be defined either as classic or hotspot.


321


WARN: Environment variable WLE_JVM has conflict with CLOPT, using CLOPT option

Description

Environment variable WLE_JVM has conflict with CLOPT, one of them points to classic JVM and the other points to hotspot JVM.

Action

This is an Warning message. The CLOPT option will take precedence. If that option is correct, no action is required. If the CLOPT option is not correct, change it.


322


ERROR: Cannot load Java val jvm.dll

Description

Problem with loading Java JVM. WebLogic Enterprise cannot find the location of jvm.dll.

Action

Make sure the JAVA_HOME environment variable is set to the directory path where you installed the JDK software. Make sure the WLE_JVM environment variable or the CLOPT option is defined correctly. Make sure the JDK is installed correctly.


323


ERROR: Cannot find JNI interfaces in: val

Description

Problem with creating Java JVM.

Action

Make sure the JAVA_HOME environment variable is set to the directory path where you installed the JDK software. Make sure the WLE_JVM environment variable or the CLOPT option is defined correctly. Make sure the JDK is installed correctly. If the problem persists, contact BEA Customer Support.


324


ERROR: Buffer translation error, val

Description

An error occurred in converting JET data to WebLogic Enterprise data for tpcall(3c) or tpacall(3c).

Action

Use the val in the message to correct the data type in the service definition.