Re: Loading Problem

2018-07-21 Thread Alex Nyamweya
t in Centos repos the versions are prior to the
> necessary.
>
> For example nasm is 2.10.07 in Centos 7 but ffmpeg compilation need 2.13
> minimum. The best of Ubuntu is that update the versions paquets very
> soon.
>
> Following the ffmpeg web step by step gives more than one error, but with
> my two commands added is no error.
>
>
> ..
>
>
> El jue, 19-07-2018 a las 23:14 +0700, Maxim Solodovnik escribió:
>
> Hello Alvaro,
>
> I would say these steps
>
> cp /root/bin/nasm /usr/bin
>
> cp /root/bin/yasm /usr/bin
>
> are seems to be no necessary 
> /root/bin should be in the PATH and no additional steps should be required
> 
>
> I believe additional investigation is required here
>
> On Ubuntu there is no need to build this from sources, it is available in
> package manager, is it true for CentOS?
>
> On Thu, Jul 19, 2018 at 9:37 PM Alvaro  wrote:
>
> Hello, Maxim,
>
> I've edited the page:
>
> https://trac.ffmpeg.org/wiki/CompilationGuide/Centos
>
> ...and add a warning, in red color, after Yasm.
>
> Please, can you take a look and tell me if is something
> in wrong way?
>
> Thanks
>
> Alvaro
>
> -
>
>
>
>
>
> El mié, 18-07-2018 a las 23:16 +0700, Maxim Solodovnik escribió:
>
> Thanks Alvaro!
>
> On Wed, Jul 18, 2018 at 10:24 PM Alvaro  wrote:
>
> Ok, now in the tutorial is OpenJava and no Oracle Java.
>
> The errors in the ffmpeg compilation are solved.
> I've added two new commands in the script and
> compile right.
>
> I've tested on a fresh installation of Centos 7 and
> a fresh installation of OpenMeetings 4.0.4 also.
>
> Please download again the tutorial and delete these
> folders before compile newly (run the commands):
>
> rm -R /root/ffmpeg_sources
>
> rm -R /root/ffmpeg_build
>
> rm -R /root/bin
>
>
>
>
> 
>
>
>
> El mié, 18-07-2018 a las 05:34 -0400, Alex Nyamweya escribió:
>
> Also when I run the script the output is automatically truncated at a
> certain point, so I'm not able to see the entire output. I don't know how
> to change this. It is possible that something might have wrong after the
> last point I've seen.
>
> On Wed, Jul 18, 2018 at 5:20 AM, Alex Nyamweya 
> wrote:
>
> No it doesn't exist and yes I ran the
>
> *./ffmpeg_centos7.sh*
>
> script twice. It didn't create the file.
>
> On Wed, Jul 18, 2018 at 5:16 AM, Maxim Solodovnik 
> wrote:
>
> Have you compiled ffmpeg?
> Is it exists on path specified?
>
> On Wed, Jul 18, 2018 at 4:15 PM Alex Nyamweya 
> wrote:
>
> Alright that worked! Now I'm at the setup page for OpenMeetings and I'm
> getting an error message when I try to verify the ffmpeg path
>
>
>
>
> On Wed, Jul 18, 2018 at 4:16 AM, Alvaro  wrote:
>
> Hi,
>
> This afternoon will update-change Java in the tutorial and
> will upload it.
>
>
> --
>
>
> El mié, 18-07-2018 a las 01:55 -0400, Alex Nyamweya escribió:
>
> I'm still getting the same error. ERROR 1045 (28000): Access denied for
> user 'root'@'localhost' (using password: NO)
>
> On Wed, Jul 18, 2018 at 1:24 AM, Yakovlev N. 
> wrote:
>
> After installing mariadb the root account has an empty password.
>
> If you have not set root password enter the next command to connect to
> mariadb:
>
>   mysql
>
> Of course mariadb must be started before connecting to it
>
> systemctl start mariadb.service
>
>
>
> *From:* Alex Nyamweya [mailto:animesoni...@gmail.com]
> *Sent:* Wednesday, July 18, 2018 8:00 AM
> *To:* user@openmeetings.apache.org
> *Subject:* Re: Loading Problem
>
>
>
> Ok that's taken care of. Thanks! Now I'm on step 10 where I have to
> install and setup mariadb. When I run the command: mysqladmin -u root
> password new-password (new-password being my actual password) I'm getting
> the following error:
>
>  mysqladmin: connect to server at 'localhost' failed
>
> error: 'Access denied for user 'root'@'localhost' (using password: NO)'
>
> For the record I never even set up a password for root user and it's asking 
> me for one when I use the MySQL Database Server.
>
>
>
> On Wed, Jul 18, 2018 at 12:42 AM, Yakovlev N. 
> wrote:
>
> See the next page
> https://www.oracle.com/technetwork/java/javase/downloads/
> jdk8-downloads-2133151.html
> to get more information 
>
> -Original Message-
> From: Maxim Solodovnik [mailto:

Re: Loading Problem

2018-07-21 Thread Alvaro
 s...@gmail.com> wrote:
> > > > > > > > > > > > > Hello, Maxim,
> > > > > > > > > > > > > I've edited the page:
> > > > > > > > > > > > > https://trac.ffmpeg.org/wiki/CompilationGuide
> > > > > > > > > > > > > /Centos
> > > > > > > > > > > > > ...and add a warning, in red color, after
> > > > > > > > > > > > > Yasm.
> > > > > > > > > > > > > Please, can you take a look and tell me if is
> > > > > > > > > > > > > somethingin wrong way?
> > > > > > > > > > > > > Thanks
> > > > > > > > > > > > > Alvaro
> > > > > > > > > > > > > -
> > > > > > > > > > > > > 
> > > > > > > > > > > > > 
> > > > > > > > > > > > > 
> > > > > > > > > > > > > 
> > > > > > > > > > > > > El mié, 18-07-2018 a las 23:16 +0700, Maxim
> > > > > > > > > > > > > Solodovnik escribió:
> > > > > > > > > > > > > > Thanks Alvaro!
> > > > > > > > > > > > > > On Wed, Jul 18, 2018 at 10:24 PM Alvaro  > > > > > > > > > > > > > rca...@gmail.com> wrote:
> > > > > > > > > > > > > > > Ok, now in the tutorial is OpenJava and
> > > > > > > > > > > > > > > no Oracle Java.
> > > > > > > > > > > > > > > The errors in the ffmpeg compilation are
> > > > > > > > > > > > > > > solved.I've added two new commands in the
> > > > > > > > > > > > > > > script andcompile right.
> > > > > > > > > > > > > > > I've tested on a fresh installation of
> > > > > > > > > > > > > > > Centos 7 anda fresh installation of
> > > > > > > > > > > > > > > OpenMeetings 4.0.4 also.
> > > > > > > > > > > > > > > Please download again the tutorial and
> > > > > > > > > > > > > > > delete thesefolders before compile newly
> > > > > > > > > > > > > > > (run the commands):
> > > > > > > > > > > > > > > rm -R /root/ffmpeg_sources
> > > > > > > > > > > > > > > rm -R /root/ffmpeg_build
> > > > > > > > > > > > > > > rm -R /root/bin
> > > > > > > > > > > > > > > 
> > > > > > > > > > > > > > > 
> > > > > > > > > > > > > > > 
> > > > > > > > > > > > > > > --------
> > > > > > > > > > > > > > > 
> > > > > > > > > > > > > > > 
> > > > > > > > > > > > > > > El mié, 18-07-2018 a las 05:34 -0400,
> > > > > > > > > > > > > > > Alex Nyamweya escribió:
> > > > > > > > > > > > > > > > Also when I run the script the output
> > > > > > > > > > > > > > > > is automatically truncated at a certain
> > > > > > > > > > > > > > > > point, so I'm not able to see the
> > > > > > > > > > > > > > > > entire output. I don't know how to
> > > > > > > > > > > > > > > > change this. It is possible that
> > > > > > > > > > > > > > > > something might have wrong after the
> > > > > > > > > > > > > > > > last point I've seen.
> > > > > > > > > > > > > > > > On Wed, Jul 18, 2018 at 5:20 AM, Alex
> > > > > > > > > > > > > > > > 

Re: Loading Problem

2018-07-21 Thread Alvaro
> > > > > > > > > > > > 
> > > > > > > > > > > > 
> > > > > > > > > > > > 
> > > > > > > > > > > > 
> > > > > > > > > > > > El mié, 18-07-2018 a las 23:16 +0700, Maxim
> > > > > > > > > > > > Solodovnik escribió:
> > > > > > > > > > > > > Thanks Alvaro!
> > > > > > > > > > > > > On Wed, Jul 18, 2018 at 10:24 PM Alvaro  > > > > > > > > > > > > a...@gmail.com> wrote:
> > > > > > > > > > > > > > Ok, now in the tutorial is OpenJava and no
> > > > > > > > > > > > > > Oracle Java.
> > > > > > > > > > > > > > The errors in the ffmpeg compilation are
> > > > > > > > > > > > > > solved.I've added two new commands in the
> > > > > > > > > > > > > > script andcompile right.
> > > > > > > > > > > > > > I've tested on a fresh installation of
> > > > > > > > > > > > > > Centos 7 anda fresh installation of
> > > > > > > > > > > > > > OpenMeetings 4.0.4 also.
> > > > > > > > > > > > > > Please download again the tutorial and
> > > > > > > > > > > > > > delete thesefolders before compile newly
> > > > > > > > > > > > > > (run the commands):
> > > > > > > > > > > > > > rm -R /root/ffmpeg_sources
> > > > > > > > > > > > > > rm -R /root/ffmpeg_build
> > > > > > > > > > > > > > rm -R /root/bin
> > > > > > > > > > > > > > 
> > > > > > > > > > > > > > 
> > > > > > > > > > > > > > 
> > > > > > > > > > > > > > 
> > > > > > > > > > > > > > 
> > > > > > > > > > > > > > 
> > > > > > > > > > > > > > El mié, 18-07-2018 a las 05:34 -0400, Alex
> > > > > > > > > > > > > > Nyamweya escribió:
> > > > > > > > > > > > > > > Also when I run the script the output is
> > > > > > > > > > > > > > > automatically truncated at a certain
> > > > > > > > > > > > > > > point, so I'm not able to see the entire
> > > > > > > > > > > > > > > output. I don't know how to change this.
> > > > > > > > > > > > > > > It is possible that something might have
> > > > > > > > > > > > > > > wrong after the last point I've seen.
> > > > > > > > > > > > > > > On Wed, Jul 18, 2018 at 5:20 AM, Alex
> > > > > > > > > > > > > > > Nyamweya  wrote:
> > > > > > > > > > > > > > > > No it doesn't exist and yes I ran the 
> > > > > > > > > > > > > > > > ./ffmpeg_centos7.sh
> > > > > > > > > > > > > > > > 
> > > > > > > > > > > > > > > > script twice. It didn't create the
> > > > > > > > > > > > > > > > file.
> > > > > > > > > > > > > > > > On Wed, Jul 18, 2018 at 5:16 AM, Maxim
> > > > > > > > > > > > > > > > Solodovnik 
> > > > > > > > > > > > > > > > wrote:
> > > > > > > > > > > > > > > > > Have you compiled ffmpeg?
> > > > > > > > > > > > > > > > > Is it exists on path specified?
> > > > > > > > > > > > > > > > > On Wed, Jul 18, 2018 at 4:15 PM Alex
> > > > > > > > > > > > > > > > > Nyamweya 
> > > > > > > > > > > > > > > > > wrote:
> > > > > > > > > > > > > > > > > 

Re: Loading Problem

2018-07-21 Thread Alvaro
 installation of Centos
> > > > > > > > > > > > > 7 anda fresh installation of OpenMeetings
> > > > > > > > > > > > > 4.0.4 also.
> > > > > > > > > > > > > Please download again the tutorial and delete
> > > > > > > > > > > > > thesefolders before compile newly (run the
> > > > > > > > > > > > > commands):
> > > > > > > > > > > > > rm -R /root/ffmpeg_sources
> > > > > > > > > > > > > rm -R /root/ffmpeg_build
> > > > > > > > > > > > > rm -R /root/bin
> > > > > > > > > > > > > 
> > > > > > > > > > > > > 
> > > > > > > > > > > > > 
> > > > > > > > > > > > > 
> > > > > > > > > > > > > 
> > > > > > > > > > > > > 
> > > > > > > > > > > > > El mié, 18-07-2018 a las 05:34 -0400, Alex
> > > > > > > > > > > > > Nyamweya escribió:
> > > > > > > > > > > > > > Also when I run the script the output is
> > > > > > > > > > > > > > automatically truncated at a certain point,
> > > > > > > > > > > > > > so I'm not able to see the entire output. I
> > > > > > > > > > > > > > don't know how to change this. It is
> > > > > > > > > > > > > > possible that something might have wrong
> > > > > > > > > > > > > > after the last point I've seen.
> > > > > > > > > > > > > > On Wed, Jul 18, 2018 at 5:20 AM, Alex
> > > > > > > > > > > > > > Nyamweya  wrote:
> > > > > > > > > > > > > > > No it doesn't exist and yes I ran the 
> > > > > > > > > > > > > > > ./ffmpeg_centos7.sh
> > > > > > > > > > > > > > > 
> > > > > > > > > > > > > > > script twice. It didn't create the file.
> > > > > > > > > > > > > > > On Wed, Jul 18, 2018 at 5:16 AM, Maxim
> > > > > > > > > > > > > > > Solodovnik  wrote:
> > > > > > > > > > > > > > > > Have you compiled ffmpeg?
> > > > > > > > > > > > > > > > Is it exists on path specified?
> > > > > > > > > > > > > > > > On Wed, Jul 18, 2018 at 4:15 PM Alex
> > > > > > > > > > > > > > > > Nyamweya 
> > > > > > > > > > > > > > > > wrote:
> > > > > > > > > > > > > > > > > Alright that worked! Now I'm at the
> > > > > > > > > > > > > > > > > setup page for OpenMeetings and I'm
> > > > > > > > > > > > > > > > > getting an error message when I try
> > > > > > > > > > > > > > > > > to verify the ffmpeg path
> > > > > > > > > > > > > > > > > 
> > > > > > > > > > > > > > > > > 
> > > > > > > > > > > > > > > > > 
> > > > > > > > > > > > > > > > > On Wed, Jul 18, 2018 at 4:16 AM,
> > > > > > > > > > > > > > > > > Alvaro  wrote:
> > > > > > > > > > > > > > > > > > Hi,
> > > > > > > > > > > > > > > > > > 
> > > > > > > > > > > > > > > > > > This afternoon will update-change
> > > > > > > > > > > > > > > > > > Java in the tutorial and
> > > > > > > > > > > > > > > > > > will upload it.
> > > > > > > > > > > > > > > > > > 
> > > > > > > > > > > > > > 

Re: Loading Problem

2018-07-21 Thread Alvaro
 > > > > > > rm -R /root/ffmpeg_sources
> > > > > > > > > > > > > rm -R /root/ffmpeg_build
> > > > > > > > > > > > > rm -R /root/bin
> > > > > > > > > > > > > 
> > > > > > > > > > > > > 
> > > > > > > > > > > > > 
> > > > > > > > > > > > > 
> > > > > > > > > > > > > 
> > > > > > > > > > > > > 
> > > > > > > > > > > > > El mié, 18-07-2018 a las 05:34 -0400, Alex
> > > > > > > > > > > > > Nyamweya escribió:
> > > > > > > > > > > > > > Also when I run the script the output is
> > > > > > > > > > > > > > automatically truncated at a certain point,
> > > > > > > > > > > > > > so I'm not able to see the entire output. I
> > > > > > > > > > > > > > don't know how to change this. It is
> > > > > > > > > > > > > > possible that something might have wrong
> > > > > > > > > > > > > > after the last point I've seen.
> > > > > > > > > > > > > > On Wed, Jul 18, 2018 at 5:20 AM, Alex
> > > > > > > > > > > > > > Nyamweya  wrote:
> > > > > > > > > > > > > > > No it doesn't exist and yes I ran the 
> > > > > > > > > > > > > > > ./ffmpeg_centos7.sh
> > > > > > > > > > > > > > > 
> > > > > > > > > > > > > > > script twice. It didn't create the file.
> > > > > > > > > > > > > > > On Wed, Jul 18, 2018 at 5:16 AM, Maxim
> > > > > > > > > > > > > > > Solodovnik  wrote:
> > > > > > > > > > > > > > > > Have you compiled ffmpeg?
> > > > > > > > > > > > > > > > Is it exists on path specified?
> > > > > > > > > > > > > > > > On Wed, Jul 18, 2018 at 4:15 PM Alex
> > > > > > > > > > > > > > > > Nyamweya 
> > > > > > > > > > > > > > > > wrote:
> > > > > > > > > > > > > > > > > Alright that worked! Now I'm at the
> > > > > > > > > > > > > > > > > setup page for OpenMeetings and I'm
> > > > > > > > > > > > > > > > > getting an error message when I try
> > > > > > > > > > > > > > > > > to verify the ffmpeg path
> > > > > > > > > > > > > > > > > 
> > > > > > > > > > > > > > > > > 
> > > > > > > > > > > > > > > > > 
> > > > > > > > > > > > > > > > > On Wed, Jul 18, 2018 at 4:16 AM,
> > > > > > > > > > > > > > > > > Alvaro  wrote:
> > > > > > > > > > > > > > > > > > Hi,
> > > > > > > > > > > > > > > > > > 
> > > > > > > > > > > > > > > > > > This afternoon will update-change
> > > > > > > > > > > > > > > > > > Java in the tutorial and
> > > > > > > > > > > > > > > > > > will upload it.
> > > > > > > > > > > > > > > > > > 
> > > > > > > > > > > > > > > > > > 
> > > > > > > > > > > > > > > > > > -
> > > > > > > > > > > > > > > > > > -
> > > > > > > > > > > > > > > > > > 
> > > > > > > > > > > > > > > > > > 
> > > > > > > > > > > > 

Re: Loading Problem

2018-07-21 Thread Maxim Solodovnik
 +0700, Maxim Solodovnik escribió:
>
> Thanks Alvaro!
>
> On Wed, Jul 18, 2018 at 10:24 PM Alvaro  wrote:
>
> Ok, now in the tutorial is OpenJava and no Oracle Java.
>
> The errors in the ffmpeg compilation are solved.
> I've added two new commands in the script and
> compile right.
>
> I've tested on a fresh installation of Centos 7 and
> a fresh installation of OpenMeetings 4.0.4 also.
>
> Please download again the tutorial and delete these
> folders before compile newly (run the commands):
>
> rm -R /root/ffmpeg_sources
>
> rm -R /root/ffmpeg_build
>
> rm -R /root/bin
>
>
>
>
> 
>
>
>
> El mié, 18-07-2018 a las 05:34 -0400, Alex Nyamweya escribió:
>
> Also when I run the script the output is automatically truncated at a
> certain point, so I'm not able to see the entire output. I don't know how
> to change this. It is possible that something might have wrong after the
> last point I've seen.
>
> On Wed, Jul 18, 2018 at 5:20 AM, Alex Nyamweya 
> wrote:
>
> No it doesn't exist and yes I ran the
>
> *./ffmpeg_centos7.sh*
>
> script twice. It didn't create the file.
>
> On Wed, Jul 18, 2018 at 5:16 AM, Maxim Solodovnik 
> wrote:
>
> Have you compiled ffmpeg?
> Is it exists on path specified?
>
> On Wed, Jul 18, 2018 at 4:15 PM Alex Nyamweya 
> wrote:
>
> Alright that worked! Now I'm at the setup page for OpenMeetings and I'm
> getting an error message when I try to verify the ffmpeg path
>
>
>
>
> On Wed, Jul 18, 2018 at 4:16 AM, Alvaro  wrote:
>
> Hi,
>
> This afternoon will update-change Java in the tutorial and
> will upload it.
>
>
> --
>
>
> El mié, 18-07-2018 a las 01:55 -0400, Alex Nyamweya escribió:
>
> I'm still getting the same error. ERROR 1045 (28000): Access denied for
> user 'root'@'localhost' (using password: NO)
>
> On Wed, Jul 18, 2018 at 1:24 AM, Yakovlev N. 
> wrote:
>
> After installing mariadb the root account has an empty password.
>
> If you have not set root password enter the next command to connect to
> mariadb:
>
>   mysql
>
> Of course mariadb must be started before connecting to it
>
> systemctl start mariadb.service
>
>
>
> *From:* Alex Nyamweya [mailto:animesoni...@gmail.com]
> *Sent:* Wednesday, July 18, 2018 8:00 AM
> *To:* user@openmeetings.apache.org
> *Subject:* Re: Loading Problem
>
>
>
> Ok that's taken care of. Thanks! Now I'm on step 10 where I have to
> install and setup mariadb. When I run the command: mysqladmin -u root
> password new-password (new-password being my actual password) I'm getting
> the following error:
>
>  mysqladmin: connect to server at 'localhost' failed
>
> error: 'Access denied for user 'root'@'localhost' (using password: NO)'
>
> For the record I never even set up a password for root user and it's asking 
> me for one when I use the MySQL Database Server.
>
>
>
> On Wed, Jul 18, 2018 at 12:42 AM, Yakovlev N. 
> wrote:
>
> See the next page
>
> https://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html
> to get more information 
>
> -Original Message-
> From: Maxim Solodovnik [mailto:solomax...@gmail.com]
> Sent: Wednesday, July 18, 2018 7:08 AM
> To: Openmeetings user-list
> Subject: Re: Loading Problem
>
> You can manually download RPM of Oracle JDK and scp it to your Linux
> machine 
> Or you can use OpenJDK :)))
> On Wed, Jul 18, 2018 at 11:04 AM Alex Nyamweya 
> wrote:
> >
> > I'm installing OpenMeetings on CentOS 7 instead of Ubuntu and I ran into
> the following problem: when I try to run the command on step 4, (wget
> --no-cookies --no-check-certificate --header "Cookie: gpw_e24=http%3A%2F%
> 2Fwww.oracle.com%2F; oraclelicense=accept-securebackup-cookie"
> http://download.oracle.com/otn-pub/java/jdk/8u172-b11/a58eab1ec242421181065cdc37240b08/jdk-8u172-linux-x64.rpm)
> Im getting the following message:
> >
> > --2018-07-18 05:57:58--
> http://download.oracle.com/otn-pub/java/jdk/8u172-b11/a58eab1ec242421181065cdc37240b08/jdk-8u172-linux-x64.rpm
> > Resolving download.oracle.com (download.oracle.com)... 23.210.24.87
> > Connecting to download.oracle.com (download.oracle.com)|23.210.24.87|:80...
> connected.
> > HTTP request sent, awaiting response... 302 Moved Temporarily
> > Location:
> https://edelivery.oracle.com/otn-pub/java/jdk/8u172-b11/a58eab1ec242421181065cdc37240b08/jdk-8u172-linux-x64.rpm
> [following]
> > --2

Re: Loading Problem

2018-07-20 Thread Alex Nyamweya
ning, in red color, after Yasm.
>
> Please, can you take a look and tell me if is something
> in wrong way?
>
> Thanks
>
> Alvaro
>
> -
>
>
>
>
>
> El mié, 18-07-2018 a las 23:16 +0700, Maxim Solodovnik escribió:
>
> Thanks Alvaro!
>
> On Wed, Jul 18, 2018 at 10:24 PM Alvaro  wrote:
>
> Ok, now in the tutorial is OpenJava and no Oracle Java.
>
> The errors in the ffmpeg compilation are solved.
> I've added two new commands in the script and
> compile right.
>
> I've tested on a fresh installation of Centos 7 and
> a fresh installation of OpenMeetings 4.0.4 also.
>
> Please download again the tutorial and delete these
> folders before compile newly (run the commands):
>
> rm -R /root/ffmpeg_sources
>
> rm -R /root/ffmpeg_build
>
> rm -R /root/bin
>
>
>
>
> 
>
>
>
> El mié, 18-07-2018 a las 05:34 -0400, Alex Nyamweya escribió:
>
> Also when I run the script the output is automatically truncated at a
> certain point, so I'm not able to see the entire output. I don't know how
> to change this. It is possible that something might have wrong after the
> last point I've seen.
>
> On Wed, Jul 18, 2018 at 5:20 AM, Alex Nyamweya 
> wrote:
>
> No it doesn't exist and yes I ran the
>
> *./ffmpeg_centos7.sh*
>
> script twice. It didn't create the file.
>
> On Wed, Jul 18, 2018 at 5:16 AM, Maxim Solodovnik 
> wrote:
>
> Have you compiled ffmpeg?
> Is it exists on path specified?
>
> On Wed, Jul 18, 2018 at 4:15 PM Alex Nyamweya 
> wrote:
>
> Alright that worked! Now I'm at the setup page for OpenMeetings and I'm
> getting an error message when I try to verify the ffmpeg path
>
>
>
>
> On Wed, Jul 18, 2018 at 4:16 AM, Alvaro  wrote:
>
> Hi,
>
> This afternoon will update-change Java in the tutorial and
> will upload it.
>
>
> --
>
>
> El mié, 18-07-2018 a las 01:55 -0400, Alex Nyamweya escribió:
>
> I'm still getting the same error. ERROR 1045 (28000): Access denied for
> user 'root'@'localhost' (using password: NO)
>
> On Wed, Jul 18, 2018 at 1:24 AM, Yakovlev N. 
> wrote:
>
> After installing mariadb the root account has an empty password.
>
> If you have not set root password enter the next command to connect to
> mariadb:
>
>   mysql
>
> Of course mariadb must be started before connecting to it
>
> systemctl start mariadb.service
>
>
>
> *From:* Alex Nyamweya [mailto:animesoni...@gmail.com]
> *Sent:* Wednesday, July 18, 2018 8:00 AM
> *To:* user@openmeetings.apache.org
> *Subject:* Re: Loading Problem
>
>
>
> Ok that's taken care of. Thanks! Now I'm on step 10 where I have to
> install and setup mariadb. When I run the command: mysqladmin -u root
> password new-password (new-password being my actual password) I'm getting
> the following error:
>
>  mysqladmin: connect to server at 'localhost' failed
>
> error: 'Access denied for user 'root'@'localhost' (using password: NO)'
>
> For the record I never even set up a password for root user and it's asking 
> me for one when I use the MySQL Database Server.
>
>
>
> On Wed, Jul 18, 2018 at 12:42 AM, Yakovlev N. 
> wrote:
>
> See the next page
> https://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-
> 2133151.html
> to get more information 
>
> -Original Message-
> From: Maxim Solodovnik [mailto:solomax...@gmail.com]
> Sent: Wednesday, July 18, 2018 7:08 AM
> To: Openmeetings user-list
> Subject: Re: Loading Problem
>
> You can manually download RPM of Oracle JDK and scp it to your Linux
> machine 
> Or you can use OpenJDK :)))
> On Wed, Jul 18, 2018 at 11:04 AM Alex Nyamweya 
> wrote:
> >
> > I'm installing OpenMeetings on CentOS 7 instead of Ubuntu and I ran into
> the following problem: when I try to run the command on step 4, (wget
> --no-cookies --no-check-certificate --header "Cookie: gpw_e24=http%3A%2F%
> 2Fwww.oracle.com%2F; oraclelicense=accept-securebackup-cookie"
> http://download.oracle.com/otn-pub/java/jdk/8u172-b11/
> a58eab1ec242421181065cdc37240b08/jdk-8u172-linux-x64.rpm) Im getting the
> following message:
> >
> > --2018-07-18 05:57:58--  http://download.oracle.com/
> otn-pub/java/jdk/8u172-b11/a58eab1ec242421181065cdc37240b
> 08/jdk-8u172-linux-x64.rpm
> > Resolving download.oracle.com (download.oracle.com)... 23.210.24.87
> > Connecting to download.oracle.com (download.

Re: Loading Problem

2018-07-20 Thread Alvaro
gt; > > > > I believe additional investigation is required here
> > > > > > > > 
> > > > > > > > On Ubuntu there is no need to build this from sources,
> > > > > > > > it is available in package manager, is it true for
> > > > > > > > CentOS?
> > > > > > > > On Thu, Jul 19, 2018 at 9:37 PM Alvaro  > > > > > > > com> wrote:
> > > > > > > > > Hello, Maxim,
> > > > > > > > > I've edited the page:
> > > > > > > > > https://trac.ffmpeg.org/wiki/CompilationGuide/Centos
> > > > > > > > > ...and add a warning, in red color, after Yasm.
> > > > > > > > > Please, can you take a look and tell me if is
> > > > > > > > > somethingin wrong way?
> > > > > > > > > Thanks
> > > > > > > > > Alvaro
> > > > > > > > > -
> > > > > > > > > 
> > > > > > > > > 
> > > > > > > > > 
> > > > > > > > > 
> > > > > > > > > El mié, 18-07-2018 a las 23:16 +0700, Maxim
> > > > > > > > > Solodovnik escribió:
> > > > > > > > > > Thanks Alvaro!
> > > > > > > > > > On Wed, Jul 18, 2018 at 10:24 PM Alvaro  > > > > > > > > > mail.com> wrote:
> > > > > > > > > > > Ok, now in the tutorial is OpenJava and no Oracle
> > > > > > > > > > > Java.
> > > > > > > > > > > The errors in the ffmpeg compilation are
> > > > > > > > > > > solved.I've added two new commands in the script
> > > > > > > > > > > andcompile right.
> > > > > > > > > > > I've tested on a fresh installation of Centos 7
> > > > > > > > > > > anda fresh installation of OpenMeetings 4.0.4
> > > > > > > > > > > also.
> > > > > > > > > > > Please download again the tutorial and delete
> > > > > > > > > > > thesefolders before compile newly (run the
> > > > > > > > > > > commands):
> > > > > > > > > > > rm -R /root/ffmpeg_sources
> > > > > > > > > > > rm -R /root/ffmpeg_build
> > > > > > > > > > > rm -R /root/bin
> > > > > > > > > > > 
> > > > > > > > > > > 
> > > > > > > > > > > 
> > > > > > > > > > > 
> > > > > > > > > > > 
> > > > > > > > > > > 
> > > > > > > > > > > El mié, 18-07-2018 a las 05:34 -0400, Alex
> > > > > > > > > > > Nyamweya escribió:
> > > > > > > > > > > > Also when I run the script the output is
> > > > > > > > > > > > automatically truncated at a certain point, so
> > > > > > > > > > > > I'm not able to see the entire output. I don't
> > > > > > > > > > > > know how to change this. It is possible that
> > > > > > > > > > > > something might have wrong after the last point
> > > > > > > > > > > > I've seen.
> > > > > > > > > > > > On Wed, Jul 18, 2018 at 5:20 AM, Alex Nyamweya
> > > > > > > > > > > >  wrote:
> > > > > > > > > > > > > No it doesn't exist and yes I ran the 
> > > > > > > > > > > > > ./ffmpeg_centos7.sh
> > > > > > > > > > > > > 
> > > > > > > > > > > > > script twice. It didn't create the file.
> > > > > > > > > > > > > On Wed, Jul 18, 2018 at 5:16 AM, Maxim
> > > > > > > > > > > > > Solodovnik  wrote:
> > > > > > > > > > > > > > Have you compiled ffmpeg?
> > > > > > > > > > > > > > Is it exists on path s

Re: Loading Problem

2018-07-20 Thread Maxim Solodovnik
g after the
> last point I've seen.
>
> On Wed, Jul 18, 2018 at 5:20 AM, Alex Nyamweya 
> wrote:
>
> No it doesn't exist and yes I ran the
>
> *./ffmpeg_centos7.sh*
>
> script twice. It didn't create the file.
>
> On Wed, Jul 18, 2018 at 5:16 AM, Maxim Solodovnik 
> wrote:
>
> Have you compiled ffmpeg?
> Is it exists on path specified?
>
> On Wed, Jul 18, 2018 at 4:15 PM Alex Nyamweya 
> wrote:
>
> Alright that worked! Now I'm at the setup page for OpenMeetings and I'm
> getting an error message when I try to verify the ffmpeg path
>
>
>
>
> On Wed, Jul 18, 2018 at 4:16 AM, Alvaro  wrote:
>
> Hi,
>
> This afternoon will update-change Java in the tutorial and
> will upload it.
>
>
> --
>
>
> El mié, 18-07-2018 a las 01:55 -0400, Alex Nyamweya escribió:
>
> I'm still getting the same error. ERROR 1045 (28000): Access denied for
> user 'root'@'localhost' (using password: NO)
>
> On Wed, Jul 18, 2018 at 1:24 AM, Yakovlev N. 
> wrote:
>
> After installing mariadb the root account has an empty password.
>
> If you have not set root password enter the next command to connect to
> mariadb:
>
>   mysql
>
> Of course mariadb must be started before connecting to it
>
> systemctl start mariadb.service
>
>
>
> *From:* Alex Nyamweya [mailto:animesoni...@gmail.com]
> *Sent:* Wednesday, July 18, 2018 8:00 AM
> *To:* user@openmeetings.apache.org
> *Subject:* Re: Loading Problem
>
>
>
> Ok that's taken care of. Thanks! Now I'm on step 10 where I have to
> install and setup mariadb. When I run the command: mysqladmin -u root
> password new-password (new-password being my actual password) I'm getting
> the following error:
>
>  mysqladmin: connect to server at 'localhost' failed
>
> error: 'Access denied for user 'root'@'localhost' (using password: NO)'
>
> For the record I never even set up a password for root user and it's asking 
> me for one when I use the MySQL Database Server.
>
>
>
> On Wed, Jul 18, 2018 at 12:42 AM, Yakovlev N. 
> wrote:
>
> See the next page
>
> https://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html
> to get more information 
>
> -Original Message-
> From: Maxim Solodovnik [mailto:solomax...@gmail.com]
> Sent: Wednesday, July 18, 2018 7:08 AM
> To: Openmeetings user-list
> Subject: Re: Loading Problem
>
> You can manually download RPM of Oracle JDK and scp it to your Linux
> machine 
> Or you can use OpenJDK :)))
> On Wed, Jul 18, 2018 at 11:04 AM Alex Nyamweya 
> wrote:
> >
> > I'm installing OpenMeetings on CentOS 7 instead of Ubuntu and I ran into
> the following problem: when I try to run the command on step 4, (wget
> --no-cookies --no-check-certificate --header "Cookie: gpw_e24=http%3A%2F%
> 2Fwww.oracle.com%2F; oraclelicense=accept-securebackup-cookie"
> http://download.oracle.com/otn-pub/java/jdk/8u172-b11/a58eab1ec242421181065cdc37240b08/jdk-8u172-linux-x64.rpm)
> Im getting the following message:
> >
> > --2018-07-18 05:57:58--
> http://download.oracle.com/otn-pub/java/jdk/8u172-b11/a58eab1ec242421181065cdc37240b08/jdk-8u172-linux-x64.rpm
> > Resolving download.oracle.com (download.oracle.com)... 23.210.24.87
> > Connecting to download.oracle.com (download.oracle.com)|23.210.24.87|:80...
> connected.
> > HTTP request sent, awaiting response... 302 Moved Temporarily
> > Location:
> https://edelivery.oracle.com/otn-pub/java/jdk/8u172-b11/a58eab1ec242421181065cdc37240b08/jdk-8u172-linux-x64.rpm
> [following]
> > --2018-07-18 05:57:58--
> https://edelivery.oracle.com/otn-pub/java/jdk/8u172-b11/a58eab1ec242421181065cdc37240b08/jdk-8u172-linux-x64.rpm
> > Resolving edelivery.oracle.com (edelivery.oracle.com)...
> 2a02:26f0:11c:195::2d3e, 2a02:26f0:11c:19f::2d3e, 23.33.75.164
> > Connecting to edelivery.oracle.com 
> > (edelivery.oracle.com)|2a02:26f0:11c:195::2d3e|:443...
> connected.
> > HTTP request sent, awaiting response... 302 Moved Temporarily
> > Location:
> http://download.oracle.com/otn-pub/java/jdk/8u172-b11/a58eab1ec242421181065cdc37240b08/jdk-8u172-linux-x64.rpm?AuthParam=1531886398_d744909c71191616a140978a0fc10e06
> [following]
> > --2018-07-18 05:57:58--
> http://download.oracle.com/otn-pub/java/jdk/8u172-b11/a58eab1ec242421181065cdc37240b08/jdk-8u172-linux-x64.rpm?AuthParam=1531886398_d744909c71191616a140978a0fc10e06
> > Connecting to download.oracle.com (download.oracle.com)|23.210.24.87|:80...
> connected.
> > HTTP request sent, awaiting resp

Re: Loading Problem

2018-07-20 Thread Alvaro
; > > > > Ok, now in the tutorial is OpenJava and no Oracle
> > > > > > > > > Java.
> > > > > > > > > The errors in the ffmpeg compilation are solved.I've
> > > > > > > > > added two new commands in the script andcompile
> > > > > > > > > right.
> > > > > > > > > I've tested on a fresh installation of Centos 7 anda
> > > > > > > > > fresh installation of OpenMeetings 4.0.4 also.
> > > > > > > > > Please download again the tutorial and delete
> > > > > > > > > thesefolders before compile newly (run the commands):
> > > > > > > > > rm -R /root/ffmpeg_sources
> > > > > > > > > rm -R /root/ffmpeg_build
> > > > > > > > > rm -R /root/bin
> > > > > > > > > 
> > > > > > > > > 
> > > > > > > > > 
> > > > > > > > > 
> > > > > > > > > 
> > > > > > > > > 
> > > > > > > > > El mié, 18-07-2018 a las 05:34 -0400, Alex Nyamweya
> > > > > > > > > escribió:
> > > > > > > > > > Also when I run the script the output is
> > > > > > > > > > automatically truncated at a certain point, so I'm
> > > > > > > > > > not able to see the entire output. I don't know how
> > > > > > > > > > to change this. It is possible that something might
> > > > > > > > > > have wrong after the last point I've seen.
> > > > > > > > > > On Wed, Jul 18, 2018 at 5:20 AM, Alex Nyamweya  > > > > > > > > > mesoni...@gmail.com> wrote:
> > > > > > > > > > > No it doesn't exist and yes I ran the 
> > > > > > > > > > > ./ffmpeg_centos7.sh
> > > > > > > > > > > 
> > > > > > > > > > > script twice. It didn't create the file.
> > > > > > > > > > > On Wed, Jul 18, 2018 at 5:16 AM, Maxim Solodovnik
> > > > > > > > > > >  wrote:
> > > > > > > > > > > > Have you compiled ffmpeg?
> > > > > > > > > > > > Is it exists on path specified?
> > > > > > > > > > > > On Wed, Jul 18, 2018 at 4:15 PM Alex Nyamweya <
> > > > > > > > > > > > animesoni...@gmail.com> wrote:
> > > > > > > > > > > > > Alright that worked! Now I'm at the setup
> > > > > > > > > > > > > page for OpenMeetings and I'm getting an
> > > > > > > > > > > > > error message when I try to verify the ffmpeg
> > > > > > > > > > > > > path
> > > > > > > > > > > > > 
> > > > > > > > > > > > > 
> > > > > > > > > > > > > 
> > > > > > > > > > > > > On Wed, Jul 18, 2018 at 4:16 AM, Alvaro  > > > > > > > > > > > > a...@gmail.com> wrote:
> > > > > > > > > > > > > > Hi,
> > > > > > > > > > > > > > 
> > > > > > > > > > > > > > This afternoon will update-change Java in
> > > > > > > > > > > > > > the tutorial and
> > > > > > > > > > > > > > will upload it.
> > > > > > > > > > > > > > 
> > > > > > > > > > > > > > 
> > > > > > > > > > > > > > --
> > > > > > > > > > > > > > 
> > > > > > > > > > > > > > 
> > > > > > > > > > > > > > El mié, 18-07-2018 a las 01:55 -0400, Alex
> > > > > > > > > > > > > > Nyamweya escribió:
> > > > > > > > > > > > > > > I'm still getting the same error. ERROR
> > > > > > > > > > > > > > &

Re: Loading Problem

2018-07-20 Thread Maxim Solodovnik
--
>
>
> El mié, 18-07-2018 a las 01:55 -0400, Alex Nyamweya escribió:
>
> I'm still getting the same error. ERROR 1045 (28000): Access denied for
> user 'root'@'localhost' (using password: NO)
>
> On Wed, Jul 18, 2018 at 1:24 AM, Yakovlev N. 
> wrote:
>
> After installing mariadb the root account has an empty password.
>
> If you have not set root password enter the next command to connect to
> mariadb:
>
>   mysql
>
> Of course mariadb must be started before connecting to it
>
> systemctl start mariadb.service
>
>
>
> *From:* Alex Nyamweya [mailto:animesoni...@gmail.com]
> *Sent:* Wednesday, July 18, 2018 8:00 AM
> *To:* user@openmeetings.apache.org
> *Subject:* Re: Loading Problem
>
>
>
> Ok that's taken care of. Thanks! Now I'm on step 10 where I have to
> install and setup mariadb. When I run the command: mysqladmin -u root
> password new-password (new-password being my actual password) I'm getting
> the following error:
>
>  mysqladmin: connect to server at 'localhost' failed
>
> error: 'Access denied for user 'root'@'localhost' (using password: NO)'
>
> For the record I never even set up a password for root user and it's asking 
> me for one when I use the MySQL Database Server.
>
>
>
> On Wed, Jul 18, 2018 at 12:42 AM, Yakovlev N. 
> wrote:
>
> See the next page
>
> https://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html
> to get more information 
>
> -Original Message-
> From: Maxim Solodovnik [mailto:solomax...@gmail.com]
> Sent: Wednesday, July 18, 2018 7:08 AM
> To: Openmeetings user-list
> Subject: Re: Loading Problem
>
> You can manually download RPM of Oracle JDK and scp it to your Linux
> machine 
> Or you can use OpenJDK :)))
> On Wed, Jul 18, 2018 at 11:04 AM Alex Nyamweya 
> wrote:
> >
> > I'm installing OpenMeetings on CentOS 7 instead of Ubuntu and I ran into
> the following problem: when I try to run the command on step 4, (wget
> --no-cookies --no-check-certificate --header "Cookie: gpw_e24=http%3A%2F%
> 2Fwww.oracle.com%2F; oraclelicense=accept-securebackup-cookie"
> http://download.oracle.com/otn-pub/java/jdk/8u172-b11/a58eab1ec242421181065cdc37240b08/jdk-8u172-linux-x64.rpm)
> Im getting the following message:
> >
> > --2018-07-18 05:57:58--
> http://download.oracle.com/otn-pub/java/jdk/8u172-b11/a58eab1ec242421181065cdc37240b08/jdk-8u172-linux-x64.rpm
> > Resolving download.oracle.com (download.oracle.com)... 23.210.24.87
> > Connecting to download.oracle.com (download.oracle.com)|23.210.24.87|:80...
> connected.
> > HTTP request sent, awaiting response... 302 Moved Temporarily
> > Location:
> https://edelivery.oracle.com/otn-pub/java/jdk/8u172-b11/a58eab1ec242421181065cdc37240b08/jdk-8u172-linux-x64.rpm
> [following]
> > --2018-07-18 05:57:58--
> https://edelivery.oracle.com/otn-pub/java/jdk/8u172-b11/a58eab1ec242421181065cdc37240b08/jdk-8u172-linux-x64.rpm
> > Resolving edelivery.oracle.com (edelivery.oracle.com)...
> 2a02:26f0:11c:195::2d3e, 2a02:26f0:11c:19f::2d3e, 23.33.75.164
> > Connecting to edelivery.oracle.com 
> > (edelivery.oracle.com)|2a02:26f0:11c:195::2d3e|:443...
> connected.
> > HTTP request sent, awaiting response... 302 Moved Temporarily
> > Location:
> http://download.oracle.com/otn-pub/java/jdk/8u172-b11/a58eab1ec242421181065cdc37240b08/jdk-8u172-linux-x64.rpm?AuthParam=1531886398_d744909c71191616a140978a0fc10e06
> [following]
> > --2018-07-18 05:57:58--
> http://download.oracle.com/otn-pub/java/jdk/8u172-b11/a58eab1ec242421181065cdc37240b08/jdk-8u172-linux-x64.rpm?AuthParam=1531886398_d744909c71191616a140978a0fc10e06
> > Connecting to download.oracle.com (download.oracle.com)|23.210.24.87|:80...
> connected.
> > HTTP request sent, awaiting response... 404 Not Found
> > 2018-07-18 05:58:01 ERROR 404: Not Found.
> >
> > I believe the last message is preventing me from doing the next step:
> rpm -ivh jdk-8u172-linux-x64.rpm
> >
> > error: open of jdk-8u172-linux-x64.rpm failed: No such file or directory
> >
> >
> > On Mon, Jul 16, 2018 at 5:13 AM, Maxim Solodovnik 
> wrote:
> >>
> >> You need to modify following file
> >> webapps/root/index.html
> >> On Mon, Jul 16, 2018 at 4:07 PM Alex Nyamweya 
> wrote:
> >> >
> >> > Okay thank you now my next question is how can I customize the
> redirecting page to OpenMeetings when I put mydomainname:5080?
> >> >
> >> > On Mon, Jul 16, 2018 at 2:13 AM, Maxim Solodovnik <
> solomax

Re: Loading Problem

2018-07-20 Thread Alvaro
; > is possible that something might have wrong after the
> > > > > > > > last point I've seen.
> > > > > > > > On Wed, Jul 18, 2018 at 5:20 AM, Alex Nyamweya  > > > > > > > ni...@gmail.com> wrote:
> > > > > > > > > No it doesn't exist and yes I ran the 
> > > > > > > > > ./ffmpeg_centos7.sh
> > > > > > > > > 
> > > > > > > > > script twice. It didn't create the file.
> > > > > > > > > On Wed, Jul 18, 2018 at 5:16 AM, Maxim Solodovnik  > > > > > > > > lomax...@gmail.com> wrote:
> > > > > > > > > > Have you compiled ffmpeg?
> > > > > > > > > > Is it exists on path specified?
> > > > > > > > > > On Wed, Jul 18, 2018 at 4:15 PM Alex Nyamweya  > > > > > > > > > esoni...@gmail.com> wrote:
> > > > > > > > > > > Alright that worked! Now I'm at the setup page
> > > > > > > > > > > for OpenMeetings and I'm getting an error message
> > > > > > > > > > > when I try to verify the ffmpeg path
> > > > > > > > > > > 
> > > > > > > > > > > 
> > > > > > > > > > > 
> > > > > > > > > > > On Wed, Jul 18, 2018 at 4:16 AM, Alvaro  > > > > > > > > > > @gmail.com> wrote:
> > > > > > > > > > > > Hi,
> > > > > > > > > > > > 
> > > > > > > > > > > > This afternoon will update-change Java in the
> > > > > > > > > > > > tutorial and
> > > > > > > > > > > > will upload it.
> > > > > > > > > > > > 
> > > > > > > > > > > > 
> > > > > > > > > > > > --
> > > > > > > > > > > > 
> > > > > > > > > > > > 
> > > > > > > > > > > > El mié, 18-07-2018 a las 01:55 -0400, Alex
> > > > > > > > > > > > Nyamweya escribió:
> > > > > > > > > > > > > I'm still getting the same error. ERROR 1045
> > > > > > > > > > > > > (28000): Access denied for user
> > > > > > > > > > > > > 'root'@'localhost' (using password: NO)
> > > > > > > > > > > > > 
> > > > > > > > > > > > > On Wed, Jul 18, 2018 at 1:24 AM, Yakovlev N.
> > > > > > > > > > > > >  wrote:
> > > > > > > > > > > > > > After installing mariadb the root account
> > > > > > > > > > > > > > has an empty password.
> > > > > > > > > > > > > > If you have not set root password enter the
> > > > > > > > > > > > > > next command to connect to mariadb:
> > > > > > > > > > > > > >   mysql
> > > > > > > > > > > > > > Of course mariadb must be started before
> > > > > > > > > > > > > > connecting to it
> > > > > > > > > > > > > > systemctl start mariadb.service
> > > > > > > > > > > > > >  
> > > > > > > > > > > > > > From: Alex Nyamweya [mailto:animesonic94@gm
> > > > > > > > > > > > > > ail.com] 
> > > > > > > > > > > > > > Sent: Wednesday, July 18, 2018 8:00 AM
> > > > > > > > > > > > > > To: user@openmeetings.apache.org
> > > > > > > > > > > > > > Subject: Re: Loading Problem
> > > > > > > > > > > > > >  
> > > > > > > > > > > > > > Ok that's taken care of. Thanks! Now I'm on
> > > > > > > > > > > > > > step 10 where I have to install and setup
> > > > > > > > > > > > > > mariadb. When I run the com

Re: Loading Problem

2018-07-20 Thread Alvaro
> > > > > Have you compiled ffmpeg?
> > > > > > > > > Is it exists on path specified?
> > > > > > > > > On Wed, Jul 18, 2018 at 4:15 PM Alex Nyamweya  > > > > > > > > oni...@gmail.com> wrote:
> > > > > > > > > > Alright that worked! Now I'm at the setup page for
> > > > > > > > > > OpenMeetings and I'm getting an error message when
> > > > > > > > > > I try to verify the ffmpeg path
> > > > > > > > > > 
> > > > > > > > > > 
> > > > > > > > > > 
> > > > > > > > > > On Wed, Jul 18, 2018 at 4:16 AM, Alvaro  > > > > > > > > > mail.com> wrote:
> > > > > > > > > > > Hi,
> > > > > > > > > > > 
> > > > > > > > > > > This afternoon will update-change Java in the
> > > > > > > > > > > tutorial and
> > > > > > > > > > > will upload it.
> > > > > > > > > > > 
> > > > > > > > > > > 
> > > > > > > > > > > --
> > > > > > > > > > > 
> > > > > > > > > > > 
> > > > > > > > > > > El mié, 18-07-2018 a las 01:55 -0400, Alex
> > > > > > > > > > > Nyamweya escribió:
> > > > > > > > > > > > I'm still getting the same error. ERROR 1045
> > > > > > > > > > > > (28000): Access denied for user
> > > > > > > > > > > > 'root'@'localhost' (using password: NO)
> > > > > > > > > > > > 
> > > > > > > > > > > > On Wed, Jul 18, 2018 at 1:24 AM, Yakovlev N.  > > > > > > > > > > > akovlev...@krvostok.ru> wrote:
> > > > > > > > > > > > > After installing mariadb the root account has
> > > > > > > > > > > > > an empty password.
> > > > > > > > > > > > > If you have not set root password enter the
> > > > > > > > > > > > > next command to connect to mariadb:
> > > > > > > > > > > > >   mysql
> > > > > > > > > > > > > Of course mariadb must be started before
> > > > > > > > > > > > > connecting to it
> > > > > > > > > > > > > systemctl start mariadb.service
> > > > > > > > > > > > >  
> > > > > > > > > > > > > From: Alex Nyamweya [mailto:animesonic94@gmai
> > > > > > > > > > > > > l.com] 
> > > > > > > > > > > > > Sent: Wednesday, July 18, 2018 8:00 AM
> > > > > > > > > > > > > To: user@openmeetings.apache.org
> > > > > > > > > > > > > Subject: Re: Loading Problem
> > > > > > > > > > > > >  
> > > > > > > > > > > > > Ok that's taken care of. Thanks! Now I'm on
> > > > > > > > > > > > > step 10 where I have to install and setup
> > > > > > > > > > > > > mariadb. When I run the command: mysqladmin
> > > > > > > > > > > > > -u root password new-password (new-password
> > > > > > > > > > > > > being my actual password) I'm getting the
> > > > > > > > > > > > > following error:
> > > > > > > > > > > > >  mysqladmin: connect to server at 'localhost'
> > > > > > > > > > > > > failederror: 'Access denied for user
> > > > > > > > > > > > > 'root'@'localhost' (using password: NO)'For
> > > > > > > > > > > > > the record I never even set up a password for
> > > > > > > > > > > > > root user and it's asking me for one when I
> > > > > > > > > > > > > use the MySQL Database Server.
>

Re: Loading Problem

2018-07-19 Thread Maxim Solodovnik
Can you check PATH variable?
On Ubuntu it contains:
$HOME/bin
/use/local/bin
/use/bin


WBR, Maxim
(from mobile, sorry for the typos)

On Fri, Jul 20, 2018, 00:58 Alvaro  wrote:

> Ok, Thanks.
>
> The question is that in Centos repos the versions are prior to the
> necessary.
>
> For example nasm is 2.10.07 in Centos 7 but ffmpeg compilation need 2.13
> minimum. The best of Ubuntu is that update the versions paquets very
> soon.
>
> Following the ffmpeg web step by step gives more than one error, but with
> my two commands added is no error.
>
>
> ..
>
>
> El jue, 19-07-2018 a las 23:14 +0700, Maxim Solodovnik escribió:
>
> Hello Alvaro,
>
> I would say these steps
>
> cp /root/bin/nasm /usr/bin
>
> cp /root/bin/yasm /usr/bin
>
> are seems to be no necessary 
> /root/bin should be in the PATH and no additional steps should be required
> 
>
> I believe additional investigation is required here
>
> On Ubuntu there is no need to build this from sources, it is available in
> package manager, is it true for CentOS?
>
> On Thu, Jul 19, 2018 at 9:37 PM Alvaro  wrote:
>
> Hello, Maxim,
>
> I've edited the page:
>
> https://trac.ffmpeg.org/wiki/CompilationGuide/Centos
>
> ...and add a warning, in red color, after Yasm.
>
> Please, can you take a look and tell me if is something
> in wrong way?
>
> Thanks
>
> Alvaro
>
> -
>
>
>
>
>
> El mié, 18-07-2018 a las 23:16 +0700, Maxim Solodovnik escribió:
>
> Thanks Alvaro!
>
> On Wed, Jul 18, 2018 at 10:24 PM Alvaro  wrote:
>
> Ok, now in the tutorial is OpenJava and no Oracle Java.
>
> The errors in the ffmpeg compilation are solved.
> I've added two new commands in the script and
> compile right.
>
> I've tested on a fresh installation of Centos 7 and
> a fresh installation of OpenMeetings 4.0.4 also.
>
> Please download again the tutorial and delete these
> folders before compile newly (run the commands):
>
> rm -R /root/ffmpeg_sources
>
> rm -R /root/ffmpeg_build
>
> rm -R /root/bin
>
>
>
>
> 
>
>
>
> El mié, 18-07-2018 a las 05:34 -0400, Alex Nyamweya escribió:
>
> Also when I run the script the output is automatically truncated at a
> certain point, so I'm not able to see the entire output. I don't know how
> to change this. It is possible that something might have wrong after the
> last point I've seen.
>
> On Wed, Jul 18, 2018 at 5:20 AM, Alex Nyamweya 
> wrote:
>
> No it doesn't exist and yes I ran the
>
> *./ffmpeg_centos7.sh*
>
> script twice. It didn't create the file.
>
> On Wed, Jul 18, 2018 at 5:16 AM, Maxim Solodovnik 
> wrote:
>
> Have you compiled ffmpeg?
> Is it exists on path specified?
>
> On Wed, Jul 18, 2018 at 4:15 PM Alex Nyamweya 
> wrote:
>
> Alright that worked! Now I'm at the setup page for OpenMeetings and I'm
> getting an error message when I try to verify the ffmpeg path
>
>
>
>
> On Wed, Jul 18, 2018 at 4:16 AM, Alvaro  wrote:
>
> Hi,
>
> This afternoon will update-change Java in the tutorial and
> will upload it.
>
>
> --
>
>
> El mié, 18-07-2018 a las 01:55 -0400, Alex Nyamweya escribió:
>
> I'm still getting the same error. ERROR 1045 (28000): Access denied for
> user 'root'@'localhost' (using password: NO)
>
> On Wed, Jul 18, 2018 at 1:24 AM, Yakovlev N. 
> wrote:
>
> After installing mariadb the root account has an empty password.
>
> If you have not set root password enter the next command to connect to
> mariadb:
>
>   mysql
>
> Of course mariadb must be started before connecting to it
>
> systemctl start mariadb.service
>
>
>
> *From:* Alex Nyamweya [mailto:animesoni...@gmail.com]
> *Sent:* Wednesday, July 18, 2018 8:00 AM
> *To:* user@openmeetings.apache.org
> *Subject:* Re: Loading Problem
>
>
>
> Ok that's taken care of. Thanks! Now I'm on step 10 where I have to
> install and setup mariadb. When I run the command: mysqladmin -u root
> password new-password (new-password being my actual password) I'm getting
> the following error:
>
>  mysqladmin: connect to server at 'localhost' failed
>
> error: 'Access denied for user 'root'@'localhost' (using password: NO)'
>
> For the record I never even set up a password for root user and it's asking 
> me for one when I use the MySQL Database Server.
>
>
>
> On Wed, Jul 18, 2018 at 12:42 AM, Yakovlev N. 
>

Re: Loading Problem

2018-07-19 Thread Alvaro
Ok, Thanks.
The question is that in Centos repos the versions are prior to the
necessary.
For example nasm is 2.10.07 in Centos 7 but ffmpeg compilation need
2.13 minimum. The best of Ubuntu is that update the versions paquets
verysoon.
Following the ffmpeg web step by step gives more than one error, but
withmy two commands added is no error.

..

El jue, 19-07-2018 a las 23:14 +0700, Maxim Solodovnik escribió:
> Hello Alvaro,
> I would say these steps 
> cp /root/bin/nasm /usr/bincp /root/bin/yasm /usr/bin
> are seems to be no necessary 
> /root/bin should be in the PATH and no additional steps should be
> required 
> 
> I believe additional investigation is required here
> 
> On Ubuntu there is no need to build this from sources, it is
> available in package manager, is it true for CentOS?
> On Thu, Jul 19, 2018 at 9:37 PM Alvaro  wrote:
> > Hello, Maxim,
> > I've edited the page:
> > https://trac.ffmpeg.org/wiki/CompilationGuide/Centos
> > ...and add a warning, in red color, after Yasm.
> > Please, can you take a look and tell me if is somethingin wrong
> > way?
> > Thanks
> > Alvaro
> > -
> > 
> > 
> > 
> > 
> > El mié, 18-07-2018 a las 23:16 +0700, Maxim Solodovnik escribió:
> > > Thanks Alvaro!
> > > On Wed, Jul 18, 2018 at 10:24 PM Alvaro 
> > > wrote:
> > > > Ok, now in the tutorial is OpenJava and no Oracle Java.
> > > > The errors in the ffmpeg compilation are solved.I've added two
> > > > new commands in the script andcompile right.
> > > > I've tested on a fresh installation of Centos 7 anda fresh
> > > > installation of OpenMeetings 4.0.4 also.
> > > > Please download again the tutorial and delete thesefolders
> > > > before compile newly (run the commands):
> > > > rm -R /root/ffmpeg_sources
> > > > rm -R /root/ffmpeg_build
> > > > rm -R /root/bin
> > > > 
> > > > 
> > > > 
> > > > 
> > > > 
> > > > 
> > > > El mié, 18-07-2018 a las 05:34 -0400, Alex Nyamweya escribió:
> > > > > Also when I run the script the output is automatically
> > > > > truncated at a certain point, so I'm not able to see the
> > > > > entire output. I don't know how to change this. It is
> > > > > possible that something might have wrong after the last point
> > > > > I've seen.
> > > > > On Wed, Jul 18, 2018 at 5:20 AM, Alex Nyamweya  > > > > gmail.com> wrote:
> > > > > > No it doesn't exist and yes I ran the 
> > > > > > ./ffmpeg_centos7.sh
> > > > > > 
> > > > > > script twice. It didn't create the file.
> > > > > > On Wed, Jul 18, 2018 at 5:16 AM, Maxim Solodovnik  > > > > > 6...@gmail.com> wrote:
> > > > > > > Have you compiled ffmpeg?
> > > > > > > Is it exists on path specified?
> > > > > > > On Wed, Jul 18, 2018 at 4:15 PM Alex Nyamweya  > > > > > > 9...@gmail.com> wrote:
> > > > > > > > Alright that worked! Now I'm at the setup page for
> > > > > > > > OpenMeetings and I'm getting an error message when I
> > > > > > > > try to verify the ffmpeg path
> > > > > > > > 
> > > > > > > > 
> > > > > > > > 
> > > > > > > > On Wed, Jul 18, 2018 at 4:16 AM, Alvaro  > > > > > > > .com> wrote:
> > > > > > > > > Hi,
> > > > > > > > > 
> > > > > > > > > This afternoon will update-change Java in the
> > > > > > > > > tutorial and
> > > > > > > > > will upload it.
> > > > > > > > > 
> > > > > > > > > 
> > > > > > > > > --
> > > > > > > > > 
> > > > > > > > > 
> > > > > > > > > El mié, 18-07-2018 a las 01:55 -0400, Alex Nyamweya
> > > > > > > > > escribió:
> > > > > > > > > > I'm still getting the same error. ERROR 1045
> > > > > > > > > > (28000): Access denied for user 'root'@'localhost'
> > > 

Re: Loading Problem

2018-07-19 Thread Maxim Solodovnik
Hello Alvaro,

I would say these steps

cp /root/bin/nasm /usr/bin

cp /root/bin/yasm /usr/bin

are seems to be no necessary 
/root/bin should be in the PATH and no additional steps should be required


I believe additional investigation is required here

On Ubuntu there is no need to build this from sources, it is available in
package manager, is it true for CentOS?

On Thu, Jul 19, 2018 at 9:37 PM Alvaro  wrote:

> Hello, Maxim,
>
> I've edited the page:
>
> https://trac.ffmpeg.org/wiki/CompilationGuide/Centos
>
> ...and add a warning, in red color, after Yasm.
>
> Please, can you take a look and tell me if is something
> in wrong way?
>
> Thanks
>
> Alvaro
>
> -
>
>
>
>
>
> El mié, 18-07-2018 a las 23:16 +0700, Maxim Solodovnik escribió:
>
> Thanks Alvaro!
>
> On Wed, Jul 18, 2018 at 10:24 PM Alvaro  wrote:
>
> Ok, now in the tutorial is OpenJava and no Oracle Java.
>
> The errors in the ffmpeg compilation are solved.
> I've added two new commands in the script and
> compile right.
>
> I've tested on a fresh installation of Centos 7 and
> a fresh installation of OpenMeetings 4.0.4 also.
>
> Please download again the tutorial and delete these
> folders before compile newly (run the commands):
>
> rm -R /root/ffmpeg_sources
>
> rm -R /root/ffmpeg_build
>
> rm -R /root/bin
>
>
>
>
> 
>
>
>
> El mié, 18-07-2018 a las 05:34 -0400, Alex Nyamweya escribió:
>
> Also when I run the script the output is automatically truncated at a
> certain point, so I'm not able to see the entire output. I don't know how
> to change this. It is possible that something might have wrong after the
> last point I've seen.
>
> On Wed, Jul 18, 2018 at 5:20 AM, Alex Nyamweya 
> wrote:
>
> No it doesn't exist and yes I ran the
>
> *./ffmpeg_centos7.sh*
>
> script twice. It didn't create the file.
>
> On Wed, Jul 18, 2018 at 5:16 AM, Maxim Solodovnik 
> wrote:
>
> Have you compiled ffmpeg?
> Is it exists on path specified?
>
> On Wed, Jul 18, 2018 at 4:15 PM Alex Nyamweya 
> wrote:
>
> Alright that worked! Now I'm at the setup page for OpenMeetings and I'm
> getting an error message when I try to verify the ffmpeg path
>
>
>
>
> On Wed, Jul 18, 2018 at 4:16 AM, Alvaro  wrote:
>
> Hi,
>
> This afternoon will update-change Java in the tutorial and
> will upload it.
>
>
> --
>
>
> El mié, 18-07-2018 a las 01:55 -0400, Alex Nyamweya escribió:
>
> I'm still getting the same error. ERROR 1045 (28000): Access denied for
> user 'root'@'localhost' (using password: NO)
>
> On Wed, Jul 18, 2018 at 1:24 AM, Yakovlev N. 
> wrote:
>
> After installing mariadb the root account has an empty password.
>
> If you have not set root password enter the next command to connect to
> mariadb:
>
>   mysql
>
> Of course mariadb must be started before connecting to it
>
> systemctl start mariadb.service
>
>
>
> *From:* Alex Nyamweya [mailto:animesoni...@gmail.com]
> *Sent:* Wednesday, July 18, 2018 8:00 AM
> *To:* user@openmeetings.apache.org
> *Subject:* Re: Loading Problem
>
>
>
> Ok that's taken care of. Thanks! Now I'm on step 10 where I have to
> install and setup mariadb. When I run the command: mysqladmin -u root
> password new-password (new-password being my actual password) I'm getting
> the following error:
>
>  mysqladmin: connect to server at 'localhost' failed
>
> error: 'Access denied for user 'root'@'localhost' (using password: NO)'
>
> For the record I never even set up a password for root user and it's asking 
> me for one when I use the MySQL Database Server.
>
>
>
> On Wed, Jul 18, 2018 at 12:42 AM, Yakovlev N. 
> wrote:
>
> See the next page
>
> https://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html
> to get more information 
>
> -Original Message-
> From: Maxim Solodovnik [mailto:solomax...@gmail.com]
> Sent: Wednesday, July 18, 2018 7:08 AM
> To: Openmeetings user-list
> Subject: Re: Loading Problem
>
> You can manually download RPM of Oracle JDK and scp it to your Linux
> machine 
> Or you can use OpenJDK :)))
> On Wed, Jul 18, 2018 at 11:04 AM Alex Nyamweya 
> wrote:
> >
> > I'm installing OpenMeetings on CentOS 7 instead of Ubuntu and I ran into
> the following problem: when I try to run the command on step 4, (wget
> --no-cookies --no-check-certificate --hea

Re: Loading Problem

2018-07-19 Thread Alvaro
Hello, Maxim,
I've edited the page:
https://trac.ffmpeg.org/wiki/CompilationGuide/Centos
...and add a warning, in red color, after Yasm.
Please, can you take a look and tell me if is somethingin wrong way?
Thanks
Alvaro
-




El mié, 18-07-2018 a las 23:16 +0700, Maxim Solodovnik escribió:
> Thanks Alvaro!
> On Wed, Jul 18, 2018 at 10:24 PM Alvaro  wrote:
> > Ok, now in the tutorial is OpenJava and no Oracle Java.
> > The errors in the ffmpeg compilation are solved.I've added two new
> > commands in the script andcompile right.
> > I've tested on a fresh installation of Centos 7 anda fresh
> > installation of OpenMeetings 4.0.4 also.
> > Please download again the tutorial and delete thesefolders before
> > compile newly (run the commands):
> > rm -R /root/ffmpeg_sources
> > rm -R /root/ffmpeg_build
> > rm -R /root/bin
> > 
> > 
> > 
> > 
> > 
> > 
> > El mié, 18-07-2018 a las 05:34 -0400, Alex Nyamweya escribió:
> > > Also when I run the script the output is automatically truncated
> > > at a certain point, so I'm not able to see the entire output. I
> > > don't know how to change this. It is possible that something
> > > might have wrong after the last point I've seen.
> > > On Wed, Jul 18, 2018 at 5:20 AM, Alex Nyamweya  > > l.com> wrote:
> > > > No it doesn't exist and yes I ran the 
> > > > ./ffmpeg_centos7.sh
> > > > 
> > > > script twice. It didn't create the file.
> > > > On Wed, Jul 18, 2018 at 5:16 AM, Maxim Solodovnik  > > > mail.com> wrote:
> > > > > Have you compiled ffmpeg?
> > > > > Is it exists on path specified?
> > > > > On Wed, Jul 18, 2018 at 4:15 PM Alex Nyamweya  > > > > mail.com> wrote:
> > > > > > Alright that worked! Now I'm at the setup page for
> > > > > > OpenMeetings and I'm getting an error message when I try to
> > > > > > verify the ffmpeg path
> > > > > > 
> > > > > > 
> > > > > > 
> > > > > > On Wed, Jul 18, 2018 at 4:16 AM, Alvaro  > > > > > > wrote:
> > > > > > > Hi,
> > > > > > > 
> > > > > > > This afternoon will update-change Java in the tutorial
> > > > > > > and
> > > > > > > will upload it.
> > > > > > > 
> > > > > > > 
> > > > > > > --
> > > > > > > 
> > > > > > > 
> > > > > > > El mié, 18-07-2018 a las 01:55 -0400, Alex Nyamweya
> > > > > > > escribió:
> > > > > > > > I'm still getting the same error. ERROR 1045 (28000):
> > > > > > > > Access denied for user 'root'@'localhost' (using
> > > > > > > > password: NO)
> > > > > > > > 
> > > > > > > > On Wed, Jul 18, 2018 at 1:24 AM, Yakovlev N.  > > > > > > > n...@krvostok.ru> wrote:
> > > > > > > > > After installing mariadb the root account has an
> > > > > > > > > empty password.
> > > > > > > > > If you have not set root password enter the next
> > > > > > > > > command to connect to mariadb:
> > > > > > > > >   mysql
> > > > > > > > > Of course mariadb must be started before connecting
> > > > > > > > > to it
> > > > > > > > > systemctl start mariadb.service
> > > > > > > > >  
> > > > > > > > > From: Alex Nyamweya [mailto:animesoni...@gmail.com] 
> > > > > > > > > Sent: Wednesday, July 18, 2018 8:00 AM
> > > > > > > > > To: user@openmeetings.apache.org
> > > > > > > > > Subject: Re: Loading Problem
> > > > > > > > >  
> > > > > > > > > Ok that's taken care of. Thanks! Now I'm on step 10
> > > > > > > > > where I have to install and setup mariadb. When I run
> > > > > > > > > the command: mysqladmin -u root password new-password 
> > > > > > > > > (new-password being my actual password) I'm getting
> > > &g

Re: Loading Problem

2018-07-18 Thread Alex Nyamweya
Thanks a lot! It works now. If I have any questions I'll let you know.

On Wed, Jul 18, 2018 at 12:16 PM, Maxim Solodovnik 
wrote:

> Thanks Alvaro!
>
> On Wed, Jul 18, 2018 at 10:24 PM Alvaro  wrote:
>
>> Ok, now in the tutorial is OpenJava and no Oracle Java.
>>
>> The errors in the ffmpeg compilation are solved.
>> I've added two new commands in the script and
>> compile right.
>>
>> I've tested on a fresh installation of Centos 7 and
>> a fresh installation of OpenMeetings 4.0.4 also.
>>
>> Please download again the tutorial and delete these
>> folders before compile newly (run the commands):
>>
>> rm -R /root/ffmpeg_sources
>>
>> rm -R /root/ffmpeg_build
>>
>> rm -R /root/bin
>>
>>
>>
>>
>> 
>>
>>
>>
>> El mié, 18-07-2018 a las 05:34 -0400, Alex Nyamweya escribió:
>>
>> Also when I run the script the output is automatically truncated at a
>> certain point, so I'm not able to see the entire output. I don't know how
>> to change this. It is possible that something might have wrong after the
>> last point I've seen.
>>
>> On Wed, Jul 18, 2018 at 5:20 AM, Alex Nyamweya 
>> wrote:
>>
>> No it doesn't exist and yes I ran the
>>
>> *./ffmpeg_centos7.sh*
>>
>> script twice. It didn't create the file.
>>
>> On Wed, Jul 18, 2018 at 5:16 AM, Maxim Solodovnik 
>> wrote:
>>
>> Have you compiled ffmpeg?
>> Is it exists on path specified?
>>
>> On Wed, Jul 18, 2018 at 4:15 PM Alex Nyamweya 
>> wrote:
>>
>> Alright that worked! Now I'm at the setup page for OpenMeetings and I'm
>> getting an error message when I try to verify the ffmpeg path
>>
>>
>>
>>
>> On Wed, Jul 18, 2018 at 4:16 AM, Alvaro  wrote:
>>
>> Hi,
>>
>> This afternoon will update-change Java in the tutorial and
>> will upload it.
>>
>>
>> --
>>
>>
>> El mié, 18-07-2018 a las 01:55 -0400, Alex Nyamweya escribió:
>>
>> I'm still getting the same error. ERROR 1045 (28000): Access denied for
>> user 'root'@'localhost' (using password: NO)
>>
>> On Wed, Jul 18, 2018 at 1:24 AM, Yakovlev N. 
>> wrote:
>>
>> After installing mariadb the root account has an empty password.
>>
>> If you have not set root password enter the next command to connect to
>> mariadb:
>>
>>   mysql
>>
>> Of course mariadb must be started before connecting to it
>>
>> systemctl start mariadb.service
>>
>>
>>
>> *From:* Alex Nyamweya [mailto:animesoni...@gmail.com]
>> *Sent:* Wednesday, July 18, 2018 8:00 AM
>> *To:* user@openmeetings.apache.org
>> *Subject:* Re: Loading Problem
>>
>>
>>
>> Ok that's taken care of. Thanks! Now I'm on step 10 where I have to
>> install and setup mariadb. When I run the command: mysqladmin -u root
>> password new-password (new-password being my actual password) I'm getting
>> the following error:
>>
>>  mysqladmin: connect to server at 'localhost' failed
>>
>> error: 'Access denied for user 'root'@'localhost' (using password: NO)'
>>
>> For the record I never even set up a password for root user and it's asking 
>> me for one when I use the MySQL Database Server.
>>
>>
>>
>> On Wed, Jul 18, 2018 at 12:42 AM, Yakovlev N. 
>> wrote:
>>
>> See the next page
>> https://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-
>> 2133151.html
>> to get more information 
>>
>> -Original Message-
>> From: Maxim Solodovnik [mailto:solomax...@gmail.com]
>> Sent: Wednesday, July 18, 2018 7:08 AM
>> To: Openmeetings user-list
>> Subject: Re: Loading Problem
>>
>> You can manually download RPM of Oracle JDK and scp it to your Linux
>> machine 
>> Or you can use OpenJDK :)))
>> On Wed, Jul 18, 2018 at 11:04 AM Alex Nyamweya 
>> wrote:
>> >
>> > I'm installing OpenMeetings on CentOS 7 instead of Ubuntu and I ran
>> into the following problem: when I try to run the command on step 4, (wget
>> --no-cookies --no-check-certificate --header "Cookie: gpw_e24=http%3A%2F%
>> 2Fwww.oracle.com%2F; oraclelicense=accept-securebackup-cookie"
>> http://download.oracle.com/otn-pub/java/jdk/8u172-b11/
>> a58eab1ec242421181065cdc37

Re: Loading Problem

2018-07-18 Thread Alvaro
Ok, now in the tutorial is OpenJava and no Oracle Java.
The errors in the ffmpeg compilation are solved.I've added two new
commands in the script andcompile right.
I've tested on a fresh installation of Centos 7 anda fresh installation
of OpenMeetings 4.0.4 also.
Please download again the tutorial and delete thesefolders before
compile newly (run the commands):
rm -R /root/ffmpeg_sources
rm -R /root/ffmpeg_build
rm -R /root/bin






El mié, 18-07-2018 a las 05:34 -0400, Alex Nyamweya escribió:
> Also when I run the script the output is automatically truncated at a
> certain point, so I'm not able to see the entire output. I don't know
> how to change this. It is possible that something might have wrong
> after the last point I've seen.
> On Wed, Jul 18, 2018 at 5:20 AM, Alex Nyamweya  m> wrote:
> > No it doesn't exist and yes I ran the 
> > ./ffmpeg_centos7.sh
> > 
> > script twice. It didn't create the file.
> > On Wed, Jul 18, 2018 at 5:16 AM, Maxim Solodovnik  > .com> wrote:
> > > Have you compiled ffmpeg?
> > > Is it exists on path specified?
> > > On Wed, Jul 18, 2018 at 4:15 PM Alex Nyamweya  > > .com> wrote:
> > > > Alright that worked! Now I'm at the setup page for OpenMeetings
> > > > and I'm getting an error message when I try to verify the
> > > > ffmpeg path
> > > > 
> > > > 
> > > > 
> > > > On Wed, Jul 18, 2018 at 4:16 AM, Alvaro 
> > > > wrote:
> > > > > Hi,
> > > > > 
> > > > > This afternoon will update-change Java in the tutorial and
> > > > > will upload it.
> > > > > 
> > > > > 
> > > > > --
> > > > > 
> > > > > 
> > > > > El mié, 18-07-2018 a las 01:55 -0400, Alex Nyamweya escribió:
> > > > > > I'm still getting the same error. ERROR 1045 (28000):
> > > > > > Access denied for user 'root'@'localhost' (using password:
> > > > > > NO)
> > > > > > 
> > > > > > On Wed, Jul 18, 2018 at 1:24 AM, Yakovlev N.  > > > > > rvostok.ru> wrote:
> > > > > > > After installing mariadb the root account has an empty
> > > > > > > password.
> > > > > > > If you have not set root password enter the next command
> > > > > > > to connect to mariadb:
> > > > > > >   mysql
> > > > > > > Of course mariadb must be started before connecting to it
> > > > > > > systemctl start mariadb.service
> > > > > > >  
> > > > > > > From: Alex Nyamweya [mailto:animesoni...@gmail.com] 
> > > > > > > Sent: Wednesday, July 18, 2018 8:00 AM
> > > > > > > To: user@openmeetings.apache.org
> > > > > > > Subject: Re: Loading Problem
> > > > > > >  
> > > > > > > Ok that's taken care of. Thanks! Now I'm on step 10 where
> > > > > > > I have to install and setup mariadb. When I run the
> > > > > > > command: mysqladmin -u root password new-password (new-
> > > > > > > password being my actual password) I'm getting the
> > > > > > > following error:
> > > > > > >  mysqladmin: connect to server at 'localhost'
> > > > > > > failederror: 'Access denied for user 'root'@'localhost'
> > > > > > > (using password: NO)'For the record I never even set up a
> > > > > > > password for root user and it's asking me for one when I
> > > > > > > use the MySQL Database Server.
> > > > > > >  
> > > > > > > On Wed, Jul 18, 2018 at 12:42 AM, Yakovlev N.  > > > > > > d...@krvostok.ru> wrote:
> > > > > > > See the next page
> > > > > > > https://www.oracle.com/technetwork/java/javase/downloads/
> > > > > > > jdk8-downloads-2133151.html
> > > > > > > to get more information 
> > > > > > > 
> > > > > > > -Original Message-
> > > > > > > From: Maxim Solodovnik [mailto:solomax...@gmail.com] 
> > > > > > > Sent: Wednesday, July 18, 2018 7:08 AM
> > > > > > > To: Openmeetings user-lis

Re: Loading Problem

2018-07-18 Thread Alex Nyamweya
Also when I run the script the output is automatically truncated at a
certain point, so I'm not able to see the entire output. I don't know how
to change this. It is possible that something might have wrong after the
last point I've seen.

On Wed, Jul 18, 2018 at 5:20 AM, Alex Nyamweya 
wrote:

> No it doesn't exist and yes I ran the
>
> *./ffmpeg_centos7.sh*
>
> script twice. It didn't create the file.
>
> On Wed, Jul 18, 2018 at 5:16 AM, Maxim Solodovnik 
> wrote:
>
>> Have you compiled ffmpeg?
>> Is it exists on path specified?
>>
>> On Wed, Jul 18, 2018 at 4:15 PM Alex Nyamweya 
>> wrote:
>>
>>> Alright that worked! Now I'm at the setup page for OpenMeetings and I'm
>>> getting an error message when I try to verify the ffmpeg path
>>>
>>>
>>>
>>>
>>> On Wed, Jul 18, 2018 at 4:16 AM, Alvaro  wrote:
>>>
>>>> Hi,
>>>>
>>>> This afternoon will update-change Java in the tutorial and
>>>> will upload it.
>>>>
>>>>
>>>> --
>>>>
>>>>
>>>> El mié, 18-07-2018 a las 01:55 -0400, Alex Nyamweya escribió:
>>>>
>>>> I'm still getting the same error. ERROR 1045 (28000): Access denied for
>>>> user 'root'@'localhost' (using password: NO)
>>>>
>>>> On Wed, Jul 18, 2018 at 1:24 AM, Yakovlev N. 
>>>> wrote:
>>>>
>>>> After installing mariadb the root account has an empty password.
>>>>
>>>> If you have not set root password enter the next command to connect to
>>>> mariadb:
>>>>
>>>>   mysql
>>>>
>>>> Of course mariadb must be started before connecting to it
>>>>
>>>> systemctl start mariadb.service
>>>>
>>>>
>>>>
>>>> *From:* Alex Nyamweya [mailto:animesoni...@gmail.com]
>>>> *Sent:* Wednesday, July 18, 2018 8:00 AM
>>>> *To:* user@openmeetings.apache.org
>>>> *Subject:* Re: Loading Problem
>>>>
>>>>
>>>>
>>>> Ok that's taken care of. Thanks! Now I'm on step 10 where I have to
>>>> install and setup mariadb. When I run the command: mysqladmin -u root
>>>> password new-password (new-password being my actual password) I'm getting
>>>> the following error:
>>>>
>>>>  mysqladmin: connect to server at 'localhost' failed
>>>>
>>>> error: 'Access denied for user 'root'@'localhost' (using password: NO)'
>>>>
>>>> For the record I never even set up a password for root user and it's 
>>>> asking me for one when I use the MySQL Database Server.
>>>>
>>>>
>>>>
>>>> On Wed, Jul 18, 2018 at 12:42 AM, Yakovlev N. 
>>>> wrote:
>>>>
>>>> See the next page
>>>> https://www.oracle.com/technetwork/java/javase/downloads/
>>>> jdk8-downloads-2133151.html
>>>> to get more information 
>>>>
>>>> -Original Message-
>>>> From: Maxim Solodovnik [mailto:solomax...@gmail.com]
>>>> Sent: Wednesday, July 18, 2018 7:08 AM
>>>> To: Openmeetings user-list
>>>> Subject: Re: Loading Problem
>>>>
>>>> You can manually download RPM of Oracle JDK and scp it to your Linux
>>>> machine 
>>>> Or you can use OpenJDK :)))
>>>> On Wed, Jul 18, 2018 at 11:04 AM Alex Nyamweya 
>>>> wrote:
>>>> >
>>>> > I'm installing OpenMeetings on CentOS 7 instead of Ubuntu and I ran
>>>> into the following problem: when I try to run the command on step 4, (wget
>>>> --no-cookies --no-check-certificate --header "Cookie: gpw_e24=http%3A%2F%
>>>> 2Fwww.oracle.com%2F; oraclelicense=accept-securebackup-cookie"
>>>> http://download.oracle.com/otn-pub/java/jdk/8u172-b11/a58eab
>>>> 1ec242421181065cdc37240b08/jdk-8u172-linux-x64.rpm) Im getting the
>>>> following message:
>>>> >
>>>> > --2018-07-18 05:57:58--  http://download.oracle.com/otn
>>>> -pub/java/jdk/8u172-b11/a58eab1ec242421181065cdc37240b08/
>>>> jdk-8u172-linux-x64.rpm
>>>> > Resolving download.oracle.com (download.oracle.com)... 23.210.24.87
>>>> > Connecting to download.oracle.com 
>>>>

Re: Loading Problem

2018-07-18 Thread Alex Nyamweya
No it doesn't exist and yes I ran the

*./ffmpeg_centos7.sh*

script twice. It didn't create the file.

On Wed, Jul 18, 2018 at 5:16 AM, Maxim Solodovnik 
wrote:

> Have you compiled ffmpeg?
> Is it exists on path specified?
>
> On Wed, Jul 18, 2018 at 4:15 PM Alex Nyamweya 
> wrote:
>
>> Alright that worked! Now I'm at the setup page for OpenMeetings and I'm
>> getting an error message when I try to verify the ffmpeg path
>>
>>
>>
>>
>> On Wed, Jul 18, 2018 at 4:16 AM, Alvaro  wrote:
>>
>>> Hi,
>>>
>>> This afternoon will update-change Java in the tutorial and
>>> will upload it.
>>>
>>>
>>> --
>>>
>>>
>>> El mié, 18-07-2018 a las 01:55 -0400, Alex Nyamweya escribió:
>>>
>>> I'm still getting the same error. ERROR 1045 (28000): Access denied for
>>> user 'root'@'localhost' (using password: NO)
>>>
>>> On Wed, Jul 18, 2018 at 1:24 AM, Yakovlev N. 
>>> wrote:
>>>
>>> After installing mariadb the root account has an empty password.
>>>
>>> If you have not set root password enter the next command to connect to
>>> mariadb:
>>>
>>>   mysql
>>>
>>> Of course mariadb must be started before connecting to it
>>>
>>> systemctl start mariadb.service
>>>
>>>
>>>
>>> *From:* Alex Nyamweya [mailto:animesoni...@gmail.com]
>>> *Sent:* Wednesday, July 18, 2018 8:00 AM
>>> *To:* user@openmeetings.apache.org
>>> *Subject:* Re: Loading Problem
>>>
>>>
>>>
>>> Ok that's taken care of. Thanks! Now I'm on step 10 where I have to
>>> install and setup mariadb. When I run the command: mysqladmin -u root
>>> password new-password (new-password being my actual password) I'm getting
>>> the following error:
>>>
>>>  mysqladmin: connect to server at 'localhost' failed
>>>
>>> error: 'Access denied for user 'root'@'localhost' (using password: NO)'
>>>
>>> For the record I never even set up a password for root user and it's asking 
>>> me for one when I use the MySQL Database Server.
>>>
>>>
>>>
>>> On Wed, Jul 18, 2018 at 12:42 AM, Yakovlev N. 
>>> wrote:
>>>
>>> See the next page
>>> https://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-
>>> 2133151.html
>>> to get more information 
>>>
>>> -Original Message-
>>> From: Maxim Solodovnik [mailto:solomax...@gmail.com]
>>> Sent: Wednesday, July 18, 2018 7:08 AM
>>> To: Openmeetings user-list
>>> Subject: Re: Loading Problem
>>>
>>> You can manually download RPM of Oracle JDK and scp it to your Linux
>>> machine 
>>> Or you can use OpenJDK :)))
>>> On Wed, Jul 18, 2018 at 11:04 AM Alex Nyamweya 
>>> wrote:
>>> >
>>> > I'm installing OpenMeetings on CentOS 7 instead of Ubuntu and I ran
>>> into the following problem: when I try to run the command on step 4, (wget
>>> --no-cookies --no-check-certificate --header "Cookie: gpw_e24=http%3A%2F%
>>> 2Fwww.oracle.com%2F; oraclelicense=accept-securebackup-cookie"
>>> http://download.oracle.com/otn-pub/java/jdk/8u172-b11/
>>> a58eab1ec242421181065cdc37240b08/jdk-8u172-linux-x64.rpm) Im getting
>>> the following message:
>>> >
>>> > --2018-07-18 05:57:58--  http://download.oracle.com/
>>> otn-pub/java/jdk/8u172-b11/a58eab1ec242421181065cdc37240b
>>> 08/jdk-8u172-linux-x64.rpm
>>> > Resolving download.oracle.com (download.oracle.com)... 23.210.24.87
>>> > Connecting to download.oracle.com 
>>> > (download.oracle.com)|23.210.24.87|:80...
>>> connected.
>>> > HTTP request sent, awaiting response... 302 Moved Temporarily
>>> > Location: https://edelivery.oracle.com/otn-pub/java/jdk/8u172-b11/
>>> a58eab1ec242421181065cdc37240b08/jdk-8u172-linux-x64.rpm [following]
>>> > --2018-07-18 05:57:58--  https://edelivery.oracle.com/
>>> otn-pub/java/jdk/8u172-b11/a58eab1ec242421181065cdc37240b
>>> 08/jdk-8u172-linux-x64.rpm
>>> > Resolving edelivery.oracle.com (edelivery.oracle.com)...
>>> 2a02:26f0:11c:195::2d3e, 2a02:26f0:11c:19f::2d3e, 23.33.75.164
>>> > Connecting to edelivery.oracle.com 
>>> > (edelivery.oracle.

Re: Loading Problem

2018-07-18 Thread Maxim Solodovnik
Have you compiled ffmpeg?
Is it exists on path specified?

On Wed, Jul 18, 2018 at 4:15 PM Alex Nyamweya 
wrote:

> Alright that worked! Now I'm at the setup page for OpenMeetings and I'm
> getting an error message when I try to verify the ffmpeg path
>
>
>
>
> On Wed, Jul 18, 2018 at 4:16 AM, Alvaro  wrote:
>
>> Hi,
>>
>> This afternoon will update-change Java in the tutorial and
>> will upload it.
>>
>>
>> --
>>
>>
>> El mié, 18-07-2018 a las 01:55 -0400, Alex Nyamweya escribió:
>>
>> I'm still getting the same error. ERROR 1045 (28000): Access denied for
>> user 'root'@'localhost' (using password: NO)
>>
>> On Wed, Jul 18, 2018 at 1:24 AM, Yakovlev N. 
>> wrote:
>>
>> After installing mariadb the root account has an empty password.
>>
>> If you have not set root password enter the next command to connect to
>> mariadb:
>>
>>   mysql
>>
>> Of course mariadb must be started before connecting to it
>>
>> systemctl start mariadb.service
>>
>>
>>
>> *From:* Alex Nyamweya [mailto:animesoni...@gmail.com]
>> *Sent:* Wednesday, July 18, 2018 8:00 AM
>> *To:* user@openmeetings.apache.org
>> *Subject:* Re: Loading Problem
>>
>>
>>
>> Ok that's taken care of. Thanks! Now I'm on step 10 where I have to
>> install and setup mariadb. When I run the command: mysqladmin -u root
>> password new-password (new-password being my actual password) I'm getting
>> the following error:
>>
>>  mysqladmin: connect to server at 'localhost' failed
>>
>> error: 'Access denied for user 'root'@'localhost' (using password: NO)'
>>
>> For the record I never even set up a password for root user and it's asking 
>> me for one when I use the MySQL Database Server.
>>
>>
>>
>> On Wed, Jul 18, 2018 at 12:42 AM, Yakovlev N. 
>> wrote:
>>
>> See the next page
>>
>> https://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html
>> to get more information 
>>
>> -Original Message-
>> From: Maxim Solodovnik [mailto:solomax...@gmail.com]
>> Sent: Wednesday, July 18, 2018 7:08 AM
>> To: Openmeetings user-list
>> Subject: Re: Loading Problem
>>
>> You can manually download RPM of Oracle JDK and scp it to your Linux
>> machine 
>> Or you can use OpenJDK :)))
>> On Wed, Jul 18, 2018 at 11:04 AM Alex Nyamweya 
>> wrote:
>> >
>> > I'm installing OpenMeetings on CentOS 7 instead of Ubuntu and I ran
>> into the following problem: when I try to run the command on step 4, (wget
>> --no-cookies --no-check-certificate --header "Cookie: gpw_e24=http%3A%2F%
>> 2Fwww.oracle.com%2F; oraclelicense=accept-securebackup-cookie"
>> http://download.oracle.com/otn-pub/java/jdk/8u172-b11/a58eab1ec242421181065cdc37240b08/jdk-8u172-linux-x64.rpm)
>> Im getting the following message:
>> >
>> > --2018-07-18 05:57:58--
>> http://download.oracle.com/otn-pub/java/jdk/8u172-b11/a58eab1ec242421181065cdc37240b08/jdk-8u172-linux-x64.rpm
>> > Resolving download.oracle.com (download.oracle.com)... 23.210.24.87
>> > Connecting to download.oracle.com (download.oracle.com)|23.210.24.87|:80...
>> connected.
>> > HTTP request sent, awaiting response... 302 Moved Temporarily
>> > Location:
>> https://edelivery.oracle.com/otn-pub/java/jdk/8u172-b11/a58eab1ec242421181065cdc37240b08/jdk-8u172-linux-x64.rpm
>> [following]
>> > --2018-07-18 05:57:58--
>> https://edelivery.oracle.com/otn-pub/java/jdk/8u172-b11/a58eab1ec242421181065cdc37240b08/jdk-8u172-linux-x64.rpm
>> > Resolving edelivery.oracle.com (edelivery.oracle.com)...
>> 2a02:26f0:11c:195::2d3e, 2a02:26f0:11c:19f::2d3e, 23.33.75.164
>> > Connecting to edelivery.oracle.com 
>> > (edelivery.oracle.com)|2a02:26f0:11c:195::2d3e|:443...
>> connected.
>> > HTTP request sent, awaiting response... 302 Moved Temporarily
>> > Location:
>> http://download.oracle.com/otn-pub/java/jdk/8u172-b11/a58eab1ec242421181065cdc37240b08/jdk-8u172-linux-x64.rpm?AuthParam=1531886398_d744909c71191616a140978a0fc10e06
>> [following]
>> > --2018-07-18 05:57:58--
>> http://download.oracle.com/otn-pub/java/jdk/8u172-b11/a58eab1ec242421181065cdc37240b08/jdk-8u172-linux-x64.rpm?AuthParam=1531886398_d744909c71191616a140978a0fc10e06
>> > Connecting to download.oracle.com (download.oracle.com)|23.210.24.87|:80...
>> conn

Re: Loading Problem

2018-07-18 Thread Alex Nyamweya
Alright that worked! Now I'm at the setup page for OpenMeetings and I'm
getting an error message when I try to verify the ffmpeg path




On Wed, Jul 18, 2018 at 4:16 AM, Alvaro  wrote:

> Hi,
>
> This afternoon will update-change Java in the tutorial and
> will upload it.
>
>
> --
>
>
> El mié, 18-07-2018 a las 01:55 -0400, Alex Nyamweya escribió:
>
> I'm still getting the same error. ERROR 1045 (28000): Access denied for
> user 'root'@'localhost' (using password: NO)
>
> On Wed, Jul 18, 2018 at 1:24 AM, Yakovlev N. 
> wrote:
>
> After installing mariadb the root account has an empty password.
>
> If you have not set root password enter the next command to connect to
> mariadb:
>
>   mysql
>
> Of course mariadb must be started before connecting to it
>
> systemctl start mariadb.service
>
>
>
> *From:* Alex Nyamweya [mailto:animesoni...@gmail.com]
> *Sent:* Wednesday, July 18, 2018 8:00 AM
> *To:* user@openmeetings.apache.org
> *Subject:* Re: Loading Problem
>
>
>
> Ok that's taken care of. Thanks! Now I'm on step 10 where I have to
> install and setup mariadb. When I run the command: mysqladmin -u root
> password new-password (new-password being my actual password) I'm getting
> the following error:
>
>  mysqladmin: connect to server at 'localhost' failed
>
> error: 'Access denied for user 'root'@'localhost' (using password: NO)'
>
> For the record I never even set up a password for root user and it's asking 
> me for one when I use the MySQL Database Server.
>
>
>
> On Wed, Jul 18, 2018 at 12:42 AM, Yakovlev N. 
> wrote:
>
> See the next page
> https://www.oracle.com/technetwork/java/javase/downloads/
> jdk8-downloads-2133151.html
> to get more information 
>
> -Original Message-
> From: Maxim Solodovnik [mailto:solomax...@gmail.com]
> Sent: Wednesday, July 18, 2018 7:08 AM
> To: Openmeetings user-list
> Subject: Re: Loading Problem
>
> You can manually download RPM of Oracle JDK and scp it to your Linux
> machine 
> Or you can use OpenJDK :)))
> On Wed, Jul 18, 2018 at 11:04 AM Alex Nyamweya 
> wrote:
> >
> > I'm installing OpenMeetings on CentOS 7 instead of Ubuntu and I ran into
> the following problem: when I try to run the command on step 4, (wget
> --no-cookies --no-check-certificate --header "Cookie: gpw_e24=http%3A%2F%
> 2Fwww.oracle.com%2F; oraclelicense=accept-securebackup-cookie"
> http://download.oracle.com/otn-pub/java/jdk/8u172-b11/a58eab
> 1ec242421181065cdc37240b08/jdk-8u172-linux-x64.rpm) Im getting the
> following message:
> >
> > --2018-07-18 05:57:58--  http://download.oracle.com/otn
> -pub/java/jdk/8u172-b11/a58eab1ec242421181065cdc37240b08/
> jdk-8u172-linux-x64.rpm
> > Resolving download.oracle.com (download.oracle.com)... 23.210.24.87
> > Connecting to download.oracle.com (download.oracle.com)|23.210.24.87|:80...
> connected.
> > HTTP request sent, awaiting response... 302 Moved Temporarily
> > Location: https://edelivery.oracle.com/otn-pub/java/jdk/8u172-b11/a58e
> ab1ec242421181065cdc37240b08/jdk-8u172-linux-x64.rpm [following]
> > --2018-07-18 05:57:58--  https://edelivery.oracle.com/o
> tn-pub/java/jdk/8u172-b11/a58eab1ec242421181065cdc37240b08/
> jdk-8u172-linux-x64.rpm
> > Resolving edelivery.oracle.com (edelivery.oracle.com)...
> 2a02:26f0:11c:195::2d3e, 2a02:26f0:11c:19f::2d3e, 23.33.75.164
> > Connecting to edelivery.oracle.com 
> > (edelivery.oracle.com)|2a02:26f0:11c:195::2d3e|:443...
> connected.
> > HTTP request sent, awaiting response... 302 Moved Temporarily
> > Location: http://download.oracle.com/otn-pub/java/jdk/8u172-b11/a58eab
> 1ec242421181065cdc37240b08/jdk-8u172-linux-x64.rpm?AuthPa
> ram=1531886398_d744909c71191616a140978a0fc10e06 [following]
> > --2018-07-18 05:57:58--  http://download.oracle.com/otn
> -pub/java/jdk/8u172-b11/a58eab1ec242421181065cdc37240b08/
> jdk-8u172-linux-x64.rpm?AuthParam=1531886398_d744909c7119161
> 6a140978a0fc10e06
> > Connecting to download.oracle.com (download.oracle.com)|23.210.24.87|:80...
> connected.
> > HTTP request sent, awaiting response... 404 Not Found
> > 2018-07-18 05:58:01 ERROR 404: Not Found.
> >
> > I believe the last message is preventing me from doing the next step:
> rpm -ivh jdk-8u172-linux-x64.rpm
> >
> > error: open of jdk-8u172-linux-x64.rpm failed: No such file or directory
> >
> >
> > On Mon, Jul 16, 2018 at 5:13 AM, Maxim Solodovnik 
> wrote:
> >>
> >> You need to modify following file
> >> webapps/r

Re: Loading Problem

2018-07-18 Thread Alvaro
Hi,
This afternoon will update-change Java in the tutorial andwill upload
it.

--

El mié, 18-07-2018 a las 01:55 -0400, Alex Nyamweya escribió:
> I'm still getting the same error. ERROR 1045 (28000): Access denied
> for user 'root'@'localhost' (using password: NO)
> 
> On Wed, Jul 18, 2018 at 1:24 AM, Yakovlev N.  > wrote:
> > After installing mariadb the root account has an empty password.
> > If you have not set root password enter the next command to connect
> > to mariadb:
> >   mysql
> > Of course mariadb must be started before connecting to it
> > systemctl start mariadb.service
> >  
> > From: Alex Nyamweya [mailto:animesoni...@gmail.com] 
> > Sent: Wednesday, July 18, 2018 8:00 AM
> > To: user@openmeetings.apache.org
> > Subject: Re: Loading Problem
> >  
> > Ok that's taken care of. Thanks! Now I'm on step 10 where I have to
> > install and setup mariadb. When I run the command: mysqladmin -u
> > root password new-password (new-password being my actual password)
> > I'm getting the following error:
> >  mysqladmin: connect to server at 'localhost' failederror: 'Access
> > denied for user 'root'@'localhost' (using password: NO)'For the
> > record I never even set up a password for root user and it's asking
> > me for one when I use the MySQL Database Server.
> >  
> > On Wed, Jul 18, 2018 at 12:42 AM, Yakovlev N.  > .ru> wrote:
> > See the next page
> > https://www.oracle.com/technetwork/java/javase/downloads/jdk8-downl
> > oads-2133151.html
> > to get more information 
> > 
> > -Original Message-
> > From: Maxim Solodovnik [mailto:solomax...@gmail.com] 
> > Sent: Wednesday, July 18, 2018 7:08 AM
> > To: Openmeetings user-list
> > Subject: Re: Loading Problem
> > You can manually download RPM of Oracle JDK and scp it to your
> > Linux
> > machine 
> > Or you can use OpenJDK :)))
> > On Wed, Jul 18, 2018 at 11:04 AM Alex Nyamweya  > com> wrote:
> > >
> > > I'm installing OpenMeetings on CentOS 7 instead of Ubuntu and I
> > ran into the following problem: when I try to run the command on
> > step 4, (wget --no-cookies --no-check-certificate --header "Cookie:
> > gpw_e24=http%3A%2F%2Fwww.oracle.com%2F; oraclelicense=accept-
> > securebackup-cookie" http://download.oracle.com/otn-
> > pub/java/jdk/8u172-b11/a58eab1ec242421181065cdc37240b08/jdk-8u172-
> > linux-x64.rpm) Im getting the following message:
> > >
> > > --2018-07-18 05:57:58--  http://download.oracle.com/otn-pub/java/
> > jdk/8u172-b11/a58eab1ec242421181065cdc37240b08/jdk-8u172-linux-
> > x64.rpm
> > > Resolving download.oracle.com (download.oracle.com)...
> > 23.210.24.87
> > > Connecting to download.oracle.com
> > (download.oracle.com)|23.210.24.87|:80... connected.
> > > HTTP request sent, awaiting response... 302 Moved Temporarily
> > > Location: https://edelivery.oracle.com/otn-pub/java/jdk/8u172-b11
> > /a58eab1ec242421181065cdc37240b08/jdk-8u172-linux-x64.rpm
> > [following]
> > > --2018-07-18 05:57:58--  https://edelivery.oracle.com/otn-pub/jav
> > a/jdk/8u172-b11/a58eab1ec242421181065cdc37240b08/jdk-8u172-linux-
> > x64.rpm
> > > Resolving edelivery.oracle.com (edelivery.oracle.com)...
> > 2a02:26f0:11c:195::2d3e, 2a02:26f0:11c:19f::2d3e, 23.33.75.164
> > > Connecting to edelivery.oracle.com
> > (edelivery.oracle.com)|2a02:26f0:11c:195::2d3e|:443... connected.
> > > HTTP request sent, awaiting response... 302 Moved Temporarily
> > > Location: http://download.oracle.com/otn-pub/java/jdk/8u172-b11/a
> > 58eab1ec242421181065cdc37240b08/jdk-8u172-linux-
> > x64.rpm?AuthParam=1531886398_d744909c71191616a140978a0fc10e06
> > [following]
> > > --2018-07-18 05:57:58--  http://download.oracle.com/otn-pub/java/
> > jdk/8u172-b11/a58eab1ec242421181065cdc37240b08/jdk-8u172-linux-
> > x64.rpm?AuthParam=1531886398_d744909c71191616a140978a0fc10e06
> > > Connecting to download.oracle.com
> > (download.oracle.com)|23.210.24.87|:80... connected.
> > > HTTP request sent, awaiting response... 404 Not Found
> > > 2018-07-18 05:58:01 ERROR 404: Not Found.
> > >
> > > I believe the last message is preventing me from doing the next
> > step: rpm -ivh jdk-8u172-linux-x64.rpm
> > >
> > > error: open of jdk-8u172-linux-x64.rpm failed: No such file or
> > directory
> > >
> > >
> > > On Mon, Jul 16, 2018 at 5:

RE: Loading Problem

2018-07-18 Thread Yakovlev N.
Ups, its strange.

It seems the pass has been changed.

Reinstall mariadb (delete packages and install again).

Start mariadb -systemctl start mariadb.service

Enter to mariadb -  mysql

 

From: Alex Nyamweya [mailto:animesoni...@gmail.com] 
Sent: Wednesday, July 18, 2018 8:55 AM
To: user@openmeetings.apache.org
Subject: Re: Loading Problem

 

I'm still getting the same error. ERROR 1045 (28000): Access denied for user 
'root'@'localhost' (using password: NO)

 

On Wed, Jul 18, 2018 at 1:24 AM, Yakovlev N.  wrote:

After installing mariadb the root account has an empty password.

If you have not set root password enter the next command to connect to mariadb:

  mysql

Of course mariadb must be started before connecting to it

systemctl start mariadb.service

 

From: Alex Nyamweya [mailto:animesoni...@gmail.com] 
Sent: Wednesday, July 18, 2018 8:00 AM
To: user@openmeetings.apache.org
Subject: Re: Loading Problem

 

Ok that's taken care of. Thanks! Now I'm on step 10 where I have to install and 
setup mariadb. When I run the command: mysqladmin -u root password new-password 
(new-password being my actual password) I'm getting the following error:

 mysqladmin: connect to server at 'localhost' failed
error: 'Access denied for user 'root'@'localhost' (using password: NO)'
For the record I never even set up a password for root user and it's asking me 
for one when I use the MySQL Database Server.

 

On Wed, Jul 18, 2018 at 12:42 AM, Yakovlev N.  wrote:

See the next page
https://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html
to get more information 

-Original Message-
From: Maxim Solodovnik [mailto:solomax...@gmail.com] 
Sent: Wednesday, July 18, 2018 7:08 AM
To: Openmeetings user-list
Subject: Re: Loading Problem

You can manually download RPM of Oracle JDK and scp it to your Linux
machine 
Or you can use OpenJDK :)))
On Wed, Jul 18, 2018 at 11:04 AM Alex Nyamweya  wrote:
>
> I'm installing OpenMeetings on CentOS 7 instead of Ubuntu and I ran into the 
> following problem: when I try to run the command on step 4, (wget 
> --no-cookies --no-check-certificate --header "Cookie: 
> gpw_e24=http%3A%2F%2Fwww.oracle.com%2F; 
> oraclelicense=accept-securebackup-cookie" 
> http://download.oracle.com/otn-pub/java/jdk/8u172-b11/a58eab1ec242421181065cdc37240b08/jdk-8u172-linux-x64.rpm)
>  Im getting the following message:
>
> --2018-07-18 05:57:58--  
> http://download.oracle.com/otn-pub/java/jdk/8u172-b11/a58eab1ec242421181065cdc37240b08/jdk-8u172-linux-x64.rpm
> Resolving download.oracle.com (download.oracle.com)... 23.210.24.87
> Connecting to download.oracle.com (download.oracle.com)|23.210.24.87|:80... 
> connected.
> HTTP request sent, awaiting response... 302 Moved Temporarily
> Location: 
> https://edelivery.oracle.com/otn-pub/java/jdk/8u172-b11/a58eab1ec242421181065cdc37240b08/jdk-8u172-linux-x64.rpm
>  [following]
> --2018-07-18 05:57:58--  
> https://edelivery.oracle.com/otn-pub/java/jdk/8u172-b11/a58eab1ec242421181065cdc37240b08/jdk-8u172-linux-x64.rpm
> Resolving edelivery.oracle.com (edelivery.oracle.com)... 
> 2a02:26f0:11c:195::2d3e, 2a02:26f0:11c:19f::2d3e, 23.33.75.164
> Connecting to edelivery.oracle.com 
> (edelivery.oracle.com)|2a02:26f0:11c:195::2d3e|:443... connected.
> HTTP request sent, awaiting response... 302 Moved Temporarily
> Location: 
> http://download.oracle.com/otn-pub/java/jdk/8u172-b11/a58eab1ec242421181065cdc37240b08/jdk-8u172-linux-x64.rpm?AuthParam=1531886398_d744909c71191616a140978a0fc10e06
>  [following]
> --2018-07-18 05:57:58--  
> http://download.oracle.com/otn-pub/java/jdk/8u172-b11/a58eab1ec242421181065cdc37240b08/jdk-8u172-linux-x64.rpm?AuthParam=1531886398_d744909c71191616a140978a0fc10e06
> Connecting to download.oracle.com (download.oracle.com)|23.210.24.87|:80... 
> connected.
> HTTP request sent, awaiting response... 404 Not Found
> 2018-07-18 05:58:01 ERROR 404: Not Found.
>
> I believe the last message is preventing me from doing the next step: rpm 
> -ivh jdk-8u172-linux-x64.rpm
>
> error: open of jdk-8u172-linux-x64.rpm failed: No such file or directory
>
>
> On Mon, Jul 16, 2018 at 5:13 AM, Maxim Solodovnik  
> wrote:
>>
>> You need to modify following file
>> webapps/root/index.html
>> On Mon, Jul 16, 2018 at 4:07 PM Alex Nyamweya  wrote:
>> >
>> > Okay thank you now my next question is how can I customize the redirecting 
>> > page to OpenMeetings when I put mydomainname:5080?
>> >
>> > On Mon, Jul 16, 2018 at 2:13 AM, Maxim Solodovnik  
>> > wrote:
>> >>
>> >> Here are the list of tested OSes:
>> >> https://cwiki.apache.org/confluence/display/OPENMEETINGS/Tutorials+fo

Re: Loading Problem

2018-07-17 Thread Alex Nyamweya
I'm still getting the same error. ERROR 1045 (28000): Access denied for
user 'root'@'localhost' (using password: NO)

On Wed, Jul 18, 2018 at 1:24 AM, Yakovlev N. 
wrote:

> After installing mariadb the root account has an empty password.
>
> If you have not set root password enter the next command to connect to
> mariadb:
>
>   mysql
>
> Of course mariadb must be started before connecting to it
>
> systemctl start mariadb.service
>
>
>
> *From:* Alex Nyamweya [mailto:animesoni...@gmail.com]
> *Sent:* Wednesday, July 18, 2018 8:00 AM
> *To:* user@openmeetings.apache.org
> *Subject:* Re: Loading Problem
>
>
>
> Ok that's taken care of. Thanks! Now I'm on step 10 where I have to
> install and setup mariadb. When I run the command: mysqladmin -u root
> password new-password (new-password being my actual password) I'm getting
> the following error:
>
>  mysqladmin: connect to server at 'localhost' failed
>
> error: 'Access denied for user 'root'@'localhost' (using password: NO)'
>
> For the record I never even set up a password for root user and it's asking 
> me for one when I use the MySQL Database Server.
>
>
>
> On Wed, Jul 18, 2018 at 12:42 AM, Yakovlev N. 
> wrote:
>
> See the next page
> https://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-
> 2133151.html
> to get more information 
>
> -Original Message-
> From: Maxim Solodovnik [mailto:solomax...@gmail.com]
> Sent: Wednesday, July 18, 2018 7:08 AM
> To: Openmeetings user-list
> Subject: Re: Loading Problem
>
> You can manually download RPM of Oracle JDK and scp it to your Linux
> machine 
> Or you can use OpenJDK :)))
> On Wed, Jul 18, 2018 at 11:04 AM Alex Nyamweya 
> wrote:
> >
> > I'm installing OpenMeetings on CentOS 7 instead of Ubuntu and I ran into
> the following problem: when I try to run the command on step 4, (wget
> --no-cookies --no-check-certificate --header "Cookie: gpw_e24=http%3A%2F%
> 2Fwww.oracle.com%2F; oraclelicense=accept-securebackup-cookie"
> http://download.oracle.com/otn-pub/java/jdk/8u172-b11/
> a58eab1ec242421181065cdc37240b08/jdk-8u172-linux-x64.rpm) Im getting the
> following message:
> >
> > --2018-07-18 05:57:58--  http://download.oracle.com/
> otn-pub/java/jdk/8u172-b11/a58eab1ec242421181065cdc37240b
> 08/jdk-8u172-linux-x64.rpm
> > Resolving download.oracle.com (download.oracle.com)... 23.210.24.87
> > Connecting to download.oracle.com (download.oracle.com)|23.210.24.87|:80...
> connected.
> > HTTP request sent, awaiting response... 302 Moved Temporarily
> > Location: https://edelivery.oracle.com/otn-pub/java/jdk/8u172-b11/
> a58eab1ec242421181065cdc37240b08/jdk-8u172-linux-x64.rpm [following]
> > --2018-07-18 05:57:58--  https://edelivery.oracle.com/
> otn-pub/java/jdk/8u172-b11/a58eab1ec242421181065cdc37240b
> 08/jdk-8u172-linux-x64.rpm
> > Resolving edelivery.oracle.com (edelivery.oracle.com)...
> 2a02:26f0:11c:195::2d3e, 2a02:26f0:11c:19f::2d3e, 23.33.75.164
> > Connecting to edelivery.oracle.com 
> > (edelivery.oracle.com)|2a02:26f0:11c:195::2d3e|:443...
> connected.
> > HTTP request sent, awaiting response... 302 Moved Temporarily
> > Location: http://download.oracle.com/otn-pub/java/jdk/8u172-b11/
> a58eab1ec242421181065cdc37240b08/jdk-8u172-linux-x64.rpm?
> AuthParam=1531886398_d744909c71191616a140978a0fc10e06 [following]
> > --2018-07-18 05:57:58--  http://download.oracle.com/
> otn-pub/java/jdk/8u172-b11/a58eab1ec242421181065cdc37240b
> 08/jdk-8u172-linux-x64.rpm?AuthParam=1531886398_
> d744909c71191616a140978a0fc10e06
> > Connecting to download.oracle.com (download.oracle.com)|23.210.24.87|:80...
> connected.
> > HTTP request sent, awaiting response... 404 Not Found
> > 2018-07-18 05:58:01 ERROR 404: Not Found.
> >
> > I believe the last message is preventing me from doing the next step:
> rpm -ivh jdk-8u172-linux-x64.rpm
> >
> > error: open of jdk-8u172-linux-x64.rpm failed: No such file or directory
> >
> >
> > On Mon, Jul 16, 2018 at 5:13 AM, Maxim Solodovnik 
> wrote:
> >>
> >> You need to modify following file
> >> webapps/root/index.html
> >> On Mon, Jul 16, 2018 at 4:07 PM Alex Nyamweya 
> wrote:
> >> >
> >> > Okay thank you now my next question is how can I customize the
> redirecting page to OpenMeetings when I put mydomainname:5080?
> >> >
> >> > On Mon, Jul 16, 2018 at 2:13 AM, Maxim Solodovnik <
> solomax...@gmail.com> wrote:
> >> >>
> >> >> Here are the list of tested

RE: Loading Problem

2018-07-17 Thread Yakovlev N.
After installing mariadb the root account has an empty password.

If you have not set root password enter the next command to connect to mariadb:

  mysql

Of course mariadb must be started before connecting to it

systemctl start mariadb.service

 

From: Alex Nyamweya [mailto:animesoni...@gmail.com] 
Sent: Wednesday, July 18, 2018 8:00 AM
To: user@openmeetings.apache.org
Subject: Re: Loading Problem

 

Ok that's taken care of. Thanks! Now I'm on step 10 where I have to install and 
setup mariadb. When I run the command: mysqladmin -u root password new-password 
(new-password being my actual password) I'm getting the following error:

 mysqladmin: connect to server at 'localhost' failed
error: 'Access denied for user 'root'@'localhost' (using password: NO)'
For the record I never even set up a password for root user and it's asking me 
for one when I use the MySQL Database Server.

 

On Wed, Jul 18, 2018 at 12:42 AM, Yakovlev N.  wrote:

See the next page
https://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html
to get more information 

-Original Message-
From: Maxim Solodovnik [mailto:solomax...@gmail.com] 
Sent: Wednesday, July 18, 2018 7:08 AM
To: Openmeetings user-list
Subject: Re: Loading Problem

You can manually download RPM of Oracle JDK and scp it to your Linux
machine 
Or you can use OpenJDK :)))
On Wed, Jul 18, 2018 at 11:04 AM Alex Nyamweya  wrote:
>
> I'm installing OpenMeetings on CentOS 7 instead of Ubuntu and I ran into the 
> following problem: when I try to run the command on step 4, (wget 
> --no-cookies --no-check-certificate --header "Cookie: 
> gpw_e24=http%3A%2F%2Fwww.oracle.com%2F; 
> oraclelicense=accept-securebackup-cookie" 
> http://download.oracle.com/otn-pub/java/jdk/8u172-b11/a58eab1ec242421181065cdc37240b08/jdk-8u172-linux-x64.rpm)
>  Im getting the following message:
>
> --2018-07-18 05:57:58--  
> http://download.oracle.com/otn-pub/java/jdk/8u172-b11/a58eab1ec242421181065cdc37240b08/jdk-8u172-linux-x64.rpm
> Resolving download.oracle.com (download.oracle.com)... 23.210.24.87
> Connecting to download.oracle.com (download.oracle.com)|23.210.24.87|:80... 
> connected.
> HTTP request sent, awaiting response... 302 Moved Temporarily
> Location: 
> https://edelivery.oracle.com/otn-pub/java/jdk/8u172-b11/a58eab1ec242421181065cdc37240b08/jdk-8u172-linux-x64.rpm
>  [following]
> --2018-07-18 05:57:58--  
> https://edelivery.oracle.com/otn-pub/java/jdk/8u172-b11/a58eab1ec242421181065cdc37240b08/jdk-8u172-linux-x64.rpm
> Resolving edelivery.oracle.com (edelivery.oracle.com)... 
> 2a02:26f0:11c:195::2d3e, 2a02:26f0:11c:19f::2d3e, 23.33.75.164
> Connecting to edelivery.oracle.com 
> (edelivery.oracle.com)|2a02:26f0:11c:195::2d3e|:443... connected.
> HTTP request sent, awaiting response... 302 Moved Temporarily
> Location: 
> http://download.oracle.com/otn-pub/java/jdk/8u172-b11/a58eab1ec242421181065cdc37240b08/jdk-8u172-linux-x64.rpm?AuthParam=1531886398_d744909c71191616a140978a0fc10e06
>  [following]
> --2018-07-18 05:57:58--  
> http://download.oracle.com/otn-pub/java/jdk/8u172-b11/a58eab1ec242421181065cdc37240b08/jdk-8u172-linux-x64.rpm?AuthParam=1531886398_d744909c71191616a140978a0fc10e06
> Connecting to download.oracle.com (download.oracle.com)|23.210.24.87|:80... 
> connected.
> HTTP request sent, awaiting response... 404 Not Found
> 2018-07-18 05:58:01 ERROR 404: Not Found.
>
> I believe the last message is preventing me from doing the next step: rpm 
> -ivh jdk-8u172-linux-x64.rpm
>
> error: open of jdk-8u172-linux-x64.rpm failed: No such file or directory
>
>
> On Mon, Jul 16, 2018 at 5:13 AM, Maxim Solodovnik  
> wrote:
>>
>> You need to modify following file
>> webapps/root/index.html
>> On Mon, Jul 16, 2018 at 4:07 PM Alex Nyamweya  wrote:
>> >
>> > Okay thank you now my next question is how can I customize the redirecting 
>> > page to OpenMeetings when I put mydomainname:5080?
>> >
>> > On Mon, Jul 16, 2018 at 2:13 AM, Maxim Solodovnik  
>> > wrote:
>> >>
>> >> Here are the list of tested OSes:
>> >> https://cwiki.apache.org/confluence/display/OPENMEETINGS/Tutorials+for+installing+OpenMeetings+and+Tools
>> >> OM should work as expected :)
>> >> On Mon, Jul 16, 2018 at 1:00 PM Alex Nyamweya  
>> >> wrote:
>> >> >
>> >> > Okay for the first post I decided to wipe the server clean and 
>> >> > reinstall Apache OpenMeetings. I'm in the process of doing it now so 
>> >> > when I reinstall OpenMeetings I'll let you know if I have any issues. 
>> >> > Does OpenMeetings run well on CentOS or is 

Re: Loading Problem

2018-07-17 Thread Alex Nyamweya
Ok that's taken care of. Thanks! Now I'm on step 10 where I have to install
and setup mariadb. When I run the command: mysqladmin -u root password
new-password (new-password being my actual password) I'm getting the
following error:

 mysqladmin: connect to server at 'localhost' failed
error: 'Access denied for user 'root'@'localhost' (using password: NO)'

For the record I never even set up a password for root user and it's
asking me for one when I use the MySQL Database Server.


On Wed, Jul 18, 2018 at 12:42 AM, Yakovlev N. 
wrote:

> See the next page
> https://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-
> 2133151.html
> to get more information 
>
> -Original Message-
> From: Maxim Solodovnik [mailto:solomax...@gmail.com]
> Sent: Wednesday, July 18, 2018 7:08 AM
> To: Openmeetings user-list
> Subject: Re: Loading Problem
>
> You can manually download RPM of Oracle JDK and scp it to your Linux
> machine 
> Or you can use OpenJDK :)))
> On Wed, Jul 18, 2018 at 11:04 AM Alex Nyamweya 
> wrote:
> >
> > I'm installing OpenMeetings on CentOS 7 instead of Ubuntu and I ran into
> the following problem: when I try to run the command on step 4, (wget
> --no-cookies --no-check-certificate --header "Cookie: gpw_e24=http%3A%2F%
> 2Fwww.oracle.com%2F; oraclelicense=accept-securebackup-cookie"
> http://download.oracle.com/otn-pub/java/jdk/8u172-b11/
> a58eab1ec242421181065cdc37240b08/jdk-8u172-linux-x64.rpm) Im getting the
> following message:
> >
> > --2018-07-18 05:57:58--  http://download.oracle.com/
> otn-pub/java/jdk/8u172-b11/a58eab1ec242421181065cdc37240b
> 08/jdk-8u172-linux-x64.rpm
> > Resolving download.oracle.com (download.oracle.com)... 23.210.24.87
> > Connecting to download.oracle.com (download.oracle.com)|23.210.24.87|:80...
> connected.
> > HTTP request sent, awaiting response... 302 Moved Temporarily
> > Location: https://edelivery.oracle.com/otn-pub/java/jdk/8u172-b11/
> a58eab1ec242421181065cdc37240b08/jdk-8u172-linux-x64.rpm [following]
> > --2018-07-18 05:57:58--  https://edelivery.oracle.com/
> otn-pub/java/jdk/8u172-b11/a58eab1ec242421181065cdc37240b
> 08/jdk-8u172-linux-x64.rpm
> > Resolving edelivery.oracle.com (edelivery.oracle.com)...
> 2a02:26f0:11c:195::2d3e, 2a02:26f0:11c:19f::2d3e, 23.33.75.164
> > Connecting to edelivery.oracle.com 
> > (edelivery.oracle.com)|2a02:26f0:11c:195::2d3e|:443...
> connected.
> > HTTP request sent, awaiting response... 302 Moved Temporarily
> > Location: http://download.oracle.com/otn-pub/java/jdk/8u172-b11/
> a58eab1ec242421181065cdc37240b08/jdk-8u172-linux-x64.rpm?
> AuthParam=1531886398_d744909c71191616a140978a0fc10e06 [following]
> > --2018-07-18 05:57:58--  http://download.oracle.com/
> otn-pub/java/jdk/8u172-b11/a58eab1ec242421181065cdc37240b
> 08/jdk-8u172-linux-x64.rpm?AuthParam=1531886398_
> d744909c71191616a140978a0fc10e06
> > Connecting to download.oracle.com (download.oracle.com)|23.210.24.87|:80...
> connected.
> > HTTP request sent, awaiting response... 404 Not Found
> > 2018-07-18 05:58:01 ERROR 404: Not Found.
> >
> > I believe the last message is preventing me from doing the next step:
> rpm -ivh jdk-8u172-linux-x64.rpm
> >
> > error: open of jdk-8u172-linux-x64.rpm failed: No such file or directory
> >
> >
> > On Mon, Jul 16, 2018 at 5:13 AM, Maxim Solodovnik 
> wrote:
> >>
> >> You need to modify following file
> >> webapps/root/index.html
> >> On Mon, Jul 16, 2018 at 4:07 PM Alex Nyamweya 
> wrote:
> >> >
> >> > Okay thank you now my next question is how can I customize the
> redirecting page to OpenMeetings when I put mydomainname:5080?
> >> >
> >> > On Mon, Jul 16, 2018 at 2:13 AM, Maxim Solodovnik <
> solomax...@gmail.com> wrote:
> >> >>
> >> >> Here are the list of tested OSes:
> >> >> https://cwiki.apache.org/confluence/display/
> OPENMEETINGS/Tutorials+for+installing+OpenMeetings+and+Tools
> >> >> OM should work as expected :)
> >> >> On Mon, Jul 16, 2018 at 1:00 PM Alex Nyamweya <
> animesoni...@gmail.com> wrote:
> >> >> >
> >> >> > Okay for the first post I decided to wipe the server clean and
> reinstall Apache OpenMeetings. I'm in the process of doing it now so when I
> reinstall OpenMeetings I'll let you know if I have any issues. Does
> OpenMeetings run well on CentOS or is it better to use Ubuntu?
> >> >> >
> >> >> > On Mon, Jul 16, 2018 at 1:32 AM, Maxim Solodovnik &

RE: Loading Problem

2018-07-17 Thread Yakovlev N.
See the next page
https://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html
to get more information 

-Original Message-
From: Maxim Solodovnik [mailto:solomax...@gmail.com] 
Sent: Wednesday, July 18, 2018 7:08 AM
To: Openmeetings user-list
Subject: Re: Loading Problem

You can manually download RPM of Oracle JDK and scp it to your Linux
machine 
Or you can use OpenJDK :)))
On Wed, Jul 18, 2018 at 11:04 AM Alex Nyamweya  wrote:
>
> I'm installing OpenMeetings on CentOS 7 instead of Ubuntu and I ran into the 
> following problem: when I try to run the command on step 4, (wget 
> --no-cookies --no-check-certificate --header "Cookie: 
> gpw_e24=http%3A%2F%2Fwww.oracle.com%2F; 
> oraclelicense=accept-securebackup-cookie" 
> http://download.oracle.com/otn-pub/java/jdk/8u172-b11/a58eab1ec242421181065cdc37240b08/jdk-8u172-linux-x64.rpm)
>  Im getting the following message:
>
> --2018-07-18 05:57:58--  
> http://download.oracle.com/otn-pub/java/jdk/8u172-b11/a58eab1ec242421181065cdc37240b08/jdk-8u172-linux-x64.rpm
> Resolving download.oracle.com (download.oracle.com)... 23.210.24.87
> Connecting to download.oracle.com (download.oracle.com)|23.210.24.87|:80... 
> connected.
> HTTP request sent, awaiting response... 302 Moved Temporarily
> Location: 
> https://edelivery.oracle.com/otn-pub/java/jdk/8u172-b11/a58eab1ec242421181065cdc37240b08/jdk-8u172-linux-x64.rpm
>  [following]
> --2018-07-18 05:57:58--  
> https://edelivery.oracle.com/otn-pub/java/jdk/8u172-b11/a58eab1ec242421181065cdc37240b08/jdk-8u172-linux-x64.rpm
> Resolving edelivery.oracle.com (edelivery.oracle.com)... 
> 2a02:26f0:11c:195::2d3e, 2a02:26f0:11c:19f::2d3e, 23.33.75.164
> Connecting to edelivery.oracle.com 
> (edelivery.oracle.com)|2a02:26f0:11c:195::2d3e|:443... connected.
> HTTP request sent, awaiting response... 302 Moved Temporarily
> Location: 
> http://download.oracle.com/otn-pub/java/jdk/8u172-b11/a58eab1ec242421181065cdc37240b08/jdk-8u172-linux-x64.rpm?AuthParam=1531886398_d744909c71191616a140978a0fc10e06
>  [following]
> --2018-07-18 05:57:58--  
> http://download.oracle.com/otn-pub/java/jdk/8u172-b11/a58eab1ec242421181065cdc37240b08/jdk-8u172-linux-x64.rpm?AuthParam=1531886398_d744909c71191616a140978a0fc10e06
> Connecting to download.oracle.com (download.oracle.com)|23.210.24.87|:80... 
> connected.
> HTTP request sent, awaiting response... 404 Not Found
> 2018-07-18 05:58:01 ERROR 404: Not Found.
>
> I believe the last message is preventing me from doing the next step: rpm 
> -ivh jdk-8u172-linux-x64.rpm
>
> error: open of jdk-8u172-linux-x64.rpm failed: No such file or directory
>
>
> On Mon, Jul 16, 2018 at 5:13 AM, Maxim Solodovnik  
> wrote:
>>
>> You need to modify following file
>> webapps/root/index.html
>> On Mon, Jul 16, 2018 at 4:07 PM Alex Nyamweya  wrote:
>> >
>> > Okay thank you now my next question is how can I customize the redirecting 
>> > page to OpenMeetings when I put mydomainname:5080?
>> >
>> > On Mon, Jul 16, 2018 at 2:13 AM, Maxim Solodovnik  
>> > wrote:
>> >>
>> >> Here are the list of tested OSes:
>> >> https://cwiki.apache.org/confluence/display/OPENMEETINGS/Tutorials+for+installing+OpenMeetings+and+Tools
>> >> OM should work as expected :)
>> >> On Mon, Jul 16, 2018 at 1:00 PM Alex Nyamweya  
>> >> wrote:
>> >> >
>> >> > Okay for the first post I decided to wipe the server clean and 
>> >> > reinstall Apache OpenMeetings. I'm in the process of doing it now so 
>> >> > when I reinstall OpenMeetings I'll let you know if I have any issues. 
>> >> > Does OpenMeetings run well on CentOS or is it better to use Ubuntu?
>> >> >
>> >> > On Mon, Jul 16, 2018 at 1:32 AM, Maxim Solodovnik 
>> >> >  wrote:
>> >> >>
>> >> >> I believe you need to solve issues one by one :)
>> >> >> First of all you need to make 2 instances of OM running with no errors 
>> >> >> in logs
>> >> >> Then perform other customizations
>> >> >>
>> >> >> BTW why do you need 2 instances?
>> >> >> On Mon, Jul 16, 2018 at 10:46 AM Alex Nyamweya 
>> >> >>  wrote:
>> >> >> >
>> >> >> > Another thing, which is a better platform to run OpenMeetings, 
>> >> >> > CentOS or Ubuntu?
>> >> >> >
>> >> >> >
>> >> >> > On Sun, Jul 15, 2018 at 8:10 PM, Alex Nyamweya 
>> >> >> >  wrote:
>>

RE: Loading Problem

2018-07-17 Thread Yakovlev N.
To download the latest Java SE Development Kit 8u181 you have to use the 
correct address link:

wget --no-cookies --no-check-certificate --header "Cookie: 
gpw_e24=http%3A%2F%2Fwww.oracle.com%2F; 
oraclelicense=accept-securebackup-cookie" 
"http://download.oracle.com/otn-pub/java/jdk/8u181-b13/96a7b8442fe848ef90c96a2fad6ed6d1/jdk-8u181-linux-x64.rpm";

Best regards,
Nik


-Original Message-
From: Maxim Solodovnik [mailto:solomax...@gmail.com] 
Sent: Wednesday, July 18, 2018 7:08 AM
To: Openmeetings user-list
Subject: Re: Loading Problem

You can manually download RPM of Oracle JDK and scp it to your Linux
machine 
Or you can use OpenJDK :)))
On Wed, Jul 18, 2018 at 11:04 AM Alex Nyamweya  wrote:
>
> I'm installing OpenMeetings on CentOS 7 instead of Ubuntu and I ran into the 
> following problem: when I try to run the command on step 4, (wget 
> --no-cookies --no-check-certificate --header "Cookie: 
> gpw_e24=http%3A%2F%2Fwww.oracle.com%2F; 
> oraclelicense=accept-securebackup-cookie" 
> http://download.oracle.com/otn-pub/java/jdk/8u172-b11/a58eab1ec242421181065cdc37240b08/jdk-8u172-linux-x64.rpm)
>  Im getting the following message:
>
> --2018-07-18 05:57:58--  
> http://download.oracle.com/otn-pub/java/jdk/8u172-b11/a58eab1ec242421181065cdc37240b08/jdk-8u172-linux-x64.rpm
> Resolving download.oracle.com (download.oracle.com)... 23.210.24.87
> Connecting to download.oracle.com (download.oracle.com)|23.210.24.87|:80... 
> connected.
> HTTP request sent, awaiting response... 302 Moved Temporarily
> Location: 
> https://edelivery.oracle.com/otn-pub/java/jdk/8u172-b11/a58eab1ec242421181065cdc37240b08/jdk-8u172-linux-x64.rpm
>  [following]
> --2018-07-18 05:57:58--  
> https://edelivery.oracle.com/otn-pub/java/jdk/8u172-b11/a58eab1ec242421181065cdc37240b08/jdk-8u172-linux-x64.rpm
> Resolving edelivery.oracle.com (edelivery.oracle.com)... 
> 2a02:26f0:11c:195::2d3e, 2a02:26f0:11c:19f::2d3e, 23.33.75.164
> Connecting to edelivery.oracle.com 
> (edelivery.oracle.com)|2a02:26f0:11c:195::2d3e|:443... connected.
> HTTP request sent, awaiting response... 302 Moved Temporarily
> Location: 
> http://download.oracle.com/otn-pub/java/jdk/8u172-b11/a58eab1ec242421181065cdc37240b08/jdk-8u172-linux-x64.rpm?AuthParam=1531886398_d744909c71191616a140978a0fc10e06
>  [following]
> --2018-07-18 05:57:58--  
> http://download.oracle.com/otn-pub/java/jdk/8u172-b11/a58eab1ec242421181065cdc37240b08/jdk-8u172-linux-x64.rpm?AuthParam=1531886398_d744909c71191616a140978a0fc10e06
> Connecting to download.oracle.com (download.oracle.com)|23.210.24.87|:80... 
> connected.
> HTTP request sent, awaiting response... 404 Not Found
> 2018-07-18 05:58:01 ERROR 404: Not Found.
>
> I believe the last message is preventing me from doing the next step: rpm 
> -ivh jdk-8u172-linux-x64.rpm
>
> error: open of jdk-8u172-linux-x64.rpm failed: No such file or directory
>
>
> On Mon, Jul 16, 2018 at 5:13 AM, Maxim Solodovnik  
> wrote:
>>
>> You need to modify following file
>> webapps/root/index.html
>> On Mon, Jul 16, 2018 at 4:07 PM Alex Nyamweya  wrote:
>> >
>> > Okay thank you now my next question is how can I customize the redirecting 
>> > page to OpenMeetings when I put mydomainname:5080?
>> >
>> > On Mon, Jul 16, 2018 at 2:13 AM, Maxim Solodovnik  
>> > wrote:
>> >>
>> >> Here are the list of tested OSes:
>> >> https://cwiki.apache.org/confluence/display/OPENMEETINGS/Tutorials+for+installing+OpenMeetings+and+Tools
>> >> OM should work as expected :)
>> >> On Mon, Jul 16, 2018 at 1:00 PM Alex Nyamweya  
>> >> wrote:
>> >> >
>> >> > Okay for the first post I decided to wipe the server clean and 
>> >> > reinstall Apache OpenMeetings. I'm in the process of doing it now so 
>> >> > when I reinstall OpenMeetings I'll let you know if I have any issues. 
>> >> > Does OpenMeetings run well on CentOS or is it better to use Ubuntu?
>> >> >
>> >> > On Mon, Jul 16, 2018 at 1:32 AM, Maxim Solodovnik 
>> >> >  wrote:
>> >> >>
>> >> >> I believe you need to solve issues one by one :)
>> >> >> First of all you need to make 2 instances of OM running with no errors 
>> >> >> in logs
>> >> >> Then perform other customizations
>> >> >>
>> >> >> BTW why do you need 2 instances?
>> >> >> On Mon, Jul 16, 2018 at 10:46 AM Alex Nyamweya 
>> >> >>  wrote:
>> >> >> >
>> >> >> > Another thing, which is a better platf

Re: Loading Problem

2018-07-17 Thread Maxim Solodovnik
You can manually download RPM of Oracle JDK and scp it to your Linux
machine 
Or you can use OpenJDK :)))
On Wed, Jul 18, 2018 at 11:04 AM Alex Nyamweya  wrote:
>
> I'm installing OpenMeetings on CentOS 7 instead of Ubuntu and I ran into the 
> following problem: when I try to run the command on step 4, (wget 
> --no-cookies --no-check-certificate --header "Cookie: 
> gpw_e24=http%3A%2F%2Fwww.oracle.com%2F; 
> oraclelicense=accept-securebackup-cookie" 
> http://download.oracle.com/otn-pub/java/jdk/8u172-b11/a58eab1ec242421181065cdc37240b08/jdk-8u172-linux-x64.rpm)
>  Im getting the following message:
>
> --2018-07-18 05:57:58--  
> http://download.oracle.com/otn-pub/java/jdk/8u172-b11/a58eab1ec242421181065cdc37240b08/jdk-8u172-linux-x64.rpm
> Resolving download.oracle.com (download.oracle.com)... 23.210.24.87
> Connecting to download.oracle.com (download.oracle.com)|23.210.24.87|:80... 
> connected.
> HTTP request sent, awaiting response... 302 Moved Temporarily
> Location: 
> https://edelivery.oracle.com/otn-pub/java/jdk/8u172-b11/a58eab1ec242421181065cdc37240b08/jdk-8u172-linux-x64.rpm
>  [following]
> --2018-07-18 05:57:58--  
> https://edelivery.oracle.com/otn-pub/java/jdk/8u172-b11/a58eab1ec242421181065cdc37240b08/jdk-8u172-linux-x64.rpm
> Resolving edelivery.oracle.com (edelivery.oracle.com)... 
> 2a02:26f0:11c:195::2d3e, 2a02:26f0:11c:19f::2d3e, 23.33.75.164
> Connecting to edelivery.oracle.com 
> (edelivery.oracle.com)|2a02:26f0:11c:195::2d3e|:443... connected.
> HTTP request sent, awaiting response... 302 Moved Temporarily
> Location: 
> http://download.oracle.com/otn-pub/java/jdk/8u172-b11/a58eab1ec242421181065cdc37240b08/jdk-8u172-linux-x64.rpm?AuthParam=1531886398_d744909c71191616a140978a0fc10e06
>  [following]
> --2018-07-18 05:57:58--  
> http://download.oracle.com/otn-pub/java/jdk/8u172-b11/a58eab1ec242421181065cdc37240b08/jdk-8u172-linux-x64.rpm?AuthParam=1531886398_d744909c71191616a140978a0fc10e06
> Connecting to download.oracle.com (download.oracle.com)|23.210.24.87|:80... 
> connected.
> HTTP request sent, awaiting response... 404 Not Found
> 2018-07-18 05:58:01 ERROR 404: Not Found.
>
> I believe the last message is preventing me from doing the next step: rpm 
> -ivh jdk-8u172-linux-x64.rpm
>
> error: open of jdk-8u172-linux-x64.rpm failed: No such file or directory
>
>
> On Mon, Jul 16, 2018 at 5:13 AM, Maxim Solodovnik  
> wrote:
>>
>> You need to modify following file
>> webapps/root/index.html
>> On Mon, Jul 16, 2018 at 4:07 PM Alex Nyamweya  wrote:
>> >
>> > Okay thank you now my next question is how can I customize the redirecting 
>> > page to OpenMeetings when I put mydomainname:5080?
>> >
>> > On Mon, Jul 16, 2018 at 2:13 AM, Maxim Solodovnik  
>> > wrote:
>> >>
>> >> Here are the list of tested OSes:
>> >> https://cwiki.apache.org/confluence/display/OPENMEETINGS/Tutorials+for+installing+OpenMeetings+and+Tools
>> >> OM should work as expected :)
>> >> On Mon, Jul 16, 2018 at 1:00 PM Alex Nyamweya  
>> >> wrote:
>> >> >
>> >> > Okay for the first post I decided to wipe the server clean and 
>> >> > reinstall Apache OpenMeetings. I'm in the process of doing it now so 
>> >> > when I reinstall OpenMeetings I'll let you know if I have any issues. 
>> >> > Does OpenMeetings run well on CentOS or is it better to use Ubuntu?
>> >> >
>> >> > On Mon, Jul 16, 2018 at 1:32 AM, Maxim Solodovnik 
>> >> >  wrote:
>> >> >>
>> >> >> I believe you need to solve issues one by one :)
>> >> >> First of all you need to make 2 instances of OM running with no errors 
>> >> >> in logs
>> >> >> Then perform other customizations
>> >> >>
>> >> >> BTW why do you need 2 instances?
>> >> >> On Mon, Jul 16, 2018 at 10:46 AM Alex Nyamweya 
>> >> >>  wrote:
>> >> >> >
>> >> >> > Another thing, which is a better platform to run OpenMeetings, 
>> >> >> > CentOS or Ubuntu?
>> >> >> >
>> >> >> >
>> >> >> > On Sun, Jul 15, 2018 at 8:10 PM, Alex Nyamweya 
>> >> >> >  wrote:
>> >> >> >>
>> >> >> >> Also how can I customize the redirecting page to openmeetings when 
>> >> >> >> I put mydomainname:5080?
>> >> >> >>
>> >> >> >> On Fri, Jul 13, 2018 at 2:31 PM, Alex Nyamweya 
>> >> >> >>  wrote:
>> >> >> >>>
>> >> >> >>> Hi,
>> >> >> >>>
>> >> >> >>> I'm currently having a problem with Apache OpenMeetings loading 
>> >> >> >>> when I go to the home page. It just keeps loading and doesn't 
>> >> >> >>> reach my usual home page. It seems the port is inaccessible. I 
>> >> >> >>> have two instances of OM (one at /openmeetings and another at 
>> >> >> >>> /openmeetings1) and they have trouble loading. Also prior to 
>> >> >> >>> having this loading problem, the application crashed when I tried 
>> >> >> >>> to setup a poll in a group meeting.
>> >> >> >>>
>> >> >> >>> Thank you,
>> >> >> >>> Alex Nyamweya
>> >> >> >>
>> >> >> >>
>> >> >> >
>> >> >>
>> >> >>
>> >> >> --
>> >> >> WBR
>> >> >> Maxim aka solomax
>> >> >
>> >> >
>> >>
>> >>
>> >> --
>> >> WBR
>> >> Maxim aka solomax
>> >
>> >
>>
>>
>> --
>> WBR
>> Maxim aka 

Re: Loading Problem

2018-07-17 Thread Alex Nyamweya
I'm installing OpenMeetings on CentOS 7 instead of Ubuntu and I ran into
the following problem: when I try to run the command on step 4, (*wget
--no-cookies --no-check-certificate --header "Cookie:
gpw_e24=http%3A%2F%2Fwww.oracle.com %2F;
oraclelicense=accept-securebackup-cookie"
http://download.oracle.com/otn-pub/java/jdk/8u172-b11/a58eab1ec242421181065cdc37240b08/jdk-8u172-linux-x64.rpm
*)
Im getting the following message:

--2018-07-18 05:57:58--
http://download.oracle.com/otn-pub/java/jdk/8u172-b11/a58eab1ec242421181065cdc37240b08/jdk-8u172-linux-x64.rpm
Resolving download.oracle.com (download.oracle.com)... 23.210.24.87
Connecting to download.oracle.com
(download.oracle.com)|23.210.24.87|:80... connected.
HTTP request sent, awaiting response... 302 Moved Temporarily
Location: 
https://edelivery.oracle.com/otn-pub/java/jdk/8u172-b11/a58eab1ec242421181065cdc37240b08/jdk-8u172-linux-x64.rpm
[following]
--2018-07-18 05:57:58--
https://edelivery.oracle.com/otn-pub/java/jdk/8u172-b11/a58eab1ec242421181065cdc37240b08/jdk-8u172-linux-x64.rpm
Resolving edelivery.oracle.com (edelivery.oracle.com)...
2a02:26f0:11c:195::2d3e, 2a02:26f0:11c:19f::2d3e, 23.33.75.164
Connecting to edelivery.oracle.com
(edelivery.oracle.com)|2a02:26f0:11c:195::2d3e|:443... connected.
HTTP request sent, awaiting response... 302 Moved Temporarily
Location: 
http://download.oracle.com/otn-pub/java/jdk/8u172-b11/a58eab1ec242421181065cdc37240b08/jdk-8u172-linux-x64.rpm?AuthParam=1531886398_d744909c71191616a140978a0fc10e06
[following]
--2018-07-18 05:57:58--
http://download.oracle.com/otn-pub/java/jdk/8u172-b11/a58eab1ec242421181065cdc37240b08/jdk-8u172-linux-x64.rpm?AuthParam=1531886398_d744909c71191616a140978a0fc10e06
Connecting to download.oracle.com
(download.oracle.com)|23.210.24.87|:80... connected.
HTTP request sent, awaiting response... 404 Not Found
2018-07-18 05:58:01 ERROR 404: Not Found.

I believe the last message is preventing me from doing the next step:
*rpm -ivh jdk-8u172-linux-x64.rpm*

error: open of jdk-8u172-linux-x64.rpm failed: No such file or directory


On Mon, Jul 16, 2018 at 5:13 AM, Maxim Solodovnik 
wrote:

> You need to modify following file
> webapps/root/index.html
> On Mon, Jul 16, 2018 at 4:07 PM Alex Nyamweya 
> wrote:
> >
> > Okay thank you now my next question is how can I customize the
> redirecting page to OpenMeetings when I put mydomainname:5080?
> >
> > On Mon, Jul 16, 2018 at 2:13 AM, Maxim Solodovnik 
> wrote:
> >>
> >> Here are the list of tested OSes:
> >> https://cwiki.apache.org/confluence/display/OPENMEETINGS/Tutorials+for+
> installing+OpenMeetings+and+Tools
> >> OM should work as expected :)
> >> On Mon, Jul 16, 2018 at 1:00 PM Alex Nyamweya 
> wrote:
> >> >
> >> > Okay for the first post I decided to wipe the server clean and
> reinstall Apache OpenMeetings. I'm in the process of doing it now so when I
> reinstall OpenMeetings I'll let you know if I have any issues. Does
> OpenMeetings run well on CentOS or is it better to use Ubuntu?
> >> >
> >> > On Mon, Jul 16, 2018 at 1:32 AM, Maxim Solodovnik <
> solomax...@gmail.com> wrote:
> >> >>
> >> >> I believe you need to solve issues one by one :)
> >> >> First of all you need to make 2 instances of OM running with no
> errors in logs
> >> >> Then perform other customizations
> >> >>
> >> >> BTW why do you need 2 instances?
> >> >> On Mon, Jul 16, 2018 at 10:46 AM Alex Nyamweya <
> animesoni...@gmail.com> wrote:
> >> >> >
> >> >> > Another thing, which is a better platform to run OpenMeetings,
> CentOS or Ubuntu?
> >> >> >
> >> >> >
> >> >> > On Sun, Jul 15, 2018 at 8:10 PM, Alex Nyamweya <
> animesoni...@gmail.com> wrote:
> >> >> >>
> >> >> >> Also how can I customize the redirecting page to openmeetings
> when I put mydomainname:5080?
> >> >> >>
> >> >> >> On Fri, Jul 13, 2018 at 2:31 PM, Alex Nyamweya <
> animesoni...@gmail.com> wrote:
> >> >> >>>
> >> >> >>> Hi,
> >> >> >>>
> >> >> >>> I'm currently having a problem with Apache OpenMeetings loading
> when I go to the home page. It just keeps loading and doesn't reach my
> usual home page. It seems the port is inaccessible. I have two instances of
> OM (one at /openmeetings and another at /openmeetings1) and they have
> trouble loading. Also prior to having this loading problem, the application
> crashed when I tried to setup a poll in a group meeting.
> >> >> >>>
> >> >> >>> Thank you,
> >> >> >>> Alex Nyamweya
> >> >> >>
> >> >> >>
> >> >> >
> >> >>
> >> >>
> >> >> --
> >> >> WBR
> >> >> Maxim aka solomax
> >> >
> >> >
> >>
> >>
> >> --
> >> WBR
> >> Maxim aka solomax
> >
> >
>
>
> --
> WBR
> Maxim aka solomax
>


Re: Loading Problem

2018-07-16 Thread Maxim Solodovnik
You need to modify following file
webapps/root/index.html
On Mon, Jul 16, 2018 at 4:07 PM Alex Nyamweya  wrote:
>
> Okay thank you now my next question is how can I customize the redirecting 
> page to OpenMeetings when I put mydomainname:5080?
>
> On Mon, Jul 16, 2018 at 2:13 AM, Maxim Solodovnik  
> wrote:
>>
>> Here are the list of tested OSes:
>> https://cwiki.apache.org/confluence/display/OPENMEETINGS/Tutorials+for+installing+OpenMeetings+and+Tools
>> OM should work as expected :)
>> On Mon, Jul 16, 2018 at 1:00 PM Alex Nyamweya  wrote:
>> >
>> > Okay for the first post I decided to wipe the server clean and reinstall 
>> > Apache OpenMeetings. I'm in the process of doing it now so when I 
>> > reinstall OpenMeetings I'll let you know if I have any issues. Does 
>> > OpenMeetings run well on CentOS or is it better to use Ubuntu?
>> >
>> > On Mon, Jul 16, 2018 at 1:32 AM, Maxim Solodovnik  
>> > wrote:
>> >>
>> >> I believe you need to solve issues one by one :)
>> >> First of all you need to make 2 instances of OM running with no errors in 
>> >> logs
>> >> Then perform other customizations
>> >>
>> >> BTW why do you need 2 instances?
>> >> On Mon, Jul 16, 2018 at 10:46 AM Alex Nyamweya  
>> >> wrote:
>> >> >
>> >> > Another thing, which is a better platform to run OpenMeetings, CentOS 
>> >> > or Ubuntu?
>> >> >
>> >> >
>> >> > On Sun, Jul 15, 2018 at 8:10 PM, Alex Nyamweya  
>> >> > wrote:
>> >> >>
>> >> >> Also how can I customize the redirecting page to openmeetings when I 
>> >> >> put mydomainname:5080?
>> >> >>
>> >> >> On Fri, Jul 13, 2018 at 2:31 PM, Alex Nyamweya 
>> >> >>  wrote:
>> >> >>>
>> >> >>> Hi,
>> >> >>>
>> >> >>> I'm currently having a problem with Apache OpenMeetings loading when 
>> >> >>> I go to the home page. It just keeps loading and doesn't reach my 
>> >> >>> usual home page. It seems the port is inaccessible. I have two 
>> >> >>> instances of OM (one at /openmeetings and another at /openmeetings1) 
>> >> >>> and they have trouble loading. Also prior to having this loading 
>> >> >>> problem, the application crashed when I tried to setup a poll in a 
>> >> >>> group meeting.
>> >> >>>
>> >> >>> Thank you,
>> >> >>> Alex Nyamweya
>> >> >>
>> >> >>
>> >> >
>> >>
>> >>
>> >> --
>> >> WBR
>> >> Maxim aka solomax
>> >
>> >
>>
>>
>> --
>> WBR
>> Maxim aka solomax
>
>


-- 
WBR
Maxim aka solomax


Re: Loading Problem

2018-07-16 Thread Alex Nyamweya
Okay thank you now my next question is how can I customize the redirecting
page to OpenMeetings when I put mydomainname:5080?

On Mon, Jul 16, 2018 at 2:13 AM, Maxim Solodovnik 
wrote:

> Here are the list of tested OSes:
> https://cwiki.apache.org/confluence/display/OPENMEETINGS/Tutorials+for+
> installing+OpenMeetings+and+Tools
> OM should work as expected :)
> On Mon, Jul 16, 2018 at 1:00 PM Alex Nyamweya 
> wrote:
> >
> > Okay for the first post I decided to wipe the server clean and reinstall
> Apache OpenMeetings. I'm in the process of doing it now so when I reinstall
> OpenMeetings I'll let you know if I have any issues. Does OpenMeetings run
> well on CentOS or is it better to use Ubuntu?
> >
> > On Mon, Jul 16, 2018 at 1:32 AM, Maxim Solodovnik 
> wrote:
> >>
> >> I believe you need to solve issues one by one :)
> >> First of all you need to make 2 instances of OM running with no errors
> in logs
> >> Then perform other customizations
> >>
> >> BTW why do you need 2 instances?
> >> On Mon, Jul 16, 2018 at 10:46 AM Alex Nyamweya 
> wrote:
> >> >
> >> > Another thing, which is a better platform to run OpenMeetings, CentOS
> or Ubuntu?
> >> >
> >> >
> >> > On Sun, Jul 15, 2018 at 8:10 PM, Alex Nyamweya <
> animesoni...@gmail.com> wrote:
> >> >>
> >> >> Also how can I customize the redirecting page to openmeetings when I
> put mydomainname:5080?
> >> >>
> >> >> On Fri, Jul 13, 2018 at 2:31 PM, Alex Nyamweya <
> animesoni...@gmail.com> wrote:
> >> >>>
> >> >>> Hi,
> >> >>>
> >> >>> I'm currently having a problem with Apache OpenMeetings loading
> when I go to the home page. It just keeps loading and doesn't reach my
> usual home page. It seems the port is inaccessible. I have two instances of
> OM (one at /openmeetings and another at /openmeetings1) and they have
> trouble loading. Also prior to having this loading problem, the application
> crashed when I tried to setup a poll in a group meeting.
> >> >>>
> >> >>> Thank you,
> >> >>> Alex Nyamweya
> >> >>
> >> >>
> >> >
> >>
> >>
> >> --
> >> WBR
> >> Maxim aka solomax
> >
> >
>
>
> --
> WBR
> Maxim aka solomax
>


Re: Loading Problem

2018-07-15 Thread Maxim Solodovnik
Here are the list of tested OSes:
https://cwiki.apache.org/confluence/display/OPENMEETINGS/Tutorials+for+installing+OpenMeetings+and+Tools
OM should work as expected :)
On Mon, Jul 16, 2018 at 1:00 PM Alex Nyamweya  wrote:
>
> Okay for the first post I decided to wipe the server clean and reinstall 
> Apache OpenMeetings. I'm in the process of doing it now so when I reinstall 
> OpenMeetings I'll let you know if I have any issues. Does OpenMeetings run 
> well on CentOS or is it better to use Ubuntu?
>
> On Mon, Jul 16, 2018 at 1:32 AM, Maxim Solodovnik  
> wrote:
>>
>> I believe you need to solve issues one by one :)
>> First of all you need to make 2 instances of OM running with no errors in 
>> logs
>> Then perform other customizations
>>
>> BTW why do you need 2 instances?
>> On Mon, Jul 16, 2018 at 10:46 AM Alex Nyamweya  
>> wrote:
>> >
>> > Another thing, which is a better platform to run OpenMeetings, CentOS or 
>> > Ubuntu?
>> >
>> >
>> > On Sun, Jul 15, 2018 at 8:10 PM, Alex Nyamweya  
>> > wrote:
>> >>
>> >> Also how can I customize the redirecting page to openmeetings when I put 
>> >> mydomainname:5080?
>> >>
>> >> On Fri, Jul 13, 2018 at 2:31 PM, Alex Nyamweya  
>> >> wrote:
>> >>>
>> >>> Hi,
>> >>>
>> >>> I'm currently having a problem with Apache OpenMeetings loading when I 
>> >>> go to the home page. It just keeps loading and doesn't reach my usual 
>> >>> home page. It seems the port is inaccessible. I have two instances of OM 
>> >>> (one at /openmeetings and another at /openmeetings1) and they have 
>> >>> trouble loading. Also prior to having this loading problem, the 
>> >>> application crashed when I tried to setup a poll in a group meeting.
>> >>>
>> >>> Thank you,
>> >>> Alex Nyamweya
>> >>
>> >>
>> >
>>
>>
>> --
>> WBR
>> Maxim aka solomax
>
>


-- 
WBR
Maxim aka solomax


Re: Loading Problem

2018-07-15 Thread Alex Nyamweya
Okay for the first post I decided to wipe the server clean and reinstall
Apache OpenMeetings. I'm in the process of doing it now so when I reinstall
OpenMeetings I'll let you know if I have any issues. Does OpenMeetings run
well on CentOS or is it better to use Ubuntu?

On Mon, Jul 16, 2018 at 1:32 AM, Maxim Solodovnik 
wrote:

> I believe you need to solve issues one by one :)
> First of all you need to make 2 instances of OM running with no errors in
> logs
> Then perform other customizations
>
> BTW why do you need 2 instances?
> On Mon, Jul 16, 2018 at 10:46 AM Alex Nyamweya 
> wrote:
> >
> > Another thing, which is a better platform to run OpenMeetings, CentOS or
> Ubuntu?
> >
> >
> > On Sun, Jul 15, 2018 at 8:10 PM, Alex Nyamweya 
> wrote:
> >>
> >> Also how can I customize the redirecting page to openmeetings when I
> put mydomainname:5080?
> >>
> >> On Fri, Jul 13, 2018 at 2:31 PM, Alex Nyamweya 
> wrote:
> >>>
> >>> Hi,
> >>>
> >>> I'm currently having a problem with Apache OpenMeetings loading when I
> go to the home page. It just keeps loading and doesn't reach my usual home
> page. It seems the port is inaccessible. I have two instances of OM (one at
> /openmeetings and another at /openmeetings1) and they have trouble loading.
> Also prior to having this loading problem, the application crashed when I
> tried to setup a poll in a group meeting.
> >>>
> >>> Thank you,
> >>> Alex Nyamweya
> >>
> >>
> >
>
>
> --
> WBR
> Maxim aka solomax
>


Re: Loading Problem

2018-07-15 Thread Maxim Solodovnik
I believe you need to solve issues one by one :)
First of all you need to make 2 instances of OM running with no errors in logs
Then perform other customizations

BTW why do you need 2 instances?
On Mon, Jul 16, 2018 at 10:46 AM Alex Nyamweya  wrote:
>
> Another thing, which is a better platform to run OpenMeetings, CentOS or 
> Ubuntu?
>
>
> On Sun, Jul 15, 2018 at 8:10 PM, Alex Nyamweya  wrote:
>>
>> Also how can I customize the redirecting page to openmeetings when I put 
>> mydomainname:5080?
>>
>> On Fri, Jul 13, 2018 at 2:31 PM, Alex Nyamweya  
>> wrote:
>>>
>>> Hi,
>>>
>>> I'm currently having a problem with Apache OpenMeetings loading when I go 
>>> to the home page. It just keeps loading and doesn't reach my usual home 
>>> page. It seems the port is inaccessible. I have two instances of OM (one at 
>>> /openmeetings and another at /openmeetings1) and they have trouble loading. 
>>> Also prior to having this loading problem, the application crashed when I 
>>> tried to setup a poll in a group meeting.
>>>
>>> Thank you,
>>> Alex Nyamweya
>>
>>
>


-- 
WBR
Maxim aka solomax


Re: Loading Problem

2018-07-15 Thread Alex Nyamweya
Another thing, which is a better platform to run OpenMeetings, CentOS or
Ubuntu?


On Sun, Jul 15, 2018 at 8:10 PM, Alex Nyamweya 
wrote:

> Also how can I customize the redirecting page to openmeetings when I put
> mydomainname:5080?
>
> On Fri, Jul 13, 2018 at 2:31 PM, Alex Nyamweya 
> wrote:
>
>> Hi,
>>
>> I'm currently having a problem with Apache OpenMeetings loading when I go
>> to the home page. It just keeps loading and doesn't reach my usual home
>> page. It seems the port is inaccessible. I have two instances of OM (one at
>> /openmeetings and another at /openmeetings1) and they have trouble loading.
>> Also prior to having this loading problem, the application crashed when I
>> tried to setup a poll in a group meeting.
>>
>> Thank you,
>> Alex Nyamweya
>>
>
>


Re: Loading Problem

2018-07-15 Thread Alex Nyamweya
Also how can I customize the redirecting page to openmeetings when I put
mydomainname:5080?

On Fri, Jul 13, 2018 at 2:31 PM, Alex Nyamweya 
wrote:

> Hi,
>
> I'm currently having a problem with Apache OpenMeetings loading when I go
> to the home page. It just keeps loading and doesn't reach my usual home
> page. It seems the port is inaccessible. I have two instances of OM (one at
> /openmeetings and another at /openmeetings1) and they have trouble loading.
> Also prior to having this loading problem, the application crashed when I
> tried to setup a poll in a group meeting.
>
> Thank you,
> Alex Nyamweya
>