-
Bug Report
-
Resolution: Fixed
-
L3 - Default
-
None
-
2
-
S
Given:
I extract the Optimize demo distribution/production into a folder and the absolute file system path to that folder contains whitespaces, e.g. `/home/meggle/Downloads/my little folder/optimize`
When:
I start either optimize-demo.sh or optimize-startup.sh
Then:
The scripts fail with errors like these:
./optimize-startup.sh
Starting Camunda Optimize 3.4.0...
Error: Could not find or load main class little
Caused by: java.lang.ClassNotFoundException: little
Expected:
It should work
Hint:
Seems like internal BASEDIR variable does not correctly escape whitespace in the paths on at least UNIX systems. We also need to verify this on windows.