1. lein trampoline cljsbuild repl-launch chrome
  2. Running ClojureScript REPL and launching command: (/opt/google/chrome/chrome -jsconsole http://localho
  3. st:8080/#/introduction)
  4. Exception in thread "Thread-3" java.io.IOException: Stream closed
  5. at java.io.BufferedInputStream.getBufIfOpen(BufferedInputStream.java:162)
  6. at java.io.BufferedInputStream.read(BufferedInputStream.java:325)
  7. at sun.nio.cs.StreamDecoder.readBytes(StreamDecoder.java:283)
  8. at sun.nio.cs.StreamDecoder.implRead(StreamDecoder.java:325)
  9. at sun.nio.cs.StreamDecoder.read(StreamDecoder.java:177)
  10. at java.io.InputStreamReader.read(InputStreamReader.java:184)
  11. at java.io.BufferedReader.fill(BufferedReader.java:154)
  12. at java.io.BufferedReader.read1(BufferedReader.java:205)
  13. at java.io.BufferedReader.read(BufferedReader.java:279)
  14. at java.io.Reader.read(Reader.java:140)
  15. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  16. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
  17. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  18. at java.lang.reflect.Method.invoke(Method.java:601)
  19. at clojure.lang.Reflector.invokeMatchingMethod(Reflector.java:93)
  20. at clojure.lang.Reflector.invokeInstanceMethod(Reflector.java:28)
  21. at cljsbuild.util$pump_file.invoke(util.clj:50)
  22. at cljsbuild.util$process_pump$fn__1985$fn__1987.invoke(util.clj:60)
  23. at clojure.lang.AFn.run(AFn.java:24)
  24. at java.lang.Thread.run(Thread.java:722)
  25. Exception in thread "Thread-4" java.io.IOException: Stream closed
  26. at java.io.BufferedInputStream.getBufIfOpen(BufferedInputStream.java:162)
  27. at java.io.BufferedInputStream.read(BufferedInputStream.java:325)
  28. at sun.nio.cs.StreamDecoder.readBytes(StreamDecoder.java:283)
  29. at sun.nio.cs.StreamDecoder.implRead(StreamDecoder.java:325)
  30. at sun.nio.cs.StreamDecoder.read(StreamDecoder.java:177)
  31. at java.io.InputStreamReader.read(InputStreamReader.java:184)
  32. at java.io.BufferedReader.fill(BufferedReader.java:154)
  33. at java.io.BufferedReader.read1(BufferedReader.java:205)
  34. at java.io.BufferedReader.read(BufferedReader.java:279)
  35. at java.io.Reader.read(Reader.java:140)
  36. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  37. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
  38. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  39. at java.lang.reflect.Method.invoke(Method.java:601)
  40. at clojure.lang.Reflector.invokeMatchingMethod(Reflector.java:93)
  41. at clojure.lang.Reflector.invokeInstanceMethod(Reflector.java:28)
  42. at cljsbuild.util$pump_file.invoke(util.clj:50)
  43. at cljsbuild.util$process_pump$fn__1985$fn__1990.invoke(util.clj:61)
  44. at clojure.lang.AFn.run(AFn.java:24)
  45. at java.lang.Thread.run(Thread.java:722)
  46. Exception in thread "main" java.lang.IllegalArgumentException: contains? not supported on type: clojur
  47. e.lang.LazySeq
  48. at clojure.lang.RT.contains(RT.java:714)
  49. at clojure.core$contains_QMARK_.invoke(core.clj:1399)
  50. at cljs.closure$js_dependencies$fn__1440.invoke(closure.clj:540)
  51. at clojure.core$complement$fn__3987.invoke(core.clj:1354)
  52. at clojure.core$filter$fn__4164.invoke(core.clj:2513)
  53. at clojure.lang.LazySeq.sval(LazySeq.java:42)
  54. at clojure.lang.LazySeq.seq(LazySeq.java:60)
  55. at clojure.lang.RT.seq(RT.java:474)
  56. at clojure.core$seq.invoke(core.clj:133)
  57. at clojure.core.protocols$seq_reduce.invoke(protocols.clj:30)
  58. at clojure.core.protocols$fn__5959.invoke(protocols.clj:54)
  59. at clojure.core.protocols$fn__5912$G__5907__5925.invoke(protocols.clj:13)
  60. at clojure.core$reduce.invoke(core.clj:6130)
  61. at clojure.core$into.invoke(core.clj:6178)
  62. at cljs.closure$js_dependencies.invoke(closure.clj:541)
  63. at cljs.repl.browser$always_preload.invoke(browser.clj:344)
  64. at cljs.repl.browser$repl_env.doInvoke(browser.clj:373)
  65. at clojure.lang.RestFn.invoke(RestFn.java:457)
  66. at cljsbuild.repl.listen$run_repl_listen.invoke(listen.clj:9)
  67. at cljsbuild.repl.listen$run_repl_launch.invoke(listen.clj:31)
  68. at user$eval2013.invoke(NO_SOURCE_FILE:1)
  69. at clojure.lang.Compiler.eval(Compiler.java:6603)
  70. at clojure.lang.Compiler.eval(Compiler.java:6592)
  71. at clojure.lang.Compiler.eval(Compiler.java:6593)
  72. at clojure.lang.Compiler.eval(Compiler.java:6566)
  73. at clojure.core$eval.invoke(core.clj:2836)
  74. at clojure.main$eval_opt.invoke(main.clj:297)
  75. at clojure.main$initialize.invoke(main.clj:316)
  76. at clojure.main$null_opt.invoke(main.clj:349)
  77. at clojure.main$main$fn__6718.invoke(main.clj:427)
  78. at clojure.main$main.doInvoke(main.clj:424)
  79. at clojure.lang.RestFn.invoke(RestFn.java:421)
  80. at clojure.lang.Var.invoke(Var.java:419)
  81. at clojure.lang.AFn.applyToHelper(AFn.java:163)
  82. at clojure.lang.Var.applyTo(Var.java:532)
  83. at clojure.main.main(main.java:37)
  84. (defproject policymodellingtool/policymodellingtool "1.0.0-SNAPSHOT"
  85. :dependencies [[org.clojure/clojure "[1.4.0,]"]
  86. [org.clojure/data.json "0.1.1"]
  87. [compojure "1.0.1" :exclusion [clojure]]
  88. [hiccup "0.3.6"]
  89. [enlive "1.0.0"]
  90. [ring/ring-servlet "1.0.1"]
  91. [carneades-engine "2.0.0-SNAPSHOT"]
  92. [carneades-web-service "1.0.0-SNAPSHOT"]
  93. [org.clojars.pallix/mygengo "1.0.0"]
  94. [lein-ring "0.5.4"]]
  95. :plugins [[lein-ring "0.7.1"]
  96. [lein-cljsbuild "0.2.7"]]
  97. :hooks [leiningen.cljsbuild]
  98. :cljsbuild {:builds [{:source-path "resources/policymodellingtool/public/js"
  99. :externs "resources/policymodellingtool/public/js/externs.js"
  100. :compiler {:output-to "resources/policymodellingtool/public/js/compiled-app.js"
  101. :optimizations :whitespace
  102. :pretty-print true}}]
  103. :repl-listen-port 9000
  104. :repl-launch-commands
  105. {"chrome"
  106. ["/opt/google/chrome/chrome" "-jsconsole" "http://localhost:8080/#/introduction"]}}
  107. :ring {:handler impact.web.routes-war/impact-app}
  108. :min-lein-version "2.0.0"
  109. :description "Policy Modelling Tool for the IMPACT Policy project")