<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>question Re: How to resolve crash while loading data in Apache atlas using quick_start.py script? in Support Questions</title>
    <link>https://community.cloudera.com/t5/Support-Questions/How-to-resolve-crash-while-loading-data-in-Apache-atlas/m-p/173401#M135675</link>
    <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/13738/nixonrodrigues.html" nodeid="13738"&gt;@Nixon Rodrigues&lt;/A&gt;
&lt;/P&gt;&lt;P&gt;These vars are already added in the script.&lt;/P&gt;&lt;P&gt; I have re build the whole process but still getting same error on &lt;STRONG&gt;bin/quick_start.py&lt;/STRONG&gt; command also please tell me what username and password should I set?&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Enter username for atlas :-&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Enter password for atlas :-&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Exception in thread "main" java.lang.IllegalArgumentException: None of the passed URLs are active org.apache.atlas.AtlasServerEnsemble@40ef3420&lt;/P&gt;&lt;P&gt;at org.apache.atlas.AtlasBaseClient.determineActiveServiceURL(AtlasBaseClient.java:207)&lt;/P&gt;&lt;P&gt;at org.apache.atlas.AtlasBaseClient.initializeState(AtlasBaseClient.java:152)&lt;/P&gt;&lt;P&gt;at org.apache.atlas.AtlasBaseClient.initializeState(AtlasBaseClient.java:140)&lt;/P&gt;&lt;P&gt;at org.apache.atlas.AtlasBaseClient.&amp;lt;init&amp;gt;(AtlasBaseClient.java:96)&lt;/P&gt;&lt;P&gt;at org.apache.atlas.AtlasClientV2.&amp;lt;init&amp;gt;(AtlasClientV2.java:105)&lt;/P&gt;&lt;P&gt;at org.apache.atlas.examples.QuickStartV2.&amp;lt;init&amp;gt;(QuickStartV2.java:179)&lt;/P&gt;&lt;P&gt;at org.apache.atlas.examples.QuickStartV2.runQuickstart(QuickStartV2.java:141)&lt;/P&gt;&lt;P&gt;at org.apache.atlas.examples.QuickStartV2.main(QuickStartV2.java:132)&lt;/P&gt;&lt;P&gt;Caused by: org.apache.atlas.AtlasServiceException: Metadata service API GET : api/atlas/admin/status failed&lt;/P&gt;&lt;P&gt;at org.apache.atlas.AtlasBaseClient.selectActiveServerAddress(AtlasBaseClient.java:228)&lt;/P&gt;&lt;P&gt;at org.apache.atlas.AtlasBaseClient.determineActiveServiceURL(AtlasBaseClient.java:204)&lt;/P&gt;&lt;P&gt;... 7 more&lt;/P&gt;&lt;P&gt;Caused by: java.lang.RuntimeException: Could not find any active instance&lt;/P&gt;&lt;P&gt;... 9 more&lt;/P&gt;&lt;P&gt;No sample data added to Apache Atlas Server.&lt;/P&gt;</description>
    <pubDate>Mon, 27 Mar 2017 16:59:20 GMT</pubDate>
    <dc:creator>naseem_rafique</dc:creator>
    <dc:date>2017-03-27T16:59:20Z</dc:date>
    <item>
      <title>How to resolve crash while loading data in Apache atlas using quick_start.py script?</title>
      <link>https://community.cloudera.com/t5/Support-Questions/How-to-resolve-crash-while-loading-data-in-Apache-atlas/m-p/173381#M135655</link>
      <description>&lt;P&gt;Hello, &lt;/P&gt;&lt;P&gt;I am setting apache atlas on EC2. When I tried command " bin/quick_start.py" it ask for username/password.&lt;/P&gt;&lt;P&gt;I provide admin/admin. It took a while and than gives this crashlog.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;apache-atlas-0.9-incubating-SNAPSHOT&lt;/STRONG&gt;$ bin/quick_start.py&lt;/P&gt;&lt;P&gt;Enter username for atlas :-&lt;/P&gt;&lt;P&gt;sam&lt;/P&gt;&lt;P&gt;Enter password for atlas :-&lt;/P&gt;&lt;P&gt;123&lt;/P&gt;&lt;P&gt;=========Crash Log================&lt;/P&gt;&lt;P&gt;Exception in thread "main" java.lang.IllegalArgumentException: None of the passed URLs are active org.apache.atlas.AtlasServerEnsemble@40ef3420&lt;/P&gt;&lt;P&gt;at org.apache.atlas.AtlasBaseClient.determineActiveServiceURL(AtlasBaseClient.java:207)&lt;/P&gt;&lt;P&gt;at org.apache.atlas.AtlasBaseClient.initializeState(AtlasBaseClient.java:152)&lt;/P&gt;&lt;P&gt;at org.apache.atlas.AtlasBaseClient.initializeState(AtlasBaseClient.java:140)&lt;/P&gt;&lt;P&gt;at org.apache.atlas.AtlasBaseClient.&amp;lt;init&amp;gt;(AtlasBaseClient.java:96)&lt;/P&gt;&lt;P&gt;at org.apache.atlas.AtlasClientV2.&amp;lt;init&amp;gt;(AtlasClientV2.java:105)&lt;/P&gt;&lt;P&gt;at org.apache.atlas.examples.QuickStartV2.&amp;lt;init&amp;gt;(QuickStartV2.java:179)&lt;/P&gt;&lt;P&gt;at org.apache.atlas.examples.QuickStartV2.runQuickstart(QuickStartV2.java:141)&lt;/P&gt;&lt;P&gt;at org.apache.atlas.examples.QuickStartV2.main(QuickStartV2.java:132)&lt;/P&gt;&lt;P&gt;Caused by: org.apache.atlas.AtlasServiceException: Metadata service API GET : api/atlas/admin/status failed&lt;/P&gt;&lt;P&gt;at org.apache.atlas.AtlasBaseClient.selectActiveServerAddress(AtlasBaseClient.java:228)&lt;/P&gt;&lt;P&gt;at org.apache.atlas.AtlasBaseClient.determineActiveServiceURL(AtlasBaseClient.java:204)&lt;/P&gt;&lt;P&gt;... 7 more&lt;/P&gt;&lt;P&gt;Caused by: java.lang.RuntimeException: Could not find any active instance&lt;/P&gt;&lt;P&gt;... 9 more&lt;/P&gt;&lt;P&gt;No sample data added to Apache Atlas Server.&lt;/P&gt;&lt;P&gt;Please guide If any one has any idea about it.&lt;/P&gt;</description>
      <pubDate>Fri, 24 Mar 2017 17:02:44 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/How-to-resolve-crash-while-loading-data-in-Apache-atlas/m-p/173381#M135655</guid>
      <dc:creator>naseem_rafique</dc:creator>
      <dc:date>2017-03-24T17:02:44Z</dc:date>
    </item>
    <item>
      <title>Re: How to resolve crash while loading data in Apache atlas using quick_start.py script?</title>
      <link>https://community.cloudera.com/t5/Support-Questions/How-to-resolve-crash-while-loading-data-in-Apache-atlas/m-p/173382#M135656</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/16873/naseemrafique.html" nodeid="16873"&gt;@Naseem Rafique&lt;/A&gt;
&lt;/P&gt;&lt;PRE&gt;Exception in thread "main" java.lang.IllegalArgumentException: None of the passed URLs are active org.apache.atlas.AtlasServerEnsemble@40ef3420
&lt;/PRE&gt;&lt;P&gt;This exception says that, the atlas url that is picked up from &amp;lt;ATLAS_HOME&amp;gt;/conf/atlas-application.properties is not active and it cant post the metadata to Atlas,&lt;/P&gt;&lt;P&gt;Please check the config mentioned above and make sure it is pointing to Atlas instance which is up and running.&lt;/P&gt;</description>
      <pubDate>Fri, 24 Mar 2017 17:06:26 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/How-to-resolve-crash-while-loading-data-in-Apache-atlas/m-p/173382#M135656</guid>
      <dc:creator>apathan</dc:creator>
      <dc:date>2017-03-24T17:06:26Z</dc:date>
    </item>
    <item>
      <title>Re: How to resolve crash while loading data in Apache atlas using quick_start.py script?</title>
      <link>https://community.cloudera.com/t5/Support-Questions/How-to-resolve-crash-while-loading-data-in-Apache-atlas/m-p/173383#M135657</link>
      <description>&lt;A rel="user" href="https://community.cloudera.com/users/40/apathan.html" nodeid="40"&gt;@Ayub Khan&lt;/A&gt;&lt;P&gt;&lt;STRONG&gt;I have tested that server is running by using following command:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;curl -v &lt;A href="http://localhost:21000/api/atlas/admin/version" target="_blank"&gt;http://localhost:21000/api/atlas/admin/version&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Following is the result:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;*   Trying 127.0.0.1...&lt;/P&gt;&lt;P&gt;* Connected to localhost (127.0.0.1) port 21000 (#0)&lt;/P&gt;&lt;P&gt;&amp;gt; GET /api/atlas/admin/version HTTP/1.1&lt;/P&gt;&lt;P&gt;&amp;gt; Host: localhost:21000&lt;/P&gt;&lt;P&gt;&amp;gt; User-Agent: curl/7.47.0&lt;/P&gt;&lt;P&gt;&amp;gt; Accept: */*&lt;/P&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;P&gt;* Empty reply from server&lt;/P&gt;&lt;P&gt;* Connection #0 to host localhost left intact&lt;/P&gt;&lt;P&gt;curl: (52) Empty reply from server&lt;/P&gt;&lt;P&gt;what else I need to test in order to make sure that my server and all of its components are running fine.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;</description>
      <pubDate>Fri, 24 Mar 2017 17:12:40 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/How-to-resolve-crash-while-loading-data-in-Apache-atlas/m-p/173383#M135657</guid>
      <dc:creator>naseem_rafique</dc:creator>
      <dc:date>2017-03-24T17:12:40Z</dc:date>
    </item>
    <item>
      <title>Re: How to resolve crash while loading data in Apache atlas using quick_start.py script?</title>
      <link>https://community.cloudera.com/t5/Support-Questions/How-to-resolve-crash-while-loading-data-in-Apache-atlas/m-p/173384#M135658</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/16873/naseemrafique.html" nodeid="16873"&gt;@Naseem Rafique&lt;/A&gt; &lt;/P&gt;&lt;P&gt;Server is not running.. empty response from server.&lt;/P&gt;&lt;PRE&gt;* Empty reply from server
* Connection #0 to host localhost left intact
curl: (52) Empty reply from server
&lt;/PRE&gt;&lt;P&gt;Check the atlas application logs, why it is not running. you can find them under &amp;lt;ATLAS_HOME&amp;gt;/logs/application.log&lt;/P&gt;</description>
      <pubDate>Fri, 24 Mar 2017 17:14:51 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/How-to-resolve-crash-while-loading-data-in-Apache-atlas/m-p/173384#M135658</guid>
      <dc:creator>apathan</dc:creator>
      <dc:date>2017-03-24T17:14:51Z</dc:date>
    </item>
    <item>
      <title>Re: How to resolve crash while loading data in Apache atlas using quick_start.py script?</title>
      <link>https://community.cloudera.com/t5/Support-Questions/How-to-resolve-crash-while-loading-data-in-Apache-atlas/m-p/173385#M135659</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/40/apathan.html" nodeid="40"&gt;@Ayub Khan&lt;/A&gt; &lt;/P&gt;&lt;P&gt;Following is my properties file.
&lt;A href="https://community.cloudera.com/legacyfs/online/attachments/14015-atlas-applicationproperties.txt"&gt;atlas-applicationproperties.txt&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 24 Mar 2017 17:15:58 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/How-to-resolve-crash-while-loading-data-in-Apache-atlas/m-p/173385#M135659</guid>
      <dc:creator>naseem_rafique</dc:creator>
      <dc:date>2017-03-24T17:15:58Z</dc:date>
    </item>
    <item>
      <title>Re: How to resolve crash while loading data in Apache atlas using quick_start.py script?</title>
      <link>https://community.cloudera.com/t5/Support-Questions/How-to-resolve-crash-while-loading-data-in-Apache-atlas/m-p/173386#M135660</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/16873/naseemrafique.html" nodeid="16873"&gt;@Naseem Rafique&lt;/A&gt;
&lt;/P&gt;&lt;P&gt;seems you have setup Atlas in HA.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;apache-atlas-0.9-incubating-SNAPSHOT&lt;/STRONG&gt;$ bin/&lt;A href="http://quick_start.py/"&gt;quick_start.py&lt;/A&gt; &amp;lt;http/https&amp;gt;://&amp;lt;atlas-fqdn&amp;gt;:&amp;lt;atlas port&amp;gt;&lt;/P&gt;&lt;P&gt;can you run quickstart with above format.&lt;/P&gt;&lt;P&gt;nixon&lt;/P&gt;</description>
      <pubDate>Fri, 24 Mar 2017 17:24:01 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/How-to-resolve-crash-while-loading-data-in-Apache-atlas/m-p/173386#M135660</guid>
      <dc:creator>nixonrodrigues</dc:creator>
      <dc:date>2017-03-24T17:24:01Z</dc:date>
    </item>
    <item>
      <title>Re: How to resolve crash while loading data in Apache atlas using quick_start.py script?</title>
      <link>https://community.cloudera.com/t5/Support-Questions/How-to-resolve-crash-while-loading-data-in-Apache-atlas/m-p/173387#M135661</link>
      <description>&lt;P&gt;try &lt;A href="http://localhost:21000/login.jsp"&gt;http://localhost:21000/login.jsp&lt;/A&gt; and check logs in logs/atlas-application.log&lt;/P&gt;&lt;P&gt;This logs can tell more about the problem &lt;/P&gt;</description>
      <pubDate>Fri, 24 Mar 2017 17:36:44 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/How-to-resolve-crash-while-loading-data-in-Apache-atlas/m-p/173387#M135661</guid>
      <dc:creator>nixonrodrigues</dc:creator>
      <dc:date>2017-03-24T17:36:44Z</dc:date>
    </item>
    <item>
      <title>Re: How to resolve crash while loading data in Apache atlas using quick_start.py script?</title>
      <link>https://community.cloudera.com/t5/Support-Questions/How-to-resolve-crash-while-loading-data-in-Apache-atlas/m-p/173388#M135662</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/13738/nixonrodrigues.html" nodeid="13738"&gt;@Nixon Rodrigues&lt;/A&gt;&lt;/P&gt;&lt;P&gt;which end point do i need to provide here in following format? in guide it is mentioned as optional.&lt;/P&gt;&lt;P&gt;&amp;lt;http/https&amp;gt;://&amp;lt;atlas-fqdn&amp;gt;:&amp;lt;atlas port&amp;gt; &lt;/P&gt;</description>
      <pubDate>Fri, 24 Mar 2017 17:50:19 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/How-to-resolve-crash-while-loading-data-in-Apache-atlas/m-p/173388#M135662</guid>
      <dc:creator>naseem_rafique</dc:creator>
      <dc:date>2017-03-24T17:50:19Z</dc:date>
    </item>
    <item>
      <title>Re: How to resolve crash while loading data in Apache atlas using quick_start.py script?</title>
      <link>https://community.cloudera.com/t5/Support-Questions/How-to-resolve-crash-while-loading-data-in-Apache-atlas/m-p/173389#M135663</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/16873/naseemrafique.html" nodeid="16873"&gt;@Naseem Rafique&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;apache-atlas-0.9-incubating-SNAPSHOT&lt;/STRONG&gt;$ bin/&lt;A href="http://quick_start.py/"&gt;quick_start.py&lt;/A&gt; &lt;A href="http://localhost:21000"&gt;http://localhost:21000&lt;/A&gt;&lt;/P&gt;&lt;P&gt;also check logs in logs/atlas-application.log&lt;/P&gt;</description>
      <pubDate>Fri, 24 Mar 2017 18:04:25 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/How-to-resolve-crash-while-loading-data-in-Apache-atlas/m-p/173389#M135663</guid>
      <dc:creator>nixonrodrigues</dc:creator>
      <dc:date>2017-03-24T18:04:25Z</dc:date>
    </item>
    <item>
      <title>Re: How to resolve crash while loading data in Apache atlas using quick_start.py script?</title>
      <link>https://community.cloudera.com/t5/Support-Questions/How-to-resolve-crash-while-loading-data-in-Apache-atlas/m-p/173390#M135664</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/13738/nixonrodrigues.html" nodeid="13738"&gt;@Nixon Rodrigues&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;apache-atlas-0.9-incubating-SNAPSHOT&lt;/STRONG&gt;$ bin/quick_start.py &lt;A href="http://localhost:21000" target="_blank"&gt;http://localhost:21000&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Enter username for atlas :-&lt;/P&gt;&lt;P&gt;sam&lt;/P&gt;&lt;P&gt;Enter password for atlas :-&lt;/P&gt;&lt;P&gt;123&lt;/P&gt;&lt;P&gt;Creating sample types: &lt;/P&gt;&lt;P&gt;Exception in thread "main" com.sun.jersey.api.client.ClientHandlerException: java.net.SocketException: Unexpected end of file from server&lt;/P&gt;&lt;P&gt;at com.sun.jersey.client.urlconnection.URLConnectionClientHandler.handle(URLConnectionClientHandler.java:155)&lt;/P&gt;&lt;P&gt;at com.sun.jersey.api.client.filter.HTTPBasicAuthFilter.handle(HTTPBasicAuthFilter.java:105)&lt;/P&gt;&lt;P&gt;at com.sun.jersey.api.client.Client.handle(Client.java:652)&lt;/P&gt;&lt;P&gt;at com.sun.jersey.api.client.WebResource.handle(WebResource.java:682)&lt;/P&gt;&lt;P&gt;at com.sun.jersey.api.client.WebResource.access$200(WebResource.java:74)&lt;/P&gt;&lt;P&gt;at com.sun.jersey.api.client.WebResource$Builder.method(WebResource.java:634)&lt;/P&gt;&lt;P&gt;at org.apache.atlas.AtlasBaseClient.callAPIWithResource(AtlasBaseClient.java:300)&lt;/P&gt;&lt;P&gt;at org.apache.atlas.AtlasBaseClient.callAPIWithResource(AtlasBaseClient.java:287)&lt;/P&gt;&lt;P&gt;at org.apache.atlas.AtlasBaseClient.callAPI(AtlasBaseClient.java:429)&lt;/P&gt;&lt;P&gt;at org.apache.atlas.AtlasClientV2.createAtlasTypeDefs(AtlasClientV2.java:217)&lt;/P&gt;&lt;P&gt;at org.apache.atlas.examples.QuickStartV2.createTypes(QuickStartV2.java:191)&lt;/P&gt;&lt;P&gt;at org.apache.atlas.examples.QuickStartV2.runQuickstart(QuickStartV2.java:147)&lt;/P&gt;&lt;P&gt;at org.apache.atlas.examples.QuickStartV2.main(QuickStartV2.java:132)&lt;/P&gt;&lt;P&gt;Caused by: java.net.SocketException: Unexpected end of file from server&lt;/P&gt;&lt;P&gt;at sun.net.www.http.HttpClient.parseHTTPHeader(HttpClient.java:792)&lt;/P&gt;&lt;P&gt;at sun.net.www.http.HttpClient.parseHTTP(HttpClient.java:647)&lt;/P&gt;&lt;P&gt;at sun.net.www.http.HttpClient.parseHTTPHeader(HttpClient.java:789)&lt;/P&gt;&lt;P&gt;at sun.net.www.http.HttpClient.parseHTTP(HttpClient.java:647)&lt;/P&gt;&lt;P&gt;at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1569)&lt;/P&gt;&lt;P&gt;at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1474)&lt;/P&gt;&lt;P&gt;at java.net.HttpURLConnection.getResponseCode(HttpURLConnection.java:480)&lt;/P&gt;&lt;P&gt;at com.sun.jersey.client.urlconnection.URLConnectionClientHandler._invoke(URLConnectionClientHandler.java:253)&lt;/P&gt;&lt;P&gt;at com.sun.jersey.client.urlconnection.URLConnectionClientHandler.handle(URLConnectionClientHandler.java:153)&lt;/P&gt;&lt;P&gt;... 12 more&lt;/P&gt;&lt;P&gt;No sample data added to Apache Atlas Server.&lt;/P&gt;</description>
      <pubDate>Fri, 24 Mar 2017 18:13:45 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/How-to-resolve-crash-while-loading-data-in-Apache-atlas/m-p/173390#M135664</guid>
      <dc:creator>naseem_rafique</dc:creator>
      <dc:date>2017-03-24T18:13:45Z</dc:date>
    </item>
    <item>
      <title>Re: How to resolve crash while loading data in Apache atlas using quick_start.py script?</title>
      <link>https://community.cloudera.com/t5/Support-Questions/How-to-resolve-crash-while-loading-data-in-Apache-atlas/m-p/173391#M135665</link>
      <description>&lt;P&gt;Tried the following.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;apache-atlas-0.9-incubating-SNAPSHOT&lt;/STRONG&gt;$ curl -v &lt;A href="http://localhost:21000/login.jsp"&gt;http://localhost:21000/login.jsp&lt;/A&gt;&lt;/P&gt;&lt;P&gt;* Trying 127.0.0.1...&lt;/P&gt;&lt;P&gt;* Connected to localhost (127.0.0.1) port 21000 (#0)&lt;/P&gt;&lt;P&gt;&amp;gt; GET /login.jsp HTTP/1.1&lt;/P&gt;&lt;P&gt;&amp;gt; Host: localhost:21000&lt;/P&gt;&lt;P&gt;&amp;gt; User-Agent: curl/7.47.0&lt;/P&gt;&lt;P&gt;&amp;gt; Accept: */*&lt;/P&gt;&lt;P&gt;&amp;gt;&lt;/P&gt;&lt;P&gt;* Empty reply from server&lt;/P&gt;&lt;P&gt;* Connection #0 to host localhost left intact&lt;/P&gt;&lt;P&gt;curl: (52) Empty reply from server&lt;/P&gt;&lt;P&gt;Can you check my applicatio.properties attached in the comments.&lt;/P&gt;</description>
      <pubDate>Fri, 24 Mar 2017 18:14:20 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/How-to-resolve-crash-while-loading-data-in-Apache-atlas/m-p/173391#M135665</guid>
      <dc:creator>naseem_rafique</dc:creator>
      <dc:date>2017-03-24T18:14:20Z</dc:date>
    </item>
    <item>
      <title>Re: How to resolve crash while loading data in Apache atlas using quick_start.py script?</title>
      <link>https://community.cloudera.com/t5/Support-Questions/How-to-resolve-crash-while-loading-data-in-Apache-atlas/m-p/173392#M135666</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/16873/naseemrafique.html" nodeid="16873"&gt;@Naseem Rafique&lt;/A&gt; &lt;/P&gt;&lt;P&gt;Seems your  Atlas server is down. do followings steps.&lt;/P&gt;&lt;P&gt;restart atlas and same time tail the atlas-application.logs&lt;/P&gt;&lt;P&gt;please attacht your  atlas-application.logs&lt;/P&gt;</description>
      <pubDate>Fri, 24 Mar 2017 18:18:16 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/How-to-resolve-crash-while-loading-data-in-Apache-atlas/m-p/173392#M135666</guid>
      <dc:creator>nixonrodrigues</dc:creator>
      <dc:date>2017-03-24T18:18:16Z</dc:date>
    </item>
    <item>
      <title>Re: How to resolve crash while loading data in Apache atlas using quick_start.py script?</title>
      <link>https://community.cloudera.com/t5/Support-Questions/How-to-resolve-crash-while-loading-data-in-Apache-atlas/m-p/173393#M135667</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/13738/nixonrodrigues.html" nodeid="13738"&gt;@Nixon Rodrigues&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Following is the log file.&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.cloudera.com/legacyfs/online/attachments/14016-logs.txt"&gt;logs.txt&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 24 Mar 2017 18:29:52 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/How-to-resolve-crash-while-loading-data-in-Apache-atlas/m-p/173393#M135667</guid>
      <dc:creator>naseem_rafique</dc:creator>
      <dc:date>2017-03-24T18:29:52Z</dc:date>
    </item>
    <item>
      <title>Re: How to resolve crash while loading data in Apache atlas using quick_start.py script?</title>
      <link>https://community.cloudera.com/t5/Support-Questions/How-to-resolve-crash-while-loading-data-in-Apache-atlas/m-p/173394#M135668</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/16873/naseemrafique.html" nodeid="16873"&gt;@Naseem Rafique&lt;/A&gt; your hbase is down, it has not started well. please restart Atlas and check&lt;/P&gt;&lt;P&gt;com.thinkaurelius.titan.diskstorage.hbase.HBaseCompat1_1 (HBaseCompatLoader:69)\&lt;/P&gt;&lt;PRE&gt;2017-03-24 11:23:16,997 INFO  - [main:] ~ Copied host list from root.storage.hostname to hbase.zookeeper.quorum: localhost (HBaseStoreManager:320)\
2017-03-24 11:23:17,159 WARN  - [main:] ~ FAILED o.e.j.w.WebAppContext@fcb4004\{/,file:/home/ubuntu/atlas-code/distro/target/apache-atlas-0.9-incubating-SNAPSHOT/server/webapp/atlas/,STARTING\}\{/home/ubuntu/atlas-code/distro/target/apache-atlas-0.9-incubating-SNAPSHOT/server/webapp/atlas\}: java.lang.ExceptionInInitializerError (AbstractLifeCycle:212)\
java.lang.ExceptionInInitializerError\
	at java.lang.Class.forName0(Native Method)\
	at java.lang.Class.forName(Class.java:264)\
	at org.apache.atlas.ApplicationProperties.getClass(ApplicationProperties.java:120)\
	at org.apache.atlas.util.AtlasRepositoryConfiguration.getDeleteHandlerImpl(AtlasRepositoryConfiguration.java:103)\
	at org.apache.atlas.RepositoryMetadataModule.configure(RepositoryMetadataModule.java:109)\
	at com.google.inject.AbstractModule.configure(AbstractModule.java:62)\
	at com.google.inject.spi.Elements$RecordingBinder.install(Elements.java:340)\
	at com.google.inject.spi.Elements.getElements(Elements.java:110)\
	at com.google.inject.internal.InjectorShell$Builder.build(InjectorShell.java:138)\
	at com.google.inject.internal.InternalInjectorCreator.build(InternalInjectorCreator.java:104)\
	at com.google.inject.Guice.createInjector(Guice.java:99)\
	at com.google.inject.Guice.createInjector(Guice.java:84)\
	at org.apache.atlas.web.listeners.GuiceServletConfig.getInjector(GuiceServletConfig.java:77)\
	at com.google.inject.servlet.GuiceServletContextListener.contextInitialized(GuiceServletContextListener.java:47)\
	at org.apache.atlas.web.listeners.GuiceServletConfig.contextInitialized(GuiceServletConfig.java:142)\
	at org.eclipse.jetty.server.handler.ContextHandler.callContextInitialized(ContextHandler.java:800)\
	at org.eclipse.jetty.servlet.ServletContextHandler.callContextInitialized(ServletContextHandler.java:444)\
	at org.eclipse.jetty.server.handler.ContextHandler.startContext(ContextHandler.java:791)\
	at org.eclipse.jetty.servlet.ServletContextHandler.startContext(ServletContextHandler.java:294)\
	at org.eclipse.jetty.webapp.WebAppContext.startWebapp(WebAppContext.java:1349)\
	at org.eclipse.jetty.webapp.WebAppContext.startContext(WebAppContext.java:1342)\
	at org.eclipse.jetty.server.handler.ContextHandler.doStart(ContextHandler.java:741)\
	at org.eclipse.jetty.webapp.WebAppContext.doStart(WebAppContext.java:505)\
	at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68)\
	at org.eclipse.jetty.util.component.ContainerLifeCycle.start(ContainerLifeCycle.java:132)\
	at org.eclipse.jetty.server.Server.start(Server.java:387)\
	at org.eclipse.jetty.util.component.ContainerLifeCycle.doStart(ContainerLifeCycle.java:114)\
	at org.eclipse.jetty.server.handler.AbstractHandler.doStart(AbstractHandler.java:61)\
	at org.eclipse.jetty.server.Server.doStart(Server.java:354)\
	at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68)\
	at org.apache.atlas.web.service.EmbeddedServer.start(EmbeddedServer.java:95)\
	at org.apache.atlas.Atlas.main(Atlas.java:118)\
Caused by: java.lang.RuntimeException: java.lang.NullPointerException\
	at org.apache.hadoop.hbase.client.RpcRetryingCaller.callWithoutRetries(RpcRetryingCaller.java:208)\
	at org.apache.hadoop.hbase.client.ClientScanner.call(ClientScanner.java:320)\
	at org.apache.hadoop.hbase.client.ClientScanner.nextScanner(ClientScanner.java:295)\
	at org.apache.hadoop.hbase.client.ClientScanner.initializeScannerInConstruction(ClientScanner.java:160)\
	at org.apache.hadoop.hbase.client.ClientScanner.&amp;lt;init&amp;gt;(ClientScanner.java:155)\
	at org.apache.hadoop.hbase.client.HTable.getScanner(HTable.java:821)\
	at org.apache.hadoop.hbase.MetaTableAccessor.fullScan(MetaTableAccessor.java:602)\
	at org.apache.hadoop.hbase.MetaTableAccessor.tableExists(MetaTableAccessor.java:366)\
	at org.apache.hadoop.hbase.client.HBaseAdmin.tableExists(HBaseAdmin.java:303)\
	at com.thinkaurelius.titan.diskstorage.hbase.HBaseAdmin1_0.tableExists(HBaseAdmin1_0.java:78)\
	at com.thinkaurelius.titan.diskstorage.hbase.HBaseStoreManager.ensureTableExists(HBaseStoreManager.java:714)\
	at com.thinkaurelius.titan.diskstorage.hbase.HBaseStoreManager.ensureColumnFamilyExists(HBaseStoreManager.java:792)\
	at com.thinkaurelius.titan.diskstorage.hbase.HBaseStoreManager.openDatabase(HBaseStoreManager.java:474)\
	at com.thinkaurelius.titan.diskstorage.hbase.HBaseStoreManager.openDatabase(HBaseStoreManager.java:455)\
	at com.thinkaurelius.titan.diskstorage.Backend.getStandaloneGlobalConfiguration(Backend.java:387)\
	at com.thinkaurelius.titan.graphdb.configuration.GraphDatabaseConfiguration.&amp;lt;init&amp;gt;(GraphDatabaseConfiguration.java:1277)\
	at com.thinkaurelius.titan.core.TitanFactory.open(TitanFactory.java:93)\
	at com.thinkaurelius.titan.core.TitanFactory.open(TitanFactory.java:73)\
	at org.apache.atlas.repository.graphdb.titan0.Titan0GraphDatabase.getGraphInstance(Titan0GraphDatabase.java:115)\
	at org.apache.atlas.repository.graphdb.titan0.Titan0GraphDatabase.getGraph(Titan0GraphDatabase.java:171)\
	at org.apache.atlas.repository.graph.AtlasGraphProvider.getGraphInstance(AtlasGraphProvider.java:38)\
	at org.apache.atlas.repository.graph.GraphHelper.getInstance(GraphHelper.java:114)\
	at org.apache&lt;/PRE&gt;</description>
      <pubDate>Fri, 24 Mar 2017 18:53:58 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/How-to-resolve-crash-while-loading-data-in-Apache-atlas/m-p/173394#M135668</guid>
      <dc:creator>nixonrodrigues</dc:creator>
      <dc:date>2017-03-24T18:53:58Z</dc:date>
    </item>
    <item>
      <title>Re: How to resolve crash while loading data in Apache atlas using quick_start.py script?</title>
      <link>https://community.cloudera.com/t5/Support-Questions/How-to-resolve-crash-while-loading-data-in-Apache-atlas/m-p/173395#M135669</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/13738/nixonrodrigues.html" nodeid="13738"&gt;@Nixon Rodrigues&lt;/A&gt; &lt;/P&gt;&lt;P&gt;I have stopped and started the server many times but same problem. What can be possible reasons that hbase is not initiated? Is it packaging issue? What is the structure of &lt;STRONG&gt;apache-atlas-0.9-incubating-SNAPSHOT &lt;/STRONG&gt;directory after installation? &lt;/P&gt;&lt;P&gt;I have installed zookeeper on the same machine as atlas is installed on.&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Fri, 24 Mar 2017 19:25:39 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/How-to-resolve-crash-while-loading-data-in-Apache-atlas/m-p/173395#M135669</guid>
      <dc:creator>naseem_rafique</dc:creator>
      <dc:date>2017-03-24T19:25:39Z</dc:date>
    </item>
    <item>
      <title>Re: How to resolve crash while loading data in Apache atlas using quick_start.py script?</title>
      <link>https://community.cloudera.com/t5/Support-Questions/How-to-resolve-crash-while-loading-data-in-Apache-atlas/m-p/173396#M135670</link>
      <description>&lt;A rel="user" href="https://community.cloudera.com/users/16873/naseemrafique.html" nodeid="16873"&gt;@Naseem Rafique&lt;/A&gt;&lt;P&gt; I think you are using embedded-hbase-solr option in that case external zookeeper is not needed. please stop external zookeeper and try.&lt;/P&gt;</description>
      <pubDate>Fri, 24 Mar 2017 19:32:56 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/How-to-resolve-crash-while-loading-data-in-Apache-atlas/m-p/173396#M135670</guid>
      <dc:creator>nixonrodrigues</dc:creator>
      <dc:date>2017-03-24T19:32:56Z</dc:date>
    </item>
    <item>
      <title>Re: How to resolve crash while loading data in Apache atlas using quick_start.py script?</title>
      <link>https://community.cloudera.com/t5/Support-Questions/How-to-resolve-crash-while-loading-data-in-Apache-atlas/m-p/173397#M135671</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/13738/nixonrodrigues.html" nodeid="13738"&gt;@Nixon Rodrigues&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Yes you are right, I am using embedded-hbase-solr option. and I have stopped external zookeeper and restart the atlas server. This time logs are different. It keep trying to connect zookeeper and than through an exception after every 4 tries, have a look at the log file atached herewith. &lt;/P&gt;&lt;P&gt;Do I need to change some configurations in applicatoin.properties file?&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.cloudera.com/legacyfs/online/attachments/14017-logs1.txt"&gt;logs1.txt&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 24 Mar 2017 19:48:27 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/How-to-resolve-crash-while-loading-data-in-Apache-atlas/m-p/173397#M135671</guid>
      <dc:creator>naseem_rafique</dc:creator>
      <dc:date>2017-03-24T19:48:27Z</dc:date>
    </item>
    <item>
      <title>Re: How to resolve crash while loading data in Apache atlas using quick_start.py script?</title>
      <link>https://community.cloudera.com/t5/Support-Questions/How-to-resolve-crash-while-loading-data-in-Apache-atlas/m-p/173398#M135672</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/16873/naseemrafique.html" nodeid="16873"&gt;@Naseem Rafique&lt;/A&gt; &lt;/P&gt;&lt;P&gt;After checking the log1.txt i feels that your hbase is still not up &amp;amp; running, try to make it up and create few tables and then try with Atlas.&lt;/P&gt;&lt;P&gt;OR&lt;/P&gt;&lt;P&gt;Workaround, Use berkeley-elasticsearch profile instead embBededhbase solr.&lt;/P&gt;&lt;P&gt;&lt;A href="http://atlas.incubator.apache.org/InstallationSteps.html"&gt;http://atlas.incubator.apache.org/InstallationSteps.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;You need  rebuild atlas with below profile&lt;/P&gt;&lt;PRE&gt;mvn clean package -Pdist,berkeley-elasticsearch
&lt;/PRE&gt;</description>
      <pubDate>Sun, 26 Mar 2017 13:11:50 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/How-to-resolve-crash-while-loading-data-in-Apache-atlas/m-p/173398#M135672</guid>
      <dc:creator>nixonrodrigues</dc:creator>
      <dc:date>2017-03-26T13:11:50Z</dc:date>
    </item>
    <item>
      <title>Re: How to resolve crash while loading data in Apache atlas using quick_start.py script?</title>
      <link>https://community.cloudera.com/t5/Support-Questions/How-to-resolve-crash-while-loading-data-in-Apache-atlas/m-p/173399#M135673</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/13738/nixonrodrigues.html" nodeid="13738"&gt;@Nixon Rodrigues&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Thanks for following up. Can you tell me that do i need to install standalone Solr instance while using embeded-hbas-solr packaging.&lt;/P&gt;</description>
      <pubDate>Mon, 27 Mar 2017 14:20:02 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/How-to-resolve-crash-while-loading-data-in-Apache-atlas/m-p/173399#M135673</guid>
      <dc:creator>naseem_rafique</dc:creator>
      <dc:date>2017-03-27T14:20:02Z</dc:date>
    </item>
    <item>
      <title>Re: How to resolve crash while loading data in Apache atlas using quick_start.py script?</title>
      <link>https://community.cloudera.com/t5/Support-Questions/How-to-resolve-crash-while-loading-data-in-Apache-atlas/m-p/173400#M135674</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/16873/naseemrafique.html" nodeid="16873"&gt;@Naseem Rafique&lt;/A&gt; &lt;/P&gt;&lt;P&gt;For embeded-hbase-solr option you dont require any setup of solr or hbase, it already package in distro and managed by atlas in start up script&lt;/P&gt;&lt;P&gt;can you export this env variable and then start then Atlas (atlas_start.py)&lt;/P&gt;&lt;PRE&gt;export MANAGE_LOCAL_SOLR=True &lt;/PRE&gt;&lt;PRE&gt;export MANAGE_LOCAL_HBASE=True&lt;/PRE&gt;</description>
      <pubDate>Mon, 27 Mar 2017 14:29:01 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/How-to-resolve-crash-while-loading-data-in-Apache-atlas/m-p/173400#M135674</guid>
      <dc:creator>nixonrodrigues</dc:creator>
      <dc:date>2017-03-27T14:29:01Z</dc:date>
    </item>
  </channel>
</rss>

