Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

路径中具有非法字符 #791

Open
xinyichv opened this issue Jun 2, 2021 · 0 comments
Open

路径中具有非法字符 #791

xinyichv opened this issue Jun 2, 2021 · 0 comments

Comments

@xinyichv
Copy link

xinyichv commented Jun 2, 2021

CmisSync throw the error as below, I use alfresco5.2.0.

2021-06-02 17:14:18,522 [1] INFO CmisSync.Program [(null)] - Starting CmisSync version: 2.13.1.0 2021-06-02 17:14:18,538 [1] INFO CmisSync.Lib.FolderLock [(null)] - Creating folder lock file: C:\Users\oladmin\CmisSync 2021-06-02 17:14:18,553 [1] DEBUG CmisSync.SetupController [(null)] - SetupController - Entering constructor. 2021-06-02 17:14:18,553 [1] DEBUG CmisSync.SetupController [(null)] - SetupController - Exiting constructor. 2021-06-02 17:14:18,569 [1] DEBUG CmisSync.Setup [(null)] - Entering constructor. 2021-06-02 17:14:18,585 [1] DEBUG CmisSync.Setup [(null)] - Exiting constructor. 2021-06-02 17:14:18,585 [7] INFO CmisSync.Lib.RepoBase [(null)] - Repo LSSBackup - Set poll interval to 86400000ms 2021-06-02 17:14:18,585 [7] INFO CmisSync.Lib.Sync.CmisRepo [(null)] - LSSBackup 2021-06-02 17:14:18,600 [7] DEBUG CmisSync.Lib.Sync.CmisRepo+SynchronizedFolder [(null)] - SyncInBackground: IsSyncing(): True 2021-06-02 17:14:18,600 [7] INFO CmisSync.Lib.RepoBase [(null)] - Repo LSSBackup - sync launch at startup 2021-06-02 17:14:18,600 [3] INFO CmisSync.Lib.RepoBase [(null)] - Sync Started: F:\LSSBackup 2021-06-02 17:14:18,631 [3] DEBUG DotCMIS.Binding.Impl.HttpUtils [(null)] - About to call conn.GetResponse() with HttpWebRequest.Timeout=3600000ms and HttpWebRequest.ReadWriteTimeout=21600000ms 2021-06-02 17:14:18,678 [3] DEBUG DotCMIS.Binding.Impl.HttpUtils [(null)] - conn.GetResponse() result: System.Net.HttpWebResponse 2021-06-02 17:14:18,866 [3] INFO CmisSync.Auth.Authentication [(null)] - VendorName: Alfresco 2021-06-02 17:14:18,866 [3] INFO CmisSync.Auth.Authentication [(null)] - ProductName: Alfresco Community 2021-06-02 17:14:18,866 [3] INFO CmisSync.Auth.Authentication [(null)] - ProductVersion: 5.2.0 (re21f2be5-b22) 2021-06-02 17:14:18,866 [3] INFO CmisSync.Auth.Authentication [(null)] - CmisVersionSupported: 1.1 2021-06-02 17:14:18,866 [3] INFO CmisSync.Auth.Authentication [(null)] - Name: 2021-06-02 17:14:18,866 [3] INFO CmisSync.Auth.Authentication [(null)] - Description: 2021-06-02 17:14:18,866 [3] DEBUG CmisSync.Lib.Sync.CmisRepo+SynchronizedFolder [(null)] - Created CMIS session: DotCMIS.Client.Impl.Session 2021-06-02 17:14:18,866 [3] DEBUG CmisSync.Lib.Sync.CmisRepo+SynchronizedFolder [(null)] - ChangeLog capability: False 2021-06-02 17:14:18,866 [3] DEBUG CmisSync.Lib.Sync.CmisRepo+SynchronizedFolder [(null)] - Get folder tree support: True 2021-06-02 17:14:18,866 [3] DEBUG CmisSync.Lib.Sync.CmisRepo+SynchronizedFolder [(null)] - Get descendants support: True 2021-06-02 17:14:18,866 [3] DEBUG CmisSync.Lib.Sync.CmisRepo+SynchronizedFolder [(null)] - Chunked Up/Download disabled 2021-06-02 17:14:18,866 [3] DEBUG DotCMIS.Binding.Impl.HttpUtils [(null)] - About to call conn.GetResponse() with HttpWebRequest.Timeout=3600000ms and HttpWebRequest.ReadWriteTimeout=21600000ms 2021-06-02 17:14:18,866 [3] DEBUG DotCMIS.Binding.Impl.HttpUtils [(null)] - conn.GetResponse() result: System.Net.HttpWebResponse 2021-06-02 17:14:18,913 [3] DEBUG DotCMIS.Binding.Impl.HttpUtils [(null)] - About to call conn.GetResponse() with HttpWebRequest.Timeout=3600000ms and HttpWebRequest.ReadWriteTimeout=21600000ms 2021-06-02 17:14:18,913 [3] DEBUG DotCMIS.Binding.Impl.HttpUtils [(null)] - conn.GetResponse() result: System.Net.HttpWebResponse 2021-06-02 17:14:18,960 [3] DEBUG CmisSync.Lib.Sync.CmisRepo+SynchronizedFolder [(null)] - First sync, apply local changes then invoke a full crawl sync 2021-06-02 17:14:18,975 [3] INFO CmisSync.Lib.Database.Database [(null)] - Checking whether database C:\Users\oladmin\AppData\Roaming\cmissync\LSSBackup.cmissync exists 2021-06-02 17:14:19,022 [3] INFO CmisSync.Lib.Database.DatabaseMigration [(null)] - Checking whether database C:\Users\oladmin\AppData\Roaming\cmissync\LSSBackup.cmissync exists 2021-06-02 17:14:19,163 [3] ERROR CmisSync.Lib.Sync.CmisRepo+SynchronizedFolder [(null)] - 路径中具有非法字符。 2021-06-02 17:14:19,163 [3] INFO CmisSync.Lib.RepoBase [(null)] - Sync Error: CmisSync.Lib.Cmis.BaseException, 路径中具有非法字符。 2021-06-02 17:14:19,163 [3] ERROR CmisSync.StatusIconController [(null)] - Error syncing 'LSSBackup': 路径中具有非法字符。 CmisSync.Lib.Cmis.BaseException: 路径中具有非法字符。 ---> System.ArgumentException: 路径中具有非法字符。 在 System.IO.Path.CheckInvalidPathChars(String path, Boolean checkAdditional) 在 System.IO.Path.Combine(String path1, String path2) 在 CmisSync.Lib.Sync.CmisRepo.SynchronizedFolder.FindModifiedOrDeletedLocalObjects(String rootFolder, List1& deletedFolders, List1& deletedFiles, List1& modifiedFiles)
在 CmisSync.Lib.Sync.CmisRepo.SynchronizedFolder.ApplyLocalChanges(String rootFolder)
在 CmisSync.Lib.Sync.CmisRepo.SynchronizedFolder.Sync()
在 CmisSync.Lib.Sync.CmisRepo.SynchronizedFolder.<>c__DisplayClass35_0.<.ctor>b__0(Object o, DoWorkEventArgs args)
--- 内部异常堆栈跟踪的结尾 ---
2021-06-02 17:14:19,178 [3] INFO CmisSync.Lib.RepoBase [(null)] - Sync Complete: F:\LSSBackup , success=False
`

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant