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

Reply via email to