Error filterStart -- how to know what caused tomcat start failure?

2009-05-30 Thread David Chang


Hello, I am in the process of learning Wicket and testing different things. One 
of the biggest problems so far is that when starting Tomcat, I often get the 
following error message:

SEVERE: Error filterStart

AND Tomcat gives no detail what cuased the problem

Any way I can make Tomcat produce more information about the cause of the 
failure?

Thanks!!!


  

-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org




Re: Error filterStart -- how to know what caused tomcat start failure?

2009-05-30 Thread Mathias Nilsson

I guess this isn't wicket specific. goggle on your error and you may get
information on how to solve this.
-- 
View this message in context: 
http://www.nabble.com/Error-filterStarthow-to-know-what-caused-tomcat-start-failure--tp23794740p23794783.html
Sent from the Wicket - User mailing list archive at Nabble.com.


-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



Re: Error filterStart -- how to know what caused tomcat start failure?

2009-05-30 Thread David Chang


I googled a lot but failed to find satisfactory answers. I just find a way to 
make tomcat to produce more error info than simply

May 30, 2009 12:06:57 PM org.apache.catalina.core.StandardContext start
SEVERE: Error filterStart
May 30, 2009 12:06:57 PM org.apache.catalina.core.StandardContext start
SEVERE: Context [/wic] startup failed due to previous errors

I am learning from the book Wicket in Action. The funny thing is that the new 
stuff is no problem, but the tomcat error is.



--- On Sat, 5/30/09, Mathias Nilsson wicket.program...@gmail.com wrote:

 From: Mathias Nilsson wicket.program...@gmail.com
 Subject: Re: Error filterStart -- how to know what caused tomcat start 
 failure?
 To: users@wicket.apache.org
 Date: Saturday, May 30, 2009, 12:07 PM
 
 I guess this isn't wicket specific. goggle on your error
 and you may get
 information on how to solve this.
 -- 
 View this message in context: 
 http://www.nabble.com/Error-filterStarthow-to-know-what-caused-tomcat-start-failure--tp23794740p23794783.html
 Sent from the Wicket - User mailing list archive at
 Nabble.com.
 
 
 -
 To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
 For additional commands, e-mail: users-h...@wicket.apache.org
 
 


  

-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



Re: Error filterStart -- how to know what caused tomcat start failure?

2009-05-30 Thread Mathias Nilsson

Have you tried this with a jetty server?

If you are using maven then this will help you. 

http://wicket.apache.org/quickstart.html
http://wicket.apache.org/quickstart.html 

are you using windows, mac, linux? 
-- 
View this message in context: 
http://www.nabble.com/Error-filterStarthow-to-know-what-caused-tomcat-start-failure--tp23794740p23794900.html
Sent from the Wicket - User mailing list archive at Nabble.com.


-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



Re: Error filterStart -- how to know what caused tomcat start failure?

2009-05-30 Thread Vit Rozkovec
There are also other tomcat logs, have you looked into them? I found an 
cause of this error in other log, but I do not remember which one was that.


Vitek

David Chang wrote:

I googled a lot but failed to find satisfactory answers. I just find a way to 
make tomcat to produce more error info than simply

May 30, 2009 12:06:57 PM org.apache.catalina.core.StandardContext start
SEVERE: Error filterStart
May 30, 2009 12:06:57 PM org.apache.catalina.core.StandardContext start
SEVERE: Context [/wic] startup failed due to previous errors

I am learning from the book Wicket in Action. The funny thing is that the new 
stuff is no problem, but the tomcat error is.



--- On Sat, 5/30/09, Mathias Nilsson wicket.program...@gmail.com wrote:

  

From: Mathias Nilsson wicket.program...@gmail.com
Subject: Re: Error filterStart -- how to know what caused tomcat start failure?
To: users@wicket.apache.org
Date: Saturday, May 30, 2009, 12:07 PM

I guess this isn't wicket specific. goggle on your error
and you may get
information on how to solve this.
--
View this message in context: 
http://www.nabble.com/Error-filterStarthow-to-know-what-caused-tomcat-start-failure--tp23794740p23794783.html
Sent from the Wicket - User mailing list archive at
Nabble.com.


-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org






  


-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org


  



-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



Re: Error filterStart -- how to know what caused tomcat start failure?

2009-05-30 Thread David Chang

Vitek, you are right. Under tomcat\logs directory, one type of logs called 
localhost contains more info than what tomcat start screen reveals.

Thanks for the pointer.

--- On Sat, 5/30/09, Vit Rozkovec rozkovec...@email.cz wrote:

 From: Vit Rozkovec rozkovec...@email.cz
 Subject: Re: Error filterStart -- how to know what caused tomcat start 
 failure?
 To: users@wicket.apache.org
 Date: Saturday, May 30, 2009, 12:24 PM
 There are also other tomcat logs,
 have you looked into them? I found an 
 cause of this error in other log, but I do not remember
 which one was that.
 
 Vitek
 
 David Chang wrote:
  I googled a lot but failed to find satisfactory
 answers. I just find a way to make tomcat to produce more
 error info than simply
 
  May 30, 2009 12:06:57 PM
 org.apache.catalina.core.StandardContext start
  SEVERE: Error filterStart
  May 30, 2009 12:06:57 PM
 org.apache.catalina.core.StandardContext start
  SEVERE: Context [/wic] startup failed due to previous
 errors
 
  I am learning from the book Wicket in Action. The
 funny thing is that the new stuff is no problem, but the
 tomcat error is.
 
 
 
  --- On Sat, 5/30/09, Mathias Nilsson wicket.program...@gmail.com
 wrote:
 
    
  From: Mathias Nilsson wicket.program...@gmail.com
  Subject: Re: Error filterStart -- how to know what
 caused tomcat start failure?
  To: users@wicket.apache.org
  Date: Saturday, May 30, 2009, 12:07 PM
 
  I guess this isn't wicket specific. goggle on your
 error
  and you may get
  information on how to solve this.
  -- 
  View this message in context: 
  http://www.nabble.com/Error-filterStarthow-to-know-what-caused-tomcat-start-failure--tp23794740p23794783.html
  Sent from the Wicket - User mailing list archive
 at
  Nabble.com.
 
 
 
 -
  To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
  For additional commands, e-mail: users-h...@wicket.apache.org
 
 
      
 
 
        
 
 
 -
  To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
  For additional commands, e-mail: users-h...@wicket.apache.org
 
 
    
 
 
 -
 To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
 For additional commands, e-mail: users-h...@wicket.apache.org
 
 




-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



Re: Error filterStart -- how to know what caused tomcat start failure?

2009-05-30 Thread James Carman
Also, check out catalina.out

On Sat, May 30, 2009 at 4:26 PM, David Chang david_q_zh...@yahoo.com wrote:

 Vitek, you are right. Under tomcat\logs directory, one type of logs called 
 localhost contains more info than what tomcat start screen reveals.

 Thanks for the pointer.

 --- On Sat, 5/30/09, Vit Rozkovec rozkovec...@email.cz wrote:

 From: Vit Rozkovec rozkovec...@email.cz
 Subject: Re: Error filterStart -- how to know what caused tomcat start 
 failure?
 To: users@wicket.apache.org
 Date: Saturday, May 30, 2009, 12:24 PM
 There are also other tomcat logs,
 have you looked into them? I found an
 cause of this error in other log, but I do not remember
 which one was that.

 Vitek

 David Chang wrote:
  I googled a lot but failed to find satisfactory
 answers. I just find a way to make tomcat to produce more
 error info than simply
 
  May 30, 2009 12:06:57 PM
 org.apache.catalina.core.StandardContext start
  SEVERE: Error filterStart
  May 30, 2009 12:06:57 PM
 org.apache.catalina.core.StandardContext start
  SEVERE: Context [/wic] startup failed due to previous
 errors
 
  I am learning from the book Wicket in Action. The
 funny thing is that the new stuff is no problem, but the
 tomcat error is.
 
 
 
  --- On Sat, 5/30/09, Mathias Nilsson wicket.program...@gmail.com
 wrote:
 
 
  From: Mathias Nilsson wicket.program...@gmail.com
  Subject: Re: Error filterStart -- how to know what
 caused tomcat start failure?
  To: users@wicket.apache.org
  Date: Saturday, May 30, 2009, 12:07 PM
 
  I guess this isn't wicket specific. goggle on your
 error
  and you may get
  information on how to solve this.
  --
  View this message in context: 
  http://www.nabble.com/Error-filterStarthow-to-know-what-caused-tomcat-start-failure--tp23794740p23794783.html
  Sent from the Wicket - User mailing list archive
 at
  Nabble.com.
 
 
 
 -
  To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
  For additional commands, e-mail: users-h...@wicket.apache.org
 
 
 
 
 
 
 
 
 -
  To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
  For additional commands, e-mail: users-h...@wicket.apache.org
 
 
 


 -
 To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
 For additional commands, e-mail: users-h...@wicket.apache.org






 -
 To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
 For additional commands, e-mail: users-h...@wicket.apache.org



-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org