Issue added:
https://github.com/orientechnologies/orientdb/issues/2981

On Sunday, October 19, 2014 10:03:20 PM UTC-4, odbuser wrote:
>
> OrientDB 2.0-SNAPSHOT
> Embedded
> Clustered but with only one node running
> Using default-distrubuted-db-conf.json
>
> The following error occurs sometimes during startup after having run 
> successfully for awhile.  On startup (always) I'm updating a property on a 
> vertex of a class.
>
> Caused by: com.orientechnologies.common.exception.OException: Cannot find 
> best cluster for class 'SomeClass'. ClusterStrategy=local
>     at com.orientechnologies.orient.server.hazelcast.OLocalClusterStrategy
> .readConfiguration(OLocalClusterStrategy.java:90)
>     at com.orientechnologies.orient.server.hazelcast.OLocalClusterStrategy
> .getCluster(OLocalClusterStrategy.java:61)
>     at com.orientechnologies.orient.core.metadata.schema.OClassImpl.
> getClusterForNewInstance(OClassImpl.java:762)
>     at com.orientechnologies.orient.core.record.impl.ODocument.save(
> ODocument.java:1655)
>     at com.orientechnologies.orient.core.record.impl.ODocument.save(
> ODocument.java:1644)
>     at com.tinkerpop.blueprints.impls.orient.OrientElement.save(
> OrientElement.java:277)
>     at com.tinkerpop.blueprints.impls.orient.OrientElement.save(
> OrientElement.java:259)
>     at com.tinkerpop.blueprints.impls.orient.OrientElement.setProperty(
> OrientElement.java:167)
>     at com.test.Test.test(Test.java:10)
>
> This occurs here:
> com.orientechnologies.orient.server.hazelcast.OLocalClusterStrategy@90
>       throw new OException("Cannot find best cluster for class '" + cls.
> getName() + "'. ClusterStrategy=" + getName());
>
> My workaround has been to turn off clustering :0( or to delete the 
> database :0{
>

-- 

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