-
-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
"Execution error (InstantiationError) at cognitect.http-client/ssl-context-factory #123
Comments
@eneroth Thanks for your reporting! Hmm, I cannot reproduce the problem. |
Sure! {:paths ["src" "resources"]
:mvn/local-repo ".m2/repository"
:deps {;; Core
org.clojure/clojure {:mvn/version "1.10.3"}
org.clojure/clojurescript {:mvn/version "1.10.893"}
org.clojure/core.async {:mvn/version "1.4.627"}
org.clojure/core.match {:mvn/version "1.0.0"}
org.clojure/tools.namespace {:mvn/version "1.1.0"}
;; App
borkdude/sci {:mvn/version "0.2.7"}
clj-commons/pushy {:mvn/version "0.3.10"}
cljs-ajax/cljs-ajax {:mvn/version "0.8.4"}
com.taoensso/sente {;:mvn/version "1.16.2"
:git/url "[email protected]:fluent-development/sente.git"
:sha "64274b5d440f46cba046631299c1af9eeb104e3f"}
day8.re-frame/http-fx {:mvn/version "0.2.3"}
day8.re-frame/tracing {:mvn/version "0.6.2"}
integrant/integrant {:mvn/version "0.8.0"}
re-frame/re-frame {:mvn/version "1.2.0"
:exclusions [reagent/reagent
cljsjs/react-dom-server
cljsjs/react-dom
cljsjs/react]}
re-promise/re-promise {:mvn/version "0.1.1"}
reagent/reagent {:mvn/version "1.1.0"}
thheller/shadow-cljs {:mvn/version "2.16.5"}
;; XTDB, formerly known as Crux
com.xtdb/xtdb-core {:mvn/version "1.19.0"}
com.xtdb/xtdb-kafka {:mvn/version "1.19.0"}
com.xtdb/xtdb-rocksdb {:mvn/version "1.19.0"}
;; Transform
cljs-bean/cljs-bean {:mvn/version "1.7.0"}
com.rpl/specter {:mvn/version "1.1.3"}
juji/editscript {:mvn/version "0.5.7"}
town.lilac/pyramid {:mvn/version "3.1.4"}
ubergraph/ubergraph {:mvn/version "0.8.2"}
;; API
com.cognitect.aws/api {:mvn/version "0.8.524"}
com.cognitect.aws/endpoints {:mvn/version "1.1.12.110"}
com.cognitect.aws/monitoring {:mvn/version "811.2.958.0"}
com.cognitect.aws/s3 {:mvn/version "814.2.991.0"}
;; Logs & spec & reporting
com.fulcrologic/guardrails {:mvn/version "1.1.7"
:exclusions [expound/expound]} ;; Use guardrails without its old expound-version, until its deps are updated
com.fzakaria/slf4j-timbre {:mvn/version "0.3.21"}
com.taoensso/timbre {:mvn/version "5.1.2"}
com.wsscode/pathom-viz-connector {:mvn/version "2021.10.16"}
conormcd/clj-honeycomb {:mvn/version "1.0.6.536"
:exclusions [io.honeycomb.libhoney/libhoney-java]}
expound/expound {:mvn/version "0.8.10"} ;; Version 0.8.9+ includes the datomic db crash-bug for failing specs
io.aviso/pretty {:mvn/version "1.1"}
io.honeycomb.beeline/beeline-core {:mvn/version "1.6.1"}
io.honeycomb.libhoney/libhoney-java {:mvn/version "1.3.1"}
io.sentry/sentry-clj {:mvn/version "5.3.159"}
metosin/malli {:mvn/version "0.6.2"}
;; Comms
com.cognitect/transit-clj {:mvn/version "1.0.324"}
com.cognitect/transit-cljs {:mvn/version "0.8.269"}
;; Web requests
clj-http/clj-http {:mvn/version "3.12.3"}
;; Route
;; ring-cors/ring-cors {:mvn/version "0.1.13"}
com.wsscode/pathom3 {:mvn/version "2021.11.16-alpha"}
metosin/muuntaja {:mvn/version "0.6.8"}
metosin/reitit-core {:mvn/version "0.5.15"}
metosin/reitit-ring {:mvn/version "0.5.15"}
metosin/ring-http-response {:mvn/version "0.9.3"}
ovotech/ring-jwt {:mvn/version "2.3.0"}
ring/ring-anti-forgery {:mvn/version "1.3.0"}
ring/ring-core {:mvn/version "1.9.4"}
ring/ring-defaults {:mvn/version "0.3.3"}
;; Serve
aleph/aleph {:mvn/version "0.4.7-alpha10"}
http-kit/http-kit {:mvn/version "2.5.3"}
;; HTML
hiccup/hiccup {:mvn/version "1.0.5"}
;; Data/data transformation
camel-snake-kebab/camel-snake-kebab {:mvn/version "0.4.2"}
com.climate/claypoole {:mvn/version "1.1.4"}
com.taoensso/nippy {:mvn/version "3.1.1"}
org.clojure/data.csv {:mvn/version "1.0.0"}
uncomplicate/fluokitten {:mvn/version "0.9.1"}
;; Hero-icons
to.fluent/heroicons-clojure {:mvn/version "1.0.4"}
;; Spec
org.clojure/spec.alpha {:mvn/version "0.2.194"}}
:aliases {;; Modes
;; ##################################
:test {:extra-paths ["test"]
:jvm-opts [] ;;"-Dguardrails.enabled"]
:extra-deps {lambdaisland/kaocha {:mvn/version "1.60.945"}
org.clojure/test.check {:mvn/version "1.1.0"}
nubank/matcher-combinators {:mvn/version "3.3.1"}}}
:repl {:main-opts ["-m" "app.system" ":system/mode" ":system.mode/repl"]
:extra-paths ["test"]
:jvm-opts [;;"-Dguardrails.enabled"
"-Dsentry.disabled"
"-Djdk.attach.allowAttachSelf"
"-XX:-OmitStackTraceInFastThrow"]
:extra-deps {day8.re-frame/re-frame-10x {:mvn/version "1.1.13"}
re-frisk/re-frisk {:mvn/version "1.5.2"}
binaryage/dirac {:mvn/version "1.7.2"}
com.clojure-goes-fast/clj-async-profiler {:mvn/version "0.5.1"}
jpmonettas/flow-storm-debugger {:mvn/version "0.6.0"}
compliment/compliment {:mvn/version "0.3.12"}
criterium/criterium {:mvn/version "0.4.6"}
spieden/spyscope {:mvn/version "0.1.7"}
com.taoensso/tufte {:mvn/version "2.2.0"}
nubank/matcher-combinators {:mvn/version "3.3.1"}}}
:run {:main-opts ["-m" "app.system" ":system/mode" ":system.mode/run"]}}}
|
@eneroth Thanks! In my environment, it works without any errors.
Do you have additional deps in the following files?
From ver 1.3.0, antq is reffering above files. |
Aha, maybe that's it. I do have… {:mvn/repos {"cognitect-dev-tools" {:url "https://dev-tools.cognitect.com/maven/releases/"}
"datomic-cloud" {:url "s3://datomic-releases-1fc2183a/maven/releases"}}
:aliases {:ion-dev {:deps {com.datomic/ion-dev {:mvn/version "0.9.282"}}
:main-opts ["-m" "datomic.ion.dev"]}}} … in Yep, if I just rename it to |
@eneroth Thanks for your confirmation! From the error log, I think I'll do some more digging. |
When running,
clojure -Sdeps '{:deps {com.github.liquidz/antq {:mvn/version "RELEASE"}}}' -M -m antq.core
I get the following error:
This does not happen when it's installed as a tool.
The text was updated successfully, but these errors were encountered: