Sun JRE Upgrade:
================
1.downloaded and rename plug-in file from jre-1_5_0_21-windows-i586-p.exe to
$COMMON_TOP/util/jinitiator/j2se15021.exe
2.apply 6863618
3.Run the txkSetPlugin.sh Script from < Patch Unzip Dir >/fnd/bin/ on all mt tiers OR $FND_TOP/bin
txkSetPlugin.sh 15021
4.apply Patch 7657973
5.Verify your upgrade
egrep ‘s_jinit_ver_comma|s_jinit_ver_dot|s_jinit_clsid|s_sun_plugin_type|s_sun_plugin_ver|s_sun_clsid’ $CONTEXT_FILE
If output is still the old values, following should be done to resolve (only if values are not correct):
$FND_TOP/bin/txkSetPlugin.sh xxxxx
(xxxxx=jinit version should show 15021)
When tool asks to run autoconfig as part of it, say ‘Y’
When done, recheck the context values are correct.
6.configure discoverer
cd $ORACLE_HOME/discoverer/config
take a backup of configuration.xml
vi configuration.xml
NOTE: Version to use should match the one chosen during install. version 1.5.0.21 is used
Change sections:
From:
helpSet="help">
To:
"help">
From:
plugin_setup=http://host.domain:port/jpi/oajinit.exe
version="X.X.X"
versionie="X,X,X,X" type="application/x-java-applet"
To:
plugin_setup="http://host.domain:port/disco/jpi/oaj2se.exe"
version="1.5.0" versionie="1,5,0,21"
type="application/x-java-applet"
From (section: plugin_setup under jvm_name=”sun”):
plugin_setup="http://hostname.domain:port/jpi/oajinit.exe"
To:
plugin_setup="http://virtualname/disco/jpi/oaj2se.exe"
cd $ORACLE_HOME/jpi/bin
ln -s $COMMON_TOP/html/oaj2se.exe oaj2se.exe
NOTE: If discoverer is installed on another tier than applications, you will need to copy the
oaj2se.exe file to the discoverer tier instead of creating above link.
take backup of $ORACLE_HOME/jpi/doc/jpi.conf
vi $ORACLE_HOME/jpi/doc/jpi.conf
Change sections:
From:
AliasMatch ^/jpi/(..*) "/******/disco/product/disco_1012/jpi/bin/$1"
To:
AliasMatch ^/disco/jpi/(..*) "/******/disco/product/disco_1012/jpi/bin/$1"
take backup of ORACLE_HOME/jpi/doc/jpi-version.ini
vi $ORACLE_HOME/jpi/doc/jpi-version.ini
Change section ( use 1.5.0.21):
From:
object_classid=clsid:XXXXXXXXXXXXXXXXXXXXXX
object_codebase= http://host.domain:port/jpi/oajinit.exe#Version=X,X,X,mn
object_mimetype=application/x-java-applet;jpi-version=X.X.X
To:
object_classid=clsid:CAFEEFAC-0015-0000-0021-ABCDEFFEDCBA
object_codebase= http://host.domain:port/disco/jpi/oaj2se.exe
#Version=1,5,0,21
object_mimetype=application/x-java-applet;jpi-version=1.5.0
After the above changes are done, restart discoverer
dcmctl updateconfig
opmnctl stopall
opmnctl startall
9.check $FORMS60_WEB_CONFIG_FILE is pointing to 1.5.0_21
; -----------------------------
; These parameters define the Sun's java plug-in to be used
sun_plugin_mimetype=application/x-java-applet;jpi-version=1.5.0_21
sun_plugin_classid=clsid:CAFEEFAC-0015-0000-0021-ABCDEFFEDCBA
sun_plugin_url=https://BIG-IPURL.com:portnum/OA_HTML/oaj2se.exe
sun_plugin_version=1.5.0_21
sun_plugin_legacy_lifecycle=false
C.JINITIATOR RECONFIGURATION
1) Configure $FORMS60_WEB_CONFIG_FILE and template for use of the Oracle
Jinitiator as a non-default option ON ALL MIDDLE TIERS:
Add the following section at the end of the file:
[J13126]
jinit_ver_name=Version=1,3,1,26
jinit_mimetype=application/x-jinit-applet;version=1.3.1.26
jinit_classid=clsid:CAFECAFE-0013-0001-0026-ABCDEFABCDEF
plugin=jinit
jinit_name=oajinit.exe
2) set AT USER LEVEL(NOT SITE LEVEL) on user profile level ICX: Forms Launcher
following value: --> http://servername/dev60cgi/f60cgi?config=J13126
for the list of users provided by customer
No comments:
Post a Comment