Monday, 4 January 2010

Forms always display down on OAS R2

On the Enterprise Manager the Forms status is DOWN on Oracle Application Server R2 (10.1.2.1.2) SUSE 9 64 bit.
Forms can be executed successfully and "opmnctl status" shows all needed processes as UP.

Please backup the files and make changes as given below:

1. Navigate to "$ORACLE_HOME /install" and open the "portlist.ini". Notice the value for "Oracle HTTP Server Listen port". This value will be used at point 4

2. Navigate to "$ORACLE_HOME /sysman/emd" and open the "targets.xml" file.

3. Find the line reffering to the "ServletUrl" property. It should look like this:

4. In the above line replace the PORT with the value found at point 1 (Oracle HTTP Server Listen port).

5. Save and close the targets.xml

6. Run the following command: "opmnctl reload"

7. Run the following command "opmnctl restartproc process-type=HTTP_Server"

8. Test a couple of times the status of the "Forms" component in Enterprise Manager by refreshing the data (In the EM page on the upper right)

No comments:

Post a Comment