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 " 
   
." >> data.nq; done


tdb2.tdbloader --loc /tmp/tdb2/debug data.nq

$FUSEKI_HOME/fuseki-server --loc /tmp/tdb2/debug --port  /ds


Looks like the larger number of graphs breaks the UI in the "edit" tab 
because the page size is 5 and the number of pages is then beyond what 
fits the left-side of the widget.



Cheers,

Lorenz


On 12.02.24 06:32, jaa...@kolumbus.fi wrote:
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  kirjoitti:

  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 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 latest stain/jena-fuseki (4.8.0) I 
got the incorrect interface (shown here 
https://github.com/jamietti/jena/blob/main/fuseki-podman.png).


Jaana M



08.02.2024 13.23 EET jaa...@kolumbus.fi kirjoitti:

   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 different from the UI of the instance excuted 
with docker.
   see file fuseki-podman.png 
https://github.com/jamietti/jena/blob/main/fuseki-podman.png in 
https://github.com/jamietti/jena/

What can cause this problem ?
   Br, Jaana M



--
Lorenz Bühmann
Research Associate/Scientific Developer

Email buehm...@infai.org

Institute for Applied Informatics e.V. (InfAI) | Goerdelerring 9 | 04109 
Leipzig | Germany



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 /tmp/tdb2/debug data.nq

$FUSEKI_HOME/fuseki-server --loc /tmp/tdb2/debug --port  /ds


Looks like the larger number of graphs breaks the UI in the "edit" tab 
because the page size is 5 and the number of pages is then beyond what 
fits the left-side of the widget.



Cheers,

Lorenz


On 12.02.24 06:32, jaa...@kolumbus.fi wrote:

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  kirjoitti:

  
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  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 latest 
stain/jena-fuseki (4.8.0) I got the incorrect interface (shown here 
https://github.com/jamietti/jena/blob/main/fuseki-podman.png).

Jaana M



08.02.2024 13.23 EET jaa...@kolumbus.fi kirjoitti:

   
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 different from the UI of the instance excuted with docker.
   
see file fuseki-podman.png https://github.com/jamietti/jena/blob/main/fuseki-podman.png in https://github.com/jamietti/jena/

What can cause this problem ?
   
Br, Jaana M


--
Lorenz Bühmann
Research Associate/Scientific Developer

Email buehm...@infai.org

Institute for Applied Informatics e.V. (InfAI) | Goerdelerring 9 | 04109 
Leipzig | Germany



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  kirjoitti:
> 
>  
> 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  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 
> > latest stain/jena-fuseki (4.8.0) I got the incorrect interface (shown here 
> > https://github.com/jamietti/jena/blob/main/fuseki-podman.png).
> > 
> > Jaana M
> > 
> > 
> >> 08.02.2024 13.23 EET jaa...@kolumbus.fi kirjoitti:
> >>
> >>   
> >> 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 different from the UI of the instance excuted with docker.
> >>   
> >> see file fuseki-podman.png 
> >> https://github.com/jamietti/jena/blob/main/fuseki-podman.png in 
> >> https://github.com/jamietti/jena/
> >> What can cause this problem ?
> >>   
> >> Br, Jaana M


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 & 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 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  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 
> latest stain/jena-fuseki (4.8.0) I got the incorrect interface (shown here 
> https://github.com/jamietti/jena/blob/main/fuseki-podman.png).
> Jaana M
> 08.02.2024 13.23 EET jaa...@kolumbus.fi kirjoitti:
> 
>  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 different from the UI of the instance excuted with docker.
>  see file fuseki-podman.png 
> https://github.com/jamietti/jena/blob/main/fuseki-podman.png in 
> https://github.com/jamietti/jena/
> What can cause this problem ?
>  Br, Jaana M


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 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  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 latest 
stain/jena-fuseki (4.8.0) I got the incorrect interface (shown here 
https://github.com/jamietti/jena/blob/main/fuseki-podman.png).
Jaana M
08.02.2024 13.23 EET jaa...@kolumbus.fi kirjoitti:

 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 different from the UI of the instance excuted with docker.
 see file fuseki-podman.png 
https://github.com/jamietti/jena/blob/main/fuseki-podman.png in 
https://github.com/jamietti/jena/
What can cause this problem ?
 Br, Jaana M



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  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 latest 
stain/jena-fuseki (4.8.0) I got the incorrect interface (shown here 
https://github.com/jamietti/jena/blob/main/fuseki-podman.png).

Jaana M



08.02.2024 13.23 EET jaa...@kolumbus.fi kirjoitti:

  
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 different from the UI of the instance excuted with docker.
  
see file fuseki-podman.png https://github.com/jamietti/jena/blob/main/fuseki-podman.png in https://github.com/jamietti/jena/

What can cause this problem ?
  
Br, Jaana M


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 latest 
stain/jena-fuseki (4.8.0) I got the incorrect interface (shown here 
https://github.com/jamietti/jena/blob/main/fuseki-podman.png).

Jaana M


> 08.02.2024 13.23 EET jaa...@kolumbus.fi kirjoitti:
> 
>  
> 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 different from the UI of the instance excuted with docker.
>  
> see file fuseki-podman.png 
> https://github.com/jamietti/jena/blob/main/fuseki-podman.png in 
> https://github.com/jamietti/jena/
> What can cause this problem ?
>  
> Br, Jaana M


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 different from the UI of the instance excuted with docker.
 
see file fuseki-podman.png 
https://github.com/jamietti/jena/blob/main/fuseki-podman.png in 
https://github.com/jamietti/jena/
What can cause this problem ?
 
Br, Jaana M