Re: Fuseki 503 response, with java.io.IOException in logs

2022-06-21 Thread Andy Seaborne
On 21/06/2022 14:58, Adrian Walker wrote: unsubscribe See https://jena.apache.org/help_and_support/index.html "... list-unsubscr...@jena.apache.org ..." Andy

Re: Fuseki 503 response, with java.io.IOException in logs

2022-06-21 Thread Adrian Walker
unsubscribe On Mon, Jun 20, 2022 at 6:24 PM Noah from ProvocaTeach wrote: > Hi all, > > I took another look at the `journalctl` logs and noticed something in the > stack traces: > > Jun 20 18:15:12 numberphile fuseki-server[8404]: > org.apache.jena.assembler.exceptions.AssemblerException:

Re: Fuseki 503 response, with java.io.IOException in logs

2022-06-21 Thread Andy Seaborne
On 21/06/2022 02:24, Noah from ProvocaTeach wrote: Hi all, I took another look at the `journalctl` logs and noticed something in the stack traces: Jun 20 18:15:12 numberphile fuseki-server[8404]: org.apache.jena.assembler.exceptions.AssemblerException: caught: java.io.IOException: No

Re: Fuseki 503 response, with java.io.IOException in logs

2022-06-20 Thread Noah from ProvocaTeach
Hi all, I took another look at the `journalctl` logs and noticed something in the stack traces: Jun 20 18:15:12 numberphile fuseki-server[8404]: org.apache.jena.assembler.exceptions.AssemblerException: caught: java.io.IOException: No such file or directory Jun 20 18:15:12 numberphile

Re: Fuseki 503 response, with java.io.IOException in logs

2022-06-20 Thread Noah from ProvocaTeach
Hi, thanks for the reply. I could be mistaken, but I looked through the scripts, and I don’t think I’m having Fuseki generate a PIDfile since I’m using `systemd`. Here is my `fuseki.service` file: [Unit] Description=Apache Jena Fuseki [Service] Restart=on-abort Type=simple

Re: Fuseki 503 response, with java.io.IOException in logs

2022-06-20 Thread Sorin Gheorghiu
Hi, could it be related to the file permissions for fuseki.pid? It defaults first available of /var/run, /usr/var/run, and /tmp if not set. Cheers, Sorin Am 20.06.2022 um 15:46 schrieb Noah from ProvocaTeach: Hi all, I am trying to run Fuseki as a `systemd` service. The service is up and

Fuseki 503 response, with java.io.IOException in logs

2022-06-20 Thread Noah from ProvocaTeach
Hi all, I am trying to run Fuseki as a `systemd` service. The service is up and running, but every time I try to query the SPARQL endpoint from `localhost`, I get a 503 Service Unavailable error. $ curl -iX POST http://localhost:31457/reality/query --data "CONSTRUCT WHERE {?s ?p ?o}" HTTP/1.1

Re: Fuseki not response

2016-05-10 Thread Dave Reynolds
The Wine ontology, developed as part of the original OWL standard, was designed to demonstrate all the OWL constructs. While it may be small, reasoning with it is non-trivial for anything other than a full DL reasoner. You may be able to get reasonable performance by using the OWLMicro

Fuseki not response

2016-05-10 Thread Ania david
Hello I got this free online Ontology (wine ontology really small) http://protege.cim3.net/file/pub/ontologies/wine/wine.owl protege.cim3.net protege.cim3.net ]> An example OWL ontology Derived from the DAML Wine ontology at