salut,
j'ai un petit soucis, pendant mon stage de dut info j'ai fait un
programme en java gerant des bases de données (mysql) sous mac os
x
le programme marchait nickel mais aujourd hui on m a rappelé pour constater un probleme, le programme ne fonctionne plus
en effet depuis hier le programme met beaucoup plus de temps a se
charger et finalement n'arrive plus a se connecter a la base sans que
rien n ai été modifié dans le code source
voici les messages d erreur :
[Ljava.lang.StackTraceElement;@35ae7e null Communications link failure due to underlying exception:
** BEGIN NESTED EXCEPTION **
java.net.SocketException
MESSAGE: java.net.ConnectException: Operation timed out
STACKTRACE:
java.net.SocketException: java.net.ConnectException: Operation timed out
at com.mysql.jdbc.StandardSocketFactory.connect(StandardSocketFactory.java:156)
at com.mysql.jdbc.MysqlIO.<init>(MysqlIO.java:283)
at com.mysql.jdbc.Connection.createNewIO(Connection.java:2541)
at com.mysql.jdbc.Connection.<init>(Connection.java:1474)
at com.mysql.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:264)
at java.sql.DriverManager.getConnection(DriverManager.java:512)
at java.sql.DriverManager.getConnection(DriverManager.java:171)
at programmeGestion.Appli1.connec(Appli1.java:1656)
at programmeGestion.Appli1.initComposant(Appli1.java:195)
at programmeGestion.Appli1.<init>(Appli1.java:185)
at programmeGestion.Appli1.main(Appli1.java:2142)
** END NESTED EXCEPTION **