-
Notifications
You must be signed in to change notification settings - Fork 714
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Running TwoMinuteExample: Socket Exception at: [Broken pipe (Write failed)] #1187
Comments
…Response. Should resolve warning mentioned in unclebob#1187
Did a bit of digging on this one. Couldn't reproduce it on a windows rig, but a debian VM with the mentioned Java version gave the described behaviour. What I >think< happens is that SuiteResponder calls closeTrailer() and then close() on the respnse object. I removed the -what seems to be- obsolete call from SuiteResponder in my 1187 branch. After that, I can no longer reproduce the issues (and see no new trouble appearing on both windows and debian jessie when running the two-minute Example and the full SuiteAcceptanceTests) |
I had this only in Firefox, not in Chrome. |
That is the same with me! On Debian 10 (JVM 11) and Firefox after 10 second the socket is closing and the response can not be fulfill - because the browser is not waiting for it. However under the hood all works perfectly. |
Debian 8, OpenJDK 8, fitnesse-standalone.jar, fitnesse-git-plugin-1.2.0-all.jar.
Firefox ESR
Version=v20190216
Fresh install.
When running the TwoMinuteExample test, I get this Exception about every third time. The test results are displayed ok.
I'd prefer not to get these Exceptions even if they are only "warnings".
The text was updated successfully, but these errors were encountered: