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/04/11 20:35:25 UTC

[jira] [Created] (ATLAS-659) atlas_start fails on Windows

David Kantor created ATLAS-659:
----------------------------------

             Summary: atlas_start fails on Windows
                 Key: ATLAS-659
                 URL: https://issues.apache.org/jira/browse/ATLAS-659
             Project: Atlas
          Issue Type: Bug
            Reporter: David Kantor
            Assignee: David Kantor
            Priority: Blocker


Recent changes for using HBase as the default storage backend has broken Atlas startup on Windows, which now fails with:

{{ Exception: [Error 193] %1 is not a valid Win32 application
Traceback (most recent call last):
  File "atlas_start.py", line 113, in <module>
    returncode = main()
  File "atlas_start.py", line 68, in main
    mc.run_hbase(mc.hbaseBinDir(atlas_home), "start", hbase_conf_dir, 
logdir)
  File 
"C:\OMS_main1\oms\atlas\distro\target\atlas\distro\target\apache-atlas-0.7-incubating-SNAPSHOT-bin\apache-atlas-0.7-incubating-SNAPSHOT\bin\atlas_config.py", 
line 365, in run_hbase
    return runProcess(cmd, logdir, False, wait)
  File 
"C:\OMS_main1\oms\atlas\distro\target\atlas\distro\target\apache-atlas-0.7-incubating-SNAPSHOT-bin\apache-atlas-0.7-incubating-SNAPSHOT\bin\atlas_config.py", line 194, in runProcess
    p = subprocess.Popen(commandline, stdout=stdoutFile, stderr=stderrFile, shell=shell)
  File "C:\Python27\lib\subprocess.py", line 710, in __init__
    errread, errwrite)
  File "C:\Python27\lib\subprocess.py", line 958, in _execute_child
    startupinfo)
WindowsError: [Error 193] %1 is not a valid Win32 application }}



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