Skip to content
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

Fuseki setup instructions #237

Open
namedgraph opened this issue Sep 6, 2023 · 0 comments
Open

Fuseki setup instructions #237

namedgraph opened this issue Sep 6, 2023 · 0 comments

Comments

@namedgraph
Copy link

Hi,

I'm following the Fuseki HA setup instructions.

I've saved the example config as java -jar delta-fuseki.jar --conf config-1.ttl and ran the following command:

java -jar delta-fuseki.jar --conf config-1.ttl

The server did not start, this was the output:

[2023-09-06 15:10:44] Delta      INFO  Delta Patch Log Servers: [http://localhost:1068/]
POST http://localhost:1068/$/rpc

When I use the Tutorial/fuseki-config.ttl, the server starts fine:

rdf-delta-1.1.2 %  java -jar delta-fuseki.jar --conf ./Tutorial/fuseki-config.ttl                                     
[2023-09-06 15:12:51] Delta      INFO  Delta Patch Log Servers: [http://localhost:1066/]
[2023-09-06 15:12:51] Server     INFO  Apache Jena Fuseki 4.5.0
[2023-09-06 15:12:51] Server     INFO  Configuration file: ./Tutorial/fuseki-config.ttl
[2023-09-06 15:12:51] Server     INFO  Path = /ds
[2023-09-06 15:12:51] Server     INFO  System
[2023-09-06 15:12:51] Server     INFO    Memory: 4,0 GiB
[2023-09-06 15:12:51] Server     INFO    Java:   17.0.7
[2023-09-06 15:12:51] Server     INFO    OS:     Mac OS X 12.6.1 aarch64
[2023-09-06 15:12:51] Server     INFO    PID:    22732
[2023-09-06 15:12:51] Server     INFO  Start Fuseki (http=3030)

It looks like the delta:changes port is incorrect in the inline example: it should be http://localhost:1066/ instead of http://localhost:1068/.

I've opened a PR which fixes this and several typos: #236

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant