Cannot use Katalon plugin for Jenkins on Ubuntu

I cannot run Katalon still… Anyone please help me…
Environment:
xvfb is already the newest version (2:1.18.4-0ubuntu0.8)
openjdk version “1.8.0_222”
OpenJDK Runtime Environment (build 1.8.0_222-8u222-b10-1ubuntu1~16.04.1-b10)
OpenJDK 64-Bit Server VM (build 25.222-b10, mixed mode)

Error message:
Project ‘ui_test’ opened
chromedriver is located at default location: /var/lib/jenkins/.katalon/6.3.3/Katalon_Studio_Linux_64-6.3.3/configuration/resources/drivers/chromedriver_linux64/chromedriver. In case your browser is updated to a newer version, please use this command to update chromdriver: --config -webui.autoUpdateDrivers=true

Test Suites/CMS_Smoke_Test - Chrome - 20190912_175555…0/1(0%)

2019-09-12 17:55:58.517 INFO c.k.katalon.core.main.TestSuiteExecutor - START Test Suites/CMS_Smoke_Test 2019-09-12 17:55:58.598 INFO c.k.katalon.core.main.TestSuiteExecutor - hostName = jenkins - ip-192-168-1-192.ec2.internal
2019-09-12 17:55:58.599 INFO c.k.katalon.core.main.TestSuiteExecutor - os = Linux 64bit
2019-09-12 17:55:58.600 INFO c.k.katalon.core.main.TestSuiteExecutor - hostAddress = 192.168.1.192
2019-09-12 17:55:58.601 INFO c.k.katalon.core.main.TestSuiteExecutor - katalonVersion = 6.3.3.11 2019-09-12 17:55:58.840 INFO c.k.katalon.core.main.TestCaseExecutor - --------------------
2019-09-12 17:55:58.840 INFO c.k.katalon.core.main.TestCaseExecutor - START Test Cases/Smoke Tests/Open Map Smoke Test
2019-09-12 17:55:59.111 DEBUG testcase.Open Map Smoke Test - 1: openBrowser(’ ')
2019-09-12 17:55:59.828 INFO c.k.k.core.webui.driver.DriverFactory - Starting ‘Chrome’ driver Sep 12, 2019 5:55:59 PM org.openqa.selenium.remote.DesiredCapabilities chrome INFO: Using new ChromeOptions() is preferred to DesiredCapabilities.chrome() 2019-09-12 17:55:59.870 INFO c.k.k.core.webui.driver.DriverFactory - Action delay is set to 0 seconds Starting ChromeDriver 76.0.3809.126 (d80a294506b4c9d18015e755cee48f953ddc3f2f-refs/branch-heads/3809@{#1024}) on port 9515 Only local connections are allowed. Please protect ports used by ChromeDriver and related test frameworks to prevent access by malicious code.

Test Suites/CMS_Smoke_Test - Chrome - 20190912_175555…0/1(0%)

2019-09-12 17:56:20.219 ERROR c.k.k.core.keyword.internal.KeywordMain - :x: Unable to open browser with url: ’ ’ (Root cause: com.kms.katalon.core.exception.StepFailedException: Unable to open browser with url: ’ ’ at com.kms.katalon.core.webui.keyword.internal.WebUIKeywordMain.stepFailed(WebUIKeywordMain.groovy:64) at com.kms.katalon.core.webui.keyword.internal.WebUIKeywordMain.runKeyword(WebUIKeywordMain.groovy:26) at com.kms.katalon.core.webui.keyword.builtin.OpenBrowserKeyword.openBrowser(OpenBrowserKeyword.groovy:81) at com.kms.katalon.core.webui.keyword.builtin.OpenBrowserKeyword.execute(OpenBrowserKeyword.groovy:67) at com.kms.katalon.core.keyword.internal.KeywordExecutor.executeKeywordForPlatform(KeywordExecutor.groovy:56) at com.kms.katalon.core.webui.keyword.WebUiBuiltInKeywords.openBrowser(WebUiBuiltInKeywords.groovy:60) at com.kms.katalon.core.webui.keyword.WebUiBuiltInKeywords$openBrowser.call(Unknown Source) at Open Map Smoke Test.run(Open Map Smoke Test:16) at com.kms.katalon.core.main.ScriptEngine.run(ScriptEngine.java:194) at com.kms.katalon.core.main.ScriptEngine.runScriptAsRawText(ScriptEngine.java:119) at com.kms.katalon.core.main.TestCaseExecutor.runScript(TestCaseExecutor.java:337) at com.kms.katalon.core.main.TestCaseExecutor.doExecute(TestCaseExecutor.java:328) at com.kms.katalon.core.main.TestCaseExecutor.processExecutionPhase(TestCaseExecutor.java:307) at com.kms.katalon.core.main.TestCaseExecutor.accessMainPhase(TestCaseExecutor.java:299) at com.kms.katalon.core.main.TestCaseExecutor.execute(TestCaseExecutor.java:233) at com.kms.katalon.core.main.TestSuiteExecutor.accessTestCaseMainPhase(TestSuiteExecutor.java:169) at com.kms.katalon.core.main.TestSuiteExecutor.accessTestSuiteMainPhase(TestSuiteExecutor.java:142) at com.kms.katalon.core.main.TestSuiteExecutor.execute(TestSuiteExecutor.java:91) at com.kms.katalon.core.main.TestCaseMain.startTestSuite(TestCaseMain.java:157) at com.kms.katalon.core.main.TestCaseMain$startTestSuite$0.call(Unknown Source) at TempTestSuite1568310955758.run(TempTestSuite1568310955758.groovy:35)
Caused by: org.openqa.selenium.WebDriverException: Timed out waiting for driver server to start. Build info: version: ‘3.141.59’, revision: ‘e82be7d358’, time: ‘2018-11-14T08:25:53’ System info: host: ‘ip-192-168-1-192’, ip: ‘192.168.1.192’, os.name: ‘Linux’, os.arch: ‘amd64’, os.version: ‘4.4.0-1083-aws’, java.version: ‘1.8.0_222’ Driver info: driver.version: CChromeDriver at org.openqa.selenium.remote.service.DriverService.waitUntilAvailable(DriverService.java:202) at org.openqa.selenium.remote.service.DriverService.start(DriverService.java:188) at org.openqa.selenium.remote.service.DriverCommandExecutor.execute(DriverCommandExecutor.java:79) at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:552) at com.kms.katalon.selenium.driver.CChromeDriver.execute(CChromeDriver.java:20) at org.openqa.selenium.remote.RemoteWebDriver.startSession(RemoteWebDriver.java:213) at org.openqa.selenium.remote.RemoteWebDriver.<init>(RemoteWebDriver.java:131) at org.openqa.selenium.chrome.ChromeDriver.<init>(ChromeDriver.java:181) at org.openqa.selenium.chrome.ChromeDriver.<init>(ChromeDriver.java:147) at com.kms.katalon.selenium.driver.CChromeDriver.<init>(CChromeDriver.java:13) at com.kms.katalon.core.webui.driver.DriverFactory.createNewChromeDriver(DriverFactory.java:323) at com.kms.katalon.core.webui.driver.DriverFactory.startNewBrowser(DriverFactory.java:285) at com.kms.katalon.core.webui.driver.DriverFactory.openWebDriver(DriverFactory.java:199) at com.kms.katalon.core.webui.keyword.builtin.OpenBrowserKeyword$_openBrowser_closure1.doCall(OpenBrowserKeyword.groovy:74) at com.kms.katalon.core.webui.keyword.builtin.OpenBrowserKeyword$_openBrowser_closure1.call(OpenBrowserKeyword.groovy) at com.kms.katalon.core.webui.keyword.internal.WebUIKeywordMain.runKeyword(WebUIKeywordMain.groovy:20) at com.kms.katalon.core.webui.keyword.builtin.OpenBrowserKeyword.openBrowser(OpenBrowserKeyword.groovy:81) at com.kms.katalon.core.webui.keyword.builtin.OpenBrowserKeyword.execute(OpenBrowserKeyword.groovy:67) at com.kms.katalon.core.keyword.internal.KeywordExecutor.executeKeywordForPlatform(KeywordExecutor.groovy:56) at com.kms.katalon.core.webui.keyword.WebUiBuiltInKeywords.openBrowser(WebUiBuiltInKeywords.groovy:60) at com.kms.katalon.core.webui.keyword.WebUiBuiltInKeywords$openBrowser.call(Unknown Source) at Script1562165976377.run(Script1562165976377.groovy:16) … 13 more Caused by: org.openqa.selenium.net.UrlChecker$TimeoutException: Timed out waiting for [http://localhost:14946/status] to be available after 20002 ms at org.openqa.selenium.net.UrlChecker.waitUntilAvailable(UrlChecker.java:100) at org.openqa.selenium.remote.service.DriverService.waitUntilAvailable(DriverService.java:197) … 34 more Caused by: java.util.concurrent.TimeoutException at com.google.common.util.concurrent.SimpleTimeLimiter.callWithTimeout(SimpleTimeLimiter.java:147) at org.openqa.selenium.net.UrlChecker.waitUntilAvailable(UrlChecker.java:75) … 35 more )

I’ve an issue with internal.globalvariables class when I execute the test from Jenkins, using the katalon plugin.

Katalon version 6.3.1 running in a Unbutu server.

This is the Jenkins console log:
Ejecutando.en el espacio de trabajo /var/lib/jenkins/workspace/Hipotecario
Using Katalon Studio at /var/lib/jenkins/Katalon_Studio_Linux_64-6.3.1
Making driver executables…
Drivers folder at: /var/lib/jenkins/Katalon_Studio_Linux_64-6.3.1/configuration/resources/drivers
Set chromedriver as executable !
Set geckodriver as executable !
Execute [sh, -c, xvfb-run -a -n 0 -s “-screen 0 1920x1080x32” /var/lib/jenkins/Katalon_Studio_Linux_64-6.3.1/katalon -noSplash -runMode=console -projectPath="/var/lib/jenkins/workspace/Hipotecario" katalon -browserType=“Chrome” -retry=0 -testSuiteCollectionPath=“Test Suites/Suites Para Pruebas/New Test Suite Collection” ] in /tmp/katalon-5802344882032304284
Katalon workspace folder is set to default location: /var/lib/jenkins/Katalon_Studio_Linux_64-6.3.1/config
Starting Groovy-Eclipse compiler resolver. Specified compiler level: unspecified
170 2.4.7.xx-201611170128-e46 = ACTIVE

INFO: Katalon Version: 6.3.1
INFO: Command-line arguments: -runMode=console -projectPath=/var/lib/jenkins/workspace/Hipotecario katalon -browserType=Chrome -retry=0 -testSuiteCollectionPath=Test Suites/Suites Para Pruebas/New Test Suite Collection
INFO: User working dir: /tmp/katalon-5802344882032304284
INFO: User home: /var/lib/jenkins
INFO: Java vendor: Private Build
INFO: Java version: 1.8.0_222
INFO: Local OS: Linux 64bit
INFO: CPU load: 49%
INFO: Total memory: 3869 MB
INFO: Free memory: 1462 MB

Project path is a folder.
Examine file ‘.project’.
Examine folder ‘Include’.
Examine file ‘console.properties’.
Examine folder ‘Scripts’.
Examine folder ‘Libs’.
Examine folder ‘Object Repository’.
Examine folder ‘Data Files’.
Examine folder ‘.settings’.
Examine folder ‘Test Cases’.
Examine folder ‘Drivers’.
Examine folder ‘Test Suites’.
Examine file ‘debug.log’.
Examine folder ‘config’.
Examine file ‘hs_err_pid8548.log’.
Examine folder ‘Test Listeners’.
Examine folder ‘Checkpoints’.
Examine folder ‘ImagenesDeControles’.
Examine folder ‘Keywords’.
Examine folder ‘bin’.
Examine file ‘.classpath’.
Examine folder ‘Plugins’.
Examine file ‘hipotecario.prj’.
Found project file ‘/var/lib/jenkins/workspace/Hipotecario/hipotecario.prj’.
Examine folder ‘Reports’.
Examine folder ‘Profiles’.
Examine folder ‘settings’.
Delete folder: bin
Delete folder: Libs
Opening project file: /var/lib/jenkins/workspace/Hipotecario/hipotecario.prj
Parsing custom keywords in Plugins folder…
Generating global variables…
/%var%lib%jenkins%workspace%Hipotecario%hipotecario.prj/Keywords/hipotecario/FormularioInteligente.groovy: 20 Groovy:unable to resolve class internal.GlobalVariable
/%var%lib%jenkins%workspace%Hipotecario%hipotecario.prj/Keywords/hipotecario/Funciones.groovy: 22 Groovy:unable to resolve class internal.GlobalVariable
/%var%lib%jenkins%workspace%Hipotecario%hipotecario.prj/Keywords/hipotecario/FuncionesExcel.groovy: 31 Groovy:unable to resolve class internal.GlobalVariable
/%var%lib%jenkins%workspace%Hipotecario%hipotecario.prj/Keywords/hipotecario/OperacionesCuentaPersonal.groovy: 21 Groovy:unable to resolve class internal.GlobalVariable
/%var%lib%jenkins%workspace%Hipotecario%hipotecario.prj/Keywords/hipotecario/OperacionesNuevoCaso.groovy: 23 Groovy:unable to resolve class internal.GlobalVariable
/%var%lib%jenkins%workspace%Hipotecario%hipotecario.prj/Keywords/hipotecario/ReceiveMail.groovy: 31 Groovy:unable to resolve class internal.GlobalVariable
/%var%lib%jenkins%workspace%Hipotecario%hipotecario.prj/Keywords/hipotecario/Validaciones.groovy: 24 Groovy:unable to resolve class internal.GlobalVariable
/%var%lib%jenkins%workspace%Hipotecario%hipotecario.prj/Keywords/hipotecario/Ventas.groovy: 22 Groovy:unable to resolve class internal.GlobalVariable
/%var%lib%jenkins%workspace%Hipotecario%hipotecario.prj/Test Listeners/NewTestListener.groovy: 16 Groovy:unable to resolve class internal.GlobalVariable
Parsing custom keywords…
Project ‘hipotecario’ opened
chromedriver is located at default location: /var/lib/jenkins/Katalon_Studio_Linux_64-6.3.1/configuration/resources/drivers/chromedriver_linux64/chromedriver. In case your browser is updated to a newer version, please use this command to update chromdriver: --config -webui.autoUpdateDrivers=true

Test Suites/Suites Para Pruebas/New Test Suite Collection - 20191015_153424…
…0/4(0%)

Test Suites/FuncionalidadesPrincipales - Chrome - 20191015_153427…0/4(0%)

Launcher status after execution process completed: Running
Start writing execution.uuid file to folder: /var/lib/jenkins/workspace/Hipotecario/Reports/20191015_153424/FuncionalidadesPrincipales/20191015_153427
For real-time monitoring and better reporting capabilities please integrate this project with Katalon Analytics (more details at https://docs.katalon.com/katalon-analytics/docs/integration-with-katalon-studio.html#enable-integration)

Test Suites/Suites Para Pruebas/New Test Suite Collection - 20191015_153424…
…0/4(0%)

Test Suites/FuncionalidadesPrincipales - Chrome - 20191015_153427…0/4(0%)

Build step ‘Execute Katalon Studio Tests’ marked build as failure
Grabando resultados de tests
ERROR: Step ‘Publicar los resultados de tests JUnit’ failed: Test reports were found but none of them are new. Did leafNodes run?
For example, /var/lib/jenkins/workspace/Hipotecario/Reports/20191009_153137/FuncionalidadesPrincipales/20191009_153137/JUnit_Report.xml is 4 días 2 Hor old

Finished: FAILURE