Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jetty-dev] Jetty 7.5.2 AsyncHttpConnection producing a lot warnings/dumps

Hi,

we recently upgrade from Jetty 7.4.x to 7.5.2. Since that update we have
a few machines producing *a lot* warnings comeing from AsyncHttpConnection.

The web application just offers an HTTP API. When we make requests
manually from the browser everything is fine. As soon as the application
using that API start making requests Jetty starts logging the warnings.
Even if we stop the application (Apache with PHP using curl) Jetty
continues to log the messages forever. It seems that although it says
"Closing EndPoint making no progress" Jetty does not close the
connection and tries to close them again and again.

Any ideas what is causing the "EndPoint making no progress" and how to
get rid of it?

-Gunnar

org.eclipse.jetty.server.nio.SelectChannelConnector$ConnectorSelectorManager@6c9d476e#STARTED
+- org.eclipse.jetty.io.nio.SelectorManager$SelectSet@3cab8cf5 id=0
|   +-
org.eclipse.jetty.io.nio.SelectorManager$SelectSet.doSelect(SelectorManager.java:560)
|   +- sun.nio.ch.WindowsSelectorImpl@6a2e90d0 keys=4
|   +- SSLSCEP@xxxxxxxxxxxxxxxxxx.channels.SocketChannel[connected oshut
local=/127.0.0.1:8443 remote=/127.0.0.1:60189][o=true
d=true,io=1,w=true,rb=false,wb=false],NOT_HANDSHAKING, in/out=0/0
bi/o=false/false null 0 1
|   +- SSLSCEP@xxxxxxxxxxxxxxxxxx.channels.SocketChannel[connected
local=/127.0.0.1:8443 remote=/127.0.0.1:59928][o=true
d=false,io=1,w=true,rb=false,wb=false],NOT_HANDSHAKING, in/out=0/0
bi/o=false/false null 1 1
|   +- SSLSCEP@xxxxxxxxxxxxxxxxx.channels.SocketChannel[connected oshut
local=/127.0.0.1:8443 remote=/127.0.0.1:60194][o=true
d=true,io=1,w=true,rb=false,wb=false],NOT_HANDSHAKING, in/out=0/0
bi/o=false/false null 0 1
|   +- SSLSCEP@xxxxxxxxxxxxxxxxxx.channels.SocketChannel[connected oshut
local=/127.0.0.1:8443 remote=/127.0.0.1:60205][o=true
d=true,io=1,w=true,rb=false,wb=false],NOT_HANDSHAKING, in/out=0/0
bi/o=false/false null 0 1
+- org.eclipse.jetty.io.nio.SelectorManager$SelectSet@4e30cbae id=1
     +-
org.eclipse.jetty.io.nio.SelectorManager$SelectSet.doSelect(SelectorManager.java:560)
     +- sun.nio.ch.WindowsSelectorImpl@39cab80e keys=2
     +- SSLSCEP@xxxxxxxxxxxxxxxxxx.channels.SocketChannel[connected
oshut local=/127.0.0.1:8443 remote=/127.0.0.1:60186][o=true
d=true,io=1,w=true,rb=false,wb=false],NOT_HANDSHAKING, in/out=0/0
bi/o=false/false null 0 1
     +- SSLSCEP@xxxxxxxxxxxxxxxxx.channels.SocketChannel[connected oshut
local=/127.0.0.1:8443 remote=/127.0.0.1:60216][o=true
d=true,io=1,w=true,rb=false,wb=false],NOT_HANDSHAKING, in/out=0/0
bi/o=false/false null 0 1

12:53:20.913 [jetty-server-222] WARN
o.e.jetty.server.AsyncHttpConnection - Closing EndPoint making no
progress: 428
SSLSCEP@xxxxxxxxxxxxxxxxxx.channels.SocketChannel[connected oshut
local=/127.0.0.1:8443 remote=/127.0.0.1:60186][o=true
d=true,io=1,w=true,rb=false,wb=false],NOT_HANDSHAKING, in/out=0/0
bi/o=false/false null
12:53:20.913 [jetty-server-214] WARN
o.e.jetty.server.AsyncHttpConnection - Closing EndPoint making no
progress: 411
SSLSCEP@xxxxxxxxxxxxxxxxxx.channels.SocketChannel[connected oshut
local=/127.0.0.1:8443 remote=/127.0.0.1:60205][o=true
d=true,io=1,w=true,rb=false,wb=false],NOT_HANDSHAKING, in/out=0/0
bi/o=false/false null
12:53:20.913 [jetty-server-213] WARN
o.e.jetty.server.AsyncHttpConnection - Closing EndPoint making no
progress: 399 SSLSCEP@xxxxxxxxxxxxxxxxx.channels.SocketChannel[connected
oshut local=/127.0.0.1:8443 remote=/127.0.0.1:60216][o=true
d=true,io=1,w=true,rb=false,wb=false],NOT_HANDSHAKING, in/out=0/0
bi/o=false/false null
12:53:20.914 [jetty-server-225] WARN
o.e.jetty.server.AsyncHttpConnection - Closing EndPoint making no
progress: 419
SSLSCEP@xxxxxxxxxxxxxxxxxx.channels.SocketChannel[connected oshut
local=/127.0.0.1:8443 remote=/127.0.0.1:60189][o=true
d=true,io=1,w=true,rb=false,wb=false],NOT_HANDSHAKING, in/out=0/0
bi/o=false/false null


-
Gunnar Wagenknecht
gunnar@xxxxxxxxxxxxxxx
http://wagenknecht.org/



Back to the top