障害対応のため、下記手順にて検証環境を再構築中しているが、復元が失敗する。
-----
- 現在のLUA(2.3.9.30) で 設定|エクスポート で 設定復元ファイルをエクスポートする
- 現在のLUA(2.3.9.30) をアンインストール
- 再度LUA(2.3.9.30)をインストールし 最初の画面で、先ほどエクスポートした設定ファイルを取り込む
-----
lua-application.logを確認すると以下のエラーが記録されている。
2022-01-12 11:53:28,956 [http-nio-7070-exec-19] INFO importexport.ImportExportController [] - Number of bytes read from import file: 3177633
2022-01-12 11:53:36,776 [http-nio-7070-exec-19] ERROR importexport.PreferencesHandler [] - lua.xml is invalid. Reason: cvc-complex-type.2.4.a: 要素'ServerPort'で始まる無効なコンテンツが見つかりました。'{FromAddress}'のいずれかが必要です。
2022-01-12 11:53:36,782 [http-nio-7070-exec-19] ERROR importexport.ImportExportManager [] - Validation not successful. Invalid import file.
2022-01-12 11:53:36,782 [http-nio-7070-exec-19] INFO importexport.ImportExportManager [] - Invalid version of import file.
エクスポートされた設定ファイルにおいて以下のように項目が重複していることが原因で、項目の読み込みに失敗し復元が失敗します。
視認性のため、改行は削除しています。
・・・
<ServerPort default="25" max="65000" min="1" sort="1" type="Integer">25</ServerPort>
<ServerPort encrypt="false"/>
・・・
<UseTlsSMTP default="false" sort="1" type="useTlsSMTPCheckbox">false</UseTlsSMTP>
<UseTlsSMTP encrypt="false"/>
この問題は LiveUpdate Administrator (LUA) 2.3.11 で修正されました。最新の LUA バージョンの入手方法については LiveUpdate Administrator をダウンロードする 参照してください。