8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
server端的服务器是由一台路由器映射的外网ip,在-Dpowerjob.network.local.address` 绑定路由器ip之后报了一个 nested exception is java.util.concurrent.ExecutionException: java.net.BindException: Cannot assign requested address异常,请问这样服务器之间应该怎么配置
The text was updated successfully, but these errors were encountered:
PowerJob 目前的设计是纯内网系统,没有很强的安全设计,直接暴露在公网还是很危险的。建议自己搞个 VPN,server 和 worker 都依赖这个 VPN 的地址就好了。
如果一定要公网调度的话,可以试试 http 协议。
Sorry, something went wrong.
docker network_mode:host -Dpowerjob.network.local.address=192.xx.xx.xx 我在本地启动也遇到了这个问题 Cannot assign requested address
4.3.4 版本已正式支持外网访问,请查看 release 日志
我本地连接服务器上的server 拿的还是docker的ip地址...
处理好了吗?
No branches or pull requests
server端的服务器是由一台路由器映射的外网ip,在-Dpowerjob.network.local.address` 绑定路由器ip之后报了一个 nested exception is java.util.concurrent.ExecutionException: java.net.BindException: Cannot assign requested address异常,请问这样服务器之间应该怎么配置
The text was updated successfully, but these errors were encountered: