kbss-cvut / s-pipes-editor-ui

MIT License
0 stars 0 forks source link

Unable to reach rdf4j repository from s-pipes-editor-rest #41

Closed blcham closed 1 month ago

blcham commented 3 months ago

Relates to $ROOT/docker-compose.yml. Manifests if starting editor from scratch / removing volume related to rdf4j.

image

The issue is that we use rdf4j server in docker-compose which does not create the repository. Maybe we could switch to graphdb instead and put scripts to create the repo.

Workaround -- create the repository manually.

blcham commented 1 month ago

We'll start this together -- taking graphdb configuration from 23ava-distribution.

blcham commented 1 month ago

Moreover, when executing hello-world i get: image

blcham commented 1 month ago

BTW, how to debug JAVA application: image

blcham commented 1 month ago

Most-likely not but this might be the issue as well ... look at ontodriver in record-manager: rdf4j.driver=cz.cvut.kbss.ontodriver.sesame.SesameDataSource