How to solve the error?
Java Runtime: Oracle Corporation 1.7.0_05 E:\\Program Files\\Java\\jdk1.7.0_05\\jre Heap sizes: current=1004928k free=994439k max=100
find the process id using the port number from error logs.
fuser [port number]/tcp
then use kill -9 [pid] to kill that process.
kill -9 [pid]