Login  Register

Re: http 500

Posted by latifa on Jun 27, 2018; 7:09am
URL: http://erman-arslan-s-oracle-forum.124.s1.nabble.com/http-500-tp6283p6286.html

Hi Erman,

one more thing, apps account is aften locked ? could it the reason.
Our Database changed apps password with alter user and he didn't know that apps password should changed with FNDCPASS.

Could it the reaon of my issue ? How can we correct this if it is the case.

I checked the GUSET password with

select fnd_web_sec.validate_login('GUEST','****') from dual ;

FND_WEB_SEC.VALIDATE_LOGIN('GUEST','****')
--------------------------------------------------------------------------------
N

but it is correct in context_file !!

Once again, I compile jsp's and the error message I sent perviously is back :(

So I tried to change apps user as following:


SQL> alter user applsys identified by blablabla ;

User altered.

SQL> alter user apps identified by blablabla ;

User altered.


FNDCPASS apps/blablabla 0 Y system/CAux_TDM_08 APPLSYS old_one

but this one gave an error message:

Working...
Oracle error -29548: ORA-29548: Java system class reported: release of classes.bin in the database does not match that of the oracle executable - USER ( APPS ) has been detected in FND_WEB_SEC.GET_OP_VALUE.


So I found this post: https://chefdba.com/2016/09/02/ebs-blank-login-page-after-database-psu/


SQL> select dbms_java.get_jdk_version() from dual;
select dbms_java.get_jdk_version() from dual
*
ERROR at line 1:
ORA-29548: Java system class reported: release of classes.bin in the database
does not match that of the oracle executable

I done it and I have similar error ...

How can I apply it's solution: "Solution is to fix the OJVM issue by running post installation properly or fixing any errors reported while applying the patch and caused OJVM to be invalid".


Thank you in advance for your help.

Latifa


Note:
I posted previously cloning dbTier with : adcfgclone dbTeckStack and I faced RC errors [RC-50204: Error: - Database Port in use: Port Value = 1521]
--> could it be the root cause of this problem ?