I need some free time to create a unit test as I can't share the actual log.
This is happening with only 1 node (the app itself) so it's not a matter of the nodes seeing each other it's an issue with the clustering thinking it needs to contact another node to perform "create class V" but there aren't any other nodes. It's isolated to Windows which implies it is related to the windows specific fixes in 1.7.5. 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.
