Hi,

I've got a bit of strange error which I don't understand. I'm using the tomcat sysdeo plugin to start my Wicket webapp (which I always do in development), but all of a sudden for this webapp I get that it starts and immediately stops again.

If I do "update context" the webapp is reloaded and it stays, i.e., it is not immediately stopped again.

Does anybody have any idea what could be causing this? I don't know where to look anymore...

Regards,
Sebastiaan

P.S., as a second question, I *always* get those listener warnings, but if I remove the spring listener then Wicket tells me it can't find an application and that I might have not added the listener... How can I get rid of the warnings?


2008-04-30 11:56:12,796 INFO - [org.apache.wicket.protocol.http.WebApplication:656] [WebSiteApplication] Started Wicket version 1.3.3 in development mode
********************************************************************
*** WARNING: Wicket is running in DEVELOPMENT mode.              ***
***                               ^^^^^^^^^^^                    ***
*** Do NOT deploy to your live server(s) without changing this.  ***
*** See Application#getConfigurationType() for more information. ***
********************************************************************
Apr 30, 2008 11:56:13 AM org.apache.catalina.core.StandardContext addApplicationListener INFO: The listener "listeners.ContextListener" is already configured for this context. The duplicate definition has been ignored. Apr 30, 2008 11:56:13 AM org.apache.catalina.core.StandardContext addApplicationListener INFO: The listener "listeners.SessionListener" is already configured for this context. The duplicate definition has been ignored.
Apr 30, 2008 11:56:13 AM org.apache.catalina.core.ApplicationContext log
INFO: ContextListener: contextInitialized()
Apr 30, 2008 11:56:13 AM org.apache.catalina.core.ApplicationContext log
INFO: SessionListener: contextInitialized()
2008-04-30 11:56:13,369 DEBUG - [org.apache.wicket.protocol.http.pagestore.FileChannelPool:302] Destroying FileChannel pool
Apr 30, 2008 11:56:13 AM org.apache.catalina.core.ApplicationContext log
INFO: Closing Spring root WebApplicationContext
2008-04-30 11:56:13,480 INFO - [org.springframework.context.support.AbstractApplicationContext:822] Closing [EMAIL PROTECTED]: display name [Root WebApplicationContext]; startup date [Wed Apr 30 11:56:10 CEST 2008]; root of context hierarchy 2008-04-30 11:56:13,482 DEBUG - [org.springframework.context.support.AbstractApplicationContext:258] Publishing event in context [EMAIL PROTECTED]: [EMAIL PROTECTED]: display name [Root WebApplicationContext]; startup date [Wed Apr 30 11:56:10 CEST 2008]; root of context hierarchy] 2008-04-30 11:56:13,488 DEBUG - [org.springframework.context.support.AbstractApplicationContext:258] Publishing event in context [EMAIL PROTECTED]: [EMAIL PROTECTED]: display name [Root WebApplicationContext]; startup date [Wed Apr 30 11:56:10 CEST 2008]; root of context hierarchy] 2008-04-30 11:56:13,489 INFO - [org.springframework.beans.factory.support.DefaultSingletonBeanRegistry:340] Destroying singletons in [EMAIL PROTECTED]: defining beans [overrideConfigurer,wicketApplication]; root of factory hierarchy
Apr 30, 2008 11:56:13 AM org.apache.coyote.http11.Http11Protocol start
INFO: Starting Coyote HTTP/1.1 on http-8080
Apr 30, 2008 11:56:13 AM org.apache.jk.common.ChannelSocket init
INFO: JK: ajp13 listening on /0.0.0.0:8009
Apr 30, 2008 11:56:13 AM org.apache.jk.server.JkMain start
INFO: Jk running ID=0 time=0/92  config=null
Apr 30, 2008 11:56:13 AM org.apache.catalina.startup.Catalina start
INFO: Server startup in 7727 ms

Attachment: smime.p7s
Description: S/MIME Cryptographic Signature

Reply via email to