struts错误集 //持续更新

Unable to load configuration. - Class: java.net.PlainSocketImpl File: PlainSocketImpl.java Method: connect Line: 177 - java/net/PlainSocketImpl.java:177:-1

解决方法:检查stuts配置的声明

<!DOCTYPE struts PUBLIC "-//Apache Software Foundation//DTD Struts Configuration 2.0//EN" "http://struts.apache.org/dtds/struts-2.0.dtd">

将struts2-core包换成2.3的就可以了.

----------------------------------------------------------------------------------------------------

java.lang.NoSuchMethodError: com.opensymphony.xwork2.util.ValueStack.findValue

解决方法:检查xwork-core或xwork和struts-core的版本,需要对应.

 

你可能感兴趣的:(struts错误集 //持续更新)