I suppose this is a result of the amount of resources that are being
pushed, any idea why this is causing a problem?

On 10 January 2015 at 21:27, Tom Eyckmans <[email protected]> wrote:

> java.io.IOException:
> org.eclipse.jetty.util.SharedBlockingCallback$BlockerTimeoutException at
> org.eclipse.jetty.util.SharedBlockingCallback$Blocker.block(SharedBlockingCallback.java:223)
> at org.eclipse.jetty.server.HttpOutput.sendContent(HttpOutput.java:639) at
> org.eclipse.jetty.servlet.DefaultServlet.sendData(DefaultServlet.java:988)
> at org.eclipse.jetty.servlet.DefaultServlet.doGet(DefaultServlet.java:536)
> at javax.servlet.http.HttpServlet.service(HttpServlet.java:687) at
> javax.servlet.http.HttpServlet.service(HttpServlet.java:790) at
> org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:801) at
> org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:587)
> at
> org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:143)
> at
> org.eclipse.jetty.security.SecurityHandler.handle(SecurityHandler.java:577)
> at
> org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:223)
> at
> org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1126)
> at
> org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:515)
> at
> org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:185)
> at
> org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1060)
> at
> org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
> at
> org.eclipse.jetty.server.handler.ContextHandlerCollection.handle(ContextHandlerCollection.java:215)
> at
> org.eclipse.jetty.server.handler.HandlerCollection.handle(HandlerCollection.java:110)
> at
> org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:113)
> at org.eclipse.jetty.server.Server.handle(Server.java:509) at
> org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:290) at
> org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:244) at
> org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:626)
> at
> org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:546)
> at java.lang.Thread.run(Thread.java:745)Caused by:
> org.eclipse.jetty.util.SharedBlockingCallback$BlockerTimeoutException at
> org.eclipse.jetty.util.SharedBlockingCallback$Blocker.block(SharedBlockingCallback.java:203)
> at org.eclipse.jetty.server.HttpOutput.sendContent(HttpOutput.java:639) at
> org.eclipse.jetty.servlet.DefaultServlet.sendData(DefaultServlet.java:988)
> at org.eclipse.jetty.servlet.DefaultServlet.doGet(DefaultServlet.java:536)
> at javax.servlet.http.HttpServlet.service(HttpServlet.java:687) at
> javax.servlet.http.HttpServlet.service(HttpServlet.java:790) at
> org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:801) at
> org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:587)
> at
> org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:143)
> at
> org.eclipse.jetty.security.SecurityHandler.handle(SecurityHandler.java:577)
> at
> org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:223)
> at
> org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1126)
> at
> org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:515)
> at
> org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:185)
> at
> org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1060)
> at
> org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
> at
> org.eclipse.jetty.server.handler.ContextHandlerCollection.handle(ContextHandlerCollection.java:215)
> at
> org.eclipse.jetty.server.handler.HandlerCollection.handle(HandlerCollection.java:110)
> at
> org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:113)
> at org.eclipse.jetty.server.Server.handle(Server.java:509) at
> org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:290) at
> org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:244) at
> org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:626)
> at
> org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:546)
> at java.lang.Thread.run(Thread.java:745)2015-01-07
> 21:17:28.134:WARN:oejs.HttpChannel:qtp396180261-604: Could not send
> response error 500: java.io.IOException:
> org.eclipse.jetty.util.SharedBlockingCallback$BlockerTimeoutException
>
> On 10 January 2015 at 21:26, Tom Eyckmans <[email protected]> wrote:
>
>> Hi,
>>
>> I'm testing HTTP/2 push, I've created a Docker images with the jetty
>> build I'm using https://registry.hub.docker.com/u/teyckmans/jetty/, I've
>> used revision e8c88cfd9cf3cab89788cd530838314089ce9b23 to test with.
>>
>> I've sliced up an image into 400 parts, when pushing all slices Jetty
>> becomes unstable, I'm getting the following stacktraces:
>>
>
>
_______________________________________________
jetty-users mailing list
[email protected]
To change your delivery options, retrieve your password, or unsubscribe from 
this list, visit
https://dev.eclipse.org/mailman/listinfo/jetty-users

Reply via email to