[ 
https://issues.apache.org/jira/browse/OPENMEETINGS-2328?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17101587#comment-17101587
 ] 

khvalera edited comment on OPENMEETINGS-2328 at 5/7/20, 1:11 PM:
-----------------------------------------------------------------

compiled the package with the patch: 
[https://github.com/apache/openmeetings/commit/c46b7d8.patch].
 I do not have mail.smtp.ssl.enable, but there is mail.smtp.starttls.enable I 
tried to turn it off / on did not help, I tried to create mail.smtp.ssl.enable 
and turned it on, it didn’t help either
  

package: 
https://snuglinux.pp.ua/repo/core/any/openmeetings-5.0.0.M4-4-any.pkg.tar.xz


was (Author: khvalera):
compiled the package with the patch: 
https://github.com/apache/openmeetings/commit/c46b7d8.patch.
I do not have mail.smtp.ssl.enable, but there is mail.smtp.starttls.enable I 
tried to turn it off / on did not help, I tried to create mail.smtp.ssl.enable 
and turned it on, it didn’t help either
 

> Sending messages through an external mailbox
> --------------------------------------------
>
>                 Key: OPENMEETINGS-2328
>                 URL: https://issues.apache.org/jira/browse/OPENMEETINGS-2328
>             Project: Openmeetings
>          Issue Type: Bug
>          Components: Email
>            Reporter: khvalera
>            Assignee: Maxim Solodovnik
>            Priority: Major
>             Fix For: 5.0.0-M5
>
>
> When sending via an external mailbox I get the following error:
> {code}
> javax.mail.MessagingException: Exception reading response;
>  nested exception is:
>  java.net.SocketTimeoutException: Read timed out
>  at 
> com.sun.mail.smtp.SMTPTransport.readServerResponse(SMTPTransport.java:2460)
>  at com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:2187)
>  at com.sun.mail.smtp.SMTPTransport.protocolConnect(SMTPTransport.java:740)
>  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.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
>  at 
> java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
>  at java.base/java.lang.Thread.run(Thread.java:834)
> Caused by: java.net.SocketTimeoutException: Read timed out
>  at java.base/java.net.SocketInputStream.socketRead0(Native Method)
>  at 
> java.base/java.net.SocketInputStream.socketRead(SocketInputStream.java:115)
>  at java.base/java.net.SocketInputStream.read(SocketInputStream.java:168)
>  at java.base/java.net.SocketInputStream.read(SocketInputStream.java:140)
>  at com.sun.mail.util.TraceInputStream.read(TraceInputStream.java:126)
>  at java.base/java.io.BufferedInputStream.fill(BufferedInputStream.java:252)
>  at java.base/java.io.BufferedInputStream.read(BufferedInputStream.java:271)
>  at com.sun.mail.util.LineInputStream.readLine(LineInputStream.java:106)
>  at 
> com.sun.mail.smtp.SMTPTransport.readServerResponse(SMTPTransport.java:2440)
> {code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to