Server would start up, but im getting this anytime a player connects java.io.IOException: Error while write(...): Connection reset by peer.
Can you possible post the log files so I can get some more details? The error along isn't enough to debunk the problems. Your server basically has some reason to send back the client RST packet, forcing it to terminate the connection instantly. Usually it happens when the server gets some information that it doesn't expect. However, it could be a lot of different things.