[jbosstools-issues] [JBoss JIRA] (JBIDE-23862) Server adapter: if "oc" in preferences is set to path with a " " syncing fails

Rob Stryker (JIRA) issues at jboss.org
Thu Jul 13 12:09:00 EDT 2017


    [ https://issues.jboss.org/browse/JBIDE-23862?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13435485#comment-13435485 ] 

Rob Stryker commented on JBIDE-23862:
-------------------------------------

The issue seems to be that oc calls rsync, and passes itself (ie oc rsh) in as the command that rsync should call to complete the copy.  When rsync tries to use this command, it craps out with the spaces. 

So we are successfully calling oc, and oc is successfully calling rsync, but when rsync tries to call oc rsh, it cannot find it, because of the space in the path. 

This seems 100% an upstream issue. 

> Server adapter: if "oc" in preferences is set to path with a " " syncing fails
> ------------------------------------------------------------------------------
>
>                 Key: JBIDE-23862
>                 URL: https://issues.jboss.org/browse/JBIDE-23862
>             Project: Tools (JBoss Tools)
>          Issue Type: Bug
>          Components: openshift
>    Affects Versions: 4.4.3.Final
>            Reporter: Andre Dietisheim
>            Assignee: Dmitrii Bocharov
>              Labels: oc_binary, openshift_v3
>             Fix For: 4.5.0.Final
>
>         Attachments: ProcessMain.java, error-in-rsync-for-macos.png
>
>




--
This message was sent by Atlassian JIRA
(v7.2.3#72005)


More information about the jbosstools-issues mailing list