H2備忘録

管理コンソール

サーバモード(ファイル永続化)で起動している場合
cd /home/tkobayas/usr/local/H2/h2-1.3.161/h2/bin/
./h2.sh

URL

jdbc:h2:/home/tkobayas/jbpm-db

sa/なし

EAP(オンメモリ)の場合
/home/tkobayas/usr/local/QUICKSTARTS/jboss-eap-6.4.0.GA-quickstarts/h2-console/h2console.war

をデプロイし、 http://localhost:8080/h2console

URL

jdbc:h2:mem:test

sa/sa

  • org.h2.jdbc.JdbcSQLException: Timeout trying to lock table "XXX"; SQL statement:
 <connection-url>jdbc:h2:mem:test;DB_CLOSE_DELAY=-1;DB_CLOSE_ON_EXIT=FALSE;LOCK_TIMEOUT=120000;MVCC=TRUE;</connection-url>