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 <animesoni...@gmail.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/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 <solomax...@gmail.com> 
> wrote:
>>
>> You need to modify following file
>> webapps/root/index.html
>> On Mon, Jul 16, 2018 at 4:07 PM Alex Nyamweya <animesoni...@gmail.com> 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 
>> >> > <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
>
>


-- 
WBR
Maxim aka solomax

Reply via email to