断弯刀

导航

2018年11月14日 #

Linux防火墙

摘要: CentOS7默认的防火墙不是iptables,而是firewalle.CentOS 7.0默认使用的是firewall作为防火墙,这里改为iptables防火墙。firewall:systemctl start firewalld.service #启动firewallsystemctl stop 阅读全文

posted @ 2018-11-14 21:26 断弯刀 阅读(1473) 评论(0) 推荐(0)

Unable to connect to zookeeper server within timeout: 5000

摘要: 错误 1 可能原因服务器防火墙未关闭 关闭Linux防火墙(点击查看) 2 请检查IP与端口是否填写正确,检查注册中心是否正常启动 阅读全文

posted @ 2018-11-14 21:24 断弯刀 阅读(7651) 评论(0) 推荐(0)

Caused by: java.lang.ClassCastException: org.springframework.web.SpringServletContainerInitializer cannot be cast to javax.servlet.ServletContainerInitializer

摘要: 报错 pom.xml 改为 阅读全文

posted @ 2018-11-14 18:17 断弯刀 阅读(2556) 评论(0) 推荐(0)

-bash: updatedb: 未找到命令

摘要: yum install mlocate安装locate 阅读全文

posted @ 2018-11-14 16:58 断弯刀 阅读(749) 评论(0) 推荐(0)

Cannot detect Web Project version. Please specify version of Web Project through Maven project property <webVersion>. E.g.: <properties> <webVersion>3.0</webVersion> </properties>

摘要: 鼠标放在问题出会出现set web project version to 3.0和set web project version to 3.1两个选项 随便选一个版本就好了 阅读全文

posted @ 2018-11-14 13:41 断弯刀 阅读(273) 评论(0) 推荐(0)