[Bug 55976] Broken response from NIO connector in Tomcat 7.0.50

2014-01-10 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55976 Ognjen Blagojevic changed: What|Removed |Added Status|RESOLVED|CLOSED --- Comment #21 from Og

[Bug 55976] Broken response from NIO connector in Tomcat 7.0.50

2014-01-10 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55976 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug 55976] Broken response from NIO connector in Tomcat 7.0.50

2014-01-09 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55976 --- Comment #19 from Rainer Jung --- Looks promising. I did not get any errors with sendfile turned off and 5 iterations distributed on 20 threads. I now run the recent trunk with your fix again with 20 threads and the first 2000 iterat

[Bug 55976] Broken response from NIO connector in Tomcat 7.0.50

2014-01-09 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55976 --- Comment #18 from Ognjen Blagojevic --- So far so good. Tomcat 8 trunk (r1556957) works for me. No exception on client side, or in server logs, no HTTP 500 errors. -- You are receiving this mail because: You are the assignee for the bu

[Bug 55976] Broken response from NIO connector in Tomcat 7.0.50

2014-01-09 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55976 --- Comment #17 from Mark Thomas --- I believe I have fixed this in 8.0.x trunk. I'd be grateful if one or more of you who were able to repeat this issue are able to validate (or not) my fix. -- You are receiving this mail because: You ar

[Bug 55976] Broken response from NIO connector in Tomcat 7.0.50

2014-01-09 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55976 --- Comment #16 from Rainer Jung --- Just in case others want to check as well, it is useSendfile="false" (lower case "file"). Running test with my multi-threaded version of the crawler against alls tc webaps right now. Looks better than b

[Bug 55976] Broken response from NIO connector in Tomcat 7.0.50

2014-01-09 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55976 --- Comment #15 from Mark Thomas --- (In reply to Konstantin Preißer from comment #11) > Created attachment 31191 [details] > Alternative Testcase - WAR Thanks. I can repeat the problem with that variation of the test case. My testing show

[Bug 55976] Broken response from NIO connector in Tomcat 7.0.50

2014-01-09 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55976 --- Comment #14 from Rainer Jung --- When crawling not only /docs but also /examples, I get more types of errors. In the access log (non-200, non-302) 195.227.30.185 - - 18:11:12.441 "GET /docs/cgi-howto.html HTTP/1.1" 400 - - - - 00:59:5

[Bug 55976] Broken response from NIO connector in Tomcat 7.0.50

2014-01-09 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55976 --- Comment #13 from Rainer Jung --- I can reproduce errors even for trunk but there currently only read timeouts. I'm using a relatively slow server and remote access from a more powerful machine using 10 threads in the improved version of

[Bug 55976] Broken response from NIO connector in Tomcat 7.0.50

2014-01-09 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55976 Konstantin Preißer changed: What|Removed |Added Attachment #31192|text/java |text/plain mime type

[Bug 55976] Broken response from NIO connector in Tomcat 7.0.50

2014-01-09 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55976 --- Comment #11 from Konstantin Preißer --- Created attachment 31191 --> https://issues.apache.org/bugzilla/attachment.cgi?id=31191&action=edit Alternative Testcase - WAR -- You are receiving this mail because: You are the assignee for

[Bug 55976] Broken response from NIO connector in Tomcat 7.0.50

2014-01-09 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55976 --- Comment #12 from Konstantin Preißer --- Created attachment 31192 --> https://issues.apache.org/bugzilla/attachment.cgi?id=31192&action=edit Alternative Test Case - Java class Hi Mark, (In reply to Mark Thomas from comment #9) > Can

[Bug 55976] Broken response from NIO connector in Tomcat 7.0.50

2014-01-09 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55976 --- Comment #10 from Rainer Jung --- Created attachment 31190 --> https://issues.apache.org/bugzilla/attachment.cgi?id=31190&action=edit multi-threaded WebCrawler Slightly enhanced version of the provided WebCrawler class: - Params URL

[Bug 55976] Broken response from NIO connector in Tomcat 7.0.50

2014-01-09 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55976 --- Comment #9 from Mark Thomas --- Can someone who has been able to repeat this please test with tomcat/trunk from svn and see if they can still repeat it. I have been trying to repeat this for several hours with no success. I am wondering

[Bug 55976] Broken response from NIO connector in Tomcat 7.0.50

2014-01-09 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55976 Peter De Wachter changed: What|Removed |Added CC||pdewa...@gmail.com -- You are

[Bug 55976] Broken response from NIO connector in Tomcat 7.0.50

2014-01-08 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55976 --- Comment #8 from Jess Holle --- (In reply to Konstantin Preißer from comment #7) > I can reproduce the problem with your test class with Tomcat 7.0.50, Tomcat > 7.0.47 and Tomcat 8.0.0-RC10 on Windows 8.1 x64 with Java 1.7.0_45. So that

[Bug 55976] Broken response from NIO connector in Tomcat 7.0.50

2014-01-08 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55976 --- Comment #7 from Konstantin Preißer --- Created attachment 31185 --> https://issues.apache.org/bugzilla/attachment.cgi?id=31185&action=edit TCP data log (In reply to Ognjen Blagojevic from comment #6) > Created attachment 31184 [detai

[Bug 55976] Broken response from NIO connector in Tomcat 7.0.50

2014-01-08 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55976 --- Comment #6 from Ognjen Blagojevic --- Created attachment 31184 --> https://issues.apache.org/bugzilla/attachment.cgi?id=31184&action=edit Java test class Here is Java class used for testing. You should call it with one argument - st

[Bug 55976] Broken response from NIO connector in Tomcat 7.0.50

2014-01-08 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55976 --- Comment #5 from Mark Thomas --- Can you provide the source code of the test client you are using so the committers can try and reproduce this? -- You are receiving this mail because: You are the assignee for the bug.

[Bug 55976] Broken response from NIO connector in Tomcat 7.0.50

2014-01-08 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55976 --- Comment #4 from Ognjen Blagojevic --- I took localhost dump using RawCap. The dump contains traffic from the smoke testing. I then opened it with wireshark. In the dump, there is a number of requests for file prelude.jspf.html: "GE

[Bug 55976] Broken response from NIO connector in Tomcat 7.0.50

2014-01-08 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55976 --- Comment #3 from Ognjen Blagojevic --- Created attachment 31183 --> https://issues.apache.org/bugzilla/attachment.cgi?id=31183&action=edit Correct request and broken response -- You are receiving this mail because: You are the assign

[Bug 55976] Broken response from NIO connector in Tomcat 7.0.50

2014-01-08 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55976 --- Comment #2 from Ognjen Blagojevic --- Created attachment 31182 --> https://issues.apache.org/bugzilla/attachment.cgi?id=31182&action=edit Correct request and correct response -- You are receiving this mail because: You are the assig

[Bug 55976] Broken response from NIO connector in Tomcat 7.0.50

2014-01-08 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=55976 Ognjen Blagojevic changed: What|Removed |Added OS||All --- Comment #1 from Ognjen