Bug 509102 - Vector graphics svg & OpenJDK
Summary: Vector graphics svg & OpenJDK
Status: NEW
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: BIRT (show other bugs)
Version: 4.6.0   Edit
Hardware: PC Linux
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Birt-ReportEngine-inbox@eclipse.org CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-12-12 12:38 EST by Uwe Erlenwein CLA
Modified: 2016-12-12 12:38 EST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Uwe Erlenwein CLA 2016-12-12 12:38:15 EST
Generating reports with svg vector graphics doesn't work with OpenJDK on my linux machine due to proprietary  sun/oracles clasess seem to be required:

org.codehaus.groovy.runtime.typehandling.GroovyCastException: Cannot cast object 'java.lang.NoClassDefFoundError: com/sun/image/codec/jpeg/JPEGCodec' with class 'java.lang.NoClassDefFoundError' to class 'java.lang.Exception'
org.eclipse.birt.report.engine.api.EngineException: Error happened while running the report.

org.codehaus.groovy.runtime.typehandling.GroovyCastException: Cannot cast object 'java.lang.NoClassDefFoundError: sun/awt/image/codec/JPEGImageEncoderImpl' with class 'java.lang.NoClassDefFoundError' to class 'java.lang.Exception'
org.eclipse.birt.report.engine.api.EngineException: Error happened while running the report.

On machines with official Oracle JDK everything is working fine.

Please can you check and fix.

Thanks,
Uwe