ReplicatedEnvironment does not startup after an all nodes ordered shutdown.
742833Jun 25 2010 — edited Jul 12 2010Hi all,
We are having problems to startup a ReplicatedEnvironment after an ordered successfully shutdown of all nodes.
h4. Scenario:
<li>5 servers: Solaris 10 + JRE 1.6.0_17 64bits + BDBJE 4.0.103</li>
<li>Each server is running one jvm process with 7 replicated environments.</li>
h4. Problem:
After a full ordered shutdown where the JVM process on each server successfully closes all ReplicatedEnvironment instances, some ReplicatedEnvironment instance does not startup.
Master and Replicas are successfully set but it seems that "environment is not really open. In fact je.info.X is nor je.lck file is created.
The only way we found to successfully startup is by copying all "master" files to each "replica".
The follow appears on each environment log:
100623 15:01:43:107 INFO [XXXXXXbe01A] Replica IO exception: Expected bytes: 6 read bytes: 0
java.io.IOException: Expected bytes: 6 read bytes: 0
at com.sleepycat.je.rep.utilint.BinaryProtocol.fillBuffer(BinaryProtocol.java:367)
at com.sleepycat.je.rep.utilint.BinaryProtocol.read(BinaryProtocol.java:388)
at com.sleepycat.je.rep.impl.node.Replica.doRunReplicaLoopInternalWork(Replica.java:415)
at com.sleepycat.je.rep.impl.node.Replica.runReplicaLoopInternal(Replica.java:353)
at com.sleepycat.je.rep.impl.node.Replica.runReplicaLoop(Replica.java:295)
at com.sleepycat.je.rep.impl.node.RepNode.run(RepNode.java:926)
Any help? I would like to attach all logs but it exceeds the post limit.
It would be nice to have a way for attaching log files (compressed with 7-ZIP PPMd if storage space is a problem).
Thanks in advance.
/César.
Edited by: Cesar Alvarez on 25-jun-2010 20:08