Hi ,

There is another error coming up when i browse to the jetspeed !!

Exception: java.lang.NoClassDefFoundError:
org/apache/turbine/om/user/peer/TurbineUserPeer
        at
org.apache.turbine.om.user.peer.UserFactory.getUser(UserFactory.java:158)
        at
org.apache.jetspeed.turbine.actions.JetspeedSessionValidator.doPerform(Jetsp
eedSessionValidator.java:92)
        at org.apache.turbine.modules.Action.perform(Action.java:77)
        at
org.apache.turbine.modules.ActionLoader.exec(ActionLoader.java:111)
        at Turbine.doGet(Turbine.java:278)
        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:503)
        at
org.apache.tomcat.core.ContextManager.service(ContextManager.java:559)
        at
org.apache.tomcat.service.http.HttpConnectionHandler.processConnection(HttpC
onnectionHandler.java:160)
        at
org.apache.tomcat.service.TcpConnectionThread.run(SimpleTcpEndpoint.java:338
)
        at java.lang.Thread.run(Thread.java:475)

Is it the User interface problem, it seems that the there is no such a class
of TurbineUserPeer ?!

MICHAEL

----- Original Message -----
From: burtonator <[EMAIL PROTECTED]>
To: JetSpeed <[EMAIL PROTECTED]>
Sent: Thursday, July 27, 2000 11:06 AM
Subject: Re:


> What version of Jetspeed?  Is this the Jetspeed bundle?
>
> If it is then you just need to unset your CLASSPATH.  For some reason
> there was a bug and if you let Tomcat TOTALLY manage your classpath then
> it worked.
>
> Kevin
>
> Michael Yeung wrote:
> >
> > Hi all,
> >
> > when i try to run the jetspeed and point http://localhost:8080/jetspeed,
> > Jetspeed cannot be displayed and catch the following exception.
> >
> > Exception: java.lang.Exception:
> >
> >  Requested Action not found: JetspeedSessionValidator
> >  Turbine looked in the following modules.packages path:
> >  [org.apache.jyve, org.apache.jetspeed.turbine,
org.apache.turbine.modules,
> > org.apache.turbine.modules]
> >
> >  at
> >
org.apache.turbine.modules.ActionLoader.getInstance(ActionLoader.java:159)
> >  at Turbine.doGet(Turbine.java:188)
> >  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:503)
> >  at
org.apache.tomcat.core.ContextManager.service(ContextManager.java:559)
> >  at
> >
org.apache.tomcat.service.http.HttpConnectionHandler.processConnection(HttpC
> > onnectionHandler.java:160)
> >  at
> >
org.apache.tomcat.service.TcpConnectionThread.run(SimpleTcpEndpoint.java:338
> > )
> >  at java.lang.Thread.run(Thread.java:475)
> >
> > As I go thru the FAQ on the Jetspeed site. It is relating to the
Classpath
> > misconfiguration. So besides Jetspeed.jar, should i need to include
other
> > jar in the classpath ??
> >
> > Thanks for your time and comments are appreciated !
>
> --
> Kevin A Burton (e-mail: [EMAIL PROTECTED], UIN: 73488596, ZKey:
> burtonator)
> http://relativity.yi.org
> Message to SUN:  "Please Open Source Java!"
> To fight and conquer in all your battles is not supreme excellence;
> supreme
> excellence consists in breaking the enemy's resistance without fighting.
>     - Sun Tzu, 300 B.C.
>
>
> --
> --------------------------------------------------------------
> 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]

Reply via email to