[可変情報]
s*:動作環境定義ファイル名
t*:エラー詳細メッセージ
[意味]
動作環境定義ファイルから、動作環境定義情報を読み込む際に異常が発生しました。
[システムの処理]
処理を中止します。
[ユーザの対処]
可変情報に出力されている情報を確認して原因を取り除き、再度処理を実行してください。
または、以下の表を参考にし、エラー詳細メッセージの内容から原因を取り除き、処理を再実行してください。
メッセージに含まれる文字列 | 意味 |
---|---|
Content is not allowed in prolog. | 以下のいずれかの可能性があります。
|
The version is required in the XML declaration. | XML宣言部のバージョンの記述に誤りがある可能性があります。 |
The encoding declaration is required in the text declaration. | XML宣言部のエンコーディング宣言の記述に誤りがある可能性があります。 |
Attribute name "param" associated with an element type "X" must be followed by the ' = ' character. | "param" 属性の前後に、"X"という記述誤りがあります。 |
The content of elements must consist of well-formed character data or markup. | XML文法上、記述に誤りがあります。 |
Element type "tracking" must be followed by either attribute specifications, ">" or "/>". | XML文法上、記述に誤りがあります。 |
Element type "param" must be followed by either attribute specifications, ">" or "/>". | XML文法上、記述に誤りがあります。 |
The element type "X" must be terminated by the matching end-tag "</X>". | "X"要素について、終わりを示すタグの記述に誤りがあります。 |
Open quote is expected for attribute "use" associated with an element type "param". | アトリビュートの記述に、値が記述されていないなどの誤りがあります。 |
注)太字部分が誤っている記述例です。誤っている部分が“空白”の場合は、その前後の文字を太字にしています。
また、エラー詳細メッセージから原因がわからない場合は、動作環境定義ファイルの文法を以下を参考にして見直してください。
動作環境定義ファイルのサンプル
以下に格納されています。
/opt/FJSVibs/sample/flowdefinition_envfile.xml |
動作環境定義ファイルの文法規約
“Interstage Business Application Server リファレンス”の“アプリケーション連携実行基盤”の“apfwaddflow”の“動作環境定義ファイルの詳細”に記載されています。