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
{{ message }}
This repository was archived by the owner on Dec 28, 2025. It is now read-only.
Bug Type (问题类型)
None
Before submit
Environment (环境信息)
Expected & Actual behavior (期望与实际表现)
报错信息:
Exception in thread "main" java.lang.IllegalStateException: The version 0.71.0.0 of 'hugegraph-api in server' is not in [0.38, 0.68)
出错Java代码:
String host = "localhost";
int port = 8080;
String gremlin = "g.V().drop()";
HugeClient hugeClient = HugeClient.builder("http://"+host+":"+port, "hugegraph")
.configTimeout(120)
.build();
GremlinManager gremlinManager = hugeClient.gremlin();
ResultSet resultSet = gremlinManager.gremlin(gremlin).execute();
相关依赖:
com.google.guava
guava
28.0-jre
org.apache.cassandra
cassandra-all
0.8.1
org.slf4j
slf4j-log4j12
log4j
log4j
com.baidu.hugegraph
hugegraph-client
2.0.1
Vertex/Edge example (问题点 / 边数据举例)
No response
Schema [VertexLabel, EdgeLabel, IndexLabel] (元数据结构)
No response