BEA WebLogic Enterprise 4.2    Developer Center     

        HOME   |   SITE MAP   |   SEARCH   |   CONTACT   |   GLOSSARY  |   PDF FILES |   WHAT'S NEW 
 
        OTHER REFERENCE    |   TABLE OF CONTENTS   |   PREVIOUS TOPIC   |   NEXT TOPIC  

C++ ORB Messages


C++ ORB Messages 1-164

Note: When C++ ORB messages are listed in the user log (ULOG), the messages have the prefix LIBORB_CAT. For example, message 1 is listed as LIBORB_CAT:1.

1

INFO: Successful completion.

Description

The operation was completed successfully.

Action

None.

Exception

None.

2

ERROR: Operation failed.

Description

The operation failed.

Action

A serious error has occurred that probably involves a programming function that is being performed. For additional information about the failure, refer to additional system messages, if provided.

Exception

UNKNOWN

3

FATAL: Fatal error detected.

Description

A fatal error was detected. Processing stops.

Action

A serious error has occurred that probably involves a programming function that is being performed. For additional information about the failure, refer to additional system messages, if provided.

Exception

UNKNOWN

4

ERROR: Item not found.

Description

The specified item was not found. This message is commonly used by the WLE list routines.

Action

For additional information about the failure, refer to additional system messages, if provided. If the information is insufficient and you are unable to resolve the problem, contact BEA Customer Support.

Exception

UNKNOWN

5

ERROR: Bad list.

Description

Attempted to use a WLE list with a WLE list routine when the list was not created by a WLE list routine.

Action

None.

Exception

BAD_PARAM

6

ERROR: Index out of range.

Description

The specified index into a list is out of range; that is, it exceeds the list's boundaries.

Action

Verify the size of the list and the specified index.

Exception

BAD_PARAM

7

FATAL: Insufficient memory.

Description

There was not an adequate amount of virtual memory to complete the operation.

Action

Verify memory usage or adjust process quotas and system configuration.

Exception

NO_MEMORY

8

ERROR: Could not find file `Filename'.

Description

The specified file could not be found.

Action

Verify the file name.

Exception

UNKNOWN

9

ERROR: Insufficient privilege to access file `Filename'.

Description

The user lacks sufficient privileges to access the file.

Action

Verify the file privileges and the file specification.

Exception

NO_PERMISSION

10

ERROR: File `Filename' not available.

Description

The specified file is not available (for example, the disk is unavailable or the network is unavailable).

Action

Verify the availability of the file.

Exception

UNKNOWN

11

ERROR: Bad file specification `Filename'.

Description

The file specification is invalid (for example, too many characters, invalid characters, invalid form, and so on).

Action

Verify the file name.

Exception

UNKNOWN

12

ERROR: Buffer too small.

Description

The buffer specified for a routine argument is too small to contain the result.

Action

Enlarge the buffer.

Exception

BAD_PARAM

13

ERROR: Could not create file `Filename'.

Description

The specified file could not be created. This problem could be caused by an invalid file specification, the existence of a file with the same file name (cannot overwrite), the unavailability of the specified disk or network, and so on.

Action

Verify the file name and the output device.

Exception

UNKNOWN

14

ERROR: Unrecognized status `status' attempting to get a message.

Description

The specified message could not be retrieved and an unrecognized status value was returned.

Action

Contact BEA Technical Support.

Exception

INTERNAL

15

ERROR: An internal error has occurred.

Description

An unrecoverable internal processing error has occurred.

Action

Contact BEA Technical Support.

Exception

INTERNAL

17

ERROR: A typecode internal error has occurred.

Description

An unrecoverable internal processing error has occurred.

Action

Contact BEA Technical Support.

Exception

INTERNAL

20

ERROR: Bad type specified for list.

Description

An invalid list type was specified when a list was created or accessed.

Action

Verify that the list and the list type specification are one of the WLE product supported lists.

Exception

BAD_TYPECODE

23

ERROR: List element already exists.

Description

A list element corresponding to an element being added already exists.

Action

Verify the list and the element to be inserted.

Exception

UNKNOWN

24

ERROR: Count specified for list is invalid.

Description

The count specified for the list is invalid. The list count specified is not the actual list count.

Action

Verify the list and the list count.

Exception

BAD_PARAM

25

ERROR: Invalid data type specified.

Description

The value specified does not conform to the specified data type.

Action

Correct the data type or value specified.

Exception

BAD_TYPECODE

26

ERROR: Insufficient privilege to perform operation.

Description

The user lacks sufficient privileges to perform the requested operation.

Action

Verify the user's privileges for the requested operation.

Exception

NO_PERMISSION

33

ERROR: Dynamic load of component `ComponentName' for subsystem `Name' failed.

Description

The specified component of the subsystem could not be dynamically loaded.

Action

Verify that the installation succeeded and that the subsystem file exists.

Exception

INITIALIZE

34

ERROR: Could not open file `Filename'.

Description

The specified file could not be opened.

Action

Verify the file name.

Exception

UNKNOWN

35

ERROR: Could not read file `Filename'.

Description

The specified file could not be read.

Action

Verify the file name and the protection.

Exception

UNKNOWN

36

ERROR: The file `Filename' is locked.

Description

The specified file is currently locked.

Action

Specify an alternate file, or attempt to access the file later.

Exception

UNKNOWN

37

ERROR: Invalid operation.

Description

An invalid or illegal operation was attempted.

Action

Verify the operation.

Exception

BAD_OPERATION

38

ERROR: Bad object for operation.

Description

An invalid object was specified for the operation.

Action

Verify that the correct object is being used for the operation.

Exception

INV_OBJREF

39

ERROR: Invalid parameter for operation.

Description

An invalid parameter was specified for the operation.

Action

Verify that the proper parameter was specified for the operation.

Exception

BAD_PARAM

41

ERROR: Not yet implemented.

Description

The specified feature is not yet implemented.

Action

None

Exception

NO_IMPLEMENT

42

ERROR: Unknown error: `ErrorText'.

Description

The error text corresponding to the unknown error.

Action

Determine the appropriate action from the error text.

Exception

UNKNOWN

43

ERROR: Bad Repository Id `RepID'.

Description

An invalid repository identifier was specified.

Action

Supply a valid repository identifier.

Exception

BAD_PARAM

44

ERROR: GIOP Locate Forwarding loop detected.

Description

While attempting to locate an ORB to which to send a given invoke request, a forwarding loop was detected.

Action

Contact the system manager for the remote ORB to which you are trying to communicate and report that there is a forwarding loop between multiple servers (that is, each server is forwarding requests to the other).

Exception

IMP_LIMIT

45

ERROR: There is no support for this function.

Description

The operation attempted is not supported on this platform.

Action

Review the product documentation to ensure the feature is available on this platform.

Exception

UNKNOWN

46

ERROR: No Current implementation was found.

Description

No current implementation was found for the operation.

Action

None.

Exception

UNKNOWN

48

ERROR: Current type was already registered.

Description

A Current for this type has already been registered.

Action

None.

Exception

UNKNOWN

49

ERROR: MessageErrorMessage received.

Description

A GIOP MessageErrorMessage was received and the ORB could not fall back to a previous version.

Action

Check that the client and server support compatible GIOP versions.

Exception

UNKNOWN

50

ERROR: Could not find the entry point `EntryPoint' in the dynamically loaded library `Name'.

Description

The given shared library does not contain the given entry point name.

Action

Verify that the installation was successful.

Exception

UNKNOWN

51

WARN: One or more unsupported kinds were encountered.

Description

Not all TCKinds are currently supported.

Action

Check the client for the use of unsupported kinds.

Exception

MARSHAL

52

WARN: A UserException cannot be thrown from this function.

Description

CORBA::UserException occurred in a function that does not support user exceptions.

Action

Check the function to see whether a user exception was incorrectly thrown.

Exception

IMP_LIMIT

53

ERROR: An error was detected in the configuration settings.

Description

Invalid configuration settings were detected during initialization.

Action

Determine whether the configuration settings passed to ORB_init are correct.

Exception

INITIALIZE

55

ERROR: Specified object `ObjectName' already exists.

Description

The specified object already exists in the repository.

Action

None.

Exception

UNKNOWN

56

ERROR: Repository error in `Filename'.

Description

An error occurred in the repository.

Action

For additional information about the failure, refer to additional system messages, if provided. If the information is insufficient and you are unable to resolve the problem, contact BEA Customer Support.

Exception

INTF_REPOS

58

ERROR: Attribute `AttributeName' already exists.

Description

The user attempted to redefine an attribute that already exists.

Action

Verify the attribute specified and the object.

Exception

UNKNOWN

59

ERROR: Bad object name `ObjectName'.

Description

The specified object name is an invalid WLE object name (for example, illegal characters, too many characters, bad format, and so on).

Action

Verify the name.

Exception

INV_IDENT

60

ERROR: Bad type `ObjectType' for object `ObjectName'.

Description

The specified object type is not one of the supported object types. Alternatively, the object may be of an incorrect type for the operation.

Action

Verify the type.

Exception

BAD_TYPECODE

62

ERROR: Object `Objectname' not found.

Description

The specified object was not found.

Action

Verify the object name, whether the object exists, and that the correct repository was specified.

Exception

UNKNOWN

64

ERROR: Attribute `AttributeName' not found.

Description

The specified attribute was not found.

Action

Verify attribute and object names, and that the correct repository was specified.

Exception

UNKNOWN

65

ERROR: Value not found.

Description

The specified value was not found.

Action

Verify the value specification and object names and that the correct repository was specified.

Exception

UNKNOWN

66

ERROR: File error for repository `Filename'.

Description

A file error occurred for the specified repository.

Action

Verify the file name and the file.

Exception

INTF_REPOS

67

ERROR: The repository `Filename' is locked.

Description

The specified repository is locked due to a write operation.

Action

Exit the application that has the repository opened for write.

Exception

INTF_REPOS

68

ERROR: Repository `Filename' not found.

Description

The specified repository was not found.

Action

Verify the file specification and that the repository exists.

Exception

INTF_REPOS

69

ERROR: No repository specified.

Description

The user attempted an operation on a repository (for example, open) without specifying the file name of the repository.

Action

Specify a repository file specification.

Exception

INTF_REPOS

71

ERROR: Repository `Filename' is full.

Description

The specified repository is full. No new definitions may be stored.

Action

Remove unnecessary object definitions or use another repository.

Exception

IMP_LIMIT

72

ERROR: Object is referenced by other objects.

Description

For a delete object operation, the object is referenced by other objects and may not be deleted.

Action

Remove the references, if possible.

Exception

UNKNOWN

75

ERROR: Bad database version.

Description

A repository created using an old version of WLE software was specified on an open repository operation.

Action

Re-create the database using the latest WLE software version.

Exception

INTF_REPOS

76

ERROR: No privilege for attempted operation on repository `Filename'.

Description

The user attempted a database operation that he or she is not privileged to do.

Action

Obtain the proper privilege to perform the operation.

Exception

NO_PERMISSION

77

ERROR: Database operation on repository `Filename' timed out.

Description

The attempted database operation timed out.

Action

Try the operation again.

Exception

INTF_REPOS

78

ERROR: File `Filename' is not a valid ORB configuration file.

Description

The WLE software attempted to open a database file and the database tag did not match. The specified database was not created by the WLE product.

Action

Make sure the file is a valid WLE database file.

Exception

INTF_REPOS

79

ERROR: An internal error has occurred.

Description

An unrecoverable internal processing error has occurred.

Action

Contact BEA Technical Support.

Exception

INTERNAL

80

ERROR: File error: `ErrorText'.

Description

The error text corresponding to the file error.

Action

Determine the appropriate action from the error text.

Exception

INTF_REPOS

81

Error: Invalid Object Reference.

Description

The specified repository object reference was not one of the supported types. Alternatively, the types specified may be incorrect for the operation being performed.

Action

Verify the object reference.

Exception

BAD_PARAM

83

ERROR: Container `ObjectName' Is Inherited By `InheritedBy'.

Description

A container could not be deleted because it is inherited by another container.

Action

None.

Exception

BAD_PARAM

84

ERROR: `ObjectName' Not Deleted.

Description

A object could not be deleted. See secondary messages for specific reason.

Action

None.

Exception

BAD_PARAM

85

ERROR: Repository Corrupted.

Description

An object within the repository has been corrupted.

Action

Re-create the repository or recover from a previous version.

Exception

BAD_PARAM

86

ERROR: Bad Repository Id `RepID'.

Description

An invalid repository identifier was specified.

Action

Specify a valid repository identifier.

Exception

BAD_PARAM

87

ERROR: Invalid Container `ObjectName'.

Description

An attempt was made to create an object inside a container and the container type is not valid for this type of object.

Action

Specify a valid container.

Exception

BAD_PARAM

89

ERROR: Bad Type `InternalType'.

Description

The object reference is invalid or corrupted.

Action

Re-create the repository or recover from a previous version.

Exception

BAD_PARAM

90

ERROR: Invalid Limit Type `ObjectName'.

Description

The limit type specified is not valid or is not valid in the context within which it is being used.

Action

Specify a valid limit type value.

Exception

BAD_PARAM

92

ERROR: Invalid constant value.

Description

The user attempted to create a constant and the type of the value provided was not a string or the value of the string was NULL.

Action

Verify the type and value of the constant.

Exception

BAD_PARAM

93

ERROR: Bad Result Type.

Description

The type of the result for the operation is invalid.

Action

Verify the type.

Exception

BAD_PARAM

94

ERROR: Bad Attribute Type.

Description

The type of the attribute is invalid.

Action

Verify the type.

Exception

BAD_PARAM

95

ERROR: Bad TypeDef Type.

Description

The type of the typedef is invalid.

Action

Verify the type.

Exception

BAD_PARAM

96

ERROR: Bad Constant Type.

Description

The type of the constant is invalid.

Action

Verify the type.

Exception

BAD_PARAM

97

ERROR: Bad Exception Type.

Description

The type of the exception is invalid.

Action

Verify the type.

Exception

BAD_PARAM

98

ERROR: Invalid TypeCode Id `RepID'.

Description

The typecode points to an invalid typedef.

Action

Verify the type.

Exception

BAD_PARAM

99

ERROR: Signature `ObjectName' Not Fetched.

Description

The signature for a method could not be fetched because an error occurred while the specified operation was being fetched.

Action

Verify the type.

Exception

BAD_PARAM

100

ERROR: Bad Type Id `TypeId'.

Description

The object reference is invalid or corrupted.

Action

Re-create the repository or recover from a previous version.

Exception

None.

103

ERROR: Transport error `TransportError'.

Description

A transport error has occurred.

Action

Verify the operation of the transport.

Exception

COMM_FAILURE

104

ERROR: Specified arguments do not match defined arguments.

Description

The arguments for the operation invocation do not match the arguments defined for the operation (that is, too many arguments, too few arguments, inconsistent data type or direction, and so on).

Action

Verify that the specified arguments match those defined for the operation.

Exception

BAD_PARAM

105

ERROR: Specified method not found on implementation skeleton.

Description

The specified method could not be called from the implementation invoke routine because the method was not found.

Action

Verify that the method is defined for the implementation, and that the correct servant is used for invocation. Regenerate the implementation skeleton if necessary.

Exception

NO_IMPLEMENT

108

ERROR: Unknown node `Node' specified.

Description

An unregistered node name was specified.

Action

Make sure the node specified is registered.

Exception

COMM_FAILURE

110

ERROR: The shared library `Name' could not be dynamically loaded.

Description

The ImagePath WLE registry parameter for a WLE loadable component or subsystem could not be dynamically loaded.

Action

Verify that the dynamic library can be loaded. Check privileges, system constraints, and so on.

Exception

UNKNOWN

112

ERROR: Bad dynamic library specification.

Description

The name of the specified dynamic library is invalid.

Action

Verify the name and path for the dynamic library.

Exception

INV_IDENT

113

ERROR: The underlying transport could not be initialized.

Description

The underlying transport (for example, TCP/IP) could not be initialized.

Action

Verify the operation of the transport. Make sure that the appropriate software is installed and that it is running.

Exception

None.

114

ERROR: An internal software error occurred.

Description

An internal software error occurred. The operation was not completed.

Action

Contact BEA Technical Support.

Exception

INTERNAL

115

ERROR: Bad object name `ObjectName'.

Description

The specified object name is not a valid WLE object name (for example, illegal characters, bad format, too many characters, and so on).

Action

Specify a valid object name.

Exception

INV_IDENT

117

ERROR: Transport level communication failed.

Description

Communication to a server has failed. This failure, in many cases, is due to a timeout while a method is being completed.

Action

Check the server you are attempting to communicate with. In addition, verify the operation of the network. If the method is long running, try calling it asynchronously.

Exception

COMM_FAILURE

118

ERROR: The requested server was not found or is not accessible on the network.

Description

The WLE software could not locate the requested server on the network.

Action

Verify that the server is running and is available on the network transport.

Exception

UNKNOWN

119

ERROR: Exceeded marshalling buffer.

Description

The marshalling buffer was exceeded.

Action

Contact BEA Technical Support.

Exception

INTERNAL

120

ERROR: The transport message was not properly identified.

Description

The message received on the transport was not identified as a WLE message.

Action

Contact BEA Technical Support.

Exception

INTERNAL

121

ERROR: Invalid argument.

Description

This message occurs when an invalid argument is specified.

Action

Verify the arguments passed in.

Exception

INV_OBJREF

122

ERROR: Specified result does not match defined result.

Description

The result for the method invocation does not match the result defined for the method.

Action

Verify that the specified result matches that defined for the operation.

Exception

BAD_PARAM

123

ERROR: String length is greater than the bound.

Description

The length of the string exceeds the bound specified for the type in the OMG IDL statements.

Action

Verify the length. Either change the bound in the type definition in the OMG IDL statements or set the string to be of a length less than or equal to the bound.

Exception

BAD_PARAM

124

ERROR: An invalid type was specified for an ANY argument.

Description

An argument of type ANY was specified with an invalid type field.

Action

Verify the ANY argument. Make sure that the argument type is a valid typecode.

Exception

MARSHAL

125

ERROR: Specified number of arguments do not match defined number of arguments.

Description

The number of arguments for the invocation does not match the number of arguments defined for the operation.

Action

Verify that the number of specified arguments matches those defined for the operation.

Exception

BAD_PARAM

126

ERROR: Specified argument name `ArgumentName' does not match defined argument name.

Description

The name of the argument does not match the name of the argument defined for the operation.

Action

Verify that the names of the specified arguments match those defined for the operation.

Exception

BAD_PARAM

127

ERROR: Specified argument type does not match defined argument type for `ArgumentName'.

Description

The type of the argument does not match the type of the argument defined for the operation.

Action

Verify that the type of the specified argument matches that defined for the operation.

Exception

BAD_PARAM

128

ERROR: TypeCode ID not found.

Description

The TypeCode was not found in any of the TypeCode lookup routines. Without the TypeCode, the data cannot be marshaled or unmarshaled.

Action

Verify that the id is from a type or an exception known to the client or the server. If you are using DII instead of stubs, ensure that the TypeCode lookup routine has been registered.

Exception

BAD_TYPECODE

129

ERROR: Transport level send timeout.

Description

Communication between server and client has failed. This failure is due to a timeout that occurs while the client is attempting to send an invoke request or the server is attempting to send a reply to an invoked request.

Action

Check the client or server with which you are attempting to communicate. In addition, verify the operation of the network. If the method is long running, try invoking the method asynchronously.

Exception

COMM_FAILURE

130

ERROR: The object is constrained to be local.

Description

An attempt was made to use an object that is constrained to be local in a context where nonlocal information is required.

Action

Do not use a local object for an operation that may require going across the wire.

Exception

MARSHAL

132

INFO: No more items.

Description

No keys or named values are available.

Action

The enumeration of keys or named values has reached the end of the items.

Exception

None.

147

ERROR: Registry `RegistryName' not found.

Description

The specified registry partition was not found.

Action

Verify the registry partition name and that the registry partition exists.

Exception

INTF_REPOS

149

ERROR: OA already exists.

Description

Internal error only. An Object Adapter with the same name already exists.

Action

Contact BEA Technical Support.

Exception

OBJ_ADAPTER

150

ERROR: OA does not exist.

Description

Internal error only. An Object Adapter with the specified name does not exist.

Action

Contact BEA Technical Support.

Exception

OBJ_ADAPTER

152

ERROR: OA not active.

Description

Internal error only. An Object Adapter is not active.

Action

Contact BEA Technical Support.

Exception

OBJ_ADAPTER

153

ERROR: OA is suspended.

Description

Internal error only. An Object Adapter is suspended.

Action

Contact BEA Technical Support.

Exception

OBJ_ADAPTER

154

ERROR: OA queue is too large.

Description

An Object Adapter has exceeded the size of the internal queue.

Action

Contact BEA Technical Support.

Exception

OBJ_ADAPTER

155

ERROR: OA object not found.

Description

An Object Adapter object ID was not found.

Action

Ensure that the Object is active in the server.

Exception

OBJECT_NOT_EXIST

156

ERROR: OA Servant not active.

Description

Internal error only. An Object Adapter object servant was not active.

Action

Contact BEA Technical Support.

Exception

OBJ_ADAPTER

157

ERROR: OA Servant not unique.

Description

Internal error. An Object Adapter object servant was not unique.

Action

Contact BEA Technical Support.

Exception

OBJ_ADAPTER

158

ERROR: Server Request discarded.

Description

An Object Adapter discarded the server request and the request was not processed.

Action

None.

Exception

TRANSIENT

159

ERROR: Object is not a ServantActivator.

Description

The servant manager is not a PortableServer::ServantActivator object.

Action

Verify that a ServantActivator object is specified in the call to set_servant_manager.

Exception

TRANSIENT

160

ERROR: Object is not a ServantLocator.

Description

The servant manager is not a PortableServer::ServantLocator object.

Action

Verify that a ServantLocator object is specified in the call to set_servant_manager.

Exception

TRANSIENT

161

ERROR: Object is not a AdapterActivator.

Description

The servant manager is not a PortableServer::AdapterActivator object.

Action

Verify that an AdapterActivator object is specified in the call to the activator.

Exception

TRANSIENT

163

ERROR: An error was returned by Tuxedo.

Description

The BEA TUXEDO system returned an error. For more information, see the minor code and the user log (ULOG).

Action

None

Exception

UNKNOWN

164

ERROR: `ObjectName' is not an operation in the interface.

Description

You specified an operation name that is defined in the interface, but is not an operation.

Action

Ensure that the specified name is an operation in the interface.

Exception

Marshal


Copyright © 1999 BEA Systems, Inc. All Rights Reserved.
Required browser version: Netscape Communicator version 4.0 or higher, or Microsoft Internet Explorer version 4.0 or higher.
Last update: July 06, 1999.