You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@atlas.apache.org by "David Kantor (JIRA)" <ji...@apache.org> on 2016/01/22 18:32:39 UTC

[jira] [Updated] (ATLAS-426) atlas_start fails on cygwin

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

David Kantor updated ATLAS-426:
-------------------------------
    Attachment: ATLAS-426.patch

Attaching review board patch. [~tbeerbower] Thanks very much for reviewing the code.

> atlas_start fails on cygwin
> ---------------------------
>
>                 Key: ATLAS-426
>                 URL: https://issues.apache.org/jira/browse/ATLAS-426
>             Project: Atlas
>          Issue Type: Bug
>         Environment: Windows cygwin
>            Reporter: David Kantor
>            Assignee: David Kantor
>         Attachments: ATLAS-426.patch
>
>
> atlas_start.py fails under cygwin with:
> java.io.FileNotFoundException: \cygdrive\c\source\atlas\incubator-atlas\distro\target\apache-atlas-0.7-incubating-SNAPSHOT-bin\apache-atlas-0.7-incubating-SNAPSHOT\server\webapp\server\webapp\atlas.war (The system cannot find the path specified.)
>         at java.io.FileInputStream.open(Native Method)
>         at java.io.FileInputStream.<init>(FileInputStream.java:158)
>         at java.io.FileInputStream.<init>(FileInputStream.java:113)
>         at sun.tools.jar.Main.run(Main.java:273)
>         at sun.tools.jar.Main.main(Main.java:1244)
> The problem is that in atlas_config.expandWebApp(), the cygwin-style pathname is being passed to jar() which is expects/requires the Windows-style pathname.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)