Welcome! Please see the About page for a little more info on how this works.

+1 vote
in Ions by

The warnings I am getting are:

Reflection warning, cognitect/hmac_authn.clj:80:12 - call to static method encodeHex on org.apache.commons.codec.binary.Hex can't be resolved (argument types: unknown, java.lang.Boolean).
Reflection warning, cognitect/hmac_authn.clj:80:3 - call to java.lang.String ctor can't be resolved.

1 Answer

0 votes
by

Hi Matt,

First, I'd confirm you are on the latest clj tools deps:

brew upgrade clojure/tools/clojure

Then can you let me know what version you are on with:

clojure -Sdescribe

If you still see it on the latest, could I see your java version:

(System/getProperty "java.version")

by
Brew failed with `Error: cannot load such file -- os/linux/glibc`.  I am on Windows subsytem for Linux.

Output of Sdescribe
    {:version "1.10.1.536"
     :config-files ["/usr/local/lib/clojure/deps.edn" "/home/m0smith/.clojure/deps.edn"
 "deps.edn" ]
     :config-user "/home/m0smith/.clojure/deps.edn"
     :config-project "deps.edn"
     :install-dir "/usr/local/lib/clojure"
     :config-dir "/home/m0smith/.clojure"
     :cache-dir ".cpcache"
     :force false
     :repro false
     :resolve-aliases ""
     :classpath-aliases ""
     :jvm-aliases ""
     :main-aliases ""
     :all-aliases ""}

 clj -e '(System/getProperty "java.version")'
"1.8.0_222"
Welcome to the Datomic Knowledgebase, where you can make features requests, ask questions and receive answers from other members of the community.
...