You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@atlas.apache.org by Bandeep Singh <ba...@gmail.com> on 2020/03/18 22:51:44 UTC

For ATLAS 2.1.0 SNAPSHOT getting exception while starting Atlas

Hi Guys,
I installed ATLAS 2.1.0 SNAPSHOT recently and getting exception while starting atlas.
Steps:
- mvn clean -DskipTests install -Pdist,embedded-hbase-solr
- cd atlas/distro/target/apache-atlas-2.1.0-SNAPSHOT-server/apache-atlas-2.1.0-SNAPSHOT
- bin/atlas_start.py

I get following exception while starting:
java.lang.RuntimeException: org.janusgraph.core.JanusGraphException: Could not open global configuration
	at org.apache.atlas.repository.graphdb.janus.AtlasJanusGraphDatabase.initJanusGraph(AtlasJanusGraphDatabase.java:190)
	at org.apache.atlas.repository.graphdb.janus.AtlasJanusGraphDatabase.getGraphInstance(AtlasJanusGraphDatabase.java:169)
	at org.apache.atlas.repository.graphdb.janus.AtlasJanusGraphDatabase.getGraph(AtlasJanusGraphDatabase.java:276)
	at org.apache.atlas.repository.graph.AtlasGraphProvider.getGraphInstance(AtlasGraphProvider.java:52)
	at org.apache.atlas.repository.graph.AtlasGraphProvider.retry(AtlasGraphProvider.java:114)
	at org.apache.atlas.repository.graph.AtlasGraphProvider.get(AtlasGraphProvider.java:102)
	at org.apache.atlas.repository.graph.AtlasGraphProvider$$EnhancerBySpringCGLIB$$b9ed304b.CGLIB$get$0(<generated>)
	at org.apache.atlas.repository.graph.AtlasGraphProvider$$EnhancerBySpringCGLIB$$b9ed304b$$FastClassBySpringCGLIB$$5504231b.invoke(<generated>)


Re: For ATLAS 2.1.0 SNAPSHOT getting exception while starting Atlas

Posted by Chaitali Borole <ch...@freestoneinfotech.com>.
Hello,

Try below command:

mvn clean package -DskipTests  -Pdist,embedded-hbase-solr


On Fri, Mar 20, 2020, 19:05 Bandeep Singh <ba...@gmail.com> wrote:

> Hi Guys,
> I installed ATLAS 2.1.0 SNAPSHOT recently and getting exception while
> starting atlas.
> Steps:
> - mvn clean -DskipTests install -Pdist,embedded-hbase-solr
> - cd
> atlas/distro/target/apache-atlas-2.1.0-SNAPSHOT-server/apache-atlas-2.1.0-SNAPSHOT
> - bin/atlas_start.py
>
> I get following exception while starting:
> java.lang.RuntimeException: org.janusgraph.core.JanusGraphException: Could
> not open global configuration
>         at
> org.apache.atlas.repository.graphdb.janus.AtlasJanusGraphDatabase.initJanusGraph(AtlasJanusGraphDatabase.java:190)
>         at
> org.apache.atlas.repository.graphdb.janus.AtlasJanusGraphDatabase.getGraphInstance(AtlasJanusGraphDatabase.java:169)
>         at
> org.apache.atlas.repository.graphdb.janus.AtlasJanusGraphDatabase.getGraph(AtlasJanusGraphDatabase.java:276)
>         at
> org.apache.atlas.repository.graph.AtlasGraphProvider.getGraphInstance(AtlasGraphProvider.java:52)
>         at
> org.apache.atlas.repository.graph.AtlasGraphProvider.retry(AtlasGraphProvider.java:114)
>         at
> org.apache.atlas.repository.graph.AtlasGraphProvider.get(AtlasGraphProvider.java:102)
>         at
> org.apache.atlas.repository.graph.AtlasGraphProvider$$EnhancerBySpringCGLIB$$b9ed304b.CGLIB$get$0(<generated>)
>         at
> org.apache.atlas.repository.graph.AtlasGraphProvider$$EnhancerBySpringCGLIB$$b9ed304b$$FastClassBySpringCGLIB$$5504231b.invoke(<generated>)
>
>