Flink 1.14.3-[issue]未能绑定到/0.0.0.0:6123



我们使用的是1.14.3版本的flink,当我们尝试运行作业管理器时,我们得到了以下异常。

我试着进入akka.remote.netty.tcp.hostname=";127.0.0.1";在flink-conf.yml文件中,甚至用主机名更新了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```

您能检查一下您的应用程序是否已经在6123端口上运行吗?

最新更新