Can not open chrome on linux

When I run the katalon with jekins, the test case always run failed, and here is the error info:
Unable to open browser with url: ‘’ (Root cause: org.openqa.selenium.WebDriverException: Timed out waiting for driver server to start.
Build info: version: ‘3.7.1’, revision: ‘8a0099a’, time: ‘2017-11-06T21:07:36.161Z’
System info: host: ‘****.com’, ip: ‘xxxx’, os.name: ‘Linux’, os.arch: ‘amd64’, os.version: ‘2.6.32-279.el6.x86_64’, java.version: ‘1.8.0_171’
Driver info: driver.version: CChromeDriver)

The chrome driver on linux:
ChromeDriver (v2.9.248304) on port 9515

Is there anyone meet this issue?

I have met this exact same issue, and I am just as curious as to the reason; a clue might be an earlier error I got:
“/root/Katalon_Studio-4.8/configuration/resources/drivers/chromedriver_linux64/ch romedriver: error while loading shared libraries: libgconf-2.so.4: cannot open s hared object file: No such file or directory”

Is there anything similar in your terminal readout?