OIA-OIM 11g Integration error
841915Feb 23 2011 — edited Mar 29 2011Hi everyone,
I am a newbie to OIA and I am facing the following error while trying to integrate OIM 11g with OIA 11gR1.
16:28:50,084 DEBUG [OIMIAMSolution] Trying to establish a connection with OIM Server...
16:28:50,084 DEBUG [OIMIAMSolution] ************** OIM Connection Params *************
16:28:50,084 DEBUG [OIMIAMSolution] XL Home ---> /home/oiauser/Oracle/Middleware/Oracle_IDM1/server
16:28:50,084 DEBUG [OIMIAMSolution] login config ---> /home/oiauser/Oracle/Middleware/Oracle_IDM1/server/config/authwl.conf
16:28:50,084 DEBUG [OIMIAMSolution] Naming Factory Initial ---> : weblogic.jndi.WLInitialContextFactory
16:28:50,084 DEBUG [OIMIAMSolution] Provider URL --> t3://192.168.1.120:14000
16:28:50,084 DEBUG [OIMIAMSolution] ****************************************************
16:28:50,084 DEBUG [OIMIAMSolution] ********** Connecting to OIM Server **********
16:28:50,139 DEBUG [DefaultIAMListener] storing new ImportRun
16:28:50,140 DEBUG [SqlMapSequenceDao] Getting next count for sequenceName=com.vaau.rbacx.iam.domain.ImportRun, increment=10
16:28:50,142 DEBUG [SqlMapSequenceDao] Returing next count for sequenceName=com.vaau.rbacx.iam.domain.ImportRun, count=80
16:28:50,267 DEBUG [SqlMapSequenceDao] Getting next count for sequenceName=ImportRunStepId, increment=10
16:28:50,269 DEBUG [SqlMapSequenceDao] Returing next count for sequenceName=ImportRunStepId, count=80
16:28:50,372 ERROR [OIMIAMSolution] Error Connecting to OIM Server
Thor.API.Exceptions.tcAPIException: unable to find LoginModule class: weblogic.security.auth.login.UsernamePasswordLoginModule
at Thor.API.tcUtilityFactory.<init>(tcUtilityFactory.java:167)
at com.vaau.rbacx.iam.oracle.OIMIAMSolution.getUtilityFactory(OIMIAMSolution.java:2542)
at com.vaau.rbacx.iam.oracle.OIMIAMSolution.readUsers(OIMIAMSolution.java:754)
at com.vaau.rbacx.iam.service.impl.RbacxIAMServiceImpl.importUsers(RbacxIAMServiceImpl.java:119)
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:616)
at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:307)
at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:182)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:149)
at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:106)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:204)
at $Proxy64.importUsers(Unknown Source)
at com.vaau.rbacx.scheduling.executor.iam.IAMJobExecutor.execute(IAMJobExecutor.java:121)
at com.vaau.rbacx.scheduling.manager.providers.quartz.jobs.AbstractJob.execute(AbstractJob.java:72)
at org.quartz.core.JobRunShell.run(JobRunShell.java:202)
at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:534)
16:28:50,374 ERROR [OIMIAMSolution] Error Connecting to OIM Server : : Error Connecting to OIM Server : unable to find LoginModule class: weblogic.security.auth.login.User
Please help me out.
-Thanks.