Re: [HELP NEEDED] 5.0.0 release

2020-03-29 Thread Maxim Solodovnik
So I assume
1) you put config from SO to your Apache
2) change the line RedirectMatch ^/$
https://domain.test-test.eu/openmeetings
3) restart Apache
4) change conf/server.xml https://markmail.org/message/5wnts6izxxmejord
5) restart OM

On Mon, 30 Mar 2020 at 12:22, Peter Dähn  wrote:

> Thanks for the information,
>
> but I get an error in browser console...
>
>   XML-Verarbeitungsfehler: Syntax-Fehler
> Adresse: https://openmeetings.vcrp.de/openmeetings/signin
> Zeile Nr. 1, Spalte 1:
>
> and network monitor shows 400 bad request on
>
> https://openmeetings.vcrp.de/openmeetings/wicket/bookmarkable/org.apache.openmeetings.web.pages.auth.SignInPage?6-1.1-signin
>
> Am 30.03.20 um 06:22 schrieb Maxim Solodovnik:
> >
> https://stackoverflow.com/questions/51721771/apache-openmeetings-4-0-4-csrf-attack-when-using-apache2-as-proxypass
> >
> > this will work for 5.0 with minimum-to-none modifications
> >
> > On Mon, 30 Mar 2020 at 11:21, Peter Dähn  wrote:
> >
> >> I know... this is really something here with my system... it is
> >> something with tomcat->https-> upload dialog...
> >>
> >> But doesn't seem to be a showstopper for release...
> >>
> >> Is there a guide for apache config? I'm in homeoffice and archived mails
> >> are not available here...
> >>
> >> Am 30.03.20 um 06:14 schrieb Maxim Solodovnik:
> >>> Just have uploaded 16M PDF to the latest SNAPSHOT - no issues :(
> >>>
> >>> On Mon, 30 Mar 2020 at 11:04, Peter Dähn  wrote:
> >>>
>  no... this also happen with one uploaded file... seems to happen with
>  larger files >1MB but sometimes the same file can be uploaded or
> not...
> 
>  so it is not a size limit. But evrything I try with time and frames
>  didn't help.
> 
>  Am 30.03.20 um 05:38 schrieb Maxim Solodovnik:
> > What are the steps to reproduce?
> >
> > to take 200k PDF and upload it 10 times?
> >
> > On Mon, 30 Mar 2020 at 10:36, Peter Dähn  wrote:
> >
> >> Hi Maxim,
> >>
> >> I found the comment in a commit... **
> >>
> >> so i already try it...
> >> *:-( *
> >> Right now I try to use http and this worked. So I will switch to
> >> apache
> >> mod_proxy during the day. I think this is the fastest way now.
> >>
> >> Thank you so far
> >> Peter
> >>
> >> Am 30.03.20 um 03:42 schrieb Maxim Solodovnik:
> >>
> >> My bad
> >> there is another place to changehttps://
> >>
> github.com/apache/openmeetings/blob/master/openmeetings-server/pom.xml#L121
> >> You should see correct Tomcat version in catalina.out
> >>
> >> On Mon, 30 Mar 2020 at 03:03, Peter Dähn  <
> >> da...@vcrp.de>
>  wrote:
> >> Hi Maxim,
> >>
> >> sorry took a "bit" longer...
> >>
> >> Unfortunately nothing changed. The same error.
> >>
> >> Could you help me to find the point, where this post request to
> >> upload a
> >> file will be generated?
> >>
> >> Greetings Peter
> >>
> >> Am 29.03.20 um 13:04 schrieb Maxim Solodovnik:
> >>
> >> Can you try to update Tomcat to 9.0.33
> >> like this
>  https://github.com/apache/openmeetings/blob/master/pom.xml#L85
> >> Most probably it will help with upload
> >>
> >> On Sun, 29 Mar 2020 at 18:02, Peter Dähn  <
> >> da...@vcrp.de>
>  wrote:
> >> here you are...
> >>
> >> Revision 81e95ac
> >> Builddate 2020-02-21T14:27:26Z
> >> rotating balls are not my issue, I will ask the one. But as far as I
> >> understand, this doesn't happen any time...
> >>
> >> Am 29.03.20 um 12:01 schrieb Maxim Solodovnik:
> >>
> >> can you share revision of your version?
> >>
> >> While you have "endless rolling balls" do you have any error
> requests
> >> in
> >> Dev console->Network?
> >> anything with status 500 or so?
> >>
> >> On Sun, 29 Mar 2020 at 16:07, Peter Dähn  <
> >> da...@vcrp.de>
>   
> >> wrote:
> >>
> >> Hi Maxim,
> >>
> >> 1. latest build isn't an option yet. Bootstrap changes does't work
> >> with
> >> our coustom.css. I would prefer to "repair" current installation
> >> (latest
> >> build without  bootstrap).
> >>
> >> Upload wors on demo.
> >>
> >> 2. There ist also *ReferenceError: sipKeyDown is not defined* But
> this
> >> one I ignored.
> >>
> >> Greetings Peter
> >>
> >>
> >>
> >> Am 29.03.20 um 03:14 schrieb Maxim Solodovnik:
> >>
> >> Are you using most recent version of M4?
> >>
> >>
> >> Do you have these upload issues on demo?
> >> (If yes - please share problem doc)
> >>
> >> * there was an issue in Wicket fixed recently, could you update and
> >> re-build (new Wicket SNAPSHOT should be used automatically)
> >>
> >> 2) `group/customcss` can be ignored
> >> Any other errors (in browser console or server log)?
> >>
> >> (chat is missing sounds like JS error)
> >>
> >>
> >> 

Re: [HELP NEEDED] 5.0.0 release

2020-03-29 Thread Peter Dähn

Thanks for the information,

but I get an error in browser console...

 XML-Verarbeitungsfehler: Syntax-Fehler
Adresse: https://openmeetings.vcrp.de/openmeetings/signin
Zeile Nr. 1, Spalte 1:

and network monitor shows 400 bad request on 
https://openmeetings.vcrp.de/openmeetings/wicket/bookmarkable/org.apache.openmeetings.web.pages.auth.SignInPage?6-1.1-signin


Am 30.03.20 um 06:22 schrieb Maxim Solodovnik:

https://stackoverflow.com/questions/51721771/apache-openmeetings-4-0-4-csrf-attack-when-using-apache2-as-proxypass

this will work for 5.0 with minimum-to-none modifications

On Mon, 30 Mar 2020 at 11:21, Peter Dähn  wrote:


I know... this is really something here with my system... it is
something with tomcat->https-> upload dialog...

But doesn't seem to be a showstopper for release...

Is there a guide for apache config? I'm in homeoffice and archived mails
are not available here...

Am 30.03.20 um 06:14 schrieb Maxim Solodovnik:

Just have uploaded 16M PDF to the latest SNAPSHOT - no issues :(

On Mon, 30 Mar 2020 at 11:04, Peter Dähn  wrote:


no... this also happen with one uploaded file... seems to happen with
larger files >1MB but sometimes the same file can be uploaded or not...

so it is not a size limit. But evrything I try with time and frames
didn't help.

Am 30.03.20 um 05:38 schrieb Maxim Solodovnik:

What are the steps to reproduce?

to take 200k PDF and upload it 10 times?

On Mon, 30 Mar 2020 at 10:36, Peter Dähn  wrote:


Hi Maxim,

I found the comment in a commit... **

so i already try it...
*:-( *
Right now I try to use http and this worked. So I will switch to

apache

mod_proxy during the day. I think this is the fastest way now.

Thank you so far
Peter

Am 30.03.20 um 03:42 schrieb Maxim Solodovnik:

My bad
there is another place to changehttps://

github.com/apache/openmeetings/blob/master/openmeetings-server/pom.xml#L121

You should see correct Tomcat version in catalina.out

On Mon, 30 Mar 2020 at 03:03, Peter Dähn  <

da...@vcrp.de>

wrote:

Hi Maxim,

sorry took a "bit" longer...

Unfortunately nothing changed. The same error.

Could you help me to find the point, where this post request to

upload a

file will be generated?

Greetings Peter

Am 29.03.20 um 13:04 schrieb Maxim Solodovnik:

Can you try to update Tomcat to 9.0.33
like this

https://github.com/apache/openmeetings/blob/master/pom.xml#L85

Most probably it will help with upload

On Sun, 29 Mar 2020 at 18:02, Peter Dähn  <

da...@vcrp.de>

wrote:

here you are...

Revision 81e95ac
Builddate 2020-02-21T14:27:26Z
rotating balls are not my issue, I will ask the one. But as far as I
understand, this doesn't happen any time...

Am 29.03.20 um 12:01 schrieb Maxim Solodovnik:

can you share revision of your version?

While you have "endless rolling balls" do you have any error requests

in

Dev console->Network?
anything with status 500 or so?

On Sun, 29 Mar 2020 at 16:07, Peter Dähn  <

da...@vcrp.de>

 

wrote:

Hi Maxim,

1. latest build isn't an option yet. Bootstrap changes does't work

with

our coustom.css. I would prefer to "repair" current installation

(latest

build without  bootstrap).

Upload wors on demo.

2. There ist also *ReferenceError: sipKeyDown is not defined* But this
one I ignored.

Greetings Peter



Am 29.03.20 um 03:14 schrieb Maxim Solodovnik:

Are you using most recent version of M4?


Do you have these upload issues on demo?
(If yes - please share problem doc)

* there was an issue in Wicket fixed recently, could you update and
re-build (new Wicket SNAPSHOT should be used automatically)

2) `group/customcss` can be ignored
Any other errors (in browser console or server log)?

(chat is missing sounds like JS error)


On Sun, 29 Mar 2020 at 08:00, Peter Dähn  <

da...@vcrp.de>

 

   

wrote:

Hi Maxim,

there are two issues left. Maybe my installation. But it is the same
behaviour on test and on production.

1. I have upload problems. Not specific by time ore size. Same file

might

work or not.

I get an error in the logs, but no recommended solution helped.

*WARN  03-28 00:57:13.083 o.a.w.m.h.f.Form:1469 [io-5080-exec-23] -

Upload

failed: Processing of multipart/form-data request failed.
java.io.IOException: Stream reset*
*org.apache.commons.fileupload.FileUploadBase$IOFileUploadException:
Processing of multipart/form-data request failed. java.io.IOException:
Stream reset*
*at




org.apache.commons.fileupload.FileUploadBase.parseRequest(FileUploadBase.java:350)*

*at




org.apache.wicket.protocol.http.servlet.MultipartServletWebRequestImpl.parseFileParts(MultipartServletWebRequestImpl.java:196)*

*at


org.apache.wicket.markup.html.form.Form.handleMultiPart(Form.java:1419)*

*at




org.apache.openmeetings.web.room.sidebar.UploadDialog$1.handleMultiPart(UploadDialog.java:83)*

*at


org.apache.wicket.markup.html.form.Form.onFormSubmitted(Form.java:771)*

*at





Re: [HELP NEEDED] 5.0.0 release

2020-03-29 Thread Maxim Solodovnik
https://stackoverflow.com/questions/51721771/apache-openmeetings-4-0-4-csrf-attack-when-using-apache2-as-proxypass

this will work for 5.0 with minimum-to-none modifications

On Mon, 30 Mar 2020 at 11:21, Peter Dähn  wrote:

> I know... this is really something here with my system... it is
> something with tomcat->https-> upload dialog...
>
> But doesn't seem to be a showstopper for release...
>
> Is there a guide for apache config? I'm in homeoffice and archived mails
> are not available here...
>
> Am 30.03.20 um 06:14 schrieb Maxim Solodovnik:
> > Just have uploaded 16M PDF to the latest SNAPSHOT - no issues :(
> >
> > On Mon, 30 Mar 2020 at 11:04, Peter Dähn  wrote:
> >
> >> no... this also happen with one uploaded file... seems to happen with
> >> larger files >1MB but sometimes the same file can be uploaded or not...
> >>
> >> so it is not a size limit. But evrything I try with time and frames
> >> didn't help.
> >>
> >> Am 30.03.20 um 05:38 schrieb Maxim Solodovnik:
> >>> What are the steps to reproduce?
> >>>
> >>> to take 200k PDF and upload it 10 times?
> >>>
> >>> On Mon, 30 Mar 2020 at 10:36, Peter Dähn  wrote:
> >>>
>  Hi Maxim,
> 
>  I found the comment in a commit... **
> 
>  so i already try it...
>  *:-( *
>  Right now I try to use http and this worked. So I will switch to
> apache
>  mod_proxy during the day. I think this is the fastest way now.
> 
>  Thank you so far
>  Peter
> 
>  Am 30.03.20 um 03:42 schrieb Maxim Solodovnik:
> 
>  My bad
>  there is another place to changehttps://
> >>
> github.com/apache/openmeetings/blob/master/openmeetings-server/pom.xml#L121
>  You should see correct Tomcat version in catalina.out
> 
>  On Mon, 30 Mar 2020 at 03:03, Peter Dähn  <
> da...@vcrp.de>
> >> wrote:
> 
>  Hi Maxim,
> 
>  sorry took a "bit" longer...
> 
>  Unfortunately nothing changed. The same error.
> 
>  Could you help me to find the point, where this post request to
> upload a
>  file will be generated?
> 
>  Greetings Peter
> 
>  Am 29.03.20 um 13:04 schrieb Maxim Solodovnik:
> 
>  Can you try to update Tomcat to 9.0.33
>  like this
> >> https://github.com/apache/openmeetings/blob/master/pom.xml#L85
>  Most probably it will help with upload
> 
>  On Sun, 29 Mar 2020 at 18:02, Peter Dähn  <
> da...@vcrp.de>
> >> wrote:
> 
>  here you are...
> 
>  Revision 81e95ac
>  Builddate 2020-02-21T14:27:26Z
>  rotating balls are not my issue, I will ask the one. But as far as I
>  understand, this doesn't happen any time...
> 
>  Am 29.03.20 um 12:01 schrieb Maxim Solodovnik:
> 
>  can you share revision of your version?
> 
>  While you have "endless rolling balls" do you have any error requests
> in
>  Dev console->Network?
>  anything with status 500 or so?
> 
>  On Sun, 29 Mar 2020 at 16:07, Peter Dähn  <
> da...@vcrp.de>
> >>  
>  wrote:
> 
>  Hi Maxim,
> 
>  1. latest build isn't an option yet. Bootstrap changes does't work
> with
>  our coustom.css. I would prefer to "repair" current installation
> (latest
>  build without  bootstrap).
> 
>  Upload wors on demo.
> 
>  2. There ist also *ReferenceError: sipKeyDown is not defined* But this
>  one I ignored.
> 
>  Greetings Peter
> 
> 
> 
>  Am 29.03.20 um 03:14 schrieb Maxim Solodovnik:
> 
>  Are you using most recent version of M4?
> 
> 
>  Do you have these upload issues on demo?
>  (If yes - please share problem doc)
> 
>  * there was an issue in Wicket fixed recently, could you update and
>  re-build (new Wicket SNAPSHOT should be used automatically)
> 
>  2) `group/customcss` can be ignored
>  Any other errors (in browser console or server log)?
> 
>  (chat is missing sounds like JS error)
> 
> 
>  On Sun, 29 Mar 2020 at 08:00, Peter Dähn  <
> da...@vcrp.de>
> >>  
> 
> wrote:
> 
>  Hi Maxim,
> 
>  there are two issues left. Maybe my installation. But it is the same
>  behaviour on test and on production.
> 
>  1. I have upload problems. Not specific by time ore size. Same file
> 
>  might
> 
>  work or not.
> 
>  I get an error in the logs, but no recommended solution helped.
> 
>  *WARN  03-28 00:57:13.083 o.a.w.m.h.f.Form:1469 [io-5080-exec-23] -
> 
>  Upload
> 
>  failed: Processing of multipart/form-data request failed.
>  java.io.IOException: Stream reset*
>  *org.apache.commons.fileupload.FileUploadBase$IOFileUploadException:
>  Processing of multipart/form-data request failed. java.io.IOException:
>  Stream reset*
>  *at
> 
> 
> 
> >>
> org.apache.commons.fileupload.FileUploadBase.parseRequest(FileUploadBase.java:350)*
>  *at
> 
> 
> 
> 

Re: [HELP NEEDED] 5.0.0 release

2020-03-29 Thread Peter Dähn
I know... this is really something here with my system... it is 
something with tomcat->https-> upload dialog...


But doesn't seem to be a showstopper for release...

Is there a guide for apache config? I'm in homeoffice and archived mails 
are not available here...


Am 30.03.20 um 06:14 schrieb Maxim Solodovnik:

Just have uploaded 16M PDF to the latest SNAPSHOT - no issues :(

On Mon, 30 Mar 2020 at 11:04, Peter Dähn  wrote:


no... this also happen with one uploaded file... seems to happen with
larger files >1MB but sometimes the same file can be uploaded or not...

so it is not a size limit. But evrything I try with time and frames
didn't help.

Am 30.03.20 um 05:38 schrieb Maxim Solodovnik:

What are the steps to reproduce?

to take 200k PDF and upload it 10 times?

On Mon, 30 Mar 2020 at 10:36, Peter Dähn  wrote:


Hi Maxim,

I found the comment in a commit... **

so i already try it...
*:-( *
Right now I try to use http and this worked. So I will switch to apache
mod_proxy during the day. I think this is the fastest way now.

Thank you so far
Peter

Am 30.03.20 um 03:42 schrieb Maxim Solodovnik:

My bad
there is another place to changehttps://

github.com/apache/openmeetings/blob/master/openmeetings-server/pom.xml#L121

You should see correct Tomcat version in catalina.out

On Mon, 30 Mar 2020 at 03:03, Peter Dähn  

wrote:


Hi Maxim,

sorry took a "bit" longer...

Unfortunately nothing changed. The same error.

Could you help me to find the point, where this post request to upload a
file will be generated?

Greetings Peter

Am 29.03.20 um 13:04 schrieb Maxim Solodovnik:

Can you try to update Tomcat to 9.0.33
like this

https://github.com/apache/openmeetings/blob/master/pom.xml#L85

Most probably it will help with upload

On Sun, 29 Mar 2020 at 18:02, Peter Dähn  

wrote:


here you are...

Revision 81e95ac
Builddate 2020-02-21T14:27:26Z
rotating balls are not my issue, I will ask the one. But as far as I
understand, this doesn't happen any time...

Am 29.03.20 um 12:01 schrieb Maxim Solodovnik:

can you share revision of your version?

While you have "endless rolling balls" do you have any error requests in
Dev console->Network?
anything with status 500 or so?

On Sun, 29 Mar 2020 at 16:07, Peter Dähn  

 

wrote:

Hi Maxim,

1. latest build isn't an option yet. Bootstrap changes does't work with
our coustom.css. I would prefer to "repair" current installation (latest
build without  bootstrap).

Upload wors on demo.

2. There ist also *ReferenceError: sipKeyDown is not defined* But this
one I ignored.

Greetings Peter



Am 29.03.20 um 03:14 schrieb Maxim Solodovnik:

Are you using most recent version of M4?


Do you have these upload issues on demo?
(If yes - please share problem doc)

* there was an issue in Wicket fixed recently, could you update and
re-build (new Wicket SNAPSHOT should be used automatically)

2) `group/customcss` can be ignored
Any other errors (in browser console or server log)?

(chat is missing sounds like JS error)


On Sun, 29 Mar 2020 at 08:00, Peter Dähn  

 

wrote:

Hi Maxim,

there are two issues left. Maybe my installation. But it is the same
behaviour on test and on production.

1. I have upload problems. Not specific by time ore size. Same file

might

work or not.

I get an error in the logs, but no recommended solution helped.

*WARN  03-28 00:57:13.083 o.a.w.m.h.f.Form:1469 [io-5080-exec-23] -

Upload

failed: Processing of multipart/form-data request failed.
java.io.IOException: Stream reset*
*org.apache.commons.fileupload.FileUploadBase$IOFileUploadException:
Processing of multipart/form-data request failed. java.io.IOException:
Stream reset*
*at




org.apache.commons.fileupload.FileUploadBase.parseRequest(FileUploadBase.java:350)*

*at




org.apache.wicket.protocol.http.servlet.MultipartServletWebRequestImpl.parseFileParts(MultipartServletWebRequestImpl.java:196)*

*at
org.apache.wicket.markup.html.form.Form.handleMultiPart(Form.java:1419)*
*at




org.apache.openmeetings.web.room.sidebar.UploadDialog$1.handleMultiPart(UploadDialog.java:83)*

*at
org.apache.wicket.markup.html.form.Form.onFormSubmitted(Form.java:771)*
*at




com.googlecode.wicket.jquery.ui.widget.dialog.AbstractFormDialog.internalOnClick(AbstractFormDialog.java:215)*

*at




com.googlecode.wicket.jquery.ui.widget.dialog.AbstractDialog$2.onClick(AbstractDialog.java:440)*

*at




com.googlecode.wicket.jquery.ui.widget.dialog.DialogBehavior.onAjax(DialogBehavior.java:188)*

*at




com.googlecode.wicket.jquery.core.ajax.JQueryAjaxBehavior.respond(JQueryAjaxBehavior.java:174)*

*at




org.apache.wicket.ajax.AbstractDefaultAjaxBehavior.onRequest(AbstractDefaultAjaxBehavior.java:597)*

*at




org.apache.wicket.core.request.handler.ListenerRequestHandler.internalInvoke(ListenerRequestHandler.java:306)*

*at




org.apache.wicket.core.request.handler.ListenerRequestHandler.invoke(ListenerRequestHandler.java:280)*

*at





Re: [HELP NEEDED] 5.0.0 release

2020-03-29 Thread Maxim Solodovnik
Just have uploaded 16M PDF to the latest SNAPSHOT - no issues :(

On Mon, 30 Mar 2020 at 11:04, Peter Dähn  wrote:

> no... this also happen with one uploaded file... seems to happen with
> larger files >1MB but sometimes the same file can be uploaded or not...
>
> so it is not a size limit. But evrything I try with time and frames
> didn't help.
>
> Am 30.03.20 um 05:38 schrieb Maxim Solodovnik:
> > What are the steps to reproduce?
> >
> > to take 200k PDF and upload it 10 times?
> >
> > On Mon, 30 Mar 2020 at 10:36, Peter Dähn  wrote:
> >
> >> Hi Maxim,
> >>
> >> I found the comment in a commit... **
> >>
> >> so i already try it...
> >> *:-( *
> >> Right now I try to use http and this worked. So I will switch to apache
> >> mod_proxy during the day. I think this is the fastest way now.
> >>
> >> Thank you so far
> >> Peter
> >>
> >> Am 30.03.20 um 03:42 schrieb Maxim Solodovnik:
> >>
> >> My bad
> >> there is another place to changehttps://
> github.com/apache/openmeetings/blob/master/openmeetings-server/pom.xml#L121
> >> You should see correct Tomcat version in catalina.out
> >>
> >> On Mon, 30 Mar 2020 at 03:03, Peter Dähn  
> wrote:
> >>
> >>
> >> Hi Maxim,
> >>
> >> sorry took a "bit" longer...
> >>
> >> Unfortunately nothing changed. The same error.
> >>
> >> Could you help me to find the point, where this post request to upload a
> >> file will be generated?
> >>
> >> Greetings Peter
> >>
> >> Am 29.03.20 um 13:04 schrieb Maxim Solodovnik:
> >>
> >> Can you try to update Tomcat to 9.0.33
> >> like this
> https://github.com/apache/openmeetings/blob/master/pom.xml#L85
> >>
> >> Most probably it will help with upload
> >>
> >> On Sun, 29 Mar 2020 at 18:02, Peter Dähn  
> wrote:
> >>
> >>
> >> here you are...
> >>
> >> Revision 81e95ac
> >> Builddate 2020-02-21T14:27:26Z
> >> rotating balls are not my issue, I will ask the one. But as far as I
> >> understand, this doesn't happen any time...
> >>
> >> Am 29.03.20 um 12:01 schrieb Maxim Solodovnik:
> >>
> >> can you share revision of your version?
> >>
> >> While you have "endless rolling balls" do you have any error requests in
> >> Dev console->Network?
> >> anything with status 500 or so?
> >>
> >> On Sun, 29 Mar 2020 at 16:07, Peter Dähn  
>  
> >>
> >> wrote:
> >>
> >> Hi Maxim,
> >>
> >> 1. latest build isn't an option yet. Bootstrap changes does't work with
> >> our coustom.css. I would prefer to "repair" current installation (latest
> >> build without  bootstrap).
> >>
> >> Upload wors on demo.
> >>
> >> 2. There ist also *ReferenceError: sipKeyDown is not defined* But this
> >> one I ignored.
> >>
> >> Greetings Peter
> >>
> >>
> >>
> >> Am 29.03.20 um 03:14 schrieb Maxim Solodovnik:
> >>
> >> Are you using most recent version of M4?
> >>
> >>
> >> Do you have these upload issues on demo?
> >> (If yes - please share problem doc)
> >>
> >> * there was an issue in Wicket fixed recently, could you update and
> >> re-build (new Wicket SNAPSHOT should be used automatically)
> >>
> >> 2) `group/customcss` can be ignored
> >> Any other errors (in browser console or server log)?
> >>
> >> (chat is missing sounds like JS error)
> >>
> >>
> >> On Sun, 29 Mar 2020 at 08:00, Peter Dähn  
>  
> >>
> >> wrote:
> >>
> >> Hi Maxim,
> >>
> >> there are two issues left. Maybe my installation. But it is the same
> >> behaviour on test and on production.
> >>
> >> 1. I have upload problems. Not specific by time ore size. Same file
> >>
> >> might
> >>
> >> work or not.
> >>
> >> I get an error in the logs, but no recommended solution helped.
> >>
> >> *WARN  03-28 00:57:13.083 o.a.w.m.h.f.Form:1469 [io-5080-exec-23] -
> >>
> >> Upload
> >>
> >> failed: Processing of multipart/form-data request failed.
> >> java.io.IOException: Stream reset*
> >> *org.apache.commons.fileupload.FileUploadBase$IOFileUploadException:
> >> Processing of multipart/form-data request failed. java.io.IOException:
> >> Stream reset*
> >> *at
> >>
> >>
> >>
> org.apache.commons.fileupload.FileUploadBase.parseRequest(FileUploadBase.java:350)*
> >>
> >> *at
> >>
> >>
> >>
> org.apache.wicket.protocol.http.servlet.MultipartServletWebRequestImpl.parseFileParts(MultipartServletWebRequestImpl.java:196)*
> >>
> >> *at
> >> org.apache.wicket.markup.html.form.Form.handleMultiPart(Form.java:1419)*
> >> *at
> >>
> >>
> >>
> org.apache.openmeetings.web.room.sidebar.UploadDialog$1.handleMultiPart(UploadDialog.java:83)*
> >>
> >> *at
> >> org.apache.wicket.markup.html.form.Form.onFormSubmitted(Form.java:771)*
> >> *at
> >>
> >>
> >>
> com.googlecode.wicket.jquery.ui.widget.dialog.AbstractFormDialog.internalOnClick(AbstractFormDialog.java:215)*
> >>
> >> *at
> >>
> >>
> >>
> com.googlecode.wicket.jquery.ui.widget.dialog.AbstractDialog$2.onClick(AbstractDialog.java:440)*
> >>
> >> *at
> >>
> >>
> >>
> com.googlecode.wicket.jquery.ui.widget.dialog.DialogBehavior.onAjax(DialogBehavior.java:188)*
> >>
> >> *at
> >>
> >>
> >>
> 

Re: [HELP NEEDED] 5.0.0 release

2020-03-29 Thread Peter Dähn
no... this also happen with one uploaded file... seems to happen with 
larger files >1MB but sometimes the same file can be uploaded or not...


so it is not a size limit. But evrything I try with time and frames 
didn't help.


Am 30.03.20 um 05:38 schrieb Maxim Solodovnik:

What are the steps to reproduce?

to take 200k PDF and upload it 10 times?

On Mon, 30 Mar 2020 at 10:36, Peter Dähn  wrote:


Hi Maxim,

I found the comment in a commit... **

so i already try it...
*:-( *
Right now I try to use http and this worked. So I will switch to apache
mod_proxy during the day. I think this is the fastest way now.

Thank you so far
Peter

Am 30.03.20 um 03:42 schrieb Maxim Solodovnik:

My bad
there is another place to 
changehttps://github.com/apache/openmeetings/blob/master/openmeetings-server/pom.xml#L121
You should see correct Tomcat version in catalina.out

On Mon, 30 Mar 2020 at 03:03, Peter Dähn   wrote:


Hi Maxim,

sorry took a "bit" longer...

Unfortunately nothing changed. The same error.

Could you help me to find the point, where this post request to upload a
file will be generated?

Greetings Peter

Am 29.03.20 um 13:04 schrieb Maxim Solodovnik:

Can you try to update Tomcat to 9.0.33
like this https://github.com/apache/openmeetings/blob/master/pom.xml#L85

Most probably it will help with upload

On Sun, 29 Mar 2020 at 18:02, Peter Dähn   wrote:


here you are...

Revision 81e95ac
Builddate 2020-02-21T14:27:26Z
rotating balls are not my issue, I will ask the one. But as far as I
understand, this doesn't happen any time...

Am 29.03.20 um 12:01 schrieb Maxim Solodovnik:

can you share revision of your version?

While you have "endless rolling balls" do you have any error requests in
Dev console->Network?
anything with status 500 or so?

On Sun, 29 Mar 2020 at 16:07, Peter Dähn   
 

wrote:

Hi Maxim,

1. latest build isn't an option yet. Bootstrap changes does't work with
our coustom.css. I would prefer to "repair" current installation (latest
build without  bootstrap).

Upload wors on demo.

2. There ist also *ReferenceError: sipKeyDown is not defined* But this
one I ignored.

Greetings Peter



Am 29.03.20 um 03:14 schrieb Maxim Solodovnik:

Are you using most recent version of M4?


Do you have these upload issues on demo?
(If yes - please share problem doc)

* there was an issue in Wicket fixed recently, could you update and
re-build (new Wicket SNAPSHOT should be used automatically)

2) `group/customcss` can be ignored
Any other errors (in browser console or server log)?

(chat is missing sounds like JS error)


On Sun, 29 Mar 2020 at 08:00, Peter Dähn   
 

wrote:

Hi Maxim,

there are two issues left. Maybe my installation. But it is the same
behaviour on test and on production.

1. I have upload problems. Not specific by time ore size. Same file

might

work or not.

I get an error in the logs, but no recommended solution helped.

*WARN  03-28 00:57:13.083 o.a.w.m.h.f.Form:1469 [io-5080-exec-23] -

Upload

failed: Processing of multipart/form-data request failed.
java.io.IOException: Stream reset*
*org.apache.commons.fileupload.FileUploadBase$IOFileUploadException:
Processing of multipart/form-data request failed. java.io.IOException:
Stream reset*
*at


org.apache.commons.fileupload.FileUploadBase.parseRequest(FileUploadBase.java:350)*

*at


org.apache.wicket.protocol.http.servlet.MultipartServletWebRequestImpl.parseFileParts(MultipartServletWebRequestImpl.java:196)*

*at
org.apache.wicket.markup.html.form.Form.handleMultiPart(Form.java:1419)*
*at


org.apache.openmeetings.web.room.sidebar.UploadDialog$1.handleMultiPart(UploadDialog.java:83)*

*at
org.apache.wicket.markup.html.form.Form.onFormSubmitted(Form.java:771)*
*at


com.googlecode.wicket.jquery.ui.widget.dialog.AbstractFormDialog.internalOnClick(AbstractFormDialog.java:215)*

*at


com.googlecode.wicket.jquery.ui.widget.dialog.AbstractDialog$2.onClick(AbstractDialog.java:440)*

*at


com.googlecode.wicket.jquery.ui.widget.dialog.DialogBehavior.onAjax(DialogBehavior.java:188)*

*at


com.googlecode.wicket.jquery.core.ajax.JQueryAjaxBehavior.respond(JQueryAjaxBehavior.java:174)*

*at


org.apache.wicket.ajax.AbstractDefaultAjaxBehavior.onRequest(AbstractDefaultAjaxBehavior.java:597)*

*at


org.apache.wicket.core.request.handler.ListenerRequestHandler.internalInvoke(ListenerRequestHandler.java:306)*

*at


org.apache.wicket.core.request.handler.ListenerRequestHandler.invoke(ListenerRequestHandler.java:280)*

*at


org.apache.wicket.core.request.handler.ListenerRequestHandler.invokeListener(ListenerRequestHandler.java:222)*

*at


org.apache.wicket.core.request.handler.ListenerRequestHandler.respond(ListenerRequestHandler.java:208)*

*at


org.apache.wicket.request.cycle.RequestCycle$HandlerExecutor.respond(RequestCycle.java:917)*

*at


org.apache.wicket.request.RequestHandlerExecutor.execute(RequestHandlerExecutor.java:63)*

*at



Re: [HELP NEEDED] 5.0.0 release

2020-03-29 Thread Maxim Solodovnik
What are the steps to reproduce?

to take 200k PDF and upload it 10 times?

On Mon, 30 Mar 2020 at 10:36, Peter Dähn  wrote:

> Hi Maxim,
>
> I found the comment in a commit... **
>
> so i already try it...
> *:-( *
> Right now I try to use http and this worked. So I will switch to apache
> mod_proxy during the day. I think this is the fastest way now.
>
> Thank you so far
> Peter
>
> Am 30.03.20 um 03:42 schrieb Maxim Solodovnik:
>
> My bad
> there is another place to 
> changehttps://github.com/apache/openmeetings/blob/master/openmeetings-server/pom.xml#L121
> You should see correct Tomcat version in catalina.out
>
> On Mon, 30 Mar 2020 at 03:03, Peter Dähn   
> wrote:
>
>
> Hi Maxim,
>
> sorry took a "bit" longer...
>
> Unfortunately nothing changed. The same error.
>
> Could you help me to find the point, where this post request to upload a
> file will be generated?
>
> Greetings Peter
>
> Am 29.03.20 um 13:04 schrieb Maxim Solodovnik:
>
> Can you try to update Tomcat to 9.0.33
> like this https://github.com/apache/openmeetings/blob/master/pom.xml#L85
>
> Most probably it will help with upload
>
> On Sun, 29 Mar 2020 at 18:02, Peter Dähn   
> wrote:
>
>
> here you are...
>
> Revision 81e95ac
> Builddate 2020-02-21T14:27:26Z
> rotating balls are not my issue, I will ask the one. But as far as I
> understand, this doesn't happen any time...
>
> Am 29.03.20 um 12:01 schrieb Maxim Solodovnik:
>
> can you share revision of your version?
>
> While you have "endless rolling balls" do you have any error requests in
> Dev console->Network?
> anything with status 500 or so?
>
> On Sun, 29 Mar 2020 at 16:07, Peter Dähn   
>  
>
> wrote:
>
> Hi Maxim,
>
> 1. latest build isn't an option yet. Bootstrap changes does't work with
> our coustom.css. I would prefer to "repair" current installation (latest
> build without  bootstrap).
>
> Upload wors on demo.
>
> 2. There ist also *ReferenceError: sipKeyDown is not defined* But this
> one I ignored.
>
> Greetings Peter
>
>
>
> Am 29.03.20 um 03:14 schrieb Maxim Solodovnik:
>
> Are you using most recent version of M4?
>
>
> Do you have these upload issues on demo?
> (If yes - please share problem doc)
>
> * there was an issue in Wicket fixed recently, could you update and
> re-build (new Wicket SNAPSHOT should be used automatically)
>
> 2) `group/customcss` can be ignored
> Any other errors (in browser console or server log)?
>
> (chat is missing sounds like JS error)
>
>
> On Sun, 29 Mar 2020 at 08:00, Peter Dähn   
>  
>
> wrote:
>
> Hi Maxim,
>
> there are two issues left. Maybe my installation. But it is the same
> behaviour on test and on production.
>
> 1. I have upload problems. Not specific by time ore size. Same file
>
> might
>
> work or not.
>
> I get an error in the logs, but no recommended solution helped.
>
> *WARN  03-28 00:57:13.083 o.a.w.m.h.f.Form:1469 [io-5080-exec-23] -
>
> Upload
>
> failed: Processing of multipart/form-data request failed.
> java.io.IOException: Stream reset*
> *org.apache.commons.fileupload.FileUploadBase$IOFileUploadException:
> Processing of multipart/form-data request failed. java.io.IOException:
> Stream reset*
> *at
>
>
> org.apache.commons.fileupload.FileUploadBase.parseRequest(FileUploadBase.java:350)*
>
> *at
>
>
> org.apache.wicket.protocol.http.servlet.MultipartServletWebRequestImpl.parseFileParts(MultipartServletWebRequestImpl.java:196)*
>
> *at
> org.apache.wicket.markup.html.form.Form.handleMultiPart(Form.java:1419)*
> *at
>
>
> org.apache.openmeetings.web.room.sidebar.UploadDialog$1.handleMultiPart(UploadDialog.java:83)*
>
> *at
> org.apache.wicket.markup.html.form.Form.onFormSubmitted(Form.java:771)*
> *at
>
>
> com.googlecode.wicket.jquery.ui.widget.dialog.AbstractFormDialog.internalOnClick(AbstractFormDialog.java:215)*
>
> *at
>
>
> com.googlecode.wicket.jquery.ui.widget.dialog.AbstractDialog$2.onClick(AbstractDialog.java:440)*
>
> *at
>
>
> com.googlecode.wicket.jquery.ui.widget.dialog.DialogBehavior.onAjax(DialogBehavior.java:188)*
>
> *at
>
>
> com.googlecode.wicket.jquery.core.ajax.JQueryAjaxBehavior.respond(JQueryAjaxBehavior.java:174)*
>
> *at
>
>
> org.apache.wicket.ajax.AbstractDefaultAjaxBehavior.onRequest(AbstractDefaultAjaxBehavior.java:597)*
>
> *at
>
>
> org.apache.wicket.core.request.handler.ListenerRequestHandler.internalInvoke(ListenerRequestHandler.java:306)*
>
> *at
>
>
> org.apache.wicket.core.request.handler.ListenerRequestHandler.invoke(ListenerRequestHandler.java:280)*
>
> *at
>
>
> org.apache.wicket.core.request.handler.ListenerRequestHandler.invokeListener(ListenerRequestHandler.java:222)*
>
> *at
>
>
> org.apache.wicket.core.request.handler.ListenerRequestHandler.respond(ListenerRequestHandler.java:208)*
>
> *at
>
>
> org.apache.wicket.request.cycle.RequestCycle$HandlerExecutor.respond(RequestCycle.java:917)*
>
> *at
>
>
> org.apache.wicket.request.RequestHandlerExecutor.execute(RequestHandlerExecutor.java:63)*
>
> *at

Re: [HELP NEEDED] 5.0.0 release

2020-03-29 Thread Peter Dähn

Hi Maxim,

I found the comment in a commit... //


so i already try it... /:-(
/
Right now I try to use http and this worked. So I will switch to apache 
mod_proxy during the day. I think this is the fastest way now.


Thank you so far
Peter
//
Am 30.03.20 um 03:42 schrieb Maxim Solodovnik:

My bad
there is another place to change
https://github.com/apache/openmeetings/blob/master/openmeetings-server/pom.xml#L121
You should see correct Tomcat version in catalina.out

On Mon, 30 Mar 2020 at 03:03, Peter Dähn  wrote:


Hi Maxim,

sorry took a "bit" longer...

Unfortunately nothing changed. The same error.

Could you help me to find the point, where this post request to upload a
file will be generated?

Greetings Peter

Am 29.03.20 um 13:04 schrieb Maxim Solodovnik:

Can you try to update Tomcat to 9.0.33
like this https://github.com/apache/openmeetings/blob/master/pom.xml#L85

Most probably it will help with upload

On Sun, 29 Mar 2020 at 18:02, Peter Dähn  wrote:


here you are...

Revision 81e95ac
Builddate 2020-02-21T14:27:26Z
rotating balls are not my issue, I will ask the one. But as far as I
understand, this doesn't happen any time...

Am 29.03.20 um 12:01 schrieb Maxim Solodovnik:

can you share revision of your version?

While you have "endless rolling balls" do you have any error requests in
Dev console->Network?
anything with status 500 or so?

On Sun, 29 Mar 2020 at 16:07, Peter Dähn  

wrote:


Hi Maxim,

1. latest build isn't an option yet. Bootstrap changes does't work with
our coustom.css. I would prefer to "repair" current installation (latest
build without  bootstrap).

Upload wors on demo.

2. There ist also *ReferenceError: sipKeyDown is not defined* But this
one I ignored.

Greetings Peter



Am 29.03.20 um 03:14 schrieb Maxim Solodovnik:

Are you using most recent version of M4?


Do you have these upload issues on demo?
(If yes - please share problem doc)

* there was an issue in Wicket fixed recently, could you update and
re-build (new Wicket SNAPSHOT should be used automatically)

2) `group/customcss` can be ignored
Any other errors (in browser console or server log)?

(chat is missing sounds like JS error)


On Sun, 29 Mar 2020 at 08:00, Peter Dähn  

  wrote:


Hi Maxim,

there are two issues left. Maybe my installation. But it is the same
behaviour on test and on production.

1. I have upload problems. Not specific by time ore size. Same file

might

work or not.

I get an error in the logs, but no recommended solution helped.

*WARN  03-28 00:57:13.083 o.a.w.m.h.f.Form:1469 [io-5080-exec-23] -

Upload

failed: Processing of multipart/form-data request failed.
java.io.IOException: Stream reset*
*org.apache.commons.fileupload.FileUploadBase$IOFileUploadException:
Processing of multipart/form-data request failed. java.io.IOException:
Stream reset*
*at


org.apache.commons.fileupload.FileUploadBase.parseRequest(FileUploadBase.java:350)*

*at


org.apache.wicket.protocol.http.servlet.MultipartServletWebRequestImpl.parseFileParts(MultipartServletWebRequestImpl.java:196)*

*at
org.apache.wicket.markup.html.form.Form.handleMultiPart(Form.java:1419)*
*at


org.apache.openmeetings.web.room.sidebar.UploadDialog$1.handleMultiPart(UploadDialog.java:83)*

*at
org.apache.wicket.markup.html.form.Form.onFormSubmitted(Form.java:771)*
*at


com.googlecode.wicket.jquery.ui.widget.dialog.AbstractFormDialog.internalOnClick(AbstractFormDialog.java:215)*

*at


com.googlecode.wicket.jquery.ui.widget.dialog.AbstractDialog$2.onClick(AbstractDialog.java:440)*

*at


com.googlecode.wicket.jquery.ui.widget.dialog.DialogBehavior.onAjax(DialogBehavior.java:188)*

*at


com.googlecode.wicket.jquery.core.ajax.JQueryAjaxBehavior.respond(JQueryAjaxBehavior.java:174)*

*at


org.apache.wicket.ajax.AbstractDefaultAjaxBehavior.onRequest(AbstractDefaultAjaxBehavior.java:597)*

*at


org.apache.wicket.core.request.handler.ListenerRequestHandler.internalInvoke(ListenerRequestHandler.java:306)*

*at


org.apache.wicket.core.request.handler.ListenerRequestHandler.invoke(ListenerRequestHandler.java:280)*

*at


org.apache.wicket.core.request.handler.ListenerRequestHandler.invokeListener(ListenerRequestHandler.java:222)*

*at


org.apache.wicket.core.request.handler.ListenerRequestHandler.respond(ListenerRequestHandler.java:208)*

*at


org.apache.wicket.request.cycle.RequestCycle$HandlerExecutor.respond(RequestCycle.java:917)*

*at


org.apache.wicket.request.RequestHandlerExecutor.execute(RequestHandlerExecutor.java:63)*

*at


org.apache.wicket.request.cycle.RequestCycle.execute(RequestCycle.java:283)*

*at


org.apache.wicket.request.cycle.RequestCycle.processRequest(RequestCycle.java:254)*

*at


org.apache.wicket.request.cycle.RequestCycle.processRequestAndDetach(RequestCycle.java:222)*

*at
org.apache.wicket.protocol.ws

.AbstractUpgradeFilter.processRequestCycle(AbstractUpgradeFilter.java:71)*

*at



Re: virtual host config

2020-03-29 Thread Maxim Solodovnik
Sure,

Thanks for that :)
you can create better docs for the site https://openmeetings.apache.org/
Sources are here
https://github.com/apache/openmeetings/tree/master/openmeetings-server/src/site
(If something is in XML and you prefer MD - fill free to convert, I'll
update the build)

We also have Confluence
https://cwiki.apache.org/confluence/display/OPENMEETINGS
But I have no time to update it :(

PS please use latest SNAPSHOT
https://builds.apache.org/view/M-R/view/OpenMeetings/job/openmeetings/
to create screenshots if any :))

On Mon, 30 Mar 2020 at 03:50, Orm Finnendahl <
orm.finnend...@selma.hfmdk-frankfurt.de> wrote:

> Hi Martin, Maxim,
>
> Am Sonntag, den 29. März 2020 um 08:20:47 Uhr (+0700) schrieb Maxim
> Solodovnik:
> > Locations other than `openmeetings` required for version 4.0.x only and
> can
> > be dropped for 5.0.0
> > (`` ... etc.)
>
>  it works now, thanks for the help! Since there seems to be missing
> documentation: Is there some place where I can contribute by writing
> up some information/documentation about the relation between the
> different parts of openmeetings and how to configure/debug the whole
> thing? I'd be more than willing to help people trying to set up a
> system in the future especially since I know now where the stumbling
> blocks were (at least for me).
>
> Best,
> Orm
>


-- 
WBR
Maxim aka solomax


Re: ldap config

2020-03-29 Thread Maxim Solodovnik
Actually I'm afraid you will need to figure out how to login first

Here is the quote from cmd-admin help (available if you run it without
params)

--
 -l,--LDAP   Import LDAP users into DB
   -d,--domain-id   LDAP domain Id
  --print-only   (optional) Print users found instead
of importing

so you should run:
./admin.sh -l -d ###

Where ### is DB ID of saved Ldap config with reference to config file

Please search archives https://openmeetings.markmail.org/
And came back here :)



On Mon, 30 Mar 2020 at 03:43, Orm Finnendahl <
orm.finnend...@selma.hfmdk-frankfurt.de> wrote:

> Hi,
>
> Am Sonntag, den 29. März 2020 um 08:03:33 Uhr (+0700) schrieb Maxim
> Solodovnik:
> > Documentation is updated (will be published with next release)
>
> Thanks (also for your invaluable explanations)!
>
> ldap access for auth still doesn't seem to work, but it's not
> superimportant. Don't bother: We wil keep on trying and figure it out
> sooner or later ;-)
>
> For the moment it'd suffice to importing our entries into the db. For
> this I need to submit the LDAP domain-id to admin.sh. Can someone
> specify what exactly to put in there? I tried all kinds of things and
> couldn't find any example. Our ldapserver reacts to the cli command
> "ldapsearch -x" by printing out all entries and listens on port 389 of
> a local server (address 10.8.0.1).
>
> Best,
> Orm
>


-- 
WBR
Maxim aka solomax


Re: [HELP NEEDED] 5.0.0 release

2020-03-29 Thread Maxim Solodovnik
My bad
there is another place to change
https://github.com/apache/openmeetings/blob/master/openmeetings-server/pom.xml#L121
You should see correct Tomcat version in catalina.out

On Mon, 30 Mar 2020 at 03:03, Peter Dähn  wrote:

> Hi Maxim,
>
> sorry took a "bit" longer...
>
> Unfortunately nothing changed. The same error.
>
> Could you help me to find the point, where this post request to upload a
> file will be generated?
>
> Greetings Peter
>
> Am 29.03.20 um 13:04 schrieb Maxim Solodovnik:
> > Can you try to update Tomcat to 9.0.33
> > like this https://github.com/apache/openmeetings/blob/master/pom.xml#L85
> >
> > Most probably it will help with upload
> >
> > On Sun, 29 Mar 2020 at 18:02, Peter Dähn  wrote:
> >
> >> here you are...
> >>
> >> Revision 81e95ac
> >> Builddate 2020-02-21T14:27:26Z
> >> rotating balls are not my issue, I will ask the one. But as far as I
> >> understand, this doesn't happen any time...
> >>
> >> Am 29.03.20 um 12:01 schrieb Maxim Solodovnik:
> >>
> >> can you share revision of your version?
> >>
> >> While you have "endless rolling balls" do you have any error requests in
> >> Dev console->Network?
> >> anything with status 500 or so?
> >>
> >> On Sun, 29 Mar 2020 at 16:07, Peter Dähn  
> wrote:
> >>
> >>
> >> Hi Maxim,
> >>
> >> 1. latest build isn't an option yet. Bootstrap changes does't work with
> >> our coustom.css. I would prefer to "repair" current installation (latest
> >> build without  bootstrap).
> >>
> >> Upload wors on demo.
> >>
> >> 2. There ist also *ReferenceError: sipKeyDown is not defined* But this
> >> one I ignored.
> >>
> >> Greetings Peter
> >>
> >>
> >>
> >> Am 29.03.20 um 03:14 schrieb Maxim Solodovnik:
> >>
> >> Are you using most recent version of M4?
> >>
> >>
> >> Do you have these upload issues on demo?
> >> (If yes - please share problem doc)
> >>
> >> * there was an issue in Wicket fixed recently, could you update and
> >> re-build (new Wicket SNAPSHOT should be used automatically)
> >>
> >> 2) `group/customcss` can be ignored
> >> Any other errors (in browser console or server log)?
> >>
> >> (chat is missing sounds like JS error)
> >>
> >>
> >> On Sun, 29 Mar 2020 at 08:00, Peter Dähn  
>   wrote:
> >>
> >>
> >> Hi Maxim,
> >>
> >> there are two issues left. Maybe my installation. But it is the same
> >> behaviour on test and on production.
> >>
> >> 1. I have upload problems. Not specific by time ore size. Same file
> might
> >> work or not.
> >>
> >> I get an error in the logs, but no recommended solution helped.
> >>
> >> *WARN  03-28 00:57:13.083 o.a.w.m.h.f.Form:1469 [io-5080-exec-23] -
> Upload
> >> failed: Processing of multipart/form-data request failed.
> >> java.io.IOException: Stream reset*
> >> *org.apache.commons.fileupload.FileUploadBase$IOFileUploadException:
> >> Processing of multipart/form-data request failed. java.io.IOException:
> >> Stream reset*
> >> *at
> >>
> org.apache.commons.fileupload.FileUploadBase.parseRequest(FileUploadBase.java:350)*
> >> *at
> >>
> org.apache.wicket.protocol.http.servlet.MultipartServletWebRequestImpl.parseFileParts(MultipartServletWebRequestImpl.java:196)*
> >> *at
> >> org.apache.wicket.markup.html.form.Form.handleMultiPart(Form.java:1419)*
> >> *at
> >>
> org.apache.openmeetings.web.room.sidebar.UploadDialog$1.handleMultiPart(UploadDialog.java:83)*
> >> *at
> >> org.apache.wicket.markup.html.form.Form.onFormSubmitted(Form.java:771)*
> >> *at
> >>
> com.googlecode.wicket.jquery.ui.widget.dialog.AbstractFormDialog.internalOnClick(AbstractFormDialog.java:215)*
> >> *at
> >>
> com.googlecode.wicket.jquery.ui.widget.dialog.AbstractDialog$2.onClick(AbstractDialog.java:440)*
> >> *at
> >>
> com.googlecode.wicket.jquery.ui.widget.dialog.DialogBehavior.onAjax(DialogBehavior.java:188)*
> >> *at
> >>
> com.googlecode.wicket.jquery.core.ajax.JQueryAjaxBehavior.respond(JQueryAjaxBehavior.java:174)*
> >> *at
> >>
> org.apache.wicket.ajax.AbstractDefaultAjaxBehavior.onRequest(AbstractDefaultAjaxBehavior.java:597)*
> >> *at
> >>
> org.apache.wicket.core.request.handler.ListenerRequestHandler.internalInvoke(ListenerRequestHandler.java:306)*
> >> *at
> >>
> org.apache.wicket.core.request.handler.ListenerRequestHandler.invoke(ListenerRequestHandler.java:280)*
> >> *at
> >>
> org.apache.wicket.core.request.handler.ListenerRequestHandler.invokeListener(ListenerRequestHandler.java:222)*
> >> *at
> >>
> org.apache.wicket.core.request.handler.ListenerRequestHandler.respond(ListenerRequestHandler.java:208)*
> >> *at
> >>
> org.apache.wicket.request.cycle.RequestCycle$HandlerExecutor.respond(RequestCycle.java:917)*
> >> *at
> >>
> org.apache.wicket.request.RequestHandlerExecutor.execute(RequestHandlerExecutor.java:63)*
> >> *at
> >>
> org.apache.wicket.request.cycle.RequestCycle.execute(RequestCycle.java:283)*
> >> *at
> >>
> org.apache.wicket.request.cycle.RequestCycle.processRequest(RequestCycle.java:254)*
> >> *at
> >>
> 

Re: Openmeetings, kurento and TURN behind NAT

2020-03-29 Thread Maxim Solodovnik
turnUrl is set in applicationContext and then passed to JS
it never works for me if set in KMS config, and i have no time for further
investigation

Hopefully will get back to this topic after 5.0.0 will be final

On Sun, 29 Mar 2020 at 23:54, YUP  wrote:

> BTW, just wondering, why in the full version of OM in docker the
> kurento server doesn't have turn-environments, but have it for OM? It
> should be in the line in the file
> /etc/kurento/modules/kurento/WebRtcEndpoint.conf.ini
> with
> turnURL=:@:[?transport=]
>
> If kurento server runs in docker, it is very easy via KMS_TURN_URL.
>
> If I understand correctly, OM connects to kurento media server which
> next connects to turn server, turn-server is something like a meeting
> point for different streams from different clients. Please correct me.
> I'm trying to figure out how to correctly setup OM in my environment.
>
> Regards,
> Yarema
>
>
>
> On Sun, Mar 29, 2020 at 9:37 AM YUP  wrote:
> >
> > It's ok, at least now I know what the problem is.
> > Best,
> > Yarema
> >
> > On Sun, Mar 29, 2020 at 5:25 AM Maxim Solodovnik 
> wrote:
> > >
> > > I'm installing KMS inside docker to avoid this
> > > Not sure if I can help with your advanced config :(
> > >
> > > On Sun, Mar 29, 2020, 08:57 YUP  wrote:
> > >>
> > >> Hi Maxim,
> > >> Probably I found what caused that issue with *.webm files. I run
> > >> openmeetings in a docker container which load dependent kurento
> > >> container (see my docker-compose.yml file in my first email).
> > >> Something is wrong with communication between them, maybe permission
> > >> issue, different users, don't know now.
> > >>
> > >> > it would be more reasonable to have
> > >> > listening-port=80
> > >> > in this case (due to it insecure)
> > >>
> > >> Good advice, I forgot that firewall allows connection to 80 port too
> :)
> > >>
> > >> Regards,
> > >> Yarema
>


-- 
WBR
Maxim aka solomax


Re: Re: A general Suggestion from a tester who'd like easier user experience with the software

2020-03-29 Thread Maxim Solodovnik
now i see what do you mean
Not sure there is something i can do here (this is browser control)
but i'll try to check

On Mon, 30 Mar 2020 at 01:33, BBS Technik  wrote:

>
> Hi,
> I tested with demo next with chrome and FF. The behavior is not what I
> would expect. (see attached screenshot)
>
> Ed
>
>
>
> - The color selection dialog should open near the tools properties window.
> At the moment the color selection appears in the top left corner and makes
> long movements with the mouse.
>
>
> Seems to be opened as expected
> Could you re-check with latest version?
>
> *Gesendet:* Sonntag, 29. März 2020 um 19:40 Uhr
> *Von:* "Maxim Solodovnik" 
> *An:* "Openmeetings user-list" 
> *Betreff:* Re: A general Suggestion from a tester who'd like easier user
> experience with the software
> OK,
>
> some of UI improvements requested are implemented and demo-next is update
> Please check :)
>
> On Sun, 29 Mar 2020 at 19:32, Marcus Schulz  wrote:
>
>> I would also prefere the icons displaying the current state, not the
>> state that will be entered when clicked.
>> My users alaways asked if the mic is off, because there has been a little
>> cross.
>>
>> Thank you all for your great work btw.
>>
>>
>> Am 29.03.2020 um 13:39 schrieb i...@bureau-de-poste.net:
>>
>> That's great! Either the orange or red with a slash through it for the
>> devices that are off.  That's all I wanted. Personally I do NOT like the
>> "EXIT" highlighted in orange - I think that should stay the same color as
>> the other text links. That is my opinion.
>>
>> Best,
>>
>> ed
>>
>> Quoting Juan Antonio Moreno Carmona :
>>
>> Hi all.
>>
>> Maybe you mean something like that. The first image when the camera and
>> microphone are activated and other users can see/hear me. The second image
>> when the camera and microphone are off, nobody can see/hear me.
>>
>> Regards.
>> El 29/3/20 a las 13:06, i...@bureau-de-poste.net escribió:
>>
>>
>>
>> Hello,
>>
>> I'll put my answers prefaced like this -->
>>
>> --> I don't know javascript and don't use it!  I saw the sandstone colors
>> and I would suggest using the green  (success) color for the icons to show
>> when the camera and microphone are enabled, and use the orange (warning)
>> with the slash through it to show that the camera and mike are disabled.
>> That's the only color change I wanted.
>>
>> I answered one other thing - the user rectangle volume control should be
>> persistent even through a refresh. This would be good, but it's not
>> critical, it's easy to reset.  Thanks
>>
>> Ed
>>
>> Quoting Maxim Solodovnik :
>>
>> Hello All,
>>
>> I'll try to answer in one email :)
>>
>>
>>>
>>> - The symbol and the text for leaving the room should be highlighted (in
>>> color?).
>>>
>>
>> Could you please color this using color scheme from here
>> https://bootswatch.com/sandstone/
>> And Share the result as picture?
>>
>> (I'm not a designer, and have no imagination, but I believe too much
>> colors can ruin everything)
>>
>>
>>>
>>> - The character > should be inverted in the chat bar. That would
>>> correspond to the same logic as with the new camera and microphone symbol.
>>>
>>
>> Will do
>>
>>
>>>
>>> - The color selection dialog should open near the tools properties
>>> window.
>>> At the moment the color selection appears in the top left corner and
>>> makes long movements with the mouse.
>>>
>>
>> Seems to be opened as expected
>> Could you re-check with latest version?
>>
>>
>>>
>>> - The icons in the toolbar could be a little bit smaler. They almost
>>> touch the chat bar. see attached screenshot.
>>>
>>
>> Same remark as above,
>> Can you share the of the room with this change?
>>
>>
>>>
>>> But this should not slow down the release process.   ;-)
>>>
>>
>> Yep,
>> Dozens of mosquitos can kill an elephant ... :)))
>>
>>
>>>
>>> One last idea - and I understand that I am just a tester / user of this
>>> and that it is your project in which I participate ( I also participate in
>>> spark, hadoop, nutch - i love apache projects), but since you asked, I
>>> would change the color of everythign that is "ON" or enabled to green and
>>> everything that is "OFF" to red - just like the traffic lights!  For what
>>> it's worth, and I have nothing against the color orange!
>>>
>>>
>>>
>> Same remark as above,
>> Can you share the of the room with this change?
>>
>>
>>
>>>
>>> This is better - personally I would color the camera and mic icons that
>>> are activated, so they look "ON" - (without the slash of course) - and to
>>> indicate the "OFF" status - it is fine - with the slash.
>>>
>>> For example, when you hover over (or mouse over) the tiny speaker icon
>>> in the dragable user rectangle we see the orange-colored old-fashioned
>>> microphone  image pop-up - this is excellent. I would also have theat tiny
>>> speaker icon in the dragable user rectangle in orange to indicate its state
>>> is "ON" when it is on - the other two tiny icons (refresh and minimize) at
>>> the top of the dragable user 

Re: A general Suggestion from a tester who'd like easier user experience with the software

2020-03-29 Thread Maxim Solodovnik
Hello Marcus,

please CC user@ :)
working camera icon is green for me
please try to Shift+F5 (maybe CSS are cached )

On Mon, 30 Mar 2020 at 00:54, Marcus Schulz  wrote:

> Nice, I like the camera icon.
> What's about making the mic one green also, when it's on?
>
>
> Am 29.03.2020 um 19:40 schrieb Maxim Solodovnik:
>
> OK,
>
> some of UI improvements requested are implemented and demo-next is update
> Please check :)
>
> On Sun, 29 Mar 2020 at 19:32, Marcus Schulz  wrote:
>
>> I would also prefere the icons displaying the current state, not the
>> state that will be entered when clicked.
>> My users alaways asked if the mic is off, because there has been a little
>> cross.
>>
>> Thank you all for your great work btw.
>>
>>
>> Am 29.03.2020 um 13:39 schrieb i...@bureau-de-poste.net:
>>
>> That's great! Either the orange or red with a slash through it for the
>> devices that are off.  That's all I wanted. Personally I do NOT like the
>> "EXIT" highlighted in orange - I think that should stay the same color as
>> the other text links. That is my opinion.
>>
>> Best,
>>
>> ed
>>
>> Quoting Juan Antonio Moreno Carmona :
>>
>> Hi all.
>>
>> Maybe you mean something like that. The first image when the camera and
>> microphone are activated and other users can see/hear me. The second image
>> when the camera and microphone are off, nobody can see/hear me.
>>
>> Regards.
>> El 29/3/20 a las 13:06, i...@bureau-de-poste.net escribió:
>>
>>
>>
>> Hello,
>>
>> I'll put my answers prefaced like this -->
>>
>> --> I don't know javascript and don't use it!  I saw the sandstone colors
>> and I would suggest using the green  (success) color for the icons to show
>> when the camera and microphone are enabled, and use the orange (warning)
>> with the slash through it to show that the camera and mike are disabled.
>> That's the only color change I wanted.
>>
>> I answered one other thing - the user rectangle volume control should be
>> persistent even through a refresh. This would be good, but it's not
>> critical, it's easy to reset.  Thanks
>>
>> Ed
>>
>> Quoting Maxim Solodovnik :
>>
>> Hello All,
>>
>> I'll try to answer in one email :)
>>
>>
>>>
>>> - The symbol and the text for leaving the room should be highlighted (in
>>> color?).
>>>
>>
>> Could you please color this using color scheme from here
>> https://bootswatch.com/sandstone/
>> And Share the result as picture?
>>
>> (I'm not a designer, and have no imagination, but I believe too much
>> colors can ruin everything)
>>
>>
>>>
>>> - The character > should be inverted in the chat bar. That would
>>> correspond to the same logic as with the new camera and microphone symbol.
>>>
>>
>> Will do
>>
>>
>>>
>>> - The color selection dialog should open near the tools properties
>>> window.
>>> At the moment the color selection appears in the top left corner and
>>> makes long movements with the mouse.
>>>
>>
>> Seems to be opened as expected
>> Could you re-check with latest version?
>>
>>
>>>
>>> - The icons in the toolbar could be a little bit smaler. They almost
>>> touch the chat bar. see attached screenshot.
>>>
>>
>> Same remark as above,
>> Can you share the of the room with this change?
>>
>>
>>>
>>> But this should not slow down the release process.   ;-)
>>>
>>
>> Yep,
>> Dozens of mosquitos can kill an elephant ... :)))
>>
>>
>>>
>>> One last idea - and I understand that I am just a tester / user of this
>>> and that it is your project in which I participate ( I also participate in
>>> spark, hadoop, nutch - i love apache projects), but since you asked, I
>>> would change the color of everythign that is "ON" or enabled to green and
>>> everything that is "OFF" to red - just like the traffic lights!  For what
>>> it's worth, and I have nothing against the color orange!
>>>
>>>
>>>
>> Same remark as above,
>> Can you share the of the room with this change?
>>
>>
>>
>>>
>>> This is better - personally I would color the camera and mic icons that
>>> are activated, so they look "ON" - (without the slash of course) - and to
>>> indicate the "OFF" status - it is fine - with the slash.
>>>
>>> For example, when you hover over (or mouse over) the tiny speaker icon
>>> in the dragable user rectangle we see the orange-colored old-fashioned
>>> microphone  image pop-up - this is excellent. I would also have theat tiny
>>> speaker icon in the dragable user rectangle in orange to indicate its state
>>> is "ON" when it is on - the other two tiny icons (refresh and minimize) at
>>> the top of the dragable user rectangle are fine in grey since they are
>>> settings to change not states and users know what to expect with them.
>>>
>>>
>>> Same remark as above,
>> Can you share the of the room with this change?
>>
>>
>>
>>
>>> This is my advice since you asked - I'm more concerned with
>>> fonctionality! It is working well.
>>>
>>> One question - I have tested this extensively in Chrome adn I notice
>>> that if one sets the volume of teh microphone different than 50 (in the

Re: New tutorial installation SSL certificates and Coturn for OpenMeetings 5.0.0-M3

2020-03-29 Thread Maxim Solodovnik
i'll try to answer #5

TURN is semi-mandatory
1) If KMS and user can connect directly it is not used
2) In case they can't connect due to "grey" IP address, TURN is acting as
STUN and helps to resolve address
3) only if #2 above is fail all traffic goes through TURN


On Mon, 30 Mar 2020 at 08:15, YUP  wrote:

> Hi Alvaro,
> I have a few comments regarding your tutorial.
> 1. You gave permission to user "kurento" but you didn't create this user
> before.
> 2. Why do you need to grant user "kurento" the openmeetings working
> directory?
> 3. Under which daemon users run OM and kurento in your installation,
> are they different or the same?
> 4. How did you test your installation behind NAT? Did you use other
> user from another domain than yours?
> 5. Why do you need  tcp port and UDP ports open? As far I
> understand TURN server is used when kurento server is behind nat and
> serves as a meeting point for clients from different networks. Please
> correct me if I am wrong, I'm just trying to understand how it works
> and how to use it in my setup.
> Thanks,
> Yarema
>
>
>
> On Sun, Mar 29, 2020 at 10:02 PM stefanx 
> wrote:
> >
> >
> > Now it works, I've made a failure in
> > /opt/open503/webapps/openmeetings/WEB-INF/classes/applicationContext.xml
> >
> > Am 29.03.20 um 03:09 schrieb Maxim Solodovnik:
> > > Nope, `application.base.url` is not the case
> > >
> > > Is https://:5443 accessible? (maybe you have renamed
> `openmeetings` context name?)
> > > Any errors in catalina.out or other log files in log folder?
> > >
> > > On Sun, 29 Mar 2020 at 03:24, stefanx  > wrote:
> > >
> > >
> > >
> > > https://:5443/openmeetings/ : HTTP Status 404 – Not Found
> > >
> > > Perhaps "application.base.url" in the Openmeetings configuration
> now is wrong ?
> > >
> > > But I now cannot change application.base.url, except with mysql db
> modification ?
> > >
> > >
> > > Am 28.03.20 um 04:12 schrieb Maxim Solodovnik:
> > > > 404 at what URL?
> > > >
> > > > On Sat, 28 Mar 2020 at 03:19, stefanx <
> stef...@lrz.uni-muenchen.de   stef...@lrz.uni-muenchen.de >> wrote:
> > > >
> > > > I followed this instruction, the letsencrpyt installation is
> ok, by now I get "HTTP Status 404 – Not Found"
> > > >
> > > > Any ideas ?
> > > >
> > > > Am 27.03.20 um 17:20 schrieb Alvaro:
> > > > >
> > > > > Hello,
> > > > >
> > > > > It is at your disposal a new tutorial called:
> > > > >
> > > > >
> > > > > Installation SSL certificates and Coturn for OpenMeetings
> 5.0.0-M3.pdf
> > > > >
> > > > >
> > > > > It is tested with an OpenMeetings 5 server installed on a
> pc
> > > > > at home, after NAT router; and each in the room saw and
> heard the others
> > > > > cameras and your own correctly.
> > > > > Also in the tests done, we have uploaded files, recorded
> video
> > > > > and shared desktop without any error.
> > > > >
> > > > > You can download the tutorial directly from here:
> > > > >
> > > > >
> https://cwiki.apache.org/confluence/download/attachments/27838216/Installation%20SSL%20certificates%20and%20Coturn%20for%20OpenMeetings%205.0.0-M3.pdf
> > > > >
> > > > > ...or find it here:
> > > > >
> > > > >
> https://cwiki.apache.org/confluence/display/OPENMEETINGS/Tutorials+for+installing+OpenMeetings+and+Tools
> > > > >
> > > > > Best regards
> > > > >
> > > > > Alvaro
> > > > >
> > > > >
> > > > >
> > > > > -
> > > >
> > > >
> > > >
> > > > --
> > > > WBR
> > > > Maxim aka solomax
> > >
> > >
> > >
> > > --
> > > WBR
> > > Maxim aka solomax
> >
>


-- 
WBR
Maxim aka solomax


Re: New tutorial installation SSL certificates and Coturn for OpenMeetings 5.0.0-M3

2020-03-29 Thread YUP
Hi Alvaro,
I have a few comments regarding your tutorial.
1. You gave permission to user "kurento" but you didn't create this user before.
2. Why do you need to grant user "kurento" the openmeetings working directory?
3. Under which daemon users run OM and kurento in your installation,
are they different or the same?
4. How did you test your installation behind NAT? Did you use other
user from another domain than yours?
5. Why do you need  tcp port and UDP ports open? As far I
understand TURN server is used when kurento server is behind nat and
serves as a meeting point for clients from different networks. Please
correct me if I am wrong, I'm just trying to understand how it works
and how to use it in my setup.
Thanks,
Yarema



On Sun, Mar 29, 2020 at 10:02 PM stefanx  wrote:
>
>
> Now it works, I've made a failure in
> /opt/open503/webapps/openmeetings/WEB-INF/classes/applicationContext.xml
>
> Am 29.03.20 um 03:09 schrieb Maxim Solodovnik:
> > Nope, `application.base.url` is not the case
> >
> > Is https://:5443 accessible? (maybe you have renamed `openmeetings` 
> > context name?)
> > Any errors in catalina.out or other log files in log folder?
> >
> > On Sun, 29 Mar 2020 at 03:24, stefanx  > > wrote:
> >
> >
> >
> > https://:5443/openmeetings/ : HTTP Status 404 – Not Found
> >
> > Perhaps "application.base.url" in the Openmeetings configuration now is 
> > wrong ?
> >
> > But I now cannot change application.base.url, except with mysql db 
> > modification ?
> >
> >
> > Am 28.03.20 um 04:12 schrieb Maxim Solodovnik:
> > > 404 at what URL?
> > >
> > > On Sat, 28 Mar 2020 at 03:19, stefanx  >   > >> wrote:
> > >
> > > I followed this instruction, the letsencrpyt installation is ok, 
> > by now I get "HTTP Status 404 – Not Found"
> > >
> > > Any ideas ?
> > >
> > > Am 27.03.20 um 17:20 schrieb Alvaro:
> > > >
> > > > Hello,
> > > >
> > > > It is at your disposal a new tutorial called:
> > > >
> > > >
> > > > Installation SSL certificates and Coturn for OpenMeetings 
> > 5.0.0-M3.pdf
> > > >
> > > >
> > > > It is tested with an OpenMeetings 5 server installed on a pc
> > > > at home, after NAT router; and each in the room saw and heard 
> > the others
> > > > cameras and your own correctly.
> > > > Also in the tests done, we have uploaded files, recorded video
> > > > and shared desktop without any error.
> > > >
> > > > You can download the tutorial directly from here:
> > > >
> > > > 
> > https://cwiki.apache.org/confluence/download/attachments/27838216/Installation%20SSL%20certificates%20and%20Coturn%20for%20OpenMeetings%205.0.0-M3.pdf
> > > >
> > > > ...or find it here:
> > > >
> > > > 
> > https://cwiki.apache.org/confluence/display/OPENMEETINGS/Tutorials+for+installing+OpenMeetings+and+Tools
> > > >
> > > > Best regards
> > > >
> > > > Alvaro
> > > >
> > > >
> > > >
> > > > -
> > >
> > >
> > >
> > > --
> > > WBR
> > > Maxim aka solomax
> >
> >
> >
> > --
> > WBR
> > Maxim aka solomax
>


Re: virtual host config

2020-03-29 Thread Orm Finnendahl
Hi Martin, Maxim,

Am Sonntag, den 29. März 2020 um 08:20:47 Uhr (+0700) schrieb Maxim Solodovnik:
> Locations other than `openmeetings` required for version 4.0.x only and can
> be dropped for 5.0.0
> (`` ... etc.)

 it works now, thanks for the help! Since there seems to be missing
documentation: Is there some place where I can contribute by writing
up some information/documentation about the relation between the
different parts of openmeetings and how to configure/debug the whole
thing? I'd be more than willing to help people trying to set up a
system in the future especially since I know now where the stumbling
blocks were (at least for me).

Best,
Orm


Re: ldap config

2020-03-29 Thread Orm Finnendahl
Hi,

Am Sonntag, den 29. März 2020 um 08:03:33 Uhr (+0700) schrieb Maxim
Solodovnik:
> Documentation is updated (will be published with next release)

Thanks (also for your invaluable explanations)!

ldap access for auth still doesn't seem to work, but it's not
superimportant. Don't bother: We wil keep on trying and figure it out
sooner or later ;-)

For the moment it'd suffice to importing our entries into the db. For
this I need to submit the LDAP domain-id to admin.sh. Can someone
specify what exactly to put in there? I tried all kinds of things and
couldn't find any example. Our ldapserver reacts to the cli command
"ldapsearch -x" by printing out all entries and listens on port 389 of
a local server (address 10.8.0.1).

Best,
Orm


Re: [HELP NEEDED] 5.0.0 release

2020-03-29 Thread Peter Dähn

Hi Maxim,

sorry took a "bit" longer...

Unfortunately nothing changed. The same error.

Could you help me to find the point, where this post request to upload a 
file will be generated?


Greetings Peter

Am 29.03.20 um 13:04 schrieb Maxim Solodovnik:

Can you try to update Tomcat to 9.0.33
like this https://github.com/apache/openmeetings/blob/master/pom.xml#L85

Most probably it will help with upload

On Sun, 29 Mar 2020 at 18:02, Peter Dähn  wrote:


here you are...

Revision 81e95ac
Builddate 2020-02-21T14:27:26Z
rotating balls are not my issue, I will ask the one. But as far as I
understand, this doesn't happen any time...

Am 29.03.20 um 12:01 schrieb Maxim Solodovnik:

can you share revision of your version?

While you have "endless rolling balls" do you have any error requests in
Dev console->Network?
anything with status 500 or so?

On Sun, 29 Mar 2020 at 16:07, Peter Dähn   wrote:


Hi Maxim,

1. latest build isn't an option yet. Bootstrap changes does't work with
our coustom.css. I would prefer to "repair" current installation (latest
build without  bootstrap).

Upload wors on demo.

2. There ist also *ReferenceError: sipKeyDown is not defined* But this
one I ignored.

Greetings Peter



Am 29.03.20 um 03:14 schrieb Maxim Solodovnik:

Are you using most recent version of M4?


Do you have these upload issues on demo?
(If yes - please share problem doc)

* there was an issue in Wicket fixed recently, could you update and
re-build (new Wicket SNAPSHOT should be used automatically)

2) `group/customcss` can be ignored
Any other errors (in browser console or server log)?

(chat is missing sounds like JS error)


On Sun, 29 Mar 2020 at 08:00, Peter Dähn   
  wrote:


Hi Maxim,

there are two issues left. Maybe my installation. But it is the same
behaviour on test and on production.

1. I have upload problems. Not specific by time ore size. Same file might
work or not.

I get an error in the logs, but no recommended solution helped.

*WARN  03-28 00:57:13.083 o.a.w.m.h.f.Form:1469 [io-5080-exec-23] - Upload
failed: Processing of multipart/form-data request failed.
java.io.IOException: Stream reset*
*org.apache.commons.fileupload.FileUploadBase$IOFileUploadException:
Processing of multipart/form-data request failed. java.io.IOException:
Stream reset*
*at
org.apache.commons.fileupload.FileUploadBase.parseRequest(FileUploadBase.java:350)*
*at
org.apache.wicket.protocol.http.servlet.MultipartServletWebRequestImpl.parseFileParts(MultipartServletWebRequestImpl.java:196)*
*at
org.apache.wicket.markup.html.form.Form.handleMultiPart(Form.java:1419)*
*at
org.apache.openmeetings.web.room.sidebar.UploadDialog$1.handleMultiPart(UploadDialog.java:83)*
*at
org.apache.wicket.markup.html.form.Form.onFormSubmitted(Form.java:771)*
*at
com.googlecode.wicket.jquery.ui.widget.dialog.AbstractFormDialog.internalOnClick(AbstractFormDialog.java:215)*
*at
com.googlecode.wicket.jquery.ui.widget.dialog.AbstractDialog$2.onClick(AbstractDialog.java:440)*
*at
com.googlecode.wicket.jquery.ui.widget.dialog.DialogBehavior.onAjax(DialogBehavior.java:188)*
*at
com.googlecode.wicket.jquery.core.ajax.JQueryAjaxBehavior.respond(JQueryAjaxBehavior.java:174)*
*at
org.apache.wicket.ajax.AbstractDefaultAjaxBehavior.onRequest(AbstractDefaultAjaxBehavior.java:597)*
*at
org.apache.wicket.core.request.handler.ListenerRequestHandler.internalInvoke(ListenerRequestHandler.java:306)*
*at
org.apache.wicket.core.request.handler.ListenerRequestHandler.invoke(ListenerRequestHandler.java:280)*
*at
org.apache.wicket.core.request.handler.ListenerRequestHandler.invokeListener(ListenerRequestHandler.java:222)*
*at
org.apache.wicket.core.request.handler.ListenerRequestHandler.respond(ListenerRequestHandler.java:208)*
*at
org.apache.wicket.request.cycle.RequestCycle$HandlerExecutor.respond(RequestCycle.java:917)*
*at
org.apache.wicket.request.RequestHandlerExecutor.execute(RequestHandlerExecutor.java:63)*
*at
org.apache.wicket.request.cycle.RequestCycle.execute(RequestCycle.java:283)*
*at
org.apache.wicket.request.cycle.RequestCycle.processRequest(RequestCycle.java:254)*
*at
org.apache.wicket.request.cycle.RequestCycle.processRequestAndDetach(RequestCycle.java:222)*
*at
org.apache.wicket.protocol.ws.AbstractUpgradeFilter.processRequestCycle(AbstractUpgradeFilter.java:71)*
*at
org.apache.wicket.protocol.http.WicketFilter.processRequest(WicketFilter.java:207)*
*at
org.apache.wicket.protocol.http.WicketFilter.doFilter(WicketFilter.java:300)*
*at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)*
*at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)*
*at
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:202)*
*at
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:96)*
*at

Re: New tutorial installation SSL certificates and Coturn for OpenMeetings 5.0.0-M3

2020-03-29 Thread stefanx


Now it works, I've made a failure in
/opt/open503/webapps/openmeetings/WEB-INF/classes/applicationContext.xml

Am 29.03.20 um 03:09 schrieb Maxim Solodovnik:
> Nope, `application.base.url` is not the case
>
> Is https://:5443 accessible? (maybe you have renamed `openmeetings` 
> context name?)
> Any errors in catalina.out or other log files in log folder?
>
> On Sun, 29 Mar 2020 at 03:24, stefanx  > wrote:
>
>
>
> https://:5443/openmeetings/ : HTTP Status 404 – Not Found
>
> Perhaps "application.base.url" in the Openmeetings configuration now is 
> wrong ?
>
> But I now cannot change application.base.url, except with mysql db 
> modification ?
>
>
> Am 28.03.20 um 04:12 schrieb Maxim Solodovnik:
> > 404 at what URL?
> >
> > On Sat, 28 Mar 2020 at 03:19, stefanx    >> wrote:
> >
> >     I followed this instruction, the letsencrpyt installation is ok, by 
> now I get "HTTP Status 404 – Not Found"
> >
> >     Any ideas ?
> >
> >     Am 27.03.20 um 17:20 schrieb Alvaro:
> >     >
> >     > Hello,
> >     >
> >     > It is at your disposal a new tutorial called:
> >     >
> >     >
> >     > Installation SSL certificates and Coturn for OpenMeetings 
> 5.0.0-M3.pdf
> >     >
> >     >
> >     > It is tested with an OpenMeetings 5 server installed on a pc
> >     > at home, after NAT router; and each in the room saw and heard the 
> others
> >     > cameras and your own correctly.
> >     > Also in the tests done, we have uploaded files, recorded video
> >     > and shared desktop without any error.
> >     >
> >     > You can download the tutorial directly from here:
> >     >
> >     > 
> https://cwiki.apache.org/confluence/download/attachments/27838216/Installation%20SSL%20certificates%20and%20Coturn%20for%20OpenMeetings%205.0.0-M3.pdf
> >     >
> >     > ...or find it here:
> >     >
> >     > 
> https://cwiki.apache.org/confluence/display/OPENMEETINGS/Tutorials+for+installing+OpenMeetings+and+Tools
> >     >
> >     > Best regards
> >     >
> >     > Alvaro
> >     >
> >     >
> >     >
> >     > -
> >
> >
> >
> > --
> > WBR
> > Maxim aka solomax
>
>
>
> -- 
> WBR
> Maxim aka solomax



Aw: Re: A general Suggestion from a tester who'd like easier user experience with the software

2020-03-29 Thread BBS Technik
 


Hi,

I tested with demo next with chrome and FF. The behavior is not what I would expect. (see attached screenshot)

 

Ed

 





 

- The color selection dialog should open near the tools properties window.
At the moment the color selection appears in the top left corner and makes long movements with the mouse.





 

Seems to be opened as expected

Could you re-check with latest version?

 

Gesendet: Sonntag, 29. März 2020 um 19:40 Uhr
Von: "Maxim Solodovnik" 
An: "Openmeetings user-list" 
Betreff: Re: A general Suggestion from a tester who'd like easier user experience with the software


OK,
 

some of UI improvements requested are implemented and demo-next is update

Please check :)

 


On Sun, 29 Mar 2020 at 19:32, Marcus Schulz  wrote:


I would also prefere the icons displaying the current state, not the state that will be entered when clicked.
My users alaways asked if the mic is off, because there has been a little cross.

Thank you all for your great work btw.

 
Am 29.03.2020 um 13:39 schrieb i...@bureau-de-poste.net:


That's great! Either the orange or red with a slash through it for the devices that are off.  That's all I wanted. Personally I do NOT like the "EXIT" highlighted in orange - I think that should stay the same color as the other text links. That is my opinion.

Best,

ed

Quoting Juan Antonio Moreno Carmona :


Hi all.

Maybe you mean something like that. The first image when the camera and microphone are activated and other users can see/hear me. The second image when the camera and microphone are off, nobody can see/hear me.

Regards.

El 29/3/20 a las 13:06, i...@bureau-de-poste.net escribió:


 



Hello,

I'll put my answers prefaced like this -->

--> I don't know _javascript_ and don't use it!  I saw the sandstone colors and I would suggest using the green  (success) color for the icons to show when the camera and microphone are enabled, and use the orange (warning) with the slash through it to show that the camera and mike are disabled. That's the only color change I wanted.

I answered one other thing - the user rectangle volume control should be persistent even through a refresh. This would be good, but it's not critical, it's easy to reset.  Thanks

Ed

Quoting Maxim Solodovnik :



Hello All,
 

I'll try to answer in one email :)


 






 

- The symbol and the text for leaving the room should be highlighted (in color?).





 

Could you please color this using color scheme from here https://bootswatch.com/sandstone/

And Share the result as picture?

 

(I'm not a designer, and have no imagination, but I believe too much colors can ruin everything) 

 





 

- The character > should be inverted in the chat bar. That would correspond to the same logic as with the new camera and microphone symbol.





 

Will do

 





 

- The color selection dialog should open near the tools properties window.
At the moment the color selection appears in the top left corner and makes long movements with the mouse.





 

Seems to be opened as expected

Could you re-check with latest version?

 





 

- The icons in the toolbar could be a little bit smaler. They almost touch the chat bar. see attached screenshot.





 

Same remark as above,

Can you share the of the room with this change?

 





 

But this should not slow down the release process.   ;-)





 

Yep,

Dozens of mosquitos can kill an elephant ... :)))

 





 

One last idea - and I understand that I am just a tester / user of this and that it is your project in which I participate ( I also participate in spark, hadoop, nutch - i love apache projects), but since you asked, I would change the color of everythign that is "ON" or enabled to green and everything that is "OFF" to red - just like the traffic lights!  For what it's worth, and I have nothing against the color orange!


 





Same remark as above,

Can you share the of the room with this change?

 

 






This is better - personally I would color the camera and mic icons that are activated, so they look "ON" - (without the slash of course) - and to indicate the "OFF" status - it is fine - with the slash.

For example, when you hover over (or mouse over) the tiny speaker icon in the dragable user rectangle we see the orange-colored old-fashioned microphone  image pop-up - this is excellent. I would also have theat tiny speaker icon in the dragable user rectangle in orange to indicate its state is "ON" when it is on - the other two tiny icons (refresh and minimize) at the top of the dragable user rectangle are fine in grey since they are settings to change not states and users know what to expect with them.
 







Same remark as above,

Can you share the of the room with this change?

 

 

 





This is my advice since you asked - I'm more concerned with fonctionality! It is working well.

One question - I have tested this extensively in Chrome adn I notice that if one 

Re: A general Suggestion from a tester who'd like easier user experience with the software

2020-03-29 Thread Maxim Solodovnik
OK,

some of UI improvements requested are implemented and demo-next is update
Please check :)

On Sun, 29 Mar 2020 at 19:32, Marcus Schulz  wrote:

> I would also prefere the icons displaying the current state, not the state
> that will be entered when clicked.
> My users alaways asked if the mic is off, because there has been a little
> cross.
>
> Thank you all for your great work btw.
>
>
> Am 29.03.2020 um 13:39 schrieb i...@bureau-de-poste.net:
>
> That's great! Either the orange or red with a slash through it for the
> devices that are off.  That's all I wanted. Personally I do NOT like the
> "EXIT" highlighted in orange - I think that should stay the same color as
> the other text links. That is my opinion.
>
> Best,
>
> ed
>
> Quoting Juan Antonio Moreno Carmona :
>
> Hi all.
>
> Maybe you mean something like that. The first image when the camera and
> microphone are activated and other users can see/hear me. The second image
> when the camera and microphone are off, nobody can see/hear me.
>
> Regards.
> El 29/3/20 a las 13:06, i...@bureau-de-poste.net escribió:
>
>
>
> Hello,
>
> I'll put my answers prefaced like this -->
>
> --> I don't know javascript and don't use it!  I saw the sandstone colors
> and I would suggest using the green  (success) color for the icons to show
> when the camera and microphone are enabled, and use the orange (warning)
> with the slash through it to show that the camera and mike are disabled.
> That's the only color change I wanted.
>
> I answered one other thing - the user rectangle volume control should be
> persistent even through a refresh. This would be good, but it's not
> critical, it's easy to reset.  Thanks
>
> Ed
>
> Quoting Maxim Solodovnik :
>
> Hello All,
>
> I'll try to answer in one email :)
>
>
>>
>> - The symbol and the text for leaving the room should be highlighted (in
>> color?).
>>
>
> Could you please color this using color scheme from here
> https://bootswatch.com/sandstone/
> And Share the result as picture?
>
> (I'm not a designer, and have no imagination, but I believe too much
> colors can ruin everything)
>
>
>>
>> - The character > should be inverted in the chat bar. That would
>> correspond to the same logic as with the new camera and microphone symbol.
>>
>
> Will do
>
>
>>
>> - The color selection dialog should open near the tools properties window.
>> At the moment the color selection appears in the top left corner and
>> makes long movements with the mouse.
>>
>
> Seems to be opened as expected
> Could you re-check with latest version?
>
>
>>
>> - The icons in the toolbar could be a little bit smaler. They almost
>> touch the chat bar. see attached screenshot.
>>
>
> Same remark as above,
> Can you share the of the room with this change?
>
>
>>
>> But this should not slow down the release process.   ;-)
>>
>
> Yep,
> Dozens of mosquitos can kill an elephant ... :)))
>
>
>>
>> One last idea - and I understand that I am just a tester / user of this
>> and that it is your project in which I participate ( I also participate in
>> spark, hadoop, nutch - i love apache projects), but since you asked, I
>> would change the color of everythign that is "ON" or enabled to green and
>> everything that is "OFF" to red - just like the traffic lights!  For what
>> it's worth, and I have nothing against the color orange!
>>
>>
>>
> Same remark as above,
> Can you share the of the room with this change?
>
>
>
>>
>> This is better - personally I would color the camera and mic icons that
>> are activated, so they look "ON" - (without the slash of course) - and to
>> indicate the "OFF" status - it is fine - with the slash.
>>
>> For example, when you hover over (or mouse over) the tiny speaker icon in
>> the dragable user rectangle we see the orange-colored old-fashioned
>> microphone  image pop-up - this is excellent. I would also have theat tiny
>> speaker icon in the dragable user rectangle in orange to indicate its state
>> is "ON" when it is on - the other two tiny icons (refresh and minimize) at
>> the top of the dragable user rectangle are fine in grey since they are
>> settings to change not states and users know what to expect with them.
>>
>>
>> Same remark as above,
> Can you share the of the room with this change?
>
>
>
>
>> This is my advice since you asked - I'm more concerned with
>> fonctionality! It is working well.
>>
>> One question - I have tested this extensively in Chrome adn I notice that
>> if one sets the volume of teh microphone different than 50 (in the tiny
>> icon in the dragable user rectangle) -each time I refres the user it si
>> reset to level 50. Is this desired? Wouldn't it be better to keep the last
>> user volumn settings through a "refresh" since users will most probably use
>> the refresh to see or hear another user who may have changed the state of
>> their camera and microphone. This is just an idea - it is OK as it is since
>> it's easy to reset it.
>>
>>
>> Actually I thought of this
> BUT unfortunately this is 

Re: Openmeetings, kurento and TURN behind NAT

2020-03-29 Thread YUP
BTW, just wondering, why in the full version of OM in docker the
kurento server doesn't have turn-environments, but have it for OM? It
should be in the line in the file
/etc/kurento/modules/kurento/WebRtcEndpoint.conf.ini
with
turnURL=:@:[?transport=]

If kurento server runs in docker, it is very easy via KMS_TURN_URL.

If I understand correctly, OM connects to kurento media server which
next connects to turn server, turn-server is something like a meeting
point for different streams from different clients. Please correct me.
I'm trying to figure out how to correctly setup OM in my environment.

Regards,
Yarema



On Sun, Mar 29, 2020 at 9:37 AM YUP  wrote:
>
> It's ok, at least now I know what the problem is.
> Best,
> Yarema
>
> On Sun, Mar 29, 2020 at 5:25 AM Maxim Solodovnik  wrote:
> >
> > I'm installing KMS inside docker to avoid this
> > Not sure if I can help with your advanced config :(
> >
> > On Sun, Mar 29, 2020, 08:57 YUP  wrote:
> >>
> >> Hi Maxim,
> >> Probably I found what caused that issue with *.webm files. I run
> >> openmeetings in a docker container which load dependent kurento
> >> container (see my docker-compose.yml file in my first email).
> >> Something is wrong with communication between them, maybe permission
> >> issue, different users, don't know now.
> >>
> >> > it would be more reasonable to have
> >> > listening-port=80
> >> > in this case (due to it insecure)
> >>
> >> Good advice, I forgot that firewall allows connection to 80 port too :)
> >>
> >> Regards,
> >> Yarema


Re: [openmeetings-en-espanol] Nuevo tutorial instalacion de certificados SSL y coturn para OpenMeetings 5.0.0-M3

2020-03-29 Thread Alvaro

...y no hay dos sin tres...
He vuelto a subir el tuto. Si alguien lo descargó anteriormentepor
favor que lo haga nuevamente:
https://cwiki.apache.org/confluence/download/attachments/27837303/Insta
lacion%20certificados%20SSL%20y%20Coturn%20para%20OpenMeetings%205.0.0-
M3.pdf
Gracias
Alvaro
---

El dom, 29-03-2020 a las 12:27 +0200, Alvaro escribió:
> Hola,
> He subido nuevamente el tutorial modificado.
> Debo decir que para la primera versión de esta guía, lepedí a Maxim
> comprobar conmigo el correcto funcionamientode ambas camaras y
> microfonos. El resultado fue OK.Pero no le pedí comprobar el
> funcionamiento de letsencrypt .
> Entonces, la culpa es solo mía del incorrecto funcionamientode los
> certificados.
> Lo siento.
> Pueden descargar el tutorial, segunda version, directamente deaquí:
> https://cwiki.apache.org/confluence/download/attachments/27837303/Ins
> talacion%20certificados%20SSL%20y%20Coturn%20para%20OpenMeetings%205.
> 0.0-M3.pdf
> Gracias
> Alvaro
> 
> ...
> 
> 
> 
> 
> El vie, 27-03-2020 a las 17:19 +0100, Alvaro escribió:
> > Hola,
> > Se encuentra a vuestra disposición un nuevo tutorial llamado:
> > Instalacion certificados SSL y Coturn para OpenMeetings 5.0.0-
> > M3.pdf
> > Está testeado con un servidor OpenMeetings 5 instalado en un pcen
> > casa, tras NAT router; y cada uno en sala veía y oia a las
> > demáscámaras y la suya propia correctamente.Así mismo en las
> > pruebas hechas, hemos subido archivos, grabado videoy compartido
> > escritorio sin error alguno.
> > Pueden descargar el tutorial directamente de aquí:
> > https://cwiki.apache.org/confluence/download/attachments/27837303/I
> > nstalacion%20certificados%20SSL%20y%20Coturn%20para%20OpenMeetings%
> > 205.0.0-M3.pdf
> > ...o encontrarlo en:
> > https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=27
> > 837303
> > Saludos
> > Alvaro
> > 
> > 
> > ...
> > 
> > 
> > 

Re: Новая обучаемые сертификаты SSL и Coturn для OpenMeetings 5.0.0-M3

2020-03-29 Thread Alvaro

... и нет двух без трех...
Я снова поднялся на туто. Если кто-то скачал его раньшепожалуйста,
сделайте это снова.
https://cwiki.apache.org/confluence/download/attachments/27838216/Insta
llation%20SSL%20certificates%20and%20Coturn%20for%20OpenMeetings%205.0.
0-M3.pdf id="-x-evo-selection-start-marker">
Спасибо
Альваро





El dom, 29-03-2020 a las 12:32 +0200, Alvaro escribió:
> ПриветЯ загрузил измененный учебник снова.Я должен сказать, что для
> первой версии этого руководства, выЯ попросиламаксима проверить у
> меня правильное функционированиекак камеры, так имикрофоны. Результат
> был в порядке.Но я не просил вас проверить работуletsencrypt.Так что
> это все моя вина с неправильной операцией.Сертификаты.Извините,
> пожалуйста.Вы можете скачать учебник, вторая версия, прямо изЗдесь:ht
> tps://cwiki.apache.org/confluence/download/attachments/27838216/Insta
> llation%20SSL%20certificates%20and%20Coturn%20for%20OpenMeetings%205.
> 0.0-M3.pdf id="-x-evo-selection-start-marker">СпасибоАльваро
> 
> 
> 
> El dom, 29-03-2020 a las 12:26 +0200, Alvaro escribió:
> > Привет
> > Я загрузил измененный учебник снова.
> > Я должен сказать, что для первой версии этого руководства, выЯ
> > попросил
> > амаксима проверить у меня правильное функционированиекак камеры,
> > так
> > и
> > микрофоны. Результат был в порядке.Но я не просил вас проверить
> > работу
> > letsencrypt.
> > Так что это все моя вина с неправильной операцией.Сертификаты.
> > Извините, пожалуйста.
> > Вы можете скачать учебник, вторая версия, прямо изЗдесь:
> > https://cwiki.apache.org/confluence/download/attachments/27838216/I
> > ns
> > ta
> > llation%20SSL%20certificates%20and%20Coturn%20for%20OpenMeetings%20
> > 5.
> > 0.
> > 0-M3.pdf
> > Спасибо
> > Альваро

Re: New tutorial installation SSL certificates and Coturn for OpenMeetings 5.0.0-M3

2020-03-29 Thread Alvaro

...and is not two without three...
I re-uploaded the tuto fot thirt time.
Please download again if does before:
https://cwiki.apache.org/confluence/download/attachments/27838216/Insta
llation%20SSL%20certificates%20and%20Coturn%20for%20OpenMeetings%205.0.
0-M3.pdf
Thank you
Alvaro



El dom, 29-03-2020 a las 12:27 +0200, Alvaro escribió:
> Ok, is re-uploaded the tutorial modified.
> I must to say that for the first version of this guide,i asked to
> Maxim to test with me the right functioningof our cams and the
> microphones, and the result was OK.But don't asked to him test the
> letsencrypt functioning.
> So the guilt is only mine. I am sorry.
> Here can download directly the guide second version,with letsencrypt
> tested for me and working right:
> https://cwiki.apache.org/confluence/download/attachments/27838216/Ins
> tallation%20SSL%20certificates%20and%20Coturn%20for%20OpenMeetings%20
> 5.0.0-M3.pdf
> Thank you
> Alvaro
> 
> --
> El dom, 29-03-2020 a las 08:09 +0700, Maxim Solodovnik escribió:
> > Nope, `application.base.url` is not the case
> > Is https://:5443 accessible? (maybe you have renamed
> > `openmeetings` context name?)
> > Any errors in catalina.out or other log files in log folder?
> > On Sun, 29 Mar 2020 at 03:24, stefanx 
> > wrote:
> > > 
> > > 
> > > https://:5443/openmeetings/ : HTTP Status 404 – Not Found
> > > 
> > > 
> > > 
> > > Perhaps "application.base.url" in the Openmeetings configuration
> > > now is wrong ?
> > > 
> > > 
> > > 
> > > But I now cannot change application.base.url, except with mysql
> > > db modification ?
> > > 
> > > 
> > > 
> > > 
> > > 
> > > Am 28.03.20 um 04:12 schrieb Maxim Solodovnik:
> > > 
> > > > 404 at what URL?
> > > 
> > > >
> > > 
> > > > On Sat, 28 Mar 2020 at 03:19, stefanx  > > .de > wrote:
> > > 
> > > >
> > > 
> > > >     I followed this instruction, the letsencrpyt installation
> > > is ok, by now I get "HTTP Status 404 – Not Found"
> > > 
> > > >
> > > 
> > > >     Any ideas ?
> > > 
> > > >
> > > 
> > > >     Am 27.03.20 um 17:20 schrieb Alvaro:
> > > 
> > > >     >
> > > 
> > > >     > Hello,
> > > 
> > > >     >
> > > 
> > > >     > It is at your disposal a new tutorial called:
> > > 
> > > >     >
> > > 
> > > >     >
> > > 
> > > >     > Installation SSL certificates and Coturn for OpenMeetings
> > > 5.0.0-M3.pdf
> > > 
> > > >     >
> > > 
> > > >     >
> > > 
> > > >     > It is tested with an OpenMeetings 5 server installed on a
> > > pc
> > > 
> > > >     > at home, after NAT router; and each in the room saw and
> > > heard the others
> > > 
> > > >     > cameras and your own correctly.
> > > 
> > > >     > Also in the tests done, we have uploaded files, recorded
> > > video
> > > 
> > > >     > and shared desktop without any error.
> > > 
> > > >     >
> > > 
> > > >     > You can download the tutorial directly from here:
> > > 
> > > >     >
> > > 
> > > >     > https://cwiki.apache.org/confluence/download/attachments/
> > > 27838216/Installation%20SSL%20certificates%20and%20Coturn%20for%2
> > > 0OpenMeetings%205.0.0-M3.pdf
> > > 
> > > >     >
> > > 
> > > >     > ...or find it here:
> > > 
> > > >     >
> > > 
> > > >     > https://cwiki.apache.org/confluence/display/OPENMEETINGS/
> > > Tutorials+for+installing+OpenMeetings+and+Tools
> > > 
> > > >     >
> > > 
> > > >     > Best regards
> > > 
> > > >     >
> > > 
> > > >     > Alvaro
> > > 
> > > >     >
> > > 
> > > >     >
> > > 
> > > >     >
> > > 
> > > >     > -
> > > 
> > > >
> > > 
> > > >
> > > 
> > > >
> > > 
> > > > -- 
> > > 
> > > > WBR
> > > 
> > > > Maxim aka solomax
> > > 
> > > 
> > > 
> > > 
> > 
> > -- 
> > WBR
> > Maxim aka solomax

Re: A general Suggestion from a tester who'd like easier user experience with the software

2020-03-29 Thread Marcus Schulz
I would also prefere the icons displaying the current state, not the 
state that will be entered when clicked.
My users alaways asked if the mic is off, because there has been a 
little cross.


Thank you all for your great work btw.


Am 29.03.2020 um 13:39 schrieb i...@bureau-de-poste.net:


That's great! Either the orange or red with a slash through it for the 
devices that are off.  That's all I wanted. Personally I do NOT like 
the "EXIT" highlighted in orange - I think that should stay the same 
color as the other text links. That is my opinion.


Best,

ed

Quoting Juan Antonio Moreno Carmona >:



Hi all.

Maybe you mean something like that. The first image when the camera 
and microphone are activated and other users can see/hear me. The 
second image when the camera and microphone are off, nobody can 
see/hear me.


Regards.

El 29/3/20 a las 13:06, i...@bureau-de-poste.net escribió:



Hello,

I'll put my answers prefaced like this -->

--> I don't know javascript and don't use it!  I saw the sandstone 
colors and I would suggest using the green  (success) color for the 
icons to show when the camera and microphone are enabled, and use the 
orange (warning) with the slash through it to show that the camera and 
mike are disabled. That's the only color change I wanted.


I answered one other thing - the user rectangle volume control should 
be persistent even through a refresh. This would be good, but it's not 
critical, it's easy to reset.  Thanks


Ed

Quoting Maxim Solodovnik >:



Hello All,
I'll try to answer in one email :)

- The symbol and the text for leaving the room should be
highlighted (in color?).

Could you please color this using color scheme from here 
https://bootswatch.com/sandstone/

And Share the result as picture?
(I'm not a designer, and have no imagination, but I believe too much 
colors can ruin everything)


- The character > should be inverted in the chat bar. That would
correspond to the same logic as with the new camera and
microphone symbol.

Will do

- The color selection dialog should open near the tools
properties window.
At the moment the color selection appears in the top left corner
and makes long movements with the mouse.

Seems to be opened as expected
Could you re-check with latest version?

- The icons in the toolbar could be a little bit smaler. They
almost touch the chat bar. see attached screenshot.

Same remark as above,
Can you share the of the room with this change?

But this should not slow down the release process.   ;-)

Yep,
Dozens of mosquitos can kill an elephant ... :)))

One last idea - and I understand that I am just a tester / user
of this and that it is your project in which I participate ( I
also participate in spark, hadoop, nutch - i love apache
projects), but since you asked, I would change the color of
everythign that is "ON" or enabled to green and everything that
is "OFF" to red - just like the traffic lights!  For what it's
worth, and I have nothing against the color orange!

Same remark as above,
Can you share the of the room with this change?


This is better - personally I would color the camera and mic
icons that are activated, so they look "ON" - (without the
slash of course) - and to indicate the "OFF" status - it is
fine - with the slash.

For example, when you hover over (or mouse over) the tiny
speaker icon in the dragable user rectangle we see the
orange-colored old-fashioned microphone  image pop-up - this
is excellent. I would also have theat tiny speaker icon in
the dragable user rectangle in orange to indicate its state
is "ON" when it is on - the other two tiny icons (refresh and
minimize) at the top of the dragable user rectangle are fine
in grey since they are settings to change not states and
users know what to expect with them.

Same remark as above,
Can you share the of the room with this change?

This is my advice since you asked - I'm more concerned with
fonctionality! It is working well.

One question - I have tested this extensively in Chrome adn I
notice that if one sets the volume of teh microphone
different than 50 (in the tiny icon in the dragable user
rectangle) -each time I refres the user it si reset to level
50. Is this desired? Wouldn't it be better to keep the last
user volumn settings through a "refresh" since users will
most probably use the refresh to see or hear another user who
may have changed the state of their camera and microphone.
This is just an idea - it is OK as it is since it's easy to
reset it.

Actually I thought of this
BUT unfortunately this is not that easy
Actually there are more than one volume
1) self volume (actually microphone gain)
2) volume for each 

Re: [HELP NEEDED] 5.0.0 release

2020-03-29 Thread info

 Hi,

If you mean this, it doesn't exist - file not found error:

https://om.alteametasoft.com:8443/demo-next/

Quoting Maxim Solodovnik :


Yep   
   Build server will serve you with the most recent version  
(demo-next has one of the latest builds ...)


 On Sun, 29 Mar 2020 at 18:10,  wrote:


_Hello,

I want to move my M3 test instance to  M4 (or is there a 5.0.0  
stable alpha or something like that which incorporates nightly the  
M4 changes you are committing?) - I shoudl take the latest 3076 at :


https://builds.apache.org/view/M-R/view/OpenMeetings/job/openmeetings/lastBuild/

is that right?

thanks,

Ed

Quoting Maxim Solodovnik :_

_Can you try to update Tomcat to 9.0.33 _ _like  
this https://github.com/apache/openmeetings/blob/master/pom.xml#L85_

   _ _
   _Most probably it will help with upload_

 _On Sun, 29 Mar 2020 at 18:02, Peter Dähn  
 wrote:_



_here you are..._


  _Revision__81e95ac_
  _Builddate_   _2020-02-21T14:27:26Z_

_rotating balls are not my issue, I will ask the one. But as far  
as I understand, this doesn't happen any time..._


 _Am 29.03.20 um 12:01 schrieb Maxim Solodovnik:_

_can you share revision of your version?  While you have  
"endless rolling balls" do you have any error requests in Dev  
console->Network? anything with status 500 or so?  On Sun, 29  
Mar 2020 at 16:07, Peter Dähn [1] wrote:  _
_Hi Maxim,  1. latest build isn't an option yet. Bootstrap  
changes does't work with our coustom.css. I would prefer to  
"repair" current installation (latest build without   
bootstrap).  Upload wors on demo.  2. There ist also  
*ReferenceError: sipKeyDown is not defined* But this one I  
ignored.  Greetings PeterAm 29.03.20 um 03:14 schrieb Maxim  
Solodovnik:  Are you using most recent version of M4?   Do you  
have these upload issues on demo? (If yes - please share  
problem doc)  * there was an issue in Wicket fixed recently,  
could you update and re-build (new Wicket SNAPSHOT should be  
used automatically)  2) `group/customcss` can be ignored Any  
other errors (in browser console or server log)?  (chat is  
missing sounds like JS error)   On Sun, 29 Mar 2020 at 08:00,  
Peter Dähn [1] [1] wrote:   Hi  
Maxim,  there are two issues left. Maybe my installation. But  
it is the same behaviour on test and on production.  1. I have  
upload problems. Not specific by time ore size. Same file might  
work or not.  I get an error in the logs, but no recommended  
solution helped.  *WARN  03-28 00:57:13.083  
o.a.w.m.h.f.Form:1469 [io-5080-exec-23] - Upload failed:  
Processing of multipart/form-data request failed.  
java.io.IOException: Stream reset*  
*org.apache.commons.fileupload.FileUploadBase$IOFileUploadException:  
Processing of multipart/form-data request failed.  
java.io.IOException: Stream reset* *at  
org.apache.commons.fileupload.FileUploadBase.parseRequest(FileUploadBase.java:350)* *at org.apache.wicket.protocol.http.servlet.MultipartServletWebRequestImpl.parseFileParts(MultipartServletWebRequestImpl.java:196)* *at org.apache.wicket.markup.html.form.Form.handleMultiPart(Form.java:1419)* *at org.apache.openmeetings.web.room.sidebar.UploadDialog$1.handleMultiPart(UploadDialog.java:83)* *at org.apache.wicket.markup.html.form.Form.onFormSubmitted(Form.java:771)* *at com.googlecode.wicket.jquery.ui.widget.dialog.AbstractFormDialog.internalOnClick(AbstractFormDialog.java:215)* *at com.googlecode.wicket.jquery.ui.widget.dialog.AbstractDialog$2.onClick(AbstractDialog.java:440)* *at com.googlecode.wicket.jquery.ui.widget.dialog.DialogBehavior.onAjax(DialogBehavior.java:188)* *at com.googlecode.wicket.jquery.core.ajax.JQueryAjaxBehavior.respond(JQueryAjaxBehavior.java:174)* *at org.apache.wicket.ajax.AbstractDefaultAjaxBehavior.onRequest(AbstractDefaultAjaxBehavior.java:597)* *at org.apache.wicket.core.request.handler.ListenerRequestHandler.internalInvoke(ListenerRequestHandler.java:306)* *at org.apache.wicket.core.request.handler.ListenerRequestHandler.invoke(ListenerRequestHandler.java:280)* *at org.apache.wicket.core.request.handler.ListenerRequestHandler.invokeListener(ListenerRequestHandler.java:222)* *at org.apache.wicket.core.request.handler.ListenerRequestHandler.respond(ListenerRequestHandler.java:208)* *at org.apache.wicket.request.cycle.RequestCycle$HandlerExecutor.respond(RequestCycle.java:917)* *at org.apache.wicket.request.RequestHandlerExecutor.execute(RequestHandlerExecutor.java:63)* *at org.apache.wicket.request.cycle.RequestCycle.execute(RequestCycle.java:283)* *at org.apache.wicket.request.cycle.RequestCycle.processRequest(RequestCycle.java:254)* *at org.apache.wicket.request.cycle.RequestCycle.processRequestAndDetach(RequestCycle.java:222)* *at org.apache.wicket.protocol.ws.AbstractUpgradeFilter.processRequestCycle(AbstractUpgradeFilter.java:71)* *at 

Re: A general Suggestion from a tester who'd like easier user experience with the software

2020-03-29 Thread info
 That's great! Either the orange or red with a slash through it for  
the devices that are off.  That's all I wanted. Personally I do NOT  
like the "EXIT" highlighted in orange - I think that should stay the  
same color as the other text links. That is my opinion.


Best,

 ed

Quoting Juan Antonio Moreno Carmona :


Hi all.

  Maybe you mean something like that. The first image when the  
camera and microphone are activated and other users can see/hear me.  
The second image when the camera and microphone are off, nobody can  
see/hear me.


  Regards.
  El 29/3/20 a las 13:06, i...@bureau-de-poste.net escribió:


 


 Hello,

I'll put my answers prefaced like this -->

--> I don't know javascript and don't use it!  I saw the sandstone  
colors and I would suggest using the green  (success) color for the  
icons to show when the camera and microphone are enabled, and use the  
orange (warning) with the slash through it to show that the camera and  
mike are disabled. That's the only color change I wanted.


 I answered one other thing - the user rectangle volume control  
should be persistent even through a refresh. This would be good, but  
it's not critical, it's easy to reset.  Thanks


Ed

Quoting Maxim Solodovnik :


Hello All, 
I'll try to answer in one email :)

    


 
- The symbol and the text for leaving the room should be  
highlighted (in color?).


 
Could you please color this using color scheme from  
here https://bootswatch.com/sandstone/

And Share the result as picture?
 
(I'm not a designer, and have no imagination, but I believe too  
much colors can ruin everything) 

 


 
- The character > should be inverted in the chat bar. That  
would correspond to the same logic as with the new camera and  
microphone symbol.


 
Will do
 


 
- The color selection dialog should open near the tools  
properties window.
At the moment the color selection appears in the top left corner  
and makes long movements with the mouse.


 
Seems to be opened as expected
Could you re-check with latest version?
 


 
- The icons in the toolbar could be a little bit smaler.  
They almost touch the chat bar. see attached screenshot.


 
Same remark as above,
Can you share the of the room with this change?
 


 
But this should not slow down the release process.   ;-)


 
Yep,
Dozens of mosquitos can kill an elephant ... :)))
 


 
One last idea - and I understand that I am just a tester /  
user of this and that it is your project in which I participate ( I  
also participate in spark, hadoop, nutch - i love apache projects),  
but since you asked, I would change the color of everythign that is  
"ON" or enabled to green and everything that is "OFF" to red - just  
like the traffic lights!  For what it's worth, and I have nothing  
against the color orange!


    


 Same remark as above,
 Can you share the of the room with this change?
  
  

This is better - personally I would color the camera and mic icons  
that are activated, so they look "ON" - (without the slash of  
course) - and to indicate the "OFF" status - it is fine - with the  
slash.


For example, when you hover over (or mouse over) the tiny speaker  
icon in the dragable user rectangle we see the orange-colored  
old-fashioned microphone  image pop-up - this is excellent. I  
would also have theat tiny speaker icon in the dragable user  
rectangle in orange to indicate its state is "ON" when it is on -  
the other two tiny icons (refresh and minimize) at the top of the  
dragable user rectangle are fine in grey since they are settings  
to change not states and users know what to expect with them.

 


  Same remark as above,
   Can you share the of the room with this change?
    
    
    

This is my advice since you asked - I'm more concerned with  
fonctionality! It is working well.


One question - I have tested this extensively in Chrome adn I  
notice that if one sets the volume of teh microphone different  
than 50 (in the tiny icon in the dragable user rectangle) -each  
time I refres the user it si reset to level 50. Is this desired?  
Wouldn't it be better to keep the last user volumn settings  
through a "refresh" since users will most probably use the refresh  
to see or hear another user who may have changed the state of  
their camera and microphone. This is just an idea - it is OK as it  
is since it's easy to reset it.

 


   Actually I thought of this 
   BUT unfortunately this is not that easy
   Actually there are more than one volume
   1) self volume (actually microphone gain)
   2) volume for each user in the room with microphone
    
   userId -> volume can be stored
   Do you think it worth so?

-->  If you can do no. 2 easily it would be good, but it's not  
critical at all.

 

Thansk 

Re: A general Suggestion from a tester who'd like easier user experience with the software

2020-03-29 Thread Juan Antonio Moreno Carmona

Hi all.

Maybe you mean something like that. The first image when the camera and 
microphone are activated and other users can see/hear me. The second 
image when the camera and microphone are off, nobody can see/hear me.


Regards.

El 29/3/20 a las 13:06, i...@bureau-de-poste.net escribió:


Hello,

I'll put my answers prefaced like this -->

--> I don't know javascript and don't use it!  I saw the sandstone 
colors and I would suggest using the green  (success) color for the 
icons to show when the camera and microphone are enabled, and use the 
orange (warning) with the slash through it to show that the camera and 
mike are disabled. That's the only color change I wanted.


I answered one other thing - the user rectangle volume control should 
be persistent even through a refresh. This would be good, but it's not 
critical, it's easy to reset.  Thanks


Ed

Quoting Maxim Solodovnik >:



Hello All,
I'll try to answer in one email :)

- The symbol and the text for leaving the room should be
highlighted (in color?).

Could you please color this using color scheme from here 
https://bootswatch.com/sandstone/

And Share the result as picture?
(I'm not a designer, and have no imagination, but I believe too much 
colors can ruin everything)


- The character > should be inverted in the chat bar. That would
correspond to the same logic as with the new camera and
microphone symbol.

Will do

- The color selection dialog should open near the tools
properties window.
At the moment the color selection appears in the top left corner
and makes long movements with the mouse.

Seems to be opened as expected
Could you re-check with latest version?

- The icons in the toolbar could be a little bit smaler. They
almost touch the chat bar. see attached screenshot.

Same remark as above,
Can you share the of the room with this change?

But this should not slow down the release process.   ;-)

Yep,
Dozens of mosquitos can kill an elephant ... :)))

One last idea - and I understand that I am just a tester / user
of this and that it is your project in which I participate ( I
also participate in spark, hadoop, nutch - i love apache
projects), but since you asked, I would change the color of
everythign that is "ON" or enabled to green and everything that
is "OFF" to red - just like the traffic lights!  For what it's
worth, and I have nothing against the color orange!

Same remark as above,
Can you share the of the room with this change?


This is better - personally I would color the camera and mic
icons that are activated, so they look "ON" - (without the
slash of course) - and to indicate the "OFF" status - it is
fine - with the slash.

For example, when you hover over (or mouse over) the tiny
speaker icon in the dragable user rectangle we see the
orange-colored old-fashioned microphone  image pop-up - this
is excellent. I would also have theat tiny speaker icon in
the dragable user rectangle in orange to indicate its state
is "ON" when it is on - the other two tiny icons (refresh and
minimize) at the top of the dragable user rectangle are fine
in grey since they are settings to change not states and
users know what to expect with them.

Same remark as above,
Can you share the of the room with this change?

This is my advice since you asked - I'm more concerned with
fonctionality! It is working well.

One question - I have tested this extensively in Chrome adn I
notice that if one sets the volume of teh microphone
different than 50 (in the tiny icon in the dragable user
rectangle) -each time I refres the user it si reset to level
50. Is this desired? Wouldn't it be better to keep the last
user volumn settings through a "refresh" since users will
most probably use the refresh to see or hear another user who
may have changed the state of their camera and microphone.
This is just an idea - it is OK as it is since it's easy to
reset it.

Actually I thought of this
BUT unfortunately this is not that easy
Actually there are more than one volume
1) self volume (actually microphone gain)
2) volume for each user in the room with microphone
userId -> volume can be stored
Do you think it worth so?

-->  If you can do no. 2 easily it would be good, but it's not 
critical at all.


Thansk for the good work. I'll test this on FF adn Edge and
if there are any problems will reply again.

Thanks for the feedback :))

--
WBR
Maxim aka solomax






Re: [HELP NEEDED] 5.0.0 release

2020-03-29 Thread Maxim Solodovnik
Yep

Build server will serve you with the most recent version (demo-next has one
of the latest builds ...)

On Sun, 29 Mar 2020 at 18:10,  wrote:

> Hello,
>
> I want to move my M3 test instance to  M4 (or is there a 5.0.0 stable
> alpha or something like that which incorporates nightly the M4 changes you
> are committing?) - I shoudl take the latest 3076 at :
>
>
> https://builds.apache.org/view/M-R/view/OpenMeetings/job/openmeetings/lastBuild/
>
> is that right?
>
> thanks,
>
> Ed
>
>
> Quoting Maxim Solodovnik :
>
> Can you try to update Tomcat to 9.0.33
> like this https://github.com/apache/openmeetings/blob/master/pom.xml#L85
>
> Most probably it will help with upload
>
> On Sun, 29 Mar 2020 at 18:02, Peter Dähn  wrote:
>
>> here you are...
>>
>> Revision 81e95ac
>> Builddate 2020-02-21T14:27:26Z
>> rotating balls are not my issue, I will ask the one. But as far as I
>> understand, this doesn't happen any time...
>>
>> Am 29.03.20 um 12:01 schrieb Maxim Solodovnik:
>>
>> can you share revision of your version?
>>
>> While you have "endless rolling balls" do you have any error requests in
>> Dev console->Network?
>> anything with status 500 or so?
>>
>> On Sun, 29 Mar 2020 at 16:07, Peter Dähn   
>> wrote:
>>
>>
>> Hi Maxim,
>>
>> 1. latest build isn't an option yet. Bootstrap changes does't work with
>> our coustom.css. I would prefer to "repair" current installation (latest
>> build without  bootstrap).
>>
>> Upload wors on demo.
>>
>> 2. There ist also *ReferenceError: sipKeyDown is not defined* But this
>> one I ignored.
>>
>> Greetings Peter
>>
>>
>>
>> Am 29.03.20 um 03:14 schrieb Maxim Solodovnik:
>>
>> Are you using most recent version of M4?
>>
>>
>> Do you have these upload issues on demo?
>> (If yes - please share problem doc)
>>
>> * there was an issue in Wicket fixed recently, could you update and
>> re-build (new Wicket SNAPSHOT should be used automatically)
>>
>> 2) `group/customcss` can be ignored
>> Any other errors (in browser console or server log)?
>>
>> (chat is missing sounds like JS error)
>>
>>
>> On Sun, 29 Mar 2020 at 08:00, Peter Dähn   
>>   wrote:
>>
>>
>> Hi Maxim,
>>
>> there are two issues left. Maybe my installation. But it is the same
>> behaviour on test and on production.
>>
>> 1. I have upload problems. Not specific by time ore size. Same file might
>> work or not.
>>
>> I get an error in the logs, but no recommended solution helped.
>>
>> *WARN  03-28 00:57:13.083 o.a.w.m.h.f.Form:1469 [io-5080-exec-23] - Upload
>> failed: Processing of multipart/form-data request failed.
>> java.io.IOException: Stream reset*
>> *org.apache.commons.fileupload.FileUploadBase$IOFileUploadException:
>> Processing of multipart/form-data request failed. java.io.IOException:
>> Stream reset*
>> *at
>> org.apache.commons.fileupload.FileUploadBase.parseRequest(FileUploadBase.java:350)*
>> *at
>> org.apache.wicket.protocol.http.servlet.MultipartServletWebRequestImpl.parseFileParts(MultipartServletWebRequestImpl.java:196)*
>> *at
>> org.apache.wicket.markup.html.form.Form.handleMultiPart(Form.java:1419)*
>> *at
>> org.apache.openmeetings.web.room.sidebar.UploadDialog$1.handleMultiPart(UploadDialog.java:83)*
>> *at
>> org.apache.wicket.markup.html.form.Form.onFormSubmitted(Form.java:771)*
>> *at
>> com.googlecode.wicket.jquery.ui.widget.dialog.AbstractFormDialog.internalOnClick(AbstractFormDialog.java:215)*
>> *at
>> com.googlecode.wicket.jquery.ui.widget.dialog.AbstractDialog$2.onClick(AbstractDialog.java:440)*
>> *at
>> com.googlecode.wicket.jquery.ui.widget.dialog.DialogBehavior.onAjax(DialogBehavior.java:188)*
>> *at
>> com.googlecode.wicket.jquery.core.ajax.JQueryAjaxBehavior.respond(JQueryAjaxBehavior.java:174)*
>> *at
>> org.apache.wicket.ajax.AbstractDefaultAjaxBehavior.onRequest(AbstractDefaultAjaxBehavior.java:597)*
>> *at
>> org.apache.wicket.core.request.handler.ListenerRequestHandler.internalInvoke(ListenerRequestHandler.java:306)*
>> *at
>> org.apache.wicket.core.request.handler.ListenerRequestHandler.invoke(ListenerRequestHandler.java:280)*
>> *at
>> org.apache.wicket.core.request.handler.ListenerRequestHandler.invokeListener(ListenerRequestHandler.java:222)*
>> *at
>> org.apache.wicket.core.request.handler.ListenerRequestHandler.respond(ListenerRequestHandler.java:208)*
>> *at
>> org.apache.wicket.request.cycle.RequestCycle$HandlerExecutor.respond(RequestCycle.java:917)*
>> *at
>> org.apache.wicket.request.RequestHandlerExecutor.execute(RequestHandlerExecutor.java:63)*
>> *at
>> org.apache.wicket.request.cycle.RequestCycle.execute(RequestCycle.java:283)*
>> *at
>> org.apache.wicket.request.cycle.RequestCycle.processRequest(RequestCycle.java:254)*
>> *at
>> org.apache.wicket.request.cycle.RequestCycle.processRequestAndDetach(RequestCycle.java:222)*
>> *at
>> org.apache.wicket.protocol.ws.AbstractUpgradeFilter.processRequestCycle(AbstractUpgradeFilter.java:71)*
>> *at
>> 

Re: [HELP NEEDED] 5.0.0 release

2020-03-29 Thread info

 Hello,

I want to move my M3 test instance to  M4 (or is there a 5.0.0 stable  
alpha or something like that which incorporates nightly the M4 changes  
you are committing?) - I shoudl take the latest 3076 at :


https://builds.apache.org/view/M-R/view/OpenMeetings/job/openmeetings/lastBuild/

is that right?

thanks,

Ed

Quoting Maxim Solodovnik :

Can you try to update Tomcat to 9.0.33  like  
this https://github.com/apache/openmeetings/blob/master/pom.xml#L85

    
   Most probably it will help with upload

 On Sun, 29 Mar 2020 at 18:02, Peter Dähn  wrote:


here you are...


  Revision  81e95ac
  Builddate 2020-02-21T14:27:26Z

rotating balls are not my issue, I will ask the one. But as far as  
I understand, this doesn't happen any time...


 Am 29.03.20 um 12:01 schrieb Maxim Solodovnik:

can you share revision of your version?  While you have "endless  
rolling balls" do you have any error requests in Dev  
console->Network? anything with status 500 or so?  On Sun, 29 Mar  
2020 at 16:07, Peter Dähn [1] wrote:
Hi Maxim,  1. latest build isn't an option yet. Bootstrap changes  
does't work with our coustom.css. I would prefer to "repair"  
current installation (latest build without  bootstrap).  Upload  
wors on demo.  2. There ist also *ReferenceError: sipKeyDown is  
not defined* But this one I ignored.  Greetings PeterAm  
29.03.20 um 03:14 schrieb Maxim Solodovnik:  Are you using most  
recent version of M4?   Do you have these upload issues on demo?  
(If yes - please share problem doc)  * there was an issue in  
Wicket fixed recently, could you update and re-build (new Wicket  
SNAPSHOT should be used automatically)  2) `group/customcss` can  
be ignored Any other errors (in browser console or server log)?   
(chat is missing sounds like JS error)   On Sun, 29 Mar 2020 at  
08:00, Peter Dähn [1] [1] wrote:
Hi Maxim,  there are two issues left. Maybe my installation. But  
it is the same behaviour on test and on production.  1. I have  
upload problems. Not specific by time ore size. Same file might  
work or not.  I get an error in the logs, but no recommended  
solution helped.  *WARN  03-28 00:57:13.083 o.a.w.m.h.f.Form:1469  
[io-5080-exec-23] - Upload failed: Processing of  
multipart/form-data request failed. java.io.IOException: Stream  
reset*  
*org.apache.commons.fileupload.FileUploadBase$IOFileUploadException:  
Processing of multipart/form-data request failed.  
java.io.IOException: Stream reset* *at  
org.apache.commons.fileupload.FileUploadBase.parseRequest(FileUploadBase.java:350)* *at org.apache.wicket.protocol.http.servlet.MultipartServletWebRequestImpl.parseFileParts(MultipartServletWebRequestImpl.java:196)* *at org.apache.wicket.markup.html.form.Form.handleMultiPart(Form.java:1419)* *at org.apache.openmeetings.web.room.sidebar.UploadDialog$1.handleMultiPart(UploadDialog.java:83)* *at org.apache.wicket.markup.html.form.Form.onFormSubmitted(Form.java:771)* *at com.googlecode.wicket.jquery.ui.widget.dialog.AbstractFormDialog.internalOnClick(AbstractFormDialog.java:215)* *at com.googlecode.wicket.jquery.ui.widget.dialog.AbstractDialog$2.onClick(AbstractDialog.java:440)* *at com.googlecode.wicket.jquery.ui.widget.dialog.DialogBehavior.onAjax(DialogBehavior.java:188)* *at com.googlecode.wicket.jquery.core.ajax.JQueryAjaxBehavior.respond(JQueryAjaxBehavior.java:174)* *at org.apache.wicket.ajax.AbstractDefaultAjaxBehavior.onRequest(AbstractDefaultAjaxBehavior.java:597)* *at org.apache.wicket.core.request.handler.ListenerRequestHandler.internalInvoke(ListenerRequestHandler.java:306)* *at org.apache.wicket.core.request.handler.ListenerRequestHandler.invoke(ListenerRequestHandler.java:280)* *at org.apache.wicket.core.request.handler.ListenerRequestHandler.invokeListener(ListenerRequestHandler.java:222)* *at org.apache.wicket.core.request.handler.ListenerRequestHandler.respond(ListenerRequestHandler.java:208)* *at org.apache.wicket.request.cycle.RequestCycle$HandlerExecutor.respond(RequestCycle.java:917)* *at org.apache.wicket.request.RequestHandlerExecutor.execute(RequestHandlerExecutor.java:63)* *at org.apache.wicket.request.cycle.RequestCycle.execute(RequestCycle.java:283)* *at org.apache.wicket.request.cycle.RequestCycle.processRequest(RequestCycle.java:254)* *at org.apache.wicket.request.cycle.RequestCycle.processRequestAndDetach(RequestCycle.java:222)* *at org.apache.wicket.protocol.ws.AbstractUpgradeFilter.processRequestCycle(AbstractUpgradeFilter.java:71)* *at org.apache.wicket.protocol.http.WicketFilter.processRequest(WicketFilter.java:207)* *at org.apache.wicket.protocol.http.WicketFilter.doFilter(WicketFilter.java:300)* *at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)* *at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)* *at 

Re: A general Suggestion from a tester who'd like easier user experience with the software

2020-03-29 Thread info

 Hello,

I'll put my answers prefaced like this -->

--> I don't know javascript and don't use it!  I saw the sandstone  
colors and I would suggest using the green  (success) color for the  
icons to show when the camera and microphone are enabled, and use the  
orange (warning) with the slash through it to show that the camera and  
mike are disabled. That's the only color change I wanted.


 I answered one other thing - the user rectangle volume control  
should be persistent even through a refresh. This would be good, but  
it's not critical, it's easy to reset.  Thanks


Ed

Quoting Maxim Solodovnik :


Hello All, 
I'll try to answer in one email :)

    


 
- The symbol and the text for leaving the room should be  
highlighted (in color?).


 
Could you please color this using color scheme from  
here https://bootswatch.com/sandstone/

And Share the result as picture?
 
(I'm not a designer, and have no imagination, but I believe too  
much colors can ruin everything) 

 


 
- The character > should be inverted in the chat bar. That  
would correspond to the same logic as with the new camera and  
microphone symbol.


 
Will do
 


 
- The color selection dialog should open near the tools  
properties window.
At the moment the color selection appears in the top left corner  
and makes long movements with the mouse.


 
Seems to be opened as expected
Could you re-check with latest version?
 


 
- The icons in the toolbar could be a little bit smaler.  
They almost touch the chat bar. see attached screenshot.


 
Same remark as above,
Can you share the of the room with this change?
 


 
But this should not slow down the release process.   ;-)


 
Yep,
Dozens of mosquitos can kill an elephant ... :)))
 


 
One last idea - and I understand that I am just a tester /  
user of this and that it is your project in which I participate ( I  
also participate in spark, hadoop, nutch - i love apache projects),  
but since you asked, I would change the color of everythign that is  
"ON" or enabled to green and everything that is "OFF" to red - just  
like the traffic lights!  For what it's worth, and I have nothing  
against the color orange!


    


 Same remark as above,
 Can you share the of the room with this change?
  
  

This is better - personally I would color the camera and mic icons  
that are activated, so they look "ON" - (without the slash of  
course) - and to indicate the "OFF" status - it is fine - with the  
slash.


For example, when you hover over (or mouse over) the tiny speaker  
icon in the dragable user rectangle we see the orange-colored  
old-fashioned microphone  image pop-up - this is excellent. I  
would also have theat tiny speaker icon in the dragable user  
rectangle in orange to indicate its state is "ON" when it is on -  
the other two tiny icons (refresh and minimize) at the top of the  
dragable user rectangle are fine in grey since they are settings  
to change not states and users know what to expect with them.

 


  Same remark as above,
   Can you share the of the room with this change?
    
    
    

This is my advice since you asked - I'm more concerned with  
fonctionality! It is working well.


One question - I have tested this extensively in Chrome adn I  
notice that if one sets the volume of teh microphone different  
than 50 (in the tiny icon in the dragable user rectangle) -each  
time I refres the user it si reset to level 50. Is this desired?  
Wouldn't it be better to keep the last user volumn settings  
through a "refresh" since users will most probably use the refresh  
to see or hear another user who may have changed the state of  
their camera and microphone. This is just an idea - it is OK as it  
is since it's easy to reset it.

 


   Actually I thought of this 
   BUT unfortunately this is not that easy
   Actually there are more than one volume
   1) self volume (actually microphone gain)
   2) volume for each user in the room with microphone
    
   userId -> volume can be stored
   Do you think it worth so?

-->  If you can do no. 2 easily it would be good, but it's not  
critical at all.

 

Thansk for the good work. I'll test this on FF adn Edge and if  
there are any problems will reply again.


 


  


   
  Thanks for the feedback :))

   
--
  WBR
Maxim aka solomax


Re: [HELP NEEDED] 5.0.0 release

2020-03-29 Thread Maxim Solodovnik
Can you try to update Tomcat to 9.0.33
like this https://github.com/apache/openmeetings/blob/master/pom.xml#L85

Most probably it will help with upload

On Sun, 29 Mar 2020 at 18:02, Peter Dähn  wrote:

> here you are...
>
> Revision 81e95ac
> Builddate 2020-02-21T14:27:26Z
> rotating balls are not my issue, I will ask the one. But as far as I
> understand, this doesn't happen any time...
>
> Am 29.03.20 um 12:01 schrieb Maxim Solodovnik:
>
> can you share revision of your version?
>
> While you have "endless rolling balls" do you have any error requests in
> Dev console->Network?
> anything with status 500 or so?
>
> On Sun, 29 Mar 2020 at 16:07, Peter Dähn   
> wrote:
>
>
> Hi Maxim,
>
> 1. latest build isn't an option yet. Bootstrap changes does't work with
> our coustom.css. I would prefer to "repair" current installation (latest
> build without  bootstrap).
>
> Upload wors on demo.
>
> 2. There ist also *ReferenceError: sipKeyDown is not defined* But this
> one I ignored.
>
> Greetings Peter
>
>
>
> Am 29.03.20 um 03:14 schrieb Maxim Solodovnik:
>
> Are you using most recent version of M4?
>
>
> Do you have these upload issues on demo?
> (If yes - please share problem doc)
>
> * there was an issue in Wicket fixed recently, could you update and
> re-build (new Wicket SNAPSHOT should be used automatically)
>
> 2) `group/customcss` can be ignored
> Any other errors (in browser console or server log)?
>
> (chat is missing sounds like JS error)
>
>
> On Sun, 29 Mar 2020 at 08:00, Peter Dähn   
>   wrote:
>
>
> Hi Maxim,
>
> there are two issues left. Maybe my installation. But it is the same
> behaviour on test and on production.
>
> 1. I have upload problems. Not specific by time ore size. Same file might
> work or not.
>
> I get an error in the logs, but no recommended solution helped.
>
> *WARN  03-28 00:57:13.083 o.a.w.m.h.f.Form:1469 [io-5080-exec-23] - Upload
> failed: Processing of multipart/form-data request failed.
> java.io.IOException: Stream reset*
> *org.apache.commons.fileupload.FileUploadBase$IOFileUploadException:
> Processing of multipart/form-data request failed. java.io.IOException:
> Stream reset*
> *at
> org.apache.commons.fileupload.FileUploadBase.parseRequest(FileUploadBase.java:350)*
> *at
> org.apache.wicket.protocol.http.servlet.MultipartServletWebRequestImpl.parseFileParts(MultipartServletWebRequestImpl.java:196)*
> *at
> org.apache.wicket.markup.html.form.Form.handleMultiPart(Form.java:1419)*
> *at
> org.apache.openmeetings.web.room.sidebar.UploadDialog$1.handleMultiPart(UploadDialog.java:83)*
> *at
> org.apache.wicket.markup.html.form.Form.onFormSubmitted(Form.java:771)*
> *at
> com.googlecode.wicket.jquery.ui.widget.dialog.AbstractFormDialog.internalOnClick(AbstractFormDialog.java:215)*
> *at
> com.googlecode.wicket.jquery.ui.widget.dialog.AbstractDialog$2.onClick(AbstractDialog.java:440)*
> *at
> com.googlecode.wicket.jquery.ui.widget.dialog.DialogBehavior.onAjax(DialogBehavior.java:188)*
> *at
> com.googlecode.wicket.jquery.core.ajax.JQueryAjaxBehavior.respond(JQueryAjaxBehavior.java:174)*
> *at
> org.apache.wicket.ajax.AbstractDefaultAjaxBehavior.onRequest(AbstractDefaultAjaxBehavior.java:597)*
> *at
> org.apache.wicket.core.request.handler.ListenerRequestHandler.internalInvoke(ListenerRequestHandler.java:306)*
> *at
> org.apache.wicket.core.request.handler.ListenerRequestHandler.invoke(ListenerRequestHandler.java:280)*
> *at
> org.apache.wicket.core.request.handler.ListenerRequestHandler.invokeListener(ListenerRequestHandler.java:222)*
> *at
> org.apache.wicket.core.request.handler.ListenerRequestHandler.respond(ListenerRequestHandler.java:208)*
> *at
> org.apache.wicket.request.cycle.RequestCycle$HandlerExecutor.respond(RequestCycle.java:917)*
> *at
> org.apache.wicket.request.RequestHandlerExecutor.execute(RequestHandlerExecutor.java:63)*
> *at
> org.apache.wicket.request.cycle.RequestCycle.execute(RequestCycle.java:283)*
> *at
> org.apache.wicket.request.cycle.RequestCycle.processRequest(RequestCycle.java:254)*
> *at
> org.apache.wicket.request.cycle.RequestCycle.processRequestAndDetach(RequestCycle.java:222)*
> *at
> org.apache.wicket.protocol.ws.AbstractUpgradeFilter.processRequestCycle(AbstractUpgradeFilter.java:71)*
> *at
> org.apache.wicket.protocol.http.WicketFilter.processRequest(WicketFilter.java:207)*
> *at
> org.apache.wicket.protocol.http.WicketFilter.doFilter(WicketFilter.java:300)*
> *at
> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)*
> *at
> org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)*
> *at
> org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:202)*
> *at
> org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:96)*
> *at
> 

Re: [HELP NEEDED] 5.0.0 release

2020-03-29 Thread Peter Dähn

here you are...

Revision81e95ac
Builddate   2020-02-21T14:27:26Z


rotating balls are not my issue, I will ask the one. But as far as I 
understand, this doesn't happen any time...


Am 29.03.20 um 12:01 schrieb Maxim Solodovnik:

can you share revision of your version?

While you have "endless rolling balls" do you have any error requests in
Dev console->Network?
anything with status 500 or so?

On Sun, 29 Mar 2020 at 16:07, Peter Dähn  wrote:


Hi Maxim,

1. latest build isn't an option yet. Bootstrap changes does't work with
our coustom.css. I would prefer to "repair" current installation (latest
build without  bootstrap).

Upload wors on demo.

2. There ist also *ReferenceError: sipKeyDown is not defined* But this
one I ignored.

Greetings Peter



Am 29.03.20 um 03:14 schrieb Maxim Solodovnik:

Are you using most recent version of M4?


Do you have these upload issues on demo?
(If yes - please share problem doc)

* there was an issue in Wicket fixed recently, could you update and
re-build (new Wicket SNAPSHOT should be used automatically)

2) `group/customcss` can be ignored
Any other errors (in browser console or server log)?

(chat is missing sounds like JS error)


On Sun, 29 Mar 2020 at 08:00, Peter Dähn   wrote:


Hi Maxim,

there are two issues left. Maybe my installation. But it is the same
behaviour on test and on production.

1. I have upload problems. Not specific by time ore size. Same file might
work or not.

I get an error in the logs, but no recommended solution helped.

*WARN  03-28 00:57:13.083 o.a.w.m.h.f.Form:1469 [io-5080-exec-23] - Upload
failed: Processing of multipart/form-data request failed.
java.io.IOException: Stream reset*
*org.apache.commons.fileupload.FileUploadBase$IOFileUploadException:
Processing of multipart/form-data request failed. java.io.IOException:
Stream reset*
*at
org.apache.commons.fileupload.FileUploadBase.parseRequest(FileUploadBase.java:350)*
*at
org.apache.wicket.protocol.http.servlet.MultipartServletWebRequestImpl.parseFileParts(MultipartServletWebRequestImpl.java:196)*
*at
org.apache.wicket.markup.html.form.Form.handleMultiPart(Form.java:1419)*
*at
org.apache.openmeetings.web.room.sidebar.UploadDialog$1.handleMultiPart(UploadDialog.java:83)*
*at
org.apache.wicket.markup.html.form.Form.onFormSubmitted(Form.java:771)*
*at
com.googlecode.wicket.jquery.ui.widget.dialog.AbstractFormDialog.internalOnClick(AbstractFormDialog.java:215)*
*at
com.googlecode.wicket.jquery.ui.widget.dialog.AbstractDialog$2.onClick(AbstractDialog.java:440)*
*at
com.googlecode.wicket.jquery.ui.widget.dialog.DialogBehavior.onAjax(DialogBehavior.java:188)*
*at
com.googlecode.wicket.jquery.core.ajax.JQueryAjaxBehavior.respond(JQueryAjaxBehavior.java:174)*
*at
org.apache.wicket.ajax.AbstractDefaultAjaxBehavior.onRequest(AbstractDefaultAjaxBehavior.java:597)*
*at
org.apache.wicket.core.request.handler.ListenerRequestHandler.internalInvoke(ListenerRequestHandler.java:306)*
*at
org.apache.wicket.core.request.handler.ListenerRequestHandler.invoke(ListenerRequestHandler.java:280)*
*at
org.apache.wicket.core.request.handler.ListenerRequestHandler.invokeListener(ListenerRequestHandler.java:222)*
*at
org.apache.wicket.core.request.handler.ListenerRequestHandler.respond(ListenerRequestHandler.java:208)*
*at
org.apache.wicket.request.cycle.RequestCycle$HandlerExecutor.respond(RequestCycle.java:917)*
*at
org.apache.wicket.request.RequestHandlerExecutor.execute(RequestHandlerExecutor.java:63)*
*at
org.apache.wicket.request.cycle.RequestCycle.execute(RequestCycle.java:283)*
*at
org.apache.wicket.request.cycle.RequestCycle.processRequest(RequestCycle.java:254)*
*at
org.apache.wicket.request.cycle.RequestCycle.processRequestAndDetach(RequestCycle.java:222)*
*at
org.apache.wicket.protocol.ws.AbstractUpgradeFilter.processRequestCycle(AbstractUpgradeFilter.java:71)*
*at
org.apache.wicket.protocol.http.WicketFilter.processRequest(WicketFilter.java:207)*
*at
org.apache.wicket.protocol.http.WicketFilter.doFilter(WicketFilter.java:300)*
*at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)*
*at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)*
*at
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:202)*
*at
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:96)*
*at
org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:666)*
*at
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:139)*
*at
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92)*
*at
org.apache.catalina.valves.AbstractAccessLogValve.invoke(AbstractAccessLogValve.java:688)*
*at
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74)*
*at

Re: Новая обучаемые сертификаты SSL и Coturn для OpenMeetings 5.0.0-M3

2020-03-29 Thread Alvaro
Привет
Я загрузил измененный учебник снова.
Я должен сказать, что для первой версии этого руководства, выЯ попросил
амаксима проверить у меня правильное функционированиекак камеры, так и
микрофоны. Результат был в порядке.Но я не просил вас проверить работу
letsencrypt.
Так что это все моя вина с неправильной операцией.Сертификаты.
Извините, пожалуйста.
Вы можете скачать учебник, вторая версия, прямо изЗдесь:
https://cwiki.apache.org/confluence/download/attachments/27838216/Insta
llation%20SSL%20certificates%20and%20Coturn%20for%20OpenMeetings%205.0.
0-M3.pdf id="-x-evo-selection-start-marker">
Спасибо
Альваро




El dom, 29-03-2020 a las 12:26 +0200, Alvaro escribió:
> Привет
> Я загрузил измененный учебник снова.
> Я должен сказать, что для первой версии этого руководства, выЯ
> попросил
> амаксима проверить у меня правильное функционированиекак камеры, так
> и
> микрофоны. Результат был в порядке.Но я не просил вас проверить
> работу
> letsencrypt.
> Так что это все моя вина с неправильной операцией.Сертификаты.
> Извините, пожалуйста.
> Вы можете скачать учебник, вторая версия, прямо изЗдесь:
> https://cwiki.apache.org/confluence/download/attachments/27838216/Ins
> ta
> llation%20SSL%20certificates%20and%20Coturn%20for%20OpenMeetings%205.
> 0.
> 0-M3.pdf
> Спасибо
> Альваро

Re: [openmeetings-en-espanol] Nuevo tutorial instalacion de certificados SSL y coturn para OpenMeetings 5.0.0-M3

2020-03-29 Thread Alvaro

Hola,
He subido nuevamente el tutorial modificado.
Debo decir que para la primera versión de esta guía, lepedí a Maxim
comprobar conmigo el correcto funcionamientode ambas camaras y
microfonos. El resultado fue OK.Pero no le pedí comprobar el
funcionamiento de letsencrypt .
Entonces, la culpa es solo mía del incorrecto funcionamientode los
certificados.
Lo siento.
Pueden descargar el tutorial, segunda version, directamente deaquí:
https://cwiki.apache.org/confluence/download/attachments/27837303/Insta
lacion%20certificados%20SSL%20y%20Coturn%20para%20OpenMeetings%205.0.0-
M3.pdf
Gracias
Alvaro

...




El vie, 27-03-2020 a las 17:19 +0100, Alvaro escribió:
> Hola,
> Se encuentra a vuestra disposición un nuevo tutorial llamado:
> Instalacion certificados SSL y Coturn para OpenMeetings 5.0.0-M3.pdf
> Está testeado con un servidor OpenMeetings 5 instalado en un pcen
> casa, tras NAT router; y cada uno en sala veía y oia a las
> demáscámaras y la suya propia correctamente.Así mismo en las pruebas
> hechas, hemos subido archivos, grabado videoy compartido escritorio
> sin error alguno.
> Pueden descargar el tutorial directamente de aquí:
> https://cwiki.apache.org/confluence/download/attachments/27837303/Ins
> talacion%20certificados%20SSL%20y%20Coturn%20para%20OpenMeetings%205.
> 0.0-M3.pdf
> ...o encontrarlo en:
> https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=2783
> 7303
> Saludos
> Alvaro
> 
> 
> ...
> 
> 
> 
> -- 
> 
> Has recibido este mensaje porque estás suscrito al grupo
> "OpenMeetings en Español" de Grupos de Google.
> 
> Para cancelar la suscripción a este grupo y dejar de recibir sus
> mensajes, envía un correo electrónico a openmeetings-en-espanol+unsub
> scr...@googlegroups.com.
> 
> Para ver esta conversación en el sitio web, visita https://groups.goo
> gle.com/d/msgid/openmeetings-en-
> espanol/1585325999.7816.8.camel%40gmail.com.
> 

Re: Новая обучаемые сертификаты SSL и Coturn для OpenMeetings 5.0.0-M3

2020-03-29 Thread Alvaro

Привет
Я загрузил измененный учебник снова.
Я должен сказать, что для первой версии этого руководства, выЯ попросил
амаксима проверить у меня правильное функционированиекак камеры, так и
микрофоны. Результат был в порядке.Но я не просил вас проверить работу
letsencrypt.
Так что это все моя вина с неправильной операцией.Сертификаты.
Извините, пожалуйста.
Вы можете скачать учебник, вторая версия, прямо изЗдесь:
https://cwiki.apache.org/confluence/download/attachments/27838216/Insta
llation%20SSL%20certificates%20and%20Coturn%20for%20OpenMeetings%205.0.
0-M3.pdf
Спасибо
Альваро

--






El vie, 27-03-2020 a las 17:19 +0100, Alvaro escribió:
> Привет
> 
> В вашем распоряжении новый учебник под названием:
> 
> 
> Installation SSL certificates and Coturn for OpenMeetings 5.0.0-
> M3.pdf
> 
> Он тестируется с сервером OpenMeetings 5, установленным на пк
> дома, после маршрутизатора NAT; и каждый в комнате увидел и услышал
> другие
> камеры и ваши собственные правильно.
> Кроме того, в тестах сделано, мы загрузили файлы, записанное видео
> и общий рабочий стол без каких-либо ошибок.
> 
> Вы можете скачать учебник прямо здесь:
> 
> https://cwiki.apache.org/confluence/download/attachments/27838216/Ins
> tallation%20SSL%20certificates%20and%20Coturn%20for%20OpenMeetings%20
> 5.0.0-M3.pdf
> 
> ... или найти его здесь:
> 
> https://cwiki.apache.org/confluence/display/OPENMEETINGS/Tutorials+fo
> r+installing+OpenMeetings+and+Tools
> 
> Всего хорошего
> 
> Альваро
> 
> 
> 
> 
> 

Re: New tutorial installation SSL certificates and Coturn for OpenMeetings 5.0.0-M3

2020-03-29 Thread Alvaro
Ok, is re-uploaded the tutorial modified.
I must to say that for the first version of this guide,i asked to Maxim
to test with me the right functioningof our cams and the microphones,
and the result was OK.But don't asked to him test the letsencrypt
functioning.
So the guilt is only mine. I am sorry.
Here can download directly the guide second version,with letsencrypt
tested for me and working right:
https://cwiki.apache.org/confluence/download/attachments/27838216/Insta
llation%20SSL%20certificates%20and%20Coturn%20for%20OpenMeetings%205.0.
0-M3.pdf
Thank you
Alvaro

--
El dom, 29-03-2020 a las 08:09 +0700, Maxim Solodovnik escribió:
> Nope, `application.base.url` is not the case
> Is https://:5443 accessible? (maybe you have renamed
> `openmeetings` context name?)
> Any errors in catalina.out or other log files in log folder?
> On Sun, 29 Mar 2020 at 03:24, stefanx 
> wrote:
> > 
> > 
> > https://:5443/openmeetings/ : HTTP Status 404 – Not Found
> > 
> > 
> > 
> > Perhaps "application.base.url" in the Openmeetings configuration
> > now is wrong ?
> > 
> > 
> > 
> > But I now cannot change application.base.url, except with mysql db
> > modification ?
> > 
> > 
> > 
> > 
> > 
> > Am 28.03.20 um 04:12 schrieb Maxim Solodovnik:
> > 
> > > 404 at what URL?
> > 
> > >
> > 
> > > On Sat, 28 Mar 2020 at 03:19, stefanx  > e > wrote:
> > 
> > >
> > 
> > >     I followed this instruction, the letsencrpyt installation is
> > ok, by now I get "HTTP Status 404 – Not Found"
> > 
> > >
> > 
> > >     Any ideas ?
> > 
> > >
> > 
> > >     Am 27.03.20 um 17:20 schrieb Alvaro:
> > 
> > >     >
> > 
> > >     > Hello,
> > 
> > >     >
> > 
> > >     > It is at your disposal a new tutorial called:
> > 
> > >     >
> > 
> > >     >
> > 
> > >     > Installation SSL certificates and Coturn for OpenMeetings
> > 5.0.0-M3.pdf
> > 
> > >     >
> > 
> > >     >
> > 
> > >     > It is tested with an OpenMeetings 5 server installed on a
> > pc
> > 
> > >     > at home, after NAT router; and each in the room saw and
> > heard the others
> > 
> > >     > cameras and your own correctly.
> > 
> > >     > Also in the tests done, we have uploaded files, recorded
> > video
> > 
> > >     > and shared desktop without any error.
> > 
> > >     >
> > 
> > >     > You can download the tutorial directly from here:
> > 
> > >     >
> > 
> > >     > https://cwiki.apache.org/confluence/download/attachments/27
> > 838216/Installation%20SSL%20certificates%20and%20Coturn%20for%20Ope
> > nMeetings%205.0.0-M3.pdf
> > 
> > >     >
> > 
> > >     > ...or find it here:
> > 
> > >     >
> > 
> > >     > https://cwiki.apache.org/confluence/display/OPENMEETINGS/Tu
> > torials+for+installing+OpenMeetings+and+Tools
> > 
> > >     >
> > 
> > >     > Best regards
> > 
> > >     >
> > 
> > >     > Alvaro
> > 
> > >     >
> > 
> > >     >
> > 
> > >     >
> > 
> > >     > -
> > 
> > >
> > 
> > >
> > 
> > >
> > 
> > > -- 
> > 
> > > WBR
> > 
> > > Maxim aka solomax
> > 
> > 
> > 
> > 
> 
> -- 
> WBR
> Maxim aka solomax

Re: Re: Re: A general Suggestion from a tester who'd like easier user experience with the software

2020-03-29 Thread Maxim Solodovnik
Hello All,

I'll try to answer in one email :)


> - The symbol and the text for leaving the room should be highlighted (in
> color?).
>

Could you please color this using color scheme from here
https://bootswatch.com/sandstone/
And Share the result as picture?

(I'm not a designer, and have no imagination, but I believe too much colors
can ruin everything)


>
> - The character > should be inverted in the chat bar. That would
> correspond to the same logic as with the new camera and microphone symbol.
>

Will do


>
> - The color selection dialog should open near the tools properties window.
> At the moment the color selection appears in the top left corner and makes
> long movements with the mouse.
>

Seems to be opened as expected
Could you re-check with latest version?


>
> - The icons in the toolbar could be a little bit smaler. They almost touch
> the chat bar. see attached screenshot.
>

Same remark as above,
Can you share the of the room with this change?


>
> But this should not slow down the release process.   ;-)
>

Yep,
Dozens of mosquitos can kill an elephant ... :)))


>
> One last idea - and I understand that I am just a tester / user of this
> and that it is your project in which I participate ( I also participate in
> spark, hadoop, nutch - i love apache projects), but since you asked, I
> would change the color of everythign that is "ON" or enabled to green and
> everything that is "OFF" to red - just like the traffic lights!  For what
> it's worth, and I have nothing against the color orange!
>
>
> Same remark as above,
Can you share the of the room with this change?


> This is better - personally I would color the camera and mic icons that
> are activated, so they look "ON" - (without the slash of course) - and to
> indicate the "OFF" status - it is fine - with the slash.
>
> For example, when you hover over (or mouse over) the tiny speaker icon in
> the dragable user rectangle we see the orange-colored old-fashioned
> microphone  image pop-up - this is excellent. I would also have theat tiny
> speaker icon in the dragable user rectangle in orange to indicate its state
> is "ON" when it is on - the other two tiny icons (refresh and minimize) at
> the top of the dragable user rectangle are fine in grey since they are
> settings to change not states and users know what to expect with them.
>
> Same remark as above,
Can you share the of the room with this change?


> This is my advice since you asked - I'm more concerned with fonctionality!
> It is working well.
>
> One question - I have tested this extensively in Chrome adn I notice that
> if one sets the volume of teh microphone different than 50 (in the tiny
> icon in the dragable user rectangle) -each time I refres the user it si
> reset to level 50. Is this desired? Wouldn't it be better to keep the last
> user volumn settings through a "refresh" since users will most probably use
> the refresh to see or hear another user who may have changed the state of
> their camera and microphone. This is just an idea - it is OK as it is since
> it's easy to reset it.
>
> Actually I thought of this
BUT unfortunately this is not that easy
Actually there are more than one volume
1) self volume (actually microphone gain)
2) volume for each user in the room with microphone

userId -> volume can be stored
Do you think it worth so?


> Thansk for the good work. I'll test this on FF adn Edge and if there are
> any problems will reply again.
>
>
>
>

Thanks for the feedback :))


-- 
WBR
Maxim aka solomax


Re: [HELP NEEDED] 5.0.0 release

2020-03-29 Thread Maxim Solodovnik
can you share revision of your version?

While you have "endless rolling balls" do you have any error requests in
Dev console->Network?
anything with status 500 or so?

On Sun, 29 Mar 2020 at 16:07, Peter Dähn  wrote:

> Hi Maxim,
>
> 1. latest build isn't an option yet. Bootstrap changes does't work with
> our coustom.css. I would prefer to "repair" current installation (latest
> build without  bootstrap).
>
> Upload wors on demo.
>
> 2. There ist also *ReferenceError: sipKeyDown is not defined* But this
> one I ignored.
>
> Greetings Peter
>
>
>
> Am 29.03.20 um 03:14 schrieb Maxim Solodovnik:
>
> Are you using most recent version of M4?
>
>
> Do you have these upload issues on demo?
> (If yes - please share problem doc)
>
> * there was an issue in Wicket fixed recently, could you update and
> re-build (new Wicket SNAPSHOT should be used automatically)
>
> 2) `group/customcss` can be ignored
> Any other errors (in browser console or server log)?
>
> (chat is missing sounds like JS error)
>
>
> On Sun, 29 Mar 2020 at 08:00, Peter Dähn   
> wrote:
>
>
> Hi Maxim,
>
> there are two issues left. Maybe my installation. But it is the same
> behaviour on test and on production.
>
> 1. I have upload problems. Not specific by time ore size. Same file might
> work or not.
>
> I get an error in the logs, but no recommended solution helped.
>
> *WARN  03-28 00:57:13.083 o.a.w.m.h.f.Form:1469 [io-5080-exec-23] - Upload
> failed: Processing of multipart/form-data request failed.
> java.io.IOException: Stream reset*
> *org.apache.commons.fileupload.FileUploadBase$IOFileUploadException:
> Processing of multipart/form-data request failed. java.io.IOException:
> Stream reset*
> *at
> org.apache.commons.fileupload.FileUploadBase.parseRequest(FileUploadBase.java:350)*
> *at
> org.apache.wicket.protocol.http.servlet.MultipartServletWebRequestImpl.parseFileParts(MultipartServletWebRequestImpl.java:196)*
> *at
> org.apache.wicket.markup.html.form.Form.handleMultiPart(Form.java:1419)*
> *at
> org.apache.openmeetings.web.room.sidebar.UploadDialog$1.handleMultiPart(UploadDialog.java:83)*
> *at
> org.apache.wicket.markup.html.form.Form.onFormSubmitted(Form.java:771)*
> *at
> com.googlecode.wicket.jquery.ui.widget.dialog.AbstractFormDialog.internalOnClick(AbstractFormDialog.java:215)*
> *at
> com.googlecode.wicket.jquery.ui.widget.dialog.AbstractDialog$2.onClick(AbstractDialog.java:440)*
> *at
> com.googlecode.wicket.jquery.ui.widget.dialog.DialogBehavior.onAjax(DialogBehavior.java:188)*
> *at
> com.googlecode.wicket.jquery.core.ajax.JQueryAjaxBehavior.respond(JQueryAjaxBehavior.java:174)*
> *at
> org.apache.wicket.ajax.AbstractDefaultAjaxBehavior.onRequest(AbstractDefaultAjaxBehavior.java:597)*
> *at
> org.apache.wicket.core.request.handler.ListenerRequestHandler.internalInvoke(ListenerRequestHandler.java:306)*
> *at
> org.apache.wicket.core.request.handler.ListenerRequestHandler.invoke(ListenerRequestHandler.java:280)*
> *at
> org.apache.wicket.core.request.handler.ListenerRequestHandler.invokeListener(ListenerRequestHandler.java:222)*
> *at
> org.apache.wicket.core.request.handler.ListenerRequestHandler.respond(ListenerRequestHandler.java:208)*
> *at
> org.apache.wicket.request.cycle.RequestCycle$HandlerExecutor.respond(RequestCycle.java:917)*
> *at
> org.apache.wicket.request.RequestHandlerExecutor.execute(RequestHandlerExecutor.java:63)*
> *at
> org.apache.wicket.request.cycle.RequestCycle.execute(RequestCycle.java:283)*
> *at
> org.apache.wicket.request.cycle.RequestCycle.processRequest(RequestCycle.java:254)*
> *at
> org.apache.wicket.request.cycle.RequestCycle.processRequestAndDetach(RequestCycle.java:222)*
> *at
> org.apache.wicket.protocol.ws.AbstractUpgradeFilter.processRequestCycle(AbstractUpgradeFilter.java:71)*
> *at
> org.apache.wicket.protocol.http.WicketFilter.processRequest(WicketFilter.java:207)*
> *at
> org.apache.wicket.protocol.http.WicketFilter.doFilter(WicketFilter.java:300)*
> *at
> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)*
> *at
> org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)*
> *at
> org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:202)*
> *at
> org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:96)*
> *at
> org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:666)*
> *at
> org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:139)*
> *at
> org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92)*
> *at
> org.apache.catalina.valves.AbstractAccessLogValve.invoke(AbstractAccessLogValve.java:688)*
> *at
> org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74)*
> *at
> 

Re: [HELP NEEDED] 5.0.0 release

2020-03-29 Thread Peter Dähn

Hi Maxim,

1. latest build isn't an option yet. Bootstrap changes does't work with 
our coustom.css. I would prefer to "repair" current installation (latest 
build without  bootstrap).


Upload wors on demo.

2. There ist also /ReferenceError: sipKeyDown is not defined///But this 
one I ignored.


Greetings Peter



Am 29.03.20 um 03:14 schrieb Maxim Solodovnik:

Are you using most recent version of M4?


Do you have these upload issues on demo?
(If yes - please share problem doc)

* there was an issue in Wicket fixed recently, could you update and
re-build (new Wicket SNAPSHOT should be used automatically)

2) `group/customcss` can be ignored
Any other errors (in browser console or server log)?

(chat is missing sounds like JS error)


On Sun, 29 Mar 2020 at 08:00, Peter Dähn  wrote:


Hi Maxim,

there are two issues left. Maybe my installation. But it is the same
behaviour on test and on production.

1. I have upload problems. Not specific by time ore size. Same file might
work or not.

I get an error in the logs, but no recommended solution helped.

*WARN  03-28 00:57:13.083 o.a.w.m.h.f.Form:1469 [io-5080-exec-23] - Upload
failed: Processing of multipart/form-data request failed.
java.io.IOException: Stream reset*
*org.apache.commons.fileupload.FileUploadBase$IOFileUploadException:
Processing of multipart/form-data request failed. java.io.IOException:
Stream reset*
*at
org.apache.commons.fileupload.FileUploadBase.parseRequest(FileUploadBase.java:350)*
*at
org.apache.wicket.protocol.http.servlet.MultipartServletWebRequestImpl.parseFileParts(MultipartServletWebRequestImpl.java:196)*
*at
org.apache.wicket.markup.html.form.Form.handleMultiPart(Form.java:1419)*
*at
org.apache.openmeetings.web.room.sidebar.UploadDialog$1.handleMultiPart(UploadDialog.java:83)*
*at
org.apache.wicket.markup.html.form.Form.onFormSubmitted(Form.java:771)*
*at
com.googlecode.wicket.jquery.ui.widget.dialog.AbstractFormDialog.internalOnClick(AbstractFormDialog.java:215)*
*at
com.googlecode.wicket.jquery.ui.widget.dialog.AbstractDialog$2.onClick(AbstractDialog.java:440)*
*at
com.googlecode.wicket.jquery.ui.widget.dialog.DialogBehavior.onAjax(DialogBehavior.java:188)*
*at
com.googlecode.wicket.jquery.core.ajax.JQueryAjaxBehavior.respond(JQueryAjaxBehavior.java:174)*
*at
org.apache.wicket.ajax.AbstractDefaultAjaxBehavior.onRequest(AbstractDefaultAjaxBehavior.java:597)*
*at
org.apache.wicket.core.request.handler.ListenerRequestHandler.internalInvoke(ListenerRequestHandler.java:306)*
*at
org.apache.wicket.core.request.handler.ListenerRequestHandler.invoke(ListenerRequestHandler.java:280)*
*at
org.apache.wicket.core.request.handler.ListenerRequestHandler.invokeListener(ListenerRequestHandler.java:222)*
*at
org.apache.wicket.core.request.handler.ListenerRequestHandler.respond(ListenerRequestHandler.java:208)*
*at
org.apache.wicket.request.cycle.RequestCycle$HandlerExecutor.respond(RequestCycle.java:917)*
*at
org.apache.wicket.request.RequestHandlerExecutor.execute(RequestHandlerExecutor.java:63)*
*at
org.apache.wicket.request.cycle.RequestCycle.execute(RequestCycle.java:283)*
*at
org.apache.wicket.request.cycle.RequestCycle.processRequest(RequestCycle.java:254)*
*at
org.apache.wicket.request.cycle.RequestCycle.processRequestAndDetach(RequestCycle.java:222)*
*at
org.apache.wicket.protocol.ws.AbstractUpgradeFilter.processRequestCycle(AbstractUpgradeFilter.java:71)*
*at
org.apache.wicket.protocol.http.WicketFilter.processRequest(WicketFilter.java:207)*
*at
org.apache.wicket.protocol.http.WicketFilter.doFilter(WicketFilter.java:300)*
*at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)*
*at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)*
*at
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:202)*
*at
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:96)*
*at
org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:666)*
*at
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:139)*
*at
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92)*
*at
org.apache.catalina.valves.AbstractAccessLogValve.invoke(AbstractAccessLogValve.java:688)*
*at
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74)*
*at
org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:343)*
*at
org.apache.coyote.http2.StreamProcessor.service(StreamProcessor.java:365)*
*at
org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)*
*at
org.apache.coyote.http2.StreamProcessor.process(StreamProcessor.java:72)*
*at org.apache.coyote.http2.StreamRunnable.run(StreamRunnable.java:35)*
*at

Re: Openmeetings, kurento and TURN behind NAT

2020-03-29 Thread YUP
It's ok, at least now I know what the problem is.
Best,
Yarema

On Sun, Mar 29, 2020 at 5:25 AM Maxim Solodovnik  wrote:
>
> I'm installing KMS inside docker to avoid this
> Not sure if I can help with your advanced config :(
>
> On Sun, Mar 29, 2020, 08:57 YUP  wrote:
>>
>> Hi Maxim,
>> Probably I found what caused that issue with *.webm files. I run
>> openmeetings in a docker container which load dependent kurento
>> container (see my docker-compose.yml file in my first email).
>> Something is wrong with communication between them, maybe permission
>> issue, different users, don't know now.
>>
>> > it would be more reasonable to have
>> > listening-port=80
>> > in this case (due to it insecure)
>>
>> Good advice, I forgot that firewall allows connection to 80 port too :)
>>
>> Regards,
>> Yarema


Re: Some one have letsencrypt working rigt wit OpenMeetings-5 ?

2020-03-29 Thread Alvaro
Thanks Marcus,

I've found another way to do it, more simple.

Thanks again.

Alvaro



..


El sáb, 28-03-2020 a las 21:41 +0100, Marcus Schulz escribió:
> Hello Alvaro,
> 
> Yes, me.
> 
> I configured SSL Apache straigt forward and then use the PLAIN
> connector 
> of the tomcat. You cannot proxy with an SSL virtual host to another
> SSL 
> connector as far as I know.
> 
> 
> use that connector for tomcat:
> 
>        connectionTimeout="2"
>     redirectPort="5443" secure="true" scheme="https"/>
> 
> Here is my apache vhost config:
> 
> 
>  ServerAdmin mar...@mydomain.de
>  ServerName meeting.mydomain.de
> 
>  DocumentRoot /var/www-meeting
>  TraceEnable Off
> 
>  ErrorDocument 404 /index.php
>  ErrorLog /var/log/apache2/meeting-error.log
> 
>  # Possible values include: debug, info, notice, warn, error,
> crit,
>  # alert, emerg.
>  LogLevel warn
> 
>  CustomLog /var/log/apache2/meeting-access.log combined
> Include /etc/letsencrypt/options-ssl-apache.conf
> SSLCertificateFile /etc/letsencrypt/live/meeting.mydomain.de-
> 0004/cert.pem
> SSLCertificateKeyFile 
> /etc/letsencrypt/live/meeting.mydomain.de-0004/privkey.pem
> SSLCertificateChainFile 
> /etc/letsencrypt/live/meeting.mydomain.de-0004/chain.pem
> 
> ###  OpenMeetings    ###
> ## Custom fragment
> RewriteEngine On
> RewriteCond %{REQUEST_URI} ^/$
> RewriteRule (.*) /openmeetings/ [R=301]
> RewriteCond %{HTTP:Connection} Upgrade [NC]
> RewriteCond %{HTTP:Upgrade} websocket [NC]
> RewriteRule /(.*) ws://localhost:5080/$1 [P,L]
> RedirectMatch ^/$ https://yourserver.de/openmeetings
> ProxyPreserveHost On
> 
> 
>    Require all granted
>    ProxyPass http://localhost:5080/openmeetings
>    ProxyPassReverse http://localhost:5080/openmeetings
>    RewriteEngine On
>    RewriteRule ^/(.*) http://localhost:5080/$1 [P]
> 
> 
>    Require all granted
>    ProxyPass http://localhost:5080/open
>    ProxyPassReverse http://localhost:5080/open
> 
> 
>    Require all granted
>    ProxyPass http://localhost:5080/send
>    ProxyPassReverse http://localhost:5080/send
> 
> 
>    Require all granted
>    ProxyPass http://localhost:5080/idle
>    ProxyPassReverse http://localhost:5080/idle
> 
> 
>    Require all granted
>    ProxyPass http://localhost:5080/close
>    ProxyPassReverse http://localhost:5080/close
> 
> 
> 
> 
> 
> Hope that helps
> 
> 
> 
> AJP13 could work also, but I did not test.
> 
> Am 28.03.2020 um 18:04 schrieb Alvaro:
> > Hello All,
> > 
> > Some one have letsencrypt working rigt wit OpenMeetings-5 ?
> > 
> > I have rights letsencrypt certificates, these are tested with
> > apache web server ssl, at the same machine that OM, and the
> > browsers say "Secure connection".
> > 
> > I have so:
> > 
> >  > protocol="org.apache.coyote.http11.Http11AprProtocol"
> > maxThreads="150" SSLEnabled="true" >
> >  > />
> > 
> >  > certificateKeyFile="/etc/letsencrypt/live/your_true_domain/privkey.
> > pem"
> > certificateFile="/etc/letsencrypt/live/your_true_domain/cert.pem"
> > certificateChainFile="/etc/letsencrypt/live/your_true_domain/fullch
> > ain.pem"
> > type="RSA" />
> > 
> > 
> > 
> > ...but with this configuration the browsers say "not secure
> > connection".
> > 
> > 'Ve try in different ways but don't get it.
> > 
> > If somebody know the right way, please tell it.
> > 
> > Thanks
> > 
> > Alvaro
> > 
> > 
> > 
> > 
> > ---
> > 
> > 
> > 
> 
> 


Re:

2020-03-29 Thread Alvaro
Hi,
Today i will re-upload the tutorial with an add to configurerightly
letsencrypt.It is tested and now is "secure connection" ssl.



El dom, 29-03-2020 a las 07:07 +0700, Maxim Solodovnik escribió:
> Have you restarted OM after all changes were made?
> (turn server still might be required ...)
> On Sat, 28 Mar 2020 at 18:03, Hassan Ayoub  > wrote:
> > 
> > 
> > 
> > 
> > 
> > 
> > I ve followed the guides Installation
> >  OpenMeetings 5.0.0-M3 on Ubuntu
> > 
> >  18.04 LTS.pdf.pdf and Installation
> >  SSL certificates and Coturn
> > 
> >  for OpenMeetings 5.0.0-M3.pdf
> >  without coturn installation as I have 
> > 
> > a vps with real ip, however still the
> >  generated certificate
> > 
> >  with letsenrypt not working and it
> >  is showing the self signed certificate.
> > 
> > Any missed thing I have to do?
> > 
> > 
> > 
> > 
> > 
> > 
> > 
> 
> -- 
> WBR
> Maxim aka solomax