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
Recommended Comments
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 accountSign in
Already have an account? Sign in here.
Sign In Now