This happens when you have debugger suspending this thread (in this
case Thread[btpool0-1,5,main]).

About the Ajax problem:
http://radio.javaranch.com/pascarello/2006/02/07/1139345471027.html

This is the very first result returned by Google (out of ~1300).
Next time just search the archives..

On Wed, 2008-04-30 at 16:54 -0700, Michael Mehrle wrote:
> More info: after a minute or so I see this exception in the console:
> 
> [DEBUG LoadAdDataInterceptor] Loaded AdData:[EMAIL PROTECTED] 
> [ERROR RequestCycle] After 1 minute the Pagemap null is still locked by: 
> Thread[btpool0-1,5,main], giving up trying to get the page for path: 
> 6:FooTabbedPanel:panel:createFooForm:recurringFooLink 
> org.apache.wicket.WicketRuntimeException: After 1 minute the Pagemap null is 
> still locked by: Thread[btpool0-1,5,main], giving up trying to get the page 
> for path: 6:FooTabbedPanel:panel:createFooForm:recurringFooLink
>       at org.apache.wicket.Session.getPage(Session.java:740)
>       at 
> org.apache.wicket.request.AbstractRequestCycleProcessor.resolveRenderedPage(AbstractRequestCycleProcessor.java:448)
>       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:1331)
>       at org.apache.wicket.RequestCycle.request(RequestCycle.java:493)
>       at 
> org.apache.wicket.protocol.http.WicketFilter.doGet(WicketFilter.java:363)
>       at 
> org.apache.wicket.protocol.http.WicketFilter.doFilter(WicketFilter.java:194)
>       at 
> org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1084)
>       at 
> com.bar.common.filter.InterceptorFilter.doFilter(InterceptorFilter.java:60)
>       at 
> org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1084)
>       at 
> com.bar.common.filter.RequestInfoGatheringFilter.doFilter(RequestInfoGatheringFilter.java:33)
>       at 
> org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1084)
>       at 
> org.springframework.orm.hibernate3.support.OpenSessionInViewFilter.doFilterInternal(OpenSessionInViewFilter.java:198)
>       at 
> org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:75)
>       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:712)
>       at org.mortbay.jetty.webapp.WebAppContext.handle(WebAppContext.java:405)
>       at 
> org.mortbay.jetty.handler.ContextHandlerCollection.handle(ContextHandlerCollection.java:211)
>       at 
> org.mortbay.jetty.handler.HandlerCollection.handle(HandlerCollection.java:114)
>       at 
> org.mortbay.jetty.handler.HandlerWrapper.handle(HandlerWrapper.java:139)
>       at org.mortbay.jetty.Server.handle(Server.java:313)
>       at 
> org.mortbay.jetty.HttpConnection.handleRequest(HttpConnection.java:506)
>       at 
> org.mortbay.jetty.HttpConnection$RequestHandler.headerComplete(HttpConnection.java:830)
>       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:381)
>       at 
> org.mortbay.io.nio.SelectChannelEndPoint.run(SelectChannelEndPoint.java:396)
>       at 
> org.mortbay.thread.BoundedThreadPool$PoolThread.run(BoundedThreadPool.java:442)
> 
> -----Original Message-----
> From: Michael Mehrle [mailto:[EMAIL PROTECTED] 
> Sent: Wednesday, April 30, 2008 4:40 PM
> To: [email protected]
> Subject: AJAX fails with error failure code 0x80040111
> 
> I've got a modal with various AJAX components inside a form. I'm suddenly 
> start getting this error, when pressing the save button:
> 
> ERROR: Exception evaluating AJAX status: [Exception... "Component returned 
> failure code: 0x80040111 (NS_ERROR_NOT_AVAILABLE) [nsIXMLHttpRequest.status]" 
>  nsresult: "0x80040111 (NS_ERROR_NOT_AVAILABLE)"  location: "JS frame :: 
> http://localhost:8000/app/resources/org.apache.wicket.ajax.WicketAjaxReference/wicket-ajax.js
>  :: anonymous :: line 905"  data: no]
> ERROR: Received Ajax response with code: unavailable
> INFO: Invoking post-call handler(s)...
> 
> Also, the Ajax debug window is accessible again after pressing the save 
> button, so the 'modality' of the modal has been removed. However, it still 
> shows on the screen and the remainder of the page is dimmed out.
> 
> Any ideas? 
> 
> Michael
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to