Jump to content
We've recently updated our Privacy Statement, available here ×

raja_siet

Members
  • Posts

    9
  • Joined

  • Last visited

 Content Type 

Profiles

Forum

Events

Featured Visualizations

Knowledge Base

Documentation (PDF Downloads)

Blog

Documentation (Test Area)

Documentation

Dr. Jaspersoft Webinar Series

Downloads

Entry Comments posted by raja_siet

  1. Issue fixed by Changing these properties in applicationContext.xml:
    <prop key="net.sf.jasperreports.chrome.enabled">#{!'${chrome.path:}'.trim().isEmpty()}</prop>
    <prop key="net.sf.jasperreports.chrome.executable.path">${chrome.path:}</prop>
    
    to:
    <prop key="net.sf.jasperreports.chrome.enabled">true</prop>
    <prop key="net.sf.jasperreports.chrome.executable.path">{Path to Chromium on server}</prop>
  2. even after following above steps, we are getting below exception while scheduling any particular report..

    For all other report, scheduling happening correctly.

    we are receiving Notification mail but with error details . ss attahced.

    2024-01-16T11:05:02,748 DEBUG EngineServiceImpl,JasperServerScheduler_Worker-1:766 - Report fill error net.sf.jasperreports.engine.JRRuntimeException: Chrome and/or PhantomJS not properly configured for server side rendering
            at com.jaspersoft.jasperreports.highcharts.charts.render.DefaultChartSvgProducer.getChartSvg(DefaultChartSvgProducer.java:49)
            at com.jaspersoft.jasperreports.highcharts.charts.render.ChartSvgImageProducer.createRenderable(ChartSvgImageProducer.java:99)

    image.png

×
×
  • Create New...