Vidya created ATLAS-3884:
----------------------------
Summary: 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
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)