I fond that if I downloaded the Aug 1st version of turbine from cvs and
compiled it from scratch. Then compiled Jyve from a cvs source tree. I
get
a bit farther. But now I get

Exception: java.lang.Exception:

        Requested Action not found:
sessionvalidator.TemplateSessionValidator
        Turbine looked in the following modules.packages path:
        [org.apache.jyve, org.apache.turbine.modules]

        at
org.apache.turbine.modules.ActionLoader.getInstance(ActionLoader.java:174)

        at org.apache.turbine.Turbine.doGet(Turbine.java:232)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
        at
org.apache.tomcat.core.ServletWrapper.doService(ServletWrapper.java:387)

        at org.apache.tomcat.core.Handler.service(Handler.java:263)
        at
org.apache.tomcat.core.ServletWrapper.service(ServletWrapper.java:371)
        at
org.apache.tomcat.core.ContextManager.internalService(ContextManager.java:786)

        at
org.apache.tomcat.core.ContextManager.service(ContextManager.java:732)
        at
org.apache.tomcat.service.connector.Ajp12ConnectionHandler.processConnection(Ajp12ConnectionHandler.java:166)

        at
org.apache.tomcat.service.TcpWorkerThread.runIt(PoolTcpEndpoint.java:407)

        at
org.apache.tomcat.util.ThreadPool$ControlRunnable.run(ThreadPool.java:498)

        at java.lang.Thread.run(Thread.java:484)

So I think what is happening is that Tomcat is unable to find classes
that are in the
jar files. If the classes are in the
$TOMCAT_HOME/webapps/jyve/WEB-INF/classes
directory it finds them fine. But no matter where I put the jar files.
It wont access
them. Even when I put them in $TOMCAT_HOME/lib directory. When Tomcat
starts
it shows the jars as being in the class path. But it wont access them.
Any insights would
be greatly appreciated.

--
[EMAIL PROTECTED]

Grabel's Law:
        2 is not equal to 3 -- not even for large values of 2.





------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Search: <http://www.mail-archive.com/turbine%40list.working-dogs.com/>
Problems?:           [EMAIL PROTECTED]

Reply via email to