SQL Workbench/J Build 118をインストールし、 Liferay PortalのHSQLデータベースにログインしました。
次に、データベースに変更を加えずに SQL Workbench を閉じました。Liferay tomcat サーバーを再起動すると、次のエラーが表示されます。
ERROR [localhost-startStop-1][DialectDetector:124] java.sql.SQLException:
Connections could not be acquired from the underlying database!
そしてこの警告:
WARN [C3P0PooledConnectionPoolManager[identityToken->3c8jofUN]-HelperThread-#4][BasicResourcePool:1851]
com.mchange.v2.resourcepool.BasicResourcePool$ScatteredAcquireTask@3249a129 --
Acquisition Attempt Failed!!! Clearing pending acquires.
While trying to acquire a needed new resource, we failed to succeed more than
the maximum number of allowed acquisition attempts (3).
Last acquisition attempt exception:
java.sql.SQLException: error in script file line:
7 unexpected token: CONFLICT required: DEADLOCK
ps。最新バージョンの HSQL JDBC ドライバー (v.2.3.3) を使用しています。