Issues
- Could not initialize class javax.media.jai.JAILDEV-609Resolved issue: LDEV-609Michael Offner
- server.lucee.state missing in VelvetLDEV-608Resolved issue: LDEV-608Michael Offner
- Could not initialize class org.jfree.chart.JFreeChartLDEV-607Resolved issue: LDEV-607Michael Offner
- Dump error for static members with no access modifierLDEV-600Resolved issue: LDEV-600Michael Offner
- Allow configuring rest mappings in extension's manifestLDEV-598
- Add archive support to Rest mappingsLDEV-597
Could not initialize class javax.media.jai.JAI
Description
Environment
Attachments
Details
Assignee
Michael OffnerMichael OffnerReporter
Geoff BowersGeoff BowersPriority
CriticalLabels
Fix versions
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
Reporter
Priority
Labels
Fix versions
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
Activity
Michael Offner9 December 2015 at 07:15
in my opion this pull should make the trick
https://github.com/lucee/Lucee/commit/52b3125445a991956e0f1ca741801714a8f25f8a
Michael Offner9 December 2015 at 06:50Edited
we have removed "com.sun.* " from bootdelegation (and javax.* as well), so that the implementation no longer depending on the environment on things like this.
Michael Offner9 December 2015 at 06:46
what means in some scenario, does the testcase pass?
Geoff Bowers4 December 2015 at 00:51
5.0.0.136 appears to fix image crop for our scenario at least.
Michael Offner3 December 2015 at 09:51
@gert i have checked why this was working at all for you that way, the reason is that this packages are in bootdelegation and they really should not, this explains why this works in some enviroment and in some not. i will remove this from bootdelegation.
Trying to create a thumbnail image using CFIMAGE; 80x80 dimensions, 85% compression, from a JPG source.
Stack trace reports simply: