Naveen,

 

Looking at error “java.lang.NullPointerException: connectionString cannot be 
null”, I guess this could be due to missing configuration 
"atlas.kafka.zookeeper.connect”. Can you please ensure that this configuration 
is set in atlas-application.properties file?

 

 

> Please also let me know if I can download the tar files from anywhere instead 
> of building it locally.

Apache Atlas releases don’t include pre-built tar/war binaries; only source tar 
ball.

 

Hope this helps.

 

Madhan 

 

 

From: Naveen M <[email protected]>
Reply-To: "[email protected]" <[email protected]>
Date: Wednesday, September 26, 2018 at 9:12 AM
To: "[email protected]" <[email protected]>
Subject: Atlas 0.8.1 webapp error

 

Hi, I am getting the below error while starting atlas. I am using 0.8.1 
vertion. 



Is there something I am missing here?





Please also let me know if I can download the tar files from anywhere instead 
of building it locally. 



Thanks






2018-09-26 10:42:54,330 WARN  - [main:] ~ Exception encountered during context 
initialization - cancelling refresh attempt: 
org.springframework.beans.factory.UnsatisfiedDependencyException: Error 
creating bean with name 'services' defined in URL 
[jar:file:/home/cloud-user/apache-atlas-0.8.1/server/webapp/atlas/WEB-INF/lib/atlas-common-0.8.1.jar!/org/apache/atlas/service/Services.class]:
 Unsatisfied dependency expressed through constructor parameter 0; nested 
exception is org.springframework.beans.factory.UnsatisfiedDependencyException: 
Error creating bean with name 'activeInstanceElectorService' defined in URL 
[jar:file:/home/cloud-user/apache-atlas-0.8.1/server/webapp/atlas/WEB-INF/lib/atlas-webapp-0.8.1.jar!/org/apache/atlas/web/service/ActiveInstanceElectorService.class]:
 Unsatisfied dependency expressed through constructor parameter 2; nested 
exception is org.springframework.beans.factory.BeanCreationException: Error 
creating bean with name 'curatorFactory' defined in URL 
[jar:file:/home/cloud-user/apache-atlas-0.8.1/server/webapp/atlas/WEB-INF/lib/atlas-webapp-0.8.1.jar!/org/apache/atlas/web/service/CuratorFactory.class]:
 Instantiation of bean failed; nested exception is 
org.springframework.beans.BeanInstantiationException: Failed to instantiate 
[org.apache.atlas.web.service.CuratorFactory]: Constructor threw exception; 
nested exception is java.lang.NullPointerException: connectionString cannot be 
null (AbstractApplicationContext:550) 

Reply via email to