org.apache.wicket.protocol.http.request.InvalidUrlException:

HI all,

I am running into the following error:

org.apache.wicket.protocol.http.request.InvalidUrlException: org.apache.wicket.WicketRuntimeException: After 1 minute the Pagemap null is still locked by: Thread[TP-Processor5,5,main], giving up trying to get the page for path:

I am attempting to resolve this issue, but am seeing different results in our development and test environments. Our test environment generates this error when a user switches tab indexes on a tab panel. However, in my local environment I am unable to reproduce this error.

Does anyone out there know what might be causing this error or how I might be able to track it down to resolve it?

Thank you

do you have a long running process somewhere?
That takes more then 1 minute to complete?

Hi Johan,

The only thing happening at that time is doing a loadRecords when the tab form is loaded.

It is a little odd that we cannot reproduce this error locally in developer, but can be easily / consistantly reproduced in the test environment.

somehow it is parsing some markup/html code from a form or something like that
that seems to take a long time. But why that parsing takes more then 1 minute i dont know.
Also it is an ajax request that does the parsing, so are you showing at that time a new form in a tabpanel or something?
Maybe you can backtrack it what page the user is on and what tab it wanted to show. So that we can know what form it really is that takes so much time, to see what the html/template is of that form.