I have started to see more and more of the following exception when users are using the wicket app.
org.apache.wicket.WicketRuntimeException: After 1 minute the Pagemap null is still locked by: Thread[TP-Processor24,5,main], giving up trying to get the page for path: 4:products:0:prodBuyLink If my understanding is right, it is a timeout that is occurring because the app is still processing for the page that is trying to be viewed. Is this correct? Any ideas on how to debug or solve? What are some common reasons for this type of exception?
