Error running test suite collection from jenkins

Hello. I’m new on the community.

Here I explain my problem, to see if someone can support me in its resolution.

I have a test suite collection that executes a few test suites. When I execute it locally runs ok, but when I execute the same command from Jenkins shows me this error.

Project ‘SANESPBCK2’ opened
com.kms.katalon.execution.exception.ExecutionException: Unable to execute test suite ‘Test Suites/Shakedown/TS_SANESPBCK2-CreateIssueAndApprove’
at com.kms.katalon.execution.launcher.TestSuiteCollectionConsoleLauncher.buildLauncher(TestSuiteCollectionConsoleLauncher.java:101)
at com.kms.katalon.execution.launcher.TestSuiteCollectionConsoleLauncher.buildSubLaunchers(TestSuiteCollectionConsoleLauncher.java:70)
at com.kms.katalon.execution.launcher.TestSuiteCollectionConsoleLauncher.newInstance(TestSuiteCollectionConsoleLauncher.java:52)
at com.kms.katalon.execution.console.entity.TestSuiteCollectionLauncherOptionParser.getConsoleLauncher(TestSuiteCollectionLauncherOptionParser.java:51)
at com.kms.katalon.execution.console.ConsoleExecutor.execute(ConsoleExecutor.java:75)
at com.kms.katalon.execution.console.ConsoleMain.launch(ConsoleMain.java:102)
at com.kms.katalon.console.application.Application.runConsole(Application.java:76)
at com.kms.katalon.core.application.Application.runConsole(Application.java:76)
at com.kms.katalon.core.application.Application.start(Application.java:59)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:134)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:388)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:243)
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:673)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:610)
at org.eclipse.equinox.launcher.Main.run(Main.java:1519)

C:\Users\USER4\Documents\SOFT\Katalon_Studio_Windows_64-5.5>exit 2
Build step ‘Ejecutar un comando de Windows’ marked build as failure
Grabando resultados de tests
Finished: FAILURE

The command I execute is this.

katalon -noSplash -runMode=console -projectPath=“C:\home\user4\workspace\SANESPBCK2 - Katalon - Shakedown\SANESPBCK2\SANESPBCK2.prj” -retry=0 -testSuiteCollectionPath=“Test Suites/Shakedown/Shakedown”

If you need other information, please tell me. Thank you!

Best regards,
Esther Dekash

Sorry for the issue. Do you have more logs to share with us?

Sorry, as it does not run it does not generate logs in the reports directory where the logs are usually.

Hi Esther Dekash,
I’m with exactly the same problem,

I have been trying to resolve it for a few days and found nothing on the forum.

How do you fix it?

Face same issue with 6.3.3
Any update ?

I had the same problem today when I started running tests via CI / CD Jenkins. The solution I got was to recreate the test scenarios and the Test Suite. Note: Do not copy the artifacts, it is necessary to recreate them from scratch.

I believe that the error is due to a bug in Katalon, that when updating an artifact, changes and notes are not reflected in the internal XMLs. My project had been created with version 7.6.2 and then I upgraded to version 7.8.2

    com.kms.katalon.execution.exception.ExecutionException: Unable to execute test suite 'Test Suites/Endpoint_GET_LocationProxyAndVpn'
	at com.kms.katalon.execution.launcher.TestSuiteCollectionConsoleLauncher.buildLauncher(TestSuiteCollectionConsoleLauncher.java:162)
	at com.kms.katalon.execution.launcher.TestSuiteCollectionConsoleLauncher.buildSubLaunchers(TestSuiteCollectionConsoleLauncher.java:114)
	at com.kms.katalon.execution.launcher.TestSuiteCollectionConsoleLauncher.newInstance(TestSuiteCollectionConsoleLauncher.java:65)
	at com.kms.katalon.execution.console.entity.TestSuiteCollectionLauncherOptionParser.getConsoleLauncher(TestSuiteCollectionLauncherOptionParser.java:56)

Hi @helene.silva,

The root cause may be the test suite has some missing test cases. Please share the execution log (without your api key) and the error log file that shows during the execution
Screen Shot 2021-01-20 at 3.13.42 PM