1. 程式人生 > >sonarQube環境搭建報錯

sonarQube環境搭建報錯

not 環境搭建 ssi can 使用 led 發現 tst 完全

sonarQube環境搭建過程中報錯:ERROR web[][o.a.c.h.Http11NioProtocol] Failed to initialize end point associated with ProtocolHandler ["http-nio-192.168.X.X-9000"]
java.net.BindException: Cannot assign requested address

之前在windows上搭建完全沒問題,今天在linux上搭建,發現一直報以上錯誤,使用127.0.0.1,啟動沒問題,說明IP不對,使用命令ip addr 查詢實際IP,即可成功啟動。

如果是報已經被綁定,說明是進程沒有被真正關掉
使用netstat -ano|findstr 9000命令查看,查到PID後,再kill

sonarQube環境搭建報錯