Within the AlfrescoSync preferences, one can choose Account Type: Cloud or Private. I choose Private, and enter the Server: https://[ourhost.com]/alfresco, username and password and click Login.
The Error Message: There was an error connecting to Alfresco. Please check your login settings and try again.
Log Snippet 16:47:38.142 INFO AlfrescoSyncClient - ———-Alfresco Sync Started———- 16:47:38.189 DEBUG SyncManager - exceptions loaded: {^~.*=IGNORE, ^\..*=IGNORE, Microsoft User Data=IGNORE, ^.*\.(iso|exe|app|tmp|TMP)$=IGNORE, Thumbs.db=IGNORE, About Stacks.lpdf=IGNORE} 16:47:38.190 DEBUG AccountManager - Creating AccountManager Instance 16:47:38.226 DEBUG AccountManager - Loading accounts from preferences… 16:47:50.326 DEBUG SystemTrayIcon - Preferences Dialog Opened 16:48:20.829 DEBUG RemoteFileStore - Cloud: Test Connection 16:48:21.269 ERROR RemoteFileStore - Cannot connect to webdav [https://alfresco.[OURHOST].com/alfresco/] 16:48:21.269 ERROR RemoteFileStore - java.net.SocketException: Permission denied: connect 16:48:21.269 ERROR RemoteFileStore - Cloud: Invalid credentials 16:49:17.018 DEBUG RemoteFileStore - Cloud: Test Connection
ALSO, I NOTICED that the AlfrescoSync log appears to use 'Cloud:' in the log, though I am attempting to use a Private instance, and have selected as much in the AlfrescoSync preferences. (This may be of no consequence, while an item to bring up. I wonder/would like to ask, if the AlfrescoSync client log uses 'Private:' in the log string at any point, or even when choosing Private in the Preferences interface, the reference to 'Cloud:' in the log is to be expected?)
Also, hopeful to ask/inquire of the forum, if there are any server side setup requirements necessary to use the client side AlfrescoSync?
Thank you in advance, I appreciate any information or guidance. Again, thanks from Maine.
As you have probably guessed, there seems to be a problem with WebDAV. Could you please try the following address in your Windows Explorer or Ubuntu Nautilus? Specify a port if necessary.
If a "Permission denied" appears, then you need to fix it first. In that case please post your alfresco.log (on the server side) as it might give some hints.
Another solution is to use CmisSync, which does not use WebDAV. Avoiding WebDAV might solve the problem entirely, please let us know.