This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2020-06-15
Channels
- # announcements (11)
- # aws (5)
- # babashka (69)
- # beginners (138)
- # calva (5)
- # cider (11)
- # cljsrn (3)
- # clojure (86)
- # clojure-europe (8)
- # clojure-italy (2)
- # clojure-nl (5)
- # clojure-norway (13)
- # clojure-uk (21)
- # clojurescript (13)
- # conjure (58)
- # core-typed (2)
- # data-science (2)
- # datomic (5)
- # degree9 (4)
- # emotion-cljs (4)
- # figwheel-main (8)
- # fulcro (29)
- # graalvm (70)
- # interop (2)
- # joker (1)
- # lein-figwheel (2)
- # leiningen (13)
- # liberator (4)
- # off-topic (21)
- # pedestal (2)
- # re-frame (10)
- # shadow-cljs (42)
- # spacemacs (29)
- # spire (1)
- # tools-deps (11)
- # vim (26)
- # xtdb (5)
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.
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 isah ok
I thought I remembered this before