Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
1 task done
ljhhuxiaoba opened this issue Mar 16, 2024 · 1 comment
Open
1 task done
Labels
bug Something isn't working

Comments

@ljhhuxiaoba
Copy link

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

@ljhhuxiaoba ljhhuxiaoba added the bug Something isn't working label Mar 16, 2024
@imbajin
Copy link
Contributor

imbajin commented Mar 16, 2024

Refer this issue: (HugeGraph has moved to apache repo)
#146

And also update README now
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants