You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@openmeetings.apache.org by Ali Alhaidary <al...@the5stars.org> on 2021/08/10 21:50:17 UTC

Build#10

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?



Re: Build#10

Posted by Ali Alhaidary <al...@the5stars.org>.
My issue had absolutely nothing to do with code, :-)

Thanks Max for good coding...

Ali

On 8/13/21 5:56 AM, Maxim Solodovnik wrote:
> 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 
> <ali.alhaidary@the5stars.org <ma...@the5stars.org>> 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
>>>     <ali.alhaidary@the5stars.org
>>>     <ma...@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
>>>>>         <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/
>>>     <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
>>>>>         <ali.alhaidary@the5stars.org
>>>>>         <ma...@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
>>>>>>             <ali.alhaidary@the5stars.org
>>>>>>             <ma...@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
>>>>>>>                 <ali.alhaidary@the5stars.org
>>>>>>>                 <ma...@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
>>>
>>>
>>>
>>>     -- 
>>>     Best regards,
>>>     Maxim
>
>
>
> -- 
> Best regards,
> Maxim

Re: Build#10

Posted by Maxim Solodovnik <so...@gmail.com>.
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 <al...@the5stars.org>
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 <al...@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 <al...@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 <al...@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 <
>>>> ali.alhaidary@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
>>
>>
>
> --
> Best regards,
> Maxim
>
>

-- 
Best regards,
Maxim

Re: Build#10

Posted by Ali Alhaidary <al...@the5stars.org>.
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 
>> <ali.alhaidary@the5stars.org <ma...@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
>>>>     <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/ 
>> <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
>>>>     <ali.alhaidary@the5stars.org
>>>>     <ma...@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
>>>>>         <ali.alhaidary@the5stars.org
>>>>>         <ma...@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
>>>>>>             <ali.alhaidary@the5stars.org
>>>>>>             <ma...@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
>>
>>
>>
>> -- 
>> Best regards,
>> Maxim

Re: Build#10

Posted by Ali Alhaidary <al...@the5stars.org>.
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 
> <ali.alhaidary@the5stars.org <ma...@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
>>>     <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/ 
> <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
>>>     <ali.alhaidary@the5stars.org
>>>     <ma...@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
>>>>         <ali.alhaidary@the5stars.org
>>>>         <ma...@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
>>>>>             <ali.alhaidary@the5stars.org
>>>>>             <ma...@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
>
>
>
> -- 
> Best regards,
> Maxim

Re: Build#10

Posted by Ali Alhaidary <al...@the5stars.org>.
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/<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 
> <ali.alhaidary@the5stars.org <ma...@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
>>>     <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/ 
> <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
>>>     <ali.alhaidary@the5stars.org
>>>     <ma...@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
>>>>         <ali.alhaidary@the5stars.org
>>>>         <ma...@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
>>>>>             <ali.alhaidary@the5stars.org
>>>>>             <ma...@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
>
>
>
> -- 
> Best regards,
> Maxim

Re: Build#10

Posted by Maxim Solodovnik <so...@gmail.com>.
On Wed, 11 Aug 2021 at 14:39, Ali Alhaidary <al...@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 <al...@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 <al...@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 <al...@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
>
>

-- 
Best regards,
Maxim

Re: Build#10

Posted by Ali Alhaidary <al...@the5stars.org>.
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 
>> <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 
>> <ali.alhaidary@the5stars.org <ma...@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
>>>     <ali.alhaidary@the5stars.org
>>>     <ma...@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
>>>>         <ali.alhaidary@the5stars.org
>>>>         <ma...@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

Posted by Ali Alhaidary <al...@the5stars.org>.
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 
> <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 
> <ali.alhaidary@the5stars.org <ma...@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
>>     <ali.alhaidary@the5stars.org
>>     <ma...@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
>>>         <ali.alhaidary@the5stars.org
>>>         <ma...@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

Posted by Maxim Solodovnik <so...@gmail.com>.
```
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 <al...@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 <al...@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 <al...@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

Posted by Maxim Solodovnik <so...@gmail.com>.
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 <al...@the5stars.org>
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 <al...@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
> <http://tomcat.apache.org/native-doc/> (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 <al...@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

Posted by Ali Alhaidary <al...@the5stars.org>.
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 
>>> <ali.alhaidary@the5stars.org <ma...@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 <http://tomcat.apache.org/native-doc/> (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
>>>>     <ali.alhaidary@the5stars.org
>>>>     <ma...@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

Posted by Tom Meierjürgen <to...@web.de>.
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
>> <ali.alhaidary@the5stars.org <ma...@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
<http://tomcat.apache.org/native-doc/> (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
>>>     <ali.alhaidary@the5stars.org
>>>     <ma...@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

Posted by Ali Alhaidary <al...@the5stars.org>.
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 
> <ali.alhaidary@the5stars.org <ma...@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
>>     <ali.alhaidary@the5stars.org
>>     <ma...@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

Posted by Maxim Solodovnik <so...@gmail.com>.
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 <al...@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 <al...@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

Posted by Ali Alhaidary <al...@the5stars.org>.
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.alhaidary@the5stars.org <ma...@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

Re: Build#10

Posted by Maxim Solodovnik <so...@gmail.com>.
Is there anything useful at `catalina.out`?

On Wed, 11 Aug 2021 at 04:50, Ali Alhaidary <al...@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