[Bug 60409] IllegalArgumentException at java.nio.Buffer.position at SocketWrapperBase.transfer()

2017-01-05 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60409 Mark Thomas changed: What|Removed |Added Status|REOPENED|RESOLVED

[Bug 60409] IllegalArgumentException at java.nio.Buffer.position at SocketWrapperBase.transfer()

2016-12-15 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60409 Mark Thomas changed: What|Removed |Added Resolution|FIXED |---

[Bug 60409] IllegalArgumentException at java.nio.Buffer.position at SocketWrapperBase.transfer()

2016-12-15 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60409 --- Comment #16 from Erich --- Try enabling NIO in 8.0.X and you should be able to recreate same issue there. We did using 8.0.30. It seems to be NIO specific--8.5.4 was where we discovered it because NIO was enforced

[Bug 60409] IllegalArgumentException at java.nio.Buffer.position at SocketWrapperBase.transfer()

2016-11-29 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60409 Violeta Georgieva changed: What|Removed |Added Resolution|--- |FIXED

[Bug 60409] IllegalArgumentException at java.nio.Buffer.position at SocketWrapperBase.transfer()

2016-11-28 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60409 --- Comment #14 from Evgenij Ryazanov --- Hi. I don't see such strange exceptions in journal any more. 16 hours may be not enough to be fully sure, however. But in previous runs (with sendfile) first NPE or IAE appears in a

[Bug 60409] IllegalArgumentException at java.nio.Buffer.position at SocketWrapperBase.transfer()

2016-11-28 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60409 --- Comment #13 from Violeta Georgieva --- Hi Evgenij, (In reply to Evgenij Ryazanov from comment #8) > I've appended useSendfile="false" to all HTTP connectors for testing > purposes. Do you have already some results

[Bug 60409] IllegalArgumentException at java.nio.Buffer.position at SocketWrapperBase.transfer()

2016-11-28 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60409 --- Comment #12 from Remy Maucherat --- (In reply to Mark Thomas from comment #10) > Created attachment 34486 [details] > Alternative patch > > My initial impression looking at that patch was that it was fixing the > symptom

[Bug 60409] IllegalArgumentException at java.nio.Buffer.position at SocketWrapperBase.transfer()

2016-11-28 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60409 --- Comment #11 from Violeta Georgieva --- (In reply to Mark Thomas from comment #10) > Created attachment 34486 [details] > Alternative patch > > My initial impression looking at that patch was that it was fixing the >

[Bug 60409] IllegalArgumentException at java.nio.Buffer.position at SocketWrapperBase.transfer()

2016-11-28 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60409 --- Comment #10 from Mark Thomas --- Created attachment 34486 --> https://bz.apache.org/bugzilla/attachment.cgi?id=34486=edit Alternative patch My initial impression looking at that patch was that it was fixing the symptom

[Bug 60409] IllegalArgumentException at java.nio.Buffer.position at SocketWrapperBase.transfer()

2016-11-28 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60409 --- Comment #9 from Violeta Georgieva --- Created attachment 34485 --> https://bz.apache.org/bugzilla/attachment.cgi?id=34485=edit Patch proposal Hi Mark, (In reply to Mark Thomas from comment #6) > To date, the

[Bug 60409] IllegalArgumentException at java.nio.Buffer.position at SocketWrapperBase.transfer()

2016-11-27 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60409 --- Comment #8 from Evgenij Ryazanov --- I've appended useSendfile="false" to all HTTP connectors for testing purposes. -- You are receiving this mail because: You are the assignee for the bug.

[Bug 60409] IllegalArgumentException at java.nio.Buffer.position at SocketWrapperBase.transfer()

2016-11-27 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60409 --- Comment #7 from Evgenij Ryazanov --- Created attachment 34484 --> https://bz.apache.org/bugzilla/attachment.cgi?id=34484=edit Unexpected IllegalStateException in HttpServletResponse.sendError() (In reply to Violeta

[Bug 60409] IllegalArgumentException at java.nio.Buffer.position at SocketWrapperBase.transfer()

2016-11-27 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60409 --- Comment #6 from Mark Thomas --- To date, the design decision has been that the request processing thread is responsible for ensuring that a processor is only recycled once per request. One reason for not making it a

[Bug 60409] IllegalArgumentException at java.nio.Buffer.position at SocketWrapperBase.transfer()

2016-11-27 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60409 --- Comment #5 from Violeta Georgieva --- Hi, I succeeded to reproduce the exceptions from this issue [1]. 1. Request a file with such a length so that "send file" is used. - just before serving the file [2], delete

[Bug 60409] IllegalArgumentException at java.nio.Buffer.position at SocketWrapperBase.transfer()

2016-11-26 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60409 --- Comment #4 from Evgenij Ryazanov --- Created attachment 34478 --> https://bz.apache.org/bugzilla/attachment.cgi?id=34478=edit Compressed journalctl output I've uploaded a nearly full log (without sensitive data and

[Bug 60409] IllegalArgumentException at java.nio.Buffer.position at SocketWrapperBase.transfer()

2016-11-24 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60409 --- Comment #3 from Evgenij Ryazanov --- 1-3 errors per day under load. At least it has a stack trace. It's not easy to simulate I/O error at right time to reproduce it. There are too many assorted messages in logs. After

[Bug 60409] IllegalArgumentException at java.nio.Buffer.position at SocketWrapperBase.transfer()

2016-11-24 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60409 --- Comment #2 from Evgenij Ryazanov --- Created attachment 34473 --> https://bz.apache.org/bugzilla/attachment.cgi?id=34473=edit A sample of stack traces -- You are receiving this mail because: You are the assignee for

[Bug 60409] IllegalArgumentException at java.nio.Buffer.position at SocketWrapperBase.transfer()

2016-11-23 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60409 --- Comment #1 from Violeta Georgieva --- Hi, Do you have a reproducible scenario? It will help. Also is it reproducible every time or just under load? Thanks, Violeta -- You are receiving this mail because: You are