[jira] [Resolved] (CONNECTORS-1421) Email Job is Down Because of an Error

2017-04-28 Thread Karl Wright (JIRA)
[ https://issues.apache.org/jira/browse/CONNECTORS-1421?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Karl Wright resolved CONNECTORS-1421. - Resolution: Fixed r1793159 commits a tentative fix. > Email Job is Down Because of

[jira] [Commented] (CONNECTORS-1421) Email Job is Down Because of an Error

2017-04-28 Thread Karl Wright (JIRA)
[ https://issues.apache.org/jira/browse/CONNECTORS-1421?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15989658#comment-15989658 ] Karl Wright commented on CONNECTORS-1421: - The code in question is as follows: {code} /**

[jira] [Assigned] (CONNECTORS-1421) Email Job is Down Because of an Error

2017-04-28 Thread Karl Wright (JIRA)
[ https://issues.apache.org/jira/browse/CONNECTORS-1421?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Karl Wright reassigned CONNECTORS-1421: --- Assignee: Karl Wright > Email Job is Down Because of an Error >

[jira] [Resolved] (CONNECTORS-1418) Develop Ant build script to compile LESS to CSS

2017-04-28 Thread Karl Wright (JIRA)
[ https://issues.apache.org/jira/browse/CONNECTORS-1418?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Karl Wright resolved CONNECTORS-1418. - Resolution: Fixed Fix Version/s: ManifoldCF 2.8 r1793157, committed to trunk.

Re: email job is down

2017-04-28 Thread Karl Wright
Hi Cihad, The right thing to do is to capture this exception: >> Caused by: javax.mail.MessagingException: * BYE JavaMail Exception: java.io.IOException: Connection dropped by server? << ... and throw a ServiceInterruption when it is seen, instead of a ManifoldCFException. Can you

email job is down

2017-04-28 Thread Cihad Guzel
Hi, 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. Is there anything we can do about it? My error as follow: ERROR

[jira] [Commented] (CONNECTORS-1418) Develop Ant build script to compile LESS to CSS

2017-04-28 Thread Karl Wright (JIRA)
[ https://issues.apache.org/jira/browse/CONNECTORS-1418?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15988636#comment-15988636 ] Karl Wright commented on CONNECTORS-1418: - [~kishorekumar] I added everything to the ant