All,
OK - been banging my head against a wall all day…
I've tried jgroups as well as the multicast - the logs where changes are made always show sending…
[2013-08-25 19:06:18,478] DEBUG er.extensions.remoteSynchronizer.ERXRemoteSynchronizer Multicast instance 7f0000010a1a: Writing [SnapshotUpdated: _EOIntegralKeyGlobalID[AdminUser (java.lang.Integer)4]] [2013-08-25 19:06:18,478] DEBUG er.extensions.remoteSynchronizer.ERXRemoteSynchronizer Multicast instance 7f0000010a1a: Writing [SnapshotInserted: _EOIntegralKeyGlobalID[Transaction (java.lang.Integer)55]] [2013-08-25 19:06:18,518] DEBUG er.extensions.remoteSynchronizer.ERXRemoteSynchronizer Multicast instance 7f0000010a1a: Writing [SnapshotInserted: _EOIntegralKeyGlobalID[TransactionTouch (java.lang.Integer)254]]
, but nothing ever receives. I've turned on logging, and even put a breakpoint on the jgroups receive method, but nothing.
Any suggestions? Here are my current properties:
er.extensions.ERXObjectStoreCoordinatorPool.maxCoordinators=1 er.extensions.remoteSynchronizer.enabled=true
but I also tried this:
er.extensions.ERXObjectStoreCoordinatorPool.maxCoordinators=1 #er.extensions.remoteSynchronizer=er.jgroups.ERJGroupsSynchronizer #er.extensions.jgroupsSynchronizer.groupName=Fitnotix er.extensions.remoteSynchronizer.enabled=true
Sending supposedly happens, but nothing pops out on the other end. When I try to save on instance 2, I always get an optimistic locking error.
Thanks, Ken
|