On Tue, 27 Jul 2004 09:38:55 -0600, Nathan Maves <[EMAIL PROTECTED]> wrote:
> Has anyone put together a set of steps to migrate to version 1.2.1?
> 
> I am trying but I run into this error....
> 
> javax.servlet.ServletException: Servlet.init() for servlet action threw
> exception
> 
> org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java
> :117)
>         org.apache.coyote.tomcat5.CoyoteAdapter.service(CoyoteAdapter.java:160)
>         org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:
> 793)
> 
> org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processC
> onnection(Http11Protocol.java:702)
>         org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoint.java:
> 571)
> 
> org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool
> ..java:644)
>         java.lang.Thread.run(Thread.java:552)
> 
> root cause
> 
> java.lang.NoSuchMethodError:
> org.apache.commons.validator.ValidatorResources.<init>([Ljava/io/
> InputStream;)V
> 

This exception implies that you didn't update *all* of the JAR files
that come with Struts, and are still using an old version of
commons-validator.jar somewhere.  You might want to double check that
issue.

Craig

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

Reply via email to