sed: couldn't close /data/fuseki/sedh5alYI: No space left on device

2021-03-10 Thread jaanam
Hello, I'm trying to run jena-fuseki 3.17 docker image in azure cloud. In order to prevent JVM from taking all memory I pulled the blankdots/jena-fuseki:fuseki3.17.0 from dockerHub and replaced it by a custom image miettinj/pxpro-jena-fuseki:fuseki3.17.0, that uses JVM_ARGS=-Xmx2g and pushed

Re: Need help about creating a subquery inside a construct using ARQ

2021-03-10 Thread Andy Seaborne
Hi Guillermo, Sorry I don't have Scala installed so this is from looking at the code below. On 09/03/2021 21:59, Guillermo Coscarelli wrote: Hi, I am trying to build the following query using ARQ PREFIX ldp: CONSTRUCT { ?a ldp:member ?b . } WHERE {

Re: Apache Fuseki does't show content on web

2021-03-10 Thread emri mbiemri
I found the solution, I had to write on the cmd this command: fuseki-server --update --mem /ds and I added also the data folder on the fuseki folder. It is working now. On 2021/03/10 11:37:23, Dave Iberson-Hurst wrote: > Hi > > Not sure if related but I experienced an issue with 3.17. Was runni

Re: Apache Fuseki does't show content on web

2021-03-10 Thread Dave Iberson-Hurst
Hi Not sure if related but I experienced an issue with 3.17. Was running 3.12 and decided to upgrade to 3.17 but could not get the console to respond. Loaded 3.16 and that was fine. Using Chrome. Have not tried firefox. Dave Iberson-Hurst On 10/03/2021, 10.13, "Gray, Alasdair" wrote:

Re: Paging data with Jena

2021-03-10 Thread Donald McIntosh
Yeah... I am conflating issues a bit but I don't think this is a client caching issue.  What I am saying is that I am expecting the implementation of offset to be slow and directly related to amount of data - and therefore unsuitable for a number use cases where response time is important.  In

Re: Apache Fuseki does't show content on web

2021-03-10 Thread emri mbiemri
I have tried switching to Firefox but it doesn't help yet. The content of the Fuseki web is still blank! On 2021/03/10 09:13:32, "Gray, Alasdair" wrote: > Hi > > I encountered the same problem earlier in the year when teaching my class. We > found changing from Chrome to Firefox got around th

Re: Re: Paging data with Jena

2021-03-10 Thread Lorenz Buehmann
On 09.03.21 17:57, Donald McIntosh wrote: Ultimately however, it's definitely not a scalable solution.  If two users run the same paging screen at the same time on my system, it will double the work.. which is already sub-optimal due to lack of indexes.  I guess - and I do not mean this as

Re: Paging data with Jena

2021-03-10 Thread Mikael Pesonen
We had similar case with paging and also recommend COUNT, since it's usually much faster than returning the data so it won't affect performance so much. On 09/03/2021 10.56, Martynas Jusevičius wrote: COUNT(*) / LIMIT should give you the number of pages. On Tue, Mar 9, 2021 at 9:52 AM Dona

Re: Apache Fuseki does't show content on web

2021-03-10 Thread Gray, Alasdair
Hi I encountered the same problem earlier in the year when teaching my class. We found changing from Chrome to Firefox got around the problem. Alasdair -- Alasdair J G Gray Associate Professor in Computer Science, School of Mathematical and Computer Sciences Heriot-Watt University, Edinburgh, U

Apache Fuseki does't show content on web

2021-03-10 Thread emri mbiemri
Dear all, I am trying to use apache Fuseki to perform some queries on a dataset. Related to the instruction of the this video:https://www.youtube.com/watch?v=3WTtKaIfqnk I have downloaded the fuseki zip, extracted and pasted the content on c:\FUSEKI. When I click the fuseki-server.bat file the