-
Notifications
You must be signed in to change notification settings - Fork 827
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
Gradle/Java: Could not determine a usable local IP for this machine. #850
Comments
Same issue here |
Anyone have any work-arounds? In addition to gradle, I'm also seeing issues related to usable local IPs when running hbase shell. |
same issue |
same issue here |
this seeems to be an common issue with socket binding to IPv6 (see #982)
|
@mikethebeer - Which Windows build are you running? A lot of the IPV6 problems have been resolved in the newer (14936+) Windows Insider build, as also mentioned in #982. |
@sunilmut I'm on the 14393+ release. Yeah, I think also this issue will disappear on the newer insider build. I just wanted to mention that it might be related to the IPv6 issue that you have on the 14393 builds - However, thanks for coming back to me 👍 |
any ideas how to resolve this issue? |
+1 |
@sunilmut I can confirm that this issue does not happen anymore on Windows Insider builds that have the IPv6 fixes in it 👍 |
Thanks @mikethebeer for confirming the fix. |
Is this fix out in the wild yet?, I checked for updates, Windows is saying my machine is up to date, and I still cant execute any Gradle commands. |
Have you joined the Insider program? It is available there. It will be shipped to stable Windows with the next major release (the "Creator's" release); you can follow that release's schedule in the news / elsewhere online. |
Is there a way to fix this issue without upgrading to the insider builds? I'd rather stay on the stable channel for windows. |
@abounding - Not that I know of. Creators update is coming in the next few months so you won't have to wait too long. |
I have the latest Windows update, which should be the Creator's update, and I'm still seeing this error... |
@jjmomentum you need to update the WSL after updating to the CU. I nuked and started over fwiw, everything works fine |
Running
./gradlew assembleDebug
in a Android Project results in the errorCould not determine a usable local IP for this machine
.Run through nicely (at least until some android stuff not found errors show up).
14393.10
oracle java 1.8 jdk, a gradle project with the gradle wrapper inside (Version 2.10)
The text was updated successfully, but these errors were encountered: