Katalon Studio 8.0.0 much slower in opening and saving files

@jmartinelli

I looked at your 2nd log file KatalonLog.txt. The 2nd log is completely different from the 1st one, which is good. Still the 2nd log contains strange messages.

In the KatalonLog.txt, I found this:

!ENTRY org.eclipse.e4.ui.workbench 4 0 2021-09-27 14:23:46.617
!MESSAGE 
!STACK 0
java.lang.IllegalStateException: this writer hit an unrecoverable error; cannot commit
	at org.apache.lucene.index.IndexWriter.prepareCommitInternal(IndexWriter.java:3177)
	at org.apache.lucene.index.IndexWriter.commitInternal(IndexWriter.java:3445)
	at org.apache.lucene.index.IndexWriter.shutdown(IndexWriter.java:1046)
	at org.apache.lucene.index.IndexWriter.close(IndexWriter.java:1087)
...

The message “this writer … cannot commit” indicates that you have some permission problem.

I searched google for something similar, and found this post in Katalon Forum at March
2019:

@duyluong

You were involved in the post in March 2019. Any idea for @jmartinelli’s case ?