CRX2OAK repository migration
Team,
As part of client requirement, i am doing a POC on repository migration.I am using CRX2OAK.
And my requirement is to merge one content path from source to destination.
When i run the following command, it seems to be struck with creating File Store.
java -jar oak-upgrade-1.16.0.jar --include-paths=/content --merge-paths=/content/dam C:/Tools/new_cq5/crx-quickstart/repository C:/Tools/6.5/crx-quickstart/repository
Do you know how to resolve this?
05.09.2019 14:40:45.396 [main] *INFO* org.apache.jackrabbit.oak.segment.SegmentNodeStore$SegmentNodeStoreBuilder - Creating segment node store SegmentNodeStoreBuilder{blobStore=org.apache.jackrabbit.oak.upgrade.cli.blob.LoopbackBlobStore@5e25a92e}
05.09.2019 14:40:45.433 [main] *INFO* org.apache.jackrabbit.oak.segment.scheduler.LockBasedScheduler - Initializing SegmentNodeStore with the commitFairLock option enabled.
05.09.2019 14:40:45.473 [main] *INFO* org.apache.jackrabbit.oak.upgrade.cli.parser.DatastoreArguments - Destination blob store: LoopbackBlobStore
05.09.2019 14:40:45.482 [main] *INFO* org.apache.jackrabbit.oak.segment.file.FileStore - Creating file store FileStoreBuilder{version=1.16.0, directory=C:\Tools\6.5\crx-quickstart\repository\segmentstore, blobStore=org.apache.jackrabbit.oak.upgrade.cli.blob.LoopbackBlobStore@4206a205, maxFileSize=256, segmentCacheSize=256, stringCacheSize=256, templateCacheSize=64, stringDeduplicationCacheSize=15000, templateDeduplicationCacheSize=3000, nodeDeduplicationCacheSize=1048576, memoryMapping=true, offHeapAccess=false, gcOptions=SegmentGCOptions{paused=false, estimationDisabled=false, gcSizeDeltaEstimation=1073741824, retryCount=5, forceTimeout=60, retainedGenerations=2, gcType=FULL}}
