Re: Build#10

2021-08-12 Thread Maxim Solodovnik
good to know :)
there were no breaking changes in our code

so this might be something related to Tomcat upgrade :)
(we trying to use latest software)

On Thu, 12 Aug 2021 at 03:09, Ali Alhaidary 
wrote:

> Yes, it was the certification. Now build#12 is up and running :-)
>
> So many thanks Max.
>
> Ali
> On 8/11/21 10:17 PM, Ali Alhaidary wrote:
>
> Hi Max,
>
> I went through steps, copying only the cert and no other files, but even
> the web installed did not show. One thing I did recently (and it was OK
> with builds before) was to create the database with:
>
> CREATE DATABASE rooms DEFAULT CHARACTER SET utf8mb4 COLLATE
> utf8mb4_unicode_ci;
>
> instead of what was written in the manual of:
>
> CREATE DATABASE rooms DEFAULT CHARACTER SET 'utf8';
>
> Could that be not compatible with builds after #10?
>
> Ali
> On 8/11/21 10:41 AM, Maxim Solodovnik wrote:
>
>
>
> On Wed, 11 Aug 2021 at 14:39, Ali Alhaidary 
> wrote:
>
>> Extra answers embedded...
>> On 8/11/21 10:35 AM, Ali Alhaidary wrote:
>>
>> This is what I usually do, from the same link, however, I start the
>> service with tomcat4 script and it has been like this since v5.1.0 going
>> through all builds till 7.0.0 #10
>>
>> Ali
>> On 8/11/21 9:44 AM, Maxim Solodovnik wrote:
>>
>> ```
>> wget
>> https://ci-builds.apache.org/job/OpenMeetings/job/openmeetings/lastSuccessfulBuild/artifact/openmeetings-server/target/apache-openmeetings-7.0.0-SNAPSHOT.tar.gz
>> tar -xzf apache-openmeetings-7.0.0-SNAPSHOT.tar.gz
>> cd apache-openmeetings-7.0.0-SNAPSHOT
>> ./bin/catalina.sh start
>> ```
>>
>> check if catalina.out has errors
>>
>> Yes, the one in this email.
>>
>> check if openmeetings.log has content
>>
>> Yes, normal start, no errors.
>>
>> check if Web installer is available at usual URL
>>
>> What is that please?
>>
>
> Open https://localhost:5443/openmeetings/ in browser
> You should see Web installer :)))
>
> The above commands work for me as expected
> No issues :)
>
>>
>>
>> On Wed, 11 Aug 2021 at 13:38, Ali Alhaidary 
>> wrote:
>>
>>> Thanks Max, but what is that? I do not know what you are talking about
>>> :-)
>>>
>>> Ali
>>> On 8/11/21 8:07 AM, Maxim Solodovnik wrote:
>>>
>>> can you try "vanilla" 7.0.0 build?
>>> i.e. the build without any customizations: internal DB all files
>>> unchanged
>>>
>>> Will it be able to start?
>>>
>>> On Wed, 11 Aug 2021 at 10:37, Ali Alhaidary 
>>> wrote:
>>>
 11-Aug-2021 03:25:35.823 INFO [main]
 org.apache.catalina.core.AprLifecycleListener.lifecycleEvent The Apache
 Tomcat Native library which allows using OpenSSL was not found on the
 java.library.path:
 [/usr/java/packages/lib:/usr/lib/x86_64-linux-gnu/jni:/lib/x86_64-linux-gnu:/usr/lib/x86_64-linux-gnu:/usr/lib/jni:/lib:/usr/lib]
 11-Aug-2021 03:25:37.009 INFO [main]
 org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler
 ["http-nio-5080"]
 11-Aug-2021 03:25:37.086 INFO [main]
 org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler
 ["https-jsse-nio-5443"]
 11-Aug-2021 03:25:37.599 SEVERE [main]
 org.apache.catalina.util.LifecycleBase.handleSubClassException Failed to
 initialize component [Connector[HTTP/1.1-5443]]
 org.apache.catalina.LifecycleException: Protocol handler
 initialization failed
 at
 org.apache.catalina.connector.Connector.initInternal(Connector.java:1049)
 at
 org.apache.catalina.util.LifecycleBase.init(LifecycleBase.java:136)
 at
 org.apache.catalina.core.StandardService.initInternal(StandardService.java:556)
 at
 org.apache.catalina.util.LifecycleBase.init(LifecycleBase.java:136)
 at
 org.apache.catalina.core.StandardServer.initInternal(StandardServer.java:1042)
 at
 org.apache.catalina.util.LifecycleBase.init(LifecycleBase.java:136)
 at org.apache.catalina.startup.Catalina.load(Catalina.java:724)
 at org.apache.catalina.startup.Catalina.load(Catalina.java:746)
 at
 java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native
 Method)
 at
 java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
 at
 java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
 at java.base/java.lang.reflect.Method.invoke(Method.java:566)
 at
 org.apache.catalina.startup.Bootstrap.load(Bootstrap.java:305)
 at
 org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:475)

 Why build #10 finds it?

 Ali
 On 8/11/21 4:20 AM, Maxim Solodovnik wrote:

 Is there anything useful at `catalina.out`?

 On Wed, 11 Aug 2021 at 04:50, Ali Alhaidary <
 ali.alhaid...@the5stars.org> wrote:

> Hi Max,
>
> Since v5.1.0 till now, I do the upgrade by downloading the zip file,
> unzipping it and copying few files 

Re: WARNINGS

2021-08-12 Thread Maxim Solodovnik
Hello Ali,

On Thu, 12 Aug 2021 at 03:17, Ali Alhaidary 
wrote:

> Hi,
>
> Is there a way we can get rid of the following warnings:
>
> 11-Aug-2021 20:05:54.833 WARNING [main]
> com.hazelcast.config.AbstractXmlConfigHelper.null Name of the hazelcast
> schema
> location[http://www.hazelcast.com/schema/config/hazelcast-config-4.1.xsd]
> is incorrect, using default
>

I'll check this one


> 11-Aug-2021 20:05:53.992 WARNING [main]
> com.hazelcast.instance.impl.HazelcastInstanceFactory.null Hazelcast is
> starting in a Java modular environment (Java 9 and newer) but without
> proper access to required Java packages. Use additional Java arguments
> to provide Hazelcast access to Java internal API. The internal API
> access is used to get the best performance results. Arguments to be used:
>   --add-modules java.se --add-exports
> java.base/jdk.internal.ref=ALL-UNNAMED --add-opens
> java.base/java.lang=ALL-UNNAMED --add-opens
> java.base/java.nio=ALL-UNNAMED --add-opens
> java.base/sun.nio.ch=ALL-UNNAMED --add-opens
> java.management/sun.management=ALL-UNNAMED --add-opens
> jdk.management/com.sun.management.internal=ALL-UNNAMED
> WARNING: An illegal reflective access operation has occurred
> WARNING: Illegal reflective access by
> com.hazelcast.internal.networking.nio.SelectorOptimizer
> (file:/opt/rooms/webapps/openmeetings/WEB-INF/lib/hazelcast-4.2.1.jar)
> to field sun.nio.ch.SelectorImpl.selectedKeys
> WARNING: Please consider reporting this to the maintainers of
> com.hazelcast.internal.networking.nio.SelectorOptimizer
> WARNING: Use --illegal-access=warn to enable warnings of further illegal
> reflective access operations
> WARNING: All illegal access operations will be denied in a future release
>

I believe I answered this question already:
https://markmail.org/message/yvi5a3rthwfnabgq

;)


>
> Ali
>
>
>

-- 
Best regards,
Maxim


Re: OpenMeetings Back/Restore

2021-08-12 Thread Maxim Solodovnik
thanks!
got notification :)

On Thu, 12 Aug 2021 at 09:24, Yah's Global Kingdom 
wrote:

> jira created
>
>
> On Tue, Aug 10, 2021 at 10:52 PM Maxim Solodovnik 
> wrote:
>
>> Well,
>>
>> I tried to upload huge video file as backup
>> And I got an error, but this took significant amount of time
>> I'll try to improve this
>> Can you create the JIRA?
>>
>> On Wed, 11 Aug 2021 at 12:36, Maxim Solodovnik 
>> wrote:
>>
>>> There might be an issue with file upload UI
>>> I'll take a deeper look and will report back :)
>>>
>>> meanwhile you can use "command line admin"
>>> basic instructions are at Admin->Backup page
>>> More info here: https://openmeetings.apache.org/CommandLineAdmin.html
>>>
>>> On Wed, 11 Aug 2021 at 11:42, Yah's Global Kingdom 
>>> wrote:
>>>
 actual files size is 3.98G Chrome has a limit of 4GB..
 Perhaps you can share what the import command does and I can do it
 manually.


 On Tue, Aug 10, 2021 at 9:37 PM Yah's Global Kingdom 
 wrote:

> I change the limit to 10GB the file size is 4GB.   File is already on
> the server.
>
> On Tue, Aug 10, 2021 at 6:19 PM Maxim Solodovnik 
> wrote:
>
>> What is your current limit?
>> What is the file size?
>>
>> This limit is applied by browser, so the behavior might be not very
>> user friendly :(
>>
>> On Wed, 11 Aug 2021 at 06:35, Yah's Global Kingdom 
>> wrote:
>>
>>> O.K. Thanks. I thought applied literally to just file uploads, not
>>> to the size of the backup file which is on the server and doesn't need 
>>> to
>>> be uploaded.   However, when I click the import link and select the 
>>> back up
>>> file which is in .zip format.  Nothing happens, no status bar on the 
>>> screen
>>> , nothing.  This is version 6.10.
>>>
>>> On Mon, Aug 9, 2021 at 8:21 PM Maxim Solodovnik <
>>> solomax...@gmail.com> wrote:
>>>
 Admin->Config

 max.upload.size

 More info:
 https://openmeetings.apache.org/GeneralConfiguration.html

 On Tue, 10 Aug 2021 at 07:04, Yah's Global Kingdom <
 yahs...@gmail.com> wrote:

> Is there anyway to increase the size of the OpenMeetings
> Back/Restore.  When I backuped my system it is 4GB..I go to restore 
> it and
> it says the Max 100MB?  Got to be a way to change that.
>


 --
 Best regards,
 Maxim

>>>
>>
>> --
>> Best regards,
>> Maxim
>>
>
>>>
>>> --
>>> Best regards,
>>> Maxim
>>>
>>
>>
>> --
>> Best regards,
>> Maxim
>>
>

-- 
Best regards,
Maxim


Re: Era in MYSQL RealTime

2021-08-12 Thread Maxim Solodovnik
OM creates "sipusers" DB table
but column "insecure" is NOT created

I saw no issues with this

what version of Asterisk are you using?

I guess you can manually add the desired column to this DB table :)

On Thu, 12 Aug 2021 at 09:29, Yah's Global Kingdom 
wrote:

> I am getting the following era in Asterisk trying to implement VOIP SIP
> integration
> resconfig_mysq.c: 513 realtime_multi_mysql:  MySQL RealTime: Failed to
> query database: unknown column 'insecure' in 'where clause'
>
> I "assume" this is coming from sipusers table.  However I know what the
> order of the fields are and were this field should be added.
>
> Miles
>


-- 
Best regards,
Maxim


Re: Generate invitation link : Guest users to join room meeting

2021-08-12 Thread Maxim Solodovnik
Hello Jeffrey,

you can invite any person to OM room
just enter their email address
(a bit tricky part: when the email is entered you should "choose" it in
drop down)

no need to create user etc :)

On Thu, 12 Aug 2021 at 19:30, Aom Jeff Root  wrote:

> Hi all,
>
> Since i reinstall OM 6.1.0 to make test and explore it, i truly seeking to
> generate invitation link to guest (external user without credentials) to
> join a room meeting.
>
> To do it, it simple : create new account on the server, this account wil
> be the management account ; cause being logged in with the administrator
> account, you couldn't do it, but with this management account you have
> created, it's easy. And so, can moderate the room and the guests that go
> with it.
>
> Maybe most people have already realized this, but for starters, this is a
> great help.
>
> Best regards,
> Jeffrey, sys/admin om starter.
>


-- 
Best regards,
Maxim


Generate invitation link : Guest users to join room meeting

2021-08-12 Thread Aom Jeff Root
Hi all,

Since i reinstall OM 6.1.0 to make test and explore it, i truly seeking to
generate invitation link to guest (external user without credentials) to
join a room meeting.

To do it, it simple : create new account on the server, this account wil be
the management account ; cause being logged in with the administrator
account, you couldn't do it, but with this management account you have
created, it's easy. And so, can moderate the room and the guests that go
with it.

Maybe most people have already realized this, but for starters, this is a
great help.

Best regards,
Jeffrey, sys/admin om starter.