Skip to Main Content

E-Business Suite

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

lower-case letters make autoconfig failed when implenment JWS

Benny Gong-OracleMay 20 2019 — edited Feb 9 2021

We have two application tier CM and UI

After setting s_forms_launch_method in all tiers with value jws (cm, ui), autoconfig runs successfully in cm tier but fails in ui tier.
In ui tier autoconfig keeps failing with jws, only successful if I changed the value of s_forms_launch_method to JWS.

CM and UI has the same OS platform and version,also the file version of txkChkFormsLaunchMethod.pl is the same.

cm - # $Header: txkChkFormsLaunchMethod.pl 120.0.12020000.2 2018/02/02 09:10:00 sbandla noship $
ui -  # $Header: txkChkFormsLaunchMethod.pl 120.0.12020000.2 2018/02/02 09:10:00 sbandla noship $

Only deffrence between txkChkFormsLaunchMethod.log is

in txkChkFormsLaunchMethod.log on CM

SQL Command: select count(*) from fnd_profile_options where profile_option_name = 'FND_ENABLE_JAVA_WEB_START'

Java Web Start can be enabled as FND_ENABLE_JAVA_WEB_START profile exist.

while in in txkChkFormsLaunchMethod.log on UI

SQL Command: select count(*) from fnd_profile_options where profile_option_name = 'FND_ENABLE_JAVA_WEB_START'

Any idea,thanks.

Comments
Post Details
Added on May 20 2019
0 comments
42 views