Closed nicolas-raoul closed 8 years ago
This might be due to eXo not implementing CMIS correctly, see the results of the TCK unit tests in the thread below: https://groups.google.com/forum/#!topic/cmissync/_cOlPJCSXNU
eXo JIRA issue: https://jira.exoplatform.org/browse/CMIS-565
I just tried again with the eXo live demo and got this exception, at the same step:
2014-07-24 15:06:50,089 [10] FATAL CmisSync.Program [(null)] - Exception in Program.Main
DotCMIS.Exceptions.CmisRuntimeException: Nothing wrong! Either this is a bug or threading issue.
Server stack trace:
at DotCMIS.Binding.AtomPub.AbstractAtomPubService.ThrowLinkException(String repositoryId, String id, String rel, String type) in C:\Users\win7pro32bit\Documents\GitHub\CmisSync\Extras\OpenDataSpaceDotCMIS\DotCMIS\binding\atompub\atompub.cs:line 381
at DotCMIS.Binding.AtomPub.NavigationService.GetChildren(String repositoryId, String folderId, String filter, String orderBy, Nullable`1 includeAllowableActions, Nullable`1 includeRelationships, String renditionFilter, Nullable`1 includePathSegment, Nullable`1 maxItems, Nullable`1 skipCount, IExtensionsData extension) in C:\Users\win7pro32bit\Documents\GitHub\CmisSync\Extras\OpenDataSpaceDotCMIS\DotCMIS\binding\atompub\atompub.cs:line 1022
at DotCMIS.Client.Impl.Folder.<>c__DisplayClass4.<GetChildren>b__3(Int64 maxNumItems, Int64 skipCount) in C:\Users\win7pro32bit\Documents\GitHub\CmisSync\Extras\OpenDataSpaceDotCMIS\DotCMIS\client\client-objects.cs:line 1200
at DotCMIS.Client.Impl.PageFetcher`1.FetchNextPage(Int64 skipCount) in C:\Users\win7pro32bit\Documents\GitHub\CmisSync\Extras\OpenDataSpaceDotCMIS\DotCMIS\client\client-utils.cs:line 563
at DotCMIS.Client.Impl.AbstractEnumerator`1.GetCurrentPage() in C:\Users\win7pro32bit\Documents\GitHub\CmisSync\Extras\OpenDataSpaceDotCMIS\DotCMIS\client\client-utils.cs:line 528
at DotCMIS.Client.Impl.CollectionEnumerator`1.MoveNext() in C:\Users\win7pro32bit\Documents\GitHub\CmisSync\Extras\OpenDataSpaceDotCMIS\DotCMIS\client\client-utils.cs:line 608
at System.Linq.Enumerable.<OfTypeIterator>d__aa`1.MoveNext()
at CmisSync.Lib.Cmis.CmisUtils.GetSubfolders(String repositoryId, String path, String url, String user, String password) in C:\Users\win7pro32bit\Documents\GitHub\CmisSync\CmisSync.Lib\Cmis\CmisUtils.cs:line 231
at System.Runtime.Remoting.Messaging.StackBuilderSink._PrivateProcessMessage(IntPtr md, Object[] args, Object server, Object[]& outArgs)
at System.Runtime.Remoting.Messaging.StackBuilderSink.AsyncProcessMessage(IMessage msg, IMessageSink replySink)
Exception rethrown at [0]:
at System.Runtime.Remoting.Proxies.RealProxy.EndInvokeHelper(Message reqMsg, Boolean bProxyCase)
at System.Runtime.Remoting.Proxies.RemotingProxy.Invoke(Object NotUsed, MessageData& msgData)
at CmisSync.Setup.GetSubfoldersDelegate.EndInvoke(IAsyncResult result)
eXo JIRA is marked resolved, so I guess this is fixed?
Steps: