| Administrator | 
		I can pass you some documents , but it is not a good method for dealing with this;
As this issue is generic. We need to identify the details.
 
 If the Applications Login page is returned or an error message such as: "You have encountered an unexpected error. Please contact the System Administrator for assistance" then the problem is with Oracle Applications setup rather than Oracle Application Server.
 
 Examine the output from aoljtest.jsp
 http://<machine.domain:port>/OA_HTML/jsp/fnd/aoljtest.jsp
 Enable AFLogging
 Open the file $ORA_CONFIG_HOME/10.1.3/j2ee/oacore/config/oc4j.properties in a text editor
 Add:the following values:
 AFLOG_ENABLED=true
 AFLOG_LEVEL=statement
 AFLOG_MODULE=% (% captures all - preferable to use products such as fnd, ies, por)
 AFLOG_FILENAME=/tmp/1.log
 Stop then restart $ADMIN_SCRIPTS_HOME/adoacorectl.sh service, reproduce the issue, and examine the log file denoted by AFLOG_FILENAME
 
 
 |