-
Notifications
You must be signed in to change notification settings - Fork 859
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
impossible to get artifacts when data has not been loaded. IvyNode = com.fasterxml.jackson.core#jackson-databind;2.5.4 #419
Comments
solve problem by this https://stackoverflow.com/questions/16614794/illegalstateexception-impossible-to-get-artifacts-when-data-has-not-been-loaded.
on
In compling, also change some code for Spark2.2.0's change about Spark UI class. |
In plugins.sbt and Dependencies.scala what exactly needs to be updated? |
I'm working on #553 and encountered this same issue when adding a dependency on
|
There are several issues that report compilation errors with a message like: [error] impossible to get artifacts when data has not been loaded. IvyNode = com.fasterxml.jackson.core#jackson-databind;2.5.4 java.lang.IllegalStateException: impossible to get artifacts when data has not been loaded. IvyNode = com.fasterxml.jackson.core#jackson-databind;2.5.4 Examples: - linkedin#201 - linkedin#339 - linkedin#367 - linkedin#419 - linkedin#658 It looks like this message stems from a bug in Ivy which has since been fixed (sbt/sbt#1598). I'm guessing the fix in Ivy is included in sbt v0.13.9, because uprading sbt fixed the issue for me, and seems to have helped others, too (e.g., linkedin#201 (comment)).
I use url in
Quick Setup Instructions
- https://downloads.typesafe.com/typesafe-activator/1.3.12/typesafe-activator-1.3.12.zip to download play. I found when sbt complied dr-elephant, it report error :[error] (*:update) java.lang.IllegalStateException: impossible to get artifacts when data has not been loaded. IvyNode = com.fasterxml.jackson.core#jackson-databind;2.5.4
. but I do not find version 2.5.4 in/project/Dependencis.scala
.so how could I solve this problem?here is my conf:
The text was updated successfully, but these errors were encountered: