BEA Logo BEA Banner

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

 

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


1010


ERROR: Authorization plugin internal failure in preop - val

Description

While attempting to get authorization from a security plugin before invoking an operation, an unexpected return status was returned from the security plugin software. As a result, authorization could not be verified and the operation was not performed.

Action

Contact the security plugin vendor regarding the return of this status from the authorize_preop entry point.


1011


ERROR: Audit plugin internal failure in preop - val

Description

While attempting to notify a security plugin that an operation that should be audited is about to be invoked, an unexpected return status was returned from the security plugin software. As a result, auditing was incomplete and the operation was not performed.

Action

Contact the security plugin vendor regarding the return of this status from the audit_preop entry point.


1012


ERROR: Authorization plugin internal failure in postop - val

Description

While attempting to notify a security plugin that an operation has returned and that the authorization is completed, an unexpected return status was returned from the security plugin software.

Action

Contact the security plugin vendor regarding the return of this status from the authorize_postop entry point.


1013


ERROR: Audit plugin internal failure in postop - val

Description

While attempting to notify a security plugin that an operation has returned and that the auditing of the operation can be concluded, an unexpected return status was returned from the security plugin software.

Action

Contact the security plugin vendor regarding the return of this status from the audit_postop entry point.