You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Exception in thread "main" java.util.concurrent.ExecutionException: java.lang.RuntimeException: java.lang.NullPointerException
at datomic.promise$throw_executionexception_if_throwable.invoke(promise.clj:10)
at datomic.promise$settable_future$reify__6471.deref(promise.clj:54)
at clojure.core$deref.invoke(core.clj:2206)
at datomic.promise$settable_future$reify__6471.get(promise.clj:45)
is thrown on attempting transact data which contains call to :examples/ensure-composite
In this case
is thrown on attempting transact data which contains call to :examples/ensure-composite
See more details https://forum.datomic.com/t/transaction-functions-written-in-java-do-not-work-for-datomic-mem-protocol-when-application-is-run-in-java-11/1546
The text was updated successfully, but these errors were encountered: