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 <[email protected]> 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 <[email protected]> > 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 <[email protected]> >> 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 <[email protected]> >>> 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 <[email protected]> >>>> 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 <[email protected]> >>>>> 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 <[email protected]> >>>>>> 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 < >>>>>>> [email protected]> wrote: >>>>>>> >>>>>>>> Nothing happened even after restarting the server. >>>>>>>> >>>>>>>> Jitendra >>>>>>>> >>>>>>>> On Fri, 25 Dec 2020 at 13:44, GuruCoool Learnings < >>>>>>>> [email protected]> wrote: >>>>>>>> >>>>>>>>> Okay. I will try and then will let you know. >>>>>>>>> >>>>>>>>> Thanks >>>>>>>>> Jitendra >>>>>>>>> >>>>>>>>> On Fri, Dec 25, 2020, 13:29 Ali Alhaidary < >>>>>>>>> [email protected]> 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 <[email protected]> wrote: >>>>>>>>>> >>>>>>>>>>> ...right now i tested my OM 5.1.0 at localhost and gmail >>>>>>>>>>> configuration and send mail ok to "[email protected]". >>>>>>>>>>> >>>>>>>>>>> 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 < >>>>>>>>>>> [email protected]> 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 < >>>>>>>>>>> [email protected]> 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 [email protected] with your real Gmail account) >>>>>>>>>>> >>>>>>>>>>> Mail-Refer == [email protected] >>>>>>>>>>> SMTP-Server == smtp.gmail.com >>>>>>>>>>> SMTP-Server Port (default >>>>>>>>>>> Smtp-Server Port is 25) == 587 >>>>>>>>>>> SMTP-Username == [email protected] >>>>>>>>>>> SMTP-Userpass == password of [email protected] (this is the >>>>>>>>>>> one I use to open the mail box at [email protected]) >>>>>>>>>>> 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 < >>>>>>>>>>> [email protected]> 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 >>>> >>>
