I am getting the following error:


2014-08-11 18:18:13:012 SEVE [node1407785821829] No nodes configured for 
partition 'backend.[]' request:
id=-1 from=node1407785821829 task=command_sql(create property 
Resource.hidden Boolean) userName=admin [
OHazelcastPlugin]Cannot route COMMAND operation to the distributed node
No nodes configured for partition 'backend.[]' request: id=-1 
from=node1407785821829 task=command_sql(cr
eate property Resource.hidden Boolean) userName=admin


My database name is backend, but I have no idea what a partition is...

On Monday, August 11, 2014 5:04:53 PM UTC-3, Daniel Hoffmann Bernardes 
wrote:
>
> For some reason when running an embedded distributed orientdb database 
> instance I can not manipulate the database schema
>
> For example if I try to run this:
>
> OSchema schema= db.getMetadata().getSchema();
> schema.createAbstractClass("NamedEntity");
>
> give me an error, if I try a to connect using "plocal:somepath/db" or 
> "remote:someip:someport/db" it works just fine.
>
> This line works though:
>
> Iterator it= db.browseClass("OUser");
> it.next(); //"admin" user is returned
>
>
> Anyone has any idea what might be wrong.
>

-- 

--- 
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