I was trying to connect to DB2 database on OS/390. I get the following error. Works fine with accessing default hsql. Horrible Exception: java.lang.Error: Error in BasePeer.initTableSchema(TURBINE_USER): [IBM][JDBC Driver] CLI0615E Error receiving from socket, server is not responding. SQLSTATE=08S01 at org.apache.jetspeed.om.security.turbine.BaseTurbineUserPeer.initClass(BaseTu rbineUserPeer.java:154) at org.apache.jetspeed.om.security.turbine.BaseTurbineUserPeer.(BaseTurbineUser Peer.java:128) at org.apache.jetspeed.services.security.turbine.TurbineUserManagement.getUser( TurbineUserManagement.java:166) at org.apache.jetspeed.services.JetspeedUserManagement.getUser(JetspeedUserMana gement.java:97) Properties that I am using:
torque.database.default=default torque.database.default.adapter=db2net torque.dsfactory.default.connection.driver = COM.ibm.db2.jdbc.net.DB2Driver torque.dsfactory.default.connection.url = jdbc:db2://servername:port:databasename torque.dsfactory.default.connection.user = username torque.dsfactory.default.connection.password = password Is there anything missing.. I saw jetspeed.script file with all create statements, at what point these statements are executed?. Appreciate any input. Prashanth ======================================================================== This email message is for the sole use of the intended recipient (s) and may contain confidential and privileged information. Any unauthorized review, use, disclosure or distribution is prohibited. If you are not the intended recipient, please contact the sender by reply email and destroy all copies of the original message. To reply to our email administrator directly, send an email to [EMAIL PROTECTED] Toys "R" Us, Inc. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
