You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@turbine.apache.org by Phillip Rhodes <rh...@yahoo.com> on 2002/03/19 19:25:22 UTC

Database type org.gjt.mm.mysql.Driver not implemented.?

I am using TDK 1.2 with mysql.

I am using the mysql drivers that came with the TDK.  I can successfully 
run ant init, but if I try to run the application I get the following error:

Thanks for help or pointers.


[Tue Mar 19 08:37:04 EST 2002] -- INFO -- IDBroker thread was started.
[Tue Mar 19 08:37:04 EST 2002] -- WARN -- IDBroker is being used with db: 
default
  which does not support transactions.  It is possible to
  generate duplicate keys, if multiple JVM's are used or other
  means are used to write to the database.
[Tue Mar 19 08:37:04 EST 2002] -- ERROR -- BasePeer.MapBuilder failed 
trying to instantiate: com.rhoderunner.hra.om.map.SectionMapBuilder
	Exception:  org.apache.turbine.util.TurbineException: Database type 
org.gjt.mm.mysql.Driver not implemented.
	Stack Trace follows:
	java.lang.InstantiationException: Database type org.gjt.mm.mysql.Driver 
not implemented.
	at org.apache.turbine.util.db.adapter.DBFactory.create(DBFactory.java:172)
	at 
org.apache.turbine.services.db.TurbineMapBrokerService.getDatabaseMap(TurbineMapBrokerService.java:170)
rethrown as org.apache.turbine.util.TurbineException: Database type 
org.gjt.mm.mysql.Driver not implemented.
	at 
org.apache.turbine.services.db.TurbineMapBrokerService.getDatabaseMap(TurbineMapBrokerService.java:179)
	at org.apache.turbine.services.db.TurbineDB.getDatabaseMap(TurbineDB.java:142)
	at 
com.rhoderunner.hra.om.map.SectionMapBuilder.doBuild(SectionMapBuilder.java:72)
	at org.apache.turbine.om.peer.BasePeer.getMapBuilder(BasePeer.java:1845)
	at com.rhoderunner.hra.om.BaseSectionPeer.<clinit>(BaseSectionPeer.java:34)
	at com.rhoderunner.hra.main.PhraseLoader.getSection2(PhraseLoader.java:931)
	at com.rhoderunner.hra.main.PhraseLoader.getSection(PhraseLoader.java:861)
	at com.rhoderunner.hra.main.PhraseLoader.processFile(PhraseLoader.java:114)
	at com.rhoderunner.hra.main.PhraseLoader.<init>(PhraseLoader.java:43)
	at com.rhoderunner.hra.main.PhraseLoader.main(PhraseLoader.java:954)


_________________________________________________________
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>