Caused by: com.mysql.jdbc.exceptions.jdbc4.CommunicationsException: Communications link failure
Caused by: java.net.ConnectException: Connection refused: connect
java.net.ConnectException: Connection refused: connect
at java.base/sun.nio.ch.Net.connect0(Native Method)
at java.base/sun.nio.ch.Net.connect(Net.java:493)
at java.base/sun.nio.ch.Net.connect(Net.java:482)
at java.base/sun.nio.ch.SocketChannelImpl.connect(SocketChannelImpl.java:730)
at com.trinityrsps.gameserver.net.NIOThread.connectToLoginServer(NIOThread.java:84)
at com.trinityrsps.gameserver.net.NIOThread.<init>(NIOThread.java:156)
at com.trinityrsps.gameserver.world.Server.startUp(Server.java:955)
at com.trinityrsps.gameserver.world.Server.startEmps(Server.java:757)
at com.trinityrsps.gameserver.GameServer.main(GameServer.java:12)