Logo 
Search:

Java Answers

Ask Question   UnAnswered
Home » Forum » Java       RSS Feeds
  Question Asked By: Egidius Bakker   on May 22 In Java Category.

  
Question Answered By: Charlie Evans   on May 22

kill the process on 8009 port and then try again.

in linux you could kill the process like this :

# fuser -k 8009/tcp
or
# kill -9 PID

Share: