Hi..
I've download the newer jetspeed src..
and i've create table from turbine-mysql.sql and populate-mysql.sql 
yup, it works.. it create the entry for JETSPEED_*_PROFILE on ID_TABLE
But, I get the error :

[Tue Jun 11 11:08:19 EDT 2002] -- INFO -- IDBroker thread was started.
[Tue Jun 11 11:08:19 EDT 2002] -- WARN -- IDBroker is being used with db 'default', 
which does not support transactions.  IDBroker attempts to use transactions to limit 
the possibility of duplicate key generation.  Without transactions, duplicate key 
generation is possible if multiple JVMs are used or other means are used to write to 
the database.
[Tue Jun 11 11:08:19 EDT 2002] -- ERROR -- BasePeer.MapBuilder failed trying to 
instantiate: org.apache.turbine.util.db.map.TurbineMapBuilder
        Exception:  org.apache.turbine.util.TurbineException: Unknown JDBC driver: 
org.gjt.mm.mysql.Driver: Check your configuration file
        Stack Trace follows:
        java.lang.InstantiationException: Unknown JDBC driver: 
org.gjt.mm.mysql.Driver: Check your configuration file
        at java.lang.InstantiationException.<init>(InstantiationException.java:46)
        at org.apache.turbine.util.db.adapter.DBFactory.create(DBFactory.java:183)
rethrown as org.apache.turbine.util.TurbineException: Unknown JDBC driver: 
org.gjt.mm.mysql.Driver: Check your configuration file
        at org.apache.turbine.util.TurbineException.<init>(TurbineException.java:163)

here my configuration on JetspeedResources.properties  :
#services.PsmlManager.classname=org.apache.jetspeed.services.psmlmanager.CastorPsmlManagerService
services.PsmlImportManager.classname=org.apache.jetspeed.services.psmlmanager.CastorPsmlManagerService
services.PsmlManager.classname=org.apache.jetspeed.services.psmlmanager.db.DatabasePsmlManagerService

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

database.adaptor=DBMM
database.adaptor.DBMM=org.gjt.mm.mysql.Driver;

Do I need to configure others file or include something from the newer src ?

Can somebody help me ? 

Thanx and regards
IkkI


_______________________________________________________
WIN a first class trip to Hawaii.  Live like the King of Rock and Roll
on the big Island. Enter Now!
http://r.lycos.com/r/sagel_mail/http://www.elvis.lycos.com/sweepstakes

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

Reply via email to