Skip to content

Instantly share code, notes, and snippets.

@dandaka
Last active November 8, 2015 11:15
Show Gist options
  • Save dandaka/b9d9aec8540ab402c21e to your computer and use it in GitHub Desktop.
Save dandaka/b9d9aec8540ab402c21e to your computer and use it in GitHub Desktop.
15-Nov-06 18:28:57 dandaka-mbp.local INFO [afterglow.core] - Loading init-file my-show.clj
15-Nov-06 18:28:57 dandaka-mbp.local ERROR [afterglow.core] - Problem loading init-file my-show.clj
afterglow.core.main  
...  
afterglow.core/-main  core.clj: 279
afterglow.core/-main/fn  core.clj: 282
...  
my-show/eval42 my-show.clj: 1
my-show/eval42/loading--auto-- my-show.clj: 1
...  
clojure.core/require  core.clj: 5832
clojure.core/apply  core.clj: 632
...  
clojure.core/load-libs  core.clj: 5749
clojure.core/apply  core.clj: 632
...  
clojure.core/load-lib  core.clj: 5730
clojure.core/apply  core.clj: 632
...  
clojure.core/refer  core.clj: 4097
java.lang.IllegalAccessError: color-create-color does not exist
clojure.lang.Compiler$CompilerException: java.lang.IllegalAccessError: color-create-color does not exist, compiling:(/Users/dandaka/projects/lights/my-show.clj:1:1)
15-Nov-06 18:31:25 dandaka-mbp.local INFO [afterglow.core] - Loading init-file my-show.clj
15-Nov-06 18:31:25 dandaka-mbp.local ERROR [afterglow.core] - Problem loading init-file my-show.clj
afterglow.core.main  
...  
afterglow.core/-main  core.clj: 279
afterglow.core/-main/fn  core.clj: 282
...  
my-show/eval42 my-show.clj: 1
my-show/eval42/loading--auto-- my-show.clj: 1
...  
clojure.core/require  core.clj: 5832
clojure.core/apply  core.clj: 632
...  
clojure.core/load-libs  core.clj: 5749
clojure.core/apply  core.clj: 632
...  
clojure.core/load-lib  core.clj: 5730
clojure.core/apply  core.clj: 632
...  
clojure.core/refer  core.clj: 4097
java.lang.IllegalAccessError: color-create-color does not exist
clojure.lang.Compiler$CompilerException: java.lang.IllegalAccessError: color-create-color does not exist, compiling:(/Users/dandaka/projects/lights/my-show.clj:1:1)
15-Nov-08 14:08:14 dandaka-mbp.local INFO [afterglow.core] - Loading init-file my-show.clj
15-Nov-08 14:08:14 dandaka-mbp.local ERROR [afterglow.core] - Problem loading init-file my-show.clj
afterglow.core.main  
...  
afterglow.core/-main core.clj: 279
afterglow.core/-main/fn core.clj: 282
...  
java.lang.RuntimeException: No such namespace: chan
clojure.lang.Compiler$CompilerException: java.lang.RuntimeException: No such namespace: chan, compiling:(/Users/dandaka/projects/lights/my-show.clj:29:15)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment