-
Notifications
You must be signed in to change notification settings - Fork 63
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
java.io.IOException: Can't create listen socket #41
Comments
Apparently on linux, openjdk-11-jre package is too old of a version on ubuntu 21.04. I updated to openjdk-17-jre and this solved the problem. |
Hey, see this issue: #25 It can be solved on JDK 11 / 14 by adding this to your settings.json:
Interesting that JDK 17 fixes it; I'll have to investigate that at some point. There is also an automatic fix for this in the |
Ahh actually it wasn't working without this parameter. With openjdk-17 it would start with only saying "WARNING: sun.reflect.Reflection.getCallerClass is not supported. This will impact performance." So it is still needed anyway. But on the bright side it works fine with version 17 :) |
I'll keep this issue open, since it still affects users that keep ipv6 disabled in their network (as I do). |
Thanks. I'll update on here when the fix is merged. Also, the "sun.reflect.Reflection.getCallerClass is not supported. This will impact performance." warning is normal, and you'll see that in all cases. |
This problem occurs upon running the
start.sh
script.The text was updated successfully, but these errors were encountered: