Datomic Pro not working on macOs Big Sur(11.0.1)

It fails when trying to connect or create db. strangely these work in bin/repl

(d/connect uri)
Execution error (ActiveMQConnectionTimedOutException) at org.apache.activemq.artemis.core.client.impl.ServerLocatorImpl/createSessionFactory (ServerLocatorImpl.java:803).
AMQ119013: Timed out waiting to receive cluster topology. Group:null

There is an associated log

2020-11-17 18:17:00.969 INFO default o.a.activemq.artemis.core.server - AMQ221053: Disallowing use of vulnerable protocol ‘SSLv2Hello’ on acceptor ‘92386fb5-28d1-11eb-b486-56467e5b44ba’. See Poodle Vulnerability Advisory CVE-2014-3566 for more details.

It was a dep issue.
[aleph “0.4.3”] -> [io.netty/netty-all “4.1.9.Final”]
overrides
[com.datomic/datomic-pro “1.0.6202”] -> [io.netty/netty-all “4.1.32.Final”]

1 Like