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启动容器后,登录失败,提示缓冲区溢出 #620

Open
dragonAndWater opened this issue Aug 7, 2024 · 4 comments
Open

Comments

@dragonAndWater
Copy link

部署环境:CentOS Linux release 7.8.2003 (Core)]
使用镜像:tugraph/tugraph-runtime-centos7:latest
image

问题描述:
使用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

启动成功后通过控制台连接图数据库,提示:登录失败
image

查看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

请问如何解决这个问题?

@KFF1998
Copy link

KFF1998 commented Sep 25, 2024

src/bolt/connection.cpp:186] WebSocketAcceptDone error: buffer overflow

@paul-yangmy
Copy link

大佬,我也是同样的版本,也是登陆失败 但我查看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 ${REPOSITORY}:${VERSION}

@KFF1998
Copy link

KFF1998 commented Sep 30, 2024

Just because I entered the wrong password !!!!
When the password is correct, the error disappears 。。。

@paul-yangmy
Copy link

paul-yangmy commented Sep 30, 2024

Just because I entered the wrong password !!!! When the password is correct, the error disappears 。。。

I'm certainly sure that I entered the current initial password, no spaces or anything, but it still gets an error :( Could you give me a way to check the logs? I used docker logs but got nothing.
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants