Yes and no...
I found that I had an older Turbine in my classpath. Now that I point to the
correct .jar (Turbine-2.0.jar)
Now I get:
java.lang.NoSuchMethodError: org.apache.turbine.util.RunData: method
getOut()Ljava/io/PrintWriter; not found
at Turbine.doGet(Turbine.java, Compiled Code)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:865)
at org.apache.tomcat.core.ServletWrapper.handleRequest(ServletWrapper.java,
Compiled Code)
at
org.apache.tomcat.core.ServletWrapper.handleRequest(ServletWrapper.java:422)
at
org.apache.tomcat.servlets.InvokerServlet.service(InvokerServlet.java:257)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:865)
at org.apache.tomcat.core.ServletWrapper.handleRequest(ServletWrapper.java,
Compiled Code)
at org.apache.tomcat.core.ContextManager.service(ContextManager.java:523)
at
org.apache.tomcat.service.http.HttpConnectionHandler.processConnection(HttpC
onnectionHandler.java:146)
at
org.apache.tomcat.service.TcpConnectionThread.run(SimpleTcpEndpoint.java:334
)
at java.lang.Thread.run(Thread.java:479)
Didn't somebody say that RunData was removed in an earlier post?
Thanks,
Steve B.
----- Original Message -----
From: Kevin A. Burton <[EMAIL PROTECTED]>
To: JetSpeed <[EMAIL PROTECTED]>
Sent: Saturday, May 20, 2000 6:59 PM
Subject: Re: Error running latest CVS
> Is Turbine in your classpath? It should be there.
>
> > "Steve B." wrote:
> >
> > I am installing the latest Jetspeed-CVS on a new machine at my home
> > (Win98/Tomcat).
> >
> > Calling http://localhost:8080/servlet/jetspeed gives me an empty page.
> > There is no turbine.log file created. In Tomcat.log I find the
> > following:
> >
> > java.lang.NoClassDefFoundError:
> > org/apache/turbine/modules/actions/sessionvalidator/SessionValidator
> > (wrong name: org/apache/turbine/actions/SessionValidator)
> > at java.lang.ClassLoader.defineClass0(Native Method)
> > at java.lang.ClassLoader.defineClass(ClassLoader.java, Compiled Code)
>
> --
> Kevin A Burton ([EMAIL PROTECTED])
> http://relativity.yi.org
> Message to SUN: "Please Open Source Java!"
> I just patented "one click e-mail", when you hit the "reply" button you
> own me 50 cents.
>
>
> --
> --------------------------------------------------------------
> Please read the FAQ! <http://java.apache.org/faq/>
> To subscribe: [EMAIL PROTECTED]
> To unsubscribe: [EMAIL PROTECTED]
> Archives and Other: <http://java.apache.org/main/mail.html>
> Problems?: [EMAIL PROTECTED]
--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Archives and Other: <http://java.apache.org/main/mail.html>
Problems?: [EMAIL PROTECTED]