[jira] [Commented] (ATLAS-4013) JanusGraph 0.5.1 is not compatible with elasticsearch 5.*

2020-11-03 Thread wforget (Jira)


[ 
https://issues.apache.org/jira/browse/ATLAS-4013?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17225287#comment-17225287
 ] 

wforget commented on ATLAS-4013:


Upgrading elasticsearch version to 6.6.0 can fix this problem

> JanusGraph 0.5.1 is not compatible with elasticsearch 5.*
> -
>
> Key: ATLAS-4013
> URL: https://issues.apache.org/jira/browse/ATLAS-4013
> Project: Atlas
>  Issue Type: Bug
>  Components:  atlas-core
>Affects Versions: 2.1.0, 3.0.0
>Reporter: wforget
>Priority: Major
> Attachments: 1.png, 2.png
>
>
> Atlas failed to initialize RestElasticSearchClient, due to 
> org.elasticsearch.client.Request is not compatible with the current 
> elasticsearch version. 



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


[jira] [Commented] (ATLAS-4013) JanusGraph 0.5.1 is not compatible with elasticsearch 5.*

2020-11-03 Thread wforget (Jira)


[ 
https://issues.apache.org/jira/browse/ATLAS-4013?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17225284#comment-17225284
 ] 

wforget commented on ATLAS-4013:


error message:
{code:java}
2020-11-03 15:25:52,342 WARN  - [main:] ~ Failed to obtain graph instance on 
attempt 1 of 3 (AtlasGraphProvider:118)2020-11-03 15:25:52,342 WARN  - [main:] 
~ Failed to obtain graph instance on attempt 1 of 3 
(AtlasGraphProvider:118)java.lang.IllegalArgumentException: Could not 
instantiate implementation: org.janusgraph.diskstorage.es.ElasticSearchIndex at 
org.janusgraph.util.system.ConfigurationUtil.instantiate(ConfigurationUtil.java:64)
 at org.janusgraph.diskstorage.Backend.getImplementationClass(Backend.java:440) 
at org.janusgraph.diskstorage.Backend.getIndexes(Backend.java:427) at 
org.janusgraph.diskstorage.Backend.(Backend.java:150) at 
org.janusgraph.graphdb.configuration.GraphDatabaseConfiguration.getBackend(GraphDatabaseConfiguration.java:1359)
 at 
org.janusgraph.graphdb.database.StandardJanusGraph.(StandardJanusGraph.java:146)
 at org.janusgraph.core.JanusGraphFactory.open(JanusGraphFactory.java:161) at 
org.janusgraph.core.JanusGraphFactory.open(JanusGraphFactory.java:132) at 
org.janusgraph.core.JanusGraphFactory.open(JanusGraphFactory.java:112) at 
org.apache.atlas.repository.graphdb.janus.AtlasJanusGraphDatabase.initJanusGraph(AtlasJanusGraphDatabase.java:182)
 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$$5bccb04.CGLIB$get$0()
 at 
org.apache.atlas.repository.graph.AtlasGraphProvider$$EnhancerBySpringCGLIB$$5bccb04$$FastClassBySpringCGLIB$$462763f.invoke()
 at 
org.springframework.cglib.proxy.MethodProxy.invokeSuper(MethodProxy.java:228) 
at 
org.springframework.context.annotation.ConfigurationClassEnhancer$BeanMethodInterceptor.intercept(ConfigurationClassEnhancer.java:358)
 at 
org.apache.atlas.repository.graph.AtlasGraphProvider$$EnhancerBySpringCGLIB$$5bccb04.get()
 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) 
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
 at java.lang.reflect.Method.invoke(Method.java:498) at 
org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:162)
 at 
org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:588)
 at 
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateUsingFactoryMethod(AbstractAutowireCapableBeanFactory.java:1178)
 at 
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1072)
 at 
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:511)
 at 
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:481)
 at 
org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:312)
 at 
org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:230)
 at 
org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:308)
 at 
org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202)
 at 
org.springframework.beans.factory.config.DependencyDescriptor.resolveCandidate(DependencyDescriptor.java:208)
 at 
org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1136)
 at 
org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:1064)
 at 
org.springframework.beans.factory.support.ConstructorResolver.resolveAutowiredArgument(ConstructorResolver.java:835)
 at 
org.springframework.beans.factory.support.ConstructorResolver.createArgumentArray(ConstructorResolver.java:741)
 at 
org.springframework.beans.factory.support.ConstructorResolver.autowireConstructor(ConstructorResolver.java:189)
 at 
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.autowireConstructor(AbstractAutowireCapableBeanFactory.java:1198)
 at 

[jira] [Created] (ATLAS-4013) JanusGraph 0.5.1 is not compatible with elasticsearch 5.*

2020-11-03 Thread wforget (Jira)
wforget created ATLAS-4013:
--

 Summary: JanusGraph 0.5.1 is not compatible with elasticsearch 5.*
 Key: ATLAS-4013
 URL: https://issues.apache.org/jira/browse/ATLAS-4013
 Project: Atlas
  Issue Type: Bug
  Components:  atlas-core
Affects Versions: 2.1.0, 3.0.0
Reporter: wforget
 Attachments: 1.png, 2.png

Atlas failed to initialize RestElasticSearchClient, due to 
org.elasticsearch.client.Request is not compatible with the current 
elasticsearch version. 



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