Fork me on GitHub
#datomic
<
2020-06-15
>
JAtkins21:06:35

Any idea why I would not be able to resolve dependencies on com.datomic/ion? I have the maven repo added , and my default aws user credentials are tied to a datomic admin policy.

Lone Ranger23:06:30

I'm positive I've had this issue before and solved it but I can't remember what the issue was. Running a peer on a docker container and running into some issues:

[main] INFO  search.config  - Dockerization detected:true
[main] INFO  search.config  - Using host: 172.17.0.1
[main] INFO  search.config  - datomic:
[main] INFO  datomic.domain  - {:event :cache/create, :cache-bytes 2086666240, :pid 660, :tid 1}
[main] INFO  datomic.process-monitor  - {:event :metrics/initializing, :metricsCallback clojure.core/identity, :phase :begin, :pid 660, :tid 1}
[main] INFO  datomic.process-monitor  - {:event :metrics/initializing, :metricsCallback clojure.core/identity, :msec 0.865, :phase :end, :pid 660, :tid 1}
[main] INFO  datomic.process-monitor  - {:metrics/started clojure.core/identity, :pid 660, :tid 1}
[clojure-agent-send-off-pool-0] INFO  datomic.process-monitor  - {:AvailableMB 3880.0, :ObjectCacheCount 0, :event :metrics, :pid 660, :tid 13}
[clojure-agent-send-off-pool-0] INFO  datomic.kv-cluster  - {:event :kv-cluster/get-pod, :pod-key "pod-catalog", :phase :begin, :pid 660, :tid 13}
[clojure-agent-send-off-pool-0] INFO  datomic.kv-cluster  - {:event :kv-cluster/get-pod, :pod-key "pod-catalog", :msec 30.6, :phase :end, :pid 660, :tid 13}
[main] INFO  datomic.peer  - {:event :peer/connect-transactor, :host "localhost", :alt-host "172.17.0.1", :port 4334, :version "1.0.6165", :pid 660, :tid 1}
Execution error (ActiveMQNotConnectedException) at org.apache.activemq.artemis.core.client.impl.ServerLocatorImpl/createSessionFactory (ServerLocatorImpl.java:787).
AMQ119007: Cannot connect to server(s). Tried with all available servers.
The AMQ thing is ... I can't figure out what the best approach to tackle that is

Lone Ranger23:06:14

I thought I remembered this before