what is the code at line 116 of your KPIDataSetImpl.java ? It's giving NoSuchMethodError... so have you used some method is newer version of java and the run time doesn't have that method. Just a guess. Anyways, sending the relevant part of your code will help. -sourabh
----- Original Message ----- From: Sundararaman_PMB <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, April 11, 2002 12:04 PM Subject: ClassNotFoundError > Hi folks, > > I am getting the following error when i try to run servlet thro jsp : > > Error: 500 > Location: /examples/servlet/KPIReader > Internal Servlet Error: > > java.lang.NoSuchMethodError > at > com.satyam.edm.kpilibrary.KPIDataSetImpl.(KPIDataSetImpl.java:116) > > I am able to find KPIDataSetImpl.class file in com\satyam\edm\kpilibrary > folder/package. > > I tried to compile the KPIDataSetImpl.java and the servlet and restarted > the Tomcat server. > > I am getting the same error again. > > Any Input on this is appreciated. > > Thanks in Advance. > > Cheers, > > Sundar > ************************************************************************** > This email (including any attachments) is intended for the sole use of the > intended recipient/s and may contain material that is CONFIDENTIAL AND > PRIVATE COMPANY INFORMATION. Any review or reliance by others or copying or > distribution or forwarding of any or all of the contents in this message is > STRICTLY PROHIBITED. If you are not the intended recipient, please contact > the sender by email and delete all copies; your cooperation in this regard > is appreciated. > ************************************************************************** > > ___________________________________________________________________________ > To unsubscribe, send email to [EMAIL PROTECTED] and include in the body > of the message "signoff SERVLET-INTEREST". > > Archives: http://archives.java.sun.com/archives/servlet-interest.html > Resources: http://java.sun.com/products/servlet/external-resources.html > LISTSERV Help: http://www.lsoft.com/manuals/user/user.html ___________________________________________________________________________ To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff SERVLET-INTEREST". Archives: http://archives.java.sun.com/archives/servlet-interest.html Resources: http://java.sun.com/products/servlet/external-resources.html LISTSERV Help: http://www.lsoft.com/manuals/user/user.html
