Monday, July 29, 2019

Error 404 -- Not Found From RFC 2068 hypertext Transfer Protocol -- HTTP/1.1

In my environment we are having EBS(12.2.5) running with 12.1.0.2 database.

One day in our DEV Instance  Front-End is not opening and faced the below error.


So I followed the below steps as a solution and it worked.


First, generate the JAR files




Next, reload the generated jar files to the respective database 



Now compile the APPS schema to reduce the count of Invalid objects.

Once everything completed, you can clear your browser cache and try to login to the application., but normally the above steps will be accompanied by clearing the middle tier cache. So I gave the below steps to clear the middle tier cache from backend.

To clear the cache, follow the below steps.
  1. Stop the application services
  2. Navigate to $OA_HTML/cabo/images/cache
  3. Take a backup of contents of the folder cache and then clear all the contents inside that cache folder
  4. Navigate to $OA_HTML/cabo/styles/cache
  5. Take a backup of contents of the folder cache and then clear all the contents inside that cache folder




Now recompile all the jsp files manually as below
  1. Navigate to $FND_TOP/patch/115/bin
  2. Run the ojspcompile command as below to compile the files manually



Finally, clear your browser cache, close the browser, open a new session, launch the application and try to login. 


 
                           ****************************நன்றி****************************

No comments:

Post a Comment

IAS Cache initialization failed

 Today I faced an Issue in R12.2 instance. The solution I followed to overcome the issue is very simple, but they are more than one solution...