Abort trap:6 running sd-admin server start on MacOS

I'm getting an 'Abort trap:6' error when I try to start up my eval
copy of SD on my MacOS. See Appendix below for a stack trace.

Can someone give me guidance as to how to diagnose and fix this?

Thanks,

Eric Scott
Senior Software Engineer
Olive, Inc.

APPENDIX

$ stardog-admin server start
stardog-admin server start

(install-directory)/stardog-7.5.0/bin/stardog-admin: line 153: 25872
Abort trap: 6 "java" -Dstardog.home=(stardog home)/
-Xmx2g -Xms2g -XX:MaxDirectMemorySize=1500m
-Djava.library.path=(install-directory)/stardog-7.5.0/bin/../lib
-XX:SoftRefLRUPolicyMSPerMB=1 -XX:+UseParallelOldGC
-XX:+UseCompressedOops
-Djavax.xml.datatype.DatatypeFactory=org.apache.xerces.jaxp.datatype.DatatypeFactoryImpl
-Dapple.awt.UIElement=true -Dfile.encoding=UTF-8 --add-opens
java.base/java.lang=ALL-UNNAMED --add-opens
java.base/java.nio=ALL-UNNAMED --add-opens
java.base/java.util.concurrent.atomic=ALL-UNNAMED --add-opens
java.base/sun.nio.ch=ALL-UNNAMED
--add-opens=java.base/jdk.internal.ref=ALL-UNNAMED
--add-opens=java.base/jdk.internal.misc=ALL-UNNAMED
--add-opens=java.security.jgss/sun.security.krb5.internal.ktab=ALL-UNNAMED
-Djdk.tls.client.protocols=TLSv1.2
-Dlog4j.configurationFile=(install-directory)/stardog-7.5.0/bin/../server/dbms/log4j2.xml
-Dstardog.install.location=(install-directory)/stardog-7.5.0/bin/.. -server
-classpath
(install-directory)/stardog-7.5.0/bin/../client/ext/:(install-directory)/stardog-7.5.0/bin/../client/api/:(install-directory)/stardog-7.5.0/bin/../client/cli/:(install-directory)/stardog-7.5.0/bin/../client/http/:(install-directory)/stardog-7.5.0/bin/../client/pack/:(install-directory)/stardog-7.5.0/bin/../server/ext/:(install-directory)/stardog-7.5.0/bin/../server/dbms/:confused:
com.complexible.stardog.cli.admin.CLI server start >>
(stardog home)//stardog.log 2>&1

What version of OSX are you running and what version of JVM? Can you include your stardog.log and starrocks.log files?

MacOS Catalina
v. 10.15.7

java -version
openjdk version "14.0.1" 2020-04-14
OpenJDK Runtime Environment (build 14.0.1+14)
OpenJDK 64-Bit Server VM (build 14.0.1+14, mixed mode, sharing)

stardog.log

INFO 2021-02-22 08:40:16,674 [main] com.complexible.stardog.StardogLicense:main(441): Checking for valid license...
OpenJDK 64-Bit Server VM warning: Option UseParallelOldGC was deprecated in version 14.0 and will likely be removed in a future release.

starrocks.log

[INFO ][2021/02/22 08:40:18:618][starrocks/main/native/src/kerneljni.cpp:712][0x700006081000] Initializing Starrocks version 7.5.0

At the moment, Stardog only supports Java 11. Can you try with this version? I'm not sure if using Java 14 would cause this error.

Jess

That did the trick. Thanks for your help!