You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Frank Bille Jensen (JIRA)" <ji...@apache.org> on 2008/04/02 22:03:28 UTC

[jira] Updated: (WICKET-1437) Pagemap lock calculates timeout wrong

     [ https://issues.apache.org/jira/browse/WICKET-1437?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Frank Bille Jensen updated WICKET-1437:
---------------------------------------

    Fix Version/s:     (was: 1.3.3)
                   1.3.4

> Pagemap lock calculates timeout wrong
> -------------------------------------
>
>                 Key: WICKET-1437
>                 URL: https://issues.apache.org/jira/browse/WICKET-1437
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket
>    Affects Versions: 1.3.2
>            Reporter: Martijn Dashorst
>             Fix For: 1.3.4
>
>
> As you can see in the log below, the timeout set for 1 minute (default) actually waits 2 minutes.
> [2008-03-19 18:09:06,715] INFO  [btpool0-76 - /vocus/app/?wicket:interface=:10::::] IridiumRequestCycle | Start of request: url=[app/?wicket:interface=:10::::],sessionid=db5j5d4jxqus,organisatie=Etty Hillesum Lyceum,user=Gifkikker
> [2008-03-19 18:11:06,731] ERROR [btpool0-76 - /vocus/app/?wicket:interface=:10::::] RequestCycle | After 1 minute the Pagemap null is still locked by: Thread[btpool0-77 - /vocus/app/leerling/absentie/invoeren.5,5,main], giving up trying to get the page for path: 10
> org.apache.wicket.WicketRuntimeException: After 1 minute the Pagemap null is still locked by: Thread[btpool0-77 - /vocus/app/leerling/absentie/invoeren.5,5,main], giving up trying to get the page for path: 10
> 	at org.apache.wicket.Session.getPage(Session.java:734)
> 	at org.apache.wicket.request.AbstractRequestCycleProcessor.resolveRenderedPage(AbstractRequestCycleProcessor.java:443)
> 	at org.apache.wicket.protocol.http.WebRequestCycleProcessor.resolve(WebRequestCycleProcessor.java:139)
> 	at org.apache.wicket.RequestCycle.step(RequestCycle.java:1224)
> 	at org.apache.wicket.RequestCycle.steps(RequestCycle.java:1316)
> 	at org.apache.wicket.RequestCycle.request(RequestCycle.java:493)
> 	at org.apache.wicket.protocol.http.WicketFilter.doGet(WicketFilter.java:354)
> 	at org.apache.wicket.protocol.http.WicketFilter.doFilter(WicketFilter.java:194)
> 	at org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1084)
> 	at nl.topicus.iridium.app.HibernateSessionFilter.doFilter(HibernateSessionFilter.java:78)
> 	at org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1084)
> 	at org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:360)
> 	at org.mortbay.jetty.security.SecurityHandler.handle(SecurityHandler.java:216)
> 	at org.mortbay.jetty.servlet.SessionHandler.handle(SessionHandler.java:181)
> 	at org.mortbay.jetty.handler.ContextHandler.handle(ContextHandler.java:726)
> 	at org.mortbay.jetty.webapp.WebAppContext.handle(WebAppContext.java:405)
> 	at org.mortbay.jetty.handler.HandlerWrapper.handle(HandlerWrapper.java:139)
> 	at org.mortbay.jetty.Server.handle(Server.java:320)
> 	at org.mortbay.jetty.HttpConnection.handleRequest(HttpConnection.java:505)
> 	at org.mortbay.jetty.HttpConnection$RequestHandler.headerComplete(HttpConnection.java:828)
> 	at org.mortbay.jetty.HttpParser.parseNext(HttpParser.java:514)
> 	at org.mortbay.jetty.HttpParser.parseAvailable(HttpParser.java:211)
> 	at org.mortbay.jetty.HttpConnection.handle(HttpConnection.java:380)
> 	at org.mortbay.io.nio.SelectChannelEndPoint.run(SelectChannelEndPoint.java:395)
> 	at org.mortbay.thread.BoundedThreadPool$PoolThread.run(BoundedThreadPool.java:450)
> [2008-03-19 18:11:06,734] INFO  [btpool0-76 - /vocus/app/?wicket:interface=:10::::] RequestLogger | time=120018,event=null,response=PageRequest[org.apache.wicket.markup.html.pages.ExceptionErrorPage(11)],sessioninfo=[sessionId=db5j5d4jxqus,clientInfo=[browser=firefox,remoteAddres=127.0.0.1,userAgent='Mozilla/5.0 (Macintosh; U; Intel Mac OS X; en-US; rv:1.8.1.12) Gecko/20080201 Firefox/2.0.0.12'],organisatie=Etty Hillesum Lyceum,username=T.O.P.I.C.U.S. Topicus],sessionsize=-1,sessionstart=Wed Mar 19 17:44:05 CET 2008,requests=22,totaltime=247765,activerequests=32,maxmem=399M,total=87M,used=77M
> [2008-03-19 18:11:06,748] INFO  [btpool0-76 - /vocus/app/?wicket:interface=:10::::] IridiumRequestCycle | End of request: url=[app/?wicket:interface=:10::::],sessionid=db5j5d4jxqus,organisatie=Etty Hillesum Lyceum,user=Gifkikker,duur=120033ms

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.