Stardog 7 release

Someone needs to tell me about this schema multi-tenancy thing. It sounds awesome. I have an idea of what you're talking but not sure how to use it. Do you just put different schemas in separate named graphs and pass a flag?

We've got a docs section about how to use it via the CLI. SNARL is also updated with the functionality, of course, and you can see some details about that in the javadoc

Thanks. The documentation is getting large enough it's tough to scan it for the new stuff.

When trying to launch the Stardog 7.0.0, I got an error (reproducible).
Attached please check what happened.
error.log (23.7 KB)

Hi Yasunori,
You will need to run Stardog on Java 8.
Best,
Jess

Thanks, but in my environment Java version is 12.
Do I need to download another version of Java?

$ java -version
java version "12" 2019-03-19
Java(TM) SE Runtime Environment (build 12+33)
Java HotSpot(TM) 64-Bit Server VM (build 12+33, mixed mode, sharing)

Regards,
Yasunori

Yes, we currently support Java 8 only.

Thank you. Now I've been able to launch the server.

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