David Sean Taylor Enterprise Portal Architect Bluesunrise.com [EMAIL PROTECTED] +01 (707) 773 4646
> -----Original Message----- > From: Eric White [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, December 03, 2002 4:11 PM > To: Jetspeed Users List > Subject: trying to import psml to DB from file system > > > subject line says it all. :-) nice > I *think* I've followed the instructions at > http://jakarta.apache.org/jetspeed/site/psml_db.html but I'm seeing the > following after doing a "./build.sh import" > > compile: > > import: > [java] ***** PSML Importer ***** > [java] Exception in thread "main" java.lang.Error: Error in > BasePeer.initTableSchema(TURBINE_USER): There was no DataSourceFactory > configured for the connection default > [java] at > org.apache.jetspeed.om.security.turbine.BaseTurbineUserPeer.initCl > ass(BaseTurbineUserPeer.java:146) > [java] at > org.apache.jetspeed.om.security.turbine.BaseTurbineUserPeer.<clini > t>(BaseTurbineUserPeer.java:125) > [java] at > org.apache.jetspeed.services.security.turbine.TurbineUserManagemen > t.getUser(TurbineUserManagement.java:165) > [java] at > org.apache.jetspeed.services.JetspeedUserManagement.getUser(Jetspe > edUserManagement.java:98) > [java] at > org.apache.jetspeed.services.JetspeedSecurity.getUser(JetspeedSecu > rity.java:265) > [java] at > org.apache.jetspeed.services.psmlmanager.PsmlImporter.alreadyImpor > ted(PsmlImporter.java:236) > [java] at > org.apache.jetspeed.services.psmlmanager.PsmlImporter.run(PsmlImpo > rter.java:197) > [java] at > org.apache.jetspeed.services.psmlmanager.PsmlImporter.main(PsmlImp > orter.java:179) > [java] Java Result: 1 > > > > what config item have I missed? First, what version are you using? Look at the Torque.properties in webapp/WEB-INF/conf Make sure all of the Hypersonic lines are commented out, and then: torque.database.default.adapter=mysql torque.dsfactory.default.connection.driver = org.gjt.mm.mysql.Driver torque.dsfactory.default.connection.url = jdbc:mysql://localhost:3306/jetspeed torque.dsfactory.default.connection.user = root torque.dsfactory.default.connection.password = -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
