I'm also looking at this problem; We use db2 and have been running Jetspeed for about 8 months... but not with the Jetspeed schema in DB2. We gave up and are using MySQL in the interim.
The Jetspeed-User mailling list archive is at: http://www.mail-archive.com/[EMAIL PROTECTED]/ FWIW, Here are the important bits from our Torque.properties file that get us to the field mismatch stage: torque.database.default = default torque.database.default.adapter = db2app torque.dsfactory.default.factory = org.apache.torque.dsfactory.TorqueDataSourceFactory torque.dsfactory.default.connection.driver = COM.ibm.db2.jdbc.app.DB2Driver torque.dsfactory.default.connection.url = jdbc:db2:ebizdev torque.dsfactory.default.connection.user = blah torque.dsfactory.default.connection.password = blah >>> [EMAIL PROTECTED] 06/25/03 11:16PM >>> I think you 'd better give up, I've tried for days, But I did not succed for other reasons. Your error maybe solved by copy db2 jdbc2 driver (db2java.zip) into WEB-INF\lib directory. Attention rename the file as db2java.jar. But after you solved the error you mentioned, you can get field type mismatch error as bug 11535 in bug database. The document says the bug has been solved, but in fact hasn't. ----- ----- : kylin [mailto:[EMAIL PROTECTED] : 2003 6 25 19:51 : [EMAIL PROTECTED] : how to config jetspeed for db2 jetspeed-user i am not sure if it send twice!so if twice i have send ,sorry for it. and where i can see the mail list in browser? my question is : question about run jetspeed with db2 i config Torque.properties database like this torque.database.default.adapter=DB2App torque.dsfactory.default.connection.driver=COM.ibm.db2.jdbc.app.DB2Driver torque.dsfactory.default.connection.url=jdbc:db2:jetspeed torque.dsfactory.default.connection.user=db2admin torque.dsfactory.default.connection.password=db2admin when i run http://localhost:8080/jetspeed error like following: Horrible Exception: java.lang.Error: Error in BasePeer.initTableSchema(TURBINE_USER): There was no DataSourceFactory configured for the connection default at org.apache.jetspeed.om.security.turbine.BaseTurbineUserPeer.initClass(BaseTurbineUserPeer.java:154) at org.apache.jetspeed.om.security.turbine.BaseTurbineUserPeer.<clinit>(BaseTurbineUserPeer.java:128) at org.apache.jetspeed.services.security.turbine.TurbineUserManagement.getUser(TurbineUserManagement.java:166) at org.apache.jetspeed.services.JetspeedUserManagement.getUser(JetspeedUserManagement.java:98) regard kylin --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
