You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@manifoldcf.apache.org by "Karl Wright (JIRA)" <ji...@apache.org> on 2014/09/09 02:31:28 UTC

[jira] [Commented] (CONNECTORS-1025) SharePoint connector should skip blocked files

    [ https://issues.apache.org/jira/browse/CONNECTORS-1025?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14126385#comment-14126385 ] 

Karl Wright commented on CONNECTORS-1025:
-----------------------------------------

r1623599 (trunk)
r1623600 (dev_1x branch)


> SharePoint connector should skip blocked files
> ----------------------------------------------
>
>                 Key: CONNECTORS-1025
>                 URL: https://issues.apache.org/jira/browse/CONNECTORS-1025
>             Project: ManifoldCF
>          Issue Type: Bug
>          Components: SharePoint connector
>    Affects Versions: ManifoldCF 1.7
>            Reporter: Karl Wright
>            Assignee: Karl Wright
>             Fix For: ManifoldCF 2.0
>
>         Attachments: CONNECTORS-1025.patch
>
>
> When the connector encounters a blocked file, it generates the following exception:
> {code}
> ERROR 2014-09-08 11:52:50,005 (Worker thread '5') - Exception tossed: Error fetching document 'http://sp2013/sites/demo/test/blocked%20files/tmp.ps1': 415
> org.apache.manifoldcf.core.interfaces.ManifoldCFException: Error fetching document ' http://sp2013/sites/demo/test/blocked %20files/tmp.ps1': 415
> at org.apache.manifoldcf.crawler.connectors.sharepoint.SharePointRepository.fetchAndIndexFile(SharePointRepository.java:1915)
> at org.apache.manifoldcf.crawler.connectors.sharepoint.SharePointRepository.processDocuments(SharePointRepository.java:1774)
> at org.apache.manifoldcf.crawler.connectors.BaseRepositoryConnector.processDocuments(BaseRepositoryConnector.java:677)
> at org.apache.manifoldcf.crawler.connectors.BaseRepositoryConnector.processDocuments(BaseRepositoryConnector.java:670)
> at org.apache.manifoldcf.crawler.connectors.BaseRepositoryConnector.processDocuments(BaseRepositoryConnector.java:649)
> at org.apache.manifoldcf.crawler.connectors.BaseRepositoryConnector.processDocuments(BaseRepositoryConnector.java:402)
> at org.apache.manifoldcf.crawler.system.WorkerThread.run(WorkerThread.java:380)
> {code}
> It should skip the file.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)