Github user kylerichardson commented on the issue:
https://github.com/apache/incubator-metron/pull/276
Ok, need some helping figuring out why the CI build keeps failing...
I get several of these at the end of the log:
```
Running org.apache.metron.parsers.integration.JSONMapIntegrationTest
2016-11-01 15:54:52 FATAL KafkaServer:116 - [Kafka Server 0], Fatal error
during KafkaServer startup. Prepare to shutdown
kafka.common.KafkaException: Socket server failed to bind to
localhost:6667: Address already in use.
```
and prior to that I see:
```
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 8.64 sec
<<< FAILURE! - in org.apache.metron.parsers.integration.YafIntegrationTest
test(org.apache.metron.parsers.integration.YafIntegrationTest) Time
elapsed: 8.637 sec <<< ERROR!
java.lang.NoClassDefFoundError: org/slf4j/event/LoggingEvent
```
This occurred for both of the CI builds since I rebased to the latest
master. Any ideas?
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---