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
When mounting a license.zip in docker-compose.yml: - /home/docker/dotcms/license.zip:/data/shared/assets/license.zip
Dotcms exits with the error com.dotmarketing.exception.DotRuntimeException: /data/shared/assets/license.zip: Device or resource busy
See attached error.txt for stack trace.
Conditions to reproduce
This is reproducible on >= 22.08, does not occur on 22.06 and under.
If we specify a CUSTOM_STARTER_URL (even if the url is an empty string), this error does not occur.
Update: I did see this error once on 21.06.11 while trying to import previously exported site data via CUSTOM_STARTER_URL
yolabingo
changed the title
Unable to start using docker-compose with a mounted license.zip file
Unable to start dotCMS using docker-compose with a mounted license.zip file
Oct 25, 2022
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Possibly related to #13435
Describe the bug
When mounting a license.zip in
docker-compose.yml
:- /home/docker/dotcms/license.zip:/data/shared/assets/license.zip
Dotcms exits with the error
com.dotmarketing.exception.DotRuntimeException: /data/shared/assets/license.zip: Device or resource busy
See attached error.txt for stack trace.
Conditions to reproduce
This is reproducible on >= 22.08, does not occur on 22.06 and under.
If we specify a
CUSTOM_STARTER_URL
(even if the url is an empty string), this error does not occur.Update: I did see this error once on 21.06.11 while trying to import previously exported site data via
CUSTOM_STARTER_URL
Setting either of these has no effect:
This issue may not occur on all machines. Cloud can provide access to an ec2 vps for testing if you cannot reproduce this locally.
licenseerror.zip contains the docker-compose.yml file, you must provide a
license.zip
fileerror.txt
licenseerror.zip
The text was updated successfully, but these errors were encountered: