logstash-plugins / logstash-filter-dissect

Extract structured fields from an unstructured line
Apache License 2.0
13 stars 22 forks source link

Logstash-filter dissect is failling with JRuby 9k #26

Closed ph closed 7 years ago

ph commented 7 years ago
org.logstash.dissect.ConverterTest > convertEventFieldToIntFromIncompatibleObject FAILED
    java.lang.NoClassDefFoundError at ConverterTest.java:20
        Caused by: java.lang.ClassNotFoundException at ConverterTest.java:20
org.logstash.dissect.ConverterTest > convertEventFieldToDoubleFromIncompatibleObject FAILED
    java.lang.NoClassDefFoundError at ConverterTest.java:20
        Caused by: java.lang.ClassNotFoundException at ConverterTest.java:20
44 tests completed, 2 failed
:test FAILED
FAILURE: Build failed with an exception.
guyboertje commented 7 years ago

Need to fix: https://github.com/logstash-plugins/logstash-filter-dissect/blob/master/Rakefile#L48 and https://github.com/logstash-plugins/logstash-filter-dissect/blob/master/build.gradle#L93