Skip to content
This repository was archived by the owner on Dec 28, 2025. It is now read-only.
This repository was archived by the owner on Dec 28, 2025. It is now read-only.

The version 0.71.0.0 of 'hugegraph-api in server' is not in [0.38, 0.68) #149

@ljhhuxiaoba

Description

@ljhhuxiaoba

Bug Type (问题类型)

None

Before submit

Environment (环境信息)

  • Server Version: v1.2.0
  • Client Version: v2.0.1
  • Data Size: empty

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

791f78dc31982cf2731d137e16d20cf

Vertex/Edge example (问题点 / 边数据举例)

No response

Schema [VertexLabel, EdgeLabel, IndexLabel] (元数据结构)

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions