Hi Simon,

I am using both Firefox and Chrome Canary, both keep loading the page after
a couple of refreshes.

https://146.148.90.85:8443/blog-http2-push/push

I'm getting a new push builder for every resource is this ok? or should I
use the same push builder for every resource I want to push?

Kind regards,
Tom

------------------------------

Message: 4
Date: Tue, 13 Jan 2015 15:22:34 +0100
From: Simone Bordet <[email protected]>
To: JETTY user mailing list <[email protected]>
Subject: Re: [jetty-users] http/2 push
Message-ID:
        <cafwmrj2h8662_ajujuur-emcbdglxbcpx3wktcsvh_3ye3z...@mail.gmail.com>
Content-Type: text/plain; charset=UTF-8

Hi,

On Sat, Jan 10, 2015 at 9:29 PM, Tom Eyckmans <[email protected]> wrote:
> I suppose this is a result of the amount of resources that are being
pushed,
> any idea why this is causing a problem?

There is a timeout while trying to send data to the client.
Perhaps the client is not reading ?
What client do you use ?

--
Simone Bordet
----
http://cometd.org
http://webtide.com
http://intalio.com
Developer advice, training, services and support
from the Jetty & CometD experts.
Intalio, the modern way to build business applications.


------------------------------

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

> 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