Moments ago server was running completely fine, started the loopback of my client (which gave me a "trouble logging in" error) and closed it, after that, I tried restarting it and it says it cannot connect to mysql.
I've tried everything, restarting MySQL, checking to see if the user/pass combination is correct, checking the jdbc address in the source, and I just can't find out what is wrong with it.
Any help anyone could give me would be greatly appreciated.
Edit: this is my exact error.
Code:
ERRORcom.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientConnectionException: Could
not create connection to database server. Attempted reconnect 3 times. Giving u
p.
Exception in thread "main" java.lang.ExceptionInInitializerError
at server.Start.run(Start.java:37)
at server.Start.main(Start.java:181)
Caused by: java.lang.NullPointerException
at server.ServerProperties.<clinit>(ServerProperties.java:30)
... 2 more
Press any key to continue . . .