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

[Bug] The api of getProfile can not be accessed #1882

Closed
1 task done
wangyao2016 opened this issue May 16, 2022 · 2 comments
Closed
1 task done

[Bug] The api of getProfile can not be accessed #1882

wangyao2016 opened this issue May 16, 2022 · 2 comments
Labels
bug Something isn't working

Comments

@wangyao2016
Copy link
Contributor

Bug Type (问题类型)

rest-api (结果不合预期)

Before submit

  • 我已经确认现有的 IssuesFAQ 中没有相同 / 重复问题

Environment (环境信息)

  • Server Version: v0.13.0
  • Backend: RocksDB x 1
  • OS: 8 CPUs, 32 G RAM, Centos 7.6
  • Data Size: xx

Expected & Actual behavior (期望与实际表现)

Expected
{ "service": "hugegraph", "version": "0.13.0.0", "doc": "https://hugegraph.github.io/hugegraph-doc/", "api_doc": "https://hugegraph.github.io/hugegraph-doc/clients/hugegraph-api.html", "apis": [ "auth", "filter", "graph", "gremlin", "job", "metrics", "profile", "raft", "schema", "traversers", "variables" ] }

Actual behavior
{ "exception": "class java.lang.IllegalArgumentException", "message": "Invalid request uri ''", "cause": "" }

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

I think the reason for the problem is: There is a problem accessing the route definition

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

No response

@wangyao2016 wangyao2016 added the bug Something isn't working label May 16, 2022
wangyao2016 pushed a commit to wangyao2016/incubator-hugegraph that referenced this issue May 16, 2022
@wangyao2016
Copy link
Contributor Author

The pic of Actual behavior :
image

And I have a pr for this. fix bud: get profile api cannot be accessed

wangyao2016 pushed a commit to wangyao2016/incubator-hugegraph that referenced this issue May 16, 2022
@javeme
Copy link
Contributor

javeme commented Jul 7, 2022

fixed by #1883 & #1893

@javeme javeme closed this as completed Jul 7, 2022
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