David Kantor created ATLAS-426:
----------------------------------
Summary: 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
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)