0

我们使用的是 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```
4

1 回答 1

0

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

于 2022-02-02T11:05:40.953 回答