Support Questions

Find answers, ask questions, and share your expertise
Announcements
Celebrating as our community reaches 100,000 members! Thank you!

Oracle-j2sdk1.8 installation failed - Cloudera Manger Install

avatar
Contributor

Hi I am trying to install cloudera manger on RHEL 7

 

I keept getting this error.

 

I have tried local repository and I get same thing

 

oracle-j2sdk1.8 installation failed. See /var/log/cloudera-manager-installer/1.install-oracle-j2sdk1.8.log for details. Click OK to revert this installation.

 

Error from Log:

----------------------

Loaded plugins: langpacks, product-id, search-disabled-repos, subscription-
: manager
Resolving Dependencies
--> Running transaction check
---> Package oracle-j2sdk1.8.x86_64 0:1.8.0+update141-1 will be installed
--> Finished Dependency Resolution

Dependencies Resolved

================================================================================
Package Arch Version Repository Size
================================================================================
Installing:
oracle-j2sdk1.8 x86_64 1.8.0+update141-1 cloudera-manager 176 M

Transaction Summary
================================================================================
Install 1 Package

Total download size: 176 M
Installed size: 359 M
Downloading packages:
No Presto metadata available for cloudera-manager
https://archive.cloudera.com/cm6/6.1.0/redhat7/yum/RPMS/x86_64/oracle-j2sdk1.8-1.8.0%2Bupdate141-1.x...: [Errno 14] curl#56 - "SSL received a record with an incorrect Message Authentication Code."
Trying other mirror.


Error downloading packages:
oracle-j2sdk1.8-1.8.0+update141-1.x86_64: [Errno 256] No more mirrors to try.

1 ACCEPTED SOLUTION

avatar
Contributor

This usually indicates that the client and server have failed to come to agreement on the set of keys used to encrypt the application data and to check message integrity.

 

Are you behind a proxy?

Do you use ntp and is the system time correct?

Verify these things, run "yum clean all" and try again. If the error persists, post your /etc/yum.repos.d/cloudera.repo

View solution in original post

18 REPLIES 18

avatar
Contributor

This usually indicates that the client and server have failed to come to agreement on the set of keys used to encrypt the application data and to check message integrity.

 

Are you behind a proxy?

Do you use ntp and is the system time correct?

Verify these things, run "yum clean all" and try again. If the error persists, post your /etc/yum.repos.d/cloudera.repo

avatar
Contributor

I have a little netgear unmanaged switch that I'm using to extend my local lan. Looks like that switch was causing the problem, tho the docs insist its a simple pass-thru.

 

anyways, connected via my wifi to the ISP router and all is well... Thanks

avatar
Explorer
  • I have CHD 5.16
  • and I don't have this '/etc/yum.repos.d/cloudera.repo'
  • if I 'ls /etc/yum.repos.d/cloudera-cdh5.repo' I get '/etc/yum.repos.d/cloudera-cdh5.repo'
  • I am getting the same error 'No package oracle-j2sdk1.8.x86_64 available.' although I did 'yum clean all'
  • I can run yum with no connectivity problem ... I mean I can upgrade other things on the centos 

 

What to do!
'

avatar
Super Collaborator

Can you please list the repo file, to verify if the correct one is set?

 

# cat /etc/yum.repos.d/cloudera-cdh5.repo

Based on the file name you may have configured the repository for CDH packages but not for CM packages, thus the JDK package will not be found.

avatar
Explorer

this is the result of 

cat /etc/yum.repos.d/cloudera-cdh5.repo

Capture.JPG

 

Please help ... I need to upgrade to CHD6 
Thanks

avatar
Super Collaborator

Thanks @anis447 this confirms this is the CDH package repository configured. This does not contain the JDK package as this is in the Cloudera Manager repository.

 

As first step please add the CM repository file as shown in documentation chapter. Then install Oracle JDK as shown here.

 

Please also confirm:

  • What JDK version is installed right now, and why do you want to change JDK?
  • Do you actually use (or intend to use) CDH RPM package based installation? Default and recommend is parcel based installation, please verify in the CM parcels page if CDH parcel is deployed from there. If so, the "cloudera-cdh5.repo" file can be removed.

avatar
Explorer

I want to upgrade from 5.16 to 6.2

and based on this 
https://www.cloudera.com/documentation/enterprise/upgrade/topics/ug_cm_upgrade_server.html#cm_instal...

 

I need to upgrade to Oracle-j2sdk1.8 from 1.7 first before I can start the major upgrade.

 

Now, do I have to change anything or just follow your instructions:
"As first step please add the CM repository file as shown in documentation chapter. Then install Oracle JDK as shown here."

 

thanks 🙂

avatar
Super Collaborator

Correct, a JDK 1.8 installation is required for C6 upgrade. Your options are:

  1. Upgrade to JDK 1.8 on the CM server host as shown in the upgrade guide, then upgrade JDK on the cluster nodes from the CDH 6 upgrade wizard
  2. Or upgrade the current cluster to JDK 1.8 usage first using these instructions, followed by the C6 upgrade

avatar
Explorer
  1. by mistake I have deleted "cloudera-cdh5.repo". did I do a catastrophe ?! 😞 
    Can this be fixed?

  2. and still I am getting the same error. even after:
    wget https://archive.cloudera.com/cm5/redhat/6/x86_64/cm/cloudera-manager.repo -P /etc/yum.repos.d/
    then
    rpm --import https://archive.cloudera.com/cm5/redhat/6/x86_64/cm/RPM-GPG-KEY-cloudera
    then
    Install Java Development Kit.

    And if you ask, when I do "cat /etc/yum.repos.d/cloudera-manager.repo", I get

    Capture.JPG