Download
Abstract
This Limited Availability Interim Fix contains JRE's for Java 8 support with Tivoli Directory Integrator v7.1.1
Download Description
+-----------------------------------------------------+
Interim Fix 7.1.1-TIV-TDI-LA0031 README
Tivoli Directory Integrator 7.1.1
LA Interim Fix 31
(All platforms)
JRE Level: Java 8 Service Refresh 3
Date: June 2016
+-----------------------------------------------------+
COPYRIGHT STATEMENT
====================
June 2016
References in this publication to IBM products, programs, or services do
not imply that IBM intends to make these available in all countries in
which IBM operates. Any reference to an IBM program product in this
publication is not intended to state or imply that only IBM's program
product may be used. Any functionally equivalent program may be used
instead.
IBM is a trademark of the International Business Machines Corporation.
Copyright International Business Machines Corporation 2016. All rights
Reserved.
Fix For
======
APAR - NA
PMR - NA
General Description:
==================
This Limited Availability Interim Fix contains JRE's for Java 8 support with Tivoli Directory Integrator v7.1.1
Details:
======
Java 8 support for Tivoli Directory Integrator v7.1.1
Prerequisites:
============
Tivoli Directory Integrator v7.1.1 with or without any fixpack must be installed.
Platforms:
==========
All supported Platforms
Downloading the Fix:
==================
- Under the Download options section, Click on the "Change Download options" link.
- Set the "Include prerequisites and co-requisite fixes (you can select the ones you need later)" checkbox to true.
Applying the Fix:
==============
- Shutdown TDI.
- Unzip the fix package to a temporary directory. The LA contains platform specific JRE's, copy the .zip or the .tar.gz to respective platforms.
- Extract the .zip /.tar.gz files into temp directory.
- Backup/rename the existing <TDI_Install_Dir>\jvm\jre directory.
- Copy the <temp directory>\<extracted_jvm_dir>\jre directory and content as a sub-directory to the <TDI_Install_Dir>\jvm directory.
- Apply command 'chmod -R 755 jre' for non windows platform.
Changes to the Java policy file for Derby server to start
===============================================
- Derby server does not start as the new JVM does not grant permissions by default.
- Resolve by using either option:
* To give all permissions to all files in the TDI install dir, add the following in the <TDI_Install_dir>\jvm\jre\lib\security\java.policy
grant codeBase "file:/<TDI_Install_dir>/-" {
permission java.security.AllPermission;
};
Note : The ending minus, "-", in the path. It means that all files in all folders, recursively, under the TDI install dir will be given this permission.
* To give permission to derby port to listen, add the following line in the <TDI_Install_dir>\jvm\jre\lib\security\java.policy ,under the default permissions granted to all domains section.
permission java.net.SocketPermission "localhost:<port number>-", "listen";
For example : permission java.net.SocketPermission "localhost:1527-", "listen";
Note: 1527 is the derby port in this example.
Confirming the Fix has been applied successfully:
==========================================
Tivoli Directory Integrator v7.1.1 should work with Java 8
Prerequisites
Tivoli Directory Integrator v7.1.1 with or without any fixpack must be installed.
Installation Instructions
Refer to 7.1.1-TIV-TDI-LA0031-README.txt for details
Product Synonym
TDI SDI Java
Was this topic helpful?
Document Information
Modified date:
15 June 2018
UID
swg24042378