Ich bekomme dieses seltsame Problem, wenn ich versuche, ein SBT-Projekt in IntelliJ IDEA 15 CE zu importieren.IntelliJ - AWS-Anmeldeinformationen können nicht von einem Anbieter in der Kette geladen werden
Die Nachricht ist einfach Unable to load AWS Credentials from any provider in the chain
.
Ich habe versucht, AWS_ACCESS_KEY_ID
und AWS_SECRET_ACCESS_KEY
als Umgebungsvariablen für meine Sitzung auszusetzen, und ich weiß sicher, dass die Werte, die ich einstelle, korrekt sind. Ich habe auch versucht, eine ~/.aws/credentials
Datei zu erstellen, aber keiner von diesen tut etwas in Bezug auf die Behebung dieses Fehlers. Ich denke, das ist speziell ein IntelliJ-Fehler, weil ich dieses Projekt in meiner Konsole mit in Ordnung ausführen kann.
Hier ist ein Schnipsel von meiner sbt.last.log
. Es ist nicht sehr hilfreich.
[error] several problems occurred while resolving dependency: org.ow2#ow2;1.3 {}:
[error] Unable to load AWS credentials from any provider in the chain
[error] Unable to load AWS credentials from any provider in the chain
[error] Unable to load AWS credentials from any provider in the chain
[error] Unable to load AWS credentials from any provider in the chain
[error] Unable to load AWS credentials from any provider in the chain
[error]
[error] Unable to load AWS credentials from any provider in the chain
[error] Unable to load AWS credentials from any provider in the chain
[error]
[error] several problems occurred while resolving dependency: org.ow2.asm#asm-parent;4.1 {}:
[error] several problems occurred while resolving dependency: org.ow2#ow2;1.3 {}:
[error] Unable to load AWS credentials from any provider in the chain
[error] Unable to load AWS credentials from any provider in the chain
[error] Unable to load AWS credentials from any provider in the chain
[error] Unable to load AWS credentials from any provider in the chain
[error] Unable to load AWS credentials from any provider in the chain
[error]
[error] several problems occurred while resolving dependency: org.ow2#ow2;1.3 {}:
[error] Unable to load AWS credentials from any provider in the chain
[error] Unable to load AWS credentials from any provider in the chain
[error] Unable to load AWS credentials from any provider in the chain
[error] Unable to load AWS credentials from any provider in the chain
[error] Unable to load AWS credentials from any provider in the chain
[error]
[error] several problems occurred while resolving dependency: org.ow2#ow2;1.3 {}:
[error] Unable to load AWS credentials from any provider in the chain
[error] Unable to load AWS credentials from any provider in the chain
[error] Unable to load AWS credentials from any provider in the chain
[error] Unable to load AWS credentials from any provider in the chain
[error] Unable to load AWS credentials from any provider in the chain
[error]
[error] Unable to load AWS credentials from any provider in the chain
[error] Unable to load AWS credentials from any provider in the chain
[error]
[error] Unable to load AWS credentials from any provider in the chain
[error] Unable to load AWS credentials from any provider in the chain
[error] Total time: 596 s, completed Apr 5, 2016 10:59:14 AM
Wie kann ich das beheben?
Update: Ich aktualisiert auf IntelliJ 2016 CE, und habe immer noch das gleiche Problem. – bioball