-
Notifications
You must be signed in to change notification settings - Fork 205
无法打开SQLE页面,该怎么办?
#2621
-
Beta Was this translation helpful? Give feedback.
All reactions
Replies: 1 comment
-
步骤一 确认sqled、dms组件运行状态
做法
systemctl status dms
:确认基本组件dms的运行状态
systemctl status sqled
:确认基本组件sqled的运行状态
结果一 组件运行正常
此时考虑是否为浏览器缓存问题,建议清除浏览器缓存,或分别重启dms及sqle组件后重试。
如果仍不能打开,请在社区群中反馈现象。
结果二 组件运行失败
此时意味着服务未正常运行,请继续查看步骤二。
步骤二 查看std.log
做法
cd /opt/sqle
进入SQLE目录
less std.log
查看std.log
结果一 存在报错connection refused
- 报错信息参考
register to dms failed :failed to register dms proxy target: failed to register dms proxy target http://127.0.0.1:10000/v1/dms/proxys: query data error: Post "http://127.0.0.1:10000/v1/dms/proxys": dial tcp 127.0.0.1:10000: connect: connection refused
- 此时请确认配置文件config.yaml中的信息是否均已修改,参考配置文件说明;或将配置文件及报错信息发至社区群,寻求开发资源诊断问题。
Beta Was this translation helpful? Give feedback.
All reactions
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment