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)