I am running some Selenium-Tests. When I start them directly from Eclipse everything works fine. But when I Start them through Maven there the following Exception occurs:
After battling this for a while and trying most (if not all) of the options listed here, I finally got rid of this error by removing an unused JAR - ios-server-0.6.5-jar-with-dependencies.jar
in my build path, and using a combination of FF34
and selenium jars 2.48.2
.
Just wanted to post this as another option in case any one runs into this debilitating issue.