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]
