Folks;

using Jetty all along with users uploading loads of (large) files and apache commons-fileupload, I then and now see my jetty log populated with errors like this:


Caused by: org.eclipse.jetty.io.EofException
        at org.eclipse.jetty.server.HttpInput.read(HttpInput.java:137)
at org.apache.commons.fileupload.MultipartStream$ItemInputStream.makeAvailable(MultipartStream.java:976) at org.apache.commons.fileupload.MultipartStream$ItemInputStream.read(MultipartStream.java:886)
        at java.io.InputStream.read(InputStream.java:101)



I am not really sure whether this is an error that just happens on the server side or whether external users see this too, as in some situations uploads seem to work just well. The jetty application lives behind an apache2 http reverse proxy. Any idea to track down what happens here, or to even tell how severe this issue is?

TIA and all the best,
Kristian

_______________________________________________
jetty-users mailing list
[email protected]
To change your delivery options, retrieve your password, or unsubscribe from 
this list, visit
https://dev.eclipse.org/mailman/listinfo/jetty-users

Reply via email to