Re: Can not SOAP-login sometimes. High load/concurrency problem?

2020-03-25 Thread Rodolfo Gonzalez
The version of java is not the cause, right? :)

Thanks, have a good day.

El mié., 25 mar. 2020 a las 20:55, Maxim Solodovnik ()
escribió:

> Well
> In the ticket "Users log-in to OM from Moodle"
> Moodle is CMS with OM plugin working via REST
>
> So it seems to be same report
> Will try to to some tests later
>
> It is now day-time-job-time
>
>
> On Thu, 26 Mar 2020 at 09:13, Rodolfo Gonzalez 
> wrote:
>
>> Hi Maxim,
>>
>> I read the ticket. It's not exactly the same problem. In my case, users
>> do not login from the OM's login window, but the API is used with a generic
>> user with SOAP rights. Also, the problem is not a constant, which makes
>> harder to reproduce. I have goten the error randomly. I'll try to do a test
>> program to list rooms hashes in loop and concurently, to see if I can find
>> something.
>>
>> El mié., 25 mar. 2020 a las 20:00, Maxim Solodovnik (<
>> solomax...@gmail.com>) escribió:
>>
>>> The problem is not reproducible in the clean environment :(
>>> I have re-opened https://issues.apache.org/jira/browse/OPENMEETINGS-2192
>>> But we need to figure out reproducible steps for this :(
>>>
>>> On Thu, 26 Mar 2020 at 07:43, Rodolfo Gonzalez <
>>> rodolfo.gonza...@gmail.com> wrote:
>>>
 Hi Maxim, the problem is, in the server output I can not find
 exceptions other than those refused logins. In the client (PHP) side, I
 only get that the object which is returned by the login API call is null
 (so the call to get the room hash crashes, as the method is called from a
 null).

 I mean, I find other kind of exceptions, concerning to video stream and
 other things. But the problem seems to be that the login is being rejected.
 Another user posted a similar (maybe the same) problem just a moment ago.

 Regards.

 El mié., 25 mar. 2020 a las 18:21, Maxim Solodovnik (<
 solomax...@gmail.com>) escribió:

> Hello Rodolfo,
>
> Debug logging you quoted provide zero info :(
> There are no limits for logins in the system
>
> Could you share error stack trace?
>
> I might write test foe this
> Am I right thinking the use case is: 100 users are trying to get room
> hash in parallel?
>
>
> On Thu, 26 Mar 2020 at 00:58, Rodolfo Gonzalez <
> rodolfo.gonza...@gmail.com> wrote:
>
>> Hi,
>>
>> currently I run an OM 4.0.10 server with a pretty default
>> configuration, using
>>
>> # java -version
>> openjdk version "1.8.0_242"
>> OpenJDK Runtime Environment (build
>> 1.8.0_242-8u242-b08-0ubuntu3~16.04-b08)
>> OpenJDK 64-Bit Server VM (build 25.242-b08, mixed mode)
>>
>> on Ubuntu 16.04 (default values for file handles limits).
>>
>> I integrated OM with a web app made in PHP with the Yii framework,
>> using the SOAP API. I use this library:
>>
>> https://github.com/hakeem23/open-meetings-soap
>>
>> The server is on AWS, being a c4d.4xlarge instance, with htop
>> reporting 16 cores. CPU usage is reported by AWS to be around 50%, with a
>> system load maxing up at the 5-7 range reported by htop. The thing is 
>> that
>> as many as 100 users try to list rooms or connect to the server at a 
>> given
>> time.
>>
>> I'm having several problems with the service, the main one being that
>> the users sometimes can not get the room hashes or enter a room. Given 
>> the
>> flow of the process, my best guess is that the library can not login to 
>> the
>> OM server. The errors in the output are like these, I think (I'm not sure
>> if these are the cause of the problem):
>>
>> DEBUG 03-25 11:44:24.577 o.a.o.d.u.AuthLevelUtil:42 [0.0-5453-exec-7]
>> - Level Admin :: [DENIED]
>> DEBUG 03-25 11:44:24.632 o.a.o.d.u.AuthLevelUtil:42 [0.0-5453-exec-7]
>> - Level Admin :: [DENIED]
>> DEBUG 03-25 11:44:24.633 o.a.o.d.u.AuthLevelUtil:42 [0.0-5453-exec-7]
>> - Level GroupAdmin :: [DENIED]
>> DEBUG 03-25 11:44:24.642 o.a.o.d.u.AuthLevelUtil:42 [0.0-5453-exec-7]
>> - Level Admin :: [DENIED]
>> DEBUG 03-25 11:44:24.642 o.a.o.d.u.AuthLevelUtil:42 [0.0-5453-exec-7]
>> - Level Admin :: [DENIED]
>>
>> and so on. But I'm unsure if this is the error which causes a cascade
>> exceptions which render the web app unable to get the room  hashes and so
>> (those process relay on being loged in, anyway). The thing is, the SOAP
>> library currently does the login process from the app, using and user
>> "admin" with SOAP and ADMIN level credentials. And the problem is
>> intermitent.
>>
>> Do you consider that my guess is right? Is there a limit on "logins"
>> at any given time? If so, can it be increased? Does the version of java
>> affect?
>>
>> Any other ideas are welcome.
>>
>> Regards,
>> Rodolfo.
>>
>
>
> --
> WBR
> Maxim aka solomax
>

>>>
>>> --
>>> 

Re: newbie problem, seeing : The value of 'from' is not a valid LocalDateTime.

2020-03-25 Thread Maxim Solodovnik
Actually build server uses regular build script
So it seem to be not trivial task :(

Here is the script downloading latest tar.gz with build number:

#!/bin/bash

ver=5.0.0-M4

BASE_URL=
https://builds.apache.org/view/M-R/view/OpenMeetings/job/openmeetings/lastSuccessfulBuild
rev=`curl -s ${BASE_URL}/api/json |jq -r '.id'`
dest=openmeetings-${ver}.r${rev}
dest_file=apache-${dest}-SNAPSHOT.tar.gz

if [ ! -f ${dest_file} ]; then
wget
${BASE_URL}/artifact/openmeetings-server/target/apache-openmeetings-${ver}-SNAPSHOT.tar.gz
-O ${dest_file}
fi

if [ -d ${dest} ]; then
echo "OM ${rev} already exists"
exit 0;
fi

On Thu, 26 Mar 2020 at 11:07, Carl Brewer  wrote:

> On 26/03/2020 2:59 pm, Carl Brewer wrote:
> > On 26/03/2020 2:54 pm, Maxim Solodovnik wrote:
> >> Build #3070 is in progress
> >> You can work-around this issue with command-line installer
> >> Or wait ~1hour
> >
> > Happy to wait & test again
>
> Can you tag the filename of the snapshots with the build number?  If
> it's easy to do?
>
>

-- 
WBR
Maxim aka solomax


Re: newbie problem, seeing : The value of 'from' is not a valid LocalDateTime.

2020-03-25 Thread Carl Brewer

On 26/03/2020 2:54 pm, Maxim Solodovnik wrote:

Build #3070 is in progress
You can work-around this issue with command-line installer
Or wait ~1hour


Happy to wait & test again

cheers

Carl



Re: newbie problem, seeing : The value of 'from' is not a valid LocalDateTime.

2020-03-25 Thread Maxim Solodovnik
Build #3070 is in progress
You can work-around this issue with command-line installer
Or wait ~1hour

Thanks again!

On Thu, 26 Mar 2020 at 10:42, Carl Brewer  wrote:

> On 26/03/2020 2:05 pm, Maxim Solodovnik wrote:
> > Great!
> >
> > Thanks for testing :)
>
> I wiped it all back to a bare start, and followed the install recipe.
> Now seeing a problem when I try to set the database to MySQL.
> Internal Error, the log shows :
>
> DEBUG 03-26 03:36:13.055 o.a.o.u.c.CryptProvider:39 [ean#0_Worker-10] -
> get:: configKeyCryptClassName: null
> ERROR 03-26 03:36:15.264 o.a.w.DefaultExceptionMapper:170
> [nio-5443-exec-1] - Unexpected error occurred
> java.lang.IllegalArgumentException: cannot update component that does
> not have setOutputMarkupId property set to true. Component:
> [NotificationPanel [Component id = feedback]]
>  at
>
> org.apache.wicket.core.request.handler.AbstractPartialPageRequestHandler.add(AbstractPartialPageRequestHandler.java:71)
>  at
>
> org.apache.openmeetings.web.pages.install.InstallWizard$DbStep$1$2.onUpdate(InstallWizard.java:234)
>  at
>
> org.apache.wicket.ajax.form.AjaxFormComponentUpdatingBehavior.onEvent(AjaxFormComponentUpdatingBehavior.java:158)
>  at
>
> org.apache.wicket.ajax.AjaxEventBehavior.respond(AjaxEventBehavior.java:138)
>  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.http11.Http11Processor.service(Http11Processor.java:373)
>  at
>
> org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)
>  at
>
> org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:868)
>  at
> org.apache.tomcat.util.net
> .NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1594)
>  at
> org.apache.tomcat.util.net
> .SocketProcessorBase.run(SocketProcessorBase.java:49)
>  at
>
> java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
>  at
>
> java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
>  at
>
> org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
>  at java.base/java.lang.Thread.run(Thread.java:834)
> DEBUG 03-26 03:36:28.055 o.a.o.u.c.CryptProvider:39 [Bean#0_Worker-1] -
> get:: configKeyCryptClassName: null
> ^C
>
> Gotta love Java error dumps!
>
>

-- 
WBR
Maxim aka solomax


Re: newbie problem, seeing : The value of 'from' is not a valid LocalDateTime.

2020-03-25 Thread Carl Brewer

On 26/03/2020 2:05 pm, Maxim Solodovnik wrote:

Great!

Thanks for testing :)


I wiped it all back to a bare start, and followed the install recipe. 
Now seeing a problem when I try to set the database to MySQL.

Internal Error, the log shows :

DEBUG 03-26 03:36:13.055 o.a.o.u.c.CryptProvider:39 [ean#0_Worker-10] - 
get:: configKeyCryptClassName: null
ERROR 03-26 03:36:15.264 o.a.w.DefaultExceptionMapper:170 
[nio-5443-exec-1] - Unexpected error occurred
java.lang.IllegalArgumentException: cannot update component that does 
not have setOutputMarkupId property set to true. Component: 
[NotificationPanel [Component id = feedback]]
at 
org.apache.wicket.core.request.handler.AbstractPartialPageRequestHandler.add(AbstractPartialPageRequestHandler.java:71)
at 
org.apache.openmeetings.web.pages.install.InstallWizard$DbStep$1$2.onUpdate(InstallWizard.java:234)
at 
org.apache.wicket.ajax.form.AjaxFormComponentUpdatingBehavior.onEvent(AjaxFormComponentUpdatingBehavior.java:158)
at 
org.apache.wicket.ajax.AjaxEventBehavior.respond(AjaxEventBehavior.java:138)
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.http11.Http11Processor.service(Http11Processor.java:373)
at 
org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)
at 
org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:868)
at 
org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1594)
at 
org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
at 
java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
at 
java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
at 
org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)

at java.base/java.lang.Thread.run(Thread.java:834)
DEBUG 03-26 03:36:28.055 o.a.o.u.c.CryptProvider:39 [Bean#0_Worker-1] - 
get:: configKeyCryptClassName: null

^C

Gotta love Java error dumps!



Re: newbie problem, seeing : The value of 'from' is not a valid LocalDateTime.

2020-03-25 Thread Maxim Solodovnik
Great!

Thanks for testing :)

On Thu, 26 Mar 2020 at 10:02, Carl Brewer  wrote:

> On 26/03/2020 1:49 pm, Maxim Solodovnik wrote:
> > demo-next is updated with new version :)
>
> Works on the demo site!
>
> Now to install it on mine, and see if I can have luck there :)
>
> Thank you Maxim
>
> Carl
>
>

-- 
WBR
Maxim aka solomax


Re: newbie problem, seeing : The value of 'from' is not a valid LocalDateTime.

2020-03-25 Thread Carl Brewer

On 26/03/2020 1:49 pm, Maxim Solodovnik wrote:

demo-next is updated with new version :)


Works on the demo site!

Now to install it on mine, and see if I can have luck there :)

Thank you Maxim

Carl



Re: Can not SOAP-login sometimes. High load/concurrency problem?

2020-03-25 Thread Maxim Solodovnik
Well
In the ticket "Users log-in to OM from Moodle"
Moodle is CMS with OM plugin working via REST

So it seems to be same report
Will try to to some tests later

It is now day-time-job-time


On Thu, 26 Mar 2020 at 09:13, Rodolfo Gonzalez 
wrote:

> Hi Maxim,
>
> I read the ticket. It's not exactly the same problem. In my case, users do
> not login from the OM's login window, but the API is used with a generic
> user with SOAP rights. Also, the problem is not a constant, which makes
> harder to reproduce. I have goten the error randomly. I'll try to do a test
> program to list rooms hashes in loop and concurently, to see if I can find
> something.
>
> El mié., 25 mar. 2020 a las 20:00, Maxim Solodovnik ()
> escribió:
>
>> The problem is not reproducible in the clean environment :(
>> I have re-opened https://issues.apache.org/jira/browse/OPENMEETINGS-2192
>> But we need to figure out reproducible steps for this :(
>>
>> On Thu, 26 Mar 2020 at 07:43, Rodolfo Gonzalez <
>> rodolfo.gonza...@gmail.com> wrote:
>>
>>> Hi Maxim, the problem is, in the server output I can not find exceptions
>>> other than those refused logins. In the client (PHP) side, I only get that
>>> the object which is returned by the login API call is null (so the call to
>>> get the room hash crashes, as the method is called from a null).
>>>
>>> I mean, I find other kind of exceptions, concerning to video stream and
>>> other things. But the problem seems to be that the login is being rejected.
>>> Another user posted a similar (maybe the same) problem just a moment ago.
>>>
>>> Regards.
>>>
>>> El mié., 25 mar. 2020 a las 18:21, Maxim Solodovnik (<
>>> solomax...@gmail.com>) escribió:
>>>
 Hello Rodolfo,

 Debug logging you quoted provide zero info :(
 There are no limits for logins in the system

 Could you share error stack trace?

 I might write test foe this
 Am I right thinking the use case is: 100 users are trying to get room
 hash in parallel?


 On Thu, 26 Mar 2020 at 00:58, Rodolfo Gonzalez <
 rodolfo.gonza...@gmail.com> wrote:

> Hi,
>
> currently I run an OM 4.0.10 server with a pretty default
> configuration, using
>
> # java -version
> openjdk version "1.8.0_242"
> OpenJDK Runtime Environment (build
> 1.8.0_242-8u242-b08-0ubuntu3~16.04-b08)
> OpenJDK 64-Bit Server VM (build 25.242-b08, mixed mode)
>
> on Ubuntu 16.04 (default values for file handles limits).
>
> I integrated OM with a web app made in PHP with the Yii framework,
> using the SOAP API. I use this library:
>
> https://github.com/hakeem23/open-meetings-soap
>
> The server is on AWS, being a c4d.4xlarge instance, with htop
> reporting 16 cores. CPU usage is reported by AWS to be around 50%, with a
> system load maxing up at the 5-7 range reported by htop. The thing is that
> as many as 100 users try to list rooms or connect to the server at a given
> time.
>
> I'm having several problems with the service, the main one being that
> the users sometimes can not get the room hashes or enter a room. Given the
> flow of the process, my best guess is that the library can not login to 
> the
> OM server. The errors in the output are like these, I think (I'm not sure
> if these are the cause of the problem):
>
> DEBUG 03-25 11:44:24.577 o.a.o.d.u.AuthLevelUtil:42 [0.0-5453-exec-7]
> - Level Admin :: [DENIED]
> DEBUG 03-25 11:44:24.632 o.a.o.d.u.AuthLevelUtil:42 [0.0-5453-exec-7]
> - Level Admin :: [DENIED]
> DEBUG 03-25 11:44:24.633 o.a.o.d.u.AuthLevelUtil:42 [0.0-5453-exec-7]
> - Level GroupAdmin :: [DENIED]
> DEBUG 03-25 11:44:24.642 o.a.o.d.u.AuthLevelUtil:42 [0.0-5453-exec-7]
> - Level Admin :: [DENIED]
> DEBUG 03-25 11:44:24.642 o.a.o.d.u.AuthLevelUtil:42 [0.0-5453-exec-7]
> - Level Admin :: [DENIED]
>
> and so on. But I'm unsure if this is the error which causes a cascade
> exceptions which render the web app unable to get the room  hashes and so
> (those process relay on being loged in, anyway). The thing is, the SOAP
> library currently does the login process from the app, using and user
> "admin" with SOAP and ADMIN level credentials. And the problem is
> intermitent.
>
> Do you consider that my guess is right? Is there a limit on "logins"
> at any given time? If so, can it be increased? Does the version of java
> affect?
>
> Any other ideas are welcome.
>
> Regards,
> Rodolfo.
>


 --
 WBR
 Maxim aka solomax

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

-- 
WBR
Maxim aka solomax


Re: newbie problem, seeing : The value of 'from' is not a valid LocalDateTime.

2020-03-25 Thread Maxim Solodovnik
demo-next is updated with new version :)

On Thu, 26 Mar 2020 at 09:01, Carl Brewer  wrote:

> On 26/03/2020 12:56 pm, Maxim Solodovnik wrote:
> > Sure
> > as soon as build will be finished in 48 minutes
> > https://builds.apache.org/view/M-R/view/OpenMeetings/job/openmeetings/
>
> Fantastic!  Will test at 2pm ESST (Australia/Melbourne ;) )
>
>

-- 
WBR
Maxim aka solomax


Re: Can not SOAP-login sometimes. High load/concurrency problem?

2020-03-25 Thread Rodolfo Gonzalez
Hi Maxim,

I read the ticket. It's not exactly the same problem. In my case, users do
not login from the OM's login window, but the API is used with a generic
user with SOAP rights. Also, the problem is not a constant, which makes
harder to reproduce. I have goten the error randomly. I'll try to do a test
program to list rooms hashes in loop and concurently, to see if I can find
something.

El mié., 25 mar. 2020 a las 20:00, Maxim Solodovnik ()
escribió:

> The problem is not reproducible in the clean environment :(
> I have re-opened https://issues.apache.org/jira/browse/OPENMEETINGS-2192
> But we need to figure out reproducible steps for this :(
>
> On Thu, 26 Mar 2020 at 07:43, Rodolfo Gonzalez 
> wrote:
>
>> Hi Maxim, the problem is, in the server output I can not find exceptions
>> other than those refused logins. In the client (PHP) side, I only get that
>> the object which is returned by the login API call is null (so the call to
>> get the room hash crashes, as the method is called from a null).
>>
>> I mean, I find other kind of exceptions, concerning to video stream and
>> other things. But the problem seems to be that the login is being rejected.
>> Another user posted a similar (maybe the same) problem just a moment ago.
>>
>> Regards.
>>
>> El mié., 25 mar. 2020 a las 18:21, Maxim Solodovnik (<
>> solomax...@gmail.com>) escribió:
>>
>>> Hello Rodolfo,
>>>
>>> Debug logging you quoted provide zero info :(
>>> There are no limits for logins in the system
>>>
>>> Could you share error stack trace?
>>>
>>> I might write test foe this
>>> Am I right thinking the use case is: 100 users are trying to get room
>>> hash in parallel?
>>>
>>>
>>> On Thu, 26 Mar 2020 at 00:58, Rodolfo Gonzalez <
>>> rodolfo.gonza...@gmail.com> wrote:
>>>
 Hi,

 currently I run an OM 4.0.10 server with a pretty default
 configuration, using

 # java -version
 openjdk version "1.8.0_242"
 OpenJDK Runtime Environment (build
 1.8.0_242-8u242-b08-0ubuntu3~16.04-b08)
 OpenJDK 64-Bit Server VM (build 25.242-b08, mixed mode)

 on Ubuntu 16.04 (default values for file handles limits).

 I integrated OM with a web app made in PHP with the Yii framework,
 using the SOAP API. I use this library:

 https://github.com/hakeem23/open-meetings-soap

 The server is on AWS, being a c4d.4xlarge instance, with htop reporting
 16 cores. CPU usage is reported by AWS to be around 50%, with a system load
 maxing up at the 5-7 range reported by htop. The thing is that as many as
 100 users try to list rooms or connect to the server at a given time.

 I'm having several problems with the service, the main one being that
 the users sometimes can not get the room hashes or enter a room. Given the
 flow of the process, my best guess is that the library can not login to the
 OM server. The errors in the output are like these, I think (I'm not sure
 if these are the cause of the problem):

 DEBUG 03-25 11:44:24.577 o.a.o.d.u.AuthLevelUtil:42 [0.0-5453-exec-7] -
 Level Admin :: [DENIED]
 DEBUG 03-25 11:44:24.632 o.a.o.d.u.AuthLevelUtil:42 [0.0-5453-exec-7] -
 Level Admin :: [DENIED]
 DEBUG 03-25 11:44:24.633 o.a.o.d.u.AuthLevelUtil:42 [0.0-5453-exec-7] -
 Level GroupAdmin :: [DENIED]
 DEBUG 03-25 11:44:24.642 o.a.o.d.u.AuthLevelUtil:42 [0.0-5453-exec-7] -
 Level Admin :: [DENIED]
 DEBUG 03-25 11:44:24.642 o.a.o.d.u.AuthLevelUtil:42 [0.0-5453-exec-7] -
 Level Admin :: [DENIED]

 and so on. But I'm unsure if this is the error which causes a cascade
 exceptions which render the web app unable to get the room  hashes and so
 (those process relay on being loged in, anyway). The thing is, the SOAP
 library currently does the login process from the app, using and user
 "admin" with SOAP and ADMIN level credentials. And the problem is
 intermitent.

 Do you consider that my guess is right? Is there a limit on "logins" at
 any given time? If so, can it be increased? Does the version of java 
 affect?

 Any other ideas are welcome.

 Regards,
 Rodolfo.

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


Re: newbie problem, seeing : The value of 'from' is not a valid LocalDateTime.

2020-03-25 Thread Carl Brewer

On 26/03/2020 12:56 pm, Maxim Solodovnik wrote:

Sure
as soon as build will be finished in 48 minutes
https://builds.apache.org/view/M-R/view/OpenMeetings/job/openmeetings/


Fantastic!  Will test at 2pm ESST (Australia/Melbourne ;) )



Re: Can not SOAP-login sometimes. High load/concurrency problem?

2020-03-25 Thread Maxim Solodovnik
The problem is not reproducible in the clean environment :(
I have re-opened https://issues.apache.org/jira/browse/OPENMEETINGS-2192
But we need to figure out reproducible steps for this :(

On Thu, 26 Mar 2020 at 07:43, Rodolfo Gonzalez 
wrote:

> Hi Maxim, the problem is, in the server output I can not find exceptions
> other than those refused logins. In the client (PHP) side, I only get that
> the object which is returned by the login API call is null (so the call to
> get the room hash crashes, as the method is called from a null).
>
> I mean, I find other kind of exceptions, concerning to video stream and
> other things. But the problem seems to be that the login is being rejected.
> Another user posted a similar (maybe the same) problem just a moment ago.
>
> Regards.
>
> El mié., 25 mar. 2020 a las 18:21, Maxim Solodovnik ()
> escribió:
>
>> Hello Rodolfo,
>>
>> Debug logging you quoted provide zero info :(
>> There are no limits for logins in the system
>>
>> Could you share error stack trace?
>>
>> I might write test foe this
>> Am I right thinking the use case is: 100 users are trying to get room
>> hash in parallel?
>>
>>
>> On Thu, 26 Mar 2020 at 00:58, Rodolfo Gonzalez <
>> rodolfo.gonza...@gmail.com> wrote:
>>
>>> Hi,
>>>
>>> currently I run an OM 4.0.10 server with a pretty default configuration,
>>> using
>>>
>>> # java -version
>>> openjdk version "1.8.0_242"
>>> OpenJDK Runtime Environment (build
>>> 1.8.0_242-8u242-b08-0ubuntu3~16.04-b08)
>>> OpenJDK 64-Bit Server VM (build 25.242-b08, mixed mode)
>>>
>>> on Ubuntu 16.04 (default values for file handles limits).
>>>
>>> I integrated OM with a web app made in PHP with the Yii framework, using
>>> the SOAP API. I use this library:
>>>
>>> https://github.com/hakeem23/open-meetings-soap
>>>
>>> The server is on AWS, being a c4d.4xlarge instance, with htop reporting
>>> 16 cores. CPU usage is reported by AWS to be around 50%, with a system load
>>> maxing up at the 5-7 range reported by htop. The thing is that as many as
>>> 100 users try to list rooms or connect to the server at a given time.
>>>
>>> I'm having several problems with the service, the main one being that
>>> the users sometimes can not get the room hashes or enter a room. Given the
>>> flow of the process, my best guess is that the library can not login to the
>>> OM server. The errors in the output are like these, I think (I'm not sure
>>> if these are the cause of the problem):
>>>
>>> DEBUG 03-25 11:44:24.577 o.a.o.d.u.AuthLevelUtil:42 [0.0-5453-exec-7] -
>>> Level Admin :: [DENIED]
>>> DEBUG 03-25 11:44:24.632 o.a.o.d.u.AuthLevelUtil:42 [0.0-5453-exec-7] -
>>> Level Admin :: [DENIED]
>>> DEBUG 03-25 11:44:24.633 o.a.o.d.u.AuthLevelUtil:42 [0.0-5453-exec-7] -
>>> Level GroupAdmin :: [DENIED]
>>> DEBUG 03-25 11:44:24.642 o.a.o.d.u.AuthLevelUtil:42 [0.0-5453-exec-7] -
>>> Level Admin :: [DENIED]
>>> DEBUG 03-25 11:44:24.642 o.a.o.d.u.AuthLevelUtil:42 [0.0-5453-exec-7] -
>>> Level Admin :: [DENIED]
>>>
>>> and so on. But I'm unsure if this is the error which causes a cascade
>>> exceptions which render the web app unable to get the room  hashes and so
>>> (those process relay on being loged in, anyway). The thing is, the SOAP
>>> library currently does the login process from the app, using and user
>>> "admin" with SOAP and ADMIN level credentials. And the problem is
>>> intermitent.
>>>
>>> Do you consider that my guess is right? Is there a limit on "logins" at
>>> any given time? If so, can it be increased? Does the version of java affect?
>>>
>>> Any other ideas are welcome.
>>>
>>> Regards,
>>> Rodolfo.
>>>
>>
>>
>> --
>> WBR
>> Maxim aka solomax
>>
>

-- 
WBR
Maxim aka solomax


Re: newbie problem, seeing : The value of 'from' is not a valid LocalDateTime.

2020-03-25 Thread pete M
Wow! great efficiency.. 

seen software with paid support with less support then date!


De : Maxim Solodovnik 
Envoyé : 25 mars 2020 21:56
À : Openmeetings user-list
Objet : Re: newbie problem, seeing : The value of 'from' is not a valid 
LocalDateTime.

Sure
as soon as build will be finished in 48 minutes
https://builds.apache.org/view/M-R/view/OpenMeetings/job/openmeetings/

On Thu, 26 Mar 2020 at 08:55, Maxim Solodovnik 
mailto:solomax...@gmail.com>> wrote:
Will deploy fixed version to the server in an hour

On Thu, 26 Mar 2020 at 08:38, Maxim Solodovnik 
mailto:solomax...@gmail.com>> wrote:
https://issues.apache.org/jira/browse/OPENMEETINGS-2196

On Thu, 26 Mar 2020 at 08:33, Maxim Solodovnik 
mailto:solomax...@gmail.com>> wrote:
The root cause is extremely mysterious: Date is formatted correctly (with lower 
case 'am')
But displayed and sent back to server with uppercase 'AM'
Parser fails to parse it :(
Trying to fix ...

On Thu, 26 Mar 2020 at 07:53, Carl Brewer 
mailto:c...@aboc.net.au>> wrote:
On 26/03/2020 11:45 am, Maxim Solodovnik wrote:
> Thanks for the picture!
>
> I was able to reproduce it

Brilliant, thank you - my guess is some localisation thing - we do dates
DD/MM/, not the US's MM DD  and some assumption is being made
somewhere in a picker?

Carl




--
WBR
Maxim aka solomax


--
WBR
Maxim aka solomax


--
WBR
Maxim aka solomax


--
WBR
Maxim aka solomax


Re: newbie problem, seeing : The value of 'from' is not a valid LocalDateTime.

2020-03-25 Thread Maxim Solodovnik
Sure
as soon as build will be finished in 48 minutes
https://builds.apache.org/view/M-R/view/OpenMeetings/job/openmeetings/

On Thu, 26 Mar 2020 at 08:55, Maxim Solodovnik  wrote:

> Will deploy fixed version to the server in an hour
>
> On Thu, 26 Mar 2020 at 08:38, Maxim Solodovnik 
> wrote:
>
>> https://issues.apache.org/jira/browse/OPENMEETINGS-2196
>>
>> On Thu, 26 Mar 2020 at 08:33, Maxim Solodovnik 
>> wrote:
>>
>>> The root cause is extremely mysterious: Date is formatted correctly
>>> (with lower case 'am')
>>> But displayed and sent back to server with uppercase 'AM'
>>> Parser fails to parse it :(
>>> Trying to fix ...
>>>
>>> On Thu, 26 Mar 2020 at 07:53, Carl Brewer  wrote:
>>>
 On 26/03/2020 11:45 am, Maxim Solodovnik wrote:
 > Thanks for the picture!
 >
 > I was able to reproduce it

 Brilliant, thank you - my guess is some localisation thing - we do
 dates
 DD/MM/, not the US's MM DD  and some assumption is being made
 somewhere in a picker?

 Carl



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


-- 
WBR
Maxim aka solomax


Re: newbie problem, seeing : The value of 'from' is not a valid LocalDateTime.

2020-03-25 Thread Maxim Solodovnik
Will deploy fixed version to the server in an hour

On Thu, 26 Mar 2020 at 08:38, Maxim Solodovnik  wrote:

> https://issues.apache.org/jira/browse/OPENMEETINGS-2196
>
> On Thu, 26 Mar 2020 at 08:33, Maxim Solodovnik 
> wrote:
>
>> The root cause is extremely mysterious: Date is formatted correctly (with
>> lower case 'am')
>> But displayed and sent back to server with uppercase 'AM'
>> Parser fails to parse it :(
>> Trying to fix ...
>>
>> On Thu, 26 Mar 2020 at 07:53, Carl Brewer  wrote:
>>
>>> On 26/03/2020 11:45 am, Maxim Solodovnik wrote:
>>> > Thanks for the picture!
>>> >
>>> > I was able to reproduce it
>>>
>>> Brilliant, thank you - my guess is some localisation thing - we do dates
>>> DD/MM/, not the US's MM DD  and some assumption is being made
>>> somewhere in a picker?
>>>
>>> Carl
>>>
>>>
>>>
>>
>> --
>> WBR
>> Maxim aka solomax
>>
>
>
> --
> WBR
> Maxim aka solomax
>


-- 
WBR
Maxim aka solomax


Re: newbie problem, seeing : The value of 'from' is not a valid LocalDateTime.

2020-03-25 Thread Carl Brewer

On 26/03/2020 12:38 pm, Maxim Solodovnik wrote:

https://issues.apache.org/jira/browse/OPENMEETINGS-2196


great!

Can I download a snapshot and test?



Re: newbie problem, seeing : The value of 'from' is not a valid LocalDateTime.

2020-03-25 Thread Maxim Solodovnik
The root cause is extremely mysterious: Date is formatted correctly (with
lower case 'am')
But displayed and sent back to server with uppercase 'AM'
Parser fails to parse it :(
Trying to fix ...

On Thu, 26 Mar 2020 at 07:53, Carl Brewer  wrote:

> On 26/03/2020 11:45 am, Maxim Solodovnik wrote:
> > Thanks for the picture!
> >
> > I was able to reproduce it
>
> Brilliant, thank you - my guess is some localisation thing - we do dates
> DD/MM/, not the US's MM DD  and some assumption is being made
> somewhere in a picker?
>
> Carl
>
>
>

-- 
WBR
Maxim aka solomax


Re: newbie problem, seeing : The value of 'from' is not a valid LocalDateTime.

2020-03-25 Thread Carl Brewer

On 26/03/2020 11:45 am, Maxim Solodovnik wrote:

Thanks for the picture!

I was able to reproduce it


Brilliant, thank you - my guess is some localisation thing - we do dates 
DD/MM/, not the US's MM DD  and some assumption is being made 
somewhere in a picker?


Carl




Re: newbie problem, seeing : The value of 'from' is not a valid LocalDateTime.

2020-03-25 Thread Maxim Solodovnik
Thanks for the picture!

I was able to reproduce it
Will try to address ASAP!

On Thu, 26 Mar 2020 at 05:16, Carl Brewer  wrote:

> On 25/03/2020 10:07 pm, Maxim Solodovnik wrote:
> > I'll ask again :)
> > Have you tried it on demo-next? Does it works?
>
> Yes, and no :
>
> See attached
>
> I didn't change any dates or times
>
>
>
>
> --
> aboc IT Consultingwww.aboc.net.au
> Your One-Stop small business IT solution provider
>


-- 
WBR
Maxim aka solomax


Re: Can not SOAP-login sometimes. High load/concurrency problem?

2020-03-25 Thread Rodolfo Gonzalez
Hi Maxim, the problem is, in the server output I can not find exceptions
other than those refused logins. In the client (PHP) side, I only get that
the object which is returned by the login API call is null (so the call to
get the room hash crashes, as the method is called from a null).

I mean, I find other kind of exceptions, concerning to video stream and
other things. But the problem seems to be that the login is being rejected.
Another user posted a similar (maybe the same) problem just a moment ago.

Regards.

El mié., 25 mar. 2020 a las 18:21, Maxim Solodovnik ()
escribió:

> Hello Rodolfo,
>
> Debug logging you quoted provide zero info :(
> There are no limits for logins in the system
>
> Could you share error stack trace?
>
> I might write test foe this
> Am I right thinking the use case is: 100 users are trying to get room hash
> in parallel?
>
>
> On Thu, 26 Mar 2020 at 00:58, Rodolfo Gonzalez 
> wrote:
>
>> Hi,
>>
>> currently I run an OM 4.0.10 server with a pretty default configuration,
>> using
>>
>> # java -version
>> openjdk version "1.8.0_242"
>> OpenJDK Runtime Environment (build 1.8.0_242-8u242-b08-0ubuntu3~16.04-b08)
>> OpenJDK 64-Bit Server VM (build 25.242-b08, mixed mode)
>>
>> on Ubuntu 16.04 (default values for file handles limits).
>>
>> I integrated OM with a web app made in PHP with the Yii framework, using
>> the SOAP API. I use this library:
>>
>> https://github.com/hakeem23/open-meetings-soap
>>
>> The server is on AWS, being a c4d.4xlarge instance, with htop reporting
>> 16 cores. CPU usage is reported by AWS to be around 50%, with a system load
>> maxing up at the 5-7 range reported by htop. The thing is that as many as
>> 100 users try to list rooms or connect to the server at a given time.
>>
>> I'm having several problems with the service, the main one being that the
>> users sometimes can not get the room hashes or enter a room. Given the flow
>> of the process, my best guess is that the library can not login to the OM
>> server. The errors in the output are like these, I think (I'm not sure if
>> these are the cause of the problem):
>>
>> DEBUG 03-25 11:44:24.577 o.a.o.d.u.AuthLevelUtil:42 [0.0-5453-exec-7] -
>> Level Admin :: [DENIED]
>> DEBUG 03-25 11:44:24.632 o.a.o.d.u.AuthLevelUtil:42 [0.0-5453-exec-7] -
>> Level Admin :: [DENIED]
>> DEBUG 03-25 11:44:24.633 o.a.o.d.u.AuthLevelUtil:42 [0.0-5453-exec-7] -
>> Level GroupAdmin :: [DENIED]
>> DEBUG 03-25 11:44:24.642 o.a.o.d.u.AuthLevelUtil:42 [0.0-5453-exec-7] -
>> Level Admin :: [DENIED]
>> DEBUG 03-25 11:44:24.642 o.a.o.d.u.AuthLevelUtil:42 [0.0-5453-exec-7] -
>> Level Admin :: [DENIED]
>>
>> and so on. But I'm unsure if this is the error which causes a cascade
>> exceptions which render the web app unable to get the room  hashes and so
>> (those process relay on being loged in, anyway). The thing is, the SOAP
>> library currently does the login process from the app, using and user
>> "admin" with SOAP and ADMIN level credentials. And the problem is
>> intermitent.
>>
>> Do you consider that my guess is right? Is there a limit on "logins" at
>> any given time? If so, can it be increased? Does the version of java affect?
>>
>> Any other ideas are welcome.
>>
>> Regards,
>> Rodolfo.
>>
>
>
> --
> WBR
> Maxim aka solomax
>


Re: Invalid Hash via SOAP API call

2020-03-25 Thread Rodolfo Gonzalez
I'm having exactly the same problem (posted another thread).

El mié., 25 mar. 2020 a las 15:15, Daniel Baker (<
i...@collisiondetection.biz>) escribió:

> Not sure  why  I am getting this  during  entering of a room :
>
>
> I get invalid  hash / Access denied   show in the browser:
>
>
> [image: image]
>
>
> The  url  looks  like this  which seems correct  to my understanding  :
>
>
>  tail -f localhost_access_log.2020-03-25
>
> XX.XXX.XXX.XXX - - [25/Mar/2020:19:24:27 +] "GET
> /openmeetings/services/user/login?=admin=PASSWORD%40 HTTP/1.1"
> 200 96
> XX.XXX.XXX.XXX - - [25/Mar/2020:19:24:27 +] "POST
> /openmeetings/services/user/hash?=973f7132-39f7-47d0-b614-7845c4ed0411
> HTTP/1.1" 200 96
> XX.XXX.XXX.XXX - - [25/Mar/2020:19:24:28 +] "GET
> /openmeetings/hash?=9c271470-cfaa-4e95-9d64-9210b9e4a7cc=1
> HTTP/1.1" 200 7231
> XX.XXX.XXX.XXX - - [25/Mar/2020:19:24:28 +] "GET
> /openmeetings/css/theme_om/jquery-ui.min.css HTTP/1.1" 304 -
> XX.XXX.XXX.XXX - - [25/Mar/2020:19:24:28 +] "GET
> /openmeetings/css/theme.css HTTP/1.1" 304 -
> XX.XXX.XXX.XXX - - [25/Mar/2020:19:24:28 +] "GET
> /openmeetings/css/custom.css HTTP/1.1" 304 -
> XX.XXX.XXX.XXX - - [25/Mar/2020:19:24:28 +] "-" 400 -
> XX.XXX.XXX.XXX - - [25/Mar/2020:19:24:28 +] "-" 400 -
> XX.XXX.XXX.XXX - - [25/Mar/2020:19:24:29 +] "GET
> /openmeetings/services/user/login?=admin=PASSWORD%40 HTTP/1.1"
> 200 96
> XX.XXX.XXX.XXX - - [25/Mar/2020:19:24:29 +] "GET
> /openmeetings/services/room/32?=25d019cb-728c-4c7e-a88e-88910b3eae51
> HTTP/1.1" 200 444
> XX.XXX.XXX.XXX - - [25/Mar/2020:19:24:30 +] "GET
> /openmeetings/services/user/login?=admin=PASSWORD%40 HTTP/1.1"
> 200 96
> XX.XXX.XXX.XXX - - [25/Mar/2020:19:24:30 +] "POST
> /openmeetings/services/user/hash?=bd8227ad-88d1-41ba-b4ce-69239844e5a1
> HTTP/1.1" 200 96
> XX.XXX.XXX.XXX - - [25/Mar/2020:19:24:32 +] "GET
> **/openmeetings/wicket/bookmarkable/org.apache.openmeetings.web.pages.HashPage?0-1.0
> *-access~denied*=9c271470-cfaa-4e95-9d64-**9210b9e4a7cc=1&_=1585164268523
> HTTP/1.1" 200 180
> XX.XXX.XXX.XXX - - [25/Mar/2020:19:24:32 +] "GET
> /openmeetings/hash;jsessionid=CE0DC1A368404F8AFDCE934313E81C96?secure=9c271470-cfaa-4e95-9d64-9210b9e4a7cc=1
> HTTP/1.1" 200 7328
> XX.XXX.XXX.XXX - - [25/Mar/2020:19:24:33 +] "-" 400 -
> XX.XXX.XXX.XXX - - [25/Mar/2020:19:24:33 +] "-" 400 -
> XX.XXX.XXX.XXX - - [25/Mar/2020:19:24:33 +] "-" 400 -
> XX.XXX.XXX.XXX - - [25/Mar/2020:19:24:33 +] "GET
> /openmeetings/wicket/resource/com.googlecode.wicket.kendo.ui.theme.Initializer/kendo.default.mobile.min-ver-70A144DCABA4386C973AE2446CA25F3D.css
> HTTP/1.1" 200 111339
> XX.XXX.XXX.XXX - - [25/Mar/2020:19:24:33 +] "GET
> /openmeetings/css/theme_om/jquery-ui.min.css HTTP/1.1" 304 -
>
>
>
> OM  Version :
>
>
> Name OpenMeetings  Version5.0.0-M3 Revisionb739f87 Build 
> date2019-12-11T11:42:09Z
>
>
> I  can see access denied in the log so  that pinpoints it somewhat.  Is
> there a way  to see my  SOAP call is  correct  or a  verbose  logging mode ?
>
> Thanks,
>
> Dan
>


Re: Invalid Hash via SOAP API call

2020-03-25 Thread Maxim Solodovnik
is it possible OM was opened in second tab with active login?

On Thu, 26 Mar 2020 at 04:15, Daniel Baker 
wrote:

> Not sure  why  I am getting this  during  entering of a room :
>
>
> I get invalid  hash / Access denied   show in the browser:
>
>
> [image: image]
>
>
> The  url  looks  like this  which seems correct  to my understanding  :
>
>
>  tail -f localhost_access_log.2020-03-25
>
> XX.XXX.XXX.XXX - - [25/Mar/2020:19:24:27 +] "GET
> /openmeetings/services/user/login?=admin=PASSWORD%40 HTTP/1.1"
> 200 96
> XX.XXX.XXX.XXX - - [25/Mar/2020:19:24:27 +] "POST
> /openmeetings/services/user/hash?=973f7132-39f7-47d0-b614-7845c4ed0411
> HTTP/1.1" 200 96
> XX.XXX.XXX.XXX - - [25/Mar/2020:19:24:28 +] "GET
> /openmeetings/hash?=9c271470-cfaa-4e95-9d64-9210b9e4a7cc=1
> HTTP/1.1" 200 7231
> XX.XXX.XXX.XXX - - [25/Mar/2020:19:24:28 +] "GET
> /openmeetings/css/theme_om/jquery-ui.min.css HTTP/1.1" 304 -
> XX.XXX.XXX.XXX - - [25/Mar/2020:19:24:28 +] "GET
> /openmeetings/css/theme.css HTTP/1.1" 304 -
> XX.XXX.XXX.XXX - - [25/Mar/2020:19:24:28 +] "GET
> /openmeetings/css/custom.css HTTP/1.1" 304 -
> XX.XXX.XXX.XXX - - [25/Mar/2020:19:24:28 +] "-" 400 -
> XX.XXX.XXX.XXX - - [25/Mar/2020:19:24:28 +] "-" 400 -
> XX.XXX.XXX.XXX - - [25/Mar/2020:19:24:29 +] "GET
> /openmeetings/services/user/login?=admin=PASSWORD%40 HTTP/1.1"
> 200 96
> XX.XXX.XXX.XXX - - [25/Mar/2020:19:24:29 +] "GET
> /openmeetings/services/room/32?=25d019cb-728c-4c7e-a88e-88910b3eae51
> HTTP/1.1" 200 444
> XX.XXX.XXX.XXX - - [25/Mar/2020:19:24:30 +] "GET
> /openmeetings/services/user/login?=admin=PASSWORD%40 HTTP/1.1"
> 200 96
> XX.XXX.XXX.XXX - - [25/Mar/2020:19:24:30 +] "POST
> /openmeetings/services/user/hash?=bd8227ad-88d1-41ba-b4ce-69239844e5a1
> HTTP/1.1" 200 96
> XX.XXX.XXX.XXX - - [25/Mar/2020:19:24:32 +] "GET
> **/openmeetings/wicket/bookmarkable/org.apache.openmeetings.web.pages.HashPage?0-1.0
> *-access~denied*=9c271470-cfaa-4e95-9d64-**9210b9e4a7cc=1&_=1585164268523
> HTTP/1.1" 200 180
> XX.XXX.XXX.XXX - - [25/Mar/2020:19:24:32 +] "GET
> /openmeetings/hash;jsessionid=CE0DC1A368404F8AFDCE934313E81C96?secure=9c271470-cfaa-4e95-9d64-9210b9e4a7cc=1
> HTTP/1.1" 200 7328
> XX.XXX.XXX.XXX - - [25/Mar/2020:19:24:33 +] "-" 400 -
> XX.XXX.XXX.XXX - - [25/Mar/2020:19:24:33 +] "-" 400 -
> XX.XXX.XXX.XXX - - [25/Mar/2020:19:24:33 +] "-" 400 -
> XX.XXX.XXX.XXX - - [25/Mar/2020:19:24:33 +] "GET
> /openmeetings/wicket/resource/com.googlecode.wicket.kendo.ui.theme.Initializer/kendo.default.mobile.min-ver-70A144DCABA4386C973AE2446CA25F3D.css
> HTTP/1.1" 200 111339
> XX.XXX.XXX.XXX - - [25/Mar/2020:19:24:33 +] "GET
> /openmeetings/css/theme_om/jquery-ui.min.css HTTP/1.1" 304 -
>
>
>
> OM  Version :
>
>
> Name OpenMeetings  Version5.0.0-M3 Revisionb739f87 Build 
> date2019-12-11T11:42:09Z
>
>
> I  can see access denied in the log so  that pinpoints it somewhat.  Is
> there a way  to see my  SOAP call is  correct  or a  verbose  logging mode ?
>
> Thanks,
>
> Dan
>


-- 
WBR
Maxim aka solomax


Re: Problem: OM5 - Coturn - NAT: my Solution

2020-03-25 Thread Maxim Solodovnik
yes,

this config is almost identical to what i'm using ...

On Wed, 25 Mar 2020 at 23:40, Daniel Baker 
wrote:

> Maxim  you mean  this  set up  for  TURN  :
>
>
>  Forwarded Message 
> Subject: Problem: OM5 - Coturn - NAT: my Solution
> Date: Tue, 3 Sep 2019 14:46:43 +0200
> From: René Scholz 
> 
> Reply-To: user@openmeetings.apache.org
> To: user@openmeetings.apache.org
>
> Hello,
>
> since yesterday my "Server with NAT" working.
>
> Many thanks at Juan and Maxim helping me a lot.
>
> If anybody have the same problems like me - here are my further steps
> after installation from Alavaros fantastic manual.
> It's possible that I forget something I modified - I tried a lot of ways.
> Feel free to correct me.
>
> 1.) It's important for me to use https.
> I use LetsEncrypt for this so I got LetsEncrypt certificates for my
> subdomain (named: "subdomain.domain.xxx") and configurate the IP of this
> subdomain in the DNS of my provider to the external IP-address.
>
> 2a.) Install coturn:
> apt-get install coturn
>
> 2b.) edit /etc/turnserver.conf
> my config:
>
> verbose
> fingerprint
> use-auth-secret
> static-auth-secret=SECRETSECRET
> realm=subdomain.domain.xxx
> simple-log
> log-file=/var/log/turn.log
> min-port=49152
> max-port=55000
>
> 3.) Config firewall
> Open and forward ports to IP of your OM-server
> 5443
> 3478
> 49152-55000
> (When you put your OM-Server in a DMZ (like me) don't forget to forward to
> port 22 for SSH-access.)
>
> 4.) Edit section " "/opt/openmeetings/conf/server.xml"
>
> ...
>  SSLEnabled="true">
>   
> *  certificateFile="/etc/letsencrypt/live/subdomain.domain.xxx/cert.pem"*
> *
> certificateKeyFile="/etc/letsencrypt/live/subdomain.domain.xxx/privkey.pem"*
> *
> certificateChainFile="/etc/letsencrypt/live/subdomain.domain.xxx/fullchain.pem"
> />*
>   
> 
> ...
>
> 5.) Edit
> "/opt/openmeetings/webapps/openmeetings/WEB-INF/classes/applicationContext.xml"
> In my Example: "123.456.789.123:3478", replace it with your own external IP
>
> at the end of this file edit the last section:
> ...
>  class="org.apache.openmeetings.core.remote.KurentoHandler"
> init-method="init" destroy-method="destroy"
> p:kurentoWsUrl="ws://127.0.0.1:/kurento"
> p:checkTimeout="1"
> p:watchThreadCount="10"
> *p:turnUrl="123.456.789.123:3478"*
> p:turnUser=""
> *p:turnSecret="SECRETSECRET"*
> p:turnMode="rest"
> p:turnTtl="60"
> p:objCheckTimeout="200"
> />
>
> With best regards,
>
> René
>
>

-- 
WBR
Maxim aka solomax


Invalid Hash via SOAP API call

2020-03-25 Thread Daniel Baker

Not sure  why  I am getting this  during  entering of a room :


I get invalid  hash / Access denied   show in the browser:


image



The  url  looks  like this  which seems correct  to my understanding  :


tail -f localhost_access_log.2020-03-25

XX.XXX.XXX.XXX - - [25/Mar/2020:19:24:27 +] "GET 
/openmeetings/services/user/login?=admin=PASSWORD%40 HTTP/1.1" 
200 96
XX.XXX.XXX.XXX - - [25/Mar/2020:19:24:27 +] "POST 
/openmeetings/services/user/hash?=973f7132-39f7-47d0-b614-7845c4ed0411 
HTTP/1.1" 200 96
XX.XXX.XXX.XXX - - [25/Mar/2020:19:24:28 +] "GET 
/openmeetings/hash?=9c271470-cfaa-4e95-9d64-9210b9e4a7cc=1 
HTTP/1.1" 200 7231
XX.XXX.XXX.XXX - - [25/Mar/2020:19:24:28 +] "GET 
/openmeetings/css/theme_om/jquery-ui.min.css HTTP/1.1" 304 -
XX.XXX.XXX.XXX - - [25/Mar/2020:19:24:28 +] "GET 
/openmeetings/css/theme.css HTTP/1.1" 304 -
XX.XXX.XXX.XXX - - [25/Mar/2020:19:24:28 +] "GET 
/openmeetings/css/custom.css HTTP/1.1" 304 -

XX.XXX.XXX.XXX - - [25/Mar/2020:19:24:28 +] "-" 400 -
XX.XXX.XXX.XXX - - [25/Mar/2020:19:24:28 +] "-" 400 -
XX.XXX.XXX.XXX - - [25/Mar/2020:19:24:29 +] "GET 
/openmeetings/services/user/login?=admin=PASSWORD%40 HTTP/1.1" 
200 96
XX.XXX.XXX.XXX - - [25/Mar/2020:19:24:29 +] "GET 
/openmeetings/services/room/32?=25d019cb-728c-4c7e-a88e-88910b3eae51 
HTTP/1.1" 200 444
XX.XXX.XXX.XXX - - [25/Mar/2020:19:24:30 +] "GET 
/openmeetings/services/user/login?=admin=PASSWORD%40 HTTP/1.1" 
200 96
XX.XXX.XXX.XXX - - [25/Mar/2020:19:24:30 +] "POST 
/openmeetings/services/user/hash?=bd8227ad-88d1-41ba-b4ce-69239844e5a1 
HTTP/1.1" 200 96
XX.XXX.XXX.XXX - - [25/Mar/2020:19:24:32 +] "GET 
**/openmeetings/wicket/bookmarkable/org.apache.openmeetings.web.pages.HashPage?0-1.0*-access~denied*=9c271470-cfaa-4e95-9d64-**9210b9e4a7cc=1&_=1585164268523 
HTTP/1.1" 200 180
XX.XXX.XXX.XXX - - [25/Mar/2020:19:24:32 +] "GET 
/openmeetings/hash;jsessionid=CE0DC1A368404F8AFDCE934313E81C96?secure=9c271470-cfaa-4e95-9d64-9210b9e4a7cc=1 
HTTP/1.1" 200 7328

XX.XXX.XXX.XXX - - [25/Mar/2020:19:24:33 +] "-" 400 -
XX.XXX.XXX.XXX - - [25/Mar/2020:19:24:33 +] "-" 400 -
XX.XXX.XXX.XXX - - [25/Mar/2020:19:24:33 +] "-" 400 -
XX.XXX.XXX.XXX - - [25/Mar/2020:19:24:33 +] "GET 
/openmeetings/wicket/resource/com.googlecode.wicket.kendo.ui.theme.Initializer/kendo.default.mobile.min-ver-70A144DCABA4386C973AE2446CA25F3D.css 
HTTP/1.1" 200 111339
XX.XXX.XXX.XXX - - [25/Mar/2020:19:24:33 +] "GET 
/openmeetings/css/theme_om/jquery-ui.min.css HTTP/1.1" 304 -




OM  Version :


Name OpenMeetings  Version5.0.0-M3 Revisionb739f87 Build 
date2019-12-11T11:42:09Z


I  can see access denied in the log so  that pinpoints it somewhat.  Is 
there a way  to see my  SOAP call is  correct  or a verbose  logging mode ?


Thanks,

Dan



Can not SOAP-login sometimes. High load/concurrency problem?

2020-03-25 Thread Rodolfo Gonzalez
Hi,

currently I run an OM 4.0.10 server with a pretty default configuration,
using

# java -version
openjdk version "1.8.0_242"
OpenJDK Runtime Environment (build 1.8.0_242-8u242-b08-0ubuntu3~16.04-b08)
OpenJDK 64-Bit Server VM (build 25.242-b08, mixed mode)

on Ubuntu 16.04 (default values for file handles limits).

I integrated OM with a web app made in PHP with the Yii framework, using
the SOAP API. I use this library:

https://github.com/hakeem23/open-meetings-soap

The server is on AWS, being a c4d.4xlarge instance, with htop reporting 16
cores. CPU usage is reported by AWS to be around 50%, with a system load
maxing up at the 5-7 range reported by htop. The thing is that as many as
100 users try to list rooms or connect to the server at a given time.

I'm having several problems with the service, the main one being that the
users sometimes can not get the room hashes or enter a room. Given the flow
of the process, my best guess is that the library can not login to the OM
server. The errors in the output are like these, I think (I'm not sure if
these are the cause of the problem):

DEBUG 03-25 11:44:24.577 o.a.o.d.u.AuthLevelUtil:42 [0.0-5453-exec-7] -
Level Admin :: [DENIED]
DEBUG 03-25 11:44:24.632 o.a.o.d.u.AuthLevelUtil:42 [0.0-5453-exec-7] -
Level Admin :: [DENIED]
DEBUG 03-25 11:44:24.633 o.a.o.d.u.AuthLevelUtil:42 [0.0-5453-exec-7] -
Level GroupAdmin :: [DENIED]
DEBUG 03-25 11:44:24.642 o.a.o.d.u.AuthLevelUtil:42 [0.0-5453-exec-7] -
Level Admin :: [DENIED]
DEBUG 03-25 11:44:24.642 o.a.o.d.u.AuthLevelUtil:42 [0.0-5453-exec-7] -
Level Admin :: [DENIED]

and so on. But I'm unsure if this is the error which causes a cascade
exceptions which render the web app unable to get the room  hashes and so
(those process relay on being loged in, anyway). The thing is, the SOAP
library currently does the login process from the app, using and user
"admin" with SOAP and ADMIN level credentials. And the problem is
intermitent.

Do you consider that my guess is right? Is there a limit on "logins" at any
given time? If so, can it be increased? Does the version of java affect?

Any other ideas are welcome.

Regards,
Rodolfo.


Re: Audio and video not working

2020-03-25 Thread Benteftifa, Hafed
 Hello

I got it working. For the time being, I opened :

iptables -A INPUT -p udp -m udp --dport 3478 -j ACCEPT
iptables -A OUTPUT -p udp -m udp --sport 3478 -j ACCEPT

Thanks
 On Wednesday, March 25, 2020, 11:04:24 AM EDT, Marcus Schulz 
 wrote:  
 
 Hi,
that's what I wrote yesterday to another thread with that problem. It may help 
you.I finally got it working, but without vpn.
Kind regards
Marcus

Hi,
I just subscribed to this list. I had the same problems and managed to get it 
works after tweo nights. I needed it also for a virtual classroom (who does not 
at the moemnt?? ) and for office.Please don't blame me, if i did not follow 
some rules here at the moment.I just want to help.
My set up: ubuntu 18.04 lts image at a Strato VServer. OpenMeeting M3.
First steps:I took the installation guide for ubuntu I found at the open 
meetings project site. Worked like a charm.Then I saw green bars when someone 
spoke, but no sound and no video except my own.
first i had to run kurento not as user nobody as decribed, but I used default 
kurento. Otherwise there where exceptions cause home folder is "/nonexistent" 
and gstreamer caches failed to work.Not sure if it's important, but I fixed it 
for me. My openmeeting installation runs with user kurento also. Just change it 
in the /etc/init.d/tomcat3 skript and chown -R kurento /opt/open503 of 
course.When the compilation of ffmpeg that is made by the skript provided 
fails, just install the missing dev packages. Don't remeber all. But's that's 
easy to find out, because "make " complains about.
Then I saw in the logs that connection to kurento server fails for web sockets.
I read in the net and found that a turnserver is needed, when clients accessing 
kurento are located behind NAT. Guess almsot every home dial has such a setup, 
so I did it.If I am wrong with it, and that's only needed, If openmeetings is 
behind NAT, please tell me. Than I remove it again.
if needed:
apt-get install coturn
vi /etc/turnserver.conf
configure 
this:realm=kurento.orguser=kurento:somepasslog-file=/var/log/turnserver/turnserver.log
I think that has been all.


Then:
vi 
/etc/kurento/modules/kurento/WebRtcEndpoint.conf.iniedit:turnURL=kurento:somepass@:3478
restart everything.
Than didn't work very much better also, so I took a look at iptables log file.
I added this rules:
iptables -A INPUT -p udp -m udp  --dport 1:65535 -j ACCEPTiptables -A 
OUTPUT -p udp -m udp  --sport 1:65535 -j ACCEPTiptables -A INPUT -p udp -m 
udp --dport 3478 -j ACCEPTiptables -A OUTPUT -p udp -m udp --sport 3478 -j 
ACCEPT
Now it works for me.
There is may be missing something or useless. But finally I got a working 
solution.I am no WebRTC expert... just a JEE Developer with loves Linux for 
years :)
Any suggestions or hints if somhing is wrong or useless are welcome.
Kind regards
Marcus

Am Mittwoch, den 25.03.2020, 14:55 + schrieb Benteftifa, Hafed:
Hello,
It seems I am having the same problems as others regarding audio and video.
Here is the setup (Ubuntu 18) after following Alvaro's instructions:
Setup 1: VM on vpsserver  worked correctly. While users had the https not safe 
message when using the IP address for the room, we were able to go through the 
conference with audio and video. This is a backup solutions for us.
Setup 2: VM on our internal network. Access is through a VPN from the outside. 
While users had the https not safe message when using the IP address for the 
room, we were able to go through the conference with audio and video. 
Unfortunately, a lot of jitters and random freeze and booting out of some users 
occured. I believe this is due to the internal cloud server we used. We will 
not be using this solution (too difficult for some users to setup their vpn).
Setup 3: We have a VM instance on Microsoft azure. While users had the https 
not safe message when using the IP address for the room, everybody was able to 
access the room and see his/her own camera and see the microphone working. 
However, the rest of us were not able to hear audio and video from the others. 
After spending hours on the mailing list, it boils down to us not using a TURN 
server.
I found this link on the mailing list (see post by René Sholtz):  
https://markmail.org/message/3dgy62lj3m74mogy#query:+page:1+mid:3dgy62lj3m74mogy+state:results

These are the instructions for configuring a TURN server (coturn). Since we are 
using an IP address, did anyone have success in making those configuration 
steps. Maybe Alvaro has written a setup manual for this part?
Thanks
  

Re: Audio and video not working

2020-03-25 Thread Benteftifa, Hafed
 Thanks. I appreciate.
 On Wednesday, March 25, 2020, 12:54:22 PM EDT, Alvaro  
wrote:  
 
 In less than a week i will have prepared a tutorial for Let's Encrtpt
certificates and Coturn. It is tested and works right on a server
installed after router NAT.

Alvaro


...


El mié, 25-03-2020 a las 14:55 +, Benteftifa, Hafed escribió:
> Hello,
> 
> It seems I am having the same problems as others regarding audio and
> video.
> 
> Here is the setup (Ubuntu 18) after following Alvaro's instructions:
> 
> Setup 1: VM on vpsserver  worked correctly. While users had the https
> not safe message when using the IP address for the room, we were able
> to go through the conference with audio and video. This is a backup
> solutions for us.
> 
> Setup 2: VM on our internal network. Access is through a VPN from the
> outside. While users had the https not safe message when using the IP
> address for the room, we were able to go through the conference with
> audio and video. Unfortunately, a lot of jitters and random freeze
> and booting out of some users occured. I believe this is due to the
> internal cloud server we used. We will not be using this solution
> (too difficult for some users to setup their vpn).
> 
> Setup 3: We have a VM instance on Microsoft azure. While users had
> the https not safe message when using the IP address for the room,
> everybody was able to access the room and see his/her own camera and
> see the microphone working. However, the rest of us were not able to
> hear audio and video from the others. After spending hours on the
> mailing list, it boils down to us not using a TURN server.
> 
> I found this link on the mailing list (see post by René Sholtz):  htt
> ps://markmail.org/message/3dgy62lj3m74mogy#query:+page:1+mid:3dgy62lj
> 3m74mogy+state:results
> 
> These are the instructions for configuring a TURN server (coturn).
> Since we are using an IP address, did anyone have success in making
> those configuration steps. Maybe Alvaro has written a setup manual
> for this part?
> 
> Thanks
  

Re: Audio and video not working

2020-03-25 Thread Alvaro
In less than a week i will have prepared a tutorial for Let's Encrtpt
certificates and Coturn. It is tested and works right on a server
installed after router NAT.

Alvaro


...


El mié, 25-03-2020 a las 14:55 +, Benteftifa, Hafed escribió:
> Hello,
> 
> It seems I am having the same problems as others regarding audio and
> video.
> 
> Here is the setup (Ubuntu 18) after following Alvaro's instructions:
> 
> Setup 1: VM on vpsserver  worked correctly. While users had the https
> not safe message when using the IP address for the room, we were able
> to go through the conference with audio and video. This is a backup
> solutions for us.
> 
> Setup 2: VM on our internal network. Access is through a VPN from the
> outside. While users had the https not safe message when using the IP
> address for the room, we were able to go through the conference with
> audio and video. Unfortunately, a lot of jitters and random freeze
> and booting out of some users occured. I believe this is due to the
> internal cloud server we used. We will not be using this solution
> (too difficult for some users to setup their vpn).
> 
> Setup 3: We have a VM instance on Microsoft azure. While users had
> the https not safe message when using the IP address for the room,
> everybody was able to access the room and see his/her own camera and
> see the microphone working. However, the rest of us were not able to
> hear audio and video from the others. After spending hours on the
> mailing list, it boils down to us not using a TURN server.
> 
> I found this link on the mailing list (see post by René Sholtz):  htt
> ps://markmail.org/message/3dgy62lj3m74mogy#query:+page:1+mid:3dgy62lj
> 3m74mogy+state:results
> 
> These are the instructions for configuring a TURN server (coturn).
> Since we are using an IP address, did anyone have success in making
> those configuration steps. Maybe Alvaro has written a setup manual
> for this part?
> 
> Thanks


Fwd: Problem: OM5 - Coturn - NAT: my Solution

2020-03-25 Thread Daniel Baker

Maxim  you mean  this  set up  for  TURN  :



 Forwarded Message 
Subject:Problem: OM5 - Coturn - NAT: my Solution
Date:   Tue, 3 Sep 2019 14:46:43 +0200
From:   René Scholz 
Reply-To:   user@openmeetings.apache.org
To: user@openmeetings.apache.org



Hello,

since yesterday my "Server with NAT" working.

Many thanks at Juan and Maxim helping me a lot.

If anybody have the same problems like me - here are my further steps 
after installation from Alavaros fantastic manual.
It's possible that I forget something I modified - I tried a lot of 
ways. Feel free to correct me.


1.) It's important for me to use https.
I use LetsEncrypt for this so I got LetsEncrypt certificates for my 
subdomain (named: "subdomain.domain.xxx") and configurate the IP of this 
subdomain in the DNS of my provider to the external IP-address.


2a.) Install coturn:
apt-get install coturn

2b.) edit /etc/turnserver.conf
my config:

verbose
fingerprint
use-auth-secret
static-auth-secret=SECRETSECRET
realm=subdomain.domain.xxx
simple-log
log-file=/var/log/turn.log
min-port=49152
max-port=55000

3.) Config firewall
Open and forward ports to IP of your OM-server
5443
3478
49152-55000
(When you put your OM-Server in a DMZ (like me) don't forget to forward 
to port 22 for SSH-access.)


4.) Edit section ""/opt/openmeetings/conf/server.xml"


...

  
/    certificateFile="/etc/letsencrypt/live/subdomain.domain.xxx/cert.pem"//

//certificateKeyFile="/etc/letsencrypt/live/subdomain.domain.xxx/privkey.pem"//
//certificateChainFile="/etc/letsencrypt/live/subdomain.domain.xxx/fullchain.pem" 
/>//

///  

...

5.) Edit 
"/opt/openmeetings/webapps/openmeetings/WEB-INF/classes/applicationContext.xml"

In my Example: "123.456.789.123:3478", replace it with your own external IP

at the end of this file edit the last section:
...
class="org.apache.openmeetings.core.remote.KurentoHandler" 
init-method="init" destroy-method="destroy"

p:kurentoWsUrl="ws://127.0.0.1:/kurento"
p:checkTimeout="1"
p:watchThreadCount="10"
/p:turnUrl="123.456.789.123:3478"/
p:turnUser=""
/p:turnSecret="SECRETSECRET"/
p:turnMode="rest"
p:turnTtl="60"
p:objCheckTimeout="200"
/>

With best regards,

René



openmeetings on 32-bit systems

2020-03-25 Thread df8oe
Is there anyone who has got om running on a 32-bit system?
Every hint is welcome ;)




Re: Audio and video not working

2020-03-25 Thread Maxim Solodovnik
Hello,

I'm using same steps as listed in Rene's post - and everything is working
Maybe you have TURN ports closed?

On Wed, 25 Mar 2020 at 23:01, Daniel Baker 
wrote:

> Yeah  maybe we  can  build  a  VM for download  that  has TURN
> installed  already.   A VM with  TURN  and  one  without.
>
> Thanks,
>
>
> Dan
>
> On 25/03/2020 14:55, Benteftifa, Hafed wrote:
> > Hello,
> >
> > It seems I am having the same problems as others regarding audio and
> video.
> >
> > Here is the setup (Ubuntu 18) after following Alvaro's instructions:
> >
> > Setup 1: VM on vpsserver  worked correctly. While users had the https
> not safe message when using the IP address for the room, we were able to go
> through the conference with audio and video. This is a backup solutions for
> us.
> >
> > Setup 2: VM on our internal network. Access is through a VPN from the
> outside. While users had the https not safe message when using the IP
> address for the room, we were able to go through the conference with audio
> and video. Unfortunately, a lot of jitters and random freeze and booting
> out of some users occured. I believe this is due to the internal cloud
> server we used. We will not be using this solution (too difficult for some
> users to setup their vpn).
> >
> > Setup 3: We have a VM instance on Microsoft azure. While users had the
> https not safe message when using the IP address for the room, everybody
> was able to access the room and see his/her own camera and see the
> microphone working. However, the rest of us were not able to hear audio and
> video from the others. After spending hours on the mailing list, it boils
> down to us not using a TURN server.
> >
> > I found this link on the mailing list (see post by René Sholtz):
> https://markmail.org/message/3dgy62lj3m74mogy#query:+page:1+mid:3dgy62lj3m74mogy+state:results
> >
> > These are the instructions for configuring a TURN server (coturn). Since
> we are using an IP address, did anyone have success in making those
> configuration steps. Maybe Alvaro has written a setup manual for this part?
> >
> > Thanks
> >
>


-- 
WBR
Maxim aka solomax


Re: Audio and video not working

2020-03-25 Thread Daniel Baker
Yeah  maybe we  can  build  a  VM for download  that  has TURN 
installed  already.   A VM with  TURN  and  one  without.


Thanks,


Dan

On 25/03/2020 14:55, Benteftifa, Hafed wrote:

Hello,

It seems I am having the same problems as others regarding audio and video.

Here is the setup (Ubuntu 18) after following Alvaro's instructions:

Setup 1: VM on vpsserver  worked correctly. While users had the https not safe 
message when using the IP address for the room, we were able to go through the 
conference with audio and video. This is a backup solutions for us.

Setup 2: VM on our internal network. Access is through a VPN from the outside. 
While users had the https not safe message when using the IP address for the 
room, we were able to go through the conference with audio and video. 
Unfortunately, a lot of jitters and random freeze and booting out of some users 
occured. I believe this is due to the internal cloud server we used. We will 
not be using this solution (too difficult for some users to setup their vpn).

Setup 3: We have a VM instance on Microsoft azure. While users had the https 
not safe message when using the IP address for the room, everybody was able to 
access the room and see his/her own camera and see the microphone working. 
However, the rest of us were not able to hear audio and video from the others. 
After spending hours on the mailing list, it boils down to us not using a TURN 
server.

I found this link on the mailing list (see post by René Sholtz):  
https://markmail.org/message/3dgy62lj3m74mogy#query:+page:1+mid:3dgy62lj3m74mogy+state:results

These are the instructions for configuring a TURN server (coturn). Since we are 
using an IP address, did anyone have success in making those configuration 
steps. Maybe Alvaro has written a setup manual for this part?

Thanks



Audio and video not working

2020-03-25 Thread Benteftifa, Hafed
Hello,

It seems I am having the same problems as others regarding audio and video.

Here is the setup (Ubuntu 18) after following Alvaro's instructions:

Setup 1: VM on vpsserver  worked correctly. While users had the https not safe 
message when using the IP address for the room, we were able to go through the 
conference with audio and video. This is a backup solutions for us.

Setup 2: VM on our internal network. Access is through a VPN from the outside. 
While users had the https not safe message when using the IP address for the 
room, we were able to go through the conference with audio and video. 
Unfortunately, a lot of jitters and random freeze and booting out of some users 
occured. I believe this is due to the internal cloud server we used. We will 
not be using this solution (too difficult for some users to setup their vpn).

Setup 3: We have a VM instance on Microsoft azure. While users had the https 
not safe message when using the IP address for the room, everybody was able to 
access the room and see his/her own camera and see the microphone working. 
However, the rest of us were not able to hear audio and video from the others. 
After spending hours on the mailing list, it boils down to us not using a TURN 
server.

I found this link on the mailing list (see post by René Sholtz):  
https://markmail.org/message/3dgy62lj3m74mogy#query:+page:1+mid:3dgy62lj3m74mogy+state:results

These are the instructions for configuring a TURN server (coturn). Since we are 
using an IP address, did anyone have success in making those configuration 
steps. Maybe Alvaro has written a setup manual for this part?

Thanks


Re: How to set mic default=on for a specific room or user?

2020-03-25 Thread Maxim Solodovnik
BTW old Edge is incompatible with all browser (except Edge )
So I would like to recommend the new one

On Wed, 25 Mar 2020 at 21:43, Maxim Solodovnik  wrote:

> See it
> Thanks!
>
> On Wed, 25 Mar 2020 at 21:42, Maxim Solodovnik 
> wrote:
>
>> This room https://om.alteametasoft.com:8443/next/#room/2 works for me in
>> Chrome
>> Will investigate Audio-Only room
>> PLease file JIRA :)
>>
>> On Wed, 25 Mar 2020 at 21:40,  wrote:
>>
>>> I was using the old edge. On the new edge the mic is not activated by
>>> default, but it can be turned on and the icon changes to the colored icon
>>> with slash, and it works.
>>>
>>> Quoting Maxim Solodovnik :
>>>
>>> What Edge are you using?
>>> Super new Edge https://www.microsoft.com/en-us/edge or old Edge?
>>>
>>> I see the issue with auto-start in Chrome
>>> please file JIRA https://issues.apache.org/jira/browse/OPENMEETINGS- will
>>> investigate ASAP
>>>
>>> On Wed, 25 Mar 2020 at 20:47,  wrote:
>>>












 *At https://om.alteametasoft.com:8443/next/#room/9643
    -  a public audio
 only room: On Edge, there is no "x" on the mic icon, and the mic is not
 "on" by default - it can be enabled by clicking on the mic icon, and it
 works when done, however no red-white "x" appears on the mic icon. On
 Chrome: the mic is not enabled by default, when I click on it, it turns
 orangish color and has backslash through it, but it still doesn't work -
 even though I can see the green audio level rising when I speak. This is
 with the other user's mic (I am connected as two different users using the
 two different browsers) disabled. When I enable the other users mike (the
 user on edge) it still doesn't work for the user on Chrome. Additionally,
 each time I click on the mic as the chrome user, another little "speaker"
 icon with its own volume level appears in the user column at the right of
 the user next to the green dot. I hope this helps, Ed Quoting Maxim
 Solodovnik >:*

 *Is this reproducible for you at demo server?*
 *https://om.alteametasoft.com:8443/next/
 *

 *(I just have created "Public Audio-Only Conference Room")*

 *On Wed, 25 Mar 2020 at 20:19, >>> > wrote:*

>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
> *Hello Again, I hope I'm not top posting or something like that - I'm
> new to mailing lists. Once again I made an error describing the problem.
> Here is exactly what happens: On Chrome, in an audio only room, the mic is
> not enabled by default. It can be enabled, and the red-white "x" appears 
> on
> the mic icon, but it does not work - no sound comes back. On Edge, in an
> audio only room, the mic is not enabled by default, and clicking on it 
> does
> not give the red-white "x" on the mic icon; even after refreshing, etc; 
> but
> it does work! I have verified this twice. Ed - Forwarded message from
> i...@bureau-de-poste.net  - Date: Wed, 
> 25
> Mar 2020 13:10:48 + From: i...@bureau-de-poste.net
>  Reply-To: user@openmeetings.apache.org
>  Subject: How to set mic default=on for a
> specific room or user?   To:  *
>
> *Hello,*
>
>
>
>
>
>
>
>
>
>
>
>
> *Actually I made an error - when I manually click on the mic in an
> audio only room, the mic does work, but the red adn white "x" does not
> appear on the microphone symbol. Do you want me to file a bug report on
> this ? Thank you. Ed - Forwarded message from i...@bureau-de-poste.net
>  - Date: Wed, 25 Mar 2020 13:08:00 +
> From: i...@bureau-de-poste.net  Reply-To:
> user@openmeetings.apache.org  Subject: Re:
> How to set mic default=on for a specific room or user?   To:
> user@openmeetings.apache.org   *
>
>
>
>
>
> *Hello, thanks, but on Chrome and on Edge (on Wondows 10 Pro) the mic
> is not turned on by default for me. Could this be because my camera on 
> this
> laptop has the mic built-in to it?  For example, Even when I manually turn
> the mic on in an audio only room, I still can't hear myself, as I can when
> both the camera and mic are enabled in a regular conference room. So, it 
> is
> working by default, but only if both are enabled in conference type room.
> Is this the intended behavior? thanks,*
>
>
>
> *Ed Quoting Maxim Solodovnik  >:*
>
> *this is default for room of type "conference"*
> *You can turn on "Audio-only" flag, in this case camera will be
> unavailable for everybody in the room*
>
> *On Wed, 25 Mar 2020 at 19:14,  > wrote:*
>
>>
>>
>>
>>

Re: How to set mic default=on for a specific room or user?

2020-03-25 Thread Maxim Solodovnik
See it
Thanks!

On Wed, 25 Mar 2020 at 21:42, Maxim Solodovnik  wrote:

> This room https://om.alteametasoft.com:8443/next/#room/2 works for me in
> Chrome
> Will investigate Audio-Only room
> PLease file JIRA :)
>
> On Wed, 25 Mar 2020 at 21:40,  wrote:
>
>> I was using the old edge. On the new edge the mic is not activated by
>> default, but it can be turned on and the icon changes to the colored icon
>> with slash, and it works.
>>
>> Quoting Maxim Solodovnik :
>>
>> What Edge are you using?
>> Super new Edge https://www.microsoft.com/en-us/edge or old Edge?
>>
>> I see the issue with auto-start in Chrome
>> please file JIRA https://issues.apache.org/jira/browse/OPENMEETINGS- will
>> investigate ASAP
>>
>> On Wed, 25 Mar 2020 at 20:47,  wrote:
>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>> *At https://om.alteametasoft.com:8443/next/#room/9643
>>>    -  a public audio
>>> only room: On Edge, there is no "x" on the mic icon, and the mic is not
>>> "on" by default - it can be enabled by clicking on the mic icon, and it
>>> works when done, however no red-white "x" appears on the mic icon. On
>>> Chrome: the mic is not enabled by default, when I click on it, it turns
>>> orangish color and has backslash through it, but it still doesn't work -
>>> even though I can see the green audio level rising when I speak. This is
>>> with the other user's mic (I am connected as two different users using the
>>> two different browsers) disabled. When I enable the other users mike (the
>>> user on edge) it still doesn't work for the user on Chrome. Additionally,
>>> each time I click on the mic as the chrome user, another little "speaker"
>>> icon with its own volume level appears in the user column at the right of
>>> the user next to the green dot. I hope this helps, Ed Quoting Maxim
>>> Solodovnik >:*
>>>
>>> *Is this reproducible for you at demo server?*
>>> *https://om.alteametasoft.com:8443/next/
>>> *
>>>
>>> *(I just have created "Public Audio-Only Conference Room")*
>>>
>>> *On Wed, 25 Mar 2020 at 20:19, >> > wrote:*
>>>




















 *Hello Again, I hope I'm not top posting or something like that - I'm
 new to mailing lists. Once again I made an error describing the problem.
 Here is exactly what happens: On Chrome, in an audio only room, the mic is
 not enabled by default. It can be enabled, and the red-white "x" appears on
 the mic icon, but it does not work - no sound comes back. On Edge, in an
 audio only room, the mic is not enabled by default, and clicking on it does
 not give the red-white "x" on the mic icon; even after refreshing, etc; but
 it does work! I have verified this twice. Ed - Forwarded message from
 i...@bureau-de-poste.net  - Date: Wed, 25
 Mar 2020 13:10:48 + From: i...@bureau-de-poste.net
  Reply-To: user@openmeetings.apache.org
  Subject: How to set mic default=on for a
 specific room or user?   To:  *

 *Hello,*












 *Actually I made an error - when I manually click on the mic in an
 audio only room, the mic does work, but the red adn white "x" does not
 appear on the microphone symbol. Do you want me to file a bug report on
 this ? Thank you. Ed - Forwarded message from i...@bureau-de-poste.net
  - Date: Wed, 25 Mar 2020 13:08:00 +
 From: i...@bureau-de-poste.net  Reply-To:
 user@openmeetings.apache.org  Subject: Re:
 How to set mic default=on for a specific room or user?   To:
 user@openmeetings.apache.org   *





 *Hello, thanks, but on Chrome and on Edge (on Wondows 10 Pro) the mic
 is not turned on by default for me. Could this be because my camera on this
 laptop has the mic built-in to it?  For example, Even when I manually turn
 the mic on in an audio only room, I still can't hear myself, as I can when
 both the camera and mic are enabled in a regular conference room. So, it is
 working by default, but only if both are enabled in conference type room.
 Is this the intended behavior? thanks,*



 *Ed Quoting Maxim Solodovnik >>> >:*

 *this is default for room of type "conference"*
 *You can turn on "Audio-only" flag, in this case camera will be
 unavailable for everybody in the room*

 *On Wed, 25 Mar 2020 at 19:14, >>> > wrote:*

>
>
>
>
>
>
>
>
> *Hello, Is there a way to configure the microphone and / or the camera
> to be automatically "ON" (activated) for a room, so that all connected
> users have these values set to on by default?  I can't find a way to do
> this.   This is on 5.0.0 M3 Thank you. Ed*
>


 *--*

 *WBR Maxim aka 

Re: How to set mic default=on for a specific room or user?

2020-03-25 Thread Maxim Solodovnik
This room https://om.alteametasoft.com:8443/next/#room/2 works for me in
Chrome
Will investigate Audio-Only room
PLease file JIRA :)

On Wed, 25 Mar 2020 at 21:40,  wrote:

> I was using the old edge. On the new edge the mic is not activated by
> default, but it can be turned on and the icon changes to the colored icon
> with slash, and it works.
>
> Quoting Maxim Solodovnik :
>
> What Edge are you using?
> Super new Edge https://www.microsoft.com/en-us/edge or old Edge?
>
> I see the issue with auto-start in Chrome
> please file JIRA https://issues.apache.org/jira/browse/OPENMEETINGS- will
> investigate ASAP
>
> On Wed, 25 Mar 2020 at 20:47,  wrote:
>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>> *At https://om.alteametasoft.com:8443/next/#room/9643
>>    -  a public audio
>> only room: On Edge, there is no "x" on the mic icon, and the mic is not
>> "on" by default - it can be enabled by clicking on the mic icon, and it
>> works when done, however no red-white "x" appears on the mic icon. On
>> Chrome: the mic is not enabled by default, when I click on it, it turns
>> orangish color and has backslash through it, but it still doesn't work -
>> even though I can see the green audio level rising when I speak. This is
>> with the other user's mic (I am connected as two different users using the
>> two different browsers) disabled. When I enable the other users mike (the
>> user on edge) it still doesn't work for the user on Chrome. Additionally,
>> each time I click on the mic as the chrome user, another little "speaker"
>> icon with its own volume level appears in the user column at the right of
>> the user next to the green dot. I hope this helps, Ed Quoting Maxim
>> Solodovnik >:*
>>
>> *Is this reproducible for you at demo server?*
>> *https://om.alteametasoft.com:8443/next/
>> *
>>
>> *(I just have created "Public Audio-Only Conference Room")*
>>
>> *On Wed, 25 Mar 2020 at 20:19, > > wrote:*
>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>> *Hello Again, I hope I'm not top posting or something like that - I'm
>>> new to mailing lists. Once again I made an error describing the problem.
>>> Here is exactly what happens: On Chrome, in an audio only room, the mic is
>>> not enabled by default. It can be enabled, and the red-white "x" appears on
>>> the mic icon, but it does not work - no sound comes back. On Edge, in an
>>> audio only room, the mic is not enabled by default, and clicking on it does
>>> not give the red-white "x" on the mic icon; even after refreshing, etc; but
>>> it does work! I have verified this twice. Ed - Forwarded message from
>>> i...@bureau-de-poste.net  - Date: Wed, 25
>>> Mar 2020 13:10:48 + From: i...@bureau-de-poste.net
>>>  Reply-To: user@openmeetings.apache.org
>>>  Subject: How to set mic default=on for a
>>> specific room or user?   To:  *
>>>
>>> *Hello,*
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>> *Actually I made an error - when I manually click on the mic in an audio
>>> only room, the mic does work, but the red adn white "x" does not appear on
>>> the microphone symbol. Do you want me to file a bug report on this ? Thank
>>> you. Ed - Forwarded message from i...@bureau-de-poste.net
>>>  - Date: Wed, 25 Mar 2020 13:08:00 +
>>> From: i...@bureau-de-poste.net  Reply-To:
>>> user@openmeetings.apache.org  Subject: Re:
>>> How to set mic default=on for a specific room or user?   To:
>>> user@openmeetings.apache.org   *
>>>
>>>
>>>
>>>
>>>
>>> *Hello, thanks, but on Chrome and on Edge (on Wondows 10 Pro) the mic is
>>> not turned on by default for me. Could this be because my camera on this
>>> laptop has the mic built-in to it?  For example, Even when I manually turn
>>> the mic on in an audio only room, I still can't hear myself, as I can when
>>> both the camera and mic are enabled in a regular conference room. So, it is
>>> working by default, but only if both are enabled in conference type room.
>>> Is this the intended behavior? thanks,*
>>>
>>>
>>>
>>> *Ed Quoting Maxim Solodovnik >> >:*
>>>
>>> *this is default for room of type "conference"*
>>> *You can turn on "Audio-only" flag, in this case camera will be
>>> unavailable for everybody in the room*
>>>
>>> *On Wed, 25 Mar 2020 at 19:14, >> > wrote:*
>>>








 *Hello, Is there a way to configure the microphone and / or the camera
 to be automatically "ON" (activated) for a room, so that all connected
 users have these values set to on by default?  I can't find a way to do
 this.   This is on 5.0.0 M3 Thank you. Ed*

>>>
>>>
>>> *--*
>>>
>>> *WBR Maxim aka solomax*
>>>
>>>
>>>
>>>
>>>
>>>
>>> *- End forwarded message -*
>>>
>>>
>>>
>>> *- End forwarded message -*
>>>
>>
>>
>> *--*
>>
>> *WBR Maxim aka solomax*
>>
>>
>>
>>
>
>
> *--*
>
> *WBR Maxim aka solomax*
>
>
>
>

-- 

Re: How to set mic default=on for a specific room or user?

2020-03-25 Thread info
 I was using the old edge. On the new edge the mic is not activated  
by default, but it can be turned on and the icon changes to the  
colored icon with slash, and it works.


Quoting Maxim Solodovnik :

What Edge are you using?  Super new  
Edge https://www.microsoft.com/en-us/edge or old Edge?

    
   I see the issue with auto-start in Chrome
   please file  
JIRA https://issues.apache.org/jira/browse/OPENMEETINGS- will  
investigate ASAP


 On Wed, 25 Mar 2020 at 20:47,  wrote:

_At https://om.alteametasoft.com:8443/next/#room/9643   -  a public  
audio only room:


On Edge, there is no "x" on the mic icon, and the mic is not "on"  
by default - it can be enabled by clicking on the mic icon, and it  
works when done, however no red-white "x" appears on the mic icon.


On Chrome: the mic is not enabled by default, when I click on it,  
it turns orangish color and has backslash through it, but it still  
doesn't work - even though I can see the green audio level rising  
when I speak. This is with the other user's mic (I am connected as  
two different users using the two different browsers) disabled.


When I enable the other users mike (the user on edge) it still  
doesn't work for the user on Chrome. Additionally, each time I  
click on the mic as the chrome user, another little "speaker" icon  
with its own volume level appears in the user column at the right  
of the user next to the green dot.


I hope this helps,

Ed

Quoting Maxim Solodovnik :_

_Is this reproducible for you at demo server? _  
_https://om.alteametasoft.com:8443/next/_

   _ _
   _(I just have created "Public Audio-Only Conference Room")_

 _On Wed, 25 Mar 2020 at 20:19,  
 wrote:_



__Hello Again,

I hope I'm not top posting or something like that - I'm new to  
mailing lists.


Once again I made an error describing the problem. Here is  
exactly what happens:


On Chrome, in an audio only room, the mic is not enabled by  
default. It can be enabled, and the red-white "x" appears on the  
mic icon, but it does not work - no sound comes back.


On Edge, in an audio only room, the mic is not enabled by  
default, and clicking on it does not give the red-white "x" on  
the mic icon; even after refreshing, etc; but it does work!


I have verified this twice.

Ed

- Forwarded message from i...@bureau-de-poste.net -
    Date: Wed, 25 Mar 2020 13:10:48 +
    From: i...@bureau-de-poste.net
Reply-To: user@openmeetings.apache.org
Subject: How to set mic default=on for a specific room or user?
      To:_
 _

 __Hello,__

 __Actually I made an error - when I manually click on  
the mic in an audio only room, the mic does work, but the red adn  
white "x" does not appear on the microphone symbol. Do you want  
me to file a bug report on this ?


Thank you.

Ed
- Forwarded message from i...@bureau-de-poste.net -
    Date: Wed, 25 Mar 2020 13:08:00 +
    From: i...@bureau-de-poste.net
Reply-To: user@openmeetings.apache.org
Subject: Re: How to set mic default=on for a specific room or user?
      To: user@openmeetings.apache.org
 __

 __Hello,

thanks, but on Chrome and on Edge (on Wondows 10 Pro) the mic is  
not turned on by default for me. Could this be because my camera  
on this laptop has the mic built-in to it?  For example, Even  
when I manually turn the mic on in an audio only room, I still  
can't hear myself, as I can when both the camera and mic are  
enabled in a regular conference room. So, it is working by  
default, but only if both are enabled in conference type room. Is  
this the intended behavior?


thanks,__

 __Ed

Quoting Maxim Solodovnik :__

__this is default for room of type "conference"_ _
  __You can turn on "Audio-only" flag, in this case camera  
will be unavailable for everybody in the room__


 __On Wed, 25 Mar 2020 at 19:14,  
 wrote:__



___Hello,

Is there a way to configure the microphone and / or the camera  
to be automatically "ON" (activated) for a room, so that all  
connected users have these values set to on by default?  I  
can't find a way to do this.  


This is on 5.0.0 M3

Thank you.

Ed___


  __ __
___--___
  ___WBR
Maxim aka solomax___



__ __



__- End forwarded message -__



__- End forwarded message -__


  _ _
__--__
  __WBR
Maxim aka solomax__



 


   
_-- _
  _WBR
Maxim aka solomax_


Re: How to set mic default=on for a specific room or user?

2020-03-25 Thread Maxim Solodovnik
What Edge are you using?
Super new Edge https://www.microsoft.com/en-us/edge or old Edge?

I see the issue with auto-start in Chrome
please file JIRA https://issues.apache.org/jira/browse/OPENMEETINGS- will
investigate ASAP

On Wed, 25 Mar 2020 at 20:47,  wrote:

> At https://om.alteametasoft.com:8443/next/#room/9643   -  a public audio
> only room:
>
> On Edge, there is no "x" on the mic icon, and the mic is not "on" by
> default - it can be enabled by clicking on the mic icon, and it works when
> done, however no red-white "x" appears on the mic icon.
>
> On Chrome: the mic is not enabled by default, when I click on it, it turns
> orangish color and has backslash through it, but it still doesn't work -
> even though I can see the green audio level rising when I speak. This is
> with the other user's mic (I am connected as two different users using the
> two different browsers) disabled.
>
> When I enable the other users mike (the user on edge) it still doesn't
> work for the user on Chrome. Additionally, each time I click on the mic as
> the chrome user, another little "speaker" icon with its own volume level
> appears in the user column at the right of the user next to the green dot.
>
> I hope this helps,
>
> Ed
>
> Quoting Maxim Solodovnik :
>
> Is this reproducible for you at demo server?
> https://om.alteametasoft.com:8443/next/
>
> (I just have created "Public Audio-Only Conference Room")
>
> On Wed, 25 Mar 2020 at 20:19,  wrote:
>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>> *Hello Again, I hope I'm not top posting or something like that - I'm new
>> to mailing lists. Once again I made an error describing the problem. Here
>> is exactly what happens: On Chrome, in an audio only room, the mic is not
>> enabled by default. It can be enabled, and the red-white "x" appears on the
>> mic icon, but it does not work - no sound comes back. On Edge, in an audio
>> only room, the mic is not enabled by default, and clicking on it does not
>> give the red-white "x" on the mic icon; even after refreshing, etc; but it
>> does work! I have verified this twice. Ed - Forwarded message from
>> i...@bureau-de-poste.net  - Date: Wed, 25
>> Mar 2020 13:10:48 + From: i...@bureau-de-poste.net
>>  Reply-To: user@openmeetings.apache.org
>>  Subject: How to set mic default=on for a
>> specific room or user?   To:*
>>
>>
>> *Hello,*
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>> *Actually I made an error - when I manually click on the mic in an audio
>> only room, the mic does work, but the red adn white "x" does not appear on
>> the microphone symbol. Do you want me to file a bug report on this ? Thank
>> you. Ed - Forwarded message from i...@bureau-de-poste.net
>>  - Date: Wed, 25 Mar 2020 13:08:00 +
>> From: i...@bureau-de-poste.net  Reply-To:
>> user@openmeetings.apache.org  Subject: Re:
>> How to set mic default=on for a specific room or user?   To:
>> user@openmeetings.apache.org   *
>>
>>
>>
>>
>>
>> *Hello, thanks, but on Chrome and on Edge (on Wondows 10 Pro) the mic is
>> not turned on by default for me. Could this be because my camera on this
>> laptop has the mic built-in to it?  For example, Even when I manually turn
>> the mic on in an audio only room, I still can't hear myself, as I can when
>> both the camera and mic are enabled in a regular conference room. So, it is
>> working by default, but only if both are enabled in conference type room.
>> Is this the intended behavior? thanks,*
>>
>>
>>
>> *Ed Quoting Maxim Solodovnik > >:*
>>
>> *this is default for room of type "conference"*
>> *You can turn on "Audio-only" flag, in this case camera will be
>> unavailable for everybody in the room*
>>
>> *On Wed, 25 Mar 2020 at 19:14, > > wrote:*
>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>> *Hello, Is there a way to configure the microphone and / or the camera
>>> to be automatically "ON" (activated) for a room, so that all connected
>>> users have these values set to on by default?  I can't find a way to do
>>> this.   This is on 5.0.0 M3 Thank you. Ed*
>>>
>>
>>
>> *--*
>>
>> *WBR Maxim aka solomax*
>>
>>
>>
>>
>>
>>
>> *- End forwarded message -*
>>
>>
>>
>> *- End forwarded message -*
>>
>
>
> *--*
>
> *WBR Maxim aka solomax*
>
>
>
>

-- 
WBR
Maxim aka solomax


Re: How to set mic default=on for a specific room or user?

2020-03-25 Thread info
 At https://om.alteametasoft.com:8443/next/#room/9643   -  a public  
audio only room:


On Edge, there is no "x" on the mic icon, and the mic is not "on" by  
default - it can be enabled by clicking on the mic icon, and it works  
when done, however no red-white "x" appears on the mic icon.


On Chrome: the mic is not enabled by default, when I click on it, it  
turns orangish color and has backslash through it, but it still  
doesn't work - even though I can see the green audio level rising when  
I speak. This is with the other user's mic (I am connected as two  
different users using the two different browsers) disabled.


When I enable the other users mike (the user on edge) it still doesn't  
work for the user on Chrome. Additionally, each time I click on the  
mic as the chrome user, another little "speaker" icon with its own  
volume level appears in the user column at the right of the user next  
to the green dot.


I hope this helps,

Ed

Quoting Maxim Solodovnik :

Is this reproducible for you at demo server?   
https://om.alteametasoft.com:8443/next/

    
   (I just have created "Public Audio-Only Conference Room")

 On Wed, 25 Mar 2020 at 20:19,  wrote:


_Hello Again,

I hope I'm not top posting or something like that - I'm new to  
mailing lists.


Once again I made an error describing the problem. Here is exactly  
what happens:


On Chrome, in an audio only room, the mic is not enabled by  
default. It can be enabled, and the red-white "x" appears on the  
mic icon, but it does not work - no sound comes back.


On Edge, in an audio only room, the mic is not enabled by default,  
and clicking on it does not give the red-white "x" on the mic icon;  
even after refreshing, etc; but it does work!


I have verified this twice.

Ed

- Forwarded message from i...@bureau-de-poste.net -
    Date: Wed, 25 Mar 2020 13:10:48 +
    From: i...@bureau-de-poste.net
Reply-To: user@openmeetings.apache.org
Subject: How to set mic default=on for a specific room or user?
      To:_
 

 _Hello,_

 _Actually I made an error - when I manually click on the mic  
in an audio only room, the mic does work, but the red adn white "x"  
does not appear on the microphone symbol. Do you want me to file a  
bug report on this ?


Thank you.

Ed
- Forwarded message from i...@bureau-de-poste.net -
    Date: Wed, 25 Mar 2020 13:08:00 +
    From: i...@bureau-de-poste.net
Reply-To: user@openmeetings.apache.org
Subject: Re: How to set mic default=on for a specific room or user?
      To: user@openmeetings.apache.org
 _

 _Hello,

thanks, but on Chrome and on Edge (on Wondows 10 Pro) the mic is  
not turned on by default for me. Could this be because my camera on  
this laptop has the mic built-in to it?  For example, Even when I  
manually turn the mic on in an audio only room, I still can't hear  
myself, as I can when both the camera and mic are enabled in a  
regular conference room. So, it is working by default, but only if  
both are enabled in conference type room. Is this the intended  
behavior?


thanks,_

 _Ed

Quoting Maxim Solodovnik :_

_this is default for room of type "conference" _ _You  
can turn on "Audio-only" flag, in this case camera will be  
unavailable for everybody in the room_


 _On Wed, 25 Mar 2020 at 19:14,  
 wrote:_



__Hello,

Is there a way to configure the microphone and / or the camera to  
be automatically "ON" (activated) for a room, so that all  
connected users have these values set to on by default?  I can't  
find a way to do this.  


This is on 5.0.0 M3

Thank you.

Ed__


  _ _
__--__
  __WBR
Maxim aka solomax__



_ _



_- End forwarded message -_



_- End forwarded message -_


   
_-- _
  _WBR
Maxim aka solomax_


Re: kurento-media-server for 32bit systems

2020-03-25 Thread Maxim Solodovnik
Well, you can see the video because video from your camera is being
displayed to you :)
WebRTC is P2P and should work without central server
BUT this automatically means you should have enough bandwidth to send your
audio/video to all parties
(outbound bandwidth is usually much smaller than inbound)

OM uses star topology, each user sends audio/video to server, all are
watching/hearing from server
This allow to have powerful server and less powerful clients
As well as allow to record sessions on the server and store all materials
on server 

Something like this :)

On Wed, 25 Mar 2020 at 15:00,  wrote:

> Docker images are only available for 64 bit systems. I do not have another
> server at
> my hoster. It is 64bit capable - but the server image was grown on a 32
> bit installation.
> As the 32 bit hardware has died 2 years ago I copied the working 32 bit
> system (which
> has tons of individual configured services) to the actual 64 bit hardware.
> And migrating
> all services from 32bit to 64 bit is a very large task...
>
> But why is kurento needed? I can see video image now in browser, and I can
> see vu meter
> of audio is living, too. Why video does work without kurento and audio
> not? I do not hope
> because of this om is no longer useable on 32 bit systems - I liked OM3.x
> much and it worked
> perfectly some years ago...
>
> Am Mittwoch, 25. März 2020, 08:46:42 CET schrieb Maxim Solodovnik:
> >Maybe you can use docker? (I'm using it for development need, seems to
> work :))) )
>
> > Or maybe you can have KMS on the separate 64bit server in the same LAN?
> >
>
>
>
>
>

-- 
WBR
Maxim aka solomax


Re: How to set mic default=on for a specific room or user?

2020-03-25 Thread Maxim Solodovnik
Is this reproducible for you at demo server?
https://om.alteametasoft.com:8443/next/

(I just have created "Public Audio-Only Conference Room")

On Wed, 25 Mar 2020 at 20:19,  wrote:

> Hello Again,
>
> I hope I'm not top posting or something like that - I'm new to mailing
> lists.
>
> Once again I made an error describing the problem. Here is exactly what
> happens:
>
> On Chrome, in an audio only room, the mic is not enabled by default. It
> can be enabled, and the red-white "x" appears on the mic icon, but it does
> not work - no sound comes back.
>
> On Edge, in an audio only room, the mic is not enabled by default, and
> clicking on it does not give the red-white "x" on the mic icon; even after
> refreshing, etc; but it does work!
>
> I have verified this twice.
>
> Ed
>
> - Forwarded message from i...@bureau-de-poste.net -
> Date: Wed, 25 Mar 2020 13:10:48 +
> From: i...@bureau-de-poste.net
> Reply-To: user@openmeetings.apache.org
> Subject: How to set mic default=on for a specific room or user?
>   To:
>
> Hello,
>
> Actually I made an error - when I manually click on the mic in an audio
> only room, the mic does work, but the red adn white "x" does not appear on
> the microphone symbol. Do you want me to file a bug report on this ?
>
> Thank you.
>
> Ed
> - Forwarded message from i...@bureau-de-poste.net -
> Date: Wed, 25 Mar 2020 13:08:00 +
> From: i...@bureau-de-poste.net
> Reply-To: user@openmeetings.apache.org
> Subject: Re: How to set mic default=on for a specific room or user?
>   To: user@openmeetings.apache.org
>
>
> Hello,
>
> thanks, but on Chrome and on Edge (on Wondows 10 Pro) the mic is not
> turned on by default for me. Could this be because my camera on this laptop
> has the mic built-in to it?  For example, Even when I manually turn the mic
> on in an audio only room, I still can't hear myself, as I can when both the
> camera and mic are enabled in a regular conference room. So, it is working
> by default, but only if both are enabled in conference type room. Is this
> the intended behavior?
>
> thanks,
>
> Ed
>
> Quoting Maxim Solodovnik :
>
> this is default for room of type "conference"
> You can turn on "Audio-only" flag, in this case camera will be unavailable
> for everybody in the room
>
> On Wed, 25 Mar 2020 at 19:14,  wrote:
>
>>
>>
>>
>>
>>
>>
>>
>>
>> *Hello, Is there a way to configure the microphone and / or the camera to
>> be automatically "ON" (activated) for a room, so that all connected users
>> have these values set to on by default?  I can't find a way to do this.
>> This is on 5.0.0 M3 Thank you. Ed*
>>
>
>
> *--*
>
> *WBR Maxim aka solomax*
>
>
>
>
>
>
> - End forwarded message -
>
>
>
> - End forwarded message -
>


-- 
WBR
Maxim aka solomax


Fwd: How to set mic default=on for a specific room or user?

2020-03-25 Thread info

Hello Again,

I hope I'm not top posting or something like that - I'm new to mailing lists.

Once again I made an error describing the problem. Here is exactly  
what happens:


On Chrome, in an audio only room, the mic is not enabled by default.  
It can be enabled, and the red-white "x" appears on the mic icon, but  
it does not work - no sound comes back.


On Edge, in an audio only room, the mic is not enabled by default, and  
clicking on it does not give the red-white "x" on the mic icon; even  
after refreshing, etc; but it does work!


I have verified this twice.

Ed

- Forwarded message from i...@bureau-de-poste.net -
    Date: Wed, 25 Mar 2020 13:10:48 +
    From: i...@bureau-de-poste.net
Reply-To: user@openmeetings.apache.org
Subject: How to set mic default=on for a specific room or user?
      To:

 Hello,

 Actually I made an error - when I manually click on the mic in an  
audio only room, the mic does work, but the red adn white "x" does not  
appear on the microphone symbol. Do you want me to file a bug report  
on this ?


Thank you.

Ed
- Forwarded message from i...@bureau-de-poste.net -
    Date: Wed, 25 Mar 2020 13:08:00 +
    From: i...@bureau-de-poste.net
Reply-To: user@openmeetings.apache.org
Subject: Re: How to set mic default=on for a specific room or user?
      To: user@openmeetings.apache.org
 

 Hello,

thanks, but on Chrome and on Edge (on Wondows 10 Pro) the mic is not  
turned on by default for me. Could this be because my camera on this  
laptop has the mic built-in to it?  For example, Even when I manually  
turn the mic on in an audio only room, I still can't hear myself, as I  
can when both the camera and mic are enabled in a regular conference  
room. So, it is working by default, but only if both are enabled in  
conference type room. Is this the intended behavior?


thanks,

 Ed

Quoting Maxim Solodovnik :

this is default for room of type "conference"  You can turn on  
"Audio-only" flag, in this case camera will be unavailable for  
everybody in the room


 On Wed, 25 Mar 2020 at 19:14,  wrote:


_Hello,

Is there a way to configure the microphone and / or the camera to  
be automatically "ON" (activated) for a room, so that all connected  
users have these values set to on by default?  I can't find a way  
to do this.  


This is on 5.0.0 M3

Thank you.

Ed_


   
_--_
  _WBR
Maxim aka solomax_



 



- End forwarded message -

- End forwarded message -


How to set mic default=on for a specific room or user?

2020-03-25 Thread info

 Hello,

 Actually I made an error - when I manually click on the mic in an  
audio only room, the mic does work, but the red adn white "x" does not  
appear on the microphone symbol. Do you want me to file a bug report  
on this ?


Thank you.

Ed
- Forwarded message from i...@bureau-de-poste.net -
    Date: Wed, 25 Mar 2020 13:08:00 +
    From: i...@bureau-de-poste.net
Reply-To: user@openmeetings.apache.org
Subject: Re: How to set mic default=on for a specific room or user?
      To: user@openmeetings.apache.org
 

 Hello,

thanks, but on Chrome and on Edge (on Wondows 10 Pro) the mic is not  
turned on by default for me. Could this be because my camera on this  
laptop has the mic built-in to it?  For example, Even when I manually  
turn the mic on in an audio only room, I still can't hear myself, as I  
can when both the camera and mic are enabled in a regular conference  
room. So, it is working by default, but only if both are enabled in  
conference type room. Is this the intended behavior?


thanks,

 Ed

Quoting Maxim Solodovnik :

this is default for room of type "conference"  You can turn on  
"Audio-only" flag, in this case camera will be unavailable for  
everybody in the room


 On Wed, 25 Mar 2020 at 19:14,  wrote:


_Hello,

Is there a way to configure the microphone and / or the camera to  
be automatically "ON" (activated) for a room, so that all connected  
users have these values set to on by default?  I can't find a way  
to do this.  


This is on 5.0.0 M3

Thank you.

Ed_


   
_--_
  _WBR
Maxim aka solomax_



 

- End forwarded message -


Re: How to set mic default=on for a specific room or user?

2020-03-25 Thread info

 Hello,

thanks, but on Chrome and on Edge (on Wondows 10 Pro) the mic is not  
turned on by default for me. Could this be because my camera on this  
laptop has the mic built-in to it?  For example, Even when I manually  
turn the mic on in an audio only room, I still can't hear myself, as I  
can when both the camera and mic are enabled in a regular conference  
room. So, it is working by default, but only if both are enabled in  
conference type room. Is this the intended behavior?


thanks,

 Ed

Quoting Maxim Solodovnik :

this is default for room of type "conference"  You can turn on  
"Audio-only" flag, in this case camera will be unavailable for  
everybody in the room


 On Wed, 25 Mar 2020 at 19:14,  wrote:


_Hello,

Is there a way to configure the microphone and / or the camera to  
be automatically "ON" (activated) for a room, so that all connected  
users have these values set to on by default?  I can't find a way  
to do this.  


This is on 5.0.0 M3

Thank you.

Ed_


   
_-- _
  _WBR
Maxim aka solomax_


Re: How to set mic default=on for a specific room or user?

2020-03-25 Thread Maxim Solodovnik
this is default for room of type "conference"
You can turn on "Audio-only" flag, in this case camera will be unavailable
for everybody in the room

On Wed, 25 Mar 2020 at 19:14,  wrote:

> Hello,
>
> Is there a way to configure the microphone and / or the camera to be
> automatically "ON" (activated) for a room, so that all connected users have
> these values set to on by default?  I can't find a way to do this.
>
> This is on 5.0.0 M3
>
> Thank you.
>
> Ed
>


-- 
WBR
Maxim aka solomax


How to set mic default=on for a specific room or user?

2020-03-25 Thread info

 Hello,

Is there a way to configure the microphone and / or the camera to be  
automatically "ON" (activated) for a room, so that all connected users  
have these values set to on by default?  I can't find a way to do  
this.  


This is on 5.0.0 M3

Thank you.

Ed


Re: newbie problem, seeing : The value of 'from' is not a valid LocalDateTime.

2020-03-25 Thread Maxim Solodovnik
I'll ask again :)
Have you tried it on demo-next? Does it works?

On Wed, 25 Mar 2020 at 17:36, Carl Brewer  wrote:

> On 25/03/2020 9:31 pm, Maxim Solodovnik wrote:
> > _IF_ the demo works for you as expected
> > You can get latest SNAPSHOT from here
> > https://builds.apache.org/view/M-R/view/OpenMeetings/job/openmeetings/
> > And perform upgrade: https://openmeetings.apache.org/Upgrade.html
>
> Grabbing it now, thank you
>
> Carl
>


-- 
WBR
Maxim aka solomax


Re: Browser aks "persmission": Why

2020-03-25 Thread Maxim Solodovnik
Hello Rene,

browsers don't allow autoplay (to avoid annoying advertisements)
The only way to autoplay content is to make user to click play (or in our
case "Allow play")

AFAIK this can't be simplified

On Wed, 25 Mar 2020 at 18:02, R. Scholz 
wrote:

> Hello,
>
> when a viewer is starting his invitation-link the browser ask
>
> permission is required
> Extra permission required to play video.
> Press OK to allow playing
>
> Why this appears? The user has only one choice.
> Is it possible to disable this question?
>
> Best regards,
>
> René
>


-- 
WBR
Maxim aka solomax


Browser aks "persmission": Why

2020-03-25 Thread R. Scholz

Hello,

when a viewer is starting his invitation-link the browser ask

permission is required
Extra permission required to play video.
Press OK to allow playing

Why this appears? The user has only one choice.
Is it possible to disable this question?

Best regards,

René


Re: Files messed up during update to 5.0.4

2020-03-25 Thread Maxim Solodovnik
@Peter ping? :)

On Tue, Mar 24, 2020, 10:04 Maxim Solodovnik  wrote:

> Hello Peter,
>
> This is serious issues with too few info :(
> 1) "User- and room-files are messed up during backup-restore" - could
> you provide some example backup and tell me where to look? (I'll add
> additional regression tests to backup/restore)
> 2) "we need to increase massively RAM to get a few more users online"
> can you check with top/htop which process(es) consumes memory? Is it
> java (OM) or KMS/coturn ?
> 3) "Clustering don't work now" this is work-in-progress
> https://issues.apache.org/jira/browse/OPENMEETINGS-2186
> 4) "Upload just work from time to time" is it possible you are using
> old M4 SNAPSHOT with Tomcat 9.0.31? could you re-test it with latest
> M4? (There was a bug in Tomcat which was fixed, and now OM uses Tomcat
> 9.0.33)
>
> Looking forward to get more details :)
>
> On Tue, 24 Mar 2020 at 01:13, Peter Dähn  wrote:
> >
> > Hi Maxim,
> >
> > because of more and more troubles to get flash working in browser, we
> > decide to switch to OM 5.0.4.
> >
> > User- and room-iles are messed up during backup-restore and we need to
> > increase massively RAM to get a few more users online.
> >
> > Clustering don't work now and Upload just work from time to time. :-(
> >
> > Greetings Peter
> >
> >
>
>
> --
> WBR
> Maxim aka solomax
>


Re: newbie problem, seeing : The value of 'from' is not a valid LocalDateTime.

2020-03-25 Thread Carl Brewer

On 25/03/2020 9:31 pm, Maxim Solodovnik wrote:

_IF_ the demo works for you as expected
You can get latest SNAPSHOT from here 
https://builds.apache.org/view/M-R/view/OpenMeetings/job/openmeetings/

And perform upgrade: https://openmeetings.apache.org/Upgrade.html


Grabbing it now, thank you

Carl


Re: newbie problem, seeing : The value of 'from' is not a valid LocalDateTime.

2020-03-25 Thread Maxim Solodovnik
_IF_ the demo works for you as expected
You can get latest SNAPSHOT from here
https://builds.apache.org/view/M-R/view/OpenMeetings/job/openmeetings/
And perform upgrade: https://openmeetings.apache.org/Upgrade.html

In case it is demo instance without valuable data you can skip backup and
restore steps

On Wed, 25 Mar 2020 at 16:59, Carl Brewer  wrote:

> On 25/03/2020 8:44 pm, Maxim Solodovnik wrote:
> > Just have tested at demo-next
> >
> > Timezone: Australia/Melbourne
> > Language: English
> > Country: United States
> >
> > Works for me
> >
> > Please check this version, if it works you can use latest SNAPSHOT
> > It hopefully will be released soon :)
>
> Ok, very dumb question :
> How do I update to the snapshot?
>
>

-- 
WBR
Maxim aka solomax


Re: newbie problem, seeing : The value of 'from' is not a valid LocalDateTime.

2020-03-25 Thread Carl Brewer

On 25/03/2020 8:44 pm, Maxim Solodovnik wrote:

Just have tested at demo-next

Timezone: Australia/Melbourne
Language: English
Country: United States

Works for me

Please check this version, if it works you can use latest SNAPSHOT
It hopefully will be released soon :)


Ok, very dumb question :
How do I update to the snapshot?



Re: newbie problem, seeing : The value of 'from' is not a valid LocalDateTime.

2020-03-25 Thread Maxim Solodovnik
Just have tested at demo-next

Timezone: Australia/Melbourne
Language: English
Country: United States

Works for me

Please check this version, if it works you can use latest SNAPSHOT
It hopefully will be released soon :)

On Wed, 25 Mar 2020 at 16:34, Maxim Solodovnik  wrote:
>
> Version at demo was updated
>
> Info I would like to know
> is on the screenshot attached :)
>
> Will try to create test user and double-check
>
> On Wed, 25 Mar 2020 at 16:25, Stefan Kühl  wrote:
> >
> > Morning @all
> >
> > maybe the date-picker doesn't work correctly. Did play a little around with 
> > the. Just try 3/25/20 as it is the english version of writing a date?!
> >
> > Greetings
> >
> > Stefan
> >
> >
> >
> >
> > Am 25.03.2020 10:15, schrieb Carl Brewer:
> >
> > On 25/03/2020 5:32 pm, Maxim Solodovnik wrote:
> >
> > Well version at demo looks different due to it is next release :)))
> > Thanks for bag report, "Internal error" should be fixed (the site will be 
> > updated in ~1hour)
> >
> > About language and country
> > Each user has it's own language, country and timezone being set
> > these parameters might affect date/time displaying/parsing
> > You can check those at your user profile :)
> >
> >
> > Everything seems to be set to Australia/Melbourne
> > But, I cannot send an invite.
> >
> > Help!  I'm trying to get this up at my work, instead of using Zoom, but 
> > this has me stumped.
> >
> > cheers
> >
> > Carl
> >
>
>
> --
> WBR
> Maxim aka solomax



-- 
WBR
Maxim aka solomax


Re: newbie problem, seeing : The value of 'from' is not a valid LocalDateTime.

2020-03-25 Thread Maxim Solodovnik
Version at demo was updated

Info I would like to know
is on the screenshot attached :)

Will try to create test user and double-check

On Wed, 25 Mar 2020 at 16:25, Stefan Kühl  wrote:
>
> Morning @all
>
> maybe the date-picker doesn't work correctly. Did play a little around with 
> the. Just try 3/25/20 as it is the english version of writing a date?!
>
> Greetings
>
> Stefan
>
>
>
>
> Am 25.03.2020 10:15, schrieb Carl Brewer:
>
> On 25/03/2020 5:32 pm, Maxim Solodovnik wrote:
>
> Well version at demo looks different due to it is next release :)))
> Thanks for bag report, "Internal error" should be fixed (the site will be 
> updated in ~1hour)
>
> About language and country
> Each user has it's own language, country and timezone being set
> these parameters might affect date/time displaying/parsing
> You can check those at your user profile :)
>
>
> Everything seems to be set to Australia/Melbourne
> But, I cannot send an invite.
>
> Help!  I'm trying to get this up at my work, instead of using Zoom, but this 
> has me stumped.
>
> cheers
>
> Carl
>


-- 
WBR
Maxim aka solomax


Re: newbie problem, seeing : The value of 'from' is not a valid LocalDateTime.

2020-03-25 Thread Stefan Kühl
Morning @all 

maybe the date-picker doesn't work correctly. Did play a little around
with the. Just try 3/25/20 as it is the english version of writing a
date?! 

Greetings 

Stefan

Am 25.03.2020 10:15, schrieb Carl Brewer:

> On 25/03/2020 5:32 pm, Maxim Solodovnik wrote: 
> 
>> Well version at demo looks different due to it is next release :)))
>> Thanks for bag report, "Internal error" should be fixed (the site will be 
>> updated in ~1hour)
>> 
>> About language and country
>> Each user has it's own language, country and timezone being set
>> these parameters might affect date/time displaying/parsing
>> You can check those at your user profile :)
> 
> Everything seems to be set to Australia/Melbourne
> But, I cannot send an invite.
> 
> Help!  I'm trying to get this up at my work, instead of using Zoom, but this 
> has me stumped.
> 
> cheers
> 
> Carl

Re: kurento-media-server for 32bit systems

2020-03-25 Thread df8oe
Docker images are only available for 64 bit systems. I do not have another 
server at
my hoster. It is 64bit capable - but the server image was grown on a 32 bit 
installation.
As the 32 bit hardware has died 2 years ago I copied the working 32 bit system 
(which
has tons of individual configured services) to the actual 64 bit hardware. And 
migrating
all services from 32bit to 64 bit is a very large task...

But why is kurento needed? I can see video image now in browser, and I can see 
vu meter
of audio is living, too. Why video does work without kurento and audio not? I 
do not hope
because of this om is no longer useable on 32 bit systems - I liked OM3.x much 
and it worked
perfectly some years ago...

Am Mittwoch, 25. März 2020, 08:46:42 CET schrieb Maxim Solodovnik:
>Maybe you can use docker? (I'm using it for development need, seems to work 
>:))) )

> Or maybe you can have KMS on the separate 64bit server in the same LAN?
> 






Re: No possibility to access camera and microphone

2020-03-25 Thread Maxim Solodovnik
Answered in separate thread :))

On Wed, 25 Mar 2020 at 13:43,  wrote:

> Not yet solves because my server runs a 32 bit system and migration to 64
> bi is a massive task now
> I cannot do. So I must investigate how I can get kurento-media-server for
> 32 bit.
>
>
>

-- 
WBR
Maxim aka solomax


Re: kurento-media-server for 32bit systems

2020-03-25 Thread Maxim Solodovnik
Or maybe you can have KMS on the separate 64bit server in the same LAN?

On Wed, 25 Mar 2020 at 14:46, Maxim Solodovnik  wrote:

> Maybe you can use docker? (I'm using it for development need, seems to
> work :))) )
>
> On Wed, 25 Mar 2020 at 14:34,  wrote:
>
>> After digging through huge installation tutorials it seems that
>> kurento-media-server is
>> only available for 64bit systems using debian package system or docker.
>> So I must get
>> another solution :(
>>
>>
>>
>
> --
> WBR
> Maxim aka solomax
>


-- 
WBR
Maxim aka solomax


Re: kurento-media-server for 32bit systems

2020-03-25 Thread Maxim Solodovnik
Maybe you can use docker? (I'm using it for development need, seems to work
:))) )

On Wed, 25 Mar 2020 at 14:34,  wrote:

> After digging through huge installation tutorials it seems that
> kurento-media-server is
> only available for 64bit systems using debian package system or docker. So
> I must get
> another solution :(
>
>
>

-- 
WBR
Maxim aka solomax


kurento-media-server for 32bit systems

2020-03-25 Thread df8oe
After digging through huge installation tutorials it seems that 
kurento-media-server is
only available for 64bit systems using debian package system or docker. So I 
must get
another solution :(




Re: No possibility to access camera and microphone

2020-03-25 Thread df8oe
Not yet solves because my server runs a 32 bit system and migration to 64 bi is 
a massive task now
I cannot do. So I must investigate how I can get kurento-media-server for 32 
bit.




Re: newbie problem, seeing : The value of 'from' is not a valid LocalDateTime.

2020-03-25 Thread Maxim Solodovnik
Well version at demo looks different due to it is next release :)))
Thanks for bag report, "Internal error" should be fixed (the site will be
updated in ~1hour)

About language and country
Each user has it's own language, country and timezone being set
these parameters might affect date/time displaying/parsing
You can check those at your user profile :)

(we might have not much Australian users, so this part might be not really
tested :((( )

On Wed, 25 Mar 2020 at 13:19, Carl Brewer  wrote:

> On 25/03/2020 5:17 pm, Carl Brewer wrote:
>
> > I get an Internal error, but also the selection box looks different. The
> > one I see on my installation (5.0.0 M3) has two selection boxes for each
> > of from and to, with the date, and the time.
> >
> > Can we post images here?
>
>
>
> >
> >
> >>
> >> On Wed, 25 Mar 2020 at 11:50, Carl Brewer  wrote:
> >>>
> >>>
> >>> New install of 5.0.0 M3 on Ubunto 18, following the recipe :
> >>> Installation OpenMeetings 5.0.0-M3 on Ubuntu 18.04 LTS.pdf
> >>> from
> >>>
> >>>
> https://cwiki.apache.org/confluence/display/OPENMEETINGS/Tutorials+for+installing+OpenMeetings+and+Tools
> >>>
> >>>
> >>> Excellent instructions, I have a running server!
> >>>
> >>> But, I can't create appointments, when I do, I see
> >>> The value of 'from' is not a valid LocalDateTime.
> >>> The value of 'to' is not a valid LocalDateTime.
> >>>
> >>> Doesn't seem to matter what I put in the Valid From and Valid To fields
> >>> in a "Send Invitation" dialog.
> >>>
> >>> I'm not sure where to start looking - is this a database error?  A
> >>> python error?
> >>>
> >>> Carl
> >>>
> >>>
> >>> --
> >>> aboc IT Consultingwww.aboc.net.au
> >>> Your One-Stop small business IT solution provider
> >>
> >>
> >>
> >
> >
>
>
> --
> aboc IT Consultingwww.aboc.net.au
> Your One-Stop small business IT solution provider
>


-- 
WBR
Maxim aka solomax


Re: No possibility to access camera and microphone

2020-03-25 Thread Maxim Solodovnik
This network calculator was written for `OM3`
This version (as well as OM4) is based on Red5 and audio/video stream
options can be set via parameters

OM5 uses WebRTC which chooses stream parameters based on it's own
algorithms (it also chooses cam resolution, you can provide a hint for it)
It also uses different codecs (and most probably sort of dynamic FPS)
So it is near to impossible to provide realistic calculator :(((

I would say current calculator perform some basic math on previously
measured bandwidth for single steam with different resolutions
This measurements need to be done for recent version

@Denis maybe you can help?

On Wed, 25 Mar 2020 at 13:09, Andrea Croci  wrote:

> Well, Maxim, sorry if I hijack this thread, but I would be interested in
> hearing you opinion on the bandwidth. Are the numbers on the Website
> realistic? It seems to me that the requirements are too high. Doesn't
> IPv6 have a multicast-type address on purpose for this, that send one
> packet out and all the computers in the group will receive it? Or do I
> understand it wrong?
>
> Thank you.
>
> On 25.03.20 06:37, Maxim Solodovnik wrote:
> > Hello All,
> >
> > It seems you solve all the problems while I was sleeping?
> > Are there any open questions remain?
> >
>
>

-- 
WBR
Maxim aka solomax


Re: newbie problem, seeing : The value of 'from' is not a valid LocalDateTime.

2020-03-25 Thread Carl Brewer

On 25/03/2020 4:06 pm, Maxim Solodovnik wrote:

Hello Carl,

What is your language/country in OM ?


The default timezone is Australia/Melbourne
Not sure where the rest is set or visible?  Looking through the 
Administration - Configuration screen


The language in the send invitation panel is English

It only seems to happen if I set a time for from and to, using the 
chooser. If I choose "endless", it doesn't give the error.








Is the issue reproducible for you at our demo server
https://om.alteametasoft.com:8443/next ?


I get an Internal error, but also the selection box looks different. The 
one I see on my installation (5.0.0 M3) has two selection boxes for each 
of from and to, with the date, and the time.


Can we post images here?




On Wed, 25 Mar 2020 at 11:50, Carl Brewer  wrote:



New install of 5.0.0 M3 on Ubunto 18, following the recipe :
Installation OpenMeetings 5.0.0-M3 on Ubuntu 18.04 LTS.pdf
from

https://cwiki.apache.org/confluence/display/OPENMEETINGS/Tutorials+for+installing+OpenMeetings+and+Tools

Excellent instructions, I have a running server!

But, I can't create appointments, when I do, I see
The value of 'from' is not a valid LocalDateTime.
The value of 'to' is not a valid LocalDateTime.

Doesn't seem to matter what I put in the Valid From and Valid To fields
in a "Send Invitation" dialog.

I'm not sure where to start looking - is this a database error?  A
python error?

Carl


--
aboc IT Consultingwww.aboc.net.au
Your One-Stop small business IT solution provider







--
aboc IT Consultingwww.aboc.net.au
Your One-Stop small business IT solution provider


Re: No possibility to access camera and microphone

2020-03-25 Thread Andrea Croci

Well, Maxim, sorry if I hijack this thread, but I would be interested in
hearing you opinion on the bandwidth. Are the numbers on the Website
realistic? It seems to me that the requirements are too high. Doesn't
IPv6 have a multicast-type address on purpose for this, that send one
packet out and all the computers in the group will receive it? Or do I
understand it wrong?

Thank you.

On 25.03.20 06:37, Maxim Solodovnik wrote:

Hello All,

It seems you solve all the problems while I was sleeping?
Are there any open questions remain?