I did the same process without modifying the default-distributed-db-config.json which worked. So more specifically,
2 instances, ubuntu 14.04 - On both, install ubuntu 14.04, install Oracle Java 1.8.0_51 64bit - On both, extract orientdb-community-2.1.1-20150809.182628-3-distribution.tar.gz (which includes GratefulDeadConcerts db). - On both, modify hazelcast.xml as shown in your example (i.e. 2 manually specified ips) - On first instance, cd /opt/orientdb-community-2.1.1-SNAPSHOT/bin . Then, ./dserver.sh . specify a root password. Interactively set nodename to "testnode1". /opt/orientdb-community-2.1-rc6/databases/GratefulDeadConcerts/distributed-config.json updates to new settings and INFO [testnode1] received updated status testnode1.GratefulDeadConcerts=ONLINE [OHazelcastPlugin] - On second instance, cd /opt/orientdb-community-2.1.1-SNAPSHOT/bin . Then, ./dserver.sh . specify a root password. Interactively set nodename to "testnode2". testnode1 creates backup of GratefulDeadConcerts and sends it to testnode2. testnode2 installs db. Both nodes have GratefulDeadConcerts=ONLINE with no java.lang.IllegalStateException. -- --- 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.
