-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
部署失败,本机的flow访问失败? #5725
Comments
用的那个版本, 用的怎样的部署方式呢 ? 部署失败有具体的失败信息么, toy测试是报Permission denied 无法访问指定的服务器, 部署的时候填写的ip 是什么, 另外flow init 的IP 应该是和部署时用的ip 是一致的 |
部署没有失败,就是测试toy时报这个错误,版本v2.0, allInone部署,ip:10.248.202.216。 During handling of the above exception, another exception occurred: ╭─────────────────────────────── Traceback (most recent call last) ────────────────────────────────╮ |
猜测是flow 没有权限去写入机器文件, 运行的账号和部署的时候是不是有区分呢 |
我看了一下错误时mysql没起来,又没单独重新安装mysql的方式 |
可以先进入mysql的目录, 重启下MySQL, 看看报错的内容,根据报错内容解决 |
是不是有依赖包没安装,导致命令行无法进入mysql,没完成初始化 |
(venv) [root@fate_216 logs]# pipeline init --ip 10.248.202.216 --port 9380
Pipeline configuration succeeded.
(venv) [root@fate_216 logs]# flow test toy -gid 9999 -hid 9999
{
"code": 13,
"message": "Permission denied"
}
本机IP:10.248.202.216
The text was updated successfully, but these errors were encountered: