摘要: 检查下application.xml,是否遗漏依赖注入配置 阅读全文
posted @ 2017-08-03 00:06 蒋孝愚 阅读(1473) 评论(0) 推荐(0)
摘要: 手动结束进程 java.lang.IllegalStateException: Illegal access: this web application instance has been stopped already. Could not load [org.apache.log4j.Layou 阅读全文
posted @ 2017-08-02 18:07 蒋孝愚 阅读(11175) 评论(0) 推荐(0)
摘要: 严重: StandardWrapper.Throwablejava.lang.NoSuchFieldError: APPLICATION_CONTEXT_ID_PREFIX at org.springframework.web.servlet.FrameworkServlet.createWebAp 阅读全文
posted @ 2017-08-02 17:40 蒋孝愚 阅读(198) 评论(0) 推荐(0)
摘要: 七月 29, 2017 10:51:00 上午 org.apache.catalina.core.StandardContext listenerStart严重: Exception sending context initialized event to listener instance of 阅读全文
posted @ 2017-07-29 11:54 蒋孝愚 阅读(18611) 评论(1) 推荐(0)
该文被密码保护。 阅读全文
posted @ 2017-07-28 16:10 蒋孝愚 阅读(1) 评论(0) 推荐(0)
摘要: Server.xml 1.Document base D:\DS\WorkDS\apache-tomcat-7.0.61\webapps\XXX does not exist or is not a readable directory 可能也是下面问题2导致的 2.Could not load t 阅读全文
posted @ 2017-07-28 14:14 蒋孝愚 阅读(674) 评论(0) 推荐(0)
摘要: 任何启动报错都可能影响注册。 1.启动时,log4j的报错也会影响注册成功。报错如下, 2. 3.删除webroot 4.还要检查tomcat 替换下可以跑成功的tomcat 中server.xml,可能就莫名的好了 阅读全文
posted @ 2017-07-27 14:19 蒋孝愚 阅读(1866) 评论(0) 推荐(0)
摘要: beans中需要引入dubbo相关文件 <?xml version="1.0" encoding="UTF-8"?><beans xmlns="http://www.springframework.org/schema/beans" xmlns:xsi="http://www.w3.org/2001 阅读全文
posted @ 2017-07-26 16:26 蒋孝愚 阅读(941) 评论(0) 推荐(0)
摘要: 启动本地tomcat,日志打印到start zookeeper类似的日志不动了,是本地zookeeper没启动; 双击zookeeper-3.4.9\bin\ zkCli.cmd和zkServer.cmd(sever可能不要启动) 阅读全文
posted @ 2017-07-20 16:03 蒋孝愚 阅读(2645) 评论(0) 推荐(0)
摘要: 创建maven project的时候,选择create a simple project,则会生成一个resources文件夹 阅读全文
posted @ 2017-07-20 14:33 蒋孝愚 阅读(368) 评论(0) 推荐(0)