Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

running 6.3 locally #11

Open
bwbohl opened this issue Feb 27, 2025 · 2 comments
Open

running 6.3 locally #11

bwbohl opened this issue Feb 27, 2025 · 2 comments

Comments

@bwbohl
Copy link
Contributor

bwbohl commented Feb 27, 2025

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?

@bwbohl
Copy link
Contributor Author

bwbohl commented Feb 27, 2025

BTW this does not happen when appending local folders to /opt/exist/data and /opt/exist/logs, e.g.:

docker run --rm -it --name exist \
    -v `pwd`/data:/opt/exist/data \
     -v `pwd`/logs:/opt/exist/logs \
    ghcr.io/peterstadler/existdb:6.3

@peterstadler
Copy link
Owner

peterstadler commented Feb 27, 2025

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 …

It might be connected with the Docker environment, there's a lot Q&A regarding this topic, see e.g. https://ayeshalshukri.co.uk/category/guides/docker-error-no-space-left-on-device/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants