Error filterStart

2009-03-12 Thread Dolphin06
for helping. -- View this message in context: http://www.nabble.com/Error-filterStart-tp22476800p22476800.html Sent from the Tomcat - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr

RE: Error filterStart

2009-03-12 Thread Peter Crowther
From: Dolphin06 [mailto:david.vauque...@gmail.com] Hello, i have tomcat 5.5.27 installed on Red Hat 4.0 and jdk 6u12. I m deploying my application using xml file that i put under $TOMCAT_HOME/conf/Catalina/localhost When i start up tomcat the application is created inside the webapps

RE: Error filterStart

2009-03-12 Thread Caldarale, Charles R
From: Dolphin06 [mailto:david.vauque...@gmail.com] Subject: Error filterStart When i start up tomcat the application is created inside the webapps directory and work directory, but cannot start. And the logs say what? - Chuck THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE

RE: Error filterStart

2009-03-12 Thread Dolphin06
org.apache.catalina.core.StandardContext start SEVERE: Error filterStart Mar 10, 2009 10:00:22 AM org.apache.catalina.core.StandardContext start SEVERE: Context [/mywiki] startup failed due to previous errors Mar 10, 2009 10:00:27 AM org.apache.coyote.http11.Http11BaseProtocol start INFO: Starting Coyote HTTP/1.1

RE: Error filterStart

2009-03-12 Thread Caldarale, Charles R
From: Dolphin06 [mailto:david.vauque...@gmail.com] Subject: RE: Error filterStart SEVERE: Error filterStart Mar 10, 2009 10:00:22 AM org.apache.catalina.core.StandardContext start SEVERE: Context [/mywiki] startup failed due to previous errors Mar 10, 2009 10:00:27 AM O.k., that's

Re: Error filterStart

2009-03-12 Thread Anurag Kapur
org.apache.catalina.core.StandardContext start SEVERE: Error filterStart Mar 10, 2009 10:00:22 AM org.apache.catalina.core.StandardContext start SEVERE: Context [/mywiki] startup failed due to previous errors Mar 10, 2009 10:00:27 AM org.apache.coyote.http11.Http11BaseProtocol start INFO: Starting Coyote HTTP/1.1

Re: StandardContext start,SEVERE: Error filterStart When Including HttpServletRequestWrapper in Filter in 6.0.14

2008-02-03 Thread Konstantin Kolinko
Hi, Ole In this case I just recompiling the filter and copying it over the the classes folder of the webapp. It's definitely there. Once again, just to be sure. The compiler creates two files, TestFilter.class and TestFilter$1.class. Do you copy both of them? You wrote it, not they.

Re: StandardContext start,SEVERE: Error filterStart When Including HttpServletRequestWrapper in Filter in 6.0.14

2008-02-03 Thread Ole Ersoy
Konstantin, Man - you are so right. Thanks for hanging in there. I should have looked at the target/classes directory and the log a little closer :-). Thanks again, - Ole Once again, just to be sure. The compiler creates two files, TestFilter.class and TestFilter$1.class. Do you copy

Re: StandardContext start,SEVERE: Error filterStart When Including HttpServletRequestWrapper in Filter in 6.0.14

2008-02-02 Thread Ole Ersoy
a: org.apache.catalina.core.StandardContext start SEVERE: Error filterStart When inluding an HttpServletRequestWrapper in a filter. The code compiles fine and the filter part causing the ruckus looks like this: HttpServletRequestWrapper wrapper = new HttpServletRequestWrapper((HttpServletRequest)servletRequest

Re: StandardContext start,SEVERE: Error filterStart When Including HttpServletRequestWrapper in Filter in 6.0.14

2008-02-02 Thread Ole Ersoy
will go away. Cheers, - Ole Ole Ersoy wrote: Hi, I'm getting a: org.apache.catalina.core.StandardContext start SEVERE: Error filterStart When inluding an HttpServletRequestWrapper in a filter. The code compiles fine and the filter part causing the ruckus looks like

Re: StandardContext start,SEVERE: Error filterStart When Including HttpServletRequestWrapper in Filter in 6.0.14

2008-02-02 Thread Konstantin Kolinko
How do you package and deploy your application? If you are seeing java.lang.NoClassDefFoundError: test/filter/TestFilter$1 please check, that the class file TestFilter$1.class is present in your app's WEB-INF/classes/test/filter/ directory on the web server. still present. The localhost log

Re: StandardContext start,SEVERE: Error filterStart When Including HttpServletRequestWrapper in Filter in 6.0.14

2008-02-02 Thread Ole Ersoy
Hi Konstantin, In this case I just recompiling the filter and copying it over the the classes folder of the webapp. It's definitely there. If I compile and copy with a statement like this in the filter: HttpServletRequestWrapper wrapper = new

Error: filterStart

2007-11-07 Thread Erica Zhang
Hi, I did not know why but when I restart the tomcat, it report the error message: Error FilterStart. I am using apache-tomcat-5.5.25 on Solaris 10 and I never used filter in the config file. There was a sudden power off and after that this kind of things happend. Could you help me about