salyh / elasticsearch-imap

IMAP and POP3 email importer for Elasticsearch (no river anymore)
Apache License 2.0
100 stars 25 forks source link

NoClassDefFoundError: org/quartz/ScheduleBuilder #1

Closed ahagenbruch closed 10 years ago

ahagenbruch commented 10 years ago

I'm running into

failed to get _meta from [imap]/[riverimapdata]
org.elasticsearch.common.util.concurrent.ExecutionError: java.lang.NoClassDefFoundError: org/quartz/ScheduleBuilder

in a fresh install of ES 1.1.1 with JDK version 1.8.0_05 and Maven version 3.2.1. The original pom file has not been modified...

salyh commented 10 years ago

Have not tested Java 8 now, can you confirm that Java 7 is working?

ahagenbruch commented 10 years ago

I'm afraid the problem still exists in an environment of JDK 1.7.0_25 and Maven 3.1.1...

salyh commented 10 years ago

shoud be fixed with https://github.com/salyh/elasticsearch-river-imap/commit/bf63778e7c426705167dc483e8799a98ac719acf

ahagenbruch commented 10 years ago

Success on both Java 7 and 8!