Bugs item #1556105, was opened at 2006-09-11 06:31
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=684975&aid=1556105&group_id=119783

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Juergen Donnerstag (jdonnerstag)
Assigned to: Nobody/Anonymous (nobody)
Summary: Exception not propagated

Initial Comment:
Try the niceurl example and click the "Click this
BookmarkablePageLink to go to Page 3" link. Though the
html page responded is ok, an exception is thrown and
printed in the console. Either the exception should
lead to an exception page or the exception should not
be printed on the console if not relevant.

06:25:59.754 ERROR! [SocketListener0-1]
wicket.RequestCycle.step(RequestCycle.java:1038) >18>
Unable to load class with name:
wicket.examples.niceurl.mounted.style.css
wicket.WicketRuntimeException: Unable to load class
with name: wicket.examples.niceurl.mounted.style.css
        at
wicket.application.DefaultClassResolver.resolveClass(DefaultClassResolver.java:69)
        at
wicket.request.target.coding.PackageRequestTargetUrlCodingStrategy.decode(PackageRequestTargetUrlCodingStrategy.java:85)
        at
wicket.protocol.http.request.AbstractWebRequestCodingStrategy.targetForRequest(AbstractWebRequestCodingStrategy.java:121)
        at
wicket.request.compound.DefaultRequestTargetResolverStrategy.resolve(DefaultRequestTargetResolverStrategy.java:62)
        at
wicket.request.compound.AbstractCompoundRequestCycleProcessor.resolve(AbstractCompoundRequestCycleProcessor.java:49)
        at wicket.RequestCycle.step(RequestCycle.java:987)
        at wicket.RequestCycle.steps(RequestCycle.java:1076)
        at wicket.RequestCycle.request(RequestCycle.java:454)
        at
wicket.protocol.http.WicketFilter.doGet(WicketFilter.java:233)
        at
wicket.protocol.http.WicketFilter.doFilter(WicketFilter.java:124)
        at
org.mortbay.jetty.servlet.WebApplicationHandler$CachedChain.doFilter(WebApplicationHandler.java:821)
        at
org.mortbay.jetty.servlet.WebApplicationHandler.dispatch(WebApplicationHandler.java:471)
        at
org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:568)
        at
org.mortbay.http.HttpContext.handle(HttpContext.java:1530)
        at
org.mortbay.jetty.servlet.WebApplicationContext.handle(WebApplicationContext.java:633)
        at
org.mortbay.http.HttpContext.handle(HttpContext.java:1482)
        at
org.mortbay.http.HttpServer.service(HttpServer.java:909)
        at
org.mortbay.http.HttpConnection.service(HttpConnection.java:816)
        at
org.mortbay.http.HttpConnection.handleNext(HttpConnection.java:982)
        at
org.mortbay.http.HttpConnection.handle(HttpConnection.java:833)
        at
org.mortbay.http.SocketListener.handleConnection(SocketListener.java:244)
        at
org.mortbay.util.ThreadedServer.handle(ThreadedServer.java:357)
        at
org.mortbay.util.ThreadPool$PoolThread.run(ThreadPool.java:534)
Caused by: java.lang.ClassNotFoundException:
wicket.examples.niceurl.mounted.style.css
        at java.net.URLClassLoader$1.run(URLClassLoader.java:200)
        at java.security.AccessController.doPrivileged(Native
Method)
        at
java.net.URLClassLoader.findClass(URLClassLoader.java:188)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
        at
sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:268)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:251)
        at
wicket.application.DefaultClassResolver.resolveClass(DefaultClassResolver.java:61)
        ... 22 more

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=684975&aid=1556105&group_id=119783

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Wicket-develop mailing list
Wicket-develop@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-develop

Reply via email to