You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Investigate error message from a recent Ingest notification (shown below)
This batch contained 500 Escholarship objects with large author fields.
UpdateBatchReportConsumerDaemon: Checking for additional tasks - Current tasks: 1 - Max: 5
InitializeConsumerDaemon: Checking for additional Job tasks for Worker: Current tasks: 0 - Max: 2
org.apache.commons.mail.EmailException: Sending the email to the following server failed : localhost:25
at org.apache.commons.mail.Email.sendMimeMessage(Email.java:1469)
at org.apache.commons.mail.Email.send(Email.java:1496)
at org.cdlib.mrt.ingest.handlers.batchReport.HandlerNotification.handle(HandlerNotification.java:299)
at org.cdlib.mrt.ingest.handlers.batchReport.HandlerNotification.handle(HandlerNotification.java:77)
at org.cdlib.mrt.ingest.BatchManager$Post.run(BatchManager.java:458)
at java.base/java.lang.Thread.run(Thread.java:829)
Caused by: com.sun.mail.smtp.SMTPSendFailedException: 552 5.3.4 Error: message file too big
at com.sun.mail.smtp.SMTPTransport.issueSendCommand(SMTPTransport.java:2267)
at com.sun.mail.smtp.SMTPTransport.finishData(SMTPTransport.java:2045)
at com.sun.mail.smtp.SMTPTransport.sendMessage(SMTPTransport.java:1260)
at javax.mail.Transport.send0(Transport.java:255)
at javax.mail.Transport.send(Transport.java:124)
at org.apache.commons.mail.Email.sendMimeMessage(Email.java:1459)
... 5 more
Note: there were 4 failures in this batch which were corrected. The following UpdateBatchReport process again failed to send the email. Same error.
The text was updated successfully, but these errors were encountered:
Investigate error message from a recent Ingest notification (shown below)
This batch contained 500 Escholarship objects with large author fields.
Note: there were 4 failures in this batch which were corrected. The following UpdateBatchReport process again failed to send the email. Same error.
The text was updated successfully, but these errors were encountered: