You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@openmeetings.apache.org by GuruCoool Learnings <in...@gurucoool.com> on 2020/12/23 11:18:33 UTC

Mail sending error in openmeetings server

Hi,
I am facing mail sending error in my openmeetings server. Whenever I try to
send a mail I get an error message as follows-
Error Count 5
Last Error
com.sun.mail.util.MailConnectException: Couldn't connect to host, port:
smtp.gmail.com, 587; timeout 30000; nested exception is:
java.net.SocketTimeoutException: connect timed out at
com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:2209) 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:221)
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: connect timed out at
java.base/java.net.PlainSocketImpl.socketConnect(Native Method) at
java.base/java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:399)
at
java.base/java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:242)
at
java.base/java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:224)
at java.base/java.net.SocksSocketImpl.connect(SocksSocketImpl.java:403) at
java.base/java.net.Socket.connect(Socket.java:609) at
com.sun.mail.util.SocketFetcher.createSocket(SocketFetcher.java:357) at
com.sun.mail.util.SocketFetcher.getSocket(SocketFetcher.java:238) at
com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:2175) ... 10
more

Please help.
Thanks
Jitendra

Re: Mail sending error in openmeetings server

Posted by GuruCoool Learnings <in...@gurucoool.com>.
Okay but entering any specific email is again a user specific invite link.
I wanted to create an invite link that is not user specific and can be
shared with multiple anonymous users and they can enter my room with their
own names. Is this possible?

Jitendra

On Thu, 24 Dec 2020 at 23:25, Ali Alhaidary <al...@the5stars.org>
wrote:

> Sure, just type his/her email in the email field of the invitation.
>
> Ali
> On 12/24/20 8:50 PM, GuruCoool Learnings wrote:
>
> Tried both 587 and 465 one by one but didn't find any solution. However
> thanks for your replies.
>
> I have one more query. generally openmeetings generates user specific
> invitation links. Is it possible to create invitation links that can be
> given to anyone who is not registered on my server?
>
> On Thu, 24 Dec 2020 at 23:16, Ali Alhaidary <al...@the5stars.org>
> wrote:
>
>> It did not work with me as well :-)
>>
>> try port 465
>>
>> Ali
>> On 12/24/20 8:23 PM, GuruCoool Learnings wrote:
>>
>> gurucoool.com is my main site where I use the same gmail smtp details
>> that I want to use with openmeetings. Gmail smtp works fine with my main
>> site gurucoool.com but is not working with openmeetings.
>>
>> On Thu, 24 Dec 2020 at 13:05, Ali Alhaidary <al...@the5stars.org>
>> wrote:
>>
>>> I think you should use the SMTP of gurucool.com instead
>>>
>>> Ali
>>> On 12/24/20 10:06 AM, GuruCoool Learnings wrote:
>>>
>>> Hi Ali,
>>> I have followed the guidelines provided by the openmeetings
>>> documentation which is as follows-
>>>
>>> A valid example to configure the mail server with Gmail, is as follows:
>>> (replace john@gmail.com with your real Gmail account)
>>>
>>> Mail-Refer == info@gurucoool.com
>>> SMTP-Server == smtp.gmail.com
>>> SMTP-Server Port (default
>>> Smtp-Server Port is 25) == 587
>>> SMTP-Username == info@gurucoool.com
>>> SMTP-Userpass == password of info@gurucoool.com (this is the one I use
>>> to open the mail box at info@gurucoool.com)
>>> Enable TLS in Mail Server Auth == ...turn green the button to activate
>>> Default Language == English
>>>
>>> ...the rest you can change it as you likes.
>>>
>>> However can it would be a great help if you can clarify what actually
>>> you mean by the following-
>>>
>>> Host name is wrong or
>>> Connection security is wrong or
>>> service is not available or
>>>
>>> Thanks
>>> Jitendra
>>>
>>>
>>>
>>>
>>> On Thu, 24 Dec 2020 at 11:24, Ali Alhaidary <al...@the5stars.org>
>>> wrote:
>>>
>>>> Hi,
>>>>
>>>> It is either:
>>>>
>>>> Host name is wrong or
>>>> SMTP server name is wrong or
>>>> Port number is wrong or
>>>> Connection security is wrong or
>>>> User name is wrong or
>>>> pass word is wrong or
>>>> service is not available or
>>>> some of the above or
>>>> all of the above
>>>>
>>>> Try searching the mailing list, the solution is there as you need to
>>>> check each and every one ...
>>>>
>>>> :-)
>>>>
>>>>
>>>> On 12/23/20 2:18 PM, GuruCoool Learnings wrote:
>>>>
>>>> Hi,
>>>> I am facing mail sending error in my openmeetings server. Whenever I
>>>> try to send a mail I get an error message as follows-
>>>> Error Count 5
>>>> Last Error
>>>> com.sun.mail.util.MailConnectException: Couldn't connect to host, port:
>>>> smtp.gmail.com, 587; timeout 30000; nested exception is:
>>>> java.net.SocketTimeoutException: connect timed out at
>>>> com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:2209) 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:221)
>>>> 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: connect timed out at
>>>> java.base/java.net.PlainSocketImpl.socketConnect(Native Method) at
>>>> java.base/java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:399)
>>>> at
>>>> java.base/java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:242)
>>>> at
>>>> java.base/java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:224)
>>>> at java.base/java.net.SocksSocketImpl.connect(SocksSocketImpl.java:403) at
>>>> java.base/java.net.Socket.connect(Socket.java:609) at
>>>> com.sun.mail.util.SocketFetcher.createSocket(SocketFetcher.java:357) at
>>>> com.sun.mail.util.SocketFetcher.getSocket(SocketFetcher.java:238) at
>>>> com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:2175) ... 10
>>>> more
>>>> Please help.
>>>> Thanks
>>>> Jitendra
>>>>
>>>>

Re: Mail sending error in openmeetings server

Posted by Ali Alhaidary <al...@the5stars.org>.
Sure, just type his/her email in the email field of the invitation.

Ali

On 12/24/20 8:50 PM, GuruCoool Learnings wrote:
> Tried both 587 and 465 one by one but didn't find any solution. 
> However thanks for your replies.
>
> I have one more query. generally openmeetings generates user specific 
> invitation links. Is it possible to create invitation links that can 
> be given to anyone who is not registered on my server?
>
> On Thu, 24 Dec 2020 at 23:16, Ali Alhaidary 
> <ali.alhaidary@the5stars.org <ma...@the5stars.org>> wrote:
>
>     It did not work with me as well :-)
>
>     try port 465
>
>     Ali
>
>     On 12/24/20 8:23 PM, GuruCoool Learnings wrote:
>>     gurucoool.com <http://gurucoool.com> is my main site where I use
>>     the same gmail smtp details that I want to use with openmeetings.
>>     Gmail smtp works fine with my main site gurucoool.com
>>     <http://gurucoool.com> but is not working with openmeetings.
>>
>>     On Thu, 24 Dec 2020 at 13:05, Ali Alhaidary
>>     <ali.alhaidary@the5stars.org
>>     <ma...@the5stars.org>> wrote:
>>
>>         I think you should use the SMTP of gurucool.com
>>         <http://gurucool.com> instead
>>
>>         Ali
>>
>>         On 12/24/20 10:06 AM, GuruCoool Learnings wrote:
>>>         Hi Ali,
>>>         I have followed the guidelines provided by the openmeetings
>>>         documentation which is as follows-
>>>
>>>         A valid example to configure the mail server with Gmail, is
>>>         as follows:
>>>         (replace john@gmail.com <ma...@gmail.com> with your
>>>         real Gmail account)
>>>
>>>         Mail-Refer == info@gurucoool.com <ma...@gurucoool.com>
>>>         SMTP-Server == smtp.gmail.com <http://smtp.gmail.com>
>>>         SMTP-Server Port (default
>>>         Smtp-Server Port is 25) == 587
>>>         SMTP-Username == info@gurucoool.com <ma...@gurucoool.com>
>>>         SMTP-Userpass == password of info@gurucoool.com
>>>         <ma...@gurucoool.com> (this is the one I use to open
>>>         the mail box at info@gurucoool.com <ma...@gurucoool.com>)
>>>         Enable TLS in Mail Server Auth == ...turn green the button
>>>         to activate
>>>         Default Language == English
>>>
>>>         ...the rest you can change it as you likes.
>>>
>>>         However can it would be a great help if you can clarify what
>>>         actually you mean by the following-
>>>
>>>         Host name is wrong or
>>>         Connection security is wrong or
>>>         service is not available or
>>>
>>>         Thanks
>>>         Jitendra
>>>
>>>
>>>
>>>
>>>         On Thu, 24 Dec 2020 at 11:24, Ali Alhaidary
>>>         <ali.alhaidary@the5stars.org
>>>         <ma...@the5stars.org>> wrote:
>>>
>>>             Hi,
>>>
>>>             It is either:
>>>
>>>             Host name is wrong or
>>>             SMTP server name is wrong or
>>>             Port number is wrong or
>>>             Connection security is wrong or
>>>             User name is wrong or
>>>             pass word is wrong or
>>>             service is not available or
>>>             some of the above or
>>>             all of the above
>>>
>>>             Try searching the mailing list, the solution is there as
>>>             you need to check each and every one ...
>>>
>>>             :-)
>>>
>>>
>>>             On 12/23/20 2:18 PM, GuruCoool Learnings wrote:
>>>>             Hi,
>>>>             I am facing mail sending error in my openmeetings
>>>>             server. Whenever I try to send a mail I get an error
>>>>             message as follows-
>>>>             Error Count 5
>>>>             Last Error
>>>>             com.sun.mail.util.MailConnectException: Couldn't
>>>>             connect to host, port: smtp.gmail.com
>>>>             <http://smtp.gmail.com>, 587; timeout 30000; nested
>>>>             exception is: java.net.SocketTimeoutException: connect
>>>>             timed out at
>>>>             com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:2209)
>>>>             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:221)
>>>>             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: connect
>>>>             timed out at
>>>>             java.base/java.net.PlainSocketImpl.socketConnect(Native
>>>>             Method) at
>>>>             java.base/java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:399)
>>>>             at
>>>>             java.base/java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:242)
>>>>             at
>>>>             java.base/java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:224)
>>>>             at
>>>>             java.base/java.net.SocksSocketImpl.connect(SocksSocketImpl.java:403)
>>>>             at java.base/java.net.Socket.connect(Socket.java:609)
>>>>             at
>>>>             com.sun.mail.util.SocketFetcher.createSocket(SocketFetcher.java:357)
>>>>             at
>>>>             com.sun.mail.util.SocketFetcher.getSocket(SocketFetcher.java:238)
>>>>             at
>>>>             com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:2175)
>>>>             ... 10 more
>>>>             Please help.
>>>>             Thanks
>>>>             Jitendra
>>>>

Re: Login loop when using hash invitation

Posted by Maxim Solodovnik <so...@gmail.com>.
yes,
this is expected :)

web session is authorized by invitation to a particular room
all other areas are unauthorized :)

On Tue, 29 Dec 2020 at 18:41, Ali Alhaidary <al...@the5stars.org>
wrote:

> On 12/29/20 2:40 PM, Ali Alhaidary wrote:
>
> When the user clicks on the invitation link, enters the room, exits by
> closing the browser tab, and then tries to login by his user name/
> password, the following 'Not Authorized....', so he must click 'Logout' and
> login again
>
> On 12/29/20 2:24 PM, Maxim Solodovnik wrote:
>
> Hello Thomas,
>
>
> On Tue, 29 Dec 2020 at 02:05, Thomas Scholzen <ts...@buche17.de>
> wrote:
>
>> Dear all,
>>
>> if external users enter via an invitation hash they can only logoff by
>> closing the browser (tab). When trying to relogin using the same invitation
>>
>
> What do you mean by "relogin using the same invitation"?
> The invitation is endless or period?
>
>
>> the login hangs at the circling icon. Only when going to
>> domain.org/openmeetings an „access denied“ warning is shown and the user
>> can press „logoff“. After this the user can use the invitation to login
>> again.
>>
>> Is there a misconfiguration in my OM setup? I appreciate any help with
>> this.
>>
>> Best regards,
>> Thomas
>>
>
>
> --
> Best regards,
> Maxim
>
>

-- 
Best regards,
Maxim

Re: Login loop when using hash invitation

Posted by Ali Alhaidary <al...@the5stars.org>.
On 12/29/20 2:40 PM, Ali Alhaidary wrote:
>
> When the user clicks on the invitation link, enters the room, exits by 
> closing the browser tab, and then tries to login by his user name/ 
> password, the following 'Not Authorized....', so he must click 
> 'Logout' and login again
>
> On 12/29/20 2:24 PM, Maxim Solodovnik wrote:
>> Hello Thomas,
>>
>>
>> On Tue, 29 Dec 2020 at 02:05, Thomas Scholzen <tscholzen@buche17.de 
>> <ma...@buche17.de>> wrote:
>>
>>     Dear all,
>>
>>     if external users enter via an invitation hash they can only
>>     logoff by closing the browser (tab). When trying to relogin using
>>     the same invitation
>>
>>
>> What do you mean by "relogin using the same invitation"?
>> The invitation is endless or period?
>>
>>     the login hangs at the circling icon. Only when going to
>>     domain.org/openmeetings <http://domain.org/openmeetings> an
>>     „access denied“ warning is shown and the user can press „logoff“.
>>     After this the user can use the invitation to login again.
>>
>>     Is there a misconfiguration in my OM setup? I appreciate any help
>>     with this.
>>
>>     Best regards,
>>     Thomas
>>
>>
>>
>> -- 
>> Best regards,
>> Maxim

Re: Login loop when using hash invitation

Posted by Ali Alhaidary <al...@the5stars.org>.
When the user clicks on the invitation link, enters the room, exits by 
closing the browser tab, and then tries to login by his user name/ 
password, the following 'Not Authorized....', so he must click 'Logout' 
and login again

On 12/29/20 2:24 PM, Maxim Solodovnik wrote:
> Hello Thomas,
>
>
> On Tue, 29 Dec 2020 at 02:05, Thomas Scholzen <tscholzen@buche17.de 
> <ma...@buche17.de>> wrote:
>
>     Dear all,
>
>     if external users enter via an invitation hash they can only
>     logoff by closing the browser (tab). When trying to relogin using
>     the same invitation
>
>
> What do you mean by "relogin using the same invitation"?
> The invitation is endless or period?
>
>     the login hangs at the circling icon. Only when going to
>     domain.org/openmeetings <http://domain.org/openmeetings> an
>     „access denied“ warning is shown and the user can press „logoff“.
>     After this the user can use the invitation to login again.
>
>     Is there a misconfiguration in my OM setup? I appreciate any help
>     with this.
>
>     Best regards,
>     Thomas
>
>
>
> -- 
> Best regards,
> Maxim

Re: Login loop when using hash invitation

Posted by Maxim Solodovnik <so...@gmail.com>.
both versions works for me :(
unfortunately i can't fix the issue until i can reproduce it :(((


On Wed, 30 Dec 2020 at 19:38, Thomas Scholzen <ts...@buche17.de> wrote:

> Just testet this https://om.alteametasoft.com/openmeetings/
>
> Shall I will test the other, too?
> Am 30.12.20 um 12:16 schrieb Maxim Solodovnik:
>
> Just to clarify
>
> https://om.alteametasoft.com:8443/next/ has more or less latest
> 6.0.0-SNAPSHOT installed
> https://om.alteametasoft.com/openmeetings/  has 5.1.0 with few fixes from
> 6.0.0
>
> both work for you as expected?
>
> On Tue, 29 Dec 2020 at 21:04, Thomas Scholzen <ts...@buche17.de>
> wrote:
>
>> I am using Version5.1.0 Revision 6691181 Builddate2020-12-01T15:49:37Z.
>>
>> I could not reproduce the problem on the test server.
>>
>> Best regards,
>>
>> Thomas
>> Am 29.12.20 um 14:37 schrieb Maxim Solodovnik:
>>
>> What version are you using?
>> Is it reproducible for at om.alteametasoft** demo servers?
>>
>> from mobile (sorry for typos ;)
>>
>>
>> On Tue, Dec 29, 2020, 20:33 Thomas Scholzen <ts...@buche17.de> wrote:
>>
>>> Hi Maxim,
>>>
>>> thanks for your help. The problem is that by using a link a second time
>>> within the valid period (or endless link) there is no login possible. If
>>> the "access denied" page would appear, the user could logoff. But instead
>>> the circling login icon is going on endlessly. Only when shortening the
>>> link to the domain without the hash, the user can logout and subsequently
>>> login with the complete invitation link.
>>>
>>> Best regards,
>>> Thomas
>>> Am 29.12.20 um 12:24 schrieb Maxim Solodovnik:
>>>
>>> Hello Thomas,
>>>
>>>
>>> On Tue, 29 Dec 2020 at 02:05, Thomas Scholzen <ts...@buche17.de>
>>> wrote:
>>>
>>>> Dear all,
>>>>
>>>> if external users enter via an invitation hash they can only logoff by
>>>> closing the browser (tab). When trying to relogin using the same invitation
>>>>
>>>
>>> What do you mean by "relogin using the same invitation"?
>>> The invitation is endless or period?
>>>
>>>
>>>> the login hangs at the circling icon. Only when going to
>>>> domain.org/openmeetings an „access denied“ warning is shown and the
>>>> user can press „logoff“. After this the user can use the invitation to
>>>> login again.
>>>>
>>>> Is there a misconfiguration in my OM setup? I appreciate any help with
>>>> this.
>>>>
>>>> Best regards,
>>>> Thomas
>>>>
>>>
>>>
>>> --
>>> Best regards,
>>> Maxim
>>>
>>>
>
> --
> Best regards,
> Maxim
>
>

-- 
Best regards,
Maxim

Re: Login loop when using hash invitation

Posted by Thomas Scholzen <ts...@buche17.de>.
Just testet this https://om.alteametasoft.com/openmeetings/
<https://om.alteametasoft.com/openmeetings/>

Shall I will test the other, too?

Am 30.12.20 um 12:16 schrieb Maxim Solodovnik:
> Just to clarify
>
> https://om.alteametasoft.com:8443/next/ 
> <https://om.alteametasoft.com:8443/next/> has more or less latest 
> 6.0.0-SNAPSHOT installed
> https://om.alteametasoft.com/openmeetings/ 
> <https://om.alteametasoft.com/openmeetings/> has 5.1.0 with few fixes 
> from 6.0.0
>
> both work for you as expected?
>
> On Tue, 29 Dec 2020 at 21:04, Thomas Scholzen <tscholzen@buche17.de 
> <ma...@buche17.de>> wrote:
>
>     I am using Version5.1.0 Revision 6691181
>     Builddate2020-12-01T15:49:37Z.
>
>     I could not reproduce the problem on the test server.
>
>     Best regards,
>
>     Thomas
>
>     Am 29.12.20 um 14:37 schrieb Maxim Solodovnik:
>>     What version are you using?
>>     Is it reproducible for at om.alteametasoft** demo servers?
>>
>>     from mobile (sorry for typos ;)
>>
>>     On Tue, Dec 29, 2020, 20:33 Thomas Scholzen <tscholzen@buche17.de
>>     <ma...@buche17.de>> wrote:
>>
>>         Hi Maxim,
>>
>>         thanks for your help. The problem is that by using a link a
>>         second time within the valid period (or endless link) there
>>         is no login possible. If the "access denied" page would
>>         appear, the user could logoff. But instead the circling login
>>         icon is going on endlessly. Only when shortening the link to
>>         the domain without the hash, the user can logout and
>>         subsequently login with the complete invitation link.
>>
>>         Best regards,
>>         Thomas
>>
>>         Am 29.12.20 um 12:24 schrieb Maxim Solodovnik:
>>>         Hello Thomas,
>>>
>>>
>>>         On Tue, 29 Dec 2020 at 02:05, Thomas Scholzen
>>>         <tscholzen@buche17.de <ma...@buche17.de>> wrote:
>>>
>>>             Dear all,
>>>
>>>             if external users enter via an invitation hash they can
>>>             only logoff by closing the browser (tab). When trying to
>>>             relogin using the same invitation
>>>
>>>
>>>         What do you mean by "relogin using the same invitation"?
>>>         The invitation is endless or period?
>>>
>>>             the login hangs at the circling icon. Only when going to
>>>             domain.org/openmeetings <http://domain.org/openmeetings>
>>>             an „access denied“ warning is shown and the user can
>>>             press „logoff“. After this the user can use the
>>>             invitation to login again.
>>>
>>>             Is there a misconfiguration in my OM setup? I appreciate
>>>             any help with this.
>>>
>>>             Best regards,
>>>             Thomas
>>>
>>>
>>>
>>>         -- 
>>>         Best regards,
>>>         Maxim
>>
>
>
> -- 
> Best regards,
> Maxim

Re: Login loop when using hash invitation

Posted by Maxim Solodovnik <so...@gmail.com>.
Just to clarify

https://om.alteametasoft.com:8443/next/ has more or less latest
6.0.0-SNAPSHOT installed
https://om.alteametasoft.com/openmeetings/  has 5.1.0 with few fixes from
6.0.0

both work for you as expected?

On Tue, 29 Dec 2020 at 21:04, Thomas Scholzen <ts...@buche17.de> wrote:

> I am using Version5.1.0 Revision 6691181 Builddate2020-12-01T15:49:37Z.
>
> I could not reproduce the problem on the test server.
>
> Best regards,
>
> Thomas
> Am 29.12.20 um 14:37 schrieb Maxim Solodovnik:
>
> What version are you using?
> Is it reproducible for at om.alteametasoft** demo servers?
>
> from mobile (sorry for typos ;)
>
>
> On Tue, Dec 29, 2020, 20:33 Thomas Scholzen <ts...@buche17.de> wrote:
>
>> Hi Maxim,
>>
>> thanks for your help. The problem is that by using a link a second time
>> within the valid period (or endless link) there is no login possible. If
>> the "access denied" page would appear, the user could logoff. But instead
>> the circling login icon is going on endlessly. Only when shortening the
>> link to the domain without the hash, the user can logout and subsequently
>> login with the complete invitation link.
>>
>> Best regards,
>> Thomas
>> Am 29.12.20 um 12:24 schrieb Maxim Solodovnik:
>>
>> Hello Thomas,
>>
>>
>> On Tue, 29 Dec 2020 at 02:05, Thomas Scholzen <ts...@buche17.de>
>> wrote:
>>
>>> Dear all,
>>>
>>> if external users enter via an invitation hash they can only logoff by
>>> closing the browser (tab). When trying to relogin using the same invitation
>>>
>>
>> What do you mean by "relogin using the same invitation"?
>> The invitation is endless or period?
>>
>>
>>> the login hangs at the circling icon. Only when going to
>>> domain.org/openmeetings an „access denied“ warning is shown and the
>>> user can press „logoff“. After this the user can use the invitation to
>>> login again.
>>>
>>> Is there a misconfiguration in my OM setup? I appreciate any help with
>>> this.
>>>
>>> Best regards,
>>> Thomas
>>>
>>
>>
>> --
>> Best regards,
>> Maxim
>>
>>

-- 
Best regards,
Maxim

Re: Login loop when using hash invitation

Posted by Thomas Scholzen <ts...@buche17.de>.
I am using Version5.1.0 Revision 6691181 Builddate2020-12-01T15:49:37Z.

I could not reproduce the problem on the test server.

Best regards,

Thomas

Am 29.12.20 um 14:37 schrieb Maxim Solodovnik:
> What version are you using?
> Is it reproducible for at om.alteametasoft** demo servers?
>
> from mobile (sorry for typos ;)
>
> On Tue, Dec 29, 2020, 20:33 Thomas Scholzen <tscholzen@buche17.de 
> <ma...@buche17.de>> wrote:
>
>     Hi Maxim,
>
>     thanks for your help. The problem is that by using a link a second
>     time within the valid period (or endless link) there is no login
>     possible. If the "access denied" page would appear, the user could
>     logoff. But instead the circling login icon is going on endlessly.
>     Only when shortening the link to the domain without the hash, the
>     user can logout and subsequently login with the complete
>     invitation link.
>
>     Best regards,
>     Thomas
>
>     Am 29.12.20 um 12:24 schrieb Maxim Solodovnik:
>>     Hello Thomas,
>>
>>
>>     On Tue, 29 Dec 2020 at 02:05, Thomas Scholzen
>>     <tscholzen@buche17.de <ma...@buche17.de>> wrote:
>>
>>         Dear all,
>>
>>         if external users enter via an invitation hash they can only
>>         logoff by closing the browser (tab). When trying to relogin
>>         using the same invitation
>>
>>
>>     What do you mean by "relogin using the same invitation"?
>>     The invitation is endless or period?
>>
>>         the login hangs at the circling icon. Only when going to
>>         domain.org/openmeetings <http://domain.org/openmeetings> an
>>         „access denied“ warning is shown and the user can press
>>         „logoff“. After this the user can use the invitation to login
>>         again.
>>
>>         Is there a misconfiguration in my OM setup? I appreciate any
>>         help with this.
>>
>>         Best regards,
>>         Thomas
>>
>>
>>
>>     -- 
>>     Best regards,
>>     Maxim
>

Re: Login loop when using hash invitation

Posted by Maxim Solodovnik <so...@gmail.com>.
What version are you using?
Is it reproducible for at om.alteametasoft** demo servers?

from mobile (sorry for typos ;)


On Tue, Dec 29, 2020, 20:33 Thomas Scholzen <ts...@buche17.de> wrote:

> Hi Maxim,
>
> thanks for your help. The problem is that by using a link a second time
> within the valid period (or endless link) there is no login possible. If
> the "access denied" page would appear, the user could logoff. But instead
> the circling login icon is going on endlessly. Only when shortening the
> link to the domain without the hash, the user can logout and subsequently
> login with the complete invitation link.
>
> Best regards,
> Thomas
> Am 29.12.20 um 12:24 schrieb Maxim Solodovnik:
>
> Hello Thomas,
>
>
> On Tue, 29 Dec 2020 at 02:05, Thomas Scholzen <ts...@buche17.de>
> wrote:
>
>> Dear all,
>>
>> if external users enter via an invitation hash they can only logoff by
>> closing the browser (tab). When trying to relogin using the same invitation
>>
>
> What do you mean by "relogin using the same invitation"?
> The invitation is endless or period?
>
>
>> the login hangs at the circling icon. Only when going to
>> domain.org/openmeetings an „access denied“ warning is shown and the user
>> can press „logoff“. After this the user can use the invitation to login
>> again.
>>
>> Is there a misconfiguration in my OM setup? I appreciate any help with
>> this.
>>
>> Best regards,
>> Thomas
>>
>
>
> --
> Best regards,
> Maxim
>
>

Re: Login loop when using hash invitation

Posted by Thomas Scholzen <ts...@buche17.de>.
Hi Maxim,

thanks for your help. The problem is that by using a link a second time 
within the valid period (or endless link) there is no login possible. If 
the "access denied" page would appear, the user could logoff. But 
instead the circling login icon is going on endlessly. Only when 
shortening the link to the domain without the hash, the user can logout 
and subsequently login with the complete invitation link.

Best regards,
Thomas

Am 29.12.20 um 12:24 schrieb Maxim Solodovnik:
> Hello Thomas,
>
>
> On Tue, 29 Dec 2020 at 02:05, Thomas Scholzen <tscholzen@buche17.de 
> <ma...@buche17.de>> wrote:
>
>     Dear all,
>
>     if external users enter via an invitation hash they can only
>     logoff by closing the browser (tab). When trying to relogin using
>     the same invitation
>
>
> What do you mean by "relogin using the same invitation"?
> The invitation is endless or period?
>
>     the login hangs at the circling icon. Only when going to
>     domain.org/openmeetings <http://domain.org/openmeetings> an
>     „access denied“ warning is shown and the user can press „logoff“.
>     After this the user can use the invitation to login again.
>
>     Is there a misconfiguration in my OM setup? I appreciate any help
>     with this.
>
>     Best regards,
>     Thomas
>
>
>
> -- 
> Best regards,
> Maxim

Re: Login loop when using hash invitation

Posted by Maxim Solodovnik <so...@gmail.com>.
Hello Thomas,


On Tue, 29 Dec 2020 at 02:05, Thomas Scholzen <ts...@buche17.de> wrote:

> Dear all,
>
> if external users enter via an invitation hash they can only logoff by
> closing the browser (tab). When trying to relogin using the same invitation
>

What do you mean by "relogin using the same invitation"?
The invitation is endless or period?


> the login hangs at the circling icon. Only when going to
> domain.org/openmeetings an „access denied“ warning is shown and the user
> can press „logoff“. After this the user can use the invitation to login
> again.
>
> Is there a misconfiguration in my OM setup? I appreciate any help with
> this.
>
> Best regards,
> Thomas
>


-- 
Best regards,
Maxim

Login loop when using hash invitation

Posted by Thomas Scholzen <ts...@buche17.de>.
Dear all,

if external users enter via an invitation hash they can only logoff by 
closing the browser (tab). When trying to relogin using the same 
invitation the login hangs at the circling icon. Only when going to 
domain.org/openmeetings an „access denied“ warning is shown and the user 
can press „logoff“. After this the user can use the invitation to login 
again.

Is there a misconfiguration in my OM setup? I appreciate any help with this.

Best regards,
Thomas

Re: Mail sending error in openmeetings server

Posted by Ali Alhaidary <al...@the5stars.org>.
stop OM

sudo chown -R nobody:nogroup /opt/510

reboot, start OM

Ali

On 12/27/20 9:16 PM, GuruCoool Learnings wrote:
> Mail service is still not working.
> Also, I checked openmeetings.log, it is still empty.
>
> Regards
> Jitendra
>
> On Sun, 27 Dec 2020 at 23:31, GuruCoool Learnings <info@gurucoool.com 
> <ma...@gurucoool.com>> wrote:
>
>     Thanks a lot!
>     This step worked and now I can access my dashboard.
>
>     And now I am checking if mail service is working or not.
>
>     Regards
>     Jitendra
>
>     On Sun, 27 Dec 2020 at 22:29, Ali Alhaidary
>     <ali.alhaidary@the5stars.org <ma...@the5stars.org>>
>     wrote:
>
>         since you said you are not very much into computers, it would
>         be difficult for you to trace the issue, so rebooting the
>         server can cut the story short
>
>         sudo reboot
>
>         and after the server boots start om and wait for 50 sec and
>         see what is written in the log
>
>         Ali
>
>         On 12/27/20 7:52 PM, GuruCoool Learnings wrote:
>>         OS is ubuntu 18.04 LTS.
>>         Restarting the server and restarting the OM are different? I
>>         thought they are same and generally I do it by the command
>>         >> sudo /etc/init.d/tomcat4 restart
>>
>>         Regards
>>         Jitendra
>>
>>         On Sun, 27 Dec 2020 at 18:59, Ali Alhaidary
>>         <ali.alhaidary@the5stars.org
>>         <ma...@the5stars.org>> wrote:
>>
>>             And restart the server, then start OM*, openmeetings.log
>>             should have something ....
>>             *
>>
>>             Ali
>>
>>             On 12/27/20 4:27 PM, Ali Alhaidary wrote:
>>>
>>>             What is your OS? check owner of files please
>>>
>>>             Ali
>>>
>>>             On 12/27/20 4:02 PM, GuruCoool Learnings wrote:
>>>>             These are the files in /opt/open510/logs directory-
>>>>
>>>>             catalina.2020-12-11.log  host-manager.2020-12-11.log
>>>>              localhost.2020-12-19.log    
>>>>             localhost_access_log.2020-12-21.txt  manager.2020-12-26.log
>>>>             catalina.2020-12-12.log  host-manager.2020-12-12.log
>>>>              localhost.2020-12-25.log    
>>>>             localhost_access_log.2020-12-22.txt  manager.2020-12-27.log
>>>>             catalina.2020-12-15.log  host-manager.2020-12-15.log
>>>>              localhost.2020-12-26.log
>>>>             localhost_access_log.2020-12-23.txt
>>>>              openmeetings.2020-12-11.0.log
>>>>             catalina.2020-12-16.log  host-manager.2020-12-17.log
>>>>              localhost.2020-12-27.log    
>>>>              localhost_access_log.2020-12-24.txt  openmeetings.log
>>>>             catalina.2020-12-17.log  host-manager.2020-12-18.log
>>>>              localhost_access_log.2020-12-11.txt
>>>>              localhost_access_log.2020-12-25.txt
>>>>              sessions.2020-12-20.0.log
>>>>             catalina.2020-12-18.log  host-manager.2020-12-19.log
>>>>              localhost_access_log.2020-12-12.txt
>>>>              localhost_access_log.2020-12-26.txt
>>>>              sessions.2020-12-21.0.log
>>>>             catalina.2020-12-19.log  host-manager.2020-12-25.log
>>>>              localhost_access_log.2020-12-13.txt
>>>>              localhost_access_log.2020-12-27.txt
>>>>              sessions.2020-12-22.0.log
>>>>             catalina.2020-12-20.log  host-manager.2020-12-26.log
>>>>              localhost_access_log.2020-12-14.txt
>>>>              manager.2020-12-11.log sessions.2020-12-23.0.log
>>>>             catalina.2020-12-21.log  host-manager.2020-12-27.log
>>>>              localhost_access_log.2020-12-15.txt
>>>>              manager.2020-12-12.log sessions.2020-12-24.0.log
>>>>             catalina.2020-12-24.log  localhost.2020-12-11.log
>>>>             localhost_access_log.2020-12-16.txt
>>>>              manager.2020-12-15.log sessions.2020-12-25.0.log
>>>>             catalina.2020-12-25.log  localhost.2020-12-12.log
>>>>             localhost_access_log.2020-12-17.txt
>>>>              manager.2020-12-17.log sessions.2020-12-26.0.log
>>>>             catalina.2020-12-26.log  localhost.2020-12-15.log
>>>>             localhost_access_log.2020-12-18.txt
>>>>              manager.2020-12-18.log sessions.log
>>>>             catalina.2020-12-27.log  localhost.2020-12-17.log
>>>>             localhost_access_log.2020-12-19.txt  manager.2020-12-19.log
>>>>             catalina.out  localhost.2020-12-18.log
>>>>             localhost_access_log.2020-12-20.txt  manager.2020-12-25.log
>>>>
>>>>             I earlier renamed openmeetings to sessions so I checked
>>>>             in sessions.log. openmeetings.log is empty after I
>>>>             deleted the content.
>>>>
>>>>             Regards
>>>>             Jitendra
>>>>
>>>>             On Sun, 27 Dec 2020 at 18:25, GuruCoool Learnings
>>>>             <info@gurucoool.com <ma...@gurucoool.com>> wrote:
>>>>
>>>>                 This is all I got after deleting the content and
>>>>                 starting the OM again.
>>>>
>>>>                 Regards
>>>>                 Jitendra
>>>>
>>>>                 On Sun, 27 Dec 2020 at 18:24, Ali Alhaidary
>>>>                 <ali.alhaidary@the5stars.org
>>>>                 <ma...@the5stars.org>> wrote:
>>>>
>>>>                     These entries does not show the service did not
>>>>                     start, where is the rest ?
>>>>
>>>>                     Ali
>>>>
>>>>
>>>>                     On 12/27/20 3:33 PM, GuruCoool Learnings wrote:
>>>>>                     I followed the steps suggested by you and here
>>>>>                     is what I got in openmeetings.log ( NOT STARTED)-
>>>>>
>>>>>                     INFO 12-27 12:24:43.292
>>>>>                     o.s.w.c.ContextLoader:271 [main] - Root
>>>>>                     WebApplicationContext: initialization started
>>>>>                      INFO 12-27 12:24:46.420
>>>>>                     o.s.o.j.LocalEntityManagerFactoryBean:434
>>>>>                     [main] - Initialized JPA EntityManagerFactory
>>>>>                     for pe$ INFO 12-27 12:24:47.633
>>>>>                     o.s.s.c.ThreadPoolTaskExecutor:181 [main] -
>>>>>                     Initializing ExecutorService 'taskExecutor'
>>>>>                     DEBUG 12-27 12:24:47.844
>>>>>                     o.a.o.c.r.KurentoHandler:151 [pool-1-thread-1]
>>>>>                     - Reconnecting KMS
>>>>>                      INFO 12-27 12:24:48.098
>>>>>                     o.k.j.c.JsonRpcClientNettyWebSocket:191
>>>>>                     [pool-1-thread-1] -  Connecting native client
>>>>>                      INFO 12-27 12:24:48.102
>>>>>                     o.k.j.c.JsonRpcClientNettyWebSocket:220
>>>>>                     [pool-1-thread-1] -  Creating new
>>>>>                     NioEventLoopGroup
>>>>>                      INFO 12-27 12:24:48.792
>>>>>                     o.k.j.c.JsonRpcClientNettyWebSocket:234
>>>>>                     [ntLoopGroup-2-1] -  Initiating new Netty
>>>>>                     channel. Wil$ INFO 12-27 12:24:48.919
>>>>>                     o.q.i.StdSchedulerFactory:1220 [main] - Using
>>>>>                     default implementation for ThreadExecutor
>>>>>                      INFO 12-27 12:24:49.015
>>>>>                     o.q.c.SchedulerSignalerImpl:61 [main] -
>>>>>                     Initialized Scheduler Signaller of type: class
>>>>>                     org.qua$ INFO 12-27 12:24:49.016
>>>>>                     o.q.c.QuartzScheduler:229 [main] - Quartz
>>>>>                     Scheduler v.2.3.2 created.
>>>>>                      INFO 12-27 12:24:49.018 o.q.s.RAMJobStore:155
>>>>>                     [main] - RAMJobStore initialized.
>>>>>                      INFO 12-27 12:24:49.043
>>>>>                     o.q.c.QuartzScheduler:294 [main] - Scheduler
>>>>>                     meta-data: Quartz Scheduler (v2.3.2)
>>>>>                     'org.springf$  Scheduler class:
>>>>>                     'org.quartz.core.QuartzScheduler' - running
>>>>>                     locally.
>>>>>                       NOT STARTED.
>>>>>                       Currently in standby mode.
>>>>>                       Number of jobs executed: 0
>>>>>                       Using thread pool
>>>>>                     'org.quartz.simpl.SimpleThreadPool' - with 10
>>>>>                     threads.
>>>>>                       Using job-store
>>>>>                     'org.quartz.simpl.RAMJobStore' - which does
>>>>>                     not support persistence. and is not clustered.
>>>>>
>>>>>                      INFO 12-27 12:24:49.044
>>>>>                     o.q.i.StdSchedulerFactory:1374 [main] - Quartz
>>>>>                     scheduler
>>>>>                     'org.springframework.scheduling.quart$ INFO
>>>>>                     12-27 12:24:49.044
>>>>>                     o.q.i.StdSchedulerFactory:1378 [main] - Quartz
>>>>>                     scheduler version: 2.3.2
>>>>>                      INFO 12-27 12:24:49.051
>>>>>                     o.q.c.QuartzScheduler:2293 [main] - JobFactory
>>>>>                     set to:
>>>>>                     org.springframework.scheduling.quartz.A$ INFO
>>>>>                     12-27 12:24:49.098
>>>>>                     o.s.s.q.SchedulerFactoryBean:727 [main] -
>>>>>                     Starting Quartz Scheduler now
>>>>>                      INFO 12-27 12:24:49.099
>>>>>                     o.q.c.QuartzScheduler:547 [main] - Scheduler
>>>>>                     org.springframework.scheduling.quartz.SchedulerFa$
>>>>>                     INFO 12-27 12:24:49.133
>>>>>                     o.s.w.c.ContextLoader:307 [main] - Root
>>>>>                     WebApplicationContext initialized in 5832 ms
>>>>>                     INFO 12-27 12:24:49.255
>>>>>                     o.a.w.u.f.WebXmlFile:235 [main] - web.xml: url
>>>>>                     mapping found for filter with name
>>>>>                     Openmeetings$ INFO 12-27 12:24:49.520
>>>>>                     o.a.o.c.r.KurentoHandler:181 [pool-1-thread-1]
>>>>>                     - !!! Kurento connected
>>>>>                      INFO 12-27 12:24:49.780 o.a.w.Application:558
>>>>>                     [main] - [OpenmeetingsApplication] init:
>>>>>                     org.wicketstuff.dashboard.Dashb$ INFO 12-27
>>>>>                     12:24:51.296 o.a.w.Application:558 [main] -
>>>>>                     [OpenmeetingsApplication] init: Wicket core
>>>>>                     library initializer
>>>>>                      INFO 12-27 12:24:51.304 o.a.w.Application:558
>>>>>                     [main] - [OpenmeetingsApplication] init:
>>>>>                     Wicket jQuery UI initializer
>>>>>                      INFO 12-27 12:24:51.312 o.a.w.Application:558
>>>>>                     [main] - [OpenmeetingsApplication] init:
>>>>>                     Wicket jQuery UI initializer (p$ INFO 12-27
>>>>>                     12:24:51.318 o.a.w.Application:558 [main] -
>>>>>                     [OpenmeetingsApplication] init: Wicket
>>>>>                     extensions initializer
>>>>>                      INFO 12-27 12:24:51.410 o.a.w.Application:558
>>>>>                     [main] - [OpenmeetingsApplication] init:
>>>>>                     DevUtils DebugBar Initializer
>>>>>                      INFO 12-27 12:24:57.181 c.h.system:65 [main]
>>>>>                     - [172.105.37.153]:5701 [dev] [4.1] Hazelcast
>>>>>                     4.1 (20201104 - 2a1a477) st$
>>>>>
>>>>>                     The server has not started. Can I do anything
>>>>>                     in this case?
>>>>>
>>>>>                     Regards
>>>>>                     Jitendra
>>>>>
>>>>>                     On Sun, 27 Dec 2020 at 17:36, Ali Alhaidary
>>>>>                     <ali.alhaidary@the5stars.org
>>>>>                     <ma...@the5stars.org>> wrote:
>>>>>
>>>>>                         1. stop om service
>>>>>
>>>>>                         2. delete the contents of openmeetings.log
>>>>>
>>>>>                         3. start om service
>>>>>
>>>>>                         4. check openmeetings.log
>>>>>
>>>>>
>>>>>                         On 12/27/20 2:17 PM, GuruCoool Learnings
>>>>>                         wrote:
>>>>>>                         Since I am now not able to access the
>>>>>>                         localhost url so please help which file I
>>>>>>                         can update smtp records in?
>>>>>>
>>>>>>                         Regards
>>>>>>                         Jitendra
>>>>>>
>>>>>>                         On Sun, 27 Dec 2020 at 14:33, GuruCoool
>>>>>>                         Learnings <info@gurucoool.com
>>>>>>                         <ma...@gurucoool.com>> wrote:
>>>>>>
>>>>>>                             These are a few last lines-
>>>>>>
>>>>>>                             DEBUG 12-27 03:07:14.300
>>>>>>                             o.a.o.w.a.WebSession:223
>>>>>>                             [nio-5443-exec-3] - checkHashes,
>>>>>>                             secure: 'null', invitation:
>>>>>>                             'ff51cfbd-4797-4f30-9d60-3f78955f00b4'
>>>>>>                             DEBUG 12-27 03:07:14.338
>>>>>>                             o.a.o.w.a.WebSession:225
>>>>>>                             [nio-5443-exec-3] - checkHashes, has
>>>>>>                             soap in session ? 'false'
>>>>>>                             DEBUG 12-27 03:07:14.420
>>>>>>                             o.a.o.w.a.ClientManager:352
>>>>>>                             [nio-5443-exec-3] - Cluster:: The
>>>>>>                             only server found
>>>>>>                             DEBUG 12-27 03:07:14.492
>>>>>>                             o.a.o.d.u.AuthLevelUtil:40
>>>>>>                             [nio-5443-exec-3] - Level ADMIN ::
>>>>>>                             [DENIED]
>>>>>>                             DEBUG 12-27 03:07:14.498
>>>>>>                             o.a.o.d.u.AuthLevelUtil:40
>>>>>>                             [nio-5443-exec-3] - Level GROUP_ADMIN
>>>>>>                             :: [DENIED]
>>>>>>                             DEBUG 12-27 03:07:14.519
>>>>>>                             o.a.o.d.u.AuthLevelUtil:40
>>>>>>                             [nio-5443-exec-3] - Level ADMIN ::
>>>>>>                             [DENIED]
>>>>>>                             DEBUG 12-27 03:07:14.525
>>>>>>                             o.a.o.d.u.AuthLevelUtil:40
>>>>>>                             [nio-5443-exec-3] - Level ADMIN ::
>>>>>>                             [DENIED]
>>>>>>                             DEBUG 12-27 03:07:14.566
>>>>>>                             o.a.o.w.c.OmWebSocketPanel:74
>>>>>>                             [nio-5443-exec-3] - pingTimer is attached
>>>>>>                             DEBUG 12-27 03:07:18.703
>>>>>>                             o.a.o.d.d.l.ConferenceLogDao:52
>>>>>>                             [nio-5443-exec-1] - [add]:
>>>>>>                             org.apache.openmeetings.db.entity.log.ConferenceLog@7a836ea7
>>>>>>                             DEBUG 12-27 03:07:18.718
>>>>>>                             o.a.o.w.a.ClientManager:126
>>>>>>                             [nio-5443-exec-1] - Adding online
>>>>>>                             client:
>>>>>>                             2b627591-eeb1-4c49-8b8c-c5a6528634af,
>>>>>>                             room: null
>>>>>>                             DEBUG 12-27 03:07:18.728
>>>>>>                             o.a.o.w.c.MainPanel:160
>>>>>>                             [nio-5443-exec-1] -
>>>>>>                             WebSocketBehavior::onConnect [uid:
>>>>>>                             2b627591-eeb1-4c49-8b8c-c5a6528634af,
>>>>>>                             session: F307B900D3DFADE9$DEBUG 12-27
>>>>>>                             03:07:18.752
>>>>>>                             o.a.o.d.d.l.ConferenceLogDao:52
>>>>>>                             [nio-5443-exec-1] - [add]:
>>>>>>                             org.apache.openmeetings.db.entity.log.ConferenceLog@5cb63b3c
>>>>>>                             DEBUG 12-27 03:07:18.757
>>>>>>                             o.a.o.w.a.ClientManager:257
>>>>>>                             [nio-5443-exec-1] - Adding online
>>>>>>                             room client:
>>>>>>                             2b627591-eeb1-4c49-8b8c-c5a6528634af,
>>>>>>                             room: 11
>>>>>>                             DEBUG 12-27 03:07:18.764
>>>>>>                             o.a.o.w.a.ClientManager:275
>>>>>>                             [nio-5443-exec-1] - Cluster:: room 11
>>>>>>                             was not found for server 'server-1',
>>>>>>                             adding ...
>>>>>>                             DEBUG 12-27 03:07:18.765
>>>>>>                             o.a.o.w.a.ClientManager:448
>>>>>>                             [nio-5443-exec-1] - Cluster:: room 11
>>>>>>                             is added to server, whole list [11]
>>>>>>                             DEBUG 12-27 03:07:18.766
>>>>>>                             o.a.o.w.a.ClientManager:114
>>>>>>                             [erver-1.event-1] - Cluster:: Server
>>>>>>                             was updated server-1 ->
>>>>>>                             ServerInfo[rooms: [11]]
>>>>>>                             DEBUG 12-27 03:07:18.770
>>>>>>                             o.a.o.d.u.AuthLevelUtil:40
>>>>>>                             [nio-5443-exec-1] - Level ADMIN ::
>>>>>>                             [DENIED]
>>>>>>                              INFO 12-27 03:07:18.771
>>>>>>                             o.a.o.w.r.RoomPanel:395
>>>>>>                             [nio-5443-exec-1] - Setting rights
>>>>>>                             for client:: [AUDIO, VIDEO] -> false
>>>>>>                             DEBUG 12-27 03:07:18.783
>>>>>>                             o.a.o.d.u.AuthLevelUtil:40
>>>>>>                             [nio-5443-exec-1] - Level ADMIN ::
>>>>>>                             [DENIED]
>>>>>>                             DEBUG 12-27 03:07:18.789
>>>>>>                             o.a.o.d.d.r.PollDao:87
>>>>>>                             [nio-5443-exec-1] -  :: getPoll :: 11
>>>>>>                             DEBUG 12-27 03:07:18.799
>>>>>>                             o.a.o.d.d.r.PollDao:98
>>>>>>                             [nio-5443-exec-1] -  :: getArchived :: 11
>>>>>>                             DEBUG 12-27 03:07:18.829
>>>>>>                             o.a.o.d.d.f.FileItemDao:55
>>>>>>                             [nio-5443-exec-1] - getByOwner() started
>>>>>>                             DEBUG 12-27 03:07:18.832
>>>>>>                             o.a.o.d.d.f.FileItemDao:50
>>>>>>                             [nio-5443-exec-1] - getByRoom roomId
>>>>>>                             :: 11
>>>>>>                              WARN 12-27 03:07:23.779
>>>>>>                             o.a.o.w.a.TimerService:69
>>>>>>                             [Thread-2609] - Moderator room check 11
>>>>>>                              WARN 12-27 03:07:23.783
>>>>>>                             o.a.o.w.r.RoomPanel:588 [Thread-2611]
>>>>>>                             - !! moderatorInRoom: false
>>>>>>
>>>>>>                             Jitendra
>>>>>>
>>>>>>                             On Sun, 27 Dec 2020 at 14:31,
>>>>>>                             GuruCoool Learnings
>>>>>>                             <info@gurucoool.com
>>>>>>                             <ma...@gurucoool.com>> wrote:
>>>>>>
>>>>>>                                 I checked but couldn't trace.
>>>>>>
>>>>>>                                 Honestly, I am not friendly with
>>>>>>                                 these processes. I am not a coder
>>>>>>                                 or developer. I am a maths
>>>>>>                                 teacher and anyhow set up the
>>>>>>                                 server with the help of the
>>>>>>                                 documentation provided by
>>>>>>                                 openmeetings.
>>>>>>
>>>>>>                                 Regards
>>>>>>                                 Jitendra
>>>>>>
>>>>>>                                 On Sun, 27 Dec 2020 at 13:02, Ali
>>>>>>                                 Alhaidary
>>>>>>                                 <ali.alhaidary@the5stars.org
>>>>>>                                 <ma...@the5stars.org>>
>>>>>>                                 wrote:
>>>>>>
>>>>>>                                     Could be, check
>>>>>>                                     openmeetings.log to see if
>>>>>>                                     the service has started ...
>>>>>>
>>>>>>                                     Ali
>>>>>>
>>>>>>
>>>>>>                                     On 12/27/20 10:26 AM,
>>>>>>                                     GuruCoool Learnings wrote:
>>>>>>>                                     One more thing I remember I
>>>>>>>                                     did. In OM >> Administration
>>>>>>>                                     >> Configuration, I erased
>>>>>>>                                     the records of smtp records
>>>>>>>                                     like server email, port
>>>>>>>                                     number etc.
>>>>>>>                                     Can this be a reason for
>>>>>>>                                     "This site can’t be reached"?
>>>>>>>
>>>>>>>                                     On Sun, 27 Dec 2020 at
>>>>>>>                                     12:43, GuruCoool Learnings
>>>>>>>                                     <info@gurucoool.com
>>>>>>>                                     <ma...@gurucoool.com>>
>>>>>>>                                     wrote:
>>>>>>>
>>>>>>>                                         I was trying to check
>>>>>>>                                         the ports by the command
>>>>>>>                                         netstat -a -n
>>>>>>>
>>>>>>>                                         and made no change
>>>>>>>                                         there. After that I just
>>>>>>>                                         restarted the server and
>>>>>>>                                         unfortunately, the
>>>>>>>                                         server is not accessible.
>>>>>>>                                         It says,"This site can’t
>>>>>>>                                         be reached".
>>>>>>>
>>>>>>>                                         I don't know what to do now.
>>>>>>>
>>>>>>>                                         Regards
>>>>>>>                                         Jitendra
>>>>>>>
>>>>>>>                                         On Sun, 27 Dec 2020 at
>>>>>>>                                         11:54, Maxim Solodovnik
>>>>>>>                                         <solomax666@gmail.com
>>>>>>>                                         <ma...@gmail.com>>
>>>>>>>                                         wrote:
>>>>>>>
>>>>>>>                                             please read this
>>>>>>>                                             article:
>>>>>>>                                             https://support.google.com/a/answer/176600?hl=en
>>>>>>>
>>>>>>>                                             Especially this Use
>>>>>>>                                             the Gmail SMTP
>>>>>>>                                             server part
>>>>>>>
>>>>>>>                                             as i wrote before
>>>>>>>                                             for TLS (port 587)
>>>>>>>                                             you have to enable
>>>>>>>                                             "mail.smtp.starttls.enable"
>>>>>>>                                             in OM -> Admin -> Config
>>>>>>>                                             for SSL (port
>>>>>>>                                             465) you have to
>>>>>>>                                             enable
>>>>>>>                                             "mail.smtp.ssl.enable"
>>>>>>>                                             in OM -> Admin -> Config
>>>>>>>
>>>>>>>                                             and check if
>>>>>>>                                             connection to
>>>>>>>                                             smtp.gmail.com
>>>>>>>                                             <http://smtp.gmail.com> through
>>>>>>>                                             the port selected is
>>>>>>>                                             allowed from your OM
>>>>>>>                                             server
>>>>>>>
>>>>>>>                                             On Sun, 27 Dec 2020
>>>>>>>                                             at 12:09, GuruCoool
>>>>>>>                                             Learnings
>>>>>>>                                             <info@gurucoool.com
>>>>>>>                                             <ma...@gurucoool.com>>
>>>>>>>                                             wrote:
>>>>>>>
>>>>>>>                                                 Hello dear Maxim,
>>>>>>>                                                 By security
>>>>>>>                                                 options, do you
>>>>>>>                                                 mean Forwarding
>>>>>>>                                                 and POP/IMAP in
>>>>>>>                                                 my Gmail?
>>>>>>>                                                 If yes, I have
>>>>>>>                                                 enabled it
>>>>>>>                                                 already. If no,
>>>>>>>                                                 then please
>>>>>>>                                                 guide me what
>>>>>>>                                                 exactly I need
>>>>>>>                                                 to do for
>>>>>>>                                                 correct security
>>>>>>>                                                 options.
>>>>>>>
>>>>>>>                                                 Also, you
>>>>>>>                                                 mentioned about
>>>>>>>                                                 firewall
>>>>>>>                                                 settings, please
>>>>>>>                                                 guide me on this
>>>>>>>                                                 also.
>>>>>>>
>>>>>>>                                                 Thanks and regards
>>>>>>>                                                 Jitendra
>>>>>>>
>>>>>>>                                                 On Sat, 26 Dec
>>>>>>>                                                 2020 at 08:37,
>>>>>>>                                                 GuruCoool
>>>>>>>                                                 Learnings
>>>>>>>                                                 <info@gurucoool.com
>>>>>>>                                                 <ma...@gurucoool.com>>
>>>>>>>                                                 wrote:
>>>>>>>
>>>>>>>                                                     Thanks.
>>>>>>>                                                     Please guide
>>>>>>>                                                     me for
>>>>>>>                                                     correct
>>>>>>>                                                     security
>>>>>>>                                                     options and
>>>>>>>                                                     firewall
>>>>>>>                                                     settings. I
>>>>>>>                                                     am not savy
>>>>>>>                                                     with these
>>>>>>>                                                     processes.
>>>>>>>
>>>>>>>                                                     Thanks & Regards
>>>>>>>                                                     Jitendra
>>>>>>>
>>>>>>>                                                     On Sat, Dec
>>>>>>>                                                     26, 2020,
>>>>>>>                                                     07:18 Maxim
>>>>>>>                                                     Solodovnik
>>>>>>>                                                     <solomax666@gmail.com
>>>>>>>                                                     <ma...@gmail.com>>
>>>>>>>                                                     wrote:
>>>>>>>
>>>>>>>                                                         The
>>>>>>>                                                         correct
>>>>>>>                                                         settings
>>>>>>>                                                         for
>>>>>>>                                                         gmail
>>>>>>>                                                         are
>>>>>>>                                                         here:
>>>>>>>                                                         https://support.google.com/mail/answer/7126229?hl=en
>>>>>>>
>>>>>>>
>>>>>>>                                                         You have
>>>>>>>                                                         to
>>>>>>>                                                         specify
>>>>>>>                                                         only ONE of
>>>>>>>                                                         mail.smtp.starttls.enable
>>>>>>>                                                         mail.smtp.ssl.enable
>>>>>>>
>>>>>>>                                                         timeout
>>>>>>>                                                         error
>>>>>>>                                                         might be
>>>>>>>                                                         because
>>>>>>>                                                         you are
>>>>>>>                                                         not
>>>>>>>                                                         setting
>>>>>>>                                                         correct
>>>>>>>                                                         security
>>>>>>>                                                         option
>>>>>>>                                                         Or maybe
>>>>>>>                                                         your
>>>>>>>                                                         provider/firewall
>>>>>>>                                                         blocks
>>>>>>>                                                         the
>>>>>>>                                                         connection
>>>>>>>
>>>>>>>
>>>>>>>                                                         On Fri,
>>>>>>>                                                         25 Dec
>>>>>>>                                                         2020 at
>>>>>>>                                                         22:20,
>>>>>>>                                                         GuruCoool
>>>>>>>                                                         Learnings
>>>>>>>                                                         <info@gurucoool.com
>>>>>>>                                                         <ma...@gurucoool.com>>
>>>>>>>                                                         wrote:
>>>>>>>
>>>>>>>                                                             Nothing
>>>>>>>                                                             happened
>>>>>>>                                                             even
>>>>>>>                                                             after
>>>>>>>                                                             restarting
>>>>>>>                                                             the
>>>>>>>                                                             server.
>>>>>>>
>>>>>>>                                                             Jitendra
>>>>>>>
>>>>>>>                                                             On
>>>>>>>                                                             Fri,
>>>>>>>                                                             25
>>>>>>>                                                             Dec
>>>>>>>                                                             2020
>>>>>>>                                                             at
>>>>>>>                                                             13:44,
>>>>>>>                                                             GuruCoool
>>>>>>>                                                             Learnings
>>>>>>>                                                             <info@gurucoool.com
>>>>>>>                                                             <ma...@gurucoool.com>>
>>>>>>>                                                             wrote:
>>>>>>>
>>>>>>>                                                                 Okay.
>>>>>>>                                                                 I
>>>>>>>                                                                 will
>>>>>>>                                                                 try
>>>>>>>                                                                 and
>>>>>>>                                                                 then
>>>>>>>                                                                 will
>>>>>>>                                                                 let you
>>>>>>>                                                                 know.
>>>>>>>
>>>>>>>
>>>>>>>                                                                 Thanks
>>>>>>>                                                                 Jitendra
>>>>>>>
>>>>>>>                                                                 On
>>>>>>>                                                                 Fri,
>>>>>>>                                                                 Dec
>>>>>>>                                                                 25,
>>>>>>>                                                                 2020,
>>>>>>>                                                                 13:29
>>>>>>>                                                                 Ali
>>>>>>>                                                                 Alhaidary
>>>>>>>                                                                 <ali.alhaidary@the5stars.org
>>>>>>>                                                                 <ma...@the5stars.org>>
>>>>>>>                                                                 wrote:
>>>>>>>
>>>>>>>                                                                     You
>>>>>>>                                                                     must
>>>>>>>                                                                     restart
>>>>>>>                                                                     the
>>>>>>>                                                                     server
>>>>>>>                                                                     so
>>>>>>>                                                                     tat
>>>>>>>                                                                     any
>>>>>>>                                                                     new
>>>>>>>                                                                     settings
>>>>>>>                                                                     can
>>>>>>>                                                                     take
>>>>>>>                                                                     effect
>>>>>>>
>>>>>>>                                                                     Ali
>>>>>>>
>>>>>>>                                                                     On
>>>>>>>                                                                     12/25/20
>>>>>>>                                                                     3:54
>>>>>>>                                                                     AM,
>>>>>>>                                                                     GuruCoool
>>>>>>>                                                                     Learnings
>>>>>>>                                                                     wrote:
>>>>>>>>                                                                     It
>>>>>>>>                                                                     shows
>>>>>>>>                                                                     error
>>>>>>>>                                                                     message
>>>>>>>>                                                                     in
>>>>>>>>                                                                     OM
>>>>>>>>                                                                     email
>>>>>>>>                                                                     management
>>>>>>>>                                                                     section
>>>>>>>>                                                                     only.
>>>>>>>>
>>>>>>>>
>>>>>>>>                                                                     Jitendra
>>>>>>>>
>>>>>>>>                                                                     On
>>>>>>>>                                                                     Fri,
>>>>>>>>                                                                     Dec
>>>>>>>>                                                                     25,
>>>>>>>>                                                                     2020,
>>>>>>>>                                                                     01:17
>>>>>>>>                                                                     Alvaro
>>>>>>>>                                                                     <zurcamos@gmail.com
>>>>>>>>                                                                     <ma...@gmail.com>>
>>>>>>>>                                                                     wrote:
>>>>>>>>
>>>>>>>>                                                                         ...right
>>>>>>>>                                                                         now
>>>>>>>>                                                                         i
>>>>>>>>                                                                         tested
>>>>>>>>                                                                         my
>>>>>>>>                                                                         OM
>>>>>>>>                                                                         5.1.0
>>>>>>>>                                                                         at
>>>>>>>>                                                                         localhost
>>>>>>>>                                                                          and
>>>>>>>>                                                                         gmail
>>>>>>>>                                                                         configuration
>>>>>>>>                                                                         and
>>>>>>>>                                                                         send
>>>>>>>>                                                                         mail
>>>>>>>>                                                                         ok
>>>>>>>>                                                                         to
>>>>>>>>                                                                         "user...@gmail.com
>>>>>>>>                                                                         <ma...@gmail.com>".
>>>>>>>>
>>>>>>>>                                                                         Please
>>>>>>>>                                                                         take
>>>>>>>>                                                                         a
>>>>>>>>                                                                         look
>>>>>>>>                                                                         in
>>>>>>>>                                                                         your
>>>>>>>>                                                                         spam
>>>>>>>>                                                                         Gmail
>>>>>>>>                                                                         web.
>>>>>>>>
>>>>>>>>
>>>>>>>>                                                                         .....................
>>>>>>>>
>>>>>>>>
>>>>>>>>                                                                         El
>>>>>>>>                                                                         jue,
>>>>>>>>                                                                         24-12-2020
>>>>>>>>                                                                         a
>>>>>>>>                                                                         las
>>>>>>>>                                                                         23:20
>>>>>>>>                                                                         +0530,
>>>>>>>>                                                                         GuruCoool
>>>>>>>>                                                                         Learnings
>>>>>>>>                                                                         escribió:
>>>>>>>>>                                                                         Tried
>>>>>>>>>                                                                         both
>>>>>>>>>                                                                         587
>>>>>>>>>                                                                         and
>>>>>>>>>                                                                         465
>>>>>>>>>                                                                         one
>>>>>>>>>                                                                         by
>>>>>>>>>                                                                         one
>>>>>>>>>                                                                         but
>>>>>>>>>                                                                         didn't
>>>>>>>>>                                                                         find
>>>>>>>>>                                                                         any
>>>>>>>>>                                                                         solution.
>>>>>>>>>                                                                         However
>>>>>>>>>                                                                         thanks
>>>>>>>>>                                                                         for
>>>>>>>>>                                                                         your
>>>>>>>>>                                                                         replies.
>>>>>>>>>
>>>>>>>>>
>>>>>>>>>                                                                         I
>>>>>>>>>                                                                         have
>>>>>>>>>                                                                         one
>>>>>>>>>                                                                         more
>>>>>>>>>                                                                         query.
>>>>>>>>>                                                                         generally
>>>>>>>>>                                                                         openmeetings
>>>>>>>>>                                                                         generates
>>>>>>>>>                                                                         user
>>>>>>>>>                                                                         specific
>>>>>>>>>                                                                         invitation
>>>>>>>>>                                                                         links.
>>>>>>>>>                                                                         Is
>>>>>>>>>                                                                         it
>>>>>>>>>                                                                         possible
>>>>>>>>>                                                                         to
>>>>>>>>>                                                                         create
>>>>>>>>>                                                                         invitation
>>>>>>>>>                                                                         links
>>>>>>>>>                                                                         that
>>>>>>>>>                                                                         can
>>>>>>>>>                                                                         be
>>>>>>>>>                                                                         given
>>>>>>>>>                                                                         to
>>>>>>>>>                                                                         anyone
>>>>>>>>>                                                                         who
>>>>>>>>>                                                                         is
>>>>>>>>>                                                                         not
>>>>>>>>>                                                                         registered
>>>>>>>>>                                                                         on
>>>>>>>>>                                                                         my
>>>>>>>>>                                                                         server?
>>>>>>>>>
>>>>>>>>>                                                                         On
>>>>>>>>>                                                                         Thu,
>>>>>>>>>                                                                         24
>>>>>>>>>                                                                         Dec
>>>>>>>>>                                                                         2020
>>>>>>>>>                                                                         at
>>>>>>>>>                                                                         23:16,
>>>>>>>>>                                                                         Ali
>>>>>>>>>                                                                         Alhaidary
>>>>>>>>>                                                                         <ali.alhaidary@the5stars.org
>>>>>>>>>                                                                         <ma...@the5stars.org>>
>>>>>>>>>                                                                         wrote:
>>>>>>>>>>
>>>>>>>>>>                                                                         It
>>>>>>>>>>                                                                         did
>>>>>>>>>>                                                                         not
>>>>>>>>>>                                                                         work
>>>>>>>>>>                                                                         with
>>>>>>>>>>                                                                         me
>>>>>>>>>>                                                                         as
>>>>>>>>>>                                                                         well
>>>>>>>>>>                                                                         :-)
>>>>>>>>>>
>>>>>>>>>>                                                                         try
>>>>>>>>>>                                                                         port
>>>>>>>>>>                                                                         465
>>>>>>>>>>
>>>>>>>>>>                                                                         Ali
>>>>>>>>>>
>>>>>>>>>>                                                                         On
>>>>>>>>>>                                                                         12/24/20
>>>>>>>>>>                                                                         8:23
>>>>>>>>>>                                                                         PM,
>>>>>>>>>>                                                                         GuruCoool
>>>>>>>>>>                                                                         Learnings
>>>>>>>>>>                                                                         wrote:
>>>>>>>>>>>                                                                         gurucoool.com
>>>>>>>>>>>                                                                         <http://gurucoool.com>
>>>>>>>>>>>                                                                         is
>>>>>>>>>>>                                                                         my
>>>>>>>>>>>                                                                         main
>>>>>>>>>>>                                                                         site
>>>>>>>>>>>                                                                         where
>>>>>>>>>>>                                                                         I
>>>>>>>>>>>                                                                         use
>>>>>>>>>>>                                                                         the
>>>>>>>>>>>                                                                         same
>>>>>>>>>>>                                                                         gmail
>>>>>>>>>>>                                                                         smtp
>>>>>>>>>>>                                                                         details
>>>>>>>>>>>                                                                         that
>>>>>>>>>>>                                                                         I
>>>>>>>>>>>                                                                         want
>>>>>>>>>>>                                                                         to
>>>>>>>>>>>                                                                         use
>>>>>>>>>>>                                                                         with
>>>>>>>>>>>                                                                         openmeetings.
>>>>>>>>>>>                                                                         Gmail
>>>>>>>>>>>                                                                         smtp
>>>>>>>>>>>                                                                         works
>>>>>>>>>>>                                                                         fine
>>>>>>>>>>>                                                                         with
>>>>>>>>>>>                                                                         my
>>>>>>>>>>>                                                                         main
>>>>>>>>>>>                                                                         site
>>>>>>>>>>>                                                                         gurucoool.com
>>>>>>>>>>>                                                                         <http://gurucoool.com>
>>>>>>>>>>>                                                                         but
>>>>>>>>>>>                                                                         is
>>>>>>>>>>>                                                                         not
>>>>>>>>>>>                                                                         working
>>>>>>>>>>>                                                                         with
>>>>>>>>>>>                                                                         openmeetings.
>>>>>>>>>>>
>>>>>>>>>>>                                                                         On
>>>>>>>>>>>                                                                         Thu,
>>>>>>>>>>>                                                                         24
>>>>>>>>>>>                                                                         Dec
>>>>>>>>>>>                                                                         2020
>>>>>>>>>>>                                                                         at
>>>>>>>>>>>                                                                         13:05,
>>>>>>>>>>>                                                                         Ali
>>>>>>>>>>>                                                                         Alhaidary
>>>>>>>>>>>                                                                         <ali.alhaidary@the5stars.org
>>>>>>>>>>>                                                                         <ma...@the5stars.org>>
>>>>>>>>>>>                                                                         wrote:
>>>>>>>>>>>>
>>>>>>>>>>>>                                                                         I
>>>>>>>>>>>>                                                                         think
>>>>>>>>>>>>                                                                         you
>>>>>>>>>>>>                                                                         should
>>>>>>>>>>>>                                                                         use
>>>>>>>>>>>>                                                                         the
>>>>>>>>>>>>                                                                         SMTP
>>>>>>>>>>>>                                                                         of
>>>>>>>>>>>>                                                                         gurucool.com
>>>>>>>>>>>>                                                                         <http://gurucool.com>
>>>>>>>>>>>>                                                                         instead
>>>>>>>>>>>>
>>>>>>>>>>>>                                                                         Ali
>>>>>>>>>>>>
>>>>>>>>>>>>                                                                         On
>>>>>>>>>>>>                                                                         12/24/20
>>>>>>>>>>>>                                                                         10:06
>>>>>>>>>>>>                                                                         AM,
>>>>>>>>>>>>                                                                         GuruCoool
>>>>>>>>>>>>                                                                         Learnings
>>>>>>>>>>>>                                                                         wrote:
>>>>>>>>>>>>>                                                                         Hi
>>>>>>>>>>>>>                                                                         Ali,
>>>>>>>>>>>>>
>>>>>>>>>>>>>                                                                         I
>>>>>>>>>>>>>                                                                         have
>>>>>>>>>>>>>                                                                         followed
>>>>>>>>>>>>>                                                                         the
>>>>>>>>>>>>>                                                                         guidelines
>>>>>>>>>>>>>                                                                         provided
>>>>>>>>>>>>>                                                                         by
>>>>>>>>>>>>>                                                                         the
>>>>>>>>>>>>>                                                                         openmeetings
>>>>>>>>>>>>>                                                                         documentation
>>>>>>>>>>>>>                                                                         which
>>>>>>>>>>>>>                                                                         is
>>>>>>>>>>>>>                                                                         as follows-
>>>>>>>>>>>>>
>>>>>>>>>>>>>                                                                         A
>>>>>>>>>>>>>                                                                         valid
>>>>>>>>>>>>>                                                                         example
>>>>>>>>>>>>>                                                                         to
>>>>>>>>>>>>>                                                                         configure
>>>>>>>>>>>>>                                                                         the
>>>>>>>>>>>>>                                                                         mail
>>>>>>>>>>>>>                                                                         server
>>>>>>>>>>>>>                                                                         with
>>>>>>>>>>>>>                                                                         Gmail,
>>>>>>>>>>>>>                                                                         is
>>>>>>>>>>>>>                                                                         as
>>>>>>>>>>>>>                                                                         follows:
>>>>>>>>>>>>>                                                                         (replace
>>>>>>>>>>>>>                                                                         john@gmail.com
>>>>>>>>>>>>>                                                                         <ma...@gmail.com>
>>>>>>>>>>>>>                                                                         with
>>>>>>>>>>>>>                                                                         your
>>>>>>>>>>>>>                                                                         real
>>>>>>>>>>>>>                                                                         Gmail
>>>>>>>>>>>>>                                                                         account)
>>>>>>>>>>>>>
>>>>>>>>>>>>>                                                                         Mail-Refer
>>>>>>>>>>>>>                                                                         ==
>>>>>>>>>>>>>                                                                         info@gurucoool.com
>>>>>>>>>>>>>                                                                         <ma...@gurucoool.com>
>>>>>>>>>>>>>                                                                         SMTP-Server
>>>>>>>>>>>>>                                                                         ==
>>>>>>>>>>>>>                                                                         smtp.gmail.com
>>>>>>>>>>>>>                                                                         <http://smtp.gmail.com>
>>>>>>>>>>>>>                                                                         SMTP-Server
>>>>>>>>>>>>>                                                                         Port
>>>>>>>>>>>>>                                                                         (default
>>>>>>>>>>>>>                                                                         Smtp-Server
>>>>>>>>>>>>>                                                                         Port
>>>>>>>>>>>>>                                                                         is
>>>>>>>>>>>>>                                                                         25)
>>>>>>>>>>>>>                                                                         ==
>>>>>>>>>>>>>                                                                         587
>>>>>>>>>>>>>                                                                         SMTP-Username
>>>>>>>>>>>>>                                                                         ==
>>>>>>>>>>>>>                                                                         info@gurucoool.com
>>>>>>>>>>>>>                                                                         <ma...@gurucoool.com>
>>>>>>>>>>>>>                                                                         SMTP-Userpass
>>>>>>>>>>>>>                                                                         ==
>>>>>>>>>>>>>                                                                         password
>>>>>>>>>>>>>                                                                         of
>>>>>>>>>>>>>                                                                         info@gurucoool.com
>>>>>>>>>>>>>                                                                         <ma...@gurucoool.com>
>>>>>>>>>>>>>                                                                         (this
>>>>>>>>>>>>>                                                                         is
>>>>>>>>>>>>>                                                                         the
>>>>>>>>>>>>>                                                                         one
>>>>>>>>>>>>>                                                                         I
>>>>>>>>>>>>>                                                                         use
>>>>>>>>>>>>>                                                                         to
>>>>>>>>>>>>>                                                                         open
>>>>>>>>>>>>>                                                                         the
>>>>>>>>>>>>>                                                                         mail
>>>>>>>>>>>>>                                                                         box at
>>>>>>>>>>>>>                                                                         info@gurucoool.com
>>>>>>>>>>>>>                                                                         <ma...@gurucoool.com>)
>>>>>>>>>>>>>                                                                         Enable
>>>>>>>>>>>>>                                                                         TLS
>>>>>>>>>>>>>                                                                         in
>>>>>>>>>>>>>                                                                         Mail
>>>>>>>>>>>>>                                                                         Server
>>>>>>>>>>>>>                                                                         Auth
>>>>>>>>>>>>>                                                                         ==
>>>>>>>>>>>>>                                                                         ...turn
>>>>>>>>>>>>>                                                                         green
>>>>>>>>>>>>>                                                                         the
>>>>>>>>>>>>>                                                                         button
>>>>>>>>>>>>>                                                                         to
>>>>>>>>>>>>>                                                                         activate
>>>>>>>>>>>>>                                                                         Default
>>>>>>>>>>>>>                                                                         Language
>>>>>>>>>>>>>                                                                         ==
>>>>>>>>>>>>>                                                                         English
>>>>>>>>>>>>>
>>>>>>>>>>>>>                                                                         ...the
>>>>>>>>>>>>>                                                                         rest
>>>>>>>>>>>>>                                                                         you
>>>>>>>>>>>>>                                                                         can
>>>>>>>>>>>>>                                                                         change
>>>>>>>>>>>>>                                                                         it
>>>>>>>>>>>>>                                                                         as
>>>>>>>>>>>>>                                                                         you
>>>>>>>>>>>>>                                                                         likes.
>>>>>>>>>>>>>
>>>>>>>>>>>>>                                                                         However
>>>>>>>>>>>>>                                                                         can
>>>>>>>>>>>>>                                                                         it
>>>>>>>>>>>>>                                                                         would
>>>>>>>>>>>>>                                                                         be
>>>>>>>>>>>>>                                                                         a
>>>>>>>>>>>>>                                                                         great
>>>>>>>>>>>>>                                                                         help
>>>>>>>>>>>>>                                                                         if
>>>>>>>>>>>>>                                                                         you
>>>>>>>>>>>>>                                                                         can
>>>>>>>>>>>>>                                                                         clarify
>>>>>>>>>>>>>                                                                         what
>>>>>>>>>>>>>                                                                         actually
>>>>>>>>>>>>>                                                                         you
>>>>>>>>>>>>>                                                                         mean
>>>>>>>>>>>>>                                                                         by
>>>>>>>>>>>>>                                                                         the
>>>>>>>>>>>>>                                                                         following-
>>>>>>>>>>>>>
>>>>>>>>>>>>>                                                                         Host
>>>>>>>>>>>>>                                                                         name
>>>>>>>>>>>>>                                                                         is
>>>>>>>>>>>>>                                                                         wrong
>>>>>>>>>>>>>                                                                         or
>>>>>>>>>>>>>
>>>>>>>>>>>>>                                                                         Connection
>>>>>>>>>>>>>                                                                         security
>>>>>>>>>>>>>                                                                         is
>>>>>>>>>>>>>                                                                         wrong
>>>>>>>>>>>>>                                                                         or
>>>>>>>>>>>>>                                                                         service
>>>>>>>>>>>>>                                                                         is
>>>>>>>>>>>>>                                                                         not
>>>>>>>>>>>>>                                                                         available
>>>>>>>>>>>>>                                                                         or
>>>>>>>>>>>>>
>>>>>>>>>>>>>
>>>>>>>>>>>>>                                                                         Thanks
>>>>>>>>>>>>>
>>>>>>>>>>>>>                                                                         Jitendra
>>>>>>>>>>>>>
>>>>>>>>>>>>>
>>>>>>>>>>>>>
>>>>>>>>>>>>>
>>>>>>>>>>>>>                                                                         On
>>>>>>>>>>>>>                                                                         Thu,
>>>>>>>>>>>>>                                                                         24
>>>>>>>>>>>>>                                                                         Dec
>>>>>>>>>>>>>                                                                         2020
>>>>>>>>>>>>>                                                                         at
>>>>>>>>>>>>>                                                                         11:24,
>>>>>>>>>>>>>                                                                         Ali
>>>>>>>>>>>>>                                                                         Alhaidary
>>>>>>>>>>>>>                                                                         <ali.alhaidary@the5stars.org
>>>>>>>>>>>>>                                                                         <ma...@the5stars.org>>
>>>>>>>>>>>>>                                                                         wrote:
>>>>>>>>>>>>>>
>>>>>>>>>>>>>>                                                                         Hi,
>>>>>>>>>>>>>>
>>>>>>>>>>>>>>                                                                         It
>>>>>>>>>>>>>>                                                                         is
>>>>>>>>>>>>>>                                                                         either:
>>>>>>>>>>>>>>
>>>>>>>>>>>>>>                                                                         Host
>>>>>>>>>>>>>>                                                                         name
>>>>>>>>>>>>>>                                                                         is
>>>>>>>>>>>>>>                                                                         wrong
>>>>>>>>>>>>>>                                                                         or
>>>>>>>>>>>>>>                                                                         SMTP
>>>>>>>>>>>>>>                                                                         server
>>>>>>>>>>>>>>                                                                         name
>>>>>>>>>>>>>>                                                                         is
>>>>>>>>>>>>>>                                                                         wrong
>>>>>>>>>>>>>>                                                                         or
>>>>>>>>>>>>>>                                                                         Port
>>>>>>>>>>>>>>                                                                         number
>>>>>>>>>>>>>>                                                                         is
>>>>>>>>>>>>>>                                                                         wrong
>>>>>>>>>>>>>>                                                                         or
>>>>>>>>>>>>>>                                                                         Connection
>>>>>>>>>>>>>>                                                                         security
>>>>>>>>>>>>>>                                                                         is
>>>>>>>>>>>>>>                                                                         wrong
>>>>>>>>>>>>>>                                                                         or
>>>>>>>>>>>>>>                                                                         User
>>>>>>>>>>>>>>                                                                         name
>>>>>>>>>>>>>>                                                                         is
>>>>>>>>>>>>>>                                                                         wrong
>>>>>>>>>>>>>>                                                                         or
>>>>>>>>>>>>>>                                                                         pass
>>>>>>>>>>>>>>                                                                         word
>>>>>>>>>>>>>>                                                                         is
>>>>>>>>>>>>>>                                                                         wrong
>>>>>>>>>>>>>>                                                                         or
>>>>>>>>>>>>>>                                                                         service
>>>>>>>>>>>>>>                                                                         is
>>>>>>>>>>>>>>                                                                         not
>>>>>>>>>>>>>>                                                                         available
>>>>>>>>>>>>>>                                                                         or
>>>>>>>>>>>>>>                                                                         some
>>>>>>>>>>>>>>                                                                         of
>>>>>>>>>>>>>>                                                                         the
>>>>>>>>>>>>>>                                                                         above
>>>>>>>>>>>>>>                                                                         or
>>>>>>>>>>>>>>                                                                         all
>>>>>>>>>>>>>>                                                                         of
>>>>>>>>>>>>>>                                                                         the
>>>>>>>>>>>>>>                                                                         above
>>>>>>>>>>>>>>
>>>>>>>>>>>>>>                                                                         Try
>>>>>>>>>>>>>>                                                                         searching
>>>>>>>>>>>>>>                                                                         the
>>>>>>>>>>>>>>                                                                         mailing
>>>>>>>>>>>>>>                                                                         list,
>>>>>>>>>>>>>>                                                                         the
>>>>>>>>>>>>>>                                                                         solution
>>>>>>>>>>>>>>                                                                         is
>>>>>>>>>>>>>>                                                                         there
>>>>>>>>>>>>>>                                                                         as
>>>>>>>>>>>>>>                                                                         you
>>>>>>>>>>>>>>                                                                         need
>>>>>>>>>>>>>>                                                                         to
>>>>>>>>>>>>>>                                                                         check
>>>>>>>>>>>>>>                                                                         each
>>>>>>>>>>>>>>                                                                         and
>>>>>>>>>>>>>>                                                                         every
>>>>>>>>>>>>>>                                                                         one
>>>>>>>>>>>>>>                                                                         ...
>>>>>>>>>>>>>>
>>>>>>>>>>>>>>                                                                         :-)
>>>>>>>>>>>>>>
>>>>>>>>>>>>>>
>>>>>>>>>>>>>>                                                                         On
>>>>>>>>>>>>>>                                                                         12/23/20
>>>>>>>>>>>>>>                                                                         2:18
>>>>>>>>>>>>>>                                                                         PM,
>>>>>>>>>>>>>>                                                                         GuruCoool
>>>>>>>>>>>>>>                                                                         Learnings
>>>>>>>>>>>>>>                                                                         wrote:
>>>>>>>>>>>>>>>                                                                         Hi,
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>                                                                         I
>>>>>>>>>>>>>>>                                                                         am
>>>>>>>>>>>>>>>                                                                         facing
>>>>>>>>>>>>>>>                                                                         mail
>>>>>>>>>>>>>>>                                                                         sending
>>>>>>>>>>>>>>>                                                                         error
>>>>>>>>>>>>>>>                                                                         in
>>>>>>>>>>>>>>>                                                                         my
>>>>>>>>>>>>>>>                                                                         openmeetings
>>>>>>>>>>>>>>>                                                                         server.
>>>>>>>>>>>>>>>                                                                         Whenever
>>>>>>>>>>>>>>>                                                                         I
>>>>>>>>>>>>>>>                                                                         try
>>>>>>>>>>>>>>>                                                                         to
>>>>>>>>>>>>>>>                                                                         send
>>>>>>>>>>>>>>>                                                                         a
>>>>>>>>>>>>>>>                                                                         mail
>>>>>>>>>>>>>>>                                                                         I
>>>>>>>>>>>>>>>                                                                         get
>>>>>>>>>>>>>>>                                                                         an error
>>>>>>>>>>>>>>>                                                                         message
>>>>>>>>>>>>>>>                                                                         as
>>>>>>>>>>>>>>>                                                                         follows-
>>>>>>>>>>>>>>>                                                                         Error
>>>>>>>>>>>>>>>                                                                         Count
>>>>>>>>>>>>>>>                                                                         5
>>>>>>>>>>>>>>>                                                                         Last
>>>>>>>>>>>>>>>                                                                         Error
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>                                                                         com.sun.mail.util.MailConnectException:
>>>>>>>>>>>>>>>                                                                         Couldn't
>>>>>>>>>>>>>>>                                                                         connect
>>>>>>>>>>>>>>>                                                                         to
>>>>>>>>>>>>>>>                                                                         host,
>>>>>>>>>>>>>>>                                                                         port:
>>>>>>>>>>>>>>>                                                                         smtp.gmail.com
>>>>>>>>>>>>>>>                                                                         <http://smtp.gmail.com>,
>>>>>>>>>>>>>>>                                                                         587;
>>>>>>>>>>>>>>>                                                                         timeout
>>>>>>>>>>>>>>>                                                                         30000;
>>>>>>>>>>>>>>>                                                                         nested
>>>>>>>>>>>>>>>                                                                         exception
>>>>>>>>>>>>>>>                                                                         is:
>>>>>>>>>>>>>>>                                                                         java.net.SocketTimeoutException:
>>>>>>>>>>>>>>>                                                                         connect
>>>>>>>>>>>>>>>                                                                         timed
>>>>>>>>>>>>>>>                                                                         out
>>>>>>>>>>>>>>>                                                                         at
>>>>>>>>>>>>>>>                                                                         com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:2209)
>>>>>>>>>>>>>>>                                                                         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:221)
>>>>>>>>>>>>>>>                                                                         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:
>>>>>>>>>>>>>>>                                                                         connect
>>>>>>>>>>>>>>>                                                                         timed
>>>>>>>>>>>>>>>                                                                         out
>>>>>>>>>>>>>>>                                                                         at
>>>>>>>>>>>>>>>                                                                         java.base/java.net.PlainSocketImpl.socketConnect(Native
>>>>>>>>>>>>>>>                                                                         Method)
>>>>>>>>>>>>>>>                                                                         at
>>>>>>>>>>>>>>>                                                                         java.base/java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:399)
>>>>>>>>>>>>>>>                                                                         at
>>>>>>>>>>>>>>>                                                                         java.base/java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:242)
>>>>>>>>>>>>>>>                                                                         at
>>>>>>>>>>>>>>>                                                                         java.base/java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:224)
>>>>>>>>>>>>>>>                                                                         at
>>>>>>>>>>>>>>>                                                                         java.base/java.net.SocksSocketImpl.connect(SocksSocketImpl.java:403)
>>>>>>>>>>>>>>>                                                                         at
>>>>>>>>>>>>>>>                                                                         java.base/java.net.Socket.connect(Socket.java:609)
>>>>>>>>>>>>>>>                                                                         at
>>>>>>>>>>>>>>>                                                                         com.sun.mail.util.SocketFetcher.createSocket(SocketFetcher.java:357)
>>>>>>>>>>>>>>>                                                                         at
>>>>>>>>>>>>>>>                                                                         com.sun.mail.util.SocketFetcher.getSocket(SocketFetcher.java:238)
>>>>>>>>>>>>>>>                                                                         at
>>>>>>>>>>>>>>>                                                                         com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:2175)
>>>>>>>>>>>>>>>                                                                         ...
>>>>>>>>>>>>>>>                                                                         10
>>>>>>>>>>>>>>>                                                                         more
>>>>>>>>>>>>>>>                                                                         Please
>>>>>>>>>>>>>>>                                                                         help.
>>>>>>>>>>>>>>>                                                                         Thanks
>>>>>>>>>>>>>>>                                                                         Jitendra
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>>                                                         -- 
>>>>>>>                                                         Best
>>>>>>>                                                         regards,
>>>>>>>                                                         Maxim
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>>                                             -- 
>>>>>>>                                             Best regards,
>>>>>>>                                             Maxim
>>>>>>>

Re: Mail sending error in openmeetings server

Posted by GuruCoool Learnings <in...@gurucoool.com>.
I use linode who by default keeps these ports blocked.

Jitendra

On Sat, Jan 9, 2021, 02:33 Ali Alhaidary <al...@the5stars.org>
wrote:

> Good to know, what cloud service is used?
>
> Ali
> On 1/8/21 9:27 PM, GuruCoool Learnings wrote:
>
> Finally I got success sending mails from my OM-server. The port 587 was
> blocked from the cloud service provider.
>
> Thanks for all the support
> Jitendra
>
> On Thu, 7 Jan 2021 at 06:26, Maxim Solodovnik <so...@gmail.com>
> wrote:
>
>> OM can work with any mail server (AFAIK)
>> But
>> 1) it should be accessible
>> 2) the credentials should be correct :)
>>
>> On Wed, 6 Jan 2021 at 18:29, GuruCoool Learnings <in...@gurucoool.com>
>> wrote:
>>
>>> Till now, no.
>>> Can this be used with openmeetings if successful?
>>>
>>> Regards
>>> Jitendra
>>>
>>> On Wed, 6 Jan 2021 at 16:56, Daniel Baker <in...@collisiondetection.biz>
>>> wrote:
>>>
>>>> Did you try  standalone  test   using postfix.
>>>>
>>>> https://pbxgo.com/index.php/2020/11/19/postfix-and-gmail/
>>>>
>>>>
>>>>
>>>> On 06-Jan-21 11:18 AM, GuruCoool Learnings wrote:
>>>>
>>>> I tried everything that I could do as per knowledge. I tried the
>>>> following-
>>>>
>>>> As per the suggestion by
>>>> https://www.hostinger.in/tutorials/smtp-port-587, I disabled firewall
>>>> by "sudo ufw disable", Checking with ISP (although the same problem occurs
>>>> with different ISPs).
>>>>
>>>> As per the suggestion by
>>>> http://ubuntuguide.net/install-and-enable-telnet-server-in-ubuntu-linux,
>>>> I installed telnet server and made every change as suggested except step 5
>>>> (I couldn't find that file).
>>>>
>>>> Checked if IMAP is enabled on my gmail service.
>>>>
>>>> Now I have no more ways to try to resolve the issue.
>>>>
>>>> Any help or suggestion is appreciated.
>>>>
>>>> Regards
>>>> Jitendra
>>>>
>>>> On Wed, 6 Jan 2021 at 11:51, Ali Alhaidary <al...@the5stars.org>
>>>> wrote:
>>>>
>>>>> Hi
>>>>>
>>>>> You will keep suffering if you do not sort out the issue with you
>>>>> service provider or FW administrator to open needed ports, try other ports
>>>>> (could be less secure)
>>>>>
>>>>>
>>>>>
>>>>> علي الحيدري
>>>>>
>>>>>
>>>>>
>>>>> *From: *GuruCoool Learnings <in...@gurucoool.com>
>>>>> *Sent: *Tuesday, January 5, 2021 3:28 PM
>>>>> *To: *user@openmeetings.apache.org
>>>>> *Subject: *Re: Mail sending error in openmeetings server
>>>>>
>>>>>
>>>>>
>>>>> I am still struggling with mail sending errors in my OM-server.
>>>>>
>>>>> Anyone in the community who can help on how to correct this problem?
>>>>>
>>>>>
>>>>>
>>>>> Regards
>>>>>
>>>>> Jitendra
>>>>>
>>>>>
>>>>>
>>>>> On Mon, 28 Dec 2020 at 19:49, Maxim Solodovnik <so...@gmail.com>
>>>>> wrote:
>>>>>
>>>>>
>>>>>
>>>>>
>>>>>
>>>>> On Mon, 28 Dec 2020 at 15:53, GuruCoool Learnings <in...@gurucoool.com>
>>>>> wrote:
>>>>>
>>>>> Tried it and the response is-
>>>>>
>>>>> telnet: Unable to connect to remote host: Connection timed out
>>>>>
>>>>>
>>>>>
>>>>> This obviously means the connection is blocked by your provider or
>>>>> your firewall
>>>>>
>>>>>
>>>>>
>>>>>
>>>>>
>>>>> Regards
>>>>>
>>>>> Jitendra
>>>>>
>>>>>
>>>>>
>>>>> On Mon, 28 Dec 2020 at 14:13, Maxim Solodovnik <so...@gmail.com>
>>>>> wrote:
>>>>>
>>>>> The simplest way: `telnet smtp.gmail.com 587`
>>>>>
>>>>>
>>>>>
>>>>>
>>>>>
>>>>> --
>>>>>
>>>>> Best regards,
>>>>> Maxim
>>>>>
>>>>>
>>>>>
>>>>>
>>>>> --
>>>>>
>>>>> Best regards,
>>>>> Maxim
>>>>>
>>>>>
>>>>>
>>>>
>>
>> --
>> Best regards,
>> Maxim
>>
>

Re: Mail sending error in openmeetings server

Posted by Ali Alhaidary <al...@the5stars.org>.
Good to know, what cloud service is used?

Ali

On 1/8/21 9:27 PM, GuruCoool Learnings wrote:
> Finally I got success sending mails from my OM-server. The port 587 
> was blocked from the cloud service provider.
>
> Thanks for all the support
> Jitendra
>
> On Thu, 7 Jan 2021 at 06:26, Maxim Solodovnik <solomax666@gmail.com 
> <ma...@gmail.com>> wrote:
>
>     OM can work with any mail server (AFAIK)
>     But
>     1) it should be accessible
>     2) the credentials should be correct :)
>
>     On Wed, 6 Jan 2021 at 18:29, GuruCoool Learnings
>     <info@gurucoool.com <ma...@gurucoool.com>> wrote:
>
>         Till now, no.
>         Can this be used with openmeetings if successful?
>
>         Regards
>         Jitendra
>
>         On Wed, 6 Jan 2021 at 16:56, Daniel Baker
>         <info@collisiondetection.biz
>         <ma...@collisiondetection.biz>> wrote:
>
>             Did you try  standalone  test   using postfix.
>
>             https://pbxgo.com/index.php/2020/11/19/postfix-and-gmail/
>
>
>
>             On 06-Jan-21 11:18 AM, GuruCoool Learnings wrote:
>>             I tried everything that I could do as per knowledge. I
>>             tried the following-
>>
>>             As per the suggestion by
>>             https://www.hostinger.in/tutorials/smtp-port-587, I
>>             disabled firewall by "sudo ufw disable", Checking with
>>             ISP (although the same problem occurs with different ISPs).
>>
>>             As per the suggestion by
>>             http://ubuntuguide.net/install-and-enable-telnet-server-in-ubuntu-linux,
>>             I installed telnet server and made every change as
>>             suggested except step 5 (I couldn't find that file).
>>
>>             Checked if IMAP is enabled on my gmail service.
>>
>>             Now I have no more ways to try to resolve the issue.
>>
>>             Any help or suggestion is appreciated.
>>
>>             Regards
>>             Jitendra
>>
>>             On Wed, 6 Jan 2021 at 11:51, Ali Alhaidary
>>             <ali.alhaidary@the5stars.org
>>             <ma...@the5stars.org>> wrote:
>>
>>                 Hi
>>
>>                 You will keep suffering if you do not sort out the
>>                 issue with you service provider or FW administrator
>>                 to open needed ports, try other ports (could be less
>>                 secure)
>>
>>                 علي الحيدري
>>
>>                 *From: *GuruCoool Learnings <ma...@gurucoool.com>
>>                 *Sent: *Tuesday, January 5, 2021 3:28 PM
>>                 *To: *user@openmeetings.apache.org
>>                 <ma...@openmeetings.apache.org>
>>                 *Subject: *Re: Mail sending error in openmeetings server
>>
>>                 I am still struggling with mail sending errors in my
>>                 OM-server.
>>
>>                 Anyone in the community who can help on how to
>>                 correct this problem?
>>
>>                 Regards
>>
>>                 Jitendra
>>
>>                 On Mon, 28 Dec 2020 at 19:49, Maxim Solodovnik
>>                 <solomax666@gmail.com <ma...@gmail.com>>
>>                 wrote:
>>
>>                     On Mon, 28 Dec 2020 at 15:53, GuruCoool Learnings
>>                     <info@gurucoool.com <ma...@gurucoool.com>>
>>                     wrote:
>>
>>                         Tried it and the response is-
>>
>>                         telnet: Unable to connect to remote host:
>>                         Connection timed out
>>
>>                     This obviously means the connection is blocked by
>>                     your provider or your firewall
>>
>>                         Regards
>>
>>                         Jitendra
>>
>>                         On Mon, 28 Dec 2020 at 14:13, Maxim
>>                         Solodovnik <solomax666@gmail.com
>>                         <ma...@gmail.com>> wrote:
>>
>>                             The simplest way: `telnet smtp.gmail.com
>>                             <http://smtp.gmail.com> 587`
>>
>>                             -- 
>>
>>                             Best regards,
>>                             Maxim
>>
>>
>>                     -- 
>>
>>                 Best regards,
>>                 Maxim
>>
>
>
>     -- 
>     Best regards,
>     Maxim
>

Re: Mail sending error in openmeetings server

Posted by GuruCoool Learnings <in...@gurucoool.com>.
Finally I got success sending mails from my OM-server. The port 587 was
blocked from the cloud service provider.

Thanks for all the support
Jitendra

On Thu, 7 Jan 2021 at 06:26, Maxim Solodovnik <so...@gmail.com> wrote:

> OM can work with any mail server (AFAIK)
> But
> 1) it should be accessible
> 2) the credentials should be correct :)
>
> On Wed, 6 Jan 2021 at 18:29, GuruCoool Learnings <in...@gurucoool.com>
> wrote:
>
>> Till now, no.
>> Can this be used with openmeetings if successful?
>>
>> Regards
>> Jitendra
>>
>> On Wed, 6 Jan 2021 at 16:56, Daniel Baker <in...@collisiondetection.biz>
>> wrote:
>>
>>> Did you try  standalone  test   using postfix.
>>>
>>> https://pbxgo.com/index.php/2020/11/19/postfix-and-gmail/
>>>
>>>
>>>
>>> On 06-Jan-21 11:18 AM, GuruCoool Learnings wrote:
>>>
>>> I tried everything that I could do as per knowledge. I tried the
>>> following-
>>>
>>> As per the suggestion by
>>> https://www.hostinger.in/tutorials/smtp-port-587, I disabled firewall
>>> by "sudo ufw disable", Checking with ISP (although the same problem occurs
>>> with different ISPs).
>>>
>>> As per the suggestion by
>>> http://ubuntuguide.net/install-and-enable-telnet-server-in-ubuntu-linux,
>>> I installed telnet server and made every change as suggested except step 5
>>> (I couldn't find that file).
>>>
>>> Checked if IMAP is enabled on my gmail service.
>>>
>>> Now I have no more ways to try to resolve the issue.
>>>
>>> Any help or suggestion is appreciated.
>>>
>>> Regards
>>> Jitendra
>>>
>>> On Wed, 6 Jan 2021 at 11:51, Ali Alhaidary <al...@the5stars.org>
>>> wrote:
>>>
>>>> Hi
>>>>
>>>> You will keep suffering if you do not sort out the issue with you
>>>> service provider or FW administrator to open needed ports, try other ports
>>>> (could be less secure)
>>>>
>>>>
>>>>
>>>> علي الحيدري
>>>>
>>>>
>>>>
>>>> *From: *GuruCoool Learnings <in...@gurucoool.com>
>>>> *Sent: *Tuesday, January 5, 2021 3:28 PM
>>>> *To: *user@openmeetings.apache.org
>>>> *Subject: *Re: Mail sending error in openmeetings server
>>>>
>>>>
>>>>
>>>> I am still struggling with mail sending errors in my OM-server.
>>>>
>>>> Anyone in the community who can help on how to correct this problem?
>>>>
>>>>
>>>>
>>>> Regards
>>>>
>>>> Jitendra
>>>>
>>>>
>>>>
>>>> On Mon, 28 Dec 2020 at 19:49, Maxim Solodovnik <so...@gmail.com>
>>>> wrote:
>>>>
>>>>
>>>>
>>>>
>>>>
>>>> On Mon, 28 Dec 2020 at 15:53, GuruCoool Learnings <in...@gurucoool.com>
>>>> wrote:
>>>>
>>>> Tried it and the response is-
>>>>
>>>> telnet: Unable to connect to remote host: Connection timed out
>>>>
>>>>
>>>>
>>>> This obviously means the connection is blocked by your provider or your
>>>> firewall
>>>>
>>>>
>>>>
>>>>
>>>>
>>>> Regards
>>>>
>>>> Jitendra
>>>>
>>>>
>>>>
>>>> On Mon, 28 Dec 2020 at 14:13, Maxim Solodovnik <so...@gmail.com>
>>>> wrote:
>>>>
>>>> The simplest way: `telnet smtp.gmail.com 587`
>>>>
>>>>
>>>>
>>>>
>>>>
>>>> --
>>>>
>>>> Best regards,
>>>> Maxim
>>>>
>>>>
>>>>
>>>>
>>>> --
>>>>
>>>> Best regards,
>>>> Maxim
>>>>
>>>>
>>>>
>>>
>
> --
> Best regards,
> Maxim
>

Re: Mail sending error in openmeetings server

Posted by Maxim Solodovnik <so...@gmail.com>.
OM can work with any mail server (AFAIK)
But
1) it should be accessible
2) the credentials should be correct :)

On Wed, 6 Jan 2021 at 18:29, GuruCoool Learnings <in...@gurucoool.com> wrote:

> Till now, no.
> Can this be used with openmeetings if successful?
>
> Regards
> Jitendra
>
> On Wed, 6 Jan 2021 at 16:56, Daniel Baker <in...@collisiondetection.biz>
> wrote:
>
>> Did you try  standalone  test   using postfix.
>>
>> https://pbxgo.com/index.php/2020/11/19/postfix-and-gmail/
>>
>>
>>
>> On 06-Jan-21 11:18 AM, GuruCoool Learnings wrote:
>>
>> I tried everything that I could do as per knowledge. I tried the
>> following-
>>
>> As per the suggestion by https://www.hostinger.in/tutorials/smtp-port-587,
>> I disabled firewall by "sudo ufw disable", Checking with ISP (although the
>> same problem occurs with different ISPs).
>>
>> As per the suggestion by
>> http://ubuntuguide.net/install-and-enable-telnet-server-in-ubuntu-linux,
>> I installed telnet server and made every change as suggested except step 5
>> (I couldn't find that file).
>>
>> Checked if IMAP is enabled on my gmail service.
>>
>> Now I have no more ways to try to resolve the issue.
>>
>> Any help or suggestion is appreciated.
>>
>> Regards
>> Jitendra
>>
>> On Wed, 6 Jan 2021 at 11:51, Ali Alhaidary <al...@the5stars.org>
>> wrote:
>>
>>> Hi
>>>
>>> You will keep suffering if you do not sort out the issue with you
>>> service provider or FW administrator to open needed ports, try other ports
>>> (could be less secure)
>>>
>>>
>>>
>>> علي الحيدري
>>>
>>>
>>>
>>> *From: *GuruCoool Learnings <in...@gurucoool.com>
>>> *Sent: *Tuesday, January 5, 2021 3:28 PM
>>> *To: *user@openmeetings.apache.org
>>> *Subject: *Re: Mail sending error in openmeetings server
>>>
>>>
>>>
>>> I am still struggling with mail sending errors in my OM-server.
>>>
>>> Anyone in the community who can help on how to correct this problem?
>>>
>>>
>>>
>>> Regards
>>>
>>> Jitendra
>>>
>>>
>>>
>>> On Mon, 28 Dec 2020 at 19:49, Maxim Solodovnik <so...@gmail.com>
>>> wrote:
>>>
>>>
>>>
>>>
>>>
>>> On Mon, 28 Dec 2020 at 15:53, GuruCoool Learnings <in...@gurucoool.com>
>>> wrote:
>>>
>>> Tried it and the response is-
>>>
>>> telnet: Unable to connect to remote host: Connection timed out
>>>
>>>
>>>
>>> This obviously means the connection is blocked by your provider or your
>>> firewall
>>>
>>>
>>>
>>>
>>>
>>> Regards
>>>
>>> Jitendra
>>>
>>>
>>>
>>> On Mon, 28 Dec 2020 at 14:13, Maxim Solodovnik <so...@gmail.com>
>>> wrote:
>>>
>>> The simplest way: `telnet smtp.gmail.com 587`
>>>
>>>
>>>
>>>
>>>
>>> --
>>>
>>> Best regards,
>>> Maxim
>>>
>>>
>>>
>>>
>>> --
>>>
>>> Best regards,
>>> Maxim
>>>
>>>
>>>
>>

-- 
Best regards,
Maxim

Re: Mail sending error in openmeetings server

Posted by GuruCoool Learnings <in...@gurucoool.com>.
Till now, no.
Can this be used with openmeetings if successful?

Regards
Jitendra

On Wed, 6 Jan 2021 at 16:56, Daniel Baker <in...@collisiondetection.biz>
wrote:

> Did you try  standalone  test   using postfix.
>
> https://pbxgo.com/index.php/2020/11/19/postfix-and-gmail/
>
>
>
> On 06-Jan-21 11:18 AM, GuruCoool Learnings wrote:
>
> I tried everything that I could do as per knowledge. I tried the following-
>
> As per the suggestion by https://www.hostinger.in/tutorials/smtp-port-587,
> I disabled firewall by "sudo ufw disable", Checking with ISP (although the
> same problem occurs with different ISPs).
>
> As per the suggestion by
> http://ubuntuguide.net/install-and-enable-telnet-server-in-ubuntu-linux,
> I installed telnet server and made every change as suggested except step 5
> (I couldn't find that file).
>
> Checked if IMAP is enabled on my gmail service.
>
> Now I have no more ways to try to resolve the issue.
>
> Any help or suggestion is appreciated.
>
> Regards
> Jitendra
>
> On Wed, 6 Jan 2021 at 11:51, Ali Alhaidary <al...@the5stars.org>
> wrote:
>
>> Hi
>>
>> You will keep suffering if you do not sort out the issue with you service
>> provider or FW administrator to open needed ports, try other ports (could
>> be less secure)
>>
>>
>>
>> علي الحيدري
>>
>>
>>
>> *From: *GuruCoool Learnings <in...@gurucoool.com>
>> *Sent: *Tuesday, January 5, 2021 3:28 PM
>> *To: *user@openmeetings.apache.org
>> *Subject: *Re: Mail sending error in openmeetings server
>>
>>
>>
>> I am still struggling with mail sending errors in my OM-server.
>>
>> Anyone in the community who can help on how to correct this problem?
>>
>>
>>
>> Regards
>>
>> Jitendra
>>
>>
>>
>> On Mon, 28 Dec 2020 at 19:49, Maxim Solodovnik <so...@gmail.com>
>> wrote:
>>
>>
>>
>>
>>
>> On Mon, 28 Dec 2020 at 15:53, GuruCoool Learnings <in...@gurucoool.com>
>> wrote:
>>
>> Tried it and the response is-
>>
>> telnet: Unable to connect to remote host: Connection timed out
>>
>>
>>
>> This obviously means the connection is blocked by your provider or your
>> firewall
>>
>>
>>
>>
>>
>> Regards
>>
>> Jitendra
>>
>>
>>
>> On Mon, 28 Dec 2020 at 14:13, Maxim Solodovnik <so...@gmail.com>
>> wrote:
>>
>> The simplest way: `telnet smtp.gmail.com 587`
>>
>>
>>
>>
>>
>> --
>>
>> Best regards,
>> Maxim
>>
>>
>>
>>
>> --
>>
>> Best regards,
>> Maxim
>>
>>
>>
>

Re: Mail sending error in openmeetings server

Posted by Daniel Baker <in...@collisiondetection.biz>.
Did you try  standalone  test   using postfix.

https://pbxgo.com/index.php/2020/11/19/postfix-and-gmail/



On 06-Jan-21 11:18 AM, GuruCoool Learnings wrote:
> I tried everything that I could do as per knowledge. I tried the 
> following-
>
> As per the suggestion by 
> https://www.hostinger.in/tutorials/smtp-port-587 
> <https://www.hostinger.in/tutorials/smtp-port-587>, I disabled 
> firewall by "sudo ufw disable", Checking with ISP (although the same 
> problem occurs with different ISPs).
>
> As per the suggestion by 
> http://ubuntuguide.net/install-and-enable-telnet-server-in-ubuntu-linux 
> <http://ubuntuguide.net/install-and-enable-telnet-server-in-ubuntu-linux>, 
> I installed telnet server and made every change as suggested except 
> step 5 (I couldn't find that file).
>
> Checked if IMAP is enabled on my gmail service.
>
> Now I have no more ways to try to resolve the issue.
>
> Any help or suggestion is appreciated.
>
> Regards
> Jitendra
>
> On Wed, 6 Jan 2021 at 11:51, Ali Alhaidary 
> <ali.alhaidary@the5stars.org <ma...@the5stars.org>> wrote:
>
>     Hi
>
>     You will keep suffering if you do not sort out the issue with you
>     service provider or FW administrator to open needed ports, try
>     other ports (could be less secure)
>
>     علي الحيدري
>
>     *From: *GuruCoool Learnings <ma...@gurucoool.com>
>     *Sent: *Tuesday, January 5, 2021 3:28 PM
>     *To: *user@openmeetings.apache.org
>     <ma...@openmeetings.apache.org>
>     *Subject: *Re: Mail sending error in openmeetings server
>
>     I am still struggling with mail sending errors in my OM-server.
>
>     Anyone in the community who can help on how to correct this problem?
>
>     Regards
>
>     Jitendra
>
>     On Mon, 28 Dec 2020 at 19:49, Maxim Solodovnik
>     <solomax666@gmail.com <ma...@gmail.com>> wrote:
>
>         On Mon, 28 Dec 2020 at 15:53, GuruCoool Learnings
>         <info@gurucoool.com <ma...@gurucoool.com>> wrote:
>
>             Tried it and the response is-
>
>             telnet: Unable to connect to remote host: Connection timed out
>
>         This obviously means the connection is blocked by your
>         provider or your firewall
>
>             Regards
>
>             Jitendra
>
>             On Mon, 28 Dec 2020 at 14:13, Maxim Solodovnik
>             <solomax666@gmail.com <ma...@gmail.com>> wrote:
>
>                 The simplest way: `telnet smtp.gmail.com
>                 <http://smtp.gmail.com> 587`
>
>                 -- 
>
>                 Best regards,
>                 Maxim
>
>
>         -- 
>
>     Best regards,
>     Maxim
>

Re: Mail sending error in openmeetings server

Posted by GuruCoool Learnings <in...@gurucoool.com>.
I tried everything that I could do as per knowledge. I tried the following-

As per the suggestion by https://www.hostinger.in/tutorials/smtp-port-587,
I disabled firewall by "sudo ufw disable", Checking with ISP (although the
same problem occurs with different ISPs).

As per the suggestion by
http://ubuntuguide.net/install-and-enable-telnet-server-in-ubuntu-linux, I
installed telnet server and made every change as suggested except step 5 (I
couldn't find that file).

Checked if IMAP is enabled on my gmail service.

Now I have no more ways to try to resolve the issue.

Any help or suggestion is appreciated.

Regards
Jitendra

On Wed, 6 Jan 2021 at 11:51, Ali Alhaidary <al...@the5stars.org>
wrote:

> Hi
>
> You will keep suffering if you do not sort out the issue with you service
> provider or FW administrator to open needed ports, try other ports (could
> be less secure)
>
>
>
> علي الحيدري
>
>
>
> *From: *GuruCoool Learnings <in...@gurucoool.com>
> *Sent: *Tuesday, January 5, 2021 3:28 PM
> *To: *user@openmeetings.apache.org
> *Subject: *Re: Mail sending error in openmeetings server
>
>
>
> I am still struggling with mail sending errors in my OM-server.
>
> Anyone in the community who can help on how to correct this problem?
>
>
>
> Regards
>
> Jitendra
>
>
>
> On Mon, 28 Dec 2020 at 19:49, Maxim Solodovnik <so...@gmail.com>
> wrote:
>
>
>
>
>
> On Mon, 28 Dec 2020 at 15:53, GuruCoool Learnings <in...@gurucoool.com>
> wrote:
>
> Tried it and the response is-
>
> telnet: Unable to connect to remote host: Connection timed out
>
>
>
> This obviously means the connection is blocked by your provider or your
> firewall
>
>
>
>
>
> Regards
>
> Jitendra
>
>
>
> On Mon, 28 Dec 2020 at 14:13, Maxim Solodovnik <so...@gmail.com>
> wrote:
>
> The simplest way: `telnet smtp.gmail.com 587`
>
>
>
>
>
> --
>
> Best regards,
> Maxim
>
>
>
>
> --
>
> Best regards,
> Maxim
>
>
>

RE: Mail sending error in openmeetings server

Posted by Ali Alhaidary <al...@the5stars.org>.
Hi
You will keep suffering if you do not sort out the issue with you service provider or FW administrator to open needed ports, try other ports (could be less secure)

علي الحيدري

From: GuruCoool Learnings
Sent: Tuesday, January 5, 2021 3:28 PM
To: user@openmeetings.apache.org
Subject: Re: Mail sending error in openmeetings server

I am still struggling with mail sending errors in my OM-server. 
Anyone in the community who can help on how to correct this problem?

Regards
Jitendra 

On Mon, 28 Dec 2020 at 19:49, Maxim Solodovnik <so...@gmail.com> wrote:


On Mon, 28 Dec 2020 at 15:53, GuruCoool Learnings <in...@gurucoool.com> wrote:
Tried it and the response is-
telnet: Unable to connect to remote host: Connection timed out

This obviously means the connection is blocked by your provider or your firewall
 

Regards
Jitendra

On Mon, 28 Dec 2020 at 14:13, Maxim Solodovnik <so...@gmail.com> wrote:
The simplest way: `telnet smtp.gmail.com 587`


-- 
Best regards,
Maxim



-- 
Best regards,
Maxim


Re: Mail sending error in openmeetings server

Posted by GuruCoool Learnings <in...@gurucoool.com>.
I am still struggling with mail sending errors in my OM-server.
Anyone in the community who can help on how to correct this problem?

Regards
Jitendra

On Mon, 28 Dec 2020 at 19:49, Maxim Solodovnik <so...@gmail.com> wrote:

>
>
> On Mon, 28 Dec 2020 at 15:53, GuruCoool Learnings <in...@gurucoool.com>
> wrote:
>
>> Tried it and the response is-
>> telnet: Unable to connect to remote host: Connection timed out
>>
>
> This obviously means the connection is blocked by your provider or your
> firewall
>
>
>>
>> Regards
>> Jitendra
>>
>> On Mon, 28 Dec 2020 at 14:13, Maxim Solodovnik <so...@gmail.com>
>> wrote:
>>
>>> The simplest way: `telnet smtp.gmail.com 587`
>>>
>>>
>>> --
>>> Best regards,
>>> Maxim
>>>
>>
>
> --
> Best regards,
> Maxim
>

Re: Mail sending error in openmeetings server

Posted by Maxim Solodovnik <so...@gmail.com>.
On Mon, 28 Dec 2020 at 15:53, GuruCoool Learnings <in...@gurucoool.com>
wrote:

> Tried it and the response is-
> telnet: Unable to connect to remote host: Connection timed out
>

This obviously means the connection is blocked by your provider or your
firewall


>
> Regards
> Jitendra
>
> On Mon, 28 Dec 2020 at 14:13, Maxim Solodovnik <so...@gmail.com>
> wrote:
>
>> The simplest way: `telnet smtp.gmail.com 587`
>>
>>
>> --
>> Best regards,
>> Maxim
>>
>

-- 
Best regards,
Maxim

Re: Mail sending error in openmeetings server

Posted by GuruCoool Learnings <in...@gurucoool.com>.
Tried it and the response is-
telnet: Unable to connect to remote host: Connection timed out

Regards
Jitendra

On Mon, 28 Dec 2020 at 14:13, Maxim Solodovnik <so...@gmail.com> wrote:

> The simplest way: `telnet smtp.gmail.com 587`
>
> On Mon, 28 Dec 2020 at 15:42, GuruCoool Learnings <in...@gurucoool.com>
> wrote:
>
>> :-)
>>
>> Hello Maxim,
>> Earlier you suggested a step
>> >>check if connection to smtp.gmail.com through the port selected is
>> allowed from your OM server
>>
>> Can you please clarify how to check the above?
>>
>> Regards
>> Jitendra
>>
>> On Mon, 28 Dec 2020 at 14:07, Ali Alhaidary <al...@the5stars.org>
>> wrote:
>>
>>> Good, back to square 1 :-)
>>>
>>> Now follow @Max recommendations ...
>>>
>>> Ali
>>> On 12/28/20 11:33 AM, GuruCoool Learnings wrote:
>>>
>>> Thanks for the update.
>>> I tried these commands one by one-
>>>
>>> >> sudo /etc/init.d/tomcat4 stop
>>> >> sudo chown -R nobody:nogroup /opt/open510
>>> >> sudo reboot
>>> >> sudo /etc/init.d/tomcat4 start
>>>
>>> Nothing happened. Still I am getting the same error when tried to send a
>>> mail-
>>>
>>> com.sun.mail.util.MailConnectException: Couldn't connect to host, port:
>>> smtp.gmail.com, 587; timeout 30000; nested exception is:
>>> java.net.SocketTimeoutException: connect timed out at
>>> com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:2209) 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:221)
>>> 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: connect timed out at
>>> java.base/java.net.PlainSocketImpl.socketConnect(Native Method) at
>>> java.base/java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:399)
>>> at
>>> java.base/java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:242)
>>> at
>>> java.base/java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:224)
>>> at java.base/java.net.SocksSocketImpl.connect(SocksSocketImpl.java:403) at
>>> java.base/java.net.Socket.connect(Socket.java:609) at
>>> com.sun.mail.util.SocketFetcher.createSocket(SocketFetcher.java:357) at
>>> com.sun.mail.util.SocketFetcher.getSocket(SocketFetcher.java:238) at
>>> com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:2175)
>>> ... 10 more
>>>
>>> Thanks and regards
>>> Jitendra
>>>
>>> On Mon, 28 Dec 2020 at 13:11, Denis Noctor <de...@gmail.com>
>>> wrote:
>>>
>>>> Just to be careful... rather than just using “sudo reboot”, make sure
>>>> to shutdown all OM related activities in advanced... especially Maria
>>>> Database (make a backup in advance) as it can sometimes corrupt the
>>>> database. I’ve been there and it is not a nice experience.
>>>>
>>>> Sent from my iPhone
>>>>
>>>> On Dec 27, 2020, at 10:58 AM, Ali Alhaidary <
>>>> ali.alhaidary@the5stars.org> wrote:
>>>>
>>>> since you said you are not very much into computers, it would be
>>>> difficult for you to trace the issue, so rebooting the server can cut the
>>>> story short
>>>>
>>>> sudo reboot
>>>>
>>>> and after the server boots start om and wait for 50 sec and see what is
>>>> written in the log
>>>>
>>>> Ali
>>>> On 12/27/20 7:52 PM, GuruCoool Learnings wrote:
>>>>
>>>> OS is ubuntu 18.04 LTS.
>>>> Restarting the server and restarting the OM are different? I thought
>>>> they are same and generally I do it by the command
>>>> >> sudo /etc/init.d/tomcat4 restart
>>>>
>>>> Regards
>>>> Jitendra
>>>>
>>>> On Sun, 27 Dec 2020 at 18:59, Ali Alhaidary <
>>>> ali.alhaidary@the5stars.org> wrote:
>>>>
>>>>> And restart the server, then start OM
>>>>> *, openmeetings.log should have something .... *
>>>>>
>>>>> Ali
>>>>> On 12/27/20 4:27 PM, Ali Alhaidary wrote:
>>>>>
>>>>> What is your OS? check owner of files please
>>>>>
>>>>> Ali
>>>>> On 12/27/20 4:02 PM, GuruCoool Learnings wrote:
>>>>>
>>>>> These are the files in /opt/open510/logs directory-
>>>>>
>>>>> catalina.2020-12-11.log  host-manager.2020-12-11.log
>>>>>  localhost.2020-12-19.log
>>>>> localhost_access_log.2020-12-21.txt  manager.2020-12-26.log
>>>>> catalina.2020-12-12.log  host-manager.2020-12-12.log
>>>>>  localhost.2020-12-25.log
>>>>> localhost_access_log.2020-12-22.txt  manager.2020-12-27.log
>>>>> catalina.2020-12-15.log  host-manager.2020-12-15.log
>>>>>  localhost.2020-12-26.log
>>>>> localhost_access_log.2020-12-23.txt  openmeetings.2020-12-11.0.log
>>>>> catalina.2020-12-16.log  host-manager.2020-12-17.log
>>>>>  localhost.2020-12-27.log
>>>>>  localhost_access_log.2020-12-24.txt  openmeetings.log
>>>>> catalina.2020-12-17.log  host-manager.2020-12-18.log
>>>>>  localhost_access_log.2020-12-11.txt  localhost_access_log.2020-12-25.txt
>>>>>  sessions.2020-12-20.0.log
>>>>> catalina.2020-12-18.log  host-manager.2020-12-19.log
>>>>>  localhost_access_log.2020-12-12.txt  localhost_access_log.2020-12-26.txt
>>>>>  sessions.2020-12-21.0.log
>>>>> catalina.2020-12-19.log  host-manager.2020-12-25.log
>>>>>  localhost_access_log.2020-12-13.txt  localhost_access_log.2020-12-27.txt
>>>>>  sessions.2020-12-22.0.log
>>>>> catalina.2020-12-20.log  host-manager.2020-12-26.log
>>>>>  localhost_access_log.2020-12-14.txt  manager.2020-12-11.log
>>>>> sessions.2020-12-23.0.log
>>>>> catalina.2020-12-21.log  host-manager.2020-12-27.log
>>>>>  localhost_access_log.2020-12-15.txt  manager.2020-12-12.log
>>>>> sessions.2020-12-24.0.log
>>>>> catalina.2020-12-24.log  localhost.2020-12-11.log
>>>>> localhost_access_log.2020-12-16.txt  manager.2020-12-15.log
>>>>> sessions.2020-12-25.0.log
>>>>> catalina.2020-12-25.log  localhost.2020-12-12.log
>>>>> localhost_access_log.2020-12-17.txt  manager.2020-12-17.log
>>>>> sessions.2020-12-26.0.log
>>>>> catalina.2020-12-26.log  localhost.2020-12-15.log
>>>>> localhost_access_log.2020-12-18.txt  manager.2020-12-18.log
>>>>> sessions.log
>>>>> catalina.2020-12-27.log  localhost.2020-12-17.log
>>>>> localhost_access_log.2020-12-19.txt  manager.2020-12-19.log
>>>>> catalina.out                     localhost.2020-12-18.log
>>>>> localhost_access_log.2020-12-20.txt  manager.2020-12-25.log
>>>>>
>>>>> I earlier renamed openmeetings to sessions so I checked in
>>>>> sessions.log. openmeetings.log is empty after I deleted the content.
>>>>>
>>>>> Regards
>>>>> Jitendra
>>>>>
>>>>> On Sun, 27 Dec 2020 at 18:25, GuruCoool Learnings <in...@gurucoool.com>
>>>>> wrote:
>>>>>
>>>>>> This is all I got after deleting the content and starting the OM
>>>>>> again.
>>>>>>
>>>>>> Regards
>>>>>> Jitendra
>>>>>>
>>>>>> On Sun, 27 Dec 2020 at 18:24, Ali Alhaidary <
>>>>>> ali.alhaidary@the5stars.org> wrote:
>>>>>>
>>>>>>> These entries does not show the service did not start, where is the
>>>>>>> rest ?
>>>>>>>
>>>>>>> Ali
>>>>>>>
>>>>>>>
>>>>>>> On 12/27/20 3:33 PM, GuruCoool Learnings wrote:
>>>>>>>
>>>>>>> I followed the steps suggested by you and here is what I got in
>>>>>>> openmeetings.log ( NOT STARTED)-
>>>>>>>
>>>>>>> INFO 12-27 12:24:43.292 o.s.w.c.ContextLoader:271 [main] - Root
>>>>>>> WebApplicationContext: initialization started
>>>>>>>  INFO 12-27 12:24:46.420 o.s.o.j.LocalEntityManagerFactoryBean:434
>>>>>>> [main] - Initialized JPA EntityManagerFactory for pe$ INFO 12-27
>>>>>>> 12:24:47.633 o.s.s.c.ThreadPoolTaskExecutor:181 [main] - Initializing
>>>>>>> ExecutorService 'taskExecutor'
>>>>>>> DEBUG 12-27 12:24:47.844 o.a.o.c.r.KurentoHandler:151
>>>>>>> [pool-1-thread-1] - Reconnecting KMS
>>>>>>>  INFO 12-27 12:24:48.098 o.k.j.c.JsonRpcClientNettyWebSocket:191
>>>>>>> [pool-1-thread-1] -  Connecting native client
>>>>>>>  INFO 12-27 12:24:48.102 o.k.j.c.JsonRpcClientNettyWebSocket:220
>>>>>>> [pool-1-thread-1] -  Creating new NioEventLoopGroup
>>>>>>>  INFO 12-27 12:24:48.792 o.k.j.c.JsonRpcClientNettyWebSocket:234
>>>>>>> [ntLoopGroup-2-1] -  Initiating new Netty channel. Wil$ INFO 12-27
>>>>>>> 12:24:48.919 o.q.i.StdSchedulerFactory:1220 [main] - Using default
>>>>>>> implementation for ThreadExecutor
>>>>>>>  INFO 12-27 12:24:49.015 o.q.c.SchedulerSignalerImpl:61 [main] -
>>>>>>> Initialized Scheduler Signaller of type: class org.qua$ INFO 12-27
>>>>>>> 12:24:49.016 o.q.c.QuartzScheduler:229 [main] - Quartz Scheduler v.2.3.2
>>>>>>> created.
>>>>>>>  INFO 12-27 12:24:49.018 o.q.s.RAMJobStore:155 [main] - RAMJobStore
>>>>>>> initialized.
>>>>>>>  INFO 12-27 12:24:49.043 o.q.c.QuartzScheduler:294 [main] -
>>>>>>> Scheduler meta-data: Quartz Scheduler (v2.3.2) 'org.springf$  Scheduler
>>>>>>> class: 'org.quartz.core.QuartzScheduler' - running locally.
>>>>>>>   NOT STARTED.
>>>>>>>   Currently in standby mode.
>>>>>>>   Number of jobs executed: 0
>>>>>>>   Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 10
>>>>>>> threads.
>>>>>>>   Using job-store 'org.quartz.simpl.RAMJobStore' - which does not
>>>>>>> support persistence. and is not clustered.
>>>>>>>
>>>>>>>  INFO 12-27 12:24:49.044 o.q.i.StdSchedulerFactory:1374 [main] -
>>>>>>> Quartz scheduler 'org.springframework.scheduling.quart$ INFO 12-27
>>>>>>> 12:24:49.044 o.q.i.StdSchedulerFactory:1378 [main] - Quartz scheduler
>>>>>>> version: 2.3.2
>>>>>>>  INFO 12-27 12:24:49.051 o.q.c.QuartzScheduler:2293 [main] -
>>>>>>> JobFactory set to: org.springframework.scheduling.quartz.A$ INFO 12-27
>>>>>>> 12:24:49.098 o.s.s.q.SchedulerFactoryBean:727 [main] - Starting Quartz
>>>>>>> Scheduler now
>>>>>>>  INFO 12-27 12:24:49.099 o.q.c.QuartzScheduler:547 [main] -
>>>>>>> Scheduler org.springframework.scheduling.quartz.SchedulerFa$ INFO 12-27
>>>>>>> 12:24:49.133 o.s.w.c.ContextLoader:307 [main] - Root WebApplicationContext
>>>>>>> initialized in 5832 ms
>>>>>>> INFO 12-27 12:24:49.255 o.a.w.u.f.WebXmlFile:235 [main] - web.xml:
>>>>>>> url mapping found for filter with name Openmeetings$ INFO 12-27
>>>>>>> 12:24:49.520 o.a.o.c.r.KurentoHandler:181 [pool-1-thread-1] - !!! Kurento
>>>>>>> connected
>>>>>>>  INFO 12-27 12:24:49.780 o.a.w.Application:558 [main] -
>>>>>>> [OpenmeetingsApplication] init: org.wicketstuff.dashboard.Dashb$ INFO 12-27
>>>>>>> 12:24:51.296 o.a.w.Application:558 [main] - [OpenmeetingsApplication] init:
>>>>>>> Wicket core library initializer
>>>>>>>  INFO 12-27 12:24:51.304 o.a.w.Application:558 [main] -
>>>>>>> [OpenmeetingsApplication] init: Wicket jQuery UI initializer
>>>>>>>  INFO 12-27 12:24:51.312 o.a.w.Application:558 [main] -
>>>>>>> [OpenmeetingsApplication] init: Wicket jQuery UI initializer (p$ INFO 12-27
>>>>>>> 12:24:51.318 o.a.w.Application:558 [main] - [OpenmeetingsApplication] init:
>>>>>>> Wicket extensions initializer
>>>>>>>  INFO 12-27 12:24:51.410 o.a.w.Application:558 [main] -
>>>>>>> [OpenmeetingsApplication] init: DevUtils DebugBar Initializer
>>>>>>>  INFO 12-27 12:24:57.181 c.h.system:65 [main] -
>>>>>>> [172.105.37.153]:5701 [dev] [4.1] Hazelcast 4.1 (20201104 - 2a1a477) st$
>>>>>>>
>>>>>>> The server has not started. Can I do anything in this case?
>>>>>>>
>>>>>>> Regards
>>>>>>> Jitendra
>>>>>>>
>>>>>>> On Sun, 27 Dec 2020 at 17:36, Ali Alhaidary <
>>>>>>> ali.alhaidary@the5stars.org> wrote:
>>>>>>>
>>>>>>>> 1. stop om service
>>>>>>>>
>>>>>>>> 2. delete the contents of openmeetings.log
>>>>>>>>
>>>>>>>> 3. start om service
>>>>>>>>
>>>>>>>> 4. check openmeetings.log
>>>>>>>>
>>>>>>>>
>>>>>>>> On 12/27/20 2:17 PM, GuruCoool Learnings wrote:
>>>>>>>>
>>>>>>>> Since I am now not able to access the localhost url so please help
>>>>>>>> which file I can update smtp records in?
>>>>>>>>
>>>>>>>> Regards
>>>>>>>> Jitendra
>>>>>>>>
>>>>>>>> On Sun, 27 Dec 2020 at 14:33, GuruCoool Learnings <
>>>>>>>> info@gurucoool.com> wrote:
>>>>>>>>
>>>>>>>>> These are a few last lines-
>>>>>>>>>
>>>>>>>>> DEBUG 12-27 03:07:14.300 o.a.o.w.a.WebSession:223
>>>>>>>>> [nio-5443-exec-3] - checkHashes, secure: 'null', invitation:
>>>>>>>>> 'ff51cfbd-4797-4f30-9d60-3f78955f00b4'
>>>>>>>>> DEBUG 12-27 03:07:14.338 o.a.o.w.a.WebSession:225
>>>>>>>>> [nio-5443-exec-3] - checkHashes, has soap in session ? 'false'
>>>>>>>>> DEBUG 12-27 03:07:14.420 o.a.o.w.a.ClientManager:352
>>>>>>>>> [nio-5443-exec-3] - Cluster:: The only server found
>>>>>>>>> DEBUG 12-27 03:07:14.492 o.a.o.d.u.AuthLevelUtil:40
>>>>>>>>> [nio-5443-exec-3] - Level ADMIN :: [DENIED]
>>>>>>>>> DEBUG 12-27 03:07:14.498 o.a.o.d.u.AuthLevelUtil:40
>>>>>>>>> [nio-5443-exec-3] - Level GROUP_ADMIN :: [DENIED]
>>>>>>>>> DEBUG 12-27 03:07:14.519 o.a.o.d.u.AuthLevelUtil:40
>>>>>>>>> [nio-5443-exec-3] - Level ADMIN :: [DENIED]
>>>>>>>>> DEBUG 12-27 03:07:14.525 o.a.o.d.u.AuthLevelUtil:40
>>>>>>>>> [nio-5443-exec-3] - Level ADMIN :: [DENIED]
>>>>>>>>> DEBUG 12-27 03:07:14.566 o.a.o.w.c.OmWebSocketPanel:74
>>>>>>>>> [nio-5443-exec-3] - pingTimer is attached
>>>>>>>>> DEBUG 12-27 03:07:18.703 o.a.o.d.d.l.ConferenceLogDao:52
>>>>>>>>> [nio-5443-exec-1] - [add]:
>>>>>>>>> org.apache.openmeetings.db.entity.log.ConferenceLog@7a836ea7
>>>>>>>>> DEBUG 12-27 03:07:18.718 o.a.o.w.a.ClientManager:126
>>>>>>>>> [nio-5443-exec-1] - Adding online client:
>>>>>>>>> 2b627591-eeb1-4c49-8b8c-c5a6528634af, room: null
>>>>>>>>> DEBUG 12-27 03:07:18.728 o.a.o.w.c.MainPanel:160 [nio-5443-exec-1]
>>>>>>>>> - WebSocketBehavior::onConnect [uid: 2b627591-eeb1-4c49-8b8c-c5a6528634af,
>>>>>>>>> session: F307B900D3DFADE9$DEBUG 12-27 03:07:18.752
>>>>>>>>> o.a.o.d.d.l.ConferenceLogDao:52 [nio-5443-exec-1] - [add]:
>>>>>>>>> org.apache.openmeetings.db.entity.log.ConferenceLog@5cb63b3c
>>>>>>>>> DEBUG 12-27 03:07:18.757 o.a.o.w.a.ClientManager:257
>>>>>>>>> [nio-5443-exec-1] - Adding online room client:
>>>>>>>>> 2b627591-eeb1-4c49-8b8c-c5a6528634af, room: 11
>>>>>>>>> DEBUG 12-27 03:07:18.764 o.a.o.w.a.ClientManager:275
>>>>>>>>> [nio-5443-exec-1] - Cluster:: room 11 was not found for server 'server-1',
>>>>>>>>> adding ...
>>>>>>>>> DEBUG 12-27 03:07:18.765 o.a.o.w.a.ClientManager:448
>>>>>>>>> [nio-5443-exec-1] - Cluster:: room 11 is added to server, whole list [11]
>>>>>>>>> DEBUG 12-27 03:07:18.766 o.a.o.w.a.ClientManager:114
>>>>>>>>> [erver-1.event-1] - Cluster:: Server was updated server-1 ->
>>>>>>>>> ServerInfo[rooms: [11]]
>>>>>>>>> DEBUG 12-27 03:07:18.770 o.a.o.d.u.AuthLevelUtil:40
>>>>>>>>> [nio-5443-exec-1] - Level ADMIN :: [DENIED]
>>>>>>>>>  INFO 12-27 03:07:18.771 o.a.o.w.r.RoomPanel:395 [nio-5443-exec-1]
>>>>>>>>> - Setting rights for client:: [AUDIO, VIDEO] -> false
>>>>>>>>> DEBUG 12-27 03:07:18.783 o.a.o.d.u.AuthLevelUtil:40
>>>>>>>>> [nio-5443-exec-1] - Level ADMIN :: [DENIED]
>>>>>>>>> DEBUG 12-27 03:07:18.789 o.a.o.d.d.r.PollDao:87 [nio-5443-exec-1]
>>>>>>>>> -  :: getPoll :: 11
>>>>>>>>> DEBUG 12-27 03:07:18.799 o.a.o.d.d.r.PollDao:98 [nio-5443-exec-1]
>>>>>>>>> -  :: getArchived :: 11
>>>>>>>>> DEBUG 12-27 03:07:18.829 o.a.o.d.d.f.FileItemDao:55
>>>>>>>>> [nio-5443-exec-1] - getByOwner() started
>>>>>>>>> DEBUG 12-27 03:07:18.832 o.a.o.d.d.f.FileItemDao:50
>>>>>>>>> [nio-5443-exec-1] - getByRoom roomId :: 11
>>>>>>>>>  WARN 12-27 03:07:23.779 o.a.o.w.a.TimerService:69 [Thread-2609] -
>>>>>>>>> Moderator room check 11
>>>>>>>>>  WARN 12-27 03:07:23.783 o.a.o.w.r.RoomPanel:588 [Thread-2611] -
>>>>>>>>> !! moderatorInRoom: false
>>>>>>>>>
>>>>>>>>> Jitendra
>>>>>>>>>
>>>>>>>>> On Sun, 27 Dec 2020 at 14:31, GuruCoool Learnings <
>>>>>>>>> info@gurucoool.com> wrote:
>>>>>>>>>
>>>>>>>>>> I checked but couldn't trace.
>>>>>>>>>>
>>>>>>>>>> Honestly, I am not friendly with these processes. I am not a
>>>>>>>>>> coder or developer. I am a maths teacher and anyhow set up the server with
>>>>>>>>>> the help of the documentation provided by openmeetings.
>>>>>>>>>>
>>>>>>>>>> Regards
>>>>>>>>>> Jitendra
>>>>>>>>>>
>>>>>>>>>> On Sun, 27 Dec 2020 at 13:02, Ali Alhaidary <
>>>>>>>>>> ali.alhaidary@the5stars.org> wrote:
>>>>>>>>>>
>>>>>>>>>>> Could be, check openmeetings.log to see if the service has
>>>>>>>>>>> started ...
>>>>>>>>>>>
>>>>>>>>>>> Ali
>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>> On 12/27/20 10:26 AM, GuruCoool Learnings wrote:
>>>>>>>>>>>
>>>>>>>>>>> One more thing I remember I did. In OM >> Administration >>
>>>>>>>>>>> Configuration, I erased the records of smtp records like server email, port
>>>>>>>>>>> number etc.
>>>>>>>>>>> Can this be a reason for "This site can’t be reached"?
>>>>>>>>>>>
>>>>>>>>>>> On Sun, 27 Dec 2020 at 12:43, GuruCoool Learnings <
>>>>>>>>>>> info@gurucoool.com> wrote:
>>>>>>>>>>>
>>>>>>>>>>>> I was trying to check the ports by the command
>>>>>>>>>>>> netstat -a -n
>>>>>>>>>>>>
>>>>>>>>>>>> and made no change there. After that I just restarted the
>>>>>>>>>>>> server and unfortunately, the server is not accessible.
>>>>>>>>>>>> It says,"This site can’t be reached".
>>>>>>>>>>>>
>>>>>>>>>>>> I don't know what to do now.
>>>>>>>>>>>>
>>>>>>>>>>>> Regards
>>>>>>>>>>>> Jitendra
>>>>>>>>>>>>
>>>>>>>>>>>> On Sun, 27 Dec 2020 at 11:54, Maxim Solodovnik <
>>>>>>>>>>>> solomax666@gmail.com> wrote:
>>>>>>>>>>>>
>>>>>>>>>>>>> please read this article:
>>>>>>>>>>>>> https://support.google.com/a/answer/176600?hl=en
>>>>>>>>>>>>> Especially this Use the Gmail SMTP server part
>>>>>>>>>>>>>
>>>>>>>>>>>>> as i wrote before
>>>>>>>>>>>>> for TLS (port 587) you have to enable
>>>>>>>>>>>>> "mail.smtp.starttls.enable" in OM -> Admin -> Config
>>>>>>>>>>>>> for SSL (port 465) you have to enable "mail.smtp.ssl.enable"
>>>>>>>>>>>>> in OM -> Admin -> Config
>>>>>>>>>>>>>
>>>>>>>>>>>>> and check if connection to smtp.gmail.com through the port
>>>>>>>>>>>>> selected is allowed from your OM server
>>>>>>>>>>>>>
>>>>>>>>>>>>> On Sun, 27 Dec 2020 at 12:09, GuruCoool Learnings <
>>>>>>>>>>>>> info@gurucoool.com> wrote:
>>>>>>>>>>>>>
>>>>>>>>>>>>>> Hello dear Maxim,
>>>>>>>>>>>>>> By security options, do you mean Forwarding and POP/IMAP in
>>>>>>>>>>>>>> my Gmail?
>>>>>>>>>>>>>> If yes, I have enabled it already. If no, then please guide
>>>>>>>>>>>>>> me what exactly I need to do for correct security options.
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> Also, you mentioned about firewall settings, please guide me
>>>>>>>>>>>>>> on this also.
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> Thanks and regards
>>>>>>>>>>>>>> Jitendra
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> On Sat, 26 Dec 2020 at 08:37, GuruCoool Learnings <
>>>>>>>>>>>>>> info@gurucoool.com> wrote:
>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> Thanks. Please guide me for correct security options and
>>>>>>>>>>>>>>> firewall settings. I am not savy with these processes.
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> Thanks & Regards
>>>>>>>>>>>>>>> Jitendra
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> On Sat, Dec 26, 2020, 07:18 Maxim Solodovnik <
>>>>>>>>>>>>>>> solomax666@gmail.com> wrote:
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> The correct settings for gmail are here:
>>>>>>>>>>>>>>>> https://support.google.com/mail/answer/7126229?hl=en
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> You have to specify only ONE of
>>>>>>>>>>>>>>>> mail.smtp.starttls.enable
>>>>>>>>>>>>>>>> mail.smtp.ssl.enable
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> timeout error might be because you are not setting correct
>>>>>>>>>>>>>>>> security option
>>>>>>>>>>>>>>>> Or maybe your provider/firewall blocks the connection
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> On Fri, 25 Dec 2020 at 22:20, GuruCoool Learnings <
>>>>>>>>>>>>>>>> info@gurucoool.com> wrote:
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>> Nothing happened even after restarting the server.
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>> Jitendra
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>> On Fri, 25 Dec 2020 at 13:44, GuruCoool Learnings <
>>>>>>>>>>>>>>>>> info@gurucoool.com> wrote:
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>> Okay. I will try and then will let you know.
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>> Thanks
>>>>>>>>>>>>>>>>>> Jitendra
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>> On Fri, Dec 25, 2020, 13:29 Ali Alhaidary <
>>>>>>>>>>>>>>>>>> ali.alhaidary@the5stars.org> wrote:
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>> You must restart the server so tat any new settings can
>>>>>>>>>>>>>>>>>>> take effect
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>> Ali
>>>>>>>>>>>>>>>>>>> On 12/25/20 3:54 AM, GuruCoool Learnings wrote:
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>> It shows error message in OM email management section
>>>>>>>>>>>>>>>>>>> only.
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>> Jitendra
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>> On Fri, Dec 25, 2020, 01:17 Alvaro <zu...@gmail.com>
>>>>>>>>>>>>>>>>>>> wrote:
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>> ...right now i tested my OM 5.1.0 at localhost  and
>>>>>>>>>>>>>>>>>>>> gmail
>>>>>>>>>>>>>>>>>>>> configuration and send mail ok to "user...@gmail.com".
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>> Please take a look in your spam Gmail web.
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>> .....................
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>> El jue, 24-12-2020 a las 23:20 +0530, GuruCoool
>>>>>>>>>>>>>>>>>>>> Learnings escribió:
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>> Tried both 587 and 465 one by one but didn't find any
>>>>>>>>>>>>>>>>>>>> solution. However thanks for your replies.
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>> I have one more query. generally openmeetings generates
>>>>>>>>>>>>>>>>>>>> user specific invitation links. Is it possible to create invitation links
>>>>>>>>>>>>>>>>>>>> that can be given to anyone who is not registered on my server?
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>> On Thu, 24 Dec 2020 at 23:16, Ali Alhaidary <
>>>>>>>>>>>>>>>>>>>> ali.alhaidary@the5stars.org> wrote:
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>> It did not work with me as well :-)
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>> try port 465
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>> Ali
>>>>>>>>>>>>>>>>>>>> On 12/24/20 8:23 PM, GuruCoool Learnings wrote:
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>> gurucoool.com is my main site where I use the same
>>>>>>>>>>>>>>>>>>>> gmail smtp details that I want to use with openmeetings. Gmail smtp works
>>>>>>>>>>>>>>>>>>>> fine with my main site gurucoool.com but is not
>>>>>>>>>>>>>>>>>>>> working with openmeetings.
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>> On Thu, 24 Dec 2020 at 13:05, Ali Alhaidary <
>>>>>>>>>>>>>>>>>>>> ali.alhaidary@the5stars.org> wrote:
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>> I think you should use the SMTP of gurucool.com instead
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>> Ali
>>>>>>>>>>>>>>>>>>>> On 12/24/20 10:06 AM, GuruCoool Learnings wrote:
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>> Hi Ali,
>>>>>>>>>>>>>>>>>>>> I have followed the guidelines provided by the
>>>>>>>>>>>>>>>>>>>> openmeetings documentation which is as follows-
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>> A valid example to configure the mail server with
>>>>>>>>>>>>>>>>>>>> Gmail, is as follows:
>>>>>>>>>>>>>>>>>>>> (replace john@gmail.com with your real Gmail account)
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>> Mail-Refer == info@gurucoool.com
>>>>>>>>>>>>>>>>>>>> SMTP-Server == smtp.gmail.com
>>>>>>>>>>>>>>>>>>>> SMTP-Server Port (default
>>>>>>>>>>>>>>>>>>>> Smtp-Server Port is 25) == 587
>>>>>>>>>>>>>>>>>>>> SMTP-Username == info@gurucoool.com
>>>>>>>>>>>>>>>>>>>> SMTP-Userpass == password of info@gurucoool.com (this
>>>>>>>>>>>>>>>>>>>> is the one I use to open the mail box at
>>>>>>>>>>>>>>>>>>>> info@gurucoool.com)
>>>>>>>>>>>>>>>>>>>> Enable TLS in Mail Server Auth == ...turn green the
>>>>>>>>>>>>>>>>>>>> button to activate
>>>>>>>>>>>>>>>>>>>> Default Language == English
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>> ...the rest you can change it as you likes.
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>> However can it would be a great help if you can clarify
>>>>>>>>>>>>>>>>>>>> what actually you mean by the following-
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>> Host name is wrong or
>>>>>>>>>>>>>>>>>>>> Connection security is wrong or
>>>>>>>>>>>>>>>>>>>> service is not available or
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>> Thanks
>>>>>>>>>>>>>>>>>>>> Jitendra
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>> On Thu, 24 Dec 2020 at 11:24, Ali Alhaidary <
>>>>>>>>>>>>>>>>>>>> ali.alhaidary@the5stars.org> wrote:
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>> Hi,
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>> It is either:
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>> Host name is wrong or
>>>>>>>>>>>>>>>>>>>> SMTP server name is wrong or
>>>>>>>>>>>>>>>>>>>> Port number is wrong or
>>>>>>>>>>>>>>>>>>>> Connection security is wrong or
>>>>>>>>>>>>>>>>>>>> User name is wrong or
>>>>>>>>>>>>>>>>>>>> pass word is wrong or
>>>>>>>>>>>>>>>>>>>> service is not available or
>>>>>>>>>>>>>>>>>>>> some of the above or
>>>>>>>>>>>>>>>>>>>> all of the above
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>> Try searching the mailing list, the solution is there
>>>>>>>>>>>>>>>>>>>> as you need to check each and every one ...
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>> :-)
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>> On 12/23/20 2:18 PM, GuruCoool Learnings wrote:
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>> Hi,
>>>>>>>>>>>>>>>>>>>> I am facing mail sending error in my openmeetings
>>>>>>>>>>>>>>>>>>>> server. Whenever I try to send a mail I get an error message as follows-
>>>>>>>>>>>>>>>>>>>> Error Count 5
>>>>>>>>>>>>>>>>>>>> Last Error
>>>>>>>>>>>>>>>>>>>> com.sun.mail.util.MailConnectException: Couldn't
>>>>>>>>>>>>>>>>>>>> connect to host, port: smtp.gmail.com, 587; timeout
>>>>>>>>>>>>>>>>>>>> 30000; nested exception is: java.net.SocketTimeoutException: connect timed
>>>>>>>>>>>>>>>>>>>> out at com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:2209)
>>>>>>>>>>>>>>>>>>>> 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:221)
>>>>>>>>>>>>>>>>>>>> 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: connect timed out at
>>>>>>>>>>>>>>>>>>>> java.base/java.net.PlainSocketImpl.socketConnect(Native Method) at
>>>>>>>>>>>>>>>>>>>> java.base/java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:399)
>>>>>>>>>>>>>>>>>>>> at
>>>>>>>>>>>>>>>>>>>> java.base/java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:242)
>>>>>>>>>>>>>>>>>>>> at
>>>>>>>>>>>>>>>>>>>> java.base/java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:224)
>>>>>>>>>>>>>>>>>>>> at java.base/java.net.SocksSocketImpl.connect(SocksSocketImpl.java:403) at
>>>>>>>>>>>>>>>>>>>> java.base/java.net.Socket.connect(Socket.java:609) at
>>>>>>>>>>>>>>>>>>>> com.sun.mail.util.SocketFetcher.createSocket(SocketFetcher.java:357) at
>>>>>>>>>>>>>>>>>>>> com.sun.mail.util.SocketFetcher.getSocket(SocketFetcher.java:238) at
>>>>>>>>>>>>>>>>>>>> com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:2175) ... 10
>>>>>>>>>>>>>>>>>>>> more
>>>>>>>>>>>>>>>>>>>> Please help.
>>>>>>>>>>>>>>>>>>>> Thanks
>>>>>>>>>>>>>>>>>>>> Jitendra
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> --
>>>>>>>>>>>>>>>> Best regards,
>>>>>>>>>>>>>>>> Maxim
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>
>>>>>>>>>>>>> --
>>>>>>>>>>>>> Best regards,
>>>>>>>>>>>>> Maxim
>>>>>>>>>>>>>
>>>>>>>>>>>>
>
> --
> Best regards,
> Maxim
>

Re: Mail sending error in openmeetings server

Posted by Maxim Solodovnik <so...@gmail.com>.
The simplest way: `telnet smtp.gmail.com 587`

On Mon, 28 Dec 2020 at 15:42, GuruCoool Learnings <in...@gurucoool.com>
wrote:

> :-)
>
> Hello Maxim,
> Earlier you suggested a step
> >>check if connection to smtp.gmail.com through the port selected is
> allowed from your OM server
>
> Can you please clarify how to check the above?
>
> Regards
> Jitendra
>
> On Mon, 28 Dec 2020 at 14:07, Ali Alhaidary <al...@the5stars.org>
> wrote:
>
>> Good, back to square 1 :-)
>>
>> Now follow @Max recommendations ...
>>
>> Ali
>> On 12/28/20 11:33 AM, GuruCoool Learnings wrote:
>>
>> Thanks for the update.
>> I tried these commands one by one-
>>
>> >> sudo /etc/init.d/tomcat4 stop
>> >> sudo chown -R nobody:nogroup /opt/open510
>> >> sudo reboot
>> >> sudo /etc/init.d/tomcat4 start
>>
>> Nothing happened. Still I am getting the same error when tried to send a
>> mail-
>>
>> com.sun.mail.util.MailConnectException: Couldn't connect to host, port:
>> smtp.gmail.com, 587; timeout 30000; nested exception is:
>> java.net.SocketTimeoutException: connect timed out at
>> com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:2209) 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:221)
>> 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: connect timed out at
>> java.base/java.net.PlainSocketImpl.socketConnect(Native Method) at
>> java.base/java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:399)
>> at
>> java.base/java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:242)
>> at
>> java.base/java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:224)
>> at java.base/java.net.SocksSocketImpl.connect(SocksSocketImpl.java:403) at
>> java.base/java.net.Socket.connect(Socket.java:609) at
>> com.sun.mail.util.SocketFetcher.createSocket(SocketFetcher.java:357) at
>> com.sun.mail.util.SocketFetcher.getSocket(SocketFetcher.java:238) at
>> com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:2175)
>> ... 10 more
>>
>> Thanks and regards
>> Jitendra
>>
>> On Mon, 28 Dec 2020 at 13:11, Denis Noctor <de...@gmail.com> wrote:
>>
>>> Just to be careful... rather than just using “sudo reboot”, make sure to
>>> shutdown all OM related activities in advanced... especially Maria Database
>>> (make a backup in advance) as it can sometimes corrupt the database. I’ve
>>> been there and it is not a nice experience.
>>>
>>> Sent from my iPhone
>>>
>>> On Dec 27, 2020, at 10:58 AM, Ali Alhaidary <al...@the5stars.org>
>>> wrote:
>>>
>>> since you said you are not very much into computers, it would be
>>> difficult for you to trace the issue, so rebooting the server can cut the
>>> story short
>>>
>>> sudo reboot
>>>
>>> and after the server boots start om and wait for 50 sec and see what is
>>> written in the log
>>>
>>> Ali
>>> On 12/27/20 7:52 PM, GuruCoool Learnings wrote:
>>>
>>> OS is ubuntu 18.04 LTS.
>>> Restarting the server and restarting the OM are different? I thought
>>> they are same and generally I do it by the command
>>> >> sudo /etc/init.d/tomcat4 restart
>>>
>>> Regards
>>> Jitendra
>>>
>>> On Sun, 27 Dec 2020 at 18:59, Ali Alhaidary <al...@the5stars.org>
>>> wrote:
>>>
>>>> And restart the server, then start OM
>>>> *, openmeetings.log should have something .... *
>>>>
>>>> Ali
>>>> On 12/27/20 4:27 PM, Ali Alhaidary wrote:
>>>>
>>>> What is your OS? check owner of files please
>>>>
>>>> Ali
>>>> On 12/27/20 4:02 PM, GuruCoool Learnings wrote:
>>>>
>>>> These are the files in /opt/open510/logs directory-
>>>>
>>>> catalina.2020-12-11.log  host-manager.2020-12-11.log
>>>>  localhost.2020-12-19.log
>>>> localhost_access_log.2020-12-21.txt  manager.2020-12-26.log
>>>> catalina.2020-12-12.log  host-manager.2020-12-12.log
>>>>  localhost.2020-12-25.log
>>>> localhost_access_log.2020-12-22.txt  manager.2020-12-27.log
>>>> catalina.2020-12-15.log  host-manager.2020-12-15.log
>>>>  localhost.2020-12-26.log
>>>> localhost_access_log.2020-12-23.txt  openmeetings.2020-12-11.0.log
>>>> catalina.2020-12-16.log  host-manager.2020-12-17.log
>>>>  localhost.2020-12-27.log
>>>>  localhost_access_log.2020-12-24.txt  openmeetings.log
>>>> catalina.2020-12-17.log  host-manager.2020-12-18.log
>>>>  localhost_access_log.2020-12-11.txt  localhost_access_log.2020-12-25.txt
>>>>  sessions.2020-12-20.0.log
>>>> catalina.2020-12-18.log  host-manager.2020-12-19.log
>>>>  localhost_access_log.2020-12-12.txt  localhost_access_log.2020-12-26.txt
>>>>  sessions.2020-12-21.0.log
>>>> catalina.2020-12-19.log  host-manager.2020-12-25.log
>>>>  localhost_access_log.2020-12-13.txt  localhost_access_log.2020-12-27.txt
>>>>  sessions.2020-12-22.0.log
>>>> catalina.2020-12-20.log  host-manager.2020-12-26.log
>>>>  localhost_access_log.2020-12-14.txt  manager.2020-12-11.log
>>>> sessions.2020-12-23.0.log
>>>> catalina.2020-12-21.log  host-manager.2020-12-27.log
>>>>  localhost_access_log.2020-12-15.txt  manager.2020-12-12.log
>>>> sessions.2020-12-24.0.log
>>>> catalina.2020-12-24.log  localhost.2020-12-11.log
>>>> localhost_access_log.2020-12-16.txt  manager.2020-12-15.log
>>>> sessions.2020-12-25.0.log
>>>> catalina.2020-12-25.log  localhost.2020-12-12.log
>>>> localhost_access_log.2020-12-17.txt  manager.2020-12-17.log
>>>> sessions.2020-12-26.0.log
>>>> catalina.2020-12-26.log  localhost.2020-12-15.log
>>>> localhost_access_log.2020-12-18.txt  manager.2020-12-18.log
>>>> sessions.log
>>>> catalina.2020-12-27.log  localhost.2020-12-17.log
>>>> localhost_access_log.2020-12-19.txt  manager.2020-12-19.log
>>>> catalina.out                     localhost.2020-12-18.log
>>>> localhost_access_log.2020-12-20.txt  manager.2020-12-25.log
>>>>
>>>> I earlier renamed openmeetings to sessions so I checked in
>>>> sessions.log. openmeetings.log is empty after I deleted the content.
>>>>
>>>> Regards
>>>> Jitendra
>>>>
>>>> On Sun, 27 Dec 2020 at 18:25, GuruCoool Learnings <in...@gurucoool.com>
>>>> wrote:
>>>>
>>>>> This is all I got after deleting the content and starting the OM
>>>>> again.
>>>>>
>>>>> Regards
>>>>> Jitendra
>>>>>
>>>>> On Sun, 27 Dec 2020 at 18:24, Ali Alhaidary <
>>>>> ali.alhaidary@the5stars.org> wrote:
>>>>>
>>>>>> These entries does not show the service did not start, where is the
>>>>>> rest ?
>>>>>>
>>>>>> Ali
>>>>>>
>>>>>>
>>>>>> On 12/27/20 3:33 PM, GuruCoool Learnings wrote:
>>>>>>
>>>>>> I followed the steps suggested by you and here is what I got in
>>>>>> openmeetings.log ( NOT STARTED)-
>>>>>>
>>>>>> INFO 12-27 12:24:43.292 o.s.w.c.ContextLoader:271 [main] - Root
>>>>>> WebApplicationContext: initialization started
>>>>>>  INFO 12-27 12:24:46.420 o.s.o.j.LocalEntityManagerFactoryBean:434
>>>>>> [main] - Initialized JPA EntityManagerFactory for pe$ INFO 12-27
>>>>>> 12:24:47.633 o.s.s.c.ThreadPoolTaskExecutor:181 [main] - Initializing
>>>>>> ExecutorService 'taskExecutor'
>>>>>> DEBUG 12-27 12:24:47.844 o.a.o.c.r.KurentoHandler:151
>>>>>> [pool-1-thread-1] - Reconnecting KMS
>>>>>>  INFO 12-27 12:24:48.098 o.k.j.c.JsonRpcClientNettyWebSocket:191
>>>>>> [pool-1-thread-1] -  Connecting native client
>>>>>>  INFO 12-27 12:24:48.102 o.k.j.c.JsonRpcClientNettyWebSocket:220
>>>>>> [pool-1-thread-1] -  Creating new NioEventLoopGroup
>>>>>>  INFO 12-27 12:24:48.792 o.k.j.c.JsonRpcClientNettyWebSocket:234
>>>>>> [ntLoopGroup-2-1] -  Initiating new Netty channel. Wil$ INFO 12-27
>>>>>> 12:24:48.919 o.q.i.StdSchedulerFactory:1220 [main] - Using default
>>>>>> implementation for ThreadExecutor
>>>>>>  INFO 12-27 12:24:49.015 o.q.c.SchedulerSignalerImpl:61 [main] -
>>>>>> Initialized Scheduler Signaller of type: class org.qua$ INFO 12-27
>>>>>> 12:24:49.016 o.q.c.QuartzScheduler:229 [main] - Quartz Scheduler v.2.3.2
>>>>>> created.
>>>>>>  INFO 12-27 12:24:49.018 o.q.s.RAMJobStore:155 [main] - RAMJobStore
>>>>>> initialized.
>>>>>>  INFO 12-27 12:24:49.043 o.q.c.QuartzScheduler:294 [main] - Scheduler
>>>>>> meta-data: Quartz Scheduler (v2.3.2) 'org.springf$  Scheduler class:
>>>>>> 'org.quartz.core.QuartzScheduler' - running locally.
>>>>>>   NOT STARTED.
>>>>>>   Currently in standby mode.
>>>>>>   Number of jobs executed: 0
>>>>>>   Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 10
>>>>>> threads.
>>>>>>   Using job-store 'org.quartz.simpl.RAMJobStore' - which does not
>>>>>> support persistence. and is not clustered.
>>>>>>
>>>>>>  INFO 12-27 12:24:49.044 o.q.i.StdSchedulerFactory:1374 [main] -
>>>>>> Quartz scheduler 'org.springframework.scheduling.quart$ INFO 12-27
>>>>>> 12:24:49.044 o.q.i.StdSchedulerFactory:1378 [main] - Quartz scheduler
>>>>>> version: 2.3.2
>>>>>>  INFO 12-27 12:24:49.051 o.q.c.QuartzScheduler:2293 [main] -
>>>>>> JobFactory set to: org.springframework.scheduling.quartz.A$ INFO 12-27
>>>>>> 12:24:49.098 o.s.s.q.SchedulerFactoryBean:727 [main] - Starting Quartz
>>>>>> Scheduler now
>>>>>>  INFO 12-27 12:24:49.099 o.q.c.QuartzScheduler:547 [main] - Scheduler
>>>>>> org.springframework.scheduling.quartz.SchedulerFa$ INFO 12-27 12:24:49.133
>>>>>> o.s.w.c.ContextLoader:307 [main] - Root WebApplicationContext initialized
>>>>>> in 5832 ms
>>>>>> INFO 12-27 12:24:49.255 o.a.w.u.f.WebXmlFile:235 [main] - web.xml:
>>>>>> url mapping found for filter with name Openmeetings$ INFO 12-27
>>>>>> 12:24:49.520 o.a.o.c.r.KurentoHandler:181 [pool-1-thread-1] - !!! Kurento
>>>>>> connected
>>>>>>  INFO 12-27 12:24:49.780 o.a.w.Application:558 [main] -
>>>>>> [OpenmeetingsApplication] init: org.wicketstuff.dashboard.Dashb$ INFO 12-27
>>>>>> 12:24:51.296 o.a.w.Application:558 [main] - [OpenmeetingsApplication] init:
>>>>>> Wicket core library initializer
>>>>>>  INFO 12-27 12:24:51.304 o.a.w.Application:558 [main] -
>>>>>> [OpenmeetingsApplication] init: Wicket jQuery UI initializer
>>>>>>  INFO 12-27 12:24:51.312 o.a.w.Application:558 [main] -
>>>>>> [OpenmeetingsApplication] init: Wicket jQuery UI initializer (p$ INFO 12-27
>>>>>> 12:24:51.318 o.a.w.Application:558 [main] - [OpenmeetingsApplication] init:
>>>>>> Wicket extensions initializer
>>>>>>  INFO 12-27 12:24:51.410 o.a.w.Application:558 [main] -
>>>>>> [OpenmeetingsApplication] init: DevUtils DebugBar Initializer
>>>>>>  INFO 12-27 12:24:57.181 c.h.system:65 [main] - [172.105.37.153]:5701
>>>>>> [dev] [4.1] Hazelcast 4.1 (20201104 - 2a1a477) st$
>>>>>>
>>>>>> The server has not started. Can I do anything in this case?
>>>>>>
>>>>>> Regards
>>>>>> Jitendra
>>>>>>
>>>>>> On Sun, 27 Dec 2020 at 17:36, Ali Alhaidary <
>>>>>> ali.alhaidary@the5stars.org> wrote:
>>>>>>
>>>>>>> 1. stop om service
>>>>>>>
>>>>>>> 2. delete the contents of openmeetings.log
>>>>>>>
>>>>>>> 3. start om service
>>>>>>>
>>>>>>> 4. check openmeetings.log
>>>>>>>
>>>>>>>
>>>>>>> On 12/27/20 2:17 PM, GuruCoool Learnings wrote:
>>>>>>>
>>>>>>> Since I am now not able to access the localhost url so please help
>>>>>>> which file I can update smtp records in?
>>>>>>>
>>>>>>> Regards
>>>>>>> Jitendra
>>>>>>>
>>>>>>> On Sun, 27 Dec 2020 at 14:33, GuruCoool Learnings <
>>>>>>> info@gurucoool.com> wrote:
>>>>>>>
>>>>>>>> These are a few last lines-
>>>>>>>>
>>>>>>>> DEBUG 12-27 03:07:14.300 o.a.o.w.a.WebSession:223 [nio-5443-exec-3]
>>>>>>>> - checkHashes, secure: 'null', invitation:
>>>>>>>> 'ff51cfbd-4797-4f30-9d60-3f78955f00b4'
>>>>>>>> DEBUG 12-27 03:07:14.338 o.a.o.w.a.WebSession:225 [nio-5443-exec-3]
>>>>>>>> - checkHashes, has soap in session ? 'false'
>>>>>>>> DEBUG 12-27 03:07:14.420 o.a.o.w.a.ClientManager:352
>>>>>>>> [nio-5443-exec-3] - Cluster:: The only server found
>>>>>>>> DEBUG 12-27 03:07:14.492 o.a.o.d.u.AuthLevelUtil:40
>>>>>>>> [nio-5443-exec-3] - Level ADMIN :: [DENIED]
>>>>>>>> DEBUG 12-27 03:07:14.498 o.a.o.d.u.AuthLevelUtil:40
>>>>>>>> [nio-5443-exec-3] - Level GROUP_ADMIN :: [DENIED]
>>>>>>>> DEBUG 12-27 03:07:14.519 o.a.o.d.u.AuthLevelUtil:40
>>>>>>>> [nio-5443-exec-3] - Level ADMIN :: [DENIED]
>>>>>>>> DEBUG 12-27 03:07:14.525 o.a.o.d.u.AuthLevelUtil:40
>>>>>>>> [nio-5443-exec-3] - Level ADMIN :: [DENIED]
>>>>>>>> DEBUG 12-27 03:07:14.566 o.a.o.w.c.OmWebSocketPanel:74
>>>>>>>> [nio-5443-exec-3] - pingTimer is attached
>>>>>>>> DEBUG 12-27 03:07:18.703 o.a.o.d.d.l.ConferenceLogDao:52
>>>>>>>> [nio-5443-exec-1] - [add]:
>>>>>>>> org.apache.openmeetings.db.entity.log.ConferenceLog@7a836ea7
>>>>>>>> DEBUG 12-27 03:07:18.718 o.a.o.w.a.ClientManager:126
>>>>>>>> [nio-5443-exec-1] - Adding online client:
>>>>>>>> 2b627591-eeb1-4c49-8b8c-c5a6528634af, room: null
>>>>>>>> DEBUG 12-27 03:07:18.728 o.a.o.w.c.MainPanel:160 [nio-5443-exec-1]
>>>>>>>> - WebSocketBehavior::onConnect [uid: 2b627591-eeb1-4c49-8b8c-c5a6528634af,
>>>>>>>> session: F307B900D3DFADE9$DEBUG 12-27 03:07:18.752
>>>>>>>> o.a.o.d.d.l.ConferenceLogDao:52 [nio-5443-exec-1] - [add]:
>>>>>>>> org.apache.openmeetings.db.entity.log.ConferenceLog@5cb63b3c
>>>>>>>> DEBUG 12-27 03:07:18.757 o.a.o.w.a.ClientManager:257
>>>>>>>> [nio-5443-exec-1] - Adding online room client:
>>>>>>>> 2b627591-eeb1-4c49-8b8c-c5a6528634af, room: 11
>>>>>>>> DEBUG 12-27 03:07:18.764 o.a.o.w.a.ClientManager:275
>>>>>>>> [nio-5443-exec-1] - Cluster:: room 11 was not found for server 'server-1',
>>>>>>>> adding ...
>>>>>>>> DEBUG 12-27 03:07:18.765 o.a.o.w.a.ClientManager:448
>>>>>>>> [nio-5443-exec-1] - Cluster:: room 11 is added to server, whole list [11]
>>>>>>>> DEBUG 12-27 03:07:18.766 o.a.o.w.a.ClientManager:114
>>>>>>>> [erver-1.event-1] - Cluster:: Server was updated server-1 ->
>>>>>>>> ServerInfo[rooms: [11]]
>>>>>>>> DEBUG 12-27 03:07:18.770 o.a.o.d.u.AuthLevelUtil:40
>>>>>>>> [nio-5443-exec-1] - Level ADMIN :: [DENIED]
>>>>>>>>  INFO 12-27 03:07:18.771 o.a.o.w.r.RoomPanel:395 [nio-5443-exec-1]
>>>>>>>> - Setting rights for client:: [AUDIO, VIDEO] -> false
>>>>>>>> DEBUG 12-27 03:07:18.783 o.a.o.d.u.AuthLevelUtil:40
>>>>>>>> [nio-5443-exec-1] - Level ADMIN :: [DENIED]
>>>>>>>> DEBUG 12-27 03:07:18.789 o.a.o.d.d.r.PollDao:87 [nio-5443-exec-1] -
>>>>>>>>  :: getPoll :: 11
>>>>>>>> DEBUG 12-27 03:07:18.799 o.a.o.d.d.r.PollDao:98 [nio-5443-exec-1] -
>>>>>>>>  :: getArchived :: 11
>>>>>>>> DEBUG 12-27 03:07:18.829 o.a.o.d.d.f.FileItemDao:55
>>>>>>>> [nio-5443-exec-1] - getByOwner() started
>>>>>>>> DEBUG 12-27 03:07:18.832 o.a.o.d.d.f.FileItemDao:50
>>>>>>>> [nio-5443-exec-1] - getByRoom roomId :: 11
>>>>>>>>  WARN 12-27 03:07:23.779 o.a.o.w.a.TimerService:69 [Thread-2609] -
>>>>>>>> Moderator room check 11
>>>>>>>>  WARN 12-27 03:07:23.783 o.a.o.w.r.RoomPanel:588 [Thread-2611] - !!
>>>>>>>> moderatorInRoom: false
>>>>>>>>
>>>>>>>> Jitendra
>>>>>>>>
>>>>>>>> On Sun, 27 Dec 2020 at 14:31, GuruCoool Learnings <
>>>>>>>> info@gurucoool.com> wrote:
>>>>>>>>
>>>>>>>>> I checked but couldn't trace.
>>>>>>>>>
>>>>>>>>> Honestly, I am not friendly with these processes. I am not a coder
>>>>>>>>> or developer. I am a maths teacher and anyhow set up the server with the
>>>>>>>>> help of the documentation provided by openmeetings.
>>>>>>>>>
>>>>>>>>> Regards
>>>>>>>>> Jitendra
>>>>>>>>>
>>>>>>>>> On Sun, 27 Dec 2020 at 13:02, Ali Alhaidary <
>>>>>>>>> ali.alhaidary@the5stars.org> wrote:
>>>>>>>>>
>>>>>>>>>> Could be, check openmeetings.log to see if the service has
>>>>>>>>>> started ...
>>>>>>>>>>
>>>>>>>>>> Ali
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>> On 12/27/20 10:26 AM, GuruCoool Learnings wrote:
>>>>>>>>>>
>>>>>>>>>> One more thing I remember I did. In OM >> Administration >>
>>>>>>>>>> Configuration, I erased the records of smtp records like server email, port
>>>>>>>>>> number etc.
>>>>>>>>>> Can this be a reason for "This site can’t be reached"?
>>>>>>>>>>
>>>>>>>>>> On Sun, 27 Dec 2020 at 12:43, GuruCoool Learnings <
>>>>>>>>>> info@gurucoool.com> wrote:
>>>>>>>>>>
>>>>>>>>>>> I was trying to check the ports by the command
>>>>>>>>>>> netstat -a -n
>>>>>>>>>>>
>>>>>>>>>>> and made no change there. After that I just restarted the server
>>>>>>>>>>> and unfortunately, the server is not accessible.
>>>>>>>>>>> It says,"This site can’t be reached".
>>>>>>>>>>>
>>>>>>>>>>> I don't know what to do now.
>>>>>>>>>>>
>>>>>>>>>>> Regards
>>>>>>>>>>> Jitendra
>>>>>>>>>>>
>>>>>>>>>>> On Sun, 27 Dec 2020 at 11:54, Maxim Solodovnik <
>>>>>>>>>>> solomax666@gmail.com> wrote:
>>>>>>>>>>>
>>>>>>>>>>>> please read this article:
>>>>>>>>>>>> https://support.google.com/a/answer/176600?hl=en
>>>>>>>>>>>> Especially this Use the Gmail SMTP server part
>>>>>>>>>>>>
>>>>>>>>>>>> as i wrote before
>>>>>>>>>>>> for TLS (port 587) you have to enable
>>>>>>>>>>>> "mail.smtp.starttls.enable" in OM -> Admin -> Config
>>>>>>>>>>>> for SSL (port 465) you have to enable "mail.smtp.ssl.enable" in
>>>>>>>>>>>> OM -> Admin -> Config
>>>>>>>>>>>>
>>>>>>>>>>>> and check if connection to smtp.gmail.com through the port
>>>>>>>>>>>> selected is allowed from your OM server
>>>>>>>>>>>>
>>>>>>>>>>>> On Sun, 27 Dec 2020 at 12:09, GuruCoool Learnings <
>>>>>>>>>>>> info@gurucoool.com> wrote:
>>>>>>>>>>>>
>>>>>>>>>>>>> Hello dear Maxim,
>>>>>>>>>>>>> By security options, do you mean Forwarding and POP/IMAP in
>>>>>>>>>>>>> my Gmail?
>>>>>>>>>>>>> If yes, I have enabled it already. If no, then please guide me
>>>>>>>>>>>>> what exactly I need to do for correct security options.
>>>>>>>>>>>>>
>>>>>>>>>>>>> Also, you mentioned about firewall settings, please guide me
>>>>>>>>>>>>> on this also.
>>>>>>>>>>>>>
>>>>>>>>>>>>> Thanks and regards
>>>>>>>>>>>>> Jitendra
>>>>>>>>>>>>>
>>>>>>>>>>>>> On Sat, 26 Dec 2020 at 08:37, GuruCoool Learnings <
>>>>>>>>>>>>> info@gurucoool.com> wrote:
>>>>>>>>>>>>>
>>>>>>>>>>>>>> Thanks. Please guide me for correct security options and
>>>>>>>>>>>>>> firewall settings. I am not savy with these processes.
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> Thanks & Regards
>>>>>>>>>>>>>> Jitendra
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> On Sat, Dec 26, 2020, 07:18 Maxim Solodovnik <
>>>>>>>>>>>>>> solomax666@gmail.com> wrote:
>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> The correct settings for gmail are here:
>>>>>>>>>>>>>>> https://support.google.com/mail/answer/7126229?hl=en
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> You have to specify only ONE of
>>>>>>>>>>>>>>> mail.smtp.starttls.enable
>>>>>>>>>>>>>>> mail.smtp.ssl.enable
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> timeout error might be because you are not setting correct
>>>>>>>>>>>>>>> security option
>>>>>>>>>>>>>>> Or maybe your provider/firewall blocks the connection
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> On Fri, 25 Dec 2020 at 22:20, GuruCoool Learnings <
>>>>>>>>>>>>>>> info@gurucoool.com> wrote:
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> Nothing happened even after restarting the server.
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> Jitendra
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> On Fri, 25 Dec 2020 at 13:44, GuruCoool Learnings <
>>>>>>>>>>>>>>>> info@gurucoool.com> wrote:
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>> Okay. I will try and then will let you know.
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>> Thanks
>>>>>>>>>>>>>>>>> Jitendra
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>> On Fri, Dec 25, 2020, 13:29 Ali Alhaidary <
>>>>>>>>>>>>>>>>> ali.alhaidary@the5stars.org> wrote:
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>> You must restart the server so tat any new settings can
>>>>>>>>>>>>>>>>>> take effect
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>> Ali
>>>>>>>>>>>>>>>>>> On 12/25/20 3:54 AM, GuruCoool Learnings wrote:
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>> It shows error message in OM email management section
>>>>>>>>>>>>>>>>>> only.
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>> Jitendra
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>> On Fri, Dec 25, 2020, 01:17 Alvaro <zu...@gmail.com>
>>>>>>>>>>>>>>>>>> wrote:
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>> ...right now i tested my OM 5.1.0 at localhost  and gmail
>>>>>>>>>>>>>>>>>>> configuration and send mail ok to "user...@gmail.com".
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>> Please take a look in your spam Gmail web.
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>> .....................
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>> El jue, 24-12-2020 a las 23:20 +0530, GuruCoool
>>>>>>>>>>>>>>>>>>> Learnings escribió:
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>> Tried both 587 and 465 one by one but didn't find any
>>>>>>>>>>>>>>>>>>> solution. However thanks for your replies.
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>> I have one more query. generally openmeetings generates
>>>>>>>>>>>>>>>>>>> user specific invitation links. Is it possible to create invitation links
>>>>>>>>>>>>>>>>>>> that can be given to anyone who is not registered on my server?
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>> On Thu, 24 Dec 2020 at 23:16, Ali Alhaidary <
>>>>>>>>>>>>>>>>>>> ali.alhaidary@the5stars.org> wrote:
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>> It did not work with me as well :-)
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>> try port 465
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>> Ali
>>>>>>>>>>>>>>>>>>> On 12/24/20 8:23 PM, GuruCoool Learnings wrote:
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>> gurucoool.com is my main site where I use the same
>>>>>>>>>>>>>>>>>>> gmail smtp details that I want to use with openmeetings. Gmail smtp works
>>>>>>>>>>>>>>>>>>> fine with my main site gurucoool.com but is not working
>>>>>>>>>>>>>>>>>>> with openmeetings.
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>> On Thu, 24 Dec 2020 at 13:05, Ali Alhaidary <
>>>>>>>>>>>>>>>>>>> ali.alhaidary@the5stars.org> wrote:
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>> I think you should use the SMTP of gurucool.com instead
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>> Ali
>>>>>>>>>>>>>>>>>>> On 12/24/20 10:06 AM, GuruCoool Learnings wrote:
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>> Hi Ali,
>>>>>>>>>>>>>>>>>>> I have followed the guidelines provided by the
>>>>>>>>>>>>>>>>>>> openmeetings documentation which is as follows-
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>> A valid example to configure the mail server with Gmail,
>>>>>>>>>>>>>>>>>>> is as follows:
>>>>>>>>>>>>>>>>>>> (replace john@gmail.com with your real Gmail account)
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>> Mail-Refer == info@gurucoool.com
>>>>>>>>>>>>>>>>>>> SMTP-Server == smtp.gmail.com
>>>>>>>>>>>>>>>>>>> SMTP-Server Port (default
>>>>>>>>>>>>>>>>>>> Smtp-Server Port is 25) == 587
>>>>>>>>>>>>>>>>>>> SMTP-Username == info@gurucoool.com
>>>>>>>>>>>>>>>>>>> SMTP-Userpass == password of info@gurucoool.com (this
>>>>>>>>>>>>>>>>>>> is the one I use to open the mail box at
>>>>>>>>>>>>>>>>>>> info@gurucoool.com)
>>>>>>>>>>>>>>>>>>> Enable TLS in Mail Server Auth == ...turn green the
>>>>>>>>>>>>>>>>>>> button to activate
>>>>>>>>>>>>>>>>>>> Default Language == English
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>> ...the rest you can change it as you likes.
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>> However can it would be a great help if you can clarify
>>>>>>>>>>>>>>>>>>> what actually you mean by the following-
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>> Host name is wrong or
>>>>>>>>>>>>>>>>>>> Connection security is wrong or
>>>>>>>>>>>>>>>>>>> service is not available or
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>> Thanks
>>>>>>>>>>>>>>>>>>> Jitendra
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>> On Thu, 24 Dec 2020 at 11:24, Ali Alhaidary <
>>>>>>>>>>>>>>>>>>> ali.alhaidary@the5stars.org> wrote:
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>> Hi,
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>> It is either:
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>> Host name is wrong or
>>>>>>>>>>>>>>>>>>> SMTP server name is wrong or
>>>>>>>>>>>>>>>>>>> Port number is wrong or
>>>>>>>>>>>>>>>>>>> Connection security is wrong or
>>>>>>>>>>>>>>>>>>> User name is wrong or
>>>>>>>>>>>>>>>>>>> pass word is wrong or
>>>>>>>>>>>>>>>>>>> service is not available or
>>>>>>>>>>>>>>>>>>> some of the above or
>>>>>>>>>>>>>>>>>>> all of the above
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>> Try searching the mailing list, the solution is there as
>>>>>>>>>>>>>>>>>>> you need to check each and every one ...
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>> :-)
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>> On 12/23/20 2:18 PM, GuruCoool Learnings wrote:
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>> Hi,
>>>>>>>>>>>>>>>>>>> I am facing mail sending error in my openmeetings
>>>>>>>>>>>>>>>>>>> server. Whenever I try to send a mail I get an error message as follows-
>>>>>>>>>>>>>>>>>>> Error Count 5
>>>>>>>>>>>>>>>>>>> Last Error
>>>>>>>>>>>>>>>>>>> com.sun.mail.util.MailConnectException: Couldn't connect
>>>>>>>>>>>>>>>>>>> to host, port: smtp.gmail.com, 587; timeout 30000;
>>>>>>>>>>>>>>>>>>> nested exception is: java.net.SocketTimeoutException: connect timed out at
>>>>>>>>>>>>>>>>>>> com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:2209) 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:221)
>>>>>>>>>>>>>>>>>>> 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: connect timed out at
>>>>>>>>>>>>>>>>>>> java.base/java.net.PlainSocketImpl.socketConnect(Native Method) at
>>>>>>>>>>>>>>>>>>> java.base/java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:399)
>>>>>>>>>>>>>>>>>>> at
>>>>>>>>>>>>>>>>>>> java.base/java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:242)
>>>>>>>>>>>>>>>>>>> at
>>>>>>>>>>>>>>>>>>> java.base/java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:224)
>>>>>>>>>>>>>>>>>>> at java.base/java.net.SocksSocketImpl.connect(SocksSocketImpl.java:403) at
>>>>>>>>>>>>>>>>>>> java.base/java.net.Socket.connect(Socket.java:609) at
>>>>>>>>>>>>>>>>>>> com.sun.mail.util.SocketFetcher.createSocket(SocketFetcher.java:357) at
>>>>>>>>>>>>>>>>>>> com.sun.mail.util.SocketFetcher.getSocket(SocketFetcher.java:238) at
>>>>>>>>>>>>>>>>>>> com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:2175) ... 10
>>>>>>>>>>>>>>>>>>> more
>>>>>>>>>>>>>>>>>>> Please help.
>>>>>>>>>>>>>>>>>>> Thanks
>>>>>>>>>>>>>>>>>>> Jitendra
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> --
>>>>>>>>>>>>>>> Best regards,
>>>>>>>>>>>>>>> Maxim
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>> --
>>>>>>>>>>>> Best regards,
>>>>>>>>>>>> Maxim
>>>>>>>>>>>>
>>>>>>>>>>>

-- 
Best regards,
Maxim

Re: Mail sending error in openmeetings server

Posted by GuruCoool Learnings <in...@gurucoool.com>.
:-)

Hello Maxim,
Earlier you suggested a step
>>check if connection to smtp.gmail.com through the port selected is
allowed from your OM server

Can you please clarify how to check the above?

Regards
Jitendra

On Mon, 28 Dec 2020 at 14:07, Ali Alhaidary <al...@the5stars.org>
wrote:

> Good, back to square 1 :-)
>
> Now follow @Max recommendations ...
>
> Ali
> On 12/28/20 11:33 AM, GuruCoool Learnings wrote:
>
> Thanks for the update.
> I tried these commands one by one-
>
> >> sudo /etc/init.d/tomcat4 stop
> >> sudo chown -R nobody:nogroup /opt/open510
> >> sudo reboot
> >> sudo /etc/init.d/tomcat4 start
>
> Nothing happened. Still I am getting the same error when tried to send a
> mail-
>
> com.sun.mail.util.MailConnectException: Couldn't connect to host, port:
> smtp.gmail.com, 587; timeout 30000; nested exception is:
> java.net.SocketTimeoutException: connect timed out at
> com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:2209) 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:221)
> 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: connect timed out at
> java.base/java.net.PlainSocketImpl.socketConnect(Native Method) at
> java.base/java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:399)
> at
> java.base/java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:242)
> at
> java.base/java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:224)
> at java.base/java.net.SocksSocketImpl.connect(SocksSocketImpl.java:403) at
> java.base/java.net.Socket.connect(Socket.java:609) at
> com.sun.mail.util.SocketFetcher.createSocket(SocketFetcher.java:357) at
> com.sun.mail.util.SocketFetcher.getSocket(SocketFetcher.java:238) at
> com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:2175)
> ... 10 more
>
> Thanks and regards
> Jitendra
>
> On Mon, 28 Dec 2020 at 13:11, Denis Noctor <de...@gmail.com> wrote:
>
>> Just to be careful... rather than just using “sudo reboot”, make sure to
>> shutdown all OM related activities in advanced... especially Maria Database
>> (make a backup in advance) as it can sometimes corrupt the database. I’ve
>> been there and it is not a nice experience.
>>
>> Sent from my iPhone
>>
>> On Dec 27, 2020, at 10:58 AM, Ali Alhaidary <al...@the5stars.org>
>> wrote:
>>
>> since you said you are not very much into computers, it would be
>> difficult for you to trace the issue, so rebooting the server can cut the
>> story short
>>
>> sudo reboot
>>
>> and after the server boots start om and wait for 50 sec and see what is
>> written in the log
>>
>> Ali
>> On 12/27/20 7:52 PM, GuruCoool Learnings wrote:
>>
>> OS is ubuntu 18.04 LTS.
>> Restarting the server and restarting the OM are different? I thought they
>> are same and generally I do it by the command
>> >> sudo /etc/init.d/tomcat4 restart
>>
>> Regards
>> Jitendra
>>
>> On Sun, 27 Dec 2020 at 18:59, Ali Alhaidary <al...@the5stars.org>
>> wrote:
>>
>>> And restart the server, then start OM
>>> *, openmeetings.log should have something .... *
>>>
>>> Ali
>>> On 12/27/20 4:27 PM, Ali Alhaidary wrote:
>>>
>>> What is your OS? check owner of files please
>>>
>>> Ali
>>> On 12/27/20 4:02 PM, GuruCoool Learnings wrote:
>>>
>>> These are the files in /opt/open510/logs directory-
>>>
>>> catalina.2020-12-11.log  host-manager.2020-12-11.log
>>>  localhost.2020-12-19.log
>>> localhost_access_log.2020-12-21.txt  manager.2020-12-26.log
>>> catalina.2020-12-12.log  host-manager.2020-12-12.log
>>>  localhost.2020-12-25.log
>>> localhost_access_log.2020-12-22.txt  manager.2020-12-27.log
>>> catalina.2020-12-15.log  host-manager.2020-12-15.log
>>>  localhost.2020-12-26.log
>>> localhost_access_log.2020-12-23.txt  openmeetings.2020-12-11.0.log
>>> catalina.2020-12-16.log  host-manager.2020-12-17.log
>>>  localhost.2020-12-27.log
>>>  localhost_access_log.2020-12-24.txt  openmeetings.log
>>> catalina.2020-12-17.log  host-manager.2020-12-18.log
>>>  localhost_access_log.2020-12-11.txt  localhost_access_log.2020-12-25.txt
>>>  sessions.2020-12-20.0.log
>>> catalina.2020-12-18.log  host-manager.2020-12-19.log
>>>  localhost_access_log.2020-12-12.txt  localhost_access_log.2020-12-26.txt
>>>  sessions.2020-12-21.0.log
>>> catalina.2020-12-19.log  host-manager.2020-12-25.log
>>>  localhost_access_log.2020-12-13.txt  localhost_access_log.2020-12-27.txt
>>>  sessions.2020-12-22.0.log
>>> catalina.2020-12-20.log  host-manager.2020-12-26.log
>>>  localhost_access_log.2020-12-14.txt  manager.2020-12-11.log
>>> sessions.2020-12-23.0.log
>>> catalina.2020-12-21.log  host-manager.2020-12-27.log
>>>  localhost_access_log.2020-12-15.txt  manager.2020-12-12.log
>>> sessions.2020-12-24.0.log
>>> catalina.2020-12-24.log  localhost.2020-12-11.log
>>> localhost_access_log.2020-12-16.txt  manager.2020-12-15.log
>>> sessions.2020-12-25.0.log
>>> catalina.2020-12-25.log  localhost.2020-12-12.log
>>> localhost_access_log.2020-12-17.txt  manager.2020-12-17.log
>>> sessions.2020-12-26.0.log
>>> catalina.2020-12-26.log  localhost.2020-12-15.log
>>> localhost_access_log.2020-12-18.txt  manager.2020-12-18.log
>>> sessions.log
>>> catalina.2020-12-27.log  localhost.2020-12-17.log
>>> localhost_access_log.2020-12-19.txt  manager.2020-12-19.log
>>> catalina.out                     localhost.2020-12-18.log
>>> localhost_access_log.2020-12-20.txt  manager.2020-12-25.log
>>>
>>> I earlier renamed openmeetings to sessions so I checked in sessions.log.
>>> openmeetings.log is empty after I deleted the content.
>>>
>>> Regards
>>> Jitendra
>>>
>>> On Sun, 27 Dec 2020 at 18:25, GuruCoool Learnings <in...@gurucoool.com>
>>> wrote:
>>>
>>>> This is all I got after deleting the content and starting the OM again.
>>>>
>>>> Regards
>>>> Jitendra
>>>>
>>>> On Sun, 27 Dec 2020 at 18:24, Ali Alhaidary <
>>>> ali.alhaidary@the5stars.org> wrote:
>>>>
>>>>> These entries does not show the service did not start, where is the
>>>>> rest ?
>>>>>
>>>>> Ali
>>>>>
>>>>>
>>>>> On 12/27/20 3:33 PM, GuruCoool Learnings wrote:
>>>>>
>>>>> I followed the steps suggested by you and here is what I got in
>>>>> openmeetings.log ( NOT STARTED)-
>>>>>
>>>>> INFO 12-27 12:24:43.292 o.s.w.c.ContextLoader:271 [main] - Root
>>>>> WebApplicationContext: initialization started
>>>>>  INFO 12-27 12:24:46.420 o.s.o.j.LocalEntityManagerFactoryBean:434
>>>>> [main] - Initialized JPA EntityManagerFactory for pe$ INFO 12-27
>>>>> 12:24:47.633 o.s.s.c.ThreadPoolTaskExecutor:181 [main] - Initializing
>>>>> ExecutorService 'taskExecutor'
>>>>> DEBUG 12-27 12:24:47.844 o.a.o.c.r.KurentoHandler:151
>>>>> [pool-1-thread-1] - Reconnecting KMS
>>>>>  INFO 12-27 12:24:48.098 o.k.j.c.JsonRpcClientNettyWebSocket:191
>>>>> [pool-1-thread-1] -  Connecting native client
>>>>>  INFO 12-27 12:24:48.102 o.k.j.c.JsonRpcClientNettyWebSocket:220
>>>>> [pool-1-thread-1] -  Creating new NioEventLoopGroup
>>>>>  INFO 12-27 12:24:48.792 o.k.j.c.JsonRpcClientNettyWebSocket:234
>>>>> [ntLoopGroup-2-1] -  Initiating new Netty channel. Wil$ INFO 12-27
>>>>> 12:24:48.919 o.q.i.StdSchedulerFactory:1220 [main] - Using default
>>>>> implementation for ThreadExecutor
>>>>>  INFO 12-27 12:24:49.015 o.q.c.SchedulerSignalerImpl:61 [main] -
>>>>> Initialized Scheduler Signaller of type: class org.qua$ INFO 12-27
>>>>> 12:24:49.016 o.q.c.QuartzScheduler:229 [main] - Quartz Scheduler v.2.3.2
>>>>> created.
>>>>>  INFO 12-27 12:24:49.018 o.q.s.RAMJobStore:155 [main] - RAMJobStore
>>>>> initialized.
>>>>>  INFO 12-27 12:24:49.043 o.q.c.QuartzScheduler:294 [main] - Scheduler
>>>>> meta-data: Quartz Scheduler (v2.3.2) 'org.springf$  Scheduler class:
>>>>> 'org.quartz.core.QuartzScheduler' - running locally.
>>>>>   NOT STARTED.
>>>>>   Currently in standby mode.
>>>>>   Number of jobs executed: 0
>>>>>   Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 10
>>>>> threads.
>>>>>   Using job-store 'org.quartz.simpl.RAMJobStore' - which does not
>>>>> support persistence. and is not clustered.
>>>>>
>>>>>  INFO 12-27 12:24:49.044 o.q.i.StdSchedulerFactory:1374 [main] -
>>>>> Quartz scheduler 'org.springframework.scheduling.quart$ INFO 12-27
>>>>> 12:24:49.044 o.q.i.StdSchedulerFactory:1378 [main] - Quartz scheduler
>>>>> version: 2.3.2
>>>>>  INFO 12-27 12:24:49.051 o.q.c.QuartzScheduler:2293 [main] -
>>>>> JobFactory set to: org.springframework.scheduling.quartz.A$ INFO 12-27
>>>>> 12:24:49.098 o.s.s.q.SchedulerFactoryBean:727 [main] - Starting Quartz
>>>>> Scheduler now
>>>>>  INFO 12-27 12:24:49.099 o.q.c.QuartzScheduler:547 [main] - Scheduler
>>>>> org.springframework.scheduling.quartz.SchedulerFa$ INFO 12-27 12:24:49.133
>>>>> o.s.w.c.ContextLoader:307 [main] - Root WebApplicationContext initialized
>>>>> in 5832 ms
>>>>> INFO 12-27 12:24:49.255 o.a.w.u.f.WebXmlFile:235 [main] - web.xml: url
>>>>> mapping found for filter with name Openmeetings$ INFO 12-27 12:24:49.520
>>>>> o.a.o.c.r.KurentoHandler:181 [pool-1-thread-1] - !!! Kurento connected
>>>>>  INFO 12-27 12:24:49.780 o.a.w.Application:558 [main] -
>>>>> [OpenmeetingsApplication] init: org.wicketstuff.dashboard.Dashb$ INFO 12-27
>>>>> 12:24:51.296 o.a.w.Application:558 [main] - [OpenmeetingsApplication] init:
>>>>> Wicket core library initializer
>>>>>  INFO 12-27 12:24:51.304 o.a.w.Application:558 [main] -
>>>>> [OpenmeetingsApplication] init: Wicket jQuery UI initializer
>>>>>  INFO 12-27 12:24:51.312 o.a.w.Application:558 [main] -
>>>>> [OpenmeetingsApplication] init: Wicket jQuery UI initializer (p$ INFO 12-27
>>>>> 12:24:51.318 o.a.w.Application:558 [main] - [OpenmeetingsApplication] init:
>>>>> Wicket extensions initializer
>>>>>  INFO 12-27 12:24:51.410 o.a.w.Application:558 [main] -
>>>>> [OpenmeetingsApplication] init: DevUtils DebugBar Initializer
>>>>>  INFO 12-27 12:24:57.181 c.h.system:65 [main] - [172.105.37.153]:5701
>>>>> [dev] [4.1] Hazelcast 4.1 (20201104 - 2a1a477) st$
>>>>>
>>>>> The server has not started. Can I do anything in this case?
>>>>>
>>>>> Regards
>>>>> Jitendra
>>>>>
>>>>> On Sun, 27 Dec 2020 at 17:36, Ali Alhaidary <
>>>>> ali.alhaidary@the5stars.org> wrote:
>>>>>
>>>>>> 1. stop om service
>>>>>>
>>>>>> 2. delete the contents of openmeetings.log
>>>>>>
>>>>>> 3. start om service
>>>>>>
>>>>>> 4. check openmeetings.log
>>>>>>
>>>>>>
>>>>>> On 12/27/20 2:17 PM, GuruCoool Learnings wrote:
>>>>>>
>>>>>> Since I am now not able to access the localhost url so please help
>>>>>> which file I can update smtp records in?
>>>>>>
>>>>>> Regards
>>>>>> Jitendra
>>>>>>
>>>>>> On Sun, 27 Dec 2020 at 14:33, GuruCoool Learnings <in...@gurucoool.com>
>>>>>> wrote:
>>>>>>
>>>>>>> These are a few last lines-
>>>>>>>
>>>>>>> DEBUG 12-27 03:07:14.300 o.a.o.w.a.WebSession:223 [nio-5443-exec-3]
>>>>>>> - checkHashes, secure: 'null', invitation:
>>>>>>> 'ff51cfbd-4797-4f30-9d60-3f78955f00b4'
>>>>>>> DEBUG 12-27 03:07:14.338 o.a.o.w.a.WebSession:225 [nio-5443-exec-3]
>>>>>>> - checkHashes, has soap in session ? 'false'
>>>>>>> DEBUG 12-27 03:07:14.420 o.a.o.w.a.ClientManager:352
>>>>>>> [nio-5443-exec-3] - Cluster:: The only server found
>>>>>>> DEBUG 12-27 03:07:14.492 o.a.o.d.u.AuthLevelUtil:40
>>>>>>> [nio-5443-exec-3] - Level ADMIN :: [DENIED]
>>>>>>> DEBUG 12-27 03:07:14.498 o.a.o.d.u.AuthLevelUtil:40
>>>>>>> [nio-5443-exec-3] - Level GROUP_ADMIN :: [DENIED]
>>>>>>> DEBUG 12-27 03:07:14.519 o.a.o.d.u.AuthLevelUtil:40
>>>>>>> [nio-5443-exec-3] - Level ADMIN :: [DENIED]
>>>>>>> DEBUG 12-27 03:07:14.525 o.a.o.d.u.AuthLevelUtil:40
>>>>>>> [nio-5443-exec-3] - Level ADMIN :: [DENIED]
>>>>>>> DEBUG 12-27 03:07:14.566 o.a.o.w.c.OmWebSocketPanel:74
>>>>>>> [nio-5443-exec-3] - pingTimer is attached
>>>>>>> DEBUG 12-27 03:07:18.703 o.a.o.d.d.l.ConferenceLogDao:52
>>>>>>> [nio-5443-exec-1] - [add]:
>>>>>>> org.apache.openmeetings.db.entity.log.ConferenceLog@7a836ea7
>>>>>>> DEBUG 12-27 03:07:18.718 o.a.o.w.a.ClientManager:126
>>>>>>> [nio-5443-exec-1] - Adding online client:
>>>>>>> 2b627591-eeb1-4c49-8b8c-c5a6528634af, room: null
>>>>>>> DEBUG 12-27 03:07:18.728 o.a.o.w.c.MainPanel:160 [nio-5443-exec-1] -
>>>>>>> WebSocketBehavior::onConnect [uid: 2b627591-eeb1-4c49-8b8c-c5a6528634af,
>>>>>>> session: F307B900D3DFADE9$DEBUG 12-27 03:07:18.752
>>>>>>> o.a.o.d.d.l.ConferenceLogDao:52 [nio-5443-exec-1] - [add]:
>>>>>>> org.apache.openmeetings.db.entity.log.ConferenceLog@5cb63b3c
>>>>>>> DEBUG 12-27 03:07:18.757 o.a.o.w.a.ClientManager:257
>>>>>>> [nio-5443-exec-1] - Adding online room client:
>>>>>>> 2b627591-eeb1-4c49-8b8c-c5a6528634af, room: 11
>>>>>>> DEBUG 12-27 03:07:18.764 o.a.o.w.a.ClientManager:275
>>>>>>> [nio-5443-exec-1] - Cluster:: room 11 was not found for server 'server-1',
>>>>>>> adding ...
>>>>>>> DEBUG 12-27 03:07:18.765 o.a.o.w.a.ClientManager:448
>>>>>>> [nio-5443-exec-1] - Cluster:: room 11 is added to server, whole list [11]
>>>>>>> DEBUG 12-27 03:07:18.766 o.a.o.w.a.ClientManager:114
>>>>>>> [erver-1.event-1] - Cluster:: Server was updated server-1 ->
>>>>>>> ServerInfo[rooms: [11]]
>>>>>>> DEBUG 12-27 03:07:18.770 o.a.o.d.u.AuthLevelUtil:40
>>>>>>> [nio-5443-exec-1] - Level ADMIN :: [DENIED]
>>>>>>>  INFO 12-27 03:07:18.771 o.a.o.w.r.RoomPanel:395 [nio-5443-exec-1] -
>>>>>>> Setting rights for client:: [AUDIO, VIDEO] -> false
>>>>>>> DEBUG 12-27 03:07:18.783 o.a.o.d.u.AuthLevelUtil:40
>>>>>>> [nio-5443-exec-1] - Level ADMIN :: [DENIED]
>>>>>>> DEBUG 12-27 03:07:18.789 o.a.o.d.d.r.PollDao:87 [nio-5443-exec-1] -
>>>>>>>  :: getPoll :: 11
>>>>>>> DEBUG 12-27 03:07:18.799 o.a.o.d.d.r.PollDao:98 [nio-5443-exec-1] -
>>>>>>>  :: getArchived :: 11
>>>>>>> DEBUG 12-27 03:07:18.829 o.a.o.d.d.f.FileItemDao:55
>>>>>>> [nio-5443-exec-1] - getByOwner() started
>>>>>>> DEBUG 12-27 03:07:18.832 o.a.o.d.d.f.FileItemDao:50
>>>>>>> [nio-5443-exec-1] - getByRoom roomId :: 11
>>>>>>>  WARN 12-27 03:07:23.779 o.a.o.w.a.TimerService:69 [Thread-2609] -
>>>>>>> Moderator room check 11
>>>>>>>  WARN 12-27 03:07:23.783 o.a.o.w.r.RoomPanel:588 [Thread-2611] - !!
>>>>>>> moderatorInRoom: false
>>>>>>>
>>>>>>> Jitendra
>>>>>>>
>>>>>>> On Sun, 27 Dec 2020 at 14:31, GuruCoool Learnings <
>>>>>>> info@gurucoool.com> wrote:
>>>>>>>
>>>>>>>> I checked but couldn't trace.
>>>>>>>>
>>>>>>>> Honestly, I am not friendly with these processes. I am not a coder
>>>>>>>> or developer. I am a maths teacher and anyhow set up the server with the
>>>>>>>> help of the documentation provided by openmeetings.
>>>>>>>>
>>>>>>>> Regards
>>>>>>>> Jitendra
>>>>>>>>
>>>>>>>> On Sun, 27 Dec 2020 at 13:02, Ali Alhaidary <
>>>>>>>> ali.alhaidary@the5stars.org> wrote:
>>>>>>>>
>>>>>>>>> Could be, check openmeetings.log to see if the service has started
>>>>>>>>> ...
>>>>>>>>>
>>>>>>>>> Ali
>>>>>>>>>
>>>>>>>>>
>>>>>>>>> On 12/27/20 10:26 AM, GuruCoool Learnings wrote:
>>>>>>>>>
>>>>>>>>> One more thing I remember I did. In OM >> Administration >>
>>>>>>>>> Configuration, I erased the records of smtp records like server email, port
>>>>>>>>> number etc.
>>>>>>>>> Can this be a reason for "This site can’t be reached"?
>>>>>>>>>
>>>>>>>>> On Sun, 27 Dec 2020 at 12:43, GuruCoool Learnings <
>>>>>>>>> info@gurucoool.com> wrote:
>>>>>>>>>
>>>>>>>>>> I was trying to check the ports by the command
>>>>>>>>>> netstat -a -n
>>>>>>>>>>
>>>>>>>>>> and made no change there. After that I just restarted the server
>>>>>>>>>> and unfortunately, the server is not accessible.
>>>>>>>>>> It says,"This site can’t be reached".
>>>>>>>>>>
>>>>>>>>>> I don't know what to do now.
>>>>>>>>>>
>>>>>>>>>> Regards
>>>>>>>>>> Jitendra
>>>>>>>>>>
>>>>>>>>>> On Sun, 27 Dec 2020 at 11:54, Maxim Solodovnik <
>>>>>>>>>> solomax666@gmail.com> wrote:
>>>>>>>>>>
>>>>>>>>>>> please read this article:
>>>>>>>>>>> https://support.google.com/a/answer/176600?hl=en
>>>>>>>>>>> Especially this Use the Gmail SMTP server part
>>>>>>>>>>>
>>>>>>>>>>> as i wrote before
>>>>>>>>>>> for TLS (port 587) you have to enable
>>>>>>>>>>> "mail.smtp.starttls.enable" in OM -> Admin -> Config
>>>>>>>>>>> for SSL (port 465) you have to enable "mail.smtp.ssl.enable" in
>>>>>>>>>>> OM -> Admin -> Config
>>>>>>>>>>>
>>>>>>>>>>> and check if connection to smtp.gmail.com through the port
>>>>>>>>>>> selected is allowed from your OM server
>>>>>>>>>>>
>>>>>>>>>>> On Sun, 27 Dec 2020 at 12:09, GuruCoool Learnings <
>>>>>>>>>>> info@gurucoool.com> wrote:
>>>>>>>>>>>
>>>>>>>>>>>> Hello dear Maxim,
>>>>>>>>>>>> By security options, do you mean Forwarding and POP/IMAP in my
>>>>>>>>>>>> Gmail?
>>>>>>>>>>>> If yes, I have enabled it already. If no, then please guide me
>>>>>>>>>>>> what exactly I need to do for correct security options.
>>>>>>>>>>>>
>>>>>>>>>>>> Also, you mentioned about firewall settings, please guide me on
>>>>>>>>>>>> this also.
>>>>>>>>>>>>
>>>>>>>>>>>> Thanks and regards
>>>>>>>>>>>> Jitendra
>>>>>>>>>>>>
>>>>>>>>>>>> On Sat, 26 Dec 2020 at 08:37, GuruCoool Learnings <
>>>>>>>>>>>> info@gurucoool.com> wrote:
>>>>>>>>>>>>
>>>>>>>>>>>>> Thanks. Please guide me for correct security options and
>>>>>>>>>>>>> firewall settings. I am not savy with these processes.
>>>>>>>>>>>>>
>>>>>>>>>>>>> Thanks & Regards
>>>>>>>>>>>>> Jitendra
>>>>>>>>>>>>>
>>>>>>>>>>>>> On Sat, Dec 26, 2020, 07:18 Maxim Solodovnik <
>>>>>>>>>>>>> solomax666@gmail.com> wrote:
>>>>>>>>>>>>>
>>>>>>>>>>>>>> The correct settings for gmail are here:
>>>>>>>>>>>>>> https://support.google.com/mail/answer/7126229?hl=en
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> You have to specify only ONE of
>>>>>>>>>>>>>> mail.smtp.starttls.enable
>>>>>>>>>>>>>> mail.smtp.ssl.enable
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> timeout error might be because you are not setting correct
>>>>>>>>>>>>>> security option
>>>>>>>>>>>>>> Or maybe your provider/firewall blocks the connection
>>>>>>>>>>>>>>
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> On Fri, 25 Dec 2020 at 22:20, GuruCoool Learnings <
>>>>>>>>>>>>>> info@gurucoool.com> wrote:
>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> Nothing happened even after restarting the server.
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> Jitendra
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> On Fri, 25 Dec 2020 at 13:44, GuruCoool Learnings <
>>>>>>>>>>>>>>> info@gurucoool.com> wrote:
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> Okay. I will try and then will let you know.
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> Thanks
>>>>>>>>>>>>>>>> Jitendra
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> On Fri, Dec 25, 2020, 13:29 Ali Alhaidary <
>>>>>>>>>>>>>>>> ali.alhaidary@the5stars.org> wrote:
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>> You must restart the server so tat any new settings can
>>>>>>>>>>>>>>>>> take effect
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>> Ali
>>>>>>>>>>>>>>>>> On 12/25/20 3:54 AM, GuruCoool Learnings wrote:
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>> It shows error message in OM email management section
>>>>>>>>>>>>>>>>> only.
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>> Jitendra
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>> On Fri, Dec 25, 2020, 01:17 Alvaro <zu...@gmail.com>
>>>>>>>>>>>>>>>>> wrote:
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>> ...right now i tested my OM 5.1.0 at localhost  and gmail
>>>>>>>>>>>>>>>>>> configuration and send mail ok to "user...@gmail.com".
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>> Please take a look in your spam Gmail web.
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>> .....................
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>> El jue, 24-12-2020 a las 23:20 +0530, GuruCoool Learnings
>>>>>>>>>>>>>>>>>> escribió:
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>> Tried both 587 and 465 one by one but didn't find any
>>>>>>>>>>>>>>>>>> solution. However thanks for your replies.
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>> I have one more query. generally openmeetings generates
>>>>>>>>>>>>>>>>>> user specific invitation links. Is it possible to create invitation links
>>>>>>>>>>>>>>>>>> that can be given to anyone who is not registered on my server?
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>> On Thu, 24 Dec 2020 at 23:16, Ali Alhaidary <
>>>>>>>>>>>>>>>>>> ali.alhaidary@the5stars.org> wrote:
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>> It did not work with me as well :-)
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>> try port 465
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>> Ali
>>>>>>>>>>>>>>>>>> On 12/24/20 8:23 PM, GuruCoool Learnings wrote:
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>> gurucoool.com is my main site where I use the same gmail
>>>>>>>>>>>>>>>>>> smtp details that I want to use with openmeetings. Gmail smtp works fine
>>>>>>>>>>>>>>>>>> with my main site gurucoool.com but is not working with
>>>>>>>>>>>>>>>>>> openmeetings.
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>> On Thu, 24 Dec 2020 at 13:05, Ali Alhaidary <
>>>>>>>>>>>>>>>>>> ali.alhaidary@the5stars.org> wrote:
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>> I think you should use the SMTP of gurucool.com instead
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>> Ali
>>>>>>>>>>>>>>>>>> On 12/24/20 10:06 AM, GuruCoool Learnings wrote:
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>> Hi Ali,
>>>>>>>>>>>>>>>>>> I have followed the guidelines provided by the
>>>>>>>>>>>>>>>>>> openmeetings documentation which is as follows-
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>> A valid example to configure the mail server with Gmail,
>>>>>>>>>>>>>>>>>> is as follows:
>>>>>>>>>>>>>>>>>> (replace john@gmail.com with your real Gmail account)
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>> Mail-Refer == info@gurucoool.com
>>>>>>>>>>>>>>>>>> SMTP-Server == smtp.gmail.com
>>>>>>>>>>>>>>>>>> SMTP-Server Port (default
>>>>>>>>>>>>>>>>>> Smtp-Server Port is 25) == 587
>>>>>>>>>>>>>>>>>> SMTP-Username == info@gurucoool.com
>>>>>>>>>>>>>>>>>> SMTP-Userpass == password of info@gurucoool.com (this is
>>>>>>>>>>>>>>>>>> the one I use to open the mail box at info@gurucoool.com)
>>>>>>>>>>>>>>>>>> Enable TLS in Mail Server Auth == ...turn green the
>>>>>>>>>>>>>>>>>> button to activate
>>>>>>>>>>>>>>>>>> Default Language == English
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>> ...the rest you can change it as you likes.
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>> However can it would be a great help if you can clarify
>>>>>>>>>>>>>>>>>> what actually you mean by the following-
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>> Host name is wrong or
>>>>>>>>>>>>>>>>>> Connection security is wrong or
>>>>>>>>>>>>>>>>>> service is not available or
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>> Thanks
>>>>>>>>>>>>>>>>>> Jitendra
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>> On Thu, 24 Dec 2020 at 11:24, Ali Alhaidary <
>>>>>>>>>>>>>>>>>> ali.alhaidary@the5stars.org> wrote:
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>> Hi,
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>> It is either:
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>> Host name is wrong or
>>>>>>>>>>>>>>>>>> SMTP server name is wrong or
>>>>>>>>>>>>>>>>>> Port number is wrong or
>>>>>>>>>>>>>>>>>> Connection security is wrong or
>>>>>>>>>>>>>>>>>> User name is wrong or
>>>>>>>>>>>>>>>>>> pass word is wrong or
>>>>>>>>>>>>>>>>>> service is not available or
>>>>>>>>>>>>>>>>>> some of the above or
>>>>>>>>>>>>>>>>>> all of the above
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>> Try searching the mailing list, the solution is there as
>>>>>>>>>>>>>>>>>> you need to check each and every one ...
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>> :-)
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>> On 12/23/20 2:18 PM, GuruCoool Learnings wrote:
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>> Hi,
>>>>>>>>>>>>>>>>>> I am facing mail sending error in my openmeetings server.
>>>>>>>>>>>>>>>>>> Whenever I try to send a mail I get an error message as follows-
>>>>>>>>>>>>>>>>>> Error Count 5
>>>>>>>>>>>>>>>>>> Last Error
>>>>>>>>>>>>>>>>>> com.sun.mail.util.MailConnectException: Couldn't connect
>>>>>>>>>>>>>>>>>> to host, port: smtp.gmail.com, 587; timeout 30000;
>>>>>>>>>>>>>>>>>> nested exception is: java.net.SocketTimeoutException: connect timed out at
>>>>>>>>>>>>>>>>>> com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:2209) 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:221)
>>>>>>>>>>>>>>>>>> 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: connect timed out at
>>>>>>>>>>>>>>>>>> java.base/java.net.PlainSocketImpl.socketConnect(Native Method) at
>>>>>>>>>>>>>>>>>> java.base/java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:399)
>>>>>>>>>>>>>>>>>> at
>>>>>>>>>>>>>>>>>> java.base/java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:242)
>>>>>>>>>>>>>>>>>> at
>>>>>>>>>>>>>>>>>> java.base/java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:224)
>>>>>>>>>>>>>>>>>> at java.base/java.net.SocksSocketImpl.connect(SocksSocketImpl.java:403) at
>>>>>>>>>>>>>>>>>> java.base/java.net.Socket.connect(Socket.java:609) at
>>>>>>>>>>>>>>>>>> com.sun.mail.util.SocketFetcher.createSocket(SocketFetcher.java:357) at
>>>>>>>>>>>>>>>>>> com.sun.mail.util.SocketFetcher.getSocket(SocketFetcher.java:238) at
>>>>>>>>>>>>>>>>>> com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:2175) ... 10
>>>>>>>>>>>>>>>>>> more
>>>>>>>>>>>>>>>>>> Please help.
>>>>>>>>>>>>>>>>>> Thanks
>>>>>>>>>>>>>>>>>> Jitendra
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> --
>>>>>>>>>>>>>> Best regards,
>>>>>>>>>>>>>> Maxim
>>>>>>>>>>>>>>
>>>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>> --
>>>>>>>>>>> Best regards,
>>>>>>>>>>> Maxim
>>>>>>>>>>>
>>>>>>>>>>

Re: Mail sending error in openmeetings server

Posted by Ali Alhaidary <al...@the5stars.org>.
Good, back to square 1 :-)

Now follow @Max recommendations ...

Ali

On 12/28/20 11:33 AM, GuruCoool Learnings wrote:
> Thanks for the update.
> I tried these commands one by one-
>
> >> sudo /etc/init.d/tomcat4 stop
> >> sudo chown -R nobody:nogroup /opt/open510
> >> sudo reboot
> >> sudo /etc/init.d/tomcat4 start
>
> Nothing happened. Still I am getting the same error when tried to send 
> a mail-
>
> com.sun.mail.util.MailConnectException: Couldn't connect to host, 
> port: smtp.gmail.com <http://smtp.gmail.com>, 587; timeout 30000; 
> nested exception is: java.net.SocketTimeoutException: connect timed 
> out at 
> com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:2209) 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:221) 
> 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: connect timed out at 
> java.base/java.net.PlainSocketImpl.socketConnect(Native Method) at 
> java.base/java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:399) 
> at 
> java.base/java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:242) 
> at 
> java.base/java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:224) 
> at 
> java.base/java.net.SocksSocketImpl.connect(SocksSocketImpl.java:403) 
> at java.base/java.net.Socket.connect(Socket.java:609) at 
> com.sun.mail.util.SocketFetcher.createSocket(SocketFetcher.java:357) 
> at com.sun.mail.util.SocketFetcher.getSocket(SocketFetcher.java:238) 
> at com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:2175)
> ... 10 more
>
> Thanks and regards
> Jitendra
>
> On Mon, 28 Dec 2020 at 13:11, Denis Noctor <denisnoctor@gmail.com 
> <ma...@gmail.com>> wrote:
>
>     Just to be careful... rather than just using “sudo reboot”, make
>     sure to shutdown all OM related activities in advanced...
>     especially Maria Database (make a backup in advance) as it can
>     sometimes corrupt the database. I’ve been there and it is not a
>     nice experience.
>
>     Sent from my iPhone
>
>     On Dec 27, 2020, at 10:58 AM, Ali Alhaidary
>     <ali.alhaidary@the5stars.org <ma...@the5stars.org>>
>     wrote:
>
>>     since you said you are not very much into computers, it would be
>>     difficult for you to trace the issue, so rebooting the server can
>>     cut the story short
>>
>>     sudo reboot
>>
>>     and after the server boots start om and wait for 50 sec and see
>>     what is written in the log
>>
>>     Ali
>>
>>     On 12/27/20 7:52 PM, GuruCoool Learnings wrote:
>>>     OS is ubuntu 18.04 LTS.
>>>     Restarting the server and restarting the OM are different? I
>>>     thought they are same and generally I do it by the command
>>>     >> sudo /etc/init.d/tomcat4 restart
>>>
>>>     Regards
>>>     Jitendra
>>>
>>>     On Sun, 27 Dec 2020 at 18:59, Ali Alhaidary
>>>     <ali.alhaidary@the5stars.org
>>>     <ma...@the5stars.org>> wrote:
>>>
>>>         And restart the server, then start OM*, openmeetings.log
>>>         should have something ....
>>>         *
>>>
>>>         Ali
>>>
>>>         On 12/27/20 4:27 PM, Ali Alhaidary wrote:
>>>>
>>>>         What is your OS? check owner of files please
>>>>
>>>>         Ali
>>>>
>>>>         On 12/27/20 4:02 PM, GuruCoool Learnings wrote:
>>>>>         These are the files in /opt/open510/logs directory-
>>>>>
>>>>>         catalina.2020-12-11.log  host-manager.2020-12-11.log
>>>>>          localhost.2020-12-19.log
>>>>>         localhost_access_log.2020-12-21.txt  manager.2020-12-26.log
>>>>>         catalina.2020-12-12.log  host-manager.2020-12-12.log
>>>>>          localhost.2020-12-25.log
>>>>>         localhost_access_log.2020-12-22.txt  manager.2020-12-27.log
>>>>>         catalina.2020-12-15.log  host-manager.2020-12-15.log
>>>>>          localhost.2020-12-26.log  
>>>>>         localhost_access_log.2020-12-23.txt
>>>>>          openmeetings.2020-12-11.0.log
>>>>>         catalina.2020-12-16.log  host-manager.2020-12-17.log
>>>>>          localhost.2020-12-27.log
>>>>>          localhost_access_log.2020-12-24.txt  openmeetings.log
>>>>>         catalina.2020-12-17.log  host-manager.2020-12-18.log
>>>>>          localhost_access_log.2020-12-11.txt
>>>>>          localhost_access_log.2020-12-25.txt
>>>>>          sessions.2020-12-20.0.log
>>>>>         catalina.2020-12-18.log  host-manager.2020-12-19.log
>>>>>          localhost_access_log.2020-12-12.txt
>>>>>          localhost_access_log.2020-12-26.txt
>>>>>          sessions.2020-12-21.0.log
>>>>>         catalina.2020-12-19.log  host-manager.2020-12-25.log
>>>>>          localhost_access_log.2020-12-13.txt
>>>>>          localhost_access_log.2020-12-27.txt
>>>>>          sessions.2020-12-22.0.log
>>>>>         catalina.2020-12-20.log  host-manager.2020-12-26.log
>>>>>          localhost_access_log.2020-12-14.txt
>>>>>          manager.2020-12-11.log sessions.2020-12-23.0.log
>>>>>         catalina.2020-12-21.log  host-manager.2020-12-27.log
>>>>>          localhost_access_log.2020-12-15.txt
>>>>>          manager.2020-12-12.log sessions.2020-12-24.0.log
>>>>>         catalina.2020-12-24.log  localhost.2020-12-11.log
>>>>>         localhost_access_log.2020-12-16.txt
>>>>>          manager.2020-12-15.log sessions.2020-12-25.0.log
>>>>>         catalina.2020-12-25.log  localhost.2020-12-12.log
>>>>>         localhost_access_log.2020-12-17.txt
>>>>>          manager.2020-12-17.log sessions.2020-12-26.0.log
>>>>>         catalina.2020-12-26.log  localhost.2020-12-15.log
>>>>>         localhost_access_log.2020-12-18.txt
>>>>>          manager.2020-12-18.log sessions.log
>>>>>         catalina.2020-12-27.log  localhost.2020-12-17.log
>>>>>         localhost_access_log.2020-12-19.txt  manager.2020-12-19.log
>>>>>         catalina.out  localhost.2020-12-18.log
>>>>>         localhost_access_log.2020-12-20.txt  manager.2020-12-25.log
>>>>>
>>>>>         I earlier renamed openmeetings to sessions so I checked in
>>>>>         sessions.log. openmeetings.log is empty after I deleted
>>>>>         the content.
>>>>>
>>>>>         Regards
>>>>>         Jitendra
>>>>>
>>>>>         On Sun, 27 Dec 2020 at 18:25, GuruCoool Learnings
>>>>>         <info@gurucoool.com <ma...@gurucoool.com>> wrote:
>>>>>
>>>>>             This is all I got after deleting the content and
>>>>>             starting the OM again.
>>>>>
>>>>>             Regards
>>>>>             Jitendra
>>>>>
>>>>>             On Sun, 27 Dec 2020 at 18:24, Ali Alhaidary
>>>>>             <ali.alhaidary@the5stars.org
>>>>>             <ma...@the5stars.org>> wrote:
>>>>>
>>>>>                 These entries does not show the service did not
>>>>>                 start, where is the rest ?
>>>>>
>>>>>                 Ali
>>>>>
>>>>>
>>>>>                 On 12/27/20 3:33 PM, GuruCoool Learnings wrote:
>>>>>>                 I followed the steps suggested by you and here is
>>>>>>                 what I got in openmeetings.log ( NOT STARTED)-
>>>>>>
>>>>>>                 INFO 12-27 12:24:43.292 o.s.w.c.ContextLoader:271
>>>>>>                 [main] - Root WebApplicationContext:
>>>>>>                 initialization started
>>>>>>                  INFO 12-27 12:24:46.420
>>>>>>                 o.s.o.j.LocalEntityManagerFactoryBean:434 [main]
>>>>>>                 - Initialized JPA EntityManagerFactory for pe$
>>>>>>                 INFO 12-27 12:24:47.633
>>>>>>                 o.s.s.c.ThreadPoolTaskExecutor:181 [main] -
>>>>>>                 Initializing ExecutorService 'taskExecutor'
>>>>>>                 DEBUG 12-27 12:24:47.844
>>>>>>                 o.a.o.c.r.KurentoHandler:151 [pool-1-thread-1] -
>>>>>>                 Reconnecting KMS
>>>>>>                  INFO 12-27 12:24:48.098
>>>>>>                 o.k.j.c.JsonRpcClientNettyWebSocket:191
>>>>>>                 [pool-1-thread-1] -  Connecting native client
>>>>>>                  INFO 12-27 12:24:48.102
>>>>>>                 o.k.j.c.JsonRpcClientNettyWebSocket:220
>>>>>>                 [pool-1-thread-1] -  Creating new NioEventLoopGroup
>>>>>>                  INFO 12-27 12:24:48.792
>>>>>>                 o.k.j.c.JsonRpcClientNettyWebSocket:234
>>>>>>                 [ntLoopGroup-2-1] -  Initiating new Netty
>>>>>>                 channel. Wil$ INFO 12-27 12:24:48.919
>>>>>>                 o.q.i.StdSchedulerFactory:1220 [main] - Using
>>>>>>                 default implementation for ThreadExecutor
>>>>>>                  INFO 12-27 12:24:49.015
>>>>>>                 o.q.c.SchedulerSignalerImpl:61 [main] -
>>>>>>                 Initialized Scheduler Signaller of type: class
>>>>>>                 org.qua$ INFO 12-27 12:24:49.016
>>>>>>                 o.q.c.QuartzScheduler:229 [main] - Quartz
>>>>>>                 Scheduler v.2.3.2 created.
>>>>>>                  INFO 12-27 12:24:49.018 o.q.s.RAMJobStore:155
>>>>>>                 [main] - RAMJobStore initialized.
>>>>>>                  INFO 12-27 12:24:49.043
>>>>>>                 o.q.c.QuartzScheduler:294 [main] - Scheduler
>>>>>>                 meta-data: Quartz Scheduler (v2.3.2)
>>>>>>                 'org.springf$  Scheduler class:
>>>>>>                 'org.quartz.core.QuartzScheduler' - running locally.
>>>>>>                   NOT STARTED.
>>>>>>                   Currently in standby mode.
>>>>>>                   Number of jobs executed: 0
>>>>>>                   Using thread pool
>>>>>>                 'org.quartz.simpl.SimpleThreadPool' - with 10
>>>>>>                 threads.
>>>>>>                   Using job-store 'org.quartz.simpl.RAMJobStore'
>>>>>>                 - which does not support persistence. and is not
>>>>>>                 clustered.
>>>>>>
>>>>>>                  INFO 12-27 12:24:49.044
>>>>>>                 o.q.i.StdSchedulerFactory:1374 [main] - Quartz
>>>>>>                 scheduler 'org.springframework.scheduling.quart$
>>>>>>                 INFO 12-27 12:24:49.044
>>>>>>                 o.q.i.StdSchedulerFactory:1378 [main] - Quartz
>>>>>>                 scheduler version: 2.3.2
>>>>>>                  INFO 12-27 12:24:49.051
>>>>>>                 o.q.c.QuartzScheduler:2293 [main] - JobFactory
>>>>>>                 set to: org.springframework.scheduling.quartz.A$
>>>>>>                 INFO 12-27 12:24:49.098
>>>>>>                 o.s.s.q.SchedulerFactoryBean:727 [main] -
>>>>>>                 Starting Quartz Scheduler now
>>>>>>                  INFO 12-27 12:24:49.099
>>>>>>                 o.q.c.QuartzScheduler:547 [main] - Scheduler
>>>>>>                 org.springframework.scheduling.quartz.SchedulerFa$
>>>>>>                 INFO 12-27 12:24:49.133 o.s.w.c.ContextLoader:307
>>>>>>                 [main] - Root WebApplicationContext initialized
>>>>>>                 in 5832 ms
>>>>>>                 INFO 12-27 12:24:49.255 o.a.w.u.f.WebXmlFile:235
>>>>>>                 [main] - web.xml: url mapping found for filter
>>>>>>                 with name Openmeetings$ INFO 12-27 12:24:49.520
>>>>>>                 o.a.o.c.r.KurentoHandler:181 [pool-1-thread-1] -
>>>>>>                 !!! Kurento connected
>>>>>>                  INFO 12-27 12:24:49.780 o.a.w.Application:558
>>>>>>                 [main] - [OpenmeetingsApplication] init:
>>>>>>                 org.wicketstuff.dashboard.Dashb$ INFO 12-27
>>>>>>                 12:24:51.296 o.a.w.Application:558 [main] -
>>>>>>                 [OpenmeetingsApplication] init: Wicket core
>>>>>>                 library initializer
>>>>>>                  INFO 12-27 12:24:51.304 o.a.w.Application:558
>>>>>>                 [main] - [OpenmeetingsApplication] init: Wicket
>>>>>>                 jQuery UI initializer
>>>>>>                  INFO 12-27 12:24:51.312 o.a.w.Application:558
>>>>>>                 [main] - [OpenmeetingsApplication] init: Wicket
>>>>>>                 jQuery UI initializer (p$ INFO 12-27 12:24:51.318
>>>>>>                 o.a.w.Application:558 [main] -
>>>>>>                 [OpenmeetingsApplication] init: Wicket extensions
>>>>>>                 initializer
>>>>>>                  INFO 12-27 12:24:51.410 o.a.w.Application:558
>>>>>>                 [main] - [OpenmeetingsApplication] init: DevUtils
>>>>>>                 DebugBar Initializer
>>>>>>                  INFO 12-27 12:24:57.181 c.h.system:65 [main] -
>>>>>>                 [172.105.37.153]:5701 [dev] [4.1] Hazelcast 4.1
>>>>>>                 (20201104 - 2a1a477) st$
>>>>>>
>>>>>>                 The server has not started. Can I do anything in
>>>>>>                 this case?
>>>>>>
>>>>>>                 Regards
>>>>>>                 Jitendra
>>>>>>
>>>>>>                 On Sun, 27 Dec 2020 at 17:36, Ali Alhaidary
>>>>>>                 <ali.alhaidary@the5stars.org
>>>>>>                 <ma...@the5stars.org>> wrote:
>>>>>>
>>>>>>                     1. stop om service
>>>>>>
>>>>>>                     2. delete the contents of openmeetings.log
>>>>>>
>>>>>>                     3. start om service
>>>>>>
>>>>>>                     4. check openmeetings.log
>>>>>>
>>>>>>
>>>>>>                     On 12/27/20 2:17 PM, GuruCoool Learnings wrote:
>>>>>>>                     Since I am now not able to access the
>>>>>>>                     localhost url so please help which file I
>>>>>>>                     can update smtp records in?
>>>>>>>
>>>>>>>                     Regards
>>>>>>>                     Jitendra
>>>>>>>
>>>>>>>                     On Sun, 27 Dec 2020 at 14:33, GuruCoool
>>>>>>>                     Learnings <info@gurucoool.com
>>>>>>>                     <ma...@gurucoool.com>> wrote:
>>>>>>>
>>>>>>>                         These are a few last lines-
>>>>>>>
>>>>>>>                         DEBUG 12-27 03:07:14.300
>>>>>>>                         o.a.o.w.a.WebSession:223
>>>>>>>                         [nio-5443-exec-3] - checkHashes, secure:
>>>>>>>                         'null', invitation:
>>>>>>>                         'ff51cfbd-4797-4f30-9d60-3f78955f00b4'
>>>>>>>                         DEBUG 12-27 03:07:14.338
>>>>>>>                         o.a.o.w.a.WebSession:225
>>>>>>>                         [nio-5443-exec-3] - checkHashes, has
>>>>>>>                         soap in session ? 'false'
>>>>>>>                         DEBUG 12-27 03:07:14.420
>>>>>>>                         o.a.o.w.a.ClientManager:352
>>>>>>>                         [nio-5443-exec-3] - Cluster:: The only
>>>>>>>                         server found
>>>>>>>                         DEBUG 12-27 03:07:14.492
>>>>>>>                         o.a.o.d.u.AuthLevelUtil:40
>>>>>>>                         [nio-5443-exec-3] - Level ADMIN :: [DENIED]
>>>>>>>                         DEBUG 12-27 03:07:14.498
>>>>>>>                         o.a.o.d.u.AuthLevelUtil:40
>>>>>>>                         [nio-5443-exec-3] - Level GROUP_ADMIN ::
>>>>>>>                         [DENIED]
>>>>>>>                         DEBUG 12-27 03:07:14.519
>>>>>>>                         o.a.o.d.u.AuthLevelUtil:40
>>>>>>>                         [nio-5443-exec-3] - Level ADMIN :: [DENIED]
>>>>>>>                         DEBUG 12-27 03:07:14.525
>>>>>>>                         o.a.o.d.u.AuthLevelUtil:40
>>>>>>>                         [nio-5443-exec-3] - Level ADMIN :: [DENIED]
>>>>>>>                         DEBUG 12-27 03:07:14.566
>>>>>>>                         o.a.o.w.c.OmWebSocketPanel:74
>>>>>>>                         [nio-5443-exec-3] - pingTimer is attached
>>>>>>>                         DEBUG 12-27 03:07:18.703
>>>>>>>                         o.a.o.d.d.l.ConferenceLogDao:52
>>>>>>>                         [nio-5443-exec-1] - [add]:
>>>>>>>                         org.apache.openmeetings.db.entity.log.ConferenceLog@7a836ea7
>>>>>>>                         DEBUG 12-27 03:07:18.718
>>>>>>>                         o.a.o.w.a.ClientManager:126
>>>>>>>                         [nio-5443-exec-1] - Adding online
>>>>>>>                         client:
>>>>>>>                         2b627591-eeb1-4c49-8b8c-c5a6528634af,
>>>>>>>                         room: null
>>>>>>>                         DEBUG 12-27 03:07:18.728
>>>>>>>                         o.a.o.w.c.MainPanel:160
>>>>>>>                         [nio-5443-exec-1] -
>>>>>>>                         WebSocketBehavior::onConnect [uid:
>>>>>>>                         2b627591-eeb1-4c49-8b8c-c5a6528634af,
>>>>>>>                         session: F307B900D3DFADE9$DEBUG 12-27
>>>>>>>                         03:07:18.752
>>>>>>>                         o.a.o.d.d.l.ConferenceLogDao:52
>>>>>>>                         [nio-5443-exec-1] - [add]:
>>>>>>>                         org.apache.openmeetings.db.entity.log.ConferenceLog@5cb63b3c
>>>>>>>                         DEBUG 12-27 03:07:18.757
>>>>>>>                         o.a.o.w.a.ClientManager:257
>>>>>>>                         [nio-5443-exec-1] - Adding online room
>>>>>>>                         client:
>>>>>>>                         2b627591-eeb1-4c49-8b8c-c5a6528634af,
>>>>>>>                         room: 11
>>>>>>>                         DEBUG 12-27 03:07:18.764
>>>>>>>                         o.a.o.w.a.ClientManager:275
>>>>>>>                         [nio-5443-exec-1] - Cluster:: room 11
>>>>>>>                         was not found for server 'server-1',
>>>>>>>                         adding ...
>>>>>>>                         DEBUG 12-27 03:07:18.765
>>>>>>>                         o.a.o.w.a.ClientManager:448
>>>>>>>                         [nio-5443-exec-1] - Cluster:: room 11 is
>>>>>>>                         added to server, whole list [11]
>>>>>>>                         DEBUG 12-27 03:07:18.766
>>>>>>>                         o.a.o.w.a.ClientManager:114
>>>>>>>                         [erver-1.event-1] - Cluster:: Server was
>>>>>>>                         updated server-1 -> ServerInfo[rooms: [11]]
>>>>>>>                         DEBUG 12-27 03:07:18.770
>>>>>>>                         o.a.o.d.u.AuthLevelUtil:40
>>>>>>>                         [nio-5443-exec-1] - Level ADMIN :: [DENIED]
>>>>>>>                          INFO 12-27 03:07:18.771
>>>>>>>                         o.a.o.w.r.RoomPanel:395
>>>>>>>                         [nio-5443-exec-1] - Setting rights for
>>>>>>>                         client:: [AUDIO, VIDEO] -> false
>>>>>>>                         DEBUG 12-27 03:07:18.783
>>>>>>>                         o.a.o.d.u.AuthLevelUtil:40
>>>>>>>                         [nio-5443-exec-1] - Level ADMIN :: [DENIED]
>>>>>>>                         DEBUG 12-27 03:07:18.789
>>>>>>>                         o.a.o.d.d.r.PollDao:87 [nio-5443-exec-1]
>>>>>>>                         -  :: getPoll :: 11
>>>>>>>                         DEBUG 12-27 03:07:18.799
>>>>>>>                         o.a.o.d.d.r.PollDao:98 [nio-5443-exec-1]
>>>>>>>                         -  :: getArchived :: 11
>>>>>>>                         DEBUG 12-27 03:07:18.829
>>>>>>>                         o.a.o.d.d.f.FileItemDao:55
>>>>>>>                         [nio-5443-exec-1] - getByOwner() started
>>>>>>>                         DEBUG 12-27 03:07:18.832
>>>>>>>                         o.a.o.d.d.f.FileItemDao:50
>>>>>>>                         [nio-5443-exec-1] - getByRoom roomId :: 11
>>>>>>>                          WARN 12-27 03:07:23.779
>>>>>>>                         o.a.o.w.a.TimerService:69 [Thread-2609]
>>>>>>>                         - Moderator room check 11
>>>>>>>                          WARN 12-27 03:07:23.783
>>>>>>>                         o.a.o.w.r.RoomPanel:588 [Thread-2611] -
>>>>>>>                         !! moderatorInRoom: false
>>>>>>>
>>>>>>>                         Jitendra
>>>>>>>
>>>>>>>                         On Sun, 27 Dec 2020 at 14:31, GuruCoool
>>>>>>>                         Learnings <info@gurucoool.com
>>>>>>>                         <ma...@gurucoool.com>> wrote:
>>>>>>>
>>>>>>>                             I checked but couldn't trace.
>>>>>>>
>>>>>>>                             Honestly, I am not friendly with
>>>>>>>                             these processes. I am not a coder or
>>>>>>>                             developer. I am a maths teacher and
>>>>>>>                             anyhow set up the server with the
>>>>>>>                             help of the documentation provided
>>>>>>>                             by openmeetings.
>>>>>>>
>>>>>>>                             Regards
>>>>>>>                             Jitendra
>>>>>>>
>>>>>>>                             On Sun, 27 Dec 2020 at 13:02, Ali
>>>>>>>                             Alhaidary
>>>>>>>                             <ali.alhaidary@the5stars.org
>>>>>>>                             <ma...@the5stars.org>>
>>>>>>>                             wrote:
>>>>>>>
>>>>>>>                                 Could be, check openmeetings.log
>>>>>>>                                 to see if the service has
>>>>>>>                                 started ...
>>>>>>>
>>>>>>>                                 Ali
>>>>>>>
>>>>>>>
>>>>>>>                                 On 12/27/20 10:26 AM, GuruCoool
>>>>>>>                                 Learnings wrote:
>>>>>>>>                                 One more thing I remember I
>>>>>>>>                                 did. In OM >> Administration >>
>>>>>>>>                                 Configuration, I erased the
>>>>>>>>                                 records of smtp records like
>>>>>>>>                                 server email, port number etc.
>>>>>>>>                                 Can this be a reason for "This
>>>>>>>>                                 site can’t be reached"?
>>>>>>>>
>>>>>>>>                                 On Sun, 27 Dec 2020 at 12:43,
>>>>>>>>                                 GuruCoool Learnings
>>>>>>>>                                 <info@gurucoool.com
>>>>>>>>                                 <ma...@gurucoool.com>> wrote:
>>>>>>>>
>>>>>>>>                                     I was trying to check the
>>>>>>>>                                     ports by the command
>>>>>>>>                                     netstat -a -n
>>>>>>>>
>>>>>>>>                                     and made no change there.
>>>>>>>>                                     After that I just restarted
>>>>>>>>                                     the server and
>>>>>>>>                                     unfortunately, the server
>>>>>>>>                                     is not accessible.
>>>>>>>>                                     It says,"This site can’t be
>>>>>>>>                                     reached".
>>>>>>>>
>>>>>>>>                                     I don't know what to do now.
>>>>>>>>
>>>>>>>>                                     Regards
>>>>>>>>                                     Jitendra
>>>>>>>>
>>>>>>>>                                     On Sun, 27 Dec 2020 at
>>>>>>>>                                     11:54, Maxim Solodovnik
>>>>>>>>                                     <solomax666@gmail.com
>>>>>>>>                                     <ma...@gmail.com>>
>>>>>>>>                                     wrote:
>>>>>>>>
>>>>>>>>                                         please read this
>>>>>>>>                                         article:
>>>>>>>>                                         https://support.google.com/a/answer/176600?hl=en
>>>>>>>>
>>>>>>>>                                         Especially this Use the
>>>>>>>>                                         Gmail SMTP server part
>>>>>>>>
>>>>>>>>                                         as i wrote before
>>>>>>>>                                         for TLS (port 587) you
>>>>>>>>                                         have to enable
>>>>>>>>                                         "mail.smtp.starttls.enable"
>>>>>>>>                                         in OM -> Admin -> Config
>>>>>>>>                                         for SSL (port 465) you
>>>>>>>>                                         have to enable
>>>>>>>>                                         "mail.smtp.ssl.enable"
>>>>>>>>                                         in OM -> Admin -> Config
>>>>>>>>
>>>>>>>>                                         and check if connection
>>>>>>>>                                         to smtp.gmail.com
>>>>>>>>                                         <http://smtp.gmail.com> through
>>>>>>>>                                         the port selected is
>>>>>>>>                                         allowed from your OM server
>>>>>>>>
>>>>>>>>                                         On Sun, 27 Dec 2020 at
>>>>>>>>                                         12:09, GuruCoool
>>>>>>>>                                         Learnings
>>>>>>>>                                         <info@gurucoool.com
>>>>>>>>                                         <ma...@gurucoool.com>>
>>>>>>>>                                         wrote:
>>>>>>>>
>>>>>>>>                                             Hello dear Maxim,
>>>>>>>>                                             By security
>>>>>>>>                                             options, do you
>>>>>>>>                                             mean Forwarding and
>>>>>>>>                                             POP/IMAP in my Gmail?
>>>>>>>>                                             If yes, I have
>>>>>>>>                                             enabled it already.
>>>>>>>>                                             If no, then please
>>>>>>>>                                             guide me what
>>>>>>>>                                             exactly I need to
>>>>>>>>                                             do for correct
>>>>>>>>                                             security options.
>>>>>>>>
>>>>>>>>                                             Also, you mentioned
>>>>>>>>                                             about firewall
>>>>>>>>                                             settings, please
>>>>>>>>                                             guide me on this also.
>>>>>>>>
>>>>>>>>                                             Thanks and regards
>>>>>>>>                                             Jitendra
>>>>>>>>
>>>>>>>>                                             On Sat, 26 Dec 2020
>>>>>>>>                                             at 08:37, GuruCoool
>>>>>>>>                                             Learnings
>>>>>>>>                                             <info@gurucoool.com
>>>>>>>>                                             <ma...@gurucoool.com>>
>>>>>>>>                                             wrote:
>>>>>>>>
>>>>>>>>                                                 Thanks. Please
>>>>>>>>                                                 guide me for
>>>>>>>>                                                 correct
>>>>>>>>                                                 security
>>>>>>>>                                                 options and
>>>>>>>>                                                 firewall
>>>>>>>>                                                 settings. I am
>>>>>>>>                                                 not savy with
>>>>>>>>                                                 these processes.
>>>>>>>>
>>>>>>>>                                                 Thanks & Regards
>>>>>>>>                                                 Jitendra
>>>>>>>>
>>>>>>>>                                                 On Sat, Dec 26,
>>>>>>>>                                                 2020, 07:18
>>>>>>>>                                                 Maxim
>>>>>>>>                                                 Solodovnik
>>>>>>>>                                                 <solomax666@gmail.com
>>>>>>>>                                                 <ma...@gmail.com>>
>>>>>>>>                                                 wrote:
>>>>>>>>
>>>>>>>>                                                     The correct
>>>>>>>>                                                     settings
>>>>>>>>                                                     for gmail
>>>>>>>>                                                     are here:
>>>>>>>>                                                     https://support.google.com/mail/answer/7126229?hl=en
>>>>>>>>
>>>>>>>>
>>>>>>>>                                                     You have to
>>>>>>>>                                                     specify
>>>>>>>>                                                     only ONE of
>>>>>>>>                                                     mail.smtp.starttls.enable
>>>>>>>>                                                     mail.smtp.ssl.enable
>>>>>>>>
>>>>>>>>                                                     timeout
>>>>>>>>                                                     error might
>>>>>>>>                                                     be because
>>>>>>>>                                                     you are not
>>>>>>>>                                                     setting
>>>>>>>>                                                     correct
>>>>>>>>                                                     security option
>>>>>>>>                                                     Or maybe
>>>>>>>>                                                     your
>>>>>>>>                                                     provider/firewall
>>>>>>>>                                                     blocks the
>>>>>>>>                                                     connection
>>>>>>>>
>>>>>>>>
>>>>>>>>                                                     On Fri, 25
>>>>>>>>                                                     Dec 2020 at
>>>>>>>>                                                     22:20,
>>>>>>>>                                                     GuruCoool
>>>>>>>>                                                     Learnings
>>>>>>>>                                                     <info@gurucoool.com
>>>>>>>>                                                     <ma...@gurucoool.com>>
>>>>>>>>                                                     wrote:
>>>>>>>>
>>>>>>>>                                                         Nothing
>>>>>>>>                                                         happened
>>>>>>>>                                                         even
>>>>>>>>                                                         after
>>>>>>>>                                                         restarting
>>>>>>>>                                                         the
>>>>>>>>                                                         server.
>>>>>>>>
>>>>>>>>                                                         Jitendra
>>>>>>>>
>>>>>>>>                                                         On Fri,
>>>>>>>>                                                         25 Dec
>>>>>>>>                                                         2020 at
>>>>>>>>                                                         13:44,
>>>>>>>>                                                         GuruCoool
>>>>>>>>                                                         Learnings
>>>>>>>>                                                         <info@gurucoool.com
>>>>>>>>                                                         <ma...@gurucoool.com>>
>>>>>>>>                                                         wrote:
>>>>>>>>
>>>>>>>>                                                             Okay.
>>>>>>>>                                                             I
>>>>>>>>                                                             will
>>>>>>>>                                                             try
>>>>>>>>                                                             and
>>>>>>>>                                                             then
>>>>>>>>                                                             will
>>>>>>>>                                                             let you
>>>>>>>>                                                             know.
>>>>>>>>
>>>>>>>>                                                             Thanks
>>>>>>>>                                                             Jitendra
>>>>>>>>
>>>>>>>>                                                             On
>>>>>>>>                                                             Fri,
>>>>>>>>                                                             Dec
>>>>>>>>                                                             25,
>>>>>>>>                                                             2020,
>>>>>>>>                                                             13:29
>>>>>>>>                                                             Ali
>>>>>>>>                                                             Alhaidary
>>>>>>>>                                                             <ali.alhaidary@the5stars.org
>>>>>>>>                                                             <ma...@the5stars.org>>
>>>>>>>>                                                             wrote:
>>>>>>>>
>>>>>>>>                                                                 You
>>>>>>>>                                                                 must
>>>>>>>>                                                                 restart
>>>>>>>>                                                                 the
>>>>>>>>                                                                 server
>>>>>>>>                                                                 so
>>>>>>>>                                                                 tat
>>>>>>>>                                                                 any
>>>>>>>>                                                                 new
>>>>>>>>                                                                 settings
>>>>>>>>                                                                 can
>>>>>>>>                                                                 take
>>>>>>>>                                                                 effect
>>>>>>>>
>>>>>>>>                                                                 Ali
>>>>>>>>
>>>>>>>>                                                                 On
>>>>>>>>                                                                 12/25/20
>>>>>>>>                                                                 3:54
>>>>>>>>                                                                 AM,
>>>>>>>>                                                                 GuruCoool
>>>>>>>>                                                                 Learnings
>>>>>>>>                                                                 wrote:
>>>>>>>>>                                                                 It
>>>>>>>>>                                                                 shows
>>>>>>>>>                                                                 error
>>>>>>>>>                                                                 message
>>>>>>>>>                                                                 in
>>>>>>>>>                                                                 OM
>>>>>>>>>                                                                 email
>>>>>>>>>                                                                 management
>>>>>>>>>                                                                 section
>>>>>>>>>                                                                 only.
>>>>>>>>>
>>>>>>>>>
>>>>>>>>>                                                                 Jitendra
>>>>>>>>>
>>>>>>>>>                                                                 On
>>>>>>>>>                                                                 Fri,
>>>>>>>>>                                                                 Dec
>>>>>>>>>                                                                 25,
>>>>>>>>>                                                                 2020,
>>>>>>>>>                                                                 01:17
>>>>>>>>>                                                                 Alvaro
>>>>>>>>>                                                                 <zurcamos@gmail.com
>>>>>>>>>                                                                 <ma...@gmail.com>>
>>>>>>>>>                                                                 wrote:
>>>>>>>>>
>>>>>>>>>                                                                     ...right
>>>>>>>>>                                                                     now
>>>>>>>>>                                                                     i
>>>>>>>>>                                                                     tested
>>>>>>>>>                                                                     my
>>>>>>>>>                                                                     OM
>>>>>>>>>                                                                     5.1.0
>>>>>>>>>                                                                     at
>>>>>>>>>                                                                     localhost
>>>>>>>>>                                                                      and
>>>>>>>>>                                                                     gmail
>>>>>>>>>                                                                     configuration
>>>>>>>>>                                                                     and
>>>>>>>>>                                                                     send
>>>>>>>>>                                                                     mail
>>>>>>>>>                                                                     ok
>>>>>>>>>                                                                     to
>>>>>>>>>                                                                     "user...@gmail.com
>>>>>>>>>                                                                     <ma...@gmail.com>".
>>>>>>>>>
>>>>>>>>>                                                                     Please
>>>>>>>>>                                                                     take
>>>>>>>>>                                                                     a
>>>>>>>>>                                                                     look
>>>>>>>>>                                                                     in
>>>>>>>>>                                                                     your
>>>>>>>>>                                                                     spam
>>>>>>>>>                                                                     Gmail
>>>>>>>>>                                                                     web.
>>>>>>>>>
>>>>>>>>>
>>>>>>>>>                                                                     .....................
>>>>>>>>>
>>>>>>>>>
>>>>>>>>>                                                                     El
>>>>>>>>>                                                                     jue,
>>>>>>>>>                                                                     24-12-2020
>>>>>>>>>                                                                     a
>>>>>>>>>                                                                     las
>>>>>>>>>                                                                     23:20
>>>>>>>>>                                                                     +0530,
>>>>>>>>>                                                                     GuruCoool
>>>>>>>>>                                                                     Learnings
>>>>>>>>>                                                                     escribió:
>>>>>>>>>>                                                                     Tried
>>>>>>>>>>                                                                     both
>>>>>>>>>>                                                                     587
>>>>>>>>>>                                                                     and
>>>>>>>>>>                                                                     465
>>>>>>>>>>                                                                     one
>>>>>>>>>>                                                                     by
>>>>>>>>>>                                                                     one
>>>>>>>>>>                                                                     but
>>>>>>>>>>                                                                     didn't
>>>>>>>>>>                                                                     find
>>>>>>>>>>                                                                     any
>>>>>>>>>>                                                                     solution.
>>>>>>>>>>                                                                     However
>>>>>>>>>>                                                                     thanks
>>>>>>>>>>                                                                     for
>>>>>>>>>>                                                                     your
>>>>>>>>>>                                                                     replies.
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>>                                                                     I
>>>>>>>>>>                                                                     have
>>>>>>>>>>                                                                     one
>>>>>>>>>>                                                                     more
>>>>>>>>>>                                                                     query.
>>>>>>>>>>                                                                     generally
>>>>>>>>>>                                                                     openmeetings
>>>>>>>>>>                                                                     generates
>>>>>>>>>>                                                                     user
>>>>>>>>>>                                                                     specific
>>>>>>>>>>                                                                     invitation
>>>>>>>>>>                                                                     links.
>>>>>>>>>>                                                                     Is
>>>>>>>>>>                                                                     it
>>>>>>>>>>                                                                     possible
>>>>>>>>>>                                                                     to
>>>>>>>>>>                                                                     create
>>>>>>>>>>                                                                     invitation
>>>>>>>>>>                                                                     links
>>>>>>>>>>                                                                     that
>>>>>>>>>>                                                                     can
>>>>>>>>>>                                                                     be
>>>>>>>>>>                                                                     given
>>>>>>>>>>                                                                     to
>>>>>>>>>>                                                                     anyone
>>>>>>>>>>                                                                     who
>>>>>>>>>>                                                                     is
>>>>>>>>>>                                                                     not
>>>>>>>>>>                                                                     registered
>>>>>>>>>>                                                                     on
>>>>>>>>>>                                                                     my
>>>>>>>>>>                                                                     server?
>>>>>>>>>>
>>>>>>>>>>                                                                     On
>>>>>>>>>>                                                                     Thu,
>>>>>>>>>>                                                                     24
>>>>>>>>>>                                                                     Dec
>>>>>>>>>>                                                                     2020
>>>>>>>>>>                                                                     at
>>>>>>>>>>                                                                     23:16,
>>>>>>>>>>                                                                     Ali
>>>>>>>>>>                                                                     Alhaidary
>>>>>>>>>>                                                                     <ali.alhaidary@the5stars.org
>>>>>>>>>>                                                                     <ma...@the5stars.org>>
>>>>>>>>>>                                                                     wrote:
>>>>>>>>>>>
>>>>>>>>>>>                                                                     It
>>>>>>>>>>>                                                                     did
>>>>>>>>>>>                                                                     not
>>>>>>>>>>>                                                                     work
>>>>>>>>>>>                                                                     with
>>>>>>>>>>>                                                                     me
>>>>>>>>>>>                                                                     as
>>>>>>>>>>>                                                                     well
>>>>>>>>>>>                                                                     :-)
>>>>>>>>>>>
>>>>>>>>>>>                                                                     try
>>>>>>>>>>>                                                                     port
>>>>>>>>>>>                                                                     465
>>>>>>>>>>>
>>>>>>>>>>>                                                                     Ali
>>>>>>>>>>>
>>>>>>>>>>>                                                                     On
>>>>>>>>>>>                                                                     12/24/20
>>>>>>>>>>>                                                                     8:23
>>>>>>>>>>>                                                                     PM,
>>>>>>>>>>>                                                                     GuruCoool
>>>>>>>>>>>                                                                     Learnings
>>>>>>>>>>>                                                                     wrote:
>>>>>>>>>>>>                                                                     gurucoool.com
>>>>>>>>>>>>                                                                     <http://gurucoool.com>
>>>>>>>>>>>>                                                                     is
>>>>>>>>>>>>                                                                     my
>>>>>>>>>>>>                                                                     main
>>>>>>>>>>>>                                                                     site
>>>>>>>>>>>>                                                                     where
>>>>>>>>>>>>                                                                     I
>>>>>>>>>>>>                                                                     use
>>>>>>>>>>>>                                                                     the
>>>>>>>>>>>>                                                                     same
>>>>>>>>>>>>                                                                     gmail
>>>>>>>>>>>>                                                                     smtp
>>>>>>>>>>>>                                                                     details
>>>>>>>>>>>>                                                                     that
>>>>>>>>>>>>                                                                     I
>>>>>>>>>>>>                                                                     want
>>>>>>>>>>>>                                                                     to
>>>>>>>>>>>>                                                                     use
>>>>>>>>>>>>                                                                     with
>>>>>>>>>>>>                                                                     openmeetings.
>>>>>>>>>>>>                                                                     Gmail
>>>>>>>>>>>>                                                                     smtp
>>>>>>>>>>>>                                                                     works
>>>>>>>>>>>>                                                                     fine
>>>>>>>>>>>>                                                                     with
>>>>>>>>>>>>                                                                     my
>>>>>>>>>>>>                                                                     main
>>>>>>>>>>>>                                                                     site
>>>>>>>>>>>>                                                                     gurucoool.com
>>>>>>>>>>>>                                                                     <http://gurucoool.com>
>>>>>>>>>>>>                                                                     but
>>>>>>>>>>>>                                                                     is
>>>>>>>>>>>>                                                                     not
>>>>>>>>>>>>                                                                     working
>>>>>>>>>>>>                                                                     with
>>>>>>>>>>>>                                                                     openmeetings.
>>>>>>>>>>>>
>>>>>>>>>>>>                                                                     On
>>>>>>>>>>>>                                                                     Thu,
>>>>>>>>>>>>                                                                     24
>>>>>>>>>>>>                                                                     Dec
>>>>>>>>>>>>                                                                     2020
>>>>>>>>>>>>                                                                     at
>>>>>>>>>>>>                                                                     13:05,
>>>>>>>>>>>>                                                                     Ali
>>>>>>>>>>>>                                                                     Alhaidary
>>>>>>>>>>>>                                                                     <ali.alhaidary@the5stars.org
>>>>>>>>>>>>                                                                     <ma...@the5stars.org>>
>>>>>>>>>>>>                                                                     wrote:
>>>>>>>>>>>>>
>>>>>>>>>>>>>                                                                     I
>>>>>>>>>>>>>                                                                     think
>>>>>>>>>>>>>                                                                     you
>>>>>>>>>>>>>                                                                     should
>>>>>>>>>>>>>                                                                     use
>>>>>>>>>>>>>                                                                     the
>>>>>>>>>>>>>                                                                     SMTP
>>>>>>>>>>>>>                                                                     of
>>>>>>>>>>>>>                                                                     gurucool.com
>>>>>>>>>>>>>                                                                     <http://gurucool.com>
>>>>>>>>>>>>>                                                                     instead
>>>>>>>>>>>>>
>>>>>>>>>>>>>                                                                     Ali
>>>>>>>>>>>>>
>>>>>>>>>>>>>                                                                     On
>>>>>>>>>>>>>                                                                     12/24/20
>>>>>>>>>>>>>                                                                     10:06
>>>>>>>>>>>>>                                                                     AM,
>>>>>>>>>>>>>                                                                     GuruCoool
>>>>>>>>>>>>>                                                                     Learnings
>>>>>>>>>>>>>                                                                     wrote:
>>>>>>>>>>>>>>                                                                     Hi
>>>>>>>>>>>>>>                                                                     Ali,
>>>>>>>>>>>>>>
>>>>>>>>>>>>>>                                                                     I
>>>>>>>>>>>>>>                                                                     have
>>>>>>>>>>>>>>                                                                     followed
>>>>>>>>>>>>>>                                                                     the
>>>>>>>>>>>>>>                                                                     guidelines
>>>>>>>>>>>>>>                                                                     provided
>>>>>>>>>>>>>>                                                                     by
>>>>>>>>>>>>>>                                                                     the
>>>>>>>>>>>>>>                                                                     openmeetings
>>>>>>>>>>>>>>                                                                     documentation
>>>>>>>>>>>>>>                                                                     which
>>>>>>>>>>>>>>                                                                     is
>>>>>>>>>>>>>>                                                                     as follows-
>>>>>>>>>>>>>>
>>>>>>>>>>>>>>                                                                     A
>>>>>>>>>>>>>>                                                                     valid
>>>>>>>>>>>>>>                                                                     example
>>>>>>>>>>>>>>                                                                     to
>>>>>>>>>>>>>>                                                                     configure
>>>>>>>>>>>>>>                                                                     the
>>>>>>>>>>>>>>                                                                     mail
>>>>>>>>>>>>>>                                                                     server
>>>>>>>>>>>>>>                                                                     with
>>>>>>>>>>>>>>                                                                     Gmail,
>>>>>>>>>>>>>>                                                                     is
>>>>>>>>>>>>>>                                                                     as
>>>>>>>>>>>>>>                                                                     follows:
>>>>>>>>>>>>>>                                                                     (replace
>>>>>>>>>>>>>>                                                                     john@gmail.com
>>>>>>>>>>>>>>                                                                     <ma...@gmail.com>
>>>>>>>>>>>>>>                                                                     with
>>>>>>>>>>>>>>                                                                     your
>>>>>>>>>>>>>>                                                                     real
>>>>>>>>>>>>>>                                                                     Gmail
>>>>>>>>>>>>>>                                                                     account)
>>>>>>>>>>>>>>
>>>>>>>>>>>>>>                                                                     Mail-Refer
>>>>>>>>>>>>>>                                                                     ==
>>>>>>>>>>>>>>                                                                     info@gurucoool.com
>>>>>>>>>>>>>>                                                                     <ma...@gurucoool.com>
>>>>>>>>>>>>>>                                                                     SMTP-Server
>>>>>>>>>>>>>>                                                                     ==
>>>>>>>>>>>>>>                                                                     smtp.gmail.com
>>>>>>>>>>>>>>                                                                     <http://smtp.gmail.com>
>>>>>>>>>>>>>>                                                                     SMTP-Server
>>>>>>>>>>>>>>                                                                     Port
>>>>>>>>>>>>>>                                                                     (default
>>>>>>>>>>>>>>                                                                     Smtp-Server
>>>>>>>>>>>>>>                                                                     Port
>>>>>>>>>>>>>>                                                                     is
>>>>>>>>>>>>>>                                                                     25)
>>>>>>>>>>>>>>                                                                     ==
>>>>>>>>>>>>>>                                                                     587
>>>>>>>>>>>>>>                                                                     SMTP-Username
>>>>>>>>>>>>>>                                                                     ==
>>>>>>>>>>>>>>                                                                     info@gurucoool.com
>>>>>>>>>>>>>>                                                                     <ma...@gurucoool.com>
>>>>>>>>>>>>>>                                                                     SMTP-Userpass
>>>>>>>>>>>>>>                                                                     ==
>>>>>>>>>>>>>>                                                                     password
>>>>>>>>>>>>>>                                                                     of
>>>>>>>>>>>>>>                                                                     info@gurucoool.com
>>>>>>>>>>>>>>                                                                     <ma...@gurucoool.com>
>>>>>>>>>>>>>>                                                                     (this
>>>>>>>>>>>>>>                                                                     is
>>>>>>>>>>>>>>                                                                     the
>>>>>>>>>>>>>>                                                                     one
>>>>>>>>>>>>>>                                                                     I
>>>>>>>>>>>>>>                                                                     use
>>>>>>>>>>>>>>                                                                     to
>>>>>>>>>>>>>>                                                                     open
>>>>>>>>>>>>>>                                                                     the
>>>>>>>>>>>>>>                                                                     mail
>>>>>>>>>>>>>>                                                                     box at
>>>>>>>>>>>>>>                                                                     info@gurucoool.com
>>>>>>>>>>>>>>                                                                     <ma...@gurucoool.com>)
>>>>>>>>>>>>>>                                                                     Enable
>>>>>>>>>>>>>>                                                                     TLS
>>>>>>>>>>>>>>                                                                     in
>>>>>>>>>>>>>>                                                                     Mail
>>>>>>>>>>>>>>                                                                     Server
>>>>>>>>>>>>>>                                                                     Auth
>>>>>>>>>>>>>>                                                                     ==
>>>>>>>>>>>>>>                                                                     ...turn
>>>>>>>>>>>>>>                                                                     green
>>>>>>>>>>>>>>                                                                     the
>>>>>>>>>>>>>>                                                                     button
>>>>>>>>>>>>>>                                                                     to
>>>>>>>>>>>>>>                                                                     activate
>>>>>>>>>>>>>>                                                                     Default
>>>>>>>>>>>>>>                                                                     Language
>>>>>>>>>>>>>>                                                                     ==
>>>>>>>>>>>>>>                                                                     English
>>>>>>>>>>>>>>
>>>>>>>>>>>>>>                                                                     ...the
>>>>>>>>>>>>>>                                                                     rest
>>>>>>>>>>>>>>                                                                     you
>>>>>>>>>>>>>>                                                                     can
>>>>>>>>>>>>>>                                                                     change
>>>>>>>>>>>>>>                                                                     it
>>>>>>>>>>>>>>                                                                     as
>>>>>>>>>>>>>>                                                                     you
>>>>>>>>>>>>>>                                                                     likes.
>>>>>>>>>>>>>>
>>>>>>>>>>>>>>                                                                     However
>>>>>>>>>>>>>>                                                                     can
>>>>>>>>>>>>>>                                                                     it
>>>>>>>>>>>>>>                                                                     would
>>>>>>>>>>>>>>                                                                     be
>>>>>>>>>>>>>>                                                                     a
>>>>>>>>>>>>>>                                                                     great
>>>>>>>>>>>>>>                                                                     help
>>>>>>>>>>>>>>                                                                     if
>>>>>>>>>>>>>>                                                                     you
>>>>>>>>>>>>>>                                                                     can
>>>>>>>>>>>>>>                                                                     clarify
>>>>>>>>>>>>>>                                                                     what
>>>>>>>>>>>>>>                                                                     actually
>>>>>>>>>>>>>>                                                                     you
>>>>>>>>>>>>>>                                                                     mean
>>>>>>>>>>>>>>                                                                     by
>>>>>>>>>>>>>>                                                                     the
>>>>>>>>>>>>>>                                                                     following-
>>>>>>>>>>>>>>
>>>>>>>>>>>>>>                                                                     Host
>>>>>>>>>>>>>>                                                                     name
>>>>>>>>>>>>>>                                                                     is
>>>>>>>>>>>>>>                                                                     wrong
>>>>>>>>>>>>>>                                                                     or
>>>>>>>>>>>>>>
>>>>>>>>>>>>>>                                                                     Connection
>>>>>>>>>>>>>>                                                                     security
>>>>>>>>>>>>>>                                                                     is
>>>>>>>>>>>>>>                                                                     wrong
>>>>>>>>>>>>>>                                                                     or
>>>>>>>>>>>>>>                                                                     service
>>>>>>>>>>>>>>                                                                     is
>>>>>>>>>>>>>>                                                                     not
>>>>>>>>>>>>>>                                                                     available
>>>>>>>>>>>>>>                                                                     or
>>>>>>>>>>>>>>
>>>>>>>>>>>>>>
>>>>>>>>>>>>>>                                                                     Thanks
>>>>>>>>>>>>>>
>>>>>>>>>>>>>>                                                                     Jitendra
>>>>>>>>>>>>>>
>>>>>>>>>>>>>>
>>>>>>>>>>>>>>
>>>>>>>>>>>>>>
>>>>>>>>>>>>>>                                                                     On
>>>>>>>>>>>>>>                                                                     Thu,
>>>>>>>>>>>>>>                                                                     24
>>>>>>>>>>>>>>                                                                     Dec
>>>>>>>>>>>>>>                                                                     2020
>>>>>>>>>>>>>>                                                                     at
>>>>>>>>>>>>>>                                                                     11:24,
>>>>>>>>>>>>>>                                                                     Ali
>>>>>>>>>>>>>>                                                                     Alhaidary
>>>>>>>>>>>>>>                                                                     <ali.alhaidary@the5stars.org
>>>>>>>>>>>>>>                                                                     <ma...@the5stars.org>>
>>>>>>>>>>>>>>                                                                     wrote:
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>                                                                     Hi,
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>                                                                     It
>>>>>>>>>>>>>>>                                                                     is
>>>>>>>>>>>>>>>                                                                     either:
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>                                                                     Host
>>>>>>>>>>>>>>>                                                                     name
>>>>>>>>>>>>>>>                                                                     is
>>>>>>>>>>>>>>>                                                                     wrong
>>>>>>>>>>>>>>>                                                                     or
>>>>>>>>>>>>>>>                                                                     SMTP
>>>>>>>>>>>>>>>                                                                     server
>>>>>>>>>>>>>>>                                                                     name
>>>>>>>>>>>>>>>                                                                     is
>>>>>>>>>>>>>>>                                                                     wrong
>>>>>>>>>>>>>>>                                                                     or
>>>>>>>>>>>>>>>                                                                     Port
>>>>>>>>>>>>>>>                                                                     number
>>>>>>>>>>>>>>>                                                                     is
>>>>>>>>>>>>>>>                                                                     wrong
>>>>>>>>>>>>>>>                                                                     or
>>>>>>>>>>>>>>>                                                                     Connection
>>>>>>>>>>>>>>>                                                                     security
>>>>>>>>>>>>>>>                                                                     is
>>>>>>>>>>>>>>>                                                                     wrong
>>>>>>>>>>>>>>>                                                                     or
>>>>>>>>>>>>>>>                                                                     User
>>>>>>>>>>>>>>>                                                                     name
>>>>>>>>>>>>>>>                                                                     is
>>>>>>>>>>>>>>>                                                                     wrong
>>>>>>>>>>>>>>>                                                                     or
>>>>>>>>>>>>>>>                                                                     pass
>>>>>>>>>>>>>>>                                                                     word
>>>>>>>>>>>>>>>                                                                     is
>>>>>>>>>>>>>>>                                                                     wrong
>>>>>>>>>>>>>>>                                                                     or
>>>>>>>>>>>>>>>                                                                     service
>>>>>>>>>>>>>>>                                                                     is
>>>>>>>>>>>>>>>                                                                     not
>>>>>>>>>>>>>>>                                                                     available
>>>>>>>>>>>>>>>                                                                     or
>>>>>>>>>>>>>>>                                                                     some
>>>>>>>>>>>>>>>                                                                     of
>>>>>>>>>>>>>>>                                                                     the
>>>>>>>>>>>>>>>                                                                     above
>>>>>>>>>>>>>>>                                                                     or
>>>>>>>>>>>>>>>                                                                     all
>>>>>>>>>>>>>>>                                                                     of
>>>>>>>>>>>>>>>                                                                     the
>>>>>>>>>>>>>>>                                                                     above
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>                                                                     Try
>>>>>>>>>>>>>>>                                                                     searching
>>>>>>>>>>>>>>>                                                                     the
>>>>>>>>>>>>>>>                                                                     mailing
>>>>>>>>>>>>>>>                                                                     list,
>>>>>>>>>>>>>>>                                                                     the
>>>>>>>>>>>>>>>                                                                     solution
>>>>>>>>>>>>>>>                                                                     is
>>>>>>>>>>>>>>>                                                                     there
>>>>>>>>>>>>>>>                                                                     as
>>>>>>>>>>>>>>>                                                                     you
>>>>>>>>>>>>>>>                                                                     need
>>>>>>>>>>>>>>>                                                                     to
>>>>>>>>>>>>>>>                                                                     check
>>>>>>>>>>>>>>>                                                                     each
>>>>>>>>>>>>>>>                                                                     and
>>>>>>>>>>>>>>>                                                                     every
>>>>>>>>>>>>>>>                                                                     one
>>>>>>>>>>>>>>>                                                                     ...
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>                                                                     :-)
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>                                                                     On
>>>>>>>>>>>>>>>                                                                     12/23/20
>>>>>>>>>>>>>>>                                                                     2:18
>>>>>>>>>>>>>>>                                                                     PM,
>>>>>>>>>>>>>>>                                                                     GuruCoool
>>>>>>>>>>>>>>>                                                                     Learnings
>>>>>>>>>>>>>>>                                                                     wrote:
>>>>>>>>>>>>>>>>                                                                     Hi,
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>                                                                     I
>>>>>>>>>>>>>>>>                                                                     am
>>>>>>>>>>>>>>>>                                                                     facing
>>>>>>>>>>>>>>>>                                                                     mail
>>>>>>>>>>>>>>>>                                                                     sending
>>>>>>>>>>>>>>>>                                                                     error
>>>>>>>>>>>>>>>>                                                                     in
>>>>>>>>>>>>>>>>                                                                     my
>>>>>>>>>>>>>>>>                                                                     openmeetings
>>>>>>>>>>>>>>>>                                                                     server.
>>>>>>>>>>>>>>>>                                                                     Whenever
>>>>>>>>>>>>>>>>                                                                     I
>>>>>>>>>>>>>>>>                                                                     try
>>>>>>>>>>>>>>>>                                                                     to
>>>>>>>>>>>>>>>>                                                                     send
>>>>>>>>>>>>>>>>                                                                     a
>>>>>>>>>>>>>>>>                                                                     mail
>>>>>>>>>>>>>>>>                                                                     I
>>>>>>>>>>>>>>>>                                                                     get
>>>>>>>>>>>>>>>>                                                                     an error
>>>>>>>>>>>>>>>>                                                                     message
>>>>>>>>>>>>>>>>                                                                     as
>>>>>>>>>>>>>>>>                                                                     follows-
>>>>>>>>>>>>>>>>                                                                     Error
>>>>>>>>>>>>>>>>                                                                     Count
>>>>>>>>>>>>>>>>                                                                     5
>>>>>>>>>>>>>>>>                                                                     Last
>>>>>>>>>>>>>>>>                                                                     Error
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>                                                                     com.sun.mail.util.MailConnectException:
>>>>>>>>>>>>>>>>                                                                     Couldn't
>>>>>>>>>>>>>>>>                                                                     connect
>>>>>>>>>>>>>>>>                                                                     to
>>>>>>>>>>>>>>>>                                                                     host,
>>>>>>>>>>>>>>>>                                                                     port:
>>>>>>>>>>>>>>>>                                                                     smtp.gmail.com
>>>>>>>>>>>>>>>>                                                                     <http://smtp.gmail.com>,
>>>>>>>>>>>>>>>>                                                                     587;
>>>>>>>>>>>>>>>>                                                                     timeout
>>>>>>>>>>>>>>>>                                                                     30000;
>>>>>>>>>>>>>>>>                                                                     nested
>>>>>>>>>>>>>>>>                                                                     exception
>>>>>>>>>>>>>>>>                                                                     is:
>>>>>>>>>>>>>>>>                                                                     java.net.SocketTimeoutException:
>>>>>>>>>>>>>>>>                                                                     connect
>>>>>>>>>>>>>>>>                                                                     timed
>>>>>>>>>>>>>>>>                                                                     out
>>>>>>>>>>>>>>>>                                                                     at
>>>>>>>>>>>>>>>>                                                                     com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:2209)
>>>>>>>>>>>>>>>>                                                                     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:221)
>>>>>>>>>>>>>>>>                                                                     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:
>>>>>>>>>>>>>>>>                                                                     connect
>>>>>>>>>>>>>>>>                                                                     timed
>>>>>>>>>>>>>>>>                                                                     out
>>>>>>>>>>>>>>>>                                                                     at
>>>>>>>>>>>>>>>>                                                                     java.base/java.net.PlainSocketImpl.socketConnect(Native
>>>>>>>>>>>>>>>>                                                                     Method)
>>>>>>>>>>>>>>>>                                                                     at
>>>>>>>>>>>>>>>>                                                                     java.base/java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:399)
>>>>>>>>>>>>>>>>                                                                     at
>>>>>>>>>>>>>>>>                                                                     java.base/java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:242)
>>>>>>>>>>>>>>>>                                                                     at
>>>>>>>>>>>>>>>>                                                                     java.base/java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:224)
>>>>>>>>>>>>>>>>                                                                     at
>>>>>>>>>>>>>>>>                                                                     java.base/java.net.SocksSocketImpl.connect(SocksSocketImpl.java:403)
>>>>>>>>>>>>>>>>                                                                     at
>>>>>>>>>>>>>>>>                                                                     java.base/java.net.Socket.connect(Socket.java:609)
>>>>>>>>>>>>>>>>                                                                     at
>>>>>>>>>>>>>>>>                                                                     com.sun.mail.util.SocketFetcher.createSocket(SocketFetcher.java:357)
>>>>>>>>>>>>>>>>                                                                     at
>>>>>>>>>>>>>>>>                                                                     com.sun.mail.util.SocketFetcher.getSocket(SocketFetcher.java:238)
>>>>>>>>>>>>>>>>                                                                     at
>>>>>>>>>>>>>>>>                                                                     com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:2175)
>>>>>>>>>>>>>>>>                                                                     ...
>>>>>>>>>>>>>>>>                                                                     10
>>>>>>>>>>>>>>>>                                                                     more
>>>>>>>>>>>>>>>>                                                                     Please
>>>>>>>>>>>>>>>>                                                                     help.
>>>>>>>>>>>>>>>>                                                                     Thanks
>>>>>>>>>>>>>>>>                                                                     Jitendra
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>>                                                     -- 
>>>>>>>>                                                     Best regards,
>>>>>>>>                                                     Maxim
>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>>                                         -- 
>>>>>>>>                                         Best regards,
>>>>>>>>                                         Maxim
>>>>>>>>

Re: Mail sending error in openmeetings server

Posted by GuruCoool Learnings <in...@gurucoool.com>.
Thanks for the update.
I tried these commands one by one-

>> sudo /etc/init.d/tomcat4 stop
>> sudo chown -R nobody:nogroup /opt/open510
>> sudo reboot
>> sudo /etc/init.d/tomcat4 start

Nothing happened. Still I am getting the same error when tried to send a
mail-

com.sun.mail.util.MailConnectException: Couldn't connect to host, port:
smtp.gmail.com, 587; timeout 30000; nested exception is:
java.net.SocketTimeoutException: connect timed out at
com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:2209) 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:221)
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: connect timed out at
java.base/java.net.PlainSocketImpl.socketConnect(Native Method) at
java.base/java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:399)
at
java.base/java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:242)
at
java.base/java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:224)
at java.base/java.net.SocksSocketImpl.connect(SocksSocketImpl.java:403) at
java.base/java.net.Socket.connect(Socket.java:609) at
com.sun.mail.util.SocketFetcher.createSocket(SocketFetcher.java:357) at
com.sun.mail.util.SocketFetcher.getSocket(SocketFetcher.java:238) at
com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:2175)
... 10 more

Thanks and regards
Jitendra

On Mon, 28 Dec 2020 at 13:11, Denis Noctor <de...@gmail.com> wrote:

> Just to be careful... rather than just using “sudo reboot”, make sure to
> shutdown all OM related activities in advanced... especially Maria Database
> (make a backup in advance) as it can sometimes corrupt the database. I’ve
> been there and it is not a nice experience.
>
> Sent from my iPhone
>
> On Dec 27, 2020, at 10:58 AM, Ali Alhaidary <al...@the5stars.org>
> wrote:
>
> since you said you are not very much into computers, it would be difficult
> for you to trace the issue, so rebooting the server can cut the story short
>
> sudo reboot
>
> and after the server boots start om and wait for 50 sec and see what is
> written in the log
>
> Ali
> On 12/27/20 7:52 PM, GuruCoool Learnings wrote:
>
> OS is ubuntu 18.04 LTS.
> Restarting the server and restarting the OM are different? I thought they
> are same and generally I do it by the command
> >> sudo /etc/init.d/tomcat4 restart
>
> Regards
> Jitendra
>
> On Sun, 27 Dec 2020 at 18:59, Ali Alhaidary <al...@the5stars.org>
> wrote:
>
>> And restart the server, then start OM
>> *, openmeetings.log should have something .... *
>>
>> Ali
>> On 12/27/20 4:27 PM, Ali Alhaidary wrote:
>>
>> What is your OS? check owner of files please
>>
>> Ali
>> On 12/27/20 4:02 PM, GuruCoool Learnings wrote:
>>
>> These are the files in /opt/open510/logs directory-
>>
>> catalina.2020-12-11.log  host-manager.2020-12-11.log
>>  localhost.2020-12-19.log
>> localhost_access_log.2020-12-21.txt  manager.2020-12-26.log
>> catalina.2020-12-12.log  host-manager.2020-12-12.log
>>  localhost.2020-12-25.log
>> localhost_access_log.2020-12-22.txt  manager.2020-12-27.log
>> catalina.2020-12-15.log  host-manager.2020-12-15.log
>>  localhost.2020-12-26.log
>> localhost_access_log.2020-12-23.txt  openmeetings.2020-12-11.0.log
>> catalina.2020-12-16.log  host-manager.2020-12-17.log
>>  localhost.2020-12-27.log
>>  localhost_access_log.2020-12-24.txt  openmeetings.log
>> catalina.2020-12-17.log  host-manager.2020-12-18.log
>>  localhost_access_log.2020-12-11.txt  localhost_access_log.2020-12-25.txt
>>  sessions.2020-12-20.0.log
>> catalina.2020-12-18.log  host-manager.2020-12-19.log
>>  localhost_access_log.2020-12-12.txt  localhost_access_log.2020-12-26.txt
>>  sessions.2020-12-21.0.log
>> catalina.2020-12-19.log  host-manager.2020-12-25.log
>>  localhost_access_log.2020-12-13.txt  localhost_access_log.2020-12-27.txt
>>  sessions.2020-12-22.0.log
>> catalina.2020-12-20.log  host-manager.2020-12-26.log
>>  localhost_access_log.2020-12-14.txt  manager.2020-12-11.log
>> sessions.2020-12-23.0.log
>> catalina.2020-12-21.log  host-manager.2020-12-27.log
>>  localhost_access_log.2020-12-15.txt  manager.2020-12-12.log
>> sessions.2020-12-24.0.log
>> catalina.2020-12-24.log  localhost.2020-12-11.log
>> localhost_access_log.2020-12-16.txt  manager.2020-12-15.log
>> sessions.2020-12-25.0.log
>> catalina.2020-12-25.log  localhost.2020-12-12.log
>> localhost_access_log.2020-12-17.txt  manager.2020-12-17.log
>> sessions.2020-12-26.0.log
>> catalina.2020-12-26.log  localhost.2020-12-15.log
>> localhost_access_log.2020-12-18.txt  manager.2020-12-18.log
>> sessions.log
>> catalina.2020-12-27.log  localhost.2020-12-17.log
>> localhost_access_log.2020-12-19.txt  manager.2020-12-19.log
>> catalina.out                     localhost.2020-12-18.log
>> localhost_access_log.2020-12-20.txt  manager.2020-12-25.log
>>
>> I earlier renamed openmeetings to sessions so I checked in sessions.log.
>> openmeetings.log is empty after I deleted the content.
>>
>> Regards
>> Jitendra
>>
>> On Sun, 27 Dec 2020 at 18:25, GuruCoool Learnings <in...@gurucoool.com>
>> wrote:
>>
>>> This is all I got after deleting the content and starting the OM again.
>>>
>>> Regards
>>> Jitendra
>>>
>>> On Sun, 27 Dec 2020 at 18:24, Ali Alhaidary <al...@the5stars.org>
>>> wrote:
>>>
>>>> These entries does not show the service did not start, where is the
>>>> rest ?
>>>>
>>>> Ali
>>>>
>>>>
>>>> On 12/27/20 3:33 PM, GuruCoool Learnings wrote:
>>>>
>>>> I followed the steps suggested by you and here is what I got in
>>>> openmeetings.log ( NOT STARTED)-
>>>>
>>>> INFO 12-27 12:24:43.292 o.s.w.c.ContextLoader:271 [main] - Root
>>>> WebApplicationContext: initialization started
>>>>  INFO 12-27 12:24:46.420 o.s.o.j.LocalEntityManagerFactoryBean:434
>>>> [main] - Initialized JPA EntityManagerFactory for pe$ INFO 12-27
>>>> 12:24:47.633 o.s.s.c.ThreadPoolTaskExecutor:181 [main] - Initializing
>>>> ExecutorService 'taskExecutor'
>>>> DEBUG 12-27 12:24:47.844 o.a.o.c.r.KurentoHandler:151 [pool-1-thread-1]
>>>> - Reconnecting KMS
>>>>  INFO 12-27 12:24:48.098 o.k.j.c.JsonRpcClientNettyWebSocket:191
>>>> [pool-1-thread-1] -  Connecting native client
>>>>  INFO 12-27 12:24:48.102 o.k.j.c.JsonRpcClientNettyWebSocket:220
>>>> [pool-1-thread-1] -  Creating new NioEventLoopGroup
>>>>  INFO 12-27 12:24:48.792 o.k.j.c.JsonRpcClientNettyWebSocket:234
>>>> [ntLoopGroup-2-1] -  Initiating new Netty channel. Wil$ INFO 12-27
>>>> 12:24:48.919 o.q.i.StdSchedulerFactory:1220 [main] - Using default
>>>> implementation for ThreadExecutor
>>>>  INFO 12-27 12:24:49.015 o.q.c.SchedulerSignalerImpl:61 [main] -
>>>> Initialized Scheduler Signaller of type: class org.qua$ INFO 12-27
>>>> 12:24:49.016 o.q.c.QuartzScheduler:229 [main] - Quartz Scheduler v.2.3.2
>>>> created.
>>>>  INFO 12-27 12:24:49.018 o.q.s.RAMJobStore:155 [main] - RAMJobStore
>>>> initialized.
>>>>  INFO 12-27 12:24:49.043 o.q.c.QuartzScheduler:294 [main] - Scheduler
>>>> meta-data: Quartz Scheduler (v2.3.2) 'org.springf$  Scheduler class:
>>>> 'org.quartz.core.QuartzScheduler' - running locally.
>>>>   NOT STARTED.
>>>>   Currently in standby mode.
>>>>   Number of jobs executed: 0
>>>>   Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 10
>>>> threads.
>>>>   Using job-store 'org.quartz.simpl.RAMJobStore' - which does not
>>>> support persistence. and is not clustered.
>>>>
>>>>  INFO 12-27 12:24:49.044 o.q.i.StdSchedulerFactory:1374 [main] - Quartz
>>>> scheduler 'org.springframework.scheduling.quart$ INFO 12-27 12:24:49.044
>>>> o.q.i.StdSchedulerFactory:1378 [main] - Quartz scheduler version: 2.3.2
>>>>  INFO 12-27 12:24:49.051 o.q.c.QuartzScheduler:2293 [main] - JobFactory
>>>> set to: org.springframework.scheduling.quartz.A$ INFO 12-27 12:24:49.098
>>>> o.s.s.q.SchedulerFactoryBean:727 [main] - Starting Quartz Scheduler now
>>>>  INFO 12-27 12:24:49.099 o.q.c.QuartzScheduler:547 [main] - Scheduler
>>>> org.springframework.scheduling.quartz.SchedulerFa$ INFO 12-27 12:24:49.133
>>>> o.s.w.c.ContextLoader:307 [main] - Root WebApplicationContext initialized
>>>> in 5832 ms
>>>> INFO 12-27 12:24:49.255 o.a.w.u.f.WebXmlFile:235 [main] - web.xml: url
>>>> mapping found for filter with name Openmeetings$ INFO 12-27 12:24:49.520
>>>> o.a.o.c.r.KurentoHandler:181 [pool-1-thread-1] - !!! Kurento connected
>>>>  INFO 12-27 12:24:49.780 o.a.w.Application:558 [main] -
>>>> [OpenmeetingsApplication] init: org.wicketstuff.dashboard.Dashb$ INFO 12-27
>>>> 12:24:51.296 o.a.w.Application:558 [main] - [OpenmeetingsApplication] init:
>>>> Wicket core library initializer
>>>>  INFO 12-27 12:24:51.304 o.a.w.Application:558 [main] -
>>>> [OpenmeetingsApplication] init: Wicket jQuery UI initializer
>>>>  INFO 12-27 12:24:51.312 o.a.w.Application:558 [main] -
>>>> [OpenmeetingsApplication] init: Wicket jQuery UI initializer (p$ INFO 12-27
>>>> 12:24:51.318 o.a.w.Application:558 [main] - [OpenmeetingsApplication] init:
>>>> Wicket extensions initializer
>>>>  INFO 12-27 12:24:51.410 o.a.w.Application:558 [main] -
>>>> [OpenmeetingsApplication] init: DevUtils DebugBar Initializer
>>>>  INFO 12-27 12:24:57.181 c.h.system:65 [main] - [172.105.37.153]:5701
>>>> [dev] [4.1] Hazelcast 4.1 (20201104 - 2a1a477) st$
>>>>
>>>> The server has not started. Can I do anything in this case?
>>>>
>>>> Regards
>>>> Jitendra
>>>>
>>>> On Sun, 27 Dec 2020 at 17:36, Ali Alhaidary <
>>>> ali.alhaidary@the5stars.org> wrote:
>>>>
>>>>> 1. stop om service
>>>>>
>>>>> 2. delete the contents of openmeetings.log
>>>>>
>>>>> 3. start om service
>>>>>
>>>>> 4. check openmeetings.log
>>>>>
>>>>>
>>>>> On 12/27/20 2:17 PM, GuruCoool Learnings wrote:
>>>>>
>>>>> Since I am now not able to access the localhost url so please help
>>>>> which file I can update smtp records in?
>>>>>
>>>>> Regards
>>>>> Jitendra
>>>>>
>>>>> On Sun, 27 Dec 2020 at 14:33, GuruCoool Learnings <in...@gurucoool.com>
>>>>> wrote:
>>>>>
>>>>>> These are a few last lines-
>>>>>>
>>>>>> DEBUG 12-27 03:07:14.300 o.a.o.w.a.WebSession:223 [nio-5443-exec-3] -
>>>>>> checkHashes, secure: 'null', invitation:
>>>>>> 'ff51cfbd-4797-4f30-9d60-3f78955f00b4'
>>>>>> DEBUG 12-27 03:07:14.338 o.a.o.w.a.WebSession:225 [nio-5443-exec-3] -
>>>>>> checkHashes, has soap in session ? 'false'
>>>>>> DEBUG 12-27 03:07:14.420 o.a.o.w.a.ClientManager:352
>>>>>> [nio-5443-exec-3] - Cluster:: The only server found
>>>>>> DEBUG 12-27 03:07:14.492 o.a.o.d.u.AuthLevelUtil:40 [nio-5443-exec-3]
>>>>>> - Level ADMIN :: [DENIED]
>>>>>> DEBUG 12-27 03:07:14.498 o.a.o.d.u.AuthLevelUtil:40 [nio-5443-exec-3]
>>>>>> - Level GROUP_ADMIN :: [DENIED]
>>>>>> DEBUG 12-27 03:07:14.519 o.a.o.d.u.AuthLevelUtil:40 [nio-5443-exec-3]
>>>>>> - Level ADMIN :: [DENIED]
>>>>>> DEBUG 12-27 03:07:14.525 o.a.o.d.u.AuthLevelUtil:40 [nio-5443-exec-3]
>>>>>> - Level ADMIN :: [DENIED]
>>>>>> DEBUG 12-27 03:07:14.566 o.a.o.w.c.OmWebSocketPanel:74
>>>>>> [nio-5443-exec-3] - pingTimer is attached
>>>>>> DEBUG 12-27 03:07:18.703 o.a.o.d.d.l.ConferenceLogDao:52
>>>>>> [nio-5443-exec-1] - [add]:
>>>>>> org.apache.openmeetings.db.entity.log.ConferenceLog@7a836ea7
>>>>>> DEBUG 12-27 03:07:18.718 o.a.o.w.a.ClientManager:126
>>>>>> [nio-5443-exec-1] - Adding online client:
>>>>>> 2b627591-eeb1-4c49-8b8c-c5a6528634af, room: null
>>>>>> DEBUG 12-27 03:07:18.728 o.a.o.w.c.MainPanel:160 [nio-5443-exec-1] -
>>>>>> WebSocketBehavior::onConnect [uid: 2b627591-eeb1-4c49-8b8c-c5a6528634af,
>>>>>> session: F307B900D3DFADE9$DEBUG 12-27 03:07:18.752
>>>>>> o.a.o.d.d.l.ConferenceLogDao:52 [nio-5443-exec-1] - [add]:
>>>>>> org.apache.openmeetings.db.entity.log.ConferenceLog@5cb63b3c
>>>>>> DEBUG 12-27 03:07:18.757 o.a.o.w.a.ClientManager:257
>>>>>> [nio-5443-exec-1] - Adding online room client:
>>>>>> 2b627591-eeb1-4c49-8b8c-c5a6528634af, room: 11
>>>>>> DEBUG 12-27 03:07:18.764 o.a.o.w.a.ClientManager:275
>>>>>> [nio-5443-exec-1] - Cluster:: room 11 was not found for server 'server-1',
>>>>>> adding ...
>>>>>> DEBUG 12-27 03:07:18.765 o.a.o.w.a.ClientManager:448
>>>>>> [nio-5443-exec-1] - Cluster:: room 11 is added to server, whole list [11]
>>>>>> DEBUG 12-27 03:07:18.766 o.a.o.w.a.ClientManager:114
>>>>>> [erver-1.event-1] - Cluster:: Server was updated server-1 ->
>>>>>> ServerInfo[rooms: [11]]
>>>>>> DEBUG 12-27 03:07:18.770 o.a.o.d.u.AuthLevelUtil:40 [nio-5443-exec-1]
>>>>>> - Level ADMIN :: [DENIED]
>>>>>>  INFO 12-27 03:07:18.771 o.a.o.w.r.RoomPanel:395 [nio-5443-exec-1] -
>>>>>> Setting rights for client:: [AUDIO, VIDEO] -> false
>>>>>> DEBUG 12-27 03:07:18.783 o.a.o.d.u.AuthLevelUtil:40 [nio-5443-exec-1]
>>>>>> - Level ADMIN :: [DENIED]
>>>>>> DEBUG 12-27 03:07:18.789 o.a.o.d.d.r.PollDao:87 [nio-5443-exec-1] -
>>>>>>  :: getPoll :: 11
>>>>>> DEBUG 12-27 03:07:18.799 o.a.o.d.d.r.PollDao:98 [nio-5443-exec-1] -
>>>>>>  :: getArchived :: 11
>>>>>> DEBUG 12-27 03:07:18.829 o.a.o.d.d.f.FileItemDao:55 [nio-5443-exec-1]
>>>>>> - getByOwner() started
>>>>>> DEBUG 12-27 03:07:18.832 o.a.o.d.d.f.FileItemDao:50 [nio-5443-exec-1]
>>>>>> - getByRoom roomId :: 11
>>>>>>  WARN 12-27 03:07:23.779 o.a.o.w.a.TimerService:69 [Thread-2609] -
>>>>>> Moderator room check 11
>>>>>>  WARN 12-27 03:07:23.783 o.a.o.w.r.RoomPanel:588 [Thread-2611] - !!
>>>>>> moderatorInRoom: false
>>>>>>
>>>>>> Jitendra
>>>>>>
>>>>>> On Sun, 27 Dec 2020 at 14:31, GuruCoool Learnings <in...@gurucoool.com>
>>>>>> wrote:
>>>>>>
>>>>>>> I checked but couldn't trace.
>>>>>>>
>>>>>>> Honestly, I am not friendly with these processes. I am not a coder
>>>>>>> or developer. I am a maths teacher and anyhow set up the server with the
>>>>>>> help of the documentation provided by openmeetings.
>>>>>>>
>>>>>>> Regards
>>>>>>> Jitendra
>>>>>>>
>>>>>>> On Sun, 27 Dec 2020 at 13:02, Ali Alhaidary <
>>>>>>> ali.alhaidary@the5stars.org> wrote:
>>>>>>>
>>>>>>>> Could be, check openmeetings.log to see if the service has started
>>>>>>>> ...
>>>>>>>>
>>>>>>>> Ali
>>>>>>>>
>>>>>>>>
>>>>>>>> On 12/27/20 10:26 AM, GuruCoool Learnings wrote:
>>>>>>>>
>>>>>>>> One more thing I remember I did. In OM >> Administration >>
>>>>>>>> Configuration, I erased the records of smtp records like server email, port
>>>>>>>> number etc.
>>>>>>>> Can this be a reason for "This site can’t be reached"?
>>>>>>>>
>>>>>>>> On Sun, 27 Dec 2020 at 12:43, GuruCoool Learnings <
>>>>>>>> info@gurucoool.com> wrote:
>>>>>>>>
>>>>>>>>> I was trying to check the ports by the command
>>>>>>>>> netstat -a -n
>>>>>>>>>
>>>>>>>>> and made no change there. After that I just restarted the server
>>>>>>>>> and unfortunately, the server is not accessible.
>>>>>>>>> It says,"This site can’t be reached".
>>>>>>>>>
>>>>>>>>> I don't know what to do now.
>>>>>>>>>
>>>>>>>>> Regards
>>>>>>>>> Jitendra
>>>>>>>>>
>>>>>>>>> On Sun, 27 Dec 2020 at 11:54, Maxim Solodovnik <
>>>>>>>>> solomax666@gmail.com> wrote:
>>>>>>>>>
>>>>>>>>>> please read this article:
>>>>>>>>>> https://support.google.com/a/answer/176600?hl=en
>>>>>>>>>> Especially this Use the Gmail SMTP server part
>>>>>>>>>>
>>>>>>>>>> as i wrote before
>>>>>>>>>> for TLS (port 587) you have to enable "mail.smtp.starttls.enable"
>>>>>>>>>> in OM -> Admin -> Config
>>>>>>>>>> for SSL (port 465) you have to enable "mail.smtp.ssl.enable" in
>>>>>>>>>> OM -> Admin -> Config
>>>>>>>>>>
>>>>>>>>>> and check if connection to smtp.gmail.com through the port
>>>>>>>>>> selected is allowed from your OM server
>>>>>>>>>>
>>>>>>>>>> On Sun, 27 Dec 2020 at 12:09, GuruCoool Learnings <
>>>>>>>>>> info@gurucoool.com> wrote:
>>>>>>>>>>
>>>>>>>>>>> Hello dear Maxim,
>>>>>>>>>>> By security options, do you mean Forwarding and POP/IMAP in my
>>>>>>>>>>> Gmail?
>>>>>>>>>>> If yes, I have enabled it already. If no, then please guide me
>>>>>>>>>>> what exactly I need to do for correct security options.
>>>>>>>>>>>
>>>>>>>>>>> Also, you mentioned about firewall settings, please guide me on
>>>>>>>>>>> this also.
>>>>>>>>>>>
>>>>>>>>>>> Thanks and regards
>>>>>>>>>>> Jitendra
>>>>>>>>>>>
>>>>>>>>>>> On Sat, 26 Dec 2020 at 08:37, GuruCoool Learnings <
>>>>>>>>>>> info@gurucoool.com> wrote:
>>>>>>>>>>>
>>>>>>>>>>>> Thanks. Please guide me for correct security options and
>>>>>>>>>>>> firewall settings. I am not savy with these processes.
>>>>>>>>>>>>
>>>>>>>>>>>> Thanks & Regards
>>>>>>>>>>>> Jitendra
>>>>>>>>>>>>
>>>>>>>>>>>> On Sat, Dec 26, 2020, 07:18 Maxim Solodovnik <
>>>>>>>>>>>> solomax666@gmail.com> wrote:
>>>>>>>>>>>>
>>>>>>>>>>>>> The correct settings for gmail are here:
>>>>>>>>>>>>> https://support.google.com/mail/answer/7126229?hl=en
>>>>>>>>>>>>>
>>>>>>>>>>>>> You have to specify only ONE of
>>>>>>>>>>>>> mail.smtp.starttls.enable
>>>>>>>>>>>>> mail.smtp.ssl.enable
>>>>>>>>>>>>>
>>>>>>>>>>>>> timeout error might be because you are not setting correct
>>>>>>>>>>>>> security option
>>>>>>>>>>>>> Or maybe your provider/firewall blocks the connection
>>>>>>>>>>>>>
>>>>>>>>>>>>>
>>>>>>>>>>>>> On Fri, 25 Dec 2020 at 22:20, GuruCoool Learnings <
>>>>>>>>>>>>> info@gurucoool.com> wrote:
>>>>>>>>>>>>>
>>>>>>>>>>>>>> Nothing happened even after restarting the server.
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> Jitendra
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> On Fri, 25 Dec 2020 at 13:44, GuruCoool Learnings <
>>>>>>>>>>>>>> info@gurucoool.com> wrote:
>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> Okay. I will try and then will let you know.
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> Thanks
>>>>>>>>>>>>>>> Jitendra
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> On Fri, Dec 25, 2020, 13:29 Ali Alhaidary <
>>>>>>>>>>>>>>> ali.alhaidary@the5stars.org> wrote:
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> You must restart the server so tat any new settings can
>>>>>>>>>>>>>>>> take effect
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> Ali
>>>>>>>>>>>>>>>> On 12/25/20 3:54 AM, GuruCoool Learnings wrote:
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> It shows error message in OM email management section only.
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> Jitendra
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> On Fri, Dec 25, 2020, 01:17 Alvaro <zu...@gmail.com>
>>>>>>>>>>>>>>>> wrote:
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>> ...right now i tested my OM 5.1.0 at localhost  and gmail
>>>>>>>>>>>>>>>>> configuration and send mail ok to "user...@gmail.com".
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>> Please take a look in your spam Gmail web.
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>> .....................
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>> El jue, 24-12-2020 a las 23:20 +0530, GuruCoool Learnings
>>>>>>>>>>>>>>>>> escribió:
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>> Tried both 587 and 465 one by one but didn't find any
>>>>>>>>>>>>>>>>> solution. However thanks for your replies.
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>> I have one more query. generally openmeetings generates
>>>>>>>>>>>>>>>>> user specific invitation links. Is it possible to create invitation links
>>>>>>>>>>>>>>>>> that can be given to anyone who is not registered on my server?
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>> On Thu, 24 Dec 2020 at 23:16, Ali Alhaidary <
>>>>>>>>>>>>>>>>> ali.alhaidary@the5stars.org> wrote:
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>> It did not work with me as well :-)
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>> try port 465
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>> Ali
>>>>>>>>>>>>>>>>> On 12/24/20 8:23 PM, GuruCoool Learnings wrote:
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>> gurucoool.com is my main site where I use the same gmail
>>>>>>>>>>>>>>>>> smtp details that I want to use with openmeetings. Gmail smtp works fine
>>>>>>>>>>>>>>>>> with my main site gurucoool.com but is not working with
>>>>>>>>>>>>>>>>> openmeetings.
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>> On Thu, 24 Dec 2020 at 13:05, Ali Alhaidary <
>>>>>>>>>>>>>>>>> ali.alhaidary@the5stars.org> wrote:
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>> I think you should use the SMTP of gurucool.com instead
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>> Ali
>>>>>>>>>>>>>>>>> On 12/24/20 10:06 AM, GuruCoool Learnings wrote:
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>> Hi Ali,
>>>>>>>>>>>>>>>>> I have followed the guidelines provided by the
>>>>>>>>>>>>>>>>> openmeetings documentation which is as follows-
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>> A valid example to configure the mail server with Gmail,
>>>>>>>>>>>>>>>>> is as follows:
>>>>>>>>>>>>>>>>> (replace john@gmail.com with your real Gmail account)
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>> Mail-Refer == info@gurucoool.com
>>>>>>>>>>>>>>>>> SMTP-Server == smtp.gmail.com
>>>>>>>>>>>>>>>>> SMTP-Server Port (default
>>>>>>>>>>>>>>>>> Smtp-Server Port is 25) == 587
>>>>>>>>>>>>>>>>> SMTP-Username == info@gurucoool.com
>>>>>>>>>>>>>>>>> SMTP-Userpass == password of info@gurucoool.com (this is
>>>>>>>>>>>>>>>>> the one I use to open the mail box at info@gurucoool.com)
>>>>>>>>>>>>>>>>> Enable TLS in Mail Server Auth == ...turn green the button
>>>>>>>>>>>>>>>>> to activate
>>>>>>>>>>>>>>>>> Default Language == English
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>> ...the rest you can change it as you likes.
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>> However can it would be a great help if you can clarify
>>>>>>>>>>>>>>>>> what actually you mean by the following-
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>> Host name is wrong or
>>>>>>>>>>>>>>>>> Connection security is wrong or
>>>>>>>>>>>>>>>>> service is not available or
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>> Thanks
>>>>>>>>>>>>>>>>> Jitendra
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>> On Thu, 24 Dec 2020 at 11:24, Ali Alhaidary <
>>>>>>>>>>>>>>>>> ali.alhaidary@the5stars.org> wrote:
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>> Hi,
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>> It is either:
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>> Host name is wrong or
>>>>>>>>>>>>>>>>> SMTP server name is wrong or
>>>>>>>>>>>>>>>>> Port number is wrong or
>>>>>>>>>>>>>>>>> Connection security is wrong or
>>>>>>>>>>>>>>>>> User name is wrong or
>>>>>>>>>>>>>>>>> pass word is wrong or
>>>>>>>>>>>>>>>>> service is not available or
>>>>>>>>>>>>>>>>> some of the above or
>>>>>>>>>>>>>>>>> all of the above
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>> Try searching the mailing list, the solution is there as
>>>>>>>>>>>>>>>>> you need to check each and every one ...
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>> :-)
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>> On 12/23/20 2:18 PM, GuruCoool Learnings wrote:
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>> Hi,
>>>>>>>>>>>>>>>>> I am facing mail sending error in my openmeetings server.
>>>>>>>>>>>>>>>>> Whenever I try to send a mail I get an error message as follows-
>>>>>>>>>>>>>>>>> Error Count 5
>>>>>>>>>>>>>>>>> Last Error
>>>>>>>>>>>>>>>>> com.sun.mail.util.MailConnectException: Couldn't connect
>>>>>>>>>>>>>>>>> to host, port: smtp.gmail.com, 587; timeout 30000; nested
>>>>>>>>>>>>>>>>> exception is: java.net.SocketTimeoutException: connect timed out at
>>>>>>>>>>>>>>>>> com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:2209) 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:221)
>>>>>>>>>>>>>>>>> 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: connect timed out at
>>>>>>>>>>>>>>>>> java.base/java.net.PlainSocketImpl.socketConnect(Native Method) at
>>>>>>>>>>>>>>>>> java.base/java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:399)
>>>>>>>>>>>>>>>>> at
>>>>>>>>>>>>>>>>> java.base/java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:242)
>>>>>>>>>>>>>>>>> at
>>>>>>>>>>>>>>>>> java.base/java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:224)
>>>>>>>>>>>>>>>>> at java.base/java.net.SocksSocketImpl.connect(SocksSocketImpl.java:403) at
>>>>>>>>>>>>>>>>> java.base/java.net.Socket.connect(Socket.java:609) at
>>>>>>>>>>>>>>>>> com.sun.mail.util.SocketFetcher.createSocket(SocketFetcher.java:357) at
>>>>>>>>>>>>>>>>> com.sun.mail.util.SocketFetcher.getSocket(SocketFetcher.java:238) at
>>>>>>>>>>>>>>>>> com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:2175) ... 10
>>>>>>>>>>>>>>>>> more
>>>>>>>>>>>>>>>>> Please help.
>>>>>>>>>>>>>>>>> Thanks
>>>>>>>>>>>>>>>>> Jitendra
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>
>>>>>>>>>>>>> --
>>>>>>>>>>>>> Best regards,
>>>>>>>>>>>>> Maxim
>>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>> --
>>>>>>>>>> Best regards,
>>>>>>>>>> Maxim
>>>>>>>>>>
>>>>>>>>>

Re: Mail sending error in openmeetings server

Posted by Denis Noctor <de...@gmail.com>.
Just to be careful... rather than just using “sudo reboot”, make sure to shutdown all OM related activities in advanced... especially Maria Database (make a backup in advance) as it can sometimes corrupt the database. I’ve been there and it is not a nice experience.

Sent from my iPhone

> On Dec 27, 2020, at 10:58 AM, Ali Alhaidary <al...@the5stars.org> wrote:
> 
> since you said you are not very much into computers, it would be difficult for you to trace the issue, so rebooting the server can cut the story short
> 
> sudo reboot
> 
> and after the server boots start om and wait for 50 sec and see what is written in the log
> 
> Ali
> 
>> On 12/27/20 7:52 PM, GuruCoool Learnings wrote:
>> OS is ubuntu 18.04 LTS. 
>> Restarting the server and restarting the OM are different? I thought they are same and generally I do it by the command 
>> >> sudo /etc/init.d/tomcat4 restart
>> 
>> Regards
>> Jitendra
>> 
>>> On Sun, 27 Dec 2020 at 18:59, Ali Alhaidary <al...@the5stars.org> wrote:
>>> And restart the server, then start OM, openmeetings.log should have something ....
>>> 
>>> Ali
>>> 
>>>> On 12/27/20 4:27 PM, Ali Alhaidary wrote:
>>>> What is your OS? check owner of files please
>>>> 
>>>> Ali
>>>> 
>>>>> On 12/27/20 4:02 PM, GuruCoool Learnings wrote:
>>>>> These are the files in /opt/open510/logs directory-
>>>>> 
>>>>> catalina.2020-12-11.log  host-manager.2020-12-11.log  localhost.2020-12-19.log                    localhost_access_log.2020-12-21.txt  manager.2020-12-26.log
>>>>> catalina.2020-12-12.log  host-manager.2020-12-12.log  localhost.2020-12-25.log                    localhost_access_log.2020-12-22.txt  manager.2020-12-27.log
>>>>> catalina.2020-12-15.log  host-manager.2020-12-15.log  localhost.2020-12-26.log                localhost_access_log.2020-12-23.txt  openmeetings.2020-12-11.0.log
>>>>> catalina.2020-12-16.log  host-manager.2020-12-17.log  localhost.2020-12-27.log                     localhost_access_log.2020-12-24.txt  openmeetings.log
>>>>> catalina.2020-12-17.log  host-manager.2020-12-18.log  localhost_access_log.2020-12-11.txt  localhost_access_log.2020-12-25.txt  sessions.2020-12-20.0.log
>>>>> catalina.2020-12-18.log  host-manager.2020-12-19.log  localhost_access_log.2020-12-12.txt  localhost_access_log.2020-12-26.txt  sessions.2020-12-21.0.log
>>>>> catalina.2020-12-19.log  host-manager.2020-12-25.log  localhost_access_log.2020-12-13.txt  localhost_access_log.2020-12-27.txt  sessions.2020-12-22.0.log
>>>>> catalina.2020-12-20.log  host-manager.2020-12-26.log  localhost_access_log.2020-12-14.txt  manager.2020-12-11.log               sessions.2020-12-23.0.log
>>>>> catalina.2020-12-21.log  host-manager.2020-12-27.log  localhost_access_log.2020-12-15.txt  manager.2020-12-12.log               sessions.2020-12-24.0.log
>>>>> catalina.2020-12-24.log  localhost.2020-12-11.log          localhost_access_log.2020-12-16.txt  manager.2020-12-15.log               sessions.2020-12-25.0.log
>>>>> catalina.2020-12-25.log  localhost.2020-12-12.log          localhost_access_log.2020-12-17.txt  manager.2020-12-17.log               sessions.2020-12-26.0.log
>>>>> catalina.2020-12-26.log  localhost.2020-12-15.log          localhost_access_log.2020-12-18.txt  manager.2020-12-18.log               sessions.log
>>>>> catalina.2020-12-27.log  localhost.2020-12-17.log          localhost_access_log.2020-12-19.txt  manager.2020-12-19.log
>>>>> catalina.out                     localhost.2020-12-18.log          localhost_access_log.2020-12-20.txt  manager.2020-12-25.log
>>>>> 
>>>>> I earlier renamed openmeetings to sessions so I checked in sessions.log. openmeetings.log is empty after I deleted the content.
>>>>> 
>>>>> Regards
>>>>> Jitendra
>>>>> 
>>>>>> On Sun, 27 Dec 2020 at 18:25, GuruCoool Learnings <in...@gurucoool.com> wrote:
>>>>>> This is all I got after deleting the content and starting the OM again.
>>>>>> 
>>>>>> Regards
>>>>>> Jitendra
>>>>>> 
>>>>>>> On Sun, 27 Dec 2020 at 18:24, Ali Alhaidary <al...@the5stars.org> wrote:
>>>>>>> These entries does not show the service did not start, where is the rest ?
>>>>>>> 
>>>>>>> Ali
>>>>>>> 
>>>>>>> 
>>>>>>> 
>>>>>>>> On 12/27/20 3:33 PM, GuruCoool Learnings wrote:
>>>>>>>> I followed the steps suggested by you and here is what I got in openmeetings.log ( NOT STARTED)-
>>>>>>>> 
>>>>>>>> INFO 12-27 12:24:43.292 o.s.w.c.ContextLoader:271 [main] - Root WebApplicationContext: initialization started
>>>>>>>>  INFO 12-27 12:24:46.420 o.s.o.j.LocalEntityManagerFactoryBean:434 [main] - Initialized JPA EntityManagerFactory for pe$ INFO 12-27 12:24:47.633 o.s.s.c.ThreadPoolTaskExecutor:181 [main] - Initializing ExecutorService 'taskExecutor'
>>>>>>>> DEBUG 12-27 12:24:47.844 o.a.o.c.r.KurentoHandler:151 [pool-1-thread-1] - Reconnecting KMS
>>>>>>>>  INFO 12-27 12:24:48.098 o.k.j.c.JsonRpcClientNettyWebSocket:191 [pool-1-thread-1] -  Connecting native client
>>>>>>>>  INFO 12-27 12:24:48.102 o.k.j.c.JsonRpcClientNettyWebSocket:220 [pool-1-thread-1] -  Creating new NioEventLoopGroup
>>>>>>>>  INFO 12-27 12:24:48.792 o.k.j.c.JsonRpcClientNettyWebSocket:234 [ntLoopGroup-2-1] -  Initiating new Netty channel. Wil$ INFO 12-27 12:24:48.919 o.q.i.StdSchedulerFactory:1220 [main] - Using default implementation for ThreadExecutor
>>>>>>>>  INFO 12-27 12:24:49.015 o.q.c.SchedulerSignalerImpl:61 [main] - Initialized Scheduler Signaller of type: class org.qua$ INFO 12-27 12:24:49.016 o.q.c.QuartzScheduler:229 [main] - Quartz Scheduler v.2.3.2 created.
>>>>>>>>  INFO 12-27 12:24:49.018 o.q.s.RAMJobStore:155 [main] - RAMJobStore initialized.
>>>>>>>>  INFO 12-27 12:24:49.043 o.q.c.QuartzScheduler:294 [main] - Scheduler meta-data: Quartz Scheduler (v2.3.2) 'org.springf$  Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally.
>>>>>>>>   NOT STARTED.
>>>>>>>>   Currently in standby mode.
>>>>>>>>   Number of jobs executed: 0
>>>>>>>>   Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 10 threads.
>>>>>>>>   Using job-store 'org.quartz.simpl.RAMJobStore' - which does not support persistence. and is not clustered.
>>>>>>>> 
>>>>>>>>  INFO 12-27 12:24:49.044 o.q.i.StdSchedulerFactory:1374 [main] - Quartz scheduler 'org.springframework.scheduling.quart$ INFO 12-27 12:24:49.044 o.q.i.StdSchedulerFactory:1378 [main] - Quartz scheduler version: 2.3.2
>>>>>>>>  INFO 12-27 12:24:49.051 o.q.c.QuartzScheduler:2293 [main] - JobFactory set to: org.springframework.scheduling.quartz.A$ INFO 12-27 12:24:49.098 o.s.s.q.SchedulerFactoryBean:727 [main] - Starting Quartz Scheduler now
>>>>>>>>  INFO 12-27 12:24:49.099 o.q.c.QuartzScheduler:547 [main] - Scheduler org.springframework.scheduling.quartz.SchedulerFa$ INFO 12-27 12:24:49.133 o.s.w.c.ContextLoader:307 [main] - Root WebApplicationContext initialized in 5832 ms
>>>>>>>> INFO 12-27 12:24:49.255 o.a.w.u.f.WebXmlFile:235 [main] - web.xml: url mapping found for filter with name Openmeetings$ INFO 12-27 12:24:49.520 o.a.o.c.r.KurentoHandler:181 [pool-1-thread-1] - !!! Kurento connected
>>>>>>>>  INFO 12-27 12:24:49.780 o.a.w.Application:558 [main] - [OpenmeetingsApplication] init: org.wicketstuff.dashboard.Dashb$ INFO 12-27 12:24:51.296 o.a.w.Application:558 [main] - [OpenmeetingsApplication] init: Wicket core library initializer
>>>>>>>>  INFO 12-27 12:24:51.304 o.a.w.Application:558 [main] - [OpenmeetingsApplication] init: Wicket jQuery UI initializer
>>>>>>>>  INFO 12-27 12:24:51.312 o.a.w.Application:558 [main] - [OpenmeetingsApplication] init: Wicket jQuery UI initializer (p$ INFO 12-27 12:24:51.318 o.a.w.Application:558 [main] - [OpenmeetingsApplication] init: Wicket extensions initializer
>>>>>>>>  INFO 12-27 12:24:51.410 o.a.w.Application:558 [main] - [OpenmeetingsApplication] init: DevUtils DebugBar Initializer
>>>>>>>>  INFO 12-27 12:24:57.181 c.h.system:65 [main] - [172.105.37.153]:5701 [dev] [4.1] Hazelcast 4.1 (20201104 - 2a1a477) st$
>>>>>>>> 
>>>>>>>> The server has not started. Can I do anything in this case?
>>>>>>>> 
>>>>>>>> Regards
>>>>>>>> Jitendra
>>>>>>>> 
>>>>>>>>> On Sun, 27 Dec 2020 at 17:36, Ali Alhaidary <al...@the5stars.org> wrote:
>>>>>>>>> 1. stop om service
>>>>>>>>> 
>>>>>>>>> 2. delete the contents of openmeetings.log
>>>>>>>>> 
>>>>>>>>> 3. start om service
>>>>>>>>> 
>>>>>>>>> 4. check openmeetings.log
>>>>>>>>> 
>>>>>>>>> 
>>>>>>>>> 
>>>>>>>>>> On 12/27/20 2:17 PM, GuruCoool Learnings wrote:
>>>>>>>>>> Since I am now not able to access the localhost url so please help which file I can update smtp records in?
>>>>>>>>>> 
>>>>>>>>>> Regards
>>>>>>>>>> Jitendra
>>>>>>>>>> 
>>>>>>>>>>> On Sun, 27 Dec 2020 at 14:33, GuruCoool Learnings <in...@gurucoool.com> wrote:
>>>>>>>>>>> These are a few last lines-
>>>>>>>>>>> 
>>>>>>>>>>> DEBUG 12-27 03:07:14.300 o.a.o.w.a.WebSession:223 [nio-5443-exec-3] - checkHashes, secure: 'null', invitation: 'ff51cfbd-4797-4f30-9d60-3f78955f00b4'
>>>>>>>>>>> DEBUG 12-27 03:07:14.338 o.a.o.w.a.WebSession:225 [nio-5443-exec-3] - checkHashes, has soap in session ? 'false'
>>>>>>>>>>> DEBUG 12-27 03:07:14.420 o.a.o.w.a.ClientManager:352 [nio-5443-exec-3] - Cluster:: The only server found
>>>>>>>>>>> DEBUG 12-27 03:07:14.492 o.a.o.d.u.AuthLevelUtil:40 [nio-5443-exec-3] - Level ADMIN :: [DENIED]
>>>>>>>>>>> DEBUG 12-27 03:07:14.498 o.a.o.d.u.AuthLevelUtil:40 [nio-5443-exec-3] - Level GROUP_ADMIN :: [DENIED]
>>>>>>>>>>> DEBUG 12-27 03:07:14.519 o.a.o.d.u.AuthLevelUtil:40 [nio-5443-exec-3] - Level ADMIN :: [DENIED]
>>>>>>>>>>> DEBUG 12-27 03:07:14.525 o.a.o.d.u.AuthLevelUtil:40 [nio-5443-exec-3] - Level ADMIN :: [DENIED]
>>>>>>>>>>> DEBUG 12-27 03:07:14.566 o.a.o.w.c.OmWebSocketPanel:74 [nio-5443-exec-3] - pingTimer is attached
>>>>>>>>>>> DEBUG 12-27 03:07:18.703 o.a.o.d.d.l.ConferenceLogDao:52 [nio-5443-exec-1] - [add]: org.apache.openmeetings.db.entity.log.ConferenceLog@7a836ea7
>>>>>>>>>>> DEBUG 12-27 03:07:18.718 o.a.o.w.a.ClientManager:126 [nio-5443-exec-1] - Adding online client: 2b627591-eeb1-4c49-8b8c-c5a6528634af, room: null
>>>>>>>>>>> DEBUG 12-27 03:07:18.728 o.a.o.w.c.MainPanel:160 [nio-5443-exec-1] - WebSocketBehavior::onConnect [uid: 2b627591-eeb1-4c49-8b8c-c5a6528634af, session: F307B900D3DFADE9$DEBUG 12-27 03:07:18.752 o.a.o.d.d.l.ConferenceLogDao:52 [nio-5443-exec-1] - [add]: org.apache.openmeetings.db.entity.log.ConferenceLog@5cb63b3c
>>>>>>>>>>> DEBUG 12-27 03:07:18.757 o.a.o.w.a.ClientManager:257 [nio-5443-exec-1] - Adding online room client: 2b627591-eeb1-4c49-8b8c-c5a6528634af, room: 11
>>>>>>>>>>> DEBUG 12-27 03:07:18.764 o.a.o.w.a.ClientManager:275 [nio-5443-exec-1] - Cluster:: room 11 was not found for server 'server-1', adding ...
>>>>>>>>>>> DEBUG 12-27 03:07:18.765 o.a.o.w.a.ClientManager:448 [nio-5443-exec-1] - Cluster:: room 11 is added to server, whole list [11]
>>>>>>>>>>> DEBUG 12-27 03:07:18.766 o.a.o.w.a.ClientManager:114 [erver-1.event-1] - Cluster:: Server was updated server-1 -> ServerInfo[rooms: [11]]
>>>>>>>>>>> DEBUG 12-27 03:07:18.770 o.a.o.d.u.AuthLevelUtil:40 [nio-5443-exec-1] - Level ADMIN :: [DENIED]
>>>>>>>>>>>  INFO 12-27 03:07:18.771 o.a.o.w.r.RoomPanel:395 [nio-5443-exec-1] - Setting rights for client:: [AUDIO, VIDEO] -> false
>>>>>>>>>>> DEBUG 12-27 03:07:18.783 o.a.o.d.u.AuthLevelUtil:40 [nio-5443-exec-1] - Level ADMIN :: [DENIED]
>>>>>>>>>>> DEBUG 12-27 03:07:18.789 o.a.o.d.d.r.PollDao:87 [nio-5443-exec-1] -  :: getPoll :: 11
>>>>>>>>>>> DEBUG 12-27 03:07:18.799 o.a.o.d.d.r.PollDao:98 [nio-5443-exec-1] -  :: getArchived :: 11
>>>>>>>>>>> DEBUG 12-27 03:07:18.829 o.a.o.d.d.f.FileItemDao:55 [nio-5443-exec-1] - getByOwner() started
>>>>>>>>>>> DEBUG 12-27 03:07:18.832 o.a.o.d.d.f.FileItemDao:50 [nio-5443-exec-1] - getByRoom roomId :: 11
>>>>>>>>>>>  WARN 12-27 03:07:23.779 o.a.o.w.a.TimerService:69 [Thread-2609] - Moderator room check 11
>>>>>>>>>>>  WARN 12-27 03:07:23.783 o.a.o.w.r.RoomPanel:588 [Thread-2611] - !! moderatorInRoom: false
>>>>>>>>>>> 
>>>>>>>>>>> Jitendra
>>>>>>>>>>> 
>>>>>>>>>>>> On Sun, 27 Dec 2020 at 14:31, GuruCoool Learnings <in...@gurucoool.com> wrote:
>>>>>>>>>>>> I checked but couldn't trace.
>>>>>>>>>>>> 
>>>>>>>>>>>> Honestly, I am not friendly with these processes. I am not a coder or developer. I am a maths teacher and anyhow set up the server with the help of the documentation provided by openmeetings.
>>>>>>>>>>>> 
>>>>>>>>>>>> Regards
>>>>>>>>>>>> Jitendra
>>>>>>>>>>>> 
>>>>>>>>>>>>> On Sun, 27 Dec 2020 at 13:02, Ali Alhaidary <al...@the5stars.org> wrote:
>>>>>>>>>>>>> Could be, check openmeetings.log to see if the service has started ...
>>>>>>>>>>>>> 
>>>>>>>>>>>>> Ali
>>>>>>>>>>>>> 
>>>>>>>>>>>>> 
>>>>>>>>>>>>> 
>>>>>>>>>>>>>> On 12/27/20 10:26 AM, GuruCoool Learnings wrote:
>>>>>>>>>>>>>> One more thing I remember I did. In OM >> Administration >> Configuration, I erased the records of smtp records like server email, port number etc.
>>>>>>>>>>>>>> Can this be a reason for "This site can’t be reached"?
>>>>>>>>>>>>>> 
>>>>>>>>>>>>>>> On Sun, 27 Dec 2020 at 12:43, GuruCoool Learnings <in...@gurucoool.com> wrote:
>>>>>>>>>>>>>>> I was trying to check the ports by the command 
>>>>>>>>>>>>>>> netstat -a -n 
>>>>>>>>>>>>>>> 
>>>>>>>>>>>>>>> and made no change there. After that I just restarted the server and unfortunately, the server is not accessible. 
>>>>>>>>>>>>>>> It says,"This site can’t be reached". 
>>>>>>>>>>>>>>> 
>>>>>>>>>>>>>>> I don't know what to do now.
>>>>>>>>>>>>>>> 
>>>>>>>>>>>>>>> Regards
>>>>>>>>>>>>>>> Jitendra
>>>>>>>>>>>>>>> 
>>>>>>>>>>>>>>>> On Sun, 27 Dec 2020 at 11:54, Maxim Solodovnik <so...@gmail.com> wrote:
>>>>>>>>>>>>>>>> please read this article: https://support.google.com/a/answer/176600?hl=en
>>>>>>>>>>>>>>>> Especially this Use the Gmail SMTP server part
>>>>>>>>>>>>>>>> 
>>>>>>>>>>>>>>>> as i wrote before 
>>>>>>>>>>>>>>>> for TLS (port 587) you have to enable "mail.smtp.starttls.enable" in OM -> Admin -> Config
>>>>>>>>>>>>>>>> for SSL (port 465) you have to enable "mail.smtp.ssl.enable" in OM -> Admin -> Config
>>>>>>>>>>>>>>>> 
>>>>>>>>>>>>>>>> and check if connection to smtp.gmail.com through the port selected is allowed from your OM server
>>>>>>>>>>>>>>>> 
>>>>>>>>>>>>>>>>> On Sun, 27 Dec 2020 at 12:09, GuruCoool Learnings <in...@gurucoool.com> wrote:
>>>>>>>>>>>>>>>>> Hello dear Maxim,
>>>>>>>>>>>>>>>>> By security options, do you mean Forwarding and POP/IMAP in my Gmail? 
>>>>>>>>>>>>>>>>> If yes, I have enabled it already. If no, then please guide me what exactly I need to do for correct security options.
>>>>>>>>>>>>>>>>> 
>>>>>>>>>>>>>>>>> Also, you mentioned about firewall settings, please guide me on this also.
>>>>>>>>>>>>>>>>> 
>>>>>>>>>>>>>>>>> Thanks and regards
>>>>>>>>>>>>>>>>> Jitendra
>>>>>>>>>>>>>>>>> 
>>>>>>>>>>>>>>>>>> On Sat, 26 Dec 2020 at 08:37, GuruCoool Learnings <in...@gurucoool.com> wrote:
>>>>>>>>>>>>>>>>>> Thanks. Please guide me for correct security options and firewall settings. I am not savy with these processes.
>>>>>>>>>>>>>>>>>> 
>>>>>>>>>>>>>>>>>> Thanks & Regards
>>>>>>>>>>>>>>>>>> Jitendra
>>>>>>>>>>>>>>>>>> 
>>>>>>>>>>>>>>>>>>> On Sat, Dec 26, 2020, 07:18 Maxim Solodovnik <so...@gmail.com> wrote:
>>>>>>>>>>>>>>>>>>> The correct settings for gmail are here: https://support.google.com/mail/answer/7126229?hl=en
>>>>>>>>>>>>>>>>>>> 
>>>>>>>>>>>>>>>>>>> You have to specify only ONE of
>>>>>>>>>>>>>>>>>>> mail.smtp.starttls.enable
>>>>>>>>>>>>>>>>>>> mail.smtp.ssl.enable
>>>>>>>>>>>>>>>>>>> 
>>>>>>>>>>>>>>>>>>> timeout error might be because you are not setting correct security option
>>>>>>>>>>>>>>>>>>> Or maybe your provider/firewall blocks the connection
>>>>>>>>>>>>>>>>>>> 
>>>>>>>>>>>>>>>>>>> 
>>>>>>>>>>>>>>>>>>>> On Fri, 25 Dec 2020 at 22:20, GuruCoool Learnings <in...@gurucoool.com> wrote:
>>>>>>>>>>>>>>>>>>>> Nothing happened even after restarting the server.
>>>>>>>>>>>>>>>>>>>> 
>>>>>>>>>>>>>>>>>>>> Jitendra
>>>>>>>>>>>>>>>>>>>> 
>>>>>>>>>>>>>>>>>>>>> On Fri, 25 Dec 2020 at 13:44, GuruCoool Learnings <in...@gurucoool.com> wrote:
>>>>>>>>>>>>>>>>>>>>> Okay. I will try and then will let you know.
>>>>>>>>>>>>>>>>>>>>> 
>>>>>>>>>>>>>>>>>>>>> Thanks
>>>>>>>>>>>>>>>>>>>>> Jitendra
>>>>>>>>>>>>>>>>>>>>> 
>>>>>>>>>>>>>>>>>>>>>> On Fri, Dec 25, 2020, 13:29 Ali Alhaidary <al...@the5stars.org> wrote:
>>>>>>>>>>>>>>>>>>>>>> You must restart the server so tat any new settings can take effect
>>>>>>>>>>>>>>>>>>>>>> 
>>>>>>>>>>>>>>>>>>>>>> Ali
>>>>>>>>>>>>>>>>>>>>>> 
>>>>>>>>>>>>>>>>>>>>>>> On 12/25/20 3:54 AM, GuruCoool Learnings wrote:
>>>>>>>>>>>>>>>>>>>>>>> It shows error message in OM email management section only.
>>>>>>>>>>>>>>>>>>>>>>> 
>>>>>>>>>>>>>>>>>>>>>>> Jitendra
>>>>>>>>>>>>>>>>>>>>>>> 
>>>>>>>>>>>>>>>>>>>>>>>> On Fri, Dec 25, 2020, 01:17 Alvaro <zu...@gmail.com> wrote:
>>>>>>>>>>>>>>>>>>>>>>>> ...right now i tested my OM 5.1.0 at localhost  and gmail
>>>>>>>>>>>>>>>>>>>>>>>> configuration and send mail ok to "user...@gmail.com".
>>>>>>>>>>>>>>>>>>>>>>>> 
>>>>>>>>>>>>>>>>>>>>>>>> Please take a look in your spam Gmail web.
>>>>>>>>>>>>>>>>>>>>>>>> 
>>>>>>>>>>>>>>>>>>>>>>>> 
>>>>>>>>>>>>>>>>>>>>>>>> .....................
>>>>>>>>>>>>>>>>>>>>>>>> 
>>>>>>>>>>>>>>>>>>>>>>>> 
>>>>>>>>>>>>>>>>>>>>>>>>> El jue, 24-12-2020 a las 23:20 +0530, GuruCoool Learnings escribió:
>>>>>>>>>>>>>>>>>>>>>>>>> Tried both 587 and 465 one by one but didn't find any solution. However thanks for your replies.
>>>>>>>>>>>>>>>>>>>>>>>>> 
>>>>>>>>>>>>>>>>>>>>>>>>> I have one more query. generally openmeetings generates user specific invitation links. Is it possible to create invitation links that can be given to anyone who is not registered on my server?
>>>>>>>>>>>>>>>>>>>>>>>>> 
>>>>>>>>>>>>>>>>>>>>>>>>>> On Thu, 24 Dec 2020 at 23:16, Ali Alhaidary <al...@the5stars.org> wrote:
>>>>>>>>>>>>>>>>>>>>>>>>>> It did not work with me as well :-)
>>>>>>>>>>>>>>>>>>>>>>>>>> 
>>>>>>>>>>>>>>>>>>>>>>>>>> try port 465
>>>>>>>>>>>>>>>>>>>>>>>>>> 
>>>>>>>>>>>>>>>>>>>>>>>>>> Ali
>>>>>>>>>>>>>>>>>>>>>>>>>> 
>>>>>>>>>>>>>>>>>>>>>>>>>>> On 12/24/20 8:23 PM, GuruCoool Learnings wrote:
>>>>>>>>>>>>>>>>>>>>>>>>>>> gurucoool.com is my main site where I use the same gmail smtp details that I want to use with openmeetings. Gmail smtp works fine with my main site gurucoool.com but is not working with openmeetings.
>>>>>>>>>>>>>>>>>>>>>>>>>>> 
>>>>>>>>>>>>>>>>>>>>>>>>>>>> On Thu, 24 Dec 2020 at 13:05, Ali Alhaidary <al...@the5stars.org> wrote:
>>>>>>>>>>>>>>>>>>>>>>>>>>>> I think you should use the SMTP of gurucool.com instead
>>>>>>>>>>>>>>>>>>>>>>>>>>>> 
>>>>>>>>>>>>>>>>>>>>>>>>>>>> Ali
>>>>>>>>>>>>>>>>>>>>>>>>>>>> 
>>>>>>>>>>>>>>>>>>>>>>>>>>>>> On 12/24/20 10:06 AM, GuruCoool Learnings wrote:
>>>>>>>>>>>>>>>>>>>>>>>>>>>>> Hi Ali,
>>>>>>>>>>>>>>>>>>>>>>>>>>>>> I have followed the guidelines provided by the openmeetings documentation which is as follows-
>>>>>>>>>>>>>>>>>>>>>>>>>>>>> 
>>>>>>>>>>>>>>>>>>>>>>>>>>>>> A valid example to configure the mail server with Gmail, is as follows:
>>>>>>>>>>>>>>>>>>>>>>>>>>>>> (replace john@gmail.com with your real Gmail account)
>>>>>>>>>>>>>>>>>>>>>>>>>>>>> 
>>>>>>>>>>>>>>>>>>>>>>>>>>>>> Mail-Refer == info@gurucoool.com
>>>>>>>>>>>>>>>>>>>>>>>>>>>>> SMTP-Server == smtp.gmail.com
>>>>>>>>>>>>>>>>>>>>>>>>>>>>> SMTP-Server Port (default
>>>>>>>>>>>>>>>>>>>>>>>>>>>>> Smtp-Server Port is 25) == 587
>>>>>>>>>>>>>>>>>>>>>>>>>>>>> SMTP-Username == info@gurucoool.com
>>>>>>>>>>>>>>>>>>>>>>>>>>>>> SMTP-Userpass == password of info@gurucoool.com (this is the one I use to open the mail box at info@gurucoool.com)
>>>>>>>>>>>>>>>>>>>>>>>>>>>>> Enable TLS in Mail Server Auth == ...turn green the button to activate
>>>>>>>>>>>>>>>>>>>>>>>>>>>>> Default Language == English
>>>>>>>>>>>>>>>>>>>>>>>>>>>>> 
>>>>>>>>>>>>>>>>>>>>>>>>>>>>> ...the rest you can change it as you likes.
>>>>>>>>>>>>>>>>>>>>>>>>>>>>> 
>>>>>>>>>>>>>>>>>>>>>>>>>>>>> However can it would be a great help if you can clarify what actually you mean by the following-
>>>>>>>>>>>>>>>>>>>>>>>>>>>>> 
>>>>>>>>>>>>>>>>>>>>>>>>>>>>> Host name is wrong or 
>>>>>>>>>>>>>>>>>>>>>>>>>>>>> Connection security is wrong or
>>>>>>>>>>>>>>>>>>>>>>>>>>>>> service is not available or  
>>>>>>>>>>>>>>>>>>>>>>>>>>>>> 
>>>>>>>>>>>>>>>>>>>>>>>>>>>>> Thanks 
>>>>>>>>>>>>>>>>>>>>>>>>>>>>> Jitendra
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>  
>>>>>>>>>>>>>>>>>>>>>>>>>>>>> 
>>>>>>>>>>>>>>>>>>>>>>>>>>>>> 
>>>>>>>>>>>>>>>>>>>>>>>>>>>>> 
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> On Thu, 24 Dec 2020 at 11:24, Ali Alhaidary <al...@the5stars.org> wrote:
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> Hi,
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> 
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> It is either:
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> 
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> Host name is wrong or
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> SMTP server name is wrong or
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> Port number is wrong or
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> Connection security is wrong or
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> User name is wrong or
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> pass word is wrong or
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> service is not available or
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> some of the above or
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> all of the above
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> 
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> Try searching the mailing list, the solution is there as you need to check each and every one ...
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> 
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> :-)
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> 
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> 
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> 
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> On 12/23/20 2:18 PM, GuruCoool Learnings wrote:
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> Hi,
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> I am facing mail sending error in my openmeetings server. Whenever I try to send a mail I get an error message as follows-
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> Error Count 5
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> Last Error   com.sun.mail.util.MailConnectException: Couldn't connect to host, port: smtp.gmail.com, 587; timeout 30000;
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>   nested exception is:
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> 	java.net.SocketTimeoutException: connect timed out
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> 	at com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:2209)
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> 	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:221)
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> 	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: connect timed out
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> 	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> 	at java.base/java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:399)
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> 	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:242)
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> 	at java.base/java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:224)
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> 	at java.base/java.net.SocksSocketImpl.connect(SocksSocketImpl.java:403)
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> 	at java.base/java.net.Socket.connect(Socket.java:609)
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> 	at com.sun.mail.util.SocketFetcher.createSocket(SocketFetcher.java:357)
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> 	at com.sun.mail.util.SocketFetcher.getSocket(SocketFetcher.java:238)
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> 	at com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:2175)
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> 	... 10 more
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> 
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>  Please help.
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> Thanks
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> Jitendra
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> 
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> 
>>>>>>>>>>>>>>>>>>>>>>>>>>>> 
>>>>>>>>>>>>>>>>>>> 
>>>>>>>>>>>>>>>>>>> 
>>>>>>>>>>>>>>>>>>> -- 
>>>>>>>>>>>>>>>>>>> Best regards,
>>>>>>>>>>>>>>>>>>> Maxim
>>>>>>>>>>>>>>>> 
>>>>>>>>>>>>>>>> 
>>>>>>>>>>>>>>>> -- 
>>>>>>>>>>>>>>>> Best regards,
>>>>>>>>>>>>>>>> Maxim

Re: Mail sending error in openmeetings server

Posted by GuruCoool Learnings <in...@gurucoool.com>.
Mail service is still not working.
Also, I checked openmeetings.log, it is still empty.

Regards
Jitendra

On Sun, 27 Dec 2020 at 23:31, GuruCoool Learnings <in...@gurucoool.com>
wrote:

> Thanks a lot!
> This step worked and now I can access my dashboard.
>
> And now I am checking if mail service is working or not.
>
> Regards
> Jitendra
>
> On Sun, 27 Dec 2020 at 22:29, Ali Alhaidary <al...@the5stars.org>
> wrote:
>
>> since you said you are not very much into computers, it would be
>> difficult for you to trace the issue, so rebooting the server can cut the
>> story short
>>
>> sudo reboot
>>
>> and after the server boots start om and wait for 50 sec and see what is
>> written in the log
>>
>> Ali
>> On 12/27/20 7:52 PM, GuruCoool Learnings wrote:
>>
>> OS is ubuntu 18.04 LTS.
>> Restarting the server and restarting the OM are different? I thought they
>> are same and generally I do it by the command
>> >> sudo /etc/init.d/tomcat4 restart
>>
>> Regards
>> Jitendra
>>
>> On Sun, 27 Dec 2020 at 18:59, Ali Alhaidary <al...@the5stars.org>
>> wrote:
>>
>>> And restart the server, then start OM
>>> *, openmeetings.log should have something .... *
>>>
>>> Ali
>>> On 12/27/20 4:27 PM, Ali Alhaidary wrote:
>>>
>>> What is your OS? check owner of files please
>>>
>>> Ali
>>> On 12/27/20 4:02 PM, GuruCoool Learnings wrote:
>>>
>>> These are the files in /opt/open510/logs directory-
>>>
>>> catalina.2020-12-11.log  host-manager.2020-12-11.log
>>>  localhost.2020-12-19.log
>>> localhost_access_log.2020-12-21.txt  manager.2020-12-26.log
>>> catalina.2020-12-12.log  host-manager.2020-12-12.log
>>>  localhost.2020-12-25.log
>>> localhost_access_log.2020-12-22.txt  manager.2020-12-27.log
>>> catalina.2020-12-15.log  host-manager.2020-12-15.log
>>>  localhost.2020-12-26.log
>>> localhost_access_log.2020-12-23.txt  openmeetings.2020-12-11.0.log
>>> catalina.2020-12-16.log  host-manager.2020-12-17.log
>>>  localhost.2020-12-27.log
>>>  localhost_access_log.2020-12-24.txt  openmeetings.log
>>> catalina.2020-12-17.log  host-manager.2020-12-18.log
>>>  localhost_access_log.2020-12-11.txt  localhost_access_log.2020-12-25.txt
>>>  sessions.2020-12-20.0.log
>>> catalina.2020-12-18.log  host-manager.2020-12-19.log
>>>  localhost_access_log.2020-12-12.txt  localhost_access_log.2020-12-26.txt
>>>  sessions.2020-12-21.0.log
>>> catalina.2020-12-19.log  host-manager.2020-12-25.log
>>>  localhost_access_log.2020-12-13.txt  localhost_access_log.2020-12-27.txt
>>>  sessions.2020-12-22.0.log
>>> catalina.2020-12-20.log  host-manager.2020-12-26.log
>>>  localhost_access_log.2020-12-14.txt  manager.2020-12-11.log
>>> sessions.2020-12-23.0.log
>>> catalina.2020-12-21.log  host-manager.2020-12-27.log
>>>  localhost_access_log.2020-12-15.txt  manager.2020-12-12.log
>>> sessions.2020-12-24.0.log
>>> catalina.2020-12-24.log  localhost.2020-12-11.log
>>> localhost_access_log.2020-12-16.txt  manager.2020-12-15.log
>>> sessions.2020-12-25.0.log
>>> catalina.2020-12-25.log  localhost.2020-12-12.log
>>> localhost_access_log.2020-12-17.txt  manager.2020-12-17.log
>>> sessions.2020-12-26.0.log
>>> catalina.2020-12-26.log  localhost.2020-12-15.log
>>> localhost_access_log.2020-12-18.txt  manager.2020-12-18.log
>>> sessions.log
>>> catalina.2020-12-27.log  localhost.2020-12-17.log
>>> localhost_access_log.2020-12-19.txt  manager.2020-12-19.log
>>> catalina.out                     localhost.2020-12-18.log
>>> localhost_access_log.2020-12-20.txt  manager.2020-12-25.log
>>>
>>> I earlier renamed openmeetings to sessions so I checked in sessions.log.
>>> openmeetings.log is empty after I deleted the content.
>>>
>>> Regards
>>> Jitendra
>>>
>>> On Sun, 27 Dec 2020 at 18:25, GuruCoool Learnings <in...@gurucoool.com>
>>> wrote:
>>>
>>>> This is all I got after deleting the content and starting the OM again.
>>>>
>>>> Regards
>>>> Jitendra
>>>>
>>>> On Sun, 27 Dec 2020 at 18:24, Ali Alhaidary <
>>>> ali.alhaidary@the5stars.org> wrote:
>>>>
>>>>> These entries does not show the service did not start, where is the
>>>>> rest ?
>>>>>
>>>>> Ali
>>>>>
>>>>>
>>>>> On 12/27/20 3:33 PM, GuruCoool Learnings wrote:
>>>>>
>>>>> I followed the steps suggested by you and here is what I got in
>>>>> openmeetings.log ( NOT STARTED)-
>>>>>
>>>>> INFO 12-27 12:24:43.292 o.s.w.c.ContextLoader:271 [main] - Root
>>>>> WebApplicationContext: initialization started
>>>>>  INFO 12-27 12:24:46.420 o.s.o.j.LocalEntityManagerFactoryBean:434
>>>>> [main] - Initialized JPA EntityManagerFactory for pe$ INFO 12-27
>>>>> 12:24:47.633 o.s.s.c.ThreadPoolTaskExecutor:181 [main] - Initializing
>>>>> ExecutorService 'taskExecutor'
>>>>> DEBUG 12-27 12:24:47.844 o.a.o.c.r.KurentoHandler:151
>>>>> [pool-1-thread-1] - Reconnecting KMS
>>>>>  INFO 12-27 12:24:48.098 o.k.j.c.JsonRpcClientNettyWebSocket:191
>>>>> [pool-1-thread-1] -  Connecting native client
>>>>>  INFO 12-27 12:24:48.102 o.k.j.c.JsonRpcClientNettyWebSocket:220
>>>>> [pool-1-thread-1] -  Creating new NioEventLoopGroup
>>>>>  INFO 12-27 12:24:48.792 o.k.j.c.JsonRpcClientNettyWebSocket:234
>>>>> [ntLoopGroup-2-1] -  Initiating new Netty channel. Wil$ INFO 12-27
>>>>> 12:24:48.919 o.q.i.StdSchedulerFactory:1220 [main] - Using default
>>>>> implementation for ThreadExecutor
>>>>>  INFO 12-27 12:24:49.015 o.q.c.SchedulerSignalerImpl:61 [main] -
>>>>> Initialized Scheduler Signaller of type: class org.qua$ INFO 12-27
>>>>> 12:24:49.016 o.q.c.QuartzScheduler:229 [main] - Quartz Scheduler v.2.3.2
>>>>> created.
>>>>>  INFO 12-27 12:24:49.018 o.q.s.RAMJobStore:155 [main] - RAMJobStore
>>>>> initialized.
>>>>>  INFO 12-27 12:24:49.043 o.q.c.QuartzScheduler:294 [main] - Scheduler
>>>>> meta-data: Quartz Scheduler (v2.3.2) 'org.springf$  Scheduler class:
>>>>> 'org.quartz.core.QuartzScheduler' - running locally.
>>>>>   NOT STARTED.
>>>>>   Currently in standby mode.
>>>>>   Number of jobs executed: 0
>>>>>   Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 10
>>>>> threads.
>>>>>   Using job-store 'org.quartz.simpl.RAMJobStore' - which does not
>>>>> support persistence. and is not clustered.
>>>>>
>>>>>  INFO 12-27 12:24:49.044 o.q.i.StdSchedulerFactory:1374 [main] -
>>>>> Quartz scheduler 'org.springframework.scheduling.quart$ INFO 12-27
>>>>> 12:24:49.044 o.q.i.StdSchedulerFactory:1378 [main] - Quartz scheduler
>>>>> version: 2.3.2
>>>>>  INFO 12-27 12:24:49.051 o.q.c.QuartzScheduler:2293 [main] -
>>>>> JobFactory set to: org.springframework.scheduling.quartz.A$ INFO 12-27
>>>>> 12:24:49.098 o.s.s.q.SchedulerFactoryBean:727 [main] - Starting Quartz
>>>>> Scheduler now
>>>>>  INFO 12-27 12:24:49.099 o.q.c.QuartzScheduler:547 [main] - Scheduler
>>>>> org.springframework.scheduling.quartz.SchedulerFa$ INFO 12-27 12:24:49.133
>>>>> o.s.w.c.ContextLoader:307 [main] - Root WebApplicationContext initialized
>>>>> in 5832 ms
>>>>> INFO 12-27 12:24:49.255 o.a.w.u.f.WebXmlFile:235 [main] - web.xml: url
>>>>> mapping found for filter with name Openmeetings$ INFO 12-27 12:24:49.520
>>>>> o.a.o.c.r.KurentoHandler:181 [pool-1-thread-1] - !!! Kurento connected
>>>>>  INFO 12-27 12:24:49.780 o.a.w.Application:558 [main] -
>>>>> [OpenmeetingsApplication] init: org.wicketstuff.dashboard.Dashb$ INFO 12-27
>>>>> 12:24:51.296 o.a.w.Application:558 [main] - [OpenmeetingsApplication] init:
>>>>> Wicket core library initializer
>>>>>  INFO 12-27 12:24:51.304 o.a.w.Application:558 [main] -
>>>>> [OpenmeetingsApplication] init: Wicket jQuery UI initializer
>>>>>  INFO 12-27 12:24:51.312 o.a.w.Application:558 [main] -
>>>>> [OpenmeetingsApplication] init: Wicket jQuery UI initializer (p$ INFO 12-27
>>>>> 12:24:51.318 o.a.w.Application:558 [main] - [OpenmeetingsApplication] init:
>>>>> Wicket extensions initializer
>>>>>  INFO 12-27 12:24:51.410 o.a.w.Application:558 [main] -
>>>>> [OpenmeetingsApplication] init: DevUtils DebugBar Initializer
>>>>>  INFO 12-27 12:24:57.181 c.h.system:65 [main] - [172.105.37.153]:5701
>>>>> [dev] [4.1] Hazelcast 4.1 (20201104 - 2a1a477) st$
>>>>>
>>>>> The server has not started. Can I do anything in this case?
>>>>>
>>>>> Regards
>>>>> Jitendra
>>>>>
>>>>> On Sun, 27 Dec 2020 at 17:36, Ali Alhaidary <
>>>>> ali.alhaidary@the5stars.org> wrote:
>>>>>
>>>>>> 1. stop om service
>>>>>>
>>>>>> 2. delete the contents of openmeetings.log
>>>>>>
>>>>>> 3. start om service
>>>>>>
>>>>>> 4. check openmeetings.log
>>>>>>
>>>>>>
>>>>>> On 12/27/20 2:17 PM, GuruCoool Learnings wrote:
>>>>>>
>>>>>> Since I am now not able to access the localhost url so please help
>>>>>> which file I can update smtp records in?
>>>>>>
>>>>>> Regards
>>>>>> Jitendra
>>>>>>
>>>>>> On Sun, 27 Dec 2020 at 14:33, GuruCoool Learnings <in...@gurucoool.com>
>>>>>> wrote:
>>>>>>
>>>>>>> These are a few last lines-
>>>>>>>
>>>>>>> DEBUG 12-27 03:07:14.300 o.a.o.w.a.WebSession:223 [nio-5443-exec-3]
>>>>>>> - checkHashes, secure: 'null', invitation:
>>>>>>> 'ff51cfbd-4797-4f30-9d60-3f78955f00b4'
>>>>>>> DEBUG 12-27 03:07:14.338 o.a.o.w.a.WebSession:225 [nio-5443-exec-3]
>>>>>>> - checkHashes, has soap in session ? 'false'
>>>>>>> DEBUG 12-27 03:07:14.420 o.a.o.w.a.ClientManager:352
>>>>>>> [nio-5443-exec-3] - Cluster:: The only server found
>>>>>>> DEBUG 12-27 03:07:14.492 o.a.o.d.u.AuthLevelUtil:40
>>>>>>> [nio-5443-exec-3] - Level ADMIN :: [DENIED]
>>>>>>> DEBUG 12-27 03:07:14.498 o.a.o.d.u.AuthLevelUtil:40
>>>>>>> [nio-5443-exec-3] - Level GROUP_ADMIN :: [DENIED]
>>>>>>> DEBUG 12-27 03:07:14.519 o.a.o.d.u.AuthLevelUtil:40
>>>>>>> [nio-5443-exec-3] - Level ADMIN :: [DENIED]
>>>>>>> DEBUG 12-27 03:07:14.525 o.a.o.d.u.AuthLevelUtil:40
>>>>>>> [nio-5443-exec-3] - Level ADMIN :: [DENIED]
>>>>>>> DEBUG 12-27 03:07:14.566 o.a.o.w.c.OmWebSocketPanel:74
>>>>>>> [nio-5443-exec-3] - pingTimer is attached
>>>>>>> DEBUG 12-27 03:07:18.703 o.a.o.d.d.l.ConferenceLogDao:52
>>>>>>> [nio-5443-exec-1] - [add]:
>>>>>>> org.apache.openmeetings.db.entity.log.ConferenceLog@7a836ea7
>>>>>>> DEBUG 12-27 03:07:18.718 o.a.o.w.a.ClientManager:126
>>>>>>> [nio-5443-exec-1] - Adding online client:
>>>>>>> 2b627591-eeb1-4c49-8b8c-c5a6528634af, room: null
>>>>>>> DEBUG 12-27 03:07:18.728 o.a.o.w.c.MainPanel:160 [nio-5443-exec-1] -
>>>>>>> WebSocketBehavior::onConnect [uid: 2b627591-eeb1-4c49-8b8c-c5a6528634af,
>>>>>>> session: F307B900D3DFADE9$DEBUG 12-27 03:07:18.752
>>>>>>> o.a.o.d.d.l.ConferenceLogDao:52 [nio-5443-exec-1] - [add]:
>>>>>>> org.apache.openmeetings.db.entity.log.ConferenceLog@5cb63b3c
>>>>>>> DEBUG 12-27 03:07:18.757 o.a.o.w.a.ClientManager:257
>>>>>>> [nio-5443-exec-1] - Adding online room client:
>>>>>>> 2b627591-eeb1-4c49-8b8c-c5a6528634af, room: 11
>>>>>>> DEBUG 12-27 03:07:18.764 o.a.o.w.a.ClientManager:275
>>>>>>> [nio-5443-exec-1] - Cluster:: room 11 was not found for server 'server-1',
>>>>>>> adding ...
>>>>>>> DEBUG 12-27 03:07:18.765 o.a.o.w.a.ClientManager:448
>>>>>>> [nio-5443-exec-1] - Cluster:: room 11 is added to server, whole list [11]
>>>>>>> DEBUG 12-27 03:07:18.766 o.a.o.w.a.ClientManager:114
>>>>>>> [erver-1.event-1] - Cluster:: Server was updated server-1 ->
>>>>>>> ServerInfo[rooms: [11]]
>>>>>>> DEBUG 12-27 03:07:18.770 o.a.o.d.u.AuthLevelUtil:40
>>>>>>> [nio-5443-exec-1] - Level ADMIN :: [DENIED]
>>>>>>>  INFO 12-27 03:07:18.771 o.a.o.w.r.RoomPanel:395 [nio-5443-exec-1] -
>>>>>>> Setting rights for client:: [AUDIO, VIDEO] -> false
>>>>>>> DEBUG 12-27 03:07:18.783 o.a.o.d.u.AuthLevelUtil:40
>>>>>>> [nio-5443-exec-1] - Level ADMIN :: [DENIED]
>>>>>>> DEBUG 12-27 03:07:18.789 o.a.o.d.d.r.PollDao:87 [nio-5443-exec-1] -
>>>>>>>  :: getPoll :: 11
>>>>>>> DEBUG 12-27 03:07:18.799 o.a.o.d.d.r.PollDao:98 [nio-5443-exec-1] -
>>>>>>>  :: getArchived :: 11
>>>>>>> DEBUG 12-27 03:07:18.829 o.a.o.d.d.f.FileItemDao:55
>>>>>>> [nio-5443-exec-1] - getByOwner() started
>>>>>>> DEBUG 12-27 03:07:18.832 o.a.o.d.d.f.FileItemDao:50
>>>>>>> [nio-5443-exec-1] - getByRoom roomId :: 11
>>>>>>>  WARN 12-27 03:07:23.779 o.a.o.w.a.TimerService:69 [Thread-2609] -
>>>>>>> Moderator room check 11
>>>>>>>  WARN 12-27 03:07:23.783 o.a.o.w.r.RoomPanel:588 [Thread-2611] - !!
>>>>>>> moderatorInRoom: false
>>>>>>>
>>>>>>> Jitendra
>>>>>>>
>>>>>>> On Sun, 27 Dec 2020 at 14:31, GuruCoool Learnings <
>>>>>>> info@gurucoool.com> wrote:
>>>>>>>
>>>>>>>> I checked but couldn't trace.
>>>>>>>>
>>>>>>>> Honestly, I am not friendly with these processes. I am not a coder
>>>>>>>> or developer. I am a maths teacher and anyhow set up the server with the
>>>>>>>> help of the documentation provided by openmeetings.
>>>>>>>>
>>>>>>>> Regards
>>>>>>>> Jitendra
>>>>>>>>
>>>>>>>> On Sun, 27 Dec 2020 at 13:02, Ali Alhaidary <
>>>>>>>> ali.alhaidary@the5stars.org> wrote:
>>>>>>>>
>>>>>>>>> Could be, check openmeetings.log to see if the service has started
>>>>>>>>> ...
>>>>>>>>>
>>>>>>>>> Ali
>>>>>>>>>
>>>>>>>>>
>>>>>>>>> On 12/27/20 10:26 AM, GuruCoool Learnings wrote:
>>>>>>>>>
>>>>>>>>> One more thing I remember I did. In OM >> Administration >>
>>>>>>>>> Configuration, I erased the records of smtp records like server email, port
>>>>>>>>> number etc.
>>>>>>>>> Can this be a reason for "This site can’t be reached"?
>>>>>>>>>
>>>>>>>>> On Sun, 27 Dec 2020 at 12:43, GuruCoool Learnings <
>>>>>>>>> info@gurucoool.com> wrote:
>>>>>>>>>
>>>>>>>>>> I was trying to check the ports by the command
>>>>>>>>>> netstat -a -n
>>>>>>>>>>
>>>>>>>>>> and made no change there. After that I just restarted the server
>>>>>>>>>> and unfortunately, the server is not accessible.
>>>>>>>>>> It says,"This site can’t be reached".
>>>>>>>>>>
>>>>>>>>>> I don't know what to do now.
>>>>>>>>>>
>>>>>>>>>> Regards
>>>>>>>>>> Jitendra
>>>>>>>>>>
>>>>>>>>>> On Sun, 27 Dec 2020 at 11:54, Maxim Solodovnik <
>>>>>>>>>> solomax666@gmail.com> wrote:
>>>>>>>>>>
>>>>>>>>>>> please read this article:
>>>>>>>>>>> https://support.google.com/a/answer/176600?hl=en
>>>>>>>>>>> Especially this Use the Gmail SMTP server part
>>>>>>>>>>>
>>>>>>>>>>> as i wrote before
>>>>>>>>>>> for TLS (port 587) you have to enable
>>>>>>>>>>> "mail.smtp.starttls.enable" in OM -> Admin -> Config
>>>>>>>>>>> for SSL (port 465) you have to enable "mail.smtp.ssl.enable" in
>>>>>>>>>>> OM -> Admin -> Config
>>>>>>>>>>>
>>>>>>>>>>> and check if connection to smtp.gmail.com through the port
>>>>>>>>>>> selected is allowed from your OM server
>>>>>>>>>>>
>>>>>>>>>>> On Sun, 27 Dec 2020 at 12:09, GuruCoool Learnings <
>>>>>>>>>>> info@gurucoool.com> wrote:
>>>>>>>>>>>
>>>>>>>>>>>> Hello dear Maxim,
>>>>>>>>>>>> By security options, do you mean Forwarding and POP/IMAP in my
>>>>>>>>>>>> Gmail?
>>>>>>>>>>>> If yes, I have enabled it already. If no, then please guide me
>>>>>>>>>>>> what exactly I need to do for correct security options.
>>>>>>>>>>>>
>>>>>>>>>>>> Also, you mentioned about firewall settings, please guide me on
>>>>>>>>>>>> this also.
>>>>>>>>>>>>
>>>>>>>>>>>> Thanks and regards
>>>>>>>>>>>> Jitendra
>>>>>>>>>>>>
>>>>>>>>>>>> On Sat, 26 Dec 2020 at 08:37, GuruCoool Learnings <
>>>>>>>>>>>> info@gurucoool.com> wrote:
>>>>>>>>>>>>
>>>>>>>>>>>>> Thanks. Please guide me for correct security options and
>>>>>>>>>>>>> firewall settings. I am not savy with these processes.
>>>>>>>>>>>>>
>>>>>>>>>>>>> Thanks & Regards
>>>>>>>>>>>>> Jitendra
>>>>>>>>>>>>>
>>>>>>>>>>>>> On Sat, Dec 26, 2020, 07:18 Maxim Solodovnik <
>>>>>>>>>>>>> solomax666@gmail.com> wrote:
>>>>>>>>>>>>>
>>>>>>>>>>>>>> The correct settings for gmail are here:
>>>>>>>>>>>>>> https://support.google.com/mail/answer/7126229?hl=en
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> You have to specify only ONE of
>>>>>>>>>>>>>> mail.smtp.starttls.enable
>>>>>>>>>>>>>> mail.smtp.ssl.enable
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> timeout error might be because you are not setting correct
>>>>>>>>>>>>>> security option
>>>>>>>>>>>>>> Or maybe your provider/firewall blocks the connection
>>>>>>>>>>>>>>
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> On Fri, 25 Dec 2020 at 22:20, GuruCoool Learnings <
>>>>>>>>>>>>>> info@gurucoool.com> wrote:
>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> Nothing happened even after restarting the server.
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> Jitendra
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> On Fri, 25 Dec 2020 at 13:44, GuruCoool Learnings <
>>>>>>>>>>>>>>> info@gurucoool.com> wrote:
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> Okay. I will try and then will let you know.
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> Thanks
>>>>>>>>>>>>>>>> Jitendra
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> On Fri, Dec 25, 2020, 13:29 Ali Alhaidary <
>>>>>>>>>>>>>>>> ali.alhaidary@the5stars.org> wrote:
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>> You must restart the server so tat any new settings can
>>>>>>>>>>>>>>>>> take effect
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>> Ali
>>>>>>>>>>>>>>>>> On 12/25/20 3:54 AM, GuruCoool Learnings wrote:
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>> It shows error message in OM email management section
>>>>>>>>>>>>>>>>> only.
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>> Jitendra
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>> On Fri, Dec 25, 2020, 01:17 Alvaro <zu...@gmail.com>
>>>>>>>>>>>>>>>>> wrote:
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>> ...right now i tested my OM 5.1.0 at localhost  and gmail
>>>>>>>>>>>>>>>>>> configuration and send mail ok to "user...@gmail.com".
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>> Please take a look in your spam Gmail web.
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>> .....................
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>> El jue, 24-12-2020 a las 23:20 +0530, GuruCoool Learnings
>>>>>>>>>>>>>>>>>> escribió:
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>> Tried both 587 and 465 one by one but didn't find any
>>>>>>>>>>>>>>>>>> solution. However thanks for your replies.
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>> I have one more query. generally openmeetings generates
>>>>>>>>>>>>>>>>>> user specific invitation links. Is it possible to create invitation links
>>>>>>>>>>>>>>>>>> that can be given to anyone who is not registered on my server?
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>> On Thu, 24 Dec 2020 at 23:16, Ali Alhaidary <
>>>>>>>>>>>>>>>>>> ali.alhaidary@the5stars.org> wrote:
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>> It did not work with me as well :-)
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>> try port 465
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>> Ali
>>>>>>>>>>>>>>>>>> On 12/24/20 8:23 PM, GuruCoool Learnings wrote:
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>> gurucoool.com is my main site where I use the same gmail
>>>>>>>>>>>>>>>>>> smtp details that I want to use with openmeetings. Gmail smtp works fine
>>>>>>>>>>>>>>>>>> with my main site gurucoool.com but is not working with
>>>>>>>>>>>>>>>>>> openmeetings.
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>> On Thu, 24 Dec 2020 at 13:05, Ali Alhaidary <
>>>>>>>>>>>>>>>>>> ali.alhaidary@the5stars.org> wrote:
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>> I think you should use the SMTP of gurucool.com instead
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>> Ali
>>>>>>>>>>>>>>>>>> On 12/24/20 10:06 AM, GuruCoool Learnings wrote:
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>> Hi Ali,
>>>>>>>>>>>>>>>>>> I have followed the guidelines provided by the
>>>>>>>>>>>>>>>>>> openmeetings documentation which is as follows-
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>> A valid example to configure the mail server with Gmail,
>>>>>>>>>>>>>>>>>> is as follows:
>>>>>>>>>>>>>>>>>> (replace john@gmail.com with your real Gmail account)
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>> Mail-Refer == info@gurucoool.com
>>>>>>>>>>>>>>>>>> SMTP-Server == smtp.gmail.com
>>>>>>>>>>>>>>>>>> SMTP-Server Port (default
>>>>>>>>>>>>>>>>>> Smtp-Server Port is 25) == 587
>>>>>>>>>>>>>>>>>> SMTP-Username == info@gurucoool.com
>>>>>>>>>>>>>>>>>> SMTP-Userpass == password of info@gurucoool.com (this is
>>>>>>>>>>>>>>>>>> the one I use to open the mail box at info@gurucoool.com)
>>>>>>>>>>>>>>>>>> Enable TLS in Mail Server Auth == ...turn green the
>>>>>>>>>>>>>>>>>> button to activate
>>>>>>>>>>>>>>>>>> Default Language == English
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>> ...the rest you can change it as you likes.
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>> However can it would be a great help if you can clarify
>>>>>>>>>>>>>>>>>> what actually you mean by the following-
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>> Host name is wrong or
>>>>>>>>>>>>>>>>>> Connection security is wrong or
>>>>>>>>>>>>>>>>>> service is not available or
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>> Thanks
>>>>>>>>>>>>>>>>>> Jitendra
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>> On Thu, 24 Dec 2020 at 11:24, Ali Alhaidary <
>>>>>>>>>>>>>>>>>> ali.alhaidary@the5stars.org> wrote:
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>> Hi,
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>> It is either:
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>> Host name is wrong or
>>>>>>>>>>>>>>>>>> SMTP server name is wrong or
>>>>>>>>>>>>>>>>>> Port number is wrong or
>>>>>>>>>>>>>>>>>> Connection security is wrong or
>>>>>>>>>>>>>>>>>> User name is wrong or
>>>>>>>>>>>>>>>>>> pass word is wrong or
>>>>>>>>>>>>>>>>>> service is not available or
>>>>>>>>>>>>>>>>>> some of the above or
>>>>>>>>>>>>>>>>>> all of the above
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>> Try searching the mailing list, the solution is there as
>>>>>>>>>>>>>>>>>> you need to check each and every one ...
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>> :-)
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>> On 12/23/20 2:18 PM, GuruCoool Learnings wrote:
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>> Hi,
>>>>>>>>>>>>>>>>>> I am facing mail sending error in my openmeetings server.
>>>>>>>>>>>>>>>>>> Whenever I try to send a mail I get an error message as follows-
>>>>>>>>>>>>>>>>>> Error Count 5
>>>>>>>>>>>>>>>>>> Last Error
>>>>>>>>>>>>>>>>>> com.sun.mail.util.MailConnectException: Couldn't connect
>>>>>>>>>>>>>>>>>> to host, port: smtp.gmail.com, 587; timeout 30000;
>>>>>>>>>>>>>>>>>> nested exception is: java.net.SocketTimeoutException: connect timed out at
>>>>>>>>>>>>>>>>>> com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:2209) 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:221)
>>>>>>>>>>>>>>>>>> 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: connect timed out at
>>>>>>>>>>>>>>>>>> java.base/java.net.PlainSocketImpl.socketConnect(Native Method) at
>>>>>>>>>>>>>>>>>> java.base/java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:399)
>>>>>>>>>>>>>>>>>> at
>>>>>>>>>>>>>>>>>> java.base/java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:242)
>>>>>>>>>>>>>>>>>> at
>>>>>>>>>>>>>>>>>> java.base/java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:224)
>>>>>>>>>>>>>>>>>> at java.base/java.net.SocksSocketImpl.connect(SocksSocketImpl.java:403) at
>>>>>>>>>>>>>>>>>> java.base/java.net.Socket.connect(Socket.java:609) at
>>>>>>>>>>>>>>>>>> com.sun.mail.util.SocketFetcher.createSocket(SocketFetcher.java:357) at
>>>>>>>>>>>>>>>>>> com.sun.mail.util.SocketFetcher.getSocket(SocketFetcher.java:238) at
>>>>>>>>>>>>>>>>>> com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:2175) ... 10
>>>>>>>>>>>>>>>>>> more
>>>>>>>>>>>>>>>>>> Please help.
>>>>>>>>>>>>>>>>>> Thanks
>>>>>>>>>>>>>>>>>> Jitendra
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> --
>>>>>>>>>>>>>> Best regards,
>>>>>>>>>>>>>> Maxim
>>>>>>>>>>>>>>
>>>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>> --
>>>>>>>>>>> Best regards,
>>>>>>>>>>> Maxim
>>>>>>>>>>>
>>>>>>>>>>

Re: Mail sending error in openmeetings server

Posted by GuruCoool Learnings <in...@gurucoool.com>.
Thanks a lot!
This step worked and now I can access my dashboard.

And now I am checking if mail service is working or not.

Regards
Jitendra

On Sun, 27 Dec 2020 at 22:29, Ali Alhaidary <al...@the5stars.org>
wrote:

> since you said you are not very much into computers, it would be difficult
> for you to trace the issue, so rebooting the server can cut the story short
>
> sudo reboot
>
> and after the server boots start om and wait for 50 sec and see what is
> written in the log
>
> Ali
> On 12/27/20 7:52 PM, GuruCoool Learnings wrote:
>
> OS is ubuntu 18.04 LTS.
> Restarting the server and restarting the OM are different? I thought they
> are same and generally I do it by the command
> >> sudo /etc/init.d/tomcat4 restart
>
> Regards
> Jitendra
>
> On Sun, 27 Dec 2020 at 18:59, Ali Alhaidary <al...@the5stars.org>
> wrote:
>
>> And restart the server, then start OM
>> *, openmeetings.log should have something .... *
>>
>> Ali
>> On 12/27/20 4:27 PM, Ali Alhaidary wrote:
>>
>> What is your OS? check owner of files please
>>
>> Ali
>> On 12/27/20 4:02 PM, GuruCoool Learnings wrote:
>>
>> These are the files in /opt/open510/logs directory-
>>
>> catalina.2020-12-11.log  host-manager.2020-12-11.log
>>  localhost.2020-12-19.log
>> localhost_access_log.2020-12-21.txt  manager.2020-12-26.log
>> catalina.2020-12-12.log  host-manager.2020-12-12.log
>>  localhost.2020-12-25.log
>> localhost_access_log.2020-12-22.txt  manager.2020-12-27.log
>> catalina.2020-12-15.log  host-manager.2020-12-15.log
>>  localhost.2020-12-26.log
>> localhost_access_log.2020-12-23.txt  openmeetings.2020-12-11.0.log
>> catalina.2020-12-16.log  host-manager.2020-12-17.log
>>  localhost.2020-12-27.log
>>  localhost_access_log.2020-12-24.txt  openmeetings.log
>> catalina.2020-12-17.log  host-manager.2020-12-18.log
>>  localhost_access_log.2020-12-11.txt  localhost_access_log.2020-12-25.txt
>>  sessions.2020-12-20.0.log
>> catalina.2020-12-18.log  host-manager.2020-12-19.log
>>  localhost_access_log.2020-12-12.txt  localhost_access_log.2020-12-26.txt
>>  sessions.2020-12-21.0.log
>> catalina.2020-12-19.log  host-manager.2020-12-25.log
>>  localhost_access_log.2020-12-13.txt  localhost_access_log.2020-12-27.txt
>>  sessions.2020-12-22.0.log
>> catalina.2020-12-20.log  host-manager.2020-12-26.log
>>  localhost_access_log.2020-12-14.txt  manager.2020-12-11.log
>> sessions.2020-12-23.0.log
>> catalina.2020-12-21.log  host-manager.2020-12-27.log
>>  localhost_access_log.2020-12-15.txt  manager.2020-12-12.log
>> sessions.2020-12-24.0.log
>> catalina.2020-12-24.log  localhost.2020-12-11.log
>> localhost_access_log.2020-12-16.txt  manager.2020-12-15.log
>> sessions.2020-12-25.0.log
>> catalina.2020-12-25.log  localhost.2020-12-12.log
>> localhost_access_log.2020-12-17.txt  manager.2020-12-17.log
>> sessions.2020-12-26.0.log
>> catalina.2020-12-26.log  localhost.2020-12-15.log
>> localhost_access_log.2020-12-18.txt  manager.2020-12-18.log
>> sessions.log
>> catalina.2020-12-27.log  localhost.2020-12-17.log
>> localhost_access_log.2020-12-19.txt  manager.2020-12-19.log
>> catalina.out                     localhost.2020-12-18.log
>> localhost_access_log.2020-12-20.txt  manager.2020-12-25.log
>>
>> I earlier renamed openmeetings to sessions so I checked in sessions.log.
>> openmeetings.log is empty after I deleted the content.
>>
>> Regards
>> Jitendra
>>
>> On Sun, 27 Dec 2020 at 18:25, GuruCoool Learnings <in...@gurucoool.com>
>> wrote:
>>
>>> This is all I got after deleting the content and starting the OM again.
>>>
>>> Regards
>>> Jitendra
>>>
>>> On Sun, 27 Dec 2020 at 18:24, Ali Alhaidary <al...@the5stars.org>
>>> wrote:
>>>
>>>> These entries does not show the service did not start, where is the
>>>> rest ?
>>>>
>>>> Ali
>>>>
>>>>
>>>> On 12/27/20 3:33 PM, GuruCoool Learnings wrote:
>>>>
>>>> I followed the steps suggested by you and here is what I got in
>>>> openmeetings.log ( NOT STARTED)-
>>>>
>>>> INFO 12-27 12:24:43.292 o.s.w.c.ContextLoader:271 [main] - Root
>>>> WebApplicationContext: initialization started
>>>>  INFO 12-27 12:24:46.420 o.s.o.j.LocalEntityManagerFactoryBean:434
>>>> [main] - Initialized JPA EntityManagerFactory for pe$ INFO 12-27
>>>> 12:24:47.633 o.s.s.c.ThreadPoolTaskExecutor:181 [main] - Initializing
>>>> ExecutorService 'taskExecutor'
>>>> DEBUG 12-27 12:24:47.844 o.a.o.c.r.KurentoHandler:151 [pool-1-thread-1]
>>>> - Reconnecting KMS
>>>>  INFO 12-27 12:24:48.098 o.k.j.c.JsonRpcClientNettyWebSocket:191
>>>> [pool-1-thread-1] -  Connecting native client
>>>>  INFO 12-27 12:24:48.102 o.k.j.c.JsonRpcClientNettyWebSocket:220
>>>> [pool-1-thread-1] -  Creating new NioEventLoopGroup
>>>>  INFO 12-27 12:24:48.792 o.k.j.c.JsonRpcClientNettyWebSocket:234
>>>> [ntLoopGroup-2-1] -  Initiating new Netty channel. Wil$ INFO 12-27
>>>> 12:24:48.919 o.q.i.StdSchedulerFactory:1220 [main] - Using default
>>>> implementation for ThreadExecutor
>>>>  INFO 12-27 12:24:49.015 o.q.c.SchedulerSignalerImpl:61 [main] -
>>>> Initialized Scheduler Signaller of type: class org.qua$ INFO 12-27
>>>> 12:24:49.016 o.q.c.QuartzScheduler:229 [main] - Quartz Scheduler v.2.3.2
>>>> created.
>>>>  INFO 12-27 12:24:49.018 o.q.s.RAMJobStore:155 [main] - RAMJobStore
>>>> initialized.
>>>>  INFO 12-27 12:24:49.043 o.q.c.QuartzScheduler:294 [main] - Scheduler
>>>> meta-data: Quartz Scheduler (v2.3.2) 'org.springf$  Scheduler class:
>>>> 'org.quartz.core.QuartzScheduler' - running locally.
>>>>   NOT STARTED.
>>>>   Currently in standby mode.
>>>>   Number of jobs executed: 0
>>>>   Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 10
>>>> threads.
>>>>   Using job-store 'org.quartz.simpl.RAMJobStore' - which does not
>>>> support persistence. and is not clustered.
>>>>
>>>>  INFO 12-27 12:24:49.044 o.q.i.StdSchedulerFactory:1374 [main] - Quartz
>>>> scheduler 'org.springframework.scheduling.quart$ INFO 12-27 12:24:49.044
>>>> o.q.i.StdSchedulerFactory:1378 [main] - Quartz scheduler version: 2.3.2
>>>>  INFO 12-27 12:24:49.051 o.q.c.QuartzScheduler:2293 [main] - JobFactory
>>>> set to: org.springframework.scheduling.quartz.A$ INFO 12-27 12:24:49.098
>>>> o.s.s.q.SchedulerFactoryBean:727 [main] - Starting Quartz Scheduler now
>>>>  INFO 12-27 12:24:49.099 o.q.c.QuartzScheduler:547 [main] - Scheduler
>>>> org.springframework.scheduling.quartz.SchedulerFa$ INFO 12-27 12:24:49.133
>>>> o.s.w.c.ContextLoader:307 [main] - Root WebApplicationContext initialized
>>>> in 5832 ms
>>>> INFO 12-27 12:24:49.255 o.a.w.u.f.WebXmlFile:235 [main] - web.xml: url
>>>> mapping found for filter with name Openmeetings$ INFO 12-27 12:24:49.520
>>>> o.a.o.c.r.KurentoHandler:181 [pool-1-thread-1] - !!! Kurento connected
>>>>  INFO 12-27 12:24:49.780 o.a.w.Application:558 [main] -
>>>> [OpenmeetingsApplication] init: org.wicketstuff.dashboard.Dashb$ INFO 12-27
>>>> 12:24:51.296 o.a.w.Application:558 [main] - [OpenmeetingsApplication] init:
>>>> Wicket core library initializer
>>>>  INFO 12-27 12:24:51.304 o.a.w.Application:558 [main] -
>>>> [OpenmeetingsApplication] init: Wicket jQuery UI initializer
>>>>  INFO 12-27 12:24:51.312 o.a.w.Application:558 [main] -
>>>> [OpenmeetingsApplication] init: Wicket jQuery UI initializer (p$ INFO 12-27
>>>> 12:24:51.318 o.a.w.Application:558 [main] - [OpenmeetingsApplication] init:
>>>> Wicket extensions initializer
>>>>  INFO 12-27 12:24:51.410 o.a.w.Application:558 [main] -
>>>> [OpenmeetingsApplication] init: DevUtils DebugBar Initializer
>>>>  INFO 12-27 12:24:57.181 c.h.system:65 [main] - [172.105.37.153]:5701
>>>> [dev] [4.1] Hazelcast 4.1 (20201104 - 2a1a477) st$
>>>>
>>>> The server has not started. Can I do anything in this case?
>>>>
>>>> Regards
>>>> Jitendra
>>>>
>>>> On Sun, 27 Dec 2020 at 17:36, Ali Alhaidary <
>>>> ali.alhaidary@the5stars.org> wrote:
>>>>
>>>>> 1. stop om service
>>>>>
>>>>> 2. delete the contents of openmeetings.log
>>>>>
>>>>> 3. start om service
>>>>>
>>>>> 4. check openmeetings.log
>>>>>
>>>>>
>>>>> On 12/27/20 2:17 PM, GuruCoool Learnings wrote:
>>>>>
>>>>> Since I am now not able to access the localhost url so please help
>>>>> which file I can update smtp records in?
>>>>>
>>>>> Regards
>>>>> Jitendra
>>>>>
>>>>> On Sun, 27 Dec 2020 at 14:33, GuruCoool Learnings <in...@gurucoool.com>
>>>>> wrote:
>>>>>
>>>>>> These are a few last lines-
>>>>>>
>>>>>> DEBUG 12-27 03:07:14.300 o.a.o.w.a.WebSession:223 [nio-5443-exec-3] -
>>>>>> checkHashes, secure: 'null', invitation:
>>>>>> 'ff51cfbd-4797-4f30-9d60-3f78955f00b4'
>>>>>> DEBUG 12-27 03:07:14.338 o.a.o.w.a.WebSession:225 [nio-5443-exec-3] -
>>>>>> checkHashes, has soap in session ? 'false'
>>>>>> DEBUG 12-27 03:07:14.420 o.a.o.w.a.ClientManager:352
>>>>>> [nio-5443-exec-3] - Cluster:: The only server found
>>>>>> DEBUG 12-27 03:07:14.492 o.a.o.d.u.AuthLevelUtil:40 [nio-5443-exec-3]
>>>>>> - Level ADMIN :: [DENIED]
>>>>>> DEBUG 12-27 03:07:14.498 o.a.o.d.u.AuthLevelUtil:40 [nio-5443-exec-3]
>>>>>> - Level GROUP_ADMIN :: [DENIED]
>>>>>> DEBUG 12-27 03:07:14.519 o.a.o.d.u.AuthLevelUtil:40 [nio-5443-exec-3]
>>>>>> - Level ADMIN :: [DENIED]
>>>>>> DEBUG 12-27 03:07:14.525 o.a.o.d.u.AuthLevelUtil:40 [nio-5443-exec-3]
>>>>>> - Level ADMIN :: [DENIED]
>>>>>> DEBUG 12-27 03:07:14.566 o.a.o.w.c.OmWebSocketPanel:74
>>>>>> [nio-5443-exec-3] - pingTimer is attached
>>>>>> DEBUG 12-27 03:07:18.703 o.a.o.d.d.l.ConferenceLogDao:52
>>>>>> [nio-5443-exec-1] - [add]:
>>>>>> org.apache.openmeetings.db.entity.log.ConferenceLog@7a836ea7
>>>>>> DEBUG 12-27 03:07:18.718 o.a.o.w.a.ClientManager:126
>>>>>> [nio-5443-exec-1] - Adding online client:
>>>>>> 2b627591-eeb1-4c49-8b8c-c5a6528634af, room: null
>>>>>> DEBUG 12-27 03:07:18.728 o.a.o.w.c.MainPanel:160 [nio-5443-exec-1] -
>>>>>> WebSocketBehavior::onConnect [uid: 2b627591-eeb1-4c49-8b8c-c5a6528634af,
>>>>>> session: F307B900D3DFADE9$DEBUG 12-27 03:07:18.752
>>>>>> o.a.o.d.d.l.ConferenceLogDao:52 [nio-5443-exec-1] - [add]:
>>>>>> org.apache.openmeetings.db.entity.log.ConferenceLog@5cb63b3c
>>>>>> DEBUG 12-27 03:07:18.757 o.a.o.w.a.ClientManager:257
>>>>>> [nio-5443-exec-1] - Adding online room client:
>>>>>> 2b627591-eeb1-4c49-8b8c-c5a6528634af, room: 11
>>>>>> DEBUG 12-27 03:07:18.764 o.a.o.w.a.ClientManager:275
>>>>>> [nio-5443-exec-1] - Cluster:: room 11 was not found for server 'server-1',
>>>>>> adding ...
>>>>>> DEBUG 12-27 03:07:18.765 o.a.o.w.a.ClientManager:448
>>>>>> [nio-5443-exec-1] - Cluster:: room 11 is added to server, whole list [11]
>>>>>> DEBUG 12-27 03:07:18.766 o.a.o.w.a.ClientManager:114
>>>>>> [erver-1.event-1] - Cluster:: Server was updated server-1 ->
>>>>>> ServerInfo[rooms: [11]]
>>>>>> DEBUG 12-27 03:07:18.770 o.a.o.d.u.AuthLevelUtil:40 [nio-5443-exec-1]
>>>>>> - Level ADMIN :: [DENIED]
>>>>>>  INFO 12-27 03:07:18.771 o.a.o.w.r.RoomPanel:395 [nio-5443-exec-1] -
>>>>>> Setting rights for client:: [AUDIO, VIDEO] -> false
>>>>>> DEBUG 12-27 03:07:18.783 o.a.o.d.u.AuthLevelUtil:40 [nio-5443-exec-1]
>>>>>> - Level ADMIN :: [DENIED]
>>>>>> DEBUG 12-27 03:07:18.789 o.a.o.d.d.r.PollDao:87 [nio-5443-exec-1] -
>>>>>>  :: getPoll :: 11
>>>>>> DEBUG 12-27 03:07:18.799 o.a.o.d.d.r.PollDao:98 [nio-5443-exec-1] -
>>>>>>  :: getArchived :: 11
>>>>>> DEBUG 12-27 03:07:18.829 o.a.o.d.d.f.FileItemDao:55 [nio-5443-exec-1]
>>>>>> - getByOwner() started
>>>>>> DEBUG 12-27 03:07:18.832 o.a.o.d.d.f.FileItemDao:50 [nio-5443-exec-1]
>>>>>> - getByRoom roomId :: 11
>>>>>>  WARN 12-27 03:07:23.779 o.a.o.w.a.TimerService:69 [Thread-2609] -
>>>>>> Moderator room check 11
>>>>>>  WARN 12-27 03:07:23.783 o.a.o.w.r.RoomPanel:588 [Thread-2611] - !!
>>>>>> moderatorInRoom: false
>>>>>>
>>>>>> Jitendra
>>>>>>
>>>>>> On Sun, 27 Dec 2020 at 14:31, GuruCoool Learnings <in...@gurucoool.com>
>>>>>> wrote:
>>>>>>
>>>>>>> I checked but couldn't trace.
>>>>>>>
>>>>>>> Honestly, I am not friendly with these processes. I am not a coder
>>>>>>> or developer. I am a maths teacher and anyhow set up the server with the
>>>>>>> help of the documentation provided by openmeetings.
>>>>>>>
>>>>>>> Regards
>>>>>>> Jitendra
>>>>>>>
>>>>>>> On Sun, 27 Dec 2020 at 13:02, Ali Alhaidary <
>>>>>>> ali.alhaidary@the5stars.org> wrote:
>>>>>>>
>>>>>>>> Could be, check openmeetings.log to see if the service has started
>>>>>>>> ...
>>>>>>>>
>>>>>>>> Ali
>>>>>>>>
>>>>>>>>
>>>>>>>> On 12/27/20 10:26 AM, GuruCoool Learnings wrote:
>>>>>>>>
>>>>>>>> One more thing I remember I did. In OM >> Administration >>
>>>>>>>> Configuration, I erased the records of smtp records like server email, port
>>>>>>>> number etc.
>>>>>>>> Can this be a reason for "This site can’t be reached"?
>>>>>>>>
>>>>>>>> On Sun, 27 Dec 2020 at 12:43, GuruCoool Learnings <
>>>>>>>> info@gurucoool.com> wrote:
>>>>>>>>
>>>>>>>>> I was trying to check the ports by the command
>>>>>>>>> netstat -a -n
>>>>>>>>>
>>>>>>>>> and made no change there. After that I just restarted the server
>>>>>>>>> and unfortunately, the server is not accessible.
>>>>>>>>> It says,"This site can’t be reached".
>>>>>>>>>
>>>>>>>>> I don't know what to do now.
>>>>>>>>>
>>>>>>>>> Regards
>>>>>>>>> Jitendra
>>>>>>>>>
>>>>>>>>> On Sun, 27 Dec 2020 at 11:54, Maxim Solodovnik <
>>>>>>>>> solomax666@gmail.com> wrote:
>>>>>>>>>
>>>>>>>>>> please read this article:
>>>>>>>>>> https://support.google.com/a/answer/176600?hl=en
>>>>>>>>>> Especially this Use the Gmail SMTP server part
>>>>>>>>>>
>>>>>>>>>> as i wrote before
>>>>>>>>>> for TLS (port 587) you have to enable "mail.smtp.starttls.enable"
>>>>>>>>>> in OM -> Admin -> Config
>>>>>>>>>> for SSL (port 465) you have to enable "mail.smtp.ssl.enable" in
>>>>>>>>>> OM -> Admin -> Config
>>>>>>>>>>
>>>>>>>>>> and check if connection to smtp.gmail.com through the port
>>>>>>>>>> selected is allowed from your OM server
>>>>>>>>>>
>>>>>>>>>> On Sun, 27 Dec 2020 at 12:09, GuruCoool Learnings <
>>>>>>>>>> info@gurucoool.com> wrote:
>>>>>>>>>>
>>>>>>>>>>> Hello dear Maxim,
>>>>>>>>>>> By security options, do you mean Forwarding and POP/IMAP in my
>>>>>>>>>>> Gmail?
>>>>>>>>>>> If yes, I have enabled it already. If no, then please guide me
>>>>>>>>>>> what exactly I need to do for correct security options.
>>>>>>>>>>>
>>>>>>>>>>> Also, you mentioned about firewall settings, please guide me on
>>>>>>>>>>> this also.
>>>>>>>>>>>
>>>>>>>>>>> Thanks and regards
>>>>>>>>>>> Jitendra
>>>>>>>>>>>
>>>>>>>>>>> On Sat, 26 Dec 2020 at 08:37, GuruCoool Learnings <
>>>>>>>>>>> info@gurucoool.com> wrote:
>>>>>>>>>>>
>>>>>>>>>>>> Thanks. Please guide me for correct security options and
>>>>>>>>>>>> firewall settings. I am not savy with these processes.
>>>>>>>>>>>>
>>>>>>>>>>>> Thanks & Regards
>>>>>>>>>>>> Jitendra
>>>>>>>>>>>>
>>>>>>>>>>>> On Sat, Dec 26, 2020, 07:18 Maxim Solodovnik <
>>>>>>>>>>>> solomax666@gmail.com> wrote:
>>>>>>>>>>>>
>>>>>>>>>>>>> The correct settings for gmail are here:
>>>>>>>>>>>>> https://support.google.com/mail/answer/7126229?hl=en
>>>>>>>>>>>>>
>>>>>>>>>>>>> You have to specify only ONE of
>>>>>>>>>>>>> mail.smtp.starttls.enable
>>>>>>>>>>>>> mail.smtp.ssl.enable
>>>>>>>>>>>>>
>>>>>>>>>>>>> timeout error might be because you are not setting correct
>>>>>>>>>>>>> security option
>>>>>>>>>>>>> Or maybe your provider/firewall blocks the connection
>>>>>>>>>>>>>
>>>>>>>>>>>>>
>>>>>>>>>>>>> On Fri, 25 Dec 2020 at 22:20, GuruCoool Learnings <
>>>>>>>>>>>>> info@gurucoool.com> wrote:
>>>>>>>>>>>>>
>>>>>>>>>>>>>> Nothing happened even after restarting the server.
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> Jitendra
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> On Fri, 25 Dec 2020 at 13:44, GuruCoool Learnings <
>>>>>>>>>>>>>> info@gurucoool.com> wrote:
>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> Okay. I will try and then will let you know.
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> Thanks
>>>>>>>>>>>>>>> Jitendra
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> On Fri, Dec 25, 2020, 13:29 Ali Alhaidary <
>>>>>>>>>>>>>>> ali.alhaidary@the5stars.org> wrote:
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> You must restart the server so tat any new settings can
>>>>>>>>>>>>>>>> take effect
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> Ali
>>>>>>>>>>>>>>>> On 12/25/20 3:54 AM, GuruCoool Learnings wrote:
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> It shows error message in OM email management section only.
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> Jitendra
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> On Fri, Dec 25, 2020, 01:17 Alvaro <zu...@gmail.com>
>>>>>>>>>>>>>>>> wrote:
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>> ...right now i tested my OM 5.1.0 at localhost  and gmail
>>>>>>>>>>>>>>>>> configuration and send mail ok to "user...@gmail.com".
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>> Please take a look in your spam Gmail web.
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>> .....................
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>> El jue, 24-12-2020 a las 23:20 +0530, GuruCoool Learnings
>>>>>>>>>>>>>>>>> escribió:
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>> Tried both 587 and 465 one by one but didn't find any
>>>>>>>>>>>>>>>>> solution. However thanks for your replies.
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>> I have one more query. generally openmeetings generates
>>>>>>>>>>>>>>>>> user specific invitation links. Is it possible to create invitation links
>>>>>>>>>>>>>>>>> that can be given to anyone who is not registered on my server?
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>> On Thu, 24 Dec 2020 at 23:16, Ali Alhaidary <
>>>>>>>>>>>>>>>>> ali.alhaidary@the5stars.org> wrote:
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>> It did not work with me as well :-)
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>> try port 465
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>> Ali
>>>>>>>>>>>>>>>>> On 12/24/20 8:23 PM, GuruCoool Learnings wrote:
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>> gurucoool.com is my main site where I use the same gmail
>>>>>>>>>>>>>>>>> smtp details that I want to use with openmeetings. Gmail smtp works fine
>>>>>>>>>>>>>>>>> with my main site gurucoool.com but is not working with
>>>>>>>>>>>>>>>>> openmeetings.
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>> On Thu, 24 Dec 2020 at 13:05, Ali Alhaidary <
>>>>>>>>>>>>>>>>> ali.alhaidary@the5stars.org> wrote:
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>> I think you should use the SMTP of gurucool.com instead
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>> Ali
>>>>>>>>>>>>>>>>> On 12/24/20 10:06 AM, GuruCoool Learnings wrote:
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>> Hi Ali,
>>>>>>>>>>>>>>>>> I have followed the guidelines provided by the
>>>>>>>>>>>>>>>>> openmeetings documentation which is as follows-
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>> A valid example to configure the mail server with Gmail,
>>>>>>>>>>>>>>>>> is as follows:
>>>>>>>>>>>>>>>>> (replace john@gmail.com with your real Gmail account)
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>> Mail-Refer == info@gurucoool.com
>>>>>>>>>>>>>>>>> SMTP-Server == smtp.gmail.com
>>>>>>>>>>>>>>>>> SMTP-Server Port (default
>>>>>>>>>>>>>>>>> Smtp-Server Port is 25) == 587
>>>>>>>>>>>>>>>>> SMTP-Username == info@gurucoool.com
>>>>>>>>>>>>>>>>> SMTP-Userpass == password of info@gurucoool.com (this is
>>>>>>>>>>>>>>>>> the one I use to open the mail box at info@gurucoool.com)
>>>>>>>>>>>>>>>>> Enable TLS in Mail Server Auth == ...turn green the button
>>>>>>>>>>>>>>>>> to activate
>>>>>>>>>>>>>>>>> Default Language == English
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>> ...the rest you can change it as you likes.
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>> However can it would be a great help if you can clarify
>>>>>>>>>>>>>>>>> what actually you mean by the following-
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>> Host name is wrong or
>>>>>>>>>>>>>>>>> Connection security is wrong or
>>>>>>>>>>>>>>>>> service is not available or
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>> Thanks
>>>>>>>>>>>>>>>>> Jitendra
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>> On Thu, 24 Dec 2020 at 11:24, Ali Alhaidary <
>>>>>>>>>>>>>>>>> ali.alhaidary@the5stars.org> wrote:
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>> Hi,
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>> It is either:
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>> Host name is wrong or
>>>>>>>>>>>>>>>>> SMTP server name is wrong or
>>>>>>>>>>>>>>>>> Port number is wrong or
>>>>>>>>>>>>>>>>> Connection security is wrong or
>>>>>>>>>>>>>>>>> User name is wrong or
>>>>>>>>>>>>>>>>> pass word is wrong or
>>>>>>>>>>>>>>>>> service is not available or
>>>>>>>>>>>>>>>>> some of the above or
>>>>>>>>>>>>>>>>> all of the above
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>> Try searching the mailing list, the solution is there as
>>>>>>>>>>>>>>>>> you need to check each and every one ...
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>> :-)
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>> On 12/23/20 2:18 PM, GuruCoool Learnings wrote:
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>> Hi,
>>>>>>>>>>>>>>>>> I am facing mail sending error in my openmeetings server.
>>>>>>>>>>>>>>>>> Whenever I try to send a mail I get an error message as follows-
>>>>>>>>>>>>>>>>> Error Count 5
>>>>>>>>>>>>>>>>> Last Error
>>>>>>>>>>>>>>>>> com.sun.mail.util.MailConnectException: Couldn't connect
>>>>>>>>>>>>>>>>> to host, port: smtp.gmail.com, 587; timeout 30000; nested
>>>>>>>>>>>>>>>>> exception is: java.net.SocketTimeoutException: connect timed out at
>>>>>>>>>>>>>>>>> com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:2209) 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:221)
>>>>>>>>>>>>>>>>> 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: connect timed out at
>>>>>>>>>>>>>>>>> java.base/java.net.PlainSocketImpl.socketConnect(Native Method) at
>>>>>>>>>>>>>>>>> java.base/java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:399)
>>>>>>>>>>>>>>>>> at
>>>>>>>>>>>>>>>>> java.base/java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:242)
>>>>>>>>>>>>>>>>> at
>>>>>>>>>>>>>>>>> java.base/java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:224)
>>>>>>>>>>>>>>>>> at java.base/java.net.SocksSocketImpl.connect(SocksSocketImpl.java:403) at
>>>>>>>>>>>>>>>>> java.base/java.net.Socket.connect(Socket.java:609) at
>>>>>>>>>>>>>>>>> com.sun.mail.util.SocketFetcher.createSocket(SocketFetcher.java:357) at
>>>>>>>>>>>>>>>>> com.sun.mail.util.SocketFetcher.getSocket(SocketFetcher.java:238) at
>>>>>>>>>>>>>>>>> com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:2175) ... 10
>>>>>>>>>>>>>>>>> more
>>>>>>>>>>>>>>>>> Please help.
>>>>>>>>>>>>>>>>> Thanks
>>>>>>>>>>>>>>>>> Jitendra
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>
>>>>>>>>>>>>> --
>>>>>>>>>>>>> Best regards,
>>>>>>>>>>>>> Maxim
>>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>> --
>>>>>>>>>> Best regards,
>>>>>>>>>> Maxim
>>>>>>>>>>
>>>>>>>>>

Re: Mail sending error in openmeetings server

Posted by Ali Alhaidary <al...@the5stars.org>.
since you said you are not very much into computers, it would be 
difficult for you to trace the issue, so rebooting the server can cut 
the story short

sudo reboot

and after the server boots start om and wait for 50 sec and see what is 
written in the log

Ali

On 12/27/20 7:52 PM, GuruCoool Learnings wrote:
> OS is ubuntu 18.04 LTS.
> Restarting the server and restarting the OM are different? I thought 
> they are same and generally I do it by the command
> >> sudo /etc/init.d/tomcat4 restart
>
> Regards
> Jitendra
>
> On Sun, 27 Dec 2020 at 18:59, Ali Alhaidary 
> <ali.alhaidary@the5stars.org <ma...@the5stars.org>> wrote:
>
>     And restart the server, then start OM*, openmeetings.log should
>     have something ....
>     *
>
>     Ali
>
>     On 12/27/20 4:27 PM, Ali Alhaidary wrote:
>>
>>     What is your OS? check owner of files please
>>
>>     Ali
>>
>>     On 12/27/20 4:02 PM, GuruCoool Learnings wrote:
>>>     These are the files in /opt/open510/logs directory-
>>>
>>>     catalina.2020-12-11.log  host-manager.2020-12-11.log
>>>      localhost.2020-12-19.log localhost_access_log.2020-12-21.txt
>>>      manager.2020-12-26.log
>>>     catalina.2020-12-12.log  host-manager.2020-12-12.log
>>>      localhost.2020-12-25.log localhost_access_log.2020-12-22.txt
>>>      manager.2020-12-27.log
>>>     catalina.2020-12-15.log  host-manager.2020-12-15.log
>>>      localhost.2020-12-26.log localhost_access_log.2020-12-23.txt
>>>      openmeetings.2020-12-11.0.log
>>>     catalina.2020-12-16.log  host-manager.2020-12-17.log
>>>      localhost.2020-12-27.log  localhost_access_log.2020-12-24.txt
>>>      openmeetings.log
>>>     catalina.2020-12-17.log  host-manager.2020-12-18.log
>>>      localhost_access_log.2020-12-11.txt
>>>      localhost_access_log.2020-12-25.txt  sessions.2020-12-20.0.log
>>>     catalina.2020-12-18.log  host-manager.2020-12-19.log
>>>      localhost_access_log.2020-12-12.txt
>>>      localhost_access_log.2020-12-26.txt  sessions.2020-12-21.0.log
>>>     catalina.2020-12-19.log  host-manager.2020-12-25.log
>>>      localhost_access_log.2020-12-13.txt
>>>      localhost_access_log.2020-12-27.txt  sessions.2020-12-22.0.log
>>>     catalina.2020-12-20.log  host-manager.2020-12-26.log
>>>      localhost_access_log.2020-12-14.txt  manager.2020-12-11.log
>>>     sessions.2020-12-23.0.log
>>>     catalina.2020-12-21.log  host-manager.2020-12-27.log
>>>      localhost_access_log.2020-12-15.txt  manager.2020-12-12.log
>>>     sessions.2020-12-24.0.log
>>>     catalina.2020-12-24.log  localhost.2020-12-11.log      
>>>     localhost_access_log.2020-12-16.txt  manager.2020-12-15.log
>>>     sessions.2020-12-25.0.log
>>>     catalina.2020-12-25.log  localhost.2020-12-12.log      
>>>     localhost_access_log.2020-12-17.txt  manager.2020-12-17.log
>>>     sessions.2020-12-26.0.log
>>>     catalina.2020-12-26.log  localhost.2020-12-15.log      
>>>     localhost_access_log.2020-12-18.txt  manager.2020-12-18.log    
>>>               sessions.log
>>>     catalina.2020-12-27.log  localhost.2020-12-17.log      
>>>     localhost_access_log.2020-12-19.txt  manager.2020-12-19.log
>>>     catalina.out  localhost.2020-12-18.log
>>>     localhost_access_log.2020-12-20.txt  manager.2020-12-25.log
>>>
>>>     I earlier renamed openmeetings to sessions so I checked in
>>>     sessions.log. openmeetings.log is empty after I deleted the content.
>>>
>>>     Regards
>>>     Jitendra
>>>
>>>     On Sun, 27 Dec 2020 at 18:25, GuruCoool Learnings
>>>     <info@gurucoool.com <ma...@gurucoool.com>> wrote:
>>>
>>>         This is all I got after deleting the content and starting
>>>         the OM again.
>>>
>>>         Regards
>>>         Jitendra
>>>
>>>         On Sun, 27 Dec 2020 at 18:24, Ali Alhaidary
>>>         <ali.alhaidary@the5stars.org
>>>         <ma...@the5stars.org>> wrote:
>>>
>>>             These entries does not show the service did not start,
>>>             where is the rest ?
>>>
>>>             Ali
>>>
>>>
>>>             On 12/27/20 3:33 PM, GuruCoool Learnings wrote:
>>>>             I followed the steps suggested by you and here is what
>>>>             I got in openmeetings.log ( NOT STARTED)-
>>>>
>>>>             INFO 12-27 12:24:43.292 o.s.w.c.ContextLoader:271
>>>>             [main] - Root WebApplicationContext: initialization started
>>>>              INFO 12-27 12:24:46.420
>>>>             o.s.o.j.LocalEntityManagerFactoryBean:434 [main] -
>>>>             Initialized JPA EntityManagerFactory for pe$ INFO 12-27
>>>>             12:24:47.633 o.s.s.c.ThreadPoolTaskExecutor:181 [main]
>>>>             - Initializing ExecutorService 'taskExecutor'
>>>>             DEBUG 12-27 12:24:47.844 o.a.o.c.r.KurentoHandler:151
>>>>             [pool-1-thread-1] - Reconnecting KMS
>>>>              INFO 12-27 12:24:48.098
>>>>             o.k.j.c.JsonRpcClientNettyWebSocket:191
>>>>             [pool-1-thread-1] -  Connecting native client
>>>>              INFO 12-27 12:24:48.102
>>>>             o.k.j.c.JsonRpcClientNettyWebSocket:220
>>>>             [pool-1-thread-1] -  Creating new NioEventLoopGroup
>>>>              INFO 12-27 12:24:48.792
>>>>             o.k.j.c.JsonRpcClientNettyWebSocket:234
>>>>             [ntLoopGroup-2-1] -  Initiating new Netty channel. Wil$
>>>>             INFO 12-27 12:24:48.919 o.q.i.StdSchedulerFactory:1220
>>>>             [main] - Using default implementation for ThreadExecutor
>>>>              INFO 12-27 12:24:49.015 o.q.c.SchedulerSignalerImpl:61
>>>>             [main] - Initialized Scheduler Signaller of type: class
>>>>             org.qua$ INFO 12-27 12:24:49.016
>>>>             o.q.c.QuartzScheduler:229 [main] - Quartz Scheduler
>>>>             v.2.3.2 created.
>>>>              INFO 12-27 12:24:49.018 o.q.s.RAMJobStore:155 [main] -
>>>>             RAMJobStore initialized.
>>>>              INFO 12-27 12:24:49.043 o.q.c.QuartzScheduler:294
>>>>             [main] - Scheduler meta-data: Quartz Scheduler (v2.3.2)
>>>>             'org.springf$  Scheduler class:
>>>>             'org.quartz.core.QuartzScheduler' - running locally.
>>>>               NOT STARTED.
>>>>               Currently in standby mode.
>>>>               Number of jobs executed: 0
>>>>               Using thread pool 'org.quartz.simpl.SimpleThreadPool'
>>>>             - with 10 threads.
>>>>               Using job-store 'org.quartz.simpl.RAMJobStore' -
>>>>             which does not support persistence. and is not clustered.
>>>>
>>>>              INFO 12-27 12:24:49.044 o.q.i.StdSchedulerFactory:1374
>>>>             [main] - Quartz scheduler
>>>>             'org.springframework.scheduling.quart$ INFO 12-27
>>>>             12:24:49.044 o.q.i.StdSchedulerFactory:1378 [main] -
>>>>             Quartz scheduler version: 2.3.2
>>>>              INFO 12-27 12:24:49.051 o.q.c.QuartzScheduler:2293
>>>>             [main] - JobFactory set to:
>>>>             org.springframework.scheduling.quartz.A$ INFO 12-27
>>>>             12:24:49.098 o.s.s.q.SchedulerFactoryBean:727 [main] -
>>>>             Starting Quartz Scheduler now
>>>>              INFO 12-27 12:24:49.099 o.q.c.QuartzScheduler:547
>>>>             [main] - Scheduler
>>>>             org.springframework.scheduling.quartz.SchedulerFa$ INFO
>>>>             12-27 12:24:49.133 o.s.w.c.ContextLoader:307 [main] -
>>>>             Root WebApplicationContext initialized in 5832 ms
>>>>             INFO 12-27 12:24:49.255 o.a.w.u.f.WebXmlFile:235 [main]
>>>>             - web.xml: url mapping found for filter with name
>>>>             Openmeetings$ INFO 12-27 12:24:49.520
>>>>             o.a.o.c.r.KurentoHandler:181 [pool-1-thread-1] - !!!
>>>>             Kurento connected
>>>>              INFO 12-27 12:24:49.780 o.a.w.Application:558 [main] -
>>>>             [OpenmeetingsApplication] init:
>>>>             org.wicketstuff.dashboard.Dashb$ INFO 12-27
>>>>             12:24:51.296 o.a.w.Application:558 [main] -
>>>>             [OpenmeetingsApplication] init: Wicket core library
>>>>             initializer
>>>>              INFO 12-27 12:24:51.304 o.a.w.Application:558 [main] -
>>>>             [OpenmeetingsApplication] init: Wicket jQuery UI
>>>>             initializer
>>>>              INFO 12-27 12:24:51.312 o.a.w.Application:558 [main] -
>>>>             [OpenmeetingsApplication] init: Wicket jQuery UI
>>>>             initializer (p$ INFO 12-27 12:24:51.318
>>>>             o.a.w.Application:558 [main] -
>>>>             [OpenmeetingsApplication] init: Wicket extensions
>>>>             initializer
>>>>              INFO 12-27 12:24:51.410 o.a.w.Application:558 [main] -
>>>>             [OpenmeetingsApplication] init: DevUtils DebugBar
>>>>             Initializer
>>>>              INFO 12-27 12:24:57.181 c.h.system:65 [main] -
>>>>             [172.105.37.153]:5701 [dev] [4.1] Hazelcast 4.1
>>>>             (20201104 - 2a1a477) st$
>>>>
>>>>             The server has not started. Can I do anything in this case?
>>>>
>>>>             Regards
>>>>             Jitendra
>>>>
>>>>             On Sun, 27 Dec 2020 at 17:36, Ali Alhaidary
>>>>             <ali.alhaidary@the5stars.org
>>>>             <ma...@the5stars.org>> wrote:
>>>>
>>>>                 1. stop om service
>>>>
>>>>                 2. delete the contents of openmeetings.log
>>>>
>>>>                 3. start om service
>>>>
>>>>                 4. check openmeetings.log
>>>>
>>>>
>>>>                 On 12/27/20 2:17 PM, GuruCoool Learnings wrote:
>>>>>                 Since I am now not able to access the localhost
>>>>>                 url so please help which file I can update smtp
>>>>>                 records in?
>>>>>
>>>>>                 Regards
>>>>>                 Jitendra
>>>>>
>>>>>                 On Sun, 27 Dec 2020 at 14:33, GuruCoool Learnings
>>>>>                 <info@gurucoool.com <ma...@gurucoool.com>>
>>>>>                 wrote:
>>>>>
>>>>>                     These are a few last lines-
>>>>>
>>>>>                     DEBUG 12-27 03:07:14.300
>>>>>                     o.a.o.w.a.WebSession:223 [nio-5443-exec-3] -
>>>>>                     checkHashes, secure: 'null', invitation:
>>>>>                     'ff51cfbd-4797-4f30-9d60-3f78955f00b4'
>>>>>                     DEBUG 12-27 03:07:14.338
>>>>>                     o.a.o.w.a.WebSession:225 [nio-5443-exec-3] -
>>>>>                     checkHashes, has soap in session ? 'false'
>>>>>                     DEBUG 12-27 03:07:14.420
>>>>>                     o.a.o.w.a.ClientManager:352 [nio-5443-exec-3]
>>>>>                     - Cluster:: The only server found
>>>>>                     DEBUG 12-27 03:07:14.492
>>>>>                     o.a.o.d.u.AuthLevelUtil:40 [nio-5443-exec-3] -
>>>>>                     Level ADMIN :: [DENIED]
>>>>>                     DEBUG 12-27 03:07:14.498
>>>>>                     o.a.o.d.u.AuthLevelUtil:40 [nio-5443-exec-3] -
>>>>>                     Level GROUP_ADMIN :: [DENIED]
>>>>>                     DEBUG 12-27 03:07:14.519
>>>>>                     o.a.o.d.u.AuthLevelUtil:40 [nio-5443-exec-3] -
>>>>>                     Level ADMIN :: [DENIED]
>>>>>                     DEBUG 12-27 03:07:14.525
>>>>>                     o.a.o.d.u.AuthLevelUtil:40 [nio-5443-exec-3] -
>>>>>                     Level ADMIN :: [DENIED]
>>>>>                     DEBUG 12-27 03:07:14.566
>>>>>                     o.a.o.w.c.OmWebSocketPanel:74
>>>>>                     [nio-5443-exec-3] - pingTimer is attached
>>>>>                     DEBUG 12-27 03:07:18.703
>>>>>                     o.a.o.d.d.l.ConferenceLogDao:52
>>>>>                     [nio-5443-exec-1] - [add]:
>>>>>                     org.apache.openmeetings.db.entity.log.ConferenceLog@7a836ea7
>>>>>                     DEBUG 12-27 03:07:18.718
>>>>>                     o.a.o.w.a.ClientManager:126 [nio-5443-exec-1]
>>>>>                     - Adding online client:
>>>>>                     2b627591-eeb1-4c49-8b8c-c5a6528634af, room: null
>>>>>                     DEBUG 12-27 03:07:18.728
>>>>>                     o.a.o.w.c.MainPanel:160 [nio-5443-exec-1] -
>>>>>                     WebSocketBehavior::onConnect [uid:
>>>>>                     2b627591-eeb1-4c49-8b8c-c5a6528634af, session:
>>>>>                     F307B900D3DFADE9$DEBUG 12-27 03:07:18.752
>>>>>                     o.a.o.d.d.l.ConferenceLogDao:52
>>>>>                     [nio-5443-exec-1] - [add]:
>>>>>                     org.apache.openmeetings.db.entity.log.ConferenceLog@5cb63b3c
>>>>>                     DEBUG 12-27 03:07:18.757
>>>>>                     o.a.o.w.a.ClientManager:257 [nio-5443-exec-1]
>>>>>                     - Adding online room client:
>>>>>                     2b627591-eeb1-4c49-8b8c-c5a6528634af, room: 11
>>>>>                     DEBUG 12-27 03:07:18.764
>>>>>                     o.a.o.w.a.ClientManager:275 [nio-5443-exec-1]
>>>>>                     - Cluster:: room 11 was not found for server
>>>>>                     'server-1', adding ...
>>>>>                     DEBUG 12-27 03:07:18.765
>>>>>                     o.a.o.w.a.ClientManager:448 [nio-5443-exec-1]
>>>>>                     - Cluster:: room 11 is added to server, whole
>>>>>                     list [11]
>>>>>                     DEBUG 12-27 03:07:18.766
>>>>>                     o.a.o.w.a.ClientManager:114 [erver-1.event-1]
>>>>>                     - Cluster:: Server was updated server-1 ->
>>>>>                     ServerInfo[rooms: [11]]
>>>>>                     DEBUG 12-27 03:07:18.770
>>>>>                     o.a.o.d.u.AuthLevelUtil:40 [nio-5443-exec-1] -
>>>>>                     Level ADMIN :: [DENIED]
>>>>>                      INFO 12-27 03:07:18.771
>>>>>                     o.a.o.w.r.RoomPanel:395 [nio-5443-exec-1] -
>>>>>                     Setting rights for client:: [AUDIO, VIDEO] ->
>>>>>                     false
>>>>>                     DEBUG 12-27 03:07:18.783
>>>>>                     o.a.o.d.u.AuthLevelUtil:40 [nio-5443-exec-1] -
>>>>>                     Level ADMIN :: [DENIED]
>>>>>                     DEBUG 12-27 03:07:18.789
>>>>>                     o.a.o.d.d.r.PollDao:87 [nio-5443-exec-1] -  ::
>>>>>                     getPoll :: 11
>>>>>                     DEBUG 12-27 03:07:18.799
>>>>>                     o.a.o.d.d.r.PollDao:98 [nio-5443-exec-1] -  ::
>>>>>                     getArchived :: 11
>>>>>                     DEBUG 12-27 03:07:18.829
>>>>>                     o.a.o.d.d.f.FileItemDao:55 [nio-5443-exec-1] -
>>>>>                     getByOwner() started
>>>>>                     DEBUG 12-27 03:07:18.832
>>>>>                     o.a.o.d.d.f.FileItemDao:50 [nio-5443-exec-1] -
>>>>>                     getByRoom roomId :: 11
>>>>>                      WARN 12-27 03:07:23.779
>>>>>                     o.a.o.w.a.TimerService:69 [Thread-2609] -
>>>>>                     Moderator room check 11
>>>>>                      WARN 12-27 03:07:23.783
>>>>>                     o.a.o.w.r.RoomPanel:588 [Thread-2611] - !!
>>>>>                     moderatorInRoom: false
>>>>>
>>>>>                     Jitendra
>>>>>
>>>>>                     On Sun, 27 Dec 2020 at 14:31, GuruCoool
>>>>>                     Learnings <info@gurucoool.com
>>>>>                     <ma...@gurucoool.com>> wrote:
>>>>>
>>>>>                         I checked but couldn't trace.
>>>>>
>>>>>                         Honestly, I am not friendly with these
>>>>>                         processes. I am not a coder or developer.
>>>>>                         I am a maths teacher and anyhow set up the
>>>>>                         server with the help of the documentation
>>>>>                         provided by openmeetings.
>>>>>
>>>>>                         Regards
>>>>>                         Jitendra
>>>>>
>>>>>                         On Sun, 27 Dec 2020 at 13:02, Ali
>>>>>                         Alhaidary <ali.alhaidary@the5stars.org
>>>>>                         <ma...@the5stars.org>> wrote:
>>>>>
>>>>>                             Could be, check openmeetings.log to
>>>>>                             see if the service has started ...
>>>>>
>>>>>                             Ali
>>>>>
>>>>>
>>>>>                             On 12/27/20 10:26 AM, GuruCoool
>>>>>                             Learnings wrote:
>>>>>>                             One more thing I remember I did. In
>>>>>>                             OM >> Administration >>
>>>>>>                             Configuration, I erased the records
>>>>>>                             of smtp records like server email,
>>>>>>                             port number etc.
>>>>>>                             Can this be a reason for "This site
>>>>>>                             can’t be reached"?
>>>>>>
>>>>>>                             On Sun, 27 Dec 2020 at 12:43,
>>>>>>                             GuruCoool Learnings
>>>>>>                             <info@gurucoool.com
>>>>>>                             <ma...@gurucoool.com>> wrote:
>>>>>>
>>>>>>                                 I was trying to check the ports
>>>>>>                                 by the command
>>>>>>                                 netstat -a -n
>>>>>>
>>>>>>                                 and made no change there. After
>>>>>>                                 that I just restarted the server
>>>>>>                                 and unfortunately, the server is
>>>>>>                                 not accessible.
>>>>>>                                 It says,"This site can’t be
>>>>>>                                 reached".
>>>>>>
>>>>>>                                 I don't know what to do now.
>>>>>>
>>>>>>                                 Regards
>>>>>>                                 Jitendra
>>>>>>
>>>>>>                                 On Sun, 27 Dec 2020 at 11:54,
>>>>>>                                 Maxim Solodovnik
>>>>>>                                 <solomax666@gmail.com
>>>>>>                                 <ma...@gmail.com>> wrote:
>>>>>>
>>>>>>                                     please read this article:
>>>>>>                                     https://support.google.com/a/answer/176600?hl=en
>>>>>>
>>>>>>                                     Especially this Use the Gmail
>>>>>>                                     SMTP server part
>>>>>>
>>>>>>                                     as i wrote before
>>>>>>                                     for TLS (port 587) you have
>>>>>>                                     to enable
>>>>>>                                     "mail.smtp.starttls.enable"
>>>>>>                                     in OM -> Admin -> Config
>>>>>>                                     for SSL (port 465) you have
>>>>>>                                     to enable
>>>>>>                                     "mail.smtp.ssl.enable" in OM
>>>>>>                                     -> Admin -> Config
>>>>>>
>>>>>>                                     and check if connection to
>>>>>>                                     smtp.gmail.com
>>>>>>                                     <http://smtp.gmail.com> through
>>>>>>                                     the port selected is allowed
>>>>>>                                     from your OM server
>>>>>>
>>>>>>                                     On Sun, 27 Dec 2020 at 12:09,
>>>>>>                                     GuruCoool Learnings
>>>>>>                                     <info@gurucoool.com
>>>>>>                                     <ma...@gurucoool.com>>
>>>>>>                                     wrote:
>>>>>>
>>>>>>                                         Hello dear Maxim,
>>>>>>                                         By security options, do
>>>>>>                                         you mean Forwarding and
>>>>>>                                         POP/IMAP in my Gmail?
>>>>>>                                         If yes, I have enabled it
>>>>>>                                         already. If no, then
>>>>>>                                         please guide me what
>>>>>>                                         exactly I need to do for
>>>>>>                                         correct security options.
>>>>>>
>>>>>>                                         Also, you mentioned about
>>>>>>                                         firewall settings, please
>>>>>>                                         guide me on this also.
>>>>>>
>>>>>>                                         Thanks and regards
>>>>>>                                         Jitendra
>>>>>>
>>>>>>                                         On Sat, 26 Dec 2020 at
>>>>>>                                         08:37, GuruCoool
>>>>>>                                         Learnings
>>>>>>                                         <info@gurucoool.com
>>>>>>                                         <ma...@gurucoool.com>>
>>>>>>                                         wrote:
>>>>>>
>>>>>>                                             Thanks. Please guide
>>>>>>                                             me for correct
>>>>>>                                             security options and
>>>>>>                                             firewall settings. I
>>>>>>                                             am not savy with
>>>>>>                                             these processes.
>>>>>>
>>>>>>                                             Thanks & Regards
>>>>>>                                             Jitendra
>>>>>>
>>>>>>                                             On Sat, Dec 26, 2020,
>>>>>>                                             07:18 Maxim
>>>>>>                                             Solodovnik
>>>>>>                                             <solomax666@gmail.com
>>>>>>                                             <ma...@gmail.com>>
>>>>>>                                             wrote:
>>>>>>
>>>>>>                                                 The correct
>>>>>>                                                 settings for
>>>>>>                                                 gmail are here:
>>>>>>                                                 https://support.google.com/mail/answer/7126229?hl=en
>>>>>>
>>>>>>
>>>>>>                                                 You have to
>>>>>>                                                 specify only ONE of
>>>>>>                                                 mail.smtp.starttls.enable
>>>>>>                                                 mail.smtp.ssl.enable
>>>>>>
>>>>>>                                                 timeout error
>>>>>>                                                 might be because
>>>>>>                                                 you are not
>>>>>>                                                 setting correct
>>>>>>                                                 security option
>>>>>>                                                 Or maybe your
>>>>>>                                                 provider/firewall
>>>>>>                                                 blocks the connection
>>>>>>
>>>>>>
>>>>>>                                                 On Fri, 25 Dec
>>>>>>                                                 2020 at 22:20,
>>>>>>                                                 GuruCoool
>>>>>>                                                 Learnings
>>>>>>                                                 <info@gurucoool.com
>>>>>>                                                 <ma...@gurucoool.com>>
>>>>>>                                                 wrote:
>>>>>>
>>>>>>                                                     Nothing
>>>>>>                                                     happened even
>>>>>>                                                     after
>>>>>>                                                     restarting
>>>>>>                                                     the server.
>>>>>>
>>>>>>                                                     Jitendra
>>>>>>
>>>>>>                                                     On Fri, 25
>>>>>>                                                     Dec 2020 at
>>>>>>                                                     13:44,
>>>>>>                                                     GuruCoool
>>>>>>                                                     Learnings
>>>>>>                                                     <info@gurucoool.com
>>>>>>                                                     <ma...@gurucoool.com>>
>>>>>>                                                     wrote:
>>>>>>
>>>>>>                                                         Okay. I
>>>>>>                                                         will try
>>>>>>                                                         and then
>>>>>>                                                         will
>>>>>>                                                         let you
>>>>>>                                                         know.
>>>>>>
>>>>>>                                                         Thanks
>>>>>>                                                         Jitendra
>>>>>>
>>>>>>                                                         On Fri,
>>>>>>                                                         Dec 25,
>>>>>>                                                         2020,
>>>>>>                                                         13:29 Ali
>>>>>>                                                         Alhaidary
>>>>>>                                                         <ali.alhaidary@the5stars.org
>>>>>>                                                         <ma...@the5stars.org>>
>>>>>>                                                         wrote:
>>>>>>
>>>>>>                                                             You
>>>>>>                                                             must
>>>>>>                                                             restart
>>>>>>                                                             the
>>>>>>                                                             server
>>>>>>                                                             so
>>>>>>                                                             tat
>>>>>>                                                             any
>>>>>>                                                             new
>>>>>>                                                             settings
>>>>>>                                                             can
>>>>>>                                                             take
>>>>>>                                                             effect
>>>>>>
>>>>>>                                                             Ali
>>>>>>
>>>>>>                                                             On
>>>>>>                                                             12/25/20
>>>>>>                                                             3:54
>>>>>>                                                             AM,
>>>>>>                                                             GuruCoool
>>>>>>                                                             Learnings
>>>>>>                                                             wrote:
>>>>>>>                                                             It
>>>>>>>                                                             shows
>>>>>>>                                                             error
>>>>>>>                                                             message
>>>>>>>                                                             in
>>>>>>>                                                             OM
>>>>>>>                                                             email
>>>>>>>                                                             management
>>>>>>>                                                             section
>>>>>>>                                                             only.
>>>>>>>
>>>>>>>                                                             Jitendra
>>>>>>>
>>>>>>>                                                             On
>>>>>>>                                                             Fri,
>>>>>>>                                                             Dec
>>>>>>>                                                             25,
>>>>>>>                                                             2020,
>>>>>>>                                                             01:17
>>>>>>>                                                             Alvaro
>>>>>>>                                                             <zurcamos@gmail.com
>>>>>>>                                                             <ma...@gmail.com>>
>>>>>>>                                                             wrote:
>>>>>>>
>>>>>>>                                                                 ...right
>>>>>>>                                                                 now
>>>>>>>                                                                 i
>>>>>>>                                                                 tested
>>>>>>>                                                                 my
>>>>>>>                                                                 OM
>>>>>>>                                                                 5.1.0
>>>>>>>                                                                 at
>>>>>>>                                                                 localhost
>>>>>>>                                                                  and
>>>>>>>                                                                 gmail
>>>>>>>                                                                 configuration
>>>>>>>                                                                 and
>>>>>>>                                                                 send
>>>>>>>                                                                 mail
>>>>>>>                                                                 ok
>>>>>>>                                                                 to
>>>>>>>                                                                 "user...@gmail.com
>>>>>>>                                                                 <ma...@gmail.com>".
>>>>>>>
>>>>>>>                                                                 Please
>>>>>>>                                                                 take
>>>>>>>                                                                 a
>>>>>>>                                                                 look
>>>>>>>                                                                 in
>>>>>>>                                                                 your
>>>>>>>                                                                 spam
>>>>>>>                                                                 Gmail
>>>>>>>                                                                 web.
>>>>>>>
>>>>>>>
>>>>>>>                                                                 .....................
>>>>>>>
>>>>>>>
>>>>>>>                                                                 El
>>>>>>>                                                                 jue,
>>>>>>>                                                                 24-12-2020
>>>>>>>                                                                 a
>>>>>>>                                                                 las
>>>>>>>                                                                 23:20
>>>>>>>                                                                 +0530,
>>>>>>>                                                                 GuruCoool
>>>>>>>                                                                 Learnings
>>>>>>>                                                                 escribió:
>>>>>>>>                                                                 Tried
>>>>>>>>                                                                 both
>>>>>>>>                                                                 587
>>>>>>>>                                                                 and
>>>>>>>>                                                                 465
>>>>>>>>                                                                 one
>>>>>>>>                                                                 by
>>>>>>>>                                                                 one
>>>>>>>>                                                                 but
>>>>>>>>                                                                 didn't
>>>>>>>>                                                                 find
>>>>>>>>                                                                 any
>>>>>>>>                                                                 solution.
>>>>>>>>                                                                 However
>>>>>>>>                                                                 thanks
>>>>>>>>                                                                 for
>>>>>>>>                                                                 your
>>>>>>>>                                                                 replies.
>>>>>>>>
>>>>>>>>
>>>>>>>>                                                                 I
>>>>>>>>                                                                 have
>>>>>>>>                                                                 one
>>>>>>>>                                                                 more
>>>>>>>>                                                                 query.
>>>>>>>>                                                                 generally
>>>>>>>>                                                                 openmeetings
>>>>>>>>                                                                 generates
>>>>>>>>                                                                 user
>>>>>>>>                                                                 specific
>>>>>>>>                                                                 invitation
>>>>>>>>                                                                 links.
>>>>>>>>                                                                 Is
>>>>>>>>                                                                 it
>>>>>>>>                                                                 possible
>>>>>>>>                                                                 to
>>>>>>>>                                                                 create
>>>>>>>>                                                                 invitation
>>>>>>>>                                                                 links
>>>>>>>>                                                                 that
>>>>>>>>                                                                 can
>>>>>>>>                                                                 be
>>>>>>>>                                                                 given
>>>>>>>>                                                                 to
>>>>>>>>                                                                 anyone
>>>>>>>>                                                                 who
>>>>>>>>                                                                 is
>>>>>>>>                                                                 not
>>>>>>>>                                                                 registered
>>>>>>>>                                                                 on
>>>>>>>>                                                                 my
>>>>>>>>                                                                 server?
>>>>>>>>
>>>>>>>>                                                                 On
>>>>>>>>                                                                 Thu,
>>>>>>>>                                                                 24
>>>>>>>>                                                                 Dec
>>>>>>>>                                                                 2020
>>>>>>>>                                                                 at
>>>>>>>>                                                                 23:16,
>>>>>>>>                                                                 Ali
>>>>>>>>                                                                 Alhaidary
>>>>>>>>                                                                 <ali.alhaidary@the5stars.org
>>>>>>>>                                                                 <ma...@the5stars.org>>
>>>>>>>>                                                                 wrote:
>>>>>>>>>
>>>>>>>>>                                                                 It
>>>>>>>>>                                                                 did
>>>>>>>>>                                                                 not
>>>>>>>>>                                                                 work
>>>>>>>>>                                                                 with
>>>>>>>>>                                                                 me
>>>>>>>>>                                                                 as
>>>>>>>>>                                                                 well
>>>>>>>>>                                                                 :-)
>>>>>>>>>
>>>>>>>>>                                                                 try
>>>>>>>>>                                                                 port
>>>>>>>>>                                                                 465
>>>>>>>>>
>>>>>>>>>                                                                 Ali
>>>>>>>>>
>>>>>>>>>                                                                 On
>>>>>>>>>                                                                 12/24/20
>>>>>>>>>                                                                 8:23
>>>>>>>>>                                                                 PM,
>>>>>>>>>                                                                 GuruCoool
>>>>>>>>>                                                                 Learnings
>>>>>>>>>                                                                 wrote:
>>>>>>>>>>                                                                 gurucoool.com
>>>>>>>>>>                                                                 <http://gurucoool.com>
>>>>>>>>>>                                                                 is
>>>>>>>>>>                                                                 my
>>>>>>>>>>                                                                 main
>>>>>>>>>>                                                                 site
>>>>>>>>>>                                                                 where
>>>>>>>>>>                                                                 I
>>>>>>>>>>                                                                 use
>>>>>>>>>>                                                                 the
>>>>>>>>>>                                                                 same
>>>>>>>>>>                                                                 gmail
>>>>>>>>>>                                                                 smtp
>>>>>>>>>>                                                                 details
>>>>>>>>>>                                                                 that
>>>>>>>>>>                                                                 I
>>>>>>>>>>                                                                 want
>>>>>>>>>>                                                                 to
>>>>>>>>>>                                                                 use
>>>>>>>>>>                                                                 with
>>>>>>>>>>                                                                 openmeetings.
>>>>>>>>>>                                                                 Gmail
>>>>>>>>>>                                                                 smtp
>>>>>>>>>>                                                                 works
>>>>>>>>>>                                                                 fine
>>>>>>>>>>                                                                 with
>>>>>>>>>>                                                                 my
>>>>>>>>>>                                                                 main
>>>>>>>>>>                                                                 site
>>>>>>>>>>                                                                 gurucoool.com
>>>>>>>>>>                                                                 <http://gurucoool.com>
>>>>>>>>>>                                                                 but
>>>>>>>>>>                                                                 is
>>>>>>>>>>                                                                 not
>>>>>>>>>>                                                                 working
>>>>>>>>>>                                                                 with
>>>>>>>>>>                                                                 openmeetings.
>>>>>>>>>>
>>>>>>>>>>                                                                 On
>>>>>>>>>>                                                                 Thu,
>>>>>>>>>>                                                                 24
>>>>>>>>>>                                                                 Dec
>>>>>>>>>>                                                                 2020
>>>>>>>>>>                                                                 at
>>>>>>>>>>                                                                 13:05,
>>>>>>>>>>                                                                 Ali
>>>>>>>>>>                                                                 Alhaidary
>>>>>>>>>>                                                                 <ali.alhaidary@the5stars.org
>>>>>>>>>>                                                                 <ma...@the5stars.org>>
>>>>>>>>>>                                                                 wrote:
>>>>>>>>>>>
>>>>>>>>>>>                                                                 I
>>>>>>>>>>>                                                                 think
>>>>>>>>>>>                                                                 you
>>>>>>>>>>>                                                                 should
>>>>>>>>>>>                                                                 use
>>>>>>>>>>>                                                                 the
>>>>>>>>>>>                                                                 SMTP
>>>>>>>>>>>                                                                 of
>>>>>>>>>>>                                                                 gurucool.com
>>>>>>>>>>>                                                                 <http://gurucool.com>
>>>>>>>>>>>                                                                 instead
>>>>>>>>>>>
>>>>>>>>>>>                                                                 Ali
>>>>>>>>>>>
>>>>>>>>>>>                                                                 On
>>>>>>>>>>>                                                                 12/24/20
>>>>>>>>>>>                                                                 10:06
>>>>>>>>>>>                                                                 AM,
>>>>>>>>>>>                                                                 GuruCoool
>>>>>>>>>>>                                                                 Learnings
>>>>>>>>>>>                                                                 wrote:
>>>>>>>>>>>>                                                                 Hi
>>>>>>>>>>>>                                                                 Ali,
>>>>>>>>>>>>
>>>>>>>>>>>>                                                                 I
>>>>>>>>>>>>                                                                 have
>>>>>>>>>>>>                                                                 followed
>>>>>>>>>>>>                                                                 the
>>>>>>>>>>>>                                                                 guidelines
>>>>>>>>>>>>                                                                 provided
>>>>>>>>>>>>                                                                 by
>>>>>>>>>>>>                                                                 the
>>>>>>>>>>>>                                                                 openmeetings
>>>>>>>>>>>>                                                                 documentation
>>>>>>>>>>>>                                                                 which
>>>>>>>>>>>>                                                                 is
>>>>>>>>>>>>                                                                 as follows-
>>>>>>>>>>>>
>>>>>>>>>>>>                                                                 A
>>>>>>>>>>>>                                                                 valid
>>>>>>>>>>>>                                                                 example
>>>>>>>>>>>>                                                                 to
>>>>>>>>>>>>                                                                 configure
>>>>>>>>>>>>                                                                 the
>>>>>>>>>>>>                                                                 mail
>>>>>>>>>>>>                                                                 server
>>>>>>>>>>>>                                                                 with
>>>>>>>>>>>>                                                                 Gmail,
>>>>>>>>>>>>                                                                 is
>>>>>>>>>>>>                                                                 as
>>>>>>>>>>>>                                                                 follows:
>>>>>>>>>>>>                                                                 (replace
>>>>>>>>>>>>                                                                 john@gmail.com
>>>>>>>>>>>>                                                                 <ma...@gmail.com>
>>>>>>>>>>>>                                                                 with
>>>>>>>>>>>>                                                                 your
>>>>>>>>>>>>                                                                 real
>>>>>>>>>>>>                                                                 Gmail
>>>>>>>>>>>>                                                                 account)
>>>>>>>>>>>>
>>>>>>>>>>>>                                                                 Mail-Refer
>>>>>>>>>>>>                                                                 ==
>>>>>>>>>>>>                                                                 info@gurucoool.com
>>>>>>>>>>>>                                                                 <ma...@gurucoool.com>
>>>>>>>>>>>>                                                                 SMTP-Server
>>>>>>>>>>>>                                                                 ==
>>>>>>>>>>>>                                                                 smtp.gmail.com
>>>>>>>>>>>>                                                                 <http://smtp.gmail.com>
>>>>>>>>>>>>                                                                 SMTP-Server
>>>>>>>>>>>>                                                                 Port
>>>>>>>>>>>>                                                                 (default
>>>>>>>>>>>>                                                                 Smtp-Server
>>>>>>>>>>>>                                                                 Port
>>>>>>>>>>>>                                                                 is
>>>>>>>>>>>>                                                                 25)
>>>>>>>>>>>>                                                                 ==
>>>>>>>>>>>>                                                                 587
>>>>>>>>>>>>                                                                 SMTP-Username
>>>>>>>>>>>>                                                                 ==
>>>>>>>>>>>>                                                                 info@gurucoool.com
>>>>>>>>>>>>                                                                 <ma...@gurucoool.com>
>>>>>>>>>>>>                                                                 SMTP-Userpass
>>>>>>>>>>>>                                                                 ==
>>>>>>>>>>>>                                                                 password
>>>>>>>>>>>>                                                                 of
>>>>>>>>>>>>                                                                 info@gurucoool.com
>>>>>>>>>>>>                                                                 <ma...@gurucoool.com>
>>>>>>>>>>>>                                                                 (this
>>>>>>>>>>>>                                                                 is
>>>>>>>>>>>>                                                                 the
>>>>>>>>>>>>                                                                 one
>>>>>>>>>>>>                                                                 I
>>>>>>>>>>>>                                                                 use
>>>>>>>>>>>>                                                                 to
>>>>>>>>>>>>                                                                 open
>>>>>>>>>>>>                                                                 the
>>>>>>>>>>>>                                                                 mail
>>>>>>>>>>>>                                                                 box at
>>>>>>>>>>>>                                                                 info@gurucoool.com
>>>>>>>>>>>>                                                                 <ma...@gurucoool.com>)
>>>>>>>>>>>>                                                                 Enable
>>>>>>>>>>>>                                                                 TLS
>>>>>>>>>>>>                                                                 in
>>>>>>>>>>>>                                                                 Mail
>>>>>>>>>>>>                                                                 Server
>>>>>>>>>>>>                                                                 Auth
>>>>>>>>>>>>                                                                 ==
>>>>>>>>>>>>                                                                 ...turn
>>>>>>>>>>>>                                                                 green
>>>>>>>>>>>>                                                                 the
>>>>>>>>>>>>                                                                 button
>>>>>>>>>>>>                                                                 to
>>>>>>>>>>>>                                                                 activate
>>>>>>>>>>>>                                                                 Default
>>>>>>>>>>>>                                                                 Language
>>>>>>>>>>>>                                                                 ==
>>>>>>>>>>>>                                                                 English
>>>>>>>>>>>>
>>>>>>>>>>>>                                                                 ...the
>>>>>>>>>>>>                                                                 rest
>>>>>>>>>>>>                                                                 you
>>>>>>>>>>>>                                                                 can
>>>>>>>>>>>>                                                                 change
>>>>>>>>>>>>                                                                 it
>>>>>>>>>>>>                                                                 as
>>>>>>>>>>>>                                                                 you
>>>>>>>>>>>>                                                                 likes.
>>>>>>>>>>>>
>>>>>>>>>>>>                                                                 However
>>>>>>>>>>>>                                                                 can
>>>>>>>>>>>>                                                                 it
>>>>>>>>>>>>                                                                 would
>>>>>>>>>>>>                                                                 be
>>>>>>>>>>>>                                                                 a
>>>>>>>>>>>>                                                                 great
>>>>>>>>>>>>                                                                 help
>>>>>>>>>>>>                                                                 if
>>>>>>>>>>>>                                                                 you
>>>>>>>>>>>>                                                                 can
>>>>>>>>>>>>                                                                 clarify
>>>>>>>>>>>>                                                                 what
>>>>>>>>>>>>                                                                 actually
>>>>>>>>>>>>                                                                 you
>>>>>>>>>>>>                                                                 mean
>>>>>>>>>>>>                                                                 by
>>>>>>>>>>>>                                                                 the
>>>>>>>>>>>>                                                                 following-
>>>>>>>>>>>>
>>>>>>>>>>>>                                                                 Host
>>>>>>>>>>>>                                                                 name
>>>>>>>>>>>>                                                                 is
>>>>>>>>>>>>                                                                 wrong
>>>>>>>>>>>>                                                                 or
>>>>>>>>>>>>
>>>>>>>>>>>>                                                                 Connection
>>>>>>>>>>>>                                                                 security
>>>>>>>>>>>>                                                                 is
>>>>>>>>>>>>                                                                 wrong
>>>>>>>>>>>>                                                                 or
>>>>>>>>>>>>                                                                 service
>>>>>>>>>>>>                                                                 is
>>>>>>>>>>>>                                                                 not
>>>>>>>>>>>>                                                                 available
>>>>>>>>>>>>                                                                 or
>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>>                                                                 Thanks
>>>>>>>>>>>>
>>>>>>>>>>>>                                                                 Jitendra
>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>>                                                                 On
>>>>>>>>>>>>                                                                 Thu,
>>>>>>>>>>>>                                                                 24
>>>>>>>>>>>>                                                                 Dec
>>>>>>>>>>>>                                                                 2020
>>>>>>>>>>>>                                                                 at
>>>>>>>>>>>>                                                                 11:24,
>>>>>>>>>>>>                                                                 Ali
>>>>>>>>>>>>                                                                 Alhaidary
>>>>>>>>>>>>                                                                 <ali.alhaidary@the5stars.org
>>>>>>>>>>>>                                                                 <ma...@the5stars.org>>
>>>>>>>>>>>>                                                                 wrote:
>>>>>>>>>>>>>
>>>>>>>>>>>>>                                                                 Hi,
>>>>>>>>>>>>>
>>>>>>>>>>>>>                                                                 It
>>>>>>>>>>>>>                                                                 is
>>>>>>>>>>>>>                                                                 either:
>>>>>>>>>>>>>
>>>>>>>>>>>>>                                                                 Host
>>>>>>>>>>>>>                                                                 name
>>>>>>>>>>>>>                                                                 is
>>>>>>>>>>>>>                                                                 wrong
>>>>>>>>>>>>>                                                                 or
>>>>>>>>>>>>>                                                                 SMTP
>>>>>>>>>>>>>                                                                 server
>>>>>>>>>>>>>                                                                 name
>>>>>>>>>>>>>                                                                 is
>>>>>>>>>>>>>                                                                 wrong
>>>>>>>>>>>>>                                                                 or
>>>>>>>>>>>>>                                                                 Port
>>>>>>>>>>>>>                                                                 number
>>>>>>>>>>>>>                                                                 is
>>>>>>>>>>>>>                                                                 wrong
>>>>>>>>>>>>>                                                                 or
>>>>>>>>>>>>>                                                                 Connection
>>>>>>>>>>>>>                                                                 security
>>>>>>>>>>>>>                                                                 is
>>>>>>>>>>>>>                                                                 wrong
>>>>>>>>>>>>>                                                                 or
>>>>>>>>>>>>>                                                                 User
>>>>>>>>>>>>>                                                                 name
>>>>>>>>>>>>>                                                                 is
>>>>>>>>>>>>>                                                                 wrong
>>>>>>>>>>>>>                                                                 or
>>>>>>>>>>>>>                                                                 pass
>>>>>>>>>>>>>                                                                 word
>>>>>>>>>>>>>                                                                 is
>>>>>>>>>>>>>                                                                 wrong
>>>>>>>>>>>>>                                                                 or
>>>>>>>>>>>>>                                                                 service
>>>>>>>>>>>>>                                                                 is
>>>>>>>>>>>>>                                                                 not
>>>>>>>>>>>>>                                                                 available
>>>>>>>>>>>>>                                                                 or
>>>>>>>>>>>>>                                                                 some
>>>>>>>>>>>>>                                                                 of
>>>>>>>>>>>>>                                                                 the
>>>>>>>>>>>>>                                                                 above
>>>>>>>>>>>>>                                                                 or
>>>>>>>>>>>>>                                                                 all
>>>>>>>>>>>>>                                                                 of
>>>>>>>>>>>>>                                                                 the
>>>>>>>>>>>>>                                                                 above
>>>>>>>>>>>>>
>>>>>>>>>>>>>                                                                 Try
>>>>>>>>>>>>>                                                                 searching
>>>>>>>>>>>>>                                                                 the
>>>>>>>>>>>>>                                                                 mailing
>>>>>>>>>>>>>                                                                 list,
>>>>>>>>>>>>>                                                                 the
>>>>>>>>>>>>>                                                                 solution
>>>>>>>>>>>>>                                                                 is
>>>>>>>>>>>>>                                                                 there
>>>>>>>>>>>>>                                                                 as
>>>>>>>>>>>>>                                                                 you
>>>>>>>>>>>>>                                                                 need
>>>>>>>>>>>>>                                                                 to
>>>>>>>>>>>>>                                                                 check
>>>>>>>>>>>>>                                                                 each
>>>>>>>>>>>>>                                                                 and
>>>>>>>>>>>>>                                                                 every
>>>>>>>>>>>>>                                                                 one
>>>>>>>>>>>>>                                                                 ...
>>>>>>>>>>>>>
>>>>>>>>>>>>>                                                                 :-)
>>>>>>>>>>>>>
>>>>>>>>>>>>>
>>>>>>>>>>>>>                                                                 On
>>>>>>>>>>>>>                                                                 12/23/20
>>>>>>>>>>>>>                                                                 2:18
>>>>>>>>>>>>>                                                                 PM,
>>>>>>>>>>>>>                                                                 GuruCoool
>>>>>>>>>>>>>                                                                 Learnings
>>>>>>>>>>>>>                                                                 wrote:
>>>>>>>>>>>>>>                                                                 Hi,
>>>>>>>>>>>>>>
>>>>>>>>>>>>>>                                                                 I
>>>>>>>>>>>>>>                                                                 am
>>>>>>>>>>>>>>                                                                 facing
>>>>>>>>>>>>>>                                                                 mail
>>>>>>>>>>>>>>                                                                 sending
>>>>>>>>>>>>>>                                                                 error
>>>>>>>>>>>>>>                                                                 in
>>>>>>>>>>>>>>                                                                 my
>>>>>>>>>>>>>>                                                                 openmeetings
>>>>>>>>>>>>>>                                                                 server.
>>>>>>>>>>>>>>                                                                 Whenever
>>>>>>>>>>>>>>                                                                 I
>>>>>>>>>>>>>>                                                                 try
>>>>>>>>>>>>>>                                                                 to
>>>>>>>>>>>>>>                                                                 send
>>>>>>>>>>>>>>                                                                 a
>>>>>>>>>>>>>>                                                                 mail
>>>>>>>>>>>>>>                                                                 I
>>>>>>>>>>>>>>                                                                 get
>>>>>>>>>>>>>>                                                                 an error
>>>>>>>>>>>>>>                                                                 message
>>>>>>>>>>>>>>                                                                 as
>>>>>>>>>>>>>>                                                                 follows-
>>>>>>>>>>>>>>                                                                 Error
>>>>>>>>>>>>>>                                                                 Count
>>>>>>>>>>>>>>                                                                 5
>>>>>>>>>>>>>>                                                                 Last
>>>>>>>>>>>>>>                                                                 Error
>>>>>>>>>>>>>>
>>>>>>>>>>>>>>                                                                 com.sun.mail.util.MailConnectException:
>>>>>>>>>>>>>>                                                                 Couldn't
>>>>>>>>>>>>>>                                                                 connect
>>>>>>>>>>>>>>                                                                 to
>>>>>>>>>>>>>>                                                                 host,
>>>>>>>>>>>>>>                                                                 port:
>>>>>>>>>>>>>>                                                                 smtp.gmail.com
>>>>>>>>>>>>>>                                                                 <http://smtp.gmail.com>,
>>>>>>>>>>>>>>                                                                 587;
>>>>>>>>>>>>>>                                                                 timeout
>>>>>>>>>>>>>>                                                                 30000;
>>>>>>>>>>>>>>                                                                 nested
>>>>>>>>>>>>>>                                                                 exception
>>>>>>>>>>>>>>                                                                 is:
>>>>>>>>>>>>>>                                                                 java.net.SocketTimeoutException:
>>>>>>>>>>>>>>                                                                 connect
>>>>>>>>>>>>>>                                                                 timed
>>>>>>>>>>>>>>                                                                 out
>>>>>>>>>>>>>>                                                                 at
>>>>>>>>>>>>>>                                                                 com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:2209)
>>>>>>>>>>>>>>                                                                 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:221)
>>>>>>>>>>>>>>                                                                 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:
>>>>>>>>>>>>>>                                                                 connect
>>>>>>>>>>>>>>                                                                 timed
>>>>>>>>>>>>>>                                                                 out
>>>>>>>>>>>>>>                                                                 at
>>>>>>>>>>>>>>                                                                 java.base/java.net.PlainSocketImpl.socketConnect(Native
>>>>>>>>>>>>>>                                                                 Method)
>>>>>>>>>>>>>>                                                                 at
>>>>>>>>>>>>>>                                                                 java.base/java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:399)
>>>>>>>>>>>>>>                                                                 at
>>>>>>>>>>>>>>                                                                 java.base/java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:242)
>>>>>>>>>>>>>>                                                                 at
>>>>>>>>>>>>>>                                                                 java.base/java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:224)
>>>>>>>>>>>>>>                                                                 at
>>>>>>>>>>>>>>                                                                 java.base/java.net.SocksSocketImpl.connect(SocksSocketImpl.java:403)
>>>>>>>>>>>>>>                                                                 at
>>>>>>>>>>>>>>                                                                 java.base/java.net.Socket.connect(Socket.java:609)
>>>>>>>>>>>>>>                                                                 at
>>>>>>>>>>>>>>                                                                 com.sun.mail.util.SocketFetcher.createSocket(SocketFetcher.java:357)
>>>>>>>>>>>>>>                                                                 at
>>>>>>>>>>>>>>                                                                 com.sun.mail.util.SocketFetcher.getSocket(SocketFetcher.java:238)
>>>>>>>>>>>>>>                                                                 at
>>>>>>>>>>>>>>                                                                 com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:2175)
>>>>>>>>>>>>>>                                                                 ...
>>>>>>>>>>>>>>                                                                 10
>>>>>>>>>>>>>>                                                                 more
>>>>>>>>>>>>>>                                                                 Please
>>>>>>>>>>>>>>                                                                 help.
>>>>>>>>>>>>>>                                                                 Thanks
>>>>>>>>>>>>>>                                                                 Jitendra
>>>>>>>>>>>>>>
>>>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>
>>>>>>
>>>>>>                                                 -- 
>>>>>>                                                 Best regards,
>>>>>>                                                 Maxim
>>>>>>
>>>>>>
>>>>>>
>>>>>>                                     -- 
>>>>>>                                     Best regards,
>>>>>>                                     Maxim
>>>>>>

Re: Mail sending error in openmeetings server

Posted by GuruCoool Learnings <in...@gurucoool.com>.
OS is ubuntu 18.04 LTS.
Restarting the server and restarting the OM are different? I thought they
are same and generally I do it by the command
>> sudo /etc/init.d/tomcat4 restart

Regards
Jitendra

On Sun, 27 Dec 2020 at 18:59, Ali Alhaidary <al...@the5stars.org>
wrote:

> And restart the server, then start OM
> *, openmeetings.log should have something .... *
>
> Ali
> On 12/27/20 4:27 PM, Ali Alhaidary wrote:
>
> What is your OS? check owner of files please
>
> Ali
> On 12/27/20 4:02 PM, GuruCoool Learnings wrote:
>
> These are the files in /opt/open510/logs directory-
>
> catalina.2020-12-11.log  host-manager.2020-12-11.log
>  localhost.2020-12-19.log
> localhost_access_log.2020-12-21.txt  manager.2020-12-26.log
> catalina.2020-12-12.log  host-manager.2020-12-12.log
>  localhost.2020-12-25.log
> localhost_access_log.2020-12-22.txt  manager.2020-12-27.log
> catalina.2020-12-15.log  host-manager.2020-12-15.log
>  localhost.2020-12-26.log
> localhost_access_log.2020-12-23.txt  openmeetings.2020-12-11.0.log
> catalina.2020-12-16.log  host-manager.2020-12-17.log
>  localhost.2020-12-27.log
>  localhost_access_log.2020-12-24.txt  openmeetings.log
> catalina.2020-12-17.log  host-manager.2020-12-18.log
>  localhost_access_log.2020-12-11.txt  localhost_access_log.2020-12-25.txt
>  sessions.2020-12-20.0.log
> catalina.2020-12-18.log  host-manager.2020-12-19.log
>  localhost_access_log.2020-12-12.txt  localhost_access_log.2020-12-26.txt
>  sessions.2020-12-21.0.log
> catalina.2020-12-19.log  host-manager.2020-12-25.log
>  localhost_access_log.2020-12-13.txt  localhost_access_log.2020-12-27.txt
>  sessions.2020-12-22.0.log
> catalina.2020-12-20.log  host-manager.2020-12-26.log
>  localhost_access_log.2020-12-14.txt  manager.2020-12-11.log
> sessions.2020-12-23.0.log
> catalina.2020-12-21.log  host-manager.2020-12-27.log
>  localhost_access_log.2020-12-15.txt  manager.2020-12-12.log
> sessions.2020-12-24.0.log
> catalina.2020-12-24.log  localhost.2020-12-11.log
> localhost_access_log.2020-12-16.txt  manager.2020-12-15.log
> sessions.2020-12-25.0.log
> catalina.2020-12-25.log  localhost.2020-12-12.log
> localhost_access_log.2020-12-17.txt  manager.2020-12-17.log
> sessions.2020-12-26.0.log
> catalina.2020-12-26.log  localhost.2020-12-15.log
> localhost_access_log.2020-12-18.txt  manager.2020-12-18.log
> sessions.log
> catalina.2020-12-27.log  localhost.2020-12-17.log
> localhost_access_log.2020-12-19.txt  manager.2020-12-19.log
> catalina.out                     localhost.2020-12-18.log
> localhost_access_log.2020-12-20.txt  manager.2020-12-25.log
>
> I earlier renamed openmeetings to sessions so I checked in sessions.log.
> openmeetings.log is empty after I deleted the content.
>
> Regards
> Jitendra
>
> On Sun, 27 Dec 2020 at 18:25, GuruCoool Learnings <in...@gurucoool.com>
> wrote:
>
>> This is all I got after deleting the content and starting the OM again.
>>
>> Regards
>> Jitendra
>>
>> On Sun, 27 Dec 2020 at 18:24, Ali Alhaidary <al...@the5stars.org>
>> wrote:
>>
>>> These entries does not show the service did not start, where is the rest
>>> ?
>>>
>>> Ali
>>>
>>>
>>> On 12/27/20 3:33 PM, GuruCoool Learnings wrote:
>>>
>>> I followed the steps suggested by you and here is what I got in
>>> openmeetings.log ( NOT STARTED)-
>>>
>>> INFO 12-27 12:24:43.292 o.s.w.c.ContextLoader:271 [main] - Root
>>> WebApplicationContext: initialization started
>>>  INFO 12-27 12:24:46.420 o.s.o.j.LocalEntityManagerFactoryBean:434
>>> [main] - Initialized JPA EntityManagerFactory for pe$ INFO 12-27
>>> 12:24:47.633 o.s.s.c.ThreadPoolTaskExecutor:181 [main] - Initializing
>>> ExecutorService 'taskExecutor'
>>> DEBUG 12-27 12:24:47.844 o.a.o.c.r.KurentoHandler:151 [pool-1-thread-1]
>>> - Reconnecting KMS
>>>  INFO 12-27 12:24:48.098 o.k.j.c.JsonRpcClientNettyWebSocket:191
>>> [pool-1-thread-1] -  Connecting native client
>>>  INFO 12-27 12:24:48.102 o.k.j.c.JsonRpcClientNettyWebSocket:220
>>> [pool-1-thread-1] -  Creating new NioEventLoopGroup
>>>  INFO 12-27 12:24:48.792 o.k.j.c.JsonRpcClientNettyWebSocket:234
>>> [ntLoopGroup-2-1] -  Initiating new Netty channel. Wil$ INFO 12-27
>>> 12:24:48.919 o.q.i.StdSchedulerFactory:1220 [main] - Using default
>>> implementation for ThreadExecutor
>>>  INFO 12-27 12:24:49.015 o.q.c.SchedulerSignalerImpl:61 [main] -
>>> Initialized Scheduler Signaller of type: class org.qua$ INFO 12-27
>>> 12:24:49.016 o.q.c.QuartzScheduler:229 [main] - Quartz Scheduler v.2.3.2
>>> created.
>>>  INFO 12-27 12:24:49.018 o.q.s.RAMJobStore:155 [main] - RAMJobStore
>>> initialized.
>>>  INFO 12-27 12:24:49.043 o.q.c.QuartzScheduler:294 [main] - Scheduler
>>> meta-data: Quartz Scheduler (v2.3.2) 'org.springf$  Scheduler class:
>>> 'org.quartz.core.QuartzScheduler' - running locally.
>>>   NOT STARTED.
>>>   Currently in standby mode.
>>>   Number of jobs executed: 0
>>>   Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 10
>>> threads.
>>>   Using job-store 'org.quartz.simpl.RAMJobStore' - which does not
>>> support persistence. and is not clustered.
>>>
>>>  INFO 12-27 12:24:49.044 o.q.i.StdSchedulerFactory:1374 [main] - Quartz
>>> scheduler 'org.springframework.scheduling.quart$ INFO 12-27 12:24:49.044
>>> o.q.i.StdSchedulerFactory:1378 [main] - Quartz scheduler version: 2.3.2
>>>  INFO 12-27 12:24:49.051 o.q.c.QuartzScheduler:2293 [main] - JobFactory
>>> set to: org.springframework.scheduling.quartz.A$ INFO 12-27 12:24:49.098
>>> o.s.s.q.SchedulerFactoryBean:727 [main] - Starting Quartz Scheduler now
>>>  INFO 12-27 12:24:49.099 o.q.c.QuartzScheduler:547 [main] - Scheduler
>>> org.springframework.scheduling.quartz.SchedulerFa$ INFO 12-27 12:24:49.133
>>> o.s.w.c.ContextLoader:307 [main] - Root WebApplicationContext initialized
>>> in 5832 ms
>>> INFO 12-27 12:24:49.255 o.a.w.u.f.WebXmlFile:235 [main] - web.xml: url
>>> mapping found for filter with name Openmeetings$ INFO 12-27 12:24:49.520
>>> o.a.o.c.r.KurentoHandler:181 [pool-1-thread-1] - !!! Kurento connected
>>>  INFO 12-27 12:24:49.780 o.a.w.Application:558 [main] -
>>> [OpenmeetingsApplication] init: org.wicketstuff.dashboard.Dashb$ INFO 12-27
>>> 12:24:51.296 o.a.w.Application:558 [main] - [OpenmeetingsApplication] init:
>>> Wicket core library initializer
>>>  INFO 12-27 12:24:51.304 o.a.w.Application:558 [main] -
>>> [OpenmeetingsApplication] init: Wicket jQuery UI initializer
>>>  INFO 12-27 12:24:51.312 o.a.w.Application:558 [main] -
>>> [OpenmeetingsApplication] init: Wicket jQuery UI initializer (p$ INFO 12-27
>>> 12:24:51.318 o.a.w.Application:558 [main] - [OpenmeetingsApplication] init:
>>> Wicket extensions initializer
>>>  INFO 12-27 12:24:51.410 o.a.w.Application:558 [main] -
>>> [OpenmeetingsApplication] init: DevUtils DebugBar Initializer
>>>  INFO 12-27 12:24:57.181 c.h.system:65 [main] - [172.105.37.153]:5701
>>> [dev] [4.1] Hazelcast 4.1 (20201104 - 2a1a477) st$
>>>
>>> The server has not started. Can I do anything in this case?
>>>
>>> Regards
>>> Jitendra
>>>
>>> On Sun, 27 Dec 2020 at 17:36, Ali Alhaidary <al...@the5stars.org>
>>> wrote:
>>>
>>>> 1. stop om service
>>>>
>>>> 2. delete the contents of openmeetings.log
>>>>
>>>> 3. start om service
>>>>
>>>> 4. check openmeetings.log
>>>>
>>>>
>>>> On 12/27/20 2:17 PM, GuruCoool Learnings wrote:
>>>>
>>>> Since I am now not able to access the localhost url so please help
>>>> which file I can update smtp records in?
>>>>
>>>> Regards
>>>> Jitendra
>>>>
>>>> On Sun, 27 Dec 2020 at 14:33, GuruCoool Learnings <in...@gurucoool.com>
>>>> wrote:
>>>>
>>>>> These are a few last lines-
>>>>>
>>>>> DEBUG 12-27 03:07:14.300 o.a.o.w.a.WebSession:223 [nio-5443-exec-3] -
>>>>> checkHashes, secure: 'null', invitation:
>>>>> 'ff51cfbd-4797-4f30-9d60-3f78955f00b4'
>>>>> DEBUG 12-27 03:07:14.338 o.a.o.w.a.WebSession:225 [nio-5443-exec-3] -
>>>>> checkHashes, has soap in session ? 'false'
>>>>> DEBUG 12-27 03:07:14.420 o.a.o.w.a.ClientManager:352 [nio-5443-exec-3]
>>>>> - Cluster:: The only server found
>>>>> DEBUG 12-27 03:07:14.492 o.a.o.d.u.AuthLevelUtil:40 [nio-5443-exec-3]
>>>>> - Level ADMIN :: [DENIED]
>>>>> DEBUG 12-27 03:07:14.498 o.a.o.d.u.AuthLevelUtil:40 [nio-5443-exec-3]
>>>>> - Level GROUP_ADMIN :: [DENIED]
>>>>> DEBUG 12-27 03:07:14.519 o.a.o.d.u.AuthLevelUtil:40 [nio-5443-exec-3]
>>>>> - Level ADMIN :: [DENIED]
>>>>> DEBUG 12-27 03:07:14.525 o.a.o.d.u.AuthLevelUtil:40 [nio-5443-exec-3]
>>>>> - Level ADMIN :: [DENIED]
>>>>> DEBUG 12-27 03:07:14.566 o.a.o.w.c.OmWebSocketPanel:74
>>>>> [nio-5443-exec-3] - pingTimer is attached
>>>>> DEBUG 12-27 03:07:18.703 o.a.o.d.d.l.ConferenceLogDao:52
>>>>> [nio-5443-exec-1] - [add]:
>>>>> org.apache.openmeetings.db.entity.log.ConferenceLog@7a836ea7
>>>>> DEBUG 12-27 03:07:18.718 o.a.o.w.a.ClientManager:126 [nio-5443-exec-1]
>>>>> - Adding online client: 2b627591-eeb1-4c49-8b8c-c5a6528634af, room: null
>>>>> DEBUG 12-27 03:07:18.728 o.a.o.w.c.MainPanel:160 [nio-5443-exec-1] -
>>>>> WebSocketBehavior::onConnect [uid: 2b627591-eeb1-4c49-8b8c-c5a6528634af,
>>>>> session: F307B900D3DFADE9$DEBUG 12-27 03:07:18.752
>>>>> o.a.o.d.d.l.ConferenceLogDao:52 [nio-5443-exec-1] - [add]:
>>>>> org.apache.openmeetings.db.entity.log.ConferenceLog@5cb63b3c
>>>>> DEBUG 12-27 03:07:18.757 o.a.o.w.a.ClientManager:257 [nio-5443-exec-1]
>>>>> - Adding online room client: 2b627591-eeb1-4c49-8b8c-c5a6528634af, room: 11
>>>>> DEBUG 12-27 03:07:18.764 o.a.o.w.a.ClientManager:275 [nio-5443-exec-1]
>>>>> - Cluster:: room 11 was not found for server 'server-1', adding ...
>>>>> DEBUG 12-27 03:07:18.765 o.a.o.w.a.ClientManager:448 [nio-5443-exec-1]
>>>>> - Cluster:: room 11 is added to server, whole list [11]
>>>>> DEBUG 12-27 03:07:18.766 o.a.o.w.a.ClientManager:114 [erver-1.event-1]
>>>>> - Cluster:: Server was updated server-1 -> ServerInfo[rooms: [11]]
>>>>> DEBUG 12-27 03:07:18.770 o.a.o.d.u.AuthLevelUtil:40 [nio-5443-exec-1]
>>>>> - Level ADMIN :: [DENIED]
>>>>>  INFO 12-27 03:07:18.771 o.a.o.w.r.RoomPanel:395 [nio-5443-exec-1] -
>>>>> Setting rights for client:: [AUDIO, VIDEO] -> false
>>>>> DEBUG 12-27 03:07:18.783 o.a.o.d.u.AuthLevelUtil:40 [nio-5443-exec-1]
>>>>> - Level ADMIN :: [DENIED]
>>>>> DEBUG 12-27 03:07:18.789 o.a.o.d.d.r.PollDao:87 [nio-5443-exec-1] -
>>>>>  :: getPoll :: 11
>>>>> DEBUG 12-27 03:07:18.799 o.a.o.d.d.r.PollDao:98 [nio-5443-exec-1] -
>>>>>  :: getArchived :: 11
>>>>> DEBUG 12-27 03:07:18.829 o.a.o.d.d.f.FileItemDao:55 [nio-5443-exec-1]
>>>>> - getByOwner() started
>>>>> DEBUG 12-27 03:07:18.832 o.a.o.d.d.f.FileItemDao:50 [nio-5443-exec-1]
>>>>> - getByRoom roomId :: 11
>>>>>  WARN 12-27 03:07:23.779 o.a.o.w.a.TimerService:69 [Thread-2609] -
>>>>> Moderator room check 11
>>>>>  WARN 12-27 03:07:23.783 o.a.o.w.r.RoomPanel:588 [Thread-2611] - !!
>>>>> moderatorInRoom: false
>>>>>
>>>>> Jitendra
>>>>>
>>>>> On Sun, 27 Dec 2020 at 14:31, GuruCoool Learnings <in...@gurucoool.com>
>>>>> wrote:
>>>>>
>>>>>> I checked but couldn't trace.
>>>>>>
>>>>>> Honestly, I am not friendly with these processes. I am not a coder or
>>>>>> developer. I am a maths teacher and anyhow set up the server with the help
>>>>>> of the documentation provided by openmeetings.
>>>>>>
>>>>>> Regards
>>>>>> Jitendra
>>>>>>
>>>>>> On Sun, 27 Dec 2020 at 13:02, Ali Alhaidary <
>>>>>> ali.alhaidary@the5stars.org> wrote:
>>>>>>
>>>>>>> Could be, check openmeetings.log to see if the service has started
>>>>>>> ...
>>>>>>>
>>>>>>> Ali
>>>>>>>
>>>>>>>
>>>>>>> On 12/27/20 10:26 AM, GuruCoool Learnings wrote:
>>>>>>>
>>>>>>> One more thing I remember I did. In OM >> Administration >>
>>>>>>> Configuration, I erased the records of smtp records like server email, port
>>>>>>> number etc.
>>>>>>> Can this be a reason for "This site can’t be reached"?
>>>>>>>
>>>>>>> On Sun, 27 Dec 2020 at 12:43, GuruCoool Learnings <
>>>>>>> info@gurucoool.com> wrote:
>>>>>>>
>>>>>>>> I was trying to check the ports by the command
>>>>>>>> netstat -a -n
>>>>>>>>
>>>>>>>> and made no change there. After that I just restarted the server
>>>>>>>> and unfortunately, the server is not accessible.
>>>>>>>> It says,"This site can’t be reached".
>>>>>>>>
>>>>>>>> I don't know what to do now.
>>>>>>>>
>>>>>>>> Regards
>>>>>>>> Jitendra
>>>>>>>>
>>>>>>>> On Sun, 27 Dec 2020 at 11:54, Maxim Solodovnik <
>>>>>>>> solomax666@gmail.com> wrote:
>>>>>>>>
>>>>>>>>> please read this article:
>>>>>>>>> https://support.google.com/a/answer/176600?hl=en
>>>>>>>>> Especially this Use the Gmail SMTP server part
>>>>>>>>>
>>>>>>>>> as i wrote before
>>>>>>>>> for TLS (port 587) you have to enable "mail.smtp.starttls.enable"
>>>>>>>>> in OM -> Admin -> Config
>>>>>>>>> for SSL (port 465) you have to enable "mail.smtp.ssl.enable" in OM
>>>>>>>>> -> Admin -> Config
>>>>>>>>>
>>>>>>>>> and check if connection to smtp.gmail.com through the port
>>>>>>>>> selected is allowed from your OM server
>>>>>>>>>
>>>>>>>>> On Sun, 27 Dec 2020 at 12:09, GuruCoool Learnings <
>>>>>>>>> info@gurucoool.com> wrote:
>>>>>>>>>
>>>>>>>>>> Hello dear Maxim,
>>>>>>>>>> By security options, do you mean Forwarding and POP/IMAP in my
>>>>>>>>>> Gmail?
>>>>>>>>>> If yes, I have enabled it already. If no, then please guide me
>>>>>>>>>> what exactly I need to do for correct security options.
>>>>>>>>>>
>>>>>>>>>> Also, you mentioned about firewall settings, please guide me on
>>>>>>>>>> this also.
>>>>>>>>>>
>>>>>>>>>> Thanks and regards
>>>>>>>>>> Jitendra
>>>>>>>>>>
>>>>>>>>>> On Sat, 26 Dec 2020 at 08:37, GuruCoool Learnings <
>>>>>>>>>> info@gurucoool.com> wrote:
>>>>>>>>>>
>>>>>>>>>>> Thanks. Please guide me for correct security options and
>>>>>>>>>>> firewall settings. I am not savy with these processes.
>>>>>>>>>>>
>>>>>>>>>>> Thanks & Regards
>>>>>>>>>>> Jitendra
>>>>>>>>>>>
>>>>>>>>>>> On Sat, Dec 26, 2020, 07:18 Maxim Solodovnik <
>>>>>>>>>>> solomax666@gmail.com> wrote:
>>>>>>>>>>>
>>>>>>>>>>>> The correct settings for gmail are here:
>>>>>>>>>>>> https://support.google.com/mail/answer/7126229?hl=en
>>>>>>>>>>>>
>>>>>>>>>>>> You have to specify only ONE of
>>>>>>>>>>>> mail.smtp.starttls.enable
>>>>>>>>>>>> mail.smtp.ssl.enable
>>>>>>>>>>>>
>>>>>>>>>>>> timeout error might be because you are not setting correct
>>>>>>>>>>>> security option
>>>>>>>>>>>> Or maybe your provider/firewall blocks the connection
>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>> On Fri, 25 Dec 2020 at 22:20, GuruCoool Learnings <
>>>>>>>>>>>> info@gurucoool.com> wrote:
>>>>>>>>>>>>
>>>>>>>>>>>>> Nothing happened even after restarting the server.
>>>>>>>>>>>>>
>>>>>>>>>>>>> Jitendra
>>>>>>>>>>>>>
>>>>>>>>>>>>> On Fri, 25 Dec 2020 at 13:44, GuruCoool Learnings <
>>>>>>>>>>>>> info@gurucoool.com> wrote:
>>>>>>>>>>>>>
>>>>>>>>>>>>>> Okay. I will try and then will let you know.
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> Thanks
>>>>>>>>>>>>>> Jitendra
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> On Fri, Dec 25, 2020, 13:29 Ali Alhaidary <
>>>>>>>>>>>>>> ali.alhaidary@the5stars.org> wrote:
>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> You must restart the server so tat any new settings can take
>>>>>>>>>>>>>>> effect
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> Ali
>>>>>>>>>>>>>>> On 12/25/20 3:54 AM, GuruCoool Learnings wrote:
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> It shows error message in OM email management section only.
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> Jitendra
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> On Fri, Dec 25, 2020, 01:17 Alvaro <zu...@gmail.com>
>>>>>>>>>>>>>>> wrote:
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> ...right now i tested my OM 5.1.0 at localhost  and gmail
>>>>>>>>>>>>>>>> configuration and send mail ok to "user...@gmail.com".
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> Please take a look in your spam Gmail web.
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> .....................
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> El jue, 24-12-2020 a las 23:20 +0530, GuruCoool Learnings
>>>>>>>>>>>>>>>> escribió:
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> Tried both 587 and 465 one by one but didn't find any
>>>>>>>>>>>>>>>> solution. However thanks for your replies.
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> I have one more query. generally openmeetings generates
>>>>>>>>>>>>>>>> user specific invitation links. Is it possible to create invitation links
>>>>>>>>>>>>>>>> that can be given to anyone who is not registered on my server?
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> On Thu, 24 Dec 2020 at 23:16, Ali Alhaidary <
>>>>>>>>>>>>>>>> ali.alhaidary@the5stars.org> wrote:
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> It did not work with me as well :-)
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> try port 465
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> Ali
>>>>>>>>>>>>>>>> On 12/24/20 8:23 PM, GuruCoool Learnings wrote:
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> gurucoool.com is my main site where I use the same gmail
>>>>>>>>>>>>>>>> smtp details that I want to use with openmeetings. Gmail smtp works fine
>>>>>>>>>>>>>>>> with my main site gurucoool.com but is not working with
>>>>>>>>>>>>>>>> openmeetings.
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> On Thu, 24 Dec 2020 at 13:05, Ali Alhaidary <
>>>>>>>>>>>>>>>> ali.alhaidary@the5stars.org> wrote:
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> I think you should use the SMTP of gurucool.com instead
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> Ali
>>>>>>>>>>>>>>>> On 12/24/20 10:06 AM, GuruCoool Learnings wrote:
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> Hi Ali,
>>>>>>>>>>>>>>>> I have followed the guidelines provided by the openmeetings
>>>>>>>>>>>>>>>> documentation which is as follows-
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> A valid example to configure the mail server with Gmail, is
>>>>>>>>>>>>>>>> as follows:
>>>>>>>>>>>>>>>> (replace john@gmail.com with your real Gmail account)
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> Mail-Refer == info@gurucoool.com
>>>>>>>>>>>>>>>> SMTP-Server == smtp.gmail.com
>>>>>>>>>>>>>>>> SMTP-Server Port (default
>>>>>>>>>>>>>>>> Smtp-Server Port is 25) == 587
>>>>>>>>>>>>>>>> SMTP-Username == info@gurucoool.com
>>>>>>>>>>>>>>>> SMTP-Userpass == password of info@gurucoool.com (this is
>>>>>>>>>>>>>>>> the one I use to open the mail box at info@gurucoool.com)
>>>>>>>>>>>>>>>> Enable TLS in Mail Server Auth == ...turn green the button
>>>>>>>>>>>>>>>> to activate
>>>>>>>>>>>>>>>> Default Language == English
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> ...the rest you can change it as you likes.
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> However can it would be a great help if you can clarify
>>>>>>>>>>>>>>>> what actually you mean by the following-
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> Host name is wrong or
>>>>>>>>>>>>>>>> Connection security is wrong or
>>>>>>>>>>>>>>>> service is not available or
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> Thanks
>>>>>>>>>>>>>>>> Jitendra
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> On Thu, 24 Dec 2020 at 11:24, Ali Alhaidary <
>>>>>>>>>>>>>>>> ali.alhaidary@the5stars.org> wrote:
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> Hi,
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> It is either:
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> Host name is wrong or
>>>>>>>>>>>>>>>> SMTP server name is wrong or
>>>>>>>>>>>>>>>> Port number is wrong or
>>>>>>>>>>>>>>>> Connection security is wrong or
>>>>>>>>>>>>>>>> User name is wrong or
>>>>>>>>>>>>>>>> pass word is wrong or
>>>>>>>>>>>>>>>> service is not available or
>>>>>>>>>>>>>>>> some of the above or
>>>>>>>>>>>>>>>> all of the above
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> Try searching the mailing list, the solution is there as
>>>>>>>>>>>>>>>> you need to check each and every one ...
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> :-)
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> On 12/23/20 2:18 PM, GuruCoool Learnings wrote:
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> Hi,
>>>>>>>>>>>>>>>> I am facing mail sending error in my openmeetings server.
>>>>>>>>>>>>>>>> Whenever I try to send a mail I get an error message as follows-
>>>>>>>>>>>>>>>> Error Count 5
>>>>>>>>>>>>>>>> Last Error
>>>>>>>>>>>>>>>> com.sun.mail.util.MailConnectException: Couldn't connect to
>>>>>>>>>>>>>>>> host, port: smtp.gmail.com, 587; timeout 30000; nested
>>>>>>>>>>>>>>>> exception is: java.net.SocketTimeoutException: connect timed out at
>>>>>>>>>>>>>>>> com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:2209) 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:221)
>>>>>>>>>>>>>>>> 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: connect timed out at
>>>>>>>>>>>>>>>> java.base/java.net.PlainSocketImpl.socketConnect(Native Method) at
>>>>>>>>>>>>>>>> java.base/java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:399)
>>>>>>>>>>>>>>>> at
>>>>>>>>>>>>>>>> java.base/java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:242)
>>>>>>>>>>>>>>>> at
>>>>>>>>>>>>>>>> java.base/java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:224)
>>>>>>>>>>>>>>>> at java.base/java.net.SocksSocketImpl.connect(SocksSocketImpl.java:403) at
>>>>>>>>>>>>>>>> java.base/java.net.Socket.connect(Socket.java:609) at
>>>>>>>>>>>>>>>> com.sun.mail.util.SocketFetcher.createSocket(SocketFetcher.java:357) at
>>>>>>>>>>>>>>>> com.sun.mail.util.SocketFetcher.getSocket(SocketFetcher.java:238) at
>>>>>>>>>>>>>>>> com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:2175) ... 10
>>>>>>>>>>>>>>>> more
>>>>>>>>>>>>>>>> Please help.
>>>>>>>>>>>>>>>> Thanks
>>>>>>>>>>>>>>>> Jitendra
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>> --
>>>>>>>>>>>> Best regards,
>>>>>>>>>>>> Maxim
>>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>
>>>>>>>>> --
>>>>>>>>> Best regards,
>>>>>>>>> Maxim
>>>>>>>>>
>>>>>>>>

Re: Mail sending error in openmeetings server

Posted by Ali Alhaidary <al...@the5stars.org>.
And restart the server, then start OM*, openmeetings.log should have 
something ....
*

Ali

On 12/27/20 4:27 PM, Ali Alhaidary wrote:
>
> What is your OS? check owner of files please
>
> Ali
>
> On 12/27/20 4:02 PM, GuruCoool Learnings wrote:
>> These are the files in /opt/open510/logs directory-
>>
>> catalina.2020-12-11.log  host-manager.2020-12-11.log 
>>  localhost.2020-12-19.log localhost_access_log.2020-12-21.txt 
>>  manager.2020-12-26.log
>> catalina.2020-12-12.log  host-manager.2020-12-12.log 
>>  localhost.2020-12-25.log localhost_access_log.2020-12-22.txt 
>>  manager.2020-12-27.log
>> catalina.2020-12-15.log  host-manager.2020-12-15.log 
>>  localhost.2020-12-26.log localhost_access_log.2020-12-23.txt 
>>  openmeetings.2020-12-11.0.log
>> catalina.2020-12-16.log  host-manager.2020-12-17.log 
>>  localhost.2020-12-27.log  localhost_access_log.2020-12-24.txt 
>>  openmeetings.log
>> catalina.2020-12-17.log  host-manager.2020-12-18.log 
>>  localhost_access_log.2020-12-11.txt 
>>  localhost_access_log.2020-12-25.txt  sessions.2020-12-20.0.log
>> catalina.2020-12-18.log  host-manager.2020-12-19.log 
>>  localhost_access_log.2020-12-12.txt 
>>  localhost_access_log.2020-12-26.txt  sessions.2020-12-21.0.log
>> catalina.2020-12-19.log  host-manager.2020-12-25.log 
>>  localhost_access_log.2020-12-13.txt 
>>  localhost_access_log.2020-12-27.txt  sessions.2020-12-22.0.log
>> catalina.2020-12-20.log  host-manager.2020-12-26.log 
>>  localhost_access_log.2020-12-14.txt  manager.2020-12-11.log         
>>       sessions.2020-12-23.0.log
>> catalina.2020-12-21.log  host-manager.2020-12-27.log 
>>  localhost_access_log.2020-12-15.txt  manager.2020-12-12.log         
>>       sessions.2020-12-24.0.log
>> catalina.2020-12-24.log  localhost.2020-12-11.log 
>> localhost_access_log.2020-12-16.txt  manager.2020-12-15.log           
>>     sessions.2020-12-25.0.log
>> catalina.2020-12-25.log  localhost.2020-12-12.log 
>> localhost_access_log.2020-12-17.txt  manager.2020-12-17.log           
>>     sessions.2020-12-26.0.log
>> catalina.2020-12-26.log  localhost.2020-12-15.log 
>> localhost_access_log.2020-12-18.txt  manager.2020-12-18.log           
>>     sessions.log
>> catalina.2020-12-27.log  localhost.2020-12-17.log 
>> localhost_access_log.2020-12-19.txt  manager.2020-12-19.log
>> catalina.out                     localhost.2020-12-18.log       
>> localhost_access_log.2020-12-20.txt  manager.2020-12-25.log
>>
>> I earlier renamed openmeetings to sessions so I checked in 
>> sessions.log. openmeetings.log is empty after I deleted the content.
>>
>> Regards
>> Jitendra
>>
>> On Sun, 27 Dec 2020 at 18:25, GuruCoool Learnings <info@gurucoool.com 
>> <ma...@gurucoool.com>> wrote:
>>
>>     This is all I got after deleting the content and starting the OM
>>     again.
>>
>>     Regards
>>     Jitendra
>>
>>     On Sun, 27 Dec 2020 at 18:24, Ali Alhaidary
>>     <ali.alhaidary@the5stars.org
>>     <ma...@the5stars.org>> wrote:
>>
>>         These entries does not show the service did not start, where
>>         is the rest ?
>>
>>         Ali
>>
>>
>>         On 12/27/20 3:33 PM, GuruCoool Learnings wrote:
>>>         I followed the steps suggested by you and here is what I got
>>>         in openmeetings.log ( NOT STARTED)-
>>>
>>>         INFO 12-27 12:24:43.292 o.s.w.c.ContextLoader:271 [main] -
>>>         Root WebApplicationContext: initialization started
>>>          INFO 12-27 12:24:46.420
>>>         o.s.o.j.LocalEntityManagerFactoryBean:434 [main] -
>>>         Initialized JPA EntityManagerFactory for pe$ INFO 12-27
>>>         12:24:47.633 o.s.s.c.ThreadPoolTaskExecutor:181 [main] -
>>>         Initializing ExecutorService 'taskExecutor'
>>>         DEBUG 12-27 12:24:47.844 o.a.o.c.r.KurentoHandler:151
>>>         [pool-1-thread-1] - Reconnecting KMS
>>>          INFO 12-27 12:24:48.098
>>>         o.k.j.c.JsonRpcClientNettyWebSocket:191 [pool-1-thread-1] -
>>>          Connecting native client
>>>          INFO 12-27 12:24:48.102
>>>         o.k.j.c.JsonRpcClientNettyWebSocket:220 [pool-1-thread-1] -
>>>          Creating new NioEventLoopGroup
>>>          INFO 12-27 12:24:48.792
>>>         o.k.j.c.JsonRpcClientNettyWebSocket:234 [ntLoopGroup-2-1] -
>>>          Initiating new Netty channel. Wil$ INFO 12-27 12:24:48.919
>>>         o.q.i.StdSchedulerFactory:1220 [main] - Using default
>>>         implementation for ThreadExecutor
>>>          INFO 12-27 12:24:49.015 o.q.c.SchedulerSignalerImpl:61
>>>         [main] - Initialized Scheduler Signaller of type: class
>>>         org.qua$ INFO 12-27 12:24:49.016 o.q.c.QuartzScheduler:229
>>>         [main] - Quartz Scheduler v.2.3.2 created.
>>>          INFO 12-27 12:24:49.018 o.q.s.RAMJobStore:155 [main] -
>>>         RAMJobStore initialized.
>>>          INFO 12-27 12:24:49.043 o.q.c.QuartzScheduler:294 [main] -
>>>         Scheduler meta-data: Quartz Scheduler (v2.3.2) 'org.springf$
>>>          Scheduler class: 'org.quartz.core.QuartzScheduler' -
>>>         running locally.
>>>           NOT STARTED.
>>>           Currently in standby mode.
>>>           Number of jobs executed: 0
>>>           Using thread pool 'org.quartz.simpl.SimpleThreadPool' -
>>>         with 10 threads.
>>>           Using job-store 'org.quartz.simpl.RAMJobStore' - which
>>>         does not support persistence. and is not clustered.
>>>
>>>          INFO 12-27 12:24:49.044 o.q.i.StdSchedulerFactory:1374
>>>         [main] - Quartz scheduler
>>>         'org.springframework.scheduling.quart$ INFO 12-27
>>>         12:24:49.044 o.q.i.StdSchedulerFactory:1378 [main] - Quartz
>>>         scheduler version: 2.3.2
>>>          INFO 12-27 12:24:49.051 o.q.c.QuartzScheduler:2293 [main] -
>>>         JobFactory set to: org.springframework.scheduling.quartz.A$
>>>         INFO 12-27 12:24:49.098 o.s.s.q.SchedulerFactoryBean:727
>>>         [main] - Starting Quartz Scheduler now
>>>          INFO 12-27 12:24:49.099 o.q.c.QuartzScheduler:547 [main] -
>>>         Scheduler org.springframework.scheduling.quartz.SchedulerFa$
>>>         INFO 12-27 12:24:49.133 o.s.w.c.ContextLoader:307 [main] -
>>>         Root WebApplicationContext initialized in 5832 ms
>>>         INFO 12-27 12:24:49.255 o.a.w.u.f.WebXmlFile:235 [main] -
>>>         web.xml: url mapping found for filter with name
>>>         Openmeetings$ INFO 12-27 12:24:49.520
>>>         o.a.o.c.r.KurentoHandler:181 [pool-1-thread-1] - !!! Kurento
>>>         connected
>>>          INFO 12-27 12:24:49.780 o.a.w.Application:558 [main] -
>>>         [OpenmeetingsApplication] init:
>>>         org.wicketstuff.dashboard.Dashb$ INFO 12-27 12:24:51.296
>>>         o.a.w.Application:558 [main] - [OpenmeetingsApplication]
>>>         init: Wicket core library initializer
>>>          INFO 12-27 12:24:51.304 o.a.w.Application:558 [main] -
>>>         [OpenmeetingsApplication] init: Wicket jQuery UI initializer
>>>          INFO 12-27 12:24:51.312 o.a.w.Application:558 [main] -
>>>         [OpenmeetingsApplication] init: Wicket jQuery UI initializer
>>>         (p$ INFO 12-27 12:24:51.318 o.a.w.Application:558 [main] -
>>>         [OpenmeetingsApplication] init: Wicket extensions initializer
>>>          INFO 12-27 12:24:51.410 o.a.w.Application:558 [main] -
>>>         [OpenmeetingsApplication] init: DevUtils DebugBar Initializer
>>>          INFO 12-27 12:24:57.181 c.h.system:65 [main] -
>>>         [172.105.37.153]:5701 [dev] [4.1] Hazelcast 4.1 (20201104 -
>>>         2a1a477) st$
>>>
>>>         The server has not started. Can I do anything in this case?
>>>
>>>         Regards
>>>         Jitendra
>>>
>>>         On Sun, 27 Dec 2020 at 17:36, Ali Alhaidary
>>>         <ali.alhaidary@the5stars.org
>>>         <ma...@the5stars.org>> wrote:
>>>
>>>             1. stop om service
>>>
>>>             2. delete the contents of openmeetings.log
>>>
>>>             3. start om service
>>>
>>>             4. check openmeetings.log
>>>
>>>
>>>             On 12/27/20 2:17 PM, GuruCoool Learnings wrote:
>>>>             Since I am now not able to access the localhost url so
>>>>             please help which file I can update smtp records in?
>>>>
>>>>             Regards
>>>>             Jitendra
>>>>
>>>>             On Sun, 27 Dec 2020 at 14:33, GuruCoool Learnings
>>>>             <info@gurucoool.com <ma...@gurucoool.com>> wrote:
>>>>
>>>>                 These are a few last lines-
>>>>
>>>>                 DEBUG 12-27 03:07:14.300 o.a.o.w.a.WebSession:223
>>>>                 [nio-5443-exec-3] - checkHashes, secure: 'null',
>>>>                 invitation: 'ff51cfbd-4797-4f30-9d60-3f78955f00b4'
>>>>                 DEBUG 12-27 03:07:14.338 o.a.o.w.a.WebSession:225
>>>>                 [nio-5443-exec-3] - checkHashes, has soap in
>>>>                 session ? 'false'
>>>>                 DEBUG 12-27 03:07:14.420
>>>>                 o.a.o.w.a.ClientManager:352 [nio-5443-exec-3] -
>>>>                 Cluster:: The only server found
>>>>                 DEBUG 12-27 03:07:14.492 o.a.o.d.u.AuthLevelUtil:40
>>>>                 [nio-5443-exec-3] - Level ADMIN :: [DENIED]
>>>>                 DEBUG 12-27 03:07:14.498 o.a.o.d.u.AuthLevelUtil:40
>>>>                 [nio-5443-exec-3] - Level GROUP_ADMIN :: [DENIED]
>>>>                 DEBUG 12-27 03:07:14.519 o.a.o.d.u.AuthLevelUtil:40
>>>>                 [nio-5443-exec-3] - Level ADMIN :: [DENIED]
>>>>                 DEBUG 12-27 03:07:14.525 o.a.o.d.u.AuthLevelUtil:40
>>>>                 [nio-5443-exec-3] - Level ADMIN :: [DENIED]
>>>>                 DEBUG 12-27 03:07:14.566
>>>>                 o.a.o.w.c.OmWebSocketPanel:74 [nio-5443-exec-3] -
>>>>                 pingTimer is attached
>>>>                 DEBUG 12-27 03:07:18.703
>>>>                 o.a.o.d.d.l.ConferenceLogDao:52 [nio-5443-exec-1] -
>>>>                 [add]:
>>>>                 org.apache.openmeetings.db.entity.log.ConferenceLog@7a836ea7
>>>>                 DEBUG 12-27 03:07:18.718
>>>>                 o.a.o.w.a.ClientManager:126 [nio-5443-exec-1] -
>>>>                 Adding online client:
>>>>                 2b627591-eeb1-4c49-8b8c-c5a6528634af, room: null
>>>>                 DEBUG 12-27 03:07:18.728 o.a.o.w.c.MainPanel:160
>>>>                 [nio-5443-exec-1] - WebSocketBehavior::onConnect
>>>>                 [uid: 2b627591-eeb1-4c49-8b8c-c5a6528634af,
>>>>                 session: F307B900D3DFADE9$DEBUG 12-27 03:07:18.752
>>>>                 o.a.o.d.d.l.ConferenceLogDao:52 [nio-5443-exec-1] -
>>>>                 [add]:
>>>>                 org.apache.openmeetings.db.entity.log.ConferenceLog@5cb63b3c
>>>>                 DEBUG 12-27 03:07:18.757
>>>>                 o.a.o.w.a.ClientManager:257 [nio-5443-exec-1] -
>>>>                 Adding online room client:
>>>>                 2b627591-eeb1-4c49-8b8c-c5a6528634af, room: 11
>>>>                 DEBUG 12-27 03:07:18.764
>>>>                 o.a.o.w.a.ClientManager:275 [nio-5443-exec-1] -
>>>>                 Cluster:: room 11 was not found for server
>>>>                 'server-1', adding ...
>>>>                 DEBUG 12-27 03:07:18.765
>>>>                 o.a.o.w.a.ClientManager:448 [nio-5443-exec-1] -
>>>>                 Cluster:: room 11 is added to server, whole list [11]
>>>>                 DEBUG 12-27 03:07:18.766
>>>>                 o.a.o.w.a.ClientManager:114 [erver-1.event-1] -
>>>>                 Cluster:: Server was updated server-1 ->
>>>>                 ServerInfo[rooms: [11]]
>>>>                 DEBUG 12-27 03:07:18.770 o.a.o.d.u.AuthLevelUtil:40
>>>>                 [nio-5443-exec-1] - Level ADMIN :: [DENIED]
>>>>                  INFO 12-27 03:07:18.771 o.a.o.w.r.RoomPanel:395
>>>>                 [nio-5443-exec-1] - Setting rights for client::
>>>>                 [AUDIO, VIDEO] -> false
>>>>                 DEBUG 12-27 03:07:18.783 o.a.o.d.u.AuthLevelUtil:40
>>>>                 [nio-5443-exec-1] - Level ADMIN :: [DENIED]
>>>>                 DEBUG 12-27 03:07:18.789 o.a.o.d.d.r.PollDao:87
>>>>                 [nio-5443-exec-1] -  :: getPoll :: 11
>>>>                 DEBUG 12-27 03:07:18.799 o.a.o.d.d.r.PollDao:98
>>>>                 [nio-5443-exec-1] -  :: getArchived :: 11
>>>>                 DEBUG 12-27 03:07:18.829 o.a.o.d.d.f.FileItemDao:55
>>>>                 [nio-5443-exec-1] - getByOwner() started
>>>>                 DEBUG 12-27 03:07:18.832 o.a.o.d.d.f.FileItemDao:50
>>>>                 [nio-5443-exec-1] - getByRoom roomId :: 11
>>>>                  WARN 12-27 03:07:23.779 o.a.o.w.a.TimerService:69
>>>>                 [Thread-2609] - Moderator room check 11
>>>>                  WARN 12-27 03:07:23.783 o.a.o.w.r.RoomPanel:588
>>>>                 [Thread-2611] - !! moderatorInRoom: false
>>>>
>>>>                 Jitendra
>>>>
>>>>                 On Sun, 27 Dec 2020 at 14:31, GuruCoool Learnings
>>>>                 <info@gurucoool.com <ma...@gurucoool.com>> wrote:
>>>>
>>>>                     I checked but couldn't trace.
>>>>
>>>>                     Honestly, I am not friendly with these
>>>>                     processes. I am not a coder or developer. I am
>>>>                     a maths teacher and anyhow set up the server
>>>>                     with the help of the documentation provided by
>>>>                     openmeetings.
>>>>
>>>>                     Regards
>>>>                     Jitendra
>>>>
>>>>                     On Sun, 27 Dec 2020 at 13:02, Ali Alhaidary
>>>>                     <ali.alhaidary@the5stars.org
>>>>                     <ma...@the5stars.org>> wrote:
>>>>
>>>>                         Could be, check openmeetings.log to see if
>>>>                         the service has started ...
>>>>
>>>>                         Ali
>>>>
>>>>
>>>>                         On 12/27/20 10:26 AM, GuruCoool Learnings
>>>>                         wrote:
>>>>>                         One more thing I remember I did. In OM >>
>>>>>                         Administration >> Configuration, I erased
>>>>>                         the records of smtp records like server
>>>>>                         email, port number etc.
>>>>>                         Can this be a reason for "This site can’t
>>>>>                         be reached"?
>>>>>
>>>>>                         On Sun, 27 Dec 2020 at 12:43, GuruCoool
>>>>>                         Learnings <info@gurucoool.com
>>>>>                         <ma...@gurucoool.com>> wrote:
>>>>>
>>>>>                             I was trying to check the ports by the
>>>>>                             command
>>>>>                             netstat -a -n
>>>>>
>>>>>                             and made no change there. After that I
>>>>>                             just restarted the server and
>>>>>                             unfortunately, the server is not
>>>>>                             accessible.
>>>>>                             It says,"This site can’t be reached".
>>>>>
>>>>>                             I don't know what to do now.
>>>>>
>>>>>                             Regards
>>>>>                             Jitendra
>>>>>
>>>>>                             On Sun, 27 Dec 2020 at 11:54, Maxim
>>>>>                             Solodovnik <solomax666@gmail.com
>>>>>                             <ma...@gmail.com>> wrote:
>>>>>
>>>>>                                 please read this article:
>>>>>                                 https://support.google.com/a/answer/176600?hl=en
>>>>>
>>>>>                                 Especially this Use the Gmail SMTP
>>>>>                                 server part
>>>>>
>>>>>                                 as i wrote before
>>>>>                                 for TLS (port 587) you have to
>>>>>                                 enable "mail.smtp.starttls.enable"
>>>>>                                 in OM -> Admin -> Config
>>>>>                                 for SSL (port 465) you have to
>>>>>                                 enable "mail.smtp.ssl.enable" in
>>>>>                                 OM -> Admin -> Config
>>>>>
>>>>>                                 and check if connection to
>>>>>                                 smtp.gmail.com
>>>>>                                 <http://smtp.gmail.com> through
>>>>>                                 the port selected is allowed from
>>>>>                                 your OM server
>>>>>
>>>>>                                 On Sun, 27 Dec 2020 at 12:09,
>>>>>                                 GuruCoool Learnings
>>>>>                                 <info@gurucoool.com
>>>>>                                 <ma...@gurucoool.com>> wrote:
>>>>>
>>>>>                                     Hello dear Maxim,
>>>>>                                     By security options, do you
>>>>>                                     mean Forwarding and POP/IMAP
>>>>>                                     in my Gmail?
>>>>>                                     If yes, I have enabled it
>>>>>                                     already. If no, then please
>>>>>                                     guide me what exactly I need
>>>>>                                     to do for correct security
>>>>>                                     options.
>>>>>
>>>>>                                     Also, you mentioned about
>>>>>                                     firewall settings, please
>>>>>                                     guide me on this also.
>>>>>
>>>>>                                     Thanks and regards
>>>>>                                     Jitendra
>>>>>
>>>>>                                     On Sat, 26 Dec 2020 at 08:37,
>>>>>                                     GuruCoool Learnings
>>>>>                                     <info@gurucoool.com
>>>>>                                     <ma...@gurucoool.com>>
>>>>>                                     wrote:
>>>>>
>>>>>                                         Thanks. Please guide me
>>>>>                                         for correct security
>>>>>                                         options and firewall
>>>>>                                         settings. I am not savy
>>>>>                                         with these processes.
>>>>>
>>>>>                                         Thanks & Regards
>>>>>                                         Jitendra
>>>>>
>>>>>                                         On Sat, Dec 26, 2020,
>>>>>                                         07:18 Maxim Solodovnik
>>>>>                                         <solomax666@gmail.com
>>>>>                                         <ma...@gmail.com>>
>>>>>                                         wrote:
>>>>>
>>>>>                                             The correct settings
>>>>>                                             for gmail are here:
>>>>>                                             https://support.google.com/mail/answer/7126229?hl=en
>>>>>
>>>>>
>>>>>                                             You have to specify
>>>>>                                             only ONE of
>>>>>                                             mail.smtp.starttls.enable
>>>>>                                             mail.smtp.ssl.enable
>>>>>
>>>>>                                             timeout error might be
>>>>>                                             because you are not
>>>>>                                             setting correct
>>>>>                                             security option
>>>>>                                             Or maybe your
>>>>>                                             provider/firewall
>>>>>                                             blocks the connection
>>>>>
>>>>>
>>>>>                                             On Fri, 25 Dec 2020 at
>>>>>                                             22:20, GuruCoool
>>>>>                                             Learnings
>>>>>                                             <info@gurucoool.com
>>>>>                                             <ma...@gurucoool.com>>
>>>>>                                             wrote:
>>>>>
>>>>>                                                 Nothing happened
>>>>>                                                 even after
>>>>>                                                 restarting the
>>>>>                                                 server.
>>>>>
>>>>>                                                 Jitendra
>>>>>
>>>>>                                                 On Fri, 25 Dec
>>>>>                                                 2020 at 13:44,
>>>>>                                                 GuruCoool
>>>>>                                                 Learnings
>>>>>                                                 <info@gurucoool.com
>>>>>                                                 <ma...@gurucoool.com>>
>>>>>                                                 wrote:
>>>>>
>>>>>                                                     Okay. I will
>>>>>                                                     try and then
>>>>>                                                     will let you
>>>>>                                                     know.
>>>>>
>>>>>                                                     Thanks
>>>>>                                                     Jitendra
>>>>>
>>>>>                                                     On Fri, Dec
>>>>>                                                     25, 2020,
>>>>>                                                     13:29 Ali
>>>>>                                                     Alhaidary
>>>>>                                                     <ali.alhaidary@the5stars.org
>>>>>                                                     <ma...@the5stars.org>>
>>>>>                                                     wrote:
>>>>>
>>>>>                                                         You must
>>>>>                                                         restart
>>>>>                                                         the server
>>>>>                                                         so tat any
>>>>>                                                         new
>>>>>                                                         settings
>>>>>                                                         can take
>>>>>                                                         effect
>>>>>
>>>>>                                                         Ali
>>>>>
>>>>>                                                         On
>>>>>                                                         12/25/20
>>>>>                                                         3:54 AM,
>>>>>                                                         GuruCoool
>>>>>                                                         Learnings
>>>>>                                                         wrote:
>>>>>>                                                         It shows
>>>>>>                                                         error
>>>>>>                                                         message
>>>>>>                                                         in OM
>>>>>>                                                         email
>>>>>>                                                         management
>>>>>>                                                         section
>>>>>>                                                         only.
>>>>>>
>>>>>>                                                         Jitendra
>>>>>>
>>>>>>                                                         On Fri,
>>>>>>                                                         Dec 25,
>>>>>>                                                         2020,
>>>>>>                                                         01:17
>>>>>>                                                         Alvaro
>>>>>>                                                         <zurcamos@gmail.com
>>>>>>                                                         <ma...@gmail.com>>
>>>>>>                                                         wrote:
>>>>>>
>>>>>>                                                             ...right
>>>>>>                                                             now i
>>>>>>                                                             tested
>>>>>>                                                             my OM
>>>>>>                                                             5.1.0
>>>>>>                                                             at
>>>>>>                                                             localhost
>>>>>>                                                              and
>>>>>>                                                             gmail
>>>>>>                                                             configuration
>>>>>>                                                             and
>>>>>>                                                             send
>>>>>>                                                             mail
>>>>>>                                                             ok to
>>>>>>                                                             "user...@gmail.com
>>>>>>                                                             <ma...@gmail.com>".
>>>>>>
>>>>>>                                                             Please
>>>>>>                                                             take
>>>>>>                                                             a
>>>>>>                                                             look
>>>>>>                                                             in
>>>>>>                                                             your
>>>>>>                                                             spam
>>>>>>                                                             Gmail
>>>>>>                                                             web.
>>>>>>
>>>>>>
>>>>>>                                                             .....................
>>>>>>
>>>>>>
>>>>>>                                                             El
>>>>>>                                                             jue,
>>>>>>                                                             24-12-2020
>>>>>>                                                             a las
>>>>>>                                                             23:20
>>>>>>                                                             +0530,
>>>>>>                                                             GuruCoool
>>>>>>                                                             Learnings
>>>>>>                                                             escribió:
>>>>>>>                                                             Tried
>>>>>>>                                                             both
>>>>>>>                                                             587
>>>>>>>                                                             and
>>>>>>>                                                             465
>>>>>>>                                                             one
>>>>>>>                                                             by
>>>>>>>                                                             one
>>>>>>>                                                             but
>>>>>>>                                                             didn't
>>>>>>>                                                             find
>>>>>>>                                                             any
>>>>>>>                                                             solution.
>>>>>>>                                                             However
>>>>>>>                                                             thanks
>>>>>>>                                                             for
>>>>>>>                                                             your
>>>>>>>                                                             replies.
>>>>>>>
>>>>>>>
>>>>>>>                                                             I
>>>>>>>                                                             have
>>>>>>>                                                             one
>>>>>>>                                                             more
>>>>>>>                                                             query.
>>>>>>>                                                             generally
>>>>>>>                                                             openmeetings
>>>>>>>                                                             generates
>>>>>>>                                                             user
>>>>>>>                                                             specific
>>>>>>>                                                             invitation
>>>>>>>                                                             links.
>>>>>>>                                                             Is
>>>>>>>                                                             it
>>>>>>>                                                             possible
>>>>>>>                                                             to
>>>>>>>                                                             create
>>>>>>>                                                             invitation
>>>>>>>                                                             links
>>>>>>>                                                             that
>>>>>>>                                                             can
>>>>>>>                                                             be
>>>>>>>                                                             given
>>>>>>>                                                             to
>>>>>>>                                                             anyone
>>>>>>>                                                             who
>>>>>>>                                                             is
>>>>>>>                                                             not
>>>>>>>                                                             registered
>>>>>>>                                                             on
>>>>>>>                                                             my
>>>>>>>                                                             server?
>>>>>>>
>>>>>>>                                                             On
>>>>>>>                                                             Thu,
>>>>>>>                                                             24
>>>>>>>                                                             Dec
>>>>>>>                                                             2020
>>>>>>>                                                             at
>>>>>>>                                                             23:16,
>>>>>>>                                                             Ali
>>>>>>>                                                             Alhaidary
>>>>>>>                                                             <ali.alhaidary@the5stars.org
>>>>>>>                                                             <ma...@the5stars.org>>
>>>>>>>                                                             wrote:
>>>>>>>>
>>>>>>>>                                                             It
>>>>>>>>                                                             did
>>>>>>>>                                                             not
>>>>>>>>                                                             work
>>>>>>>>                                                             with
>>>>>>>>                                                             me
>>>>>>>>                                                             as
>>>>>>>>                                                             well
>>>>>>>>                                                             :-)
>>>>>>>>
>>>>>>>>                                                             try
>>>>>>>>                                                             port
>>>>>>>>                                                             465
>>>>>>>>
>>>>>>>>                                                             Ali
>>>>>>>>
>>>>>>>>                                                             On
>>>>>>>>                                                             12/24/20
>>>>>>>>                                                             8:23
>>>>>>>>                                                             PM,
>>>>>>>>                                                             GuruCoool
>>>>>>>>                                                             Learnings
>>>>>>>>                                                             wrote:
>>>>>>>>>                                                             gurucoool.com
>>>>>>>>>                                                             <http://gurucoool.com>
>>>>>>>>>                                                             is
>>>>>>>>>                                                             my
>>>>>>>>>                                                             main
>>>>>>>>>                                                             site
>>>>>>>>>                                                             where
>>>>>>>>>                                                             I
>>>>>>>>>                                                             use
>>>>>>>>>                                                             the
>>>>>>>>>                                                             same
>>>>>>>>>                                                             gmail
>>>>>>>>>                                                             smtp
>>>>>>>>>                                                             details
>>>>>>>>>                                                             that
>>>>>>>>>                                                             I
>>>>>>>>>                                                             want
>>>>>>>>>                                                             to
>>>>>>>>>                                                             use
>>>>>>>>>                                                             with
>>>>>>>>>                                                             openmeetings.
>>>>>>>>>                                                             Gmail
>>>>>>>>>                                                             smtp
>>>>>>>>>                                                             works
>>>>>>>>>                                                             fine
>>>>>>>>>                                                             with
>>>>>>>>>                                                             my
>>>>>>>>>                                                             main
>>>>>>>>>                                                             site
>>>>>>>>>                                                             gurucoool.com
>>>>>>>>>                                                             <http://gurucoool.com>
>>>>>>>>>                                                             but
>>>>>>>>>                                                             is
>>>>>>>>>                                                             not
>>>>>>>>>                                                             working
>>>>>>>>>                                                             with
>>>>>>>>>                                                             openmeetings.
>>>>>>>>>
>>>>>>>>>                                                             On
>>>>>>>>>                                                             Thu,
>>>>>>>>>                                                             24
>>>>>>>>>                                                             Dec
>>>>>>>>>                                                             2020
>>>>>>>>>                                                             at
>>>>>>>>>                                                             13:05,
>>>>>>>>>                                                             Ali
>>>>>>>>>                                                             Alhaidary
>>>>>>>>>                                                             <ali.alhaidary@the5stars.org
>>>>>>>>>                                                             <ma...@the5stars.org>>
>>>>>>>>>                                                             wrote:
>>>>>>>>>>
>>>>>>>>>>                                                             I
>>>>>>>>>>                                                             think
>>>>>>>>>>                                                             you
>>>>>>>>>>                                                             should
>>>>>>>>>>                                                             use
>>>>>>>>>>                                                             the
>>>>>>>>>>                                                             SMTP
>>>>>>>>>>                                                             of
>>>>>>>>>>                                                             gurucool.com
>>>>>>>>>>                                                             <http://gurucool.com>
>>>>>>>>>>                                                             instead
>>>>>>>>>>
>>>>>>>>>>                                                             Ali
>>>>>>>>>>
>>>>>>>>>>                                                             On
>>>>>>>>>>                                                             12/24/20
>>>>>>>>>>                                                             10:06
>>>>>>>>>>                                                             AM,
>>>>>>>>>>                                                             GuruCoool
>>>>>>>>>>                                                             Learnings
>>>>>>>>>>                                                             wrote:
>>>>>>>>>>>                                                             Hi
>>>>>>>>>>>                                                             Ali,
>>>>>>>>>>>
>>>>>>>>>>>                                                             I
>>>>>>>>>>>                                                             have
>>>>>>>>>>>                                                             followed
>>>>>>>>>>>                                                             the
>>>>>>>>>>>                                                             guidelines
>>>>>>>>>>>                                                             provided
>>>>>>>>>>>                                                             by
>>>>>>>>>>>                                                             the
>>>>>>>>>>>                                                             openmeetings
>>>>>>>>>>>                                                             documentation
>>>>>>>>>>>                                                             which
>>>>>>>>>>>                                                             is
>>>>>>>>>>>                                                             as follows-
>>>>>>>>>>>
>>>>>>>>>>>                                                             A
>>>>>>>>>>>                                                             valid
>>>>>>>>>>>                                                             example
>>>>>>>>>>>                                                             to
>>>>>>>>>>>                                                             configure
>>>>>>>>>>>                                                             the
>>>>>>>>>>>                                                             mail
>>>>>>>>>>>                                                             server
>>>>>>>>>>>                                                             with
>>>>>>>>>>>                                                             Gmail,
>>>>>>>>>>>                                                             is
>>>>>>>>>>>                                                             as
>>>>>>>>>>>                                                             follows:
>>>>>>>>>>>                                                             (replace
>>>>>>>>>>>                                                             john@gmail.com
>>>>>>>>>>>                                                             <ma...@gmail.com>
>>>>>>>>>>>                                                             with
>>>>>>>>>>>                                                             your
>>>>>>>>>>>                                                             real
>>>>>>>>>>>                                                             Gmail
>>>>>>>>>>>                                                             account)
>>>>>>>>>>>
>>>>>>>>>>>                                                             Mail-Refer
>>>>>>>>>>>                                                             ==
>>>>>>>>>>>                                                             info@gurucoool.com
>>>>>>>>>>>                                                             <ma...@gurucoool.com>
>>>>>>>>>>>                                                             SMTP-Server
>>>>>>>>>>>                                                             ==
>>>>>>>>>>>                                                             smtp.gmail.com
>>>>>>>>>>>                                                             <http://smtp.gmail.com>
>>>>>>>>>>>                                                             SMTP-Server
>>>>>>>>>>>                                                             Port
>>>>>>>>>>>                                                             (default
>>>>>>>>>>>                                                             Smtp-Server
>>>>>>>>>>>                                                             Port
>>>>>>>>>>>                                                             is
>>>>>>>>>>>                                                             25)
>>>>>>>>>>>                                                             ==
>>>>>>>>>>>                                                             587
>>>>>>>>>>>                                                             SMTP-Username
>>>>>>>>>>>                                                             ==
>>>>>>>>>>>                                                             info@gurucoool.com
>>>>>>>>>>>                                                             <ma...@gurucoool.com>
>>>>>>>>>>>                                                             SMTP-Userpass
>>>>>>>>>>>                                                             ==
>>>>>>>>>>>                                                             password
>>>>>>>>>>>                                                             of
>>>>>>>>>>>                                                             info@gurucoool.com
>>>>>>>>>>>                                                             <ma...@gurucoool.com>
>>>>>>>>>>>                                                             (this
>>>>>>>>>>>                                                             is
>>>>>>>>>>>                                                             the
>>>>>>>>>>>                                                             one
>>>>>>>>>>>                                                             I
>>>>>>>>>>>                                                             use
>>>>>>>>>>>                                                             to
>>>>>>>>>>>                                                             open
>>>>>>>>>>>                                                             the
>>>>>>>>>>>                                                             mail
>>>>>>>>>>>                                                             box at
>>>>>>>>>>>                                                             info@gurucoool.com
>>>>>>>>>>>                                                             <ma...@gurucoool.com>)
>>>>>>>>>>>                                                             Enable
>>>>>>>>>>>                                                             TLS
>>>>>>>>>>>                                                             in
>>>>>>>>>>>                                                             Mail
>>>>>>>>>>>                                                             Server
>>>>>>>>>>>                                                             Auth
>>>>>>>>>>>                                                             ==
>>>>>>>>>>>                                                             ...turn
>>>>>>>>>>>                                                             green
>>>>>>>>>>>                                                             the
>>>>>>>>>>>                                                             button
>>>>>>>>>>>                                                             to
>>>>>>>>>>>                                                             activate
>>>>>>>>>>>                                                             Default
>>>>>>>>>>>                                                             Language
>>>>>>>>>>>                                                             ==
>>>>>>>>>>>                                                             English
>>>>>>>>>>>
>>>>>>>>>>>                                                             ...the
>>>>>>>>>>>                                                             rest
>>>>>>>>>>>                                                             you
>>>>>>>>>>>                                                             can
>>>>>>>>>>>                                                             change
>>>>>>>>>>>                                                             it
>>>>>>>>>>>                                                             as
>>>>>>>>>>>                                                             you
>>>>>>>>>>>                                                             likes.
>>>>>>>>>>>
>>>>>>>>>>>                                                             However
>>>>>>>>>>>                                                             can
>>>>>>>>>>>                                                             it
>>>>>>>>>>>                                                             would
>>>>>>>>>>>                                                             be
>>>>>>>>>>>                                                             a
>>>>>>>>>>>                                                             great
>>>>>>>>>>>                                                             help
>>>>>>>>>>>                                                             if
>>>>>>>>>>>                                                             you
>>>>>>>>>>>                                                             can
>>>>>>>>>>>                                                             clarify
>>>>>>>>>>>                                                             what
>>>>>>>>>>>                                                             actually
>>>>>>>>>>>                                                             you
>>>>>>>>>>>                                                             mean
>>>>>>>>>>>                                                             by
>>>>>>>>>>>                                                             the
>>>>>>>>>>>                                                             following-
>>>>>>>>>>>
>>>>>>>>>>>                                                             Host
>>>>>>>>>>>                                                             name
>>>>>>>>>>>                                                             is
>>>>>>>>>>>                                                             wrong
>>>>>>>>>>>                                                             or
>>>>>>>>>>>                                                             Connection
>>>>>>>>>>>                                                             security
>>>>>>>>>>>                                                             is
>>>>>>>>>>>                                                             wrong
>>>>>>>>>>>                                                             or
>>>>>>>>>>>                                                             service
>>>>>>>>>>>                                                             is
>>>>>>>>>>>                                                             not
>>>>>>>>>>>                                                             available
>>>>>>>>>>>                                                             or
>>>>>>>>>>>
>>>>>>>>>>>                                                             Thanks
>>>>>>>>>>>
>>>>>>>>>>>                                                             Jitendra
>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>>                                                             On
>>>>>>>>>>>                                                             Thu,
>>>>>>>>>>>                                                             24
>>>>>>>>>>>                                                             Dec
>>>>>>>>>>>                                                             2020
>>>>>>>>>>>                                                             at
>>>>>>>>>>>                                                             11:24,
>>>>>>>>>>>                                                             Ali
>>>>>>>>>>>                                                             Alhaidary
>>>>>>>>>>>                                                             <ali.alhaidary@the5stars.org
>>>>>>>>>>>                                                             <ma...@the5stars.org>>
>>>>>>>>>>>                                                             wrote:
>>>>>>>>>>>>
>>>>>>>>>>>>                                                             Hi,
>>>>>>>>>>>>
>>>>>>>>>>>>                                                             It
>>>>>>>>>>>>                                                             is
>>>>>>>>>>>>                                                             either:
>>>>>>>>>>>>
>>>>>>>>>>>>                                                             Host
>>>>>>>>>>>>                                                             name
>>>>>>>>>>>>                                                             is
>>>>>>>>>>>>                                                             wrong
>>>>>>>>>>>>                                                             or
>>>>>>>>>>>>                                                             SMTP
>>>>>>>>>>>>                                                             server
>>>>>>>>>>>>                                                             name
>>>>>>>>>>>>                                                             is
>>>>>>>>>>>>                                                             wrong
>>>>>>>>>>>>                                                             or
>>>>>>>>>>>>                                                             Port
>>>>>>>>>>>>                                                             number
>>>>>>>>>>>>                                                             is
>>>>>>>>>>>>                                                             wrong
>>>>>>>>>>>>                                                             or
>>>>>>>>>>>>                                                             Connection
>>>>>>>>>>>>                                                             security
>>>>>>>>>>>>                                                             is
>>>>>>>>>>>>                                                             wrong
>>>>>>>>>>>>                                                             or
>>>>>>>>>>>>                                                             User
>>>>>>>>>>>>                                                             name
>>>>>>>>>>>>                                                             is
>>>>>>>>>>>>                                                             wrong
>>>>>>>>>>>>                                                             or
>>>>>>>>>>>>                                                             pass
>>>>>>>>>>>>                                                             word
>>>>>>>>>>>>                                                             is
>>>>>>>>>>>>                                                             wrong
>>>>>>>>>>>>                                                             or
>>>>>>>>>>>>                                                             service
>>>>>>>>>>>>                                                             is
>>>>>>>>>>>>                                                             not
>>>>>>>>>>>>                                                             available
>>>>>>>>>>>>                                                             or
>>>>>>>>>>>>                                                             some
>>>>>>>>>>>>                                                             of
>>>>>>>>>>>>                                                             the
>>>>>>>>>>>>                                                             above
>>>>>>>>>>>>                                                             or
>>>>>>>>>>>>                                                             all
>>>>>>>>>>>>                                                             of
>>>>>>>>>>>>                                                             the
>>>>>>>>>>>>                                                             above
>>>>>>>>>>>>
>>>>>>>>>>>>                                                             Try
>>>>>>>>>>>>                                                             searching
>>>>>>>>>>>>                                                             the
>>>>>>>>>>>>                                                             mailing
>>>>>>>>>>>>                                                             list,
>>>>>>>>>>>>                                                             the
>>>>>>>>>>>>                                                             solution
>>>>>>>>>>>>                                                             is
>>>>>>>>>>>>                                                             there
>>>>>>>>>>>>                                                             as
>>>>>>>>>>>>                                                             you
>>>>>>>>>>>>                                                             need
>>>>>>>>>>>>                                                             to
>>>>>>>>>>>>                                                             check
>>>>>>>>>>>>                                                             each
>>>>>>>>>>>>                                                             and
>>>>>>>>>>>>                                                             every
>>>>>>>>>>>>                                                             one
>>>>>>>>>>>>                                                             ...
>>>>>>>>>>>>
>>>>>>>>>>>>                                                             :-)
>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>>                                                             On
>>>>>>>>>>>>                                                             12/23/20
>>>>>>>>>>>>                                                             2:18
>>>>>>>>>>>>                                                             PM,
>>>>>>>>>>>>                                                             GuruCoool
>>>>>>>>>>>>                                                             Learnings
>>>>>>>>>>>>                                                             wrote:
>>>>>>>>>>>>>                                                             Hi,
>>>>>>>>>>>>>
>>>>>>>>>>>>>                                                             I
>>>>>>>>>>>>>                                                             am
>>>>>>>>>>>>>                                                             facing
>>>>>>>>>>>>>                                                             mail
>>>>>>>>>>>>>                                                             sending
>>>>>>>>>>>>>                                                             error
>>>>>>>>>>>>>                                                             in
>>>>>>>>>>>>>                                                             my
>>>>>>>>>>>>>                                                             openmeetings
>>>>>>>>>>>>>                                                             server.
>>>>>>>>>>>>>                                                             Whenever
>>>>>>>>>>>>>                                                             I
>>>>>>>>>>>>>                                                             try
>>>>>>>>>>>>>                                                             to
>>>>>>>>>>>>>                                                             send
>>>>>>>>>>>>>                                                             a
>>>>>>>>>>>>>                                                             mail
>>>>>>>>>>>>>                                                             I
>>>>>>>>>>>>>                                                             get
>>>>>>>>>>>>>                                                             an error
>>>>>>>>>>>>>                                                             message
>>>>>>>>>>>>>                                                             as
>>>>>>>>>>>>>                                                             follows-
>>>>>>>>>>>>>                                                             Error
>>>>>>>>>>>>>                                                             Count
>>>>>>>>>>>>>                                                             5
>>>>>>>>>>>>>                                                             Last
>>>>>>>>>>>>>                                                             Error
>>>>>>>>>>>>>
>>>>>>>>>>>>>                                                             com.sun.mail.util.MailConnectException:
>>>>>>>>>>>>>                                                             Couldn't
>>>>>>>>>>>>>                                                             connect
>>>>>>>>>>>>>                                                             to
>>>>>>>>>>>>>                                                             host,
>>>>>>>>>>>>>                                                             port:
>>>>>>>>>>>>>                                                             smtp.gmail.com
>>>>>>>>>>>>>                                                             <http://smtp.gmail.com>,
>>>>>>>>>>>>>                                                             587;
>>>>>>>>>>>>>                                                             timeout
>>>>>>>>>>>>>                                                             30000;
>>>>>>>>>>>>>                                                             nested
>>>>>>>>>>>>>                                                             exception
>>>>>>>>>>>>>                                                             is:
>>>>>>>>>>>>>                                                             java.net.SocketTimeoutException:
>>>>>>>>>>>>>                                                             connect
>>>>>>>>>>>>>                                                             timed
>>>>>>>>>>>>>                                                             out
>>>>>>>>>>>>>                                                             at
>>>>>>>>>>>>>                                                             com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:2209)
>>>>>>>>>>>>>                                                             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:221)
>>>>>>>>>>>>>                                                             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:
>>>>>>>>>>>>>                                                             connect
>>>>>>>>>>>>>                                                             timed
>>>>>>>>>>>>>                                                             out
>>>>>>>>>>>>>                                                             at
>>>>>>>>>>>>>                                                             java.base/java.net.PlainSocketImpl.socketConnect(Native
>>>>>>>>>>>>>                                                             Method)
>>>>>>>>>>>>>                                                             at
>>>>>>>>>>>>>                                                             java.base/java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:399)
>>>>>>>>>>>>>                                                             at
>>>>>>>>>>>>>                                                             java.base/java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:242)
>>>>>>>>>>>>>                                                             at
>>>>>>>>>>>>>                                                             java.base/java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:224)
>>>>>>>>>>>>>                                                             at
>>>>>>>>>>>>>                                                             java.base/java.net.SocksSocketImpl.connect(SocksSocketImpl.java:403)
>>>>>>>>>>>>>                                                             at
>>>>>>>>>>>>>                                                             java.base/java.net.Socket.connect(Socket.java:609)
>>>>>>>>>>>>>                                                             at
>>>>>>>>>>>>>                                                             com.sun.mail.util.SocketFetcher.createSocket(SocketFetcher.java:357)
>>>>>>>>>>>>>                                                             at
>>>>>>>>>>>>>                                                             com.sun.mail.util.SocketFetcher.getSocket(SocketFetcher.java:238)
>>>>>>>>>>>>>                                                             at
>>>>>>>>>>>>>                                                             com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:2175)
>>>>>>>>>>>>>                                                             ...
>>>>>>>>>>>>>                                                             10
>>>>>>>>>>>>>                                                             more
>>>>>>>>>>>>>                                                             Please
>>>>>>>>>>>>>                                                             help.
>>>>>>>>>>>>>                                                             Thanks
>>>>>>>>>>>>>                                                             Jitendra
>>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>
>>>>>
>>>>>
>>>>>                                             -- 
>>>>>                                             Best regards,
>>>>>                                             Maxim
>>>>>
>>>>>
>>>>>
>>>>>                                 -- 
>>>>>                                 Best regards,
>>>>>                                 Maxim
>>>>>

Re: Mail sending error in openmeetings server

Posted by Ali Alhaidary <al...@the5stars.org>.
What is your OS? check owner of files please

Ali

On 12/27/20 4:02 PM, GuruCoool Learnings wrote:
> These are the files in /opt/open510/logs directory-
>
> catalina.2020-12-11.log  host-manager.2020-12-11.log 
>  localhost.2020-12-19.log localhost_access_log.2020-12-21.txt 
>  manager.2020-12-26.log
> catalina.2020-12-12.log  host-manager.2020-12-12.log 
>  localhost.2020-12-25.log localhost_access_log.2020-12-22.txt 
>  manager.2020-12-27.log
> catalina.2020-12-15.log  host-manager.2020-12-15.log 
>  localhost.2020-12-26.log localhost_access_log.2020-12-23.txt 
>  openmeetings.2020-12-11.0.log
> catalina.2020-12-16.log  host-manager.2020-12-17.log 
>  localhost.2020-12-27.log  localhost_access_log.2020-12-24.txt 
>  openmeetings.log
> catalina.2020-12-17.log  host-manager.2020-12-18.log 
>  localhost_access_log.2020-12-11.txt 
>  localhost_access_log.2020-12-25.txt  sessions.2020-12-20.0.log
> catalina.2020-12-18.log  host-manager.2020-12-19.log 
>  localhost_access_log.2020-12-12.txt 
>  localhost_access_log.2020-12-26.txt  sessions.2020-12-21.0.log
> catalina.2020-12-19.log  host-manager.2020-12-25.log 
>  localhost_access_log.2020-12-13.txt 
>  localhost_access_log.2020-12-27.txt  sessions.2020-12-22.0.log
> catalina.2020-12-20.log  host-manager.2020-12-26.log 
>  localhost_access_log.2020-12-14.txt  manager.2020-12-11.log           
>   sessions.2020-12-23.0.log
> catalina.2020-12-21.log  host-manager.2020-12-27.log 
>  localhost_access_log.2020-12-15.txt  manager.2020-12-12.log           
>   sessions.2020-12-24.0.log
> catalina.2020-12-24.log  localhost.2020-12-11.log 
> localhost_access_log.2020-12-16.txt  manager.2020-12-15.log           
>   sessions.2020-12-25.0.log
> catalina.2020-12-25.log  localhost.2020-12-12.log 
> localhost_access_log.2020-12-17.txt  manager.2020-12-17.log           
>   sessions.2020-12-26.0.log
> catalina.2020-12-26.log  localhost.2020-12-15.log 
> localhost_access_log.2020-12-18.txt  manager.2020-12-18.log           
>   sessions.log
> catalina.2020-12-27.log  localhost.2020-12-17.log 
> localhost_access_log.2020-12-19.txt  manager.2020-12-19.log
> catalina.out                     localhost.2020-12-18.log     
> localhost_access_log.2020-12-20.txt  manager.2020-12-25.log
>
> I earlier renamed openmeetings to sessions so I checked in 
> sessions.log. openmeetings.log is empty after I deleted the content.
>
> Regards
> Jitendra
>
> On Sun, 27 Dec 2020 at 18:25, GuruCoool Learnings <info@gurucoool.com 
> <ma...@gurucoool.com>> wrote:
>
>     This is all I got after deleting the content and starting the OM
>     again.
>
>     Regards
>     Jitendra
>
>     On Sun, 27 Dec 2020 at 18:24, Ali Alhaidary
>     <ali.alhaidary@the5stars.org <ma...@the5stars.org>>
>     wrote:
>
>         These entries does not show the service did not start, where
>         is the rest ?
>
>         Ali
>
>
>         On 12/27/20 3:33 PM, GuruCoool Learnings wrote:
>>         I followed the steps suggested by you and here is what I got
>>         in openmeetings.log ( NOT STARTED)-
>>
>>         INFO 12-27 12:24:43.292 o.s.w.c.ContextLoader:271 [main] -
>>         Root WebApplicationContext: initialization started
>>          INFO 12-27 12:24:46.420
>>         o.s.o.j.LocalEntityManagerFactoryBean:434 [main] -
>>         Initialized JPA EntityManagerFactory for pe$ INFO 12-27
>>         12:24:47.633 o.s.s.c.ThreadPoolTaskExecutor:181 [main] -
>>         Initializing ExecutorService 'taskExecutor'
>>         DEBUG 12-27 12:24:47.844 o.a.o.c.r.KurentoHandler:151
>>         [pool-1-thread-1] - Reconnecting KMS
>>          INFO 12-27 12:24:48.098
>>         o.k.j.c.JsonRpcClientNettyWebSocket:191 [pool-1-thread-1] -
>>          Connecting native client
>>          INFO 12-27 12:24:48.102
>>         o.k.j.c.JsonRpcClientNettyWebSocket:220 [pool-1-thread-1] -
>>          Creating new NioEventLoopGroup
>>          INFO 12-27 12:24:48.792
>>         o.k.j.c.JsonRpcClientNettyWebSocket:234 [ntLoopGroup-2-1] -
>>          Initiating new Netty channel. Wil$ INFO 12-27 12:24:48.919
>>         o.q.i.StdSchedulerFactory:1220 [main] - Using default
>>         implementation for ThreadExecutor
>>          INFO 12-27 12:24:49.015 o.q.c.SchedulerSignalerImpl:61
>>         [main] - Initialized Scheduler Signaller of type: class
>>         org.qua$ INFO 12-27 12:24:49.016 o.q.c.QuartzScheduler:229
>>         [main] - Quartz Scheduler v.2.3.2 created.
>>          INFO 12-27 12:24:49.018 o.q.s.RAMJobStore:155 [main] -
>>         RAMJobStore initialized.
>>          INFO 12-27 12:24:49.043 o.q.c.QuartzScheduler:294 [main] -
>>         Scheduler meta-data: Quartz Scheduler (v2.3.2) 'org.springf$
>>          Scheduler class: 'org.quartz.core.QuartzScheduler' - running
>>         locally.
>>           NOT STARTED.
>>           Currently in standby mode.
>>           Number of jobs executed: 0
>>           Using thread pool 'org.quartz.simpl.SimpleThreadPool' -
>>         with 10 threads.
>>           Using job-store 'org.quartz.simpl.RAMJobStore' - which does
>>         not support persistence. and is not clustered.
>>
>>          INFO 12-27 12:24:49.044 o.q.i.StdSchedulerFactory:1374
>>         [main] - Quartz scheduler
>>         'org.springframework.scheduling.quart$ INFO 12-27
>>         12:24:49.044 o.q.i.StdSchedulerFactory:1378 [main] - Quartz
>>         scheduler version: 2.3.2
>>          INFO 12-27 12:24:49.051 o.q.c.QuartzScheduler:2293 [main] -
>>         JobFactory set to: org.springframework.scheduling.quartz.A$
>>         INFO 12-27 12:24:49.098 o.s.s.q.SchedulerFactoryBean:727
>>         [main] - Starting Quartz Scheduler now
>>          INFO 12-27 12:24:49.099 o.q.c.QuartzScheduler:547 [main] -
>>         Scheduler org.springframework.scheduling.quartz.SchedulerFa$
>>         INFO 12-27 12:24:49.133 o.s.w.c.ContextLoader:307 [main] -
>>         Root WebApplicationContext initialized in 5832 ms
>>         INFO 12-27 12:24:49.255 o.a.w.u.f.WebXmlFile:235 [main] -
>>         web.xml: url mapping found for filter with name Openmeetings$
>>         INFO 12-27 12:24:49.520 o.a.o.c.r.KurentoHandler:181
>>         [pool-1-thread-1] - !!! Kurento connected
>>          INFO 12-27 12:24:49.780 o.a.w.Application:558 [main] -
>>         [OpenmeetingsApplication] init:
>>         org.wicketstuff.dashboard.Dashb$ INFO 12-27 12:24:51.296
>>         o.a.w.Application:558 [main] - [OpenmeetingsApplication]
>>         init: Wicket core library initializer
>>          INFO 12-27 12:24:51.304 o.a.w.Application:558 [main] -
>>         [OpenmeetingsApplication] init: Wicket jQuery UI initializer
>>          INFO 12-27 12:24:51.312 o.a.w.Application:558 [main] -
>>         [OpenmeetingsApplication] init: Wicket jQuery UI initializer
>>         (p$ INFO 12-27 12:24:51.318 o.a.w.Application:558 [main] -
>>         [OpenmeetingsApplication] init: Wicket extensions initializer
>>          INFO 12-27 12:24:51.410 o.a.w.Application:558 [main] -
>>         [OpenmeetingsApplication] init: DevUtils DebugBar Initializer
>>          INFO 12-27 12:24:57.181 c.h.system:65 [main] -
>>         [172.105.37.153]:5701 [dev] [4.1] Hazelcast 4.1 (20201104 -
>>         2a1a477) st$
>>
>>         The server has not started. Can I do anything in this case?
>>
>>         Regards
>>         Jitendra
>>
>>         On Sun, 27 Dec 2020 at 17:36, Ali Alhaidary
>>         <ali.alhaidary@the5stars.org
>>         <ma...@the5stars.org>> wrote:
>>
>>             1. stop om service
>>
>>             2. delete the contents of openmeetings.log
>>
>>             3. start om service
>>
>>             4. check openmeetings.log
>>
>>
>>             On 12/27/20 2:17 PM, GuruCoool Learnings wrote:
>>>             Since I am now not able to access the localhost url so
>>>             please help which file I can update smtp records in?
>>>
>>>             Regards
>>>             Jitendra
>>>
>>>             On Sun, 27 Dec 2020 at 14:33, GuruCoool Learnings
>>>             <info@gurucoool.com <ma...@gurucoool.com>> wrote:
>>>
>>>                 These are a few last lines-
>>>
>>>                 DEBUG 12-27 03:07:14.300 o.a.o.w.a.WebSession:223
>>>                 [nio-5443-exec-3] - checkHashes, secure: 'null',
>>>                 invitation: 'ff51cfbd-4797-4f30-9d60-3f78955f00b4'
>>>                 DEBUG 12-27 03:07:14.338 o.a.o.w.a.WebSession:225
>>>                 [nio-5443-exec-3] - checkHashes, has soap in session
>>>                 ? 'false'
>>>                 DEBUG 12-27 03:07:14.420 o.a.o.w.a.ClientManager:352
>>>                 [nio-5443-exec-3] - Cluster:: The only server found
>>>                 DEBUG 12-27 03:07:14.492 o.a.o.d.u.AuthLevelUtil:40
>>>                 [nio-5443-exec-3] - Level ADMIN :: [DENIED]
>>>                 DEBUG 12-27 03:07:14.498 o.a.o.d.u.AuthLevelUtil:40
>>>                 [nio-5443-exec-3] - Level GROUP_ADMIN :: [DENIED]
>>>                 DEBUG 12-27 03:07:14.519 o.a.o.d.u.AuthLevelUtil:40
>>>                 [nio-5443-exec-3] - Level ADMIN :: [DENIED]
>>>                 DEBUG 12-27 03:07:14.525 o.a.o.d.u.AuthLevelUtil:40
>>>                 [nio-5443-exec-3] - Level ADMIN :: [DENIED]
>>>                 DEBUG 12-27 03:07:14.566
>>>                 o.a.o.w.c.OmWebSocketPanel:74 [nio-5443-exec-3] -
>>>                 pingTimer is attached
>>>                 DEBUG 12-27 03:07:18.703
>>>                 o.a.o.d.d.l.ConferenceLogDao:52 [nio-5443-exec-1] -
>>>                 [add]:
>>>                 org.apache.openmeetings.db.entity.log.ConferenceLog@7a836ea7
>>>                 DEBUG 12-27 03:07:18.718 o.a.o.w.a.ClientManager:126
>>>                 [nio-5443-exec-1] - Adding online client:
>>>                 2b627591-eeb1-4c49-8b8c-c5a6528634af, room: null
>>>                 DEBUG 12-27 03:07:18.728 o.a.o.w.c.MainPanel:160
>>>                 [nio-5443-exec-1] - WebSocketBehavior::onConnect
>>>                 [uid: 2b627591-eeb1-4c49-8b8c-c5a6528634af, session:
>>>                 F307B900D3DFADE9$DEBUG 12-27 03:07:18.752
>>>                 o.a.o.d.d.l.ConferenceLogDao:52 [nio-5443-exec-1] -
>>>                 [add]:
>>>                 org.apache.openmeetings.db.entity.log.ConferenceLog@5cb63b3c
>>>                 DEBUG 12-27 03:07:18.757 o.a.o.w.a.ClientManager:257
>>>                 [nio-5443-exec-1] - Adding online room client:
>>>                 2b627591-eeb1-4c49-8b8c-c5a6528634af, room: 11
>>>                 DEBUG 12-27 03:07:18.764 o.a.o.w.a.ClientManager:275
>>>                 [nio-5443-exec-1] - Cluster:: room 11 was not found
>>>                 for server 'server-1', adding ...
>>>                 DEBUG 12-27 03:07:18.765 o.a.o.w.a.ClientManager:448
>>>                 [nio-5443-exec-1] - Cluster:: room 11 is added to
>>>                 server, whole list [11]
>>>                 DEBUG 12-27 03:07:18.766 o.a.o.w.a.ClientManager:114
>>>                 [erver-1.event-1] - Cluster:: Server was updated
>>>                 server-1 -> ServerInfo[rooms: [11]]
>>>                 DEBUG 12-27 03:07:18.770 o.a.o.d.u.AuthLevelUtil:40
>>>                 [nio-5443-exec-1] - Level ADMIN :: [DENIED]
>>>                  INFO 12-27 03:07:18.771 o.a.o.w.r.RoomPanel:395
>>>                 [nio-5443-exec-1] - Setting rights for client::
>>>                 [AUDIO, VIDEO] -> false
>>>                 DEBUG 12-27 03:07:18.783 o.a.o.d.u.AuthLevelUtil:40
>>>                 [nio-5443-exec-1] - Level ADMIN :: [DENIED]
>>>                 DEBUG 12-27 03:07:18.789 o.a.o.d.d.r.PollDao:87
>>>                 [nio-5443-exec-1] -  :: getPoll :: 11
>>>                 DEBUG 12-27 03:07:18.799 o.a.o.d.d.r.PollDao:98
>>>                 [nio-5443-exec-1] -  :: getArchived :: 11
>>>                 DEBUG 12-27 03:07:18.829 o.a.o.d.d.f.FileItemDao:55
>>>                 [nio-5443-exec-1] - getByOwner() started
>>>                 DEBUG 12-27 03:07:18.832 o.a.o.d.d.f.FileItemDao:50
>>>                 [nio-5443-exec-1] - getByRoom roomId :: 11
>>>                  WARN 12-27 03:07:23.779 o.a.o.w.a.TimerService:69
>>>                 [Thread-2609] - Moderator room check 11
>>>                  WARN 12-27 03:07:23.783 o.a.o.w.r.RoomPanel:588
>>>                 [Thread-2611] - !! moderatorInRoom: false
>>>
>>>                 Jitendra
>>>
>>>                 On Sun, 27 Dec 2020 at 14:31, GuruCoool Learnings
>>>                 <info@gurucoool.com <ma...@gurucoool.com>> wrote:
>>>
>>>                     I checked but couldn't trace.
>>>
>>>                     Honestly, I am not friendly with these
>>>                     processes. I am not a coder or developer. I am a
>>>                     maths teacher and anyhow set up the server with
>>>                     the help of the documentation provided by
>>>                     openmeetings.
>>>
>>>                     Regards
>>>                     Jitendra
>>>
>>>                     On Sun, 27 Dec 2020 at 13:02, Ali Alhaidary
>>>                     <ali.alhaidary@the5stars.org
>>>                     <ma...@the5stars.org>> wrote:
>>>
>>>                         Could be, check openmeetings.log to see if
>>>                         the service has started ...
>>>
>>>                         Ali
>>>
>>>
>>>                         On 12/27/20 10:26 AM, GuruCoool Learnings wrote:
>>>>                         One more thing I remember I did. In OM >>
>>>>                         Administration >> Configuration, I erased
>>>>                         the records of smtp records like server
>>>>                         email, port number etc.
>>>>                         Can this be a reason for "This site can’t
>>>>                         be reached"?
>>>>
>>>>                         On Sun, 27 Dec 2020 at 12:43, GuruCoool
>>>>                         Learnings <info@gurucoool.com
>>>>                         <ma...@gurucoool.com>> wrote:
>>>>
>>>>                             I was trying to check the ports by the
>>>>                             command
>>>>                             netstat -a -n
>>>>
>>>>                             and made no change there. After that I
>>>>                             just restarted the server and
>>>>                             unfortunately, the server is not
>>>>                             accessible.
>>>>                             It says,"This site can’t be reached".
>>>>
>>>>                             I don't know what to do now.
>>>>
>>>>                             Regards
>>>>                             Jitendra
>>>>
>>>>                             On Sun, 27 Dec 2020 at 11:54, Maxim
>>>>                             Solodovnik <solomax666@gmail.com
>>>>                             <ma...@gmail.com>> wrote:
>>>>
>>>>                                 please read this article:
>>>>                                 https://support.google.com/a/answer/176600?hl=en
>>>>
>>>>                                 Especially this Use the Gmail SMTP
>>>>                                 server part
>>>>
>>>>                                 as i wrote before
>>>>                                 for TLS (port 587) you have to
>>>>                                 enable "mail.smtp.starttls.enable"
>>>>                                 in OM -> Admin -> Config
>>>>                                 for SSL (port 465) you have to
>>>>                                 enable "mail.smtp.ssl.enable" in OM
>>>>                                 -> Admin -> Config
>>>>
>>>>                                 and check if connection to
>>>>                                 smtp.gmail.com
>>>>                                 <http://smtp.gmail.com> through the
>>>>                                 port selected is allowed from your
>>>>                                 OM server
>>>>
>>>>                                 On Sun, 27 Dec 2020 at 12:09,
>>>>                                 GuruCoool Learnings
>>>>                                 <info@gurucoool.com
>>>>                                 <ma...@gurucoool.com>> wrote:
>>>>
>>>>                                     Hello dear Maxim,
>>>>                                     By security options, do you
>>>>                                     mean Forwarding and POP/IMAP in
>>>>                                     my Gmail?
>>>>                                     If yes, I have enabled it
>>>>                                     already. If no, then please
>>>>                                     guide me what exactly I need to
>>>>                                     do for correct security options.
>>>>
>>>>                                     Also, you mentioned about
>>>>                                     firewall settings, please guide
>>>>                                     me on this also.
>>>>
>>>>                                     Thanks and regards
>>>>                                     Jitendra
>>>>
>>>>                                     On Sat, 26 Dec 2020 at 08:37,
>>>>                                     GuruCoool Learnings
>>>>                                     <info@gurucoool.com
>>>>                                     <ma...@gurucoool.com>> wrote:
>>>>
>>>>                                         Thanks. Please guide me for
>>>>                                         correct security options
>>>>                                         and firewall settings. I am
>>>>                                         not savy with these processes.
>>>>
>>>>                                         Thanks & Regards
>>>>                                         Jitendra
>>>>
>>>>                                         On Sat, Dec 26, 2020, 07:18
>>>>                                         Maxim Solodovnik
>>>>                                         <solomax666@gmail.com
>>>>                                         <ma...@gmail.com>>
>>>>                                         wrote:
>>>>
>>>>                                             The correct settings
>>>>                                             for gmail are here:
>>>>                                             https://support.google.com/mail/answer/7126229?hl=en
>>>>
>>>>
>>>>                                             You have to specify
>>>>                                             only ONE of
>>>>                                             mail.smtp.starttls.enable
>>>>                                             mail.smtp.ssl.enable
>>>>
>>>>                                             timeout error might be
>>>>                                             because you are not
>>>>                                             setting correct
>>>>                                             security option
>>>>                                             Or maybe your
>>>>                                             provider/firewall
>>>>                                             blocks the connection
>>>>
>>>>
>>>>                                             On Fri, 25 Dec 2020 at
>>>>                                             22:20, GuruCoool
>>>>                                             Learnings
>>>>                                             <info@gurucoool.com
>>>>                                             <ma...@gurucoool.com>>
>>>>                                             wrote:
>>>>
>>>>                                                 Nothing happened
>>>>                                                 even after
>>>>                                                 restarting the server.
>>>>
>>>>                                                 Jitendra
>>>>
>>>>                                                 On Fri, 25 Dec 2020
>>>>                                                 at 13:44, GuruCoool
>>>>                                                 Learnings
>>>>                                                 <info@gurucoool.com
>>>>                                                 <ma...@gurucoool.com>>
>>>>                                                 wrote:
>>>>
>>>>                                                     Okay. I will
>>>>                                                     try and then
>>>>                                                     will let you know.
>>>>
>>>>                                                     Thanks
>>>>                                                     Jitendra
>>>>
>>>>                                                     On Fri, Dec 25,
>>>>                                                     2020, 13:29 Ali
>>>>                                                     Alhaidary
>>>>                                                     <ali.alhaidary@the5stars.org
>>>>                                                     <ma...@the5stars.org>>
>>>>                                                     wrote:
>>>>
>>>>                                                         You must
>>>>                                                         restart the
>>>>                                                         server so
>>>>                                                         tat any new
>>>>                                                         settings
>>>>                                                         can take effect
>>>>
>>>>                                                         Ali
>>>>
>>>>                                                         On 12/25/20
>>>>                                                         3:54 AM,
>>>>                                                         GuruCoool
>>>>                                                         Learnings
>>>>                                                         wrote:
>>>>>                                                         It shows
>>>>>                                                         error
>>>>>                                                         message in
>>>>>                                                         OM email
>>>>>                                                         management
>>>>>                                                         section only.
>>>>>
>>>>>                                                         Jitendra
>>>>>
>>>>>                                                         On Fri,
>>>>>                                                         Dec 25,
>>>>>                                                         2020,
>>>>>                                                         01:17
>>>>>                                                         Alvaro
>>>>>                                                         <zurcamos@gmail.com
>>>>>                                                         <ma...@gmail.com>>
>>>>>                                                         wrote:
>>>>>
>>>>>                                                             ...right
>>>>>                                                             now i
>>>>>                                                             tested
>>>>>                                                             my OM
>>>>>                                                             5.1.0
>>>>>                                                             at
>>>>>                                                             localhost
>>>>>                                                              and gmail
>>>>>                                                             configuration
>>>>>                                                             and
>>>>>                                                             send
>>>>>                                                             mail
>>>>>                                                             ok to
>>>>>                                                             "user...@gmail.com
>>>>>                                                             <ma...@gmail.com>".
>>>>>
>>>>>                                                             Please
>>>>>                                                             take a
>>>>>                                                             look
>>>>>                                                             in
>>>>>                                                             your
>>>>>                                                             spam
>>>>>                                                             Gmail web.
>>>>>
>>>>>
>>>>>                                                             .....................
>>>>>
>>>>>
>>>>>                                                             El
>>>>>                                                             jue,
>>>>>                                                             24-12-2020
>>>>>                                                             a las
>>>>>                                                             23:20
>>>>>                                                             +0530,
>>>>>                                                             GuruCoool
>>>>>                                                             Learnings
>>>>>                                                             escribió:
>>>>>>                                                             Tried
>>>>>>                                                             both
>>>>>>                                                             587
>>>>>>                                                             and
>>>>>>                                                             465
>>>>>>                                                             one
>>>>>>                                                             by
>>>>>>                                                             one
>>>>>>                                                             but
>>>>>>                                                             didn't
>>>>>>                                                             find
>>>>>>                                                             any
>>>>>>                                                             solution.
>>>>>>                                                             However
>>>>>>                                                             thanks
>>>>>>                                                             for
>>>>>>                                                             your
>>>>>>                                                             replies.
>>>>>>
>>>>>>                                                             I
>>>>>>                                                             have
>>>>>>                                                             one
>>>>>>                                                             more
>>>>>>                                                             query.
>>>>>>                                                             generally
>>>>>>                                                             openmeetings
>>>>>>                                                             generates
>>>>>>                                                             user
>>>>>>                                                             specific
>>>>>>                                                             invitation
>>>>>>                                                             links.
>>>>>>                                                             Is it
>>>>>>                                                             possible
>>>>>>                                                             to
>>>>>>                                                             create
>>>>>>                                                             invitation
>>>>>>                                                             links
>>>>>>                                                             that
>>>>>>                                                             can
>>>>>>                                                             be
>>>>>>                                                             given
>>>>>>                                                             to
>>>>>>                                                             anyone
>>>>>>                                                             who
>>>>>>                                                             is
>>>>>>                                                             not
>>>>>>                                                             registered
>>>>>>                                                             on my
>>>>>>                                                             server?
>>>>>>
>>>>>>                                                             On
>>>>>>                                                             Thu,
>>>>>>                                                             24
>>>>>>                                                             Dec
>>>>>>                                                             2020
>>>>>>                                                             at
>>>>>>                                                             23:16,
>>>>>>                                                             Ali
>>>>>>                                                             Alhaidary
>>>>>>                                                             <ali.alhaidary@the5stars.org
>>>>>>                                                             <ma...@the5stars.org>>
>>>>>>                                                             wrote:
>>>>>>>
>>>>>>>                                                             It
>>>>>>>                                                             did
>>>>>>>                                                             not
>>>>>>>                                                             work
>>>>>>>                                                             with
>>>>>>>                                                             me
>>>>>>>                                                             as
>>>>>>>                                                             well :-)
>>>>>>>
>>>>>>>                                                             try
>>>>>>>                                                             port 465
>>>>>>>
>>>>>>>                                                             Ali
>>>>>>>
>>>>>>>                                                             On
>>>>>>>                                                             12/24/20
>>>>>>>                                                             8:23
>>>>>>>                                                             PM,
>>>>>>>                                                             GuruCoool
>>>>>>>                                                             Learnings
>>>>>>>                                                             wrote:
>>>>>>>>                                                             gurucoool.com
>>>>>>>>                                                             <http://gurucoool.com>
>>>>>>>>                                                             is
>>>>>>>>                                                             my
>>>>>>>>                                                             main
>>>>>>>>                                                             site
>>>>>>>>                                                             where
>>>>>>>>                                                             I
>>>>>>>>                                                             use
>>>>>>>>                                                             the
>>>>>>>>                                                             same
>>>>>>>>                                                             gmail
>>>>>>>>                                                             smtp
>>>>>>>>                                                             details
>>>>>>>>                                                             that
>>>>>>>>                                                             I
>>>>>>>>                                                             want
>>>>>>>>                                                             to
>>>>>>>>                                                             use
>>>>>>>>                                                             with
>>>>>>>>                                                             openmeetings.
>>>>>>>>                                                             Gmail
>>>>>>>>                                                             smtp
>>>>>>>>                                                             works
>>>>>>>>                                                             fine
>>>>>>>>                                                             with
>>>>>>>>                                                             my
>>>>>>>>                                                             main
>>>>>>>>                                                             site
>>>>>>>>                                                             gurucoool.com
>>>>>>>>                                                             <http://gurucoool.com>
>>>>>>>>                                                             but
>>>>>>>>                                                             is
>>>>>>>>                                                             not
>>>>>>>>                                                             working
>>>>>>>>                                                             with
>>>>>>>>                                                             openmeetings.
>>>>>>>>
>>>>>>>>                                                             On
>>>>>>>>                                                             Thu,
>>>>>>>>                                                             24
>>>>>>>>                                                             Dec
>>>>>>>>                                                             2020
>>>>>>>>                                                             at
>>>>>>>>                                                             13:05,
>>>>>>>>                                                             Ali
>>>>>>>>                                                             Alhaidary
>>>>>>>>                                                             <ali.alhaidary@the5stars.org
>>>>>>>>                                                             <ma...@the5stars.org>>
>>>>>>>>                                                             wrote:
>>>>>>>>>
>>>>>>>>>                                                             I
>>>>>>>>>                                                             think
>>>>>>>>>                                                             you
>>>>>>>>>                                                             should
>>>>>>>>>                                                             use
>>>>>>>>>                                                             the
>>>>>>>>>                                                             SMTP
>>>>>>>>>                                                             of
>>>>>>>>>                                                             gurucool.com
>>>>>>>>>                                                             <http://gurucool.com>
>>>>>>>>>                                                             instead
>>>>>>>>>
>>>>>>>>>                                                             Ali
>>>>>>>>>
>>>>>>>>>                                                             On
>>>>>>>>>                                                             12/24/20
>>>>>>>>>                                                             10:06
>>>>>>>>>                                                             AM,
>>>>>>>>>                                                             GuruCoool
>>>>>>>>>                                                             Learnings
>>>>>>>>>                                                             wrote:
>>>>>>>>>>                                                             Hi
>>>>>>>>>>                                                             Ali,
>>>>>>>>>>                                                             I
>>>>>>>>>>                                                             have
>>>>>>>>>>                                                             followed
>>>>>>>>>>                                                             the
>>>>>>>>>>                                                             guidelines
>>>>>>>>>>                                                             provided
>>>>>>>>>>                                                             by
>>>>>>>>>>                                                             the
>>>>>>>>>>                                                             openmeetings
>>>>>>>>>>                                                             documentation
>>>>>>>>>>                                                             which
>>>>>>>>>>                                                             is
>>>>>>>>>>                                                             as follows-
>>>>>>>>>>
>>>>>>>>>>                                                             A
>>>>>>>>>>                                                             valid
>>>>>>>>>>                                                             example
>>>>>>>>>>                                                             to
>>>>>>>>>>                                                             configure
>>>>>>>>>>                                                             the
>>>>>>>>>>                                                             mail
>>>>>>>>>>                                                             server
>>>>>>>>>>                                                             with
>>>>>>>>>>                                                             Gmail,
>>>>>>>>>>                                                             is
>>>>>>>>>>                                                             as
>>>>>>>>>>                                                             follows:
>>>>>>>>>>                                                             (replace
>>>>>>>>>>                                                             john@gmail.com
>>>>>>>>>>                                                             <ma...@gmail.com>
>>>>>>>>>>                                                             with
>>>>>>>>>>                                                             your
>>>>>>>>>>                                                             real
>>>>>>>>>>                                                             Gmail
>>>>>>>>>>                                                             account)
>>>>>>>>>>
>>>>>>>>>>                                                             Mail-Refer
>>>>>>>>>>                                                             ==
>>>>>>>>>>                                                             info@gurucoool.com
>>>>>>>>>>                                                             <ma...@gurucoool.com>
>>>>>>>>>>                                                             SMTP-Server
>>>>>>>>>>                                                             ==
>>>>>>>>>>                                                             smtp.gmail.com
>>>>>>>>>>                                                             <http://smtp.gmail.com>
>>>>>>>>>>                                                             SMTP-Server
>>>>>>>>>>                                                             Port
>>>>>>>>>>                                                             (default
>>>>>>>>>>                                                             Smtp-Server
>>>>>>>>>>                                                             Port
>>>>>>>>>>                                                             is
>>>>>>>>>>                                                             25)
>>>>>>>>>>                                                             ==
>>>>>>>>>>                                                             587
>>>>>>>>>>                                                             SMTP-Username
>>>>>>>>>>                                                             ==
>>>>>>>>>>                                                             info@gurucoool.com
>>>>>>>>>>                                                             <ma...@gurucoool.com>
>>>>>>>>>>                                                             SMTP-Userpass
>>>>>>>>>>                                                             ==
>>>>>>>>>>                                                             password
>>>>>>>>>>                                                             of
>>>>>>>>>>                                                             info@gurucoool.com
>>>>>>>>>>                                                             <ma...@gurucoool.com>
>>>>>>>>>>                                                             (this
>>>>>>>>>>                                                             is
>>>>>>>>>>                                                             the
>>>>>>>>>>                                                             one
>>>>>>>>>>                                                             I
>>>>>>>>>>                                                             use
>>>>>>>>>>                                                             to
>>>>>>>>>>                                                             open
>>>>>>>>>>                                                             the
>>>>>>>>>>                                                             mail
>>>>>>>>>>                                                             box at
>>>>>>>>>>                                                             info@gurucoool.com
>>>>>>>>>>                                                             <ma...@gurucoool.com>)
>>>>>>>>>>                                                             Enable
>>>>>>>>>>                                                             TLS
>>>>>>>>>>                                                             in
>>>>>>>>>>                                                             Mail
>>>>>>>>>>                                                             Server
>>>>>>>>>>                                                             Auth
>>>>>>>>>>                                                             ==
>>>>>>>>>>                                                             ...turn
>>>>>>>>>>                                                             green
>>>>>>>>>>                                                             the
>>>>>>>>>>                                                             button
>>>>>>>>>>                                                             to
>>>>>>>>>>                                                             activate
>>>>>>>>>>                                                             Default
>>>>>>>>>>                                                             Language
>>>>>>>>>>                                                             ==
>>>>>>>>>>                                                             English
>>>>>>>>>>
>>>>>>>>>>                                                             ...the
>>>>>>>>>>                                                             rest
>>>>>>>>>>                                                             you
>>>>>>>>>>                                                             can
>>>>>>>>>>                                                             change
>>>>>>>>>>                                                             it
>>>>>>>>>>                                                             as
>>>>>>>>>>                                                             you
>>>>>>>>>>                                                             likes.
>>>>>>>>>>
>>>>>>>>>>                                                             However
>>>>>>>>>>                                                             can
>>>>>>>>>>                                                             it
>>>>>>>>>>                                                             would
>>>>>>>>>>                                                             be
>>>>>>>>>>                                                             a
>>>>>>>>>>                                                             great
>>>>>>>>>>                                                             help
>>>>>>>>>>                                                             if
>>>>>>>>>>                                                             you
>>>>>>>>>>                                                             can
>>>>>>>>>>                                                             clarify
>>>>>>>>>>                                                             what
>>>>>>>>>>                                                             actually
>>>>>>>>>>                                                             you
>>>>>>>>>>                                                             mean
>>>>>>>>>>                                                             by
>>>>>>>>>>                                                             the
>>>>>>>>>>                                                             following-
>>>>>>>>>>
>>>>>>>>>>                                                             Host
>>>>>>>>>>                                                             name
>>>>>>>>>>                                                             is
>>>>>>>>>>                                                             wrong
>>>>>>>>>>                                                             or
>>>>>>>>>>                                                             Connection
>>>>>>>>>>                                                             security
>>>>>>>>>>                                                             is
>>>>>>>>>>                                                             wrong
>>>>>>>>>>                                                             or
>>>>>>>>>>                                                             service
>>>>>>>>>>                                                             is
>>>>>>>>>>                                                             not
>>>>>>>>>>                                                             available
>>>>>>>>>>                                                             or
>>>>>>>>>>
>>>>>>>>>>                                                             Thanks
>>>>>>>>>>
>>>>>>>>>>                                                             Jitendra
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>>                                                             On
>>>>>>>>>>                                                             Thu,
>>>>>>>>>>                                                             24
>>>>>>>>>>                                                             Dec
>>>>>>>>>>                                                             2020
>>>>>>>>>>                                                             at
>>>>>>>>>>                                                             11:24,
>>>>>>>>>>                                                             Ali
>>>>>>>>>>                                                             Alhaidary
>>>>>>>>>>                                                             <ali.alhaidary@the5stars.org
>>>>>>>>>>                                                             <ma...@the5stars.org>>
>>>>>>>>>>                                                             wrote:
>>>>>>>>>>>
>>>>>>>>>>>                                                             Hi,
>>>>>>>>>>>
>>>>>>>>>>>                                                             It
>>>>>>>>>>>                                                             is
>>>>>>>>>>>                                                             either:
>>>>>>>>>>>
>>>>>>>>>>>                                                             Host
>>>>>>>>>>>                                                             name
>>>>>>>>>>>                                                             is
>>>>>>>>>>>                                                             wrong
>>>>>>>>>>>                                                             or
>>>>>>>>>>>                                                             SMTP
>>>>>>>>>>>                                                             server
>>>>>>>>>>>                                                             name
>>>>>>>>>>>                                                             is
>>>>>>>>>>>                                                             wrong
>>>>>>>>>>>                                                             or
>>>>>>>>>>>                                                             Port
>>>>>>>>>>>                                                             number
>>>>>>>>>>>                                                             is
>>>>>>>>>>>                                                             wrong
>>>>>>>>>>>                                                             or
>>>>>>>>>>>                                                             Connection
>>>>>>>>>>>                                                             security
>>>>>>>>>>>                                                             is
>>>>>>>>>>>                                                             wrong
>>>>>>>>>>>                                                             or
>>>>>>>>>>>                                                             User
>>>>>>>>>>>                                                             name
>>>>>>>>>>>                                                             is
>>>>>>>>>>>                                                             wrong
>>>>>>>>>>>                                                             or
>>>>>>>>>>>                                                             pass
>>>>>>>>>>>                                                             word
>>>>>>>>>>>                                                             is
>>>>>>>>>>>                                                             wrong
>>>>>>>>>>>                                                             or
>>>>>>>>>>>                                                             service
>>>>>>>>>>>                                                             is
>>>>>>>>>>>                                                             not
>>>>>>>>>>>                                                             available
>>>>>>>>>>>                                                             or
>>>>>>>>>>>                                                             some
>>>>>>>>>>>                                                             of
>>>>>>>>>>>                                                             the
>>>>>>>>>>>                                                             above
>>>>>>>>>>>                                                             or
>>>>>>>>>>>                                                             all
>>>>>>>>>>>                                                             of
>>>>>>>>>>>                                                             the
>>>>>>>>>>>                                                             above
>>>>>>>>>>>
>>>>>>>>>>>                                                             Try
>>>>>>>>>>>                                                             searching
>>>>>>>>>>>                                                             the
>>>>>>>>>>>                                                             mailing
>>>>>>>>>>>                                                             list,
>>>>>>>>>>>                                                             the
>>>>>>>>>>>                                                             solution
>>>>>>>>>>>                                                             is
>>>>>>>>>>>                                                             there
>>>>>>>>>>>                                                             as
>>>>>>>>>>>                                                             you
>>>>>>>>>>>                                                             need
>>>>>>>>>>>                                                             to
>>>>>>>>>>>                                                             check
>>>>>>>>>>>                                                             each
>>>>>>>>>>>                                                             and
>>>>>>>>>>>                                                             every
>>>>>>>>>>>                                                             one
>>>>>>>>>>>                                                             ...
>>>>>>>>>>>
>>>>>>>>>>>                                                             :-)
>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>>                                                             On
>>>>>>>>>>>                                                             12/23/20
>>>>>>>>>>>                                                             2:18
>>>>>>>>>>>                                                             PM,
>>>>>>>>>>>                                                             GuruCoool
>>>>>>>>>>>                                                             Learnings
>>>>>>>>>>>                                                             wrote:
>>>>>>>>>>>>                                                             Hi,
>>>>>>>>>>>>
>>>>>>>>>>>>                                                             I
>>>>>>>>>>>>                                                             am
>>>>>>>>>>>>                                                             facing
>>>>>>>>>>>>                                                             mail
>>>>>>>>>>>>                                                             sending
>>>>>>>>>>>>                                                             error
>>>>>>>>>>>>                                                             in
>>>>>>>>>>>>                                                             my
>>>>>>>>>>>>                                                             openmeetings
>>>>>>>>>>>>                                                             server.
>>>>>>>>>>>>                                                             Whenever
>>>>>>>>>>>>                                                             I
>>>>>>>>>>>>                                                             try
>>>>>>>>>>>>                                                             to
>>>>>>>>>>>>                                                             send
>>>>>>>>>>>>                                                             a
>>>>>>>>>>>>                                                             mail
>>>>>>>>>>>>                                                             I
>>>>>>>>>>>>                                                             get
>>>>>>>>>>>>                                                             an error
>>>>>>>>>>>>                                                             message
>>>>>>>>>>>>                                                             as
>>>>>>>>>>>>                                                             follows-
>>>>>>>>>>>>                                                             Error
>>>>>>>>>>>>                                                             Count
>>>>>>>>>>>>                                                             5
>>>>>>>>>>>>                                                             Last
>>>>>>>>>>>>                                                             Error
>>>>>>>>>>>>
>>>>>>>>>>>>                                                             com.sun.mail.util.MailConnectException:
>>>>>>>>>>>>                                                             Couldn't
>>>>>>>>>>>>                                                             connect
>>>>>>>>>>>>                                                             to
>>>>>>>>>>>>                                                             host,
>>>>>>>>>>>>                                                             port:
>>>>>>>>>>>>                                                             smtp.gmail.com
>>>>>>>>>>>>                                                             <http://smtp.gmail.com>,
>>>>>>>>>>>>                                                             587;
>>>>>>>>>>>>                                                             timeout
>>>>>>>>>>>>                                                             30000;
>>>>>>>>>>>>                                                             nested
>>>>>>>>>>>>                                                             exception
>>>>>>>>>>>>                                                             is:
>>>>>>>>>>>>                                                             java.net.SocketTimeoutException:
>>>>>>>>>>>>                                                             connect
>>>>>>>>>>>>                                                             timed
>>>>>>>>>>>>                                                             out
>>>>>>>>>>>>                                                             at
>>>>>>>>>>>>                                                             com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:2209)
>>>>>>>>>>>>                                                             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:221)
>>>>>>>>>>>>                                                             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:
>>>>>>>>>>>>                                                             connect
>>>>>>>>>>>>                                                             timed
>>>>>>>>>>>>                                                             out
>>>>>>>>>>>>                                                             at
>>>>>>>>>>>>                                                             java.base/java.net.PlainSocketImpl.socketConnect(Native
>>>>>>>>>>>>                                                             Method)
>>>>>>>>>>>>                                                             at
>>>>>>>>>>>>                                                             java.base/java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:399)
>>>>>>>>>>>>                                                             at
>>>>>>>>>>>>                                                             java.base/java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:242)
>>>>>>>>>>>>                                                             at
>>>>>>>>>>>>                                                             java.base/java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:224)
>>>>>>>>>>>>                                                             at
>>>>>>>>>>>>                                                             java.base/java.net.SocksSocketImpl.connect(SocksSocketImpl.java:403)
>>>>>>>>>>>>                                                             at
>>>>>>>>>>>>                                                             java.base/java.net.Socket.connect(Socket.java:609)
>>>>>>>>>>>>                                                             at
>>>>>>>>>>>>                                                             com.sun.mail.util.SocketFetcher.createSocket(SocketFetcher.java:357)
>>>>>>>>>>>>                                                             at
>>>>>>>>>>>>                                                             com.sun.mail.util.SocketFetcher.getSocket(SocketFetcher.java:238)
>>>>>>>>>>>>                                                             at
>>>>>>>>>>>>                                                             com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:2175)
>>>>>>>>>>>>                                                             ...
>>>>>>>>>>>>                                                             10
>>>>>>>>>>>>                                                             more
>>>>>>>>>>>>                                                             Please
>>>>>>>>>>>>                                                             help.
>>>>>>>>>>>>                                                             Thanks
>>>>>>>>>>>>                                                             Jitendra
>>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>
>>>>
>>>>
>>>>                                             -- 
>>>>                                             Best regards,
>>>>                                             Maxim
>>>>
>>>>
>>>>
>>>>                                 -- 
>>>>                                 Best regards,
>>>>                                 Maxim
>>>>

Re: Mail sending error in openmeetings server

Posted by GuruCoool Learnings <in...@gurucoool.com>.
These are the files in /opt/open510/logs directory-

catalina.2020-12-11.log  host-manager.2020-12-11.log
 localhost.2020-12-19.log
localhost_access_log.2020-12-21.txt  manager.2020-12-26.log
catalina.2020-12-12.log  host-manager.2020-12-12.log
 localhost.2020-12-25.log
localhost_access_log.2020-12-22.txt  manager.2020-12-27.log
catalina.2020-12-15.log  host-manager.2020-12-15.log
 localhost.2020-12-26.log
localhost_access_log.2020-12-23.txt  openmeetings.2020-12-11.0.log
catalina.2020-12-16.log  host-manager.2020-12-17.log
 localhost.2020-12-27.log
 localhost_access_log.2020-12-24.txt  openmeetings.log
catalina.2020-12-17.log  host-manager.2020-12-18.log
 localhost_access_log.2020-12-11.txt  localhost_access_log.2020-12-25.txt
 sessions.2020-12-20.0.log
catalina.2020-12-18.log  host-manager.2020-12-19.log
 localhost_access_log.2020-12-12.txt  localhost_access_log.2020-12-26.txt
 sessions.2020-12-21.0.log
catalina.2020-12-19.log  host-manager.2020-12-25.log
 localhost_access_log.2020-12-13.txt  localhost_access_log.2020-12-27.txt
 sessions.2020-12-22.0.log
catalina.2020-12-20.log  host-manager.2020-12-26.log
 localhost_access_log.2020-12-14.txt  manager.2020-12-11.log
sessions.2020-12-23.0.log
catalina.2020-12-21.log  host-manager.2020-12-27.log
 localhost_access_log.2020-12-15.txt  manager.2020-12-12.log
sessions.2020-12-24.0.log
catalina.2020-12-24.log  localhost.2020-12-11.log
localhost_access_log.2020-12-16.txt  manager.2020-12-15.log
sessions.2020-12-25.0.log
catalina.2020-12-25.log  localhost.2020-12-12.log
localhost_access_log.2020-12-17.txt  manager.2020-12-17.log
sessions.2020-12-26.0.log
catalina.2020-12-26.log  localhost.2020-12-15.log
localhost_access_log.2020-12-18.txt  manager.2020-12-18.log
sessions.log
catalina.2020-12-27.log  localhost.2020-12-17.log
localhost_access_log.2020-12-19.txt  manager.2020-12-19.log
catalina.out                     localhost.2020-12-18.log
localhost_access_log.2020-12-20.txt  manager.2020-12-25.log

I earlier renamed openmeetings to sessions so I checked in sessions.log.
openmeetings.log is empty after I deleted the content.

Regards
Jitendra

On Sun, 27 Dec 2020 at 18:25, GuruCoool Learnings <in...@gurucoool.com>
wrote:

> This is all I got after deleting the content and starting the OM again.
>
> Regards
> Jitendra
>
> On Sun, 27 Dec 2020 at 18:24, Ali Alhaidary <al...@the5stars.org>
> wrote:
>
>> These entries does not show the service did not start, where is the rest ?
>>
>> Ali
>>
>>
>> On 12/27/20 3:33 PM, GuruCoool Learnings wrote:
>>
>> I followed the steps suggested by you and here is what I got in
>> openmeetings.log ( NOT STARTED)-
>>
>> INFO 12-27 12:24:43.292 o.s.w.c.ContextLoader:271 [main] - Root
>> WebApplicationContext: initialization started
>>  INFO 12-27 12:24:46.420 o.s.o.j.LocalEntityManagerFactoryBean:434 [main]
>> - Initialized JPA EntityManagerFactory for pe$ INFO 12-27 12:24:47.633
>> o.s.s.c.ThreadPoolTaskExecutor:181 [main] - Initializing ExecutorService
>> 'taskExecutor'
>> DEBUG 12-27 12:24:47.844 o.a.o.c.r.KurentoHandler:151 [pool-1-thread-1] -
>> Reconnecting KMS
>>  INFO 12-27 12:24:48.098 o.k.j.c.JsonRpcClientNettyWebSocket:191
>> [pool-1-thread-1] -  Connecting native client
>>  INFO 12-27 12:24:48.102 o.k.j.c.JsonRpcClientNettyWebSocket:220
>> [pool-1-thread-1] -  Creating new NioEventLoopGroup
>>  INFO 12-27 12:24:48.792 o.k.j.c.JsonRpcClientNettyWebSocket:234
>> [ntLoopGroup-2-1] -  Initiating new Netty channel. Wil$ INFO 12-27
>> 12:24:48.919 o.q.i.StdSchedulerFactory:1220 [main] - Using default
>> implementation for ThreadExecutor
>>  INFO 12-27 12:24:49.015 o.q.c.SchedulerSignalerImpl:61 [main] -
>> Initialized Scheduler Signaller of type: class org.qua$ INFO 12-27
>> 12:24:49.016 o.q.c.QuartzScheduler:229 [main] - Quartz Scheduler v.2.3.2
>> created.
>>  INFO 12-27 12:24:49.018 o.q.s.RAMJobStore:155 [main] - RAMJobStore
>> initialized.
>>  INFO 12-27 12:24:49.043 o.q.c.QuartzScheduler:294 [main] - Scheduler
>> meta-data: Quartz Scheduler (v2.3.2) 'org.springf$  Scheduler class:
>> 'org.quartz.core.QuartzScheduler' - running locally.
>>   NOT STARTED.
>>   Currently in standby mode.
>>   Number of jobs executed: 0
>>   Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 10 threads.
>>   Using job-store 'org.quartz.simpl.RAMJobStore' - which does not support
>> persistence. and is not clustered.
>>
>>  INFO 12-27 12:24:49.044 o.q.i.StdSchedulerFactory:1374 [main] - Quartz
>> scheduler 'org.springframework.scheduling.quart$ INFO 12-27 12:24:49.044
>> o.q.i.StdSchedulerFactory:1378 [main] - Quartz scheduler version: 2.3.2
>>  INFO 12-27 12:24:49.051 o.q.c.QuartzScheduler:2293 [main] - JobFactory
>> set to: org.springframework.scheduling.quartz.A$ INFO 12-27 12:24:49.098
>> o.s.s.q.SchedulerFactoryBean:727 [main] - Starting Quartz Scheduler now
>>  INFO 12-27 12:24:49.099 o.q.c.QuartzScheduler:547 [main] - Scheduler
>> org.springframework.scheduling.quartz.SchedulerFa$ INFO 12-27 12:24:49.133
>> o.s.w.c.ContextLoader:307 [main] - Root WebApplicationContext initialized
>> in 5832 ms
>> INFO 12-27 12:24:49.255 o.a.w.u.f.WebXmlFile:235 [main] - web.xml: url
>> mapping found for filter with name Openmeetings$ INFO 12-27 12:24:49.520
>> o.a.o.c.r.KurentoHandler:181 [pool-1-thread-1] - !!! Kurento connected
>>  INFO 12-27 12:24:49.780 o.a.w.Application:558 [main] -
>> [OpenmeetingsApplication] init: org.wicketstuff.dashboard.Dashb$ INFO 12-27
>> 12:24:51.296 o.a.w.Application:558 [main] - [OpenmeetingsApplication] init:
>> Wicket core library initializer
>>  INFO 12-27 12:24:51.304 o.a.w.Application:558 [main] -
>> [OpenmeetingsApplication] init: Wicket jQuery UI initializer
>>  INFO 12-27 12:24:51.312 o.a.w.Application:558 [main] -
>> [OpenmeetingsApplication] init: Wicket jQuery UI initializer (p$ INFO 12-27
>> 12:24:51.318 o.a.w.Application:558 [main] - [OpenmeetingsApplication] init:
>> Wicket extensions initializer
>>  INFO 12-27 12:24:51.410 o.a.w.Application:558 [main] -
>> [OpenmeetingsApplication] init: DevUtils DebugBar Initializer
>>  INFO 12-27 12:24:57.181 c.h.system:65 [main] - [172.105.37.153]:5701
>> [dev] [4.1] Hazelcast 4.1 (20201104 - 2a1a477) st$
>>
>> The server has not started. Can I do anything in this case?
>>
>> Regards
>> Jitendra
>>
>> On Sun, 27 Dec 2020 at 17:36, Ali Alhaidary <al...@the5stars.org>
>> wrote:
>>
>>> 1. stop om service
>>>
>>> 2. delete the contents of openmeetings.log
>>>
>>> 3. start om service
>>>
>>> 4. check openmeetings.log
>>>
>>>
>>> On 12/27/20 2:17 PM, GuruCoool Learnings wrote:
>>>
>>> Since I am now not able to access the localhost url so please help which
>>> file I can update smtp records in?
>>>
>>> Regards
>>> Jitendra
>>>
>>> On Sun, 27 Dec 2020 at 14:33, GuruCoool Learnings <in...@gurucoool.com>
>>> wrote:
>>>
>>>> These are a few last lines-
>>>>
>>>> DEBUG 12-27 03:07:14.300 o.a.o.w.a.WebSession:223 [nio-5443-exec-3] -
>>>> checkHashes, secure: 'null', invitation:
>>>> 'ff51cfbd-4797-4f30-9d60-3f78955f00b4'
>>>> DEBUG 12-27 03:07:14.338 o.a.o.w.a.WebSession:225 [nio-5443-exec-3] -
>>>> checkHashes, has soap in session ? 'false'
>>>> DEBUG 12-27 03:07:14.420 o.a.o.w.a.ClientManager:352 [nio-5443-exec-3]
>>>> - Cluster:: The only server found
>>>> DEBUG 12-27 03:07:14.492 o.a.o.d.u.AuthLevelUtil:40 [nio-5443-exec-3] -
>>>> Level ADMIN :: [DENIED]
>>>> DEBUG 12-27 03:07:14.498 o.a.o.d.u.AuthLevelUtil:40 [nio-5443-exec-3] -
>>>> Level GROUP_ADMIN :: [DENIED]
>>>> DEBUG 12-27 03:07:14.519 o.a.o.d.u.AuthLevelUtil:40 [nio-5443-exec-3] -
>>>> Level ADMIN :: [DENIED]
>>>> DEBUG 12-27 03:07:14.525 o.a.o.d.u.AuthLevelUtil:40 [nio-5443-exec-3] -
>>>> Level ADMIN :: [DENIED]
>>>> DEBUG 12-27 03:07:14.566 o.a.o.w.c.OmWebSocketPanel:74
>>>> [nio-5443-exec-3] - pingTimer is attached
>>>> DEBUG 12-27 03:07:18.703 o.a.o.d.d.l.ConferenceLogDao:52
>>>> [nio-5443-exec-1] - [add]:
>>>> org.apache.openmeetings.db.entity.log.ConferenceLog@7a836ea7
>>>> DEBUG 12-27 03:07:18.718 o.a.o.w.a.ClientManager:126 [nio-5443-exec-1]
>>>> - Adding online client: 2b627591-eeb1-4c49-8b8c-c5a6528634af, room: null
>>>> DEBUG 12-27 03:07:18.728 o.a.o.w.c.MainPanel:160 [nio-5443-exec-1] -
>>>> WebSocketBehavior::onConnect [uid: 2b627591-eeb1-4c49-8b8c-c5a6528634af,
>>>> session: F307B900D3DFADE9$DEBUG 12-27 03:07:18.752
>>>> o.a.o.d.d.l.ConferenceLogDao:52 [nio-5443-exec-1] - [add]:
>>>> org.apache.openmeetings.db.entity.log.ConferenceLog@5cb63b3c
>>>> DEBUG 12-27 03:07:18.757 o.a.o.w.a.ClientManager:257 [nio-5443-exec-1]
>>>> - Adding online room client: 2b627591-eeb1-4c49-8b8c-c5a6528634af, room: 11
>>>> DEBUG 12-27 03:07:18.764 o.a.o.w.a.ClientManager:275 [nio-5443-exec-1]
>>>> - Cluster:: room 11 was not found for server 'server-1', adding ...
>>>> DEBUG 12-27 03:07:18.765 o.a.o.w.a.ClientManager:448 [nio-5443-exec-1]
>>>> - Cluster:: room 11 is added to server, whole list [11]
>>>> DEBUG 12-27 03:07:18.766 o.a.o.w.a.ClientManager:114 [erver-1.event-1]
>>>> - Cluster:: Server was updated server-1 -> ServerInfo[rooms: [11]]
>>>> DEBUG 12-27 03:07:18.770 o.a.o.d.u.AuthLevelUtil:40 [nio-5443-exec-1] -
>>>> Level ADMIN :: [DENIED]
>>>>  INFO 12-27 03:07:18.771 o.a.o.w.r.RoomPanel:395 [nio-5443-exec-1] -
>>>> Setting rights for client:: [AUDIO, VIDEO] -> false
>>>> DEBUG 12-27 03:07:18.783 o.a.o.d.u.AuthLevelUtil:40 [nio-5443-exec-1] -
>>>> Level ADMIN :: [DENIED]
>>>> DEBUG 12-27 03:07:18.789 o.a.o.d.d.r.PollDao:87 [nio-5443-exec-1] -  ::
>>>> getPoll :: 11
>>>> DEBUG 12-27 03:07:18.799 o.a.o.d.d.r.PollDao:98 [nio-5443-exec-1] -  ::
>>>> getArchived :: 11
>>>> DEBUG 12-27 03:07:18.829 o.a.o.d.d.f.FileItemDao:55 [nio-5443-exec-1] -
>>>> getByOwner() started
>>>> DEBUG 12-27 03:07:18.832 o.a.o.d.d.f.FileItemDao:50 [nio-5443-exec-1] -
>>>> getByRoom roomId :: 11
>>>>  WARN 12-27 03:07:23.779 o.a.o.w.a.TimerService:69 [Thread-2609] -
>>>> Moderator room check 11
>>>>  WARN 12-27 03:07:23.783 o.a.o.w.r.RoomPanel:588 [Thread-2611] - !!
>>>> moderatorInRoom: false
>>>>
>>>> Jitendra
>>>>
>>>> On Sun, 27 Dec 2020 at 14:31, GuruCoool Learnings <in...@gurucoool.com>
>>>> wrote:
>>>>
>>>>> I checked but couldn't trace.
>>>>>
>>>>> Honestly, I am not friendly with these processes. I am not a coder or
>>>>> developer. I am a maths teacher and anyhow set up the server with the help
>>>>> of the documentation provided by openmeetings.
>>>>>
>>>>> Regards
>>>>> Jitendra
>>>>>
>>>>> On Sun, 27 Dec 2020 at 13:02, Ali Alhaidary <
>>>>> ali.alhaidary@the5stars.org> wrote:
>>>>>
>>>>>> Could be, check openmeetings.log to see if the service has started ...
>>>>>>
>>>>>> Ali
>>>>>>
>>>>>>
>>>>>> On 12/27/20 10:26 AM, GuruCoool Learnings wrote:
>>>>>>
>>>>>> One more thing I remember I did. In OM >> Administration >>
>>>>>> Configuration, I erased the records of smtp records like server email, port
>>>>>> number etc.
>>>>>> Can this be a reason for "This site can’t be reached"?
>>>>>>
>>>>>> On Sun, 27 Dec 2020 at 12:43, GuruCoool Learnings <in...@gurucoool.com>
>>>>>> wrote:
>>>>>>
>>>>>>> I was trying to check the ports by the command
>>>>>>> netstat -a -n
>>>>>>>
>>>>>>> and made no change there. After that I just restarted the server and
>>>>>>> unfortunately, the server is not accessible.
>>>>>>> It says,"This site can’t be reached".
>>>>>>>
>>>>>>> I don't know what to do now.
>>>>>>>
>>>>>>> Regards
>>>>>>> Jitendra
>>>>>>>
>>>>>>> On Sun, 27 Dec 2020 at 11:54, Maxim Solodovnik <so...@gmail.com>
>>>>>>> wrote:
>>>>>>>
>>>>>>>> please read this article:
>>>>>>>> https://support.google.com/a/answer/176600?hl=en
>>>>>>>> Especially this Use the Gmail SMTP server part
>>>>>>>>
>>>>>>>> as i wrote before
>>>>>>>> for TLS (port 587) you have to enable "mail.smtp.starttls.enable"
>>>>>>>> in OM -> Admin -> Config
>>>>>>>> for SSL (port 465) you have to enable "mail.smtp.ssl.enable" in OM
>>>>>>>> -> Admin -> Config
>>>>>>>>
>>>>>>>> and check if connection to smtp.gmail.com through the port
>>>>>>>> selected is allowed from your OM server
>>>>>>>>
>>>>>>>> On Sun, 27 Dec 2020 at 12:09, GuruCoool Learnings <
>>>>>>>> info@gurucoool.com> wrote:
>>>>>>>>
>>>>>>>>> Hello dear Maxim,
>>>>>>>>> By security options, do you mean Forwarding and POP/IMAP in my
>>>>>>>>> Gmail?
>>>>>>>>> If yes, I have enabled it already. If no, then please guide me
>>>>>>>>> what exactly I need to do for correct security options.
>>>>>>>>>
>>>>>>>>> Also, you mentioned about firewall settings, please guide me on
>>>>>>>>> this also.
>>>>>>>>>
>>>>>>>>> Thanks and regards
>>>>>>>>> Jitendra
>>>>>>>>>
>>>>>>>>> On Sat, 26 Dec 2020 at 08:37, GuruCoool Learnings <
>>>>>>>>> info@gurucoool.com> wrote:
>>>>>>>>>
>>>>>>>>>> Thanks. Please guide me for correct security options and firewall
>>>>>>>>>> settings. I am not savy with these processes.
>>>>>>>>>>
>>>>>>>>>> Thanks & Regards
>>>>>>>>>> Jitendra
>>>>>>>>>>
>>>>>>>>>> On Sat, Dec 26, 2020, 07:18 Maxim Solodovnik <
>>>>>>>>>> solomax666@gmail.com> wrote:
>>>>>>>>>>
>>>>>>>>>>> The correct settings for gmail are here:
>>>>>>>>>>> https://support.google.com/mail/answer/7126229?hl=en
>>>>>>>>>>>
>>>>>>>>>>> You have to specify only ONE of
>>>>>>>>>>> mail.smtp.starttls.enable
>>>>>>>>>>> mail.smtp.ssl.enable
>>>>>>>>>>>
>>>>>>>>>>> timeout error might be because you are not setting correct
>>>>>>>>>>> security option
>>>>>>>>>>> Or maybe your provider/firewall blocks the connection
>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>> On Fri, 25 Dec 2020 at 22:20, GuruCoool Learnings <
>>>>>>>>>>> info@gurucoool.com> wrote:
>>>>>>>>>>>
>>>>>>>>>>>> Nothing happened even after restarting the server.
>>>>>>>>>>>>
>>>>>>>>>>>> Jitendra
>>>>>>>>>>>>
>>>>>>>>>>>> On Fri, 25 Dec 2020 at 13:44, GuruCoool Learnings <
>>>>>>>>>>>> info@gurucoool.com> wrote:
>>>>>>>>>>>>
>>>>>>>>>>>>> Okay. I will try and then will let you know.
>>>>>>>>>>>>>
>>>>>>>>>>>>> Thanks
>>>>>>>>>>>>> Jitendra
>>>>>>>>>>>>>
>>>>>>>>>>>>> On Fri, Dec 25, 2020, 13:29 Ali Alhaidary <
>>>>>>>>>>>>> ali.alhaidary@the5stars.org> wrote:
>>>>>>>>>>>>>
>>>>>>>>>>>>>> You must restart the server so tat any new settings can take
>>>>>>>>>>>>>> effect
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> Ali
>>>>>>>>>>>>>> On 12/25/20 3:54 AM, GuruCoool Learnings wrote:
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> It shows error message in OM email management section only.
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> Jitendra
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> On Fri, Dec 25, 2020, 01:17 Alvaro <zu...@gmail.com>
>>>>>>>>>>>>>> wrote:
>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> ...right now i tested my OM 5.1.0 at localhost  and gmail
>>>>>>>>>>>>>>> configuration and send mail ok to "user...@gmail.com".
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> Please take a look in your spam Gmail web.
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> .....................
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> El jue, 24-12-2020 a las 23:20 +0530, GuruCoool Learnings
>>>>>>>>>>>>>>> escribió:
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> Tried both 587 and 465 one by one but didn't find any
>>>>>>>>>>>>>>> solution. However thanks for your replies.
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> I have one more query. generally openmeetings generates user
>>>>>>>>>>>>>>> specific invitation links. Is it possible to create invitation links that
>>>>>>>>>>>>>>> can be given to anyone who is not registered on my server?
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> On Thu, 24 Dec 2020 at 23:16, Ali Alhaidary <
>>>>>>>>>>>>>>> ali.alhaidary@the5stars.org> wrote:
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> It did not work with me as well :-)
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> try port 465
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> Ali
>>>>>>>>>>>>>>> On 12/24/20 8:23 PM, GuruCoool Learnings wrote:
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> gurucoool.com is my main site where I use the same gmail
>>>>>>>>>>>>>>> smtp details that I want to use with openmeetings. Gmail smtp works fine
>>>>>>>>>>>>>>> with my main site gurucoool.com but is not working with
>>>>>>>>>>>>>>> openmeetings.
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> On Thu, 24 Dec 2020 at 13:05, Ali Alhaidary <
>>>>>>>>>>>>>>> ali.alhaidary@the5stars.org> wrote:
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> I think you should use the SMTP of gurucool.com instead
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> Ali
>>>>>>>>>>>>>>> On 12/24/20 10:06 AM, GuruCoool Learnings wrote:
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> Hi Ali,
>>>>>>>>>>>>>>> I have followed the guidelines provided by the openmeetings
>>>>>>>>>>>>>>> documentation which is as follows-
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> A valid example to configure the mail server with Gmail, is
>>>>>>>>>>>>>>> as follows:
>>>>>>>>>>>>>>> (replace john@gmail.com with your real Gmail account)
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> Mail-Refer == info@gurucoool.com
>>>>>>>>>>>>>>> SMTP-Server == smtp.gmail.com
>>>>>>>>>>>>>>> SMTP-Server Port (default
>>>>>>>>>>>>>>> Smtp-Server Port is 25) == 587
>>>>>>>>>>>>>>> SMTP-Username == info@gurucoool.com
>>>>>>>>>>>>>>> SMTP-Userpass == password of info@gurucoool.com (this is
>>>>>>>>>>>>>>> the one I use to open the mail box at info@gurucoool.com)
>>>>>>>>>>>>>>> Enable TLS in Mail Server Auth == ...turn green the button
>>>>>>>>>>>>>>> to activate
>>>>>>>>>>>>>>> Default Language == English
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> ...the rest you can change it as you likes.
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> However can it would be a great help if you can clarify what
>>>>>>>>>>>>>>> actually you mean by the following-
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> Host name is wrong or
>>>>>>>>>>>>>>> Connection security is wrong or
>>>>>>>>>>>>>>> service is not available or
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> Thanks
>>>>>>>>>>>>>>> Jitendra
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> On Thu, 24 Dec 2020 at 11:24, Ali Alhaidary <
>>>>>>>>>>>>>>> ali.alhaidary@the5stars.org> wrote:
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> Hi,
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> It is either:
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> Host name is wrong or
>>>>>>>>>>>>>>> SMTP server name is wrong or
>>>>>>>>>>>>>>> Port number is wrong or
>>>>>>>>>>>>>>> Connection security is wrong or
>>>>>>>>>>>>>>> User name is wrong or
>>>>>>>>>>>>>>> pass word is wrong or
>>>>>>>>>>>>>>> service is not available or
>>>>>>>>>>>>>>> some of the above or
>>>>>>>>>>>>>>> all of the above
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> Try searching the mailing list, the solution is there as you
>>>>>>>>>>>>>>> need to check each and every one ...
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> :-)
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> On 12/23/20 2:18 PM, GuruCoool Learnings wrote:
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> Hi,
>>>>>>>>>>>>>>> I am facing mail sending error in my openmeetings server.
>>>>>>>>>>>>>>> Whenever I try to send a mail I get an error message as follows-
>>>>>>>>>>>>>>> Error Count 5
>>>>>>>>>>>>>>> Last Error
>>>>>>>>>>>>>>> com.sun.mail.util.MailConnectException: Couldn't connect to
>>>>>>>>>>>>>>> host, port: smtp.gmail.com, 587; timeout 30000; nested
>>>>>>>>>>>>>>> exception is: java.net.SocketTimeoutException: connect timed out at
>>>>>>>>>>>>>>> com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:2209) 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:221)
>>>>>>>>>>>>>>> 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: connect timed out at
>>>>>>>>>>>>>>> java.base/java.net.PlainSocketImpl.socketConnect(Native Method) at
>>>>>>>>>>>>>>> java.base/java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:399)
>>>>>>>>>>>>>>> at
>>>>>>>>>>>>>>> java.base/java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:242)
>>>>>>>>>>>>>>> at
>>>>>>>>>>>>>>> java.base/java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:224)
>>>>>>>>>>>>>>> at java.base/java.net.SocksSocketImpl.connect(SocksSocketImpl.java:403) at
>>>>>>>>>>>>>>> java.base/java.net.Socket.connect(Socket.java:609) at
>>>>>>>>>>>>>>> com.sun.mail.util.SocketFetcher.createSocket(SocketFetcher.java:357) at
>>>>>>>>>>>>>>> com.sun.mail.util.SocketFetcher.getSocket(SocketFetcher.java:238) at
>>>>>>>>>>>>>>> com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:2175) ... 10
>>>>>>>>>>>>>>> more
>>>>>>>>>>>>>>> Please help.
>>>>>>>>>>>>>>> Thanks
>>>>>>>>>>>>>>> Jitendra
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>> --
>>>>>>>>>>> Best regards,
>>>>>>>>>>> Maxim
>>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>
>>>>>>>> --
>>>>>>>> Best regards,
>>>>>>>> Maxim
>>>>>>>>
>>>>>>>

Re: Mail sending error in openmeetings server

Posted by GuruCoool Learnings <in...@gurucoool.com>.
This is all I got after deleting the content and starting the OM again.

Regards
Jitendra

On Sun, 27 Dec 2020 at 18:24, Ali Alhaidary <al...@the5stars.org>
wrote:

> These entries does not show the service did not start, where is the rest ?
>
> Ali
>
>
> On 12/27/20 3:33 PM, GuruCoool Learnings wrote:
>
> I followed the steps suggested by you and here is what I got in
> openmeetings.log ( NOT STARTED)-
>
> INFO 12-27 12:24:43.292 o.s.w.c.ContextLoader:271 [main] - Root
> WebApplicationContext: initialization started
>  INFO 12-27 12:24:46.420 o.s.o.j.LocalEntityManagerFactoryBean:434 [main]
> - Initialized JPA EntityManagerFactory for pe$ INFO 12-27 12:24:47.633
> o.s.s.c.ThreadPoolTaskExecutor:181 [main] - Initializing ExecutorService
> 'taskExecutor'
> DEBUG 12-27 12:24:47.844 o.a.o.c.r.KurentoHandler:151 [pool-1-thread-1] -
> Reconnecting KMS
>  INFO 12-27 12:24:48.098 o.k.j.c.JsonRpcClientNettyWebSocket:191
> [pool-1-thread-1] -  Connecting native client
>  INFO 12-27 12:24:48.102 o.k.j.c.JsonRpcClientNettyWebSocket:220
> [pool-1-thread-1] -  Creating new NioEventLoopGroup
>  INFO 12-27 12:24:48.792 o.k.j.c.JsonRpcClientNettyWebSocket:234
> [ntLoopGroup-2-1] -  Initiating new Netty channel. Wil$ INFO 12-27
> 12:24:48.919 o.q.i.StdSchedulerFactory:1220 [main] - Using default
> implementation for ThreadExecutor
>  INFO 12-27 12:24:49.015 o.q.c.SchedulerSignalerImpl:61 [main] -
> Initialized Scheduler Signaller of type: class org.qua$ INFO 12-27
> 12:24:49.016 o.q.c.QuartzScheduler:229 [main] - Quartz Scheduler v.2.3.2
> created.
>  INFO 12-27 12:24:49.018 o.q.s.RAMJobStore:155 [main] - RAMJobStore
> initialized.
>  INFO 12-27 12:24:49.043 o.q.c.QuartzScheduler:294 [main] - Scheduler
> meta-data: Quartz Scheduler (v2.3.2) 'org.springf$  Scheduler class:
> 'org.quartz.core.QuartzScheduler' - running locally.
>   NOT STARTED.
>   Currently in standby mode.
>   Number of jobs executed: 0
>   Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 10 threads.
>   Using job-store 'org.quartz.simpl.RAMJobStore' - which does not support
> persistence. and is not clustered.
>
>  INFO 12-27 12:24:49.044 o.q.i.StdSchedulerFactory:1374 [main] - Quartz
> scheduler 'org.springframework.scheduling.quart$ INFO 12-27 12:24:49.044
> o.q.i.StdSchedulerFactory:1378 [main] - Quartz scheduler version: 2.3.2
>  INFO 12-27 12:24:49.051 o.q.c.QuartzScheduler:2293 [main] - JobFactory
> set to: org.springframework.scheduling.quartz.A$ INFO 12-27 12:24:49.098
> o.s.s.q.SchedulerFactoryBean:727 [main] - Starting Quartz Scheduler now
>  INFO 12-27 12:24:49.099 o.q.c.QuartzScheduler:547 [main] - Scheduler
> org.springframework.scheduling.quartz.SchedulerFa$ INFO 12-27 12:24:49.133
> o.s.w.c.ContextLoader:307 [main] - Root WebApplicationContext initialized
> in 5832 ms
> INFO 12-27 12:24:49.255 o.a.w.u.f.WebXmlFile:235 [main] - web.xml: url
> mapping found for filter with name Openmeetings$ INFO 12-27 12:24:49.520
> o.a.o.c.r.KurentoHandler:181 [pool-1-thread-1] - !!! Kurento connected
>  INFO 12-27 12:24:49.780 o.a.w.Application:558 [main] -
> [OpenmeetingsApplication] init: org.wicketstuff.dashboard.Dashb$ INFO 12-27
> 12:24:51.296 o.a.w.Application:558 [main] - [OpenmeetingsApplication] init:
> Wicket core library initializer
>  INFO 12-27 12:24:51.304 o.a.w.Application:558 [main] -
> [OpenmeetingsApplication] init: Wicket jQuery UI initializer
>  INFO 12-27 12:24:51.312 o.a.w.Application:558 [main] -
> [OpenmeetingsApplication] init: Wicket jQuery UI initializer (p$ INFO 12-27
> 12:24:51.318 o.a.w.Application:558 [main] - [OpenmeetingsApplication] init:
> Wicket extensions initializer
>  INFO 12-27 12:24:51.410 o.a.w.Application:558 [main] -
> [OpenmeetingsApplication] init: DevUtils DebugBar Initializer
>  INFO 12-27 12:24:57.181 c.h.system:65 [main] - [172.105.37.153]:5701
> [dev] [4.1] Hazelcast 4.1 (20201104 - 2a1a477) st$
>
> The server has not started. Can I do anything in this case?
>
> Regards
> Jitendra
>
> On Sun, 27 Dec 2020 at 17:36, Ali Alhaidary <al...@the5stars.org>
> wrote:
>
>> 1. stop om service
>>
>> 2. delete the contents of openmeetings.log
>>
>> 3. start om service
>>
>> 4. check openmeetings.log
>>
>>
>> On 12/27/20 2:17 PM, GuruCoool Learnings wrote:
>>
>> Since I am now not able to access the localhost url so please help which
>> file I can update smtp records in?
>>
>> Regards
>> Jitendra
>>
>> On Sun, 27 Dec 2020 at 14:33, GuruCoool Learnings <in...@gurucoool.com>
>> wrote:
>>
>>> These are a few last lines-
>>>
>>> DEBUG 12-27 03:07:14.300 o.a.o.w.a.WebSession:223 [nio-5443-exec-3] -
>>> checkHashes, secure: 'null', invitation:
>>> 'ff51cfbd-4797-4f30-9d60-3f78955f00b4'
>>> DEBUG 12-27 03:07:14.338 o.a.o.w.a.WebSession:225 [nio-5443-exec-3] -
>>> checkHashes, has soap in session ? 'false'
>>> DEBUG 12-27 03:07:14.420 o.a.o.w.a.ClientManager:352 [nio-5443-exec-3] -
>>> Cluster:: The only server found
>>> DEBUG 12-27 03:07:14.492 o.a.o.d.u.AuthLevelUtil:40 [nio-5443-exec-3] -
>>> Level ADMIN :: [DENIED]
>>> DEBUG 12-27 03:07:14.498 o.a.o.d.u.AuthLevelUtil:40 [nio-5443-exec-3] -
>>> Level GROUP_ADMIN :: [DENIED]
>>> DEBUG 12-27 03:07:14.519 o.a.o.d.u.AuthLevelUtil:40 [nio-5443-exec-3] -
>>> Level ADMIN :: [DENIED]
>>> DEBUG 12-27 03:07:14.525 o.a.o.d.u.AuthLevelUtil:40 [nio-5443-exec-3] -
>>> Level ADMIN :: [DENIED]
>>> DEBUG 12-27 03:07:14.566 o.a.o.w.c.OmWebSocketPanel:74 [nio-5443-exec-3]
>>> - pingTimer is attached
>>> DEBUG 12-27 03:07:18.703 o.a.o.d.d.l.ConferenceLogDao:52
>>> [nio-5443-exec-1] - [add]:
>>> org.apache.openmeetings.db.entity.log.ConferenceLog@7a836ea7
>>> DEBUG 12-27 03:07:18.718 o.a.o.w.a.ClientManager:126 [nio-5443-exec-1] -
>>> Adding online client: 2b627591-eeb1-4c49-8b8c-c5a6528634af, room: null
>>> DEBUG 12-27 03:07:18.728 o.a.o.w.c.MainPanel:160 [nio-5443-exec-1] -
>>> WebSocketBehavior::onConnect [uid: 2b627591-eeb1-4c49-8b8c-c5a6528634af,
>>> session: F307B900D3DFADE9$DEBUG 12-27 03:07:18.752
>>> o.a.o.d.d.l.ConferenceLogDao:52 [nio-5443-exec-1] - [add]:
>>> org.apache.openmeetings.db.entity.log.ConferenceLog@5cb63b3c
>>> DEBUG 12-27 03:07:18.757 o.a.o.w.a.ClientManager:257 [nio-5443-exec-1] -
>>> Adding online room client: 2b627591-eeb1-4c49-8b8c-c5a6528634af, room: 11
>>> DEBUG 12-27 03:07:18.764 o.a.o.w.a.ClientManager:275 [nio-5443-exec-1] -
>>> Cluster:: room 11 was not found for server 'server-1', adding ...
>>> DEBUG 12-27 03:07:18.765 o.a.o.w.a.ClientManager:448 [nio-5443-exec-1] -
>>> Cluster:: room 11 is added to server, whole list [11]
>>> DEBUG 12-27 03:07:18.766 o.a.o.w.a.ClientManager:114 [erver-1.event-1] -
>>> Cluster:: Server was updated server-1 -> ServerInfo[rooms: [11]]
>>> DEBUG 12-27 03:07:18.770 o.a.o.d.u.AuthLevelUtil:40 [nio-5443-exec-1] -
>>> Level ADMIN :: [DENIED]
>>>  INFO 12-27 03:07:18.771 o.a.o.w.r.RoomPanel:395 [nio-5443-exec-1] -
>>> Setting rights for client:: [AUDIO, VIDEO] -> false
>>> DEBUG 12-27 03:07:18.783 o.a.o.d.u.AuthLevelUtil:40 [nio-5443-exec-1] -
>>> Level ADMIN :: [DENIED]
>>> DEBUG 12-27 03:07:18.789 o.a.o.d.d.r.PollDao:87 [nio-5443-exec-1] -  ::
>>> getPoll :: 11
>>> DEBUG 12-27 03:07:18.799 o.a.o.d.d.r.PollDao:98 [nio-5443-exec-1] -  ::
>>> getArchived :: 11
>>> DEBUG 12-27 03:07:18.829 o.a.o.d.d.f.FileItemDao:55 [nio-5443-exec-1] -
>>> getByOwner() started
>>> DEBUG 12-27 03:07:18.832 o.a.o.d.d.f.FileItemDao:50 [nio-5443-exec-1] -
>>> getByRoom roomId :: 11
>>>  WARN 12-27 03:07:23.779 o.a.o.w.a.TimerService:69 [Thread-2609] -
>>> Moderator room check 11
>>>  WARN 12-27 03:07:23.783 o.a.o.w.r.RoomPanel:588 [Thread-2611] - !!
>>> moderatorInRoom: false
>>>
>>> Jitendra
>>>
>>> On Sun, 27 Dec 2020 at 14:31, GuruCoool Learnings <in...@gurucoool.com>
>>> wrote:
>>>
>>>> I checked but couldn't trace.
>>>>
>>>> Honestly, I am not friendly with these processes. I am not a coder or
>>>> developer. I am a maths teacher and anyhow set up the server with the help
>>>> of the documentation provided by openmeetings.
>>>>
>>>> Regards
>>>> Jitendra
>>>>
>>>> On Sun, 27 Dec 2020 at 13:02, Ali Alhaidary <
>>>> ali.alhaidary@the5stars.org> wrote:
>>>>
>>>>> Could be, check openmeetings.log to see if the service has started ...
>>>>>
>>>>> Ali
>>>>>
>>>>>
>>>>> On 12/27/20 10:26 AM, GuruCoool Learnings wrote:
>>>>>
>>>>> One more thing I remember I did. In OM >> Administration >>
>>>>> Configuration, I erased the records of smtp records like server email, port
>>>>> number etc.
>>>>> Can this be a reason for "This site can’t be reached"?
>>>>>
>>>>> On Sun, 27 Dec 2020 at 12:43, GuruCoool Learnings <in...@gurucoool.com>
>>>>> wrote:
>>>>>
>>>>>> I was trying to check the ports by the command
>>>>>> netstat -a -n
>>>>>>
>>>>>> and made no change there. After that I just restarted the server and
>>>>>> unfortunately, the server is not accessible.
>>>>>> It says,"This site can’t be reached".
>>>>>>
>>>>>> I don't know what to do now.
>>>>>>
>>>>>> Regards
>>>>>> Jitendra
>>>>>>
>>>>>> On Sun, 27 Dec 2020 at 11:54, Maxim Solodovnik <so...@gmail.com>
>>>>>> wrote:
>>>>>>
>>>>>>> please read this article:
>>>>>>> https://support.google.com/a/answer/176600?hl=en
>>>>>>> Especially this Use the Gmail SMTP server part
>>>>>>>
>>>>>>> as i wrote before
>>>>>>> for TLS (port 587) you have to enable "mail.smtp.starttls.enable" in
>>>>>>> OM -> Admin -> Config
>>>>>>> for SSL (port 465) you have to enable "mail.smtp.ssl.enable" in OM
>>>>>>> -> Admin -> Config
>>>>>>>
>>>>>>> and check if connection to smtp.gmail.com through the port selected
>>>>>>> is allowed from your OM server
>>>>>>>
>>>>>>> On Sun, 27 Dec 2020 at 12:09, GuruCoool Learnings <
>>>>>>> info@gurucoool.com> wrote:
>>>>>>>
>>>>>>>> Hello dear Maxim,
>>>>>>>> By security options, do you mean Forwarding and POP/IMAP in my
>>>>>>>> Gmail?
>>>>>>>> If yes, I have enabled it already. If no, then please guide me what
>>>>>>>> exactly I need to do for correct security options.
>>>>>>>>
>>>>>>>> Also, you mentioned about firewall settings, please guide me on
>>>>>>>> this also.
>>>>>>>>
>>>>>>>> Thanks and regards
>>>>>>>> Jitendra
>>>>>>>>
>>>>>>>> On Sat, 26 Dec 2020 at 08:37, GuruCoool Learnings <
>>>>>>>> info@gurucoool.com> wrote:
>>>>>>>>
>>>>>>>>> Thanks. Please guide me for correct security options and firewall
>>>>>>>>> settings. I am not savy with these processes.
>>>>>>>>>
>>>>>>>>> Thanks & Regards
>>>>>>>>> Jitendra
>>>>>>>>>
>>>>>>>>> On Sat, Dec 26, 2020, 07:18 Maxim Solodovnik <so...@gmail.com>
>>>>>>>>> wrote:
>>>>>>>>>
>>>>>>>>>> The correct settings for gmail are here:
>>>>>>>>>> https://support.google.com/mail/answer/7126229?hl=en
>>>>>>>>>>
>>>>>>>>>> You have to specify only ONE of
>>>>>>>>>> mail.smtp.starttls.enable
>>>>>>>>>> mail.smtp.ssl.enable
>>>>>>>>>>
>>>>>>>>>> timeout error might be because you are not setting correct
>>>>>>>>>> security option
>>>>>>>>>> Or maybe your provider/firewall blocks the connection
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>> On Fri, 25 Dec 2020 at 22:20, GuruCoool Learnings <
>>>>>>>>>> info@gurucoool.com> wrote:
>>>>>>>>>>
>>>>>>>>>>> Nothing happened even after restarting the server.
>>>>>>>>>>>
>>>>>>>>>>> Jitendra
>>>>>>>>>>>
>>>>>>>>>>> On Fri, 25 Dec 2020 at 13:44, GuruCoool Learnings <
>>>>>>>>>>> info@gurucoool.com> wrote:
>>>>>>>>>>>
>>>>>>>>>>>> Okay. I will try and then will let you know.
>>>>>>>>>>>>
>>>>>>>>>>>> Thanks
>>>>>>>>>>>> Jitendra
>>>>>>>>>>>>
>>>>>>>>>>>> On Fri, Dec 25, 2020, 13:29 Ali Alhaidary <
>>>>>>>>>>>> ali.alhaidary@the5stars.org> wrote:
>>>>>>>>>>>>
>>>>>>>>>>>>> You must restart the server so tat any new settings can take
>>>>>>>>>>>>> effect
>>>>>>>>>>>>>
>>>>>>>>>>>>> Ali
>>>>>>>>>>>>> On 12/25/20 3:54 AM, GuruCoool Learnings wrote:
>>>>>>>>>>>>>
>>>>>>>>>>>>> It shows error message in OM email management section only.
>>>>>>>>>>>>>
>>>>>>>>>>>>> Jitendra
>>>>>>>>>>>>>
>>>>>>>>>>>>> On Fri, Dec 25, 2020, 01:17 Alvaro <zu...@gmail.com> wrote:
>>>>>>>>>>>>>
>>>>>>>>>>>>>> ...right now i tested my OM 5.1.0 at localhost  and gmail
>>>>>>>>>>>>>> configuration and send mail ok to "user...@gmail.com".
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> Please take a look in your spam Gmail web.
>>>>>>>>>>>>>>
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> .....................
>>>>>>>>>>>>>>
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> El jue, 24-12-2020 a las 23:20 +0530, GuruCoool Learnings
>>>>>>>>>>>>>> escribió:
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> Tried both 587 and 465 one by one but didn't find any
>>>>>>>>>>>>>> solution. However thanks for your replies.
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> I have one more query. generally openmeetings generates user
>>>>>>>>>>>>>> specific invitation links. Is it possible to create invitation links that
>>>>>>>>>>>>>> can be given to anyone who is not registered on my server?
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> On Thu, 24 Dec 2020 at 23:16, Ali Alhaidary <
>>>>>>>>>>>>>> ali.alhaidary@the5stars.org> wrote:
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> It did not work with me as well :-)
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> try port 465
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> Ali
>>>>>>>>>>>>>> On 12/24/20 8:23 PM, GuruCoool Learnings wrote:
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> gurucoool.com is my main site where I use the same gmail
>>>>>>>>>>>>>> smtp details that I want to use with openmeetings. Gmail smtp works fine
>>>>>>>>>>>>>> with my main site gurucoool.com but is not working with
>>>>>>>>>>>>>> openmeetings.
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> On Thu, 24 Dec 2020 at 13:05, Ali Alhaidary <
>>>>>>>>>>>>>> ali.alhaidary@the5stars.org> wrote:
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> I think you should use the SMTP of gurucool.com instead
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> Ali
>>>>>>>>>>>>>> On 12/24/20 10:06 AM, GuruCoool Learnings wrote:
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> Hi Ali,
>>>>>>>>>>>>>> I have followed the guidelines provided by the openmeetings
>>>>>>>>>>>>>> documentation which is as follows-
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> A valid example to configure the mail server with Gmail, is
>>>>>>>>>>>>>> as follows:
>>>>>>>>>>>>>> (replace john@gmail.com with your real Gmail account)
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> Mail-Refer == info@gurucoool.com
>>>>>>>>>>>>>> SMTP-Server == smtp.gmail.com
>>>>>>>>>>>>>> SMTP-Server Port (default
>>>>>>>>>>>>>> Smtp-Server Port is 25) == 587
>>>>>>>>>>>>>> SMTP-Username == info@gurucoool.com
>>>>>>>>>>>>>> SMTP-Userpass == password of info@gurucoool.com (this is the
>>>>>>>>>>>>>> one I use to open the mail box at info@gurucoool.com)
>>>>>>>>>>>>>> Enable TLS in Mail Server Auth == ...turn green the button to
>>>>>>>>>>>>>> activate
>>>>>>>>>>>>>> Default Language == English
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> ...the rest you can change it as you likes.
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> However can it would be a great help if you can clarify what
>>>>>>>>>>>>>> actually you mean by the following-
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> Host name is wrong or
>>>>>>>>>>>>>> Connection security is wrong or
>>>>>>>>>>>>>> service is not available or
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> Thanks
>>>>>>>>>>>>>> Jitendra
>>>>>>>>>>>>>>
>>>>>>>>>>>>>>
>>>>>>>>>>>>>>
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> On Thu, 24 Dec 2020 at 11:24, Ali Alhaidary <
>>>>>>>>>>>>>> ali.alhaidary@the5stars.org> wrote:
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> Hi,
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> It is either:
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> Host name is wrong or
>>>>>>>>>>>>>> SMTP server name is wrong or
>>>>>>>>>>>>>> Port number is wrong or
>>>>>>>>>>>>>> Connection security is wrong or
>>>>>>>>>>>>>> User name is wrong or
>>>>>>>>>>>>>> pass word is wrong or
>>>>>>>>>>>>>> service is not available or
>>>>>>>>>>>>>> some of the above or
>>>>>>>>>>>>>> all of the above
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> Try searching the mailing list, the solution is there as you
>>>>>>>>>>>>>> need to check each and every one ...
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> :-)
>>>>>>>>>>>>>>
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> On 12/23/20 2:18 PM, GuruCoool Learnings wrote:
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> Hi,
>>>>>>>>>>>>>> I am facing mail sending error in my openmeetings server.
>>>>>>>>>>>>>> Whenever I try to send a mail I get an error message as follows-
>>>>>>>>>>>>>> Error Count 5
>>>>>>>>>>>>>> Last Error
>>>>>>>>>>>>>> com.sun.mail.util.MailConnectException: Couldn't connect to
>>>>>>>>>>>>>> host, port: smtp.gmail.com, 587; timeout 30000; nested
>>>>>>>>>>>>>> exception is: java.net.SocketTimeoutException: connect timed out at
>>>>>>>>>>>>>> com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:2209) 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:221)
>>>>>>>>>>>>>> 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: connect timed out at
>>>>>>>>>>>>>> java.base/java.net.PlainSocketImpl.socketConnect(Native Method) at
>>>>>>>>>>>>>> java.base/java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:399)
>>>>>>>>>>>>>> at
>>>>>>>>>>>>>> java.base/java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:242)
>>>>>>>>>>>>>> at
>>>>>>>>>>>>>> java.base/java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:224)
>>>>>>>>>>>>>> at java.base/java.net.SocksSocketImpl.connect(SocksSocketImpl.java:403) at
>>>>>>>>>>>>>> java.base/java.net.Socket.connect(Socket.java:609) at
>>>>>>>>>>>>>> com.sun.mail.util.SocketFetcher.createSocket(SocketFetcher.java:357) at
>>>>>>>>>>>>>> com.sun.mail.util.SocketFetcher.getSocket(SocketFetcher.java:238) at
>>>>>>>>>>>>>> com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:2175) ... 10
>>>>>>>>>>>>>> more
>>>>>>>>>>>>>> Please help.
>>>>>>>>>>>>>> Thanks
>>>>>>>>>>>>>> Jitendra
>>>>>>>>>>>>>>
>>>>>>>>>>>>>>
>>>>>>>>>>>>>>
>>>>>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>> --
>>>>>>>>>> Best regards,
>>>>>>>>>> Maxim
>>>>>>>>>>
>>>>>>>>>
>>>>>>>
>>>>>>> --
>>>>>>> Best regards,
>>>>>>> Maxim
>>>>>>>
>>>>>>

Re: Mail sending error in openmeetings server

Posted by Ali Alhaidary <al...@the5stars.org>.
These entries does not show the service did not start, where is the rest ?

Ali


On 12/27/20 3:33 PM, GuruCoool Learnings wrote:
> I followed the steps suggested by you and here is what I got in 
> openmeetings.log ( NOT STARTED)-
>
> INFO 12-27 12:24:43.292 o.s.w.c.ContextLoader:271 [main] - Root 
> WebApplicationContext: initialization started
>  INFO 12-27 12:24:46.420 o.s.o.j.LocalEntityManagerFactoryBean:434 
> [main] - Initialized JPA EntityManagerFactory for pe$ INFO 12-27 
> 12:24:47.633 o.s.s.c.ThreadPoolTaskExecutor:181 [main] - Initializing 
> ExecutorService 'taskExecutor'
> DEBUG 12-27 12:24:47.844 o.a.o.c.r.KurentoHandler:151 
> [pool-1-thread-1] - Reconnecting KMS
>  INFO 12-27 12:24:48.098 o.k.j.c.JsonRpcClientNettyWebSocket:191 
> [pool-1-thread-1] -  Connecting native client
>  INFO 12-27 12:24:48.102 o.k.j.c.JsonRpcClientNettyWebSocket:220 
> [pool-1-thread-1] -  Creating new NioEventLoopGroup
>  INFO 12-27 12:24:48.792 o.k.j.c.JsonRpcClientNettyWebSocket:234 
> [ntLoopGroup-2-1] -  Initiating new Netty channel. Wil$ INFO 12-27 
> 12:24:48.919 o.q.i.StdSchedulerFactory:1220 [main] - Using default 
> implementation for ThreadExecutor
>  INFO 12-27 12:24:49.015 o.q.c.SchedulerSignalerImpl:61 [main] - 
> Initialized Scheduler Signaller of type: class org.qua$ INFO 12-27 
> 12:24:49.016 o.q.c.QuartzScheduler:229 [main] - Quartz Scheduler 
> v.2.3.2 created.
>  INFO 12-27 12:24:49.018 o.q.s.RAMJobStore:155 [main] - RAMJobStore 
> initialized.
>  INFO 12-27 12:24:49.043 o.q.c.QuartzScheduler:294 [main] - Scheduler 
> meta-data: Quartz Scheduler (v2.3.2) 'org.springf$  Scheduler class: 
> 'org.quartz.core.QuartzScheduler' - running locally.
>   NOT STARTED.
>   Currently in standby mode.
>   Number of jobs executed: 0
>   Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 10 threads.
>   Using job-store 'org.quartz.simpl.RAMJobStore' - which does not 
> support persistence. and is not clustered.
>
>  INFO 12-27 12:24:49.044 o.q.i.StdSchedulerFactory:1374 [main] - 
> Quartz scheduler 'org.springframework.scheduling.quart$ INFO 12-27 
> 12:24:49.044 o.q.i.StdSchedulerFactory:1378 [main] - Quartz scheduler 
> version: 2.3.2
>  INFO 12-27 12:24:49.051 o.q.c.QuartzScheduler:2293 [main] - 
> JobFactory set to: org.springframework.scheduling.quartz.A$ INFO 12-27 
> 12:24:49.098 o.s.s.q.SchedulerFactoryBean:727 [main] - Starting Quartz 
> Scheduler now
>  INFO 12-27 12:24:49.099 o.q.c.QuartzScheduler:547 [main] - Scheduler 
> org.springframework.scheduling.quartz.SchedulerFa$ INFO 12-27 
> 12:24:49.133 o.s.w.c.ContextLoader:307 [main] - Root 
> WebApplicationContext initialized in 5832 ms
> INFO 12-27 12:24:49.255 o.a.w.u.f.WebXmlFile:235 [main] - web.xml: url 
> mapping found for filter with name Openmeetings$ INFO 12-27 
> 12:24:49.520 o.a.o.c.r.KurentoHandler:181 [pool-1-thread-1] - !!! 
> Kurento connected
>  INFO 12-27 12:24:49.780 o.a.w.Application:558 [main] - 
> [OpenmeetingsApplication] init: org.wicketstuff.dashboard.Dashb$ INFO 
> 12-27 12:24:51.296 o.a.w.Application:558 [main] - 
> [OpenmeetingsApplication] init: Wicket core library initializer
>  INFO 12-27 12:24:51.304 o.a.w.Application:558 [main] - 
> [OpenmeetingsApplication] init: Wicket jQuery UI initializer
>  INFO 12-27 12:24:51.312 o.a.w.Application:558 [main] - 
> [OpenmeetingsApplication] init: Wicket jQuery UI initializer (p$ INFO 
> 12-27 12:24:51.318 o.a.w.Application:558 [main] - 
> [OpenmeetingsApplication] init: Wicket extensions initializer
>  INFO 12-27 12:24:51.410 o.a.w.Application:558 [main] - 
> [OpenmeetingsApplication] init: DevUtils DebugBar Initializer
>  INFO 12-27 12:24:57.181 c.h.system:65 [main] - [172.105.37.153]:5701 
> [dev] [4.1] Hazelcast 4.1 (20201104 - 2a1a477) st$
>
> The server has not started. Can I do anything in this case?
>
> Regards
> Jitendra
>
> On Sun, 27 Dec 2020 at 17:36, Ali Alhaidary 
> <ali.alhaidary@the5stars.org <ma...@the5stars.org>> wrote:
>
>     1. stop om service
>
>     2. delete the contents of openmeetings.log
>
>     3. start om service
>
>     4. check openmeetings.log
>
>
>     On 12/27/20 2:17 PM, GuruCoool Learnings wrote:
>>     Since I am now not able to access the localhost url so please
>>     help which file I can update smtp records in?
>>
>>     Regards
>>     Jitendra
>>
>>     On Sun, 27 Dec 2020 at 14:33, GuruCoool Learnings
>>     <info@gurucoool.com <ma...@gurucoool.com>> wrote:
>>
>>         These are a few last lines-
>>
>>         DEBUG 12-27 03:07:14.300 o.a.o.w.a.WebSession:223
>>         [nio-5443-exec-3] - checkHashes, secure: 'null', invitation:
>>         'ff51cfbd-4797-4f30-9d60-3f78955f00b4'
>>         DEBUG 12-27 03:07:14.338 o.a.o.w.a.WebSession:225
>>         [nio-5443-exec-3] - checkHashes, has soap in session ? 'false'
>>         DEBUG 12-27 03:07:14.420 o.a.o.w.a.ClientManager:352
>>         [nio-5443-exec-3] - Cluster:: The only server found
>>         DEBUG 12-27 03:07:14.492 o.a.o.d.u.AuthLevelUtil:40
>>         [nio-5443-exec-3] - Level ADMIN :: [DENIED]
>>         DEBUG 12-27 03:07:14.498 o.a.o.d.u.AuthLevelUtil:40
>>         [nio-5443-exec-3] - Level GROUP_ADMIN :: [DENIED]
>>         DEBUG 12-27 03:07:14.519 o.a.o.d.u.AuthLevelUtil:40
>>         [nio-5443-exec-3] - Level ADMIN :: [DENIED]
>>         DEBUG 12-27 03:07:14.525 o.a.o.d.u.AuthLevelUtil:40
>>         [nio-5443-exec-3] - Level ADMIN :: [DENIED]
>>         DEBUG 12-27 03:07:14.566 o.a.o.w.c.OmWebSocketPanel:74
>>         [nio-5443-exec-3] - pingTimer is attached
>>         DEBUG 12-27 03:07:18.703 o.a.o.d.d.l.ConferenceLogDao:52
>>         [nio-5443-exec-1] - [add]:
>>         org.apache.openmeetings.db.entity.log.ConferenceLog@7a836ea7
>>         DEBUG 12-27 03:07:18.718 o.a.o.w.a.ClientManager:126
>>         [nio-5443-exec-1] - Adding online client:
>>         2b627591-eeb1-4c49-8b8c-c5a6528634af, room: null
>>         DEBUG 12-27 03:07:18.728 o.a.o.w.c.MainPanel:160
>>         [nio-5443-exec-1] - WebSocketBehavior::onConnect [uid:
>>         2b627591-eeb1-4c49-8b8c-c5a6528634af, session:
>>         F307B900D3DFADE9$DEBUG 12-27 03:07:18.752
>>         o.a.o.d.d.l.ConferenceLogDao:52 [nio-5443-exec-1] - [add]:
>>         org.apache.openmeetings.db.entity.log.ConferenceLog@5cb63b3c
>>         DEBUG 12-27 03:07:18.757 o.a.o.w.a.ClientManager:257
>>         [nio-5443-exec-1] - Adding online room client:
>>         2b627591-eeb1-4c49-8b8c-c5a6528634af, room: 11
>>         DEBUG 12-27 03:07:18.764 o.a.o.w.a.ClientManager:275
>>         [nio-5443-exec-1] - Cluster:: room 11 was not found for
>>         server 'server-1', adding ...
>>         DEBUG 12-27 03:07:18.765 o.a.o.w.a.ClientManager:448
>>         [nio-5443-exec-1] - Cluster:: room 11 is added to server,
>>         whole list [11]
>>         DEBUG 12-27 03:07:18.766 o.a.o.w.a.ClientManager:114
>>         [erver-1.event-1] - Cluster:: Server was updated server-1 ->
>>         ServerInfo[rooms: [11]]
>>         DEBUG 12-27 03:07:18.770 o.a.o.d.u.AuthLevelUtil:40
>>         [nio-5443-exec-1] - Level ADMIN :: [DENIED]
>>          INFO 12-27 03:07:18.771 o.a.o.w.r.RoomPanel:395
>>         [nio-5443-exec-1] - Setting rights for client:: [AUDIO,
>>         VIDEO] -> false
>>         DEBUG 12-27 03:07:18.783 o.a.o.d.u.AuthLevelUtil:40
>>         [nio-5443-exec-1] - Level ADMIN :: [DENIED]
>>         DEBUG 12-27 03:07:18.789 o.a.o.d.d.r.PollDao:87
>>         [nio-5443-exec-1] -  :: getPoll :: 11
>>         DEBUG 12-27 03:07:18.799 o.a.o.d.d.r.PollDao:98
>>         [nio-5443-exec-1] -  :: getArchived :: 11
>>         DEBUG 12-27 03:07:18.829 o.a.o.d.d.f.FileItemDao:55
>>         [nio-5443-exec-1] - getByOwner() started
>>         DEBUG 12-27 03:07:18.832 o.a.o.d.d.f.FileItemDao:50
>>         [nio-5443-exec-1] - getByRoom roomId :: 11
>>          WARN 12-27 03:07:23.779 o.a.o.w.a.TimerService:69
>>         [Thread-2609] - Moderator room check 11
>>          WARN 12-27 03:07:23.783 o.a.o.w.r.RoomPanel:588
>>         [Thread-2611] - !! moderatorInRoom: false
>>
>>         Jitendra
>>
>>         On Sun, 27 Dec 2020 at 14:31, GuruCoool Learnings
>>         <info@gurucoool.com <ma...@gurucoool.com>> wrote:
>>
>>             I checked but couldn't trace.
>>
>>             Honestly, I am not friendly with these processes. I am
>>             not a coder or developer. I am a maths teacher and anyhow
>>             set up the server with the help of the documentation
>>             provided by openmeetings.
>>
>>             Regards
>>             Jitendra
>>
>>             On Sun, 27 Dec 2020 at 13:02, Ali Alhaidary
>>             <ali.alhaidary@the5stars.org
>>             <ma...@the5stars.org>> wrote:
>>
>>                 Could be, check openmeetings.log to see if the
>>                 service has started ...
>>
>>                 Ali
>>
>>
>>                 On 12/27/20 10:26 AM, GuruCoool Learnings wrote:
>>>                 One more thing I remember I did. In OM >>
>>>                 Administration >> Configuration, I erased the
>>>                 records of smtp records like server email, port
>>>                 number etc.
>>>                 Can this be a reason for "This site can’t be reached"?
>>>
>>>                 On Sun, 27 Dec 2020 at 12:43, GuruCoool Learnings
>>>                 <info@gurucoool.com <ma...@gurucoool.com>> wrote:
>>>
>>>                     I was trying to check the ports by the command
>>>                     netstat -a -n
>>>
>>>                     and made no change there. After that I just
>>>                     restarted the server and unfortunately, the
>>>                     server is not accessible.
>>>                     It says,"This site can’t be reached".
>>>
>>>                     I don't know what to do now.
>>>
>>>                     Regards
>>>                     Jitendra
>>>
>>>                     On Sun, 27 Dec 2020 at 11:54, Maxim Solodovnik
>>>                     <solomax666@gmail.com
>>>                     <ma...@gmail.com>> wrote:
>>>
>>>                         please read this article:
>>>                         https://support.google.com/a/answer/176600?hl=en
>>>
>>>                         Especially this Use the Gmail SMTP server part
>>>
>>>                         as i wrote before
>>>                         for TLS (port 587) you have to enable
>>>                         "mail.smtp.starttls.enable" in OM -> Admin
>>>                         -> Config
>>>                         for SSL (port 465) you have to enable
>>>                         "mail.smtp.ssl.enable" in OM -> Admin -> Config
>>>
>>>                         and check if connection to smtp.gmail.com
>>>                         <http://smtp.gmail.com> through the port
>>>                         selected is allowed from your OM server
>>>
>>>                         On Sun, 27 Dec 2020 at 12:09, GuruCoool
>>>                         Learnings <info@gurucoool.com
>>>                         <ma...@gurucoool.com>> wrote:
>>>
>>>                             Hello dear Maxim,
>>>                             By security options, do you mean
>>>                             Forwarding and POP/IMAP in my Gmail?
>>>                             If yes, I have enabled it already. If
>>>                             no, then please guide me what exactly I
>>>                             need to do for correct security options.
>>>
>>>                             Also, you mentioned about firewall
>>>                             settings, please guide me on this also.
>>>
>>>                             Thanks and regards
>>>                             Jitendra
>>>
>>>                             On Sat, 26 Dec 2020 at 08:37, GuruCoool
>>>                             Learnings <info@gurucoool.com
>>>                             <ma...@gurucoool.com>> wrote:
>>>
>>>                                 Thanks. Please guide me for correct
>>>                                 security options and firewall
>>>                                 settings. I am not savy with these
>>>                                 processes.
>>>
>>>                                 Thanks & Regards
>>>                                 Jitendra
>>>
>>>                                 On Sat, Dec 26, 2020, 07:18 Maxim
>>>                                 Solodovnik <solomax666@gmail.com
>>>                                 <ma...@gmail.com>> wrote:
>>>
>>>                                     The correct settings for gmail
>>>                                     are here:
>>>                                     https://support.google.com/mail/answer/7126229?hl=en
>>>
>>>
>>>                                     You have to specify only ONE of
>>>                                     mail.smtp.starttls.enable
>>>                                     mail.smtp.ssl.enable
>>>
>>>                                     timeout error might be because
>>>                                     you are not setting correct
>>>                                     security option
>>>                                     Or maybe your provider/firewall
>>>                                     blocks the connection
>>>
>>>
>>>                                     On Fri, 25 Dec 2020 at 22:20,
>>>                                     GuruCoool Learnings
>>>                                     <info@gurucoool.com
>>>                                     <ma...@gurucoool.com>> wrote:
>>>
>>>                                         Nothing happened even after
>>>                                         restarting the server.
>>>
>>>                                         Jitendra
>>>
>>>                                         On Fri, 25 Dec 2020 at
>>>                                         13:44, GuruCoool Learnings
>>>                                         <info@gurucoool.com
>>>                                         <ma...@gurucoool.com>>
>>>                                         wrote:
>>>
>>>                                             Okay. I will try and
>>>                                             then will let you know.
>>>
>>>                                             Thanks
>>>                                             Jitendra
>>>
>>>                                             On Fri, Dec 25, 2020,
>>>                                             13:29 Ali Alhaidary
>>>                                             <ali.alhaidary@the5stars.org
>>>                                             <ma...@the5stars.org>>
>>>                                             wrote:
>>>
>>>                                                 You must restart the
>>>                                                 server so tat any
>>>                                                 new settings can
>>>                                                 take effect
>>>
>>>                                                 Ali
>>>
>>>                                                 On 12/25/20 3:54 AM,
>>>                                                 GuruCoool Learnings
>>>                                                 wrote:
>>>>                                                 It shows error
>>>>                                                 message in OM email
>>>>                                                 management section
>>>>                                                 only.
>>>>
>>>>                                                 Jitendra
>>>>
>>>>                                                 On Fri, Dec 25,
>>>>                                                 2020, 01:17 Alvaro
>>>>                                                 <zurcamos@gmail.com
>>>>                                                 <ma...@gmail.com>>
>>>>                                                 wrote:
>>>>
>>>>                                                     ...right now i
>>>>                                                     tested my OM
>>>>                                                     5.1.0 at
>>>>                                                     localhost  and
>>>>                                                     gmail
>>>>                                                     configuration
>>>>                                                     and send mail
>>>>                                                     ok to
>>>>                                                     "user...@gmail.com
>>>>                                                     <ma...@gmail.com>".
>>>>
>>>>                                                     Please take a
>>>>                                                     look in your
>>>>                                                     spam Gmail web.
>>>>
>>>>
>>>>                                                     .....................
>>>>
>>>>
>>>>                                                     El jue,
>>>>                                                     24-12-2020 a
>>>>                                                     las 23:20
>>>>                                                     +0530,
>>>>                                                     GuruCoool
>>>>                                                     Learnings escribió:
>>>>>                                                     Tried both 587
>>>>>                                                     and 465 one by
>>>>>                                                     one but didn't
>>>>>                                                     find any
>>>>>                                                     solution.
>>>>>                                                     However thanks
>>>>>                                                     for your replies.
>>>>>
>>>>>                                                     I have one
>>>>>                                                     more query.
>>>>>                                                     generally
>>>>>                                                     openmeetings
>>>>>                                                     generates user
>>>>>                                                     specific
>>>>>                                                     invitation
>>>>>                                                     links. Is it
>>>>>                                                     possible to
>>>>>                                                     create
>>>>>                                                     invitation
>>>>>                                                     links that can
>>>>>                                                     be given to
>>>>>                                                     anyone who is
>>>>>                                                     not registered
>>>>>                                                     on my server?
>>>>>
>>>>>                                                     On Thu, 24 Dec
>>>>>                                                     2020 at 23:16,
>>>>>                                                     Ali Alhaidary
>>>>>                                                     <ali.alhaidary@the5stars.org
>>>>>                                                     <ma...@the5stars.org>>
>>>>>                                                     wrote:
>>>>>>
>>>>>>                                                     It did not
>>>>>>                                                     work with me
>>>>>>                                                     as well :-)
>>>>>>
>>>>>>                                                     try port 465
>>>>>>
>>>>>>                                                     Ali
>>>>>>
>>>>>>                                                     On 12/24/20
>>>>>>                                                     8:23 PM,
>>>>>>                                                     GuruCoool
>>>>>>                                                     Learnings wrote:
>>>>>>>                                                     gurucoool.com
>>>>>>>                                                     <http://gurucoool.com>
>>>>>>>                                                     is my main
>>>>>>>                                                     site where I
>>>>>>>                                                     use the same
>>>>>>>                                                     gmail smtp
>>>>>>>                                                     details that
>>>>>>>                                                     I want to
>>>>>>>                                                     use with
>>>>>>>                                                     openmeetings.
>>>>>>>                                                     Gmail smtp
>>>>>>>                                                     works fine
>>>>>>>                                                     with my main
>>>>>>>                                                     site
>>>>>>>                                                     gurucoool.com
>>>>>>>                                                     <http://gurucoool.com>
>>>>>>>                                                     but is not
>>>>>>>                                                     working with
>>>>>>>                                                     openmeetings.
>>>>>>>
>>>>>>>                                                     On Thu, 24
>>>>>>>                                                     Dec 2020 at
>>>>>>>                                                     13:05, Ali
>>>>>>>                                                     Alhaidary
>>>>>>>                                                     <ali.alhaidary@the5stars.org
>>>>>>>                                                     <ma...@the5stars.org>>
>>>>>>>                                                     wrote:
>>>>>>>>
>>>>>>>>                                                     I think you
>>>>>>>>                                                     should use
>>>>>>>>                                                     the SMTP of
>>>>>>>>                                                     gurucool.com
>>>>>>>>                                                     <http://gurucool.com>
>>>>>>>>                                                     instead
>>>>>>>>
>>>>>>>>                                                     Ali
>>>>>>>>
>>>>>>>>                                                     On 12/24/20
>>>>>>>>                                                     10:06 AM,
>>>>>>>>                                                     GuruCoool
>>>>>>>>                                                     Learnings
>>>>>>>>                                                     wrote:
>>>>>>>>>                                                     Hi Ali,
>>>>>>>>>                                                     I have
>>>>>>>>>                                                     followed
>>>>>>>>>                                                     the
>>>>>>>>>                                                     guidelines
>>>>>>>>>                                                     provided
>>>>>>>>>                                                     by the
>>>>>>>>>                                                     openmeetings
>>>>>>>>>                                                     documentation
>>>>>>>>>                                                     which is
>>>>>>>>>                                                     as follows-
>>>>>>>>>
>>>>>>>>>                                                     A valid
>>>>>>>>>                                                     example to
>>>>>>>>>                                                     configure
>>>>>>>>>                                                     the mail
>>>>>>>>>                                                     server
>>>>>>>>>                                                     with
>>>>>>>>>                                                     Gmail, is
>>>>>>>>>                                                     as follows:
>>>>>>>>>                                                     (replace
>>>>>>>>>                                                     john@gmail.com
>>>>>>>>>                                                     <ma...@gmail.com>
>>>>>>>>>                                                     with your
>>>>>>>>>                                                     real Gmail
>>>>>>>>>                                                     account)
>>>>>>>>>
>>>>>>>>>                                                     Mail-Refer
>>>>>>>>>                                                     ==
>>>>>>>>>                                                     info@gurucoool.com
>>>>>>>>>                                                     <ma...@gurucoool.com>
>>>>>>>>>                                                     SMTP-Server
>>>>>>>>>                                                     ==
>>>>>>>>>                                                     smtp.gmail.com
>>>>>>>>>                                                     <http://smtp.gmail.com>
>>>>>>>>>                                                     SMTP-Server
>>>>>>>>>                                                     Port (default
>>>>>>>>>                                                     Smtp-Server
>>>>>>>>>                                                     Port is
>>>>>>>>>                                                     25) == 587
>>>>>>>>>                                                     SMTP-Username
>>>>>>>>>                                                     ==
>>>>>>>>>                                                     info@gurucoool.com
>>>>>>>>>                                                     <ma...@gurucoool.com>
>>>>>>>>>                                                     SMTP-Userpass
>>>>>>>>>                                                     ==
>>>>>>>>>                                                     password
>>>>>>>>>                                                     of
>>>>>>>>>                                                     info@gurucoool.com
>>>>>>>>>                                                     <ma...@gurucoool.com>
>>>>>>>>>                                                     (this is
>>>>>>>>>                                                     the one I
>>>>>>>>>                                                     use to
>>>>>>>>>                                                     open the
>>>>>>>>>                                                     mail
>>>>>>>>>                                                     box at
>>>>>>>>>                                                     info@gurucoool.com
>>>>>>>>>                                                     <ma...@gurucoool.com>)
>>>>>>>>>                                                     Enable TLS
>>>>>>>>>                                                     in Mail
>>>>>>>>>                                                     Server
>>>>>>>>>                                                     Auth ==
>>>>>>>>>                                                     ...turn
>>>>>>>>>                                                     green the
>>>>>>>>>                                                     button to
>>>>>>>>>                                                     activate
>>>>>>>>>                                                     Default
>>>>>>>>>                                                     Language
>>>>>>>>>                                                     == English
>>>>>>>>>
>>>>>>>>>                                                     ...the
>>>>>>>>>                                                     rest you
>>>>>>>>>                                                     can change
>>>>>>>>>                                                     it as you
>>>>>>>>>                                                     likes.
>>>>>>>>>
>>>>>>>>>                                                     However
>>>>>>>>>                                                     can it
>>>>>>>>>                                                     would be a
>>>>>>>>>                                                     great help
>>>>>>>>>                                                     if you can
>>>>>>>>>                                                     clarify
>>>>>>>>>                                                     what
>>>>>>>>>                                                     actually
>>>>>>>>>                                                     you mean
>>>>>>>>>                                                     by the
>>>>>>>>>                                                     following-
>>>>>>>>>
>>>>>>>>>                                                     Host name
>>>>>>>>>                                                     is wrong or
>>>>>>>>>                                                     Connection
>>>>>>>>>                                                     security
>>>>>>>>>                                                     is wrong or
>>>>>>>>>                                                     service is
>>>>>>>>>                                                     not
>>>>>>>>>                                                     available or
>>>>>>>>>
>>>>>>>>>                                                     Thanks
>>>>>>>>>                                                     Jitendra
>>>>>>>>>
>>>>>>>>>
>>>>>>>>>
>>>>>>>>>
>>>>>>>>>                                                     On Thu, 24
>>>>>>>>>                                                     Dec 2020
>>>>>>>>>                                                     at 11:24,
>>>>>>>>>                                                     Ali
>>>>>>>>>                                                     Alhaidary
>>>>>>>>>                                                     <ali.alhaidary@the5stars.org
>>>>>>>>>                                                     <ma...@the5stars.org>>
>>>>>>>>>                                                     wrote:
>>>>>>>>>>
>>>>>>>>>>                                                     Hi,
>>>>>>>>>>
>>>>>>>>>>                                                     It is either:
>>>>>>>>>>
>>>>>>>>>>                                                     Host name
>>>>>>>>>>                                                     is wrong or
>>>>>>>>>>                                                     SMTP
>>>>>>>>>>                                                     server
>>>>>>>>>>                                                     name is
>>>>>>>>>>                                                     wrong or
>>>>>>>>>>                                                     Port
>>>>>>>>>>                                                     number is
>>>>>>>>>>                                                     wrong or
>>>>>>>>>>                                                     Connection
>>>>>>>>>>                                                     security
>>>>>>>>>>                                                     is wrong or
>>>>>>>>>>                                                     User name
>>>>>>>>>>                                                     is wrong or
>>>>>>>>>>                                                     pass word
>>>>>>>>>>                                                     is wrong or
>>>>>>>>>>                                                     service
>>>>>>>>>>                                                     is not
>>>>>>>>>>                                                     available or
>>>>>>>>>>                                                     some of
>>>>>>>>>>                                                     the above or
>>>>>>>>>>                                                     all of
>>>>>>>>>>                                                     the above
>>>>>>>>>>
>>>>>>>>>>                                                     Try
>>>>>>>>>>                                                     searching
>>>>>>>>>>                                                     the
>>>>>>>>>>                                                     mailing
>>>>>>>>>>                                                     list, the
>>>>>>>>>>                                                     solution
>>>>>>>>>>                                                     is there
>>>>>>>>>>                                                     as you
>>>>>>>>>>                                                     need to
>>>>>>>>>>                                                     check
>>>>>>>>>>                                                     each and
>>>>>>>>>>                                                     every one ...
>>>>>>>>>>
>>>>>>>>>>                                                     :-)
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>>                                                     On
>>>>>>>>>>                                                     12/23/20
>>>>>>>>>>                                                     2:18 PM,
>>>>>>>>>>                                                     GuruCoool
>>>>>>>>>>                                                     Learnings
>>>>>>>>>>                                                     wrote:
>>>>>>>>>>>                                                     Hi,
>>>>>>>>>>>                                                     I am
>>>>>>>>>>>                                                     facing
>>>>>>>>>>>                                                     mail
>>>>>>>>>>>                                                     sending
>>>>>>>>>>>                                                     error in
>>>>>>>>>>>                                                     my
>>>>>>>>>>>                                                     openmeetings
>>>>>>>>>>>                                                     server.
>>>>>>>>>>>                                                     Whenever
>>>>>>>>>>>                                                     I try to
>>>>>>>>>>>                                                     send a
>>>>>>>>>>>                                                     mail I
>>>>>>>>>>>                                                     get
>>>>>>>>>>>                                                     an error
>>>>>>>>>>>                                                     message
>>>>>>>>>>>                                                     as follows-
>>>>>>>>>>>                                                     Error
>>>>>>>>>>>                                                     Count 5
>>>>>>>>>>>                                                     Last Error
>>>>>>>>>>>                                                     com.sun.mail.util.MailConnectException:
>>>>>>>>>>>                                                     Couldn't
>>>>>>>>>>>                                                     connect
>>>>>>>>>>>                                                     to host,
>>>>>>>>>>>                                                     port:
>>>>>>>>>>>                                                     smtp.gmail.com
>>>>>>>>>>>                                                     <http://smtp.gmail.com>,
>>>>>>>>>>>                                                     587;
>>>>>>>>>>>                                                     timeout
>>>>>>>>>>>                                                     30000;
>>>>>>>>>>>                                                     nested
>>>>>>>>>>>                                                     exception
>>>>>>>>>>>                                                     is:
>>>>>>>>>>>                                                     java.net.SocketTimeoutException:
>>>>>>>>>>>                                                     connect
>>>>>>>>>>>                                                     timed
>>>>>>>>>>>                                                     out at
>>>>>>>>>>>                                                     com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:2209)
>>>>>>>>>>>                                                     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:221)
>>>>>>>>>>>                                                     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:
>>>>>>>>>>>                                                     connect
>>>>>>>>>>>                                                     timed
>>>>>>>>>>>                                                     out at
>>>>>>>>>>>                                                     java.base/java.net.PlainSocketImpl.socketConnect(Native
>>>>>>>>>>>                                                     Method)
>>>>>>>>>>>                                                     at
>>>>>>>>>>>                                                     java.base/java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:399)
>>>>>>>>>>>                                                     at
>>>>>>>>>>>                                                     java.base/java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:242)
>>>>>>>>>>>                                                     at
>>>>>>>>>>>                                                     java.base/java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:224)
>>>>>>>>>>>                                                     at
>>>>>>>>>>>                                                     java.base/java.net.SocksSocketImpl.connect(SocksSocketImpl.java:403)
>>>>>>>>>>>                                                     at
>>>>>>>>>>>                                                     java.base/java.net.Socket.connect(Socket.java:609)
>>>>>>>>>>>                                                     at
>>>>>>>>>>>                                                     com.sun.mail.util.SocketFetcher.createSocket(SocketFetcher.java:357)
>>>>>>>>>>>                                                     at
>>>>>>>>>>>                                                     com.sun.mail.util.SocketFetcher.getSocket(SocketFetcher.java:238)
>>>>>>>>>>>                                                     at
>>>>>>>>>>>                                                     com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:2175)
>>>>>>>>>>>                                                     ... 10 more
>>>>>>>>>>>                                                     Please help.
>>>>>>>>>>>                                                     Thanks
>>>>>>>>>>>                                                     Jitendra
>>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>
>>>
>>>
>>>                                     -- 
>>>                                     Best regards,
>>>                                     Maxim
>>>
>>>
>>>
>>>                         -- 
>>>                         Best regards,
>>>                         Maxim
>>>

Re: Mail sending error in openmeetings server

Posted by GuruCoool Learnings <in...@gurucoool.com>.
I followed the steps suggested by you and here is what I got in
openmeetings.log ( NOT STARTED)-

INFO 12-27 12:24:43.292 o.s.w.c.ContextLoader:271 [main] - Root
WebApplicationContext: initialization started
 INFO 12-27 12:24:46.420 o.s.o.j.LocalEntityManagerFactoryBean:434 [main] -
Initialized JPA EntityManagerFactory for pe$ INFO 12-27 12:24:47.633
o.s.s.c.ThreadPoolTaskExecutor:181 [main] - Initializing ExecutorService
'taskExecutor'
DEBUG 12-27 12:24:47.844 o.a.o.c.r.KurentoHandler:151 [pool-1-thread-1] -
Reconnecting KMS
 INFO 12-27 12:24:48.098 o.k.j.c.JsonRpcClientNettyWebSocket:191
[pool-1-thread-1] -  Connecting native client
 INFO 12-27 12:24:48.102 o.k.j.c.JsonRpcClientNettyWebSocket:220
[pool-1-thread-1] -  Creating new NioEventLoopGroup
 INFO 12-27 12:24:48.792 o.k.j.c.JsonRpcClientNettyWebSocket:234
[ntLoopGroup-2-1] -  Initiating new Netty channel. Wil$ INFO 12-27
12:24:48.919 o.q.i.StdSchedulerFactory:1220 [main] - Using default
implementation for ThreadExecutor
 INFO 12-27 12:24:49.015 o.q.c.SchedulerSignalerImpl:61 [main] -
Initialized Scheduler Signaller of type: class org.qua$ INFO 12-27
12:24:49.016 o.q.c.QuartzScheduler:229 [main] - Quartz Scheduler v.2.3.2
created.
 INFO 12-27 12:24:49.018 o.q.s.RAMJobStore:155 [main] - RAMJobStore
initialized.
 INFO 12-27 12:24:49.043 o.q.c.QuartzScheduler:294 [main] - Scheduler
meta-data: Quartz Scheduler (v2.3.2) 'org.springf$  Scheduler class:
'org.quartz.core.QuartzScheduler' - running locally.
  NOT STARTED.
  Currently in standby mode.
  Number of jobs executed: 0
  Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 10 threads.
  Using job-store 'org.quartz.simpl.RAMJobStore' - which does not support
persistence. and is not clustered.

 INFO 12-27 12:24:49.044 o.q.i.StdSchedulerFactory:1374 [main] - Quartz
scheduler 'org.springframework.scheduling.quart$ INFO 12-27 12:24:49.044
o.q.i.StdSchedulerFactory:1378 [main] - Quartz scheduler version: 2.3.2
 INFO 12-27 12:24:49.051 o.q.c.QuartzScheduler:2293 [main] - JobFactory set
to: org.springframework.scheduling.quartz.A$ INFO 12-27 12:24:49.098
o.s.s.q.SchedulerFactoryBean:727 [main] - Starting Quartz Scheduler now
 INFO 12-27 12:24:49.099 o.q.c.QuartzScheduler:547 [main] - Scheduler
org.springframework.scheduling.quartz.SchedulerFa$ INFO 12-27 12:24:49.133
o.s.w.c.ContextLoader:307 [main] - Root WebApplicationContext initialized
in 5832 ms
INFO 12-27 12:24:49.255 o.a.w.u.f.WebXmlFile:235 [main] - web.xml: url
mapping found for filter with name Openmeetings$ INFO 12-27 12:24:49.520
o.a.o.c.r.KurentoHandler:181 [pool-1-thread-1] - !!! Kurento connected
 INFO 12-27 12:24:49.780 o.a.w.Application:558 [main] -
[OpenmeetingsApplication] init: org.wicketstuff.dashboard.Dashb$ INFO 12-27
12:24:51.296 o.a.w.Application:558 [main] - [OpenmeetingsApplication] init:
Wicket core library initializer
 INFO 12-27 12:24:51.304 o.a.w.Application:558 [main] -
[OpenmeetingsApplication] init: Wicket jQuery UI initializer
 INFO 12-27 12:24:51.312 o.a.w.Application:558 [main] -
[OpenmeetingsApplication] init: Wicket jQuery UI initializer (p$ INFO 12-27
12:24:51.318 o.a.w.Application:558 [main] - [OpenmeetingsApplication] init:
Wicket extensions initializer
 INFO 12-27 12:24:51.410 o.a.w.Application:558 [main] -
[OpenmeetingsApplication] init: DevUtils DebugBar Initializer
 INFO 12-27 12:24:57.181 c.h.system:65 [main] - [172.105.37.153]:5701 [dev]
[4.1] Hazelcast 4.1 (20201104 - 2a1a477) st$

The server has not started. Can I do anything in this case?

Regards
Jitendra

On Sun, 27 Dec 2020 at 17:36, Ali Alhaidary <al...@the5stars.org>
wrote:

> 1. stop om service
>
> 2. delete the contents of openmeetings.log
>
> 3. start om service
>
> 4. check openmeetings.log
>
>
> On 12/27/20 2:17 PM, GuruCoool Learnings wrote:
>
> Since I am now not able to access the localhost url so please help which
> file I can update smtp records in?
>
> Regards
> Jitendra
>
> On Sun, 27 Dec 2020 at 14:33, GuruCoool Learnings <in...@gurucoool.com>
> wrote:
>
>> These are a few last lines-
>>
>> DEBUG 12-27 03:07:14.300 o.a.o.w.a.WebSession:223 [nio-5443-exec-3] -
>> checkHashes, secure: 'null', invitation:
>> 'ff51cfbd-4797-4f30-9d60-3f78955f00b4'
>> DEBUG 12-27 03:07:14.338 o.a.o.w.a.WebSession:225 [nio-5443-exec-3] -
>> checkHashes, has soap in session ? 'false'
>> DEBUG 12-27 03:07:14.420 o.a.o.w.a.ClientManager:352 [nio-5443-exec-3] -
>> Cluster:: The only server found
>> DEBUG 12-27 03:07:14.492 o.a.o.d.u.AuthLevelUtil:40 [nio-5443-exec-3] -
>> Level ADMIN :: [DENIED]
>> DEBUG 12-27 03:07:14.498 o.a.o.d.u.AuthLevelUtil:40 [nio-5443-exec-3] -
>> Level GROUP_ADMIN :: [DENIED]
>> DEBUG 12-27 03:07:14.519 o.a.o.d.u.AuthLevelUtil:40 [nio-5443-exec-3] -
>> Level ADMIN :: [DENIED]
>> DEBUG 12-27 03:07:14.525 o.a.o.d.u.AuthLevelUtil:40 [nio-5443-exec-3] -
>> Level ADMIN :: [DENIED]
>> DEBUG 12-27 03:07:14.566 o.a.o.w.c.OmWebSocketPanel:74 [nio-5443-exec-3]
>> - pingTimer is attached
>> DEBUG 12-27 03:07:18.703 o.a.o.d.d.l.ConferenceLogDao:52
>> [nio-5443-exec-1] - [add]:
>> org.apache.openmeetings.db.entity.log.ConferenceLog@7a836ea7
>> DEBUG 12-27 03:07:18.718 o.a.o.w.a.ClientManager:126 [nio-5443-exec-1] -
>> Adding online client: 2b627591-eeb1-4c49-8b8c-c5a6528634af, room: null
>> DEBUG 12-27 03:07:18.728 o.a.o.w.c.MainPanel:160 [nio-5443-exec-1] -
>> WebSocketBehavior::onConnect [uid: 2b627591-eeb1-4c49-8b8c-c5a6528634af,
>> session: F307B900D3DFADE9$DEBUG 12-27 03:07:18.752
>> o.a.o.d.d.l.ConferenceLogDao:52 [nio-5443-exec-1] - [add]:
>> org.apache.openmeetings.db.entity.log.ConferenceLog@5cb63b3c
>> DEBUG 12-27 03:07:18.757 o.a.o.w.a.ClientManager:257 [nio-5443-exec-1] -
>> Adding online room client: 2b627591-eeb1-4c49-8b8c-c5a6528634af, room: 11
>> DEBUG 12-27 03:07:18.764 o.a.o.w.a.ClientManager:275 [nio-5443-exec-1] -
>> Cluster:: room 11 was not found for server 'server-1', adding ...
>> DEBUG 12-27 03:07:18.765 o.a.o.w.a.ClientManager:448 [nio-5443-exec-1] -
>> Cluster:: room 11 is added to server, whole list [11]
>> DEBUG 12-27 03:07:18.766 o.a.o.w.a.ClientManager:114 [erver-1.event-1] -
>> Cluster:: Server was updated server-1 -> ServerInfo[rooms: [11]]
>> DEBUG 12-27 03:07:18.770 o.a.o.d.u.AuthLevelUtil:40 [nio-5443-exec-1] -
>> Level ADMIN :: [DENIED]
>>  INFO 12-27 03:07:18.771 o.a.o.w.r.RoomPanel:395 [nio-5443-exec-1] -
>> Setting rights for client:: [AUDIO, VIDEO] -> false
>> DEBUG 12-27 03:07:18.783 o.a.o.d.u.AuthLevelUtil:40 [nio-5443-exec-1] -
>> Level ADMIN :: [DENIED]
>> DEBUG 12-27 03:07:18.789 o.a.o.d.d.r.PollDao:87 [nio-5443-exec-1] -  ::
>> getPoll :: 11
>> DEBUG 12-27 03:07:18.799 o.a.o.d.d.r.PollDao:98 [nio-5443-exec-1] -  ::
>> getArchived :: 11
>> DEBUG 12-27 03:07:18.829 o.a.o.d.d.f.FileItemDao:55 [nio-5443-exec-1] -
>> getByOwner() started
>> DEBUG 12-27 03:07:18.832 o.a.o.d.d.f.FileItemDao:50 [nio-5443-exec-1] -
>> getByRoom roomId :: 11
>>  WARN 12-27 03:07:23.779 o.a.o.w.a.TimerService:69 [Thread-2609] -
>> Moderator room check 11
>>  WARN 12-27 03:07:23.783 o.a.o.w.r.RoomPanel:588 [Thread-2611] - !!
>> moderatorInRoom: false
>>
>> Jitendra
>>
>> On Sun, 27 Dec 2020 at 14:31, GuruCoool Learnings <in...@gurucoool.com>
>> wrote:
>>
>>> I checked but couldn't trace.
>>>
>>> Honestly, I am not friendly with these processes. I am not a coder or
>>> developer. I am a maths teacher and anyhow set up the server with the help
>>> of the documentation provided by openmeetings.
>>>
>>> Regards
>>> Jitendra
>>>
>>> On Sun, 27 Dec 2020 at 13:02, Ali Alhaidary <al...@the5stars.org>
>>> wrote:
>>>
>>>> Could be, check openmeetings.log to see if the service has started ...
>>>>
>>>> Ali
>>>>
>>>>
>>>> On 12/27/20 10:26 AM, GuruCoool Learnings wrote:
>>>>
>>>> One more thing I remember I did. In OM >> Administration >>
>>>> Configuration, I erased the records of smtp records like server email, port
>>>> number etc.
>>>> Can this be a reason for "This site can’t be reached"?
>>>>
>>>> On Sun, 27 Dec 2020 at 12:43, GuruCoool Learnings <in...@gurucoool.com>
>>>> wrote:
>>>>
>>>>> I was trying to check the ports by the command
>>>>> netstat -a -n
>>>>>
>>>>> and made no change there. After that I just restarted the server and
>>>>> unfortunately, the server is not accessible.
>>>>> It says,"This site can’t be reached".
>>>>>
>>>>> I don't know what to do now.
>>>>>
>>>>> Regards
>>>>> Jitendra
>>>>>
>>>>> On Sun, 27 Dec 2020 at 11:54, Maxim Solodovnik <so...@gmail.com>
>>>>> wrote:
>>>>>
>>>>>> please read this article:
>>>>>> https://support.google.com/a/answer/176600?hl=en
>>>>>> Especially this Use the Gmail SMTP server part
>>>>>>
>>>>>> as i wrote before
>>>>>> for TLS (port 587) you have to enable "mail.smtp.starttls.enable" in
>>>>>> OM -> Admin -> Config
>>>>>> for SSL (port 465) you have to enable "mail.smtp.ssl.enable" in OM ->
>>>>>> Admin -> Config
>>>>>>
>>>>>> and check if connection to smtp.gmail.com through the port selected
>>>>>> is allowed from your OM server
>>>>>>
>>>>>> On Sun, 27 Dec 2020 at 12:09, GuruCoool Learnings <in...@gurucoool.com>
>>>>>> wrote:
>>>>>>
>>>>>>> Hello dear Maxim,
>>>>>>> By security options, do you mean Forwarding and POP/IMAP in my
>>>>>>> Gmail?
>>>>>>> If yes, I have enabled it already. If no, then please guide me what
>>>>>>> exactly I need to do for correct security options.
>>>>>>>
>>>>>>> Also, you mentioned about firewall settings, please guide me on this
>>>>>>> also.
>>>>>>>
>>>>>>> Thanks and regards
>>>>>>> Jitendra
>>>>>>>
>>>>>>> On Sat, 26 Dec 2020 at 08:37, GuruCoool Learnings <
>>>>>>> info@gurucoool.com> wrote:
>>>>>>>
>>>>>>>> Thanks. Please guide me for correct security options and firewall
>>>>>>>> settings. I am not savy with these processes.
>>>>>>>>
>>>>>>>> Thanks & Regards
>>>>>>>> Jitendra
>>>>>>>>
>>>>>>>> On Sat, Dec 26, 2020, 07:18 Maxim Solodovnik <so...@gmail.com>
>>>>>>>> wrote:
>>>>>>>>
>>>>>>>>> The correct settings for gmail are here:
>>>>>>>>> https://support.google.com/mail/answer/7126229?hl=en
>>>>>>>>>
>>>>>>>>> You have to specify only ONE of
>>>>>>>>> mail.smtp.starttls.enable
>>>>>>>>> mail.smtp.ssl.enable
>>>>>>>>>
>>>>>>>>> timeout error might be because you are not setting correct
>>>>>>>>> security option
>>>>>>>>> Or maybe your provider/firewall blocks the connection
>>>>>>>>>
>>>>>>>>>
>>>>>>>>> On Fri, 25 Dec 2020 at 22:20, GuruCoool Learnings <
>>>>>>>>> info@gurucoool.com> wrote:
>>>>>>>>>
>>>>>>>>>> Nothing happened even after restarting the server.
>>>>>>>>>>
>>>>>>>>>> Jitendra
>>>>>>>>>>
>>>>>>>>>> On Fri, 25 Dec 2020 at 13:44, GuruCoool Learnings <
>>>>>>>>>> info@gurucoool.com> wrote:
>>>>>>>>>>
>>>>>>>>>>> Okay. I will try and then will let you know.
>>>>>>>>>>>
>>>>>>>>>>> Thanks
>>>>>>>>>>> Jitendra
>>>>>>>>>>>
>>>>>>>>>>> On Fri, Dec 25, 2020, 13:29 Ali Alhaidary <
>>>>>>>>>>> ali.alhaidary@the5stars.org> wrote:
>>>>>>>>>>>
>>>>>>>>>>>> You must restart the server so tat any new settings can take
>>>>>>>>>>>> effect
>>>>>>>>>>>>
>>>>>>>>>>>> Ali
>>>>>>>>>>>> On 12/25/20 3:54 AM, GuruCoool Learnings wrote:
>>>>>>>>>>>>
>>>>>>>>>>>> It shows error message in OM email management section only.
>>>>>>>>>>>>
>>>>>>>>>>>> Jitendra
>>>>>>>>>>>>
>>>>>>>>>>>> On Fri, Dec 25, 2020, 01:17 Alvaro <zu...@gmail.com> wrote:
>>>>>>>>>>>>
>>>>>>>>>>>>> ...right now i tested my OM 5.1.0 at localhost  and gmail
>>>>>>>>>>>>> configuration and send mail ok to "user...@gmail.com".
>>>>>>>>>>>>>
>>>>>>>>>>>>> Please take a look in your spam Gmail web.
>>>>>>>>>>>>>
>>>>>>>>>>>>>
>>>>>>>>>>>>> .....................
>>>>>>>>>>>>>
>>>>>>>>>>>>>
>>>>>>>>>>>>> El jue, 24-12-2020 a las 23:20 +0530, GuruCoool Learnings
>>>>>>>>>>>>> escribió:
>>>>>>>>>>>>>
>>>>>>>>>>>>> Tried both 587 and 465 one by one but didn't find any
>>>>>>>>>>>>> solution. However thanks for your replies.
>>>>>>>>>>>>>
>>>>>>>>>>>>> I have one more query. generally openmeetings generates user
>>>>>>>>>>>>> specific invitation links. Is it possible to create invitation links that
>>>>>>>>>>>>> can be given to anyone who is not registered on my server?
>>>>>>>>>>>>>
>>>>>>>>>>>>> On Thu, 24 Dec 2020 at 23:16, Ali Alhaidary <
>>>>>>>>>>>>> ali.alhaidary@the5stars.org> wrote:
>>>>>>>>>>>>>
>>>>>>>>>>>>> It did not work with me as well :-)
>>>>>>>>>>>>>
>>>>>>>>>>>>> try port 465
>>>>>>>>>>>>>
>>>>>>>>>>>>> Ali
>>>>>>>>>>>>> On 12/24/20 8:23 PM, GuruCoool Learnings wrote:
>>>>>>>>>>>>>
>>>>>>>>>>>>> gurucoool.com is my main site where I use the same gmail smtp
>>>>>>>>>>>>> details that I want to use with openmeetings. Gmail smtp works fine with my
>>>>>>>>>>>>> main site gurucoool.com but is not working with openmeetings.
>>>>>>>>>>>>>
>>>>>>>>>>>>> On Thu, 24 Dec 2020 at 13:05, Ali Alhaidary <
>>>>>>>>>>>>> ali.alhaidary@the5stars.org> wrote:
>>>>>>>>>>>>>
>>>>>>>>>>>>> I think you should use the SMTP of gurucool.com instead
>>>>>>>>>>>>>
>>>>>>>>>>>>> Ali
>>>>>>>>>>>>> On 12/24/20 10:06 AM, GuruCoool Learnings wrote:
>>>>>>>>>>>>>
>>>>>>>>>>>>> Hi Ali,
>>>>>>>>>>>>> I have followed the guidelines provided by the openmeetings
>>>>>>>>>>>>> documentation which is as follows-
>>>>>>>>>>>>>
>>>>>>>>>>>>> A valid example to configure the mail server with Gmail, is as
>>>>>>>>>>>>> follows:
>>>>>>>>>>>>> (replace john@gmail.com with your real Gmail account)
>>>>>>>>>>>>>
>>>>>>>>>>>>> Mail-Refer == info@gurucoool.com
>>>>>>>>>>>>> SMTP-Server == smtp.gmail.com
>>>>>>>>>>>>> SMTP-Server Port (default
>>>>>>>>>>>>> Smtp-Server Port is 25) == 587
>>>>>>>>>>>>> SMTP-Username == info@gurucoool.com
>>>>>>>>>>>>> SMTP-Userpass == password of info@gurucoool.com (this is the
>>>>>>>>>>>>> one I use to open the mail box at info@gurucoool.com)
>>>>>>>>>>>>> Enable TLS in Mail Server Auth == ...turn green the button to
>>>>>>>>>>>>> activate
>>>>>>>>>>>>> Default Language == English
>>>>>>>>>>>>>
>>>>>>>>>>>>> ...the rest you can change it as you likes.
>>>>>>>>>>>>>
>>>>>>>>>>>>> However can it would be a great help if you can clarify what
>>>>>>>>>>>>> actually you mean by the following-
>>>>>>>>>>>>>
>>>>>>>>>>>>> Host name is wrong or
>>>>>>>>>>>>> Connection security is wrong or
>>>>>>>>>>>>> service is not available or
>>>>>>>>>>>>>
>>>>>>>>>>>>> Thanks
>>>>>>>>>>>>> Jitendra
>>>>>>>>>>>>>
>>>>>>>>>>>>>
>>>>>>>>>>>>>
>>>>>>>>>>>>>
>>>>>>>>>>>>> On Thu, 24 Dec 2020 at 11:24, Ali Alhaidary <
>>>>>>>>>>>>> ali.alhaidary@the5stars.org> wrote:
>>>>>>>>>>>>>
>>>>>>>>>>>>> Hi,
>>>>>>>>>>>>>
>>>>>>>>>>>>> It is either:
>>>>>>>>>>>>>
>>>>>>>>>>>>> Host name is wrong or
>>>>>>>>>>>>> SMTP server name is wrong or
>>>>>>>>>>>>> Port number is wrong or
>>>>>>>>>>>>> Connection security is wrong or
>>>>>>>>>>>>> User name is wrong or
>>>>>>>>>>>>> pass word is wrong or
>>>>>>>>>>>>> service is not available or
>>>>>>>>>>>>> some of the above or
>>>>>>>>>>>>> all of the above
>>>>>>>>>>>>>
>>>>>>>>>>>>> Try searching the mailing list, the solution is there as you
>>>>>>>>>>>>> need to check each and every one ...
>>>>>>>>>>>>>
>>>>>>>>>>>>> :-)
>>>>>>>>>>>>>
>>>>>>>>>>>>>
>>>>>>>>>>>>> On 12/23/20 2:18 PM, GuruCoool Learnings wrote:
>>>>>>>>>>>>>
>>>>>>>>>>>>> Hi,
>>>>>>>>>>>>> I am facing mail sending error in my openmeetings server.
>>>>>>>>>>>>> Whenever I try to send a mail I get an error message as follows-
>>>>>>>>>>>>> Error Count 5
>>>>>>>>>>>>> Last Error
>>>>>>>>>>>>> com.sun.mail.util.MailConnectException: Couldn't connect to
>>>>>>>>>>>>> host, port: smtp.gmail.com, 587; timeout 30000; nested
>>>>>>>>>>>>> exception is: java.net.SocketTimeoutException: connect timed out at
>>>>>>>>>>>>> com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:2209) 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:221)
>>>>>>>>>>>>> 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: connect timed out at
>>>>>>>>>>>>> java.base/java.net.PlainSocketImpl.socketConnect(Native Method) at
>>>>>>>>>>>>> java.base/java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:399)
>>>>>>>>>>>>> at
>>>>>>>>>>>>> java.base/java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:242)
>>>>>>>>>>>>> at
>>>>>>>>>>>>> java.base/java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:224)
>>>>>>>>>>>>> at java.base/java.net.SocksSocketImpl.connect(SocksSocketImpl.java:403) at
>>>>>>>>>>>>> java.base/java.net.Socket.connect(Socket.java:609) at
>>>>>>>>>>>>> com.sun.mail.util.SocketFetcher.createSocket(SocketFetcher.java:357) at
>>>>>>>>>>>>> com.sun.mail.util.SocketFetcher.getSocket(SocketFetcher.java:238) at
>>>>>>>>>>>>> com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:2175) ... 10
>>>>>>>>>>>>> more
>>>>>>>>>>>>> Please help.
>>>>>>>>>>>>> Thanks
>>>>>>>>>>>>> Jitendra
>>>>>>>>>>>>>
>>>>>>>>>>>>>
>>>>>>>>>>>>>
>>>>>>>>>>>>>
>>>>>>>>>
>>>>>>>>> --
>>>>>>>>> Best regards,
>>>>>>>>> Maxim
>>>>>>>>>
>>>>>>>>
>>>>>>
>>>>>> --
>>>>>> Best regards,
>>>>>> Maxim
>>>>>>
>>>>>

Re: Mail sending error in openmeetings server

Posted by Ali Alhaidary <al...@the5stars.org>.
1. stop om service

2. delete the contents of openmeetings.log

3. start om service

4. check openmeetings.log


On 12/27/20 2:17 PM, GuruCoool Learnings wrote:
> Since I am now not able to access the localhost url so please help 
> which file I can update smtp records in?
>
> Regards
> Jitendra
>
> On Sun, 27 Dec 2020 at 14:33, GuruCoool Learnings <info@gurucoool.com 
> <ma...@gurucoool.com>> wrote:
>
>     These are a few last lines-
>
>     DEBUG 12-27 03:07:14.300 o.a.o.w.a.WebSession:223
>     [nio-5443-exec-3] - checkHashes, secure: 'null', invitation:
>     'ff51cfbd-4797-4f30-9d60-3f78955f00b4'
>     DEBUG 12-27 03:07:14.338 o.a.o.w.a.WebSession:225
>     [nio-5443-exec-3] - checkHashes, has soap in session ? 'false'
>     DEBUG 12-27 03:07:14.420 o.a.o.w.a.ClientManager:352
>     [nio-5443-exec-3] - Cluster:: The only server found
>     DEBUG 12-27 03:07:14.492 o.a.o.d.u.AuthLevelUtil:40
>     [nio-5443-exec-3] - Level ADMIN :: [DENIED]
>     DEBUG 12-27 03:07:14.498 o.a.o.d.u.AuthLevelUtil:40
>     [nio-5443-exec-3] - Level GROUP_ADMIN :: [DENIED]
>     DEBUG 12-27 03:07:14.519 o.a.o.d.u.AuthLevelUtil:40
>     [nio-5443-exec-3] - Level ADMIN :: [DENIED]
>     DEBUG 12-27 03:07:14.525 o.a.o.d.u.AuthLevelUtil:40
>     [nio-5443-exec-3] - Level ADMIN :: [DENIED]
>     DEBUG 12-27 03:07:14.566 o.a.o.w.c.OmWebSocketPanel:74
>     [nio-5443-exec-3] - pingTimer is attached
>     DEBUG 12-27 03:07:18.703 o.a.o.d.d.l.ConferenceLogDao:52
>     [nio-5443-exec-1] - [add]:
>     org.apache.openmeetings.db.entity.log.ConferenceLog@7a836ea7
>     DEBUG 12-27 03:07:18.718 o.a.o.w.a.ClientManager:126
>     [nio-5443-exec-1] - Adding online client:
>     2b627591-eeb1-4c49-8b8c-c5a6528634af, room: null
>     DEBUG 12-27 03:07:18.728 o.a.o.w.c.MainPanel:160 [nio-5443-exec-1]
>     - WebSocketBehavior::onConnect [uid:
>     2b627591-eeb1-4c49-8b8c-c5a6528634af, session:
>     F307B900D3DFADE9$DEBUG 12-27 03:07:18.752
>     o.a.o.d.d.l.ConferenceLogDao:52 [nio-5443-exec-1] - [add]:
>     org.apache.openmeetings.db.entity.log.ConferenceLog@5cb63b3c
>     DEBUG 12-27 03:07:18.757 o.a.o.w.a.ClientManager:257
>     [nio-5443-exec-1] - Adding online room client:
>     2b627591-eeb1-4c49-8b8c-c5a6528634af, room: 11
>     DEBUG 12-27 03:07:18.764 o.a.o.w.a.ClientManager:275
>     [nio-5443-exec-1] - Cluster:: room 11 was not found for server
>     'server-1', adding ...
>     DEBUG 12-27 03:07:18.765 o.a.o.w.a.ClientManager:448
>     [nio-5443-exec-1] - Cluster:: room 11 is added to server, whole
>     list [11]
>     DEBUG 12-27 03:07:18.766 o.a.o.w.a.ClientManager:114
>     [erver-1.event-1] - Cluster:: Server was updated server-1 ->
>     ServerInfo[rooms: [11]]
>     DEBUG 12-27 03:07:18.770 o.a.o.d.u.AuthLevelUtil:40
>     [nio-5443-exec-1] - Level ADMIN :: [DENIED]
>      INFO 12-27 03:07:18.771 o.a.o.w.r.RoomPanel:395 [nio-5443-exec-1]
>     - Setting rights for client:: [AUDIO, VIDEO] -> false
>     DEBUG 12-27 03:07:18.783 o.a.o.d.u.AuthLevelUtil:40
>     [nio-5443-exec-1] - Level ADMIN :: [DENIED]
>     DEBUG 12-27 03:07:18.789 o.a.o.d.d.r.PollDao:87 [nio-5443-exec-1]
>     -  :: getPoll :: 11
>     DEBUG 12-27 03:07:18.799 o.a.o.d.d.r.PollDao:98 [nio-5443-exec-1]
>     -  :: getArchived :: 11
>     DEBUG 12-27 03:07:18.829 o.a.o.d.d.f.FileItemDao:55
>     [nio-5443-exec-1] - getByOwner() started
>     DEBUG 12-27 03:07:18.832 o.a.o.d.d.f.FileItemDao:50
>     [nio-5443-exec-1] - getByRoom roomId :: 11
>      WARN 12-27 03:07:23.779 o.a.o.w.a.TimerService:69 [Thread-2609] -
>     Moderator room check 11
>      WARN 12-27 03:07:23.783 o.a.o.w.r.RoomPanel:588 [Thread-2611] -
>     !! moderatorInRoom: false
>
>     Jitendra
>
>     On Sun, 27 Dec 2020 at 14:31, GuruCoool Learnings
>     <info@gurucoool.com <ma...@gurucoool.com>> wrote:
>
>         I checked but couldn't trace.
>
>         Honestly, I am not friendly with these processes. I am not a
>         coder or developer. I am a maths teacher and anyhow set up the
>         server with the help of the documentation provided by
>         openmeetings.
>
>         Regards
>         Jitendra
>
>         On Sun, 27 Dec 2020 at 13:02, Ali Alhaidary
>         <ali.alhaidary@the5stars.org
>         <ma...@the5stars.org>> wrote:
>
>             Could be, check openmeetings.log to see if the service has
>             started ...
>
>             Ali
>
>
>             On 12/27/20 10:26 AM, GuruCoool Learnings wrote:
>>             One more thing I remember I did. In OM >> Administration
>>             >> Configuration, I erased the records of smtp records
>>             like server email, port number etc.
>>             Can this be a reason for "This site can’t be reached"?
>>
>>             On Sun, 27 Dec 2020 at 12:43, GuruCoool Learnings
>>             <info@gurucoool.com <ma...@gurucoool.com>> wrote:
>>
>>                 I was trying to check the ports by the command
>>                 netstat -a -n
>>
>>                 and made no change there. After that I just restarted
>>                 the server and unfortunately, the server is not
>>                 accessible.
>>                 It says,"This site can’t be reached".
>>
>>                 I don't know what to do now.
>>
>>                 Regards
>>                 Jitendra
>>
>>                 On Sun, 27 Dec 2020 at 11:54, Maxim Solodovnik
>>                 <solomax666@gmail.com <ma...@gmail.com>>
>>                 wrote:
>>
>>                     please read this article:
>>                     https://support.google.com/a/answer/176600?hl=en
>>                     Especially this Use the Gmail SMTP server part
>>
>>                     as i wrote before
>>                     for TLS (port 587) you have to enable
>>                     "mail.smtp.starttls.enable" in OM -> Admin -> Config
>>                     for SSL (port 465) you have to enable
>>                     "mail.smtp.ssl.enable" in OM -> Admin -> Config
>>
>>                     and check if connection to smtp.gmail.com
>>                     <http://smtp.gmail.com> through the port selected
>>                     is allowed from your OM server
>>
>>                     On Sun, 27 Dec 2020 at 12:09, GuruCoool Learnings
>>                     <info@gurucoool.com <ma...@gurucoool.com>>
>>                     wrote:
>>
>>                         Hello dear Maxim,
>>                         By security options, do you mean Forwarding
>>                         and POP/IMAP in my Gmail?
>>                         If yes, I have enabled it already. If no,
>>                         then please guide me what exactly I need to
>>                         do for correct security options.
>>
>>                         Also, you mentioned about firewall settings,
>>                         please guide me on this also.
>>
>>                         Thanks and regards
>>                         Jitendra
>>
>>                         On Sat, 26 Dec 2020 at 08:37, GuruCoool
>>                         Learnings <info@gurucoool.com
>>                         <ma...@gurucoool.com>> wrote:
>>
>>                             Thanks. Please guide me for correct
>>                             security options and firewall settings. I
>>                             am not savy with these processes.
>>
>>                             Thanks & Regards
>>                             Jitendra
>>
>>                             On Sat, Dec 26, 2020, 07:18 Maxim
>>                             Solodovnik <solomax666@gmail.com
>>                             <ma...@gmail.com>> wrote:
>>
>>                                 The correct settings for gmail are
>>                                 here:
>>                                 https://support.google.com/mail/answer/7126229?hl=en
>>
>>
>>                                 You have to specify only ONE of
>>                                 mail.smtp.starttls.enable
>>                                 mail.smtp.ssl.enable
>>
>>                                 timeout error might be because you
>>                                 are not setting correct security option
>>                                 Or maybe your provider/firewall
>>                                 blocks the connection
>>
>>
>>                                 On Fri, 25 Dec 2020 at 22:20,
>>                                 GuruCoool Learnings
>>                                 <info@gurucoool.com
>>                                 <ma...@gurucoool.com>> wrote:
>>
>>                                     Nothing happened even after
>>                                     restarting the server.
>>
>>                                     Jitendra
>>
>>                                     On Fri, 25 Dec 2020 at 13:44,
>>                                     GuruCoool Learnings
>>                                     <info@gurucoool.com
>>                                     <ma...@gurucoool.com>> wrote:
>>
>>                                         Okay. I will try and then
>>                                         will let you know.
>>
>>                                         Thanks
>>                                         Jitendra
>>
>>                                         On Fri, Dec 25, 2020, 13:29
>>                                         Ali Alhaidary
>>                                         <ali.alhaidary@the5stars.org
>>                                         <ma...@the5stars.org>>
>>                                         wrote:
>>
>>                                             You must restart the
>>                                             server so tat any new
>>                                             settings can take effect
>>
>>                                             Ali
>>
>>                                             On 12/25/20 3:54 AM,
>>                                             GuruCoool Learnings wrote:
>>>                                             It shows error message
>>>                                             in OM email management
>>>                                             section only.
>>>
>>>                                             Jitendra
>>>
>>>                                             On Fri, Dec 25, 2020,
>>>                                             01:17 Alvaro
>>>                                             <zurcamos@gmail.com
>>>                                             <ma...@gmail.com>>
>>>                                             wrote:
>>>
>>>                                                 ...right now i
>>>                                                 tested my OM 5.1.0
>>>                                                 at localhost  and gmail
>>>                                                 configuration and
>>>                                                 send mail ok to
>>>                                                 "user...@gmail.com
>>>                                                 <ma...@gmail.com>".
>>>
>>>                                                 Please take a look
>>>                                                 in your spam Gmail web.
>>>
>>>
>>>                                                 .....................
>>>
>>>
>>>                                                 El jue, 24-12-2020 a
>>>                                                 las 23:20 +0530,
>>>                                                 GuruCoool Learnings
>>>                                                 escribió:
>>>>                                                 Tried both 587 and
>>>>                                                 465 one by one but
>>>>                                                 didn't find any
>>>>                                                 solution. However
>>>>                                                 thanks for your
>>>>                                                 replies.
>>>>
>>>>                                                 I have one more
>>>>                                                 query. generally
>>>>                                                 openmeetings
>>>>                                                 generates user
>>>>                                                 specific invitation
>>>>                                                 links. Is it
>>>>                                                 possible to create
>>>>                                                 invitation links
>>>>                                                 that can be given
>>>>                                                 to anyone who is
>>>>                                                 not registered on
>>>>                                                 my server?
>>>>
>>>>                                                 On Thu, 24 Dec 2020
>>>>                                                 at 23:16, Ali
>>>>                                                 Alhaidary
>>>>                                                 <ali.alhaidary@the5stars.org
>>>>                                                 <ma...@the5stars.org>>
>>>>                                                 wrote:
>>>>>
>>>>>                                                 It did not work
>>>>>                                                 with me as well :-)
>>>>>
>>>>>                                                 try port 465
>>>>>
>>>>>                                                 Ali
>>>>>
>>>>>                                                 On 12/24/20 8:23
>>>>>                                                 PM, GuruCoool
>>>>>                                                 Learnings wrote:
>>>>>>                                                 gurucoool.com
>>>>>>                                                 <http://gurucoool.com>
>>>>>>                                                 is my main site
>>>>>>                                                 where I use the
>>>>>>                                                 same gmail smtp
>>>>>>                                                 details that I
>>>>>>                                                 want to use with
>>>>>>                                                 openmeetings.
>>>>>>                                                 Gmail smtp works
>>>>>>                                                 fine with my main
>>>>>>                                                 site
>>>>>>                                                 gurucoool.com
>>>>>>                                                 <http://gurucoool.com>
>>>>>>                                                 but is not
>>>>>>                                                 working with
>>>>>>                                                 openmeetings.
>>>>>>
>>>>>>                                                 On Thu, 24 Dec
>>>>>>                                                 2020 at 13:05,
>>>>>>                                                 Ali Alhaidary
>>>>>>                                                 <ali.alhaidary@the5stars.org
>>>>>>                                                 <ma...@the5stars.org>>
>>>>>>                                                 wrote:
>>>>>>>
>>>>>>>                                                 I think you
>>>>>>>                                                 should use the
>>>>>>>                                                 SMTP of
>>>>>>>                                                 gurucool.com
>>>>>>>                                                 <http://gurucool.com>
>>>>>>>                                                 instead
>>>>>>>
>>>>>>>                                                 Ali
>>>>>>>
>>>>>>>                                                 On 12/24/20
>>>>>>>                                                 10:06 AM,
>>>>>>>                                                 GuruCoool
>>>>>>>                                                 Learnings wrote:
>>>>>>>>                                                 Hi Ali,
>>>>>>>>                                                 I have followed
>>>>>>>>                                                 the guidelines
>>>>>>>>                                                 provided by the
>>>>>>>>                                                 openmeetings
>>>>>>>>                                                 documentation
>>>>>>>>                                                 which is
>>>>>>>>                                                 as follows-
>>>>>>>>
>>>>>>>>                                                 A valid example
>>>>>>>>                                                 to configure
>>>>>>>>                                                 the mail server
>>>>>>>>                                                 with Gmail, is
>>>>>>>>                                                 as follows:
>>>>>>>>                                                 (replace
>>>>>>>>                                                 john@gmail.com
>>>>>>>>                                                 <ma...@gmail.com>
>>>>>>>>                                                 with your real
>>>>>>>>                                                 Gmail account)
>>>>>>>>
>>>>>>>>                                                 Mail-Refer ==
>>>>>>>>                                                 info@gurucoool.com
>>>>>>>>                                                 <ma...@gurucoool.com>
>>>>>>>>                                                 SMTP-Server ==
>>>>>>>>                                                 smtp.gmail.com
>>>>>>>>                                                 <http://smtp.gmail.com>
>>>>>>>>                                                 SMTP-Server
>>>>>>>>                                                 Port (default
>>>>>>>>                                                 Smtp-Server
>>>>>>>>                                                 Port is 25) == 587
>>>>>>>>                                                 SMTP-Username
>>>>>>>>                                                 ==
>>>>>>>>                                                 info@gurucoool.com
>>>>>>>>                                                 <ma...@gurucoool.com>
>>>>>>>>                                                 SMTP-Userpass
>>>>>>>>                                                 == password of
>>>>>>>>                                                 info@gurucoool.com
>>>>>>>>                                                 <ma...@gurucoool.com>
>>>>>>>>                                                 (this is the
>>>>>>>>                                                 one I use to
>>>>>>>>                                                 open the mail
>>>>>>>>                                                 box at
>>>>>>>>                                                 info@gurucoool.com
>>>>>>>>                                                 <ma...@gurucoool.com>)
>>>>>>>>                                                 Enable TLS in
>>>>>>>>                                                 Mail Server
>>>>>>>>                                                 Auth == ...turn
>>>>>>>>                                                 green the
>>>>>>>>                                                 button to activate
>>>>>>>>                                                 Default
>>>>>>>>                                                 Language == English
>>>>>>>>
>>>>>>>>                                                 ...the rest you
>>>>>>>>                                                 can change it
>>>>>>>>                                                 as you likes.
>>>>>>>>
>>>>>>>>                                                 However can it
>>>>>>>>                                                 would be a
>>>>>>>>                                                 great help if
>>>>>>>>                                                 you can clarify
>>>>>>>>                                                 what actually
>>>>>>>>                                                 you mean by the
>>>>>>>>                                                 following-
>>>>>>>>
>>>>>>>>                                                 Host name is
>>>>>>>>                                                 wrong or
>>>>>>>>                                                 Connection
>>>>>>>>                                                 security is
>>>>>>>>                                                 wrong or
>>>>>>>>                                                 service is not
>>>>>>>>                                                 available or
>>>>>>>>
>>>>>>>>                                                 Thanks
>>>>>>>>                                                 Jitendra
>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>>                                                 On Thu, 24 Dec
>>>>>>>>                                                 2020 at 11:24,
>>>>>>>>                                                 Ali Alhaidary
>>>>>>>>                                                 <ali.alhaidary@the5stars.org
>>>>>>>>                                                 <ma...@the5stars.org>>
>>>>>>>>                                                 wrote:
>>>>>>>>>
>>>>>>>>>                                                 Hi,
>>>>>>>>>
>>>>>>>>>                                                 It is either:
>>>>>>>>>
>>>>>>>>>                                                 Host name is
>>>>>>>>>                                                 wrong or
>>>>>>>>>                                                 SMTP server
>>>>>>>>>                                                 name is wrong or
>>>>>>>>>                                                 Port number is
>>>>>>>>>                                                 wrong or
>>>>>>>>>                                                 Connection
>>>>>>>>>                                                 security is
>>>>>>>>>                                                 wrong or
>>>>>>>>>                                                 User name is
>>>>>>>>>                                                 wrong or
>>>>>>>>>                                                 pass word is
>>>>>>>>>                                                 wrong or
>>>>>>>>>                                                 service is not
>>>>>>>>>                                                 available or
>>>>>>>>>                                                 some of the
>>>>>>>>>                                                 above or
>>>>>>>>>                                                 all of the above
>>>>>>>>>
>>>>>>>>>                                                 Try searching
>>>>>>>>>                                                 the mailing
>>>>>>>>>                                                 list, the
>>>>>>>>>                                                 solution is
>>>>>>>>>                                                 there as you
>>>>>>>>>                                                 need to check
>>>>>>>>>                                                 each and every
>>>>>>>>>                                                 one ...
>>>>>>>>>
>>>>>>>>>                                                 :-)
>>>>>>>>>
>>>>>>>>>
>>>>>>>>>                                                 On 12/23/20
>>>>>>>>>                                                 2:18 PM,
>>>>>>>>>                                                 GuruCoool
>>>>>>>>>                                                 Learnings wrote:
>>>>>>>>>>                                                 Hi,
>>>>>>>>>>                                                 I am facing
>>>>>>>>>>                                                 mail sending
>>>>>>>>>>                                                 error in my
>>>>>>>>>>                                                 openmeetings
>>>>>>>>>>                                                 server.
>>>>>>>>>>                                                 Whenever I
>>>>>>>>>>                                                 try to send a
>>>>>>>>>>                                                 mail I get
>>>>>>>>>>                                                 an error
>>>>>>>>>>                                                 message as
>>>>>>>>>>                                                 follows-
>>>>>>>>>>                                                 Error Count 5
>>>>>>>>>>                                                 Last Error
>>>>>>>>>>                                                 com.sun.mail.util.MailConnectException:
>>>>>>>>>>                                                 Couldn't
>>>>>>>>>>                                                 connect to
>>>>>>>>>>                                                 host, port:
>>>>>>>>>>                                                 smtp.gmail.com
>>>>>>>>>>                                                 <http://smtp.gmail.com>,
>>>>>>>>>>                                                 587; timeout
>>>>>>>>>>                                                 30000; nested
>>>>>>>>>>                                                 exception is:
>>>>>>>>>>                                                 java.net.SocketTimeoutException:
>>>>>>>>>>                                                 connect timed
>>>>>>>>>>                                                 out at
>>>>>>>>>>                                                 com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:2209)
>>>>>>>>>>                                                 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:221)
>>>>>>>>>>                                                 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:
>>>>>>>>>>                                                 connect timed
>>>>>>>>>>                                                 out at
>>>>>>>>>>                                                 java.base/java.net.PlainSocketImpl.socketConnect(Native
>>>>>>>>>>                                                 Method) at
>>>>>>>>>>                                                 java.base/java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:399)
>>>>>>>>>>                                                 at
>>>>>>>>>>                                                 java.base/java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:242)
>>>>>>>>>>                                                 at
>>>>>>>>>>                                                 java.base/java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:224)
>>>>>>>>>>                                                 at
>>>>>>>>>>                                                 java.base/java.net.SocksSocketImpl.connect(SocksSocketImpl.java:403)
>>>>>>>>>>                                                 at
>>>>>>>>>>                                                 java.base/java.net.Socket.connect(Socket.java:609)
>>>>>>>>>>                                                 at
>>>>>>>>>>                                                 com.sun.mail.util.SocketFetcher.createSocket(SocketFetcher.java:357)
>>>>>>>>>>                                                 at
>>>>>>>>>>                                                 com.sun.mail.util.SocketFetcher.getSocket(SocketFetcher.java:238)
>>>>>>>>>>                                                 at
>>>>>>>>>>                                                 com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:2175)
>>>>>>>>>>                                                 ... 10 more
>>>>>>>>>>                                                 Please help.
>>>>>>>>>>                                                 Thanks
>>>>>>>>>>                                                 Jitendra
>>>>>>>>>>
>>>>>>>>>
>>>>>>>
>>
>>
>>                                 -- 
>>                                 Best regards,
>>                                 Maxim
>>
>>
>>
>>                     -- 
>>                     Best regards,
>>                     Maxim
>>

Re: Mail sending error in openmeetings server

Posted by GuruCoool Learnings <in...@gurucoool.com>.
Since I am now not able to access the localhost url so please help which
file I can update smtp records in?

Regards
Jitendra

On Sun, 27 Dec 2020 at 14:33, GuruCoool Learnings <in...@gurucoool.com>
wrote:

> These are a few last lines-
>
> DEBUG 12-27 03:07:14.300 o.a.o.w.a.WebSession:223 [nio-5443-exec-3] -
> checkHashes, secure: 'null', invitation:
> 'ff51cfbd-4797-4f30-9d60-3f78955f00b4'
> DEBUG 12-27 03:07:14.338 o.a.o.w.a.WebSession:225 [nio-5443-exec-3] -
> checkHashes, has soap in session ? 'false'
> DEBUG 12-27 03:07:14.420 o.a.o.w.a.ClientManager:352 [nio-5443-exec-3] -
> Cluster:: The only server found
> DEBUG 12-27 03:07:14.492 o.a.o.d.u.AuthLevelUtil:40 [nio-5443-exec-3] -
> Level ADMIN :: [DENIED]
> DEBUG 12-27 03:07:14.498 o.a.o.d.u.AuthLevelUtil:40 [nio-5443-exec-3] -
> Level GROUP_ADMIN :: [DENIED]
> DEBUG 12-27 03:07:14.519 o.a.o.d.u.AuthLevelUtil:40 [nio-5443-exec-3] -
> Level ADMIN :: [DENIED]
> DEBUG 12-27 03:07:14.525 o.a.o.d.u.AuthLevelUtil:40 [nio-5443-exec-3] -
> Level ADMIN :: [DENIED]
> DEBUG 12-27 03:07:14.566 o.a.o.w.c.OmWebSocketPanel:74 [nio-5443-exec-3] -
> pingTimer is attached
> DEBUG 12-27 03:07:18.703 o.a.o.d.d.l.ConferenceLogDao:52 [nio-5443-exec-1]
> - [add]: org.apache.openmeetings.db.entity.log.ConferenceLog@7a836ea7
> DEBUG 12-27 03:07:18.718 o.a.o.w.a.ClientManager:126 [nio-5443-exec-1] -
> Adding online client: 2b627591-eeb1-4c49-8b8c-c5a6528634af, room: null
> DEBUG 12-27 03:07:18.728 o.a.o.w.c.MainPanel:160 [nio-5443-exec-1] -
> WebSocketBehavior::onConnect [uid: 2b627591-eeb1-4c49-8b8c-c5a6528634af,
> session: F307B900D3DFADE9$DEBUG 12-27 03:07:18.752
> o.a.o.d.d.l.ConferenceLogDao:52 [nio-5443-exec-1] - [add]:
> org.apache.openmeetings.db.entity.log.ConferenceLog@5cb63b3c
> DEBUG 12-27 03:07:18.757 o.a.o.w.a.ClientManager:257 [nio-5443-exec-1] -
> Adding online room client: 2b627591-eeb1-4c49-8b8c-c5a6528634af, room: 11
> DEBUG 12-27 03:07:18.764 o.a.o.w.a.ClientManager:275 [nio-5443-exec-1] -
> Cluster:: room 11 was not found for server 'server-1', adding ...
> DEBUG 12-27 03:07:18.765 o.a.o.w.a.ClientManager:448 [nio-5443-exec-1] -
> Cluster:: room 11 is added to server, whole list [11]
> DEBUG 12-27 03:07:18.766 o.a.o.w.a.ClientManager:114 [erver-1.event-1] -
> Cluster:: Server was updated server-1 -> ServerInfo[rooms: [11]]
> DEBUG 12-27 03:07:18.770 o.a.o.d.u.AuthLevelUtil:40 [nio-5443-exec-1] -
> Level ADMIN :: [DENIED]
>  INFO 12-27 03:07:18.771 o.a.o.w.r.RoomPanel:395 [nio-5443-exec-1] -
> Setting rights for client:: [AUDIO, VIDEO] -> false
> DEBUG 12-27 03:07:18.783 o.a.o.d.u.AuthLevelUtil:40 [nio-5443-exec-1] -
> Level ADMIN :: [DENIED]
> DEBUG 12-27 03:07:18.789 o.a.o.d.d.r.PollDao:87 [nio-5443-exec-1] -  ::
> getPoll :: 11
> DEBUG 12-27 03:07:18.799 o.a.o.d.d.r.PollDao:98 [nio-5443-exec-1] -  ::
> getArchived :: 11
> DEBUG 12-27 03:07:18.829 o.a.o.d.d.f.FileItemDao:55 [nio-5443-exec-1] -
> getByOwner() started
> DEBUG 12-27 03:07:18.832 o.a.o.d.d.f.FileItemDao:50 [nio-5443-exec-1] -
> getByRoom roomId :: 11
>  WARN 12-27 03:07:23.779 o.a.o.w.a.TimerService:69 [Thread-2609] -
> Moderator room check 11
>  WARN 12-27 03:07:23.783 o.a.o.w.r.RoomPanel:588 [Thread-2611] - !!
> moderatorInRoom: false
>
> Jitendra
>
> On Sun, 27 Dec 2020 at 14:31, GuruCoool Learnings <in...@gurucoool.com>
> wrote:
>
>> I checked but couldn't trace.
>>
>> Honestly, I am not friendly with these processes. I am not a coder or
>> developer. I am a maths teacher and anyhow set up the server with the help
>> of the documentation provided by openmeetings.
>>
>> Regards
>> Jitendra
>>
>> On Sun, 27 Dec 2020 at 13:02, Ali Alhaidary <al...@the5stars.org>
>> wrote:
>>
>>> Could be, check openmeetings.log to see if the service has started ...
>>>
>>> Ali
>>>
>>>
>>> On 12/27/20 10:26 AM, GuruCoool Learnings wrote:
>>>
>>> One more thing I remember I did. In OM >> Administration >>
>>> Configuration, I erased the records of smtp records like server email, port
>>> number etc.
>>> Can this be a reason for "This site can’t be reached"?
>>>
>>> On Sun, 27 Dec 2020 at 12:43, GuruCoool Learnings <in...@gurucoool.com>
>>> wrote:
>>>
>>>> I was trying to check the ports by the command
>>>> netstat -a -n
>>>>
>>>> and made no change there. After that I just restarted the server and
>>>> unfortunately, the server is not accessible.
>>>> It says,"This site can’t be reached".
>>>>
>>>> I don't know what to do now.
>>>>
>>>> Regards
>>>> Jitendra
>>>>
>>>> On Sun, 27 Dec 2020 at 11:54, Maxim Solodovnik <so...@gmail.com>
>>>> wrote:
>>>>
>>>>> please read this article:
>>>>> https://support.google.com/a/answer/176600?hl=en
>>>>> Especially this Use the Gmail SMTP server part
>>>>>
>>>>> as i wrote before
>>>>> for TLS (port 587) you have to enable "mail.smtp.starttls.enable" in
>>>>> OM -> Admin -> Config
>>>>> for SSL (port 465) you have to enable "mail.smtp.ssl.enable" in OM ->
>>>>> Admin -> Config
>>>>>
>>>>> and check if connection to smtp.gmail.com through the port selected
>>>>> is allowed from your OM server
>>>>>
>>>>> On Sun, 27 Dec 2020 at 12:09, GuruCoool Learnings <in...@gurucoool.com>
>>>>> wrote:
>>>>>
>>>>>> Hello dear Maxim,
>>>>>> By security options, do you mean Forwarding and POP/IMAP in my
>>>>>> Gmail?
>>>>>> If yes, I have enabled it already. If no, then please guide me what
>>>>>> exactly I need to do for correct security options.
>>>>>>
>>>>>> Also, you mentioned about firewall settings, please guide me on this
>>>>>> also.
>>>>>>
>>>>>> Thanks and regards
>>>>>> Jitendra
>>>>>>
>>>>>> On Sat, 26 Dec 2020 at 08:37, GuruCoool Learnings <in...@gurucoool.com>
>>>>>> wrote:
>>>>>>
>>>>>>> Thanks. Please guide me for correct security options and firewall
>>>>>>> settings. I am not savy with these processes.
>>>>>>>
>>>>>>> Thanks & Regards
>>>>>>> Jitendra
>>>>>>>
>>>>>>> On Sat, Dec 26, 2020, 07:18 Maxim Solodovnik <so...@gmail.com>
>>>>>>> wrote:
>>>>>>>
>>>>>>>> The correct settings for gmail are here:
>>>>>>>> https://support.google.com/mail/answer/7126229?hl=en
>>>>>>>>
>>>>>>>> You have to specify only ONE of
>>>>>>>> mail.smtp.starttls.enable
>>>>>>>> mail.smtp.ssl.enable
>>>>>>>>
>>>>>>>> timeout error might be because you are not setting correct security
>>>>>>>> option
>>>>>>>> Or maybe your provider/firewall blocks the connection
>>>>>>>>
>>>>>>>>
>>>>>>>> On Fri, 25 Dec 2020 at 22:20, GuruCoool Learnings <
>>>>>>>> info@gurucoool.com> wrote:
>>>>>>>>
>>>>>>>>> Nothing happened even after restarting the server.
>>>>>>>>>
>>>>>>>>> Jitendra
>>>>>>>>>
>>>>>>>>> On Fri, 25 Dec 2020 at 13:44, GuruCoool Learnings <
>>>>>>>>> info@gurucoool.com> wrote:
>>>>>>>>>
>>>>>>>>>> Okay. I will try and then will let you know.
>>>>>>>>>>
>>>>>>>>>> Thanks
>>>>>>>>>> Jitendra
>>>>>>>>>>
>>>>>>>>>> On Fri, Dec 25, 2020, 13:29 Ali Alhaidary <
>>>>>>>>>> ali.alhaidary@the5stars.org> wrote:
>>>>>>>>>>
>>>>>>>>>>> You must restart the server so tat any new settings can take
>>>>>>>>>>> effect
>>>>>>>>>>>
>>>>>>>>>>> Ali
>>>>>>>>>>> On 12/25/20 3:54 AM, GuruCoool Learnings wrote:
>>>>>>>>>>>
>>>>>>>>>>> It shows error message in OM email management section only.
>>>>>>>>>>>
>>>>>>>>>>> Jitendra
>>>>>>>>>>>
>>>>>>>>>>> On Fri, Dec 25, 2020, 01:17 Alvaro <zu...@gmail.com> wrote:
>>>>>>>>>>>
>>>>>>>>>>>> ...right now i tested my OM 5.1.0 at localhost  and gmail
>>>>>>>>>>>> configuration and send mail ok to "user...@gmail.com".
>>>>>>>>>>>>
>>>>>>>>>>>> Please take a look in your spam Gmail web.
>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>> .....................
>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>> El jue, 24-12-2020 a las 23:20 +0530, GuruCoool Learnings
>>>>>>>>>>>> escribió:
>>>>>>>>>>>>
>>>>>>>>>>>> Tried both 587 and 465 one by one but didn't find any solution.
>>>>>>>>>>>> However thanks for your replies.
>>>>>>>>>>>>
>>>>>>>>>>>> I have one more query. generally openmeetings generates user
>>>>>>>>>>>> specific invitation links. Is it possible to create invitation links that
>>>>>>>>>>>> can be given to anyone who is not registered on my server?
>>>>>>>>>>>>
>>>>>>>>>>>> On Thu, 24 Dec 2020 at 23:16, Ali Alhaidary <
>>>>>>>>>>>> ali.alhaidary@the5stars.org> wrote:
>>>>>>>>>>>>
>>>>>>>>>>>> It did not work with me as well :-)
>>>>>>>>>>>>
>>>>>>>>>>>> try port 465
>>>>>>>>>>>>
>>>>>>>>>>>> Ali
>>>>>>>>>>>> On 12/24/20 8:23 PM, GuruCoool Learnings wrote:
>>>>>>>>>>>>
>>>>>>>>>>>> gurucoool.com is my main site where I use the same gmail smtp
>>>>>>>>>>>> details that I want to use with openmeetings. Gmail smtp works fine with my
>>>>>>>>>>>> main site gurucoool.com but is not working with openmeetings.
>>>>>>>>>>>>
>>>>>>>>>>>> On Thu, 24 Dec 2020 at 13:05, Ali Alhaidary <
>>>>>>>>>>>> ali.alhaidary@the5stars.org> wrote:
>>>>>>>>>>>>
>>>>>>>>>>>> I think you should use the SMTP of gurucool.com instead
>>>>>>>>>>>>
>>>>>>>>>>>> Ali
>>>>>>>>>>>> On 12/24/20 10:06 AM, GuruCoool Learnings wrote:
>>>>>>>>>>>>
>>>>>>>>>>>> Hi Ali,
>>>>>>>>>>>> I have followed the guidelines provided by the openmeetings
>>>>>>>>>>>> documentation which is as follows-
>>>>>>>>>>>>
>>>>>>>>>>>> A valid example to configure the mail server with Gmail, is as
>>>>>>>>>>>> follows:
>>>>>>>>>>>> (replace john@gmail.com with your real Gmail account)
>>>>>>>>>>>>
>>>>>>>>>>>> Mail-Refer == info@gurucoool.com
>>>>>>>>>>>> SMTP-Server == smtp.gmail.com
>>>>>>>>>>>> SMTP-Server Port (default
>>>>>>>>>>>> Smtp-Server Port is 25) == 587
>>>>>>>>>>>> SMTP-Username == info@gurucoool.com
>>>>>>>>>>>> SMTP-Userpass == password of info@gurucoool.com (this is the
>>>>>>>>>>>> one I use to open the mail box at info@gurucoool.com)
>>>>>>>>>>>> Enable TLS in Mail Server Auth == ...turn green the button to
>>>>>>>>>>>> activate
>>>>>>>>>>>> Default Language == English
>>>>>>>>>>>>
>>>>>>>>>>>> ...the rest you can change it as you likes.
>>>>>>>>>>>>
>>>>>>>>>>>> However can it would be a great help if you can clarify what
>>>>>>>>>>>> actually you mean by the following-
>>>>>>>>>>>>
>>>>>>>>>>>> Host name is wrong or
>>>>>>>>>>>> Connection security is wrong or
>>>>>>>>>>>> service is not available or
>>>>>>>>>>>>
>>>>>>>>>>>> Thanks
>>>>>>>>>>>> Jitendra
>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>> On Thu, 24 Dec 2020 at 11:24, Ali Alhaidary <
>>>>>>>>>>>> ali.alhaidary@the5stars.org> wrote:
>>>>>>>>>>>>
>>>>>>>>>>>> Hi,
>>>>>>>>>>>>
>>>>>>>>>>>> It is either:
>>>>>>>>>>>>
>>>>>>>>>>>> Host name is wrong or
>>>>>>>>>>>> SMTP server name is wrong or
>>>>>>>>>>>> Port number is wrong or
>>>>>>>>>>>> Connection security is wrong or
>>>>>>>>>>>> User name is wrong or
>>>>>>>>>>>> pass word is wrong or
>>>>>>>>>>>> service is not available or
>>>>>>>>>>>> some of the above or
>>>>>>>>>>>> all of the above
>>>>>>>>>>>>
>>>>>>>>>>>> Try searching the mailing list, the solution is there as you
>>>>>>>>>>>> need to check each and every one ...
>>>>>>>>>>>>
>>>>>>>>>>>> :-)
>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>> On 12/23/20 2:18 PM, GuruCoool Learnings wrote:
>>>>>>>>>>>>
>>>>>>>>>>>> Hi,
>>>>>>>>>>>> I am facing mail sending error in my openmeetings server.
>>>>>>>>>>>> Whenever I try to send a mail I get an error message as follows-
>>>>>>>>>>>> Error Count 5
>>>>>>>>>>>> Last Error
>>>>>>>>>>>> com.sun.mail.util.MailConnectException: Couldn't connect to
>>>>>>>>>>>> host, port: smtp.gmail.com, 587; timeout 30000; nested
>>>>>>>>>>>> exception is: java.net.SocketTimeoutException: connect timed out at
>>>>>>>>>>>> com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:2209) 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:221)
>>>>>>>>>>>> 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: connect timed out at
>>>>>>>>>>>> java.base/java.net.PlainSocketImpl.socketConnect(Native Method) at
>>>>>>>>>>>> java.base/java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:399)
>>>>>>>>>>>> at
>>>>>>>>>>>> java.base/java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:242)
>>>>>>>>>>>> at
>>>>>>>>>>>> java.base/java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:224)
>>>>>>>>>>>> at java.base/java.net.SocksSocketImpl.connect(SocksSocketImpl.java:403) at
>>>>>>>>>>>> java.base/java.net.Socket.connect(Socket.java:609) at
>>>>>>>>>>>> com.sun.mail.util.SocketFetcher.createSocket(SocketFetcher.java:357) at
>>>>>>>>>>>> com.sun.mail.util.SocketFetcher.getSocket(SocketFetcher.java:238) at
>>>>>>>>>>>> com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:2175) ... 10
>>>>>>>>>>>> more
>>>>>>>>>>>> Please help.
>>>>>>>>>>>> Thanks
>>>>>>>>>>>> Jitendra
>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>
>>>>>>>> --
>>>>>>>> Best regards,
>>>>>>>> Maxim
>>>>>>>>
>>>>>>>
>>>>>
>>>>> --
>>>>> Best regards,
>>>>> Maxim
>>>>>
>>>>

Re: Mail sending error in openmeetings server

Posted by GuruCoool Learnings <in...@gurucoool.com>.
These are a few last lines-

DEBUG 12-27 03:07:14.300 o.a.o.w.a.WebSession:223 [nio-5443-exec-3] -
checkHashes, secure: 'null', invitation:
'ff51cfbd-4797-4f30-9d60-3f78955f00b4'
DEBUG 12-27 03:07:14.338 o.a.o.w.a.WebSession:225 [nio-5443-exec-3] -
checkHashes, has soap in session ? 'false'
DEBUG 12-27 03:07:14.420 o.a.o.w.a.ClientManager:352 [nio-5443-exec-3] -
Cluster:: The only server found
DEBUG 12-27 03:07:14.492 o.a.o.d.u.AuthLevelUtil:40 [nio-5443-exec-3] -
Level ADMIN :: [DENIED]
DEBUG 12-27 03:07:14.498 o.a.o.d.u.AuthLevelUtil:40 [nio-5443-exec-3] -
Level GROUP_ADMIN :: [DENIED]
DEBUG 12-27 03:07:14.519 o.a.o.d.u.AuthLevelUtil:40 [nio-5443-exec-3] -
Level ADMIN :: [DENIED]
DEBUG 12-27 03:07:14.525 o.a.o.d.u.AuthLevelUtil:40 [nio-5443-exec-3] -
Level ADMIN :: [DENIED]
DEBUG 12-27 03:07:14.566 o.a.o.w.c.OmWebSocketPanel:74 [nio-5443-exec-3] -
pingTimer is attached
DEBUG 12-27 03:07:18.703 o.a.o.d.d.l.ConferenceLogDao:52 [nio-5443-exec-1]
- [add]: org.apache.openmeetings.db.entity.log.ConferenceLog@7a836ea7
DEBUG 12-27 03:07:18.718 o.a.o.w.a.ClientManager:126 [nio-5443-exec-1] -
Adding online client: 2b627591-eeb1-4c49-8b8c-c5a6528634af, room: null
DEBUG 12-27 03:07:18.728 o.a.o.w.c.MainPanel:160 [nio-5443-exec-1] -
WebSocketBehavior::onConnect [uid: 2b627591-eeb1-4c49-8b8c-c5a6528634af,
session: F307B900D3DFADE9$DEBUG 12-27 03:07:18.752
o.a.o.d.d.l.ConferenceLogDao:52 [nio-5443-exec-1] - [add]:
org.apache.openmeetings.db.entity.log.ConferenceLog@5cb63b3c
DEBUG 12-27 03:07:18.757 o.a.o.w.a.ClientManager:257 [nio-5443-exec-1] -
Adding online room client: 2b627591-eeb1-4c49-8b8c-c5a6528634af, room: 11
DEBUG 12-27 03:07:18.764 o.a.o.w.a.ClientManager:275 [nio-5443-exec-1] -
Cluster:: room 11 was not found for server 'server-1', adding ...
DEBUG 12-27 03:07:18.765 o.a.o.w.a.ClientManager:448 [nio-5443-exec-1] -
Cluster:: room 11 is added to server, whole list [11]
DEBUG 12-27 03:07:18.766 o.a.o.w.a.ClientManager:114 [erver-1.event-1] -
Cluster:: Server was updated server-1 -> ServerInfo[rooms: [11]]
DEBUG 12-27 03:07:18.770 o.a.o.d.u.AuthLevelUtil:40 [nio-5443-exec-1] -
Level ADMIN :: [DENIED]
 INFO 12-27 03:07:18.771 o.a.o.w.r.RoomPanel:395 [nio-5443-exec-1] -
Setting rights for client:: [AUDIO, VIDEO] -> false
DEBUG 12-27 03:07:18.783 o.a.o.d.u.AuthLevelUtil:40 [nio-5443-exec-1] -
Level ADMIN :: [DENIED]
DEBUG 12-27 03:07:18.789 o.a.o.d.d.r.PollDao:87 [nio-5443-exec-1] -  ::
getPoll :: 11
DEBUG 12-27 03:07:18.799 o.a.o.d.d.r.PollDao:98 [nio-5443-exec-1] -  ::
getArchived :: 11
DEBUG 12-27 03:07:18.829 o.a.o.d.d.f.FileItemDao:55 [nio-5443-exec-1] -
getByOwner() started
DEBUG 12-27 03:07:18.832 o.a.o.d.d.f.FileItemDao:50 [nio-5443-exec-1] -
getByRoom roomId :: 11
 WARN 12-27 03:07:23.779 o.a.o.w.a.TimerService:69 [Thread-2609] -
Moderator room check 11
 WARN 12-27 03:07:23.783 o.a.o.w.r.RoomPanel:588 [Thread-2611] - !!
moderatorInRoom: false

Jitendra

On Sun, 27 Dec 2020 at 14:31, GuruCoool Learnings <in...@gurucoool.com>
wrote:

> I checked but couldn't trace.
>
> Honestly, I am not friendly with these processes. I am not a coder or
> developer. I am a maths teacher and anyhow set up the server with the help
> of the documentation provided by openmeetings.
>
> Regards
> Jitendra
>
> On Sun, 27 Dec 2020 at 13:02, Ali Alhaidary <al...@the5stars.org>
> wrote:
>
>> Could be, check openmeetings.log to see if the service has started ...
>>
>> Ali
>>
>>
>> On 12/27/20 10:26 AM, GuruCoool Learnings wrote:
>>
>> One more thing I remember I did. In OM >> Administration >>
>> Configuration, I erased the records of smtp records like server email, port
>> number etc.
>> Can this be a reason for "This site can’t be reached"?
>>
>> On Sun, 27 Dec 2020 at 12:43, GuruCoool Learnings <in...@gurucoool.com>
>> wrote:
>>
>>> I was trying to check the ports by the command
>>> netstat -a -n
>>>
>>> and made no change there. After that I just restarted the server and
>>> unfortunately, the server is not accessible.
>>> It says,"This site can’t be reached".
>>>
>>> I don't know what to do now.
>>>
>>> Regards
>>> Jitendra
>>>
>>> On Sun, 27 Dec 2020 at 11:54, Maxim Solodovnik <so...@gmail.com>
>>> wrote:
>>>
>>>> please read this article:
>>>> https://support.google.com/a/answer/176600?hl=en
>>>> Especially this Use the Gmail SMTP server part
>>>>
>>>> as i wrote before
>>>> for TLS (port 587) you have to enable "mail.smtp.starttls.enable" in OM
>>>> -> Admin -> Config
>>>> for SSL (port 465) you have to enable "mail.smtp.ssl.enable" in OM ->
>>>> Admin -> Config
>>>>
>>>> and check if connection to smtp.gmail.com through the port selected is
>>>> allowed from your OM server
>>>>
>>>> On Sun, 27 Dec 2020 at 12:09, GuruCoool Learnings <in...@gurucoool.com>
>>>> wrote:
>>>>
>>>>> Hello dear Maxim,
>>>>> By security options, do you mean Forwarding and POP/IMAP in my Gmail?
>>>>> If yes, I have enabled it already. If no, then please guide me what
>>>>> exactly I need to do for correct security options.
>>>>>
>>>>> Also, you mentioned about firewall settings, please guide me on this
>>>>> also.
>>>>>
>>>>> Thanks and regards
>>>>> Jitendra
>>>>>
>>>>> On Sat, 26 Dec 2020 at 08:37, GuruCoool Learnings <in...@gurucoool.com>
>>>>> wrote:
>>>>>
>>>>>> Thanks. Please guide me for correct security options and firewall
>>>>>> settings. I am not savy with these processes.
>>>>>>
>>>>>> Thanks & Regards
>>>>>> Jitendra
>>>>>>
>>>>>> On Sat, Dec 26, 2020, 07:18 Maxim Solodovnik <so...@gmail.com>
>>>>>> wrote:
>>>>>>
>>>>>>> The correct settings for gmail are here:
>>>>>>> https://support.google.com/mail/answer/7126229?hl=en
>>>>>>>
>>>>>>> You have to specify only ONE of
>>>>>>> mail.smtp.starttls.enable
>>>>>>> mail.smtp.ssl.enable
>>>>>>>
>>>>>>> timeout error might be because you are not setting correct security
>>>>>>> option
>>>>>>> Or maybe your provider/firewall blocks the connection
>>>>>>>
>>>>>>>
>>>>>>> On Fri, 25 Dec 2020 at 22:20, GuruCoool Learnings <
>>>>>>> info@gurucoool.com> wrote:
>>>>>>>
>>>>>>>> Nothing happened even after restarting the server.
>>>>>>>>
>>>>>>>> Jitendra
>>>>>>>>
>>>>>>>> On Fri, 25 Dec 2020 at 13:44, GuruCoool Learnings <
>>>>>>>> info@gurucoool.com> wrote:
>>>>>>>>
>>>>>>>>> Okay. I will try and then will let you know.
>>>>>>>>>
>>>>>>>>> Thanks
>>>>>>>>> Jitendra
>>>>>>>>>
>>>>>>>>> On Fri, Dec 25, 2020, 13:29 Ali Alhaidary <
>>>>>>>>> ali.alhaidary@the5stars.org> wrote:
>>>>>>>>>
>>>>>>>>>> You must restart the server so tat any new settings can take
>>>>>>>>>> effect
>>>>>>>>>>
>>>>>>>>>> Ali
>>>>>>>>>> On 12/25/20 3:54 AM, GuruCoool Learnings wrote:
>>>>>>>>>>
>>>>>>>>>> It shows error message in OM email management section only.
>>>>>>>>>>
>>>>>>>>>> Jitendra
>>>>>>>>>>
>>>>>>>>>> On Fri, Dec 25, 2020, 01:17 Alvaro <zu...@gmail.com> wrote:
>>>>>>>>>>
>>>>>>>>>>> ...right now i tested my OM 5.1.0 at localhost  and gmail
>>>>>>>>>>> configuration and send mail ok to "user...@gmail.com".
>>>>>>>>>>>
>>>>>>>>>>> Please take a look in your spam Gmail web.
>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>> .....................
>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>> El jue, 24-12-2020 a las 23:20 +0530, GuruCoool Learnings
>>>>>>>>>>> escribió:
>>>>>>>>>>>
>>>>>>>>>>> Tried both 587 and 465 one by one but didn't find any solution.
>>>>>>>>>>> However thanks for your replies.
>>>>>>>>>>>
>>>>>>>>>>> I have one more query. generally openmeetings generates user
>>>>>>>>>>> specific invitation links. Is it possible to create invitation links that
>>>>>>>>>>> can be given to anyone who is not registered on my server?
>>>>>>>>>>>
>>>>>>>>>>> On Thu, 24 Dec 2020 at 23:16, Ali Alhaidary <
>>>>>>>>>>> ali.alhaidary@the5stars.org> wrote:
>>>>>>>>>>>
>>>>>>>>>>> It did not work with me as well :-)
>>>>>>>>>>>
>>>>>>>>>>> try port 465
>>>>>>>>>>>
>>>>>>>>>>> Ali
>>>>>>>>>>> On 12/24/20 8:23 PM, GuruCoool Learnings wrote:
>>>>>>>>>>>
>>>>>>>>>>> gurucoool.com is my main site where I use the same gmail smtp
>>>>>>>>>>> details that I want to use with openmeetings. Gmail smtp works fine with my
>>>>>>>>>>> main site gurucoool.com but is not working with openmeetings.
>>>>>>>>>>>
>>>>>>>>>>> On Thu, 24 Dec 2020 at 13:05, Ali Alhaidary <
>>>>>>>>>>> ali.alhaidary@the5stars.org> wrote:
>>>>>>>>>>>
>>>>>>>>>>> I think you should use the SMTP of gurucool.com instead
>>>>>>>>>>>
>>>>>>>>>>> Ali
>>>>>>>>>>> On 12/24/20 10:06 AM, GuruCoool Learnings wrote:
>>>>>>>>>>>
>>>>>>>>>>> Hi Ali,
>>>>>>>>>>> I have followed the guidelines provided by the openmeetings
>>>>>>>>>>> documentation which is as follows-
>>>>>>>>>>>
>>>>>>>>>>> A valid example to configure the mail server with Gmail, is as
>>>>>>>>>>> follows:
>>>>>>>>>>> (replace john@gmail.com with your real Gmail account)
>>>>>>>>>>>
>>>>>>>>>>> Mail-Refer == info@gurucoool.com
>>>>>>>>>>> SMTP-Server == smtp.gmail.com
>>>>>>>>>>> SMTP-Server Port (default
>>>>>>>>>>> Smtp-Server Port is 25) == 587
>>>>>>>>>>> SMTP-Username == info@gurucoool.com
>>>>>>>>>>> SMTP-Userpass == password of info@gurucoool.com (this is the
>>>>>>>>>>> one I use to open the mail box at info@gurucoool.com)
>>>>>>>>>>> Enable TLS in Mail Server Auth == ...turn green the button to
>>>>>>>>>>> activate
>>>>>>>>>>> Default Language == English
>>>>>>>>>>>
>>>>>>>>>>> ...the rest you can change it as you likes.
>>>>>>>>>>>
>>>>>>>>>>> However can it would be a great help if you can clarify what
>>>>>>>>>>> actually you mean by the following-
>>>>>>>>>>>
>>>>>>>>>>> Host name is wrong or
>>>>>>>>>>> Connection security is wrong or
>>>>>>>>>>> service is not available or
>>>>>>>>>>>
>>>>>>>>>>> Thanks
>>>>>>>>>>> Jitendra
>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>> On Thu, 24 Dec 2020 at 11:24, Ali Alhaidary <
>>>>>>>>>>> ali.alhaidary@the5stars.org> wrote:
>>>>>>>>>>>
>>>>>>>>>>> Hi,
>>>>>>>>>>>
>>>>>>>>>>> It is either:
>>>>>>>>>>>
>>>>>>>>>>> Host name is wrong or
>>>>>>>>>>> SMTP server name is wrong or
>>>>>>>>>>> Port number is wrong or
>>>>>>>>>>> Connection security is wrong or
>>>>>>>>>>> User name is wrong or
>>>>>>>>>>> pass word is wrong or
>>>>>>>>>>> service is not available or
>>>>>>>>>>> some of the above or
>>>>>>>>>>> all of the above
>>>>>>>>>>>
>>>>>>>>>>> Try searching the mailing list, the solution is there as you
>>>>>>>>>>> need to check each and every one ...
>>>>>>>>>>>
>>>>>>>>>>> :-)
>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>> On 12/23/20 2:18 PM, GuruCoool Learnings wrote:
>>>>>>>>>>>
>>>>>>>>>>> Hi,
>>>>>>>>>>> I am facing mail sending error in my openmeetings server.
>>>>>>>>>>> Whenever I try to send a mail I get an error message as follows-
>>>>>>>>>>> Error Count 5
>>>>>>>>>>> Last Error
>>>>>>>>>>> com.sun.mail.util.MailConnectException: Couldn't connect to
>>>>>>>>>>> host, port: smtp.gmail.com, 587; timeout 30000; nested
>>>>>>>>>>> exception is: java.net.SocketTimeoutException: connect timed out at
>>>>>>>>>>> com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:2209) 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:221)
>>>>>>>>>>> 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: connect timed out at
>>>>>>>>>>> java.base/java.net.PlainSocketImpl.socketConnect(Native Method) at
>>>>>>>>>>> java.base/java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:399)
>>>>>>>>>>> at
>>>>>>>>>>> java.base/java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:242)
>>>>>>>>>>> at
>>>>>>>>>>> java.base/java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:224)
>>>>>>>>>>> at java.base/java.net.SocksSocketImpl.connect(SocksSocketImpl.java:403) at
>>>>>>>>>>> java.base/java.net.Socket.connect(Socket.java:609) at
>>>>>>>>>>> com.sun.mail.util.SocketFetcher.createSocket(SocketFetcher.java:357) at
>>>>>>>>>>> com.sun.mail.util.SocketFetcher.getSocket(SocketFetcher.java:238) at
>>>>>>>>>>> com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:2175) ... 10
>>>>>>>>>>> more
>>>>>>>>>>> Please help.
>>>>>>>>>>> Thanks
>>>>>>>>>>> Jitendra
>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>
>>>>>>> --
>>>>>>> Best regards,
>>>>>>> Maxim
>>>>>>>
>>>>>>
>>>>
>>>> --
>>>> Best regards,
>>>> Maxim
>>>>
>>>

Re: Mail sending error in openmeetings server

Posted by GuruCoool Learnings <in...@gurucoool.com>.
I checked but couldn't trace.

Honestly, I am not friendly with these processes. I am not a coder or
developer. I am a maths teacher and anyhow set up the server with the help
of the documentation provided by openmeetings.

Regards
Jitendra

On Sun, 27 Dec 2020 at 13:02, Ali Alhaidary <al...@the5stars.org>
wrote:

> Could be, check openmeetings.log to see if the service has started ...
>
> Ali
>
>
> On 12/27/20 10:26 AM, GuruCoool Learnings wrote:
>
> One more thing I remember I did. In OM >> Administration >> Configuration,
> I erased the records of smtp records like server email, port number etc.
> Can this be a reason for "This site can’t be reached"?
>
> On Sun, 27 Dec 2020 at 12:43, GuruCoool Learnings <in...@gurucoool.com>
> wrote:
>
>> I was trying to check the ports by the command
>> netstat -a -n
>>
>> and made no change there. After that I just restarted the server and
>> unfortunately, the server is not accessible.
>> It says,"This site can’t be reached".
>>
>> I don't know what to do now.
>>
>> Regards
>> Jitendra
>>
>> On Sun, 27 Dec 2020 at 11:54, Maxim Solodovnik <so...@gmail.com>
>> wrote:
>>
>>> please read this article:
>>> https://support.google.com/a/answer/176600?hl=en
>>> Especially this Use the Gmail SMTP server part
>>>
>>> as i wrote before
>>> for TLS (port 587) you have to enable "mail.smtp.starttls.enable" in OM
>>> -> Admin -> Config
>>> for SSL (port 465) you have to enable "mail.smtp.ssl.enable" in OM ->
>>> Admin -> Config
>>>
>>> and check if connection to smtp.gmail.com through the port selected is
>>> allowed from your OM server
>>>
>>> On Sun, 27 Dec 2020 at 12:09, GuruCoool Learnings <in...@gurucoool.com>
>>> wrote:
>>>
>>>> Hello dear Maxim,
>>>> By security options, do you mean Forwarding and POP/IMAP in my Gmail?
>>>> If yes, I have enabled it already. If no, then please guide me what
>>>> exactly I need to do for correct security options.
>>>>
>>>> Also, you mentioned about firewall settings, please guide me on this
>>>> also.
>>>>
>>>> Thanks and regards
>>>> Jitendra
>>>>
>>>> On Sat, 26 Dec 2020 at 08:37, GuruCoool Learnings <in...@gurucoool.com>
>>>> wrote:
>>>>
>>>>> Thanks. Please guide me for correct security options and firewall
>>>>> settings. I am not savy with these processes.
>>>>>
>>>>> Thanks & Regards
>>>>> Jitendra
>>>>>
>>>>> On Sat, Dec 26, 2020, 07:18 Maxim Solodovnik <so...@gmail.com>
>>>>> wrote:
>>>>>
>>>>>> The correct settings for gmail are here:
>>>>>> https://support.google.com/mail/answer/7126229?hl=en
>>>>>>
>>>>>> You have to specify only ONE of
>>>>>> mail.smtp.starttls.enable
>>>>>> mail.smtp.ssl.enable
>>>>>>
>>>>>> timeout error might be because you are not setting correct security
>>>>>> option
>>>>>> Or maybe your provider/firewall blocks the connection
>>>>>>
>>>>>>
>>>>>> On Fri, 25 Dec 2020 at 22:20, GuruCoool Learnings <in...@gurucoool.com>
>>>>>> wrote:
>>>>>>
>>>>>>> Nothing happened even after restarting the server.
>>>>>>>
>>>>>>> Jitendra
>>>>>>>
>>>>>>> On Fri, 25 Dec 2020 at 13:44, GuruCoool Learnings <
>>>>>>> info@gurucoool.com> wrote:
>>>>>>>
>>>>>>>> Okay. I will try and then will let you know.
>>>>>>>>
>>>>>>>> Thanks
>>>>>>>> Jitendra
>>>>>>>>
>>>>>>>> On Fri, Dec 25, 2020, 13:29 Ali Alhaidary <
>>>>>>>> ali.alhaidary@the5stars.org> wrote:
>>>>>>>>
>>>>>>>>> You must restart the server so tat any new settings can take effect
>>>>>>>>>
>>>>>>>>> Ali
>>>>>>>>> On 12/25/20 3:54 AM, GuruCoool Learnings wrote:
>>>>>>>>>
>>>>>>>>> It shows error message in OM email management section only.
>>>>>>>>>
>>>>>>>>> Jitendra
>>>>>>>>>
>>>>>>>>> On Fri, Dec 25, 2020, 01:17 Alvaro <zu...@gmail.com> wrote:
>>>>>>>>>
>>>>>>>>>> ...right now i tested my OM 5.1.0 at localhost  and gmail
>>>>>>>>>> configuration and send mail ok to "user...@gmail.com".
>>>>>>>>>>
>>>>>>>>>> Please take a look in your spam Gmail web.
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>> .....................
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>> El jue, 24-12-2020 a las 23:20 +0530, GuruCoool Learnings
>>>>>>>>>> escribió:
>>>>>>>>>>
>>>>>>>>>> Tried both 587 and 465 one by one but didn't find any solution.
>>>>>>>>>> However thanks for your replies.
>>>>>>>>>>
>>>>>>>>>> I have one more query. generally openmeetings generates user
>>>>>>>>>> specific invitation links. Is it possible to create invitation links that
>>>>>>>>>> can be given to anyone who is not registered on my server?
>>>>>>>>>>
>>>>>>>>>> On Thu, 24 Dec 2020 at 23:16, Ali Alhaidary <
>>>>>>>>>> ali.alhaidary@the5stars.org> wrote:
>>>>>>>>>>
>>>>>>>>>> It did not work with me as well :-)
>>>>>>>>>>
>>>>>>>>>> try port 465
>>>>>>>>>>
>>>>>>>>>> Ali
>>>>>>>>>> On 12/24/20 8:23 PM, GuruCoool Learnings wrote:
>>>>>>>>>>
>>>>>>>>>> gurucoool.com is my main site where I use the same gmail smtp
>>>>>>>>>> details that I want to use with openmeetings. Gmail smtp works fine with my
>>>>>>>>>> main site gurucoool.com but is not working with openmeetings.
>>>>>>>>>>
>>>>>>>>>> On Thu, 24 Dec 2020 at 13:05, Ali Alhaidary <
>>>>>>>>>> ali.alhaidary@the5stars.org> wrote:
>>>>>>>>>>
>>>>>>>>>> I think you should use the SMTP of gurucool.com instead
>>>>>>>>>>
>>>>>>>>>> Ali
>>>>>>>>>> On 12/24/20 10:06 AM, GuruCoool Learnings wrote:
>>>>>>>>>>
>>>>>>>>>> Hi Ali,
>>>>>>>>>> I have followed the guidelines provided by the openmeetings
>>>>>>>>>> documentation which is as follows-
>>>>>>>>>>
>>>>>>>>>> A valid example to configure the mail server with Gmail, is as
>>>>>>>>>> follows:
>>>>>>>>>> (replace john@gmail.com with your real Gmail account)
>>>>>>>>>>
>>>>>>>>>> Mail-Refer == info@gurucoool.com
>>>>>>>>>> SMTP-Server == smtp.gmail.com
>>>>>>>>>> SMTP-Server Port (default
>>>>>>>>>> Smtp-Server Port is 25) == 587
>>>>>>>>>> SMTP-Username == info@gurucoool.com
>>>>>>>>>> SMTP-Userpass == password of info@gurucoool.com (this is the one
>>>>>>>>>> I use to open the mail box at info@gurucoool.com)
>>>>>>>>>> Enable TLS in Mail Server Auth == ...turn green the button to
>>>>>>>>>> activate
>>>>>>>>>> Default Language == English
>>>>>>>>>>
>>>>>>>>>> ...the rest you can change it as you likes.
>>>>>>>>>>
>>>>>>>>>> However can it would be a great help if you can clarify what
>>>>>>>>>> actually you mean by the following-
>>>>>>>>>>
>>>>>>>>>> Host name is wrong or
>>>>>>>>>> Connection security is wrong or
>>>>>>>>>> service is not available or
>>>>>>>>>>
>>>>>>>>>> Thanks
>>>>>>>>>> Jitendra
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>> On Thu, 24 Dec 2020 at 11:24, Ali Alhaidary <
>>>>>>>>>> ali.alhaidary@the5stars.org> wrote:
>>>>>>>>>>
>>>>>>>>>> Hi,
>>>>>>>>>>
>>>>>>>>>> It is either:
>>>>>>>>>>
>>>>>>>>>> Host name is wrong or
>>>>>>>>>> SMTP server name is wrong or
>>>>>>>>>> Port number is wrong or
>>>>>>>>>> Connection security is wrong or
>>>>>>>>>> User name is wrong or
>>>>>>>>>> pass word is wrong or
>>>>>>>>>> service is not available or
>>>>>>>>>> some of the above or
>>>>>>>>>> all of the above
>>>>>>>>>>
>>>>>>>>>> Try searching the mailing list, the solution is there as you need
>>>>>>>>>> to check each and every one ...
>>>>>>>>>>
>>>>>>>>>> :-)
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>> On 12/23/20 2:18 PM, GuruCoool Learnings wrote:
>>>>>>>>>>
>>>>>>>>>> Hi,
>>>>>>>>>> I am facing mail sending error in my openmeetings server.
>>>>>>>>>> Whenever I try to send a mail I get an error message as follows-
>>>>>>>>>> Error Count 5
>>>>>>>>>> Last Error
>>>>>>>>>> com.sun.mail.util.MailConnectException: Couldn't connect to host,
>>>>>>>>>> port: smtp.gmail.com, 587; timeout 30000; nested exception is:
>>>>>>>>>> java.net.SocketTimeoutException: connect timed out at
>>>>>>>>>> com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:2209) 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:221)
>>>>>>>>>> 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: connect timed out at
>>>>>>>>>> java.base/java.net.PlainSocketImpl.socketConnect(Native Method) at
>>>>>>>>>> java.base/java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:399)
>>>>>>>>>> at
>>>>>>>>>> java.base/java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:242)
>>>>>>>>>> at
>>>>>>>>>> java.base/java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:224)
>>>>>>>>>> at java.base/java.net.SocksSocketImpl.connect(SocksSocketImpl.java:403) at
>>>>>>>>>> java.base/java.net.Socket.connect(Socket.java:609) at
>>>>>>>>>> com.sun.mail.util.SocketFetcher.createSocket(SocketFetcher.java:357) at
>>>>>>>>>> com.sun.mail.util.SocketFetcher.getSocket(SocketFetcher.java:238) at
>>>>>>>>>> com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:2175) ... 10
>>>>>>>>>> more
>>>>>>>>>> Please help.
>>>>>>>>>> Thanks
>>>>>>>>>> Jitendra
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>>
>>>>>>
>>>>>> --
>>>>>> Best regards,
>>>>>> Maxim
>>>>>>
>>>>>
>>>
>>> --
>>> Best regards,
>>> Maxim
>>>
>>

Re: Mail sending error in openmeetings server

Posted by Ali Alhaidary <al...@the5stars.org>.
Could be, check openmeetings.log to see if the service has started ...

Ali


On 12/27/20 10:26 AM, GuruCoool Learnings wrote:
> One more thing I remember I did. In OM >> Administration >> 
> Configuration, I erased the records of smtp records like server email, 
> port number etc.
> Can this be a reason for "This site can’t be reached"?
>
> On Sun, 27 Dec 2020 at 12:43, GuruCoool Learnings <info@gurucoool.com 
> <ma...@gurucoool.com>> wrote:
>
>     I was trying to check the ports by the command
>     netstat -a -n
>
>     and made no change there. After that I just restarted the server
>     and unfortunately, the server is not accessible.
>     It says,"This site can’t be reached".
>
>     I don't know what to do now.
>
>     Regards
>     Jitendra
>
>     On Sun, 27 Dec 2020 at 11:54, Maxim Solodovnik
>     <solomax666@gmail.com <ma...@gmail.com>> wrote:
>
>         please read this article:
>         https://support.google.com/a/answer/176600?hl=en
>         Especially this Use the Gmail SMTP server part
>
>         as i wrote before
>         for TLS (port 587) you have to enable
>         "mail.smtp.starttls.enable" in OM -> Admin -> Config
>         for SSL (port 465) you have to enable "mail.smtp.ssl.enable"
>         in OM -> Admin -> Config
>
>         and check if connection to smtp.gmail.com
>         <http://smtp.gmail.com> through the port selected is allowed
>         from your OM server
>
>         On Sun, 27 Dec 2020 at 12:09, GuruCoool Learnings
>         <info@gurucoool.com <ma...@gurucoool.com>> wrote:
>
>             Hello dear Maxim,
>             By security options, do you mean Forwarding and POP/IMAP
>             in my Gmail?
>             If yes, I have enabled it already. If no, then please
>             guide me what exactly I need to do for correct security
>             options.
>
>             Also, you mentioned about firewall settings, please guide
>             me on this also.
>
>             Thanks and regards
>             Jitendra
>
>             On Sat, 26 Dec 2020 at 08:37, GuruCoool Learnings
>             <info@gurucoool.com <ma...@gurucoool.com>> wrote:
>
>                 Thanks. Please guide me for correct security options
>                 and firewall settings. I am not savy with these
>                 processes.
>
>                 Thanks & Regards
>                 Jitendra
>
>                 On Sat, Dec 26, 2020, 07:18 Maxim Solodovnik
>                 <solomax666@gmail.com <ma...@gmail.com>>
>                 wrote:
>
>                     The correct settings for gmail are here:
>                     https://support.google.com/mail/answer/7126229?hl=en
>
>                     You have to specify only ONE of
>                     mail.smtp.starttls.enable
>                     mail.smtp.ssl.enable
>
>                     timeout error might be because you are not setting
>                     correct security option
>                     Or maybe your provider/firewall blocks the connection
>
>
>                     On Fri, 25 Dec 2020 at 22:20, GuruCoool Learnings
>                     <info@gurucoool.com <ma...@gurucoool.com>>
>                     wrote:
>
>                         Nothing happened even after restarting the
>                         server.
>
>                         Jitendra
>
>                         On Fri, 25 Dec 2020 at 13:44, GuruCoool
>                         Learnings <info@gurucoool.com
>                         <ma...@gurucoool.com>> wrote:
>
>                             Okay. I will try and then will let you know.
>
>                             Thanks
>                             Jitendra
>
>                             On Fri, Dec 25, 2020, 13:29 Ali Alhaidary
>                             <ali.alhaidary@the5stars.org
>                             <ma...@the5stars.org>> wrote:
>
>                                 You must restart the server so tat any
>                                 new settings can take effect
>
>                                 Ali
>
>                                 On 12/25/20 3:54 AM, GuruCoool
>                                 Learnings wrote:
>>                                 It shows error message in OM email
>>                                 management section only.
>>
>>                                 Jitendra
>>
>>                                 On Fri, Dec 25, 2020, 01:17 Alvaro
>>                                 <zurcamos@gmail.com
>>                                 <ma...@gmail.com>> wrote:
>>
>>                                     ...right now i tested my OM 5.1.0
>>                                     at localhost  and gmail
>>                                     configuration and send mail ok to
>>                                     "user...@gmail.com
>>                                     <ma...@gmail.com>".
>>
>>                                     Please take a look in your spam
>>                                     Gmail web.
>>
>>
>>                                     .....................
>>
>>
>>                                     El jue, 24-12-2020 a las 23:20
>>                                     +0530, GuruCoool Learnings escribió:
>>>                                     Tried both 587 and 465 one by
>>>                                     one but didn't find any
>>>                                     solution. However thanks for
>>>                                     your replies.
>>>
>>>                                     I have one more query. generally
>>>                                     openmeetings generates user
>>>                                     specific invitation links. Is it
>>>                                     possible to create invitation
>>>                                     links that can be given to
>>>                                     anyone who is not registered on
>>>                                     my server?
>>>
>>>                                     On Thu, 24 Dec 2020 at 23:16,
>>>                                     Ali Alhaidary
>>>                                     <ali.alhaidary@the5stars.org
>>>                                     <ma...@the5stars.org>>
>>>                                     wrote:
>>>>
>>>>                                     It did not work with me as well :-)
>>>>
>>>>                                     try port 465
>>>>
>>>>                                     Ali
>>>>
>>>>                                     On 12/24/20 8:23 PM, GuruCoool
>>>>                                     Learnings wrote:
>>>>>                                     gurucoool.com
>>>>>                                     <http://gurucoool.com> is my
>>>>>                                     main site where I use the same
>>>>>                                     gmail smtp details that I want
>>>>>                                     to use with openmeetings.
>>>>>                                     Gmail smtp works fine with my
>>>>>                                     main site gurucoool.com
>>>>>                                     <http://gurucoool.com> but is
>>>>>                                     not working with openmeetings.
>>>>>
>>>>>                                     On Thu, 24 Dec 2020 at 13:05,
>>>>>                                     Ali Alhaidary
>>>>>                                     <ali.alhaidary@the5stars.org
>>>>>                                     <ma...@the5stars.org>>
>>>>>                                     wrote:
>>>>>>
>>>>>>                                     I think you should use the
>>>>>>                                     SMTP of gurucool.com
>>>>>>                                     <http://gurucool.com> instead
>>>>>>
>>>>>>                                     Ali
>>>>>>
>>>>>>                                     On 12/24/20 10:06 AM,
>>>>>>                                     GuruCoool Learnings wrote:
>>>>>>>                                     Hi Ali,
>>>>>>>                                     I have followed the
>>>>>>>                                     guidelines provided by the
>>>>>>>                                     openmeetings documentation
>>>>>>>                                     which is as follows-
>>>>>>>
>>>>>>>                                     A valid example to configure
>>>>>>>                                     the mail server with Gmail,
>>>>>>>                                     is as follows:
>>>>>>>                                     (replace john@gmail.com
>>>>>>>                                     <ma...@gmail.com> with
>>>>>>>                                     your real Gmail account)
>>>>>>>
>>>>>>>                                     Mail-Refer ==
>>>>>>>                                     info@gurucoool.com
>>>>>>>                                     <ma...@gurucoool.com>
>>>>>>>                                     SMTP-Server ==
>>>>>>>                                     smtp.gmail.com
>>>>>>>                                     <http://smtp.gmail.com>
>>>>>>>                                     SMTP-Server Port (default
>>>>>>>                                     Smtp-Server Port is 25) == 587
>>>>>>>                                     SMTP-Username ==
>>>>>>>                                     info@gurucoool.com
>>>>>>>                                     <ma...@gurucoool.com>
>>>>>>>                                     SMTP-Userpass == password of
>>>>>>>                                     info@gurucoool.com
>>>>>>>                                     <ma...@gurucoool.com>
>>>>>>>                                     (this is the one I use to
>>>>>>>                                     open the mail box at
>>>>>>>                                     info@gurucoool.com
>>>>>>>                                     <ma...@gurucoool.com>)
>>>>>>>                                     Enable TLS in Mail Server
>>>>>>>                                     Auth == ...turn green the
>>>>>>>                                     button to activate
>>>>>>>                                     Default Language == English
>>>>>>>
>>>>>>>                                     ...the rest you can change
>>>>>>>                                     it as you likes.
>>>>>>>
>>>>>>>                                     However can it would be a
>>>>>>>                                     great help if you can
>>>>>>>                                     clarify what actually you
>>>>>>>                                     mean by the following-
>>>>>>>
>>>>>>>                                     Host name is wrong or
>>>>>>>                                     Connection security is wrong or
>>>>>>>                                     service is not available or
>>>>>>>
>>>>>>>                                     Thanks
>>>>>>>                                     Jitendra
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>>                                     On Thu, 24 Dec 2020 at
>>>>>>>                                     11:24, Ali Alhaidary
>>>>>>>                                     <ali.alhaidary@the5stars.org
>>>>>>>                                     <ma...@the5stars.org>>
>>>>>>>                                     wrote:
>>>>>>>>
>>>>>>>>                                     Hi,
>>>>>>>>
>>>>>>>>                                     It is either:
>>>>>>>>
>>>>>>>>                                     Host name is wrong or
>>>>>>>>                                     SMTP server name is wrong or
>>>>>>>>                                     Port number is wrong or
>>>>>>>>                                     Connection security is wrong or
>>>>>>>>                                     User name is wrong or
>>>>>>>>                                     pass word is wrong or
>>>>>>>>                                     service is not available or
>>>>>>>>                                     some of the above or
>>>>>>>>                                     all of the above
>>>>>>>>
>>>>>>>>                                     Try searching the mailing
>>>>>>>>                                     list, the solution is there
>>>>>>>>                                     as you need to check each
>>>>>>>>                                     and every one ...
>>>>>>>>
>>>>>>>>                                     :-)
>>>>>>>>
>>>>>>>>
>>>>>>>>                                     On 12/23/20 2:18 PM,
>>>>>>>>                                     GuruCoool Learnings wrote:
>>>>>>>>>                                     Hi,
>>>>>>>>>                                     I am facing mail sending
>>>>>>>>>                                     error in my openmeetings
>>>>>>>>>                                     server. Whenever I try to
>>>>>>>>>                                     send a mail I get an error
>>>>>>>>>                                     message as follows-
>>>>>>>>>                                     Error Count 5
>>>>>>>>>                                     Last Error
>>>>>>>>>                                     com.sun.mail.util.MailConnectException:
>>>>>>>>>                                     Couldn't connect to host,
>>>>>>>>>                                     port: smtp.gmail.com
>>>>>>>>>                                     <http://smtp.gmail.com>,
>>>>>>>>>                                     587; timeout 30000; nested
>>>>>>>>>                                     exception is:
>>>>>>>>>                                     java.net.SocketTimeoutException:
>>>>>>>>>                                     connect timed out at
>>>>>>>>>                                     com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:2209)
>>>>>>>>>                                     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:221)
>>>>>>>>>                                     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:
>>>>>>>>>                                     connect timed out at
>>>>>>>>>                                     java.base/java.net.PlainSocketImpl.socketConnect(Native
>>>>>>>>>                                     Method) at
>>>>>>>>>                                     java.base/java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:399)
>>>>>>>>>                                     at
>>>>>>>>>                                     java.base/java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:242)
>>>>>>>>>                                     at
>>>>>>>>>                                     java.base/java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:224)
>>>>>>>>>                                     at
>>>>>>>>>                                     java.base/java.net.SocksSocketImpl.connect(SocksSocketImpl.java:403)
>>>>>>>>>                                     at
>>>>>>>>>                                     java.base/java.net.Socket.connect(Socket.java:609)
>>>>>>>>>                                     at
>>>>>>>>>                                     com.sun.mail.util.SocketFetcher.createSocket(SocketFetcher.java:357)
>>>>>>>>>                                     at
>>>>>>>>>                                     com.sun.mail.util.SocketFetcher.getSocket(SocketFetcher.java:238)
>>>>>>>>>                                     at
>>>>>>>>>                                     com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:2175)
>>>>>>>>>                                     ... 10 more
>>>>>>>>>                                     Please help.
>>>>>>>>>                                     Thanks
>>>>>>>>>                                     Jitendra
>>>>>>>>>
>>>>>>>>
>>>>>>
>
>
>                     -- 
>                     Best regards,
>                     Maxim
>
>
>
>         -- 
>         Best regards,
>         Maxim
>

Re: Mail sending error in openmeetings server

Posted by GuruCoool Learnings <in...@gurucoool.com>.
One more thing I remember I did. In OM >> Administration >> Configuration,
I erased the records of smtp records like server email, port number etc.
Can this be a reason for "This site can’t be reached"?

On Sun, 27 Dec 2020 at 12:43, GuruCoool Learnings <in...@gurucoool.com>
wrote:

> I was trying to check the ports by the command
> netstat -a -n
>
> and made no change there. After that I just restarted the server and
> unfortunately, the server is not accessible.
> It says,"This site can’t be reached".
>
> I don't know what to do now.
>
> Regards
> Jitendra
>
> On Sun, 27 Dec 2020 at 11:54, Maxim Solodovnik <so...@gmail.com>
> wrote:
>
>> please read this article:
>> https://support.google.com/a/answer/176600?hl=en
>> Especially this Use the Gmail SMTP server part
>>
>> as i wrote before
>> for TLS (port 587) you have to enable "mail.smtp.starttls.enable" in OM
>> -> Admin -> Config
>> for SSL (port 465) you have to enable "mail.smtp.ssl.enable" in OM ->
>> Admin -> Config
>>
>> and check if connection to smtp.gmail.com through the port selected is
>> allowed from your OM server
>>
>> On Sun, 27 Dec 2020 at 12:09, GuruCoool Learnings <in...@gurucoool.com>
>> wrote:
>>
>>> Hello dear Maxim,
>>> By security options, do you mean Forwarding and POP/IMAP in my Gmail?
>>> If yes, I have enabled it already. If no, then please guide me what
>>> exactly I need to do for correct security options.
>>>
>>> Also, you mentioned about firewall settings, please guide me on this
>>> also.
>>>
>>> Thanks and regards
>>> Jitendra
>>>
>>> On Sat, 26 Dec 2020 at 08:37, GuruCoool Learnings <in...@gurucoool.com>
>>> wrote:
>>>
>>>> Thanks. Please guide me for correct security options and firewall
>>>> settings. I am not savy with these processes.
>>>>
>>>> Thanks & Regards
>>>> Jitendra
>>>>
>>>> On Sat, Dec 26, 2020, 07:18 Maxim Solodovnik <so...@gmail.com>
>>>> wrote:
>>>>
>>>>> The correct settings for gmail are here:
>>>>> https://support.google.com/mail/answer/7126229?hl=en
>>>>>
>>>>> You have to specify only ONE of
>>>>> mail.smtp.starttls.enable
>>>>> mail.smtp.ssl.enable
>>>>>
>>>>> timeout error might be because you are not setting correct security
>>>>> option
>>>>> Or maybe your provider/firewall blocks the connection
>>>>>
>>>>>
>>>>> On Fri, 25 Dec 2020 at 22:20, GuruCoool Learnings <in...@gurucoool.com>
>>>>> wrote:
>>>>>
>>>>>> Nothing happened even after restarting the server.
>>>>>>
>>>>>> Jitendra
>>>>>>
>>>>>> On Fri, 25 Dec 2020 at 13:44, GuruCoool Learnings <in...@gurucoool.com>
>>>>>> wrote:
>>>>>>
>>>>>>> Okay. I will try and then will let you know.
>>>>>>>
>>>>>>> Thanks
>>>>>>> Jitendra
>>>>>>>
>>>>>>> On Fri, Dec 25, 2020, 13:29 Ali Alhaidary <
>>>>>>> ali.alhaidary@the5stars.org> wrote:
>>>>>>>
>>>>>>>> You must restart the server so tat any new settings can take effect
>>>>>>>>
>>>>>>>> Ali
>>>>>>>> On 12/25/20 3:54 AM, GuruCoool Learnings wrote:
>>>>>>>>
>>>>>>>> It shows error message in OM email management section only.
>>>>>>>>
>>>>>>>> Jitendra
>>>>>>>>
>>>>>>>> On Fri, Dec 25, 2020, 01:17 Alvaro <zu...@gmail.com> wrote:
>>>>>>>>
>>>>>>>>> ...right now i tested my OM 5.1.0 at localhost  and gmail
>>>>>>>>> configuration and send mail ok to "user...@gmail.com".
>>>>>>>>>
>>>>>>>>> Please take a look in your spam Gmail web.
>>>>>>>>>
>>>>>>>>>
>>>>>>>>> .....................
>>>>>>>>>
>>>>>>>>>
>>>>>>>>> El jue, 24-12-2020 a las 23:20 +0530, GuruCoool Learnings escribió:
>>>>>>>>>
>>>>>>>>> Tried both 587 and 465 one by one but didn't find any solution.
>>>>>>>>> However thanks for your replies.
>>>>>>>>>
>>>>>>>>> I have one more query. generally openmeetings generates user
>>>>>>>>> specific invitation links. Is it possible to create invitation links that
>>>>>>>>> can be given to anyone who is not registered on my server?
>>>>>>>>>
>>>>>>>>> On Thu, 24 Dec 2020 at 23:16, Ali Alhaidary <
>>>>>>>>> ali.alhaidary@the5stars.org> wrote:
>>>>>>>>>
>>>>>>>>> It did not work with me as well :-)
>>>>>>>>>
>>>>>>>>> try port 465
>>>>>>>>>
>>>>>>>>> Ali
>>>>>>>>> On 12/24/20 8:23 PM, GuruCoool Learnings wrote:
>>>>>>>>>
>>>>>>>>> gurucoool.com is my main site where I use the same gmail smtp
>>>>>>>>> details that I want to use with openmeetings. Gmail smtp works fine with my
>>>>>>>>> main site gurucoool.com but is not working with openmeetings.
>>>>>>>>>
>>>>>>>>> On Thu, 24 Dec 2020 at 13:05, Ali Alhaidary <
>>>>>>>>> ali.alhaidary@the5stars.org> wrote:
>>>>>>>>>
>>>>>>>>> I think you should use the SMTP of gurucool.com instead
>>>>>>>>>
>>>>>>>>> Ali
>>>>>>>>> On 12/24/20 10:06 AM, GuruCoool Learnings wrote:
>>>>>>>>>
>>>>>>>>> Hi Ali,
>>>>>>>>> I have followed the guidelines provided by the openmeetings
>>>>>>>>> documentation which is as follows-
>>>>>>>>>
>>>>>>>>> A valid example to configure the mail server with Gmail, is as
>>>>>>>>> follows:
>>>>>>>>> (replace john@gmail.com with your real Gmail account)
>>>>>>>>>
>>>>>>>>> Mail-Refer == info@gurucoool.com
>>>>>>>>> SMTP-Server == smtp.gmail.com
>>>>>>>>> SMTP-Server Port (default
>>>>>>>>> Smtp-Server Port is 25) == 587
>>>>>>>>> SMTP-Username == info@gurucoool.com
>>>>>>>>> SMTP-Userpass == password of info@gurucoool.com (this is the one
>>>>>>>>> I use to open the mail box at info@gurucoool.com)
>>>>>>>>> Enable TLS in Mail Server Auth == ...turn green the button to
>>>>>>>>> activate
>>>>>>>>> Default Language == English
>>>>>>>>>
>>>>>>>>> ...the rest you can change it as you likes.
>>>>>>>>>
>>>>>>>>> However can it would be a great help if you can clarify what
>>>>>>>>> actually you mean by the following-
>>>>>>>>>
>>>>>>>>> Host name is wrong or
>>>>>>>>> Connection security is wrong or
>>>>>>>>> service is not available or
>>>>>>>>>
>>>>>>>>> Thanks
>>>>>>>>> Jitendra
>>>>>>>>>
>>>>>>>>>
>>>>>>>>>
>>>>>>>>>
>>>>>>>>> On Thu, 24 Dec 2020 at 11:24, Ali Alhaidary <
>>>>>>>>> ali.alhaidary@the5stars.org> wrote:
>>>>>>>>>
>>>>>>>>> Hi,
>>>>>>>>>
>>>>>>>>> It is either:
>>>>>>>>>
>>>>>>>>> Host name is wrong or
>>>>>>>>> SMTP server name is wrong or
>>>>>>>>> Port number is wrong or
>>>>>>>>> Connection security is wrong or
>>>>>>>>> User name is wrong or
>>>>>>>>> pass word is wrong or
>>>>>>>>> service is not available or
>>>>>>>>> some of the above or
>>>>>>>>> all of the above
>>>>>>>>>
>>>>>>>>> Try searching the mailing list, the solution is there as you need
>>>>>>>>> to check each and every one ...
>>>>>>>>>
>>>>>>>>> :-)
>>>>>>>>>
>>>>>>>>>
>>>>>>>>> On 12/23/20 2:18 PM, GuruCoool Learnings wrote:
>>>>>>>>>
>>>>>>>>> Hi,
>>>>>>>>> I am facing mail sending error in my openmeetings server. Whenever
>>>>>>>>> I try to send a mail I get an error message as follows-
>>>>>>>>> Error Count 5
>>>>>>>>> Last Error
>>>>>>>>> com.sun.mail.util.MailConnectException: Couldn't connect to host,
>>>>>>>>> port: smtp.gmail.com, 587; timeout 30000; nested exception is:
>>>>>>>>> java.net.SocketTimeoutException: connect timed out at
>>>>>>>>> com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:2209) 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:221)
>>>>>>>>> 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: connect timed out at
>>>>>>>>> java.base/java.net.PlainSocketImpl.socketConnect(Native Method) at
>>>>>>>>> java.base/java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:399)
>>>>>>>>> at
>>>>>>>>> java.base/java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:242)
>>>>>>>>> at
>>>>>>>>> java.base/java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:224)
>>>>>>>>> at java.base/java.net.SocksSocketImpl.connect(SocksSocketImpl.java:403) at
>>>>>>>>> java.base/java.net.Socket.connect(Socket.java:609) at
>>>>>>>>> com.sun.mail.util.SocketFetcher.createSocket(SocketFetcher.java:357) at
>>>>>>>>> com.sun.mail.util.SocketFetcher.getSocket(SocketFetcher.java:238) at
>>>>>>>>> com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:2175) ... 10
>>>>>>>>> more
>>>>>>>>> Please help.
>>>>>>>>> Thanks
>>>>>>>>> Jitendra
>>>>>>>>>
>>>>>>>>>
>>>>>>>>>
>>>>>>>>>
>>>>>
>>>>> --
>>>>> Best regards,
>>>>> Maxim
>>>>>
>>>>
>>
>> --
>> Best regards,
>> Maxim
>>
>

Re: Mail sending error in openmeetings server

Posted by GuruCoool Learnings <in...@gurucoool.com>.
I was trying to check the ports by the command
netstat -a -n

and made no change there. After that I just restarted the server and
unfortunately, the server is not accessible.
It says,"This site can’t be reached".

I don't know what to do now.

Regards
Jitendra

On Sun, 27 Dec 2020 at 11:54, Maxim Solodovnik <so...@gmail.com> wrote:

> please read this article: https://support.google.com/a/answer/176600?hl=en
> Especially this Use the Gmail SMTP server part
>
> as i wrote before
> for TLS (port 587) you have to enable "mail.smtp.starttls.enable" in OM ->
> Admin -> Config
> for SSL (port 465) you have to enable "mail.smtp.ssl.enable" in OM ->
> Admin -> Config
>
> and check if connection to smtp.gmail.com through the port selected is
> allowed from your OM server
>
> On Sun, 27 Dec 2020 at 12:09, GuruCoool Learnings <in...@gurucoool.com>
> wrote:
>
>> Hello dear Maxim,
>> By security options, do you mean Forwarding and POP/IMAP in my Gmail?
>> If yes, I have enabled it already. If no, then please guide me what
>> exactly I need to do for correct security options.
>>
>> Also, you mentioned about firewall settings, please guide me on this also.
>>
>> Thanks and regards
>> Jitendra
>>
>> On Sat, 26 Dec 2020 at 08:37, GuruCoool Learnings <in...@gurucoool.com>
>> wrote:
>>
>>> Thanks. Please guide me for correct security options and firewall
>>> settings. I am not savy with these processes.
>>>
>>> Thanks & Regards
>>> Jitendra
>>>
>>> On Sat, Dec 26, 2020, 07:18 Maxim Solodovnik <so...@gmail.com>
>>> wrote:
>>>
>>>> The correct settings for gmail are here:
>>>> https://support.google.com/mail/answer/7126229?hl=en
>>>>
>>>> You have to specify only ONE of
>>>> mail.smtp.starttls.enable
>>>> mail.smtp.ssl.enable
>>>>
>>>> timeout error might be because you are not setting correct security
>>>> option
>>>> Or maybe your provider/firewall blocks the connection
>>>>
>>>>
>>>> On Fri, 25 Dec 2020 at 22:20, GuruCoool Learnings <in...@gurucoool.com>
>>>> wrote:
>>>>
>>>>> Nothing happened even after restarting the server.
>>>>>
>>>>> Jitendra
>>>>>
>>>>> On Fri, 25 Dec 2020 at 13:44, GuruCoool Learnings <in...@gurucoool.com>
>>>>> wrote:
>>>>>
>>>>>> Okay. I will try and then will let you know.
>>>>>>
>>>>>> Thanks
>>>>>> Jitendra
>>>>>>
>>>>>> On Fri, Dec 25, 2020, 13:29 Ali Alhaidary <
>>>>>> ali.alhaidary@the5stars.org> wrote:
>>>>>>
>>>>>>> You must restart the server so tat any new settings can take effect
>>>>>>>
>>>>>>> Ali
>>>>>>> On 12/25/20 3:54 AM, GuruCoool Learnings wrote:
>>>>>>>
>>>>>>> It shows error message in OM email management section only.
>>>>>>>
>>>>>>> Jitendra
>>>>>>>
>>>>>>> On Fri, Dec 25, 2020, 01:17 Alvaro <zu...@gmail.com> wrote:
>>>>>>>
>>>>>>>> ...right now i tested my OM 5.1.0 at localhost  and gmail
>>>>>>>> configuration and send mail ok to "user...@gmail.com".
>>>>>>>>
>>>>>>>> Please take a look in your spam Gmail web.
>>>>>>>>
>>>>>>>>
>>>>>>>> .....................
>>>>>>>>
>>>>>>>>
>>>>>>>> El jue, 24-12-2020 a las 23:20 +0530, GuruCoool Learnings escribió:
>>>>>>>>
>>>>>>>> Tried both 587 and 465 one by one but didn't find any solution.
>>>>>>>> However thanks for your replies.
>>>>>>>>
>>>>>>>> I have one more query. generally openmeetings generates user
>>>>>>>> specific invitation links. Is it possible to create invitation links that
>>>>>>>> can be given to anyone who is not registered on my server?
>>>>>>>>
>>>>>>>> On Thu, 24 Dec 2020 at 23:16, Ali Alhaidary <
>>>>>>>> ali.alhaidary@the5stars.org> wrote:
>>>>>>>>
>>>>>>>> It did not work with me as well :-)
>>>>>>>>
>>>>>>>> try port 465
>>>>>>>>
>>>>>>>> Ali
>>>>>>>> On 12/24/20 8:23 PM, GuruCoool Learnings wrote:
>>>>>>>>
>>>>>>>> gurucoool.com is my main site where I use the same gmail smtp
>>>>>>>> details that I want to use with openmeetings. Gmail smtp works fine with my
>>>>>>>> main site gurucoool.com but is not working with openmeetings.
>>>>>>>>
>>>>>>>> On Thu, 24 Dec 2020 at 13:05, Ali Alhaidary <
>>>>>>>> ali.alhaidary@the5stars.org> wrote:
>>>>>>>>
>>>>>>>> I think you should use the SMTP of gurucool.com instead
>>>>>>>>
>>>>>>>> Ali
>>>>>>>> On 12/24/20 10:06 AM, GuruCoool Learnings wrote:
>>>>>>>>
>>>>>>>> Hi Ali,
>>>>>>>> I have followed the guidelines provided by the openmeetings
>>>>>>>> documentation which is as follows-
>>>>>>>>
>>>>>>>> A valid example to configure the mail server with Gmail, is as
>>>>>>>> follows:
>>>>>>>> (replace john@gmail.com with your real Gmail account)
>>>>>>>>
>>>>>>>> Mail-Refer == info@gurucoool.com
>>>>>>>> SMTP-Server == smtp.gmail.com
>>>>>>>> SMTP-Server Port (default
>>>>>>>> Smtp-Server Port is 25) == 587
>>>>>>>> SMTP-Username == info@gurucoool.com
>>>>>>>> SMTP-Userpass == password of info@gurucoool.com (this is the one I
>>>>>>>> use to open the mail box at info@gurucoool.com)
>>>>>>>> Enable TLS in Mail Server Auth == ...turn green the button to
>>>>>>>> activate
>>>>>>>> Default Language == English
>>>>>>>>
>>>>>>>> ...the rest you can change it as you likes.
>>>>>>>>
>>>>>>>> However can it would be a great help if you can clarify what
>>>>>>>> actually you mean by the following-
>>>>>>>>
>>>>>>>> Host name is wrong or
>>>>>>>> Connection security is wrong or
>>>>>>>> service is not available or
>>>>>>>>
>>>>>>>> Thanks
>>>>>>>> Jitendra
>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>> On Thu, 24 Dec 2020 at 11:24, Ali Alhaidary <
>>>>>>>> ali.alhaidary@the5stars.org> wrote:
>>>>>>>>
>>>>>>>> Hi,
>>>>>>>>
>>>>>>>> It is either:
>>>>>>>>
>>>>>>>> Host name is wrong or
>>>>>>>> SMTP server name is wrong or
>>>>>>>> Port number is wrong or
>>>>>>>> Connection security is wrong or
>>>>>>>> User name is wrong or
>>>>>>>> pass word is wrong or
>>>>>>>> service is not available or
>>>>>>>> some of the above or
>>>>>>>> all of the above
>>>>>>>>
>>>>>>>> Try searching the mailing list, the solution is there as you need
>>>>>>>> to check each and every one ...
>>>>>>>>
>>>>>>>> :-)
>>>>>>>>
>>>>>>>>
>>>>>>>> On 12/23/20 2:18 PM, GuruCoool Learnings wrote:
>>>>>>>>
>>>>>>>> Hi,
>>>>>>>> I am facing mail sending error in my openmeetings server. Whenever
>>>>>>>> I try to send a mail I get an error message as follows-
>>>>>>>> Error Count 5
>>>>>>>> Last Error
>>>>>>>> com.sun.mail.util.MailConnectException: Couldn't connect to host,
>>>>>>>> port: smtp.gmail.com, 587; timeout 30000; nested exception is:
>>>>>>>> java.net.SocketTimeoutException: connect timed out at
>>>>>>>> com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:2209) 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:221)
>>>>>>>> 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: connect timed out at
>>>>>>>> java.base/java.net.PlainSocketImpl.socketConnect(Native Method) at
>>>>>>>> java.base/java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:399)
>>>>>>>> at
>>>>>>>> java.base/java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:242)
>>>>>>>> at
>>>>>>>> java.base/java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:224)
>>>>>>>> at java.base/java.net.SocksSocketImpl.connect(SocksSocketImpl.java:403) at
>>>>>>>> java.base/java.net.Socket.connect(Socket.java:609) at
>>>>>>>> com.sun.mail.util.SocketFetcher.createSocket(SocketFetcher.java:357) at
>>>>>>>> com.sun.mail.util.SocketFetcher.getSocket(SocketFetcher.java:238) at
>>>>>>>> com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:2175) ... 10
>>>>>>>> more
>>>>>>>> Please help.
>>>>>>>> Thanks
>>>>>>>> Jitendra
>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>
>>>> --
>>>> Best regards,
>>>> Maxim
>>>>
>>>
>
> --
> Best regards,
> Maxim
>

Re: Mail sending error in openmeetings server

Posted by Maxim Solodovnik <so...@gmail.com>.
please read this article: https://support.google.com/a/answer/176600?hl=en
Especially this Use the Gmail SMTP server part

as i wrote before
for TLS (port 587) you have to enable "mail.smtp.starttls.enable" in OM ->
Admin -> Config
for SSL (port 465) you have to enable "mail.smtp.ssl.enable" in OM -> Admin
-> Config

and check if connection to smtp.gmail.com through the port selected is
allowed from your OM server

On Sun, 27 Dec 2020 at 12:09, GuruCoool Learnings <in...@gurucoool.com>
wrote:

> Hello dear Maxim,
> By security options, do you mean Forwarding and POP/IMAP in my Gmail?
> If yes, I have enabled it already. If no, then please guide me what
> exactly I need to do for correct security options.
>
> Also, you mentioned about firewall settings, please guide me on this also.
>
> Thanks and regards
> Jitendra
>
> On Sat, 26 Dec 2020 at 08:37, GuruCoool Learnings <in...@gurucoool.com>
> wrote:
>
>> Thanks. Please guide me for correct security options and firewall
>> settings. I am not savy with these processes.
>>
>> Thanks & Regards
>> Jitendra
>>
>> On Sat, Dec 26, 2020, 07:18 Maxim Solodovnik <so...@gmail.com>
>> wrote:
>>
>>> The correct settings for gmail are here:
>>> https://support.google.com/mail/answer/7126229?hl=en
>>>
>>> You have to specify only ONE of
>>> mail.smtp.starttls.enable
>>> mail.smtp.ssl.enable
>>>
>>> timeout error might be because you are not setting correct security
>>> option
>>> Or maybe your provider/firewall blocks the connection
>>>
>>>
>>> On Fri, 25 Dec 2020 at 22:20, GuruCoool Learnings <in...@gurucoool.com>
>>> wrote:
>>>
>>>> Nothing happened even after restarting the server.
>>>>
>>>> Jitendra
>>>>
>>>> On Fri, 25 Dec 2020 at 13:44, GuruCoool Learnings <in...@gurucoool.com>
>>>> wrote:
>>>>
>>>>> Okay. I will try and then will let you know.
>>>>>
>>>>> Thanks
>>>>> Jitendra
>>>>>
>>>>> On Fri, Dec 25, 2020, 13:29 Ali Alhaidary <al...@the5stars.org>
>>>>> wrote:
>>>>>
>>>>>> You must restart the server so tat any new settings can take effect
>>>>>>
>>>>>> Ali
>>>>>> On 12/25/20 3:54 AM, GuruCoool Learnings wrote:
>>>>>>
>>>>>> It shows error message in OM email management section only.
>>>>>>
>>>>>> Jitendra
>>>>>>
>>>>>> On Fri, Dec 25, 2020, 01:17 Alvaro <zu...@gmail.com> wrote:
>>>>>>
>>>>>>> ...right now i tested my OM 5.1.0 at localhost  and gmail
>>>>>>> configuration and send mail ok to "user...@gmail.com".
>>>>>>>
>>>>>>> Please take a look in your spam Gmail web.
>>>>>>>
>>>>>>>
>>>>>>> .....................
>>>>>>>
>>>>>>>
>>>>>>> El jue, 24-12-2020 a las 23:20 +0530, GuruCoool Learnings escribió:
>>>>>>>
>>>>>>> Tried both 587 and 465 one by one but didn't find any solution.
>>>>>>> However thanks for your replies.
>>>>>>>
>>>>>>> I have one more query. generally openmeetings generates user
>>>>>>> specific invitation links. Is it possible to create invitation links that
>>>>>>> can be given to anyone who is not registered on my server?
>>>>>>>
>>>>>>> On Thu, 24 Dec 2020 at 23:16, Ali Alhaidary <
>>>>>>> ali.alhaidary@the5stars.org> wrote:
>>>>>>>
>>>>>>> It did not work with me as well :-)
>>>>>>>
>>>>>>> try port 465
>>>>>>>
>>>>>>> Ali
>>>>>>> On 12/24/20 8:23 PM, GuruCoool Learnings wrote:
>>>>>>>
>>>>>>> gurucoool.com is my main site where I use the same gmail smtp
>>>>>>> details that I want to use with openmeetings. Gmail smtp works fine with my
>>>>>>> main site gurucoool.com but is not working with openmeetings.
>>>>>>>
>>>>>>> On Thu, 24 Dec 2020 at 13:05, Ali Alhaidary <
>>>>>>> ali.alhaidary@the5stars.org> wrote:
>>>>>>>
>>>>>>> I think you should use the SMTP of gurucool.com instead
>>>>>>>
>>>>>>> Ali
>>>>>>> On 12/24/20 10:06 AM, GuruCoool Learnings wrote:
>>>>>>>
>>>>>>> Hi Ali,
>>>>>>> I have followed the guidelines provided by the openmeetings
>>>>>>> documentation which is as follows-
>>>>>>>
>>>>>>> A valid example to configure the mail server with Gmail, is as
>>>>>>> follows:
>>>>>>> (replace john@gmail.com with your real Gmail account)
>>>>>>>
>>>>>>> Mail-Refer == info@gurucoool.com
>>>>>>> SMTP-Server == smtp.gmail.com
>>>>>>> SMTP-Server Port (default
>>>>>>> Smtp-Server Port is 25) == 587
>>>>>>> SMTP-Username == info@gurucoool.com
>>>>>>> SMTP-Userpass == password of info@gurucoool.com (this is the one I
>>>>>>> use to open the mail box at info@gurucoool.com)
>>>>>>> Enable TLS in Mail Server Auth == ...turn green the button to
>>>>>>> activate
>>>>>>> Default Language == English
>>>>>>>
>>>>>>> ...the rest you can change it as you likes.
>>>>>>>
>>>>>>> However can it would be a great help if you can clarify what
>>>>>>> actually you mean by the following-
>>>>>>>
>>>>>>> Host name is wrong or
>>>>>>> Connection security is wrong or
>>>>>>> service is not available or
>>>>>>>
>>>>>>> Thanks
>>>>>>> Jitendra
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>> On Thu, 24 Dec 2020 at 11:24, Ali Alhaidary <
>>>>>>> ali.alhaidary@the5stars.org> wrote:
>>>>>>>
>>>>>>> Hi,
>>>>>>>
>>>>>>> It is either:
>>>>>>>
>>>>>>> Host name is wrong or
>>>>>>> SMTP server name is wrong or
>>>>>>> Port number is wrong or
>>>>>>> Connection security is wrong or
>>>>>>> User name is wrong or
>>>>>>> pass word is wrong or
>>>>>>> service is not available or
>>>>>>> some of the above or
>>>>>>> all of the above
>>>>>>>
>>>>>>> Try searching the mailing list, the solution is there as you need to
>>>>>>> check each and every one ...
>>>>>>>
>>>>>>> :-)
>>>>>>>
>>>>>>>
>>>>>>> On 12/23/20 2:18 PM, GuruCoool Learnings wrote:
>>>>>>>
>>>>>>> Hi,
>>>>>>> I am facing mail sending error in my openmeetings server. Whenever I
>>>>>>> try to send a mail I get an error message as follows-
>>>>>>> Error Count 5
>>>>>>> Last Error
>>>>>>> com.sun.mail.util.MailConnectException: Couldn't connect to host,
>>>>>>> port: smtp.gmail.com, 587; timeout 30000; nested exception is:
>>>>>>> java.net.SocketTimeoutException: connect timed out at
>>>>>>> com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:2209) 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:221)
>>>>>>> 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: connect timed out at
>>>>>>> java.base/java.net.PlainSocketImpl.socketConnect(Native Method) at
>>>>>>> java.base/java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:399)
>>>>>>> at
>>>>>>> java.base/java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:242)
>>>>>>> at
>>>>>>> java.base/java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:224)
>>>>>>> at java.base/java.net.SocksSocketImpl.connect(SocksSocketImpl.java:403) at
>>>>>>> java.base/java.net.Socket.connect(Socket.java:609) at
>>>>>>> com.sun.mail.util.SocketFetcher.createSocket(SocketFetcher.java:357) at
>>>>>>> com.sun.mail.util.SocketFetcher.getSocket(SocketFetcher.java:238) at
>>>>>>> com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:2175) ... 10
>>>>>>> more
>>>>>>> Please help.
>>>>>>> Thanks
>>>>>>> Jitendra
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>>
>>>
>>> --
>>> Best regards,
>>> Maxim
>>>
>>

-- 
Best regards,
Maxim

Re: Mail sending error in openmeetings server

Posted by GuruCoool Learnings <in...@gurucoool.com>.
Hello dear Maxim,
By security options, do you mean Forwarding and POP/IMAP in my Gmail?
If yes, I have enabled it already. If no, then please guide me what exactly
I need to do for correct security options.

Also, you mentioned about firewall settings, please guide me on this also.

Thanks and regards
Jitendra

On Sat, 26 Dec 2020 at 08:37, GuruCoool Learnings <in...@gurucoool.com>
wrote:

> Thanks. Please guide me for correct security options and firewall
> settings. I am not savy with these processes.
>
> Thanks & Regards
> Jitendra
>
> On Sat, Dec 26, 2020, 07:18 Maxim Solodovnik <so...@gmail.com> wrote:
>
>> The correct settings for gmail are here:
>> https://support.google.com/mail/answer/7126229?hl=en
>>
>> You have to specify only ONE of
>> mail.smtp.starttls.enable
>> mail.smtp.ssl.enable
>>
>> timeout error might be because you are not setting correct security option
>> Or maybe your provider/firewall blocks the connection
>>
>>
>> On Fri, 25 Dec 2020 at 22:20, GuruCoool Learnings <in...@gurucoool.com>
>> wrote:
>>
>>> Nothing happened even after restarting the server.
>>>
>>> Jitendra
>>>
>>> On Fri, 25 Dec 2020 at 13:44, GuruCoool Learnings <in...@gurucoool.com>
>>> wrote:
>>>
>>>> Okay. I will try and then will let you know.
>>>>
>>>> Thanks
>>>> Jitendra
>>>>
>>>> On Fri, Dec 25, 2020, 13:29 Ali Alhaidary <al...@the5stars.org>
>>>> wrote:
>>>>
>>>>> You must restart the server so tat any new settings can take effect
>>>>>
>>>>> Ali
>>>>> On 12/25/20 3:54 AM, GuruCoool Learnings wrote:
>>>>>
>>>>> It shows error message in OM email management section only.
>>>>>
>>>>> Jitendra
>>>>>
>>>>> On Fri, Dec 25, 2020, 01:17 Alvaro <zu...@gmail.com> wrote:
>>>>>
>>>>>> ...right now i tested my OM 5.1.0 at localhost  and gmail
>>>>>> configuration and send mail ok to "user...@gmail.com".
>>>>>>
>>>>>> Please take a look in your spam Gmail web.
>>>>>>
>>>>>>
>>>>>> .....................
>>>>>>
>>>>>>
>>>>>> El jue, 24-12-2020 a las 23:20 +0530, GuruCoool Learnings escribió:
>>>>>>
>>>>>> Tried both 587 and 465 one by one but didn't find any solution.
>>>>>> However thanks for your replies.
>>>>>>
>>>>>> I have one more query. generally openmeetings generates user specific
>>>>>> invitation links. Is it possible to create invitation links that can be
>>>>>> given to anyone who is not registered on my server?
>>>>>>
>>>>>> On Thu, 24 Dec 2020 at 23:16, Ali Alhaidary <
>>>>>> ali.alhaidary@the5stars.org> wrote:
>>>>>>
>>>>>> It did not work with me as well :-)
>>>>>>
>>>>>> try port 465
>>>>>>
>>>>>> Ali
>>>>>> On 12/24/20 8:23 PM, GuruCoool Learnings wrote:
>>>>>>
>>>>>> gurucoool.com is my main site where I use the same gmail smtp
>>>>>> details that I want to use with openmeetings. Gmail smtp works fine with my
>>>>>> main site gurucoool.com but is not working with openmeetings.
>>>>>>
>>>>>> On Thu, 24 Dec 2020 at 13:05, Ali Alhaidary <
>>>>>> ali.alhaidary@the5stars.org> wrote:
>>>>>>
>>>>>> I think you should use the SMTP of gurucool.com instead
>>>>>>
>>>>>> Ali
>>>>>> On 12/24/20 10:06 AM, GuruCoool Learnings wrote:
>>>>>>
>>>>>> Hi Ali,
>>>>>> I have followed the guidelines provided by the openmeetings
>>>>>> documentation which is as follows-
>>>>>>
>>>>>> A valid example to configure the mail server with Gmail, is as
>>>>>> follows:
>>>>>> (replace john@gmail.com with your real Gmail account)
>>>>>>
>>>>>> Mail-Refer == info@gurucoool.com
>>>>>> SMTP-Server == smtp.gmail.com
>>>>>> SMTP-Server Port (default
>>>>>> Smtp-Server Port is 25) == 587
>>>>>> SMTP-Username == info@gurucoool.com
>>>>>> SMTP-Userpass == password of info@gurucoool.com (this is the one I
>>>>>> use to open the mail box at info@gurucoool.com)
>>>>>> Enable TLS in Mail Server Auth == ...turn green the button to activate
>>>>>> Default Language == English
>>>>>>
>>>>>> ...the rest you can change it as you likes.
>>>>>>
>>>>>> However can it would be a great help if you can clarify what actually
>>>>>> you mean by the following-
>>>>>>
>>>>>> Host name is wrong or
>>>>>> Connection security is wrong or
>>>>>> service is not available or
>>>>>>
>>>>>> Thanks
>>>>>> Jitendra
>>>>>>
>>>>>>
>>>>>>
>>>>>>
>>>>>> On Thu, 24 Dec 2020 at 11:24, Ali Alhaidary <
>>>>>> ali.alhaidary@the5stars.org> wrote:
>>>>>>
>>>>>> Hi,
>>>>>>
>>>>>> It is either:
>>>>>>
>>>>>> Host name is wrong or
>>>>>> SMTP server name is wrong or
>>>>>> Port number is wrong or
>>>>>> Connection security is wrong or
>>>>>> User name is wrong or
>>>>>> pass word is wrong or
>>>>>> service is not available or
>>>>>> some of the above or
>>>>>> all of the above
>>>>>>
>>>>>> Try searching the mailing list, the solution is there as you need to
>>>>>> check each and every one ...
>>>>>>
>>>>>> :-)
>>>>>>
>>>>>>
>>>>>> On 12/23/20 2:18 PM, GuruCoool Learnings wrote:
>>>>>>
>>>>>> Hi,
>>>>>> I am facing mail sending error in my openmeetings server. Whenever I
>>>>>> try to send a mail I get an error message as follows-
>>>>>> Error Count 5
>>>>>> Last Error
>>>>>> com.sun.mail.util.MailConnectException: Couldn't connect to host,
>>>>>> port: smtp.gmail.com, 587; timeout 30000; nested exception is:
>>>>>> java.net.SocketTimeoutException: connect timed out at
>>>>>> com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:2209) 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:221)
>>>>>> 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: connect timed out at
>>>>>> java.base/java.net.PlainSocketImpl.socketConnect(Native Method) at
>>>>>> java.base/java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:399)
>>>>>> at
>>>>>> java.base/java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:242)
>>>>>> at
>>>>>> java.base/java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:224)
>>>>>> at java.base/java.net.SocksSocketImpl.connect(SocksSocketImpl.java:403) at
>>>>>> java.base/java.net.Socket.connect(Socket.java:609) at
>>>>>> com.sun.mail.util.SocketFetcher.createSocket(SocketFetcher.java:357) at
>>>>>> com.sun.mail.util.SocketFetcher.getSocket(SocketFetcher.java:238) at
>>>>>> com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:2175) ... 10
>>>>>> more
>>>>>> Please help.
>>>>>> Thanks
>>>>>> Jitendra
>>>>>>
>>>>>>
>>>>>>
>>>>>>
>>
>> --
>> Best regards,
>> Maxim
>>
>

Re: Mail sending error in openmeetings server

Posted by GuruCoool Learnings <in...@gurucoool.com>.
Thanks. Please guide me for correct security options and firewall settings.
I am not savy with these processes.

Thanks & Regards
Jitendra

On Sat, Dec 26, 2020, 07:18 Maxim Solodovnik <so...@gmail.com> wrote:

> The correct settings for gmail are here:
> https://support.google.com/mail/answer/7126229?hl=en
>
> You have to specify only ONE of
> mail.smtp.starttls.enable
> mail.smtp.ssl.enable
>
> timeout error might be because you are not setting correct security option
> Or maybe your provider/firewall blocks the connection
>
>
> On Fri, 25 Dec 2020 at 22:20, GuruCoool Learnings <in...@gurucoool.com>
> wrote:
>
>> Nothing happened even after restarting the server.
>>
>> Jitendra
>>
>> On Fri, 25 Dec 2020 at 13:44, GuruCoool Learnings <in...@gurucoool.com>
>> wrote:
>>
>>> Okay. I will try and then will let you know.
>>>
>>> Thanks
>>> Jitendra
>>>
>>> On Fri, Dec 25, 2020, 13:29 Ali Alhaidary <al...@the5stars.org>
>>> wrote:
>>>
>>>> You must restart the server so tat any new settings can take effect
>>>>
>>>> Ali
>>>> On 12/25/20 3:54 AM, GuruCoool Learnings wrote:
>>>>
>>>> It shows error message in OM email management section only.
>>>>
>>>> Jitendra
>>>>
>>>> On Fri, Dec 25, 2020, 01:17 Alvaro <zu...@gmail.com> wrote:
>>>>
>>>>> ...right now i tested my OM 5.1.0 at localhost  and gmail
>>>>> configuration and send mail ok to "user...@gmail.com".
>>>>>
>>>>> Please take a look in your spam Gmail web.
>>>>>
>>>>>
>>>>> .....................
>>>>>
>>>>>
>>>>> El jue, 24-12-2020 a las 23:20 +0530, GuruCoool Learnings escribió:
>>>>>
>>>>> Tried both 587 and 465 one by one but didn't find any solution.
>>>>> However thanks for your replies.
>>>>>
>>>>> I have one more query. generally openmeetings generates user specific
>>>>> invitation links. Is it possible to create invitation links that can be
>>>>> given to anyone who is not registered on my server?
>>>>>
>>>>> On Thu, 24 Dec 2020 at 23:16, Ali Alhaidary <
>>>>> ali.alhaidary@the5stars.org> wrote:
>>>>>
>>>>> It did not work with me as well :-)
>>>>>
>>>>> try port 465
>>>>>
>>>>> Ali
>>>>> On 12/24/20 8:23 PM, GuruCoool Learnings wrote:
>>>>>
>>>>> gurucoool.com is my main site where I use the same gmail smtp details
>>>>> that I want to use with openmeetings. Gmail smtp works fine with my main
>>>>> site gurucoool.com but is not working with openmeetings.
>>>>>
>>>>> On Thu, 24 Dec 2020 at 13:05, Ali Alhaidary <
>>>>> ali.alhaidary@the5stars.org> wrote:
>>>>>
>>>>> I think you should use the SMTP of gurucool.com instead
>>>>>
>>>>> Ali
>>>>> On 12/24/20 10:06 AM, GuruCoool Learnings wrote:
>>>>>
>>>>> Hi Ali,
>>>>> I have followed the guidelines provided by the openmeetings
>>>>> documentation which is as follows-
>>>>>
>>>>> A valid example to configure the mail server with Gmail, is as follows:
>>>>> (replace john@gmail.com with your real Gmail account)
>>>>>
>>>>> Mail-Refer == info@gurucoool.com
>>>>> SMTP-Server == smtp.gmail.com
>>>>> SMTP-Server Port (default
>>>>> Smtp-Server Port is 25) == 587
>>>>> SMTP-Username == info@gurucoool.com
>>>>> SMTP-Userpass == password of info@gurucoool.com (this is the one I
>>>>> use to open the mail box at info@gurucoool.com)
>>>>> Enable TLS in Mail Server Auth == ...turn green the button to activate
>>>>> Default Language == English
>>>>>
>>>>> ...the rest you can change it as you likes.
>>>>>
>>>>> However can it would be a great help if you can clarify what actually
>>>>> you mean by the following-
>>>>>
>>>>> Host name is wrong or
>>>>> Connection security is wrong or
>>>>> service is not available or
>>>>>
>>>>> Thanks
>>>>> Jitendra
>>>>>
>>>>>
>>>>>
>>>>>
>>>>> On Thu, 24 Dec 2020 at 11:24, Ali Alhaidary <
>>>>> ali.alhaidary@the5stars.org> wrote:
>>>>>
>>>>> Hi,
>>>>>
>>>>> It is either:
>>>>>
>>>>> Host name is wrong or
>>>>> SMTP server name is wrong or
>>>>> Port number is wrong or
>>>>> Connection security is wrong or
>>>>> User name is wrong or
>>>>> pass word is wrong or
>>>>> service is not available or
>>>>> some of the above or
>>>>> all of the above
>>>>>
>>>>> Try searching the mailing list, the solution is there as you need to
>>>>> check each and every one ...
>>>>>
>>>>> :-)
>>>>>
>>>>>
>>>>> On 12/23/20 2:18 PM, GuruCoool Learnings wrote:
>>>>>
>>>>> Hi,
>>>>> I am facing mail sending error in my openmeetings server. Whenever I
>>>>> try to send a mail I get an error message as follows-
>>>>> Error Count 5
>>>>> Last Error
>>>>> com.sun.mail.util.MailConnectException: Couldn't connect to host,
>>>>> port: smtp.gmail.com, 587; timeout 30000; nested exception is:
>>>>> java.net.SocketTimeoutException: connect timed out at
>>>>> com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:2209) 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:221)
>>>>> 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: connect timed out at
>>>>> java.base/java.net.PlainSocketImpl.socketConnect(Native Method) at
>>>>> java.base/java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:399)
>>>>> at
>>>>> java.base/java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:242)
>>>>> at
>>>>> java.base/java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:224)
>>>>> at java.base/java.net.SocksSocketImpl.connect(SocksSocketImpl.java:403) at
>>>>> java.base/java.net.Socket.connect(Socket.java:609) at
>>>>> com.sun.mail.util.SocketFetcher.createSocket(SocketFetcher.java:357) at
>>>>> com.sun.mail.util.SocketFetcher.getSocket(SocketFetcher.java:238) at
>>>>> com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:2175) ... 10
>>>>> more
>>>>> Please help.
>>>>> Thanks
>>>>> Jitendra
>>>>>
>>>>>
>>>>>
>>>>>
>
> --
> Best regards,
> Maxim
>

Re: Mail sending error in openmeetings server

Posted by Maxim Solodovnik <so...@gmail.com>.
The correct settings for gmail are here:
https://support.google.com/mail/answer/7126229?hl=en

You have to specify only ONE of
mail.smtp.starttls.enable
mail.smtp.ssl.enable

timeout error might be because you are not setting correct security option
Or maybe your provider/firewall blocks the connection


On Fri, 25 Dec 2020 at 22:20, GuruCoool Learnings <in...@gurucoool.com>
wrote:

> Nothing happened even after restarting the server.
>
> Jitendra
>
> On Fri, 25 Dec 2020 at 13:44, GuruCoool Learnings <in...@gurucoool.com>
> wrote:
>
>> Okay. I will try and then will let you know.
>>
>> Thanks
>> Jitendra
>>
>> On Fri, Dec 25, 2020, 13:29 Ali Alhaidary <al...@the5stars.org>
>> wrote:
>>
>>> You must restart the server so tat any new settings can take effect
>>>
>>> Ali
>>> On 12/25/20 3:54 AM, GuruCoool Learnings wrote:
>>>
>>> It shows error message in OM email management section only.
>>>
>>> Jitendra
>>>
>>> On Fri, Dec 25, 2020, 01:17 Alvaro <zu...@gmail.com> wrote:
>>>
>>>> ...right now i tested my OM 5.1.0 at localhost  and gmail
>>>> configuration and send mail ok to "user...@gmail.com".
>>>>
>>>> Please take a look in your spam Gmail web.
>>>>
>>>>
>>>> .....................
>>>>
>>>>
>>>> El jue, 24-12-2020 a las 23:20 +0530, GuruCoool Learnings escribió:
>>>>
>>>> Tried both 587 and 465 one by one but didn't find any solution. However
>>>> thanks for your replies.
>>>>
>>>> I have one more query. generally openmeetings generates user specific
>>>> invitation links. Is it possible to create invitation links that can be
>>>> given to anyone who is not registered on my server?
>>>>
>>>> On Thu, 24 Dec 2020 at 23:16, Ali Alhaidary <
>>>> ali.alhaidary@the5stars.org> wrote:
>>>>
>>>> It did not work with me as well :-)
>>>>
>>>> try port 465
>>>>
>>>> Ali
>>>> On 12/24/20 8:23 PM, GuruCoool Learnings wrote:
>>>>
>>>> gurucoool.com is my main site where I use the same gmail smtp details
>>>> that I want to use with openmeetings. Gmail smtp works fine with my main
>>>> site gurucoool.com but is not working with openmeetings.
>>>>
>>>> On Thu, 24 Dec 2020 at 13:05, Ali Alhaidary <
>>>> ali.alhaidary@the5stars.org> wrote:
>>>>
>>>> I think you should use the SMTP of gurucool.com instead
>>>>
>>>> Ali
>>>> On 12/24/20 10:06 AM, GuruCoool Learnings wrote:
>>>>
>>>> Hi Ali,
>>>> I have followed the guidelines provided by the openmeetings
>>>> documentation which is as follows-
>>>>
>>>> A valid example to configure the mail server with Gmail, is as follows:
>>>> (replace john@gmail.com with your real Gmail account)
>>>>
>>>> Mail-Refer == info@gurucoool.com
>>>> SMTP-Server == smtp.gmail.com
>>>> SMTP-Server Port (default
>>>> Smtp-Server Port is 25) == 587
>>>> SMTP-Username == info@gurucoool.com
>>>> SMTP-Userpass == password of info@gurucoool.com (this is the one I use
>>>> to open the mail box at info@gurucoool.com)
>>>> Enable TLS in Mail Server Auth == ...turn green the button to activate
>>>> Default Language == English
>>>>
>>>> ...the rest you can change it as you likes.
>>>>
>>>> However can it would be a great help if you can clarify what actually
>>>> you mean by the following-
>>>>
>>>> Host name is wrong or
>>>> Connection security is wrong or
>>>> service is not available or
>>>>
>>>> Thanks
>>>> Jitendra
>>>>
>>>>
>>>>
>>>>
>>>> On Thu, 24 Dec 2020 at 11:24, Ali Alhaidary <
>>>> ali.alhaidary@the5stars.org> wrote:
>>>>
>>>> Hi,
>>>>
>>>> It is either:
>>>>
>>>> Host name is wrong or
>>>> SMTP server name is wrong or
>>>> Port number is wrong or
>>>> Connection security is wrong or
>>>> User name is wrong or
>>>> pass word is wrong or
>>>> service is not available or
>>>> some of the above or
>>>> all of the above
>>>>
>>>> Try searching the mailing list, the solution is there as you need to
>>>> check each and every one ...
>>>>
>>>> :-)
>>>>
>>>>
>>>> On 12/23/20 2:18 PM, GuruCoool Learnings wrote:
>>>>
>>>> Hi,
>>>> I am facing mail sending error in my openmeetings server. Whenever I
>>>> try to send a mail I get an error message as follows-
>>>> Error Count 5
>>>> Last Error
>>>> com.sun.mail.util.MailConnectException: Couldn't connect to host, port:
>>>> smtp.gmail.com, 587; timeout 30000; nested exception is:
>>>> java.net.SocketTimeoutException: connect timed out at
>>>> com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:2209) 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:221)
>>>> 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: connect timed out at
>>>> java.base/java.net.PlainSocketImpl.socketConnect(Native Method) at
>>>> java.base/java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:399)
>>>> at
>>>> java.base/java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:242)
>>>> at
>>>> java.base/java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:224)
>>>> at java.base/java.net.SocksSocketImpl.connect(SocksSocketImpl.java:403) at
>>>> java.base/java.net.Socket.connect(Socket.java:609) at
>>>> com.sun.mail.util.SocketFetcher.createSocket(SocketFetcher.java:357) at
>>>> com.sun.mail.util.SocketFetcher.getSocket(SocketFetcher.java:238) at
>>>> com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:2175) ... 10
>>>> more
>>>> Please help.
>>>> Thanks
>>>> Jitendra
>>>>
>>>>
>>>>
>>>>

-- 
Best regards,
Maxim

Re: Mail sending error in openmeetings server

Posted by GuruCoool Learnings <in...@gurucoool.com>.
Nothing happened even after restarting the server.

Jitendra

On Fri, 25 Dec 2020 at 13:44, GuruCoool Learnings <in...@gurucoool.com>
wrote:

> Okay. I will try and then will let you know.
>
> Thanks
> Jitendra
>
> On Fri, Dec 25, 2020, 13:29 Ali Alhaidary <al...@the5stars.org>
> wrote:
>
>> You must restart the server so tat any new settings can take effect
>>
>> Ali
>> On 12/25/20 3:54 AM, GuruCoool Learnings wrote:
>>
>> It shows error message in OM email management section only.
>>
>> Jitendra
>>
>> On Fri, Dec 25, 2020, 01:17 Alvaro <zu...@gmail.com> wrote:
>>
>>> ...right now i tested my OM 5.1.0 at localhost  and gmail
>>> configuration and send mail ok to "user...@gmail.com".
>>>
>>> Please take a look in your spam Gmail web.
>>>
>>>
>>> .....................
>>>
>>>
>>> El jue, 24-12-2020 a las 23:20 +0530, GuruCoool Learnings escribió:
>>>
>>> Tried both 587 and 465 one by one but didn't find any solution. However
>>> thanks for your replies.
>>>
>>> I have one more query. generally openmeetings generates user specific
>>> invitation links. Is it possible to create invitation links that can be
>>> given to anyone who is not registered on my server?
>>>
>>> On Thu, 24 Dec 2020 at 23:16, Ali Alhaidary <al...@the5stars.org>
>>> wrote:
>>>
>>> It did not work with me as well :-)
>>>
>>> try port 465
>>>
>>> Ali
>>> On 12/24/20 8:23 PM, GuruCoool Learnings wrote:
>>>
>>> gurucoool.com is my main site where I use the same gmail smtp details
>>> that I want to use with openmeetings. Gmail smtp works fine with my main
>>> site gurucoool.com but is not working with openmeetings.
>>>
>>> On Thu, 24 Dec 2020 at 13:05, Ali Alhaidary <al...@the5stars.org>
>>> wrote:
>>>
>>> I think you should use the SMTP of gurucool.com instead
>>>
>>> Ali
>>> On 12/24/20 10:06 AM, GuruCoool Learnings wrote:
>>>
>>> Hi Ali,
>>> I have followed the guidelines provided by the openmeetings
>>> documentation which is as follows-
>>>
>>> A valid example to configure the mail server with Gmail, is as follows:
>>> (replace john@gmail.com with your real Gmail account)
>>>
>>> Mail-Refer == info@gurucoool.com
>>> SMTP-Server == smtp.gmail.com
>>> SMTP-Server Port (default
>>> Smtp-Server Port is 25) == 587
>>> SMTP-Username == info@gurucoool.com
>>> SMTP-Userpass == password of info@gurucoool.com (this is the one I use
>>> to open the mail box at info@gurucoool.com)
>>> Enable TLS in Mail Server Auth == ...turn green the button to activate
>>> Default Language == English
>>>
>>> ...the rest you can change it as you likes.
>>>
>>> However can it would be a great help if you can clarify what actually
>>> you mean by the following-
>>>
>>> Host name is wrong or
>>> Connection security is wrong or
>>> service is not available or
>>>
>>> Thanks
>>> Jitendra
>>>
>>>
>>>
>>>
>>> On Thu, 24 Dec 2020 at 11:24, Ali Alhaidary <al...@the5stars.org>
>>> wrote:
>>>
>>> Hi,
>>>
>>> It is either:
>>>
>>> Host name is wrong or
>>> SMTP server name is wrong or
>>> Port number is wrong or
>>> Connection security is wrong or
>>> User name is wrong or
>>> pass word is wrong or
>>> service is not available or
>>> some of the above or
>>> all of the above
>>>
>>> Try searching the mailing list, the solution is there as you need to
>>> check each and every one ...
>>>
>>> :-)
>>>
>>>
>>> On 12/23/20 2:18 PM, GuruCoool Learnings wrote:
>>>
>>> Hi,
>>> I am facing mail sending error in my openmeetings server. Whenever I try
>>> to send a mail I get an error message as follows-
>>> Error Count 5
>>> Last Error
>>> com.sun.mail.util.MailConnectException: Couldn't connect to host, port:
>>> smtp.gmail.com, 587; timeout 30000; nested exception is:
>>> java.net.SocketTimeoutException: connect timed out at
>>> com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:2209) 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:221)
>>> 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: connect timed out at
>>> java.base/java.net.PlainSocketImpl.socketConnect(Native Method) at
>>> java.base/java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:399)
>>> at
>>> java.base/java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:242)
>>> at
>>> java.base/java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:224)
>>> at java.base/java.net.SocksSocketImpl.connect(SocksSocketImpl.java:403) at
>>> java.base/java.net.Socket.connect(Socket.java:609) at
>>> com.sun.mail.util.SocketFetcher.createSocket(SocketFetcher.java:357) at
>>> com.sun.mail.util.SocketFetcher.getSocket(SocketFetcher.java:238) at
>>> com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:2175) ... 10
>>> more
>>> Please help.
>>> Thanks
>>> Jitendra
>>>
>>>
>>>
>>>

Re: Mail sending error in openmeetings server

Posted by GuruCoool Learnings <in...@gurucoool.com>.
Okay. I will try and then will let you know.

Thanks
Jitendra

On Fri, Dec 25, 2020, 13:29 Ali Alhaidary <al...@the5stars.org>
wrote:

> You must restart the server so tat any new settings can take effect
>
> Ali
> On 12/25/20 3:54 AM, GuruCoool Learnings wrote:
>
> It shows error message in OM email management section only.
>
> Jitendra
>
> On Fri, Dec 25, 2020, 01:17 Alvaro <zu...@gmail.com> wrote:
>
>> ...right now i tested my OM 5.1.0 at localhost  and gmail
>> configuration and send mail ok to "user...@gmail.com".
>>
>> Please take a look in your spam Gmail web.
>>
>>
>> .....................
>>
>>
>> El jue, 24-12-2020 a las 23:20 +0530, GuruCoool Learnings escribió:
>>
>> Tried both 587 and 465 one by one but didn't find any solution. However
>> thanks for your replies.
>>
>> I have one more query. generally openmeetings generates user specific
>> invitation links. Is it possible to create invitation links that can be
>> given to anyone who is not registered on my server?
>>
>> On Thu, 24 Dec 2020 at 23:16, Ali Alhaidary <al...@the5stars.org>
>> wrote:
>>
>> It did not work with me as well :-)
>>
>> try port 465
>>
>> Ali
>> On 12/24/20 8:23 PM, GuruCoool Learnings wrote:
>>
>> gurucoool.com is my main site where I use the same gmail smtp details
>> that I want to use with openmeetings. Gmail smtp works fine with my main
>> site gurucoool.com but is not working with openmeetings.
>>
>> On Thu, 24 Dec 2020 at 13:05, Ali Alhaidary <al...@the5stars.org>
>> wrote:
>>
>> I think you should use the SMTP of gurucool.com instead
>>
>> Ali
>> On 12/24/20 10:06 AM, GuruCoool Learnings wrote:
>>
>> Hi Ali,
>> I have followed the guidelines provided by the openmeetings documentation
>> which is as follows-
>>
>> A valid example to configure the mail server with Gmail, is as follows:
>> (replace john@gmail.com with your real Gmail account)
>>
>> Mail-Refer == info@gurucoool.com
>> SMTP-Server == smtp.gmail.com
>> SMTP-Server Port (default
>> Smtp-Server Port is 25) == 587
>> SMTP-Username == info@gurucoool.com
>> SMTP-Userpass == password of info@gurucoool.com (this is the one I use
>> to open the mail box at info@gurucoool.com)
>> Enable TLS in Mail Server Auth == ...turn green the button to activate
>> Default Language == English
>>
>> ...the rest you can change it as you likes.
>>
>> However can it would be a great help if you can clarify what actually you
>> mean by the following-
>>
>> Host name is wrong or
>> Connection security is wrong or
>> service is not available or
>>
>> Thanks
>> Jitendra
>>
>>
>>
>>
>> On Thu, 24 Dec 2020 at 11:24, Ali Alhaidary <al...@the5stars.org>
>> wrote:
>>
>> Hi,
>>
>> It is either:
>>
>> Host name is wrong or
>> SMTP server name is wrong or
>> Port number is wrong or
>> Connection security is wrong or
>> User name is wrong or
>> pass word is wrong or
>> service is not available or
>> some of the above or
>> all of the above
>>
>> Try searching the mailing list, the solution is there as you need to
>> check each and every one ...
>>
>> :-)
>>
>>
>> On 12/23/20 2:18 PM, GuruCoool Learnings wrote:
>>
>> Hi,
>> I am facing mail sending error in my openmeetings server. Whenever I try
>> to send a mail I get an error message as follows-
>> Error Count 5
>> Last Error
>> com.sun.mail.util.MailConnectException: Couldn't connect to host, port:
>> smtp.gmail.com, 587; timeout 30000; nested exception is:
>> java.net.SocketTimeoutException: connect timed out at
>> com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:2209) 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:221)
>> 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: connect timed out at
>> java.base/java.net.PlainSocketImpl.socketConnect(Native Method) at
>> java.base/java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:399)
>> at
>> java.base/java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:242)
>> at
>> java.base/java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:224)
>> at java.base/java.net.SocksSocketImpl.connect(SocksSocketImpl.java:403) at
>> java.base/java.net.Socket.connect(Socket.java:609) at
>> com.sun.mail.util.SocketFetcher.createSocket(SocketFetcher.java:357) at
>> com.sun.mail.util.SocketFetcher.getSocket(SocketFetcher.java:238) at
>> com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:2175) ... 10
>> more
>> Please help.
>> Thanks
>> Jitendra
>>
>>
>>
>>

Re: Mail sending error in openmeetings server

Posted by Ali Alhaidary <al...@the5stars.org>.
You must restart the server so tat any new settings can take effect

Ali

On 12/25/20 3:54 AM, GuruCoool Learnings wrote:
> It shows error message in OM email management section only.
>
> Jitendra
>
> On Fri, Dec 25, 2020, 01:17 Alvaro <zurcamos@gmail.com 
> <ma...@gmail.com>> wrote:
>
>     ...right now i tested my OM 5.1.0 at localhost  and gmail
>     configuration and send mail ok to "user...@gmail.com
>     <ma...@gmail.com>".
>
>     Please take a look in your spam Gmail web.
>
>
>     .....................
>
>
>     El jue, 24-12-2020 a las 23:20 +0530, GuruCoool Learnings escribió:
>>     Tried both 587 and 465 one by one but didn't find any solution.
>>     However thanks for your replies.
>>
>>     I have one more query. generally openmeetings generates user
>>     specific invitation links. Is it possible to create invitation
>>     links that can be given to anyone who is not registered on my server?
>>
>>     On Thu, 24 Dec 2020 at 23:16, Ali Alhaidary
>>     <ali.alhaidary@the5stars.org
>>     <ma...@the5stars.org>> wrote:
>>>
>>>     It did not work with me as well :-)
>>>
>>>     try port 465
>>>
>>>     Ali
>>>
>>>     On 12/24/20 8:23 PM, GuruCoool Learnings wrote:
>>>>     gurucoool.com <http://gurucoool.com> is my main site where I
>>>>     use the same gmail smtp details that I want to use with
>>>>     openmeetings. Gmail smtp works fine with my main site
>>>>     gurucoool.com <http://gurucoool.com> but is not working with
>>>>     openmeetings.
>>>>
>>>>     On Thu, 24 Dec 2020 at 13:05, Ali Alhaidary
>>>>     <ali.alhaidary@the5stars.org
>>>>     <ma...@the5stars.org>> wrote:
>>>>>
>>>>>     I think you should use the SMTP of gurucool.com
>>>>>     <http://gurucool.com> instead
>>>>>
>>>>>     Ali
>>>>>
>>>>>     On 12/24/20 10:06 AM, GuruCoool Learnings wrote:
>>>>>>     Hi Ali,
>>>>>>     I have followed the guidelines provided by the openmeetings
>>>>>>     documentation which is as follows-
>>>>>>
>>>>>>     A valid example to configure the mail server with Gmail, is
>>>>>>     as follows:
>>>>>>     (replace john@gmail.com <ma...@gmail.com> with your
>>>>>>     real Gmail account)
>>>>>>
>>>>>>     Mail-Refer == info@gurucoool.com <ma...@gurucoool.com>
>>>>>>     SMTP-Server == smtp.gmail.com <http://smtp.gmail.com>
>>>>>>     SMTP-Server Port (default
>>>>>>     Smtp-Server Port is 25) == 587
>>>>>>     SMTP-Username == info@gurucoool.com <ma...@gurucoool.com>
>>>>>>     SMTP-Userpass == password of info@gurucoool.com
>>>>>>     <ma...@gurucoool.com> (this is the one I use to open
>>>>>>     the mail box at info@gurucoool.com <ma...@gurucoool.com>)
>>>>>>     Enable TLS in Mail Server Auth == ...turn green the button to
>>>>>>     activate
>>>>>>     Default Language == English
>>>>>>
>>>>>>     ...the rest you can change it as you likes.
>>>>>>
>>>>>>     However can it would be a great help if you can clarify what
>>>>>>     actually you mean by the following-
>>>>>>
>>>>>>     Host name is wrong or
>>>>>>     Connection security is wrong or
>>>>>>     service is not available or
>>>>>>
>>>>>>     Thanks
>>>>>>     Jitendra
>>>>>>
>>>>>>
>>>>>>
>>>>>>
>>>>>>     On Thu, 24 Dec 2020 at 11:24, Ali Alhaidary
>>>>>>     <ali.alhaidary@the5stars.org
>>>>>>     <ma...@the5stars.org>> wrote:
>>>>>>>
>>>>>>>     Hi,
>>>>>>>
>>>>>>>     It is either:
>>>>>>>
>>>>>>>     Host name is wrong or
>>>>>>>     SMTP server name is wrong or
>>>>>>>     Port number is wrong or
>>>>>>>     Connection security is wrong or
>>>>>>>     User name is wrong or
>>>>>>>     pass word is wrong or
>>>>>>>     service is not available or
>>>>>>>     some of the above or
>>>>>>>     all of the above
>>>>>>>
>>>>>>>     Try searching the mailing list, the solution is there as you
>>>>>>>     need to check each and every one ...
>>>>>>>
>>>>>>>     :-)
>>>>>>>
>>>>>>>
>>>>>>>     On 12/23/20 2:18 PM, GuruCoool Learnings wrote:
>>>>>>>>     Hi,
>>>>>>>>     I am facing mail sending error in my openmeetings server.
>>>>>>>>     Whenever I try to send a mail I get an error message as
>>>>>>>>     follows-
>>>>>>>>     Error Count 5
>>>>>>>>     Last Error
>>>>>>>>     com.sun.mail.util.MailConnectException: Couldn't connect to
>>>>>>>>     host, port: smtp.gmail.com <http://smtp.gmail.com>, 587;
>>>>>>>>     timeout 30000; nested exception is:
>>>>>>>>     java.net.SocketTimeoutException: connect timed out at
>>>>>>>>     com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:2209)
>>>>>>>>     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:221)
>>>>>>>>     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: connect timed out at
>>>>>>>>     java.base/java.net.PlainSocketImpl.socketConnect(Native
>>>>>>>>     Method) at
>>>>>>>>     java.base/java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:399)
>>>>>>>>     at
>>>>>>>>     java.base/java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:242)
>>>>>>>>     at
>>>>>>>>     java.base/java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:224)
>>>>>>>>     at
>>>>>>>>     java.base/java.net.SocksSocketImpl.connect(SocksSocketImpl.java:403)
>>>>>>>>     at java.base/java.net.Socket.connect(Socket.java:609) at
>>>>>>>>     com.sun.mail.util.SocketFetcher.createSocket(SocketFetcher.java:357)
>>>>>>>>     at
>>>>>>>>     com.sun.mail.util.SocketFetcher.getSocket(SocketFetcher.java:238)
>>>>>>>>     at
>>>>>>>>     com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:2175)
>>>>>>>>     ... 10 more
>>>>>>>>     Please help.
>>>>>>>>     Thanks
>>>>>>>>     Jitendra
>>>>>>>>
>>>>>>>
>>>>>

Re: Mail sending error in openmeetings server

Posted by GuruCoool Learnings <in...@gurucoool.com>.
It shows error message in OM email management section only.

Jitendra

On Fri, Dec 25, 2020, 01:17 Alvaro <zu...@gmail.com> wrote:

> ...right now i tested my OM 5.1.0 at localhost  and gmail
> configuration and send mail ok to "user...@gmail.com".
>
> Please take a look in your spam Gmail web.
>
>
> .....................
>
>
> El jue, 24-12-2020 a las 23:20 +0530, GuruCoool Learnings escribió:
>
> Tried both 587 and 465 one by one but didn't find any solution. However
> thanks for your replies.
>
> I have one more query. generally openmeetings generates user specific
> invitation links. Is it possible to create invitation links that can be
> given to anyone who is not registered on my server?
>
> On Thu, 24 Dec 2020 at 23:16, Ali Alhaidary <al...@the5stars.org>
> wrote:
>
> It did not work with me as well :-)
>
> try port 465
>
> Ali
> On 12/24/20 8:23 PM, GuruCoool Learnings wrote:
>
> gurucoool.com is my main site where I use the same gmail smtp details
> that I want to use with openmeetings. Gmail smtp works fine with my main
> site gurucoool.com but is not working with openmeetings.
>
> On Thu, 24 Dec 2020 at 13:05, Ali Alhaidary <al...@the5stars.org>
> wrote:
>
> I think you should use the SMTP of gurucool.com instead
>
> Ali
> On 12/24/20 10:06 AM, GuruCoool Learnings wrote:
>
> Hi Ali,
> I have followed the guidelines provided by the openmeetings documentation
> which is as follows-
>
> A valid example to configure the mail server with Gmail, is as follows:
> (replace john@gmail.com with your real Gmail account)
>
> Mail-Refer == info@gurucoool.com
> SMTP-Server == smtp.gmail.com
> SMTP-Server Port (default
> Smtp-Server Port is 25) == 587
> SMTP-Username == info@gurucoool.com
> SMTP-Userpass == password of info@gurucoool.com (this is the one I use to
> open the mail box at info@gurucoool.com)
> Enable TLS in Mail Server Auth == ...turn green the button to activate
> Default Language == English
>
> ...the rest you can change it as you likes.
>
> However can it would be a great help if you can clarify what actually you
> mean by the following-
>
> Host name is wrong or
> Connection security is wrong or
> service is not available or
>
> Thanks
> Jitendra
>
>
>
>
> On Thu, 24 Dec 2020 at 11:24, Ali Alhaidary <al...@the5stars.org>
> wrote:
>
> Hi,
>
> It is either:
>
> Host name is wrong or
> SMTP server name is wrong or
> Port number is wrong or
> Connection security is wrong or
> User name is wrong or
> pass word is wrong or
> service is not available or
> some of the above or
> all of the above
>
> Try searching the mailing list, the solution is there as you need to check
> each and every one ...
>
> :-)
>
>
> On 12/23/20 2:18 PM, GuruCoool Learnings wrote:
>
> Hi,
> I am facing mail sending error in my openmeetings server. Whenever I try
> to send a mail I get an error message as follows-
> Error Count 5
> Last Error
> com.sun.mail.util.MailConnectException: Couldn't connect to host, port:
> smtp.gmail.com, 587; timeout 30000; nested exception is:
> java.net.SocketTimeoutException: connect timed out at
> com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:2209) 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:221)
> 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: connect timed out at
> java.base/java.net.PlainSocketImpl.socketConnect(Native Method) at
> java.base/java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:399)
> at
> java.base/java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:242)
> at
> java.base/java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:224)
> at java.base/java.net.SocksSocketImpl.connect(SocksSocketImpl.java:403) at
> java.base/java.net.Socket.connect(Socket.java:609) at
> com.sun.mail.util.SocketFetcher.createSocket(SocketFetcher.java:357) at
> com.sun.mail.util.SocketFetcher.getSocket(SocketFetcher.java:238) at
> com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:2175) ... 10
> more
> Please help.
> Thanks
> Jitendra
>
>
>
>

Re: Mail sending error in openmeetings server

Posted by Alvaro <zu...@gmail.com>.
...right now i tested my OM 5.1.0 at localhost  and gmailconfiguration
and send mail ok to "user...@gmail.com".
Please take a look in your spam Gmail web.

.....................

El jue, 24-12-2020 a las 23:20 +0530, GuruCoool Learnings escribió:
> Tried both 587 and 465 one by one but didn't find any solution.
> However thanks for your replies.
> I have one more query. generally openmeetings generates user specific
> invitation links. Is it possible to create invitation links that can
> be given to anyone who is not registered on my server?
> On Thu, 24 Dec 2020 at 23:16, Ali Alhaidary <
> ali.alhaidary@the5stars.org> wrote:
> >   
> >     
> >   
> >   
> >     It did not work with me as well :-)
> >     try port 465
> > 
> >     
> >     Ali
> > 
> >     
> >     On 12/24/20 8:23 PM, GuruCoool
> >       Learnings wrote:
> > 
> >     
> >     
> > >       
> > >       gurucoool.com is my main site where
> > >         I use the same gmail smtp details that I want to use with
> > >         openmeetings. Gmail smtp works fine with my main site
> > > gurucoool.com
> > >         but is not working with openmeetings.
> > >       
> > > 
> > >       
> > >         On Thu, 24 Dec 2020 at 13:05,
> > >           Ali Alhaidary <al...@the5stars.org>
> > >           wrote:
> > > 
> > >         
> > >         
> > > >           
> > > >             I think you should use the SMTP of gurucool.com
> > > > instead
> > > >             Ali
> > > > 
> > > >             
> > > >             On 12/24/20 10:06 AM, GuruCoool Learnings wrote:
> > > > 
> > > >             
> > > >             
> > > > >               Hi Ali,
> > > > >                 I have followed the guidelines provided by
> > > > > the
> > > > >                   openmeetings documentation which is
> > > > > as follows-
> > > > >                 
> > > > > 
> > > > >                 
> > > > >                 A valid example to configure the mail server
> > > > > with
> > > > >                   Gmail, is as follows:
> > > > > 
> > > > >                   (replace john@gmail.com
> > > > >                   with your real Gmail account)
> > > > > 
> > > > >                   
> > > > > 
> > > > >                 
> > > > >                 Mail-Refer == info@gurucoool.com
> > > > > 
> > > > >                   SMTP-Server == smtp.gmail.com
> > > > > 
> > > > >                   SMTP-Server Port (default
> > > > > 
> > > > >                   Smtp-Server Port is 25) == 587
> > > > > 
> > > > >                   SMTP-Username == info@gurucoool.com
> > > > > 
> > > > >                   SMTP-Userpass == password of 
> > > > > info@gurucoool.com (this
> > > > >                   is the one I use to open the mail box at 
> > > > > info@gurucoool.com)
> > > > > 
> > > > >                   Enable TLS in Mail Server Auth == ...turn
> > > > > green the
> > > > >                   button to activate
> > > > > 
> > > > >                   Default Language == English
> > > > >                 
> > > > > 
> > > > >                   ...the rest you can change it as you likes.
> > > > > 
> > > > >                 
> > > > >                 
> > > > > 
> > > > >                 
> > > > >                 However can it would be a great help if you
> > > > > can
> > > > >                   clarify what actually you mean by the
> > > > > following-
> > > > >                 
> > > > > 
> > > > >                 
> > > > >                 Host name is wrong or 
> > > > >                 Connection security is wrong or
> > > > >                 service is not available or  
> > > > > 
> > > > >                 
> > > > >                 
> > > > > 
> > > > >                 
> > > > >                 Thanks 
> > > > >                 Jitendra
> > > > >                  
> > > > > 
> > > > >                 
> > > > >                 
> > > > > 
> > > > >                 
> > > > >                 
> > > > > 
> > > > >                 
> > > > >               
> > > > >               
> > > > > 
> > > > >               
> > > > >                 On Thu, 24 Dec 2020 at
> > > > >                   11:24, Ali Alhaidary <
> > > > > ali.alhaidary@the5stars.org>
> > > > >                   wrote:
> > > > > 
> > > > >                 
> > > > >                 
> > > > > >                   
> > > > > >                     Hi,
> > > > > >                     It is either:
> > > > > >                     Host name is wrong or
> > > > > > 
> > > > > >                       SMTP server name is wrong or
> > > > > > 
> > > > > >                       Port number is wrong or
> > > > > > 
> > > > > >                       Connection security is wrong or
> > > > > > 
> > > > > >                       User name is wrong or
> > > > > > 
> > > > > >                       pass word is wrong or
> > > > > > 
> > > > > >                       service is not available or
> > > > > > 
> > > > > >                       some of the above or
> > > > > > 
> > > > > >                       all of the above
> > > > > >                     Try searching the mailing list, the
> > > > > > solution is
> > > > > >                       there as you need to check each and
> > > > > > every one ...
> > > > > >                     :-)
> > > > > >                     
> > > > > > 
> > > > > >                     
> > > > > >                     On 12/23/20 2:18 PM, GuruCoool
> > > > > > Learnings wrote:
> > > > > > 
> > > > > >                     
> > > > > >                     
> > > > > > >                       Hi,
> > > > > > >                         I am facing mail sending error in
> > > > > > > my
> > > > > > >                           openmeetings server. Whenever I
> > > > > > > try to send a
> > > > > > >                           mail I get an error message as
> > > > > > > follows-
> > > > > > >                         
> > > > > > >                           Error
> > > > > > >                               Count 5
> > > > > > >                           Last
> > > > > > >                               Error 
> > > > > > >                             com.sun.mail.util.MailConnect
> > > > > > > Exception: Couldn't connect to host, port:
> > > > > > > smtp.gmail.com, 587; timeout 30000;
> > > > > > >   nested exception is:
> > > > > > > 	java.net.SocketTimeoutException: connect timed out
> > > > > > > 	at
> > > > > > > com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.
> > > > > > > java:2209)
> > > > > > > 	at
> > > > > > > com.sun.mail.smtp.SMTPTransport.protocolConnect(SMTPTrans
> > > > > > > port.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:221)
> > > > > > > 	at
> > > > > > > java.base/java.util.concurrent.ThreadPoolExecutor.runWork
> > > > > > > er(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: connect timed
> > > > > > > out
> > > > > > > 	at
> > > > > > > java.base/java.net.PlainSocketImpl.socketConnect(Native
> > > > > > > Method)
> > > > > > > 	at
> > > > > > > java.base/java.net.AbstractPlainSocketImpl.doConnect(Abst
> > > > > > > ractPlainSocketImpl.java:399)
> > > > > > > 	at
> > > > > > > java.base/java.net.AbstractPlainSocketImpl.connectToAddre
> > > > > > > ss(AbstractPlainSocketImpl.java:242)
> > > > > > > 	at
> > > > > > > java.base/java.net.AbstractPlainSocketImpl.connect(Abstra
> > > > > > > ctPlainSocketImpl.java:224)
> > > > > > > 	at
> > > > > > > java.base/java.net.SocksSocketImpl.connect(SocksSocketImp
> > > > > > > l.java:403)
> > > > > > > 	at java.base/java.net.Socket.connect(Socket.java:609)
> > > > > > > 	at
> > > > > > > com.sun.mail.util.SocketFetcher.createSocket(SocketFetche
> > > > > > > r.java:357)
> > > > > > > 	at
> > > > > > > com.sun.mail.util.SocketFetcher.getSocket(SocketFetcher.j
> > > > > > > ava:238)
> > > > > > > 	at
> > > > > > > com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.
> > > > > > > java:2175)
> > > > > > > 	... 10 more
> > > > > > >                           
> > > > > > >                           
> > > > > > >                             
> > > > > > > 
> > > > > > >                           
> > > > > > >                           
> > > > > > >                             Please help.
> > > > > > >                           
> > > > > > >                           
> > > > > > >                             Thanks
> > > > > > >                           
> > > > > > >                           
> > > > > > >                             Jitendra
> > > > > > >                           
> > > > > > >                           
> > > > > > >                             
> > > > > > >                               
> > > > > > > 
> > > > > > >                               
> > > > > > >                             
> > > > > > >                           
> > > > > > >                         
> > > > > > >                       
> > > > > > >                     
> > > > > > 
> > > > > >                   
> > > > > >                 
> > > > > 
> > > > >               
> > > > >             
> > > > 
> > > >           
> > > >         
> > > 
> > >       
> > >     
> > 
> >   
> > 

Re: Mail sending error in openmeetings server

Posted by GuruCoool Learnings <in...@gurucoool.com>.
Tried both 587 and 465 one by one but didn't find any solution. However
thanks for your replies.

I have one more query. generally openmeetings generates user specific
invitation links. Is it possible to create invitation links that can be
given to anyone who is not registered on my server?

On Thu, 24 Dec 2020 at 23:16, Ali Alhaidary <al...@the5stars.org>
wrote:

> It did not work with me as well :-)
>
> try port 465
>
> Ali
> On 12/24/20 8:23 PM, GuruCoool Learnings wrote:
>
> gurucoool.com is my main site where I use the same gmail smtp details
> that I want to use with openmeetings. Gmail smtp works fine with my main
> site gurucoool.com but is not working with openmeetings.
>
> On Thu, 24 Dec 2020 at 13:05, Ali Alhaidary <al...@the5stars.org>
> wrote:
>
>> I think you should use the SMTP of gurucool.com instead
>>
>> Ali
>> On 12/24/20 10:06 AM, GuruCoool Learnings wrote:
>>
>> Hi Ali,
>> I have followed the guidelines provided by the openmeetings documentation
>> which is as follows-
>>
>> A valid example to configure the mail server with Gmail, is as follows:
>> (replace john@gmail.com with your real Gmail account)
>>
>> Mail-Refer == info@gurucoool.com
>> SMTP-Server == smtp.gmail.com
>> SMTP-Server Port (default
>> Smtp-Server Port is 25) == 587
>> SMTP-Username == info@gurucoool.com
>> SMTP-Userpass == password of info@gurucoool.com (this is the one I use
>> to open the mail box at info@gurucoool.com)
>> Enable TLS in Mail Server Auth == ...turn green the button to activate
>> Default Language == English
>>
>> ...the rest you can change it as you likes.
>>
>> However can it would be a great help if you can clarify what actually you
>> mean by the following-
>>
>> Host name is wrong or
>> Connection security is wrong or
>> service is not available or
>>
>> Thanks
>> Jitendra
>>
>>
>>
>>
>> On Thu, 24 Dec 2020 at 11:24, Ali Alhaidary <al...@the5stars.org>
>> wrote:
>>
>>> Hi,
>>>
>>> It is either:
>>>
>>> Host name is wrong or
>>> SMTP server name is wrong or
>>> Port number is wrong or
>>> Connection security is wrong or
>>> User name is wrong or
>>> pass word is wrong or
>>> service is not available or
>>> some of the above or
>>> all of the above
>>>
>>> Try searching the mailing list, the solution is there as you need to
>>> check each and every one ...
>>>
>>> :-)
>>>
>>>
>>> On 12/23/20 2:18 PM, GuruCoool Learnings wrote:
>>>
>>> Hi,
>>> I am facing mail sending error in my openmeetings server. Whenever I try
>>> to send a mail I get an error message as follows-
>>> Error Count 5
>>> Last Error
>>> com.sun.mail.util.MailConnectException: Couldn't connect to host, port:
>>> smtp.gmail.com, 587; timeout 30000; nested exception is:
>>> java.net.SocketTimeoutException: connect timed out at
>>> com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:2209) 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:221)
>>> 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: connect timed out at
>>> java.base/java.net.PlainSocketImpl.socketConnect(Native Method) at
>>> java.base/java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:399)
>>> at
>>> java.base/java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:242)
>>> at
>>> java.base/java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:224)
>>> at java.base/java.net.SocksSocketImpl.connect(SocksSocketImpl.java:403) at
>>> java.base/java.net.Socket.connect(Socket.java:609) at
>>> com.sun.mail.util.SocketFetcher.createSocket(SocketFetcher.java:357) at
>>> com.sun.mail.util.SocketFetcher.getSocket(SocketFetcher.java:238) at
>>> com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:2175) ... 10
>>> more
>>> Please help.
>>> Thanks
>>> Jitendra
>>>
>>>

Re: Mail sending error in openmeetings server

Posted by Ali Alhaidary <al...@the5stars.org>.
It did not work with me as well :-)

try port 465

Ali

On 12/24/20 8:23 PM, GuruCoool Learnings wrote:
> gurucoool.com <http://gurucoool.com> is my main site where I use the 
> same gmail smtp details that I want to use with openmeetings. Gmail 
> smtp works fine with my main site gurucoool.com <http://gurucoool.com> 
> but is not working with openmeetings.
>
> On Thu, 24 Dec 2020 at 13:05, Ali Alhaidary 
> <ali.alhaidary@the5stars.org <ma...@the5stars.org>> wrote:
>
>     I think you should use the SMTP of gurucool.com
>     <http://gurucool.com> instead
>
>     Ali
>
>     On 12/24/20 10:06 AM, GuruCoool Learnings wrote:
>>     Hi Ali,
>>     I have followed the guidelines provided by the openmeetings
>>     documentation which is as follows-
>>
>>     A valid example to configure the mail server with Gmail, is as
>>     follows:
>>     (replace john@gmail.com <ma...@gmail.com> with your real
>>     Gmail account)
>>
>>     Mail-Refer == info@gurucoool.com <ma...@gurucoool.com>
>>     SMTP-Server == smtp.gmail.com <http://smtp.gmail.com>
>>     SMTP-Server Port (default
>>     Smtp-Server Port is 25) == 587
>>     SMTP-Username == info@gurucoool.com <ma...@gurucoool.com>
>>     SMTP-Userpass == password of info@gurucoool.com
>>     <ma...@gurucoool.com> (this is the one I use to open the
>>     mail box at info@gurucoool.com <ma...@gurucoool.com>)
>>     Enable TLS in Mail Server Auth == ...turn green the button to
>>     activate
>>     Default Language == English
>>
>>     ...the rest you can change it as you likes.
>>
>>     However can it would be a great help if you can clarify what
>>     actually you mean by the following-
>>
>>     Host name is wrong or
>>     Connection security is wrong or
>>     service is not available or
>>
>>     Thanks
>>     Jitendra
>>
>>
>>
>>
>>     On Thu, 24 Dec 2020 at 11:24, Ali Alhaidary
>>     <ali.alhaidary@the5stars.org
>>     <ma...@the5stars.org>> wrote:
>>
>>         Hi,
>>
>>         It is either:
>>
>>         Host name is wrong or
>>         SMTP server name is wrong or
>>         Port number is wrong or
>>         Connection security is wrong or
>>         User name is wrong or
>>         pass word is wrong or
>>         service is not available or
>>         some of the above or
>>         all of the above
>>
>>         Try searching the mailing list, the solution is there as you
>>         need to check each and every one ...
>>
>>         :-)
>>
>>
>>         On 12/23/20 2:18 PM, GuruCoool Learnings wrote:
>>>         Hi,
>>>         I am facing mail sending error in my openmeetings server.
>>>         Whenever I try to send a mail I get an error message as follows-
>>>         Error Count 5
>>>         Last Error
>>>         com.sun.mail.util.MailConnectException: Couldn't connect to
>>>         host, port: smtp.gmail.com <http://smtp.gmail.com>, 587;
>>>         timeout 30000; nested exception is:
>>>         java.net.SocketTimeoutException: connect timed out at
>>>         com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:2209)
>>>         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:221)
>>>         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: connect timed out at
>>>         java.base/java.net.PlainSocketImpl.socketConnect(Native
>>>         Method) at
>>>         java.base/java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:399)
>>>         at
>>>         java.base/java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:242)
>>>         at
>>>         java.base/java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:224)
>>>         at
>>>         java.base/java.net.SocksSocketImpl.connect(SocksSocketImpl.java:403)
>>>         at java.base/java.net.Socket.connect(Socket.java:609) at
>>>         com.sun.mail.util.SocketFetcher.createSocket(SocketFetcher.java:357)
>>>         at
>>>         com.sun.mail.util.SocketFetcher.getSocket(SocketFetcher.java:238)
>>>         at
>>>         com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:2175)
>>>         ... 10 more
>>>         Please help.
>>>         Thanks
>>>         Jitendra
>>>

Re: Mail sending error in openmeetings server

Posted by GuruCoool Learnings <in...@gurucoool.com>.
gurucoool.com is my main site where I use the same gmail smtp details that
I want to use with openmeetings. Gmail smtp works fine with my main site
gurucoool.com but is not working with openmeetings.

On Thu, 24 Dec 2020 at 13:05, Ali Alhaidary <al...@the5stars.org>
wrote:

> I think you should use the SMTP of gurucool.com instead
>
> Ali
> On 12/24/20 10:06 AM, GuruCoool Learnings wrote:
>
> Hi Ali,
> I have followed the guidelines provided by the openmeetings documentation
> which is as follows-
>
> A valid example to configure the mail server with Gmail, is as follows:
> (replace john@gmail.com with your real Gmail account)
>
> Mail-Refer == info@gurucoool.com
> SMTP-Server == smtp.gmail.com
> SMTP-Server Port (default
> Smtp-Server Port is 25) == 587
> SMTP-Username == info@gurucoool.com
> SMTP-Userpass == password of info@gurucoool.com (this is the one I use to
> open the mail box at info@gurucoool.com)
> Enable TLS in Mail Server Auth == ...turn green the button to activate
> Default Language == English
>
> ...the rest you can change it as you likes.
>
> However can it would be a great help if you can clarify what actually you
> mean by the following-
>
> Host name is wrong or
> Connection security is wrong or
> service is not available or
>
> Thanks
> Jitendra
>
>
>
>
> On Thu, 24 Dec 2020 at 11:24, Ali Alhaidary <al...@the5stars.org>
> wrote:
>
>> Hi,
>>
>> It is either:
>>
>> Host name is wrong or
>> SMTP server name is wrong or
>> Port number is wrong or
>> Connection security is wrong or
>> User name is wrong or
>> pass word is wrong or
>> service is not available or
>> some of the above or
>> all of the above
>>
>> Try searching the mailing list, the solution is there as you need to
>> check each and every one ...
>>
>> :-)
>>
>>
>> On 12/23/20 2:18 PM, GuruCoool Learnings wrote:
>>
>> Hi,
>> I am facing mail sending error in my openmeetings server. Whenever I try
>> to send a mail I get an error message as follows-
>> Error Count 5
>> Last Error
>> com.sun.mail.util.MailConnectException: Couldn't connect to host, port:
>> smtp.gmail.com, 587; timeout 30000; nested exception is:
>> java.net.SocketTimeoutException: connect timed out at
>> com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:2209) 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:221)
>> 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: connect timed out at
>> java.base/java.net.PlainSocketImpl.socketConnect(Native Method) at
>> java.base/java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:399)
>> at
>> java.base/java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:242)
>> at
>> java.base/java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:224)
>> at java.base/java.net.SocksSocketImpl.connect(SocksSocketImpl.java:403) at
>> java.base/java.net.Socket.connect(Socket.java:609) at
>> com.sun.mail.util.SocketFetcher.createSocket(SocketFetcher.java:357) at
>> com.sun.mail.util.SocketFetcher.getSocket(SocketFetcher.java:238) at
>> com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:2175) ... 10
>> more
>> Please help.
>> Thanks
>> Jitendra
>>
>>

Re: Mail sending error in openmeetings server

Posted by Ali Alhaidary <al...@the5stars.org>.
I think you should use the SMTP of gurucool.com instead

Ali

On 12/24/20 10:06 AM, GuruCoool Learnings wrote:
> Hi Ali,
> I have followed the guidelines provided by the openmeetings 
> documentation which is as follows-
>
> A valid example to configure the mail server with Gmail, is as follows:
> (replace john@gmail.com <ma...@gmail.com> with your real Gmail 
> account)
>
> Mail-Refer == info@gurucoool.com <ma...@gurucoool.com>
> SMTP-Server == smtp.gmail.com <http://smtp.gmail.com>
> SMTP-Server Port (default
> Smtp-Server Port is 25) == 587
> SMTP-Username == info@gurucoool.com <ma...@gurucoool.com>
> SMTP-Userpass == password of info@gurucoool.com 
> <ma...@gurucoool.com> (this is the one I use to open the mail 
> box at info@gurucoool.com <ma...@gurucoool.com>)
> Enable TLS in Mail Server Auth == ...turn green the button to activate
> Default Language == English
>
> ...the rest you can change it as you likes.
>
> However can it would be a great help if you can clarify what actually 
> you mean by the following-
>
> Host name is wrong or
> Connection security is wrong or
> service is not available or
>
> Thanks
> Jitendra
>
>
>
>
> On Thu, 24 Dec 2020 at 11:24, Ali Alhaidary 
> <ali.alhaidary@the5stars.org <ma...@the5stars.org>> wrote:
>
>     Hi,
>
>     It is either:
>
>     Host name is wrong or
>     SMTP server name is wrong or
>     Port number is wrong or
>     Connection security is wrong or
>     User name is wrong or
>     pass word is wrong or
>     service is not available or
>     some of the above or
>     all of the above
>
>     Try searching the mailing list, the solution is there as you need
>     to check each and every one ...
>
>     :-)
>
>
>     On 12/23/20 2:18 PM, GuruCoool Learnings wrote:
>>     Hi,
>>     I am facing mail sending error in my openmeetings server.
>>     Whenever I try to send a mail I get an error message as follows-
>>     Error Count 5
>>     Last Error
>>     com.sun.mail.util.MailConnectException: Couldn't connect to host,
>>     port: smtp.gmail.com <http://smtp.gmail.com>, 587; timeout 30000;
>>     nested exception is: java.net.SocketTimeoutException: connect
>>     timed out at
>>     com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:2209)
>>     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:221)
>>     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: connect timed out at
>>     java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
>>     at
>>     java.base/java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:399)
>>     at
>>     java.base/java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:242)
>>     at
>>     java.base/java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:224)
>>     at
>>     java.base/java.net.SocksSocketImpl.connect(SocksSocketImpl.java:403)
>>     at java.base/java.net.Socket.connect(Socket.java:609) at
>>     com.sun.mail.util.SocketFetcher.createSocket(SocketFetcher.java:357)
>>     at
>>     com.sun.mail.util.SocketFetcher.getSocket(SocketFetcher.java:238)
>>     at
>>     com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:2175)
>>     ... 10 more
>>     Please help.
>>     Thanks
>>     Jitendra
>>

Re: Mail sending error in openmeetings server

Posted by GuruCoool Learnings <in...@gurucoool.com>.
Hi Ali,
I have followed the guidelines provided by the openmeetings documentation
which is as follows-

A valid example to configure the mail server with Gmail, is as follows:
(replace john@gmail.com with your real Gmail account)

Mail-Refer == info@gurucoool.com
SMTP-Server == smtp.gmail.com
SMTP-Server Port (default
Smtp-Server Port is 25) == 587
SMTP-Username == info@gurucoool.com
SMTP-Userpass == password of info@gurucoool.com (this is the one I use to
open the mail box at info@gurucoool.com)
Enable TLS in Mail Server Auth == ...turn green the button to activate
Default Language == English

...the rest you can change it as you likes.

However can it would be a great help if you can clarify what actually you
mean by the following-

Host name is wrong or
Connection security is wrong or
service is not available or

Thanks
Jitendra




On Thu, 24 Dec 2020 at 11:24, Ali Alhaidary <al...@the5stars.org>
wrote:

> Hi,
>
> It is either:
>
> Host name is wrong or
> SMTP server name is wrong or
> Port number is wrong or
> Connection security is wrong or
> User name is wrong or
> pass word is wrong or
> service is not available or
> some of the above or
> all of the above
>
> Try searching the mailing list, the solution is there as you need to check
> each and every one ...
>
> :-)
>
>
> On 12/23/20 2:18 PM, GuruCoool Learnings wrote:
>
> Hi,
> I am facing mail sending error in my openmeetings server. Whenever I try
> to send a mail I get an error message as follows-
> Error Count 5
> Last Error
> com.sun.mail.util.MailConnectException: Couldn't connect to host, port:
> smtp.gmail.com, 587; timeout 30000; nested exception is:
> java.net.SocketTimeoutException: connect timed out at
> com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:2209) 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:221)
> 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: connect timed out at
> java.base/java.net.PlainSocketImpl.socketConnect(Native Method) at
> java.base/java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:399)
> at
> java.base/java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:242)
> at
> java.base/java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:224)
> at java.base/java.net.SocksSocketImpl.connect(SocksSocketImpl.java:403) at
> java.base/java.net.Socket.connect(Socket.java:609) at
> com.sun.mail.util.SocketFetcher.createSocket(SocketFetcher.java:357) at
> com.sun.mail.util.SocketFetcher.getSocket(SocketFetcher.java:238) at
> com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:2175) ... 10
> more
> Please help.
> Thanks
> Jitendra
>
>

Re: Mail sending error in openmeetings server

Posted by Ali Alhaidary <al...@the5stars.org>.
Hi,

It is either:

Host name is wrong or
SMTP server name is wrong or
Port number is wrong or
Connection security is wrong or
User name is wrong or
pass word is wrong or
service is not available or
some of the above or
all of the above

Try searching the mailing list, the solution is there as you need to 
check each and every one ...

:-)


On 12/23/20 2:18 PM, GuruCoool Learnings wrote:
> Hi,
> I am facing mail sending error in my openmeetings server. Whenever I 
> try to send a mail I get an error message as follows-
> Error Count 5
> Last Error
> com.sun.mail.util.MailConnectException: Couldn't connect to host, 
> port: smtp.gmail.com <http://smtp.gmail.com>, 587; timeout 30000; 
> nested exception is: java.net.SocketTimeoutException: connect timed 
> out at 
> com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:2209) 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:221) 
> 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: connect timed out at 
> java.base/java.net.PlainSocketImpl.socketConnect(Native Method) at 
> java.base/java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:399) 
> at 
> java.base/java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:242) 
> at 
> java.base/java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:224) 
> at 
> java.base/java.net.SocksSocketImpl.connect(SocksSocketImpl.java:403) 
> at java.base/java.net.Socket.connect(Socket.java:609) at 
> com.sun.mail.util.SocketFetcher.createSocket(SocketFetcher.java:357) 
> at com.sun.mail.util.SocketFetcher.getSocket(SocketFetcher.java:238) 
> at com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:2175) 
> ... 10 more
> Please help.
> Thanks
> Jitendra
>