I successfully installed the latest Stardog Free platform on my Mac (macOs 11.4).
Then I set up $STARDOG_HOME and copied the license file there
But when I tried to run: $ stardog-admin server start
I got this error:
Unrecognized VM option 'UseParallelOldGC'
Did you mean '(+/-)UseParallelGC'? Error: Could not create the Java Virtual Machine.
Error: A fatal exception has occurred. Program will exit.
Btw., here are my Java installation details:
java 16.0.1 2021-04-20
Java(TM) SE Runtime Environment (build 16.0.1+9-24)
Java HotSpot(TM) 64-Bit Server VM (build 16.0.1+9-24, mixed mode, sharing)
Could someone help me out?