Fork me on GitHub
#funcool
<
2016-01-07
>
kenny22:01:25

@niwinz: I am getting this error when running run-server: clojure.lang.Compiler$CompilerException: java.lang.VerifyError: class com.fasterxml.jackson.datatype.guava.deser.HostAndPortDeserializer overrides final method deserialize.(Lcom/fasterxml/jackson/core/JsonParser;Lcom/fasterxml/jackson/databind/DeserializationContext;)Ljava/lang/Object;, compiling:(server.clj:29:13) java.lang.VerifyError: class com.fasterxml.jackson.datatype.guava.deser.HostAndPortDeserializer overrides final method deserialize.(Lcom/fasterxml/jackson/core/JsonParser;Lcom/fasterxml/jackson/databind/DeserializationContext;)Ljava/lang/Object; Any ideas on what may be causing it?clojure.lang.Compiler$CompilerException: java.lang.VerifyError: class com.fasterxml.jackson.datatype.guava.deser.HostAndPortDeserializer overrides final method deserialize.(Lcom/fasterxml/jackson/core/JsonParser;Lcom/fasterxml/jackson/databind/DeserializationContext;)Ljava/lang/Object;, compiling:(server.clj:29:13) java.lang.VerifyError: class com.fasterxml.jackson.datatype.guava.deser.HostAndPortDeserializer overrides final method deserialize.(Lcom/fasterxml/jackson/core/JsonParser;Lcom/fasterxml/jackson/databind/DeserializationContext;)Ljava/lang/Object; Running Catacumba 0.9.0. Any ideas? I seem to only get the error when running boot repl instead of lein repl.

niwinz23:01:16

Seems like some version conflict

niwinz23:01:07

@kenny: maybe your boot config resolves dependencies in different way?

kenny23:01:03

Not sure. Looking into it. On a separate note, is it okay to create several postal clients for the same endpoint or is it better to share that across the app?

niwinz23:01:42

it is totally ok create many of them

niwinz23:01:54

they are lightweight