You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Caused by: java.lang.IllegalStateException: The version 0.69.0.0 of 'hugegraph-api in server' is not in [0.38, 0.68)
at com.google.common.base.Preconditions.checkState(Preconditions.java:532) ~[guava-29.0-jre.jar:na]
at com.baidu.hugegraph.util.E.checkState(E.java:68) ~[hugegraph-common-2.0.1.jar:2.0.1.0]
at com.baidu.hugegraph.util.VersionUtil.check(VersionUtil.java:65) ~[hugegraph-common-2.0.1.jar:2.0.1.0]
at com.baidu.hugegraph.driver.HugeClient.checkServerApiVersion(HugeClient.java:112) ~[hugegraph-client-2.0.1.jar:2.0.1.0]
at com.baidu.hugegraph.driver.HugeClient.initManagers(HugeClient.java:95) ~[hugegraph-client-2.0.1.jar:2.0.1.0]
at com.baidu.hugegraph.driver.HugeClient.(HugeClient.java:67) ~[hugegraph-client-2.0.1.jar:2.0.1.0]
at com.baidu.hugegraph.driver.HugeClientBuilder.build(HugeClientBuilder.java:67) ~[hugegraph-client-2.0.1.jar:2.0.1.0]
at com.bme.hugegraph.config.HugeGraphClient.hugeClient5(HugeGraphClient.java:33) ~[classes/:na]
at com.bme.hugegraph.config.HugeGraphClient$$EnhancerBySpringCGLIB$$e6056aea.CGLIB$hugeClient5$1() ~[classes/:na]
imbajin
changed the title
部署的服务端版本号为1.0.0,客户端的版本号为(hugegraph-client)2.0.1,启动时客户端时报The version 0.69.0.0 of 'hugegraph-api in server' is not in [0.38, 0.68),请问客户端的最新版本是多少?
[Question] 服务端版本1.0.0,客户端client版本号为2.0.1, 启动客户端时报The version 0.69.0.0 of 'hugegraph-api in server' is not in xxx
Feb 3, 2023
Problem Type (问题类型)
rest-api (结果不合预期)
Before submit
Environment (环境信息)
Your Question (问题描述)
Caused by: java.lang.IllegalStateException: The version 0.69.0.0 of 'hugegraph-api in server' is not in [0.38, 0.68)
at com.google.common.base.Preconditions.checkState(Preconditions.java:532) ~[guava-29.0-jre.jar:na]
at com.baidu.hugegraph.util.E.checkState(E.java:68) ~[hugegraph-common-2.0.1.jar:2.0.1.0]
at com.baidu.hugegraph.util.VersionUtil.check(VersionUtil.java:65) ~[hugegraph-common-2.0.1.jar:2.0.1.0]
at com.baidu.hugegraph.driver.HugeClient.checkServerApiVersion(HugeClient.java:112) ~[hugegraph-client-2.0.1.jar:2.0.1.0]
at com.baidu.hugegraph.driver.HugeClient.initManagers(HugeClient.java:95) ~[hugegraph-client-2.0.1.jar:2.0.1.0]
at com.baidu.hugegraph.driver.HugeClient.(HugeClient.java:67) ~[hugegraph-client-2.0.1.jar:2.0.1.0]
at com.baidu.hugegraph.driver.HugeClientBuilder.build(HugeClientBuilder.java:67) ~[hugegraph-client-2.0.1.jar:2.0.1.0]
at com.bme.hugegraph.config.HugeGraphClient.hugeClient5(HugeGraphClient.java:33) ~[classes/:na]
at com.bme.hugegraph.config.HugeGraphClient$$EnhancerBySpringCGLIB$$e6056aea.CGLIB$hugeClient5$1() ~[classes/:na]
Vertex/Edge example (问题点 / 边数据举例)
No response
Schema [VertexLabel, EdgeLabel, IndexLabel] (元数据结构)
No response
The text was updated successfully, but these errors were encountered: