Skip to Main Content

Security Software

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!

SSPR login Exception

2882219Apr 23 2015 — edited Apr 23 2015

Hi All,

We are trying to deploy SSPR(Self Service Password Reset) application from OIM 11g R1 to OIM 11g R2 .

The code is working perfectly in OIM R1. But While deploying in R2 Exception is throwing like below while logging in.

2015-04-23 10:25:42 INFO  Controller:? - Entering Method :  return from method :decryptOIMPwd,cvs.oim.pss.logging.LoggerInfo@6ffb4feb

2015-04-23 10:25:42 INFO  Controller:? - Entering Method :  return from method :decryptOIMPwd,cvs.oim.pss.logging.LoggerInfo@793b6ccf

2015-04-23 10:25:42 INFO  Controller:? - Provider URL :::t3://rri2idmdl2v:13005/identity

2015-04-23 10:25:42 INFO  Controller:? - Provider URL :::t3://rri2idmdl2v:13005/identity

2015-04-23 10:25:42 INFO  Controller:? - Admin Password: Oracle123

2015-04-23 10:25:42 INFO  Controller:? - AdminUser: xelsysadm

2015-04-23 10:25:42 INFO  Controller:? - Inside DO CLIENT method () .....

2015-04-23 10:25:42 INFO  Controller:? - Admin Password: Oracle123

2015-04-23 10:25:42 INFO  Controller:? - AdminUser: xelsysadm

2015-04-23 10:25:42 INFO  Controller:? - Inside DO CLIENT method () .....

2015-04-23 10:25:42 INFO  Controller:? - PROVIDER_URL is NOT null or empty !!!

2015-04-23 10:25:42 INFO  Controller:? - Inside try !!!

2015-04-23 10:25:42 INFO  Controller:? - PROVIDER_URL is NOT null or empty !!!

2015-04-23 10:25:42 INFO  Controller:? - Inside try !!!

2015-04-23 10:25:42 INFO  Controller:? - Trying to login with URL: t3://rri2idmdl2v:13005/identity

2015-04-23 10:25:42 INFO  Controller:? - Trying to login with URL: t3://rri2idmdl2v:13005/identity

2015-04-23 10:25:42 INFO  Controller:? - Exception while logging in with URL: t3://rri2idmdl2v:13005/identity

Message: javax.security.auth.login.LoginException: java.lang.SecurityException: java.lang.ClassCastException: weblogic.security.service.CommonSecurityLoggerSpiImpl cannot be cast to com.bea.common.logger.spi.LoggerSpi

        at com.bea.common.security.internal.service.LoginModuleWrapper.initialize(LoginModuleWrapper.java:57)

        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)

        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)

        at java.lang.reflect.Method.invoke(Method.java:606)

        at javax.security.auth.login.LoginContext.invoke(LoginContext.java:744)

        at javax.security.auth.login.LoginContext.access$000(LoginContext.java:203)

        at javax.security.auth.login.LoginContext$4.run(LoginContext.java:690)

      

No one is able to solve this issue. Please do needful.

Thanks,

Kowsalya

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on May 21 2015
Added on Apr 23 2015
3 comments
946 views