Michael Cizmar created CONNECTORS-1633: ------------------------------------------
Summary: Exception tossed: Repeated service interruptions - failure processing document: The process cannot access the file because it is being used by another process. Key: CONNECTORS-1633 URL: https://issues.apache.org/jira/browse/CONNECTORS-1633 Project: ManifoldCF Issue Type: Bug Components: File system connector Affects Versions: ManifoldCF 2.13 Reporter: Michael Cizmar Seeing this error occurring and I'm working to address it. If it's not a bug, a better message should be generated. {code:java} crawl job fails with the following error due to document being in use by another user: WARN 2019-08-25T15:02:27,416 (Worker thread '11') - Service interruption reported for job 1565115290083 connection 'fs_vwoaahvp319': Timeout or other service interruption: The process cannot access the file because it is being used by another process. ERROR 2019-08-25T15:02:27,424 (Worker thread '11') - Exception tossed: Repeated service interruptions - failure processing document: The process cannot access the file because it is being used by another process. org.apache.manifoldcf.core.interfaces.ManifoldCFException: Repeated service interruptions - failure processing document: The process cannot access the file because it is being used by another process. at org.apache.manifoldcf.crawler.system.WorkerThread.run(WorkerThread.java:489) [mcf-pull-agent.jar:?] Caused by: jcifs.smb.SmbException: The process cannot access the file because it is being used by another process. at jcifs.smb.SmbTransportImpl.checkStatus2(SmbTransportImpl.java:1457) ~[?:?] at jcifs.smb.SmbTransportImpl.checkStatus(SmbTransportImpl.java:1568) ~[?:?] at jcifs.smb.SmbTransportImpl.sendrecv(SmbTransportImpl.java:1023) ~[?:?] at jcifs.smb.SmbTransportImpl.send(SmbTransportImpl.java:1539) ~[?:?] at jcifs.smb.SmbSessionImpl.send(SmbSessionImpl.java:409) ~[?:?] at jcifs.smb.SmbTreeImpl.send(SmbTreeImpl.java:472) ~[?:?] at jcifs.smb.SmbTreeConnection.send0(SmbTreeConnection.java:401) ~[?:?] at jcifs.smb.SmbTreeConnection.send(SmbTreeConnection.java:315) ~[?:?] at jcifs.smb.SmbTreeConnection.send(SmbTreeConnection.java:295) ~[?:?] at jcifs.smb.SmbTreeHandleImpl.send(SmbTreeHandleImpl.java:130) ~[?:?] at jcifs.smb.SmbTreeHandleImpl.send(SmbTreeHandleImpl.java:117) ~[?:?] at jcifs.smb.SmbFile.withOpen(SmbFile.java:1741) ~[?:?] at jcifs.smb.SmbFile.withOpen(SmbFile.java:1710) ~[?:?] at jcifs.smb.SmbFile.withOpen(SmbFile.java:1704) ~[?:?] at jcifs.smb.SmbFile.queryPath(SmbFile.java:770) ~[?:?] at jcifs.smb.SmbFile.exists(SmbFile.java:851) ~[?:?] at org.apache.manifoldcf.crawler.connectors.sharedrive.SharedDriveConnector.fileExists(SharedDriveConnector.java:2188) ~[?:?] at org.apache.manifoldcf.crawler.connectors.sharedrive.SharedDriveConnector.processDocuments(SharedDriveConnector.java:610) ~[?:?] at org.apache.manifoldcf.crawler.system.WorkerThread.run(WorkerThread.java:399) ~[mcf-pull-agent.jar:?] {code} -- This message was sent by Atlassian Jira (v8.3.4#803005)