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

token recognition error 导致重启失败 #319

Closed
jqlin2019 opened this issue Nov 6, 2023 · 2 comments
Closed

token recognition error 导致重启失败 #319

jqlin2019 opened this issue Nov 6, 2023 · 2 comments

Comments

@jqlin2019
Copy link

jqlin2019 commented Nov 6, 2023

因网络故障导致客户端和图数据库断开,客户端自动重连后认证失败,并导致图数据库下线,是否可能是token过期导致的呢

操作系统ubuntu18.04 LTS, docker-compose的配置如下:

version: '3'
services:
  tugraph:
    restart: always
    image: tugraph-runtime-centos7:3.5.0
    container_name: tugraph-database-3.5.0
    volumes:
      - ./lgraph_data:/var/lib/lgraph/data
      - ./lgraph_log:/var/log/lgraph_log
    ports:
      - 7070:7070
      - 9090:9090
    command: "lgraph_server"

docker log 报错如下:

line 1:268 token recognition error at: '&'
...
line 1:278 token recognition error at: '!'
@ljcui
Copy link
Collaborator

ljcui commented Nov 8, 2023

配置文件里面加个参数 unlimited_token 为true,把token功能禁掉。试一下这个参数

@qishipengqsp
Copy link
Collaborator

The issue is closed due to inactivity. Please feel free to create a new one if you have more questions. And please star this repo if you find it useful! Thanks!
此issue由于长期不活跃被关闭。如有任何问题,可另开 issue 并提供更多信息。如果这个项目帮助到你,可以在仓库右上角 star 一下,感谢你的支持!

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