-
Notifications
You must be signed in to change notification settings - Fork 197
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启动容器后,登录失败,提示缓冲区溢出 #620
Comments
src/bolt/connection.cpp:186] WebSocketAcceptDone error: buffer overflow |
大佬,我也是同样的版本,也是登陆失败 但我查看docker日志里是什么都没有呀,您的报错在哪看到的呀,启动命令: docker run -d -p 7070:7070 -p 7687:7687 -p 9090:9090 -v /root/tugraph/data:/var/lib/lgraph/data -v /root/tugraph/log:/var/log/lgraph_log |
Just because I entered the wrong password !!!! |
same error for me, It looks like it’s only happening in the new frontend |
部署环境:CentOS Linux release 7.8.2003 (Core)]
使用镜像:tugraph/tugraph-runtime-centos7:latest
问题描述:
使用docker命令启动:
docker run -d -p 7070:7070 -p 7687:7687 -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:latest /bin/sh -c lgraph_server
启动成功后通过控制台连接图数据库,提示:登录失败
查看docker日志,报错信息是:
[20240807 09:43:41.631847 0x00007b2ad29ff700 WARN src/bolt/connection.cpp:186] WebSocketAcceptDone error: buffer overflow
[20240807 09:43:41.632000 0x00007b2ad29ff700 WARN src/bolt/connection.h:62] Close error: Operation canceled
请问如何解决这个问题?
The text was updated successfully, but these errors were encountered: