You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I pulled docker pull ghcr.io/peterstadler/existdb:6.3 and tried to run it locally on my apple silicon with:
docker run --rm -it --name exist ghcr.io/peterstadler/existdb:6.3
Unfortunately it failed with:
********************************
no admin password provided
setting password to gvNPpsxPTvGiESCQ2aMjYHUm
********************************
eXist version 6.3.0 (f040b832284f81f095e89c06fe9e30a78654dd9b), Copyright (C) 2001-2025 The eXist-db Project
eXist-db comes with ABSOLUTELY NO WARRANTY.
This is free software, and you are welcome to redistribute it
under certain conditions;for details read the license file.
Connecting to database...
Connection to database failed; message: configuration error: org.exist.storage.BrokerPoolServiceException: org.exist.util.ReadOnlyException: Caught exception while trying to write lock file /opt/exist/data/journal.lck: No space left on device
org.xmldb.api.base.XMLDBException: configuration error: org.exist.storage.BrokerPoolServiceException: org.exist.util.ReadOnlyException: Caught exception while trying to write lock file /opt/exist/data/journal.lck: No space left on device
[…lines omitted…]
Any idea what’s going wrong?
The text was updated successfully, but these errors were encountered:
I just checked on my machine (MacOS, ARM processor) and it did work (i.e. I could not reproduce the error). Yet I think I remember such an issue as well somehow …
I pulled
docker pull ghcr.io/peterstadler/existdb:6.3
and tried to run it locally on my apple silicon with:Unfortunately it failed with:
Any idea what’s going wrong?
The text was updated successfully, but these errors were encountered: