Hello Aurelien, I got it.
The MySQL-Server didn't listening to port 3306 because of the skip-networking setting in /etc/my.cnf I uncommented the line skip-networking to #skip-networking After that, I restarted the MySQL-Server, and it works! Thanks for your help Oliver > Can you connect to your database with another tool like Squirrel SQL, MS > Access ? > > Pernoud Aurelien wrote: > > > Oliver Klar a �crit : > > > >>Anybody have an idea, what's wrong? > >>Maybe configuration of MySQL,Tomcat, Java? > > > > > > Reading the exception below, I would say : > > - either your configuration of torque file isn't good > > - either your database setup isn't correct > > > > > >>Horrible Exception: java.lang.Error: Error in > >>BasePeer.initTableSchema(TURBINE_USER): Unable to connect to any > >>hosts due to exception: > >>java.net.ConnectException: Connection refused > > > > > > A "connection refused" is clear : Java couldn't connect to the host/port > you told him, so while jetspeed is starting, check on your systems what > ports are trying to be opened (netstat, stuff like that), if they look good, > and check what ports are opened when you connect to your MySQL database in > another way that works... > > > > Aurelien > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > > > > > -- > > Jean-Christophe Kermagoret > [EMAIL PROTECTED] > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > -- NEU F�R ALLE - GMX MediaCenter - f�r Fotos, Musik, Dateien... Fotoalbum, File Sharing, MMS, Multimedia-Gru�, GMX FotoService Jetzt kostenlos anmelden unter http://www.gmx.net +++ GMX - die erste Adresse f�r Mail, Message, More! +++ --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
