Bugs item #1252080, was opened at 2005-08-04 19:55
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=1252080&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: 6
Submitted By: Juergen Donnerstag (jdonnerstag)
Assigned to: Nobody/Anonymous (nobody)
Summary: example pub is broken

Initial Comment:

java.lang.NullPointerException
    at
wicket.markup.MarkupCache.markupKey(MarkupCache.java:378)
    at
wicket.markup.MarkupCache.getMarkup(MarkupCache.java:161)
    at
wicket.markup.MarkupCache.hasAssociatedMarkup(MarkupCache.java:142)
    at
wicket.MarkupContainer.hasAssociatedMarkup(MarkupContainer.java:762)
    at
wicket.Component.findParentWithAssociatedMarkup(Component.java:466)
    at
wicket.markup.html.image.resource.LocalizedImageResource.loadStaticImage(LocalizedImageResource.java:312)
    at
wicket.markup.html.image.resource.LocalizedImageResource.setSrcAttribute(LocalizedImageResource.java:242)
    at
wicket.markup.html.image.Image.onComponentTag(Image.java:177)
    at
wicket.Component.renderComponent(Component.java:1765)
    at
wicket.markup.html.WebComponent.onRender(WebComponent.java:77)
    at wicket.Component.render(Component.java:1074)
    at
wicket.markup.html.BodyOnLoadContainer.resolve(BodyOnLoadContainer.java:110)
    at
wicket.MarkupContainer.renderNext(MarkupContainer.java:898)
    at
wicket.MarkupContainer.renderComponentTagBody(MarkupContainer.java:679)
    at
wicket.MarkupContainer.onComponentTagBody(MarkupContainer.java:608)
    at
wicket.Component.renderComponent(Component.java:1788)
    at
wicket.markup.html.WebMarkupContainer.onRender(WebMarkupContainer.java:78)
    at wicket.Component.render(Component.java:1074)
    at
wicket.MarkupContainer.autoAdd(MarkupContainer.java:173)
    at
wicket.markup.html.BodyOnLoadResolver.resolve(BodyOnLoadResolver.java:62)
    at
wicket.MarkupContainer.renderNext(MarkupContainer.java:885)
    at
wicket.MarkupContainer.renderAll(MarkupContainer.java:779)
    at wicket.Page.onRender(Page.java:752)
    at wicket.Component.render(Component.java:1074)
    at wicket.Page.doRender(Page.java:480)
    at
wicket.protocol.http.WebRequestCycle.redirectTo(WebRequestCycle.java:207)
    at wicket.RequestCycle.respond(RequestCycle.java:771)
    at wicket.RequestCycle.request(RequestCycle.java:406)
    at
wicket.protocol.http.WicketServlet.doGet(WicketServlet.java:304)
    at
javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
    at
javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    at
org.mortbay.jetty.servlet.ServletHolder.handle(ServletHolder.java:358)
    at
org.mortbay.jetty.servlet.WebApplicationHandler.dispatch(WebApplicationHandler.java:294)
    at
org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:567)
    at
org.mortbay.http.HttpContext.handle(HttpContext.java:1807)
    at
org.mortbay.jetty.servlet.WebApplicationContext.handle(WebApplicationContext.java:525)
    at
org.mortbay.http.HttpContext.handle(HttpContext.java:1757)
    at
org.mortbay.http.HttpServer.service(HttpServer.java:879)
    at
org.mortbay.http.HttpConnection.service(HttpConnection.java:790)
    at
org.mortbay.http.HttpConnection.handleNext(HttpConnection.java:961)
    at
org.mortbay.http.HttpConnection.handle(HttpConnection.java:807)
    at
org.mortbay.http.SocketListener.handleConnection(SocketListener.java:218)
    at
org.mortbay.util.ThreadedServer.handle(ThreadedServer.java:300)
    at
org.mortbay.util.ThreadPool$PoolThread.run(ThreadPool.java:511)

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

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


-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
_______________________________________________
Wicket-develop mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wicket-develop

Reply via email to