-
Type:
Bug
-
Status: Done
-
Resolution: Done
-
Affects Version/s: 6.N
-
Fix Version/s: 6.3
-
Component/s: Share Application
-
Labels:
-
Bug Priority:
-
Sprint:Neptun, Orion
-
Delivery Team:Team Apps1
-
Story Points:2
When we worked on SHA-2355 we removed from the UI the visible Sync related options, and also the Share Webscripts dealing with Sync. Now that the Repo Team have performed the removal on their side as well, a blocker error (preventing usage) surfaced:
2020-02-04 09:56:43,739 ERROR [extensions.webscripts.AbstractRuntime] [http-bio-8080-exec-7] Exception from executeScript: 01040001 Failed to execute script 'classpath*:alfresco/site-webscripts/org/alfresco/components/dashlets/my-documents.get.js': 01040000 01040001 Failed during processing of Sync Mode configuration configuration from Alfresco: 01040000 Unable to retrieve Sync Mode configuration from Alfresco: 404 org.springframework.extensions.webscripts.WebScriptException: 01040001 Failed to execute script 'classpath*:alfresco/site-webscripts/org/alfresco/components/dashlets/my-documents.get.js': 01040000 01040001 Failed during processing of Sync Mode configuration configuration from Alfresco: 01040000 Unable to retrieve Sync Mode configuration from Alfresco: 404
This is caused by the Java classes SyncModeConfig and SyncModeEvaluator.
These also need to be removed, along with beans declarations and other references if exist.