You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ctakes.apache.org by Jay Urbain <ja...@gmail.com> on 2017/04/17 21:40:07 UTC

cTAKES web app: org.hsqldb.HsqlException: wrong database file version

I've downloaded the ctakes-temporal-demo web app, created a maven project
in Eclipse, and have successfully deployed it to jetty from within Eclipse.

However, when I build a war file within Eclipse and deploy it to the
webapps directory of the same Jetty installation, I get the error trace
listed below.

I've compared the Jetty Web App run configuration (for deployment to Jetty
within Eclipse) and the build Maven war configuration and have not been
able to identify what's different.

Any guidance would be appreciated.

Thank you,
Jay

/////////// Error trace from starting up Jetty with ctakes-web-client.war
/////////////////////

17 Apr 2017 16:29:18  INFO AbstractJCasTermAnnotator - Using Dictionary
Descriptor: org/apache/ctakes/dictionary/lookup/fast/cTakesHsql.xml

17 Apr 2017 16:29:18  INFO DictionaryDescriptorParser - Parsing dictionary
specifications:

17 Apr 2017 16:29:19  INFO JdbcConnectionFactory - Connecting to
jdbc:hsqldb:file:org/apache/ctakes/dictionary/lookup/fast/ctakessnorx/ctakessnorx:

..17 Apr 2017 16:29:19 FATAL ENGINE - could not reopen database

org.hsqldb.HsqlException: wrong database file version

at org.hsqldb.error.Error.error(Unknown Source)

at org.hsqldb.error.Error.error(Unknown Source)

at org.hsqldb.persist.HsqlDatabaseProperties.load(Unknown Source)

at org.hsqldb.persist.Logger.open(Unknown Source)

at org.hsqldb.Database.reopen(Unknown Source)

at org.hsqldb.Database.open(Unknown Source)

at org.hsqldb.DatabaseManager.getDatabase(Unknown Source)