Errors when executing script

I’m trying to run this script, but when running, the Katalon alleges two errors.

Description Resource Path Location Type

Archive for required library: ‘C:/Program Files/Katalon_Studio_Windows_64-5.4.2/plugins/org.codehaus.groovy_2.4.7.xx-201611170128-e46/lib/org.apache.xerces.impl_2.11.0.jar’ in project ‘C%%Users%lucas.ferreira%Katalon Studio%MRV_Automation%MRV_Automation.prj’ cannot be read or is not a valid ZIP file C%%Users%lucas.ferreira%Katalon Studio%MRV_Automation%MRV_Automation.prj Build path Build Path Problem

Description Resource Path Location Type

The project cannot be built until build path errors are resolved C%%Users%lucas.ferreira%Katalon Studio%MRV_Automation%MRV_Automation.prj Unknown Java Problem

I tried to solve them by searching for information on similar topics, but I got nothing. Can anyone verify that there is some syntax error in building the Script?

The code is here: https://pastebin.com/m0xd9de6

Img01.png

Img02.png

Img04.png

Img03.png

sometime this is happening to me when i move a project from one pc to another, or i rename it

the workaround i use is:

- close katalon

- go into the project folder and remove the .classpath and .project files (those are hidden files in linux, in windows i don’t remember). Delete also the “bin” folder

- open katalon and re-import the project

- from the ‘Project’ menu, choose Refresh

this procedure should re-generate the above files and get rid of errors

1 Like