Skip to content

Instantly share code, notes, and snippets.

@kwando
Created December 5, 2013 14:24
Show Gist options
  • Save kwando/7805859 to your computer and use it in GitHub Desktop.
Save kwando/7805859 to your computer and use it in GitHub Desktop.
torqbox error
[ERROR] io.undertow.request - Blocking request failed HttpServerExchange{ GET /}
org.xnio.channels.FixedLengthUnderflowException: 23636 bytes remaining
at io.undertow.conduits.FixedLengthStreamSinkConduit.terminateWrites(FixedLengthStreamSinkConduit.java:200)
at org.xnio.conduits.ConduitStreamSinkChannel.shutdownWrites(ConduitStreamSinkChannel.java:178)
at io.undertow.channels.DetachableStreamSinkChannel.shutdownWrites(DetachableStreamSinkChannel.java:77)
at io.undertow.io.UndertowOutputStream.close(UndertowOutputStream.java:317)
at org.projectodd.wunderboss.ruby.rack.RackHandler.handleRequest(RackHandler.java:49)
at io.undertow.server.Connectors.executeRootHandler(Connectors.java:139)
at io.undertow.server.HttpServerExchange$1.run(HttpServerExchange.java:638)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
at java.lang.Thread.run(Thread.java:724)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment