from what I coudl see it sometimes worked and it sometimes did not work... why I had no idea... but after digging somewhat in the code, I found en exception that was catched but not reported, the exception was as follows...
java.sql.SQLEXception: Unable to connect to any hosts due to exception: java.net.ConnectException: Connection refused: connect
at com.mysql.jdbc.Connection.createNewIO(Connection.java:1535)
at ...
huh, the application could not connect to the database?
why? and why is this so inconsistent? sometimes he can connect and sometimes he cannot?
the server and the application is running on the same computer, and he is using "localhost" to connect to...
I have read something about all XP and how ports can be used (about 4000 free of them?) beeing used.. but would that not be a bindException then and not an connectException?
And i hardly think that the computer has used over 4000 ports within 4 minutes..
I have searched this list, but not come to any conclusion....
any information at all would perheps be helpfull...
Oh one more thing...
now that 4.12 has been released.. how easy/hard is it to upgrade 4.10 gamma to 4.12 ? just stop the server, install the new version over the old, and start the server?
/Christian Andersson
--------------------------------------------------------------------- Before posting, please check: http://www.mysql.com/manual.php (the manual) http://lists.mysql.com/ (the list archive)
To request this thread, e-mail <[EMAIL PROTECTED]> To unsubscribe, e-mail <[EMAIL PROTECTED]> Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php