When nacos is started under window, an error message is reported: Unable to start web server, Unable to start embedded Tomcat

Nacos version used: 1.1.3
jdk version used: 1.8.0-131

When running startup.cmd directly, the following error appears:

Insert image description here

To put it simply, the internal embedded server cannot be started. I tried Baidu's method but still can't solve it.

Solution: Change to another version of jdk1.8.0-112

Insert image description here

Finally, the download address of jdk1.8.0-112 is attached:

https://www.oracle.com/java/technologies/javase/javase8-archive-downloads.html

For the configuration method, you will definitely be fine if you go to springcloud Alibaba.

Guess you like

Origin blog.csdn.net/qq_41264451/article/details/108188753