Created
August 21, 2013 21:39
-
-
Save Josh-Tilles/6300600 to your computer and use it in GitHub Desktop.
Diagnostic information for Leiningen failure
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Leiningen's classpath: :/home/…/joshua.tilles/.lein/self-installs/leiningen-2.3.2-standalone.jar | |
Applying task repl to () | |
Applying task javac to nil | |
Running javac with [@/tmp/.leiningen-cmdline1025933496280107206.tmp] | |
Applying task compile to nil | |
All namespaces already AOT compiled. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
HOSTNAME=… | |
TERM=xterm-256color | |
SHELL=/bin/bash | |
HISTSIZE=1000 | |
SSH_CLIENT=… | |
SSH_TTY=… | |
USER=joshua.tilles | |
LEIN_JAVA_CMD=/usr/local/bin/java-1.6 | |
LS_COLORS= | |
SSH_AUTH_SOCK=… | |
MAIL=/var/spool/mail/joshua.tilles | |
PATH=/usr/kerberos/bin:/usr/java/jdk1.5.0_16/bin:/usr/local/bin:/bin:/usr/bin:/home/…/joshua.tilles/bin | |
INPUTRC=/etc/inputrc | |
PWD=/home/…/joshua.tilles/src/pms-migrator | |
JAVA_HOME=/usr/java/jdk1.5.0_16 | |
LANG=en_US.UTF-8 | |
SSH_ASKPASS=/usr/libexec/openssh/gnome-ssh-askpass | |
SHLVL=1 | |
HOME=/home/…/joshua.tilles | |
LOGNAME=joshua.tilles | |
SSH_CONNECTION=… | |
LESSOPEN=|/usr/bin/lesspipe.sh %s | |
G_BROKEN_FILENAMES=1 | |
_=/bin/env | |
OLDPWD=/home/…/joshua.tilles |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
declare -x G_BROKEN_FILENAMES="1" | |
declare -x HISTSIZE="1000" | |
declare -x HOME="/home/…/joshua.tilles" | |
declare -x HOSTNAME=… | |
declare -x INPUTRC="/etc/inputrc" | |
declare -x JAVA_HOME="/usr/java/jdk1.5.0_16" | |
declare -x LANG="en_US.UTF-8" | |
declare -x LEIN_JAVA_CMD="/usr/local/bin/java-1.6" | |
declare -x LESSOPEN="|/usr/bin/lesspipe.sh %s" | |
declare -x LOGNAME="joshua.tilles" | |
declare -x LS_COLORS="" | |
declare -x MAIL="/var/spool/mail/joshua.tilles" | |
declare -x OLDPWD="/home/…/joshua.tilles" | |
declare -x PATH="/usr/kerberos/bin:/usr/java/jdk1.5.0_16/bin:/usr/local/bin:/bin:/usr/bin:/home/…/joshua.tilles/bin" | |
declare -x PWD="/home/…/joshua.tilles/src/pms-migrator" | |
declare -x SHELL="/bin/bash" | |
declare -x SHLVL="1" | |
declare -x SSH_ASKPASS="/usr/libexec/openssh/gnome-ssh-askpass" | |
declare -x SSH_AUTH_SOCK=… | |
declare -x SSH_CLIENT=… | |
declare -x SSH_CONNECTION=… | |
declare -x SSH_TTY=… | |
declare -x TERM="xterm-256color" | |
declare -x USER="joshua.tilles" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Unrecognized VM option 'TieredStopAtLevel=1' | |
Could not create the Java virtual machine. | |
Exception in thread "Thread-4" clojure.lang.ExceptionInfo: Subprocess failed {:exit-code 1} | |
at clojure.core$ex_info.invoke(core.clj:4327) | |
at leiningen.core.eval$fn__1397.invoke(eval.clj:221) | |
at clojure.lang.MultiFn.invoke(MultiFn.java:231) | |
at leiningen.core.eval$eval_in_project.invoke(eval.clj:306) | |
at clojure.lang.AFn.applyToHelper(AFn.java:167) | |
at clojure.lang.AFn.applyTo(AFn.java:151) | |
at clojure.core$apply.invoke(core.clj:619) | |
at leiningen.repl$server$fn__6328.invoke(repl.clj:177) | |
at clojure.lang.AFn.applyToHelper(AFn.java:159) | |
at clojure.lang.AFn.applyTo(AFn.java:151) | |
at clojure.core$apply.invoke(core.clj:617) | |
at clojure.core$with_bindings_STAR_.doInvoke(core.clj:1788) | |
at clojure.lang.RestFn.invoke(RestFn.java:425) | |
at clojure.lang.AFn.applyToHelper(AFn.java:163) | |
at clojure.lang.RestFn.applyTo(RestFn.java:132) | |
at clojure.core$apply.invoke(core.clj:621) | |
at clojure.core$bound_fn_STAR_$fn__4102.doInvoke(core.clj:1810) | |
at clojure.lang.RestFn.invoke(RestFn.java:397) | |
at clojure.lang.AFn.run(AFn.java:24) | |
at java.lang.Thread.run(Thread.java:662) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# (literally nothing) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment