-
Notifications
You must be signed in to change notification settings - Fork 408
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
Tests of examples/http-server failing #576
Comments
Hmm, strangely, I've switched from OpenJDK 1.8.0_312 to Oracle JDK 1.8.0_311 and the tests are passing (both the finatra test - above - and the tests for my service). |
That's odd. From looking at the stacktrace in your file, it looks like this might be a way that netty is incompatible with JDK 1.8.0_312? We use an older version of the JDK internally. I'm not sure what the github workflow for jdk8 uses. Would you mind filing a ticket with their project? |
@mosesn the CI action uses OpenJDK 1.8.0_332:
The recommendation would be that users be at least on that version. FWIW, this looks like a reported issue with Netty: netty/netty#12119 and potentially specific to the Homebrew version of JDK8 being installed. |
I have encountered this issue while following the example code and was able to reproduce it on the example code itself.
hs_err_pid41938.log
The text was updated successfully, but these errors were encountered: