-
Notifications
You must be signed in to change notification settings - Fork 30
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Pb with GraphDB #57
Comments
I try to attach the server.js file |
I think the issue is that for dynamic datasets, the LD-R always used |
I don't see any config about the username, password here. You should edit this in your server config (click on the configurations icon). |
this means you cannot connect to the SPARQL endpoint that hosts your configurations! check your config for |
Yes , but since the ldr base has been populated when the process started, that means that the program accesses and writes into the base in some way non ? |
Not necessarily as LD-R is just a UI on top of a SPARQL endpoint. If the connection is not established, the UI can still run but with error messages. And the configurations for datasets and configs are separate. You might be able to see some datasets but cannot write any configurations. |
Here's the code https://drive.google.com/open?id=1qn_5KK1u7dS5XNhgjRp0UuLX7kpF8Axt Thanks Ali |
I checked the code. If you remove the
|
I get that on the command line uri: '**http://example.com**:7200/repositories/enedis instead of uri: 'localhost:7200/repositories/enedis while the content of the base is |
no clue what to do! I checked your files with my local GraphDB and everything worked well with the above changes! |
It looks like localhost or '127.0.0.1' is ignored (static or dynamic) |
localhost is ignored for all dynamic configs as it might cause a security breach! |
That's annoying ;) |
if you really want to have it enabled, you can just remove that restriction in your fork. |
Yes, I'll do it . Thanks Ali |
Hi,
I try to configure ld-r but although I indicate graphDB in my config file, I still have ClioPatria in my ldr repository (graphDB) ... I think I got rid of all mention of ClioPatria in the config files.
Specifications
Thank you
The text was updated successfully, but these errors were encountered: