Problem: When the Oracle Application BRAVO instance is loaded, the ‘yellow bar’ appears when the forms are loaded.
Solutions:
1. Refer to Metalink Doc ID: 162488.1, “Section 6: Troubleshooting and those Yellow Warning Bars”
Navigate to Start > All Programs > JInitiator Control Panel 1.1.8.16
Check “Show Java Console”
Exit and reload BRAVO instance.
Java Console shows no errors.
Try:
(a) Uninstall Jinitiator and clear browser cache
(b) Log back into Applications to get the new plugin, (oajinit.exe) including the new identitydb.obj
(c) Install the Jinitiator on the Client PC and then Log into the Oracle Applications to download the new signed JAR files
IE Tools > Internet Options > Security
Trusted > Custom Level
Download unsigned ActiveX controls: Prompt
Automatic Prompting for File Downloads: Enable
Had to copy jinit11816.exe manually off the server and install on client
Try:
1. Source the environment and recreate certificate:
adjkey -initialize
2. Repackage JInitiator:
adjbuild.sh /u0/bravo/bravocomn/util/jinitiator /u0/bravo/bravocomn/util/jinitiator/jinit11816.exe
3. Run adadmin and generate product jars (FORCE REGENERATION)
4. Then:
(a) Uninstall JInitiator, clear browser cache, and jcache
(b) Log back into Applications to get the new plugin, (oajinit.exe) including the new identitydb.obj
(c) Install the Jinitiator on the Client PC and then Log into the Oracle Applications to download the new signed JAR files
Rename C:Program FilesOracleidentitydb.obj
Then retry from step 4 above
Try:
1. Removed identitydb.obj from /home/applmgr
2.Source the environment and recreate certificate:
adjkey -initialize
3. Repackage JInitiator:
adjbuild.sh /u0/bravo/bravocomn/util/jinitiator /u0/bravo/bravocomn/util/jinitiator/jinit11816.exe
4. Run adadmin and generate product jars (FORCE REGENERATION)
5. Then:
(a) Cleared browser cache
(b) Removed files from C:Documents and SettingsjeffersonbOracle Jar Cache
Try:
1. Copied identitydb.obj.20070703 to identitydb.obj in /home/applmgr
2. Repackage JInitiator:
adjbuild.sh /u0/bravo/bravocomn/util/jinitiator /u0/bravo/bravocomn/util/jinitiator/jinit11816.exe
3. Run adadmin and generate product jars (FORCE REGENERATION)
4. Then:
(a) Cleared browser cache
(b) Removed files from C:Documents and SettingsjeffersonbOracle Jar Cache
(c) Launched Oracle Applications and loaded form
Solution 1:
Copied $OA_HTML/oajinit.exe off the server and onto the client machine.
Unzip oajinit.exe in a directory and run adjbuild/jinit11816.exe.
The following solution worked:
Refer to:
Subject: How to use,create and /or update Digital Certificates for 11i Applications
Doc ID: Note:365735.1
How to share Digital Certificate across multiple instances
———————————————————-
1. Copy Associated Files
+ Copy from alpha to bravo the following files respectively:
a. ADCERT.txt (certificate directive file)
$APPL_TOP/admin/out/adcert.txt
b. ADSIGN.txt (used to pass arguments to JRI for signing JAR files.)
$APPL_TOP/admin/adsign.txt
c. APPLTOP.cer (Certificate file that gets imported into the identitydb.obj)
$APPL_TOP/admin/appltop.cer
d. OAJINIT.exe (Repackaged Jinitiator executable that includes identitydb.obj)
$OA_HTML/oajinit.exe
Note: It will not be necessary to repackage your JInitiator file oajinit.exe if you copy it over.
e. IDENTITYDB.obj (Identity Database File used to sign JAR files on the server)
$HOME/identitydb.obj
DO NOT repackage Jinitiator.
2. Regenerate JAR files on bravo
+ Run ADADMIN to Regenerate (sign) the JAR files on each middle tier
a. Launch ADADMIN (Ensure you are APPLMGR with permissions to write to adadmin.log)
b. Choose option number 1 to Generate Files, then 5 to regenerate JAR Files making sure to enter ‘yes for force regeneration, which will resign every JAR file using the new digital certificate that you just copied over from the alpha instance.
In Summary:
Started to get yellow bar:
1. Deleted C:Program FilesOracleidentitydb.obj
2. Deleted Profile Oracle Cache
3. Uninstalled all JInitiators, verified by checking C:Program FilesOracle
4. Manually reinstalled JInitiator (oajinit.exe) from november instance – yellow bar still appearing on logon
5. Tried regenerating JAR files using adadmin – completed with error
6. Regenerated certificate using adjkey -initialize, then reran adadmin to regenerate JAR files – yellow bar still appearing on logon
7. Cleared browser cache and jcache – C:Program FilesOracleJInitiator 1.1.8.16jcache – yellow bar still appearing on logon
8. Manually copied identitydb.obj from /home/applmgr to C:Program FilesOracle – WORKING
0 Comments.