IPv6-only networks
See original GitHub issueDownloading dependencies from maven central failed on the IPv6-only FOSDEM network:
[error] (update) coursier.ResolutionException: 5 download error
[error] Caught java.net.SocketException: Network is unreachable (connect failed) (Ne
twork is unreachable (connect failed)) while downloading https://repo1.maven.org/maven2/
org/scala-lang/scala-compiler/2.12.3/scala-compiler-2.12.3.jar
[error] Caught java.net.SocketException: Network is unreachable (connect failed) (Network is unreachable (connect failed)) while downloading https://repo1.maven.org/maven2/org/scala-lang/scala-library/2.12.3/scala-library-2.12.3.jar
[error] Caught java.net.SocketException: Network is unreachable (connect failed) (Network is unreachable (connect failed)) while downloading https://repo1.maven.org/maven2/org/scala-lang/scala-reflect/2.12.3/scala-reflect-2.12.3.jar
[error] Caught java.net.SocketException: Network is unreachable (connect failed) (Network is unreachable (connect failed)) while downloading https://repo1.maven.org/maven2/org/scala-sbt/launcher/1.0.0/launcher-1.0.0.jar
[error] Caught java.net.SocketException: Network is unreachable (connect failed) (Network is unreachable (connect failed)) while downloading https://repo1.maven.org/maven2/org/scala-sbt/sbt-launch/1.0.0/sbt-launch-1.0.0.jar
[error] Total time: 2 s, completed Feb 3, 2018 5:16:17 PM
It worked after switching to the FOSDEM-dualstack network, which does support IPv4. Could this point to a problem in coursier?
Issue Analytics
- State:
- Created 6 years ago
- Comments:7 (6 by maintainers)
Top Results From Across the Web
Support for IPv6-only networks - Cloudflare Docs
A blazing fast DNS resolver built for private browsing.
Read more >Supporting IPv6-only Networks - Apple Developer
As of June 1, 2016, all apps submitted to the App Store must support IPv6-only networks. A majority of apps will not require...
Read more >IPv6-Only Where You Can, Dual-Stack Where You Must
Now there are organizations that are contemplating or have already moved into the late-stage of IPv6-only networking. Tech-forward companies ...
Read more >Testing transition mechanisms in IPv6-only networks
An IPv6-only network is one that has no IPv4 provisioned to the devices on the network. IPv4 hasn't been removed from the network...
Read more >Deploying IPv6-Mostly Access Networks - RIPE Labs
A recent standard defines IPv6-mostly access networks, providing IPv4 connectivity only for legacy devices while allowing modern devices to run ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Yes, it worked with curl and with firefox (over ipv6). Not on fosdem anymore, but I guess I’ll try to set up a test environment at some point 😃
Thanks for closing the loop on this!