Skip to Main Content

E-Business Suite

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

ORA-29541: class APPS.oracle/apps/fnd/security/WebSessionManagerProc

User348186Aug 14 2019 — edited Feb 9 2021

After the clone  and after starting the application-The login screen is just blank.

I couldn't change the password by FNDCPASS:

error in j2ee/oacore :

at com.evermind.server.ApplicationServerLauncher.run(ApplicationServerLauncher.java:131)

        at java.lang.Thread.run(Thread.java:619)

Caused by: java.lang.RuntimeException: Cannot Load Properties from the Databasejava.lang.RuntimeException: Guest user/pwd does not exist or match: GUEST/ORACLE

        at oracle.apps.fnd.common.Guest$GuestDelegate.<init>(Guest.java:353)

        at oracle.apps.fnd.common.Guest$GuestDelegate.getInstance(Guest.java:284)

        at oracle.apps.fnd.common.Guest.getDelegate(Guest.java:210)

        at oracle.apps.fnd.common.Guest.getUserPwd(Guest.java:157)

        at oracle.apps.jtf.base.session.SiteProperty.load0(SiteProperty.java:77)

        at oracle.apps.jtf.base.session.SiteProperty.load(SiteProperty.java:60)

SQL> select fnd_web_sec.validate_login('GUEST','ORACLE') from dual;

FND_WEB_SEC.VALIDATE_LOGIN('GUEST','ORACLE')

--------------------------------------------------------------------------------

N

SQL> select fnd_message.get from dual;

GET

--------------------------------------------------------------------------------

Oracle error -29541: ORA-29541: class APPS.oracle/apps/fnd/security/WebSessionMa

nagerProc could not be resolved has been detected in FND_WEB_SEC.VALIDATE_LOGIN(

u,p).

As per the document:

FNDCPASS Troubleshooting Guide For Login and Changing Applications Passwords ( Doc ID 1306938.1  )

step 19:

19. ORA-29541 Unable to Change Password Using FNDCPASS Utility

SQL> alter java class '/b3e79110_HTTPData' resolve;

alter java class '/b3e79110_HTTPData' resolve

  *

ERROR at line 1:

ORA-29501: invalid or missing Java source, class, or resource name

Comments
Post Details
Added on Aug 14 2019
16 comments
406 views