the weblogic 10.3 OID/ldap error

Hello:

We are migrating our application of OC4J to weblogic 10.3. The application has some problem to access the OID/LDAP. Here is the error when the application attempts to connect to LDAP:

Exception in thread "Thread-13" java.lang.ArrayIndexOutOfBoundsException: 10
to weblogic.rjvm.RJVMFinder. < init > (RJVMFinder.java:98)
at weblogic.rjvm.ServerURL.getFinder(ServerURL.java:181)
at weblogic.rjvm.ServerURL.findOrCreateRJVM(ServerURL.java:153)
to weblogic.jndi.WLInitialContextFactoryDelegate$ 1.run(WLInitialContextFactoryDelegate.java:344)
at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:363)
at weblogic.security.service.SecurityManager.runAs (unknown Source)
at weblogic.jndi.WLInitialContextFactoryDelegate.getInitialContext(WLInitialContextFactoryDelegate.java:339)
at weblogic.jndi.Environment.getContext(Environment.java:315)
at weblogic.jndi.Environment.getContext(Environment.java:285)
at weblogic.jndi.WLInitialContextFactory.getInitialContext(WLInitialContextFactory.java:117)
at javax.naming.spi.NamingManager.getInitialContext(NamingManager.java:667)
at javax.naming.InitialContext.getDefaultInitCtx(InitialContext.java:288)
at javax.naming.InitialContext.init(InitialContext.java:223)
to javax.naming.ldap.InitialLdapContext. < init > (InitialLdapContext.java:134)
at oracle.ldap.util.jndi.ConnectionThread.run(ConnectionThread.java:61)
log4j:error no file or output stream is defined for the appender named "null".


Us did not change any code and everything works find on our OC4J application server. It stops working on weblogic 10.3. Does anyone have a similar experience?

Thank you

Jack

Hello

It seems that the ConnectionUtil class is not supported with WLS. I managed to do work by creating the initial Ldap context manually:

replace

InitialLdapConetxt ldapCtx = ConnectionUtil.getDefaultDirCtx(ldapServerName, ldapServerPort, ldapUserDN, ldapUserPass);
RootOracleContext roc = new RootOracleContext(ldapCtx);

by

Hashtable env = new Hashtable();
env.put(Context.INITIAL_CONTEXT_FACTORY, "com.sun.jndi.ldap.LdapCtxFactory");
env.put(Context.SECURITY_AUTHENTICATION, "simple");
env.put(Context.SECURITY_PRINCIPAL, ldapUserDN);
env.put(Context.SECURITY_CREDENTIALS, ldapUserPass);
env.put(Context.PROVIDER_URL, "ldap://" + ldapServerName+ ":" + ldapServerPort + "/");
env.put(Context.REFERRAL, "follow");

InitialLdapConetxt ldapCtx = new InitialLdapContext(env, null);
RootOracleContext roc = new RootOracleContext(ldapCtx);

I hope this helps.

Kind regards
Friedrich

Tags: Fusion Middleware

Similar Questions

  • How to connect weblogic 9.2 with LDAP Port 636 (SSL Enabled)

    Hello

    We are currently connecting the weblogic administration console to LDAP using the port 989. Can someone tell us the details on how to connect Weblogic to Port 636 (SSL enabled).
    Requires you to install certificates of security for the same thing?

    Thank you

    Yes, the certificate will be provided by the LDAP Service provider.

    Check the SSL Configuration of the Weblogic Server.

    If using demo identity and demo trust, import the following

    keytool - v-import - alias ldapcert - keystore DemoTrust.jks - cert.cer - storepass DemoTrustKeyStorePassPhrase of the file

    If its custom identity and trust personalized, use the command below

    keytool - v-import - alias ldapcert - keystore cert.cer .jks-file - storepass

    Hope this helps,
    Faisal

  • weblogic.application.WrappedDeploymentException: [LDAP: error 32 - No Such Object code] weblogic.application.WrappedDeploymentException: [LDAP: error 32 - No Such Object code]

    Hello guys, I encounter the above error while trying to redeploy applications Saas Extension JCS service.

    Anyone has any ideas on what is causing this? Here is the complete Log file

    2015-04-23 00:21:23 PDT: Starting action "Deploy Application"
    2015-04-23 00:21:23 PDT: Deploy Application started
    2015-04-23 00:21:32 PDT: weblogic.application.WrappedDeploymentException: [LDAP: error code 32 - No Such Object]weblogic.application.WrappedDeploymentException: [LDAP: error code 32 - No Such Object]
      at com.sun.jndi.ldap.LdapCtx.mapErrorCode(LdapCtx.java:3112)
      at com.sun.jndi.ldap.LdapCtx.processReturnCode(LdapCtx.java:3033)
      at com.sun.jndi.ldap.LdapCtx.processReturnCode(LdapCtx.java:2840)
      at com.sun.jndi.ldap.LdapCtx.searchAux(LdapCtx.java:1849)
      at com.sun.jndi.ldap.LdapCtx.c_search(LdapCtx.java:1772)
      at com.sun.jndi.toolkit.ctx.ComponentDirContext.p_search(ComponentDirContext.java:386)
      at com.sun.jndi.toolkit.ctx.PartialCompositeDirContext.search(PartialCompositeDirContext.java:356)
      at javax.naming.directory.InitialDirContext.search(InitialDirContext.java:276)
      at oracle.security.jps.internal.common.ldap.util.JpsLdapCommonUtil.search(JpsLdapCommonUtil.java:261)
      at oracle.security.jps.internal.common.ldap.util.JpsLdapCommonUtil.search(JpsLdapCommonUtil.java:221)
      at oracle.security.jps.internal.policystore.ldap.JpsLdapDataManager.jpsObjectListQuery(JpsLdapDataManager.java:778)
      at oracle.security.jps.internal.policystore.entitymanager.impl.InternalQueryManagerImpl.getAttributes(InternalQueryManagerImpl.java:424)
      at oracle.security.jps.az.internal.management.pd.service.GenericPolicyDistributionService.getAttributes(GenericPolicyDistributionService.java:949)
      at oracle.security.jps.az.internal.management.pd.service.GenericPolicyDistributionService.internalGetAppPolicyEntry(GenericPolicyDistributionService.java:732)
      at oracle.security.jps.az.internal.management.pd.service.GenericPolicyDistributionService.getAppPolicyEntry(GenericPolicyDistributionService.java:668)
      at oracle.security.jps.az.internal.management.pd.service.GenericPolicyDistributionService.getAppPolicyEntry(GenericPolicyDistributionService.java:412)
      at oracle.security.jps.az.internal.management.pd.service.PolicyDistributionServiceImpl.getAppPolicyEntry(PolicyDistributionServiceImpl.java:175)
      at oracle.security.jps.az.internal.runtime.policy.ApplicationPolicyImpl.initWithAppPolicyEntry(ApplicationPolicyImpl.java:307)
      at oracle.security.jps.az.internal.runtime.policy.ApplicationPolicyImpl.initAppPolicy(ApplicationPolicyImpl.java:284)
      at oracle.security.jps.az.internal.runtime.policy.ApplicationPolicyMap.get(ApplicationPolicyMap.java:113)
      at oracle.security.jps.az.internal.runtime.service.PDPServiceImpl.getApplicationPolicy(PDPServiceImpl.java:845)
      at oracle.security.jps.az.internal.runtime.service.PDPServiceImpl.getApplicationPolicy(PDPServiceImpl.java:796)
      at oracle.security.jps.internal.policystore.PolicyUtil.getGrantedAppRoles(PolicyUtil.java:3005)
      at oracle.security.jps.internal.policystore.PolicyUtil.getJpsAppRoles(PolicyUtil.java:1968)
      at oracle.security.jps.internal.policystore.PolicyUtil.getJpsAppRoles(PolicyUtil.java:1913)
      at oracle.security.jps.internal.core.util.SubjectResolverComputor$1.run(SubjectResolverComputor.java:152)
      at oracle.security.jps.internal.core.util.SubjectResolverComputor$1.run(SubjectResolverComputor.java:143)
      at java.security.AccessController.doPrivileged(Native Method)
      at oracle.security.jps.internal.core.util.SubjectResolverComputor.getAppRoles(SubjectResolverComputor.java:143)
      at oracle.security.jps.internal.core.util.SubjectResolverComputor.compute(SubjectResolverComputor.java:123)
      at oracle.security.jps.internal.core.util.SubjectResolverCacheImpl.computeJpsSubject(SubjectResolverCacheImpl.java:207)
      at oracle.security.jps.az.internal.runtime.service.PDPServiceImpl.computeJpsSubject(PDPServiceImpl.java:2376)
      at oracle.security.jps.internal.jaas.JpsAbsSubjectResolver.resolveJpsSubject(JpsAbsSubjectResolver.java:216)
      at oracle.security.jps.internal.jaas.JpsAbsSubjectResolver.resolveSubject(JpsAbsSubjectResolver.java:175)
      at oracle.security.jps.ee.jmx.JpsJmxInterceptor.internalPreRegister(JpsJmxInterceptor.java:461)
      at oracle.as.jmx.framework.generic.spi.interceptors.AbstractMBeanInterceptor.doPreRegister(AbstractMBeanInterceptor.java:180)
      at oracle.as.jmx.framework.generic.spi.interceptors.DefaultMBeanInterceptor.internalPreRegister(DefaultMBeanInterceptor.java:81)
      at oracle.as.jmx.framework.generic.spi.interceptors.ContextClassLoaderMBeanInterceptor.internalPreRegister(ContextClassLoaderMBeanInterceptor.java:150)
      at oracle.as.jmx.framework.generic.spi.interceptors.AbstractMBeanInterceptor.doPreRegister(AbstractMBeanInterceptor.java:180)
      at oracle.as.jmx.framework.generic.spi.interceptors.DefaultMBeanInterceptor.internalPreRegister(DefaultMBeanInterceptor.java:81)
      at oracle.as.jmx.framework.generic.spi.interceptors.AbstractMBeanInterceptor.doPreRegister(AbstractMBeanInterceptor.java:180)
      at oracle.as.jmx.framework.standardmbeans.spi.OracleStandardEmitterMBean.preRegister(OracleStandardEmitterMBean.java:619)
      at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.preRegister(DefaultMBeanServerInterceptor.java:1007)
      at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.registerDynamicMBean(DefaultMBeanServerInterceptor.java:919)
      at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.registerObject(DefaultMBeanServerInterceptor.java:900)
      at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.registerMBean(DefaultMBeanServerInterceptor.java:324)
      at com.sun.jmx.mbeanserver.JmxMBeanServer.registerMBean(JmxMBeanServer.java:522)
      at weblogic.management.jmx.mbeanserver.WLSMBeanServerInterceptorBase$27.run(WLSMBeanServerInterceptorBase.java:714)
      at java.security.AccessController.doPrivileged(Native Method)
      at weblogic.management.jmx.mbeanserver.WLSMBeanServerInterceptorBase.registerMBean(WLSMBeanServerInterceptorBase.java:709)
      at weblogic.management.mbeanservers.internal.JMXContextInterceptor.registerMBean(JMXContextInterceptor.java:445)
      at weblogic.management.jmx.mbeanserver.WLSMBeanServerInterceptorBase$27.run(WLSMBeanServerInterceptorBase.java:712)
      at java.security.AccessController.doPrivileged(Native Method)
      at weblogic.management.jmx.mbeanserver.WLSMBeanServerInterceptorBase.registerMBean(WLSMBeanServerInterceptorBase.java:709)
      at weblogic.management.jmx.mbeanserver.WLSMBeanServer.registerMBean(WLSMBeanServer.java:462)
      at oracle.as.jmx.framework.wls.spi.security.PrivilegedMBeanServerInterceptor$1.run(PrivilegedMBeanServerInterceptor.java:55)
      at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:363)
      at oracle.as.jmx.framework.wls.spi.security.PrivilegedMBeanServerInterceptor.registerMBean(PrivilegedMBeanServerInterceptor.java:60)
      at oracle.mds.internal.lcm.MDSLifecycleListenerImpl.start(MDSLifecycleListenerImpl.java:173)
      at oracle.mds.lcm.weblogic.WLLifecycleListener.preStart(WLLifecycleListener.java:77)
      at weblogic.application.internal.flow.BaseLifecycleFlow$PreStartAction.run(BaseLifecycleFlow.java:290)
      at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
      at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
      at weblogic.application.internal.flow.BaseLifecycleFlow$LifecycleListenerAction.invoke(BaseLifecycleFlow.java:207)
      at weblogic.application.internal.flow.BaseLifecycleFlow.preStart(BaseLifecycleFlow.java:64)
      at weblogic.application.internal.flow.HeadLifecycleFlow.prepare(HeadLifecycleFlow.java:283)
      at weblogic.application.internal.BaseDeployment$1.next(BaseDeployment.java:648)
      at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
      at weblogic.application.internal.BaseDeployment.prepare(BaseDeployment.java:191)
      at weblogic.application.internal.EarDeployment.prepare(EarDeployment.java:59)
      at weblogic.application.internal.DeploymentStateChecker.prepare(DeploymentStateChecker.java:154)
      at weblogic.deploy.internal.targetserver.AppContainerInvoker.prepare(AppContainerInvoker.java:61)
      at weblogic.deploy.internal.targetserver.operations.ActivateOperation.createAndPrepareContainer(ActivateOperation.java:208)
      at weblogic.deploy.internal.targetserver.operations.ActivateOperation.doPrepare(ActivateOperation.java:98)
      at weblogic.deploy.internal.targetserver.operations.AbstractOperation.prepare(AbstractOperation.java:221)
      at weblogic.deploy.internal.targetserver.DeploymentManager.handleDeploymentPrepare(DeploymentManager.java:747)
      at weblogic.deploy.internal.targetserver.DeploymentManager.prepareDeploymentList(DeploymentManager.java:1216)
      at weblogic.deploy.internal.targetserver.DeploymentManager.handlePrepare(DeploymentManager.java:250)
      at weblogic.deploy.internal.targetserver.DeploymentServiceDispatcher.prepare(DeploymentServiceDispatcher.java:159)
      at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer.doPrepareCallback(DeploymentReceiverCallbackDeliverer.java:171)
      at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer.access$000(DeploymentReceiverCallbackDeliverer.java:13)
      at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer$1.run(DeploymentReceiverCallbackDeliverer.java:46)
      at weblogic.work.SelfTuningWorkManagerImpl$WorkAdapterImpl.run(SelfTuningWorkManagerImpl.java:545)
      at weblogic.work.ExecuteThread.execute(ExecuteThread.java:256)
      at weblogic.work.ExecuteThread.run(ExecuteThread.java:221)
    
    
    
    
    2015-04-23 00:21:32 PDT: WL action state: failed
    2015-04-23 00:21:32 PDT: Action FAILED with WL action state: failed
    2015-04-23 00:21:32 PDT: Check the server log of your Java cloud service for more info about the failure.
    2015-04-23 00:21:32 PDT: Application deployment failed.
    2015-04-23 00:21:32 PDT: "Deploy Application" complete: status FAILED
    

    Nothing major changes, it seems that the thrown exception is quite misleading. I created a new profile of deployment and everything seemed to work very well. Not very well why things went south at the start after having been previously successful

  • SchemaViolationException: [LDAP: error code 65]-reconciliation in the log file error

    Hello

    When I try to recon one user using reconciliation trust, I'm gettting error log below

    javax.naming.Directory.

    SchemaViolationException: [LDAP: error code 65 - entry cn = brownxxl, cn is users, dc = xxx, dc is xxx, dc = net violates the schema directory server configuration because it includes obpasswordexpirydate attribute that is not authorized by one of the identifiers defined in this entry]; name remaining "cn = brownxxl, cn = users, dc = xx, dc = xxx, dc is net"

    What is the cause of this error? There are configuration changes that I have to do before you run the recon?

    Thank you

    You have LDAP active sync and IOM - OAM integration?

    Make sure you follow all the steps described below doc - id:

    Consult the PDF to Doc ID: IOM - OAM Integration steps For11gR2PS1 Version (Doc ID 1939005.1)

    ~ J

  • Error when starting the weblogic Server

    Hi all

    I get the following error when starting the weblogic server (10.3.5.0). I couldn't access the EM.

    < 9 July 2012 19:00:23 IST > < error > < org.apache.beehive.netui.pageflow.internal.AdapterManager > < BEA-000000 > < ServletContainerAdapter manager not initialized successfully. >

    java.lang.NoClassDefFoundError: HTTPClient/ProtocolNotSuppException

    at oracle.sysman.eml.app.EMDClientInitializer.setHttpConnectionTimeout(EMDClientInitializer.java:97)

    at oracle.sysman.eml.app.EMDClientInitializer.init(EMDClientInitializer.java:85)

    at oracle.sysman.emSDK.svc.ServiceUtil.initService(ServiceUtil.java:94)

    at oracle.sysman.eml.app.ContextInitializer.contextInitialized(ContextInitializer.java:432)

    to weblogic.servlet.internal.EventsManager$ FireContextListenerAction.run (EventsManager.java:481)

    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)

    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)

    at weblogic.servlet.internal.EventsManager.notifyContextCreatedEvent(EventsManager.java:181)

    at weblogic.servlet.internal.WebAppServletContext.preloadResources(WebAppServletContext.java:1872)

    at weblogic.servlet.internal.WebAppServletContext.start(WebAppServletContext.java:3153)

    at weblogic.servlet.internal.WebAppModule.startContexts(WebAppModule.java:1508)

    at weblogic.servlet.internal.WebAppModule.start(WebAppModule.java:482)

    to weblogic.application.internal.flow.ModuleStateDriver$ 3.next(ModuleStateDriver.java:425)

    at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)

    at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:119)

    at weblogic.application.internal.flow.ScopedModuleDriver.start(ScopedModuleDriver.java:200)

    at weblogic.application.internal.flow.ModuleListenerInvoker.start(ModuleListenerInvoker.java:247)

    to weblogic.application.internal.flow.ModuleStateDriver$ 3.next(ModuleStateDriver.java:425)

    at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)

    at weblogic.application.internal.BaseDeployment.activate(BaseDeployment.java:205)

    at weblogic.application.internal.EarDeployment.activate(EarDeployment.java:58)

    at weblogic.application.internal.DeploymentStateChecker.activate(DeploymentStateChecker.java:161)

    at weblogic.deploy.internal.targetserver.AppContainerInvoker.activate(AppContainerInvoker.java:79)

    at weblogic.deploy.internal.targetserver.BasicDeployment.activate(BasicDeployment.java:184)

    at weblogic.deploy.internal.targetserver.BasicDeployment.activateFromServerLifecycle(BasicDeployment.java:361)

    to weblogic.management.deploy.internal.DeploymentAdapter$ 1.doActivate(DeploymentAdapter.java:51)

    at weblogic.management.deploy.internal.DeploymentAdapter.activate(DeploymentAdapter.java:200)

    to weblogic.management.deploy.internal.AppTransition$ 2.transitionApp(AppTransition.java:30)

    at weblogic.management.deploy.internal.ConfiguredDeployments.transitionApps(ConfiguredDeployments.java:240)

    at weblogic.management.deploy.internal.ConfiguredDeployments.activate(ConfiguredDeployments.java:169)

    at weblogic.management.deploy.internal.ConfiguredDeployments.deploy(ConfiguredDeployments.java:123)

    at weblogic.management.deploy.internal.DeploymentServerService.resume(DeploymentServerService.java:180)

    at weblogic.management.deploy.internal.DeploymentServerService.start(DeploymentServerService.java:96)

    at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64)

    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)

    at weblogic.work.ExecuteThread.run(ExecuteThread.java:178)

    Caused by: java.lang.ClassNotFoundException: HTTPClient.ProtocolNotSuppException

    at weblogic.utils.classloaders.GenericClassLoader.findLocalClass(GenericClassLoader.java:297)

    at weblogic.utils.classloaders.GenericClassLoader.findClass(GenericClassLoader.java:270)

    at weblogic.utils.classloaders.ChangeAwareClassLoader.findClass(ChangeAwareClassLoader.java:64)

    at java.lang.ClassLoader.loadClass(ClassLoader.java:306)

    at java.lang.ClassLoader.loadClass(ClassLoader.java:247)

    at weblogic.utils.classloaders.GenericClassLoader.loadClass(GenericClassLoader.java:179)

    at weblogic.utils.classloaders.ChangeAwareClassLoader.loadClass(ChangeAwareClassLoader.java:43)

    ... more than 40

    PostInstallConfigIntegration:oracle_ias_farm target auth check is performed.

    < 9 July 2012 19:00:49 IST > < WARNING > < HTTP > < BEA-101162 > < oracle.sysman.eml.app.ContextInitializer listener has not defined by user: java.lang.NoClassDefFoundError: HTTPClient/ProtocolNotSuppException.

    java.lang.NoClassDefFoundError: HTTPClient/ProtocolNotSuppException

    at oracle.sysman.eml.app.ContextInitializer.contextInitialized(ContextInitializer.java:1035)

    to weblogic.servlet.internal.EventsManager$ FireContextListenerAction.run (EventsManager.java:481)

    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)

    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)

    at weblogic.servlet.internal.EventsManager.notifyContextCreatedEvent(EventsManager.java:181)

    Truncated. check the log file full stacktrace

    Caused by: java.lang.ClassNotFoundException: HTTPClient.ProtocolNotSuppException

    at weblogic.utils.classloaders.GenericClassLoader.findLocalClass(GenericClassLoader.java:297)

    at weblogic.utils.classloaders.GenericClassLoader.findClass(GenericClassLoader.java:270)

    at weblogic.utils.classloaders.ChangeAwareClassLoader.findClass(ChangeAwareClassLoader.java:64)

    at weblogic.utils.classloaders.ChangeAwareClassLoader.findClass(ChangeAwareClassLoader.java:64)

    at java.lang.ClassLoader.loadClass(ClassLoader.java:306)

    at java.lang.ClassLoader.loadClass(ClassLoader.java:247)

    Truncated. check the log file full stacktrace

    >

    < 9 July 2012 19:00:49 IST > < WARNING > < HTTP > < BEA-101162 > < oracle.sysman.eml.app.ContextInitializer listener has not defined by user: java.lang.NoClassDefFoundError: HTTPClient/ProtocolNotSuppException.

    java.lang.NoClassDefFoundError: HTTPClient/ProtocolNotSuppException

    at oracle.sysman.eml.app.ContextInitializer.contextDestroyed(ContextInitializer.java:1242)

    to weblogic.servlet.internal.EventsManager$ FireContextListenerAction.run (EventsManager.java:482)

    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)

    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)

    at weblogic.servlet.internal.EventsManager.notifyContextDestroyedEvent(EventsManager.java:200)

    Truncated. check the log file full stacktrace

    Caused by: java.lang.ClassNotFoundException: HTTPClient.ProtocolNotSuppException

    at weblogic.utils.classloaders.GenericClassLoader.findLocalClass(GenericClassLoader.java:297)

    at weblogic.utils.classloaders.GenericClassLoader.findClass(GenericClassLoader.java:270)

    at weblogic.utils.classloaders.ChangeAwareClassLoader.findClass(ChangeAwareClassLoader.java:64)

    at java.lang.ClassLoader.loadClass(ClassLoader.java:306)

    at java.lang.ClassLoader.loadClass(ClassLoader.java:247)

    Truncated. check the log file full stacktrace

    >

    < 9 July 2012 19:00:49 IST > < error > < hats > < BEA-149231 > < cannot create the activation to true for the em application state '.

    weblogic.application.ModuleException:

    at weblogic.servlet.internal.WebAppModule.startContexts(WebAppModule.java:1510)

    at weblogic.servlet.internal.WebAppModule.start(WebAppModule.java:482)

    to weblogic.application.internal.flow.ModuleStateDriver$ 3.next(ModuleStateDriver.java:425)

    at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)

    at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:119)

    Truncated. check the log file full stacktrace

    Caused by: java.lang.ClassNotFoundException: HTTPClient.ProtocolNotSuppException

    at weblogic.utils.classloaders.GenericClassLoader.findLocalClass(GenericClassLoader.java:297)

    at weblogic.utils.classloaders.GenericClassLoader.findClass(GenericClassLoader.java:270)

    at weblogic.utils.classloaders.ChangeAwareClassLoader.findClass(ChangeAwareClassLoader.java:64)






    How to solve this problem. Pls suggest me.


    Kind regards
    Deena.

    Copy the file http_client.jar in $ORACLE_HOME/Yes/jlib to $DOMAIN_HOME/lib. Also check if the classpath has been defined for this under $DOMAIN_HOME/bin/setDomainEnv.sh jar file

    https://forums.Oracle.com/forums/thread.jspa?MessageID=10200685

  • The WebLogic Console error

    I entered my username and password to the weblogic Server console
    but then after
    I got the following messages and I can't open the weblogic console.


    Impossible to /framework/skeletons/wlsconsole/window.jsp
    Impossible to /framework/skeletons/wlsconsole/titlebar.jsp

    Did someone solved this problem? Can you please help me on the solutions.

    Hello

    In the file script/setdomainenv to start inside the field/bin, you can check the JAVA_HOME if its properly set up to C:\bea103\jdk160_05\bin

    If this isn't the case, please chenge there and then restart the server.

  • WebLogic 10.3 with ldap

    I use jdeveloper 11g to generate ADF application and I need to use the generation of security on my domain active directory (LDAP)
    I "bilal othman" user with username b.othman and I use it to connect to LDAP
    b.Othman is a member of the following groups

    memberOf: CN = Designers, OR = Groups, OU is Design, OU = Office of Damascus, DC = TeachArabia, DC = local
    memberOf: CN = developers, OU = Groups, OR = Web, OU = Office of Damascus, DC = TeachArabia, DC = local
    memberOf: CN = all employees, OR = Groups, OU = Office of Damascus, DC = TeachArabia, DC = local
    memberOf: CN = All Users, OR = Groups, OU = Office of Damascus, DC = TeachArabia, DC = local
    memberOf: CN = Administrators, CN = Builtin, DC = TeachArabia, DC = local
    memberOf: CN = Domain Controllers, CN = Users, DC = TeachArabia, DC = local
    memberOf: CN = Administrators of the domain, CN = Users, DC = TeachArabia, DC = local

    my domain name is TeachArabia.local

    In the weblogic console I have create a new relam "Active Directory"
    beside this relam I configured the new provider with the following parameters


    Main: CN = bilal othman, CN = Users, DC = local, DC is TeachArabia
    DN:CN of basic user = users, dc = teacharabia, dc = local
    Basic DN::CN = Users group, dc is teacharabia, dc = local

    so when I clicked on users and groups to the following exception is thrown

    * < Logger > < error > Manager of ServletContainerAdapter not initialized correctly.*
    * < 11 July 2011 05:18:21 PDT > < error > < Console > < BEA-240003 > < Console met the following error weblogic.security.providers.authentication.LDAPAtnDelegateException: [Security: 090294] could not get connection *.
    * to weblogic.security.providers.authentication.LDAPAtnDelegate.getConnection(LDAPAtnDelegate.java:3483) *.
    * to weblogic.security.providers.authentication.LDAPAtnDelegate.getConnection(LDAPAtnDelegate.java:3470) *.
    * to weblogic.security.providers.authentication.LDAPAtnDelegate.listUsers(LDAPAtnDelegate.java:2258) *.
    * to weblogic.security.providers.authentication.LDAPAuthenticatorImpl.listUsers(LDAPAuthenticatorImpl.java:178) *.
    * to weblogic.security.providers.authentication.ActiveDirectoryAuthenticatorMBeanImpl.listUsers(ActiveDirectoryAuthenticatorMBeanImpl.java:227) *.
    * at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method) *.
    * to sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) *.
    * at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) *.
    * to java.lang.reflect.Method.invoke(Method.java:597) *.
    * to weblogic.management.jmx.modelmbean.WLSModelMBean.invoke(WLSModelMBean.java:437) *.
    * to com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.invoke(DefaultMBeanServerInterceptor.java:836) *.
    * to com.sun.jmx.mbeanserver.JmxMBeanServer.invoke(JmxMBeanServer.java:761) *.
    * to weblogic.management.jmx.mbeanserver.WLSMBeanServerInterceptorBase$ 16.run(WLSMBeanServerInterceptorBase.java:449) *.
    * at java.security.AccessController.doPrivileged (Native Method) *.
    * to weblogic.management.jmx.mbeanserver.WLSMBeanServerInterceptorBase.invoke(WLSMBeanServerInterceptorBase.java:447) *.
    * to weblogic.management.mbeanservers.internal.JMXContextInterceptor.invoke(JMXContextInterceptor.java:263) *.
    * to weblogic.management.jmx.mbeanserver.WLSMBeanServerInterceptorBase$ 16.run(WLSMBeanServerInterceptorBase.java:449) *.
    * at java.security.AccessController.doPrivileged (Native Method) *.
    * to weblogic.management.jmx.mbeanserver.WLSMBeanServerInterceptorBase.invoke(WLSMBeanServerInterceptorBase.java:447) *.
    * to weblogic.management.mbeanservers.internal.SecurityInterceptor.invoke(SecurityInterceptor.java:444) *.
    * to weblogic.management.jmx.mbeanserver.WLSMBeanServer.invoke(WLSMBeanServer.java:323) *.
    * to weblogic.management.mbeanservers.internal.JMXConnectorSubjectForwarder$ $11 1.run(JMXConnectorSubjectForwarder.java:663) *.
    * at java.security.AccessController.doPrivileged (Native Method) *.
    * to weblogic.management.mbeanservers.internal.JMXConnectorSubjectForwarder$ 11.run(JMXConnectorSubjectForwarder.java:661) *.
    * to weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:363) *.
    * to weblogic.management.mbeanservers.internal.JMXConnectorSubjectForwarder.invoke(JMXConnectorSubjectForwarder.java:654) *.
    * to javax.management.remote.rmi.RMIConnectionImpl.doOperation(RMIConnectionImpl.java:1427) *.
    * to javax.management.remote.rmi.RMIConnectionImpl.access$ 200 (RMIConnectionImpl.java:72) *.
    * to javax.management.remote.rmi.RMIConnectionImpl$ PrivilegedOperation.run (RMIConnectionImpl.java:1265). *
    * at java.security.AccessController.doPrivileged (Native Method) *.
    * to javax.management.remote.rmi.RMIConnectionImpl.doPrivilegedOperation(RMIConnectionImpl.java:1367) *.
    * to javax.management.remote.rmi.RMIConnectionImpl.invoke(RMIConnectionImpl.java:788) *.
    * at javax.management.remote.rmi.RMIConnectionImpl_WLSkel.invoke (Unknown Source) *.
    * to weblogic.rmi.internal.ServerRequest.sendReceive(ServerRequest.java:174) *.
    * to weblogic.rmi.internal.BasicRemoteRef.invoke(BasicRemoteRef.java:222) *.
    * at javax.management.remote.rmi.RMIConnectionImpl_1035_WLStub.invoke (Unknown Source) *.
    * to javax.management.remote.rmi.RMIConnector$ RemoteMBeanServerConnection.invoke (RMIConnector.java:993). *
    * to weblogic.management.jmx.MBeanServerInvocationHandler.doInvoke(MBeanServerInvocationHandler.java:544) *.
    * to weblogic.management.jmx.MBeanServerInvocationHandler.invoke(MBeanServerInvocationHandler.java:380) *.
    * to $Proxy148.listUsers (Unknown Source) *.
    * to com.bea.console.utils.security.UserUtils.getUsers(UserUtils.java:78) *.
    * to com.bea.console.actions.security.users.UserTableAction.getCollection(UserTableAction.java:100) *.
    * to com.bea.console.actions.security.ManagementBaseTableAction.execute(ManagementBaseTableAction.java:82) *.
    * to org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:431) *.
    * to org.apache.beehive.netui.pageflow.PageFlowRequestProcessor.access$ 201 (PageFlowRequestProcessor.java:97) *.
    * to org.apache.beehive.netui.pageflow.PageFlowRequestProcessor$ ActionRunner.execute (PageFlowRequestProcessor.java:2044). *
    * to org.apache.beehive.netui.pageflow.interceptor.action.internal.ActionInterceptors.wrapAction(ActionInterceptors.java:91) *.
    * to org.apache.beehive.netui.pageflow.PageFlowRequestProcessor.processActionPerform(PageFlowRequestProcessor.java:2116) *.
    * to com.bea.console.internal.ConsolePageFlowRequestProcessor.processActionPerform(ConsolePageFlowRequestProcessor.java:261) *.
    * to org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:236) *.
    * to org.apache.beehive.netui.pageflow.PageFlowRequestProcessor.processInternal(PageFlowRequestProcessor.java:556) *.
    * to org.apache.beehive.netui.pageflow.PageFlowRequestProcessor.process(PageFlowRequestProcessor.java:853) *.
    * to org.apache.beehive.netui.pageflow.AutoRegisterActionServlet.process(AutoRegisterActionServlet.java:631) *.
    * to org.apache.beehive.netui.pageflow.PageFlowActionServlet.process(PageFlowActionServlet.java:158) *.
    * to com.bea.console.internal.ConsoleActionServlet.process(ConsoleActionServlet.java:262) *.
    * to org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:414) *.
    * to com.bea.console.internal.ConsoleActionServlet.doGet(ConsoleActionServlet.java:134) *.
    * to org.apache.beehive.netui.pageflow.PageFlowUtils.strutsLookup(PageFlowUtils.java:1199) *.
    * to com.bea.portlet.adapter.scopedcontent.ScopedContentCommonSupport.executeAction(ScopedContentCommonSupport.java:686) *.
    * to com.bea.portlet.adapter.scopedcontent.ScopedContentCommonSupport.renderInternal(ScopedContentCommonSupport.java:266) *.
    * to com.bea.portlet.adapter.scopedcontent.StrutsStubImpl.render(StrutsStubImpl.java:107) *.
    * to com.bea.netuix.servlets.controls.content.NetuiContent.preRender(NetuiContent.java:292) *.
    * to com.bea.netuix.nf.ControlLifecycle$ 6.visit(ControlLifecycle.java:428) *.
    * to com.bea.netuix.nf.ControlTreeWalker.walkRecursivePreRender(ControlTreeWalker.java:727) *.
    * to com.bea.netuix.nf.ControlTreeWalker.walkRecursivePreRender(ControlTreeWalker.java:739) *.
    * to com.bea.netuix.nf.ControlTreeWalker.walkRecursivePreRender(ControlTreeWalker.java:739) *.
    * to com.bea.netuix.nf.ControlTreeWalker.walkRecursivePreRender(ControlTreeWalker.java:739) *.
    * to com.bea.netuix.nf.ControlTreeWalker.walkRecursivePreRender(ControlTreeWalker.java:739) *.
    * to com.bea.netuix.nf.ControlTreeWalker.walkRecursivePreRender(ControlTreeWalker.java:739) *.
    * to com.bea.netuix.nf.ControlTreeWalker.walkRecursivePreRender(ControlTreeWalker.java:739) *.
    * to com.bea.netuix.nf.ControlTreeWalker.walkRecursivePreRender(ControlTreeWalker.java:739) *.
    * to com.bea.netuix.nf.ControlTreeWalker.walkRecursivePreRender(ControlTreeWalker.java:739) *.
    * to com.bea.netuix.nf.ControlTreeWalker.walkRecursivePreRender(ControlTreeWalker.java:739) *.
    * to com.bea.netuix.nf.ControlTreeWalker.walkRecursivePreRender(ControlTreeWalker.java:739) *.
    * to com.bea.netuix.nf.ControlTreeWalker.walkRecursivePreRender(ControlTreeWalker.java:739) *.
    * to com.bea.netuix.nf.ControlTreeWalker.walkRecursivePreRender(ControlTreeWalker.java:739) *.
    * to com.bea.netuix.nf.ControlTreeWalker.walkRecursivePreRender(ControlTreeWalker.java:739) *.
    * to com.bea.netuix.nf.ControlTreeWalker.walkRecursivePreRender(ControlTreeWalker.java:739) *.
    * to com.bea.netuix.nf.ControlTreeWalker.walkRecursivePreRender(ControlTreeWalker.java:739) *.
    * to com.bea.netuix.nf.ControlTreeWalker.walkRecursivePreRender(ControlTreeWalker.java:739) *.
    * to com.bea.netuix.nf.ControlTreeWalker.walkRecursivePreRender(ControlTreeWalker.java:739) *.
    * to com.bea.netuix.nf.ControlTreeWalker.walkRecursivePreRender(ControlTreeWalker.java:739) *.
    * to com.bea.netuix.nf.ControlTreeWalker.walkRecursivePreRender(ControlTreeWalker.java:739) *.
    * to com.bea.netuix.nf.ControlTreeWalker.walkRecursivePreRender(ControlTreeWalker.java:739) *.
    * to com.bea.netuix.nf.ControlTreeWalker.walkRecursivePreRender(ControlTreeWalker.java:739) *.
    * to com.bea.netuix.nf.ControlTreeWalker.walkRecursivePreRender(ControlTreeWalker.java:739) *.
    * to com.bea.netuix.nf.ControlTreeWalker.walkRecursivePreRender(ControlTreeWalker.java:739) *.
    * to com.bea.netuix.nf.ControlTreeWalker.walkRecursivePreRender(ControlTreeWalker.java:739) *.
    * to com.bea.netuix.nf.ControlTreeWalker.walkRecursivePreRender(ControlTreeWalker.java:739) *.
    * to com.bea.netuix.nf.ControlTreeWalker.walkRecursivePreRender(ControlTreeWalker.java:739) *.
    * to com.bea.netuix.nf.ControlTreeWalker.walkRecursivePreRender(ControlTreeWalker.java:739) *.
    * to com.bea.netuix.nf.ControlTreeWalker.walkRecursivePreRender(ControlTreeWalker.java:739) *.
    * to com.bea.netuix.nf.ControlTreeWalker.walkRecursivePreRender(ControlTreeWalker.java:739) *.
    * to com.bea.netuix.nf.ControlTreeWalker.walk(ControlTreeWalker.java:146) *.
    * to com.bea.netuix.nf.Lifecycle.processLifecycles(Lifecycle.java:395) *.
    * to com.bea.netuix.nf.Lifecycle.processLifecycles(Lifecycle.java:361) *.
    * to com.bea.netuix.nf.Lifecycle.runOutbound(Lifecycle.java:208) *.
    * to com.bea.netuix.nf.Lifecycle.run(Lifecycle.java:162) *.
    * to com.bea.netuix.servlets.manager.UIServlet.runLifecycle(UIServlet.java:388) *.
    * to com.bea.netuix.servlets.manager.UIServlet.doPost(UIServlet.java:258) *.
    * to com.bea.netuix.servlets.manager.UIServlet.doGet(UIServlet.java:211) *.
    * to com.bea.netuix.servlets.manager.UIServlet.service(UIServlet.java:196) *.
    * to com.bea.netuix.servlets.manager.SingleFileServlet.service(SingleFileServlet.java:251) *.
    * to javax.servlet.http.HttpServlet.service(HttpServlet.java:820) *.
    * to com.bea.console.utils.MBeanUtilsInitSingleFileServlet.service(MBeanUtilsInitSingleFileServlet.java:47) *.
    * to weblogic.servlet.AsyncInitServlet.service(AsyncInitServlet.java:130) *.
    * to weblogic.servlet.internal.StubSecurityHelper$ ServletServiceAction.run (StubSecurityHelper.java:227). *
    * to weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125) *.
    * to weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:300) *.
    * to weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26) *.
    * to weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56) *.
    * to weblogic.servlet.internal.RequestEventsFilter.doFilter(RequestEventsFilter.java:27) *.
    * to weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56) *.
    * to weblogic.servlet.internal.WebAppServletContext$ ServletInvocationAction.wrapRun (WebAppServletContext.java:3715). *
    * to weblogic.servlet.internal.WebAppServletContext$ ServletInvocationAction.run (WebAppServletContext.java:3681). *
    * to weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321) *.
    * to weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120) *.
    * to weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2277) *.
    * to weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2183) *.
    * to weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1454) *.
    * to weblogic.work.ExecuteThread.execute(ExecuteThread.java:209) *.
    * to weblogic.work.ExecuteThread.run(ExecuteThread.java:178) *.
    Caused by: java.lang.reflect.InvocationTargetException
    * to weblogic.security.providers.authentication.LDAPAtnDelegate$ LDAPFactory.newInstance (LDAPAtnDelegate.java:4157). *
    * to weblogic.security.utils.Pool.newInstance(Pool.java:37) *.
    * to weblogic.security.utils.Pool.getInstance(Pool.java:33) *.
    * to weblogic.security.providers.authentication.LDAPAtnDelegate.getConnection(LDAPAtnDelegate.java:3478) *.
    *... more than 121 *.
    Caused by: netscape.ldap.LDAPException: error result (49); 80090308: LdapErr: IDDM - 0c 090334, comment: AcceptSecurityContext error, data 525, vece

    I use the built-in Server

    Could be that your connection settings for the LDAP Protocol are wrong.

    An example on how to configure the LDAP (OID) is given here: http://middlewaremagic.com/weblogic/?p=6479
    in particular the example"" section.

  • IPM. The weblogic user does not exist in the policy store

    We cannot connect to the MPI with the error: the weblogic user does not exist in the policy store.

    I updated COE field to add the Capture and Imaging.

    We have 11.1.1.8 patched with more late installed environment

    Related to the AD and SSO configured (kerberos)

    Providers are:

    SSO - provider WebLogic negotiate identity Assertion

    OrangeAD - provider that performs LDAP authentication

    DefaultAuthenticator - WebLogic authentication provider

    DefaultIdentityAsserter - provider of assertion of identity WebLogic

    Control for OrangeAD and DefaultAuthenticator flag is SUFFICIENT

    There is no problem with Capture (include SSO)

    Refreshment of the IPM security not solved the problem

    In the discussion that I found said that weblogic user must be added to the provider (AD in my case):

    https://community.Oracle.com/thread/2615536

    Should I do this?

    Is that it can be cause of problems for rest UCM, Capture, Admin servers?

    Thank you

    Leon

    Let me explain here:

    The link that you pointed out only responds by me

    Connection IPM problems

    By default, the WebCenter JpsProvider calls / user role API to retrieve a list of roles that a user is a member. API/user role Gets a list of roles from the leading provider of authentication and ignores other authentication providers.

    The Weblogic jps can be configured so that the user/role API goes against all configured authentication providers. This by adding a property, virtualize and it's true

    From the Enterprise Manager domain

    1. in a browser, go to the page of Weblogic Enterprise Manager

    The URL will usually be something like: http://YourDomainSystem:7001 / em

    2 expand Weblogic domain

    3 right-click the field, and then select security--> security provider Configuration

    4. click on the box to extend the identity store provider.

    5. click on the button set up

    6. in the custom properties, click the Add button.

    7. in the name of property filed enter: virtualize

    8. in the value field, enter: true

    9. click on the OK button

    10 restart the Weblogic Admin Server and the server managed by WCC

    Please find below the Agency's response all risks

    http://www.Ateam-Oracle.com/WebCenter-content-imaging-and-multiple-identity-providers-the-virtualization-issue/

    Thank you

    Ranjan

  • Could not send data to configuration ldap to libOvd for the instance of service 'idstore.ldap' - 'socketOptions' element should not

    Hello

    I have an installed WebLogic 10.3.6 with ADR 11.1.1.6 cluster.

    Everything worked fine until recently when I installed Web Tier 11.1.1.7 and associated with the instance of OSH with my WebLogic AdminServer EM.

    Now I can't start my managed servers, receive the below error message.  I tried to add "-Djava.security.debug = jpspolicy" to JAVA_OPTIONS strings in startManagedWeblogic.sh, but they do not get more information.

    JAVA_OPTIONS = "-Djava.security.debug=jpspolicy-Dweblogic.security.SSL.trustedCAKeyStore="/u01/app/oracle/Middleware/wlser\

    "Ver_10.3/Server/lib/cacerts" ${JAVA_OPTIONS} "

    Any advice would be appreciated.

    # < 26 June 2013 16:22:23 UTC > < critical > < WebLogicServer > < gds-dev-mt-1 > < ManagedServer_1 > < main Thread > < < WLS Kernel > > <><>< 1372263743069 > < BEA-000386 > < server subsystem failed. Reason: weblogic.security.SecurityInitializationException: loading of the OPSS java security policy provider failed due to the exception, see exception stack trace or the log file of the server root. If still don't see no obvious cause, turn on debugging of the flag - Djava.security.debug = jpspolicy for more information. Error message: JPS-02592: could not send ldap configuration data to libOvd for the instance of service 'idstore.ldap' in the context of JPS 'default', cause: oracle.xml.parser.v2.XMLParseException: element 'socketOptions' not expected not.

    weblogic.security.SecurityInitializationException: loading of the OPSS java security policy provider failed because of the exception, see exception stack trace or the root server log file. If still don't see no obvious cause, turn on debugging of the flag - Djava.security.debug = jpspolicy for more information. Error message: JPS-02592: could not send ldap configuration data to libOvd for the instance of service 'idstore.ldap' in the context of JPS 'default', cause: oracle.xml.parser.v2.XMLParseException: element 'socketOptions' not expected not.

    at weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.loadOPSSPolicy(CommonSecurityServiceManagerDelegateImpl.java:1402)

    at weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.initialize(CommonSecurityServiceManagerDelegateImpl.java:1022)

    at weblogic.security.service.SecurityServiceManager.initialize(SecurityServiceManager.java:873)

    at weblogic.security.SecurityService.start(SecurityService.java:141)

    at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64)

    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:256)

    at weblogic.work.ExecuteThread.run(ExecuteThread.java:221)

    Caused by: oracle.security.jps.JpsRuntimeException: JPS-02592: could not send ldap configuration data to libOvd for the instance of service 'idstore.ldap' in the context of JPS 'default', cause: oracle.xml.parser.v2.XMLParseException: element 'socketOptions' not expected not.

    to oracle.security.jps.internal.policystore.PolicyDelegationController. < init > (PolicyDelegationController.java:167)

    to oracle.security.jps.internal.policystore.JavaPolicyProvider. < init > (JavaPolicyProvider.java:369)

    at sun.reflect.NativeConstructorAccessorImpl.newInstance0 (Native Method)

    at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)

    at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)

    at java.lang.reflect.Constructor.newInstance(Constructor.java:513)

    at java.lang.Class.newInstance0(Class.java:357)

    at java.lang.Class.newInstance(Class.java:310)

    at weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.loadOPSSPolicy(CommonSecurityServiceManagerDelegateImpl.java:1343)

    at weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.initialize(CommonSecurityServiceManagerDelegateImpl.java:1024)

    at weblogic.security.service.SecurityServiceManager.initialize(SecurityServiceManager.java:879)

    at weblogic.security.SecurityService.start(SecurityService.java:142)

    at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64)

    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:256)

    at weblogic.work.ExecuteThread.run(ExecuteThread.java:221)

    Layer Web 11.1.1.6 does not exhibit this problem.  Sex Web 11.1.1.7 patched the oracle_common and I feel is not compatible with ADR 11.1.1.6 or 11.1.1.7

  • Installation - Setup LDAP - error directory

    After install CRA3.1 (3) on the server with CCM3.3 (2) and the course set up the Cisco CRA Server I recived next mistake.

    "Directory Setup.

    Configuration of LDAP - error

    There is some breach by updating the LDAP protocol. Contact the administrator. "

    The CRA engine has not started.

    How to solve it?

    Hello

    Enter you the LDAP password screen "directory." Also try to give LDAP IP address instead of the server name.

    Check and come back.

    Concerning

    Yogi

  • Commissioning - issue LDAP error


    Tried to deploy VIO using LDAP authentication and received the following error:


    INTERNAL task execution failed.

    The task failed. Impossible task on the following nodes: ['10.x.x.45 ','10.x.x.46 ']. Check the logs for more details.

    Var/log/Jarvis/ansible.log, I see:

    2015-07-01 18:53:22, 936 p = 561 u = jarvis |  TASK: [config-controller: grant the role of service to service user tenant service] *.

    2015-07-01 18:53:24, 172 p = 561 u = jarvis |  has failed: [10.x.x.45] = > {'impossible': true}

    2015-07-01 18:53:24, 172 p = 561 u = jarvis |  MSG: exception: ' no user of the key with name [email protected]'

    2015-07-01 18:53:24, 172 p = 561 u = jarvis |  FATAL: all hosts have already failed - abandonment

    When installing, I tested all LDAP connections, and they succeeded.  VIO deployment works when I configure local admin and password.

    What Miss me in the setup?

    Found a working format for the deployment of VIO with LDAP authentication.  Four things that made me:

    (1) necessary to specify an individual host in the host name (not the domain)

    (2) the value of the user admin Bind user/OpenStack is case-sensitive.  Necessary to match the userPrincipalName value in LDAP.

    (3) ' user' and 'Group filter' should have parentheses, even if only by using a search criteria (filtering was necessary in order to maintain the number of objects of less than 1000)

    (4) SSL would not correctly work with Windows 2012 R2 server.  Necessary to point to a Windows 2008 R2 host.

    Here is an example of the section whole if someone else can be useful.

    Active Directory as an LDAP server

    Host name: DCname.domain.com

    Port: 636

    Bind the user: [email protected]

    Bind password: [password]

    OpenStack admin user: [email protected]

    OpenStack admin password: [password]

    Tree of user DN: OR = accounts, DC = domain, DC = com

    User filter: (extensionattribute1 = value)

    The user objectclass: organizationalPerson

    User ID attribute: NC

    Username attribute: userPrincipalName

    Attribute of the user's e-mail: mail

    Password of the user attribute: userPassword

    Group tree DN: OR = Groups, DC = domain, DC = com

    Group filter: (CN = value)

    Group objectclass: Group

    Group ID attribute: sAMAccountName

    Group Member attribute: memberOf

    Attribute group description: description

  • VMware View 5.1.1 Security Server LDAP errors

    Im having a serious amount of errors on my VMware View (5.1.1) security server

    Log debugging shows a large amount of LDAP errors, see below.

    2012-09 - 06T 10: 46:49.075 + 02:00 ERROR (0610-0940) < WSAdminDomainTimerThread > [ws_admin] cannot bind to LDAP://rootDSE
    2012-09 - 06T 11: 01:50.102 + 02:00 ERROR (0610-0CB8) < WSAdminDomainTimerThread > [ws_admin] cannot bind to LDAP://rootDSE
    2012-09 - 06T 11: 16:50.109 + 02:00 ERROR (0610-0FE8) < WSAdminDomainTimerThread > [ws_admin] cannot bind to LDAP://rootDSE
    2012-09 - 06T 11: 31:51.120 + 02:00 ERROR (0610-0DD8) < WSAdminDomainTimerThread > [ws_admin] cannot bind to LDAP://rootDSE
    2012-09 - 06T 11: 46:51.132 + 02:00 ERROR (0610-0244) < WSAdminDomainTimerThread > [ws_admin] cannot bind to LDAP://rootDSE
    2012-09 - 06T 12: 01:52.159 + 02:00 ERROR (0610-0F3C) < WSAdminDomainTimerThread > [ws_admin] cannot bind to LDAP://rootDSE
    2012-09 - 06T 12: 16:52.155 + 02:00 ERROR (0610-0E5C) < WSAdminDomainTimerThread > [ws_admin] cannot bind to LDAP://rootDSE
    2012-09 - 06T 12: 31:53.182 + 02:00 ERROR (0610-0F68) < WSAdminDomainTimerThread > [ws_admin] cannot bind to LDAP://rootDSE
    2012-09 - 06T 12: 46:53.194 + 02:00 ERROR (0610-092 C) < WSAdminDomainTimerThread > [ws_admin] cannot bind to LDAP://rootDSE
    2012-09 - 06T 13: 01:54.217 + 02:00 ERROR (0610-08E4) < WSAdminDomainTimerThread > [ws_admin] cannot bind to LDAP://rootDSE
    2012-09 - 06T 13: 16:54.227 + 02:00 ERROR (0610-0504) < WSAdminDomainTimerThread > [ws_admin] cannot bind to LDAP://rootDSE

    Anyone got any suggestions?

    Hello

    The plugin ws_admin trying to make field checks every 15 minutes, but given that your security server is not on the field these checks fail. It is completely harmless, but they should not run in first place, I raised this in their own country.

    Mike

    Edit:

    There is a simple solution for this in 5.1.x:

    Under the current registry key HKLM\Software\VMware, Inc. \VMware VDM\plugins\wsnm\admin, create a new key named Params, and under that a new DWORD value named InitiateDomainChecks with 0 data. Once set, you will need to restart the VMware View Security Server service for the change to take effect.

  • Problem running a page jspx on 11.1.2.4.0 on the weblogic Server integrated with 11.1.1.6.0 already installed

    Hi friends,

    I installed a different version of the JDev 11.1.2.4.0 according to my new work requirements and I am unable to perform my .jspx page... I have already installed 11.1.1.6.0 and works... Here's the error that I get... someone can help me with this...

    "The Server Instance cannot be started because the Weblogic domain integrated has not successfully built".

    I hope that you have not installed the 11.1.2.4.0 in the same middleware_home you isstalled the 11.1.1.6.0. In this case, you must reinstall both.

    If you have installed the 11.1.2.4.0 in middleware (empty) different House, you must check the log file, what exact error has occurred during installation. The location of the log are in the log window.

    In any case, you must remove the system11.1.2.x.x.x/DefaultDomain before trying again.

    Timo

  • Install PT8.53 Linux question: startPIA.sh cannot run the WebLogic Server


    People,

    Hello. I install PeopleTools 8.53 with the server database Oracle 11 GR 1 material and OS Oracle Linux 5. Data Mover Bootstrap and application designer can connect to the instance of database successfully. About PIA, Oracle Database Server and Application Server Tuxedo11gR1 runs correctly. But when to start WebLogic Server in the opt/PT8.53/webserv/PT853/bin directory, I get an error message like below:

    [user@userlinux bin] $./startPIA.sh

    Try to start WebLogic Server PIA
    No activity will be connected to this window.
    Activity on the server will be connected to /opt/PT8.53/webserv/PT853/servers/PIA/logs/PIA_*
    PID for WebLogic Server PIA is: 5462

    According to the site Internet of Nicolas http://gasparotto.blogspot.com/2010/02/web-server-weblogic-11gR1.html, I did 2 things like below:


    First of all, in the setenv.sh file, I changed MAX_FILE_DESCRIPTORS to 4096 to 1024.


    Secondly, I added the last 4 lines in the /etc/security/limits.conf file as below:

    # - nice - max great priority has led to increase of
    priority realtime max # - rtprio -
    #
    # < domain > < type > < item > < value >
    #

    soft #* coeur 0
    #* rss hard 10000
    #@student hard nproc 20
    #@faculty soft nproc 20
    #@faculty hard nproc 50
    #ftp hard nproc 0
    #@student - maxlogins 4

    # The following lines are added by me

    WebLogic - nofile 65536
    WebLogic - nproc 65536
    WebLogic - unlimited core
    WebLogic - memlock 50000000

    # End of file


    I have restart startPIA.sh and get the same error message:

    Try to start WebLogic Server PIA
    No activity will be connected to this window.
    Activity on the server will be connected to /opt/PT8.53/webserv/PT853/servers/PIA/logs/PIA_*
    PID for WebLogic Server PIA is: 5462


    My question is: any folk cannot resolve the error above to start the WebLogic for PIA Server?

    Thank you.

    As Nicolas says that you cannot start PIA on ports below 1024 on Linux with a non-root users.

    Recreate your PIA assembly and affect others like 8000 and 4443.

  • ATG CIM - path of the Weblogic domain is not valid

    Hi all


    Get the domain path invalid error when you try to configure ATG by CIM...


    Enter the path: > /u01/app/oracle/Middleware/wlserver_10.3

    > > Path of Weblogic validated.

    > > Weblogic release version.

    > > App Server home path set to /u01/app/oracle/Middleware/wlserver_10.3/

    -------ENTER DOMAIN PATH--------------------------------------------------------
    Enter [h] ELP, ain menu [m], [q] ITU to exit
    Hi all

    When I'm configuring ATG env by CIM, I chose weblogic, but I get the error below. If I give "* / u01/app/oracle/Middleware/user_projects/domains/base_domain * ' path, it works fine but, if I give to new domain its does not work." Why?


    Enter the domain path: > /u01/app/oracle/Middleware/user_projects/domains/base_ATG10.1.1CRS

    > > The Weblogic domain path is not valid.

    Enter the domain path: [[u01/app/oracle/Middleware/user_projects/domains/base_ATG10.1.1CRS]] >/u01/app/oracle/Middleware/user_projects/domains/base_domain_crs

    > > The Weblogic domain path is not valid.

    Enter the domain path: [[u01/app/oracle/Middleware/user_projects/domains/base_domain_crs]] >

    > > The Weblogic domain path is not valid.

    Enter the domain path: [[u01/app/oracle/Middleware/user_projects/domains/base_domain_crs]] >

    > > The Weblogic domain path is not valid.

    No,

    Its not just create a folder...

    You can use tools like VNC to GUI under linux.

    OR follow these steps:

    http://www.togotutor.com/WebLogic/Linux-WebLogic-10-3-3-domain-configuration.php

Maybe you are looking for