Caused by: java.net.BindException: Address already in use: bind
I don’t know how many times I’ve hit this error. Basically it means that another application is already using the port that your application is trying to use. You have 2 choices here. You can either close this port down or ask your application to use another port. I find it easy to close the… Read More »