Re: help configuration smtp server

2017-08-01 Thread Richard Pérez
To be truthful Tharrrk I am less than a common user
so those issues I'm trying to fix maybe some other 
user has fixed it before, some times by mere serendipity,
or accidental findings.
Thanks for sharing, I'll see if your links give me any light,
they surely will give me lots of reading.  :)

Thanks,


Richard 
 
  
 

On Tue, 1/8/17,   wrote:

 Subject: Re: help configuration smtp server
 To: "Richard Pérez" , user@openmeetings.apache.org
 Date: Tuesday, 1 August, 2017, 18:51
 
 Hello Richard,
 
 I'm on linux here but yes, generally if
 your screen refreshes on windows 
 OS, you might consider port 465 open.
 You can try with port 466 which is not
 open and see the difference.
 
 What I would suggest is to try to setup
 your account in any email client 
 on that machine (i.e. thunderbird,
 outlook..) and use the very same 
 credentials with OM. Small things
 matter - username has to include the 
 @domain etc, sometimes it's difficult
 to have the settings done correctly.
 
 Please follow the gmail guides if you
 prefer to use their service:
 https://support.google.com/a/answer/176600
 https://support.google.com/mail/?p=BadCredentials
    (even it's for 
 IMAP, the same rules apply - you may
 need to go to 
 https://accounts.google.com/DisplayUnlockCaptcha,
 etc.)
 
 You may also try to use port 587 and
 set mail.smtp.starttls.enable = 1
 See https://groups.google.com/forum/#!topic/openmeetings-user/UY_P0tQoWGI
 and 
 
http://mail-archives.apache.org/mod_mbox/incubator-openmeetings-user/201203.mbox/%3cceaa10b3be8add43885aa9632d5820da1cc08...@adc.in.autorobinc.com%3E
 
 
 I'm just a common user trying to help
 ;) Wish you the very best luck and 
 hope you will be happy with OM!
 
 PS: I just tried to use gsmtp with
 openssl s_client -connect 
 smtp.gmail.com:465 and realized I could
 not authorize with AUTH LOGIN. 
 Maybe google decided to only allow
 OAuth (and I don't know if that is 
 supported in OM). I would personally
 launch an SMTP server locally but 
 that's another story and another lot of
 things to take care of...
 
 Tharrrk
 
 On 1.8.2017 20:59, Richard Pérez
 wrote:
 > Hello Tharrrk:
 >
 > Thanks for your suggestion.
 > I'm doing this on my desktop
 computer, with Win10 where I have OM installed (I have a
 laptop with WinXP to test as an attendee but haven't tried
 telnet there yet).
 >
 > I opened a cmd window and tested:
 > telnet smtp.gmail.com 465
 >
 > When I click enter it activates,
 and I could distinguish the word "connecting" coming up
 before the whole window went blank (or black if you prefer)
 with no text in it.  In my case my escape character is
 "q", with which I recover the usual cmd prompt.
 >
 > I tried first with: $telnet
 smtp.gmail.com 465
 > but it does not recognise the
 character "$".
 >
 > After clicking Enter "connecting"
 went by very fast before going blank, so maybe there was
 something more written there like:
 >   Trying 74.125.133.109...
 >   Connected to
 gmail-smtp-msa.l.google.com.
 >
 > but I can't be sure.
 > Can I consider 465 is
 enabled?  Maybe the checking behaviour is a bit
 different on Windows 10?
 >
 > Anything else I can do?
 >
 >
 > Richard
 >   
 >   
 >
 
 > On Tue, 1/8/17,  
 wrote:
 >
 >   Subject: Re: help
 configuration smtp server
 >   To: user@openmeetings.apache.org,
 "Richard Pérez" 
 >   Date: Tuesday, 1 August,
 2017, 15:16
 >   
 >   Dear Richard,
 >   
 >   telnet should be run on the
 machine where OM is
 >   running and provided
 >   with the gmail smtp
 >   server as parameter along
 with the smtps port - i.e.
 >   telnet smtp.gmail.com 465
 >   You
 >   should see a message like
 Connected to ... if it succeeded.
 >   This
 >   depends on OS you're
 using:
 >   
 >   $telnet smtp.gmail.com 465
 >   Trying 74.125.133.109...
 >   Connected to
 gmail-smtp-msa.l.google.com.
 >   Escape character is '^]'.
 >   
 >   Hope this helps
 >   
 >   Tharrrk
 >   
 >   
 >   On 1.8.2017 18:51, Richard
 Pérez wrote:
 >   > Hello Maxim:
 >   >
 >   > I checked “Telnet
 Client” in Windows
 >   10 Control Panel, then
 checked telnet was enabled and I used
 >   the following command to
 check port 465:
 >   >
 >   > telnet 181…myIP….
 >   465
 >   > and it delivered a
 blank cmd
 >   window.  According to
 instructions I have seen googling
 >   that would mean port 465 is
 not closed.  I suppose that
 >   means it is not
 “Firewalled”.
 >   >
 >   > After sending an
 invitation (now instead
 >   of “localhost:5080” it
 says “181…myIP:5080”) I
 >   still get the same
 exception:
 >   >
 >   > ERROR 08-01
 13:29:56.045
 >   o.a.o.c.m.MailHandler:246
 [taskExecutor-1] - Error while
 >   sending message
 >   >
 >  
 javax.mail.MessagingException: Exception reading response
 >   >
 >   > And I’m still
 >   getting:
 >   > Caused by:
 >  
 

Re: help configuration smtp server

2017-08-01 Thread tharrrk

Hello Richard,

I'm on linux here but yes, generally if your screen refreshes on windows 
OS, you might consider port 465 open.

You can try with port 466 which is not open and see the difference.

What I would suggest is to try to setup your account in any email client 
on that machine (i.e. thunderbird, outlook..) and use the very same 
credentials with OM. Small things matter - username has to include the 
@domain etc, sometimes it's difficult to have the settings done correctly.


Please follow the gmail guides if you prefer to use their service:
https://support.google.com/a/answer/176600
https://support.google.com/mail/?p=BadCredentials(even it's for 
IMAP, the same rules apply - you may need to go to 
https://accounts.google.com/DisplayUnlockCaptcha, etc.)


You may also try to use port 587 and set mail.smtp.starttls.enable = 1
See https://groups.google.com/forum/#!topic/openmeetings-user/UY_P0tQoWGI
and 
http://mail-archives.apache.org/mod_mbox/incubator-openmeetings-user/201203.mbox/%3cceaa10b3be8add43885aa9632d5820da1cc08...@adc.in.autorobinc.com%3E



I'm just a common user trying to help ;) Wish you the very best luck and 
hope you will be happy with OM!


PS: I just tried to use gsmtp with openssl s_client -connect 
smtp.gmail.com:465 and realized I could not authorize with AUTH LOGIN. 
Maybe google decided to only allow OAuth (and I don't know if that is 
supported in OM). I would personally launch an SMTP server locally but 
that's another story and another lot of things to take care of...


Tharrrk

On 1.8.2017 20:59, Richard Pérez wrote:

Hello Tharrrk:

Thanks for your suggestion.
I'm doing this on my desktop computer, with Win10 where I have OM installed (I 
have a laptop with WinXP to test as an attendee but haven't tried telnet there 
yet).

I opened a cmd window and tested:
telnet smtp.gmail.com 465

When I click enter it activates, and I could distinguish the word "connecting" coming up 
before the whole window went blank (or black if you prefer) with no text in it.  In my case my 
escape character is "q", with which I recover the usual cmd prompt.

I tried first with: $telnet smtp.gmail.com 465
but it does not recognise the character "$".

After clicking Enter "connecting" went by very fast before going blank, so 
maybe there was something more written there like:
  Trying 74.125.133.109...
  Connected to gmail-smtp-msa.l.google.com.

but I can't be sure.
Can I consider 465 is enabled?  Maybe the checking behaviour is a bit different 
on Windows 10?

Anything else I can do?


Richard
  
  


On Tue, 1/8/17,   wrote:

  Subject: Re: help configuration smtp server
  To: user@openmeetings.apache.org, "Richard Pérez" 

  Date: Tuesday, 1 August, 2017, 15:16
  
  Dear Richard,
  
  telnet should be run on the machine where OM is

  running and provided
  with the gmail smtp
  server as parameter along with the smtps port - i.e.
  telnet smtp.gmail.com 465
  You
  should see a message like Connected to ... if it succeeded.
  This
  depends on OS you're using:
  
  $telnet smtp.gmail.com 465

  Trying 74.125.133.109...
  Connected to gmail-smtp-msa.l.google.com.
  Escape character is '^]'.
  
  Hope this helps
  
  Tharrrk
  
  
  On 1.8.2017 18:51, Richard Pérez wrote:

  > Hello Maxim:
  >
  > I checked “Telnet Client” in Windows
  10 Control Panel, then checked telnet was enabled and I used
  the following command to check port 465:
  >
  > telnet 181…myIP….
  465
  > and it delivered a blank cmd
  window.  According to instructions I have seen googling
  that would mean port 465 is not closed.  I suppose that
  means it is not “Firewalled”.
  >
  > After sending an invitation (now instead
  of “localhost:5080” it says “181…myIP:5080”) I
  still get the same exception:
  >
  > ERROR 08-01 13:29:56.045
  o.a.o.c.m.MailHandler:246 [taskExecutor-1] - Error while
  sending message
  >
  javax.mail.MessagingException: Exception reading response
  >
  > And I’m still
  getting:
  > Caused by:
  java.net.SocketTimeoutException: Read timed out
  >
  > I did another test,
  disconnecting my antivirus for 10 min, and got a different
  exception:
  >
  > ERROR
  08-01 13:36:35.578 o.a.o.c.m.MailHandler:246
  [taskExecutor-2] - Error while sending message
  > javax.mail.MessagingException: Could not
  connect to SMTP host: smtp.gmail.com, port: 465, response:
  -1
  > at
  com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:2106)
  > at
  com.sun.mail.smtp.SMTPTransport.protocolConnect(SMTPTransport.java:712)
  > 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$2.run(MailHandler.java:242)
  

Re: help configuration smtp server

2017-08-01 Thread Richard Pérez
Hello Tharrrk:

Thanks for your suggestion.
I'm doing this on my desktop computer, with Win10 where I have OM installed (I 
have a laptop with WinXP to test as an attendee but haven't tried telnet there 
yet).

I opened a cmd window and tested:
telnet smtp.gmail.com 465

When I click enter it activates, and I could distinguish the word "connecting" 
coming up before the whole window went blank (or black if you prefer) with no 
text in it.  In my case my escape character is "q", with which I recover the 
usual cmd prompt. 

I tried first with: $telnet smtp.gmail.com 465
but it does not recognise the character "$".

After clicking Enter "connecting" went by very fast before going blank, so 
maybe there was something more written there like:
 Trying 74.125.133.109...
 Connected to gmail-smtp-msa.l.google.com.

but I can't be sure.
Can I consider 465 is enabled?  Maybe the checking behaviour is a bit different 
on Windows 10?

Anything else I can do?


Richard 
 
 

On Tue, 1/8/17,   wrote:

 Subject: Re: help configuration smtp server
 To: user@openmeetings.apache.org, "Richard Pérez" 
 Date: Tuesday, 1 August, 2017, 15:16
 
 Dear Richard,
 
 telnet should be run on the machine where OM is
 running and provided 
 with the gmail smtp
 server as parameter along with the smtps port - i.e. 
 telnet smtp.gmail.com 465
 You
 should see a message like Connected to ... if it succeeded.
 This 
 depends on OS you're using:
 
 $telnet smtp.gmail.com 465
 Trying 74.125.133.109...
 Connected to gmail-smtp-msa.l.google.com.
 Escape character is '^]'.
 
 Hope this helps
 
 Tharrrk
 
 
 On 1.8.2017 18:51, Richard Pérez wrote:
 > Hello Maxim:
 >
 > I checked “Telnet Client” in Windows
 10 Control Panel, then checked telnet was enabled and I used
 the following command to check port 465:
 >
 > telnet 181…myIP….
 465
 > and it delivered a blank cmd
 window.  According to instructions I have seen googling
 that would mean port 465 is not closed.  I suppose that
 means it is not “Firewalled”.
 >
 > After sending an invitation (now instead
 of “localhost:5080” it says “181…myIP:5080”) I
 still get the same exception:
 >
 > ERROR 08-01 13:29:56.045
 o.a.o.c.m.MailHandler:246 [taskExecutor-1] - Error while
 sending message
 >
 javax.mail.MessagingException: Exception reading response
 >
 > And I’m still
 getting:
 > Caused by:
 java.net.SocketTimeoutException: Read timed out
 >
 > I did another test,
 disconnecting my antivirus for 10 min, and got a different
 exception:
 >
 > ERROR
 08-01 13:36:35.578 o.a.o.c.m.MailHandler:246
 [taskExecutor-2] - Error while sending message
 > javax.mail.MessagingException: Could not
 connect to SMTP host: smtp.gmail.com, port: 465, response:
 -1
 >     at
 com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:2106)
 >     at
 com.sun.mail.smtp.SMTPTransport.protocolConnect(SMTPTransport.java:712)
 >     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$2.run(MailHandler.java:242)
 >     at
 java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown
 Source)
 >     at
 java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown
 Source)
 >     at
 java.lang.Thread.run(Unknown Source)
 >
 DEBUG 08-01 13:36:53.053 o.a.o.w.c.MainPanel:117
 [http-nio-0.0.0.0-5080-exec-5] - Sending WebSocket PING
 > DEBUG 08-01 13:37:10.280
 o.a.o.s.q.s.ReminderJob:44
 [org.springframework.scheduling.quartz.SchedulerFactoryBean#0_Worker-7]
 - ReminderJob.remindMeetings
 > DEBUG
 08-01 13:37:16.752 o.a.o.s.q.s.ReminderJob:44
 [org.springframework.scheduling.quartz.SchedulerFactoryBean#0_Worker-7]
 - ReminderJob.remindMeetings
 > DEBUG
 08-01 13:37:23.155 o.a.o.w.c.MainPanel:117
 [http-nio-0.0.0.0-5080-exec-1] - Sending WebSocket PING
 > DEBUG 08-01 13:37:25.291
 o.a.o.c.m.MailHandler:277
 [org.springframework.scheduling.quartz.SchedulerFactoryBean#0_Worker-8]
 - sendMails enter ...
 > DEBUG 08-01
 13:37:25.293 o.a.o.c.m.MailHandler:279
 [org.springframework.scheduling.quartz.SchedulerFactoryBean#0_Worker-8]
 - Number of emails in init queue 1
 >
 DEBUG 08-01 13:37:25.297 o.a.o.c.m.MailHandler:236
 [taskExecutor-3] - Message sending in progress
 >
 >
 >
 Does this information help to understand what's
 wrong?
 >
 >
 >
 > Richard
 >   
 >  
 
 > On Mon, 31/7/17, Maxim Solodovnik 
 wrote:
 >
 >   Subject:
 Re: help configuration smtp server
 >  
 To: "Openmeetings user-list" ,
 "Richard Pérez" 
 >   Date: Monday, 31 July, 2017, 23:16
 >   
 >   This error:
 >   "Caused by:
 java.net.SocketTimeoutException: Read
 > 
  timed 

Re: help configuration smtp server

2017-08-01 Thread tharrrk

Dear Richard,

telnet should be run on the machine where OM is running and provided 
with the gmail smtp server as parameter along with the smtps port - i.e. 
telnet smtp.gmail.com 465
You should see a message like Connected to ... if it succeeded. This 
depends on OS you're using:


$telnet smtp.gmail.com 465
Trying 74.125.133.109...
Connected to gmail-smtp-msa.l.google.com.
Escape character is '^]'.

Hope this helps

Tharrrk


On 1.8.2017 18:51, Richard Pérez wrote:

Hello Maxim:

I checked “Telnet Client” in Windows 10 Control Panel, then checked telnet was 
enabled and I used the following command to check port 465:

telnet 181…myIP…. 465
and it delivered a blank cmd window.  According to instructions I have seen 
googling that would mean port 465 is not closed.  I suppose that means it is 
not “Firewalled”.

After sending an invitation (now instead of “localhost:5080” it says 
“181…myIP:5080”) I still get the same exception:

ERROR 08-01 13:29:56.045 o.a.o.c.m.MailHandler:246 [taskExecutor-1] - Error 
while sending message
javax.mail.MessagingException: Exception reading response

And I’m still getting:
Caused by: java.net.SocketTimeoutException: Read timed out

I did another test, disconnecting my antivirus for 10 min, and got a different 
exception:

ERROR 08-01 13:36:35.578 o.a.o.c.m.MailHandler:246 [taskExecutor-2] - Error 
while sending message
javax.mail.MessagingException: Could not connect to SMTP host: smtp.gmail.com, 
port: 465, response: -1
at com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:2106)
at 
com.sun.mail.smtp.SMTPTransport.protocolConnect(SMTPTransport.java:712)
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$2.run(MailHandler.java:242)
at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
DEBUG 08-01 13:36:53.053 o.a.o.w.c.MainPanel:117 [http-nio-0.0.0.0-5080-exec-5] 
- Sending WebSocket PING
DEBUG 08-01 13:37:10.280 o.a.o.s.q.s.ReminderJob:44 
[org.springframework.scheduling.quartz.SchedulerFactoryBean#0_Worker-7] - 
ReminderJob.remindMeetings
DEBUG 08-01 13:37:16.752 o.a.o.s.q.s.ReminderJob:44 
[org.springframework.scheduling.quartz.SchedulerFactoryBean#0_Worker-7] - 
ReminderJob.remindMeetings
DEBUG 08-01 13:37:23.155 o.a.o.w.c.MainPanel:117 [http-nio-0.0.0.0-5080-exec-1] 
- Sending WebSocket PING
DEBUG 08-01 13:37:25.291 o.a.o.c.m.MailHandler:277 
[org.springframework.scheduling.quartz.SchedulerFactoryBean#0_Worker-8] - 
sendMails enter ...
DEBUG 08-01 13:37:25.293 o.a.o.c.m.MailHandler:279 
[org.springframework.scheduling.quartz.SchedulerFactoryBean#0_Worker-8] - 
Number of emails in init queue 1
DEBUG 08-01 13:37:25.297 o.a.o.c.m.MailHandler:236 [taskExecutor-3] - Message 
sending in progress


Does this information help to understand what's wrong?



Richard
  
  

On Mon, 31/7/17, Maxim Solodovnik  wrote:

  Subject: Re: help configuration smtp server
  To: "Openmeetings user-list" , "Richard Pérez" 

  Date: Monday, 31 July, 2017, 23:16
  
  This error:

  "Caused by: java.net.SocketTimeoutException: Read
  timed out"Often mean port 465 is
  "firewalled". You can check it using
  telnet
  application.base.url in
  configuration should be changed to something resolvable from
  outside your server for ex. external IP, hostname
  etc.
  
  
  On Tue, Aug 1, 2017 at 9:21 AM, Richard Pérez 

  wrote:
  > Hello Coscend:
  >
  > Thanks for your answer.
  > Let me see if I understand.
  > If one of my attendees receives this link: 
http://localhost:5080/openmeetings/hash?invitation=.
  > He can only enter the room using my computer?
  > I suppose the same goes if I put my IP address instead
  of "localhost".  Right?
  >
  > I must say that link was created by my installed OM, in
  the room, with the form to send an invitation.
  > If I can't use "localhost" in an
  invitation why does OM create that link instead of something
  else.  I can't edit that link on the frontend.
  >
  > My current install has the following in config:
  > smtp_server smtp.gmail.com
  > smtp_port   465
  > system_email_addr   myem...@mywebsite.com
  > email_username  myem...@mywebsite.com
  > email_userpass  my password for GSuite
  > mail.smtp.starttls.enable   1
  > application.base.urlhttp://localhost:5080/openmeetings/
  >
  > I have noticed that when I change the
  "system_email_addr" in the 

Re: help configuration smtp server

2017-08-01 Thread Richard Pérez
Hello Maxim:

I checked “Telnet Client” in Windows 10 Control Panel, then checked telnet was 
enabled and I used the following command to check port 465:

telnet 181…myIP…. 465
and it delivered a blank cmd window.  According to instructions I have seen 
googling that would mean port 465 is not closed.  I suppose that means it is 
not “Firewalled”.

After sending an invitation (now instead of “localhost:5080” it says 
“181…myIP:5080”) I still get the same exception:

ERROR 08-01 13:29:56.045 o.a.o.c.m.MailHandler:246 [taskExecutor-1] - Error 
while sending message
javax.mail.MessagingException: Exception reading response

And I’m still getting:
Caused by: java.net.SocketTimeoutException: Read timed out

I did another test, disconnecting my antivirus for 10 min, and got a different 
exception:

ERROR 08-01 13:36:35.578 o.a.o.c.m.MailHandler:246 [taskExecutor-2] - Error 
while sending message
javax.mail.MessagingException: Could not connect to SMTP host: smtp.gmail.com, 
port: 465, response: -1
at com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:2106)
at 
com.sun.mail.smtp.SMTPTransport.protocolConnect(SMTPTransport.java:712)
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$2.run(MailHandler.java:242)
at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
DEBUG 08-01 13:36:53.053 o.a.o.w.c.MainPanel:117 [http-nio-0.0.0.0-5080-exec-5] 
- Sending WebSocket PING
DEBUG 08-01 13:37:10.280 o.a.o.s.q.s.ReminderJob:44 
[org.springframework.scheduling.quartz.SchedulerFactoryBean#0_Worker-7] - 
ReminderJob.remindMeetings
DEBUG 08-01 13:37:16.752 o.a.o.s.q.s.ReminderJob:44 
[org.springframework.scheduling.quartz.SchedulerFactoryBean#0_Worker-7] - 
ReminderJob.remindMeetings
DEBUG 08-01 13:37:23.155 o.a.o.w.c.MainPanel:117 [http-nio-0.0.0.0-5080-exec-1] 
- Sending WebSocket PING
DEBUG 08-01 13:37:25.291 o.a.o.c.m.MailHandler:277 
[org.springframework.scheduling.quartz.SchedulerFactoryBean#0_Worker-8] - 
sendMails enter ...
DEBUG 08-01 13:37:25.293 o.a.o.c.m.MailHandler:279 
[org.springframework.scheduling.quartz.SchedulerFactoryBean#0_Worker-8] - 
Number of emails in init queue 1
DEBUG 08-01 13:37:25.297 o.a.o.c.m.MailHandler:236 [taskExecutor-3] - Message 
sending in progress


Does this information help to understand what's wrong?



Richard 
 
 
On Mon, 31/7/17, Maxim Solodovnik  wrote:

 Subject: Re: help configuration smtp server
 To: "Openmeetings user-list" , "Richard Pérez" 

 Date: Monday, 31 July, 2017, 23:16
 
 This error:
 "Caused by: java.net.SocketTimeoutException: Read
 timed out"Often mean port 465 is
 "firewalled". You can check it using
 telnet
 application.base.url in
 configuration should be changed to something resolvable from
 outside your server for ex. external IP, hostname
 etc.
 
 
 On Tue, Aug 1, 2017 at 9:21 AM, Richard Pérez 
 wrote:
 > Hello Coscend:
 >
 > Thanks for your answer.
 > Let me see if I understand.
 > If one of my attendees receives this link: 
 > http://localhost:5080/openmeetings/hash?invitation=.
 > He can only enter the room using my computer?
 > I suppose the same goes if I put my IP address instead
 of "localhost".  Right?
 >
 > I must say that link was created by my installed OM, in
 the room, with the form to send an invitation.
 > If I can't use "localhost" in an
 invitation why does OM create that link instead of something
 else.  I can't edit that link on the frontend.
 >
 > My current install has the following in config:
 > smtp_server                     smtp.gmail.com
 > smtp_port                       465
 > system_email_addr               myem...@mywebsite.com
 > email_username          myem...@mywebsite.com
 > email_userpass          my password for GSuite
 > mail.smtp.starttls.enable       1
 > application.base.url            http://localhost:5080/openmeetings/
 >
 > I have noticed that when I change the
 "system_email_addr" in the Admin> Config, the
 following log line does not change, it still shows the email
 I used as the "user" email when I installed OM (myem...@mywebsite.com).
 >
 > DEBUG 07-30 20:11:03.136 o.a.o.c.m.MailHandler:205
 [taskExecutor-1] - setReplyTo (email used to register when
 installing OM)
 >
 > Is it possible my Admin >config is being overridden
 by my install info, and I should re-install OM with some
 other info.
 > Any idea what info?
 >
 > Thanks,
 >
 >
 >
 > Richard
 >
 >
 > 

RE: Re: Screen Sharing too slow

2017-08-01 Thread Coscend@OM
Dear John,



Perhaps the following information could help you find the cause:



· Is it upload or download speed that you are referring to?

· What is the processor of server where OM is hosted:  RAM, CPU?

· What quality of resolution you are using for screen sharing?

· What size of the screen you are using?

· What video resolution you are using along with screen sharing?

· Where is your service hosted, office or residence?

· How many whiteboards you are working with during the session?



Thank you.



Sincerely,



Hemant K. Sabat



Coscend Communications Solutions

www.Coscend.com 

--

Real-time, Interactive Video Collaboration, Tele-healthcare, Tele-education, 
Telepresence Services, on the fly…

--

CONFIDENTIALITY NOTICE: See 'Confidentiality Notice Regarding E-mail Messages 
from Coscend Communications Solutions' posted at: 
http://www.Coscend.com/Terms_and_Conditions.html













From: john felipe urrego mejia [mailto:ingenierofelipeurr...@gmail.com]
Sent: Tuesday, August 1, 2017 8:02 AM
To: Openmeetings user-list ; 
om.insig...@coscend.com
Subject: RE: Re: Screen Sharing too slow



Hi bro, tnks for u email, but I have 30 mbs and my others teams have 5 and 10 
mbs, then why have 4 sec of delay?



El 29 jul. 2017 12:41, "Coscend@OM"  > escribió:

Dear John,



What Maxim meant was:



1. Screen-sharing and audio are two SEPARATE features (and program 
modules).  They do not effect each other at the code level.

2. Users can use both as well as chat and whiteboard and zoom.  But their 
smooth functioning is dictated by your Internet speed.



NORMAL screensharing requires a minimum of 1 Mbps UPLOAD speed per attendee.

NORMAL video requires 500Kbps upload per attendee.



Do you have UPLOAD speed of at least 1.5 Mbps per attendee.  So, if you have 5 
attendees, you may need around 4 Mbps upload (=1.5+0.5*5)





Thank you.



Sincerely,



Hemant K. Sabat



Coscend Communications Solutions

  www.Coscend.com

--

Real-time, Interactive Video Collaboration, Tele-healthcare, Tele-education, 
Telepresence Services, on the fly…

--

CONFIDENTIALITY NOTICE: See 'Confidentiality Notice Regarding E-mail Messages 
from Coscend Communications Solutions' posted at:  
 
http://www.Coscend.com/Terms_and_Conditions.html







From: john felipe urrego mejia [mailto: 
 ingenierofelipeurr...@gmail.com]
Sent: Saturday, July 29, 2017 12:18 PM
To: Openmeetings user-list <  
user@openmeetings.apache.org>
Subject: Re: Re: Screen Sharing too slow



Then when screen sharing how talk with my people?, Chat?



El 29 jul. 2017 9:08, "Maxim Solodovnik"  > escribió:

screen-sharing does not work with audio. It basically captures the screen, 
encode it and send to server

Can you check with smaller area? is it work better?



On Sat, Jul 29, 2017 at 2:41 AM, john felipe urrego mejia 
 > 
wrote:

Nothing about this?

Because i have 4 sec of lag in voice when screen sharing

Stay alert



2015-03-31 0:57 GMT-05:00 Maxim Solodovnik  >:

Unfortunately bandwidth is not a bottleneck currently :( the main issue is the 
performance of client machine right now :(



We already have a task to enhance screen sharing protocol 
https://issues.apache.org/jira/browse/OPENMEETINGS-112 unfortunately it is 
still not implemented



TightVNC protocol more like can not be used due to it is most probably will not 
be playable by flash :(



Additionally any protocol implementation we will use must be Apache License 
compatible (this is why we unable to grab-and-use anything from the internet, 
but need to check licenses)



On Tue, Mar 31, 2015 at 9:54 AM, OpenAr-IT Soluciones  > wrote:

Hi Maxim, is there a possibility that screen share function can use the same 
codec that VNC or TightVNC uses?. In that case the that function could need 
less bandwidth.

TightVNC decoder:


What is Tight Decoder?


The RFB protocol as used in VNC and TightVNC defines "encodings" as 
algorithms/formats used to encode graphics (pixel data). TightVNC uses its own 
highly-efficient method of compressing graphics optimized for low bandwidth. 
It's called "Tight encoding". Tight encoding includes both efficient "lossless" 
compression and optional "lossy" 

Re: Room user/file panel size

2017-08-01 Thread Jacob Ouanounou

Thank you, Maxim, I have found using the Dev tools in the browser.

I have succeeded to change fonts size, but it seems that the panel uses 
a table, in which the cells are not large enough (the trash icon seems 
to belong to a differrent column, so that I can't have all the text). As 
shown below



Is there an easy solution to bypass the problem ?



Le 01/08/2017 à 15:05, Maxim Solodovnik a écrit :

can it be browser cache issue?
Could you try force reload? (additionally you can play with style in 
Dev tools first, then change real CSS


On Tue, Aug 1, 2017 at 8:00 PM, Jacob Ouanounou > wrote:


I have reduced all the "font-size" in theme.css by half, and
stopped restarted  OM - Does not seem to change anything ...


Le 01/08/2017 à 14:05, Maxim Solodovnik a écrit :

Full file name is displayed as tooltip (element title)
You can modify CSS: theme.css

On Tue, Aug 1, 2017 at 7:02 PM, Jacob Ouanounou > wrote:

Hi Maxim,

I have finally succeeded to run the version you made (for
left side panel that was too large, in room page). In fact, I
forgot to copy mysql connector in the corresponding directory.

It is already much better than before. Thanks a lot.

Still I would appreciate if I had (much) smaller fonts in
this panel. As you can see in the screenshot below, the
file-names are not readable. More generally, I think that all
fonts can be smaller ... Is this in a css file ? Which one ?

Thank you

*Jacob Ouanounou*





-- 
WBR

Maxim aka solomax





--
WBR
Maxim aka solomax




Re: Warning!!!PossibleSpam Re: Room user/file panel size

2017-08-01 Thread Maxim Solodovnik
Server restart will not help
You need to force refresh page in browser
Or clean browser cache

On Tue, Aug 1, 2017 at 8:12 PM, K, Amit (MIND) 
wrote:

> Maxim,
>
>
>
> One suggestion, If it helps.
>
>
>
> Only server restart is not enough, I think we need to reload that CSS in
> to server directory by either building that module copy manual to server’s
> directory.
>
>
>
> Thanks,
>
>
>
> *From:* Maxim Solodovnik [mailto:solomax...@gmail.com]
> *Sent:* Tuesday, August 1, 2017 6:36 PM
> *To:* Jacob Ouanounou 
> *Cc:* Openmeetings user-list 
> *Subject:* Warning!!!PossibleSpam Re: Room user/file panel size
>
>
>
> can it be browser cache issue?
>
> Could you try force reload? (additionally you can play with style in Dev
> tools first, then change real CSS
>
>
>
> On Tue, Aug 1, 2017 at 8:00 PM, Jacob Ouanounou  wrote:
>
> I have reduced all the "font-size" in theme.css by half, and stopped
> restarted  OM - Does not seem to change anything ...
>
>
>
> Le 01/08/2017 à 14:05, Maxim Solodovnik a écrit :
>
> Full file name is displayed as tooltip (element title)
>
> You can modify CSS: theme.css
>
>
>
> On Tue, Aug 1, 2017 at 7:02 PM, Jacob Ouanounou  wrote:
>
> Hi Maxim,
>
> I have finally succeeded to run the version you made (for left side panel
> that was too large, in room page). In fact, I forgot to copy mysql
> connector in the corresponding directory.
>
> It is already much better than before. Thanks a lot.
>
> Still I would appreciate if I had (much) smaller fonts in this panel. As
> you can see in the screenshot below, the file-names are not readable. More
> generally, I think that all fonts can be smaller ... Is this in a css file
> ? Which one ?
>
> Thank you
>
> *Jacob Ouanounou*
>
>
>
>
>
>
>
> --
>
> WBR
> Maxim aka solomax
>
>
>
>
>
>
>
> --
>
> WBR
> Maxim aka solomax
>
> --
>
> The information contained in this electronic message and any attachments
> to this message are intended for the exclusive use of the addressee(s) and
> may contain proprietary, confidential or privileged information. If you are
> not the intended recipient, you should not disseminate, distribute or copy
> this e-mail. Please notify the sender immediately and destroy all copies of
> this message and any attachments. WARNING: Computer viruses can be
> transmitted via email. The recipient should check this email and any
> attachments for the presence of viruses. The company accepts no liability
> for any damage caused by any virus/trojan/worms/malicious code transmitted
> by this email. www.motherson.com
>



-- 
WBR
Maxim aka solomax


RE: Warning!!!PossibleSpam Re: Room user/file panel size

2017-08-01 Thread K, Amit (MIND)
Maxim,

One suggestion, If it helps.

Only server restart is not enough, I think we need to reload that CSS in to 
server directory by either building that module copy manual to server’s 
directory.

Thanks,

From: Maxim Solodovnik [mailto:solomax...@gmail.com]
Sent: Tuesday, August 1, 2017 6:36 PM
To: Jacob Ouanounou 
Cc: Openmeetings user-list 
Subject: Warning!!!PossibleSpam Re: Room user/file panel size

can it be browser cache issue?
Could you try force reload? (additionally you can play with style in Dev tools 
first, then change real CSS

On Tue, Aug 1, 2017 at 8:00 PM, Jacob Ouanounou 
> wrote:

I have reduced all the "font-size" in theme.css by half, and stopped restarted  
OM - Does not seem to change anything ...

Le 01/08/2017 à 14:05, Maxim Solodovnik a écrit :
Full file name is displayed as tooltip (element title)
You can modify CSS: theme.css

On Tue, Aug 1, 2017 at 7:02 PM, Jacob Ouanounou 
> wrote:

Hi Maxim,

I have finally succeeded to run the version you made (for left side panel that 
was too large, in room page). In fact, I forgot to copy mysql connector in the 
corresponding directory.

It is already much better than before. Thanks a lot.

Still I would appreciate if I had (much) smaller fonts in this panel. As you 
can see in the screenshot below, the file-names are not readable. More 
generally, I think that all fonts can be smaller ... Is this in a css file ? 
Which one ?

Thank you

Jacob Ouanounou

[cid:image001.png@01D30AF5.E8CC1330]




--
WBR
Maxim aka solomax




--
WBR
Maxim aka solomax



The information contained in this electronic message and any attachments to 
this message are intended for the exclusive use of the addressee(s) and may 
contain proprietary, confidential or privileged information. If you are not the 
intended recipient, you should not disseminate, distribute or copy this e-mail. 
Please notify the sender immediately and destroy all copies of this message and 
any attachments. WARNING: Computer viruses can be transmitted via email. The 
recipient should check this email and any attachments for the presence of 
viruses. The company accepts no liability for any damage caused by any 
virus/trojan/worms/malicious code transmitted by this email. www.motherson.com


Re: Room user/file panel size

2017-08-01 Thread Maxim Solodovnik
can it be browser cache issue?
Could you try force reload? (additionally you can play with style in Dev
tools first, then change real CSS

On Tue, Aug 1, 2017 at 8:00 PM, Jacob Ouanounou  wrote:

> I have reduced all the "font-size" in theme.css by half, and stopped
> restarted  OM - Does not seem to change anything ...
>
> Le 01/08/2017 à 14:05, Maxim Solodovnik a écrit :
>
> Full file name is displayed as tooltip (element title)
> You can modify CSS: theme.css
>
> On Tue, Aug 1, 2017 at 7:02 PM, Jacob Ouanounou  wrote:
>
>> Hi Maxim,
>>
>> I have finally succeeded to run the version you made (for left side panel
>> that was too large, in room page). In fact, I forgot to copy mysql
>> connector in the corresponding directory.
>>
>> It is already much better than before. Thanks a lot.
>>
>> Still I would appreciate if I had (much) smaller fonts in this panel. As
>> you can see in the screenshot below, the file-names are not readable. More
>> generally, I think that all fonts can be smaller ... Is this in a css file
>> ? Which one ?
>>
>> Thank you
>>
>> *Jacob Ouanounou*
>>
>>
>>
>
>
> --
> WBR
> Maxim aka solomax
>
>
>


-- 
WBR
Maxim aka solomax


Re: Unsubscribing from the mailing list

2017-08-01 Thread Maxim Solodovnik
no, just send an email to user-unsubscr...@openmeetings.apache.org, maybe
confirm will be required

On Tue, Aug 1, 2017 at 7:27 PM, Andre Wruszczak  wrote:

> I tried to unsubscribe from the mailing list here (
> http://openmeetings.apache.org/mail-lists.html) but it didn’t work (The
> mailto links are not doing anything for me and if I just write a mail to
> the address saved in the link, nothing happens).
> How exactly am I supposed to unsubscribe? Do I have to write a specific
> header for the mail?
>
> Thanks
>



-- 
WBR
Maxim aka solomax


RE: Re: Screen Sharing too slow

2017-08-01 Thread john felipe urrego mejia
Hi bro, tnks for u email, but I have 30 mbs and my others teams have 5 and
10 mbs, then why have 4 sec of delay?

El 29 jul. 2017 12:41, "Coscend@OM"  escribió:

> Dear John,
>
>
>
> What Maxim meant was:
>
>
>
> 1. Screen-sharing and audio are two SEPARATE features (and program
> modules).  They do not effect each other at the code level.
>
> 2. Users can use both as well as chat and whiteboard and zoom.  But
> their smooth functioning is dictated by your Internet speed.
>
>
>
> NORMAL screensharing requires a minimum of 1 Mbps UPLOAD speed per
> attendee.
>
> NORMAL video requires 500Kbps upload per attendee.
>
>
>
> Do you have UPLOAD speed of at least 1.5 Mbps per attendee.  So, if you
> have 5 attendees, you may need around 4 Mbps upload (=1.5+0.5*5)
>
>
>
>
>
> Thank you.
>
>
>
> Sincerely,
>
>
>
> Hemant K. Sabat
>
>
>
> Coscend Communications Solutions
>
> www.Coscend.com 
>
> --
>
> *Real-time, Interactive Video Collaboration, Tele-healthcare,
> Tele-education, Telepresence Services, on the fly…*
>
> --
>
> CONFIDENTIALITY NOTICE: See 'Confidentiality Notice Regarding E-mail
> Messages from Coscend Communications Solutions' posted at:
> http://www.Coscend.com/Terms_and_Conditions.html
> 
>
>
>
>
>
>
>
> *From:* john felipe urrego mejia [mailto:ingenierofelipeurr...@gmail.com]
> *Sent:* Saturday, July 29, 2017 12:18 PM
> *To:* Openmeetings user-list 
> *Subject:* Re: Re: Screen Sharing too slow
>
>
>
> Then when screen sharing how talk with my people?, Chat?
>
>
>
> El 29 jul. 2017 9:08, "Maxim Solodovnik"  escribió:
>
> screen-sharing does not work with audio. It basically captures the screen,
> encode it and send to server
>
> Can you check with smaller area? is it work better?
>
>
>
> On Sat, Jul 29, 2017 at 2:41 AM, john felipe urrego mejia <
> ingenierofelipeurr...@gmail.com> wrote:
>
> Nothing about this?
>
> Because i have 4 sec of lag in voice when screen sharing
>
> Stay alert
>
>
>
> 2015-03-31 0:57 GMT-05:00 Maxim Solodovnik :
>
> Unfortunately bandwidth is not a bottleneck currently :( the main issue is
> the performance of client machine right now :(
>
>
>
> We already have a task to enhance screen sharing protocol https://issues.
> apache.org/jira/browse/OPENMEETINGS-112 unfortunately it is still not
> implemented
>
>
>
> TightVNC protocol more like can not be used due to it is most probably
> will not be playable by flash :(
>
>
>
> Additionally any protocol implementation we will use must be Apache
> License compatible (this is why we unable to grab-and-use anything from the
> internet, but need to check licenses)
>
>
>
> On Tue, Mar 31, 2015 at 9:54 AM, OpenAr-IT Soluciones 
> wrote:
>
> Hi Maxim, is there a possibility that screen share function can use the
> same codec that VNC or TightVNC uses?. In that case the that function could
> need less bandwidth.
>
> TightVNC decoder:
> What is Tight Decoder?
>
> The RFB protocol as used in VNC and TightVNC defines "encodings" as
> algorithms/formats used to encode graphics (pixel data). TightVNC uses its
> own highly-efficient method of compressing graphics optimized for low
> bandwidth. It's called "*Tight encoding*". Tight encoding includes both
> efficient "lossless" compression and optional "lossy" JPEG compression.
>
>
>
> Reference link:
>
> http://www.tightvnc.com/decoder.php
>
>
>
> Thanks in advance.
>
>
>
>
>
>
>
> On Wed, Mar 25, 2015 at 6:27 AM, Maxim Solodovnik 
> wrote:
>
> Actually there is GSOC project, but there are no students willing to
> participate :(
>
>
>
> On Wed, Mar 25, 2015 at 2:31 PM, BBS Technik  wrote:
>
> Hi,
>
> will we see a GSoC project to enhance the sreensharing performance?
>
> Best regards
>
> Ed
>
>
>
> Gesendet: Mittwoch, 25. März 2015 um 05:23 Uhr
> Von: "Maxim Solodovnik" 
> An: "Openmeetings user-list" 
> Betreff: Re: Screen Sharing too slow
>
> screen video is encoded using screenv1 codec
> h264 is more CPU consuming, h263 is currently used by default for video
>
> medium quality do reduces video picture size, you can zoom it back while
> viewing
>
> On Wed, Mar 25, 2015 at 10:11 AM, OpenAr-IT Soluciones 
> wrote:
>
> Thanks FJ,
>  That means that it is a bandwidth issue?. The problem with Medium quality
> is that the screen is smaller. Is it possible to reduce the screen quality
> without reduce the screen size?, like reducing the definition.
>
>  Thanks.
>
>
> On Wed, Mar 25, 2015 at 1:05 AM, FJ  j...@gmail.com]> wrote:
>
> I experienced this too on HI at 10FPS.  When I change it to Medium at
> 10FPS, it seems to be 

Re: Room user/file panel size

2017-08-01 Thread Jacob Ouanounou
I have reduced all the "font-size" in theme.css by half, and stopped 
restarted  OM - Does not seem to change anything ...



Le 01/08/2017 à 14:05, Maxim Solodovnik a écrit :

Full file name is displayed as tooltip (element title)
You can modify CSS: theme.css

On Tue, Aug 1, 2017 at 7:02 PM, Jacob Ouanounou > wrote:


Hi Maxim,

I have finally succeeded to run the version you made (for left
side panel that was too large, in room page). In fact, I forgot to
copy mysql connector in the corresponding directory.

It is already much better than before. Thanks a lot.

Still I would appreciate if I had (much) smaller fonts in this
panel. As you can see in the screenshot below, the file-names are
not readable. More generally, I think that all fonts can be
smaller ... Is this in a css file ? Which one ?

Thank you

*Jacob Ouanounou*





--
WBR
Maxim aka solomax




Unsubscribing from the mailing list

2017-08-01 Thread Andre Wruszczak
I tried to unsubscribe from the mailing list here 
(http://openmeetings.apache.org/mail-lists.html) but it didn’t work (The mailto 
links are not doing anything for me and if I just write a mail to the address 
saved in the link, nothing happens).
How exactly am I supposed to unsubscribe? Do I have to write a specific header 
for the mail?

Thanks



Re: Room user/file panel size

2017-08-01 Thread Maxim Solodovnik
Full file name is displayed as tooltip (element title)
You can modify CSS: theme.css

On Tue, Aug 1, 2017 at 7:02 PM, Jacob Ouanounou  wrote:

> Hi Maxim,
>
> I have finally succeeded to run the version you made (for left side panel
> that was too large, in room page). In fact, I forgot to copy mysql
> connector in the corresponding directory.
>
> It is already much better than before. Thanks a lot.
>
> Still I would appreciate if I had (much) smaller fonts in this panel. As
> you can see in the screenshot below, the file-names are not readable. More
> generally, I think that all fonts can be smaller ... Is this in a css file
> ? Which one ?
>
> Thank you
>
> *Jacob Ouanounou*
>
>
>


-- 
WBR
Maxim aka solomax


Re: Room user/file panel size

2017-08-01 Thread Jacob Ouanounou

Hi Maxim,

I have finally succeeded to run the version you made (for left side 
panel that was too large, in room page). In fact, I forgot to copy mysql 
connector in the corresponding directory.


It is already much better than before. Thanks a lot.

Still I would appreciate if I had (much) smaller fonts in this panel. As 
you can see in the screenshot below, the file-names are not readable. 
More generally, I think that all fonts can be smaller ... Is this in a 
css file ? Which one ?


Thank you

*Jacob Ouanounou*




Re: clustering - testing user access diverted to separate nodes

2017-08-01 Thread Daniel Baker

Ok will take a look and give feedback.


On 8/1/2017 4:59 PM, Maxim Solodovnik wrote:
BTW latest SNAPSHOT support dynamic node adding/removing (according to 
my tests)

Would appreciate additional testing on this

The only issue remaining is multi-node websocket messages, hopefully 
will address this :)


On Tue, Aug 1, 2017 at 4:52 PM, Maxim Solodovnik > wrote:


Latest builds from here

https://builds.apache.org/view/M-R/view/OpenMeetings/job/Openmeetings%203.3.x/



Should work as expected, would appreciate early testing

Please NOTE: cluster set up was changed (simplified):

https://builds.apache.org/view/M-R/view/OpenMeetings/job/Openmeetings%203.3.x/site/openmeetings-server/Clustering.html



On Fri, Jul 28, 2017 at 5:42 PM, Daniel Baker
>
wrote:

Thanks  this will be very helpful

On 26 Jul 2017, at 16:20, Maxim Solodovnik
> wrote:

Hello Daniel,

going to check clustering this week
will report back here

On Wed, Jun 14, 2017 at 12:37 PM, Maxim Solodovnik > wrote:

Hello Daniel, Thanks :) I believe additional
configuration is required since Om 3.2.x: clustering
mode for Tomcats have to be additionally set up
https://tomcat.apache.org/tomcat-8.5-doc/cluster-howto.html

And/Or Apache Wicket clustering Will try to find some
time, set this up and update documentation Ping me
please if I'll be too silent On Mon, Jun 12, 2017 at
9:35 AM, Daniel Baker > wrote:

Hi Maxim, Hope you had a nice holiday. Can we
delve into this problem ? Thanks, Dan On
06/04/2017 01:51 PM, Maxim Solodovnik wrote:

Hello Dan, I'll double-check this as soon as I
get from the vacation after 2017.06.09 WBR,
Maxim (from mobile, sorry for the typos) On
Jun 4, 2017 08:44, "Daniel Baker"

>> wrote:
Hi, I am now at the stage of testing that
users are diverted to separate nodes. Problem
is I have now started receiving an error when
entering a room as user1 and also an admin
user I have included a screen shot as several
errors appear at once. What causes these
errors ? Thanks, Dan

-- WBR Maxim aka solomax 







-- 
WBR

Maxim aka solomax




--
WBR
Maxim aka solomax




---
This email has been checked for viruses by AVG.
http://www.avg.com


Re: clustering - testing user access diverted to separate nodes

2017-08-01 Thread Maxim Solodovnik
BTW latest SNAPSHOT support dynamic node adding/removing (according to my
tests)
Would appreciate additional testing on this

The only issue remaining is multi-node websocket messages, hopefully will
address this :)

On Tue, Aug 1, 2017 at 4:52 PM, Maxim Solodovnik 
wrote:

> Latest builds from here https://builds.apache.org/view/M-R/view/
> OpenMeetings/job/Openmeetings%203.3.x/
> Should work as expected, would appreciate early testing
>
> Please NOTE: cluster set up was changed (simplified): https://builds.
> apache.org/view/M-R/view/OpenMeetings/job/Openmeetings%
> 203.3.x/site/openmeetings-server/Clustering.html
>
> On Fri, Jul 28, 2017 at 5:42 PM, Daniel Baker  > wrote:
>
>> Thanks  this will be very helpful
>>
>> On 26 Jul 2017, at 16:20, Maxim Solodovnik  wrote:
>>>
>>> Hello Daniel,
>>>
>>> going to check clustering this week
>>> will report back here
>>>
>>> On Wed, Jun 14, 2017 at 12:37 PM, Maxim Solodovnik  
>>> wrote:
>>>
  Hello Daniel,

  Thanks :)
  I believe additional configuration is required since Om 3.2.x: clustering
  mode for Tomcats have to be additionally set up
  https://tomcat.apache.org/tomcat-8.5-doc/cluster-howto.html
  And/Or Apache Wicket clustering

  Will try to find some time, set this up and update documentation

  Ping me please if I'll be too silent


  On Mon, Jun 12, 2017 at 9:35 AM, Daniel Baker 
 
  wrote:

>
>  Hi Maxim,
>
>
>  Hope you had a nice holiday.Can we delve into this problem ?
>
>
>
>  Thanks,
>
>
>  Dan
>  On 06/04/2017 01:51 PM, Maxim Solodovnik wrote:
>
>>
>>  Hello Dan,
>>
>>  I'll double-check this as soon as I get from the vacation after
>>  2017.06.09
>>
>>
>>  WBR, Maxim
>>  (from mobile, sorry for the typos)
>>
>>  On Jun 4, 2017 08:44, "Daniel Baker" >  > wrote:
>>
>>  Hi,   I am now at the stage of testing that users are diverted to
>>  separate nodes.
>>
>>
>>  Problem is I have now started receiving an error when entering a
>>  room as user1 and also an admin user
>>
>>  I have included a screen shot as several errors appear at once.
>>
>>  What causes these errors ?
>>
>>  Thanks,
>>
>>  Dan
>
>
>
>


  --
  WBR
  Maxim aka solomax

>>>
>>>
>>>
>
>
> --
> WBR
> Maxim aka solomax
>



-- 
WBR
Maxim aka solomax


RE: [DISCUSSION] Rename of restricted room type

2017-08-01 Thread Yakovlev N.
Yes, I agree.

RESTRICTED is not an appropriate word and should be replaced.

Maybe.. CONTROLLED? LIMITED?

I do not insist..

 

From: Maxim Solodovnik [mailto:solomax...@gmail.com] 
Sent: Tuesday, August 1, 2017 11:13 AM
To: Openmeetings user-list
Subject: [DISCUSSION] Rename of restricted room type

 

Hello All,

 

It seems 'restricted' room type is very much confusing for ex. "Public 
Restricted Room"

For regular user it sounds like "room with limited functionality"

 

Maybe it worth to rename it to be 'moderated' or 'audience' or maybe someone 
can propose better name?

 

It would be also good change to review translations: [1] and maybe bring them 
up to date :))

 

[1] 
https://github.com/apache/openmeetings/tree/3.3.x/openmeetings-web/src/main/java/org/apache/openmeetings/web/app


 

-- 

WBR
Maxim aka solomax



Re: clustering - testing user access diverted to separate nodes

2017-08-01 Thread Maxim Solodovnik
Latest builds from here
https://builds.apache.org/view/M-R/view/OpenMeetings/job/Openmeetings%203.3.x/
Should work as expected, would appreciate early testing

Please NOTE: cluster set up was changed (simplified):
https://builds.apache.org/view/M-R/view/OpenMeetings/job/Openmeetings%203.3.x/site/openmeetings-server/Clustering.html

On Fri, Jul 28, 2017 at 5:42 PM, Daniel Baker 
wrote:

> Thanks  this will be very helpful
>
> On 26 Jul 2017, at 16:20, Maxim Solodovnik  wrote:
>>
>> Hello Daniel,
>>
>> going to check clustering this week
>> will report back here
>>
>> On Wed, Jun 14, 2017 at 12:37 PM, Maxim Solodovnik  
>> wrote:
>>
>>>  Hello Daniel,
>>>
>>>  Thanks :)
>>>  I believe additional configuration is required since Om 3.2.x: clustering
>>>  mode for Tomcats have to be additionally set up
>>>  https://tomcat.apache.org/tomcat-8.5-doc/cluster-howto.html
>>>  And/Or Apache Wicket clustering
>>>
>>>  Will try to find some time, set this up and update documentation
>>>
>>>  Ping me please if I'll be too silent
>>>
>>>
>>>  On Mon, Jun 12, 2017 at 9:35 AM, Daniel Baker 
>>>  wrote:
>>>

  Hi Maxim,


  Hope you had a nice holiday.Can we delve into this problem ?



  Thanks,


  Dan
  On 06/04/2017 01:51 PM, Maxim Solodovnik wrote:

>
>  Hello Dan,
>
>  I'll double-check this as soon as I get from the vacation after
>  2017.06.09
>
>
>  WBR, Maxim
>  (from mobile, sorry for the typos)
>
>  On Jun 4, 2017 08:44, "Daniel Baker"   > wrote:
>
>  Hi,   I am now at the stage of testing that users are diverted to
>  separate nodes.
>
>
>  Problem is I have now started receiving an error when entering a
>  room as user1 and also an admin user
>
>  I have included a screen shot as several errors appear at once.
>
>  What causes these errors ?
>
>  Thanks,
>
>  Dan




>>>
>>>
>>>  --
>>>  WBR
>>>  Maxim aka solomax
>>>
>>
>>
>>


-- 
WBR
Maxim aka solomax


[DISCUSSION] Rename of restricted room type

2017-08-01 Thread Maxim Solodovnik
Hello All,

It seems 'restricted' room type is very much confusing for ex. "Public
Restricted Room"
For regular user it sounds like "room with limited functionality"

Maybe it worth to rename it to be 'moderated' or 'audience' or maybe
someone can propose better name?

It would be also good change to review translations: [1] and maybe bring
them up to date :))

[1]
https://github.com/apache/openmeetings/tree/3.3.x/openmeetings-web/src/main/java/org/apache/openmeetings/web/app

-- 
WBR
Maxim aka solomax