Created an issue: https://github.com/orientechnologies/orientdb/issues/2600
I don't have time at the moment to create a test case but it should be easy enough to do. Just use the default cluster configuration (no additional nodes) and programmatically create the database. On Friday, July 18, 2014 6:10:56 AM UTC-4, Lvc@ wrote: > > Hi, > We fixed Windows problems in 1.7.5, and it was with Windows paths. Can you > send here the full log to understand if nodes see each others? > > Lvc@ > > > On 18 July 2014 01:06, odbuser <[email protected] <javascript:>> wrote: > >> OrientDB 1.7.6 (uses hazelcast 3.2.2) >> OS : Windows (8.1 and 2008 Server fail), osx (works), solaris 10 (works) >> >> I'm using OrientDB embedded. The hazelcast configuration does not >> include any remote nodes besides itself. The app creates the database on >> startup and it's working under OSX (and I think Solaris) but it fails on >> Windows when trying to "create class V" >> >> [MYHOST] Installing distributed storage on database 'db' >> [MYHOST] Publishing online status for database MYHOST.db... >> [MYHOST] Database MYHOST.db is online, waking up listeners on local >> node... >> [MYHOST] received updated status MYHOST.db=ONLINE >> *[MYHOST] No nodes configured for partition 'db.[]' request: id=-1 >> from=MYHOST task=command_sql(create class V)* >> ODistributedStorage@74 |Cannot route COMMAND operation to the >> distributed node >> com.orientechnologies.orient.server.distributed.ODistributedException: No >> nodes configured for partition 'db.[]' request: id=-1 from=MYHOST >> task=command_sql(create class V) userName=admin >> at >> com.orientechnologies.orient.server.hazelcast.OHazelcastPlugin.sendRequest(OHazelcastPlugin.java:367) >> >> ~[bundleFile:1.7.6] >> at >> com.orientechnologies.orient.server.distributed.ODistributedStorage.command(ODistributedStorage.java:185) >> >> ~[bundleFile:1.7.6] >> at >> com.orientechnologies.orient.core.command.OCommandRequestTextAbstract.execute(OCommandRequestTextAbstract.java:59) >> >> [bundleFile:1.7.6] >> at >> com.orientechnologies.orient.core.metadata.schema.OSchemaShared.createClass(OSchemaShared.java:306) >> >> [bundleFile:1.7.6] >> at >> com.orientechnologies.orient.core.metadata.schema.OSchemaShared.createClass(OSchemaShared.java:160) >> >> [bundleFile:1.7.6] >> at >> com.orientechnologies.orient.core.metadata.schema.OSchemaProxy.createClass(OSchemaProxy.java:62) >> >> [bundleFile:1.7.6] >> at >> com.tinkerpop.blueprints.impls.orient.OrientBaseGraph.checkForGraphSchema(OrientBaseGraph.java:1571) >> >> [bundleFile:1.7.6] >> at >> com.tinkerpop.blueprints.impls.orient.OrientBaseGraph.openOrCreate(OrientBaseGraph.java:1747) >> >> [bundleFile:1.7.6] >> at >> com.tinkerpop.blueprints.impls.orient.OrientBaseGraph.<init>(OrientBaseGraph.java:131) >> >> [bundleFile:1.7.6] >> at >> com.tinkerpop.blueprints.impls.orient.OrientBaseGraph.<init>(OrientBaseGraph.java:197) >> >> [bundleFile:1.7.6] >> at >> com.tinkerpop.blueprints.impls.orient.OrientGraphNoTx.<init>(OrientGraphNoTx.java:44) >> >> [bundleFile:1.7.6] >> >> -- >> >> --- >> 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] <javascript:>. >> 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.
