Hi -

Been out of town else would have tested this earlier...

Using the binary download of Orient 1.7 and the suggested config did not 
work as expected - however, downloading orient and compiling from source 
did (compiling time: 32 seconds).  

* Rexster + binary download of Orient 1.7 produced '...unsupported rexpro 
version: 71...' errors in rexster.

* Rexster + locally-compiled Orient 1.7 worked as expected, no rexpro 
errors are reported and my database is viewable in the 'doghouse' rexster 
component.  Compiling is easy, just follow the ant instructions in the 
readme to compile.

After doing some mass inserts will re-test the setup and report the 
findings.


TF

On Wednesday, June 4, 2014 8:14:01 AM UTC-7, tfillmor wrote:
>
> Hi again -
>
> No, but I will...  
>
> It sounds like I should upgrade to the release version of 1.7 (instead of 
> just 17rc2), will do.
>
> Also - none of the docs that I could find show 
> <graph-type>com.tinkerpop.rexster.OrientGraphConfiguration</graph-type>...  
> I can accept it is my noob-ness in missing what might be a really obvious 
> thing, but perhaps the docs could be updated?  :)
>
> Thanks, Orient is a great db...
>
> tfillmor
>
>
> On Wednesday, June 4, 2014 7:42:22 AM UTC-7, tfillmor 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.

Reply via email to