Era in MYSQL RealTime

2021-08-11 Thread Yah's Global Kingdom
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


Re: OpenMeetings Back/Restore

2021-08-11 Thread Yah's Global Kingdom
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 
>> 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
>


WARNINGS

2021-08-11 Thread Ali Alhaidary

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
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

Ali




Re: Build#10

2021-08-11 Thread Ali Alhaidary

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 
mailto:ali.alhaid...@the5stars.org>> 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
mailto:ali.alhaid...@the5stars.org>> 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
mailto:ali.alhaid...@the5stars.org>> 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

Re: Build#10

2021-08-11 Thread Ali Alhaidary

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 
mailto:ali.alhaid...@the5stars.org>> 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
mailto:ali.alhaid...@the5stars.org>> 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
mailto:ali.alhaid...@the5stars.org>> 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 

Re: Build#10

2021-08-11 Thread Maxim Solodovnik
This "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]"

is NOT Error :)
it is just message FYI :)

so far I see no issue
everything works as expected

I've just have updated demo-next with build#12 - no issues

As I wrote before:

I would check if everything works as expected without "copying files from
old installation"
If Yes
Then check what is being copied :)))

auto-updater at demo-next uses `sed` to update necessary parts of the
configs :)

On Wed, 11 Aug 2021 at 19:08, Ali Alhaidary 
wrote:

> Hi Tom,
>
> This issue is specific to builds after #10 that were all functioning as
> expected, so why it is not working in build #11 and #12 ?
>
> Ali
> On 8/11/21 2:56 PM, Tom Meierjürgen wrote:
>
> Hi!
>
> i saw that errormessage and was instantly reminded to something similar
> which i had struggled around for a short time :-)
> Am 11.08.2021 um 08:38 schrieb Ali Alhaidary:
>
> 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]
>>
> I ran in this error (or better a similar as i had libtcnative1 installed
> in version 1.2.23on my ubuntu server in the version delivered from ubuntu
> itself) also on ubuntu 20.04 , but there is a solution: the libtcnative has
> to be compiled on the system by hand following the instruction on Apache
> Tomcat Native Library - Documentation Index
>  (don´t forget to activate the
> dev-repositories, at least temporarily, for getting the needed dev packages
> and run the following configurationcommand before calling "make && make
> install" from the "native/" directory of the expanded source tarball:
>
>  ./configure --with-apr=/usr/bin/apr-1-config
> --with-java-home=/usr/lib/jvm/java-11-openjdk-amd64 --with-ssl=yes
> --prefix=/usr
>
>  Then call "make && make install" and restart your openmeetings to get rid
> of the missing (or, like in my case, to old by ubuntu apt delivered and
> installed ) lib message :-)
>
> Hope that helped a bit, at least for those who won´t use the JKS but the
> direct  certificate files way for https  connectors ;-)
>
>
> Greets from Cologne/Germany,
>
>  Tom
>
>
> 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 
>> wrote:
>>
>>> Hi Max,
>>>
>>> 

Re: Build#10

2021-08-11 Thread Ali Alhaidary

Hi Tom,

This issue is specific to builds after #10 that were all functioning as 
expected, so why it is not working in build #11 and #12 ?


Ali

On 8/11/21 2:56 PM, Tom Meierjürgen wrote:


Hi!

i saw that errormessage and was instantly reminded to something 
similar which i had struggled around for a short time :-)


Am 11.08.2021 um 08:38 schrieb Ali Alhaidary:


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 
mailto:ali.alhaid...@the5stars.org>> 
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]

I ran in this error (or better a similar as i had libtcnative1 
installed in version 1.2.23on my ubuntu server in the version 
delivered from ubuntu itself) also on ubuntu 20.04 , but there is a 
solution: the libtcnative has to be compiled on the system by hand 
following the instruction on Apache Tomcat Native Library - 
Documentation Index  (don´t 
forget to activate the dev-repositories, at least temporarily, for 
getting the needed dev packages and run the following 
configurationcommand before calling "make && make install" from the 
"native/" directory of the expanded source tarball:


 ./configure --with-apr=/usr/bin/apr-1-config 
--with-java-home=/usr/lib/jvm/java-11-openjdk-amd64 --with-ssl=yes 
--prefix=/usr


 Then call "make && make install" and restart your openmeetings to get 
rid of the missing (or, like in my case, to old by ubuntu apt 
delivered and installed ) lib message :-)


Hope that helped a bit, at least for those who won´t use the JKS but 
the direct  certificate files way for https  connectors ;-)



Greets from Cologne/Germany,

 Tom



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
mailto: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 from the backup to the
proper
location. However, since build #10 (which runs fine),
updating to build
#11, or #12, the page is redirected to openmeetings/ but
then it tells
me it could not be found. There is no errors or exceptions in
openmeetings.log file.

Any idea why is that?




-- 
Best regards,

Maxim




--
Best regards,
Maxim


Re: Build#10

2021-08-11 Thread Tom Meierjürgen

Hi!

i saw that errormessage and was instantly reminded to something similar
which i had struggled around for a short time :-)

Am 11.08.2021 um 08:38 schrieb Ali Alhaidary:


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
mailto:ali.alhaid...@the5stars.org>> 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]


I ran in this error (or better a similar as i had libtcnative1 installed
in version 1.2.23on my ubuntu server in the version delivered from
ubuntu itself) also on ubuntu 20.04 , but there is a solution: the
libtcnative has to be compiled on the system by hand following the
instruction on Apache Tomcat Native Library - Documentation Index
 (don´t forget to activate the
dev-repositories, at least temporarily, for getting the needed dev
packages and run the following configurationcommand before calling "make
&& make install" from the "native/" directory of the expanded source
tarball:

 ./configure --with-apr=/usr/bin/apr-1-config
--with-java-home=/usr/lib/jvm/java-11-openjdk-amd64 --with-ssl=yes
--prefix=/usr

 Then call "make && make install" and restart your openmeetings to get
rid of the missing (or, like in my case, to old by ubuntu apt delivered
and installed ) lib message :-)

Hope that helped a bit, at least for those who won´t use the JKS but the
direct  certificate files way for https  connectors ;-)


Greets from Cologne/Germany,

 Tom



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
mailto: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 from the backup to the
proper
location. However, since build #10 (which runs fine),
updating to build
#11, or #12, the page is redirected to openmeetings/ but
then it tells
me it could not be found. There is no errors or exceptions in
openmeetings.log file.

Any idea why is that?




--
Best regards,
Maxim




--
Best regards,
Maxim


Re: Testing OM 7.0.0 #.....

2021-08-11 Thread Alvaro
# OM 7.0.0 #12

 Server: Ubuntu 18.04 - OM 7.0.0 #12

 Client: OSx 11.5.2 - Safari 14.1.2 - Firefox 90.0.2 - Chrome_Chromium 92

 Client: Ubuntu 18.04 - Firefox 90.0.2 - Chrome 92

 ...no issues found.


..


On Thu, 5 Aug 2021 17:56:14 +0200
Alvaro  wrote:

> It would be good if a user does the test and not
> finds errors, just expose it on
> first send the mail to this thread,
> so that the successive tests about the different
> snapshots are next to each other and so you can
> clearly see the differences between the snapshots.
> 
> Only if errors were found then, the second user
> would expose it succinctly in this thread and open
> a jira exposing the error in its entirety.
> 
> Thank you.
> 
> 
> .
> 
> 
> On Thu, 5 Aug 2021 14:45:57 +0300
> Ali Alhaidary  wrote:
> 
> > # OM 7.0.0 #10
> > 
> > Server: Ubuntu 18.04 - OM 7.0.0 #10
> > 
> > Client: OSx 11.5.1 - Sefari 14.1.2 - Firefox 90.0.2
> > 
> > Client: Ubuntu 18.04 - Firefox 90.0.2
> > 
> > ...no errors found.
> > 
> > On 8/5/21 12:24 PM, Alvaro wrote:
> > > Hello,
> > >
> > > This thread is only to show the results of testing
> > > the successive snapshots of OM 7.0.0.
> > >
> > > 
> > >
> > > # OM 7.0.0 #10
> > >
> > > Server: Ubuntu 18.04 - OM 7.0.0 #10
> > >
> > > Client: OSx 11.5.1 - Sefari 14.1.2 - Firefox 90 - Chrome_Chromium 92
> > >
> > > Client: Ubuntu 18.04 - Firefox 90 - Chrome 92
> > >
> > > ...no errors found.
> > >
> > > 
> > >
> > >   
> > >
> > >
> > >
> 
> 
> -- 
> 


-- 



Re: How work password selected when send invitation from room

2021-08-11 Thread Alvaro
...Excuse me Maxim,
The invitations and the Calendar works as expected
for every one.
The eroor was mine. A typo in the mail address:

t...@hola.com...and in OM i typed t...@hol.com

Sorry


.



On Tue, 10 Aug 2021 21:32:10 +0200
Alvaro  wrote:

> ...am testing OM 7.0.0 #12.
> Please see jira :)
> 
> 
> .
> 
> 
> On Wed, 11 Aug 2021 00:04:39 +0700
> Maxim Solodovnik  wrote:
> 
> > Hopefully implemented :)
> > 
> > I would like to ask for help with testing :)
> > 
> > Not sure if invitation-related functionality is covered by tests :(
> > 
> > So what need to be tested:
> > 
> > Invitations from Room and Calendar works as expected
> > i.e. links are generated, room is accessible via link
> > 
> > I'll try to run some tests but most probably later this week :(
> > 
> > On Wed, 28 Jul 2021 at 01:32, Alvaro  wrote:
> > 
> > > Yes, that is a good idea!
> > >
> > >
> > > ..
> > >
> > >
> > > On Tue, 27 Jul 2021 23:24:26 +0700
> > > Maxim Solodovnik  wrote:
> > >
> > > > Hello All,
> > > >
> > > > previously password protected invitation was working as follows:
> > > >
> > > > - regular room link https://localhost:5443/openmeetings/#room/5 was
> > > > generated If user has right to enter the room for ex. the room is public
> > > > - password protected link was generated in case invited user has no
> > > access
> > > > to the room for ex. external user was invited or room is private
> > > >
> > > > I'm going to change this behavior and generate password protected link
> > > for
> > > > all users
> > > >
> > > > Is it what is requested?
> > > > Shall I proceed?
> > > >
> > > >
> > > >
> > > > On Tue, 13 Jul 2021 at 20:52, Alvaro  wrote:
> > > >
> > > > > ...done!
> > > > >
> > > > > Thanks
> > > > >
> > > > > ...
> > > > >
> > > > >
> > > > >
> > > > > On Tue, 13 Jul 2021 20:41:25 +0700
> > > > > Maxim Solodovnik  wrote:
> > > > >
> > > > > > BTW this can be improved :)
> > > > > > Could you please file jira?
> > > > > >
> > > > > > from mobile (sorry for typos ;)
> > > > > >
> > > > > >
> > > > > > On Tue, Jul 13, 2021, 20:40 Maxim Solodovnik 
> > > > > wrote:
> > > > > >
> > > > > > > This will work for external users only
> > > > > > > The link should have "hash/invitation" part  (if I remember
> > > correctly)
> > > > > > >
> > > > > > > from mobile (sorry for typos ;)
> > > > > > >
> > > > > > >
> > > > > > > On Tue, Jul 13, 2021, 20:36 Alvaro  wrote:
> > > > > > >
> > > > > > >> Hello Maxim,
> > > > > > >>
> > > > > > >> ´Ve tested OM 6.1.0 #323 and looks fine.
> > > > > > >>
> > > > > > >> I don´t know wich is the process when
> > > > > > >> send an invitation "with password" from room.
> > > > > > >> ´Cause dont´t ask for the password after
> > > > > > >> clic email link and can arrive to room
> > > > > > >> without asking for it.
> > > > > > >>
> > > > > > >> Could you please explain to me?
> > > > > > >>
> > > > > > >> Thanks
> > > > > > >>
> > > > > > >>
> > > > > > >>
> > > > > > >>
> > > > >
> > > > >
> > > > > --
> > > > >
> > > > >
> > > >
> > > > --
> > > > Best regards,
> > > > Maxim
> > >
> > >
> > > --
> > >
> > >
> > 
> > -- 
> > Best regards,
> > Maxim
> 
> 
> -- 
> 


-- 



Re: Build#10

2021-08-11 Thread Ali Alhaidary

Since v5.1.0, I never installed OM :-)

I just download, unzip and copy three files with the configuration, and 
it is up and running as our data folder is outside and using the same 
database since then. And, the server is far far far away from me, so I 
would not be able to open a browser as 
https://localhost:5443/openmeetings/but 
as https://fqdn:5443/openmeetings where the sing in display shows (in 
previous builds) but with #11, it shows that it is redirecting and then 
shows page not found


Ali

On 8/11/21 10:41 AM, Maxim Solodovnik wrote:



On Wed, 11 Aug 2021 at 14:39, Ali Alhaidary 
mailto:ali.alhaid...@the5stars.org>> 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
mailto:ali.alhaid...@the5stars.org>> 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
mailto:ali.alhaid...@the5stars.org>> 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)


Re: Build#10

2021-08-11 Thread Maxim Solodovnik
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 
>>> wrote:
>>>
 Hi Max,

 Since v5.1.0 till now, I do the upgrade by downloading the zip file,
 unzipping it and copying few files from the backup to the proper
 location. However, since build #10 (which runs fine), updating to build
 #11, or #12, the page is redirected to openmeetings/ but then it tells
 me it could not be found. There is no errors or exceptions in
 openmeetings.log file.

 Any idea why is that?



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

-- 
Best regards,
Maxim


Re: Build#10

2021-08-11 Thread Ali Alhaidary

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?



On Wed, 11 Aug 2021 at 13:38, Ali Alhaidary 
mailto:ali.alhaid...@the5stars.org>> 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
mailto:ali.alhaid...@the5stars.org>> 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
mailto: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 from the backup to
the proper
location. However, since build #10 (which runs fine),
updating to build
#11, or #12, the page is redirected to openmeetings/
but then it tells
me it could not be found. There is no errors or
exceptions in
openmeetings.log file.

Any idea why is that?




-- 
Best regards,

Maxim




-- 
Best regards,

Maxim




--
Best regards,
Maxim


Re: Build#10

2021-08-11 Thread Ali Alhaidary
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
check if openmeetings.log has content
check if Web installer is available at usual URL


On Wed, 11 Aug 2021 at 13:38, Ali Alhaidary 
mailto:ali.alhaid...@the5stars.org>> 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
mailto:ali.alhaid...@the5stars.org>> 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
mailto: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 from the backup to
the proper
location. However, since build #10 (which runs fine),
updating to build
#11, or #12, the page is redirected to openmeetings/ but
then it tells
me it could not be found. There is no errors or
exceptions in
openmeetings.log file.

Any idea why is that?




-- 
Best regards,

Maxim




-- 
Best regards,

Maxim




--
Best regards,
Maxim


Re: Build#10

2021-08-11 Thread Maxim Solodovnik
```
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
check if openmeetings.log has content
check if Web installer is available at usual URL


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 
>> wrote:
>>
>>> Hi Max,
>>>
>>> Since v5.1.0 till now, I do the upgrade by downloading the zip file,
>>> unzipping it and copying few files from the backup to the proper
>>> location. However, since build #10 (which runs fine), updating to build
>>> #11, or #12, the page is redirected to openmeetings/ but then it tells
>>> me it could not be found. There is no errors or exceptions in
>>> openmeetings.log file.
>>>
>>> Any idea why is that?
>>>
>>>
>>>
>>
>> --
>> Best regards,
>> Maxim
>>
>>
>
> --
> Best regards,
> Maxim
>
>

-- 
Best regards,
Maxim


Re: Build#10

2021-08-11 Thread Ali Alhaidary

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 
mailto:ali.alhaid...@the5stars.org>> 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
mailto: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 from the backup to the proper
location. However, since build #10 (which runs fine),
updating to build
#11, or #12, the page is redirected to openmeetings/ but then
it tells
me it could not be found. There is no errors or exceptions in
openmeetings.log file.

Any idea why is that?




-- 
Best regards,

Maxim




--
Best regards,
Maxim