Thanks for the reply but am not using Maven (or any other build tool) so no .m2 repo. Looks like this error is harmless coz old workspace + this error is still working for my application. Any insight on below error (Note: same code is working for my peers).
java.io.IOException: JspException when evaluating the body at org.apache.tiles.request.jsp.autotag.JspModelBody.evaluate(JspModelBody.java:64) at org.apache.tiles.autotag.core.runtime.AbstractModelBody.evaluateWithoutWriting(AbstractModelBody.java:81) at org.apache.tiles.template.InsertDefinitionModel.execute(InsertDefinitionModel.java:97) at org.apache.tiles.jsp.taglib.InsertDefinitionTag.doTag(InsertDefinitionTag.java:254) at jsp_servlet._nda._common.__404._jsp__tag0(__404.java:171) at jsp_servlet._nda._common.__404._jspService(__404.java:140) at weblogic.servlet.jsp.JspBase.service(JspBase.java:34) at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:280) at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:254) at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:136) at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:341) at weblogic.servlet.internal.ServletStubImpl.onAddToMapException(ServletStubImpl.java:478) at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:367) at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:238) at weblogic.servlet.internal.RequestDispatcherImpl.invokeServlet(RequestDispatcherImpl.java:573) at weblogic.servlet.internal.RequestDispatcherImpl.forward(RequestDispatcherImpl.java:272) at weblogic.servlet.internal.ServletResponseImpl.sendError(ServletResponseImpl.java:765) at weblogic.servlet.internal.ServletResponseImpl.sendError(ServletResponseImpl.java:628) at weblogic.servlet.FileServlet.findSource(FileServlet.java:267) at weblogic.servlet.FileServlet.doGetHeadPost(FileServlet.java:178) at weblogic.servlet.FileServlet.service(FileServlet.java:160) at javax.servlet.http.HttpServlet.service(HttpServlet.java:844) at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:280) at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:254) at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:136) at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:341) at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:25) at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:79) at com.vzw.is.mya.security.validation.ValidationFilter.doFilter(ValidationFilter.java:44) at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:79) at com.verizonwireless.shared.globalid.filter.GlobalIDFilter.forwardChain(GlobalIDFilter.java:135) at com.verizonwireless.shared.globalid.filter.GlobalIDFilter.doFilter(GlobalIDFilter.java:99) at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:79) at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:83) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:76) at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:79) at org.displaytag.filter.ResponseOverrideFilter.doFilter(ResponseOverrideFilter.java:125) at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:79) at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.wrapRun(WebAppServletContext.java:3367) at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.__run(WebAppServletContext.java:3333) at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java) at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321) at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120) at weblogic.servlet.provider.WlsSubjectHandle.run(WlsSubjectHandle.java:57) at weblogic.servlet.internal.WebAppServletContext.doSecuredExecute(WebAppServletContext.java:2220) at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2146) at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2124) at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1564) at weblogic.servlet.provider.ContainerSupportProviderImpl$WlsRequestExecutor.run(ContainerSupportProviderImpl.java:254) at weblogic.work.ExecuteThread.execute(ExecuteThread.java:295) at weblogic.work.ExecuteThread.run(ExecuteThread.java:254) Caused by: javax.servlet.jsp.JspException: java.io.IOException: JspException when evaluating the body at jsp_servlet._nda._common.__404$JspFragmentHelper.invoke(__404.java:675) at org.apache.tiles.request.jsp.autotag.JspModelBody.evaluate(JspModelBody.java:62) ... 50 more Caused by: java.io.IOException: JspException when evaluating the body at org.apache.tiles.request.jsp.autotag.JspModelBody.evaluate(JspModelBody.java:64) at org.apache.tiles.autotag.core.runtime.AbstractModelBody.evaluateAsString(AbstractModelBody.java:63) at org.apache.tiles.template.PutAttributeModel.execute(PutAttributeModel.java:96) at org.apache.tiles.jsp.taglib.PutAttributeTag.doTag(PutAttributeTag.java:226) at jsp_servlet._nda._common.__404._jsp__tag1(__404.java:194) at jsp_servlet._nda._common.__404.access$1(__404.java:176) at jsp_servlet._nda._common.__404$JspFragmentHelper.invoke0(__404.java:594) at jsp_servlet._nda._common.__404$JspFragmentHelper.invoke(__404.java:660) ... 51 more Caused by: javax.servlet.jsp.JspException: The Struts dispatcher cannot be found. This is usually caused by using Struts tags without the associated filter. Struts tags are only usable when the request has passed through its servlet filter, which initializes the Struts dispatcher needed for this tag. - [unknown location] at jsp_servlet._nda._common.__404$JspFragmentHelper.invoke(__404.java:675) at org.apache.tiles.request.jsp.autotag.JspModelBody.evaluate(JspModelBody.java:62) ... 58 more Caused by: The Struts dispatcher cannot be found. This is usually caused by using Struts tags without the associated filter. Struts tags are only usable when the request has passed through its servlet filter, which initializes the Struts dispatcher needed for this tag. - [unknown location] at org.apache.struts2.views.jsp.TagUtils.getStack(TagUtils.java:53) at org.apache.struts2.views.jsp.StrutsBodyTagSupport.getStack(StrutsBodyTagSupport.java:40) at org.apache.struts2.views.jsp.ComponentTagSupport.doStartTag(ComponentTagSupport.java:45) at jsp_servlet._nda._common.__404._jsp__tag2(__404.java:214) at jsp_servlet._nda._common.__404.access$13(__404.java:199) at jsp_servlet._nda._common.__404$JspFragmentHelper.invoke1(__404.java:634) at jsp_servlet._nda._common.__404$JspFragmentHelper.invoke(__404.java:663) ----- bscitygirl -- Sent from: http://struts.1045723.n5.nabble.com/Struts-Dev-f3499899.html --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@struts.apache.org For additional commands, e-mail: dev-h...@struts.apache.org