dasch-swiss / dsp-tools

A Python library and tools for the DSP-API
https://docs.dasch.swiss/latest/DSP-TOOLS
GNU General Public License v3.0
10 stars 4 forks source link

knora-reset-triplestore fails because of wrong path #15

Closed benjamingeer closed 2 years ago

benjamingeer commented 5 years ago

knora-reset-triplestore fails with this exception:

org.knora.webapi.BadRequestException: File /Users/benjamingeer/git/knora-api/webapi/./knora-ontologies/knora-admin.ttl does not exist

The path is incorrect; knora-ontologies is under knora-api, not under knora-api/webapi.

subotic commented 5 years ago

I don't think that I got knora-reset-triplestore ever working. The easiest would be for you to use the usual webapi/scripts.

benjamingeer commented 5 years ago

The easiest would be for you to use the usual webapi/scripts.

I tried that, but then #16 happened.