Hi,
I installed the latest version of Easytravel on an AmazonLinux2 VM and started UEM Standart scenario.
I alway get the error that the chromium-browser crashs abnormaly.
enium.WebDriverException: unknown error: Chrome failed to start: exited abnormally.
(unknown error: DevToolsActivePort file doesn't exist)
(The process started from chrome location /opt/easytravel-2.0.0-x64/weblauncher/../chrome/chromium-browser is no longer running, so ChromeDriver is assuming that Chrome has crashed.)
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:25:48'
System info: host: 'ip-172-30-1-187.eu-west-1.compute.internal', ip: '172.30.1.187', os.name: 'Linux', os.arch: 'amd64', os.version: '4.18.0-193.6.3.el8_2.x86_64', java.version: '11.0.5'
Driver info: driver.version: ChromeDriver
Does anybody have solution for that?
Best
Joerg
Solved! Go to Solution.
Hi,
we found a solution.
add chromeDriverOpts in resources/easyTravelConfig.properties in ET folder.
Change the line to:
config.chromeDriverOpts=--no-sandbox,--disable-dev-shm-usage
With this it works.
Best
Joerg