David -

Followed your exact steps... all looked good till 6:

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.initClass(Ba seTurbineUserPeer.java:146)
[java] at org.apache.jetspeed.om.security.turbine.BaseTurbineUserPeer.<clinit>(Bas eTurbineUserPeer.java:125)
[java] at org.apache.jetspeed.services.security.turbine.TurbineUserManagement.getU ser(TurbineUserManagement.java:166)
[java] at org.apache.jetspeed.services.JetspeedUserManagement.getUser(JetspeedUser Management.java:98)
[java] at org.apache.jetspeed.services.JetspeedSecurity.getUser(JetspeedSecurity.j ava:265)
[java] at org.apache.jetspeed.services.psmlmanager.PsmlImporter.alreadyImported(Ps mlImporter.java:236)
[java] at org.apache.jetspeed.services.psmlmanager.PsmlImporter.run(PsmlImporter.j ava:197)
[java] at org.apache.jetspeed.services.psmlmanager.PsmlImporter.main(PsmlImporter. java:179)
[java] Java Result: 1

I ran this from jetspeed/build... just like the other ants. Right? Any ideas?

The lines from /jakarta-jetspeed/webapp/WEB-INF/conf/Torque.properties that are not commented out are:

torque.applicationRoot = .
torque.database.default=default
torque.database.default.adapter=oracle
torque.dsfactory.default.factory=org.apache.torque.dsfactory.TorqueDataS ourceFactory
torque.dsfactory.default.pool.defaultMaxConnections=10
torque.dsfactory.default.pool.maxExpiryTime=3600
torque.dsfactory.default.pool.connectionWaitTimeout=10
torque.dsfactory.default.connection.driver = oracle.jdbc.driver.OracleDriver
torque.dsfactory.default.connection.url = jdbc:oracle:thin:@cuttingboard.si.umich.edu:1521:CUTTING
torque.dsfactory.default.connection.user = chef_dev
torque.dsfactory.default.connection.password = xxxxxxxxx
torque.database.logInterval=0
torque.idbroker.cleverquantity=true
torque.manager.useCache = true

Thanks!

- Glenn


--
To unsubscribe, e-mail: <mailto:jetspeed-dev-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail: <mailto:jetspeed-dev-help@;jakarta.apache.org>

Reply via email to