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 "<http://example.org/s>
<http://example.org/p> <http://example.org/o> <http://example.org/g$i>
." >> data.nq; done
tdb2.tdbloader --loc /tmp/tdb2/debug data.nq
$FUSEKI_HOME/fuseki-server --loc /tmp/tdb2/debug --port 3333 /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, [email protected] 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 <[email protected]> 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, [email protected] 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 [email protected] 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 [email protected]
Institute for Applied Informatics e.V. (InfAI) | Goerdelerring 9 | 04109
Leipzig | Germany