Hi I have this configuration for my webapp environment
Turbine 2.2 - JDK 1.4.1 - MySql 4.0.13 - Tomcat 4.1.24 When my application starts and I try to login, there are some problems: 25837 [Thread-4] WARN oid.IDBroker - IDBroker is being used with db 'manut3k', which does not support transactions. IDBroker attempts to use transactions to li mit the possibility of duplicate key generation. Without transactions, duplicat e key generation is possible if multiple JVMs are used or other means are used t o write to the database. 25847 [Thread-4] ERROR util.BasePeer - org.apache.torque.TorqueException: Inval id authorization specification: Access denied for user: '[EMAIL PROTECTED]' (Usi ng password: YES) My database SUPPORTS transactions (with InnoDB tables) and when I try to run my application with a different environment configuration, everything works. For example, with: Turbine 2.2 - JDK 1.4.0 - MySql 4.0.13 - Tomcat 4.1.18 There are no problems. Any good idea ? Thank you for your time Damiano Zucconi - [EMAIL PROTECTED] I.S.I. srl --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
