Tim,

If you view the contents of the mm.mysql-2.0.1.bin.jar file, you will find
it contains additional .jar files. Extract the one called mysql_uncomp.jar
and put it in your classpath instead.

You will also need to fire against the database the .sql's in the Jetspeed
distribution (in the src\sql\external directory) to setup the tables. I do
not know if the Jetspeed doc's provide instructions on this - I found the
steps in the Turbine install doc's.

Also, be sure to modify TurbineResource.properties to connect to your
database. Mine looks like this:

database.default.driver=org.gjt.mm.mysql.Driver

database.default.url=jdbc:mysql://localhost/Turbine

The "Turbine" in the url refers to the database name. This should match the
database name you choose when you setup your system.

Steve B.

----- Original Message -----
From: "Led Slinger" <[EMAIL PROTECTED]>
To: "JetSpeed" <[EMAIL PROTECTED]>
Sent: Friday, August 04, 2000 2:37 PM
Subject:
RE:RE:java.lang.NoClassDefFoundError:org/apache/turbine/om/user/peer/Turbine
UserPeer


> Steve -  The lib files all appear to be the most recent one available.  I
am
> fairly comfortable there.  One newbie question to ask:  Is there
> documentation on installing the database using MySQL?  I have the
> mm.mysql-2.0.1.bin.jar file in the classpath and it is getting picked up.
> I'm not sure if this is enough.  I appreciate all your help so far.
>
>
> Tim Walraven
> Darkwater Consulting, LLC
> (703) 392-7452
> [EMAIL PROTECTED]
>
>
> -----Original Message-----
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]]On Behalf Of sbelt
> Sent: Friday, August 04, 2000 11:48 AM
> To: JetSpeed
> Subject: Re:
> RE:java.lang.NoClassDefFoundError:org/apache/turbine/om/user/peer/Turbin
> eUserPeer
>
>
> There was much flurry in the past as to whether or not a database would be
> made mandatory. I decided I might as well install the database.
>
> BTW - did you also update all the lib files? Especially be sure the latest
> turbine.jar is in the classpath.
>
> Steve B.
>
> ----- Original Message -----
> From: "LED Slinger" <[EMAIL PROTECTED]>
> To: "JetSpeed" <[EMAIL PROTECTED]>
> Sent: Friday, August 04, 2000 9:37 AM
> Subject:
>
RE:java.lang.NoClassDefFoundError:org/apache/turbine/om/user/peer/TurbineUse
> rPeer
>
>
> > Thanks Steve....  I appreciate your advice and comments....  I set up
> > enable-userauthentication=false in the JetspeedResources.properties
file.
> I
> > was under the impression that this would avoid the mess of setting the
> > database up until I had the rest of the pieces in place.  Is this the
case
> > or was I mistaken in assuming this?
> >
> >
> > Tim Walraven
> > Darkwater Consulting, LLC
> > (703) 392-7452
> > [EMAIL PROTECTED]
> > >
> >
> > -----Original Message-----
> > From: [EMAIL PROTECTED]
> > [mailto:[EMAIL PROTECTED]]On Behalf Of sbelt
> > Sent: Friday, August 04, 2000 12:19 PM
> > To: JetSpeed
> > Subject: Re:
> > java.lang.NoClassDefFoundError:org/apache/turbine/om/user/peer/TurbineUs
> > erPeer
> >
> >
> > Perhaps you had configured your 1.1 installation with
user-authentication
> > disabled.  I believe that with 1.2 (at least from CVS) a database is
> > required.
> >
> > If you had setup 1.1 with a database at the back end, as I recall, the
> table
> > structure was changed to support the Jyve-feature for email
> authentications.
> >
> > Anyway, it appears to be your database config that is the problem.
> >
> > Steve B.
> >
> > ----- Original Message -----
> > From: "LED Slinger" <[EMAIL PROTECTED]>
> > To: <[EMAIL PROTECTED]>
> > Sent: Friday, August 04, 2000 4:30 AM
> > Subject: java.lang.NoClassDefFoundError:
> > org/apache/turbine/om/user/peer/TurbineUserPeer
> >
> >
> > > Last night I upgraded to 1.2 from 1.1 and now I receive the following
> > > message when the Jetspeed renders in the browser:
> > >
> > >
> > > There has been an error! Please review the exception below for more
> > > information.
> > > The exception is:
> > > java.lang.NoClassDefFoundError:
> > > org/apache/turbine/om/user/peer/TurbineUserPeer
> > > at
org.apache.turbine.om.user.TurbineUser.setUserName(TurbineUser.java,
> > > Compiled Code)
> > > at
org.apache.turbine.om.user.peer.UserFactory.getUser(UserFactory.java,
> > > Compiled Code)
> > > at
> > >
> >
>
org.apache.jetspeed.turbine.actions.JetspeedSessionValidator.doPerform(Jetsp
> > > eedSessionValidator.java, Compiled Code)
> > > at org.apache.turbine.modules.Action.perform(Action.java, Compiled
Code)
> > > at org.apache.turbine.modules.ActionLoader.exec(ActionLoader.java,
> > Compiled
> > > Code)
> > > at Turbine.doGet(Turbine.java, Compiled Code)
> > > at javax.servlet.http.HttpServlet.service(HttpServlet.java, Compiled
> Code)
> > > at javax.servlet.http.HttpServlet.service(HttpServlet.java, Compiled
> Code)
> > > at
> > org.apache.tomcat.core.ServletWrapper.handleRequest(ServletWrapper.java,
> > > Compiled Code)
> > > at
> > org.apache.tomcat.core.ServletWrapper.handleRequest(ServletWrapper.java,
> > > Compiled Code)
> > > at
> org.apache.tomcat.servlets.InvokerServlet.service(InvokerServlet.java,
> > > Compiled Code)
> > > at javax.servlet.http.HttpServlet.service(HttpServlet.java, Compiled
> Code)
> > > at
> > org.apache.tomcat.core.ServletWrapper.handleRequest(ServletWrapper.java,
> > > Compiled Code)
> > > at org.apache.tomcat.core.ContextManager.service(ContextManager.java,
> > > Compiled Code)
> > > at
> > >
> >
>
org.apache.tomcat.service.http.HttpConnectionHandler.processConnection(HttpC
> > > onnectionHandler.java, Compiled Code)
> > > at
> >
org.apache.tomcat.service.TcpConnectionThread.run(SimpleTcpEndpoint.java,
> > > Compiled Code)
> > > at java.lang.Thread.run(Thread.java, Compiled Code)
> > >
> > > java.lang.NoClassDefFoundError:
> > > org/apache/turbine/om/user/peer/TurbineUserPeer
> > >
> > > I'm sure that it's a configuration issue that I missed but I am still
> > fairly
> > > new with Jetspeed and I can't quite figure out what's missing.  Any
help
> > > would be greatly appreciated.
> > >
> > >
> > > Tim Walraven
> > > Darkwater Consulting, LLC
> > > (703) 392-7452
> > > [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]
> >
> >
> >
> > --
> > --------------------------------------------------------------
> > 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]
>
>
>
> --
> --------------------------------------------------------------
> 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]



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