You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@atlas.apache.org by "Madhan Neethiraj (Jira)" <ji...@apache.org> on 2020/05/18 04:04:00 UTC

[jira] [Resolved] (ATLAS-939) apache-atlas-0.8-incubating-SNAPSHOT payload doesn't start

     [ https://issues.apache.org/jira/browse/ATLAS-939?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Madhan Neethiraj resolved ATLAS-939.
------------------------------------
    Resolution: Abandoned

> apache-atlas-0.8-incubating-SNAPSHOT payload doesn't start
> ----------------------------------------------------------
>
>                 Key: ATLAS-939
>                 URL: https://issues.apache.org/jira/browse/ATLAS-939
>             Project: Atlas
>          Issue Type: Bug
>    Affects Versions: 0.8-incubating
>         Environment: Linux RH 7.2 Atlas used apache-atlas-0.8-incubating-SNAPSHOT
>            Reporter: Ushma Dubal
>            Priority: Major
>
> I tried to execute atlas payload as it is. i.e with Solr search configuration. When tried to access Atlas url it throws error.
> 2016-06-22 04:28:55,708 WARN  - [main:] ~ FAILED o.e.j.w.WebAppContext@-33285a78{/,file:/opt/ushma/apache-atlas-0.8-incubating-SNAPSHOT/server/webapp/atlas/,STARTING}{/opt/ushma/apache-atlas-0.8-incubating-SNAPSHOT/server/webapp/atlas}: java.lang.ExceptionInInitializerError (AbstractLifeCycle:212)
> java.lang.ExceptionInInitializerError
> 	at java.lang.J9VMInternals.ensureError(J9VMInternals.java:137)
> 	at java.lang.J9VMInternals.recordInitializationFailure(J9VMInternals.java:126)
> 	at org.apache.atlas.repository.graph.DeleteHandler.<clinit>(DeleteHandler.java:50)
> 	at java.lang.Class.forNameImpl(Native Method)
> 	at java.lang.Class.forName(Class.java:273)
> 	at org.apache.atlas.ApplicationProperties.getClass(ApplicationProperties.java:115)
> 	at org.apache.atlas.RepositoryMetadataModule.getDeleteHandlerImpl(RepositoryMetadataModule.java:148)
> 	at org.apache.atlas.RepositoryMetadataModule.configure(RepositoryMetadataModule.java:95)
> 	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:96)
> 	at com.google.inject.Guice.createInjector(Guice.java:73)
> 	at com.google.inject.Guice.createInjector(Guice.java:62)
> 	at org.apache.atlas.web.listeners.GuiceServletConfig.getInjector(GuiceServletConfig.java:78)
> 	at com.google.inject.servlet.GuiceServletContextListener.contextInitialized(GuiceServletContextListener.java:47)
> 	at org.apache.atlas.web.listeners.GuiceServletConfig.contextInitialized(GuiceServletConfig.java:132)
> 	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:93)
> 	at org.apache.atlas.Atlas.main(Atlas.java:113)
> Caused by: java.lang.IllegalArgumentException: Could not instantiate implementation: com.thinkaurelius.titan.diskstorage.solr.Solr5Index
> 	at com.thinkaurelius.titan.util.system.ConfigurationUtil.instantiate(ConfigurationUtil.java:55)
> 	at com.thinkaurelius.titan.diskstorage.Backend.getImplementationClass(Backend.java:421)
> 	at com.thinkaurelius.titan.diskstorage.Backend.getIndexes(Backend.java:408)
> 	at com.thinkaurelius.titan.diskstorage.Backend.<init>(Backend.java:139)
> 	at com.thinkaurelius.titan.graphdb.configuration.GraphDatabaseConfiguration.getBackend(GraphDatabaseConfiguration.java:1748)
> 	at com.thinkaurelius.titan.graphdb.database.StandardTitanGraph.<init>(StandardTitanGraph.java:110)
> 	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.graph.TitanGraphProvider.getGraphInstance(TitanGraphProvider.java:105)
> 	at org.apache.atlas.repository.graph.GraphHelper.<clinit>(GraphHelper.java:64)
> 	... 34 more
> Caused by: java.lang.reflect.InvocationTargetException
> 	at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
> 	at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:88)
> 	at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:57)
> 	at java.lang.reflect.Constructor.newInstance(Constructor.java:436)
> 	at com.thinkaurelius.titan.util.system.ConfigurationUtil.instantiate(ConfigurationUtil.java:44)
> 	... 43 more
> 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:344)
> 	at org.apache.solr.client.solrj.impl.CloudSolrClient.connect(CloudSolrClient.java:458)
> 	at com.thinkaurelius.titan.diskstorage.solr.Solr5Index.<init>(Solr5Index.java:211)
> 	... 48 more



--
This message was sent by Atlassian Jira
(v8.3.4#803005)