Hi Amit, You use very old snapshot versions. Could you try on 1.7-rc2 ? We will release it on this week.
On Tue, Mar 18, 2014 at 5:17 PM, Amit Kumar <[email protected]> wrote: > I am using blueprints-orient-graph (2.5.0-SNAPSHOT) and orientdb-client > (1.6.0-SNAPSHOT) > to invoke a groovy script that returns interesting vertices from the graph. > I invoke this script using GremlinGroovyScriptEngine programatically. I can > not get past this error (guess class loader issue). > > > java.lang.IllegalAccessError: class com.tinkerpop.blueprints.impls.orient. > OrientGraphQuery$OrientGraphQueryIterable cannot access its superclass com > .tinkerpop.blueprints.util.DefaultGraphQuery$DefaultGraphQueryIterable > > at java.lang.ClassLoader.defineClass1(Native Method) > at java.lang.ClassLoader.defineClass(ClassLoader.java:792) > at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142 > ) > at java.net.URLClassLoader.defineClass(URLClassLoader.java:449) > at java.net.URLClassLoader.access$100(URLClassLoader.java:71) > at java.net.URLClassLoader$1.run(URLClassLoader.java:361) > 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:424) > at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:308) > at java.lang.ClassLoader.loadClass(ClassLoader.java:357) > at com.tinkerpop.blueprints.impls.orient.OrientGraphQuery.vertices( > OrientGraphQuery.java:106) > at com.tinkerpop.blueprints.impls.orient.OrientBaseGraph.getVertices( > OrientBaseGraph.java:513) > > > > > > > > -- > > --- > 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. > -- Best regards, Andrey Lomakin. Orient Technologies the Company behind OrientDB -- --- 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.
