Header Ads

How to Bounce Adf Server in Oracle EBS R12


When you create Forms through Adf Jdeveloper, sometimes it is not working properly and takes too much time to open the Adf page in server, so we need to bounce the server. Here I am sharing some script to bounce your server with screenshot so you can easily learn it. Download VNC-Viewer 5.2.1

Type VNC Server ( Server IP) → then type Password for Authentication



  • Enter Password again



  • After enter the password, you will see the Linux OS screen. Open new Terminal with the help of right click. When your screen will open → go to your ADF server path

Path:

cd /d01/oracle/adf/FMW_HOME/user_projects/domains/ADF_domain/bin/


Script 1:

$ ./stopManagedWebLogic.sh ADFServer

Script 2:

$ ./stopWebLogic.sh

After run these 2 above scripts. First script for your ADF Server (it will be stopped) and the second script for your WebLogic, and wait a while for each script. After run the script # 2 check your webLogic either it is working or not.
Example:


Now Open a new terminal and start your WebLogic first and then AdfServer

Script 3:

$ nohup ./startWebLogic.sh &

Script 4:

$ nohup ./startManagedWebLogic.sh ADFServer &

Final your WebLogic and Adf Server is bounced, check it and enjogy

No comments:

Thank you for your comment...!

Powered by Blogger.