BEA Logo BEA Banner

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

 

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


LIBORB Messages 1000-1099



1000


ERROR: An internal error occurred - val

Description

An unrecoverable internal processing error has occurred.

Exception INTERNAL

Action

Contact BEA Customer Support.


1001


ERROR: Memory allocation failed - val

Description

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

Action

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. Either reduce the memory usage on the machine or increase the amount of physical memory on the machine. Also, increase the space on the swap device.

See Also

See the malloc function.

For UNIX systems, see the malloc(3) manual page.

For Microsoft Windows NT systems, see the Microsoft Visual C++ online help.


1002


ERROR: Interceptor initialization routine failed - val

Description

An error occurred in the function which instantiates C++ interceptor classes.

Action

The ULOG may provide more information about the error if the ORB was able to identify the problem. However, you may need to debug your interceptor to identify and correct the problem.


1003


ERROR: Failed to load interceptor library - val

Description

The C++ ORB failed to load the interceptor shareable library 'val'.

Action

The ULOG may provide more information about this failure. Check that the interceptor was registered with the correct filename and path, and that the interceptor name is correct.

See Also

The epifregedit command. For information about the epifregedit command, see the Using Request-Level Interceptors topic in the Developer's Guides online documentation container.


1004


ERROR: Interceptors must be supplied by initialization routine - val

Description

The C++ interceptor initialize function must return an instance of the interceptor class 'val'.

Action

This is an error in the interceptor implementation. Debug and correct the interceptor implementation.