You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openmeetings.apache.org by "Prytsepov Andrey (JIRA)" <ji...@apache.org> on 2017/12/27 14:00:00 UTC

[jira] [Updated] (OPENMEETINGS-1798) errors when send email from OM

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

Prytsepov Andrey updated OPENMEETINGS-1798:
-------------------------------------------
    Environment: OM 4.0.0+Windows 10 Professional, OM 4.0.1+ Centos7  (was: OM 4.0.0, Windows 10 Professional)

> errors when send email from OM
> ------------------------------
>
>                 Key: OPENMEETINGS-1798
>                 URL: https://issues.apache.org/jira/browse/OPENMEETINGS-1798
>             Project: Openmeetings
>          Issue Type: Bug
>          Components: Email
>    Affects Versions: 4.0.0
>         Environment: OM 4.0.0+Windows 10 Professional, OM 4.0.1+ Centos7
>            Reporter: Prytsepov Andrey
>            Assignee: Maxim Solodovnik
>            Priority: Critical
>
> Minimal parameters are configured:
> mail.smtp.server
> mail.smtp.port
> mail.smtp.system.email
> mail.smtp.user
> mail.smtp.pass
> But i got errors when send message. I check availability smtp port and server by telnet. I install thunderbird and check sending on the server with OM, then i delete it after checking. I check conflicts port by cmd "netstat -ano". All clear, but errors in OM:
> javax.mail.MessagingException: Exception reading response;
>   nested exception is:
> 	java.net.SocketTimeoutException: Read timed out
> 	at com.sun.mail.smtp.SMTPTransport.readServerResponse(SMTPTransport.java:2445)
> 	at com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:2172)
> 	at com.sun.mail.smtp.SMTPTransport.protocolConnect(SMTPTransport.java:726)
> 	at javax.mail.Service.connect(Service.java:388)
> 	at javax.mail.Service.connect(Service.java:246)
> 	at javax.mail.Service.connect(Service.java:195)
> 	at javax.mail.Transport.send0(Transport.java:254)
> 	at javax.mail.Transport.send(Transport.java:124)
> 	at org.apache.openmeetings.core.mail.MailHandler.lambda$send$0(MailHandler.java:250)
> 	at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
> 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
> 	at java.lang.Thread.run(Unknown Source)
> Caused by: java.net.SocketTimeoutException: Read timed out
> 	at java.net.SocketInputStream.socketRead0(Native Method)
> 	at java.net.SocketInputStream.socketRead(Unknown Source)
> 	at java.net.SocketInputStream.read(Unknown Source)
> 	at java.net.SocketInputStream.read(Unknown Source)
> 	at com.sun.mail.util.TraceInputStream.read(TraceInputStream.java:126)
> 	at java.io.BufferedInputStream.fill(Unknown Source)
> 	at java.io.BufferedInputStream.read(Unknown Source)
> 	at com.sun.mail.util.LineInputStream.readLine(LineInputStream.java:104)
> 	at com.sun.mail.smtp.SMTPTransport.readServerResponse(SMTPTransport.java:2425)
> 	... 11 more
> Second bug, that u see in errors "11 more" it is not clickable, so i can't see all errors that system fixed in logs.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)