MS Editor: Cancel opening files can not be deleted
- double click MS entry
- Cancel the opening operation (e.g. for later MS runs)
- Try deleting the MS entry => Error message that files are used by other process (java.nio.file.FileSystemException)
It seems that there is lock on the files that does not get release when the opening process is canceled.
More problems: After the error was shown the entries are still present in the project Explorer (makes sense). After restarting the application the entries are gone but the MS files are still there.
Change History (7)
Owner: |
set to sena
|
Status: |
new →
assigned
|
Description: |
modified (diff)
|
Owner: |
changed from sena to dbrentw
|
Milestone: |
GRITS - 1.2 SR1 →
GRITS - 1.2 SR2
|
Status: |
assigned →
accepted
|
Resolution: |
→ worksforme
|
Status: |
accepted →
review
|
It looks like we need a "closeFiles()" or similar API in org.systemsbiology.jrap.grits.stax.MSXMLParser to release opened files in case MzXmlReader is canceled