Michael Dürig created OAK-4998:
----------------------------------
Summary: NPE when starting Oak Console
Key: OAK-4998
URL: https://issues.apache.org/jira/browse/OAK-4998
Project: Jackrabbit Oak
Issue Type: Bug
Components: run
Reporter: Michael Dürig
Assignee: Michael Dürig
Fix For: 1.5.13
{{oak-run console}} throws an {{NPE}}:
{noformat}
Exception in thread "main" java.lang.NullPointerException
at
com.google.common.base.Preconditions.checkNotNull(Preconditions.java:192)
at
org.apache.jackrabbit.oak.segment.SegmentNodeStore.builder(SegmentNodeStore.java:148)
at
org.apache.jackrabbit.oak.segment.SegmentNodeStoreBuilders.builder(SegmentNodeStoreBuilders.java:69)
at
org.apache.jackrabbit.oak.console.SegmentTarFixture.<init>(SegmentTarFixture.java:69)
at
org.apache.jackrabbit.oak.console.SegmentTarFixture.create(SegmentTarFixture.java:48)
at org.apache.jackrabbit.oak.console.Console.main(Console.java:139)
at
org.apache.jackrabbit.oak.run.ConsoleCommand.execute(ConsoleCommand.java:26)
at org.apache.jackrabbit.oak.run.Mode.execute(Mode.java:63)
at org.apache.jackrabbit.oak.run.Main.main(Main.java:49)
{noformat}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)