From: Dannes W. <da...@ex...> - 2014-09-09 08:29:38
|
All, at this moment the java service wrapper does not work anymore, it is caused by a recent jar upgrade... that has been introduced as a work around to get things working in tomcat again :-( https://github.com/eXist-db/exist/commit/48950535d9a42b5af4e367fbb95e25d1c838ab19 the trace: INFO | jvm 1 | 2014/09/09 10:12:05 | 09 Sep 2014 10:12:05,936 [WrapperListener_start_runner] WARN (WebAppContext.java [doStart]:501) - Failed startup of context eXist-db Open Source Native XML Database INFO | jvm 1 | 2014/09/09 10:12:05 | javax.servlet.ServletException: de.betterform.xml.config.XFormsConfigException: java.io.FileNotFoundException: /existdb/eXist-db/tools/WEB-INF/betterform-config.xml (No such file or directory) INFO | jvm 1 | 2014/09/09 10:12:05 | at de.betterform.agent.web.filter.XFormsFilter.init(XFormsFilter.java:74) .... INFO | jvm 1 | 2014/09/09 10:12:05 | at org.exist.wrapper.Main.start(Main.java:95) INFO | jvm 1 | 2014/09/09 10:12:05 | at org.tanukisoftware.wrapper.WrapperManager$11.run(WrapperManager.java:4117) INFO | jvm 1 | 2014/09/09 10:12:05 | Caused by: de.betterform.xml.config.XFormsConfigException: java.io.FileNotFoundException: /existdb/eXist-db/tools/WEB-INF/betterform-config.xml (No such file or directory) INFO | jvm 1 | 2014/09/09 10:12:05 | at de.betterform.xml.config.Config.getInstance(Config.java:169) INFO | jvm 1 | 2014/09/09 10:12:05 | at de.betterform.agent.web.WebFactory.initConfiguration(WebFactory.java:152) INFO | jvm 1 | 2014/09/09 10:12:05 | at de.betterform.agent.web.filter.XFormsFilter.init(XFormsFilter.java:66) INFO | jvm 1 | 2014/09/09 10:12:05 | ... 20 more INFO | jvm 1 | 2014/09/09 10:12:05 | Caused by: java.io.FileNotFoundException: /existdb/eXist-db/tools/WEB-INF/betterform-config.xml (No such file or directory) INFO | jvm 1 | 2014/09/09 10:12:05 | at java.io.FileInputStream.open(Native Method) INFO | jvm 1 | 2014/09/09 10:12:05 | at java.io.FileInputStream.<init>(FileInputStream.java:146) INFO | jvm 1 | 2014/09/09 10:12:05 | at java.io.FileInputStream.<init>(FileInputStream.java:101) INFO | jvm 1 | 2014/09/09 10:12:05 | at de.betterform.xml.config.Config.getInstance(Config.java:166) INFO | jvm 1 | 2014/09/09 10:12:05 | ... 22 more cheers Dannes -- eXist-db Native XML Database - http://exist-db.org Join us on linked-in: http://www.linkedin.com/groups?gid=35624 |