18 CLSU-00100 to CLSU-00915

CLSU-00100: operating system function: string failed with error data: string

Cause: A call to an Operating System dependent service or function returned an error indication. The message includes the name of the function and the returned error data. The latter varies by platform but typically is numeric; on most platforms it is the value of C "errno" after the failing call.

Action: This error normally is accompanied by other (higher-level) messages describing the operation that is affected by the failure. It may also include one or more of messages 101, 103, and 104 providing additional error details. All of the messages should be examined to assess the error, which may have a very ordinary cause and correction, such as an input file failing to open because the supplied name was misspelled.

CLSU-00101: operating system error message: string

Cause: This message accompanies message 100 above when the Operating System dependent error data can be converted into a text message. On most Oracle platforms the message is a text representation of the C "errno" value reported in message 100.

Action: See message 100.

CLSU-00102: operating system interface detected an error

Cause: This message is issued instead of messages 100-101 when a "logical" error condition (rather than failure of an Operating System function call) is detected at an Operating System specific interface. The error condition is further described by accompanying message(s), including 103 and 104.

Action: This error normally is accompanied by other (higher-level) messages describing the operation that is affected by the failure. In most cases it will also include messages 103 and 104, providing additional details about the error. All of the messages should be examined to assess the error, which may have a very ordinary cause and correction, such as a missing required environment variable.

CLSU-00103: error location: string

Cause: This message accompanies message 100, 102, or 105 and identifies a location in Oracle program code that encountered the error.

Action: See message 100, 102, or 105. This information normally is useful only when reporting the error condition to Oracle as a potential code bug.

CLSU-00104: additional error information: string

Cause: This message accompanies message 100, 102, or 105 and supplies additional information related to the error condition. A single error may include multiple lines of additional information.

Action: See message 100, 102, or 105.

CLSU-00105: operating system interface has reported an internal failure

Cause: This message indicates that an Operating System dependent interface within Oracle code has detected internal corruption or some other evidence of internal program failure.

Action: This message may be accompanied by other (higher-level) messages indicating the product operation that was affected by the failure. It may also be accompanied by either or both of messages 103 and 104. All situations reporting this condition should be referred to Oracle Support for resolution.

CLSU-00106: An improper operating system error display was attempted

Cause: During processing of an error condition, an attempt was made to format or display Operating System dependent error data, but the error data structure was found to indicate "no error".

Action: This error should be reported to Oracle Support for resolution.

CLSU-00107: operating system function: string; failed with error data: string; at location: string

Cause: A call to an operating system-dependent service or function returned an error. The message includes the name of the function, the returned error data, and error location. Error data varies by platform but typically is numeric. On most platforms, it is the value of C "errno" after the failing call.

Action: This error is normally accompanied by other (higher-level) messages describing the operation that is affected by the failure. It can also include one or more of messages 101 and 104 providing additional error details. All of the messages should be examined to assess the error, which may have a very ordinary cause and correction, such as an input file failing to open because the supplied name was misspelled.

CLSU-00110: The program failed to allocate string bytes of memory at location string.

Cause: An attempt to allocate memory failed unexpectedly. Either there was not enough memory or there was no memory available at all.

Action: Contact Oracle Support Services.

CLSU-00111: The program attempted to free a NULL pointer at location string.

Cause: The program tried to free a NULL pointer.

Action: Contact Oracle Support Services.

CLSU-00200: **** Error stack contains number records, newest first:\n

Cause: The collection of errors about to be presented contains this many following records.

Action: This and the following data should be reported to Oracle Support for resolution.

CLSU-00201: **** Error stack end ****\n

Cause: This marks the end of a collection of errors

Action: The preceding data should be reported to Oracle Support for resolution.

CLSU-00220: clsem FATAL exception: string

Cause: Something unrecoverable happened in CLSEM.

Action: Report to Oracle Support.

CLSU-00221: ERROR printed by clsecho: string

Cause: An error printed by clsecho

Action: Report to Oracle Support.

CLSU-00222: WARNING printed by clsecho: string

Cause: A warning

Action: Note the text

CLSU-00223: Info printed by clsecho: string

Cause: Information printed by clsecho

Action: Report to Oracle Support.

CLSU-00300: Syntax error: expected token string at marker "string" in source "string"

Cause: The source string had an unexpected value at the marked location.

Action: Provide a string with correct syntax.

CLSU-00301: Syntax error: unexpected token string at marker "string" in source "string"

Cause: The source string had an incorrect value at the marked location.

Action: Provide a string with correct syntax.

CLSU-00302: Syntax error: unterminated quote in source "string"

Cause: The source string lacked a closing quote.

Action: Provide a string with correct syntax.

CLSU-00600: Internal Error [string] [string] [string] [string] [string]

Cause: An unexpected error occurred.

Action: Contact Oracle Support Services.

CLSU-00912: An error was received from an operating system API:\nstring

Cause: One or more operating system-specific errors were noticed.

Action: Contact Oracle Support Services.

CLSU-00913: The program failed to allocate string bytes.

Cause: An attempt to allocate memory failed.

Action: Contact Oracle Support Services.

CLSU-00914: The buffer of length string is too short for the operation.

Cause: Either a buffer was too short, or a value was too long for the buffer.

Action: Contact Oracle Support Services.

CLSU-00915: failed to locate device driver 'string'

Cause: The device driver has not been ported to this operating system.

Action: Contact Oracle Support Services.