I'm trying to enable replication on master server that was running with "recovery" enabled previously.
I have copied database file to slave... and so on by manual. It worked fine. But if I restart slave server:
com.objectdb.o.UserException: Failed to synchronize replicated database at com.objectdb.o.MSG.d(MSG.java:61) at com.objectdb.o.RPT.d(RPT.java:99) at com.objectdb.o.RPT.<init>(RPT.java:66) at com.objectdb.o.SHN.aw(SHN.java:703) at com.objectdb.o.SHN.K(SHN.java:202) at com.objectdb.o.HND.run(HND.java:133) at java.lang.Thread.run(Unknown Source)
And, maybe it is irrelevant to this topic, if I enable "recording" on slave and then restart, I will get:
java.lang.NullPointerException at com.objectdb.o.RPR.u(RPR.java:248) at com.objectdb.o.RPR.<init>(RPR.java:112) at com.objectdb.o.SMR.S(SMR.java:650) at com.objectdb.o.SMR.n(SMR.java:162) at com.objectdb.o.TOL.run(TOL.java:116) at com.objectdb.Server.runCommand(Server.java:198) at com.objectdb.Server.run(Server.java:103) at com.objectdb.Server.main(Server.java:62)
and my *.odb files on slave turn to *.odb_nonclosed.
I'm using v2.5.4_01