today lucee.extention.org was down, and all my application under docker-commandbox has problem.
After lucee.extention.org up again, all back normal.
I try to reproduce this problem in my local installation, I turn off my internet, after that I run docker-compose up,
in the log I saw the same error when lucee.extention.org was down:
ERROR: Failed to download the bundle [log4j:1.2.17]
from [http://release.lucee.org/rest/update/provider/download/log4j/1.2.17/?serverId=c25a2e22f6da9088aeeedf932120a75a&serverSecurityKey=aed6b5d8-0b75-4316-9db0-d9444f11a41f&allowRedirect=true&jv=11.0.15]
and copy to [/root/serverHome/WEB-INF/lucee-server/bundles/log4j-1-2-17.jar]
after that my redis extension has problem too
[ERROR] runwar.context: lucee.runtime.exp.NativeException: cannot load class through its string name, because no definition for the class with
the specified name [ortus.extension.cache.redis.RedisCache] could be found caused by
(java.lang.ClassNotFoundException:ortus.extension.cache.redis.RedisCache not found by lucee.core [49];
java.lang.ClassNotFoundException:ortus.extension.cache.redis.RedisCache;)
is it possible to make my installation independent without any download to other website (http://release.lucee.org) ?
FYI, all my lucee extension is already independent, I already copy it to ${BOX_SERVER_APP_SERVERHOMEDIRECTORY}/WEB-INF/lucee-server/deploy/