Error 1:
Unable to start web server; nested exception is org.springframework.boot.web.server.WebServerExcepti
Solution:
Open the startup file, and different operating systems open different files. Open startup.cmd on windows, open startup.sh for others, find set MODE, and change it to standalone mode.
Error 2:
Error creating bean with name ‘memoryMonitor’ defined in URL [jar: File:/D:/Nacos/nacos203/target/Nacos server. Jar!/boot-inf/lib/nacos-config-2.0.3. Jar
Solution:
Database connection If there is a problem, the correction method is as follows:
open the application.properties file in the nacos/conf/ folder , find the database connection address, pay attention to whether there is &serverTimezone=UTC after it, and add it if not.
db.url.0=jdbc:mysql: …/lamp_nacos?characterEncoding=utf8&connectTimeout=1000&socketTimeout=3000&autoReconnect=true &serverTimezone=UTC
Read More:
- How to Solve Azkaban startup error
- How to Solve c3p0 connect mysql8.0 Error
- How to Solve mysql [Err] 1067-Invalid default value for
- How to Solve mysqld — console command error
- How to Solve MYSQL into outfile Error13
- Docker: How to Solve MYSQL8 & Navicat remote connection error
- How to Solve Mysql8 load data error
- How to Solve MYSQL Error: Failed to start MySQL 8.0 database server
- How to Solve “Out of range value for column” Error
- How to Solve Error: Rsa Public Key not Find
- How to Solve SQL state [HY000]: general error 2503
- How to Solve MYSQL Error: No module named MySQLdb
- How to Solve can‘t connect to local mysql server through socket ‘/var/lib/mysql/mysql.sock‘
- How to Solve MySQL version 5.7+ Group by group error
- How to Solve Navicat open view error
- How to Solve Embulk Error: OutputPlugin’bigquery’ is not found
- [Mybatis] How to Solve the problem of Oracle query processing more than 1000 in conditions
- How to Solve MYSQL ERROR: relation “table_name” does not exist
- How to Solve Error: mysqlclient 1.4.0 or newer is required; you have 0.10.0
- How to Solve postgres Errror: ERROR #42883 operator does not exist: smallint ~~ unknown