-
Type: Bug
-
Status: Resolved
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: 2.0.0522
-
Fix Version/s: 2.0.0522
-
Component/s: None
-
Epic Link:
-
Tags:
-
Sprint:Sprint Drive 7.2-2, Sprint Drive 7.2-3, Sprint Drive 7.2-4
-
Story Points:2
steps to reproduce:
- Upload a .doc in the Drive menu
- Double click on it to open it
- Modify it in word and save it
= > the doc is correctly modified but a temporary file called .~WRL0001.tmp.nxpart stays in the Drive folder and is uploaded on the server.
2015-03-04 16:37:22,351 4136 2364 WARNING nxdrive.engine.processor Delaying local update of remotely modified content StateRow[11](Local: /Drive 03-04/~WRL0001.tmp, Remote: defaultFileSystemItemFactory#default#b1a2dd1d-ed64-4c22-b296-f1152f687d40, Local state: synchronized, Remote state: modified, State: remotely_modified) due to concurrent file access (probably opened by another process). 2015-03-04 16:37:22,351 4136 2364 ERROR nxdrive.engine.processor [Error 2] The system cannot find the file specified: u'\\\\?\\C:\\Users\\Nuxeo\\Documents\\Nuxeo Drive\\Drive 03-04\\~WRL0001.tmp' Traceback (most recent call last): File "nuxeo-drive-client\nxdrive\engine\processor.py", line 118, in _execute File "nuxeo-drive-client\nxdrive\engine\processor.py", line 410, in _synchronize_remotely_modified WindowsError: [Error 2] The system cannot find the file specified: u'\\\\?\\C:\\Users\\Nuxeo\\Documents\\Nuxeo Drive\\Drive 03-04\\~WRL0001.tmp' 2015-03-04 16:37:22,351 4136 2364 WARNING nxdrive.engine.workers Thread RemoteFileProcessor(2364) ended with exception : WindowsError(2, 'The system cannot find the file specified') 2015-03-04 16:37:22,367 4136 2364 ERROR nxdrive.engine.workers [Error 2] The system cannot find the file specified: u'\\\\?\\C:\\Users\\Nuxeo\\Documents\\Nuxeo Drive\\Drive 03-04\\~WRL0001.tmp' Traceback (most recent call last): File "nuxeo-drive-client\nxdrive\engine\workers.py", line 124, in run File "nuxeo-drive-client\nxdrive\engine\processor.py", line 126, in _execute WindowsError: [Error 2] The system cannot find the file specified: u'\\\\?\\C:\\Users\\Nuxeo\\Documents\\Nuxeo Drive\\Drive 03-04\\~WRL0001.tmp' 2015-03-04 16:39:23,091 4136 3380 WARNING nxdrive.engine.processor Delaying local update of remotely modified content StateRow[11](Local: /Drive 03-04/~WRL0001.tmp, Remote: defaultFileSystemItemFactory#default#b1a2dd1d-ed64-4c22-b296-f1152f687d40, Local state: synchronized, Remote state: modified, State: remotely_modified) due to concurrent file access (probably opened by another process). 2015-03-04 16:39:23,107 4136 3380 ERROR nxdrive.engine.processor [Error 2] The system cannot find the file specified: u'\\\\?\\C:\\Users\\Nuxeo\\Documents\\Nuxeo Drive\\Drive 03-04\\~WRL0001.tmp' Traceback (most recent call last): File "nuxeo-drive-client\nxdrive\engine\processor.py", line 118, in _execute File "nuxeo-drive-client\nxdrive\engine\processor.py", line 410, in _synchronize_remotely_modified WindowsError: [Error 2] The system cannot find the file specified: u'\\\\?\\C:\\Users\\Nuxeo\\Documents\\Nuxeo Drive\\Drive 03-04\\~WRL0001.tmp' 2015-03-04 16:39:23,107 4136 3380 WARNING nxdrive.engine.workers Thread RemoteFileProcessor(3380) ended with exception : WindowsError(2, 'The system cannot find the file specified') 2015-03-04 16:39:23,107 4136 3380 ERROR nxdrive.engine.workers [Error 2] The system cannot find the file specified: u'\\\\?\\C:\\Users\\Nuxeo\\Documents\\Nuxeo Drive\\Drive 03-04\\~WRL0001.tmp' Traceback (most recent call last): File "nuxeo-drive-client\nxdrive\engine\workers.py", line 124, in run File "nuxeo-drive-client\nxdrive\engine\processor.py", line 126, in _execute WindowsError: [Error 2] The system cannot find the file specified: u'\\\\?\\C:\\Users\\Nuxeo\\Documents\\Nuxeo Drive\\Drive 03-04\\~WRL0001.tmp'
See screenshots attached.
Other scenario to get this:
- Suspend synchronization.
- Edit the file locally.
- On the web UI, edit the same document and create a new version (without editing the content).
- Resume synchronization.
=> tmp files.