This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2023-01-11
Channels
- # announcements (16)
- # aws (17)
- # babashka (25)
- # beginners (60)
- # calva (40)
- # cider (3)
- # clara (4)
- # clj-kondo (24)
- # clojure (16)
- # clojure-austin (3)
- # clojure-dev (23)
- # clojure-europe (33)
- # clojure-nl (2)
- # clojure-norway (7)
- # clojure-uk (4)
- # clojurescript (39)
- # clr (108)
- # conjure (10)
- # cursive (12)
- # datalevin (7)
- # editors (2)
- # events (1)
- # fulcro (24)
- # graalvm (3)
- # introduce-yourself (8)
- # london-clojurians (2)
- # malli (18)
- # meander (6)
- # missionary (10)
- # nbb (16)
- # off-topic (19)
- # polylith (1)
- # portal (4)
- # rdf (1)
- # reitit (4)
- # remote-jobs (3)
- # shadow-cljs (10)
- # xtdb (12)
hi - I am trying to get portal setup, when I try (require '[portal.api :as po])
I get:
. Unhandled clojure.lang.Compiler$CompilerException
Error compiling portal/runtime/jvm/launcher.clj at (1:1)
#:clojure.error{:phase :compile-syntax-check,
:line 1,
:column 1,
:source "portal/runtime/jvm/launcher.clj"}
core.clj: 5892 clojure.core/throw-if
core.clj: 5980 clojure.core/load-lib
1. Caused by java.lang.Exception
namespace 'portal.runtime.jvm.server' not found
I'm on jdk 11 & clojure 1.11.1, leiningen with [djblue/portal "0.35.1"]
I think this is similar to https://clojurians.slack.com/archives/C0185BFLLSE/p1670923809115399