[Bug 56725] Socket write error when streaming large file

2014-07-17 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56725 --- Comment #10 from mardkra...@hotmail.com --- (In reply to Christopher Schultz from comment #9) > I was referring to the discontinuity observed between these two lines of the > "client server" logs: > Yes, it was an exception on the "cli

[Bug 56725] Socket write error when streaming large file

2014-07-17 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56725 --- Comment #9 from Christopher Schultz --- (In reply to mardkrause from comment #8) > The first set of logs are the access logs (via configuring the > AccessLogValve) on the "server server" aka "receiving server". These were > requested b

[Bug 56725] Socket write error when streaming large file

2014-07-17 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56725 --- Comment #8 from mardkra...@hotmail.com --- (In reply to Christopher Schultz from comment #6) > What code handles the PUT to these URLs? Are you using Tomcat's WebDAV > servlet, or something else? If it's something else, then you might wa

[Bug 56725] Socket write error when streaming large file

2014-07-17 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56725 Konstantin Kolinko changed: What|Removed |Added Status|NEW |RESOLVED Resolution|-

[Bug 56725] Socket write error when streaming large file

2014-07-16 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56725 --- Comment #6 from Christopher Schultz --- (In reply to mardkrause from comment #4) > I received more information form the author of the test, added more logging, > and am including more of the client-server log (minus a few of our custom

[Bug 56725] Socket write error when streaming large file

2014-07-16 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56725 --- Comment #5 from Remy Maucherat --- 56693 ? -- You are receiving this mail because: You are the assignee for the bug. - To unsubscribe, e-mail: dev-unsubscr...@tomcat

[Bug 56725] Socket write error when streaming large file

2014-07-16 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56725 --- Comment #4 from mardkra...@hotmail.com --- I received more information form the author of the test, added more logging, and am including more of the client-server log (minus a few of our custom classes). The test acts does the following

[Bug 56725] Socket write error when streaming large file

2014-07-15 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56725 --- Comment #3 from Konstantin Kolinko --- If I understand you correctly, you are uploading a 1Gb file using HttpClient (4.3.4). The stack trace is from HttpClient that uploads the file. There are no Tomcat lines there. > Nothing appears

[Bug 56725] Socket write error when streaming large file

2014-07-15 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56725 mardkra...@hotmail.com changed: What|Removed |Added Status|NEEDINFO|NEW -- You are receiving

[Bug 56725] Socket write error when streaming large file

2014-07-15 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56725 --- Comment #2 from mardkra...@hotmail.com --- Haha, oops. The "large" file is a 1GB file, FILE_SIZE = (int) Math.pow(2, 30). The 8KB file was actually the stream which was successful every time. What we are doing is having one server cal

[Bug 56725] Socket write error when streaming large file

2014-07-15 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56725 Christopher Schultz changed: What|Removed |Added Status|NEW |NEEDINFO OS|