Tinker异常

全新安装了JumpServer v4.9.0后,在配置远程应用时,应用发布机选择了全新的Windows Server 2019。初始化部署时,报错:
FAILED - RETRYING: [远程应用]: Wait Tinker api health (1 retries left).
fatal: [远程应用]: FAILED! => {“attempts”: 30, “changed”: false, “elapsed”: 2.1030706, “msg”: “Unhandled exception occurred when sending web request. Exception: Unable to connect to the remote server”, “status_code”: null, “url”: “http://localhost:6068/api/health/”}

应用发布机上有tinkerd进程,但服务状态为启动,而非正在运行。

如何修正?

运行tinkerd,报错:
[ERRO] POST http://192.168.146.132/api/v1/terminal/terminal-registrations/ failed, get code: 401, {“detail”:“Authentication credentials were not provided.”,“code”:“not_authenticated”}

经测试,JumpServer v3.10.18无此问题

v4版本部署发布机需要发布机能够连接外网,v3版本不用连接外网就可以部署成功。