- 博客(5)
- 收藏
- 关注
原创 Logger Log4j2 could not find a logging implementation.解决方法
ERROR StatusLogger Log4j2 could not find a logging implementation. Please add log4j-core to the classpath.解决方案------原因:Log4j2 找不到日志实现 在pom中,添加如下依赖就解决了 <dependency> <groupId>org.apache.logging.log4j</groupId> <artifac
2020-12-12 16:02:58 6071
原创 Error starting userland proxy: listen tcp 0.0.0.0:8080: bind: address already in use.解决方法
docker: Error response from daemon: driver failed programming external connectivity on endpoint tomcat8.5 (05ad5b05a9544af998531d42b900d030c955b4e7b78846dab9f972c86fb8e375): Error starting userland proxy: listen tcp 0.0.0.0:8080: bind: address already in u
2020-12-03 17:47:55 7903
原创 mysql: [ERROR] unknown variable ‘symbolic-links=0‘
mysql: [ERROR] unknown variable 'symbolic-links=0’的解决方法在my.cnf文件中有重复的symbolic-links=0语句,刚开始删除了一行还是报这个错误,直接把两行都注释就解决了
2020-12-02 20:49:50 4135
原创 mysql启动报错:mysqld_safe error: log-error set to ‘/var/log/mariadb/mariadb.log‘
mysqld_safe error: log-error set to ‘/var/log/mariadb/mariadb.log’, however file don’t exists.启动mysql出现这个错误**原因:**没有路径也没有权限,创建路径就可以解决了[root@localhost ~]# vi /etc/my.cnf[root@localhost ~]# mkdir /var/log/mariadb[root@localhost ~]# touch /var/log/maria
2020-12-02 20:30:19 10956
原创 Failed to load class “org.slf4j.impl.StaticLoggerBinder“解决方法
运行maven项目时,出现以下错误```javaSLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".SLF4J: Defaulting to no-operation (NOP) logger implementationSLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.错误原因是:加载 "org.slf4
2020-11-30 21:26:06 1468
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人