Skip to main content
Announcements
SYSTEM MAINTENANCE: Thurs., Sept. 19, 1 AM ET, Platform will be unavailable for approx. 60 minutes.
cancel
Showing results for 
Search instead for 
Did you mean: 
Safus
Creator
Creator

Problem with JFreeChart on AMC Perspective

Hi all,

I'm getting this error message when

Talend Cloud Big Data

Version: 7.3.1

Build id: 20200219_1130

OS: Linux, v.5.4.0-58-generic, x86_64 / gtk 3.22.30, WebKit 2.30.3

Java version: 1.8.0_275

tries to generate charts on AMC perspective.

0693p00000BAVCqAAP.png

it says :

An error has occurred. See error log for more details.

Could not initialize class org.jfree.chart.JFreeChart

Any Solution to this problem ?

Thank you

Labels (3)
1 Reply
Anonymous
Not applicable

Hello

this issue might have several causes

1- Do you use a jre-headless ? if you do, please install jre

and ALSO

2- add this java_opts on setenv.sh :

-Djava.awt.headless=true

 

 

 

it might solve your issue