Description
Restarting an application running Oak/SegmentMK/Memory Mapped files fails to restart with following exception
07.04.2014 16:50:22.679 ERROR [FelixStartLevel] org.apache.jackrabbit.oak-core [org.apache.jackrabbit.oak.plugins.segment.SegmentNodeStoreService(46)] The activate method has thrown an exception (java.io.IOException: Could not backup tar file E:\CQ_6.0\author\crx-quickstart\repository\segmentstore\data00003a.tar) java.io.IOException: Could not backup tar file E:\CQ_6.0\author\crx-quickstart\repository\segmentstore\data00003a.tar at org.apache.jackrabbit.oak.plugins.segment.file.TarReader.open(TarReader.java:109) at org.apache.jackrabbit.oak.plugins.segment.file.FileStore.<init>(FileStore.java:172) at org.apache.jackrabbit.oak.plugins.segment.file.FileStore.<init>(FileStore.java:134) at org.apache.jackrabbit.oak.plugins.segment.SegmentNodeStoreService.registerNodeStore(SegmentNodeStoreService.java:151) at org.apache.jackrabbit.oak.plugins.segment.SegmentNodeStoreService.activate(SegmentNodeStoreService.java:119)
Attachments
Issue Links
- is related to
-
OAK-2670 Online Backup of segment store fails on Windows because the journal file is locked exclusively.
- Closed