This error message...
[FacebookWebDriverExceptionSessionNotCreatedException] Unable to create new service: ChromeDriverService Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:25:53' System info: host: 'ubuntu', ip: '127.0.1.1', os.name: 'Linux', os.arch: 'amd64', os.version: '5.4.0-58-generic', java.version: '11.0.9.1' Driver info: driver.version: unknown
...implies that the ChromeDriver was unable to initiate/spawn a new Browsing Context i.e. Chrome Browser session.
Details
You mentioned about using selenium-server-standalone-3.14.0.jar. However as per the error trace log, the Selenium version seems to be version: '3.141.59'
On similar lines, the error:
Unable to create new service: ChromeDriverService
indicates incompatibility between the version of the binaries you are using.
Solution
Ensure that:
- JDK is upgraded to current levels JDK 8u271.
- Selenium is upgraded to current released Version 3.141.59.
- ChromeDriver is updated to current ChromeDriver v87.0 level.
- Chrome is updated to current Chrome Version 87.0 level. (as per ChromeDriver v87.0 release notes).
- If your base Web Client version is too old, then uninstall it and install a recent GA and released version of Web Client.
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…