Fork me on GitHub
#onyx
<
2015-09-21
>
michaeldrogalis15:09:27

Please note that Onyx requires Java 8, as we've dropped support for the core.async and Netty messaging layers, leaving Aeron as the only supported implementation out of the box.

nha21:09:30

Hello, sorry I get the same bug that I posted earlier on. I am now learning boot. I started from this template https://github.com/Deraen/saapas , and again added onyx (now 0.7.5) to the dependencies. I get the same error :

log4j:WARN No appenders could be found for logger (org.apache.commons.beanutils.converters.BooleanConverter).
log4j:WARN Please initialize the log4j system properly.
log4j:WARN See  for more info.
clojure.lang.Compiler$CompilerException: java.lang.ExceptionInInitializerError, compiling:(cljs/repl.cljc:1:1)
  java.lang.ExceptionInInitializerError: 
          java.io.FileNotFoundException: Could not locate clojure/tools/reader/impl/ExceptionInfo__init.class or clojure/tools/reader/impl/ExceptionInfo.clj on classpath.

nha21:09:42

I don't think it's specific to boot though since I had that with lein too

nha21:09:56

I can file a bug if you would like me to.

pguillebert21:09:53

mmh I’ve seen this one

pguillebert21:09:30

check if there’s collision in dependencies version

pguillebert21:09:51

I don’t know if there’s an equivalent to lein deps :tree in boot

michaeldrogalis21:09:16

@nha: Please put your project.clj in a Gist and send it to me, assuming you don't have any binaries that I can't read.