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 2017/03/04 14:14:45 UTC

[jira] [Assigned] (CONNECTORS-1394) ArrayIndexOutOfBoundsException when crawling email

     [ https://issues.apache.org/jira/browse/CONNECTORS-1394?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Karl Wright reassigned CONNECTORS-1394:
---------------------------------------

    Assignee: Karl Wright

> ArrayIndexOutOfBoundsException when crawling email
> --------------------------------------------------
>
>                 Key: CONNECTORS-1394
>                 URL: https://issues.apache.org/jira/browse/CONNECTORS-1394
>             Project: ManifoldCF
>          Issue Type: Bug
>          Components: Email connector
>    Affects Versions: ManifoldCF 2.6
>            Reporter: Cihad Guzel
>            Assignee: Karl Wright
>             Fix For: ManifoldCF 2.7
>
>
> {code}
> DEBUG 2017-03-02 20:29:48,937 (Worker thread '1') - Email: Processing document identifier 'test:<CA...@mail.gmail.com>'
> FATAL 2017-03-02 20:30:50,909 (Worker thread '1') - Error tossed: 1
> java.lang.ArrayIndexOutOfBoundsException: 1
> 	at org.apache.manifoldcf.crawler.connectors.email.EmailConnector.processDocuments(EmailConnector.java:640)
> 	at org.apache.manifoldcf.crawler.system.WorkerThread.run(WorkerThread.java:399)
> DEBUG 2017-03-02 20:30:56,816 (Worker thread '3') - Email: Processing document identifier 'test:<CA...@mail.gmail.com>'
> ERROR 2017-03-02 20:34:02,184 (Seeding thread) - Email: Error finding emails: * BYE JavaMail Exception: java.net.SocketException: Connection reset
> javax.mail.MessagingException: * BYE JavaMail Exception: java.net.SocketException: Connection reset;
>   nested exception is:
> 	com.sun.mail.iap.ConnectionException: * BYE JavaMail Exception: java.net.SocketException: Connection reset
> 	at com.sun.mail.imap.IMAPFolder.open(IMAPFolder.java:961)
> 	at org.apache.manifoldcf.crawler.connectors.email.EmailSession.openFolder(EmailSession.java:99)
> 	at org.apache.manifoldcf.crawler.connectors.email.EmailConnector$OpenFolderThread.run(EmailConnector.java:1820)
> Caused by: com.sun.mail.iap.ConnectionException: * BYE JavaMail Exception: java.net.SocketException: Connection reset
> 	at com.sun.mail.iap.Protocol.handleResult(Protocol.java:356)
> 	at com.sun.mail.imap.protocol.IMAPProtocol.examine(IMAPProtocol.java:886)
> 	at com.sun.mail.imap.IMAPFolder.open(IMAPFolder.java:925)
> 	... 2 more
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)