异常:Exception occurred during processing request: null
08:36:23,796 ERROR [struts2.dispatcher.Dispatcher] Exception occurred during processing request: null java.lang.NullPointerException at org.apache.struts2.portlet.interceptor.PortletStateInterceptor.intercept(PortletStateInterceptor.java:49) at com.opensymphony.xwork2.DefaultActionInvocation.invoke(DefaultActionInvocation.java:246) at org.apache.struts2.impl.StrutsActionProxy.execute(StrutsActionProxy.java:54) at org.apache.struts2.dispatcher.Dispatcher.serviceAction(Dispatcher.java:563) at org.apache.struts2.dispatcher.ng.ExecuteOperations.executeAction(ExecuteOperations.java:77) at org.apache.struts2.dispatcher.ng.filter.StrutsPrepareAndExecuteFilter.doFilter(StrutsPrepareAndExecuteFilter.java:99) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191) at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127) at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102) at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109) at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:293) at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:859) at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:602) at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:489) at java.lang.Thread.run(Thread.java:662)
这个是使用struts-portel-plugin开发portlet时遇到的异常,主要原因是如下处的phase为空造成的。
@Override
public String intercept(ActionInvocation invocation) throws Exception {
PortletPhase phase = (PortletPhase) invocation.getInvocationContext().get(PortletConstants.PHASE);
if (phase.isRender()) {
restoreStack(invocation);
return invocation.invoke();
} else if (phase.isAction()) {
try {
return invocation.invoke();
} finally {
saveStack(invocation);
}
} else {
return invocation.invoke();
}
}
解决方法:用struts-portlet-plugin开发portlet时不能在web.xml中添加如下的struts过滤器,去掉即可了。
<!-- <filter> --> <!-- <filter-name>struts2</filter-name> --> <!-- <filter-class> --> <!-- org.apache.struts2.dispatcher.ng.filter.StrutsPrepareAndExecuteFilter --> <!-- </filter-class> --> <!-- </filter> --> <!-- <filter-mapping> --> <!-- <filter-name>struts2</filter-name> --> <!-- <url-pattern>/*</url-pattern> --> <!-- </filter-mapping> -->
相关推荐
plugin-2.5.10.1.jar,struts2-pell-multipart-plugin-2.5.10.1.jar,struts2-plexus-plugin-2.5.10.1.jar,struts2-portlet-plugin-2.5.10.1.jar,struts2-rest-plugin-2.5.10.1.jar,struts2-sitegraph-plugin-2.5...
struts2-portlet-plugin-2.1.6.jar
<portlet-app version="1.0" xmlns="http://java.sun.com/xml/ns/portlet/portlet-app_1_0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation=...
在portlet 开发中用到struts2需要的jar文件
struts2-portlet-plugin-2.5.2.jar, struts2-rest-plugin-2.5.2.jar, struts2-sitegraph-plugin-2.5.2.jar, struts2-sitemesh-plugin-2.5.2.jar, struts2-spring-plugin-2.5.2.jar, struts2-testng-plugin-2.5.2.jar...
struts2-portlet-plugin-2.3.30.jar, struts2-rest-plugin-2.3.30.jar, struts2-sitegraph-plugin-2.3.30.jar, struts2-sitemesh-plugin-2.3.30.jar, struts2-spring-plugin-2.3.30.jar, struts2-struts1-plugin-...
struts2-portlet-plugin-2.5.10.jar,struts2-rest-plugin-2.5.10.jar,struts2-sitegraph-plugin-2.5.10.jar,struts2-sitemesh-plugin-2.5.10.jar,struts2-spring-plugin-2.5.10.jar,struts2-testng-plugin-2.5.10....
Struts2是一个非常著名的开源Java框架,主要用于构建企业级Web应用程序。它的核心是Model-View-Controller(MVC)设计模式,旨在简化开发过程并提供更好的可维护性。Struts2.3.32是该框架的一个特定版本,它包含了对...
- 获取Struts2的相关jar包,包括`antlr-2.7.2.jar`、`commons-fileupload-1.2.1.jar`、`freemarker-2.3.15.jar`、`ognl-2.7.3.jar`、`struts2-core-2.1.8.1.jar`、`struts2-portlet-plugin-2.1.8.1.jar`和`xwork-...
16. **struts2-portlet-plugin.jar**:对于portlet环境的支持,如Liferay等portlet容器。 以上JAR文件的集合,涵盖了Struts2框架的各个方面,包括但不限于动作调度、视图渲染、国际化、验证、AOP拦截器、依赖注入、...
- `struts2-portlet-plugin-2.1.8.1.jar` - `xwork-core-2.1.6.jar` 2. **环境搭建** 将上述资源解压至同一目录,确保开发环境的整洁性和一致性。这一步是后续创建项目的基础。 #### 三、新建Liferay项目 1. *...
- `struts2-servlet-api.jar` 或 `struts2-portlet-api.jar`: 依赖于Servlet API或Portlet API,以便在web环境中运行。 10. **Development Tools** - `struts2-developer-plugin.jar`: 提供了开发工具,如开发时...
Liferay2插件整合Struts2插件 struts2-portlet-plugin-2.2.1.jar
- `struts2-portlet-plugin-2.1.8.1.jar`:Struts2 Portlet插件,实现与Portlet环境的集成。 - `xwork-core-2.1.6.jar`:XWork核心库,为Struts2提供底层支持。 #### 三、项目结构与配置 项目的目录结构对于开发...
struts2-portlet-plugin-2.3.15.3.jar struts2-rest-plugin-2.3.15.3.jar struts2-sitegraph-plugin-2.3.15.3.jar struts2-sitemesh-plugin-2.3.15.3.jar struts2-spring-plugin-2.3.15.3.jar struts2-struts1-...
<portlet-name>Struts2Demo</portlet-name> <display-name>Struts2Demo</display-name> <portlet-class>com.liferay.portlet.actiondispatch.ActionDispatchPortlet</portlet-class> <init-param> <name>action...
3. **整合过程**:Liferay与Struts的整合涉及到配置多个文件,包括Liferay的部署描述符(liferay-plugin.xml)、Struts的配置文件(struts-config.xml)以及portlet的web.xml。在liferay-plugin.xml中声明portlet,...
- `struts2-portlet-plugin-2.1.3-SNAPSHOT.jar`:Struts2的portlet插件,使Struts2应用能在portlet容器中运行,遵循JSR168标准。 通过这些组件的整合,开发者可以创建一个可扩展且易于维护的portlet应用,该应用...
包含Struts2需要的全部jar:struts2-core-2.1.8.1.ja、struts2-portlet-plugin-2.1.8.1.jar、xwork-core-2.1.6.jar、ognl-2.7.3.jar、freemarker-2.3.15.jar、commons-fileupload-1.2.1.jar、antlr-2.7.2.jar等等 ...