This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2019-05-17
Channels
- # aws (3)
- # beginners (104)
- # boot (11)
- # calva (3)
- # clj-kondo (1)
- # cljdoc (6)
- # cljs-dev (23)
- # cljsrn (1)
- # clojure (144)
- # clojure-dev (54)
- # clojure-europe (6)
- # clojure-italy (2)
- # clojure-nl (26)
- # clojure-spec (6)
- # clojure-sweden (1)
- # clojure-uk (13)
- # clojurescript (38)
- # core-async (9)
- # cursive (14)
- # data-science (3)
- # datascript (22)
- # datomic (17)
- # figwheel (1)
- # fulcro (4)
- # graphql (6)
- # hoplon (59)
- # jackdaw (2)
- # jobs (6)
- # jobs-discuss (44)
- # juxt (14)
- # leiningen (1)
- # luminus (3)
- # nrepl (3)
- # off-topic (12)
- # re-frame (24)
- # reagent (7)
- # reitit (7)
- # rewrite-clj (1)
- # schema (1)
- # shadow-cljs (37)
- # spacemacs (4)
- # sql (25)
- # testing (12)
- # tools-deps (11)
- # utah-clojurians (1)
I have this in my boot.properties
:
#
BOOT_JVM_OPTIONS=-XX:-OmitStackTraceInFastThrow
But I still get this
Stack trace of root exception is empty; this is likely due to a JVM optimization that can be disabled with -XX:-OmitStackTraceInFastThrow.
Any idea?Not really, do you know which task is throwing?
It is my own code with bugs :)
Probably need to comment out things until you find the problem section
Thanks, but i know what the issue is. It is just always annoying if I don't have access to the exception. Takes extra time to figure out what the issue is
yeah, lets fix that if we can!
@jeroenvandijk The code that read BOOT_JVM_OPTIONS
from boot.properties was never merged: https://github.com/boot-clj/boot-bin/pull/17
So, while the docs say that you can set BOOT_JVM_OPTIONS
from the properties file, you actually can't, and have to provide it through the env variable.
You could also try with bootstrap
- would be just as much work as compiling boot-bin, but would also help with v3 š
bootstrap
can run v2.8* boot versions, though itās not actually āsupportedā since it wont ship until boot also hits v3