![]() |
![]() |
e-docs > Tuxedo > Messages > LIBORB Catalog List > LIBORB Messages 0-99 |
|
LIBORB Messages 0-99
1
INFO: Successful completion.
Description
The operation was completed successfully.
Exception None.
Action
None.
2
ERROR: Operation failed.
Description
The operation failed.
Exception UNKNOWN
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.
3
FATAL: Fatal error detected.
Description
A fatal error was detected. Processing stops.
Exception UNKNOWN
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.
4
ERROR: Item not found.
Description
The specified item was not found. This message is commonly used by the WLE list routines.
Exception UNKNOWN
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.
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.
Exception BAD_PARAM
Action
None.
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.
Exception BAD_PARAM
Action
Verify the size of the list and the specified index.
7
FATAL: Insufficient memory.
Description
There was not an adequate amount of virtual memory to complete the operation.
Exception NO_MEMORY
Action
Verify memory usage or adjust process quotas and system configuration.
8
ERROR: Could not find file `Filename'.
Description
The specified file could not be found.
Exception UNKNOWN
Action
Verify the file name.
9
ERROR: Insufficient privilege to access file `Filename'.
Description
The user lacks sufficient privileges to access the file.
Exception NO_PERMISSION
Action
Verify the file privileges and the file specification.
10
ERROR: File `Filename' not available.
Description
The specified file is not available (for example, the disk is unavailable or the network is unavailable).
Exception UNKNOWN
Action
Verify the availability of the file.
11
ERROR: Bad file specification `Filename'.
Description
The file specification is invalid (for example, too many characters, invalid characters, invalid form, and so on).
Exception UNKNOWN
Action
Verify the file name.
12
ERROR: Buffer too small.
Description
The buffer specified for a routine argument is too small to contain the result.
Exception BAD_PARAM
Action
Enlarge the buffer.
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.
Exception UNKNOWN
Action
Verify the file name and the output device.
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.
Exception INTERNAL
Action
Contact BEA Customer Support.
15
ERROR: An internal error has occurred.
Description
An unrecoverable internal processing error has occurred.
Exception INTERNAL
Action
Contact BEA Customer Support.
16
ERROR: Parameter `val' is not of type CORBA_STRING.
Description
The parameter `val' was expected to be a string, but it was not.
Exception BAD_PARAM
Action
There are two situations where this error can occur. In the first, an error message expected a string value, but did not receive one. In the second, a server was attempting to return the result of a request, but the required typecode was incorrect. In both cases, contact BEA Customer Support.
17
ERROR: A typecode internal error has occurred.
Description
An unrecoverable internal processing error has occurred.
Exception INTERNAL
Action
Contact BEA Customer Support.
18
ERROR: No buffer specified.
Description
An unrecoverable internal processing error has occurred.
Exception INTERNAL
Action
Contact BEA Customer Support.
19
ERROR: Unknown environment variable.
Description
An unrecoverable internal processing error has occurred.
Exception INTERNAL
Action
Contact BEA Customer Support.
20
ERROR: Bad type specified for list.
Description
An invalid list type was specified when a list was created or accessed.
Exception BAD_TYPECODE
Action
Verify that the list and the list type specification are one of the WLE product supported lists.
21
ERROR: Expected list type does not match actual list type.
Description
An unrecoverable internal processing error has occurred.
Exception INTERNAL
Action
Contact BEA Customer Support.
22
ERROR: Invalid list operation.
Description
An unrecoverable internal processing error has occurred.
Exception INTERNAL
Action
Contact BEA Customer Support.
23
ERROR: List element already exists.
Description
A list element corresponding to an element being added already exists.
Exception UNKNOWN
Action
Verify the list and the element to be inserted.
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.
Exception BAD_PARAM
Action
Verify the list and the list count.
25
ERROR: Invalid data type specified.
Description
The value specified does not conform to the specified data type.
Exception BAD_TYPECODE
Action
Correct the data type or value specified.
26
ERROR: Insufficient privilege to perform operation.
Description
The user lacks sufficient privileges to perform the requested operation.
Exception NO_PERMISSION
Action
Verify the user's privileges for the requested operation.
27
ERROR: List is static; cannot be extended.
Description
An unrecoverable internal processing error has occurred.
Exception UNKNOWN
Action
Contact BEA Customer Support.
29
ERROR: The endpoint is not a local endpoint
Description
An application is using an object reference it expects to be implemented within its own process, but the reference is for an implementation outside of the process.
Exception UNKNOWN
Action
Contact BEA Customer Support.
32
ERROR: Bad UUID `val'.
Description
An unrecoverable internal processing error has occurred.
Exception UNKNOWN
Action
Contact BEA Customer Support.
33
ERROR: Dynamic load of component `ComponentName' for subsystem `Name' failed.
Description
The specified component of the subsystem could not be dynamically loaded.
Exception INITIALIZE
Action
Verify that the installation succeeded and that the subsystem file exists.
34
ERROR: Could not open file `Filename'.
Description
The specified file could not be opened.
Exception UNKNOWN
Action
Verify the file name.
35
ERROR: Could not read file `Filename'.
Description
The specified file could not be read.
Exception UNKNOWN
Action
Verify the file name and the protection.
36
ERROR: The file `Filename' is locked.
Description
The specified file is currently locked.
Exception UNKNOWN
Action
Specify an alternate file, or attempt to access the file later.
37
ERROR: Invalid operation.
Description
An invalid or illegal operation was attempted.
Exception BAD_OPERATION
Action
Verify the operation.
38
ERROR: Bad object for operation.
Description
An invalid object was specified for the operation.
Exception INV_OBJREF
Action
Verify that the correct object is being used for the operation.
39
ERROR: Invalid parameter for operation.
Description
An invalid parameter was specified for the operation.
Exception BAD_PARAM
Action
Verify that the proper parameter was specified for the operation.
40
ERROR: Bad Security Identifier.
Description
An unrecoverable internal processing error has occurred.
Exception UNKNOWN
Action
Contact BEA Customer Support.
41
ERROR: Not yet implemented.
Description
The specified feature is not yet implemented.
Exception NO_IMPLEMENT
Action
None
42
ERROR: unknown error: `ErrorText'.
Description
The error text corresponding to the unknown error.
Exception UNKNOWN
Action
Determine the appropriate action from the error text.
43
ERROR: Bad Repository Id `RepID'.
Description
An invalid repository identifier was specified.
Exception BAD_PARAM
Action
Supply a valid repository identifier.
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.
Exception IMP_LIMIT
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).
45
ERROR: There is no support for this function.
Description
The operation attempted is not supported on this platform.
Exception UNKNOWN
Action
Review the product documentation to ensure the feature is available on this platform.
46
ERROR: No Current implementation was found.
Description
No current implementation was found for the operation.
Exception UNKNOWN
Action
None.
47
ERROR: The endpoint is a local endpoint
Description
An unrecoverable internal processing error has occurred.
Exception UNKNOWN
Action
Contact BEA Customer Support.
48
ERROR: Current type was already registered.
Description
A Current for this type has already been registered.
Exception UNKNOWN
Action
None.
49
ERROR: MessageErrorMessage received
Description
A GIOP MessageErrorMessage
was received and the ORB could not fall back to a previous version.
Exception UNKNOWN
Action
Check that the client and server support compatible GIOP versions.
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.
Exception UNKNOWN
Action
Verify that the installation was successful.
51
WARN: One or more unsupported kinds were encountered.
Description
Not all TCKinds are currently supported.
Exception MARSHAL
Action
Check the client for the use of unsupported kinds.
52
WARN: A UserException can not be thrown from this function.
Description
CORBA::UserException
occurred in a function that does not support user exceptions.
Exception IMP_LIMIT
Action
Check the function to see whether a user exception was incorrectly thrown.
53
ERROR: An error was detected in the configuration settings.
Description
Invalid configuration settings were detected during initialization.
Exception INITIALIZE
Action
Determine whether the configuration settings passed to ORB_init
are correct.
55
ERROR: Specified object `ObjectName' already exists.
Description
The specified object already exists in the repository.
Exception UNKNOWN
Action
None.
56
ERROR: Repository error in `Filename'.
Description
An error occurred in the repository.
Exception INTF_REPOS
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.
57
ERROR: Illegal database operation for attribute `val'.
Description
An unrecoverable internal processing error has occurred.
Exception UNKNOWN
Action
Contact BEA Customer Support.
58
ERROR: Attribute `AttributeName' already exists.
Description
The user attempted to redefine an attribute that already exists.
Exception UNKNOWN
Action
Verify the attribute specified and the object.
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).
Exception INV_IDENT
Action
Verify the name.
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.
Exception BAD_TYPECODE
Action
Verify the type.
61
ERROR: Bad object identifier.
Description
An error occurred while reading the registry or a repository.
Action
The registry or repository may be corrupted. You can reload the repository from your idl to correct the error. If this does not correct the problem, contact BEA Customer Support.
62
ERROR: Object `Objectname' not found.
Description
The specified object was not found.
Exception UNKNOWN
Action
Verify the object name, whether the object exists, and that the correct repository was specified.
63
ERROR: No attributes found.
Description
An unrecoverable internal processing error has occurred.
Exception UNKNOWN
Action
Contact BEA Customer Support.
64
ERROR: Attribute `AttributeName' not found.
Description
The specified attribute was not found.
Exception UNKNOWN
Action
Verify attribute and object names, and that the correct repository was specified.
65
ERROR: Value not found.
Description
The specified value was not found.
Exception UNKNOWN
Action
Verify the value specification and object names and that the correct repository was specified.
66
ERROR: File error for repository `Filename'.
Description
A file error occurred for the specified repository.
Exception INTF_REPOS
Action
Verify the file name and the file.
67
ERROR: The repository `Filename' is locked.
Description
The specified repository is locked due to a write operation.
Exception INTF_REPOS
Action
Exit the application that has the repository opened for write.
68
ERROR: Repository `Filename' not found.
Description
The specified repository was not found.
Exception INTF_REPOS
Action
Verify the file specification and that the repository exists.
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.
Exception INTF_REPOS
Action
Specify a repository file specification.
70
ERROR: Repository `val' opened in wrong mode.
Description
An unrecoverable internal processing error has occurred.
Exception INTERNAL
Action
Contact BEA Customer Support.
71
ERROR: Repository `Filename' is full.
Description
The specified repository is full. No new definitions may be stored.
Exception IMP_LIMIT
Action
Remove unnecessary object definitions or use another repository.
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.
Exception UNKNOWN
Action
Remove the references, if possible.
73
ERROR: Bad repository handle.
Description
An unrecoverable internal processing error has occurred.
Exception INTERNAL
Action
Contact BEA Customer Support.
74
ERROR: Bad database operation.
Description
An unrecoverable internal processing error has occurred.
Exception INTERNAL
Action
Contact BEA Customer Support.
75
ERROR: Bad database version.
Description
A repository created using an old version of WLE software was specified on an open repository operation.
Exception INTF_REPOS
Action
Re-create the database using the latest WLE software version.
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.
Exception NO_PERMISSION
Action
Obtain the proper privilege to perform the operation.
77
ERROR: Database operation on repository `Filename' timed out.
Description
The attempted database operation timed out.
Exception INTF_REPOS
Action
Try the operation again.
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.
Exception INTF_REPOS
Action
Make sure the file is a valid WLE database file.
79
ERROR: An internal error has occurred.
Description
An unrecoverable internal processing error has occurred.
Exception INTERNAL
Action
Contact BEA Customer Support.
80
ERROR: File error: `ErrorText'.
Description
The error text corresponding to the file error.
Exception INTF_REPOS
Action
Determine the appropriate action from the error text.
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.
Exception BAD_PARAM
Action
Verify the object reference.
82
ERROR: Invalid Override.
Description
An attempt has been made to override the operation or attribute definition, but the name conflicts with an existing object.
Exception BAD_PARAM
Action
Identify the name with which the operation or attribute conflicts, and change one of the two names to eliminate the conflict.
83
ERROR: Container ObjectName Is Inherited By InheritedBy.
Description
A container could not be deleted because it is inherited by another container.
Exception BAD_PARAM
Action
None.
84
ERROR: ObjectName Not Deleted.
Description
A object could not be deleted. See secondary messages for specific reason.
Exception BAD_PARAM
Action
None.
85
ERROR: Repository Corrupted.
Description
An object within the repository has been corrupted.
Exception BAD_PARAM
Action
Re-create the repository or recover from a previous version.
86
ERROR: Bad Repository Id `RepID'.
Description
An invalid repository identifier was specified.
Exception BAD_PARAM
Action
Specify a valid repository identifier.
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.
Exception BAD_PARAM
Action
Specify a valid container.
88
ERROR: Base Object val Not Found.
Description
When loading a repository, the base object of an inheritance 'val' was not found.
Exception BAD_PARAM
Action
Load the idl containing the base object definition into the repository.
89
ERROR: Bad Type InternalType.
Description
The object reference is invalid or corrupted.
Exception BAD_PARAM
Action
Re-create the repository or recover from a previous version.
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.
Exception BAD_PARAM
Action
Specify a valid limit type value.
91
ERROR: Specified Attribute Value Not Found For Attribute `val'.
Description
The attribute value of attribute `val' was not found during a delete operation.
Exception BAD_PARAM
Action
Reload the repository or registry.
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.
Exception BAD_PARAM
Action
Verify the type and value of the constant.
93
ERROR: Bad Result Type.
Description
The type of the result for the operation is invalid.
Exception BAD_PARAM
Action
Verify the type.
94
ERROR: Bad Attribute Type.
Description
The type of the attribute is invalid.
Exception BAD_PARAM
Action
Verify the type.
95
ERROR: Bad TypeDef Type.
Description
The type of the typedef is invalid.
Exception BAD_PARAM
Action
Verify the type.
96
ERROR: Bad Constant Type.
Description
The type of the constant is invalid.
Exception BAD_PARAM
Action
Verify the type.
97
ERROR: Bad Exception Type.
Description
The type of the exception is invalid.
Exception BAD_PARAM
Action
Verify the type.
98
ERROR: Invalid TypeCode Id RepID.
Description
The typecode points to an invalid typedef.
Exception BAD_PARAM
Action
Verify the type.
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.
Exception BAD_PARAM
Action
Verify the type.
![]() |
![]() |
![]() |
![]() |
||
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |