Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jetty-dev] Static content serving broken on master branch

Kristian,

On Wed, Jul 31, 2013 at 11:21 AM, Kristian Rosenvold
<kristian.rosenvold@xxxxxxxxx> wrote:
> The commits that were inteded to fix EOF handling seems to have broken
> static resource serving with ResourceHandler (this is on windows 7).
>
> If I revert 7b162460d7246ee1515d1d9a7cc9e842eaa44c0c and
> fdb9d2273418d78def405dcad22cc8d6c556c69b, all is fine.
>
> Kristian
>
>
> 2013-07-31 11:13:18,919 WARN [org.eclipse.jetty.io.SelectorManager :
> embedded-jetty-19-selector-2] - Could not process key for channel
> java.nio.channels.SocketChannel[connected local=/172.21.5.13:9090
> remote=/172.21.5.13:54046]
> java.lang.IllegalStateException: AsyncContext completed
>         at org.eclipse.jetty.server.AsyncContextState.state(AsyncContextState.java:45)
>         at org.eclipse.jetty.server.AsyncContextState.complete(AsyncContextState.java:90)
>         at org.eclipse.jetty.server.handler.ResourceHandler$1.failed(ResourceHandler.java:525)
>         at org.eclipse.jetty.util.IteratingCallback.failed(IteratingCallback.java:108)
>         at org.eclipse.jetty.server.HttpOutput$ReadableByteChannelWritingCB.failed(HttpOutput.java:579)
>         at org.eclipse.jetty.util.IteratingCallback.iterate(IteratingCallback.java:89)
>         at org.eclipse.jetty.util.IteratingCallback.succeeded(IteratingCallback.java:102)
>         at org.eclipse.jetty.io.WriteFlusher$PendingState.complete(WriteFlusher.java:265)
>         at org.eclipse.jetty.io.WriteFlusher.completeWrite(WriteFlusher.java:420)
>         at org.eclipse.jetty.io.SelectChannelEndPoint.onSelected(SelectChannelEndPoint.java:111)
>         at org.eclipse.jetty.io.SelectorManager$ManagedSelector.processKey(SelectorManager.java:498)
>         at org.eclipse.jetty.io.SelectorManager$ManagedSelector.select(SelectorManager.java:455)
>         at org.eclipse.jetty.io.SelectorManager$ManagedSelector.run(SelectorManager.java:420)
>         at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:601)
>         at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:532)
>         at java.lang.Thread.run(Thread.java:722)

Is this still a problem for you ?
Do you have further evidence ?
Did you file a bugzilla for this ?
Do you have any suggestion on how to reproduce it ?

-- 
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.


Back to the top