It looks like the error is here:
> Trying to connect to: rmi://localhost:1099/SecureDriver
Which looks (to me)like the code is asking it to connect to the wrong port (i.e. 1099). A rather bad error message there.
Have a look in your code for something like:
private String URL = "jdbc:mysql://localhost:1099/my_db";
and change the 1099 to 3306
Any good?
--
Don't Stand on your head - you'll get footprints in your hair
http://charlieharvey.org.uk
http://charlieharvey.com