Thanks Karl -
I¹ve replaced the actual URL with <URL> below, but here is the stack trace:
ERROR 2016-02-16 12:10:55,251 (Worker thread '16') - Exception tossed:
Unexpected http error code 302 accessing SharePoint at <URL>: (302)HTTP/1.0
302 Found
org.apache.manifoldcf.core.interfaces.ManifoldCFException: Unexpected http
error code 302 accessing SharePoint at <URL>: (302)HTTP/1.0 302 Found
at
org.apache.manifoldcf.crawler.connectors.sharepoint.SPSProxyHelper.getSites(
SPSProxyHelper.java:2246)
at
org.apache.manifoldcf.crawler.connectors.sharepoint.SharePointRepository.pro
cessDocuments(SharePointRepository.java:1549)
at
org.apache.manifoldcf.crawler.system.WorkerThread.run(WorkerThread.java:399)
Caused by: (302)HTTP/1.0 302 Found
at
org.apache.manifoldcf.connectorcommon.common.CommonsHTTPSender.invoke(Common
sHTTPSender.java:201)
at
org.apache.axis.strategies.InvocationStrategy.visit(InvocationStrategy.java:
32)
at org.apache.axis.SimpleChain.doVisiting(SimpleChain.java:118)
at org.apache.axis.SimpleChain.invoke(SimpleChain.java:83)
at org.apache.axis.client.AxisClient.invoke(AxisClient.java:165)
at org.apache.axis.client.Call.invokeEngine(Call.java:2784)
at org.apache.axis.client.Call.invoke(Call.java:2767)
at org.apache.axis.client.Call.invoke(Call.java:2443)
at org.apache.axis.client.Call.invoke(Call.java:2366)
at org.apache.axis.client.Call.invoke(Call.java:1812)
at
com.microsoft.schemas.sharepoint.soap.WebsSoapStub.getWebCollection(WebsSoap
Stub.java:854)
at
org.apache.manifoldcf.crawler.connectors.sharepoint.SPSProxyHelper.getSites(
SPSProxyHelper.java:2161)
Regards,
Phil Riethmuller
Technical Consultant
Funnelback | 437 Kent Street, Sydney, NSW 2000
T +61 2 9045 2882 | funnelback.com <http://www.funnelback.com/>
AUSTRALIA | UNITED KINGDOM | NEW ZEALAND | POLAND | UNITED STATES
Connect with us: LinkedIn <http://www.linkedin.com/company/funnelback> -
Twitter
From: Karl Wright <[email protected]>
Reply-To: <[email protected]>
Date: Tuesday, 16 February 2016 6:54 pm
To: "[email protected]" <[email protected]>
Subject: Re: HTTP 302 error causing job to abort
Hi Phil,
A HTTP 302 response is simply a redirection. It should not, by itself,
cause a job to abort. I would expect that to go by in wire/http logging,
but you should not see it anywhere else. So it is not clear to me what you
are really seeing here.
Can you include an example stack trace from the manifoldcf log?
Karl
On Tue, Feb 16, 2016 at 12:22 AM, Phil Riethmuller
<[email protected]> wrote:
> Hi -
>
> When crawling a Sharepoint repository, I¹m receiving a HTTP 302 error which is
> causing the manifold job to abort. How do I prevent the crawler from aborting
> the job?
>
> I¹m using v2.3 of Manifold with a postgres database.
>
> Regards,
> Phil