Fixed
Details
Assignee
Pothys - MitrahSoftPothys - MitrahSoftReporter
Zac SpitzerZac SpitzerPriority
NewNew Issue warning screen
Before you create a new Issue, please post to the mailing list first https://dev.lucee.org
Once the issue has been verified, one of the Lucee team will ask you to file an issue
Affects versions
Details
Details
Assignee
Pothys - MitrahSoft
Pothys - MitrahSoftReporter
Zac Spitzer
Zac SpitzerPriority
New Issue warning screen
Before you create a new Issue, please post to the mailing list first https://dev.lucee.org
Once the issue has been verified, one of the Lucee team will ask you to file an issue
Affects versions
Created 10 February 2021 at 13:08
Updated 16 September 2022 at 11:23
Resolved 16 September 2022 at 11:23
I'm seeing lots of these errors trying to open application in admin
https://update.lucee.org/rest/update/provider/download/lucee.image.extension/1.0.0.38/?webId=7eb2ed00ed586e837329cbb9afff2b3f&webSecurityKey=490a506e-780b-44fc-b8d0-70cba2149415&serverId=36b1d94dd9deffaaf41bc6f6e8ecc6e6&serverSecurityKey=047e9f0c-de8d-4378-8208-697843fe861b&allowRedirect=true&jv=11.0.6
returns
no jar available for bundle lucee.image.extension in Version 1.0.0.38
"ERROR","ajp-nio-0:0:0:0:0:0:0:1-8009-exec-8","02/10/2021","13:49:11","OSGi","Lucee is not able do download the bundle for [lucee.image.extension] in version [1.0.0.38] from https://update.lucee.org/rest/update/provider/download/lucee.image.extension/1.0.0.38/?webId=7eb2ed00ed586e837329cbb9afff2b3f&webSecurityKey=490a506e-780b-44fc-b8d0-70cba2149415&serverId=36b1d94dd9deffaaf41bc6f6e8ecc6e6&serverSecurityKey=047e9f0c-de8d-4378-8208-697843fe861b&allowRedirect=true&jv=11.0.6, please download manually and copy to [C:\lucee\tomcat\lucee-server\bundles];
weird thing is the extension does exist on the CDN
https://ext.lucee.org/lucee.image.extension-1.0.0.38.lex
error message is repeated three times https://luceeserver.atlassian.net/browse/LDEV-2781
at lucee.loader.engine.CFMLEngineFactory.downloadBundle(CFMLEngineFactory.java:746)
at lucee.runtime.osgi.OSGiUtil._loadBundle(OSGiUtil.java:548)
at lucee.runtime.osgi.OSGiUtil.loadBundle(OSGiUtil.java:485)
at lucee.commons.lang.ClassUtil.loadClassByBundle(ClassUtil.java:155)
at lucee.commons.lang.ClassUtil.loadClassByBundle(ClassUtil.java:149)
at lucee.runtime.functions.FunctionHandlerPool.use(FunctionHandlerPool.java:59)
at lucee.runtime.functions.FunctionHandlerPool.invoke(FunctionHandlerPool.java:40)
at ext_functions_cfm184$cf.udfCall3(/admin/ext.functions.cfm:204)
at ext_functions_cfm184$cf.udfCall(/admin/ext.functions.cfm)
at lucee.runtime.type.UDFImpl.implementation(UDFImpl.java:106)
at lucee.runtime.type.UDFImpl._call(UDFImpl.java:344)
at lucee.runtime.type.UDFImpl.call(UDFImpl.java:217)
at lucee.runtime.type.scope.UndefinedImpl.call(UndefinedImpl.java:784)
at lucee.runtime.util.VariableUtilImpl.callFunctionWithoutNamedValues(VariableUtilImpl.java:785)
at lucee.runtime.PageContextImpl.getFunction(PageContextImpl.java:1732)
at ext_applications_list_cfm966$cf.call(/admin/ext.applications.list.cfm:263)
I think it's trying to reload the image extension for each extension on the page, timing out and erroring
The thing is, I have the Image 1.0.0.39-SNAPSHOT already installed
`<rhextension file-name="7qfdk3jr5bge.lex" id="B737ABC4-D43F-4D91-8E8E973E37C40D1B" lucee-core-version="5.3.0.35-" name="Image extension" release-type="all" start-bundles="false" trial="false" version="1.0.0.39-SNAPSHOT"/>`