Katalon test execution is stuck in Ubuntu Jenkins can run successfully in Ubuntu Terminal

Katalon test execution is stuck in Ubuntu Jenkins can run successfully in Ubuntu Terminal

Build step in Jenkins
cd
xvfb-run -a ./katalon -runMode=console -projectPath=“” -reportFolder=“Reports” -reportFileName=“report” -retry=0 -testSuitePath=“Test Suites/” -browserType=“Chrome (headless)”

Console Output in Jenkins

Gtk-Message: GtkDialog mapped without a transient parent. This is discouraged.When i abort build after several minutes. I get this in console.(katalon:29878): Gdk-WARNING **: katalon: Fatal IO error 11 (Resource temporarily unavailable) on X server :99.
2 Likes

I have this exact problem.

I’ve tried with using the -nosplash, that didn’t work, I can make it work without Jenkins but not with.

I have also tried using the xvfb plugin for jenkins, same behavior.

I was able to resolve this error after the Katalon studio folder owner and group was changed to jenkins