error in migrating struts 1.1 application - Websphere
This is a discussion on error in migrating struts 1.1 application - Websphere ; when i tried to migrate struts 1.1 portlet framework application(version 5.1) which was developed in wps 6.0 to wps 6.1. i am getting an error like
SRVE0068E: Uncaught exception thrown in one of the service methods of the servlet: /AccountSummary/html/view/index.jsp. ...
-
error in migrating struts 1.1 application
when i tried to migrate struts 1.1 portlet framework application(version 5.1) which was developed in wps 6.0 to wps 6.1. i am getting an error like
SRVE0068E: Uncaught exception thrown in one of the service methods of the servlet: /AccountSummary/html/view/index.jsp. Exception thrown : javax.servlet.ServletException: Exception forwarding for name welcome: javax.servlet.ServletException: com.ibm.ws.portletcontainer.core.rd.impl.IncludedS ervletRequestImpl incompatible with javax.portlet.RenderRequest
at org.apache.jasper.runtime.PageContextImpl.handlePa geException(PageContextImpl.java:660)
at com.ibm._jsp._index._jspService(_index.java:83)
at com.ibm.ws.jsp.runtime.HttpJspBase.service(HttpJsp Base.java:87)
at javax.servlet.http.HttpServlet.service(HttpServlet .java:856)
at com.ibm.ws.webcontainer.servlet.ServletWrapper.ser vice(ServletWrapper.java:1095)
at com.ibm.ws.webcontainer.servlet.ServletWrapper.ser vice(ServletWrapper.java:1036)
Please help me to fix this.
Thanks in advance!
-
Re: error in migrating struts 1.1 application
Good afternoon,
It may be prudent to visit this link first...
http://www.ibm.com/developerworks/we...?ca=dnl-portnl
when moving from 6.0 to 6.1 you will need to update the JARs in the WAR with ones from the Struts samples shipped with 6.1
Thanks.
Tim