are you somehow adding another component to the ajax response when you are already rendering other components?

Can you debug addComponent of AjaxRequestTarget?
Why is that one called when already responding/rendering

johan


On 6/2/06, samyem <[EMAIL PROTECTED]> wrote:

I am getting this error with wicket 1.2:

java.util.ConcurrentModificationException
        at java.util.HashMap$HashIterator.nextEntry(Unknown Source)
        at java.util.HashMap$EntryIterator.next(Unknown Source)
        at java.util.HashMap$EntryIterator.next(Unknown Source)
        at wicket.ajax.AjaxRequestTarget.respond(AjaxRequestTarget.java:307)
        at
wicket.request.compound.DefaultResponseStrategy.respond( DefaultResponseStrategy.java:49)
        at
wicket.request.compound.AbstractCompoundRequestCycleProcessor.respond(AbstractCompoundRequestCycleProcessor.java:66)
        at wicket.RequestCycle.doProcessEventsAndRespond (RequestCycle.java:852)
        at wicket.RequestCycle.processEventsAndRespond(RequestCycle.java:879)
        at wicket.RequestCycle.step(RequestCycle.java:960)
        at wicket.RequestCycle.steps(RequestCycle.java :1034)
        at wicket.RequestCycle.request(RequestCycle.java:453)
        at wicket.protocol.http.WicketServlet.doGet(WicketServlet.java:215)
        at wicket.protocol.http.WicketServlet.doPost(WicketServlet.java :258)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:709)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
        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)

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

I am getting this when I use the AjaxSelfUpdatingTimerBehavior. The
component can be updated by several ajax behaviour. Can you guys give me
some kind of hints how I can try to solve this type of problem? Is there
something that can be fixed in Wicket to get rid of this problem?

Thanks,
Samyem
--
View this message in context: http://www.nabble.com/ConcurrentModificationException-t1720838.html#a4674302
Sent from the Wicket - User forum at Nabble.com.



-------------------------------------------------------
All the advantages of Linux Managed Hosting--Without the Cost and Risk!
Fully trained technicians. The highest number of Red Hat certifications in
the hosting industry. Fanatical Support. Click to learn more
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=107521&bid=248729&dat=121642
_______________________________________________
Wicket-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wicket-user

Reply via email to