Il giorno 29/set/06, alle ore 01:15, k0ffee sh0p ha scritto:
no, ho provato anche con degli script a fare delle chiamate dirette al DB, anche il semplice collegamento mi restituisce un errore: EXCEPTION java.sql.SQLException: Communication link failure: java.io.IOException, underlying cause: Unexpected end of input stream ** BEGIN NESTED EXCEPTION ** java.io.IOException MESSAGE: Unexpected end of input stream STACKTRACE: java.io.IOException: Unexpected end of input stream at com.mysql.jdbc.MysqlIO.readPacket(MysqlIO.java:1073) at com.mysql.jdbc.MysqlIO.doHandshake(MysqlIO.java:619) at com.mysql.jdbc.Connection.createNewIO(Connection.java:1511) at com.mysql.jdbc.Connection.<init>(Connection.java:485) at com.mysql.jdbc.Driver.connect(Driver.java:341) at java.sql.DriverManager.getConnection(DriverManager.java:525) at java.sql.DriverManager.getConnection(DriverManager.java:171) at JDBCPlugin.connect(JDBCPlugin.java:219) at JDBCPlugin.Do_ExternalFunction(JDBCPlugin.java:85) ** END NESTED EXCEPTION ** |