Hi,

We are upgrading from struts 2.3.37 -> 2.5.30. We are facing below error

[4/5/23 3:53:46:128 EDT] 00000091 webapp        E 
com.ibm.ws.webcontainer.webapp.WebApp logError SRVE0293E: [Servlet 
Error]-[ServletException including path '/pageComponents/logon.jsp'.]: 
com.ibm.ws.webcontainer.webapp.WebAppErrorReport: ServletException including 
path '/pageComponents/logon.jsp'.
              at 
com.ibm.ws.webcontainer.webapp.WebAppDispatcherContext.sendError(WebAppDispatcherContext.java:638)
              at 
com.ibm.ws.webcontainer.webapp.WebAppDispatcherContext.sendError(WebAppDispatcherContext.java:668)
              at 
com.ibm.ws.webcontainer.srt.SRTServletResponse.sendError(SRTServletResponse.java:1346)
              at 
org.apache.struts2.dispatcher.DefaultDispatcherErrorHandler.sendErrorResponse(DefaultDispatcherErrorHandler.java:97)
              at 
org.apache.struts2.dispatcher.DefaultDispatcherErrorHandler.handleError(DefaultDispatcherErrorHandler.java:78)
              at 
org.apache.struts2.dispatcher.Dispatcher.sendError(Dispatcher.java:923)
              at 
org.apache.struts2.dispatcher.Dispatcher.serviceAction(Dispatcher.java:589)
              at 
org.apache.struts2.dispatcher.ExecuteOperations.executeAction(ExecuteOperations.java:79)
              at 
org.apache.struts2.dispatcher.filter.StrutsPrepareAndExecuteFilter.doFilter(StrutsPrepareAndExecuteFilter.java:141)
              at 
com.ibm.ws.webcontainer.filter.FilterInstanceWrapper.doFilter(FilterInstanceWrapper.java:197)
              at 
com.ibm.ws.webcontainer.filter.WebAppFilterChain.doFilter(WebAppFilterChain.java:90)
              at 
com.ibm.ws.webcontainer.filter.WebAppFilterManager.doFilter(WebAppFilterManager.java:979)
              at 
com.ibm.ws.webcontainer.filter.WebAppFilterManager.invokeFilters(WebAppFilterManager.java:1119)
              at 
com.ibm.ws.webcontainer.webapp.WebApp.handleRequest(WebApp.java:4238)
              at 
com.ibm.ws.webcontainer.webapp.WebAppImpl.handleRequest(WebAppImpl.java:2210)
              at 
com.ibm.ws.webcontainer.webapp.WebGroup.handleRequest(WebGroup.java:304)
              at 
com.ibm.ws.webcontainer.WebContainer.handleRequest(WebContainer.java:1033)
              at 
com.ibm.ws.webcontainer.WSWebContainer.handleRequest(WSWebContainer.java:1817)
              at 
com.ibm.ws.webcontainer.channel.WCChannelLink.ready(WCChannelLink.java:382)
              at 
com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleDiscrimination(HttpInboundLink.java:465)
              at 
com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleNewRequest(HttpInboundLink.java:532)
              at 
com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.processRequest(HttpInboundLink.java:318)
              at 
com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.ready(HttpInboundLink.java:289)
              at 
com.ibm.ws.tcp.channel.impl.NewConnectionInitialReadCallback.sendToDiscriminators(NewConnectionInitialReadCallback.java:214)
              at 
com.ibm.ws.tcp.channel.impl.NewConnectionInitialReadCallback.complete(NewConnectionInitialReadCallback.java:113)
              at 
com.ibm.ws.tcp.channel.impl.AioReadCompletionListener.futureCompleted(AioReadCompletionListener.java:175)
              at 
com.ibm.io.async.AbstractAsyncFuture.invokeCallback(AbstractAsyncFuture.java:217)
              at 
com.ibm.io.async.AsyncChannelFuture.fireCompletionActions(AsyncChannelFuture.java:161)
              at com.ibm.io.async.AsyncFuture.completed(AsyncFuture.java:138)
              at com.ibm.io.async.ResultHandler.complete(ResultHandler.java:204)
              at 
com.ibm.io.async.ResultHandler.runEventProcessingLoop(ResultHandler.java:775)
              at com.ibm.io.async.ResultHandler$2.run(ResultHandler.java:905)
              at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java:1909)

we do have a logon.jsp page in the pageComponent folder.
For now we are assuming that, tag which are used in logon.jsp page need to be 
changed which will be compatible with struts 2.5.30.

We are finding it difficult to check whether the tag is correct or changed, as 
it is not mentioned in migration doc.
Do we have any source or some list of tag, which specify tag changed.


Thanks & Regards
Rohan Patil


Reply via email to