Hello

I have installed Turbine with Tomcat as per install.txt instructions. I get this 
exception (see below) whenever I try to run a servlet that uses Turbine. The 
HelloWorld example found in getting_started.html gives me this exception. 

I have looked in the TurbineResources.properties file but I do not see anything wrong 
with my paths etc. Could someone please tell me where I am going wrong.

Thanks in advance
Karim

Exception: java.lang.Exception: 

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

        at org.apache.turbine.modules.ActionLoader.getInstance(ActionLoader.java, 
Compiled Code)
        at java.lang.Exception.<init>(Exception.java, Compiled Code)
        at org.apache.turbine.modules.ActionLoader.getInstance(ActionLoader.java, 
Compiled Code)
        at Turbine.doGet(Turbine.java, Compiled Code)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
        at org.apache.tomcat.core.ServletWrapper.handleRequest(ServletWrapper.java, 
Compiled Code)
        at org.apache.tomcat.core.ServletWrapper.handleRequest(ServletWrapper.java:597)
        at org.apache.tomcat.servlets.InvokerServlet.service(InvokerServlet.java:257)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
        at org.apache.tomcat.core.ServletWrapper.handleRequest(ServletWrapper.java, 
Compiled Code)
        at org.apache.tomcat.core.ContextManager.service(ContextManager.java:559)
        at 
org.apache.tomcat.service.http.HttpConnectionHandler.processConnection(HttpConnectionHandler.java,
 Compiled Code)
        at org.apache.tomcat.service.TcpConnectionThread.run(SimpleTcpEndpoint.java, 
Compiled Code)
        at java.lang.Thread.run(Thread.java, Compiled Code)





------------------------------------------------------------
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