Mickael Flament created CMIS-1046: ------------------------------------- Summary: workbench.bat proxies options does not work in an absolute path with spaces Key: CMIS-1046 URL: https://issues.apache.org/jira/browse/CMIS-1046 Project: Chemistry Issue Type: Bug Components: opencmis-workbench Affects Versions: OpenCMIS 1.1.0 Environment: Windows 10 Reporter: Mickael Flament Priority: Minor
I tried to add proxy options to workbench.bat but it was unsuccessful, cmis workbench said "no proxy options set". I removed the "echo off" command inside workbench.bat to show this error : {code:batch} for /F "delims=/" %x in ('"java -classpath .;C:\Users\mflament\OneDrive - C09280 - NUMEN\Tools\chemistry-opencmis-workbench-1.1.0-full\\lib\* org.apache.chemistry.opencmis.workbench.ProxyDetector -j -s"') do set "JAVA_PROXY_CONF=%x" Unrecognized option: - Error: Could not create the Java Virtual Machine. Error: A fatal exception has occurred. Program will exit. {code} Inside a folder like Temp : C:\Temp\chemistry-opencmis-workbench-1.1.0-full It works as expected with proxy options set. (sorry, I don't have enough time to offer a fix) -- This message was sent by Atlassian JIRA (v6.4.14#64029)