Hide Forgot
Created attachment 1143308 [details] EAP server log Description of problem: There is NoSuchFileException in the server log when you create a repository using REST API and delete it right after it. It seems that this happens because Business Central tries to index files which no longer exist. The component which is responsible for indexing should be notified when a project is deleted so it will not try to index it. Version-Release number of selected component (if applicable): 6.3.0 ER2 Steps to Reproduce: 1. Create a repository. 2. Delete the repository. 3. See the server log. Actual results: Error during indexing: org.uberfire.java.nio.file.NoSuchFileException Expected results: No exceptions or just some warnings. Additional info: Maybe it is not very common use case but if it is fixed, it will help us to find other possible problems more quickly since we will not need to go through so many exceptions in the server log.