25 Nov 2021 03:33 PM - last edited on 13 Apr 2023 09:28 AM by AgataWlodarczyk
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.
26 Nov 2021 11:00 AM
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
03 Apr 2023 10:06 AM - edited 14 Apr 2023 09:09 AM
Interesting, my chromium is crashing on RedHat and I cannot get it going. Here is my log:
2023-04-03 10:59:43 WebLaunche INFO [HeadlessVisitRunnable] [194.245.56.136] All objects currently active - visit will be ignored [unknown error: Chrome failed to start: exited abnormally.
(unknown error: DevToolsActivePort file doesn't exist)
(The process started from chrome location /easytravel-2.0.0-x64/weblauncher/../chrome/chrome 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: '', os.name: 'Linux', os.arch: 'amd64', os.version: '4.18.0-305.25.1.el8_4.x86_64', java.version: '11.0.5'
Driver info: driver.version: ChromeDriver
remote stacktrace: #0 0x555c19bff8e9 <unknown>
#1 0x555c19b9fc73 <unknown>
#2 0x555c198e5243 <unknown>
#3 0x555c199086cb <unknown>
#4 0x555c19903a33 <unknown>
#5 0x555c1993c423 <unknown>
#6 0x555c199369e3 <unknown>
#7 0x555c1990e02b <unknown>
#8 0x555c1990f225 <unknown>
#9 0x555c19bcc163 <unknown>
#10 0x555c19bdb6ae <unknown>
#11 0x555c19bdb3bb <unknown>
#12 0x555c19bdba72 <unknown>
#13 0x555c19bcd16b <unknown>
#14 0x555c19bdbce5 <unknown>
#15 0x555c19bc0f0b <unknown>
#16 0x555c19bf1638 <unknown>
#17 0x555c19bf17c2 <unknown>
#18 0x555c19c0bd1c <unknown>
#19 0x7f225e71014a start_thread
#20 0x7f225d1b5dc3 __GI___clone
]
org.openqa.selenium.WebDriverException: unknown error: Chrome failed to start: exited abnormally.
(unknown error: DevToolsActivePort file doesn't exist)
(The process started from chrome location /easytravel-2.0.0-x64/weblauncher/../chrome/chrome 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: '', os.name: 'Linux', os.arch: 'amd64', os.version: '4.18.0-305.25.1.el8_4.x86_64', java.version: '11.0.5'
Driver info: driver.version: ChromeDriver
remote stacktrace: #0 0x555c19bff8e9 <unknown>
12 Apr 2023 07:15 AM - edited 12 Apr 2023 07:16 AM
My problem was caused by not having graphical interface installed. I found this out only after executing chromium manually. I thought easyTravel was using headless mode for Selenium, but it needs a GUI even if executed from command line.