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

按快速上手使用docker运行后,无法在7001端口或是8000端口打开browser #499

Closed
SYguanxin opened this issue Apr 29, 2024 · 7 comments

Comments

@SYguanxin
Copy link

环境:

  • OS: windows 11
  • CPU: AMD Ryzen 7 6800H
  • TuGraph-DB Version 4.2.0

Describe the bug

但是无法在7001端口或是8000端口打开browser,但是7070端口可以打开旧版web

How to reproduce and expected behavior

按快速上手,想用docker尝试打开tugraph-db,我的流程如下

  • 'docker pull tugraph/tugraph-runtime-centos7:4.2.0'
  • 'docker run -it -d -p 7001:7001 -p 7070:7070 -p 7687:7687 -p 8000:8000 -p 8888:8888 -p 8889:8889 -p 9090:9090 -v /root/tugraph/data:/var/lib/lgraph/data -v /root/tugraph/log:/var/log/lgraph_log --name tugraph_demo tugraph/tugraph-runtime-centos7:4.2.0 /bin/bash'
  • ‘docker exec tugraph_demo bash /setup.sh’
@zhangwh807
Copy link
Collaborator

你好,正常排查逻辑应该是
1.清理浏览器缓存
2.确定7001或者8000端口没有做限制
3.用ps -ef | grep browser命令查看browser进程是否正常
在windows上部署tugraph,是先在windows上安装了linux虚拟机吗?还是直接安装的windows的docker进行部署呢?
欢迎加入微信社区群,更有助于我们细致排查

@SYguanxin
Copy link
Author

你好,正常排查逻辑应该是 1.清理浏览器缓存 2.确定7001或者8000端口没有做限制 3.用ps -ef | grep browser命令查看browser进程是否正常 在windows上部署tugraph,是先在windows上安装了linux虚拟机吗?还是直接安装的windows的docker进行部署呢? 欢迎加入微信社区群,更有助于我们细致排查

感谢回复

在windows上部署tugraph,是先在windows上安装了linux虚拟机吗?还是直接安装的windows的docker进行部署呢?

是直接安装windows的docker进行部署的

2.确定7001或者8000端口没有做限制

我昨天使用本地browser运行时可以正常打开和操作,所以7001和8000应该没有限制

3.用ps -ef | grep browser命令查看browser进程是否正常

返回如下:

root      1043     1  1 05:21 ?        00:00:00 /usr/local/share/lgraph/tugraph-db-browser/client/node_modules/@esbuild/linux-x64/bin/esbuild --service=0.17.19 --ping
root      1114  1102  0 05:22 pts/1    00:00:00 grep browser

欢迎加入微信社区群,更有助于我们细致排查

已经加入,是不是叫TuGraph社区群,昨天在群里问,但是没有得到回答

@Myrrolinz
Copy link

您好,请问您解决这个问题了吗?我也仍然卡在这一步

@jiandanfeng
Copy link

我也卡在这一步了,有解决方案了吗

@SYguanxin
Copy link
Author

我也卡在这一步了,有解决方案了吗

grep browser找到进程kill
然后重新pnpm run dev

Copy link

github-actions bot commented Jul 4, 2024

Hello @SYguanxin. Please provide more info for debugging. Issues labeled by more info needed will be closed if no activities in 7 days.

你好 @SYguanxin, 我们需要你提供更多信息以便于排查问题。7 天内未跟进此 issue 将会被自动关闭。

Copy link

Since this issue was labeled as "more info needed" but no response has been received for 15 days. Now the issue is closed. Please feel free to create a new one with more info if you have more questions.

由于该 issue 被标记为需要更多信息,却 15 天未收到回应。现关闭 issue,若有任何问题,可另开 issue 并提供更多信息。

@github-actions github-actions bot closed this as not planned Won't fix, can't repro, duplicate, stale Jul 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants