![]() |
![]() |
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 |
Note:
When ORB command-line messages are listed in the user log (ULOG), the messages have the prefix LIBORBCMD_CAT. For example, message 2 is listed as LIBORGCMD_CAT:2.
ORB Command-line Messages 1-139
2
|
ERROR: Bad UUID `UUID'.
| |
|
Description |
The specified UUID is invalid (for example, has illegal characters, has too many characters, has an invalid format, and so on). |
|
Action |
Verify the UUID. |
4
|
ERROR: Bad type `DataType' for argument.
| |
|
Description |
The data type specified for an argument is not a supported WLE argument data type. |
|
Action |
Specify a valid WLE argument data type. |
5
|
ERROR: Object not deleted.
| |
|
Description |
For a |
|
Action |
For more information, see any additional messages. |
6
|
ERROR: Not yet implemented.
| |
|
Description |
The specified operation is not yet implemented. |
|
Action |
None. |
7
|
ERROR: Object `ObjectName' is damaged.
| |
|
Description |
The specified object is damaged. |
|
Action |
Verify the object and reload if necessary. |
8
|
ERROR: Bad object type for object `ObjectName'.
| |
|
Description |
For a |
|
Action |
Reload the object definition. |
9
|
ERROR: Object `ObjectName' not found.
| |
|
Description |
The specified object was not found. |
|
Action |
Verify the object name and the repository specification. |
11
|
FATAL: Fatal syntax error.
| |
|
Description |
A syntax error occurred while the definition file was being parsed. |
|
Action |
Verify the syntax at the designated point in the definition file. |
13
|
FATAL: Exceeded nesting limit for INCLUDE directive.
| |
|
Description |
The limit of open files for |
|
Action |
Reduce the number of |
15
|
FATAL: Bad or unsupported option.
| |
|
Description |
UNIX systems only. An invalid option was specified on the WLE command line. |
|
Action |
Verify that all options specified are valid for the command. |
16
|
FATAL: Too many arguments.
| |
|
Description |
UNIX systems only. Too many arguments were specified on the WLE command line. |
|
Action |
Verify the syntax of the specified command. |
Description
For the UNIX interface, the specified command is unknown.
Action
Verify the command.
Description
For the
Action
Define some objects.
Description
No proxies were found matching the specified criteria.
Action
Modify or eliminate the Remote Host, Remote User, or Local User fields.
Description
The operation failed due to a repository error.
Action
Refer to associated messages for additional information.
Description
An internal software error occurred. The operation was not completed.
Action
Contact BEA Technical Support.
Description
The limit of nested scopes for
Action
Reduce the number of nested module and interface definitions.
Description
This identifier is not defined within the scope of this usage.
Action
Define the identifier.
22
ERROR: Unknown command.
23
INFO: Empty definition file `Filename'; no object(s) found.
LOAD
or COMPILE
operation, the definition file did not contain any object definitions.
24
INFO: No proxies found.
26
ERROR: Repository error.
27
ERROR: An internal software error occurred.
28
FATAL: Exceeded scope limit.
COMPILE
operations was exceeded.
30
ERROR: `Name' not defined.
31
|
ERROR: \QName' not defined in scope.
| |
|
Description |
This identifier is not defined within the specified scope. |
|
Action |
Define the identifier in the specified scope. |
33
|
RROR: `Name' is not a valid type specification.
| |
|
Description |
This specified identifier cannot be used as a type specification. |
|
Action |
Correct the type specification. |
34
|
ERROR: Not a simple type, use a type name instead.
| |
|
Description |
A struct, union, or enum has been used where a simple type is required. |
|
Action |
Use a type name instead of a struct, union, or enum. |
35
|
ERROR: Size must be an integer constant.
| |
|
Description |
The size of a bounded string, bounded sequence, or array must be an integer constant. |
|
Action |
Enter an integer for the size. |
36
|
ERROR: Size must be a positive value.
| |
|
Description |
The size of a bounded string, bounded sequence, or array must be a positive integer constant. |
|
Action |
Enter an positive integer for the size. |
39
|
ERROR: Expression has wrong type.
| |
|
Description |
The value of the expression does not match the defined type. |
|
Action |
Enter an expression of the correct type. |
40
|
ERROR: Expression value out of range.
| |
|
Description |
The value of the expression is not within the range of the defined data type. |
|
Action |
Enter an expression within the range of the data type. |
41
|
ERROR: String is too long.
| |
|
Description |
The length of the string expression exceeds the size of the defined bounded string. |
|
Action |
Increase the size of the string. |
Description
A cyclic reference to a type must be contained within a sequence.
Action
Move the cyclic type reference into a sequence.
Description
A reference has been made to a constant definition that has no defined value.
Action
Define a value for the constant.
Description
Only one default label is allowed in a switch statement.
Action
Remove the duplicate default label.
Description
More than one case label contains the same value. Label values must be unique.
Action
Remove the duplicate case label value.
Description
The structure definition contains no members. A structure must contain at least one member.
Action
Add at least one member to the structure.
Description
The identifier specified in the raises statement is not an exception.
Action
Correct the name to specify an exception.
Description
An expression attempts to divide by zero.
Action
Correct the expression to remove the division by zero.
Description
The right operand in the shift operator is invalid. It must be in the range 0 <= right operand < 32.
Action
Correct the right operand.
Description
The specified operator applies only to operands of type integer.
Action
Specify an integer operand.
Description
The specified operator does not apply to operands of the specified type.
Action
Specify an operand of the correct type.
Description
Pointer types are not allowed in definitions.
Action
Utilize a construct such as sequence.
Description
The union body contains no statements. It must contain at least one case.
Action
Add a case to the body of the union statement.
Description
A case label is required for each element in the union statement.
Action
Add a case label to the union statement.
Description
The
Action
Add an identifier to the enum statement.
Description
The character literal does not contain a character.
Action
Add a character to the literal.
Description
During the parse of the definition file, an unclosed literal was found.
Action
Verify the definition file; close the literal.
Description
The specified identifier has already been referenced in this scope of the definition.
Action
Verify the definition.
Description
The module definition is empty. Modules usually contain other definitions, such as interfaces, typedefs, and so on.
Action
Add definitions to the module.
Description
The OMG IDL file contains keywords that have the wrong case.
Action
Find the keyword with the wrong case and correct it.
42
ERROR: Cyclic type reference must be in a Sequence.
43
ERROR: Constant has no value.
45
ERROR: Only one default label allowed.
46
ERROR: Duplicate label value.
47
ERROR: Structure is empty.
49
ERROR: `Name' must be an exception.
53
ERROR: Division by zero.
54
ERROR: Shift value out of range.
55
ERROR: Operator only applies to integers.
56
ERROR: Operator not applicable to values of type `DataType'.
61
ERROR: Pointer types are not allowed.
62
ERROR: Union body is empty.
63
ERROR: Missing case label.
64
ERROR: Enum is empty.
enum
statement contains no identifiers. An enum
statement must contain at least one identifier.
66
ERROR: Character literal is empty.
69
FATAL: Unexpected end of line inside of literal.
70
WARN: Identifier `Name' already referenced in this scope.
73
WARN: Module is empty.
87
ERROR: "Keyword should be spelled as `Name'.
88
|
WARN: The float literal is invalid.
| |
|
Description |
The specified literal is not a valid float literal. |
|
Action |
Verify the definition file and correct the literal. |
89
|
WARN: Unterminated character literal.
| |
|
Description |
The specified character literal is not terminated by a closing quote. |
|
Action |
Verify the definition file and close the character literal. |
91
|
WARN: No argument found.
| |
|
Description |
The specified keyword requires an argument, but none has been included. |
|
Action |
Add the appropriate argument for this keyword or remove the keyword. |
93
|
INFO: Duplicate definition of `Name' ignored.
| |
|
Description |
The named definition occurs more than once. |
|
Action |
Remove the duplicate definition. |
97
|
ERROR: `Name' must be an interface.
| |
|
Description |
The identifier specified in the interface list is not an interface. |
|
Action |
Specify an interface. |
100
|
ERROR: No interfaces found.
| |
|
Description |
On a COMPILE operation, no interfaces were found for generating the specified files. |
|
Action |
Include an interface in the definition file. |
101
|
ERROR: Missing conditional expression.
| |
|
Description |
In the definition file, a |
|
Action |
Add a conditional expression to the |
102
|
ERROR: Missing right parenthesis.
| |
|
Description |
A closing parethesis is missing from a conditional expression, an actual parameter list, or a parameter list. |
|
Action |
Add a closing parenthesis. |
103
|
ERROR: Syntax error in constant expression.
| |
|
Description |
A constant expression contains a syntax error. |
|
Action |
Verify the syntax of the expression. |
104
|
ERROR: Missing colon for conditional expression.
| |
|
Description |
A colon is missing from a conditional expression. |
|
Action |
Add the colon between the arguments. |
105
|
ERROR: Vertical whitespace within preprocessor directive.
| |
|
Description |
A preprocessor directive contains vertical whitespace character(s). |
|
Action |
Remove the vertical whitespace character(s). |
106
|
ERROR: Constant value too large.
| |
|
Description |
A constant value is too large. |
|
Action |
Verify the value of the constant and adjust the value. |
108
|
ERROR: Illegal token on preprocessor directive line.
| |
|
Description |
An illegal token was found on a preprocessor directive line. |
|
Action |
Verify the preprocessor directive; remove the token. |
110
|
ERROR: Too few actual parameters in macro call.
| |
|
Description |
A macro call contains too few actual parameters. |
|
Action |
Add the parameters to the macro call. |
111
|
ERROR: Too many actual parameters in macro call.
| |
|
Description |
A macro call contains too many actual parameters. |
|
Action |
Remove the additional parameters from the macro call. |
112
|
ERROR: Argument is not an identifier.
| |
|
Description |
A preprocessor directive or macro formal argument is not an identifier, or the argument is missing. |
|
Action |
Verify the argument and correct it. |
113
|
ERROR: Out of place directive ignored.
| |
|
Description |
A preprocessor directive is out of place and has been ignored. |
|
Action |
Remove the preprocessor directive. |
114
|
ERROR: Missing argument in preprocessor directive.
| |
|
Description |
An argument is missing from a preprocessor directive. |
|
Action |
Add an argument to the directive. |
115
|
ERROR: Unrecognized preprocessing directive.
| |
|
Description |
An unrecognized preprocessor directive was specified. |
|
Action |
Remove the preprocessor directive. |
116
|
ERROR: Missing #endif directive.
| |
|
Description |
An |
|
Action |
Add the missing |
117
|
ERROR: File does not end in unescaped newline.
| |
|
Description |
A file must end in an unescaped newline. |
|
Action |
Add the newline. |
118
|
ERROR: Illegal header name.
| |
|
Description |
A header name is illegally terminated, has an illegal form, or contains characters after the name. |
|
Action |
Verify the header name and correct it. |
119
|
ERROR: Missing macro name identifier.
| |
|
Description |
The macro name identifier argument is missing from a define directive. |
|
Action |
Add the macro name identifier. |
120
|
ERROR: Macro name cannot be redefined or undefined.
| |
|
Description |
System and predefined macros such as |
|
Action |
Choose a different macro name. |
121
|
ERROR: Missing operand.
| |
|
Description |
The WLE IDL preprocessor encountered a missing operand to the |
|
Action |
Add an operand. |
Description
This form of the line directive is not supported by the ANSI standard.
Action
Correct the line directive.
Description
This is the error text from a
Action
Verify the
Description
There are too many tokens in the macro expansion.
Action
Verify the macro.
Description
The definition of the formal parameter is not unique.
Action
Change the name of the formal parameter.
Description
The typecode is an anonymous type and contains no repository ID. This is an internal error only.
Action
Contact BEA Customer Support.
Description
The data type specified is not supported by the WLE product in this context.
Action
Specify a supported WLE data type.
Description
The protocol type specified is invalid.
Action
Specify a valid protocol type value.
Description
The TypeCode could not be created due to an error.
Action
See any associated error messages.
122
ERROR: Non ANSI line directive.
123
ERROR: User defined error text: `ErrorText'.
#error
directive.
#error
directive.
124
ERROR: Too many tokens in macro expansion.
125
ERROR: Formal parameter definition is not unique.
128
ERROR: No typecode repository id.
134
ERROR: `DataType' data type not yet supported in this context.
136
ERROR: Invalid Protocol Type Name.
137
ERROR: An error occurred while creating a TypeCode.