This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2023-11-30
Channels
- # admin-announcements (1)
- # adventofcode (2)
- # announcements (2)
- # babashka (60)
- # beginners (48)
- # cherry (1)
- # cider (16)
- # clj-kondo (4)
- # clojure (53)
- # clojure-belgium (3)
- # clojure-europe (20)
- # clojure-nl (1)
- # clojure-norway (6)
- # clojure-poland (4)
- # clojure-uk (6)
- # clojuredesign-podcast (19)
- # clojurescript (39)
- # community-development (12)
- # cursive (4)
- # datalevin (7)
- # datomic (23)
- # honeysql (14)
- # hyperfiddle (3)
- # instaparse (3)
- # lsp (3)
- # malli (10)
- # off-topic (34)
- # overtone (8)
- # polylith (2)
- # re-frame (9)
- # reitit (3)
- # releases (1)
- # squint (16)
- # timbre (7)
- # wasm (2)
- # xtdb (8)
I just had the problem that I was getting an error when trying to start my server:
#error {}
:cause "Could not locate hiccup/hooks__init.class, hiccup/hooks.clj or hiccup/hooks.cljc on classpath."
:via
[{:type java.io.FileNotFoundException
:message "Could not locate hiccup/hooks__init.class, hiccup/hooks.clj or hiccup/hooks.cljc on classpath."
:at [clojure.lang.RT load "RT.java" 462]}]
and I was searching for it in my sourcecode but in the end I had to delete clj-kondo config for it to work. How is it possible that clj-kondo breaks my application when starting from the repl?