Created
October 30, 2015 18:30
-
-
Save christianromney/131e6f1d7dd95f2e4240 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
$ lein apraxis | |
Using i18n 0.7.0 | |
Using json 1.8.3 | |
Using minitest 5.8.2 | |
Using thread_safe 0.3.5 | |
Using tzinfo 1.2.2 | |
Using activesupport 4.2.4 | |
Using addressable 2.3.8 | |
Using atomic 1.1.99 | |
Using backports 3.6.6 | |
Using sass 3.4.19 | |
Using sassy-maps 0.4.0 | |
Using breakpoint 2.5.0 | |
Using chunky_png 1.3.5 | |
Using coffee-script-source 1.9.1.1 | |
Using execjs 2.6.0 | |
Using coffee-script 2.4.1 | |
Using multi_json 1.11.2 | |
Using compass-core 1.0.3 | |
Using compass-import-once 1.0.5 | |
Using rb-fsevent 0.9.6 | |
Using ffi 1.9.10 | |
Using rb-inotify 0.9.5 | |
Using compass 1.0.3 | |
Using contracts 0.9 | |
Using eventmachine 1.0.8 | |
Using http_parser.rb 0.6.0 | |
Using em-websocket 0.5.1 | |
Using erubis 2.7.0 | |
Using fastimage 1.6.8 | |
Using tilt 1.4.1 | |
Using haml 4.0.7 | |
Using hamster 1.0.0 | |
Using hashie 3.4.3 | |
Using kramdown 1.9.0 | |
Using listen 3.0.3 | |
Using thor 0.19.1 | |
Using middleman-cli 4.0.0.rc.1 | |
Using bundler 1.10.6 | |
Using padrino-support 0.12.5 | |
Using padrino-helpers 0.12.5 | |
Using rack 1.6.4 | |
Using uglifier 2.7.2 | |
Using middleman-core 4.0.0.rc.1 | |
Using middleman 4.0.0.rc.1 | |
Using middleman-compass 4.0.0.rc.1 | |
Using rack-livereload 0.3.16 | |
Using middleman-livereload 3.4.3 | |
Using rouge 1.10.1 | |
Using middleman-syntax 2.0.0 from git://github.com/michaelparenteau/middleman-syntax.git (at master) | |
Using susy 2.2.6 | |
Bundle complete! 7 Gemfile dependencies, 50 gems now installed. | |
Bundled gems are installed into ./vendor/bundle. | |
Exception in thread "main" clojure.lang.ExceptionInfo: Error in component :dev-service in system com.stuartsierra.component.SystemMap calling #'com.stuartsierra.component/start {:reason :com.stuartsierra.component/component-function-threw-exception, :function #'com.stuartsierra.component/start, :system-key :dev-service, :component #apraxis.service.dev.DevService{:file-monitor #apraxis.service.file_monitor.FileMonitor{:sample-subscriptions #object[clojure.lang.Atom 0x4be67757 {:status :ready, :val {}}], :sample-watcher-close #object[clojure_watch.core$start_watch$close_watcher__15923 0x7e444c6 "clojure_watch.core$start_watch$close_watcher__15923@7e444c6"], :middleman #apraxis.service.middleman.Middleman{:target-dir "target"}, :haml-close #object[clojure_watch.core$start_watch$close_watcher__15923 0x68aa6165 "clojure_watch.core$start_watch$close_watcher__15923@68aa6165"], :sass-close #object[clojure_watch.core$start_watch$close_watcher__15923 0x100eefe8 "clojure_watch.core$start_watch$close_watcher__15923@100eefe8"]}, :app-name pixels-against-humanity, :dev-interceptors nil}, :system #<SystemMap>}, compiling:(/private/var/folders/dp/p5bvtzzd5zqbb0pbj48x5g080000gn/T/form-init2644756997929338904.clj:1:5) | |
at clojure.lang.Compiler.load(Compiler.java:7239) | |
at clojure.lang.Compiler.loadFile(Compiler.java:7165) | |
at clojure.main$load_script.invoke(main.clj:275) | |
at clojure.main$init_opt.invoke(main.clj:280) | |
at clojure.main$initialize.invoke(main.clj:308) | |
at clojure.main$null_opt.invoke(main.clj:343) | |
at clojure.main$main.doInvoke(main.clj:421) | |
at clojure.lang.RestFn.invoke(RestFn.java:421) | |
at clojure.lang.Var.invoke(Var.java:383) | |
at clojure.lang.AFn.applyToHelper(AFn.java:156) | |
at clojure.lang.Var.applyTo(Var.java:700) | |
at clojure.main.main(main.java:37) | |
Caused by: clojure.lang.ExceptionInfo: Error in component :dev-service in system com.stuartsierra.component.SystemMap calling #'com.stuartsierra.component/start {:reason :com.stuartsierra.component/component-function-threw-exception, :function #'com.stuartsierra.component/start, :system-key :dev-service, :component #apraxis.service.dev.DevService{:file-monitor #apraxis.service.file_monitor.FileMonitor{:sample-subscriptions #object[clojure.lang.Atom 0x4be67757 {:status :ready, :val {}}], :sample-watcher-close #object[clojure_watch.core$start_watch$close_watcher__15923 0x7e444c6 "clojure_watch.core$start_watch$close_watcher__15923@7e444c6"], :middleman #apraxis.service.middleman.Middleman{:target-dir "target"}, :haml-close #object[clojure_watch.core$start_watch$close_watcher__15923 0x68aa6165 "clojure_watch.core$start_watch$close_watcher__15923@68aa6165"], :sass-close #object[clojure_watch.core$start_watch$close_watcher__15923 0x100eefe8 "clojure_watch.core$start_watch$close_watcher__15923@100eefe8"]}, :app-name pixels-against-humanity, :dev-interceptors nil}, :system #<SystemMap>} | |
at clojure.core$ex_info.invoke(core.clj:4593) | |
at com.stuartsierra.component$try_action.invoke(component.clj:118) | |
at com.stuartsierra.component$update_system$fn__10831.invoke(component.clj:138) | |
at clojure.lang.ArraySeq.reduce(ArraySeq.java:114) | |
at clojure.core$reduce.invoke(core.clj:6518) | |
at com.stuartsierra.component$update_system.doInvoke(component.clj:134) | |
at clojure.lang.RestFn.invoke(RestFn.java:445) | |
at com.stuartsierra.component$start_system.invoke(component.clj:162) | |
at com.stuartsierra.component$start_system.invoke(component.clj:160) | |
at com.stuartsierra.component.SystemMap.start(component.clj:177) | |
at apraxis.service$run_apraxis.invoke(service.clj:66) | |
at user$eval19481.invoke(form-init2644756997929338904.clj:1) | |
at clojure.lang.Compiler.eval(Compiler.java:6782) | |
at clojure.lang.Compiler.eval(Compiler.java:6772) | |
at clojure.lang.Compiler.eval(Compiler.java:6772) | |
at clojure.lang.Compiler.load(Compiler.java:7227) | |
... 11 more | |
Caused by: java.lang.IllegalAccessError: Context classloader is not a DynamicClassLoader | |
at clojure.lang.RT.addURL(RT.java:297) | |
at apraxis.service.dev.DevService.start(dev.clj:157) | |
at com.stuartsierra.component$eval10772$fn__10773$G__10762__10775.invoke(component.clj:4) | |
at com.stuartsierra.component$eval10772$fn__10773$G__10761__10778.invoke(component.clj:4) | |
at clojure.lang.Var.invoke(Var.java:379) | |
at clojure.lang.AFn.applyToHelper(AFn.java:154) | |
at clojure.lang.Var.applyTo(Var.java:700) | |
at clojure.core$apply.invoke(core.clj:632) | |
at com.stuartsierra.component$try_action.invoke(component.clj:116) | |
... 25 more | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment