What is your OS and environment?
I had similar error with SUSE Linux, Apache1.3.2 Java SDK 1.4 beta 3, and struts
1.0.
I changed to Java SDK 1.3 and used one of nightly builds. (all files in struts
binary distribuiton have ^M caracter - DOS files and that might be also the reason.
Thats my $0.02
Hope it helps.
Peter

Quoting Frank Lawlor <[EMAIL PROTECTED]>:

> > I just upgraded to Tomcat 4.01 and get the following exception:
> > javax.servlet.ServletException: Servlet.init() for servlet jsp threw 
> > exception
> >     at 
> > org.apache.catalina.core.StandardWrapper.load(StandardWrapper.
> > java:871)
> > .............
> > java.lang.NoSuchMethodError
> >     at 
> > org.apache.jasper.compiler.TldLocationsCache.processJars(TldLo
> > cationsCache.java:202)
> 
> One possible cause of this is having an incorrect (usually
> old) version of a class/jar in your path.  
> 
>   - Make sure you have installed all correct version of
>     any jars.
>   - Make sure you don't put jars in the jre lib or lib/ext
>     dirs unless they belong there.
>   - The above seems to indicate a problem with the
>     org.apache.jasper.compiler.TldLocationsCache class so
>     look to see where this is located (probably in some
>     jasper*.jar) and make sure its not an old one.  Tomcat
>     should have the correct version in jasper/jasper-compiler.jar
> 
> Frank Lawlor
> Athens Group, Inc.
> (512) 345-0600 x151
> Athens Group, an employee-owned consulting firm integrating technology
> strategy and software solutions.
> 
> 
> --
> To unsubscribe, e-mail:  
> <mailto:[EMAIL PROTECTED]>
> For additional commands, e-mail:
> <mailto:[EMAIL PROTECTED]>
> 
> 

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to