stardog-admin server start doesn't succeed, and gives the error: ...
WARNING: /usr/local/Cellar/openjdk/15.0.2/libexec/openjdk.jdk/Contents/Home/bin/java is loading libcrypto in an unsafe way
/opt/stardog/stardog-7.6.3/bin/stardog-admin: line 142: 81368 Abort trap: 6
I just installed and tried Java 11 as well. But still get the same error ..
WARNING: /Users/klck825/.jenv/versions/11/bin/java is loading libcrypto in an unsafe way
/opt/stardog/stardog-7.6.3/bin/stardog-admin: line 142: 99405 Abort trap: 6
OpenJDK Runtime Environment (AdoptOpenJDK)(build 1.8.0_292-b10)
OpenJDK 64-Bit Server VM (AdoptOpenJDK)(build 25.292-b10, mixed mode)
(base) ukc02z29d7lvcg:stardog klck825$ which stardog-admin
/opt/stardog//stardog-7.6.3/bin/stardog-admin
(base) ukc02z29d7lvcg:stardog klck825$ stardog-admin server start -v
OpenJDK 64-Bit Server VM warning: Ignoring option UseParallelOldGC; support was removed in 15.0
WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by com.google.inject.internal.cglib.core.$ReflectUtils$2 (file:/opt/stardog/stardog-7.6.3/client/api/guice-4.0.jar) to method java.lang.ClassLoader.defineClass(java.lang.String,byte[],int,int,java.security.ProtectionDomain)
WARNING: Please consider reporting this to the maintainers of com.google.inject.internal.cglib.core.$ReflectUtils$2
WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
WARNING: All illegal access operations will be denied in a future release
WARN 2021-05-17 18:01:43,481 [main] com.complexible.common.memory.PlatformDependent:(149): misc.VM
java.lang.IllegalAccessException: class com.complexible.common.memory.PlatformDependent$DefaultVM cannot access class jdk.internal.misc.VM (in module java.base) because module java.base does not export jdk.internal.misc to unnamed module @6ad5923a
at jdk.internal.reflect.Reflection.newIllegalAccessException(Reflection.java:385) ~[?:?]
at java.lang.reflect.AccessibleObject.checkAccess(AccessibleObject.java:693) ~[?:?]
at java.lang.reflect.Method.invoke(Method.java:556) ~[?:?]
at com.complexible.common.memory.PlatformDependent$DefaultVM.(PlatformDependent.java:139) [stardog-utils-common-7.6.3.jar:?]
at com.complexible.common.memory.PlatformDependent$DefaultVM.(PlatformDependent.java:128) [stardog-utils-common-7.6.3.jar:?]
at com.complexible.common.memory.PlatformDependent.(PlatformDependent.java:183) [stardog-utils-common-7.6.3.jar:?]
at com.complexible.common.memory.MemoryInfo.getDirectMemMax(MemoryInfo.java:49) [stardog-utils-common-7.6.3.jar:?]
at com.complexible.stardog.StardogConfiguration.initMemoryConfiguration(StardogConfiguration.java:843) [stardog-7.6.3.jar:?]
at com.complexible.stardog.StardogConfiguration.(StardogConfiguration.java:499) [stardog-7.6.3.jar:?]
at com.complexible.stardog.StardogConfiguration.(StardogConfiguration.java:478) [stardog-7.6.3.jar:?]
at com.complexible.stardog.Stardog.(Stardog.java:172) [stardog-7.6.3.jar:?]
at com.complexible.stardog.Stardog.(Stardog.java:66) [stardog-7.6.3.jar:?]
at com.complexible.stardog.Stardog$StardogBuilder.create(Stardog.java:664) [stardog-7.6.3.jar:?]
at com.complexible.stardog.cli.impl.ServerStart.call(ServerStart.java:173) [stardog-cli-7.6.3.jar:?]
at com.complexible.stardog.cli.impl.ServerStart.call(ServerStart.java:43) [stardog-cli-7.6.3.jar:?]
at com.complexible.stardog.cli.CLIBase.execute(CLIBase.java:56) [stardog-cli-7.6.3.jar:?]
at com.complexible.stardog.cli.admin.CLI.main(CLI.java:218) [stardog-cli-7.6.3.jar:?]
WARNING: /usr/local/Cellar/openjdk/15.0.2/libexec/openjdk.jdk/Contents/Home/bin/java is loading libcrypto in an unsafe way