CMIS Workbench 错误 运行 查询 - Sharepoint 2013
CMIS Workbench Error running Query - Sharepoint 2013
我们正尝试 运行 在 Workbench 上的列表 (Sharepoint 2013) 上进行简单查询,但我们收到 "Connection:Redirects are not supported (HTTP status code 302):" 错误。奇怪的是我们可以 运行 查询其他列表,除了一个名为 "AP Document".
的列表
我们也在 Visual Studio 上试过,但现在是 "Unauthorized error"。有了这个,我们已经将所有列表的权限设置为默认值,但仍然出现错误。我们也曾尝试删除列表并重新创建它,但仍然没有成功。
我们对这份清单做错了什么?这是检查代码的日志。请帮忙。
ERROR hemistry.opencmis.workbench.ClientHelper:
CmisConnectionException: Redirects are not supported (HTTP status code
302): Found
org.apache.chemistry.opencmis.commons.exceptions.CmisConnectionException:
Redirects are not supported (HTTP status code 302): Found at
org.apache.chemistry.opencmis.client.bindings.spi.atompub.AbstractAtomPubService.convertStatusCode(AbstractAtomPubService.java:460)
at
org.apache.chemistry.opencmis.client.bindings.spi.atompub.AbstractAtomPubService.post(AbstractAtomPubService.java:650)
at
org.apache.chemistry.opencmis.client.bindings.spi.atompub.DiscoveryServiceImpl.query(DiscoveryServiceImpl.java:179)
at
org.apache.chemistry.opencmis.client.runtime.SessionImpl.fetchPage(SessionImpl.java:887)
at
org.apache.chemistry.opencmis.client.runtime.util.AbstractIterator.getCurrentPage(AbstractIterator.java:132)
at
org.apache.chemistry.opencmis.client.runtime.util.CollectionPageIterator.hasNext(CollectionPageIterator.java:48)
似乎是列表中的某个文件导致了错误。当您尝试 运行 该列表中排除该文件的查询时 - 一切正常。
只好删除并重新上传它来解决问题。但仍然很好奇为什么会这样,因为文件仍然可以在共享点上正常打开和查看,但在通过 CMIS 访问时出现未授权或连接错误...
我们正尝试 运行 在 Workbench 上的列表 (Sharepoint 2013) 上进行简单查询,但我们收到 "Connection:Redirects are not supported (HTTP status code 302):" 错误。奇怪的是我们可以 运行 查询其他列表,除了一个名为 "AP Document".
的列表我们也在 Visual Studio 上试过,但现在是 "Unauthorized error"。有了这个,我们已经将所有列表的权限设置为默认值,但仍然出现错误。我们也曾尝试删除列表并重新创建它,但仍然没有成功。
我们对这份清单做错了什么?这是检查代码的日志。请帮忙。
ERROR hemistry.opencmis.workbench.ClientHelper: CmisConnectionException: Redirects are not supported (HTTP status code 302): Found org.apache.chemistry.opencmis.commons.exceptions.CmisConnectionException: Redirects are not supported (HTTP status code 302): Found at org.apache.chemistry.opencmis.client.bindings.spi.atompub.AbstractAtomPubService.convertStatusCode(AbstractAtomPubService.java:460) at org.apache.chemistry.opencmis.client.bindings.spi.atompub.AbstractAtomPubService.post(AbstractAtomPubService.java:650) at org.apache.chemistry.opencmis.client.bindings.spi.atompub.DiscoveryServiceImpl.query(DiscoveryServiceImpl.java:179) at org.apache.chemistry.opencmis.client.runtime.SessionImpl.fetchPage(SessionImpl.java:887) at org.apache.chemistry.opencmis.client.runtime.util.AbstractIterator.getCurrentPage(AbstractIterator.java:132) at org.apache.chemistry.opencmis.client.runtime.util.CollectionPageIterator.hasNext(CollectionPageIterator.java:48)
似乎是列表中的某个文件导致了错误。当您尝试 运行 该列表中排除该文件的查询时 - 一切正常。 只好删除并重新上传它来解决问题。但仍然很好奇为什么会这样,因为文件仍然可以在共享点上正常打开和查看,但在通过 CMIS 访问时出现未授权或连接错误...