Skip to content

Instantly share code, notes, and snippets.

@alandipert
Created January 2, 2016 20:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save alandipert/cf0b459a52005676a625 to your computer and use it in GitHub Desktop.
Save alandipert/cf0b459a52005676a625 to your computer and use it in GitHub Desktop.
Exception in thread "main" java.lang.reflect.InvocationTargetException
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:497)
at boot.Loader.main(Loader.java:253)
Caused by: org.sonatype.aether.resolution.DependencyResolutionException: Failed to collect dependencies for [#<Dependency org.clojure:clojure:jar:1.7.0 (compile)> #<Dependency boot:core:jar:2.5.5 (compile)>]
at org.sonatype.aether.impl.internal.DefaultRepositorySystem.resolveDependencies(DefaultRepositorySystem.java:371)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:497)
at clojure.lang.Reflector.invokeMatchingMethod(Reflector.java:93)
at clojure.lang.Reflector.invokeInstanceMethod(Reflector.java:28)
at cemerick.pomegranate.aether$resolve_dependencies_STAR_.doInvoke(aether.clj:720)
at clojure.lang.RestFn.applyTo(RestFn.java:137)
at clojure.core$apply.invoke(core.clj:624)
at cemerick.pomegranate.aether$resolve_dependencies.doInvoke(aether.clj:729)
at clojure.lang.RestFn.invoke(RestFn.java:2088)
at boot.aether$resolve_dependencies_STAR_.invoke(aether.clj:78)
at clojure.lang.AFn.applyToHelper(AFn.java:154)
at clojure.lang.AFn.applyTo(AFn.java:144)
at clojure.core$apply.invoke(core.clj:624)
at clojure.core$memoize$fn__5097.doInvoke(core.clj:5846)
at clojure.lang.RestFn.invoke(RestFn.java:408)
at boot.aether$resolve_dependencies.invoke(aether.clj:99)
at boot.aether$resolve_dependency_jars.invoke(aether.clj:115)
at clojure.lang.Var.invoke(Var.java:394)
at org.projectodd.shimdandy.impl.ClojureRuntimeShimImpl.invoke(ClojureRuntimeShimImpl.java:159)
at org.projectodd.shimdandy.impl.ClojureRuntimeShimImpl.invoke(ClojureRuntimeShimImpl.java:150)
at boot.App.resolveDepJars(App.java:364)
at boot.App.resolveDepJars(App.java:356)
at boot.App.seedCache(App.java:259)
at boot.App.readCache(App.java:293)
at boot.App.main(App.java:459)
... 5 more
@alandipert
Copy link
Author

#http://boot-clj.com
#Thu Dec 17 21:23:31 EST 2015
BOOT_CLOJURE_NAME=org.clojure/clojure
BOOT_VERSION=2.5.5
BOOT_CLOJURE_VERSION=1.7.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment