Hi,
I've got strange things happening with my Lucee Docker environment:
After 1 or 2 days running, Lucee forgets to execute scheduled tasks; in fact it "forgets" all of its custom configuration. If I restart my docker container all the config from the lucee-web.xml.cfm or scheduler.xml are gone (in Admin everything is empty).
I found out that it thinks that the config path is /var/www/opt/lucee/web instead of /opt/lucee/web (it says so in this log file: /opt/lucee/server/lucee-server/context/logs/out.log
WEB CONTEXT (e4d04fcf8f1486030e6781b8ac00870c)
- config:/var/www/opt/lucee/web (custom setting)
- webroot:/var/www
If I do a full build (using --no-cache) it works again, but I don't know where this config path change is coming from.
Any ideas? Thanks a lot!
Cheers