[
https://issues.apache.org/jira/browse/OPENMEETINGS-2328?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17241458#comment-17241458
]
Manuele Fiorenza commented on OPENMEETINGS-2328:
------------------------------------------------
[~solomax]
Hello and pleasure ...
Your aids are always precious and perfect!
I need to understand why I have the problem that I try to describe to you below
...
* Working emails (both for user registration and for sending invitations)
* Local server accessible from the outside (PUBLIC.STATIC IP: 5443)
...
I enter as an admin, I enter a room (public or private), I see myself, I feel
myself ... If I invite a person, the person connects from his home to the
invitation link, he does not see me and does not hear me. .. I don't see it and
I don't feel it!
On the router of our ISP both TCP and UDP are open the following ports:
10000
5443
5080
80
443
3478
5349
something is missing?
thanks for your help
> 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: 4.0.11, 5.0.0
>
>
> 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)