I forget it all the time. :-)

On Sun, Mar 29, 2009 at 11:31 AM, Andreas Kaluza <kal...@rhrk.uni-kl.de>wrote:

> Thanks a lot! I forgot to change it in the web.xml... Damn it ;)
>
> > -----Ursprüngliche Nachricht-----
> > Von: Cristiano Kliemann [mailto:cristia...@gmail.com]
> > Gesendet: Sonntag, 29. März 2009 16:14
> > An: users@wicket.apache.org
> > Betreff: Re: jetty prob
> >
> > Review the parameter applicationClassName of the wicket mapping in your
> > web.xml:
> >
> > Caused by: java.lang.ClassNotFoundException: servlet.UmfragesystemApp
> >
> > -- Cristiano
> >
> > On Sun, Mar 29, 2009 at 10:27 AM, Andreas Kaluza <kal...@rhrk.uni-
> > kl.de>wrote:
> >
> > > Hi @ all,
> > >
> > >
> > >
> > > I have renamed the package of my wicket-application. Now I cannot
> > start the
> > > jetty server. The exception is:
> > >
> > >
> > >
> > > ERROR - log                        - failed wicket.Umfragesystem
> > >
> > > org.apache.wicket.WicketRuntimeException: Unable to create
> > application of
> > > class servlet.UmfragesystemApp
> > >
> > >      at
> > >
> > >
> > org.apache.wicket.protocol.http.ContextParamWebApplicationFactory.creat
> > eAppl
> > > ication(ContextParamWebApplicationFactory.java:82)
> > >
> > >      at
> > >
> > >
> > org.apache.wicket.protocol.http.ContextParamWebApplicationFactory.creat
> > eAppl
> > > ication(ContextParamWebApplicationFactory.java:49)
> > >
> > >      at
> > >
> > org.apache.wicket.protocol.http.WicketFilter.init(WicketFilter.java:551
> > )
> > >
> > >      at
> > > org.mortbay.jetty.servlet.FilterHolder.doStart(FilterHolder.java:99)
> > >
> > >      at
> > >
> > org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:40
> > )
> > >
> > >      at
> > >
> > >
> > org.mortbay.jetty.servlet.ServletHandler.initialize(ServletHandler.java
> > :594)
> > >
> > >      at
> > org.mortbay.jetty.servlet.Context.startContext(Context.java:139)
> > >
> > >      at
> > >
> > >
> > org.mortbay.jetty.webapp.WebAppContext.startContext(WebAppContext.java:
> > 1218)
> > >
> > >      at
> > >
> > org.mortbay.jetty.handler.ContextHandler.doStart(ContextHandler.java:50
> > 0)
> > >
> > >      at
> > >
> > org.mortbay.jetty.webapp.WebAppContext.doStart(WebAppContext.java:448)
> > >
> > >      at
> > >
> > org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:40
> > )
> > >
> > >      at
> > >
> > org.mortbay.jetty.handler.HandlerWrapper.doStart(HandlerWrapper.java:11
> > 7)
> > >
> > >      at org.mortbay.jetty.Server.doStart(Server.java:220)
> > >
> > >      at
> > >
> > org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:40
> > )
> > >
> > >      at menerva.Start.main(Start.java:35)
> > >
> > > Caused by: java.lang.ClassNotFoundException: servlet.UmfragesystemApp
> > >
> > >      at java.net.URLClassLoader$1.run(Unknown Source)
> > >
> > >      at java.security.AccessController.doPrivileged(Native Method)
> > >
> > >      at java.net.URLClassLoader.findClass(Unknown Source)
> > >
> > >      at java.lang.ClassLoader.loadClass(Unknown Source)
> > >
> > >      at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
> > >
> > >      at java.lang.ClassLoader.loadClass(Unknown Source)
> > >
> > >      at
> > >
> > >
> > org.mortbay.jetty.webapp.WebAppClassLoader.loadClass(WebAppClassLoader.
> > java:
> > > 375)
> > >
> > >      at
> > >
> > >
> > org.mortbay.jetty.webapp.WebAppClassLoader.loadClass(WebAppClassLoader.
> > java:
> > > 337)
> > >
> > >      at
> > >
> > >
> > org.apache.wicket.protocol.http.ContextParamWebApplicationFactory.creat
> > eAppl
> > > ication(ContextParamWebApplicationFactory.java:68)
> > >
> > >      ... 14 more
> > >
> > > ERROR - log                        - Failed startup of context
> > > org.mortbay.jetty.webapp.webappcont...@129f3b5{/,src/main/webapp}
> > >
> > > org.apache.wicket.WicketRuntimeException: Unable to create
> > application of
> > > class servlet.UmfragesystemApp
> > >
> > >      at
> > >
> > >
> > org.apache.wicket.protocol.http.ContextParamWebApplicationFactory.creat
> > eAppl
> > > ication(ContextParamWebApplicationFactory.java:82)
> > >
> > >      at
> > >
> > >
> > org.apache.wicket.protocol.http.ContextParamWebApplicationFactory.creat
> > eAppl
> > > ication(ContextParamWebApplicationFactory.java:49)
> > >
> > >      at
> > >
> > org.apache.wicket.protocol.http.WicketFilter.init(WicketFilter.java:551
> > )
> > >
> > >      at
> > > org.mortbay.jetty.servlet.FilterHolder.doStart(FilterHolder.java:99)
> > >
> > >      at
> > >
> > org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:40
> > )
> > >
> > >      at
> > >
> > >
> > org.mortbay.jetty.servlet.ServletHandler.initialize(ServletHandler.java
> > :594)
> > >
> > >      at
> > org.mortbay.jetty.servlet.Context.startContext(Context.java:139)
> > >
> > >      at
> > >
> > >
> > org.mortbay.jetty.webapp.WebAppContext.startContext(WebAppContext.java:
> > 1218)
> > >
> > >      at
> > >
> > org.mortbay.jetty.handler.ContextHandler.doStart(ContextHandler.java:50
> > 0)
> > >
> > >      at
> > >
> > org.mortbay.jetty.webapp.WebAppContext.doStart(WebAppContext.java:448)
> > >
> > >      at
> > >
> > org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:40
> > )
> > >
> > >      at
> > >
> > org.mortbay.jetty.handler.HandlerWrapper.doStart(HandlerWrapper.java:11
> > 7)
> > >
> > >      at org.mortbay.jetty.Server.doStart(Server.java:220)
> > >
> > >      at
> > >
> > org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:40
> > )
> > >
> > >      at menerva.Start.main(Start.java:35)
> > >
> > > Caused by: java.lang.ClassNotFoundException: servlet.UmfragesystemApp
> > >
> > >      at java.net.URLClassLoader$1.run(Unknown Source)
> > >
> > >      at java.security.AccessController.doPrivileged(Native Method)
> > >
> > >      at java.net.URLClassLoader.findClass(Unknown Source)
> > >
> > >      at java.lang.ClassLoader.loadClass(Unknown Source)
> > >
> > >      at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
> > >
> > >      at java.lang.ClassLoader.loadClass(Unknown Source)
> > >
> > >      at
> > >
> > >
> > org.mortbay.jetty.webapp.WebAppClassLoader.loadClass(WebAppClassLoader.
> > java:
> > > 375)
> > >
> > >      at
> > >
> > >
> > org.mortbay.jetty.webapp.WebAppClassLoader.loadClass(WebAppClassLoader.
> > java:
> > > 337)
> > >
> > >      at
> > >
> > >
> > org.apache.wicket.protocol.http.ContextParamWebApplicationFactory.creat
> > eAppl
> > > ication(ContextParamWebApplicationFactory.java:68)
> > >
> > >      ... 14 more
> > >
> > > WARN  - log                        - failed
> > socketconnec...@0.0.0.0:8080
> > >
> > > java.net.BindException: Address already in use: JVM_Bind
> > >
> > >      at java.net.PlainSocketImpl.socketBind(Native Method)
> > >
> > >      at java.net.PlainSocketImpl.bind(Unknown Source)
> > >
> > >      at java.net.ServerSocket.bind(Unknown Source)
> > >
> > >      at java.net.ServerSocket.<init>(Unknown Source)
> > >
> > >      at java.net.ServerSocket.<init>(Unknown Source)
> > >
> > >      at
> > >
> > >
> > org.mortbay.jetty.bio.SocketConnector.newServerSocket(SocketConnector.j
> > ava:7
> > > 8)
> > >
> > >      at
> > org.mortbay.jetty.bio.SocketConnector.open(SocketConnector.java:72)
> > >
> > >      at
> > >
> > org.mortbay.jetty.AbstractConnector.doStart(AbstractConnector.java:252)
> > >
> > >      at
> > >
> > org.mortbay.jetty.bio.SocketConnector.doStart(SocketConnector.java:145)
> > >
> > >      at
> > >
> > org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:40
> > )
> > >
> > >      at org.mortbay.jetty.Server.doStart(Server.java:231)
> > >
> > >      at
> > >
> > org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:40
> > )
> > >
> > >      at menerva.Start.main(Start.java:35)
> > >
> > > WARN  - log                        - failed ser...@13f3045
> > >
> > > java.net.BindException: Address already in use: JVM_Bind
> > >
> > >      at java.net.PlainSocketImpl.socketBind(Native Method)
> > >
> > >      at java.net.PlainSocketImpl.bind(Unknown Source)
> > >
> > >      at java.net.ServerSocket.bind(Unknown Source)
> > >
> > >      at java.net.ServerSocket.<init>(Unknown Source)
> > >
> > >      at java.net.ServerSocket.<init>(Unknown Source)
> > >
> > >      at
> > >
> > >
> > org.mortbay.jetty.bio.SocketConnector.newServerSocket(SocketConnector.j
> > ava:7
> > > 8)
> > >
> > >      at
> > org.mortbay.jetty.bio.SocketConnector.open(SocketConnector.java:72)
> > >
> > >      at
> > >
> > org.mortbay.jetty.AbstractConnector.doStart(AbstractConnector.java:252)
> > >
> > >      at
> > >
> > org.mortbay.jetty.bio.SocketConnector.doStart(SocketConnector.java:145)
> > >
> > >      at
> > >
> > org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:40
> > )
> > >
> > >      at org.mortbay.jetty.Server.doStart(Server.java:231)
> > >
> > >      at
> > >
> > org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:40
> > )
> > >
> > >      at menerva.Start.main(Start.java:35)
> > >
> > > java.net.BindException: Address already in use: JVM_Bind
> > >
> > >      at java.net.PlainSocketImpl.socketBind(Native Method)
> > >
> > >      at java.net.PlainSocketImpl.bind(Unknown Source)
> > >
> > >      at java.net.ServerSocket.bind(Unknown Source)
> > >
> > >      at java.net.ServerSocket.<init>(Unknown Source)
> > >
> > >      at java.net.ServerSocket.<init>(Unknown Source)
> > >
> > >      at
> > >
> > >
> > org.mortbay.jetty.bio.SocketConnector.newServerSocket(SocketConnector.j
> > ava:7
> > > 8)
> > >
> > >      at
> > org.mortbay.jetty.bio.SocketConnector.open(SocketConnector.java:72)
> > >
> > >      at
> > >
> > org.mortbay.jetty.AbstractConnector.doStart(AbstractConnector.java:252)
> > >
> > >      at
> > >
> > org.mortbay.jetty.bio.SocketConnector.doStart(SocketConnector.java:145)
> > >
> > >      at
> > >
> > org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:40
> > )
> > >
> > >      at org.mortbay.jetty.Server.doStart(Server.java:231)
> > >
> > >      at
> > >
> > org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:40
> > )
> > >
> > >      at menerva.Start.main(Start.java:35)
> > >
> > >
> > >
> > >
> > >
> > > Has someone a hint for me?
> > >
> > >
> > >
> > > Greetings!
> > >
> > >
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> For additional commands, e-mail: users-h...@wicket.apache.org
>
>

Reply via email to