-
Notifications
You must be signed in to change notification settings - Fork 62
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
new install nebula graph and nebula studio on docker - cant create connections #103
Comments
Hi Jayuda, Welcome to the community! What host address did you fill in the studio form? Also could you help ensure the version of nebula-graph and studio matched? ref: https://docs.nebula-graph.io/2.6.2/nebula-studio/deploy-connect/st-ug-connect/ For now it should be nebula-graph(v2.6.2) and nebula-studio(v3) |
Thanks for fast respond Mr. @wey-gu Here docker-compose.yaml
And docker run for nebula studio : |
Aha, you could try with my side project: https://github.com/wey-gu/nebula-up , after you docker-compose down your existing ones, then run |
hello @wey-gu , I have try with 127.0.0.1 and localhost also show that error. But i try directly with scrypt golang server ready and connected. |
Dear @Jayuda , |
The reason 127.0.0.1 works from golang but not working from studio is that the studio will call this address from the nebula-http-gateway container(127.0.0.1 wont reach out to the host network namespace) while your golang server is from the host network namespace. |
sorry mr. @wey-gu i check on log error at graphd show Could not open the file: /sys/fs/cgroup/memory/memory.limit_in_bytes any clue ? |
yes, work well. |
Answered in the compose issue, it's caused by vesoft-inc/nebula#3278 . In nebula-up it's already fixed with the latest v2.6.2 image. |
Hello guys,
I have fresh install nebula graph from docker-compose and run nebula studio also from docker. But i cant create connection from nebula studio to nebula graph.
Show error :
Any sugesstion ?
Thanks
The text was updated successfully, but these errors were encountered: