Need'a guru - extension java error in application.log on Docker swarm container

Can one of you experts point me in a direction that will help me resolve this error? All of the OSGI bundles seem to be there but I cannot get this extension to load. This error is in the application.log on the Docker container.

Bundle list: 09.27.2019-13.18.49

root@40e54a80ecaf:/app# cd /root/serverHome/WEB-INF/lucee-server/context/logs
root@40e54a80ecaf:~/serverHome/WEB-INF/lucee-server/context/logs# cat application.log
"Severity","ThreadID","Date","Time","Application","Message"
"ERROR","main","09/27/2019","20:02:46","","Cache;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 [46];java.lang.ClassNotFoundException:ortus.extension.cache.redis.RedisCache;);lucee.commons.lang.ClassException: 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[46];java.lang.ClassNotFoundException:ortus.extension.cache.redis.RedisCache;)
        at lucee.commons.lang.ClassUtil.loadClass(ClassUtil.java:219)
        at lucee.transformer.library.ClassDefinitionImpl.getClazz(ClassDefinitionImpl.java:106)
        at lucee.runtime.config.XMLConfigWebFactory.loadCache(XMLConfigWebFactory.java:2275)
        at lucee.runtime.config.XMLConfigWebFactory.load(XMLConfigWebFactory.java:488)
        at lucee.runtime.config.XMLConfigServerFactory.load(XMLConfigServerFactory.java:170)
        at lucee.runtime.config.XMLConfigServerFactory.newInstance(XMLConfigServerFactory.java:119)
        at lucee.runtime.engine.CFMLEngineImpl.getConfigServerImpl(CFMLEngineImpl.java:746)
        at lucee.runtime.engine.CFMLEngineImpl.<init>(CFMLEngineImpl.java:268)
        at lucee.runtime.engine.CFMLEngineImpl.getInstance(CFMLEngineImpl.java:604)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
        at java.lang.reflect.Method.invoke(Unknown Source)
        at lucee.loader.engine.CFMLEngineFactory.getEngine(CFMLEngineFactory.java:1424)
        at lucee.loader.engine.CFMLEngineFactory._getCore(CFMLEngineFactory.java:540)
        at lucee.loader.engine.CFMLEngineFactory.initEngine(CFMLEngineFactory.java:358)
        at lucee.loader.engine.CFMLEngineFactory.initEngineIfNecessary(CFMLEngineFactory.java:261)
        at lucee.loader.engine.CFMLEngineFactory.getInstance(CFMLEngineFactory.java:167)
        at lucee.loader.engine.CFMLEngineFactory.getInstance(CFMLEngineFactory.java:201)
        at lucee.loader.servlet.LuceeServlet.init(LuceeServlet.java:42)
        at io.undertow.servlet.core.LifecyleInterceptorInvocation.proceed(LifecyleInterceptorInvocation.java:117)
        at io.undertow.servlet.core.ManagedServlet$DefaultInstanceStrategy.start(ManagedServlet.java:300)
        at io.undertow.servlet.core.ManagedServlet.createServlet(ManagedServlet.java:140)
        at io.undertow.servlet.core.DeploymentManagerImpl$2.call(DeploymentManagerImpl.java:565)
        at io.undertow.servlet.core.DeploymentManagerImpl$2.call(DeploymentManagerImpl.java:536)
        at io.undertow.servlet.core.ServletRequestContextThreadSetupAction$1.call(ServletRequestContextThreadSetupAction.java:42)
        at io.undertow.servlet.core.ContextClassLoaderSetupAction$1.call(ContextClassLoaderSetupAction.java:43)
        at io.undertow.servlet.core.DeploymentManagerImpl.start(DeploymentManagerImpl.java:578)
        at runwar.Server.startServer(Server.java:478)
        at runwar.Start.main(Start.java:127)
"