Hangs when resolving against Artifactory with auth
See original GitHub issueHi.
Coursier does not cope with dynamic revisions which do not end with a numeric part before the +
, e.g. like “1.2.3-rc-+”.
Up until version 1.1.0-M13-4, this resulted in a resolution error, but starting with 1.1.0-M14, it just hangs.
~Here’s a minimal project to reproduce: https://github.com/avdv/coursier-hang~
edit: The reproducer is not really significant, since it only hangs when I have a resolver configured which requires credentials.
Issue Analytics
- State:
- Created 4 years ago
- Comments:14 (8 by maintainers)
Top Results From Across the Web
How Resolve Authentication Issues Against the Access Server
Artifactory is most likely having issues authenticating against the access server with the credentials provided you provided.
Read more >Known Issues - JFrog - JFrog Documentation
Known issues are based on the following criteria: Severity 1 critical issues; Breaking changes for upgrades; Issues that have caused downtime and restarts ......
Read more >Advanced Settings - JFrog - JFrog Documentation
You can configure authentication for remote repositories by specifying remote credentials. You can use either one of the following methods ...
Read more >Troubleshooting - JFrog Documentation
During startup, Artifactory fails to start and an error is thrown: java.lang.IllegalStateException: Provided private key and latest private key ...
Read more >How To Troubleshooting Artifactory 7.x Upgrade Issues - JFrog
key Resolution: This error occurs due to the join.key file being missing when the Artifactory service is starting up. Take a look at...
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
I also have updated the avdv/coursier-hang project with a nginx config + docker-compose file. Hope this helps finding the issue…
Yes, works for me now, with sbt-coursier-1.1.0-M14-4. Thank you!