hi

in [1] the readme.md lists a fixture Oak-Segment-Tar-DS for the server command. However, this does not work (throws an exception [2]) due to the option missing from [3]. Is this option still supported or should it be removed from the documentation?

[1] https://github.com/apache/jackrabbit-oak/blob/trunk/oak-run/README.md#oak-server-mode [2] java -jar target\oak-run-1.12-SNAPSHOT.jar server http://localhost:8080 Oak-Segment-Tar-DS
Apache Jackrabbit Oak 1.12-SNAPSHOT
Exception in thread "main" java.lang.IllegalArgumentException: Unsupported repository setup Oak-Segment-Tar-DS         at org.apache.jackrabbit.oak.run.ServerCommand.execute(ServerCommand.java:130)
        at org.apache.jackrabbit.oak.run.Main.main(Main.java:49)

[3] https://github.com/apache/jackrabbit-oak/blob/29f3393341c30aa44d976d998e5613afb6398a23/oak-run/src/main/java/org/apache/jackrabbit/oak/run/ServerCommand.java#L98-L131

Reply via email to