This may be because of failure in previous run, do one thing chk if any scm process is running and if its there please try after killing that process. for linux user fire below commands
ps -ef | grep java
then kill the process with below command
kill -9 <process-id>