You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@atlas.apache.org by "Merlin Wang (Jira)" <ji...@apache.org> on 2020/10/09 10:12:00 UTC

[jira] [Commented] (ATLAS-3612) Error while starting apache atlas

    [ https://issues.apache.org/jira/browse/ATLAS-3612?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17210794#comment-17210794 ] 

Merlin Wang commented on ATLAS-3612:
------------------------------------

You can use echo $JAVA_HOME to check whether JAVA_HOME is set correctly. 

I also encountered this problem because the JAVA_HOME was modified to a non-existent path.

> Error while starting apache atlas
> ---------------------------------
>
>                 Key: ATLAS-3612
>                 URL: https://issues.apache.org/jira/browse/ATLAS-3612
>             Project: Atlas
>          Issue Type: Bug
>          Components:  atlas-core
>    Affects Versions: 0.8.4
>         Environment: NAME="CentOS Linux"
> VERSION="7 (Core)"
>            Reporter: Balaji Mohanarangam
>            Priority: Major
>
> Received the following error while starting atlas on an unix machine with default config.
> [root@xmdmpoc-as-1d apache-atlas-0.8.5-SNAPSHOT]# ./bin/atlas_start.py
> Exception: [Errno 2] No such file or directory
> Traceback (most recent call last):
>  File "./bin/atlas_start.py", line 150, in <module>
>  File "./bin/atlas_start.py", line 74, in main
>  File "/app/atlas/apache-atlas-0.8.5-SNAPSHOT/bin/atlas_config.py", line 149, i n expandWebApp
>  jar(atlasWarPath)
>  File "/app/atlas/apache-atlas-0.8.5-SNAPSHOT/bin/atlas_config.py", line 202, i n jar
>  process = runProcess(commandline)
>  File "/app/atlas/apache-atlas-0.8.5-SNAPSHOT/bin/atlas_config.py", line 238, i n runProcess
>  p = subprocess.Popen(commandline, stdout=stdoutFile, stderr=stderrFile, shel l=shell)
>  File "/usr/lib64/python2.7/subprocess.py", line 711, in __init__
>  errread, errwrite)
>  File "/usr/lib64/python2.7/subprocess.py", line 1327, in _execute_child
>  raise child_exception
> OSError: [Errno 2] No such file or directory
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)