apache / dolphinscheduler

Apache DolphinScheduler is the modern data orchestration platform. Agile to create high performance workflow with low-code
https://dolphinscheduler.apache.org/
Apache License 2.0
12.86k stars 4.62k forks source link

Web server failed to start. Port 8080 was already in use. #809

Closed barntt77 closed 4 years ago

barntt77 commented 5 years ago

image image Master server was died after started the server I used .tar profile to install escheduler1.1.0 ,Not source code compilation How to slove this question

mchcz commented 5 years ago
  1. Please confirm whether port 8181 in application. properties is occupied. If not, see point 2.
  2. Make sure that the ports mapped to the scheduling system are occupied in the nginx configuration file, as shown in the following figure: image If the error is still reported, please provide more error information.
barntt77 commented 5 years ago

image image image port 8181 is in application,but is not be occupied. I can sign in Escheduler and run tasks but this node’s master server will die image

I set master server in 2 nodes,but now i could see 1 alived

iamnotgay commented 5 years ago

ui 端口占用可以在启动的时候 指定端口 后端service 端口专业可以在 conf 下配置对应service , server.port= 8081

barntt77 commented 5 years ago

ui端口占用可以在启动的时候指定端口 后端服务端口专业可以在conf下配置对应服务,server.port = 8081

ui端 nginx已重新设置端口,且可以正常启动 后端在conf下重新设置端口server.port = 7171, 但是问题在于 一个节点的master服务启动完后 半分钟就自动挂,日志显示8080端口被占用。 监控中心master只显示一台,我配了两台 image