Skip navigation.

IJINFRA メッセージ 200-299

  Previous Next

200

ERROR:Cannot find file filename

説明

When executing jmkfldhdr, the specified file,filename, could not be found. If the file name was specified on the command line, jmkfldhdr looks for the file in the current directory.If the file name was specified in the FIELDTBLS environment variable andnot on the command line, jmkfldhdr looks for the file in the directorieslisted in the FLDTBLDIR environment variable; otherwise, if the FLDTBLDIR environment variable is not set, only the current directory is searched.

アクション

Check that the file name is correct and that the FLDTBLDIR environment variable is set correctly.

関連項目

jmkfldhdr(1), field_tables(5)

201

ERROR:Cannot open input file filename

説明

jmkfldhdr failed to open the specified input file, filename, for reading.

アクション

Check that the input file exists and has read permission.

関連項目

jmkfldhdr(1)

202

ERROR:Cannot open output file filename

説明

jmkfldhdr failed to create and open the specified output file, filename, for writing.

アクション

Check that the directory for the output file exists and has write andexecute permissions set correctly. If the file already exists, check that ithas write permissions set correctly.

関連項目

jmkfldhdr(1)

203

ERROR:Invalid base number, val, in file val; line ignored

説明

While processing a field table file filename with jmkfldhdr, a line with an invalid base number base_number was encountered and ignored.

アクション

The field table file will be processed, but the invalid line is ignored. Correct the base number and re-execute the command.

関連項目

field_tables(5)

204

ERROR:Invalid line ignored in file val:val

説明

While processing a field table file filename with jmkfldhdr, an invalid line was encountered and ignored. The content of the line is printed.

アクション

The field table file is processed, but the invalid line is ignored. Normally, the field table should be corrected and the command re-executed.

関連項目

field_tables(5)

205

ERROR:Invalid type, val, in file val; line ignored

説明

While processing a field table file filename with jmkfldhdr, a line with an invalid field type field_type was encountered and ignored.

アクション

The field table file is processed, but the invalid line is ignored. Correct the field type and re-execute the command.

関連項目

field_tables(5)

206

ERROR:Invalid field number, val, in file val; line ignored

説明

While processing a field table file filename with jmkfldhdr, a line with an invalid field number field_number was encountered and ignored.

アクション

The field table file is processed, but the invalid line is ignored. Correct the field number and re-execute the command.

関連項目

field_tables(5)

214

ERROR:[NULL interface name used to get interface information]

説明

The server has encountered an internal error while registering its interfaces with the WLE infrastructure.

アクション

Contact BEA Customer Support.

215

ERROR:[Unable to open the *INTERFACES section table]

説明

A BEA TUXEDO system internal function was used to retrieveinterface information from the interfaces table, but the open failed.

アクション

Contact BEA Customer Support.

216

ERROR:[Unable to read information from the *INTERFACES section table]

説明

A BEA TUXEDO system internal function was unable to read theINTERFACES section of the TUXCONFIG file.

アクション

Contact BEA Customer Support

217

ERROR:Maximum number of types/subtypes, val, has been exceeded

説明

The maximum number of types/subtypes permitted for a particular TUXEDO System/T interface has been exceeded.The number allowed is val.

アクション

Review the configuration file, verify that all interfaces use less than the maximum number of types/subtypes, and reload the TUXCONFIG file.

関連項目

ubbconfig(5), tmloadcf(1)

218

ERROR:[Invalid buffer type information val]

説明

The buffer type information provided in the configuration filefor an interface entry was incorrect.

アクション

Check the configuration file, verify that the buffer type provided is correct, and repeat the operation.

関連項目

ubbconfig(5), tmloadcf(1)

219

ERROR:[Invalid buffer subtype information val]

説明

The buffer subtype information provided in the configuration filefor an interface entry was incorrect.

アクション

Check the configuration file, verify that the buffer type provided is correct, and repeat the operation.

関連項目

ubbconfig(5), tmloadcf(1)

220

ERROR:Suspended client attempting to generate new request

説明

A suspended client attempted to inject new work into the domain. Clients are suspended by the application administrator using either the /AdminGUI or /AdminAPI.

アクション

Contact your application administrator to determine why the client was suspended and when it might be unsuspended.

関連項目

Administering the BEA TUXEDO System, BEA TUXEDO Administrator's Guide to the Web-Based GUI, tpacall(3c), tpcall(3c), MIB(5), TM_MIB(5)

221

ERROR:Memory allocation failure

説明

An attempt to dynamically allocate memory from the operating system using malloc() has failed.

アクション

Make sure the 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.

222

ERROR:Cannot receive reply because MSSQ is specified but REPLYQ is N

説明

An error has occurred in receiving a reply from either a tpcall(3c) or tpacall(3c) because the configuration file specifies that there should be no reply queue established for that particular server.

アクション

If the server is expected to receive tpacall or tpcall replies, check and edit the UBBCONFIG file and specify REPLYQ=Y to establish a reply queue for that particular server. If the server is not to receive replies, use tpacall(3c) with the flags parameter set to TPNOREPLY.

関連項目

ubbconfig(5), tpcall(3c), tpacall(3c)

223

ERROR:Memory allocation failure val

説明

An attempt to dynamically allocate memory from the operating system using malloc() failed.

アクション

Make sure the operating system parameters are set correctly for the amountof memory on the machine and the amount of memory that can be usedby a process.Reduce the memory usage on the machine or increase the amount of swapspace and physical memory on the machine.

224

ERROR:MAXOBJECTS is 0:No methods allowed.

説明

An operation related to object methods was executed butno objects are configured.

アクション

Reconfigure the application to increase the size of the tableby setting the MAXOBJECTS parameter inthe RESOURCES section of the UBBCONFIG file.

関連項目

ubbconfig(5)

225

ERROR:One-way method was not executed

説明

An attempt to execute a one way method failed.No notification goes back to the client.

アクション

No action is needed.

226

ERROR:Cannot create call descriptor for callout message, tperrno=val

説明

While generating a descriptor handle for a callout message, an error occurred with tperrno tperrno.

アクション

The maximum number of outstanding asynchronous callout method invocations was reached. Retrieve repliesto at least one of the invocations and issue the callout again.

227

ERROR:Unable to send callout message to process (val)

説明

While sending a callout message to process pid, an error occurred.

アクション

The most common cause of this error message is that the recipient of the callout message has died. Check to see if pid is still running; if it is, contact BEA Customer Support.

228

ERROR:Received unrecognized message type - sending failure reply

説明

The server received an invalid service request message. It will be ignoredand a failure reply will be sent to the requestor.

アクション

Contact BEA Customer Support.

229

ERROR:Memory allocation failure

説明

An attempt to dynamically allocate memory from the operating system using malloc() failed while receiving a service request in a server.

アクション

Make sure the 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.

230

ERROR:Request/response request received in conversational server

説明

A message request was received by a conversational server from a request/response server.

アクション

Verify that the service name used in a tpcall, tpacall, ortpforward belongs to a request/response server and not to a conversational server.

関連項目

tpcall(3c), tpacall(3c), and tpforward(3c).

231

ERROR:Conversational request received in request/response server

説明

A message request was received from a conversational server by a request/response server.

アクション

Verify that the service name in tpconnect belongs to a conversational server and not to a request/response server.

関連項目

tpconnect(3c)

232

ERROR:Old M3 request received by new server process

説明

Method requests received by an M3 server that were routed via theActive Object Map (that is, not stateless) must be processed by the sameprocess to which the routing function sent the request.The original server died and this is arestarted server that is rejecting an old enqueued message.

アクション

No action required.

233

ERROR:Service request problem, tperrno = val

説明

A message request was received indicating that the message should be handled by the server in transaction mode and the corresponding tpbegin failed.

アクション

Verify that the message was not received by an unsolicited message handler, the server was not part of or registered with the application, the global transaction id was valid, the server had no outstanding reply messages, the resource manager was not opened, there was not enough space in the global transaction table, the resource manager xa_start failed, or a BBL lock or unlock failed.

関連項目

tpbegin(3c)

234

WARN:Server groupid/serverid:client process processid:lost message

説明

A server died and the specified server (with group identifier groupid and server identifier serverid) is recovering on its behalf. A message from the client with the specified processid has been lost. Additional information will be printed in subsequent messages.

アクション

No action required.

関連項目

Messages 235 and 236.

235

WARN:SERVICE=servicename MSG_ID=msgid REASON=server died

説明

A server died while processing the service servicename. The client from which the message was sent is still active so a response message will be sent indicating the failure.

アクション

No action required.

関連項目

Message 234.

236

WARN:SERVICE=servicename MSG_ID=msgid REASON=server and client died

説明

A server died while processing the service servicename. The client from which the message was sent is no longer active either so a response message cannot be sent indicating the failure.

アクション

No action required.

関連項目

Message 234.

237

ERROR:Cannot find own server entry

説明

When receiving a service request in a server, the server was unable to find its own entry in the Bulletin Board.

アクション

Check the ULOG for earlier messages indicating problems with the application, and check with the application administrator. If the problem persists, contact BEA Customer Support.

238

WARN:Invalid server pool option -p val

説明

The given argument is in an invalid format.

アクション

The format for the -p option is:

-p[L][low-water][,[terminate_time]][:
[high_water][,create_time]]

Reformat argument to comply with the format for -p.

関連項目

servopts(5)

239

ERROR:Fatal error receiving requests, shutting server down

説明

The system detected a fatal error during the reception on incoming service requests.

アクション

This message is supplied when the server has found a condition that does not allow the server to continue operation. The most common causes are lack of memory and corrupted memory, but other conditions could also cause this behavior. The server will shut itself down. If you believe that your system has enough memory and that the memory in the server has not been corrupted, contact BEA Customer Support.

240

ERROR:Invalid mid value during spawn

説明

While getting ready to spawn a conversational server, the calling process failed to retrieve its machine table entry. The machine identifier that is used to retrieve the entry is invalid. The conversational server will, therefore, not be spawned.

アクション

Look through the ULOG to see if there are other messages related to this failure. If so, refer to the appropriate system messages. Otherwise, contact BEA Customer Support.

241

ERROR:Argument vector formation error during spawn

説明

While getting ready to spawn a conversational server, the calling process failed to build the command line arguments for that server. An attempt to dynamically allocate memory from the operating system using malloc(3) or realloc(3) failed while building the command line. The conversational server will, therefore, not be spawned.

アクション

Make sure the 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.

242

ERROR:aout=val:too many arguments

説明

While getting ready to spawn a conversational server, the calling process failed to set the argument vector for that server. The calling process attempted to pass more than 256 arguments to the conversational server. The conversational server will, therefore, not be spawned.

アクション

Make sure the number of arguments passed to the conversational server is not greater than 256. Note that the system may be adding up to eight arguments to the command line obtained from the configuration file.

関連項目

ubbconfig(5)

243

ERROR:spawn error:cannot fork

説明

The calling process failed to spawn a conversational server. The call to fork(2) failed.

アクション

The system-imposed limit on the total number of processes under execution by a single user may be exceeded. In this case you may either reduce the number of processes the BEA TUXEDO system application administrator is running on the system, or increase the total number of processes allowed per user by reconfiguring the UNIX kernel.

関連項目

fork(2) in UNIX reference manuals

244

ERROR:Cannot exec, executable file not found

説明

The calling process failed to spawn a conversational server. The call to exec(2) failed. The conversational server to be spawned does not exist.

アクション

Make sure the conversational server is in the application directory.

関連項目

exec(2) in UNIX reference manuals, ubbconfig(5)

245

ERROR:Application initialization failure

説明

An application initialization failure occurred in the tpsvrinit(3c) processing for a dynamically spawned conversational server.

アクション

Examine application-specific code to determine the cause of the error.

関連項目

BEA TUXEDO Programmer's Guide, tpopen(3c), tpsvrinit(3c)

246

ERROR:Cannot exec, network send error

説明

The calling process failed to spawn a conversational server due to a networking problem.

アクション

Make sure the network has not been partitioned and that the remote site is booted. If the remote site is not booted, call tmboot(1). If the remote site is booted, use tmadmin(1) to determine the status of the network, and reconnect the remote site to the network, if necessary.

関連項目

exec(2) in UNIX reference manuals, tmadmin(1), tmboot(1), ubbconfig(5)

247

WARN:process id=pid ... Assume started (network).

説明

The calling process attempted to spawn a conversational server. The conversational server with a process ID of pid is believed to have been started. However, the calling process did not receive an acknowledgment.

アクション

Make sure a conversational server with process ID pid is running. If not, look for a core dump in the application directory.

248

WARN:process id=pid ... Assume started (pipe).

説明

The calling process attempted to spawn a conversational server. The conversational server with a process ID of pid is believed to have been started. However, the calling process did not receive an acknowledgment.

アクション

Make sure a conversational server with process ID pid is running. If not, look for a core dump in the application directory.

249

ERROR:No BBL available, cannot boot

説明

The calling process failed to spawn a conversational server. The BBL is not active.

アクション

Make sure the BBL is booted on the site on which the conversational server is being spawned. Use tmadmin(1) to check the status of the application. If the BBL needs to be booted, use tmboot(1).

関連項目

tmadmin(1), tmboot(1)

250

ERROR:No DBBL available, cannot boot

説明

The calling process failed to spawn a conversational server. The DBBL is not active on the master site.

アクション

Make sure the DBBL is booted on the master site. Use tmadmin(1) to check the status of the application.

関連項目

tmadmin(1)

251

ERROR:Spawning process failed.

説明

The calling process failed to spawn a conversational server.

アクション

Look through the ULOG to see if there are other messages related to this failure. If so, refer to the appropriate system messages. Otherwise, contact BEA Customer Support.

関連項目

Messages 252 and 253.

252

ERROR:Process process at site failed with /T error (errmsg)

説明

The calling process failed to spawn a conversational server, process. The spawned server failed on site site.

アクション

Take corrective measures based on errmsg.

253

ERROR:Process process at site failed with code code

説明

The calling process failed to spawn a conversational server, process. The spawned server failed on site site.

アクション

Take corrective measures based on error code code.

254

ERROR:The -p option is valid only for SHM mode with load balancing

説明

To use the server pool option -p, the application must be SHM mode and must have load balancing turned on.

アクション

Remove the -p option from the CLOPT for the affected server. Make sure the application is running in SHM mode. Remember that SHM mode applications should have no NETWORK section in the UBBCONFIG file and should have MODEL set to SHM. Turn load balancing on in the application by specifying LDBAL to Y in the RESOURCES section of the UBBCONFIG file.

関連項目

servopts(5)

255

ERROR:The -p option is not valid for conversational servers

説明

To use the server pool option -p, the server must not be conversational.

アクション

Remove the -p option from the CLOPT for the affected server. Make sure the server is not conversational by specifying CONV=N in the SERVERS section of the UBBCONFIG file for the affected server.

関連項目

servopts(5)

256

ERROR:The -p option is valid only for MSSQ servers

説明

In order to use the server pool option -p, the server must be in an MSSQ set where MAX is greater than 1.

アクション

Remove the -p option from the CLOPT for the affected server. Make sure the server is in an MSSQ set by supplying a RQADDR for the server in the SERVERS section of the UBBCONFIG file. Make sure that the value of MAX in the SERVERS section of the UBBCONFIG file is greater than 1 for the affected server.

関連項目

servopts(5)

257

ERROR:Invalid -p values val,val:val,val

説明

One of the values lw, tt, hw, or ct is incorrect.

アクション

The format for the -p option is:

 -p[L][low-water][,[terminate_time]][:
[high_water][,create_time]]

Reformat the argument to comply with the format for -p.

関連項目

servopts(5)

258

ERROR:Cannot lock Bulletin Board

説明

While testing the server pool, an error occurred while attempting to lock the bulletin board.

アクション

Contact BEA Customer Support.

関連項目

servopts(5)

259

ERROR:Null message buffer, cannot dispatch service

説明

The run server function, which continually dequeues messages (service requests), called the server dispatch routine with a null message pointer. This means that the dequeuing of a message failed.

アクション

System message resources may be corrupted.

260

ERROR:Unknown service request name

説明

The server dispatch function calls a high-level service dispatch, which attempts to find the entry point address of the service and cannot. The server dispatch function records this error.

アクション

Shared memory may be corrupted, or the ipc application key is not correct.

261

ERROR:Failed sending reply

説明

The server dispatch function calls a high-level service dispatch, which attempts to find the entry point address of the service and cannot. The server dispatch function conveys this error to the caller via a message (reply). If the message send fails, this message appears.

アクション

System message resources may be exhausted, the application may be partitioned, or shared memory is corrupted.

262

ERROR:Service 'name' failed to call tpreturn or tpforward

説明

The server dispatch function calls the service. Control returning after this call is an indication that tpreturn failed (it does a longjmp and should never return after the call), or tpforward failed (it gives up control to another server). These are the only two ways a service can surrender control after processing a service.

アクション

The stack in the service became corrupted. Try running the service under a debugger.

関連項目

tpsvrdone(3c)

263

ERROR:NULL service name, cannot dispatch service request

説明

The service start routine, called by the start work routine (which is called by the service dispatch routine), failed because the dispatched message contained no service request name.

アクション

Verify that the application ipc key is correct and that not more than one application is using the same ipc key. Also, determine whether some other failure occurred with the associated message queues.

264

ERROR:Function address set to -1

説明

The service start routine, called by the start work routine (which is called by the service dispatch routine), failed because the bulletin board entry for the requested service function address contains a zero.

アクション

Verify that the application ipc key is correct and that not more than one application is using the same ipc key.

265

ERROR:Invalid message pointer given

説明

The service dispatch routine passed the service start work routine a null pointer due to a TPESYSTEM error that occurred earlier. This occurred in either a (D)BBL or server and indicates that a corrupt or invalid message was received.

アクション

Verify that the correct machine types are set, that the application ipc key is correct, and that not more than one application is using the same ipc key.

266

ERROR:Cannot execute service, address not known

説明

During the service dispatch, the service start function returned null, indicating a failure. This could be due to a null service name appearing in the dispatched message, the requested service not being found, or the bulletin board not being locked.

アクション

Verify that the application ipc key is correct, that not more than one application is using the same ipc key, and that the service is advertised.

267

ERROR:Work completed, cannot stop twice

説明

When a service returns from dispatch, a flag is checked to see if the service was started successfully. If this flag is not set, the above error message appears. This flag is only turned on if the service starts, and is turned off only when the service done function completes. Either the service never started or the service done function was called more than once.

アクション

Check the ULOG for additional information about server failures.

268

ERROR:Commit error due to outstanding handles

説明

An attempt to commit a transaction with outstanding handles failed.

アクション

This is an application error. Make sure there are no outstanding handles before calling tpcommit().

269

ERROR:Cannot retrieve gtrid for aomhandle val

説明

While attempting to check the entering transaction's validity, an invalid AOM handle was detected.

アクション

Contact BEA Customer Support.

270

ERROR:Cannot allocate return gtrid

説明

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 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.

271

ERROR:buffer pool:Invalid set size val

説明

An invalid set size was specified when requesting a new buffer set in the JNI buffer pool.

アクション

Contact BEA Customer Support.

272

ERROR:Cannot allocate buffer stream

説明

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.

273

ERROR:Cannot create global ref for stream

説明

Cannot create a global reference for the buffer stream.

アクション

Contact BEA Customer Support.

274

WARN:Cannot allocate input buffer header

説明

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.

275

ERROR:Cannot allocate input buffer header

説明

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 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.

276

WARN:Cannot allocate input 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 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.

277

ERROR:Cannot allocate input 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 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.

278

ERROR:Cannot lock buffer pool

説明

Cannot get the lock for the JNI buffer pool.

アクション

Contact BEA Customer Support.

279

ERROR:Cannot unlock buffer pool

説明

Cannot release the lock for the JNI buffer pool.

アクション

Contact BEA Customer Support.

280

ERROR:Cannot allocate extra free list header

説明

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 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.

281

ERROR:Cannot allocate Jolt 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 for 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.

282

ERROR:send0:Cannot find request header

説明

Cannot retrieve the header of the request message while attempting to send the reply for the request.

アクション

Contact BEA Customer Support.

283

ERROR:sendRequest:Missing objinfo

説明

The object info was missing while attempting to send a TUXEDO request.

アクション

Contact BEA Customer Support.

284

ERROR:Cannot allocate reply input stream

説明

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.

285

ERROR:Cannot convert buffer to Jolt format:val (val)

説明

An error occurred while converting a received buffer to Jolt format.

アクション

Contact BEA Customer Support.

286

ERROR:Native context initialization called after contexts have been created

説明

The contexts have already been created while attempting to initialize native contexts.

アクション

Contact BEA Customer Support.

287

ERROR:tpcall(.TMIB) failure val

説明

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.

288

ERROR:Client information not found

説明

Cannot find the client name and username from TMIB.

アクション

Contact BEA Customer Support.

289

ERROR:Client information not found

説明

Cannot find the client name and username from TMIB.

アクション

Contact BEA Customer Support.

290

ERROR:msgsnd failed in sendSignal with errno val

説明

An error occurred while sending signal (via a zero-length message) to wake up the main thread.

アクション

Contact BEA Customer Support.

291

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

説明

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 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.

292

ERROR:Cannot find val class

説明

The JNI function FindClass cannot find the specified class.

アクション

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

293

ERROR:Cannot create ref for val

説明

Cannot create a global reference for the specified class.

アクション

Contact BEA Customer Support.

294

ERROR:Cannot find val.val

説明

Cannot find the specified method in the specified class.

アクション

Contact BEA Customer Support.

295

ERROR:Cannot find val.val

説明

Cannot find the specified field in the specified class.

アクション

Contact BEA Customer Support.

296

ERROR:Cannot allocate request input stream

説明

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 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.

297

ERROR:Unexpected Jolt opcode val

説明

An unexpected Jolt opcode was specified while attempting to send a Jolt message.

アクション

Contact BEA Customer Support.

298

ERROR:Invalid index val into object info table

説明

An invalid object info table index was specified while attempting to retrieve the object info.

アクション

Contact BEA Customer Support.

299

ERROR:Object info table entry at index val is free

説明

An invalid object info table entry was found while attempting to retrieve the object info.

アクション

Contact BEA Customer Support.

 

Skip footer navigation  Back to Top Previous Next