Unable to execute test suite

Hi,

We are using Katalon Version: 8.1.0 and experiencing the following issue only when using the Runtime engine through Jenkins. The same test collection runs well using Studio. This collection also worked previously Did something change in a newer version?

The command arrangements that we are using in Jenkins are below:

INFO: Command-line arguments: -projectPath=/home/jenkins/workspace/app/test-automation/katalon/gfmWeb/Web.prj -retry=4 -runMode=console -retryStrategy=failedExecutions -testSuiteCollectionPath=Test Suites/RegressionTestCases -executionProfile=Dev -browserType=Chrome (headless) -apiKey=******** --config -proxy.auth.option=NO_PROXY -proxy.system.option=NO_PROXY -proxy.system.applyToDesiredCapabilities=true

The error that we are receiving is:

com.kms.katalon.execution.exception.ExecutionException: Unable to execute test suite 'Test Suites/RegressionTestAdmin'
	at com.kms.katalon.execution.launcher.TestSuiteCollectionConsoleLauncher.buildLauncher(TestSuiteCollectionConsoleLauncher.java:258)
	at com.kms.katalon.execution.launcher.TestSuiteCollectionConsoleLauncher.buildSubLaunchers(TestSuiteCollectionConsoleLauncher.java:150)
	at com.kms.katalon.execution.launcher.TestSuiteCollectionConsoleLauncher.newInstance(TestSuiteCollectionConsoleLauncher.java:88)
	at com.kms.katalon.execution.console.entity.TestSuiteCollectionLauncherOptionParser.getConsoleLauncher(TestSuiteCollectionLauncherOptionParser.java:140)
	at com.kms.katalon.execution.console.ConsoleExecutor.execute(ConsoleExecutor.java:74)
	at com.kms.katalon.execution.console.ConsoleMain.launch(ConsoleMain.java:528)
	at com.kms.katalon.console.application.ConsoleApplicationStarter.start(ConsoleApplicationStarter.java:37)
	at com.kms.katalon.application.Application.runConsole(Application.java:125)
	at com.kms.katalon.application.Application.start(Application.java:88)
	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:137)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:107)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:401)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:657)
	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:594)
	at org.eclipse.equinox.launcher.Main.run(Main.java:1447)
	at org.eclipse.equinox.launcher.Main.main(Main.java:1420)

Could you post the log file, too?

1 Like

Sorry, were able to resolve this. It was an issue with the profile. Thank you!

1 Like

Jsoule, glad you were able to resolve this issue. Thank you @Russ_Thomas for help. I deleted the duplicate post in queue and will close this thread.