I am trying to get up and running with Turbine as we are using it in a new
development project.  I have successfully been able to setup and tweak (i.e.
play) with the "newApp" example using TDK 2.1.  

I created a WAR file to deploy the newApp example to my web hoster.  My web
hoster supports Tomcat 3.2, so I think that I made all the necessary
modifications to support this.  When I tried to access the newApp example, I
get the following error:

Error: 500
Location: /newapp/servlet/newapp
Internal Servlet Error:

java.lang.NoSuchMethodError
        at org.apache.turbine.Turbine.init(Turbine.java:175)
        at
org.apache.tomcat.core.ServletWrapper.doInit(ServletWrapper.java:317)
        at org.apache.tomcat.core.Handler.init(Handler.java:215)
        at
org.apache.tomcat.core.ServletWrapper.init(ServletWrapper.java:296)
        at org.apache.tomcat.core.Handler.service(Handler.java:254)
        at
org.apache.tomcat.core.ServletWrapper.service(ServletWrapper.java:372)
        at
org.apache.tomcat.core.ContextManager.internalService(ContextManager.java:81
2)
        at
org.apache.tomcat.core.ContextManager.service(ContextManager.java:758)
        at
org.apache.tomcat.service.connector.Ajp12ConnectionHandler.processConnection
(Ajp12ConnectionHandler.java:166)
        at
org.apache.tomcat.service.TcpWorkerThread.runIt(PoolTcpEndpoint.java:416)
        at
org.apache.tomcat.util.ThreadPool$ControlRunnable.run(ThreadPool.java:501)
        at java.lang.Thread.run(Thread.java:484)

I downloaded the source code from CVS, but could not really figure out what
was causing this problem.  Can anyone help me out?

Thanks, 
Dave






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

Reply via email to