Issues

Select view

Select search mode

 

Could not initialize class javax.media.jai.JAI

Fixed

Description

Trying to create a thumbnail image using CFIMAGE; 80x80 dimensions, 85% compression, from a JPG source.

Stack trace reports simply:

Environment

None

Attachments

1

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

Created 8 November 2015 at 23:56
Updated 18 January 2016 at 16:05
Resolved 18 January 2016 at 16:05

Activity

Show:

Michael Offner9 December 2015 at 07:15

Michael Offner9 December 2015 at 06:50
Edited

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.

Flag notifications