Kill the process that is using that port with this command:
lsof -P | grep ':8002' | awk '{print $2}' | xargs kill -9
Tested only on Mac OS 10.9.2