Search This Blog

Wednesday, June 6, 2012

Location for Apache Log File &Apache Errors

Apache Logfile Location: "$IAS_ORACLE_HOME/Apache/Apache/logs/"

check for the errors in Apache log file.

Some Important HTTP Status Codes:
  • 200 OK
  • 201 Created
  • 202 Accepted
  • 400 Bad Request
  • 401 Unauthorized
  • 402 Payment Required
  • 403 Forbidden
  • 404 Not Found
  • 405 Method Not Allowed
  • 406 Not Acceptable
  • 407 Proxy Authentication Required
  • 408 Request Timeout
  • 409 Conflict
  • 424 Locked
  • 500 Internal Server Error
  • 501 Not Implemented
  • 502 Bad Gateway
  • 503 Service Unavailable
  • 504 Gateway Timeout
  • 505 HTTP Version Not Supported
  • 507 Insufficient Storage

Use the following programs to verify the installation and check that the servlets are functioning.

1. http//:/servlets/IsItWorking (11.5.10) This may fail with:

403 Forbidden You don't have permission to access /servlets/IsItWorking on this server.

This is due to enhanced security delivered with the autoconfig templates..


2. http://:/servlets/Hello

If this fails, this indicates an issue with your Jserv set-up.
You then need to follow Note:230688.1


3. Validate the jsp pages

http(s)://:/OA_HTML/jsp/fnd/aoljtest.jsp

If this fails , this indicates an issue with your Jserv set-up. You then need to follow Note:230688.1
Check that the CGI environment and mod_plsql is functioning.


4. If you are unable to run the procedure below because of an 'internal error' or a 'cannot find host' or a similar error, then it could indicate that there is a problem with the PLSQL Configuration.

a. Run the following URL:   http://:/pls//FND_WEB.PING

For example:

http://myHost.myDomain.com:2002/pls/SID/FND_WEB.PING

This should output the results of running FND_WEB.PING package

No comments:

Post a Comment