This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2020-11-11
Channels
- # announcements (2)
- # asami (1)
- # babashka (15)
- # beginners (29)
- # calva (6)
- # cider (22)
- # clara (1)
- # cljfx (1)
- # clojure (86)
- # clojure-australia (1)
- # clojure-dev (25)
- # clojure-europe (38)
- # clojure-france (7)
- # clojure-italy (3)
- # clojure-losangeles (1)
- # clojure-nl (6)
- # clojure-seattle (1)
- # clojure-spec (9)
- # clojure-uk (25)
- # clojuredesign-podcast (2)
- # clojurescript (4)
- # conjure (9)
- # cryogen (8)
- # cursive (17)
- # data-science (5)
- # datalog (1)
- # deps-new (1)
- # depstar (1)
- # emacs (1)
- # events (6)
- # fulcro (2)
- # graphql (3)
- # helix (4)
- # jackdaw (1)
- # jobs (1)
- # kaocha (9)
- # leiningen (4)
- # malli (1)
- # off-topic (7)
- # other-lisps (2)
- # pathom (12)
- # re-frame (16)
- # remote-jobs (1)
- # shadow-cljs (28)
- # spacemacs (19)
- # sql (2)
- # test200 (2)
- # testing (5)
- # timbre (1)
- # tools-deps (18)
- # xtdb (10)
I will do, thanks
Hi! I am working on https://github.com/holyjak/babashka/tree/feature/oracledb but running into two issues:
1. script/compile
logs Warning: profile :feature/jdbc not found. Is it anything to worry about?
2. It fails with the following. Notice the weird, incorrect path Hom/bin
;
Created /Users/holyjak/Projects/external/babashka/target/babashka-0.2.4-SNAPSHOT-standalone.jar
script/compile: line 22: /Library/Java/JavaVirtualMachines/graalvm-ce-java11-20.1.0/Contents/Hom/bin/gu: No such file or directory
OMG, I was sure it was correct but it is not, I see it now.
I see, when I copied the env export command I failed to select the whole line
Babashka compile does not use reflect-config.json
?
OK, thanks. It turns out I don't need it when using the helidon driver. So it does compile now, will try tomorrow whether it works đ
Good news: It works, opening a PR. I love the Oracle jokers! From the startup log (bold mine): > Nov 11, 2020 9:27:28 PM oracle.jdbc.driver.OracleDriver registerMBeans > WARNING: Unable to find an MBeanServer so no MBears are registered. đš https://github.com/borkdude/babashka/pull/638 Let me know if I should add any tests, docs, or anything!