Hallo, im working with the lates OrientDB 1.7-SNAPSHOT, with Windows 8 and Java 1.8. I downloaded Lucene-1.7-SNAPSHOT from here<https://github.com/orientechnologies/orientdb-lucene/releases> and added it to the lib under ORIENTDB_HOME/lib/. I restarted the server and tried to log in into my database. Unfortunately it is not possible while the lucene jar is in my lib folder:
Caused by: java.util.ServiceConfigurationError: com.orientechnologies.orient.core.sql.operator.OQueryOperatorFactory: Provider com.orientechnologies.lucene.operator.OLuceneOperatorFactory could not be instantiated: java.lang.NoClassDefFoundError: com/orientechnologies/orient/core/index/OIndexCursor$OIndexCursorSingleValue at java.util.ServiceLoader.fail(ServiceLoader.java:224) at java.util.ServiceLoader.access$100(ServiceLoader.java:181) at java.util.ServiceLoader$LazyIterator.next(ServiceLoader.java:377) at java.util.ServiceLoader$1.next(ServiceLoader.java:445) at com.orientechnologies.orient.core.sql.OSQLEngine.getOperatorFactories(OSQLEngine.java:164) at com.orientechnologies.orient.core.sql.OSQLEngine.getRecordOperators(OSQLEngine.java:320) at com.orientechnologies.orient.core.sql.filter.OSQLPredicate.extractConditionOperator(OSQLPredicate.java:205) at com.orientechnologies.orient.core.sql.filter.OSQLPredicate.extractCondition(OSQLPredicate.java:173) at com.orientechnologies.orient.core.sql.filter.OSQLPredicate.extractConditions(OSQLPredicate.java:126) at com.orientechnologies.orient.core.sql.filter.OSQLPredicate.text(OSQLPredicate.java:82) ... 22 more Caused by: java.lang.NoClassDefFoundError: com/orientechnologies/orient/core/index/OIndexCursor$OIndexCursorSingleValue at com.orientechnologies.lucene.operator.OLuceneOperatorFactory.<clinit>(OLuceneOperatorFactory.java:33) at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57) at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) at java.lang.reflect.Constructor.newInstance(Constructor.java:525) at java.lang.Class.newInstance0(Class.java:374) at java.lang.Class.newInstance(Class.java:327) at java.util.ServiceLoader$LazyIterator.next(ServiceLoader.java:373) ... 29 more Caused by: java.lang.ClassNotFoundException: com.orientechnologies.orient.core.index.OIndexCursor$OIndexCursorSingleValue at java.net.URLClassLoader$1.run(URLClassLoader.java:366) at java.net.URLClassLoader$1.run(URLClassLoader.java:355) at java.security.AccessController.doPrivileged(Native Method) at java.net.URLClassLoader.findClass(URLClassLoader.java:354) at java.lang.ClassLoader.loadClass(ClassLoader.java:423) at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:308) at java.lang.ClassLoader.loadClass(ClassLoader.java:356) ... 37 more -- --- You received this message because you are subscribed to the Google Groups "OrientDB" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
