Nacos enable to start web server; nested exception is org.springframework.boot.web.server.WebServerException: Unable to start embedded Tomcat

启动Nacos的时候总是报错 enable to start web server; nested exception is org.springframework.boot.web.server.WebServerException: Unable to start embedded Tomcat

 

 

百度了好久,试了

1、把target中的jar文件解压到bin/work/Tomcat下无果

2、修改startup.sh 文件把

export MODE="cluster" 修改为 
export MODE="standalone" 无果
 
最终解决方案:
启动命令:./startup.sh -m standalone
 

 

posted @ 2021-01-15 00:08  Arebirth  阅读(3402)  评论(0编辑  收藏  举报