System : windows 10 and AWS EC2
I have follow below steps:
On preview server logs error
[ERROR] [http-nio-8080-exec-25 05:19:49] (ExportController.java:writeFileToStream:356) Tried to read file from filesystem: File '/tmp/tomcat8-tomcat8-tmp/export4935023327417038147/output/UOBhqYub.png' does not exist
So I debug Server.java, server is responding as
"ReferenceError: Can't find variable: highcharts".
(SVGConverter.java:convert:108) responce json: ReferenceError: Can't find variable: Highcharts
I have added required js files in resource/phontomjs directory and mentioned these files in resources.json.
Please correct me if I am missing anything.
My bad, my stupid mistake, I was using old version of highchart java-scripts files.