Hi,
I use windows shares connector and ran a job.
The job was aborted without done normally and the job's status said:
Error: Repeated service interruptions - failure processing document: Read
timed out
Why was the job aborted? I use ManifoldCF 0.5.1 and the latest version's
jcifs.jar.
Is the crawled server busy? I think the server MCF is installed seems not to be
busy,
the other servers in which MCF will crawls seem to be busy.
How can I run the job without error? What's wrong?
the logs of connector:
WARN 2012-07-12 16:28:52,648 (Worker thread '19') - JCIFS: Possibly transient
exception detected on attempt 1 while getting share security: All pipe
instances are busy.
at jcifs.smb.SmbTransport.checkStatus(SmbTransport.java:563)
at jcifs.smb.SmbTransport.send(SmbTransport.java:663)
..
WARN 2012-07-12 16:36:37,585 (Worker thread '19') - JCIFS: Possibly transient
exception detected on attempt 3 while getting share security: All pipe
instances are busy.
..
WARN 2012-07-12 16:36:37,585 (Worker thread '19') - JCIFS: 'Busy' response
when getting document version for
smb://XX.XX.XX.XX/D$/abcde/1234/123456789/e123456789a.pdf: retrying...
..
WARN 2012-07-12 16:36:37,585 (Worker thread '19') - Pre-ingest service
interruption reported for job 1342076182624 connection 'Windows shares':
Timeout or other service interruption: All pipe instances are busy.
..
WARN 2012-07-12 19:14:30,335 (Worker thread '19') - Service interruption
reported for job 1342076182624 connection 'Windows shares': Ingestion API
socket timeout exception waiting for response code: Read timed out; ingestion
will be retried again later
..
WARN 2012-07-12 20:43:50,210 (Worker thread '19') - Service interruption
reported for job 1342076182624 connection 'Windows shares': Ingestion API
socket timeout exception waiting for response code: Read timed out; ingestion
will be retried again later
..
ERROR 2012-07-12 20:43:50,210 (Worker thread '19') - Exception tossed: Repeated
service interruptions - failure processing document: Read timed out
org.apache.manifoldcf.core.interfaces.ManifoldCFException: Repeated service
interruptions - failure processing document: Read timed out
at
org.apache.manifoldcf.crawler.system.WorkerThread.run(WorkerThread.java:606)
Caused by: java.net.SocketTimeoutException: Read timed out
at java.net.SocketInputStream.socketRead0(Native Method)
at java.net.SocketInputStream.read(Unknown Source)
at java.net.SocketInputStream.read(Unknown Source)
at
org.apache.manifoldcf.agents.output.solr.HttpPoster.readLine(HttpPoster.java:571)
at
org.apache.manifoldcf.agents.output.solr.HttpPoster.getResponse(HttpPoster.java:598)
Thanks in advance,
Shinichiro Abe