struts2中报异常Unable to instantiate Action是啥原因

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了struts2中报异常Unable to instantiate Action是啥原因相关的知识,希望对你有一定的参考价值。

    原因可能是配置文件加载出了问题。

    对于这样的问题,观察报错误的信息:javax.UnavailableException: Parsing error processing resource path /WEB-INF/struts-config.xml意思是:WEB - INF / struts-config.xml处理资源的时候解析错误,重点是解析错误,不能解析意思是不能被struts所编译通过,里面存在不合法的配置、标签、dtd、注释等约束 可能还有其他的。

    Struts2是一个基于MVC设计模式的Web应用框架,它本质上相当于一个servlet,在MVC设计模式中,Struts2作为控制器(Controller)来建立模型与视图的数据交互。Struts 2是Struts的下一代产品,是在 struts 1和WebWork的技术基础上进行了合并的全新的Struts 2框架。其全新的Struts 2的体系结构与Struts 1的体系结构差别巨大。Struts 2以WebWork为核心,采用拦截器的机制来处理用户的请求,这样的设计也使得业务逻辑控制器能够与ServletAPI完全脱离开,所以Struts 2可以理解为WebWork的更新产品。虽然从Struts 1到Struts 2有着太大的变化,但是相对于WebWork,Struts 2的变化很小。

参考技术A 看你贴出来的错误,应该是UserAction里调用的UserServiceImpl
出错了,导致无法实例化Action本回答被提问者和网友采纳
参考技术B 贴struts配置文件给我看追问



vote_allVote.action

/login.html

参考技术C 可以考虑检查struts的配置文件里java的类全名有没有写错。追问

没有写错啊
Unable to instantiate Action, com.vote.action.struts2.UserAction, defined for 'user_login' in namespace '/'无法加载类com.vote.impl.UserServiceImpl
麻烦帮我看一下是什么问题。。

Struts2.x异常:Unable to load configuration..../WEB-INF/lib/struts2-convention-plugin-2.1.6.jar!/struts

Struts 2.x异常:Unable to load configuration..../WEB-INF/lib/struts2-convention-plugin-2.1.6.jar!/struts-plugin.xml:30:119

在开发Struts 2.x项目时,如果将struts-2.1.6-all.zip中lib文件夹中的jar包一股脑的导入到项目工程中就会出现如下异常,我觉得这是Struts2的一大bug,更确切的说是设计缺陷。

2009-2-18 15:02:09 com.opensymphony.xwork2.util.logging.commons.CommonsLogger info
信息: Parsing configuration file [struts-default.xml]
2009-2-18 15:02:10 com.opensymphony.xwork2.util.logging.commons.CommonsLogger info
信息: Parsing configuration file [struts-plugin.xml]
2009-2-18 15:02:10 org.apache.catalina.core.StandardContext filterStart
严重: Exception starting filter struts2
Unable to load configuration. - bean - jar:file:/C:/Tomcat6/webapps/EJBBookStoreWebModule/WEB-INF/lib/struts2-convention-plugin-2.1.6.jar!/struts-plugin.xml:

以上是关于struts2中报异常Unable to instantiate Action是啥原因的主要内容,如果未能解决你的问题,请参考以下文章

Struts2.x异常:Unable to load configuration..../WEB-INF/lib/struts2-convention-plugin-2.1.6.jar!/struts

Struts2配置拦截器自定义栈时抛异常:Unable to load configuration. - interceptor-ref - file:/D:/tomcat_install/webap

git中报unable to auto-detect email address 错误的解决办法

git中报unable to auto-detect email address 错误的解决办法

git中报unable to auto-detect email address 错误的解决拌办法

git中报unable to auto-detect email address 错误的解决拌办法