You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@jackrabbit.apache.org by Ruben Reusser <rr...@headwire.com> on 2019/02/04 17:13:20 UTC

oak-run server support for Oak-Segment-Tar-DS

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