Skip to main content
Version: 0.1.0

Troubleshooting

Feel free to contact the OML Vision contributors for troubleshooting information if this guide does not suffice.

Contact Us

FUESKI LOGS

If using Fuseki for the RDF Triplestore, logs are usually created in the .fuseki/fuseki.log directory.

Incorrect Java Version

Some OML models may specify a specific version of Java. For example, the Kepler16b OML Model only supports Java 17 or higher.

To fix this update Java to the correct version.

Helpful guide for updating Java version for Windows and macOS here

USER INTERFACE

Updating the Java version on macOS within VSCode may look like this.

Correct Java Version

Fuseki RDF Triplestore port already in use

By default, the Fuseki RDF triplestore uses port 3030. If this port is already in use, you will need to kill it in order for data to be loaded into the triplestore.

USER INTERFACE

Killing the 3030 port using macOS within VSCode may look like this.

Kill Port in Use

Windows

Use port 3030

Follow this guide to kill a port on a Windows found here

macOS

Use port 3030

Follow this guide to kill a port on a macOS found here