Discussion:
Datomic Console startup failure
Dustin Getz
2017-07-21 11:38:49 UTC
Permalink
datomic-free-0.9.5561
datomic-console-0.1.214

$ datomic/bin/console -p 8080 primary datomic:free://localhost:4334/
Exception in thread "main" java.lang.IncompatibleClassChangeError:
Implementing class
...
at clojure.lang.RT.classForName(RT.java:2192)
at datomic.console__init.__init0(Unknown Source)
at datomic.console__init.<clinit>(Unknown Source)
--
You received this message because you are subscribed to the Google Groups "Datomic" group.
To unsubscribe from this group and stop receiving emails from it, send an email to datomic+***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Jaret Binford
2017-07-24 18:07:26 UTC
Permalink
Dustin,

This is a known bug in Datomic Free. The problem is resolved in Datomic
Pro (using a starter license) but has yet to be addressed in the standalone
console available with FREE.

Thanks,
Jaret
Post by Dustin Getz
datomic-free-0.9.5561
datomic-console-0.1.214
$ datomic/bin/console -p 8080 primary datomic:free://localhost:4334/
Implementing class
...
at clojure.lang.RT.classForName(RT.java:2192)
at datomic.console__init.__init0(Unknown Source)
at datomic.console__init.<clinit>(Unknown Source)
--
You received this message because you are subscribed to the Google Groups "Datomic" group.
To unsubscribe from this group and stop receiving emails from it, send an email to datomic+***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Kinley Dorji
2017-08-10 17:44:41 UTC
Permalink
That's great to hear. Thanks!
Post by Dustin Getz
datomic-free-0.9.5561
datomic-console-0.1.214
$ datomic/bin/console -p 8080 primary datomic:free://localhost:4334/
Implementing class
...
at clojure.lang.RT.classForName(RT.java:2192)
at datomic.console__init.__init0(Unknown Source)
at datomic.console__init.<clinit>(Unknown Source)
--
You received this message because you are subscribed to the Google Groups "Datomic" group.
To unsubscribe from this group and stop receiving emails from it, send an email to datomic+***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Loading...