You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
I get a null pointer exception when exporting tdbContentModels from VIVO 1.13 using jena3tools. Running time java -jar ./bin/jena3tools.jar -e -f -o nq -d . produces
Exception in thread "main" java.lang.NullPointerException
at org.vivoweb.tools.ApplicationStores.writeContent(ApplicationStores.java:240)
at org.vivoweb.tools.JenaCli.main(JenaCli.java:65)
Describe the bug
I get a null pointer exception when exporting
tdbContentModels
from VIVO 1.13 using jena3tools. Runningtime java -jar ./bin/jena3tools.jar -e -f -o nq -d .
producesTo Reproduce
Steps to reproduce the behavior:
/home $ mkdir VIVO
VIVO
directory/home $ cd VIVO
/home/VIVO $ git clone https://github.com/vivo-project/VIVO.git --branch vivo-1.13.0
/home/VIVO $ git clone https://github.com/vivo-project/Vitro.git --branch vitro-1.13.0
/home/VIVO $ mvn clean package -s installer/example-settings.xml
/home/VIVO $ docker compose up -d
/home/VIVO $ docker compose stop vivo
vivo-home
directory/home/VIVO $ cd vivo-home
runtime.properties
in thevivo-home
directory./home/VIVO/vivo-home $ cp config/runtime.properties runtime.properties
/home/VIVO/vivo-home $ time java -jar ./bin/jena3tools.jar -e -f -o nq -d .
Expected behavior
Running jena3tools creates a dumps directory containing the export (
content.nq
).Screenshots
Environment (please complete the following information):
The text was updated successfully, but these errors were encountered: