Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jetty-users] file upload EofException?

Hi there;

Am 21.11.2014 um 08:50 schrieb Kristian Rink:

By now I will just add a bit more logging and monitoring to things, see
which users are caused by these exceptions and tell our support people
to ask some of these whether they see any problems. And I'll be
monitoring the apache2 reverse proxy to see whether there are any issues
in there...

Some more things on that:

- Yes, it seems external users run across these issues in, in example, experiencing connection / socket errors during uploading multiple files at once. Not good.

- It still in some way is, well, vague. External users see a "Socket exception: Connection reset by peer: Write error". The server sees an EofException as already posted.

- On our apache2 reverse proxy sitting in front of the application, I see messages like these in the log file:


[...]
xx.xx.xx.xx - - [25/Nov/2014:13:38:53 +0100] "POST /../upload HTTP/1.1" 400 3841 "-" "Mozilla/5.0 (Windows NT 6.1; WOW64; rv:33.0) Gecko/20100101 Firefox/33.0"
[...]

So it seems for these POST requests, "something" between Jetty and apache gets off track, making the reverse proxy obviously return a 400 Bad Request?

Is there anything configuration-wise (timeouts, amount of maximum parallel clients, ...) in embedded jetty that one should consider here?

TIA and all the best,
Kristian






Caused by: org.eclipse.jetty.io.EofException: null
at org.eclipse.jetty.server.HttpInput$3.noContent(HttpInput.java:464) ~[jetty-server-9.1.5.v20140505.jar:9.1.5.v20140505] at org.eclipse.jetty.server.HttpInput.read(HttpInput.java:124) ~[jetty-server-9.1.5.v20140505.jar:9.1.5.v20140505]



Back to the top