I got it ! I was facing this issue while running a test case using play button near test case in intellij. So i tried multiple thing but, this following solution worked for me.
Taken a fresh copy of project from github. and while running TEST CASE instead of run i did debug. and it solve the issue.
Always run debug first it will eliminate 90 % problem. you are welcome :)