Fork me on GitHub
#portal
<
2021-07-23
>
alpox19:07:54

Hi all! I just tried to get portal setup for trial but when I try to import portal.api all I'm getting is: > ; Syntax error compiling at (portal/runtime/jvm/server.clj:17:5). > ; No such var: server/as-channel > ; Evaluation of file user.clj failed: class clojure.lang.Compiler$CompilerException

djblue19:07:20

I think you might have a conflicting version of http-kit on your class path. I switched to using their newer API so my guess is an older incompatible version.

alpox19:07:17

I figured the same just before you answered. Sorry for bothering 🙂 it works now :thumbsup:

👌 3
alpox19:07:09

Is this possibly related to using openjdk 8?