org.apache.wicket.protocol.http.request.InvalidUrlException:
org.apache.wicket.WicketRuntimeException:
After 1 minute the Pagemap null is still locked by:
Thread[http-8443-3,5,main], giving up trying to get the page for path: 3:timer
Where is this 1 minute set? Is a wicket setting, or a tomcat? or …?
How can I modify this?
Although I agree with Martijn’s answer (you shouldn’t keep users waiting for more than a minute), the timeout can be set by calling
WebApplication.getRequestCycleSettings().setTimeout()on your application object.Example to set it to 3 Minutes: