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

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

Update: I modified conf/atlias_config.py appending -force to the start and 
create calls to pOpen() and that appears to fix the issue with Solr not 
starting correctly.

I also noticed that python script when a log direcrtory is set for Solr it 
appears not bo logging to logs directory

> 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)

Reply via email to