[orientdb] Help! Querying error: quorom2 not reached for request

2015-05-10 Thread NewUser
Hi, I am using orientdb-community-2.0.5 I was able to successfully query when I had 2 nodes in my distributed setup but now I cannot anymore since I went upto 4 nodes. I have set autoDeploy: false and copied the databases to the database directory. I have changed the default database

[orientdb] OrientDB on Amazon EC2 distributed setup not running?

2015-04-26 Thread NewUser
Hi ! I just downloaded the jar orientdb-community-2.0.tar.gz the free edition and unpacked it in the amazon ec2 cloud. Did some checks by creating databases using console and starting ./dserver.sh assigining node names. I then changed the multicast option to false and setup the aws

[orientdb] Jars not matching or some other issue?

2015-03-25 Thread NewUser
Hi I am facing this exception while loading a .nt file into orientDB using the SailLoader (https://github.com/tinkerpop/blueprints/blob/master/blueprints-graph-sail/src/main/java/com/tinkerpop/blueprints/oupls/sail/SailLoader.java) by tinkerpop: 15373829 statements out of 15373833 get loaded

[orientdb] Sparql Querying OrientDB - problems!

2015-01-11 Thread NewUser
Hi! I am using OrientDb community v 1.7.9. I have loaded data from a .nt file using the sail loader https://github.com/tinkerpop/blueprints/blob/master/blueprints-graph-sail/src/main/java/com/tinkerpop/blueprints/oupls/sail/SailLoader.java

[orientdb] Unable to retieve edges using Gremlin

2015-01-07 Thread NewUser
Hi! I created a remote OrientDb database in the console and then tried to load the vertices and edges using the Graph API from a file. The program ran smoothly and I used Gremlin to check the loading. While I can see the Vertices are loaded with the properties, I see that the edges on the

[orientdb] Sharding for SailLoader? Sparql Querying?

2014-10-26 Thread NewUser
Hi ! Is it possible to use the autosharding (https://github.com/orientechnologies/orientdb/wiki/Distributed-Sharding) somehow while loading a RDF file using SailLoader function? Would it possible to run general Sparql queries (https://github.com/tinkerpop/blueprints/wiki/Sail-Ouplementation)

Re: [orientdb] Happy Birthday Luca

2014-10-26 Thread NewUser
Happy Birthday Luca!! Thank you for your passion and support to the users of OrientDB. Here is wishing you success! On Monday, 27 October 2014 00:00:47 UTC+1, Lvc@ wrote: You guys are amazing. You made my whole day! :-) Thanks, Lvc@ Sent from Mobile device Il 26/Ott/2014 20:39 Garrett

Re: [orientdb] Inserting a large file into OrientDB

2014-10-21 Thread NewUser
to reproduce this error. On Fri, Oct 17, 2014 at 10:34 PM, NewUser sykam...@gmail.com javascript: wrote: Hi! I have created a schemaless database in OrientDB in which I am trying to load a large .nt file, I have not created any manual indexes and I am trying to see how the system

Re: [orientdb] Re: Another, different error (ClassCastException after running awhile)

2014-10-18 Thread NewUser
Hi Michael!! I am encountering the same problems while loading a large file into the orientdb, I am very tempted to try the no indexing option now as well, I am using version 2.2.1 of community. The indexes are automatically made when I load the data, can you please tell me how you disabled

[orientdb] Inserting a large file into OrientDB

2014-10-17 Thread NewUser
Hi! I have created a schemaless database in OrientDB in which I am trying to load a large .nt file, I have not created any manual indexes and I am trying to see how the system behaves with the automatic indexing. The indexes were created upon starting the upload as from what I see in the