Hi Enrico, I still get the following error, even if I use orientdb-1.7-SNAPSHOT, with the lucene jar in release or even if I compile it myself with maven.
orientdb> connect remote:localhost/databases/test admin admin Connecting to database [remote:localhost/databases/test] with user 'admin'... Error: com.orientechnologies.orient.core.exception.OQueryParsingException: Error on parsing query at position #6: Error on parsing query Query: name = 'admin' limit 1 -----------^ Error: 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 Error: java.lang.NoClassDefFoundError: com/orientechnologies/orient/core/index/OIndexCursor$OIndexCursorSingleValue Error: java.lang.ClassNotFoundException: com.orientechnologies.orient.core.index.OIndexCursor$OIndexCursorSingleValue Thanks for your help. Le samedi 3 mai 2014 19:46:43 UTC+2, Enrico Risa a écrit : > > Hi Guillaume, > > i discover that a SNAPSHOT release can be found here > > > https://oss.sonatype.org/content/repositories/snapshots/com/orientechnologies/orientdb-community/1.7-SNAPSHOT/ > > Enrico > > > 2014-05-02 21:23 GMT+02:00 Enrico Risa <[email protected] <javascript:>>: > >> Hi Guillaume, >> Yes it is compatible with the 1.7 SNAPSHOT. >> >> I think there is not a SNAPSHOT release. >> >> You have to clone the project, use checkout the branch develop and run >> ant clean install and you will find the folder >> >> releases in the parent folder of the project that contains the snapshot >> release >> >> >> Enrico >> Il 02/mag/2014 20:21 <[email protected] <javascript:>> ha scritto: >> >> Hi Guys, >>> >>> I still have this problem. Maybe because it's not compatible with >>> OrientDB-1.7-RC2? >>> If yes, could you point me in the direction of a SNAPSHOT release? I >>> haven't found them. >>> >>> Best regards >>> -GL >>> >>> Le mercredi 30 avril 2014 16:08:21 UTC+2, Guillaume Lefranc a écrit : >>>> >>>> Hi Enrico, >>>> >>>> I have created the jar from github with maven. >>>> If I download the jar it seems to be an older version, I get the error >>>> with SPATIAL index type missing. >>>> >>>> Thanks >>>> >>>> >>>> 2014-04-30 13:04 GMT+02:00 Enrico Risa <[email protected]<javascript:> >>>> >: >>>> >>>>> Hi Guillaume, >>>>> >>>>> i did not experience this problem. My fix was only to remove from the >>>>> build a file called plugin.json >>>>> that prevent the correct loading of studio plugin. Have you >>>>> downloaded the jar from github or created >>>>> with mvn assembly:assembly? >>>>> >>>>> >>>>> 2014-04-30 11:37 GMT+02:00 <[email protected] <javascript:>>: >>>>> >>>>> Hi Enrico, >>>>>> >>>>>> the fix causes a different error when connecting to the database: >>>>>> >>>>>> Error: >>>>>> com.orientechnologies.orient.enterprise.channel.binary.OResponseProcessingException: >>>>>> >>>>>> Exception during response processing. >>>>>> Error: java.util.ServiceConfigurationError: >>>>>> com.orientechnologies.orient.core.index.OIndexFactory: Provider >>>>>> com.orientechnologies.lucene.OLuceneIndexFactory could not be >>>>>> instantiated: java.lang.NoClassDefFoundError: Could not initialize >>>>>> class com.orientechnologies.lucene.OLuceneIndexFactory >>>>>> Error: java.lang.NoClassDefFoundError: Could not initialize class >>>>>> com.orientechnologies.lucene.OLuceneIndexFactory >>>>>> >>>>>> Thanks >>>>>> Guillaume >>>>>> >>>>>> >>>>>> Le mardi 29 avril 2014 18:09:45 UTC+2, Enrico Risa a écrit : >>>>>>> >>>>>>> Hi Guys, >>>>>>> >>>>>>> you can find a release that fix that issue here >>>>>>> https://github.com/orientechnologies/orientdb-lucene/releases >>>>>>> >>>>>>> >>>>>>> >>>>>>> >>>>>>> 2014-04-29 16:45 GMT+02:00 Enrico Risa <[email protected]>: >>>>>>> >>>>>>>> I see, me too >>>>>>>> i didn't try studio after installing orientdb-lucene >>>>>>>> >>>>>>>> However i'm on it >>>>>>>> >>>>>>>> >>>>>>>> 2014-04-29 15:54 GMT+02:00 Stefano Migliucci <[email protected]>: >>>>>>>> >>>>>>>> Hi Enrico, >>>>>>>>> I have the same problem. >>>>>>>>> >>>>>>>>> I have >>>>>>>>> - a fresh installed orientdb-community-1.7-SNAPSHOT >>>>>>>>> - the jar you indicated me yesterday at https://github.com/ >>>>>>>>> orientechnologies/orientdb-lucene/releases/tag/1.7-SNAPSHOT in >>>>>>>>> <ORIENT_HOME>/lib directory >>>>>>>>> but I renamed it in "orientdb-lucene-1.7-SNAPSHOT.jar" >>>>>>>>> >>>>>>>>> When I ask the page localhost/studio/index.htm >>>>>>>>> >>>>>>>>> Firefox Console answers: >>>>>>>>> <<Non è stata dichiarata la codifica caratteri del documento HTML. >>>>>>>>> Il documento verrà visualizzato con del testo incomprensibile in >>>>>>>>> alcune >>>>>>>>> configurazioni del browser nel caso in cui contenga dei caratteri al >>>>>>>>> di >>>>>>>>> fuori dell'intervallo US-ASCII. La codifica caratteri di una pagina >>>>>>>>> deve >>>>>>>>> essere dichiarata nel documento o nel protocollo di trasferimento.>> >>>>>>>>> >>>>>>>>> And http status code is: >>>>>>>>> 404 file not found >>>>>>>>> >>>>>>>>> Any idea? >>>>>>>>> Thanks >>>>>>>>> Stefano >>>>>>>>> >>>>>>>>> -- >>>>>>>>> >>>>>>>>> --- >>>>>>>>> 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. >>>>>>>>> >>>>>>>> >>>>>>>> >>>>>>> >>>>> >>>> -- >>> >>> --- >>> 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] <javascript:>. >>> For more options, visit https://groups.google.com/d/optout. >>> >> > -- --- 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.
