I\'m getting this error when I\'m trying to run my selenium test using MVN test command line. Curiously, I tried it 3 days ago and it ran successfully:
---------
Based on answer found here
Its because of the more than one javaw.exe is running in the background. To view this Goto task manager and choose the processes tab. You can see that there will be more than one javaw.exe is running. Select the process javaw.exe one by one and click "End process" and Try running the script again.