-
Type: Bug
-
Status: Resolved
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 5.6
-
Fix Version/s: None
-
Component/s: Nuxeo Drive
-
Tags:
Hi,
issue is that locally created files are not sync. Error in log is ""Failed to inject parameter 'name'. Seems it is missing from the context." (see details below). It works fine with remote create files and folders and local created folders.
Error details:
[0000092] [Nuxeo Drive ] 2013-08-13 10:32:57,845 4992 1888 DEBUG nxdrive.synchronizer Creating remote document 'Nouveau document texte.txt' in folder 'test 1622'
[0000093] [Nuxeo Drive ] 2013-08-13 10:32:57,894 4992 1888 DEBUG nxdrive.client.base_automation_client
[0000094] [Nuxeo Drive ] 2013-08-13 10:32:57,894 4992 1888 ERROR nxdrive.synchronizer Failed to sync LastKnownState<local_folder=u'Nuxeo Drive', local_path=u'/Infrastructures/test 1622/Nouveau document texte.txt', remote_name=None, local_state=u'created', remote_state=u'unknown', pair_state=u'locally_created'>, blacklisting doc pair for 300 seconds
[0000095] [Nuxeo Drive ] Traceback (most recent call last):
[0000096] [Nuxeo Drive ] File "nuxeo-drive-client\nxdrive\synchronizer.py", line 1034, in synchronize
[0000097] [Nuxeo Drive ] File "nuxeo-drive-client\nxdrive\synchronizer.py", line 573, in synchronize_one
[0000098] [Nuxeo Drive ] File "nuxeo-drive-client\nxdrive\synchronizer.py", line 693, in _synchronize_locally_created
[0000099] [Nuxeo Drive ] File "nuxeo-drive-client\nxdrive\client\remote_file_system_client.py", line 120, in stream_file
[0000100] [Nuxeo Drive ] File "nuxeo-drive-client\nxdrive\client\base_automation_client.py", line 301, in execute_with_blob_streaming
[0000101] [Nuxeo Drive ] File "nuxeo-drive-client\nxdrive\client\base_automation_client.py", line 372, in execute_batch
[0000102] [Nuxeo Drive ] File "nuxeo-drive-client\nxdrive\client\base_automation_client.py", line 209, in execute
[0000103] [Nuxeo Drive ] File "C:\Python27\lib\urllib2.py", line 410, in open
[0000104] [Nuxeo Drive ] File "C:\Python27\lib\urllib2.py", line 523, in http_response
[0000105] [Nuxeo Drive ] File "C:\Python27\lib\urllib2.py", line 448, in error
[0000106] [Nuxeo Drive ] File "C:\Python27\lib\urllib2.py", line 382, in _call_chain
[0000107] [Nuxeo Drive ] File "C:\Python27\lib\urllib2.py", line 531, in http_error_default
[0000108] [Nuxeo Drive ] HTTPError: HTTP Error 500: Erreur Interne de Servlet
[00
Thanks in advance
Denis