Member since
03-24-2017
24
Posts
0
Kudos Received
0
Solutions
03-27-2017
07:20 AM
@Nixon Rodrigues Thanks for following up. Can you tell me that do i need to install standalone Solr instance while using embeded-hbas-solr packaging.
... View more
03-24-2017
12:48 PM
@Nixon Rodrigues 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. Do I need to change some configurations in applicatoin.properties file? logs1.txt
... View more
03-24-2017
12:25 PM
@Nixon Rodrigues 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 apache-atlas-0.9-incubating-SNAPSHOT directory after installation? I have installed zookeeper on the same machine as atlas is installed on. Thanks.
... View more
03-24-2017
11:29 AM
@Nixon Rodrigues Following is the log file. logs.txt
... View more
03-24-2017
11:14 AM
Tried the following. apache-atlas-0.9-incubating-SNAPSHOT$ curl -v http://localhost:21000/login.jsp * Trying 127.0.0.1... * Connected to localhost (127.0.0.1) port 21000 (#0) > GET /login.jsp HTTP/1.1 > Host: localhost:21000 > User-Agent: curl/7.47.0 > Accept: */* > * Empty reply from server * Connection #0 to host localhost left intact curl: (52) Empty reply from server Can you check my applicatio.properties attached in the comments.
... View more
03-24-2017
11:13 AM
@Nixon Rodrigues apache-atlas-0.9-incubating-SNAPSHOT$ bin/quick_start.py http://localhost:21000 Enter username for atlas :- sam Enter password for atlas :- 123 Creating sample types: Exception in thread "main" com.sun.jersey.api.client.ClientHandlerException: java.net.SocketException: Unexpected end of file from server at com.sun.jersey.client.urlconnection.URLConnectionClientHandler.handle(URLConnectionClientHandler.java:155) at com.sun.jersey.api.client.filter.HTTPBasicAuthFilter.handle(HTTPBasicAuthFilter.java:105) at com.sun.jersey.api.client.Client.handle(Client.java:652) at com.sun.jersey.api.client.WebResource.handle(WebResource.java:682) at com.sun.jersey.api.client.WebResource.access$200(WebResource.java:74) at com.sun.jersey.api.client.WebResource$Builder.method(WebResource.java:634) at org.apache.atlas.AtlasBaseClient.callAPIWithResource(AtlasBaseClient.java:300) at org.apache.atlas.AtlasBaseClient.callAPIWithResource(AtlasBaseClient.java:287) at org.apache.atlas.AtlasBaseClient.callAPI(AtlasBaseClient.java:429) at org.apache.atlas.AtlasClientV2.createAtlasTypeDefs(AtlasClientV2.java:217) at org.apache.atlas.examples.QuickStartV2.createTypes(QuickStartV2.java:191) at org.apache.atlas.examples.QuickStartV2.runQuickstart(QuickStartV2.java:147) at org.apache.atlas.examples.QuickStartV2.main(QuickStartV2.java:132) Caused by: java.net.SocketException: Unexpected end of file from server at sun.net.www.http.HttpClient.parseHTTPHeader(HttpClient.java:792) at sun.net.www.http.HttpClient.parseHTTP(HttpClient.java:647) at sun.net.www.http.HttpClient.parseHTTPHeader(HttpClient.java:789) at sun.net.www.http.HttpClient.parseHTTP(HttpClient.java:647) at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1569) at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1474) at java.net.HttpURLConnection.getResponseCode(HttpURLConnection.java:480) at com.sun.jersey.client.urlconnection.URLConnectionClientHandler._invoke(URLConnectionClientHandler.java:253) at com.sun.jersey.client.urlconnection.URLConnectionClientHandler.handle(URLConnectionClientHandler.java:153) ... 12 more No sample data added to Apache Atlas Server.
... View more
03-24-2017
10:50 AM
@Nixon Rodrigues which end point do i need to provide here in following format? in guide it is mentioned as optional. <http/https>://<atlas-fqdn>:<atlas port>
... View more
03-24-2017
10:15 AM
@Ayub Khan Following is my properties file.
atlas-applicationproperties.txt
... View more
03-24-2017
10:12 AM
@Ayub Khan I have tested that server is running by using following command: curl -v http://localhost:21000/api/atlas/admin/version Following is the result: * Trying 127.0.0.1... * Connected to localhost (127.0.0.1) port 21000 (#0) > GET /api/atlas/admin/version HTTP/1.1 > Host: localhost:21000 > User-Agent: curl/7.47.0 > Accept: */* > * Empty reply from server * Connection #0 to host localhost left intact curl: (52) Empty reply from server what else I need to test in order to make sure that my server and all of its components are running fine. Thanks,
... View more
03-24-2017
10:02 AM
Hello, I am setting apache atlas on EC2. When I tried command " bin/quick_start.py" it ask for username/password. I provide admin/admin. It took a while and than gives this crashlog. apache-atlas-0.9-incubating-SNAPSHOT$ bin/quick_start.py Enter username for atlas :- sam Enter password for atlas :- 123 =========Crash Log================ Exception in thread "main" java.lang.IllegalArgumentException: None of the passed URLs are active org.apache.atlas.AtlasServerEnsemble@40ef3420 at org.apache.atlas.AtlasBaseClient.determineActiveServiceURL(AtlasBaseClient.java:207) at org.apache.atlas.AtlasBaseClient.initializeState(AtlasBaseClient.java:152) at org.apache.atlas.AtlasBaseClient.initializeState(AtlasBaseClient.java:140) at org.apache.atlas.AtlasBaseClient.<init>(AtlasBaseClient.java:96) at org.apache.atlas.AtlasClientV2.<init>(AtlasClientV2.java:105) at org.apache.atlas.examples.QuickStartV2.<init>(QuickStartV2.java:179) at org.apache.atlas.examples.QuickStartV2.runQuickstart(QuickStartV2.java:141) at org.apache.atlas.examples.QuickStartV2.main(QuickStartV2.java:132) Caused by: org.apache.atlas.AtlasServiceException: Metadata service API GET : api/atlas/admin/status failed at org.apache.atlas.AtlasBaseClient.selectActiveServerAddress(AtlasBaseClient.java:228) at org.apache.atlas.AtlasBaseClient.determineActiveServiceURL(AtlasBaseClient.java:204) ... 7 more Caused by: java.lang.RuntimeException: Could not find any active instance ... 9 more No sample data added to Apache Atlas Server. Please guide If any one has any idea about it.
... View more
Labels:
- Labels:
-
Apache Ambari
-
Apache Atlas
- « Previous
-
- 1
- 2
- Next »