Upgraded to 5.7.0 and getting nullPointerExceptions

ZS said:

I never got the error when i opened Katalon Studio. Just when I ran the commands.

So this is the root cause. Your command does not use Katalon Studio 5.7 version :slight_smile:

unfortunately I didn’t take note of what version I was using before the upgrade. Silly I know.

Vinh Nguyen said:

ZS said:

I never got the error when i opened Katalon Studio. Just when I ran the commands.

So this is the root cause. Your command does not use Katalon Studio 5.7 version :slight_smile:

Why wouldn’t it though? I completely removed the old installation and replaced it with the new one, restarted my console, and reran the commands

ZS said:

unfortunately I didn’t take note of what version I was using before the upgrade. Silly I know.

If you use Katalon Studio image from here: GitHub - katalon-studio/docker-images: Docker images for Katalon Studio and other frameworks, then it must be 5.5. Please consider using 5.7 also
https://github.com/katalon-studio/docker-images/blob/master/katalon/src/setup/katalon.sh

directory=5.7.0
version=5.7.0
package=Katalon_Studio_Linux_64-$version.tar.gz
unzipped_directory=Katalon_Studio_Linux_64-$version

Thanks, Vinh, this fixed the crashing problem I was having on CircleCI which was the same problem this person reported having.
Best, Nanda