You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@chemistry.apache.org by "Florian Müller (JIRA)" <ji...@apache.org> on 2017/11/12 11:55:00 UTC

[jira] [Resolved] (CMIS-1046) workbench.bat proxies options does not work in an absolute path with spaces

     [ https://issues.apache.org/jira/browse/CMIS-1046?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Florian Müller resolved CMIS-1046.
----------------------------------
       Resolution: Fixed
    Fix Version/s: OpenCMIS 1.2.0

> 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
>            Assignee: Florian Müller
>            Priority: Minor
>              Labels: easyfix
>             Fix For: OpenCMIS 1.2.0
>
>   Original Estimate: 0.5h
>  Remaining Estimate: 0.5h
>
> 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)