"Thrown if an application tries to call a specified method of a class (either static or instance), and that class no longer has a definition of that method.From the javadoc for NoSuchMethodError:
Normally, this error is caught by the compiler; this error can only occur at run time if the definition of a class has incompatibly changed."
This error is thrown at line 237 of JRunTagLibraryInfo.java.
David
From: bachan s <[EMAIL PROTECTED]> Reply-To: "Struts Developers List" <[EMAIL PROTECTED]> To: Struts Developers List <[EMAIL PROTECTED]> CC: [EMAIL PROTECTED] Subject: Resending Deploying in Jrun 3.0 - Please respond Date: Thu, 24 Oct 2002 13:35:00 -0700 (PDT)Could anyone please give some clue about this issue. Hi , I am trying to install struts in JRun 3.0 Service Pack 2a,Version 3.02a.11614. As per documentation it should start working after making minor changes to the jsp .Now I am getting the following error . java.lang.NoSuchMethodError at allaire.jrun.jsp.JRunTagLibraryInfo.buildAttributeInfo(../jsp/JRunTagLibraryInfo.java:237) at allaire.jrun.jsp.JRunTagLibraryInfo.buildTagInfo(../jsp/JRunTagLibraryInfo.java:205) at allaire.jrun.jsp.JRunTagLibraryInfo.initialize(../jsp/JRunTagLibraryInfo.java:169) at allaire.jrun.jsp.JRunTagLibraryInfo.(../jsp/JRunTagLibraryInfo.java:61) at allaire.jrun.jsp.JSPParser.directive(../jsp/JSPParser.java:774) at allaire.jrun.jsp.JSPParser.parse(../jsp/JSPParser.java:598) at allaire.jrun.jsp.JSPParser.writeXML(../jsp/JSPParser.java:151) at allaire.jrun.jsp.JSPParser.generateXML(../jsp/JSPParser.java:123) at allaire.jrun.jsp.JSPParser.generateXML(../jsp/JSPParser.java:80) at allaire.jrun.jsp.JSPServlet.parsePage(../jsp/JSPServlet.java:409) at allaire.jrun.jsp.JSPServlet.createServlet(../jsp/JSPServlet.java:381) at allaire.jrun.jsp.JSPServlet.loadPage(../jsp/JSPServlet.java:202) at allaire.jrun.jsp.JSPServlet.service(../jsp/JSPServlet.java:169) at allaire.jrun.servlet.JRunSE.service(../servlet/JRunSE.java:1013) at allaire.jrun.servlet.JRunSE.runServlet(../servlet/JRunSE.java:925) at allaire.jrun.servlet.JRunRequestDispatcher.forward(../servlet/JRunRequestDispatcher.java:88) at allaire.jrun.servlet.JRunSE.service(../servlet/JRunSE.java:1131) at allaire.jrun.servlet.JvmContext.dispatch(../servlet/JvmContext.java:330) at allaire.jrun.http.WebEndpoint.run(../http/WebEndpoint.java:107) at allaire.jrun.ThreadPool.run(../ThreadPool.java:272) at allaire.jrun.WorkerThread.run(../WorkerThread.java:75) Any idea why this is occuring .Thanks in advance. Regards, Bachan --------------------------------- Do you Yahoo!? Y! Web Hosting - Let the expert host your web site
_________________________________________________________________
Get faster connections -- switch to MSN Internet Access! http://resourcecenter.msn.com/access/plans/default.asp
--
To unsubscribe, e-mail: <mailto:struts-dev-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail: <mailto:struts-dev-help@;jakarta.apache.org>