This problem is really getting to me. My codebase uses both SQL and Gremlin/Groovy and I need to be able to prototype / write my queries interactively.
I am on OS X, using OrientDB 1.7rc1, executing orientdb-gremlin command. Please help! :) J5 > I'm trying to start the gremlin console and I get this java error: >>> >>> Exception in thread "main" java.lang.NoClassDefFoundError: >>> com/tinkerpop/gremlin/groovy/console/Console >>> Caused by: java.lang.ClassNotFoundException: >>> com.tinkerpop.gremlin.groovy.console.Console >>> at java.net.URLClassLoader$1.run(URLClassLoader.java:202) >>> at java.security.AccessController.doPrivileged(Native Method) >>> at java.net.URLClassLoader.findClass(URLClassLoader.java:190) >>> at java.lang.ClassLoader.loadClass(ClassLoader.java:306) >>> at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301) >>> at java.lang.ClassLoader.loadClass(ClassLoader.java:247) >>> >>> I'm sure it's a simple class path problem but I don't know what I should >>> be doing to fix it ... >>> >>> Any help would be appreciated. >>> >>> Regards, >>> J5 >>> >>> -- >>> >>> --- >>> 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/groups/opt_out. >>> >> >> -- --- 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.
