Problem in file upload

Problem in file upload

am 26.02.2003 00:16:26 von Pravin Balasubramaniam

Hello All,

I have Apache 1.3.26 in a Linux machine. Installed modssl 2.8.10 and openssl 0.9.6d

I have this problem occassionaly with my apache web server and weblogic 5.1. I have a servlet running in weblogic that processes the multipart data
(which includes the files that are input in the file input control of a form). Under normal circumstances, the servlet was able to get the entire
stream and upload the file. But occassionaly (don't know what is the reason yet), servlet throws an exception which saying that

java.net.ProtocolException: EOF after reading only 0 of 863393 promised bytes, out of which at least -1 were already buffered
at weblogic.socket.PostInputStream.complain(PostInputStream.jav a:65)
at weblogic.socket.PostInputStream.read(PostInputStream.java:97 )
at weblogic.servlet.internal.ServletInputStreamImpl.read(Servle tInputStreamImpl.java:38)
at javax.servlet.ServletInputStream.readLine(ServletInputStream .java:138)

There is a corresponding error log in Apache's error log which says,

[Tue Feb 25 12:44:55 2003] [error] [client 216.136.144.151] Invalid method in request -----------------------------7d3331160202

The problem gets fixed if I restart the apache webserver.

Any help will be really appreciated...

Thanks,
Pravin.




------------------------------------------------------------ ---------
The official User-To-User support forum of the Apache HTTP Server Project.
See for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
" from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org