I’ve an error in my Jenkins + Selenium integration, the Selenium Grid Model is 3.7.1 (Put in by default for the Jenkins Selenium Plugin). I am utilizing the final chromedriver model. Once I run my take a look at on Jenkins the I get the next errors:
org.openqa.selenium.SessionNotCreatedException: Unable to create new service: ChromeDriverService
Construct information: model: '3.7.1', revision: '8a0099a', time: '2017-11-06T21:07:36.161Z'
System information: host: 'xxxxxxx', ip: 'xxxxxxxx', os.identify: 'Home windows Server 2012 R2', os.arch: 'x86', os.model: '6.3', java.model: '1.8.0_66'
Driver information: driver.model: unknown
Command length or timeout: 187 milliseconds
at solar.replicate.NativeConstructorAccessorImpl.newInstance0(Native Technique)
at solar.replicate.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
at solar.replicate.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.replicate.Constructor.newInstance(Constructor.java:423)
at org.openqa.selenium.distant.ErrorHandler.createThrowable(ErrorHandler.java:214)
at org.openqa.selenium.distant.ErrorHandler.throwIfResponseFailed(ErrorHandler.java:166)
at org.openqa.selenium.distant.JsonWireProtocolResponse.lambda$new$0(JsonWireProtocolResponse.java:53)
at org.openqa.selenium.distant.JsonWireProtocolResponse.lambda$getResponseFunction$2(JsonWireProtocolResponse.java:91)
at org.openqa.selenium.distant.ProtocolHandshake.lambda$createSession$0(ProtocolHandshake.java:123)
at java.util.stream.ReferencePipeline$3$1.settle for(ReferencePipeline.java:193)
at java.util.Spliterators$ArraySpliterator.tryAdvance(Spliterators.java:958)
at java.util.stream.ReferencePipeline.forEachWithCancel(ReferencePipeline.java:126)
at java.util.stream.AbstractPipeline.copyIntoWithCancel(AbstractPipeline.java:498)
at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:485)
at java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:471)
at java.util.stream.FindOps$FindOp.evaluateSequential(FindOps.java:152)
at java.util.stream.AbstractPipeline.consider(AbstractPipeline.java:234)
at java.util.stream.ReferencePipeline.findFirst(ReferencePipeline.java:464)
at org.openqa.selenium.distant.ProtocolHandshake.createSession(ProtocolHandshake.java:126)
at org.openqa.selenium.distant.ProtocolHandshake.createSession(ProtocolHandshake.java:73)
at org.openqa.selenium.distant.HttpCommandExecutor.execute(HttpCommandExecutor.java:138)
at org.openqa.selenium.distant.RemoteWebDriver.execute(RemoteWebDriver.java:601)
at org.openqa.selenium.distant.RemoteWebDriver.startSession(RemoteWebDriver.java:219)
at org.openqa.selenium.distant.RemoteWebDriver.(RemoteWebDriver.java:142)
at org.openqa.selenium.distant.RemoteWebDriver.(RemoteWebDriver.java:155)
at com.xxxxxxxx.util.utilities.DriverUtils.configureDriver(DriverUtils.java:47)
at com.xxxxxxxxx.options.accederSistema.iniciarSesion.CP01IniciarSesion.openNavigatorToLogin(CP01IniciarSesion.java:52)