Hi All, Iam getting the following DispatchAction error. Everything works fine and but, once in a while, I see the following error message in the Server Log..! Even when I get this error in the log, I don't see any problem with my application/usage. It just works fine..But, still throws the following error message to the Server Log.
Does anyone have any idea regarding this..? Thanks, Ganesh. 2006-01-24 11:02:46,787 ERROR [org.apache.struts.actions.DispatchAction] Action[/notes] does not contain method named java.lang.NoSuchMethodException: com.vrs.crm.actions.NotesAction.( org.apache.struts.action.ActionMapping, org.apache.struts.action.ActionForm, javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse) at java.lang.Class.getMethod(Class.java:986) at org.apache.struts.actions.DispatchAction.getMethod( DispatchAction.java:334) at org.apache.struts.actions.DispatchAction.dispatchMethod( DispatchAction.java:266) at org.apache.struts.actions.DispatchAction.execute(DispatchAction.java :216) at org.apache.struts.action.RequestProcessor.processActionPerform( RequestProcessor.java:484) at org.apache.struts.action.RequestProcessor.process( RequestProcessor.java:274) at org.apache.struts.action.ActionServlet.process(ActionServlet.java :1482) at org.apache.struts.action.ActionServlet.doPost(ActionServlet.java:525) at javax.servlet.http.HttpServlet.service(HttpServlet.java:717) at javax.servlet.http.HttpServlet.service(HttpServlet.java:810) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter( ApplicationFilterChain.java:237) at org.apache.catalina.core.ApplicationFilterChain.doFilter( ApplicationFilterChain.java:157) at org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter( ReplyHeaderFilter.java:75) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter( ApplicationFilterChain.java:186) at org.apache.catalina.core.ApplicationFilterChain.doFilter( ApplicationFilterChain.java:157)