Hi, 2 things: 1) don't use local but "plocal" as database protocol.
2) Have you tried with OrientDB 1.7 and this cfg? <graph> * <graph-enabled>false</graph-enabled> * <graph-name>orientdbsample</graph-name> * <graph-type>com.tinkerpop.rexster.OrientGraphConfiguration</graph-type> * <graph-location>local:/tmp/orientdb-graph</graph-location> * <properties> * <username>admin</username> * <password>admin</password> * </properties> * <extensions> * <allows> * <allow>tp:gremlin</allow> * </allows> * </extensions> * </graph> Lvc@ On 4 June 2014 16:42, tfillmor <[email protected]> wrote: > Hi - > > Am really struggling in getting Rexster (2.6.0 SNAPSHOT) to see/use Orient > (v1.7rc2) > > I let the rexster site give me what it said was the latest and followed > all the instructions I could find on getting it to work with Orient (there > are multiple places) but cannot get rexster to see Orient when it starts. > > Here's the xml, as located in > ~/downloads/rexster-master/rexster-server/target/rexster-server-2.6.0-SNAPSHOT-standalone/config > > <graph> > <graph-enabled>true</graph-enabled> > <graph-name>nameOfMyGraphDB</graph-name> > <graph-type>orientgraph</graph-type> > <graph-file>local:/path/to/my/orientdb/folder</graph-file> > <properties> > <username>admin</username> > <password>admin</password> > </properties> > </graph> > > The following files are in > ~/downloads/rexster-master/rexster-server/target/rexster-server-2.6.0-SNAPSHOT-standalone/ext > orient-commons-1.7-rc2.jar > orientdb-client-1.7-rc2.jar > orientdb-core-1.7-rc2.jar > orientdb-enterprise-1.7-rc2.jar > orientdb-graphdb-1.7-rc2.jar > > When I start rexster I get these errors (snipped to show only orient...) > ... > [WARN] GraphConfigurationContainer - GraphConfiguration could not be found > or otherwise instantiated: [orientgraph]. Ensure that it is in Rexster's > path. > com.tinkerpop.rexster.config.GraphConfigurationException: > GraphConfiguration could not be found or otherwise instantiated: > [orientgraph]. Ensure that it is in Rexster's path. > at > com.tinkerpop.rexster.config.GraphConfigurationContainer.getGraphFromConfiguration(GraphConfigurationContainer.java:142) > at > com.tinkerpop.rexster.config.GraphConfigurationContainer.<init>(GraphConfigurationContainer.java:54) > at > com.tinkerpop.rexster.server.XmlRexsterApplication.reconfigure(XmlRexsterApplication.java:99) > at > com.tinkerpop.rexster.server.XmlRexsterApplication.<init>(XmlRexsterApplication.java:47) > at com.tinkerpop.rexster.Application.<init>(Application.java:97) > at com.tinkerpop.rexster.Application.main(Application.java:189) > Caused by: java.lang.ClassNotFoundException: orientgraph > at java.net.URLClassLoader$1.run(URLClassLoader.java:366) > 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:425) > at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:308) > at java.lang.ClassLoader.loadClass(ClassLoader.java:358) > at java.lang.Class.forName0(Native Method) > at java.lang.Class.forName(Class.java:270) > at > com.tinkerpop.rexster.config.GraphConfigurationContainer.getGraphFromConfiguration(GraphConfigurationContainer.java:119) > ... 5 more > [WARN] GraphConfigurationContainer - orientgraph > java.lang.ClassNotFoundException: orientgraph > at java.net.URLClassLoader$1.run(URLClassLoader.java:366) > 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:425) > at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:308) > at java.lang.ClassLoader.loadClass(ClassLoader.java:358) > at java.lang.Class.forName0(Native Method) > at java.lang.Class.forName(Class.java:270) > at > com.tinkerpop.rexster.config.GraphConfigurationContainer.getGraphFromConfiguration(GraphConfigurationContainer.java:119) > at > com.tinkerpop.rexster.config.GraphConfigurationContainer.<init>(GraphConfigurationContainer.java:54) > at > com.tinkerpop.rexster.server.XmlRexsterApplication.reconfigure(XmlRexsterApplication.java:99) > at > com.tinkerpop.rexster.server.XmlRexsterApplication.<init>(XmlRexsterApplication.java:47) > at com.tinkerpop.rexster.Application.<init>(Application.java:97) > at com.tinkerpop.rexster.Application.main(Application.java:189) > ..... > > Rexster starts OK anyway and I can use the doghouse, etc.... just not > with Orient. > > Help! > > Thanks in Advance > > tfillmor > southern California > > -- > > --- > 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.
