bea Home | 製品 | dev2dev | support | askBEA
 ドキュメントのダウンロード   サイト・マップ   用語集 
検索

 Previous Next  

IJINFRA メッセージ 0-99


1


ERROR: Cannot allocate request buffer

説明

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

アクション

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.


2


INFO: Starting JVM

説明

This is an informational message indicating that the server process is starting the Java Virtual Machine.

アクション

None.


3


ERROR: Cannot create FML buffer for TMIB request

説明

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

アクション

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.


4


ERROR: Cannot call .TMIB: errnum

説明

The server process was unable to call the TMIB. Details about the error that was returned are indicated by errnum.

アクション

Take corrective action based on the returned value of errnum. If the problem persists, contact BEA Customer Support.


5


ERROR: Cannot find default constructor for ServerInfo

説明

The server process was unable to find the default constructor for the ServerInfo class.

アクション

Make sure the CLASSPATH is appropriately set. If the problem persists, contact BEA Customer Support.


6


ERROR: Cannot create ServerInfo object

説明

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

アクション

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.


7


WARN: No server group info

説明

The server process was unable to get any information about the server group.

アクション

None. This may result in a more serious error, and a corresponding error message would be written to the user log.


8


ERROR: Cannot find m_srvgp field in ServerInfo

説明

The server process was unable to find the m_srvgp field in the ServerInfo class.

アクション

Contact BEA Customer Support.


9


ERROR: Cannot find m_srvid field in ServerInfo

説明

The server process was unable to find the m_srvid field in the ServerInfo class.

アクション

Contact BEA Customer Support.


10


WARN: No server ID info

説明

The server process was unable to get any information about the server ID.

アクション

None. This may result in a more serious error, and a corresponding error message would be written to the user log.


11


ERROR: Cannot find m_grpno field in ServerInfo

説明

The server process was unable to find the m_grpno field in the ServerInfo class.

アクション

Contact BEA Customer Support.


12


WARN: No group number info

説明

The server process was unable to get any information about the group number.

アクション

None. This may result in a more serious error, and a corresponding error message would be written to the user log.


13


WARN: No CLOPT info

説明

The server process could not find any command line option information.

アクション

None. This may result in a more serious error, and a corresponding error message would be written to the user log.


14


ERROR: Cannot find m_clopt field in ServerInfo

説明

The server process was unable to find the m_cltop field in the ServerInfo class.

アクション

Contact BEA Customer Support.


15


ERROR: Request failed with error: errnum

説明

An attempt by the process to make a request failed. errnum provides details of the error returned by the system.

アクション

Take corrective action based on the value of errnum returned. If the problem persists, contact BEA Customer Support.


16


ERROR: Cannot allocate reply buffer

説明

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

アクション

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.


17


ERROR: Reply failed with error: errnum

説明

An attempt by the process to receive a reply failed. errnum provides details of the error returned by the system.

アクション

Take corrective action based on the value of errnum returned. If the problem persists, contact BEA Customer Support.


18


ERROR: Reply length is zero

説明

An attempt by the process to receive a reply failed because the length of the receiving buffer was zero.

アクション

Contact BEA Customer Support.


19


ERROR: Out of memory. Cannot allocate space for internal data structure

説明

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

アクション

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.


20


ERROR: Unable to resolve in process or out process method invocation

説明

The process was unable to determine if a particular request was an in process or an out process invocation. The request fails.

アクション

Contact BEA Customer Support.


21


ERROR: Out of memory

説明

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

アクション

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.


22


ERROR: Interface interfaceName not found: errnum

説明

The system was not able to get information about the interface specified by interfaceName. Details of the error returned are provided in errnum.

アクション

Take corrective action based on the value of errnum returned. If the problem persists, contact BEA Customer Support.


23


ERROR: Cannot find org.omg.CORBA.INTERNAL class

説明

The server process was unable to find the org.omg.CORBA.INTERNAL class.

アクション

Make sure the CLASSPATH is appropriately set. If the problem persists, contact BEA Customer Support.


24


ERROR: Cannot find com.beasys.CORBA.tgiop.tmintfinfo class

説明

The server process was unable to find the com.beasys.CORBA.tgiop.tmintfinfo class.

アクション

Make sure the CLASSPATH is appropriately set. If the problem persists, contact BEA Customer Support.


25


ERROR: Cannot find default constructor for tmintfinfo

説明

The server process was unable to find the default constructor for com.beasys.CORBA.tgiop.tmintfinfo class.

アクション

Make sure the CLASSPATH is appropriately set. If the problem persists, contact BEA Customer Support.


26


ERROR: Cannot create tmintfinfo object

説明

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

アクション

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.


27


ERROR: Cannot find intf_id field

説明

The server process was unable to find the intf_id field in the com.beasys.CORBA.tgiop.tmintfinfo class.

アクション

Contact BEA Customer Support.


28


ERROR: Cannot find impl_id field

説明

The server process was unable to find the impl_id field in the com.beasys.CORBA.tgiop.tmintfinfo class.

アクション

Contact BEA Customer Support.


29


ERROR: Cannot find deact_policy field

説明

The server process was unable to find the deact_policy field in the com.beasys.CORBA.tgiop.tmintfinfo class.

アクション

Contact BEA Customer Support.


30


ERROR: Cannot find tx_policy field

説明

The server process was unable to find the tx_policy field in the com.beasys.CORBA.tgiop.tmintfinfo class.

アクション

Contact BEA Customer Support.


31


ERROR: Cannot find state_policy field

説明

The server process was unable to find the state_policy field in the com.beasys.CORBA.tgiop.tmintfinfo class.

アクション

Contact BEA Customer Support.


32


ERROR: Cannot find svc_nm field

説明

The server process was unable to find the svc_num field in the com.beasys.CORBA.tgiop.tmintfinfo class.

アクション

Contact BEA Customer Support.


33


ERROR: Cannot allocate FML buffer for TMIB call

説明

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

アクション

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.


34


ERROR: Cannot access TMIB: errnum

説明

The server process was unable to access the TMIB. Details about the error that was returned is indicated by errnum.

アクション

Take corrective action based on the returned value of errnum. If the problem persists, contact BEA Customer Support.


35


ERROR: Unable to attach BB

説明

This message occurs in the server process if the server process was configured in the PROTECTED SYSTEM_ACCESS mode, and the process is unable to attach itself to the Bulletin Board.

アクション

Contact BEA Customer Support.


36


ERROR: Unable to lock BB and detach previous BB

説明

This message occurs in the server process if the server process was configured in the PROTECTED SYSTEM_ACCESS mode, and the process is unable to lock and later detach itself from the Bulletin Board.

アクション

Contact BEA Customer Support.


37


ERROR: Unable to lock BB

説明

This message occurs in the server process if the server process was unable to lock the Bulletin Board.

アクション

Contact BEA Customer Support.


38


ERROR: Unable to detach BB

説明

This message occurs in the server process if the server process was configured in the PROTECTED SYSTEM_ACCESS mode, and the process is unable to detach itself from the Bulletin Board.

アクション

Contact BEA Customer Support.


39


"Usage: buildXAJS [-E envlabel] [-v] -r rmname [-o outfile]\n\t Also make sure JAVA_HOME is set in the environment\n"

説明

This message shows the proper usage of the buildXAJS command.

アクション

Re-execute the buildXAJS command with the proper parameters or environmental variables.


40


ERROR: Cannot execute prog_nam

説明

The buildXAJS command was unable to execute the buildserver command. The name of the command being executed is given as part of the error message.

アクション

If you are compiling executables to run on the same machine type, as is normally the case, verify that the TUXDIR shell variable is properly set, that the program ${TUXDIR}/bin/buildserver exists, is accessible and executable, and that the shell variable XCBINDIR is not set. If you are compiling executables for a different machine type, verify that the shell variable XCBINDIR is set and exported, and that the program ${XCBINIDIR}/buildserver exists and is accessible and executable.


41


"Usage: JavaServer [JVM specific options] file.jar [application options]"

説明

This message shows the proper usage of the JavaServer command in the UBBCONFIG file.

アクション

Make the appropriate modifications to the UBBCONFIG file so that the JavaServer command is executed with the proper parameters.


42


ERROR: Missing argument to -M option

説明

The server process will not boot because no argument has been passed on the command line to the -M option.

アクション

Make the appropriate changes in the UBBCONFIG file and reboot.


43


ERROR: Missing argument to -classpath option

説明

The server process will not boot because no argument has been passed on the command line to the -classpath option.

アクション

Make the appropriate changes in the UBBCONFIG file and reboot.


44


ERROR: Cannot create debugging pipe: errnum

説明

The server process will not boot because it could not create a debugging pipe. Details about the error that was returned is specified by errnum.

アクション

Take corrective action based on the value of errnum. If the problem persists, contact BEA Customer Support.


45


ERROR: Cannot reopen stdout for debugging info: errnum

説明

The server process will not boot because it cannot reopen stdout for debugging information. Details about the error that was returned is specified by errnum.

アクション

Take corrective action based on the value of errnum. If the problem persists, contact BEA Customer Support.


46


ERROR: Cannot create Java VM

説明

The server process will not boot because it could not create the Java Virtual Machine.

アクション

Contact BEA Customer Support.


47


ERROR: No agent password info

説明

The server process will not boot because it could not retrieve the agent password information.

アクション

Contact BEA Customer Support.


48


INFO: Debug password buffer: buf

説明

This is an informational message with the debug password buffer specified in buf.

アクション

None.


49


ERROR: Cannot find com.beasys.Tobj.infrastructure.ServerMain class

説明

The server process was unable to find the com.beasys.Tobj.infrastructure.ServerMain class.

アクション

Make sure the CLASSPATH is appropriately set. If the problem persists, contact BEA Customer Support.


50


ERROR: Cannot find com.beasys.Tobj.ObjectManager class

説明

The server process was unable to find the com.beasys.Tobj.Objectmanager class.

アクション

Make sure the CLASSPATH is appropriately set. If the problem persists, contact BEA Customer Support.


51


ERROR: Cannot find com.beasys.Tobj.OrbMain class

説明

The server process was unable to find the com.beasys.Tobj.OrbMain class.

アクション

Make sure the CLASSPATH is appropriately set. If the problem persists, contact BEA Customer Support.


52


ERROR: Cannot find ServerMain.init

説明

The server process was unable to find the init() method in the com.beasys.Tobj.infrastructure.ServerMain class.

アクション

Contact BEA Customer Support.


54


ERROR: Cannot find ObjectManager.handleTransactionEnd

説明

The server process was unable to find the handleTransactionEnd() method in the com.beasys.Tobj.ObjectManager class.

アクション

Contact BEA Customer Support.


55


ERROR: Cannot find OrbMain.objectManager

説明

The server process was unable to find the objectManager() method in the com.beasys.Tobj.OrbMain class.

アクション

Contact BEA Customer Support.


56


ERROR: Cannot find ObjectManager.txInInvocation

説明

The server process was unable to find the txInInvocation() method in the com.beasys.Tobj.ObjectManager class.

アクション

Contact BEA Customer Support.


57


ERROR: Cannot find ServerMain.release

説明

The server process was unable to find the release() method in the com.beasys.Tobj.infrastructure.ServerMain class.

アクション

Contact BEA Customer Support.


58


ERROR: Cannot create Java VM

説明

Execution of buildjavaserver failed because the process was unable to create the Java Virtual Machine.

アクション

Contact BEA Customer Support.


59


ERROR: Cannot find classname class

説明

While executing buildjavaserver, the process was unable to find the class specified in classname.

アクション

Make sure the CLASSPATH is appropriately set. If the problem persists, contact BEA Customer Support.


60


ERROR: Cannot find buildjobjserver.main

説明

While executing buildjavaserver, the process was unable to find the main() method in the class com.beasys.Tobj.xml.buildjavaserver.

アクション

Contact BEA Customer Support.


64


ERROR: Cannot obtain ObjectManager from OrbMain

説明

The server process will not boot because critical information that it needs is missing.

アクション

Contact BEA Customer Support.


65


INFO: Server initialized

説明

This is an informational message indicating that the server process has successfully initialized and is now ready to process incoming requests.

アクション

None.


66


ERROR: Server initialization failed

説明

The server process initialization has failed because of an internal error.

アクション

Contact BEA Customer Support.


67


ERROR: Cannot allocate request array

説明

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

アクション

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.


68


ERROR: service returned null

説明

The processing of an incoming request to the server process failed because of an internal error in the server process.

アクション

Contact BEA Customer Support.


69


ERROR: Cannot allocate return buffer

説明

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

アクション

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.


70


INFO: Shutting down JVM

説明

This is an informational message indicating that the server process is shutting down the Java Virtual Machine.

アクション

Contact BEA Customer Support.


71


ERROR: You do not have a valid BEA WLE Java server license

説明

The server process will not boot because you do not have a valid BEA WLE Java server license.

アクション

Contact BEA Customer Support to acquire an appropriate license.


72


ERROR: Your license for BEA WLE Java server has expired

説明

This server process will not boot because your license for the BEA WLE Java server has expired.

アクション

Contact BEA Customer Support to acquire a new license.


73


WARN: pattern not found in file

説明

This is a warning message that is output while executing m3idttojava if an expected pattern (specified by pattern) is not found in the file (specified by file).

アクション

None. This may result in a more serious error and a corresponding error message being written to the user log.


74


INFO: command: PostProcessing: writing file 'file'

説明

This is an informational message that is output while executing the command specified by command. file gives the name of the file being written to during the postprocessing phase.

アクション

None.


75


ERROR: Cannot open file: error

説明

While executing m3idttojava, the process was unable to open the file specified by file. error indicates the error returned by the system while attempting to open that file.

アクション

Take corrective action based on the error returned.


76


ERROR: Cannot create temp file: error

説明

While executing m3idttojava, the process was unable to create a temporary file. error indicates the error returned by the system while attempting to create that file.

アクション

Take corrective action based on the error returned.


77


ERROR: Invalid ImplBase file file

説明

While executing m3idttojava, an invalid ImplBase file was specified. The name of that file is specified by file.

アクション

Contact BEA Customer Support.


78


ERROR: Cannot create new file: error

説明

While executing m3idttojava, the process was unable to create a new file specified by file. error indicates the error returned by the system while attempting to create that file.

アクション

Take corrective action based on the error returned.


79


ERROR: command: idltojava option 'option' not supported

説明

This error message is output while executing the command (specified by command) if an unsupported idltojava option is specified. option gives details of the option specified.

アクション

Do not use the corresponding option. It is not supported.


80


ERROR: command: Out of memory

説明

An attempt to allocate space for internal data structures failed because the process ran out of memory while executing the command (specified by command).

アクション

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.


81


ERROR: command: Cannot execute sub-command: error

説明

While executing the command (specified by command), the process was unable to execute a sub-command (specified by sub-command). error gives details of the error returned by the system.

アクション

Take corrective action based on the error returned.


82


ERROR: Cannot access file file in APPDIR appdir

説明

The server process will not boot because it cannot access the jar file specified by file in the APPDIR specified by appdir.

アクション

Make sure the jar file exists in APPDIR and that the file can be accessed.


83


ERROR: Cannot copy request message

説明

The request cannot be processed by the server because the request message cannot be copied.

アクション

Notify BEA Technical Support.


84


ERROR: Out of memory

説明

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

アクション

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.


85


ERROR: No more available contexts

説明

The request cannot be processed by the server because no more server contexts are available.

アクション

This error indicates that all available server contexts have been exhausted. Increase the value of the threading level parameter in the UBBCONFIG file, or reduce the number of concurrent client requests.


86


ERROR: Out of memory

説明

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

アクション

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.


87


ERROR: Out of memory

説明

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

アクション

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.


88


WARN: Blocking condition reached on outcall. Request will be resent.

説明

A blocking condition was reached when the server attempted to invoke another server. The request will be queued internally and will be resent later.

アクション

None. This condition may be reached when the queue of the server to which the request is being made is full, or when another blocking condition arises. The failed request will be queued to be resent. If subsequent resend operations fail, a corresponding error message is written to the user log.


89


INFO: Total application factory shutdown assumed.

説明

A server application is attempting to unregister an application factory during execution of the release method on the Server object. The server application detects a problem with the unregister operation at this time. Upon further investigation, the server application discovers that the entire application is shutting down. The unregister method then fails (without sending a message) because the NameManagers also shut down.

アクション

None.


90


ERROR: Request failed with error: errnum

説明

An attempt by the process to make a request failed. The number represented by errnum provides a reference to the details of the error returned by the system.

アクション

Take corrective action based on the value of the error number returned. If the problem persists, notify BEA Technical Support.


91


ERROR: Cannot create registry table entry for context

説明

An attempt to create a registry table entry for the new context failed.

アクション

Either increase the value of the MAXACCESSERS parameter in the UBBCONFIG file, or reduce the number of concurrent client requests. In the WLE Server Threading architecture, each outstanding request is associated with its own BEA TUXEDO context, which in turns requires its own registry table entry. The MAXACCESSERS parameter in the UBBCONFIG file tells the BEA TUXEDO system how many registry table entries to be reserved. If the problem persists, notify BEA Technical Support.


92


ERROR: Context initialization failed

説明

An attempt to initialize the server context failed.

アクション

This could be due to no more server contexts being available, insufficient memory, or a problem creating a registry table entry for the server contexts. A detailed error message should be written to the user log. Take corrective action based on the error message. If the problem persists, notify BEA Technical Support.


93


ERROR: Failed to allocate context

説明

An attempt to allocate the server context failed.

アクション

This could be due to no more server contexts being available, insufficient memory, or a problem creating a registry table entry for the server contexts. A detailed error message should be written to the user log. Take corrective action based on the error message. If the problem persists, notify BEA Technical Support.


94


ERROR: Cannot find com.beasys.Tobj.threading.ThreadMonitor class

説明

An attempt to find the com.beasys.Tobj.threading.ThreadMonitor class failed.

アクション

Make sure that the corresponding WLE Java JAR file is included in the class path.


95


ERROR: Cannot find com.beasys.Tobj.threading.ThreadMonitor.allThreadsBusy

説明

An attempt to find the com.beasys.Tobj.threading.ThreadMonitor.allThreadsBusy method failed.

アクション

Notify BEA Technical Support.


96


ERROR: Cannot find com.beasys.Tobj.infrastructure.ServerMain.drainInfraQueue

説明

An attempt to find the com.beasys.Tobj.infrastructure.ServerMain.drainInfraQueue method failed.

アクション

Notify BEA Technical Support.


97


ERROR: Cannot find com.beasys.Tobj.infrastructure.ServerMain.sendMethodReply

説明

An attempt to find the com.beasys.Tobj.infrastructure.ServerMain.sendMethodReply method failed.

アクション

Notify BEA Technical Support.


98


ERROR: Cannot find com.beasys.Tobj.threading.ExchangeQueue class

説明

An attempt to find the com.beasys.Tobj.threading.ExchangeQueue class failed.

アクション

Make sure that the corresponding WLE Java JAR file is included in the class path.


99


ERROR: Cannot find com.beasys.Tobj.threading.ExchangeQueue.setKillLock

説明

An attempt to find the com.beasys.Tobj.threading.ExchangeQueue.setKillLock method failed.

アクション

Notify BEA Technical Support.

 

Back to Top Previous Next
Contact e-docsContact BEAwebmasterprivacy