Fork me on GitHub
#clojure-dev
<
2016-09-30
>
hiredman00:09:19

what build tool are you using?

hiredman00:09:51

when you look in the aot output, does that class exist?

hiredman00:09:24

if you are using a dependency that is aot compiled, everything will be terrible

hiredman00:09:03

(re: direct linked dependencies)

donaldball00:09:16

In my case, leiningen, and yes, that class definitely exists in the uberjar. It’s a sporadic error and I’ve only seen it manifest from this shutdown hook, so I tend to suspect a race condition or some kind or another.

hiredman00:09:28

are you running in docker?

donaldball00:09:55

No, just a bog-standard EC2 instance