Uploaded image for project: 'ManifoldCF'
  1. ManifoldCF
  2. CONNECTORS-1633

Exception tossed: Repeated service interruptions - failure processing document: The process cannot access the file because it is being used by another process.

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Open
    • Major
    • Resolution: Unresolved
    • ManifoldCF 2.13
    • None
    • File system connector
    • None

    Description

      Seeing this error occurring and I'm working to address it.  If it's not a bug, a better message should be generated.

       

      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:?]
      

      Attachments

        Activity

          People

            kwright@metacarta.com Karl Wright
            michaelcizmar Michael Cizmar
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated: