Next problem could be caused by port used by other process or ip is not suited in hosts file:
--------------------------------------------
The server is unable to create a server socket for listening. The address localhost might be incorrect or another process is using port 5556: java.net.BindException: Cannot assign requested address: JVM_Bind
--------------------------------------------
Windows check:
netstat -an | find "5556"
After checking if ports were used by another process next is to make a review in hosts file whether or not is IP correct declared.
Best Regards,