FreePBX Distro - If you upgrade to iSymphony 3.3.0.30 you need JRE 1.8

Actually, 1.8 IS in the repos - so you need to update.

Getting this running yum install java. Temporary?

Trying other mirror.

Error Downloading Packages:
jre1.8.0_40-1.8.0_40-fcs.x86_64: failure: RPMS/oracle/java/jre-8u40-linux-x64.rpm from pbx: [Errno 256] No more mirrors to try.

Whole error

Downloading Packages:
http://yum.freepbxdistro.org/pbx/6.13.66/x86_64/RPMS/oracle/java/jre-8u40-linux-x64.rpm: [Errno 14] PYCURL ERROR 22 - "The requested URL returned error: 403 Forbidden"
Trying other mirror.

Error Downloading Packages:
jre1.8.0_40-1.8.0_40-fcs.x86_64: failure: RPMS/oracle/java/jre-8u40-linux-x64.rpm from pbx: [Errno 256] No more mirrors to try.

This worked for me (64bit):

wget “http://javadl.oracle.com/webapps/download/AutoDL?BundleId=116021” -O jre-8u73-linux-64.tgz

cd /usr/java
tar -zxvf ~/jre-8u73-linux-64.tgz
rm latest
ln -s /usr/java/jre1.8.0_73 /usr/java/latest
java -version

1 Like

Thank you! This worked for me very easily.