powerjob springboot客户端 akka端口冲突 [/127.0.0.1:27777] Address already in use: bind

报错信息:

Akka Cluster not in use - Using Akka Cluster is recommended if you need remote watch and deploy.
2022-10-26 08:15:02 [ TRACEID: ] ERROR akka.event.slf4j.Slf4jLogger$$anonfun$receive$1 76 $anonfun$applyOrElse$1 - Bind failed for TCP channel on endpoint [/127.0.0.1:27777]

java.net.BindException: [/172.20.46.234:57777] Address already in use: bind

解决方案:

application.yml配置文件中修改配置

powerjob.worker.akka-port: 27778

你可能感兴趣的:(JavaWEB,java,powerjob)