我们使用的是 1.14.3 版本的 flink,当我们尝试运行 Job manager 时,我们遇到了异常。
我尝试在 flink-conf.yml 文件中输入 akka.remote.netty.tcp.hostname = "127.0.0.1" 甚至用主机名更新 IP。但没有帮助。
[flink-akka.actor.default-dispatcher-5]
ERROR akka.remote.transport.netty.NettyTransport - failed to bind to /0.0.0.0:6123, shutting down Netty transport
ERROR org.apache.flink.runtime.entrypoint.ClusterEntrypoint - Could not start cluster entrypoint StandaloneSessionClusterEntrypoint.
org.apache.flink.runtime.entrypoint.ClusterEntrypointException: Failed to initialize the cluster entrypoint StandaloneSessionClusterEntrypoint
Caused by: java.net.BindException: Could not start actor system on any port in port range 6123```