Hi...
That error normally means you are out of disk space on your host
machine. Do df -k to check all your partitions have free space.
I downloaded your image and it ran fine for me using the same options as
you provided.
$ docker logs aa450c2de2b2
09:26:02 INFO Server :: Apache Jena Fuseki 3.17.0
09:26:02 INFO Config :: FUSEKI_HOME=/jena-fuseki
09:26:02 INFO Config :: FUSEKI_BASE=/data/fuseki
09:26:02 INFO Config :: Shiro file: file:///data/fuseki/shiro.ini
09:26:03 INFO Config :: Configuration file:
/data/fuseki/config/config.ttl
09:26:06 INFO Server :: Path = /inf
09:26:06 INFO Server :: Path = /test
09:26:06 INFO Server :: Path = /ds
09:26:06 INFO Server :: System
09:26:06 INFO Server :: Memory: 2.0 GiB
09:26:06 INFO Server :: Java: 14.0.2
09:26:06 INFO Server :: OS: Linux 5.4.80-gentoo-r1 amd64
09:26:06 INFO Server :: PID: 1
09:26:06 INFO Server :: Started 2021/03/11 09:26:06 UTC on
port 3030
Regards,
Donald
On 11/03/2021 04:07, [email protected] wrote:
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 miettinj/pxpro-jena-fuseki:fuseki3.17.0
into dockerHUB.
When I try run my new image in azure cloud it fails with error: "sed:
couldn't close /data/fuseki/sedh5alYI: No space left on device"
What can it mean and would you have any idea about the solution ?
Br, Jaana
2021-03-11T03:22:13.799Z INFO - Pulling image from Docker hub:
miettinj/pxpro-jena-fuseki:fuseki3.17.0
2021-03-11T03:22:14.946Z INFO - fuseki3.17.0 Pulling from
miettinj/pxpro-jena-fuseki
2021-03-11T03:22:14.959Z INFO - Digest:
sha256:df833976b8f3c1d4392609bd7511aef1c24c3e9189f2930512440f63b29eec2b
2021-03-11T03:22:14.961Z INFO - Status: Image is up to date for
miettinj/pxpro-jena-fuseki:fuseki3.17.0
2021-03-11T03:22:14.980Z INFO - Pull Image successful, Time taken: 0
Minutes and 1 Seconds
2021-03-11T03:22:14.987Z INFO - Starting container for site
2021-03-11T03:22:14.989Z INFO - docker run -d -p 5381:3030 --name
<myprefix>-jena-fuseki-cont_0_e4e461e1 -e
WEBSITES_ENABLE_APP_SERVICE_STORAGE=false -e
WEBSITE_SITE_NAME=<myprefix>-jena-fuseki-cont -e
WEBSITE_AUTH_ENABLED=False -e PORT=3030 -e WEBSITE_ROLE_INSTANCE_ID=0
-e WEBSITE_HOSTNAME=<myprefix>-jena-fuseki-cont.azurewebsites.net -e
WEBSITE_INSTANCE_ID=4626886fa06471c0a0006f3b9b70852c5a1f20ef21a46c118d372f6d11898471
-e HTTP_LOGGING_ENABLED=1 miettinj/pxpro-jena-fuseki:fuseki3.17.0
2021-03-11T03:22:16.211Z INFO - Initiating warmup request to
container <myprefix>-jena-fuseki-cont_0_e4e461e1 for site
<myprefix>-jena-fuseki-cont
2021-03-11T03:22:16.447796968Z sed: couldn't close
/data/fuseki/sedh5alYI: No space left on device