Hi all! I have some problems with setting up lucene plugin. I ve installed OrientDB 1.7-rc2. I followed steps described on this page https://github.com/orientechnologies/orientdb-lucene/wiki downloaded the latest plugin lucene-1.7-SNAPSHOT-plugin.jar, put it in the 'plugins' directory. But on the starting of database I receive the next error:
java.lang.IllegalArgumentException: No enum constant com.orientechnologies.orient.core.metadata.schema.OType.LUCENE [ONetworkProtocolHttpDb] 2014-05-15 13:01:08:635 INFO Installing dynamic plugin 'studio-1.7-rc2.zip'... [OServerPluginManager]Error on installing dynamic plugin 'lucene-index' null -> sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) -> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) -> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) -> java.lang.reflect.Method.invoke(Method.java:606) -> com.orientechnologies.orient.server.plugin.OServerPluginManager.startPluginClass(OServerPluginManager.java:327) -> com.orientechnologies.orient.server.plugin.OServerPluginManager.installDynamicPlugin(OServerPluginManager.java:242) -> com.orientechnologies.orient.server.plugin.OServerPluginManager.updatePlugin(OServerPluginManager.java:187) -> com.orientechnologies.orient.server.plugin.OServerPluginManager.updatePlugins(OServerPluginManager.java:140) -> com.orientechnologies.orient.server.plugin.OServerPluginManager.access$000(OServerPluginManager.java:54) -> com.orientechnologies.orient.server.plugin.OServerPluginManager$1.run(OServerPluginManager.java:87) -> java.util.TimerThread.mainLoop(Timer.java:555) -> java.util.TimerThread.run(Timer.java:505) Could not initialize class com.orientechnologies.lucene.OLuceneIndexFactory -> sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) -> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) -> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) -> java.lang.reflect.Method.invoke(Method.java:606) -> com.orientechnologies.orient.server.plugin.OServerPluginManager.startPluginClass(OServerPluginManager.java:327) -> com.orientechnologies.orient.server.plugin.OServerPluginManager.installDynamicPlugin(OServerPluginManager.java:242) -> com.orientechnologies.orient.server.plugin.OServerPluginManager.updatePlugin(OServerPluginManager.java:187) -> com.orientechnologies.orient.server.plugin.OServerPluginManager.updatePlugins(OServerPluginManager.java:140) -> com.orientechnologies.orient.server.plugin.OServerPluginManager.access$000(OServerPluginManager.java:54) -> com.orientechnologies.orient.server.plugin.OServerPluginManager$1.run(OServerPluginManager.java:87) -> java.util.TimerThread.mainLoop(Timer.java:555) -> java.util.TimerThread.run(Timer.java:505) четверг, 24 апреля 2014 г., 19:14:14 UTC+3 пользователь Enrico Risa написал: > > Hi All, > > a new module for OrientDB is available. The first integration OrientDB / > Lucene is out. > The integration for now is focused on Full Text Index and Spatial Index. > > You can find the Docs here > https://github.com/orientechnologies/orientdb-lucene/wiki on how > to install and use the module. > > Give it a try, > contributions are welcome. > > Best Regards > Enrico > > > > -- --- 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.
