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

[jira] [Commented] (ATLAS-3884) Unable to access Apache Atlas UI http://localhost:21000

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

Edward Armes commented on ATLAS-3884:
-------------------------------------

I've seen something similar in 2.1. It could be down to a change in the way Solr starts. When it starts it does a check to see if it's running as root, and if it is it aborts the launch. Now given the Solr is launched with a pOpen() call with shell set to false that could be causing the issue.

 

> Unable to access Apache Atlas UI http://localhost:21000
> -------------------------------------------------------
>
>                 Key: ATLAS-3884
>                 URL: https://issues.apache.org/jira/browse/ATLAS-3884
>             Project: Atlas
>          Issue Type: Bug
>          Components: atlas-webui
>    Affects Versions: 2.0.0
>         Environment: RHEL
>            Reporter: Vidya
>            Priority: Major
>
> Hi,I have installed and ran Apache Atlas with embedded Apache HBase & Apache Solr.After bin/atlas_start.py command I see apache atlas started message and I could grep Atlas,Hbase and Solr process.However,when I do `curl -u admin:admin http://localhost:21000/api/atlas/admin/version`, I am getting below error
> ```
> <html>
> <head>
> <meta http-equiv="Content-Type" content="text/html;charset=ISO-8859-1"/>
> <title>Error 503 </title>
> </head>
> <body>
> <h2>HTTP ERROR: 503</h2>
> <p>Problem accessing /api/atlas/admin/version. Reason:
> <pre> Service Unavailable</pre></p>
> <hr /><a href="http://eclipse.org/jetty">Powered by Jetty:// 9.3.14.v20161028</a><hr/>
> </body>
> </html>
> ```
> I am getting below error in application logs.
> ```
> Caused by: org.apache.solr.common.SolrException: Cannot connect to cluster at localhost:2181: cluster not found/not ready
>  at org.apache.solr.common.cloud.ZkStateReader.createClusterStateWatchersAndUpdate(ZkStateReader.java:385)
>  at org.apache.solr.client.solrj.impl.ZkClientClusterStateProvider.connect(ZkClientClusterStateProvider.java:141)
>  at org.apache.solr.client.solrj.impl.CloudSolrClient.connect(CloudSolrClient.java:383)
>  at org.janusgraph.diskstorage.solr.Solr6Index.<init>(Solr6Index.java:218)
>  ... 101 more 
> ```



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