Problem with server start up

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?

Stardog is tested and supported on Java 8 and 11. Besides VM options, Stardog also does some direct memory management and shouldn't really be used on a different version of the JVM.

Can you try 8 or 11?

At the moment using Java 8 or 11 is not an option for me, but I am going to use a instance of Stardog on a running remote server, so thanks for the tip.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.