Please could you try with OrientDB 2.1-rc3? Best Regards,
Luca Garulli CEO at Orient Technologies LTD the Company behind OrientDB <http://orientdb.com> On 15 June 2015 at 19:04, Effy Teva <[email protected]> wrote: > Hi, > > I'm trying to re-evaluate OrientDB, and run into the same issue once > again. (Rexster 2.6 > OrientDB 2.0.10) > Anyone know how to get this working? I'm using the basic scenario of > Rexter -> OrientDB and can't get it to actually work normally... > > Also, I've managed to create an index, and found out queries it works with > g.getVertices, instead of g.V. Why won't g.V use the indexes as well?.. > > Thanks, > Effy > > > > On Thursday, February 26, 2015 at 10:23:42 AM UTC+2, Effy Teva wrote: >> >> Hi, >> >> I'm running Rexster with OrientDB and run into an exception: "Database >> instance is not set in current thread. Assure to set it with: >> ODatabaseRecordThreadLocal.INSTANCE.set(db); ". >> The exception is not always thrown: >> >> gremlin>g.getVertices("explicitid",100000L) >> ==>v[#9:90603] >> gremlin>g.getVertices("explicitid",100000L) >> ==>Database instance is not set in current thread. Assure to set it with: >> ODatabaseRecordThreadLocal.INSTANCE.set(db); >> >> I'm using Rexster 2.6.0, OrientDB 2.0.3, and the rexster configuration is: >> <graph> >> <graph-enabled>true</graph-enabled> >> <graph-name>orientdbsample</graph-name> >> >> <graph-type>com.tinkerpop.rexster.OrientGraphConfiguration</graph-type> >> <graph-location>plocal:C:/tmp/og</graph-location> >> <properties> >> <username>admin</username> >> <password>admin</password> >> </properties> >> </graph> >> >> When trying to use a remote connection, this exception is always thrown. >> >> Any clues? >> >> Thanks, >> Effy >> > -- > > --- > 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]. For more options, visit https://groups.google.com/d/optout.
