Re: Re: Re: jena-fuseki UI in podman execution (2nd effort without attachments)

2024-02-12 Thread Lorenz Buehmann
Open issue: https://github.com/apache/jena/issues/2267 On 12.02.24 09:26, Lorenz Buehmann wrote: Hi all, I can reproduce it with using Apache Jena Fuseki 4.10.0 and generating a dummy N-Quads file by e.g. using Bash: for i in {1..100..1}; do echo "

Re: Re: jena-fuseki UI in podman execution (2nd effort without attachments)

2024-02-12 Thread Lorenz Buehmann
Hi all, I can reproduce it with using Apache Jena Fuseki 4.10.0 and generating a dummy N-Quads file by e.g. using Bash: for i in {1..100..1}; do echo " ." >> data.nq; done tdb2.tdbloader --loc /t

Re: jena-fuseki UI in podman execution (2nd effort without attachments)

2024-02-11 Thread jaanam
Hi Andy, it really seems that there had been an UI update as the olden versions look correct. The problem with the latest jena-fuseki UI is that I have some hundred named graphs and I cannot access them through the latest UI. What is Vue ? Br, Jaana > 09.02.2024 13.37 EET Andy Seaborne kirjo

Re: jena-fuseki UI in podman execution (2nd effort without attachments)

2024-02-11 Thread jaanam
Hi, Thanks for your suggestion refgarding secoresearch/fuseki ! I must try it ! Br, Jaana > 10.02.2024 17.20 EET Andrii Berezovskyi kirjoitti: > > > A bit unrelated, but I could also recommend secoresearch/fuseki image, which > is maintained by Jouni Tuominen and is currently at Jena 4.10.0

Re: jena-fuseki UI in podman execution

2024-02-11 Thread jaanam
gt; > > Rob > > > > From: jaa...@kolumbus.fi > > Date: Thursday, 8 February 2024 at 08:48 > > To: users@jena.apache.org > > Subject: jena-fuseki UI in podman execution > > Hi, I've running jena-fuseki with docker: > > > > docker run -p 3

Re: jena-fuseki UI in podman execution

2024-02-11 Thread Justin
link to them? > > Thanks, > > Rob > > From: jaa...@kolumbus.fi > Date: Thursday, 8 February 2024 at 08:48 > To: users@jena.apache.org > Subject: jena-fuseki UI in podman execution > Hi, I've running jena-fuseki with docker: > > docker run -p 3030:3030 -e AD

Re: jena-fuseki UI in podman execution (2nd effort without attachments)

2024-02-10 Thread Andrii Berezovskyi
A bit unrelated, but I could also recommend secoresearch/fuseki image, which is maintained by Jouni Tuominen and is currently at Jena 4.10.0 & JDK 21.0.2. –Andrew. On 9 Feb 2024, at 12:37, Andy Seaborne wrote: Hi Jaana, Glad you got it sorted out. The Fuseki UI does not do anything special a

Re: jena-fuseki UI in podman execution (2nd effort without attachments)

2024-02-09 Thread Andy Seaborne
Hi Jaana, Glad you got it sorted out. The Fuseki UI does not do anything special about browser caches. There was a major UI update with implementing it in Vue and all the HTML assets that go with that. Andy On 09/02/2024 05:37, jaa...@kolumbus.fi wrote: Hi, I just noticed that it's not

Re: jena-fuseki UI in podman execution (2nd effort without attachments)

2024-02-08 Thread jaanam
Hi, I just noticed that it's not question about podman or docker but about browser cache. After deleting everything in browser cache I managed to get the correct user interface when running stain/jena-fuseki:3.14.0 and stain/jena-fuseki:4.0.0 by both podman and docker, but when I tried the late

jena-fuseki UI in podman execution (2nd effort without attachments)

2024-02-08 Thread jaanam
Hi, I've running jena-fuseki with docker: docker run -p 3030:3030 -e ADMIN_PASSWORD=pw123 stain/jena-fuseki and rootless podman: podman run -p 3030:3030 -e ADMIN_PASSWORD=pw123 docker.io/stain/jena-fuseki when excuted the same version 4.8.0 of jena-fuseki with podman the UI looks totally d

Re: jena-fuseki UI in podman execution

2024-02-08 Thread Rob @ DNR
Hi This list does not permit attachments so we can’t see your screenshots, can you upload them to some public image hosting somewhere and link to them? Thanks, Rob From: jaa...@kolumbus.fi Date: Thursday, 8 February 2024 at 08:48 To: users@jena.apache.org Subject: jena-fuseki UI in podman

jena-fuseki UI in podman execution

2024-02-08 Thread jaanam
Hi, I've running jena-fuseki with docker: docker run -p 3030:3030 -e ADMIN_PASSWORD=pw123 stain/jena-fuseki and rootless podman: podman run -p 3030:3030 -e ADMIN_PASSWORD=pw123 docker.io/stain/jena-fuseki when excuted the same version 4.8.0 of jena-fuseki with podman the UI looks totally d