afs/rdf-delta

Fuseki setup instructions

Opened this issue · 0 comments

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