Skip to navigation Skip to main content

Utilities

  • Subscriptions
  • Downloads
  • Red Hat Console
  • Get Support
Red Hat Customer Portal
  • Subscriptions
  • Downloads
  • Red Hat Console
  • Get Support
  • Products

    Top Products

    • Red Hat Enterprise Linux
    • Red Hat OpenShift
    • Red Hat Ansible Automation Platform
    All Products

    Downloads and Containers

    • Downloads
    • Packages
    • Containers

    Top Resources

    • Documentation
    • Product Life Cycles
    • Product Compliance
    • Errata
  • Knowledge

    Red Hat Knowledge Center

    • Knowledgebase Solutions
    • Knowledgebase Articles
    • Customer Portal Labs
    • Errata

    Top Product Docs

    • Red Hat Enterprise Linux
    • Red Hat OpenShift
    • Red Hat Ansible Automation Platform
    All Product Docs

    Training and Certification

    • About
    • Course Index
    • Certification Index
    • Skill Assessment
  • Security

    Red Hat Product Security Center

    • Security Updates
    • Security Advisories
    • Red Hat CVE Database
    • Errata

    References

    • Security Bulletins
    • Security Measurement
    • Severity Ratings
    • Security Data

    Top Resources

    • Security Labs
    • Backporting Policies
    • Security Blog
  • Support

    Red Hat Support

    • Support Cases
    • Troubleshoot
    • Get Support
    • Contact Red Hat Support

    Red Hat Community Support

    • Customer Portal Community
    • Community Discussions
    • Red Hat Accelerator Program

    Top Resources

    • Product Life Cycles
    • Customer Portal Labs
    • Red Hat JBoss Supported Configurations
    • Red Hat Insights
Or troubleshoot an issue.

Select Your Language

  • English
  • Français
  • 한국어
  • 日本語
  • 中文 (中国)

Infrastructure and Management

  • Red Hat Enterprise Linux
  • Red Hat Satellite
  • Red Hat Subscription Management
  • Red Hat Insights
  • Red Hat Ansible Automation Platform

Cloud Computing

  • Red Hat OpenShift
  • Red Hat OpenStack Platform
  • Red Hat OpenShift
  • Red Hat OpenShift AI
  • Red Hat OpenShift Dedicated
  • Red Hat Advanced Cluster Security for Kubernetes
  • Red Hat Advanced Cluster Management for Kubernetes
  • Red Hat Quay
  • Red Hat OpenShift Dev Spaces
  • Red Hat OpenShift Service on AWS

Storage

  • Red Hat Gluster Storage
  • Red Hat Hyperconverged Infrastructure
  • Red Hat Ceph Storage
  • Red Hat OpenShift Data Foundation

Runtimes

  • Red Hat Runtimes
  • Red Hat JBoss Enterprise Application Platform
  • Red Hat Data Grid
  • Red Hat JBoss Web Server
  • Red Hat build of Keycloak
  • Red Hat support for Spring Boot
  • Red Hat build of Node.js
  • Red Hat build of Quarkus

Integration and Automation

  • Red Hat Application Foundations
  • Red Hat Fuse
  • Red Hat AMQ
  • Red Hat 3scale API Management
All Products
Red Hat Product Errata RHEA-2016:0405 - Product Enhancement Advisory
Issued:
2016-03-09
Updated:
2016-03-09

RHEA-2016:0405 - Product Enhancement Advisory

  • Overview
  • Updated Packages

Synopsis

rhevm-sdk-java bug fix and enhancement update

Type/Severity

Product Enhancement Advisory

Red Hat Insights patch analysis

Identify and remediate systems affected by this advisory.

View affected systems

Topic

Updated rhevm-sdk-java packages that fix several bugs and add various enhancements are now available.

Description

The rhevm-sdk-java package provides a Java Software Development Kit to
facilitate the development of custom applications and code that interact with the Red Hat Enterprise Virtualization Manager.

The package contains a Java library that simplifies communication with the Red Hat Enterprise Virtualization Manager REST API by providing an object-oriented view to developers.

Changes to the rhevm-sdk-java component:

  • Previously, the Java SDK did not support authentication to a RHEV-M server that was configured with Kerberos. Now, the Java SDK supports authentication using a previously obtained Kerberos ticket. When doing this the SDK will take the credentials from the Kerberos credentials cache and will use them to authenticate with the server.The Kerberos environment must be configured correctly before calling the Java SDK and the credentials cache must be already populated. To configure the environment two files are required, the Kerberos configuration file and the JAAS configuration file. The JAAS configuration file needs to be created with content similar to:

com.sun.security.jgss.login {
com.sun.security.auth.module.Krb5LoginModule required client=true useTicketCache=true doNotPrompt=true;
};

com.sun.security.jgss.initiate {
com.sun.security.auth.module.Krb5LoginModule required client=true useTicketCache=true doNotPrompt=true;
};

In addition to these files the following system properties have to be added to the JVM:

  • Djava.security.auth.login.config=/etc/jaas.conf
  • Djava.security.krb5.conf=/etc/krb5.conf
  • Djavax.security.auth.useSubjectCredsOnly=false (BZ#1145237)
  • The HTTP components packages required by the Red Hat Enterprise Virtualization Manager Java SDK package have been changed to match release 6.3 of JBoss Enterprise Application Platform. The location of the JAR files provided by the new required packages is different to the previous location, so users with scripts that depend on these locations must update those scripts accordingly. For example, if you have a script such as the following:

java -classpath \
myapp.jar:\
/usr/share/java/rhevm-sdk-java/rhevm-sdk-java.jar:\
/usr/share/java/httpcore.jar:\
/usr/share/java/httpclient.jar \
my.app.Main

The script must be updated to the following:

java -classpath \
myapp.jar:\
/usr/share/java/rhevm-sdk-java/rhevm-sdk-java.jar:\
/usr/share/java/httpcomponents-eap6/httpcore.jar:\
/usr/share/java/httpcomponents-eap6/httpclient.jar \
my.app.Main

Note that the location of the httpcore.jar and httpclient.jar files has changed from /usr/share/java to /usr/share/java/httpcomponents-eap6. (BZ#1113159)

Solution

Before applying this update, make sure all previously released errata relevant to your system have been applied.

This update is available via the Red Hat Network. Details on how to use the Red Hat Network to apply this update are available at https://access.redhat.com/articles/11258

Affected Products

  • Red Hat Virtualization 3.6 x86_64

Fixes

  • BZ - 1113159 - Failing to install rhevm-sdk-java with JBoss 6.3.0
  • BZ - 1145237 - [RFE] JAVA-SDK: Add support for Kerberos authentication
  • BZ - 1240320 - [BREW BUILD ENABLER] Regenerate Java SDK using the latest build of RHEV-M 3.6

CVEs

(none)

References

  • http://www.redhat.com/security/updates/classification/#normal
Note: More recent versions of these packages may be available. Click a package name for more details.

Red Hat Virtualization 3.6

SRPM
rhevm-sdk-java-3.6.3.0-1.el6ev.src.rpm SHA-256: 38a1135fd0c5821ada8c2fa3805c226f8d13a9f4d21999ac1428861c4d77bee7
x86_64
rhevm-sdk-java-3.6.3.0-1.el6ev.noarch.rpm SHA-256: 782b49db31a63629ff35d7ceeccf6446f419ca5bc2b1e7040d69f36f0fb04691
rhevm-sdk-java-javadoc-3.6.3.0-1.el6ev.noarch.rpm SHA-256: d8dc69c0416d7031b4317e684f66a70bfdbdf9a8367a012760064ba8eaeb475c

The Red Hat security contact is secalert@redhat.com. More contact details at https://access.redhat.com/security/team/contact/.

Red Hat LinkedIn YouTube Facebook X, formerly Twitter

Quick Links

  • Downloads
  • Subscriptions
  • Support Cases
  • Customer Service
  • Product Documentation

Help

  • Contact Us
  • Customer Portal FAQ
  • Log-in Assistance

Site Info

  • Trust Red Hat
  • Browser Support Policy
  • Accessibility
  • Awards and Recognition
  • Colophon

Related Sites

  • redhat.com
  • developers.redhat.com
  • connect.redhat.com
  • cloud.redhat.com

Red Hat legal and privacy links

  • About Red Hat
  • Jobs
  • Events
  • Locations
  • Contact Red Hat
  • Red Hat Blog
  • Inclusion at Red Hat
  • Cool Stuff Store
  • Red Hat Summit
© 2025 Red Hat

Red Hat legal and privacy links

  • Privacy statement
  • Terms of use
  • All policies and guidelines
  • Digital accessibility