Skip to content
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 = org.slf4j#slf4j-api;1.6.6 #658

Open
q443048756 opened this issue Feb 22, 2020 · 0 comments

Comments

@q443048756
Copy link

dr-elephant:Master
hadoop:3.1.1
spark:2.3.1
sbt:0.13.6
[info] Resolving org.ow2.asm#asm-debug-all;5.0.2 ...
[error] impossible to get artifacts when data has not been loaded. IvyNode = org.slf4j#slf4j-api;1.6.6
java.lang.IllegalStateException: impossible to get artifacts when data has not been loaded. IvyNode = org.slf4j#slf4j-api;1.6.6

project/Dependencies.scala

I added the following under // Dependency coordinates:

"com.fasterxml.jackson.core" % "jackson-databind" % "2.5.4", "org.slf4j" % "slf4j-api" % "1.6.6",

But not effective

astahlman added a commit to astahlman/dr-elephant that referenced this issue Mar 18, 2020
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)).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant