LoginSignup
1
2

More than 1 year has passed since last update.

【エラーメモ】cloudhubにデプロイエラーの対処法

Posted at

エラー内容

cloudhubにデプロイした際に"java.io.IOError: java.io.IOException: Wrong index checksum, store was not closed properly and could be corrupted."とエラーが発生した。

原因分析

Anypoint Studioが正常にシャットダウンされず、キャッシュファイルが破損していることが原因である可能性がある。

解決案

”clear application data” でAPIのキャッシュをクリアすることで解決した。
image.png

ちなみに、毎回デプロイする場合、Object storeとVM dataを削除したい場合は、run configurationで設定できます。
AnyPoint Studio - go to run as configuration -> clear application data -> Always

image.png

1
2
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
2