Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jetty-users] Issue with Server becoming unresponsive

What version of Jetty?
There was a bug report about similar situations on 9.4.14 thru 9.4.17.
Fixed in 9.4.18.
See https://github.com/eclipse/jetty.project/issues/3550

Joakim Erdfelt / joakim@xxxxxxxxxxx


On Tue, May 14, 2019 at 4:20 PM Gunnar Wagenknecht <gunnar@xxxxxxxxxxxxxxx> wrote:
Greetings Jetty Users,

I've create a new prototype that uses embedded Jetty for providing a proxy service on localhost/127.0.0.1 only. The problem is that the server becomes unresponsive after running idle for a couple minutes. Everything works find as soon as I start the server. However, after a while it just stops responding. Connection attempts are timing out.


Is there anything I'm missing when configuring/setting up the server?

-Gunnar

-- 
Gunnar Wagenknecht
gunnar@xxxxxxxxxxxxxxx, http://guw.io/


_______________________________________________
jetty-users mailing list
jetty-users@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://www.eclipse.org/mailman/listinfo/jetty-users

Back to the top