Jump to content
We've recently updated our Privacy Statement, available here ×
  • Set of configurations required while scheduling and exporting the dashboards.


    Prasad B
    • Features: Ad Hoc Version: v8 Product: JasperReports® Server

    Problem Statement:

    When the user is scheduling and exporting the dashboards, they are facing issues. What are the configurations required to resolve the issue?

    Solution:

    While scheduling and exporting the dashboards, the user needs to make sure that they have the configuration in the below files:

    1) js.config.properties file:


    --User need to make sure that they have installed the Chrome or Chrome browser for exporting the dashboard.

    Please edit the below three properties in the file as per the configuration of the server:

        i) chrome.path= The path of the chrome/chromium browser.

        ii) chrome.page.timeout= The time required (in seconds) to export the component. By default, it is 150. You can increase it to 300 or greater based on the size of the dashboard and the involved graphics.

        iii) deploy.base.local.url= The URL of the server or remote domain name

    2] jasperreport.properties:

    Please add these two properties at the end of the file:
        a) net.sf.jasperreports.chrome.argument.no-sandbox=true
        b) net.sf.jasperreports.chrome.argument.ignore-certificate-errors=true 

    -- Once user makes the changes, saves the file, and restarts the server, they will be able to successfully schedule and export the dashboard.


    User Feedback

    Recommended Comments

    There are no comments to display.



    Create an account or sign in to comment

    You need to be a member in order to leave a comment

    Create an account

    Sign up for a new account in our community. It's easy!

    Register a new account

    Sign in

    Already have an account? Sign in here.

    Sign In Now

×
×
  • Create New...