I cannot open or create any project

java.lang.InterruptedException: System could not generate internal.GlobalVariable file normally. Please check your writable permission in folder: E:\EDP\EDP.
at com.kms.katalon.controller.GlobalVariableController.waitForGlobalVariableClassFileAvailable(GlobalVariableController.java:82)
at com.kms.katalon.controller.GlobalVariableController.generateGlobalVariableLibFile(GlobalVariableController.java:67)
at com.kms.katalon.controller.ProjectController.openProjectForUI(ProjectController.java:142)
at com.kms.katalon.composer.project.handlers.OpenProjectHandler$1.run(OpenProjectHandler.java:172)
at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:122)


Hi @stpoise.st, according to the error log, it seems like you have not granted the written permission for Katalon Studio to open the project folder. Please help double check the permission by following these steps:

  1. Right-click on your project folder then select “Properties

  1. Then in the pop-up box, click on “Security” tab and make sure to grant all the permissions as the below image. (If not yet, you can change by clicking “edit” button)

security

Hope the steps should work well. Please let us know if you need more help. Thank you!

1 Like