Skip to content

Instantly share code, notes, and snippets.

@AKB428
Last active August 29, 2015 14:22
Show Gist options
  • Save AKB428/b5abcd577063cc0f1783 to your computer and use it in GitHub Desktop.
Save AKB428/b5abcd577063cc0f1783 to your computer and use it in GitHub Desktop.
QEMUの脆弱性 CVE-2015-3456(VENOM)対策で勝手にVM Shutdown設定をしてるVPSではH2DBが書き込めなくなっている。 ref: http://qiita.com/AKB428/items/4ea39beca2a1e1b454d4
org.h2.jdbc.JdbcSQLException: データベースはすでに閉じられています (VM終了時の自動データベースクローズを無効にするためには、db URLに ";DB_CLOSE_ON_EXIT=FALSE" を追加してください)
Database is already closed (to disable automatic closing at VM shutdown, add ";DB_CLOSE_ON_EXIT=FALSE" to the db URL) [90121-180]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment