Unable to execute the Katalon project from Jenkins

Hi,

I have done the below steps

1. I have created the project in windows
2. Extracted the command to execute through command line
3. Customised the path of the project as per the need of Linux
4. Pasted the Katalon linux in the jenkins machine (Linux machine)
5. Set up the Jenkins job using the customised path to the project and Katalon location
6. Ran the jenkins job.

I am observing the below error

.java.lang.IllegalStateException:
The platform metadata area could not be written: /config/.metadata By default the platform writes its content under the current working directory when the platform is launched. Use the -data parameter to specify a different content area for the platform.

Any help is really appreciated.

Thanks,
Sampath.

1 Like

I have the same problem

<>

I fixed it by changing the katalon.ini file and changed the value for -data to a directory where I have the right permissions for (in this case /tmp)