wubolive / dss-linkis-ansible

DSS1.1.1 & Linkis 1.3.0 Ansible 单机一键部署脚本
40 stars 16 forks source link

按现在没有安装包的方式部署报错,是这里代码需要改成服务器IP还是。host文件是改了IP的了 #5

Closed linkagt closed 1 year ago

linkagt commented 1 year ago

TASK [下载linkis前端包] ** changed: [dss-service]

TASK [解压linkis前端包] ** changed: [dss-service]

TASK [创建linkis前端目录] ***** changed: [dss-service]

TASK [linkis : 复制前端代码] ** changed: [dss-service]

TASK [linkis : 创建nginx配置] *** changed: [dss-service]

TASK [linkis : 重载nginx配置] *** changed: [dss-service]

TASK [linkis : 检查端口是否运行] **** fatal: [dss-service]: FAILED! => {"changed": false, "elapsed": 10, "msg": "Timeout when waiting for 127.0.0.1:8188"}

在官方群里,有群友说,每个服务都加15秒的延迟后,再启动下一个服务,因为上一个服务还没启动完成

wubolive commented 1 year ago

这里探测的是本机IP,有可能是我时间设置的超时时间有点短,我改一下

linkagt commented 1 year ago

我发现可能脚本有个问题,就是服务还没起来就开始执行下一个服务了,然后会报错跳出,可能要验证上一个服务正常了,才能安装下一个

---原始邮件--- 发件人: @.> 发送时间: 2023年1月3日(周二) 上午10:55 收件人: @.>; 抄送: @.**@.>; 主题: Re: [wubolive/dss-linkis-ansible] 按现在没有安装包的方式部署报错,是这里代码需要改成服务器IP还是。host文件是改了IP的了 (Issue #5)

这里探测的是本机IP,有可能是我时间设置的超时时间有点短,我改一下

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you authored the thread.Message ID: @.***>

wubolive commented 1 year ago

我感觉你好像没关SElinux?因为之前也有一个人遇到了跟你一样的问题

linkagt commented 1 year ago

现在基本安装没问题,但是 nginx 的下载速度太慢了,经常超时,还有就是可能安装和重启没有预留足够的等待时间报错。你可以试试自己安装一次,后面的插件也经常安装报错,目前重启是不行的

---原始邮件--- 发件人: @.> 发送时间: 2023年1月3日(周二) 下午5:34 收件人: @.>; 抄送: @.**@.>; 主题: Re: [wubolive/dss-linkis-ansible] 按现在没有安装包的方式部署报错,是这里代码需要改成服务器IP还是。host文件是改了IP的了 (Issue #5)

我感觉你好像没关SElinux?因为之前也有一个人遇到了跟你一样的问题

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you authored the thread.Message ID: @.***>

wubolive commented 1 year ago

是你服务器网络慢吧,脚本中我配置了阿里云的yum源,理论上下载安装nginx很快的。

linkagt commented 1 year ago

不是,你看下脚本,是官方的下载链接

---原始邮件--- 发件人: @.> 发送时间: 2023年1月3日(周二) 下午5:44 收件人: @.>; 抄送: @.**@.>; 主题: Re: [wubolive/dss-linkis-ansible] 按现在没有安装包的方式部署报错,是这里代码需要改成服务器IP还是。host文件是改了IP的了 (Issue #5)

是你服务器网络慢吧,脚本中我配置了阿里云的yum源,理论上下载安装nginx很快的。

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you authored the thread.Message ID: @.***>

wubolive commented 1 year ago

确实是,我更新了一下,把配置nginx yum源那段注释掉了

linkagt commented 1 year ago

可能所有得服务要延长等待时间,

---原始邮件--- 发件人: @.> 发送时间: 2023年1月3日(周二) 晚上6:10 收件人: @.>; 抄送: @.**@.>; 主题: Re: [wubolive/dss-linkis-ansible] 按现在没有安装包的方式部署报错,是这里代码需要改成服务器IP还是。host文件是改了IP的了 (Issue #5)

确实是,我更新了一下,把配置nginx yum源那段注释掉了

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you authored the thread.Message ID: @.***>

linkagt commented 1 year ago

大佬,你备注后,直接 nginx 没有安装源了😅

---原始邮件--- 发件人: @.> 发送时间: 2023年1月3日(周二) 下午5:44 收件人: @.>; 抄送: @.**@.>; 主题: Re: [wubolive/dss-linkis-ansible] 按现在没有安装包的方式部署报错,是这里代码需要改成服务器IP还是。host文件是改了IP的了 (Issue #5)

是你服务器网络慢吧,脚本中我配置了阿里云的yum源,理论上下载安装nginx很快的。

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you authored the thread.Message ID: @.***>

stdnt-xiao commented 1 year ago

hosts文件的dss-service不要对应127.0.0.1,如果有,注意删除。也可以使用最新代码安装