作业帮 > 综合 > 作业

Struts2警告:org.apache.struts2.dispatcher.Dispatcher - Could n

来源:学生作业帮 编辑:搜搜做题作业网作业帮 分类:综合作业 时间:2024/05/03 07:31:52
Struts2警告:org.apache.struts2.dispatcher.Dispatcher - Could not find action or result
WARN [08-19 19:29:10] org.apache.struts2.dispatcher.Dispatcher - Could not find action or result
There is no Action mapped for namespace /pages and action name .- [unknown location]
\x05at com.opensymphony.xwork2.DefaultActionProxy.prepare(DefaultActionProxy.java:189)
\x05at org.apache.struts2.impl.StrutsActionProxy.prepare(StrutsActionProxy.java:61)
\x05at org.apache.struts2.impl.StrutsActionProxyFactory.createActionProxy(StrutsActionProxyFactory.java:39)
\x05at com.opensymphony.xwork2.DefaultActionProxyFactory.createActionProxy(DefaultActionProxyFactory.java:58)
\x05at org.apache.struts2.dispatcher.Dispatcher.serviceAction(Dispatcher.java:488)
\x05at org.apache.struts2.dispatcher.ng.ExecuteOperations.executeAction(ExecuteOperations.java:77)
\x05at org.apache.struts2.dispatcher.ng.filter.StrutsPrepareAndExecuteFilter.doFilter(StrutsPrepareAndExecuteFilter.java:91)
\x05at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:42)
\x05at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3242)
\x05at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
\x05at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121)
\x05at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2010)
\x05at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:1916)
\x05at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1366)
\x05at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)
\x05at weblogic.work.ExecuteThread.run(ExecuteThread.java:181)
Struts2警告:org.apache.struts2.dispatcher.Dispatcher - Could n
检查struts.xml文件的配置,action的name属性的值,命名空间是否一致,