Friday, 21 October 2016

EBS Login page showing blank

EBS Login page not coming up !!!

 

Try below options one by one:

Most of the time the cause is incorrect guest password in dbc file or JSP compilation needed.

•    AOLJ test :

    http://<host_name>:<port_number>/OA_HTML/jsp/fnd/aoljtest.jsp
   
•    JSP compile :

Login as applmgr user(may be different in your case) on application primary node , source environment and run below command as it is.

    $FND_TOP/patch/115/bin/ojspCompile.pl --compile --flush -p 2
   
•    Verify Guest password during AOLJ test or with below:

    login to application server with applmgr and source environtment file.
    run below command:
    grep s_guest_pass $CONTEXT_FILE (say OUTPUT is ORACLE)
   
    login to sqlplus as apps user:
    select fnd_web_sec.validate_login('GUEST','ORACLE') from dual;
    this script should return 'Y'
   
•    Check that no object with ICX is invalid:

    If any recompile it manually.
    select * from dba_objects where object_name like '%ICX%' and status ='INVALID';
   
•    Library link from adadmin

    run command: adadmin
    choose option below:
    2.    Maintain Applications Files menu
         1.    Relink Applications programs

•    Apps schema compile from adadmin
    run command: adadmin
    choose option below:
    3.    Compile/Reload Applications Database Entities menu
   
•    Autoconfig

•   Try  restoring to old configuration values from restore.sh

   restore application configuration to old point using restore.sh created during earlier autoconfig.
   Path: $INST_TOP/admin/out/<MMDDYYYY>

Note that do not run autoconfig after restore.sh & start the application. 

Thanks,
Achal

No comments:

Post a Comment