OS: Windows Server 2012 R2 (6.3) 64bit
Java Version: 11.0.3 (AdoptOpenJDK) 64bit
Tomcat Version: Apache Tomcat/9.0.19
Lucee Version: 5.3.6.61
Greetings,
We have a Lucee server version 5.3.6.61 running on windows server 2012 R2, in one of our applications we loaded an image file that is generating the error: Could not initialize class org.lucee.extension.image.Image. the extension responsible for this dependency is called “image extension” and is in version 1.0.0.35.
We checked the log and found the information related to the correct loading of the library.
“INFO”,“http-nio-8888-exec-3”,“08/16/2023”,“09:42:34”,“OSGi”,“add bundle:C:\lucee\tomcat\lucee-server \bundles\lucee-image-extension-1-0-0-35.jar”
We tried to downgrade and upgrade the version and nothing helped.
A curious fact is that if we completely uninstall the extension and restart the server, the extension reappears in the filesystem and in the logs.
When we try to update, two versions appear in the filesystem, 1.0.0.35 and the newer one.
It seems to me that version 1.0.0.35 has a problem and to make matters worse we were unable to change the version.
We checked if there was any environment variable with the name LUCEE_EXTENSIONS that would explain the version of the extension being in this situation.
We checked to see if there was an entry for the extension ID in any of Lucee’s configuration files and we couldn’t find it.
Could someone please help us? I would really appreciate it.
Thank you