Hi, I suggest you to switch to 1.7.10-SNAPSHOT. Lvc@
On 28 October 2014 20:51, <[email protected]> wrote: > Hi > > I am using 1.7.8 orientdb version and facing some issues on distribution > servers. > > Graph is not build correctly when I defined the edges and property. Can > anyone help me. > > WARN [node1413825214846] sending undo message for request (id=1108284 > from=node1413825214846 task=record_update(#12:356906 v.14) userName=admin) > to server node1413825214846 [ODistributedResponseManager]Cannot route > UPDATE_RECORD operation against #12:356906 to the distributed node > Error on sending distributed request (id=1108284 from=node1413825214846 > task=record_update(#12:356906 v.14) userName=admin) against database > 'SDSDependency.[relationshipentity]' to nodes [node1413825214847, > node1413825214846] > -> > com.orientechnologies.orient.server.hazelcast.OHazelcastDistributedDatabase.send2Nodes(OHazelcastDistributedDatabase.java:198) > -> > com.orientechnologies.orient.server.hazelcast.OHazelcastPlugin.sendRequest(OHazelcastPlugin.java:369) > -> > com.orientechnologies.orient.server.distributed.ODistributedStorage.updateRecord(ODistributedStorage.java:452) > -> > com.orientechnologies.orient.core.db.raw.ODatabaseRaw.save(ODatabaseRaw.java:281) > -> > com.orientechnologies.orient.core.db.record.ODatabaseRecordAbstract.executeSaveRecord(ODatabaseRecordAbstract.java:1133) > -> > com.orientechnologies.orient.core.tx.OTransactionNoTx.saveRecord(OTransactionNoTx.java:79) > -> > com.orientechnologies.orient.core.db.record.ODatabaseRecordTx.save(ODatabaseRecordTx.java:322) > -> > com.orientechnologies.orient.core.db.record.ODatabaseRecordTx.save(ODatabaseRecordTx.java:297) > -> > com.orientechnologies.orient.core.db.record.ODatabaseRecordTx.save(ODatabaseRecordTx.java:40) > -> > com.orientechnologies.orient.core.db.ODatabaseRecordWrapperAbstract.save(ODatabaseRecordWrapperAbstract.java:292) > -> > com.orientechnologies.orient.core.db.document.ODatabaseDocumentTx.save(ODatabaseDocumentTx.java:320) > -> > com.orientechnologies.orient.core.db.document.ODatabaseDocumentTx.save(ODatabaseDocumentTx.java:257) > -> > com.orientechnologies.orient.core.db.document.ODatabaseDocumentTx.save(ODatabaseDocumentTx.java:56) > -> > com.orientechnologies.orient.server.network.protocol.binary.OBinaryNetworkProtocolAbstract.updateRecord(OBinaryNetworkProtocolAbstract.java:314) > -> > com.orientechnologies.orient.server.network.protocol.binary.ONetworkProtocolBinary.updateRecord(ONetworkProtocolBinary.java:1343) > -> > com.orientechnologies.orient.server.network.protocol.binary.ONetworkProtocolBinary.executeRequest(ONetworkProtocolBinary.java:309) > -> > com.orientechnologies.orient.server.network.protocol.binary.OBinaryNetworkProtocolAbstract.execute(OBinaryNetworkProtocolAbstract.java:169) > -> com.orientechnologies.common.thread.OSoftThread.run(OSoftThread.java:45) > Quorum 2 not reached for request (id=1108284 from=node1413825214846 > task=record_update(#12:356906 v.14) userName=admin). Servers in > timeout/conflict are: > - node1413825214847: 10 > Received: {node1413825214847=10, node1413825214846=15} > -> > com.orientechnologies.orient.server.hazelcast.OHazelcastDistributedDatabase.send2Nodes(OHazelcastDistributedDatabase.java:198) > -> > com.orientechnologies.orient.server.hazelcast.OHazelcastPlugin.sendRequest(OHazelcastPlugin.java:369) > -> > com.orientechnologies.orient.server.distributed.ODistributedStorage.updateRecord(ODistributedStorage.java:452) > -> > com.orientechnologies.orient.core.db.raw.ODatabaseRaw.save(ODatabaseRaw.java:281) > -> > com.orientechnologies.orient.core.db.record.ODatabaseRecordAbstract.executeSaveRecord(ODatabaseRecordAbstract.java:1133) > -> > com.orientechnologies.orient.core.tx.OTransactionNoTx.saveRecord(OTransactionNoTx.java:79) > -> > com.orientechnologies.orient.core.db.record.ODatabaseRecordTx.save(ODatabaseRecordTx.java:322) > -> > com.orientechnologies.orient.core.db.record.ODatabaseRecordTx.save(ODatabaseRecordTx.java:297) > -> > com.orientechnologies.orient.core.db.record.ODatabaseRecordTx.save(ODatabaseRecordTx.java:40) > -> > com.orientechnologies.orient.core.db.ODatabaseRecordWrapperAbstract.save(ODatabaseRecordWrapperAbstract.java:292) > -> > com.orientechnologies.orient.core.db.document.ODatabaseDocumentTx.save(ODatabaseDocumentTx.java:320) > -> > com.orientechnologies.orient.core.db.document.ODatabaseDocumentTx.save(ODatabaseDocumentTx.java:257) > -> > com.orientechnologies.orient.core.db.document.ODatabaseDocumentTx.save(ODatabaseDocumentTx.java:56) > -> > com.orientechnologies.orient.server.network.protocol.binary.OBinaryNetworkProtocolAbstract.updateRecord(OBinaryNetworkProtocolAbstract.java:314) > -> > com.orientechnologies.orient.server.network.protocol.binary.ONetworkProtocolBinary.updateRecord(ONetworkProtocolBinary.java:1343) > -> > com.orientechnologies.orient.server.network.protocol.binary.ONetworkProtocolBinary.executeRequest(ONetworkProtocolBinary.java:309) > > > On Thursday, February 27, 2014 6:15:04 AM UTC-5, madhu wrote: >> >> Hi, >> >> I started orientdb distributed server. And when I try to get connection >> from DB, it is giving following exception. >> >> *Version: orientdb-community-1.7-rc2-20140227.020256-62-distribution* >> >> OrientGraph graph = new OrientGraph("remote:172.20.36.88:2430/GraphDB", >> "admin", "admin"); >> >> com.orientechnologies.orient.core.exception.OSerializationException: >> Error on unmarshalling field 'members' in record #-1:-1 with value: >> at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native >> Method) >> at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown >> Source) >> at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown >> Source) >> at java.lang.reflect.Constructor.newInstance(Unknown Source) >> at com.orientechnologies.common.log.OLogManager.exception( >> OLogManager.java:162) >> at com.orientechnologies.orient.core.serialization.serializer. >> record.string.ORecordSerializerSchemaAware2CSV.fromString( >> ORecordSerializerSchemaAware2CSV.java:543) >> at com.orientechnologies.orient.core.serialization.serializer. >> record.string.ORecordSerializerStringAbstract.fromStream( >> ORecordSerializerStringAbstract.java:80) >> at com.orientechnologies.orient.core.record. >> ORecordSchemaAwareAbstract.deserializeFields(ORecordSchemaAwareAbstract. >> java:178) >> at com.orientechnologies.orient.core.record.impl.ODocument. >> deserializeFields(ODocument.java:1413) >> at com.orientechnologies.orient.core.record.impl.ODocument. >> checkForFields(ODocument.java:1303) >> at com.orientechnologies.orient.core.record.impl.ODocument. >> rawField(ODocument.java:493) >> at com.orientechnologies.orient.core.record.impl.ODocument. >> field(ODocument.java:513) >> at com.orientechnologies.orient.client.remote.OStorageRemote. >> updateClusterConfiguration(OStorageRemote.java:1982) >> at com.orientechnologies.orient.client.remote.OStorageRemote. >> openRemoteDatabase(OStorageRemote.java:1605) >> at com.orientechnologies.orient.client.remote.OStorageRemote. >> open(OStorageRemote.java:201) >> at com.orientechnologies.orient.client.remote. >> OStorageRemoteThread.open(OStorageRemoteThread.java:80) >> at com.orientechnologies.orient.core.db.raw.ODatabaseRaw.open( >> ODatabaseRaw.java:101) >> at com.orientechnologies.orient.core.db. >> ODatabaseWrapperAbstract.open(ODatabaseWrapperAbstract.java:54) >> at com.orientechnologies.orient.core.db.record. >> ODatabaseRecordAbstract.open(ODatabaseRecordAbstract.java:131) >> at com.orientechnologies.orient.core.db. >> ODatabaseWrapperAbstract.open(ODatabaseWrapperAbstract.java:54) >> at com.tinkerpop.blueprints.impls.orient.OrientBaseGraph. >> openOrCreate(OrientBaseGraph.java:881) >> at com.tinkerpop.blueprints.impls.orient.OrientBaseGraph.< >> init>(OrientBaseGraph.java:134) >> at com.tinkerpop.blueprints.impls.orient.OrientTransactionalGraph.< >> init>(OrientTransactionalGraph.java:58) >> at com.tinkerpop.blueprints.impls.orient.OrientTransactionalGraph.< >> init>(OrientTransactionalGraph.java:54) >> at com.tinkerpop.blueprints.impls.orient.OrientGraph.< >> init>(OrientGraph.java:44) >> at SolarisTest.main(SolarisTest.java:36) >> Caused by: java.lang.NullPointerException >> at com.orientechnologies.orient.core.record. >> ORecordSchemaAwareAbstract.getSchemaClass(ORecordSchemaAwareAbstract. >> java:82) >> at com.orientechnologies.orient.core.serialization.serializer. >> record.string.ORecordSerializerSchemaAware2CSV.fromString( >> ORecordSerializerSchemaAware2CSV.java:445) >> ... 20 more >> >> >> Can someone explain why this is happening? >> >> Thanks, >> Madhu >> >> -- > > --- > 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. > -- --- 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.
