-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.9.10
-
Fix Version/s: 1.10.0
-
Component/s: oak-run, segment-azure
-
Labels:None
Due to changes in OAK-7812, oak-run segment-copy now fails because of incorrect parsing of incomplete custom URI:
A problem occured while copying archives from repository/segmentstore/ to az:https://storageaccount.blob.core.windows.net/container/directory java.lang.NullPointerException at org.apache.jackrabbit.oak.segment.azure.util.AzureConfigurationParserUtils.parseAzureConfigurationFromUri(AzureConfigurationParserUtils.java:140) at org.apache.jackrabbit.oak.segment.azure.tool.ToolUtils.createCloudBlobDirectory(ToolUtils.java:122) at org.apache.jackrabbit.oak.segment.azure.tool.ToolUtils.newSegmentNodeStorePersistence(ToolUtils.java:98) at org.apache.jackrabbit.oak.segment.azure.tool.SegmentCopy.run(SegmentCopy.java:230) at org.apache.jackrabbit.oak.run.SegmentCopyCommand.execute(SegmentCopyCommand.java:55)