-
-
Notifications
You must be signed in to change notification settings - Fork 194
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
Intermittent Exception while downloading dependencies #84
Comments
Looks like a Jetty's bug GH-4461 🤔 Reposilite 2.4.3 serves non blocking proxied requests. I've also replaced Jetty version used by Javalin with a newer version. https://repo.panda-lang.org/org/panda-lang/reposilite/2.4.3/reposilite-2.4.3.jar Maybe that's enough to work around this problem. |
I have run some tests, and that seems to have resolved it for me. Downloaded quite a few dependencies over a period |
I did see this warning which is probably not a problem for me since I am running java8 and I see no functional effects... May 27, 2020 5:04:46 PM com.fasterxml.jackson.databind.ext.Java7Handlers |
It is a standard message from Jackson library (xml serialization). Jackson supports Java 7, so when you are launching it on Java 8+, it's prompting this message during the first call to its API :) |
Thanks a lot for your work on this project... |
I only specified one dependency in my gradle build which has a few transitive dependencies:
I almost always get an exception (sometimes more than one), but it is not consistently on the same dependencies.
By looking at the timestamps you can see that it resumes after the exception, but only after a timeout period. But the dependency listed before the exception was not downloaded.
Local gradle log shows:
The text was updated successfully, but these errors were encountered: