文章分类 - exception
摘要:控制台报错: Caused by: org.apache.catalina.LifecycleException: A child container failed during start at org.apache.catalina.core.ContainerBase.startInterna
阅读全文
摘要:在Eclipse 中编写servlet时出现:The import javax.servlet cannot be resolved 错误,如下图 解决方法就是:在Eclipse中,右击项目,选择Build Path->configure build path->Libraries->Add Ext
阅读全文
摘要:Caused by: java.lang.Error: Unresolved compilation problems:解决办法 造成tomcat启动报错的原因是jdk版本过高的原因解决如下: 1.打开eclipse windows->perference->java->compiler(编译) 2
阅读全文
摘要:java中在配置spring时,遇到is not writable or has an invalid setter method的错误一般是命名方式的问题 需要写成private userInfoDao userinfoDao;(这里前面是小写,后面是大写) 在get和set方法中,需要写成这样g
阅读全文
摘要:现象:spring加载配置文件applicationContext.xml出错,抛出nested exception is og.xml.sax.SAXParseException; lineNumber: 12; columnNumber: 47; cvc-elt.1: 找不到元素 'beans'
阅读全文