java.lang.NoSuchMethodError: This exception has no message.
Searched on Google with the first line of a JAVA stack trace?
We can recommend more relevant solutions and speed up debugging when you paste your entire stack trace with the exception message. Try a sample exception.
Recommended solutions based on your search
java.lang.NoSuchMethodError:
at org.apache.commons.digester.Digester.getXMLReader(Digester.java:902)
at org.apache.commons.digester.Digester.parse(Digester.java:1567)
at org.apache.struts.action.ActionServlet.initServlet(ActionServlet.java:1431)
at org.apache.struts.action.ActionServlet.init(ActionServlet.java:465)
at javax.servlet.GenericServlet.init(GenericServlet.java:258)
at servletunit.struts.MockStrutsTestCase.getActionServlet(MockStrutsTestCase.java:216)
at servletunit.struts.MockStrutsTestCase.actionPerform(MockStrutsTestCase.java:259)
at examples.TestLoginAction.testSuccessfulLogin(TestLoginAction.java:38)
at examples.TestLoginAction.main(TestLoginAction.java:59)