Created
June 12, 2020 14:28
-
-
Save lukaszkorecki/05009e8466c0c4aea570021bbc9123d7 to your computer and use it in GitHub Desktop.
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
# - ubuntu : cd tmp/graleph/ | |
# master - graleph : make run | |
docker run --net host --rm -it graleph:latest | |
date=2020-06-12 00:22:16,451 level=INFO thread=main ns=graleph.core message=starting | |
date=2020-06-12 00:22:16,523 level=INFO thread=clojure-agent-send-off-pool-0 ns=graleph.core message=[] | |
Exception in thread "main" java.lang.IllegalArgumentException: Class NioDatagramChannel does not have a public non-arg constructor | |
at io.netty.channel.ReflectiveChannelFactory.<init>(ReflectiveChannelFactory.java:36) | |
at io.netty.bootstrap.AbstractBootstrap.channel(AbstractBootstrap.java:110) | |
at aleph.udp$socket.invokeStatic(udp.clj:51) | |
at graleph.core$start.invokeStatic(core.clj:21) | |
at graleph.core$start_and_monitor.invokeStatic(core.clj:37) | |
at graleph.core$_main.invokeStatic(core.clj:61) | |
at graleph.core$_main.doInvoke(core.clj:59) | |
at clojure.lang.RestFn.invoke(RestFn.java:397) | |
at clojure.lang.AFn.applyToHelper(AFn.java:152) | |
at clojure.lang.RestFn.applyTo(RestFn.java:132) | |
at graleph.core.main(Unknown Source) | |
Caused by: java.lang.NoSuchMethodException: io.netty.channel.socket.nio.NioDatagramChannel.<init>() | |
at java.lang.Class.getConstructor0(DynamicHub.java:3349) | |
at java.lang.Class.getConstructor(DynamicHub.java:2151) | |
at io.netty.channel.ReflectiveChannelFactory.<init>(ReflectiveChannelFactory.java:34) | |
... 10 more | |
date=2020-06-12 00:22:21,595 level=INFO thread=clojure-agent-send-off-pool-0 ns=graleph.core message=[] | |
date=2020-06-12 00:22:26,640 level=INFO thread=clojure-agent-send-off-pool-0 ns=graleph.core message=[] | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment