Fork me on GitHub
#datomic
<
2018-04-21
>
kingcode22:04:52

I am trying to use the starter edition with an expired license key - is this OK or do I need to use datomic-free? thx..

kingcode22:04:47

As instructed in on-Prem Getting Started, I tried to run

bin/run -m datomic.peer-server -h localhost -p 8998 -a myaccesskey,mysecret -d hello,datomic:
but got the following error: Exception in thread “main” java.io.FileNotFoundException: Could not locate datomic/peer_server__init.class or datomic/peer_server.clj on classpath. Please check that namespaces with dashes use underscores in the Clojure file name. …