|
View:
New views
4 Messages
—
Rating Filter:
Alert me
|
|
|
eXist on tomcat "configuration error"Hi,
I'm currently trying to get eXist working on tomcat. The .war installed fine and the index.xml page appears fine (without the news which says "Failed to load news"). However, the admin.xql page doesn't display it gives the following error: Error found Message:configuration error Java Stack Trace:Class Name Method Name File Name Line org.exist.util.Configuration Configuration.java 249 org.exist.xmldb.DatabaseImpl configure DatabaseImpl.java 103 org.exist.xmldb.DatabaseImpl getLocalCollection DatabaseImpl.java 179 org.exist.xmldb.DatabaseImpl getCollection DatabaseImpl.java 159 org.exist.xmldb.DatabaseImpl getCollection DatabaseImpl.java 154 org.xmldb.api.DatabaseManager getCollection Unknown Unavailable org.exist.http.servlets.XQueryServlet process XQueryServlet.java 347 org.exist.http.servlets.XQueryServlet doGet XQueryServlet.java 164 javax.servlet.http.HttpServlet service HttpServlet.java 689 javax.servlet.http.HttpServlet service HttpServlet.java 802 org.apache.catalina.core.ApplicationFilterChain internalDoFilter ApplicationFilterChain.java 237 org.apache.catalina.core.ApplicationFilterChain doFilter ApplicationFilterChain.java 157 org.apache.catalina.core.StandardWrapperValve invoke StandardWrapperValve.java 214 org.apache.catalina.core.StandardContextValve invoke StandardContextValve.java 178 org.apache.catalina.core.StandardHostValve invoke StandardHostValve.java 126 org.apache.catalina.valves.ErrorReportValve invoke ErrorReportValve.java 105 org.apache.catalina.core.StandardEngineValve invoke StandardEngineValve.java 107 org.apache.catalina.connector.CoyoteAdapter service CoyoteAdapter.java 148 org.apache.coyote.http11.Http11Processor process Http11Processor.java 825 org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler processConnection Http11Protocol.java 731 Have tried installing a new Configuration.java as found here (http://exist.svn.sourceforge.net/viewvc/exist/trunk/eXist/src/org/exist/util/Configuration.java?revision=5430&view=markup&pathrev=5430 ) but no joy. Have tried resolving classpaths but nothing seems to work. Have seen previous related posts but these are over 1 year old now. Is there still issues with eXist and tomcat? Any help greatly appreciated. |
|
|
Re: eXist on tomcat "configuration error"> I'm currently trying to get eXist working on tomcat. The .war installed fine
> and the index.xml page appears fine (without the news which says "Failed to > load news"). However, the admin.xql page doesn't display it gives the > following error: > > Error found > Message:configuration error Looks like eXist can't find its configuration file (conf.xml), which should reside in WEB-INF. Not sure what's wrong here. I installed the .war in tomcat many times and never had those issues. It is definitely not a classpath problem and just updating Configuration.java won't help either. If at all, you could grab a fresh checkout from the eXist SVN and compile your own .war (build.sh dist-war). Wolfgang ------------------------------------------------------------------------- This SF.net email is sponsored by the 2008 JavaOne(SM) Conference Don't miss this year's exciting event. There's still time to save $100. Use priority code J8TL2D2. http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone _______________________________________________ Exist-open mailing list Exist-open@... https://lists.sourceforge.net/lists/listinfo/exist-open |
|
|
Re: eXist on tomcat "configuration error"Hi,
On Wed, May 7, 2008 at 11:51 PM, Wolfgang Meier <wolfgang@...> wrote: Looks like eXist can't find its configuration file (conf.xml), which I have seen these issues on-and-off (on MacOsX); I remember I switched tomcat versions and the issues disappeared...... I remember that my analysis was that the 'ConfigurationHelper.java" was sometimes not too Help full.... Debugging in tomcat was quite difficult. regards Dannes ------------------------------------------------------------------------- This SF.net email is sponsored by the 2008 JavaOne(SM) Conference Don't miss this year's exciting event. There's still time to save $100. Use priority code J8TL2D2. http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone _______________________________________________ Exist-open mailing list Exist-open@... https://lists.sourceforge.net/lists/listinfo/exist-open |
|
|
|
| Free Forum Powered by Nabble | Forum Help |