funcool

A channel for discussing and asking questions about Funcool libraries https://github.com/funcool/
kenny 2016-01-07T22:39:25.000200Z

@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.

niwinz 2016-01-07T23:01:16.000201Z

Seems like some version conflict

niwinz 2016-01-07T23:03:07.000202Z

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

kenny 2016-01-07T23:13:03.000204Z

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?

niwinz 2016-01-07T23:24:42.000205Z

it is totally ok create many of them

niwinz 2016-01-07T23:24:54.000206Z

they are lightweight