The action JLoginUser is loaded dynamically. In this context 
"java.lang.ClassNotFoundException" doesn't necessarily mean that the 
JLoginUser class couldn't be found, it could also be that the instantiation 
of this class failed - because depending classed couldn't be found. So the 
problem is probably that the LDAP classes that are used by your JLoginUser 
class couldn't be found. (-> Check your classpath...).

ingo.

At 15:56 02/27/01, Arnaud GALINIER wrote:
>Hello everyone,
>
>We are working for the French  Ministry of
>education, and we will  building an enterprise
>information portal called "Bureau Virtuel" based
>on the Jetspeed portal (1.3.a1).
>We encounter some problems and we have some
>questions.
>
>We would like to modify the Jetspeed Login check
>procedure. We are Trying to integrate a complex
>LDAP connection into "JLoginUser.java"
>servlet.(multi LDAP check)
>We encounter a Error Handling described below.
>
>What would you advise us to do? Do you know
>another servlet which could handle the multi-LDAP
>connection (and where could we integrate our
>customization)?
>
>Regards,
>
>Arnaud GALINIER
>
>
>
>=====================================================
>
>There has been an Error!
>
>         java.lang.ClassNotFoundException:
>
>         Requested Action not found: JLoginUser
>         Turbine looked in the following
>modules.packages path:
>         [org.apache.jetspeed.modules,
>org.apache.turbine.modules]
>
>
>Get/Post Data:
>password  = turbine
>template  = html/Error.jsp
>action  = JLoginUser
>submit  = Connexion
>username  = turbine
>
>Stacktrace:
>
>         java.lang.ClassNotFoundException:
>
>         Requested Action not found: JLoginUser
>         Turbine looked in the following
>modules.packages path:
>         [org.apache.jetspeed.modules,
>org.apache.turbine.modules]
>
>         at
>org.apache.turbine.modules.ActionLoader.getInstance(ActionLoader.java:172)
>
>         at
>org.apache.turbine.modules.ActionLoader.exec(ActionLoader.java:124)
>
>         at
>org.apache.turbine.Turbine.doGet(Turbine.java:365)
>
>         at
>org.apache.turbine.Turbine.doPost(Turbine.java:490)
>
>         at
>javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
>
>         at
>javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
>
>         at
>org.apache.tomcat.core.ServletWrapper.handleRequest(ServletWrapper.java:503)
>
>         at
>org.apache.tomcat.core.ContextManager.service(ContextManager.java:559)
>
>         at
>org.apache.tomcat.service.http.HttpConnectionHandler.processConnection(HttpConnectionHandler.java:160)
>
>         at
>org.apache.tomcat.service.TcpConnectionThread.run(SimpleTcpEndpoint.java:338)
>
>         at java.lang.Thread.run(Thread.java:484)
>==================================================================
>
>
>--
>--------------------------------------------------------------
>To subscribe:        [EMAIL PROTECTED]
>To unsubscribe:      [EMAIL PROTECTED]
>Search: <http://www.mail-archive.com/jetspeed@list.working-dogs.com/>
>List Help?:          [EMAIL PROTECTED]
>



--
--------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Search: <http://www.mail-archive.com/jetspeed@list.working-dogs.com/>
List Help?:          [EMAIL PROTECTED]

Reply via email to