Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jetty-users] strange bug Jetty 8.1.14 - GET handler not invoked but client connection is made


Hi Guys,

Having a strange issue with one of our apps using jetty for HTTP handling.

In my app, I have embedded jetty configured to handle the GET requests.

When I test the app from a browser, I see the below line from the app logs indicating a connection coming in but nothing else happens. My GET handler does not get invoked at all. 

06-09-2014 10:00:20 [ Selector1] DEBUG o.e.j.i.nio: created SCEP@759e2a5{I(/10.xx.xx.xx:2505) <-> r((/10.xx.xx.xx:8020), s=0, open=true,ishut=false,oshut=false,rb=false,wb=false,w=true,i=0}-{AsyncHTTPConnector@4f9faf3,g=HttpGenerator{s=0,h=-1,b=-1,c=-1},p={HttpParser{s=-14,l=0,c=0},r=0}


I have the log turned on to TRACE and this is all I see in the app. I am using version 8.1.14


Any pointers...greatly appreciated.

Gracias
Dece


Back to the top