Fixed
Details
Assignee
Michael OffnerMichael OffnerReporter
Zac SpitzerZac SpitzerPriority
NewLabels
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
Details
Details
Assignee
Michael Offner
Michael OffnerReporter
Zac Spitzer
Zac SpitzerPriority
Labels
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 2 September 2020 at 13:58
Updated 25 November 2022 at 13:49
Resolved 25 November 2022 at 13:49
as per LDEV-3029, if you downgrade then upgrade the image extension, it will throw the following error until Lucee is restarted
Initially I tested with image extension version - 1.0.0.36-SNAPSHOT
update the version to 1.0.0.35 - release means, works fine.
update version to initial version 1.0.0.36-SNAPSHOT means, it throws an error like
lucee.runtime.exp.CasterException: Can't cast Object type [Struct] to a value of type [Image] at lucee.runtime.op.ExceptonImpl.createCasterException(ExceptonImpl.java:108) at org.lucee.extension.image.Image.createImage(Image.java:1655) at org.lucee.extension.image.tag.Image.doStartTag(Image.java:281)
Can't cast Object type [Struct] to a value of type [Image]
lucee.runtime.exp.CasterException: Can't cast Object type [Struct] to a value of type [Image] at lucee.runtime.op.ExceptonImpl.createCasterException(ExceptonImpl.java:108) at org.lucee.extension.image.Image.createImage(Image.java:1655) at org.lucee.extension.image.tag.Image.doStartTag(Image.java:281)