ghanchakkar wrote:
I am using httpclient 3.1 with jre 1.5_15. I am able to post https request
and able to get replys from iplanet web server with no issues, except when I
try to upload file having size from than 9kb. Here is the log.
Note: It seems connection close occurs at one particular point of the file
but when I open the file there is no special chars or anything of that sort
at that point of the file. Also note that this happens with every file no
matter what the contents are.
here is the log
...
14:25:16.915 DEBUG [main] HttpMethodDirector.java:404 [ClientId:]
Closing the connection.
14:25:16.915 DEBUG [main] HttpConnection.java:1148 [ClientId:]
enter HttpConnection.close()
14:25:16.915 DEBUG [main] HttpConnection.java:1215 [ClientId:]
enter HttpConnection.closeSockedAndStreams()
14:25:16.915 INFO [main] HttpMethodDirector.java:439 [ClientId:]
I/O exception (java.net.SocketException) caught when processing request:
Software caused connection abort: socket write error
14:25:16.915 DEBUG [main] HttpMethodDirector.java:443 [ClientId:]
Software caused connection abort: socket write error
java.net.SocketException: Software caused connection abort: socket write
error
at java.net.SocketOutputStream.socketWrite0(Native Method)
at java.net.SocketOutputStream.socketWrite(Unknown Source)
at java.net.SocketOutputStream.write(Unknown Source)
The exception has been caused by the server shutting down the connection
prematurely most likely due to a error or configuration issue on the
server side. This has nothing to do with HttpClient.
Oleg
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]