Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 5D7A0200C76 for ; Sat, 29 Apr 2017 02:35:08 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 5C0C2160BB8; Sat, 29 Apr 2017 00:35:08 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id A2FE1160BA3 for ; Sat, 29 Apr 2017 02:35:07 +0200 (CEST) Received: (qmail 49467 invoked by uid 500); 29 Apr 2017 00:35:06 -0000 Mailing-List: contact dev-help@manifoldcf.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@manifoldcf.apache.org Delivered-To: mailing list dev@manifoldcf.apache.org Received: (qmail 49454 invoked by uid 99); 29 Apr 2017 00:35:06 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd1-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 29 Apr 2017 00:35:06 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd1-us-west.apache.org (ASF Mail Server at spamd1-us-west.apache.org) with ESMTP id 57794C21B4 for ; Sat, 29 Apr 2017 00:35:06 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd1-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -100.002 X-Spam-Level: X-Spam-Status: No, score=-100.002 tagged_above=-999 required=6.31 tests=[RP_MATCHES_RCVD=-0.001, SPF_PASS=-0.001, USER_IN_WHITELIST=-100] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd1-us-west.apache.org [10.40.0.7]) (amavisd-new, port 10024) with ESMTP id pZjehZOnYPmn for ; Sat, 29 Apr 2017 00:35:05 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with ESMTP id 419BD5FC1C for ; Sat, 29 Apr 2017 00:35:05 +0000 (UTC) Received: from jira-lw-us.apache.org (unknown [207.244.88.139]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id C1BF3E07DA for ; Sat, 29 Apr 2017 00:35:04 +0000 (UTC) Received: from jira-lw-us.apache.org (localhost [127.0.0.1]) by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) with ESMTP id 1FC8721D90 for ; Sat, 29 Apr 2017 00:35:04 +0000 (UTC) Date: Sat, 29 Apr 2017 00:35:04 +0000 (UTC) From: "Cihad Guzel (JIRA)" To: dev@manifoldcf.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (CONNECTORS-1421) Email Job is Down Because of an Error MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Sat, 29 Apr 2017 00:35:08 -0000 Cihad Guzel created CONNECTORS-1421: --------------------------------------- Summary: Email Job is Down Because of an Error Key: CONNECTORS-1421 URL: https://issues.apache.org/jira/browse/CONNECTORS-1421 Project: ManifoldCF Issue Type: Bug Components: Email connector Affects Versions: ManifoldCF 2.7 Reporter: Cihad Guzel Fix For: ManifoldCF 2.8 I have created an email job that runs continuously. I have an error downing my job for a reason. Because it is a job that needs to be continuously run, errors should be handled and the job shouldn't be downed. My error as follow: {noformat} ERROR 2017-04-25T14:25:44,475 (Seeding thread) - Exception tossed: Error finding emails: * BYE JavaMail Exception: java.io.IOException: Connection dropped by server? org.apache.manifoldcf.core.interfaces.ManifoldCFException: Error finding emails: * BYE JavaMail Exception: java.io.IOException: Connection dropped by server? at org.apache.manifoldcf.crawler.connectors.email.EmailConnector.handleMessagingException(EmailConnector.java:1721) ~[?:?] at org.apache.manifoldcf.crawler.connectors.email.EmailConnector.addSeedDocuments(EmailConnector.java:335) ~[?:?] at org.apache.manifoldcf.crawler.system.SeedingThread.run(SeedingThread.java:150) [classes/:?] Caused by: javax.mail.MessagingException: * BYE JavaMail Exception: java.io.IOException: Connection dropped by server? at com.sun.mail.imap.IMAPFolder.open(IMAPFolder.java:961) ~[mail-1.4.5.jar:1.4.5] at org.apache.manifoldcf.crawler.connectors.email.EmailSession.openFolder(EmailSession.java:99) ~[?:?] at org.apache.manifoldcf.crawler.connectors.email.EmailConnector$OpenFolderThread.run(EmailConnector.java:1981) ~[?:?] Caused by: com.sun.mail.iap.ConnectionException: * BYE JavaMail Exception: java.io.IOException: Connection dropped by server? at com.sun.mail.iap.Protocol.handleResult(Protocol.java:356) ~[mail-1.4.5.jar:1.4.5] at com.sun.mail.imap.protocol.IMAPProtocol.examine(IMAPProtocol.java:886) ~[mail-1.4.5.jar:1.4.5] at com.sun.mail.imap.IMAPFolder.open(IMAPFolder.java:925) ~[mail-1.4.5.jar:1.4.5] at org.apache.manifoldcf.crawler.connectors.email.EmailSession.openFolder(EmailSession.java:99) ~[?:?] at org.apache.manifoldcf.crawler.connectors.email.EmailConnector$OpenFolderThread.run(EmailConnector.java:1981) ~[?:?] {noformat} -- This message was sent by Atlassian JIRA (v6.3.15#6346)