Fork me on GitHub
#sql
<
2019-01-28
>
Tebro09:01:17

Hey, I have an issue where I am trying to connect to a MS SQL server. When the project is built into an uberjar it works just fine, but when running in the REPL for development sun.security.ssl.ClientHandshaker throws a java.lang.NoSuchFieldError: state. Anyone have an idea on how to start figuring this out?

jumar11:01:15

Maybe some problematic dependencies in your .lein/profiles.clj? I'd have a look at lein deps :tree

Tebro11:01:16

Yes, we found that there were some dependencies irt http/2 that made a mess of things.