Bug 1323657 - Exceptions in server log when project is created and deleted in a short time
Summary: Exceptions in server log when project is created and deleted in a short time
Keywords:
Status: CLOSED EOL
Alias: None
Product: JBoss BRMS Platform 6
Classification: Retired
Component: Business Central
Version: 6.3.0
Hardware: Unspecified
OS: Unspecified
unspecified
low
Target Milestone: ---
: ---
Assignee: manstis
QA Contact: Jiri Locker
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2016-04-04 11:14 UTC by Tomas Livora
Modified: 2020-03-27 19:48 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2020-03-27 19:48:25 UTC
Type: Bug


Attachments (Terms of Use)
EAP server log (532.13 KB, text/plain)
2016-04-04 11:14 UTC, Tomas Livora
no flags Details

Description Tomas Livora 2016-04-04 11:14:26 UTC
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.


Note You need to log in before you can comment on or make changes to this bug.