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 <[email protected]> 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 <[email protected]> > 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 <[email protected]> >> 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 <[email protected]> >>> 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 < >>>> [email protected]> 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
