Jump to content
We've recently updated our Privacy Statement, available here ×
  • Chromium Error "com.github.kklisura.cdt.launch.exceptions.ChromeProcessException: Failed starting chrome process" Received When Trying to Export HTML5 Chart


    Paul Jimenez
    • Edited on:
    • Version: v7.9 Product: JasperReports® Server

    Issue:

    When exporting a HTML5 graph or a Dashboard, the following error occurs:

    com.github.kklisura.cdt.launch.exceptions.ChromeProcessException: Failed starting chrome process.


    Solution:

    The chrome.exe was not included in the path and the path was not configured correctly. For example your path may be as follows:

    C:/Program Files (x86)/Google/Chrome/Application/chrome.exe 

    In this case, the configuration path had to use two "/". It was configured like this:

    C://Program Files (x86)//Google/Chrome//Application//chrome.exe

    This configuration is not required for every environment. 


    ref: 02060436


    User Feedback

    Recommended Comments

    the configuration file mentioned is:

    < Jasper Installed Folder>apache-tomcatwebappsjasperserver-proWEB-INFjs.config.properties

     

    and the path need to be specified/adjusted/added there in/as line:

    chrome.path=C:\Program\Google\Chrome\Application\chrome.exe

    (be sure to use the correct path, where chrome.exe exists)

    Link to comment
    Share on other sites



    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...