you need the mm.mysql jdbc driver, you can find it at sourceforge.net

<=- Raffaele Ragni -=>
----- Original Message -----
From: "Ken Gunderson" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, October 11, 2002 9:27 PM
Subject: jetspeed newbie


hello:

okay- so i am relatively clueless when it comes to java but jetspeed
looks cool and i wanted to check it out...  i can get it to run using
the defaul dtabase, but want to use mysql.  Here's what happens when i
try:

Horrible Exception: java.lang.NoClassDefFoundError:
org/apache/jetspeed/om/security/turbine/BaseTurbineUserPeer at
org.apache.jetspeed.services.security.turbine.TurbineUserManagement.getUser(
TurbineUserManagement.java:163)
at
org.apache.jetspeed.services.JetspeedUserManagement.getUser(JetspeedUserMana
gement.java:98)
at
org.apache.jetspeed.services.security.turbine.TurbineAuthentication.getAnony
mousUser(TurbineAuthentication.java:215)
at
org.apache.jetspeed.services.JetspeedAuthentication.getAnonymousUser(Jetspee
dAuthentication.java:107)
at
org.apache.jetspeed.services.JetspeedSecurity.getAnonymousUser(JetspeedSecur
ity.java:159)
at
org.apache.jetspeed.modules.actions.TemplateSessionValidator.doPerform(Templ
ateSessionValidator.java:97)
at
org.apache.jetspeed.modules.actions.JetspeedSessionValidator.doPerform(Jetsp
eedSessionValidator.java:103)
at org.apache.turbine.modules.Action.perform(Action.java:87) at
org.apache.turbine.modules.ActionLoader.exec(ActionLoader.java:122) at


etc.....

my Torque.properties looks klike this:

database.default=default
database.default.driver=org.gjt.mm.mysql.Driver
database.default.url=jdbc:mysql://localhost/jetspeed
database.default.username=sa
database.default.password=

the database exists and has been populated, but obviously i am not even
coming close to connecting to the db here. read through the docs and
not sure if i need turbine/torque actually installed or if it comes
bundled.

system is FreeBSD 4.6.2, jakarta_tomcat4.0.6 and jdk1.3.1


--
Regards-- Ken


--
To unsubscribe, e-mail:
<mailto:[EMAIL PROTECTED]>
For additional commands, e-mail:
<mailto:[EMAIL PROTECTED]>



--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to