Connection Error to EBS java Forms after April 2025 patch Follow
This article is related to the following issue:
You got AuraPlayer running on EBS Forms, and it was running perfectly.
After installing April 2025 CPU 37531055 you ge 'Connection Error when running Forms services.
This issue can be easily resolved as a quick fix and it autoconfig setup.
Here is a document explaining how to do that: download
Validate that this is the issue
Open the browser in Incognito mode (or InPrivate mode)
set in the url:
http://<ebs host>:<ebs port>/forms/frmservlet/iserver
If you get 500 Server Error then this issue fix is relevant for you.
Quick fix to test the solution
vi $EBS_APPS_DEPLOYMENT_DIR/forms/META-INF/weblogic-application.xml
Remove the following lines:
<session-descriptor>
<url-rewriting-enabled>false</url-rewriting-enabled>
</session-descriptor>
Bounce the services
Autoconfig fix for Oracle patch from April 2025
cd $FND_TOP/admin/template
verify that forms_weblogic_application_xml_FMW.tmp does not exist in custom directory:
ls custom/forms_weblogic_application_xml_FMW.tmp
copy that file to custom directory:
cp forms_weblogic_application_xml_FMW.tmp custom/
Make changes in the file:
cd custom
vi forms_weblogic_application_xml_FMW.tmp
Remove the following session descriptor:
< <session-descriptor>
< <url-rewriting-enabled>false</url-rewriting-enabled>
< </session-descriptor>
Stop the entire environment.
Run adautocfg.sh (on all app nodes; as you usually do it).
Bring the environment up again.
Comments
0 comments
Article is closed for comments.