Wikia / dropwizard-logstash-encoder

Eclipse Public License 1.0
18 stars 28 forks source link

AbstractMethodError in LogstashTcpAppenderFactory.build #13

Closed BTMorton closed 7 years ago

BTMorton commented 7 years ago

I'm getting the following error when trying to start my dropwizard application with the logstash-tcp encoder:

Exception in thread "main" java.lang.AbstractMethodError: com.wikia.dropwizard.logstash.appender.LogstashTcpAppenderFactory.build(Lch/qos/logback/classic/LoggerContext;Ljava/lang/String;Lio/dropwizard/logging/layout/LayoutFactory;Lio/dropwizard/logging/filter/LevelFilterFactory;Lio/dropwizard/logging/async/AsyncAppenderFactory;)Lch/qos/logback/core/Appender;
    at io.dropwizard.logging.DefaultLoggingFactory.configure(DefaultLoggingFactory.java:134)
    at io.dropwizard.cli.ConfiguredCommand.run(ConfiguredCommand.java:81)
    at io.dropwizard.cli.Cli.run(Cli.java:75)
    at io.dropwizard.Application.run(Application.java:79)

Using dropwizard v1.0.6 and dropwizard-logstash-encoder v2.0.0