我是靠谱客的博主 踏实灯泡,最近开发中收集的这篇文章主要介绍Nacos 启动异常,觉得挺不错的,现在分享给大家,希望可以做个参考。

概述

每个人情况不一样,我的异常提示信息如下,仅供参考:

org.springframework.context.ApplicationContextException: Unable to start web server; nested exception is org.springframework.boot.web.server.WebServerException: Unable to start embedded Tomcat
	at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.onRefresh(ServletWebServerApplicationContext.java:156)
	at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:544)
	at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:141)
	at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:744)
	at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:391)
	at 

此处异常,是应为Nacos 启动分单击启动和集群配置两种,因测试环境部署的是单击,启动时 在 startup.sh 后面加上 -m standalone ,就OK了。

正确姿势如下:

sh > startup.sh -m standalone

最后

以上就是踏实灯泡为你收集整理的Nacos 启动异常的全部内容,希望文章能够帮你解决Nacos 启动异常所遇到的程序开发问题。

如果觉得靠谱客网站的内容还不错,欢迎将靠谱客网站推荐给程序员好友。

本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
点赞(39)

评论列表共有 0 条评论

立即
投稿
返回
顶部