Error migrate to stardog 7

Hi, got error when trying to start Stardog server after migration to stardog 7.

java.lang.UnsatisfiedLinkError: /opt/stardog/lib/libStarrocks.so: /lib64/libc.so.6: version `GLIBC_2.18' not found (required by /opt/stardog/lib/libStarrocks.so)

Stardog is installed on AWS 4.14.133-88.112.amzn1.x86_64

We have seen this error with Stardog 7.0.0 on certain flavors of Linux. You can either upgrade to 7.0.1 (where we have updated the logic for picking native libs) or you can rename the libStarrocks-CentOS-7.so library in $STARDOG/lib to libStarrocks.so, since that is the correct file.

The error is while upgraded to 7.0.1. so I rename libStarrocks-CentOS-7.so to libStarrocks.so. got following error now:

WARN 2019-09-06 13:25:38,378 [main] com.complexible.stardog.metadata.MetadataIO:readBytes(300): Unrecognized option in the metadata: index.connection.timeout

WARN 2019-09-06 13:25:38,389 [main] com.complexible.stardog.metadata.MetadataIO:readBytes(300): Unrecognized option in the metadata: index.connection.timeout

WARN 2019-09-06 13:25:38,392 [main] com.complexible.stardog.metadata.MetadataIO:readBytes(300): Unrecognized option in the metadata: index.connection.timeout

WARN 2019-09-06 13:25:38,394 [main] com.complexible.stardog.metadata.MetadataIO:readBytes(300): Unrecognized option in the metadata: index.connection.timeout

WARN 2019-09-06 13:25:38,481 [main] com.complexible.stardog.metadata.MetadataIO:readBytes(300): Unrecognized option in the metadata: index.connection.timeout

WARN 2019-09-06 13:25:38,509 [main] com.complexible.stardog.metadata.MetadataIO:readBytes(300): Unrecognized option in the metadata: index.connection.timeout

WARN 2019-09-06 13:25:38,516 [main] com.complexible.stardog.metadata.MetadataIO:readBytes(300): Unrecognized option in the metadata: index.connection.timeout

WARN 2019-09-06 13:25:38,521 [main] com.complexible.stardog.metadata.MetadataIO:readBytes(300): Unrecognized option in the metadata: index.connection.timeout

WARN 2019-09-06 13:25:38,522 [main] com.complexible.stardog.metadata.MetadataIO:readBytes(300): Unrecognized option in the metadata: index.connection.timeout

WARN 2019-09-06 13:25:38,524 [main] com.complexible.stardog.metadata.MetadataIO:readBytes(300): Unrecognized option in the metadata: index.connection.timeout

Index format is obsolete, manual migration is required: /stardog/data/system

Vivian,

It looks like you still need to perform the Stardog 7 migration steps to convert your existing STARDOG_HOME to one that is compatible with Stardog 7.

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