Can not run test suite with version 5.4.1

hi, i’m getting issues when running my test suite after update katalon 5.4.1. Below is the error i’m getting.
Any Help? @Vinh Nguyen
Thanks

Screen Shot 2018-04-24 at 11.06.54 AM.png

7 Likes

I am facing the same issue after updating to version 5.4.1
I have Deleted old testsuite and created the new one but still getting same error.

Getting the same issue as well with v.5.4.1, running on Windows. Clicking on Details in the pop-up shows no information.

katalon-invalid-suite.png

I get the same error after updating.

Me too, also since the update to 5.4.1

Please help to provide Katalon Studio logs in this case.

This is one log I get:

internal.GlobalVariable

com.kms.katalon.execution.exception.ExecutionException:
java.lang.NullPointerException

            at  

com.kms.katalon.execution.console.entity.TestSuiteLauncherOptionParser.getConsoleLauncher(TestSuiteLauncherOptionParser.java:113)

            at  

com.kms.katalon.execution.console.ConsoleExecutor.execute(ConsoleExecutor.java:71)

            at  

com.kms.katalon.execution.console.ConsoleMain.launch(ConsoleMain.java:90)

            at  

com.kms.katalon.console.application.Application.runConsole(Application.java:69)

            at  

com.kms.katalon.core.application.Application.runConsole(Application.java:72)

            at  

com.kms.katalon.core.application.Application.start(Application.java:56)

            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)

Caused by: java.lang.NullPointerException

            at  

com.kms.katalon.execution.entity.TestSuiteExecutedEntity.setTestSuite(TestSuiteExecutedEntity.java:61)

            at  

com.kms.katalon.execution.entity.TestSuiteExecutedEntity.(TestSuiteExecutedEntity.java:49)

            at  

com.kms.katalon.execution.console.entity.TestSuiteLauncherOptionParser.getConsoleLauncher(TestSuiteLauncherOptionParser.java:93)

Ok we will double check again. My machine does not observe this issue as well as some of my teammates, so how do you execute this one?

By the way, can I also have your project in this case?

I just start the Test suite.
I’m afraid I can’t give you my project.

It might be because of some keywords?

It seems i got this error on my keywords:

Groovy:unable to resolve class internal.GlobalVariable

WesMaster said:

It might be because of some keywords?

It seems i got this error on my keywords:

Groovy:unable to resolve class internal.GlobalVariable

So can you execute a test case?

Not really, I start it and it stops immediately. That error comes from Jenkins when I start a run through Jenkins.When I start it by hand from the Katalon interface the popup as noted in the topicstart shows.

So I’m confused your steps. It’s best to send me your project for further investigation through private message. I will not distribute it anywhere else, otherwise it’s lack of information to investigate to fix it. Thanks for your understanding

I also faced the same issue.
But after existing Katalon and installing the application again.
It works fine for me.

Same issue here !
And it’s REALLY annoying. Because I use Katalon everyday to secure the deployment…
I’am executing (well… trying to execute) test suites and collections on Win 7.
If I run a test case only, it is going well. But test suites and collections are KO.

2018-04-24_101613.jpg

I reinstall it and it seems to works fine. Thanks @Deekshith Mohan
But the bug is still there. With autoupdate, it could affect a lot of users.

I’ve also used auto update and doesn’t observe that issue, so maybe the root cause is with the project itself, so without any project given from you guys, we can’t help to investigate and fix it.

Regars

Facing the exact same problem after auto update.
@Vinh Nguyen what exactly do you need, just the *.proj file?

Hi,
I can confirm the issue mentioned above.
- Started Katalon 5.4.0 and used the auto update function
=> Test suite was not executable anymore, same error message like mentioned already
- Cleaned up the Katalon directory completely and unpacked the 5.4.1 archive into this directory
- Started Katalon 5.4.1, opened my project and execution of my test suite worked as expected.
Regards

3 Likes