Hi,
I installed Tomcat on Ubuntu server 7.04, with the apt-get packages repositories. I've put the ops directory into my Tomcat instance, but I am not able to hit the ops page in the browser (404 error), here are the logs : SEVERE: Context [/ops] startup failed due to previous errors Did anyone encountered this issue ? Thanks. -- You receive this message as a subscriber of the [hidden email] mailing list. To unsubscribe: mailto:[hidden email] For general help: mailto:[hidden email]?subject=help ObjectWeb mailing lists service home page: http://www.objectweb.org/wws |
Hi,
Kim-Vân Ho-Dac schrieb: > I've put the ops directory into my Tomcat instance, but I am not able to > hit the ops page in the browser (404 error), here are the logs : > SEVERE: Context [/ops] startup failed due to previous errors ^^^^^^^^^^^^^^^ These "previous errors" are important - could you please post the preceding logfile entries, too? florian -- You receive this message as a subscriber of the [hidden email] mailing list. To unsubscribe: mailto:[hidden email] For general help: mailto:[hidden email]?subject=help ObjectWeb mailing lists service home page: http://www.objectweb.org/wws |
Here is the whole log (I'm using Tomcat 5.5) :
29-Aug-2007 18:15:41 org.apache.coyote.http11.Http11BaseProtocol pause INFO: Pausing Coyote HTTP/1.1 on http-8180 29-Aug-2007 18:15:42 org.apache.catalina.core.StandardService stop INFO: Stopping service Catalina 29-Aug-2007 18:15:42 org.apache.coyote.http11.Http11BaseProtocol destroy INFO: Stopping Coyote HTTP/1.1 on http-8180 29-Aug-2007 18:15:42 org.apache.catalina.core.AprLifecycleListener lifecycleEvent INFO: Failed shutdown of Apache Portable Runtime 29-Aug-2007 18:15:55 org.apache.catalina.core.AprLifecycleListener lifecycleEvent INFO: The Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path: /usr/lib/jvm/java-1.5.0-sun-1.5.0.11//jre/lib/i386/client:/usr/lib/jvm/java-1.5.0-sun-1.5.0.11//jre/lib/i386 29-Aug-2007 18:15:55 org.apache.coyote.http11.Http11BaseProtocol init INFO: Initializing Coyote HTTP/1.1 on http-8180 29-Aug-2007 18:15:55 org.apache.catalina.startup.Catalina load INFO: Initialization processed in 1257 ms 29-Aug-2007 18:15:55 org.apache.catalina.core.StandardService start INFO: Starting service Catalina 29-Aug-2007 18:15:55 org.apache.catalina.core.StandardEngine start INFO: Starting Servlet Engine: Apache Tomcat/5.5 29-Aug-2007 18:15:55 org.apache.catalina.core.StandardHost start INFO: XML validation disabled 29-Aug-2007 18:15:57 org.apache.catalina.core.StandardContext start SEVERE: Error filterStart 29-Aug-2007 18:15:57 org.apache.catalina.core.StandardContext start SEVERE: Context [/ops] startup failed due to previous errors 29-Aug-2007 18:15:57 org.apache.coyote.http11.Http11BaseProtocol start INFO: Starting Coyote HTTP/1.1 on http-8180 29-Aug-2007 18:15:57 org.apache.jk.common.ChannelSocket init INFO: JK: ajp13 listening on /0.0.0.0:8009 29-Aug-2007 18:15:57 org.apache.jk.server.JkMain start INFO: Jk running ID=0 time=0/25 config=null 29-Aug-2007 18:15:58 org.apache.catalina.storeconfig.StoreLoader load INFO: Find registry server-registry.xml at classpath resource 29-Aug-2007 18:15:58 org.apache.catalina.startup.Catalina start INFO: Server startup in 2935 ms Florian Schmitt a écrit : > Hi, > > Kim-Vân Ho-Dac schrieb: > > >> I've put the ops directory into my Tomcat instance, but I am not able to >> hit the ops page in the browser (404 error), here are the logs : >> SEVERE: Context [/ops] startup failed due to previous errors >> > ^^^^^^^^^^^^^^^ > > These "previous errors" are important - could you please post the > preceding logfile entries, too? > > florian > > -- You receive this message as a subscriber of the [hidden email] mailing list. To unsubscribe: mailto:[hidden email] For general help: mailto:[hidden email]?subject=help ObjectWeb mailing lists service home page: http://www.objectweb.org/wws |
Hi,
> 29-Aug-2007 18:15:57 org.apache.catalina.core.StandardContext start > SEVERE: Error filterStart i'm not an expert for tomcat configuration, but it seems there's only one filter defined in the web.xml configuration file (OF 3.5.1). I think if you don't use JSP, you don't need that filter definition. A first step could be to comment out the filter and filter-mapping definition and see if this changes anything. If so, you could check the paths defined in the filter and wheter the classes mentioned there are available. I, too, use OPS with Tomcat 5.5 and Java 1.5, but not with Ubuntu but with Debian Etch. HTH florian -- You receive this message as a subscriber of the [hidden email] mailing list. To unsubscribe: mailto:[hidden email] For general help: mailto:[hidden email]?subject=help ObjectWeb mailing lists service home page: http://www.objectweb.org/wws |
Hi,
In fact the problem was solved by installing the tomcat distribution from the apache website, the one from the feist repository available from the apt-get command seems to have some problems when launching tomcat. Intalling it from the apache tomcat website is more straightforward. Florian Schmitt a écrit : Hi,29-Aug-2007 18:15:57 org.apache.catalina.core.StandardContext start SEVERE: Error filterStarti'm not an expert for tomcat configuration, but it seems there's only one filter defined in the web.xml configuration file (OF 3.5.1). I think if you don't use JSP, you don't need that filter definition. A first step could be to comment out the filter and filter-mapping definition and see if this changes anything. If so, you could check the paths defined in the filter and wheter the classes mentioned there are available. I, too, use OPS with Tomcat 5.5 and Java 1.5, but not with Ubuntu but with Debian Etch. HTH florian -- You receive this message as a subscriber of the [hidden email] mailing list. To unsubscribe: mailto:[hidden email] For general help: mailto:[hidden email]?subject=help ObjectWeb mailing lists service home page: http://www.objectweb.org/wws |
Free forum by Nabble | Edit this page |