コンテンツはここから始まります

システム・メッセージ: LIBORBCMDカタログ0-99

前 次

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.


3


ERROR: Bad object name: `ObjectName'.

Description

The specified object name is not a valid WLE object name (for example, has illegal characters, is too long, has an invalid format, or does not exist).

Action

Specify a valid WLE object name.


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


エラー: オブジェクトが削除されません。

説明

DELETE REPOSITORY_OBJECT操作でオブジェクトが削除されませんでした。

アクション

詳細は、追加のメッセージを参照してください。


6


エラー: 未実装です。

説明

指定された操作がまだ実装されていません。

アクション

なし。


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 SHOW REPOSITORY operation, the object type for the specified object is invalid.

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.


10


FATAL: Definition file `Filename' contained one or more errors; object(s) not loaded.

Description

The definition file for the LOAD operation contained errors.

Action

Because this message is typically displayed immediately after one or more other messages, refer to the previous messages that are displayed to determine the nature of the problem.


11


致命的: 致命的な構文エラーです。

説明

定義ファイルの解析中に構文エラーが発生しました。

アクション

定義ファイル内の指定された場所の構文を検証してください。


12


FATAL: Unsupported language `LanguageName'.

Description

The specified programming language is not supported for the GENERATE IMPLEMENTATION or INTERFACE operation.

Action

Specify a valid language name.


13


致命的: INCLUDEディレクティブの入れ子が上限を超えています。

説明

LOADまたはCOMPILE操作に対するオープン・ファイルの上限を超えました。

アクション

#includeディレクティブの数を減らしてください。


14


FATAL: `MethodServerName' must be an implementation.

Description

For the GENERATE IMPLEMENTATION operation, the object specified by MethodServerName must be an implementation.

Action

Verify the object name. Specify a valid implementation.


15


致命的: オプションが間違っているか、サポートされていません。

説明

UNIXシステムのみ。WLEコマンド・ラインで無効なオプションが指定されました。

アクション

指定されているすべてのオプションがコマンドに対して有効であることを検証してください。


16


致命的: 引数が多すぎます。

説明

UNIXシステムのみ。WLEコマンド・ラインで指定されている引数が多すぎます。

アクション

指定されたコマンドの構文を検証してください。


17


致命的: 必要な引数が指定されていません。

説明

UNIXシステムのみ。必要なすべての引数がコマンド・ラインで指定されていません。

アクション

指定されたコマンドの構文を検証し、必要な引数を指定してください。


18


致命的: 指定された1つまたは複数のオプションが不整合です。

説明

UNIXシステムのみ。コマンド・ラインで競合するオプションが指定されました。

アクション

指定されているすべてのオプションが、指定されたコマンド形式でサポートされることを検証してください。


19


FATAL: Encountered error token generated by SHOW command. Please verify definition file.

Description

The &BAD& token generated by the SHOW command was encountered during a LOAD operation.

Action

Verify the definition file, and replace the &BAD& markers with the correct syntax.


20


致命的: コメント内で予期しないEOFを検出しました。

説明

LOAD操作に対する定義ファイルの解析中に、閉じていないコメントによる未完了のEOFが発生しました。

アクション

定義ファイルを検証し、コメントを閉じてください。


21


ERROR: Could not set symbol `Name'.

Description

On a GET ARGUMENT operation, a value could not be set for the specified symbol.

Action

Verify that the symbol name is valid; verify that the value is not too long.


22


エラー: 不明なコマンドです。

説明

UNIXインタフェースに関して、指定されたコマンドが不明です。

アクション

コマンドを検証してください。


23


INFO: Empty definition file `Filename'; no object(s) found.

Description

For the LOAD or COMPILE operation, the definition file did not contain any object definitions.

Action

Define some objects.


24


情報: プロキシが見つかりません。

説明

指定された条件と一致するプロキシが見つかりませんでした。

アクション

Remote Host、Remote UserまたはLocal Userフィールドを変更もしくは排除してください。


25


致命的: 入力行が長すぎます。

説明

LOADまたはCOMPILEコマンドに対して入力定義ファイルの行が長すぎます。

アクション

この行を複数の行に分割し、連結文字を使用してください。


26


エラー: リポジトリ・エラーです。

説明

リポジトリ・エラーのため操作が失敗しました。

アクション

追加情報は、関連付けられているメッセージを参照してください。


27


エラー: 内部ソフトウェア・エラーが発生しました。

説明

内部のソフトウェア・エラーが発生しました。操作は完了しませんでした。

アクション

Oracleテクニカル・サポートに連絡してください。


28


致命的: スコープの上限を超えています。

説明

COMPILE操作に対するネストしたスコープの上限を超えました。

アクション

ネストしたモジュールおよびインタフェース定義の数を減らしてください。


29


ERROR: `Name' already defined in this scope.

Description

This definition conflicts with a previous definition of the same name in this scope.

Action

Determine whether the two identifiers should have the same name.


30


ERROR: `Name' not defined.

Description

This identifier is not defined within the scope of this usage.

Action

Define the identifier.


31


ERROR: `Name' not defined in scope.

Description

This identifier is not defined within the specified scope.

Action

Define the identifier in the specified scope.


32


ERROR: `Name' has incorrect type for qualifier.

Description

This identifier cannot be used as a qualifier in a scoped name because it is not a type that can contain other objects.

Action

Correct the scoped name.


33


ERROR: `Name' is not a valid type specification.

Description

This specified identifier cannot be used as a type specification.

Action

Correct the type specification.


34


エラー: 単純型ではありません。かわりに型名を使用します。

説明

単純型が必要な場所でstruct、unionまたはenumが使用されました。

アクション

struct、unionまたはenumのかわりに型名を使用してください。


35


エラー: サイズは整定数である必要があります。

説明

制限付き文字列、制限付きシーケンスまたは配列のサイズは、整定数であることが必要です。

アクション

サイズを整数で入力してください。


36


エラー: サイズは正の値である必要があります。

説明

制限付き文字列、制限付きシーケンスまたは配列のサイズは、正の整定数であることが必要です。

アクション

サイズを正の整数で入力してください。


37


エラー: ケース・ラベルの型が間違っています。

説明

caseラベルの定数式の型がswitch文で指定されている型と一致しません。

アクション

正しい型の式を入力してください。


38


エラー: ケース・ラベルに無効な値があります。

説明

caseラベルの定数式の値がswitch文で指定されているデータ型に対して無効です。値が大きすぎるか小さすぎる、もしくは符号なしデータ型に対して負の値である可能性があります。

アクション

正しい値の式を入力してください。


39


エラー: 式の型が間違っています。

説明

式の値が定義された型と一致しません。

アクション

正しい型の式を入力してください。


40


エラー: 式の値が範囲外です。

説明

式の値が定義されたデータ型の範囲内ではありません。

アクション

データ型の範囲内の式を入力してください。


41


エラー: 文字列が長すぎます。

説明

文字列式の長さが、定義された制限付き文字列のサイズを超えています。

アクション

文字列のサイズを増やしてください。


42


エラー: 型の循環参照はシーケンスに含める必要があります。

説明

型への循環参照は、シーケンス内に含める必要があります。

アクション

循環参照をシーケンス内に移動してください。


43


エラー: 定数に値がありません。

説明

値が定義されていない定数定義への参照が行われました。

アクション

定数の値を定義してください。


44


ERROR: `Name' is not a valid switch type.

Description

The specified type is not a valid type for a switch statement. Valid types are long, short, unsigned long, unsigned short, char, boolean, or enum.

Action

Enter one of the valid types.


45


エラー: デフォルト・ラベルは1つしか使用できません。

説明

switch文で使用できるdefaultラベルは1つのみです。

アクション

重複するdefaultラベルを削除してください。


46


エラー: ラベル値が重複しています。

説明

複数のcaseラベルに同じ値が含まれています。ラベルの値は一意であることが必要です。

アクション

重複するcaseラベル値を削除してください。


47


エラー: 構造体が空です。

説明

構造体定義にメンバーが含まれていません。構造体には少なくとも1つのメンバーが含まれている必要があります。

アクション

構造体にメンバーを1つ以上追加してください。


48


ERROR: No full interface definition found for `Name'.

Description

The full interface definition for the specified forward reference is not found.

Action

Remove the forward reference or add an interface definition.


49


ERROR: `Name' must be an exception.

Description

The identifier specified in the raises statement is not an exception.

Action

Correct the name to specify an exception.


50


ERROR: `Name' is a malformed context property.

Description

This context property is not correctly specified. A context property is a sequence of alphanumeric, '.', '_', and '*' characters. The first character must be an alphabetic character. An asterisk may be used only as the last character of the string.

Action

Correct the context property.


51


ERROR: `Name' is not a valid constant type.

Description

The specified type is not a valid type for a constant statement. Valid types are long, short, unsigned long, unsigned short, char, boolean, float, or double, plus any previously defined name of these types.

Action

Enter a valid type.


52


ERROR: `DataType' and `Name' types can not be mixed in expression.

Description

The specified expression contains mixed types (for example, integers mixed with floats). A mixed-type expression is illegal.

Action

Eliminate the use of mixed types in the expression.


53


エラー: ゼロによる除算が行われました。

説明

式がゼロによる除算を試行します。

アクション

式を修正してゼロによる除算を削除してください。


54


エラー: シフト値が範囲外です。

説明

シフト演算子の右オペランドが無効です。0 <=右オペランド< 32の範囲内であることが必要です。

アクション

右オペランドを修正してください。


55


エラー: 演算子は整数にのみ適用されます。

説明

指定された演算子は整数型のオペランドのみに適用されます。

アクション

整数のオペランドを指定してください。


56


ERROR: Operator not applicable to values of type `DataType'.

Description

The specified operator does not apply to operands of the specified type.

Action

Specify an operand of the correct type.


57


ERROR: Unary operator `Name' not allowed with operand of type `DataType'.

Description

The specified unary operand does not support an operand of the specified type.

Action

Correct the unary operand.


58


ERROR: Interface `Name' not fully defined yet.

Description

The specified interface has not been fully defined.

Action

Move the definition of the interface so that the definition is completed before this reference.


59


ERROR: `Name' is not an interface.

Description

An interface can only inherit from interfaces. The specified item is not an interface.

Action

Correct the inheritance statement to specify only interfaces.


60


ERROR: Inheritance conflict: `Name' inherited from both `Base1' and `Base2'.

Description

An inheritance conflict has occurred. The specified element is inherited from two different base interfaces. References to base interface elements must be unambiguous.

Action

Resolve the ambiguity by qualifying the element name with its interface name.


61


エラー: ポインタ型は使用できません。

説明

ポインタ型は定義に使用できません。

アクション

シーケンスなどの定数を利用してください。


62


エラー: union本文が空です。

説明

union本文に文が含まれていません。少なくとも1つのcaseが含まれている必要があります。

アクション

union文の本文にcaseを追加してください。


63


エラー: ケース・ラベルがありません。

説明

union文の各要素にはcaseラベルが必要です。

アクション

union文にcaseラベルを追加してください。


64


エラー: Enumが空です。

説明

enum文に識別子が含まれていません。enum文には少なくとも1つの識別子が含まれている必要があります。

アクション

enum文に識別子を追加してください。


65


致命的: 予期しないEOFを検出しました。

説明

定義ファイルを解析していましたが、解析が完了する前にファイルの終わりに到達しました。この問題は定義ファイルのエラーを示します。

アクション

エラーを修正して再試行してください。


66


エラー: 文字リテラルが空です。

説明

文字リテラルに文字が含まれていません。

アクション

リテラルに文字を追加してください。


67


ERROR: Bad identifier name `Name'.

Description

The specified identifier name is invalid (for example, illegal characters, starts with _, and so on). An identifier name consists of alphanumeric and underscore (_) characters. The first character must be an alphabetic character.

Action

Verify the identifier name.


68


致命的: リテラル内で予期しないEOFを検出しました。

説明

定義ファイルの解析中に、閉じていないリテラルによる未完了のファイルの終わりが発生しました。

アクション

定義ファイルを検証し、リテラルを閉じてください。


69


致命的: リテラル内で予期しない行の終わりを検出しました。

説明

定義ファイルの解析中に、閉じていないリテラルが検出されました。

アクション

定義ファイルを検証し、リテラルを閉じてください。


70


WARN: Identifier `Name' already referenced in this scope.

Description

The specified identifier has already been referenced in this scope of the definition.

Action

Verify the definition.


71


WARN: Identifier should be spelled `Name'.

Description

An identifier for a definition must be spelled consistently (with respect to case) throughout a specification.

Action

Correct the identifier spelling.


72


警告: インタフェース内ではモジュールの宣言はできません。

説明

インタフェース定義内でのモジュール宣言は許可されません。モジュール宣言が許可されるのは、最上位または他のモジュール定義内のみです。

アクション

モジュール宣言を移動してください。


73


警告: モジュールが空です。

説明

モジュール定義が空です。通常、モジュールにはインタフェースやtypedefなどの他の定義が含まれます。

アクション

モジュールに定義を追加してください。


74


警告: インタフェース内ではインタフェースの宣言はできません。

説明

他のインタフェース定義内でのインタフェース宣言は許可されません。インタフェース宣言が許可されるのは、最上位またはモジュール定義内のみです。

アクション

インタフェース宣言を移動してください。


75


警告: 操作の宣言はインタフェース内でしかできません。

説明

操作宣言が許可されるのはインタフェース内のみです。

アクション

操作宣言をインタフェース定義内に移動してください。


76


警告: oneway操作では値を戻せません。

説明

oneway操作では、結果、データまたは例外が戻されません。

アクション

操作宣言を変更して戻り値を削除してください。


77


警告: oneway操作ではraisesリストを戻せません。

説明

oneway操作では、結果、データまたは例外が戻されません。

アクション

操作宣言を変更してraisesリストを削除してください。


78


警告: oneway操作では'in'パラメータしか指定できません。

説明

oneway操作では、結果、データまたは例外が戻されません。

アクション

操作宣言を変更して'inout'または'out'パラメータ・モードを削除してください。


79


警告: 属性の宣言はインタフェース内でしかできません。

説明

属性宣言が許可されるのはインタフェース内のみです。

アクション

属性宣言をインタフェース定義内に移動してください。


80


WARN: `val' can not inherit from itself.

Description

`val' can not inherit from itself.

Action

Modify the inheritance of `val' so that is does not refer to itself.


81


WARN: Duplicate base interface `val'.

Description

`val' was already found in the inheritance for this interface.

Action

Modify the inheritance of the interface to remove the duplication.


82


警告: セミコロンがありません。ここに挿入します。

説明

idl定義でセミコロンが欠落していました(一般的にはモジュールまたはインタフェースの閉じカッコの後)。

アクション

idlを変更して欠落しているセミコロンを追加してください。


83


警告: 継承リストがありません。

説明

オブジェクトの継承を示す(':')の後のスコープ名が欠落していることをコンパイラが検出しました。

アクション

コロン(':')を削除することで継承を削除するか、idlを変更して(':')の後に基本オブジェクトを追加してください。


84


警告: パラメータ・モードが指定されていません。'in'が想定されます。

説明

1つ以上のパラメータのパラメータ・モードが操作から欠落していました。デフォルトで、パラメータに'in'のモードが割り当てられます。

アクション

操作を変更してパラメータ・モードを指定してください。


85


警告: 例外がありません。

説明

raises句の例外リストが欠落しています。

アクション

raises句を変更し、この操作で生成される例外を指定してください。


86


警告: コンテキスト名がありません。

説明

context句のコンテキスト・リストが欠落しています。

アクション

context句を変更してコンテキストを指定してください。


87


ERROR: Keyword should be spelled `Name'.

Description

The OMG IDL file contains keywords that have the wrong case.

Action

Find the keyword with the wrong case and correct it.


88


警告: floatリテラルが無効です。

説明

指定されたリテラルが有効なfloatリテラルではありません。

アクション

定義ファイルを検証し、リテラルを修正してください。


89


警告: 文字リテラルが終了していません。

説明

指定された文字リテラルが、閉じ引用符で終わっていません。

アクション

定義ファイルを検証し、文字リテラルを閉じてください。


90


WARN: Ignored illegal character or escape sequence `val'.

Description

A character was found which is not allowed by the OMG idl specification.

Action

Modify the idl to comply with the OMG idl specification.


91


警告: 引数が見つかりません。

説明

指定されたキーワードには引数が必要ですが、含まれていません。

アクション

このキーワードに適した引数を追加するか、キーワードを削除してください。


93


INFO: Duplicate definition of `Name' ignored.

Description

The named definition occurs more than once.

Action

Remove the duplicate definition.


94


警告: 実装内では実装の宣言はできません。

説明

他の実装定義内での実装宣言は許可されません。実装宣言が許可されるのは、最上位またはモジュール定義内のみです。

アクション

実装宣言を移動してください。


95


ERROR: `Name' is not an implementation.

Description

An implementation can inherit only from implementations. The specified item is not an implementation.

Action

Correct the inheritance statement to specify only implementations.


96


WARN: Duplicate base implementation `Name'.

Description

A base implementation is specified more than once in the inheritance list.

Action

Remove the duplicate base implementation from the inheritance list.


97


ERROR: `Name' must be an interface.

Description

The identifier specified in the interface list is not an interface.

Action

Specify an interface.


98


ERROR: Bad argument type for argument `ArgumentName' in operation `Name'.

Description

For operations that generate client stubs, the argument type for the specified operation is not a supported WLE argument data type.

Action

Specify a valid argument data type.


99


ERROR: Bad argument type for result in operation `Name'.

Description

For GENERATE INTERFACE or IMPLEMENTATION, the return type for the specified operation or method is not a supported WLE return data type.

Action

Specify a valid return data type.


 先頭に戻る 前 次