WARN No Users Pattern

Hi all,
I use Jdev 11.1.2.2
I get the below stack trace each time i login to the system even though the user is getting authenticated it throws this error. In weblogic server I have given the DefaultAuthenticator as sufficient and LDAP as sufficient too
Do any one the cause for this issue?
I created the login bean based on
http://docs.oracle.com/cd/E1552301/web.1111/b31974/adding_security.htm#BABDEICH_
<JpsIdentityManagementProvider> <getIdmUserList> WARN_NO_USERS_PATTERN
oracle.security.idm.ObjectNotFoundException: No User found matching the criteria
     at oracle.security.idm.providers.stdldap.util.DirectSearchResponse.initSearch(DirectSearchResponse.java:173)
     at oracle.security.idm.providers.stdldap.util.NonPagedSearchResponse.<init>(NonPagedSearchResponse.java:53)
     at oracle.security.idm.providers.stdldap.util.NonPagedSearchResponse.<init>(NonPagedSearchResponse.java:44)
     at oracle.security.idm.providers.stdldap.util.LDAPRealm.searchUsers(LDAPRealm.java:489)
     at oracle.security.idm.providers.stdldap.LDIdentityStore.search(LDIdentityStore.java:272)
     at oracle.security.idm.providers.stdldap.LDIdentityStore.searchUsers(LDIdentityStore.java:365)
     at oracle.adf.share.security.providers.jps.JpsIdentityManagementProvider.getIdmUserList(JpsIdentityManagementProvider.java:505)
     at oracle.adf.share.security.providers.jps.JpsIdentityManagementProvider.getUserProfileList(JpsIdentityManagementProvider.java:386)
     at oracle.adf.share.security.identitymanagement.UserManager.getUserProfileList(UserManager.java:314)
     at oracle.adf.share.security.identitymanagement.UserProfile.initialize(UserProfile.java:91)
     at oracle.adf.share.security.identitymanagement.UserProfile.<init>(UserProfile.java:81)
     at oracle.adf.share.security.providers.jps.JpsSecurityContext.getUserProfile(JpsSecurityContext.java:115)
     at oracle.adf.share.ADFContext.getEnterpriseId(ADFContext.java:850)
     at oracle.adfinternal.controller.util.LogUtils.getApplicationName(LogUtils.java:392)
     at oracle.adfinternal.controller.util.LogUtils.gotApplicationName(LogUtils.java:384)
     at oracle.adfinternal.controller.util.LogUtils.getStateTracker(LogUtils.java:475)
     at oracle.adf.controller.internal.binding.TaskFlowRegionModel.<clinit>(TaskFlowRegionModel.java:59)
     at oracle.adf.controller.internal.binding.DCTaskFlowBinding.<init>(DCTaskFlowBinding.java:156)
     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:355)
     at java.lang.Class.newInstance(Class.java:308)
     at oracle.adf.model.binding.DCUtil.createNewInstance(DCUtil.java:115)
     at oracle.adf.model.binding.DCBindingContainerDef.createBindingContainer(DCBindingContainerDef.java:979)
     at oracle.adf.model.binding.DCBindingContainerDef.createExecutableBinding(DCBindingContainerDef.java:1031)
     at oracle.adf.model.binding.DCBindingContainerDef.createExecutables(DCBindingContainerDef.java:631)
     at oracle.adf.model.binding.DCBindingContainerDef.initializeBindingContainer(DCBindingContainerDef.java:771)
     at oracle.adf.model.binding.DCBindingContainerDef.createBindingContainer(DCBindingContainerDef.java:991)
     at oracle.adf.model.binding.DCBindingContainerReference.createBindingContainer(DCBindingContainerReference.java:155)
     at oracle.adf.model.binding.DCBindingContainerReference.getBindingContainer(DCBindingContainerReference.java:97)
     at oracle.adf.model.BindingContext.get(BindingContext.java:1089)
     at oracle.adf.model.BindingContext.findBindingContainer(BindingContext.java:807)
     at oracle.adf.model.BindingContext.findBindingContainerByPath(BindingContext.java:1598)
     at oracle.adfinternal.controller.application.model.UpdateBindingListener.setBindingELVariable(UpdateBindingListener.java:112)
     at oracle.adfinternal.controller.application.model.UpdateBindingListener.beforePhase(UpdateBindingListener.java:61)
     at oracle.adfinternal.controller.lifecycle.ADFLifecycleImpl$PagePhaseListenerWrapper.beforePhase(ADFLifecycleImpl.java:550)
     at oracle.adfinternal.controller.lifecycle.LifecycleImpl.internalDispatchBeforeEvent(LifecycleImpl.java:100)
     at oracle.adfinternal.controller.lifecycle.LifecycleImpl.dispatchBeforePagePhaseEvent(LifecycleImpl.java:147)
     at oracle.adfinternal.controller.faces.lifecycle.ADFPhaseListener$PhaseInvokerImpl.dispatchBeforePagePhaseEvent(ADFPhaseListener.java:119)
     at oracle.adfinternal.controller.faces.lifecycle.ADFPhaseListener.beforePhase(ADFPhaseListener.java:63)
     at oracle.adfinternal.controller.faces.lifecycle.ADFLifecyclePhaseListener.beforePhase(ADFLifecyclePhaseListener.java:44)
     at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._executePhase(LifecycleImpl.java:324)
     at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:207)
     at javax.faces.webapp.FacesServlet.service(FacesServlet.java:508)
     at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
     at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
     at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:300)
     at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26)
     at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
     at oracle.adf.model.servlet.ADFBindingFilter.doFilter(ADFBindingFilter.java:173)
     at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
     at oracle.adfinternal.view.faces.webapp.rich.RegistrationFilter.doFilter(RegistrationFilter.java:125)
     at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$FilterListChain.doFilter(TrinidadFilterImpl.java:468)
     at oracle.adfinternal.view.faces.activedata.AdsFilter.doFilter(AdsFilter.java:60)
     at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$FilterListChain.doFilter(TrinidadFilterImpl.java:468)
     at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl._doFilterImpl(TrinidadFilterImpl.java:293)
     at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl.doFilter(TrinidadFilterImpl.java:199)
     at org.apache.myfaces.trinidad.webapp.TrinidadFilter.doFilter(TrinidadFilter.java:92)
     at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
     at oracle.adf.library.webapp.LibraryFilter.doFilter(LibraryFilter.java:180)
     at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
     at oracle.security.jps.ee.http.JpsAbsFilter$1.run(JpsAbsFilter.java:119)
     at java.security.AccessController.doPrivileged(Native Method)
     at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:315)
     at oracle.security.jps.ee.util.JpsPlatformUtil.runJaasMode(JpsPlatformUtil.java:442)
     at oracle.security.jps.ee.http.JpsAbsFilter.runJaasMode(JpsAbsFilter.java:103)
     at oracle.security.jps.ee.http.JpsAbsFilter.doFilter(JpsAbsFilter.java:171)
     at oracle.security.jps.ee.http.JpsFilter.doFilter(JpsFilter.java:71)
     at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
     at oracle.dms.servlet.DMSServletFilter.doFilter(DMSServletFilter.java:139)
     at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
     at weblogic.servlet.internal.RequestEventsFilter.doFilter(RequestEventsFilter.java:27)
     at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
     at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.wrapRun(WebAppServletContext.java:3715)
     at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3681)
     at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
     at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
     at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2277)
     at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2183)
     at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1454)
     at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)
     at weblogic.work.ExecuteThread.run(ExecuteThread.java:178)
<JpsIdentityManagementProvider> <getIdmUserList> WARN_NO_USERS_PATTERN
oracle.security.idm.ObjectNotFoundException: No User found matching the criteria
     at oracle.security.idm.providers.stdldap.util.DirectSearchResponse.initSearch(DirectSearchResponse.java:173)
     at oracle.security.idm.providers.stdldap.util.NonPagedSearchResponse.<init>(NonPagedSearchResponse.java:53)
     at oracle.security.idm.providers.stdldap.util.NonPagedSearchResponse.<init>(NonPagedSearchResponse.java:44)
     at oracle.security.idm.providers.stdldap.util.LDAPRealm.searchUsers(LDAPRealm.java:489)
     at oracle.security.idm.providers.stdldap.LDIdentityStore.search(LDIdentityStore.java:272)
     at oracle.security.idm.providers.stdldap.LDIdentityStore.searchUsers(LDIdentityStore.java:365)
     at oracle.adf.share.security.providers.jps.JpsIdentityManagementProvider.getIdmUserList(JpsIdentityManagementProvider.java:505)
     at oracle.adf.share.security.providers.jps.JpsIdentityManagementProvider.getUserProfileList(JpsIdentityManagementProvider.java:386)
     at oracle.adf.share.security.identitymanagement.UserManager.getUserProfileList(UserManager.java:314)
     at oracle.adf.share.security.identitymanagement.UserProfile.initialize(UserProfile.java:91)
     at oracle.adf.share.security.identitymanagement.UserProfile.<init>(UserProfile.java:81)
     at oracle.adf.share.security.providers.jps.JpsSecurityContext.getUserProfile(JpsSecurityContext.java:115)
     at oracle.adf.share.ADFContext.getEnterpriseName(ADFContext.java:914)
     at oracle.jbo.common.ampool.ApplicationPoolLogger.generateGroupName(ApplicationPoolLogger.java:54)
     at oracle.jbo.common.ampool.ApplicationPoolLogger.<init>(ApplicationPoolLogger.java:66)
     at oracle.jbo.common.ampool.ApplicationPoolImpl.createPoolLogger(ApplicationPoolImpl.java:3904)
     at oracle.jbo.pool.ResourcePool.initialize(ResourcePool.java:131)
     at oracle.jbo.common.ampool.ApplicationPoolImpl.initialize(ApplicationPoolImpl.java:289)
     at oracle.jbo.common.ampool.ApplicationPoolImpl.initialize(ApplicationPoolImpl.java:359)
     at oracle.jbo.common.ampool.PoolMgr.createPool(PoolMgr.java:205)
     at oracle.jbo.common.ampool.PoolMgr.createPool(PoolMgr.java:234)
     at oracle.jbo.common.ampool.PoolMgr.findPool(PoolMgr.java:557)
     at oracle.adf.model.bc4j.DCJboDataControl.findApplicationPool(DCJboDataControl.java:566)
     at oracle.adf.model.bc4j.DCJboDataControl.initializeSessionCookie(DCJboDataControl.java:390)
     at oracle.adf.model.bc4j.DCJboDataControl.initializeJboSession(DCJboDataControl.java:304)
     at oracle.adf.model.bc4j.DataControlFactoryImpl.createSessionInternal(DataControlFactoryImpl.java:221)
     at oracle.adf.model.bc4j.DataControlFactoryImpl.createSession(DataControlFactoryImpl.java:131)
     at oracle.adf.model.binding.DCDataControlReference.getDataControl(DCDataControlReference.java:235)
     at oracle.adf.model.BindingContext.instantiateDataControl(BindingContext.java:1020)
     at oracle.adf.model.dcframe.DataControlFrameImpl.doFindDataControl(DataControlFrameImpl.java:1645)
     at oracle.adf.model.dcframe.DataControlFrameImpl.internalFindDataControl(DataControlFrameImpl.java:1514)
     at oracle.adf.model.dcframe.DataControlFrameImpl.findDataControl(DataControlFrameImpl.java:1474)
     at oracle.adf.model.BindingContext.internalFindDataControl(BindingContext.java:1150)
     at oracle.adf.model.BindingContext.findDataControl(BindingContext.java:765)
     at oracle.insurance.viking.foundation.common.SitePropertiesHashMap.getSitePropertyValueVO(SitePropertiesHashMap.java:80)
     at oracle.insurance.viking.foundation.common.SitePropertiesHashMap.populateHashMap(SitePropertiesHashMap.java:96)
     at oracle.insurance.viking.foundation.view.backing.PopulateSitePropertyBean.methodInvokeOncedOnPageLoad(PopulateSitePropertyBean.java:165)
     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
     at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
     at java.lang.reflect.Method.invoke(Method.java:597)
     at oracle.adfinternal.controller.beans.AnnotationUtils.invokeMethod(AnnotationUtils.java:260)
     at oracle.adfinternal.controller.beans.AnnotationUtils.runPostConstructIfSpecified(AnnotationUtils.java:67)
     at oracle.adfinternal.controller.beans.ManagedBeanFactory.instantiateBean(ManagedBeanFactory.java:915)
     at oracle.adfinternal.controller.application.ManagedBeanELResolver.getValue(ManagedBeanELResolver.java:112)
     at com.sun.faces.el.DemuxCompositeELResolver._getValue(DemuxCompositeELResolver.java:176)
     at com.sun.faces.el.DemuxCompositeELResolver.getValue(DemuxCompositeELResolver.java:203)
     at com.sun.el.parser.AstIdentifier.getValue(Unknown Source)
     at com.sun.el.parser.AstValue.getValue(Unknown Source)
     at com.sun.el.ValueExpressionImpl.getValue(Unknown Source)
     at com.sun.faces.facelets.el.TagValueExpression.getValue(TagValueExpression.java:109)
     at com.sun.faces.application.ApplicationImpl.createComponentApplyAnnotations(ApplicationImpl.java:1889)
     at com.sun.faces.application.ApplicationImpl.createComponent(ApplicationImpl.java:1109)
     at com.sun.faces.facelets.tag.jsf.ComponentTagHandlerDelegateImpl.createComponent(ComponentTagHandlerDelegateImpl.java:511)
     at com.sun.faces.facelets.tag.jsf.ComponentTagHandlerDelegateImpl.apply(ComponentTagHandlerDelegateImpl.java:157)
     at javax.faces.view.facelets.DelegatingMetaTagHandler.apply(DelegatingMetaTagHandler.java:120)
     at com.sun.faces.facelets.tag.jsf.core.FacetHandler.apply(FacetHandler.java:104)
     at javax.faces.view.facelets.CompositeFaceletHandler.apply(CompositeFaceletHandler.java:98)
     at javax.faces.view.facelets.DelegatingMetaTagHandler.applyNextHandler(DelegatingMetaTagHandler.java:137)
     at com.sun.faces.facelets.tag.jsf.ComponentTagHandlerDelegateImpl.apply(ComponentTagHandlerDelegateImpl.java:184)
     at javax.faces.view.facelets.DelegatingMetaTagHandler.apply(DelegatingMetaTagHandler.java:120)
     at javax.faces.view.facelets.CompositeFaceletHandler.apply(CompositeFaceletHandler.java:98)
     at oracle.adfinternal.view.faces.facelets.rich.IncludeDefHandler.apply(IncludeDefHandler.java:68)
     at com.sun.faces.facelets.tag.ui.CompositionHandler.apply(CompositionHandler.java:166)
     at com.sun.faces.facelets.compiler.NamespaceHandler.apply(NamespaceHandler.java:93)
     at com.sun.faces.facelets.compiler.EncodingHandler.apply(EncodingHandler.java:82)
     at com.sun.faces.facelets.impl.DefaultFacelet.include(DefaultFacelet.java:308)
     at com.sun.faces.facelets.impl.DefaultFacelet.include(DefaultFacelet.java:367)
     at com.sun.faces.facelets.impl.DefaultFacelet.include(DefaultFacelet.java:346)
     at com.sun.faces.facelets.impl.DefaultFaceletContext.includeFacelet(DefaultFaceletContext.java:199)
     at oracle.adfinternal.view.faces.facelets.rich.IncludeHandler.applyNextHandler(IncludeHandler.java:77)
     at com.sun.faces.facelets.tag.jsf.ComponentTagHandlerDelegateImpl.apply(ComponentTagHandlerDelegateImpl.java:184)
     at javax.faces.view.facelets.DelegatingMetaTagHandler.apply(DelegatingMetaTagHandler.java:120)
     at com.sun.faces.facelets.tag.jsf.core.FacetHandler.apply(FacetHandler.java:104)
     at javax.faces.view.facelets.DelegatingMetaTagHandler.applyNextHandler(DelegatingMetaTagHandler.java:137)
     at com.sun.faces.facelets.tag.jsf.ComponentTagHandlerDelegateImpl.apply(ComponentTagHandlerDelegateImpl.java:184)
     at javax.faces.view.facelets.DelegatingMetaTagHandler.apply(DelegatingMetaTagHandler.java:120)
     at com.sun.faces.facelets.tag.jsf.core.FacetHandler.apply(FacetHandler.java:104)
     at javax.faces.view.facelets.CompositeFaceletHandler.apply(CompositeFaceletHandler.java:98)
     at javax.faces.view.facelets.DelegatingMetaTagHandler.applyNextHandler(DelegatingMetaTagHandler.java:137)
     at com.sun.faces.facelets.tag.jsf.ComponentTagHandlerDelegateImpl.apply(ComponentTagHandlerDelegateImpl.java:184)
     at javax.faces.view.facelets.DelegatingMetaTagHandler.apply(DelegatingMetaTagHandler.java:120)
     at com.sun.faces.facelets.tag.jsf.core.FacetHandler.apply(FacetHandler.java:104)
     at javax.faces.view.facelets.CompositeFaceletHandler.apply(CompositeFaceletHandler.java:98)
     at javax.faces.view.facelets.DelegatingMetaTagHandler.applyNextHandler(DelegatingMetaTagHandler.java:137)
     at com.sun.faces.facelets.tag.jsf.ComponentTagHandlerDelegateImpl.apply(ComponentTagHandlerDelegateImpl.java:184)
     at javax.faces.view.facelets.DelegatingMetaTagHandler.apply(DelegatingMetaTagHandler.java:120)
     at com.sun.faces.facelets.tag.jsf.core.FacetHandler.apply(FacetHandler.java:104)
     at javax.faces.view.facelets.DelegatingMetaTagHandler.applyNextHandler(DelegatingMetaTagHandler.java:137)
     at com.sun.faces.facelets.tag.jsf.ComponentTagHandlerDelegateImpl.apply(ComponentTagHandlerDelegateImpl.java:184)
     at javax.faces.view.facelets.DelegatingMetaTagHandler.apply(DelegatingMetaTagHandler.java:120)
     at com.sun.faces.facelets.tag.jsf.core.FacetHandler.apply(FacetHandler.java:104)
     at javax.faces.view.facelets.CompositeFaceletHandler.apply(CompositeFaceletHandler.java:98)
     at javax.faces.view.facelets.DelegatingMetaTagHandler.applyNextHandler(DelegatingMetaTagHandler.java:137)
     at com.sun.faces.facelets.tag.jsf.ComponentTagHandlerDelegateImpl.apply(ComponentTagHandlerDelegateImpl.java:184)
     at javax.faces.view.facelets.DelegatingMetaTagHandler.apply(DelegatingMetaTagHandler.java:120)
     at com.sun.faces.facelets.tag.jsf.core.FacetHandler.apply(FacetHandler.java:104)
     at javax.faces.view.facelets.DelegatingMetaTagHandler.applyNextHandler(DelegatingMetaTagHandler.java:137)
     at com.sun.faces.facelets.tag.jsf.ComponentTagHandlerDelegateImpl.apply(ComponentTagHandlerDelegateImpl.java:184)
     at javax.faces.view.facelets.DelegatingMetaTagHandler.apply(DelegatingMetaTagHandler.java:120)
     at javax.faces.view.facelets.DelegatingMetaTagHandler.applyNextHandler(DelegatingMetaTagHandler.java:137)
     at com.sun.faces.facelets.tag.jsf.ComponentTagHandlerDelegateImpl.apply(ComponentTagHandlerDelegateImpl.java:184)
     at javax.faces.view.facelets.DelegatingMetaTagHandler.apply(DelegatingMetaTagHandler.java:120)
     at javax.faces.view.facelets.CompositeFaceletHandler.apply(CompositeFaceletHandler.java:98)
     at oracle.adfinternal.view.faces.facelets.rich.IncludeDefHandler.apply(IncludeDefHandler.java:68)
     at javax.faces.view.facelets.CompositeFaceletHandler.apply(CompositeFaceletHandler.java:98)
     at com.sun.faces.facelets.tag.ui.CompositionHandler.apply(CompositionHandler.java:166)
     at com.sun.faces.facelets.compiler.NamespaceHandler.apply(NamespaceHandler.java:93)
     at com.sun.faces.facelets.compiler.EncodingHandler.apply(EncodingHandler.java:82)
     at com.sun.faces.facelets.impl.DefaultFacelet.include(DefaultFacelet.java:308)
     at com.sun.faces.facelets.impl.DefaultFacelet.include(DefaultFacelet.java:367)
     at com.sun.faces.facelets.impl.DefaultFacelet.include(DefaultFacelet.java:346)
     at com.sun.faces.facelets.impl.DefaultFaceletContext.includeFacelet(DefaultFaceletContext.java:199)
     at oracle.adfinternal.view.faces.facelets.rich.IncludeHandler.applyNextHandler(IncludeHandler.java:77)
     at com.sun.faces.facelets.tag.jsf.ComponentTagHandlerDelegateImpl.apply(ComponentTagHandlerDelegateImpl.java:184)
     at javax.faces.view.facelets.DelegatingMetaTagHandler.apply(DelegatingMetaTagHandler.java:120)
     at javax.faces.view.facelets.DelegatingMetaTagHandler.applyNextHandler(DelegatingMetaTagHandler.java:137)
     at oracle.adfinternal.view.faces.facelets.rich.RichDocumentHandler.applyNextHandler(RichDocumentHandler.java:68)
     at com.sun.faces.facelets.tag.jsf.ComponentTagHandlerDelegateImpl.apply(ComponentTagHandlerDelegateImpl.java:184)
     at javax.faces.view.facelets.DelegatingMetaTagHandler.apply(DelegatingMetaTagHandler.java:120)
     at com.sun.faces.facelets.tag.jsf.core.ViewHandler.apply(ViewHandler.java:186)
     at com.sun.faces.facelets.compiler.NamespaceHandler.apply(NamespaceHandler.java:93)
     at javax.faces.view.facelets.CompositeFaceletHandler.apply(CompositeFaceletHandler.java:98)
     at com.sun.faces.facelets.compiler.EncodingHandler.apply(EncodingHandler.java:82)
     at com.sun.faces.facelets.impl.DefaultFacelet.apply(DefaultFacelet.java:152)
     at com.sun.faces.application.view.FaceletViewHandlingStrategy.buildView(FaceletViewHandlingStrategy.java:744)
     at org.apache.myfaces.trinidadinternal.application.ViewDeclarationLanguageFactoryImpl$ChangeApplyingVDLWrapper.buildView(ViewDeclarationLanguageFactoryImpl.java:341)
     at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._renderResponse(LifecycleImpl.java:987)
     at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._executePhase(LifecycleImpl.java:339)
     at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:237)
     at javax.faces.webapp.FacesServlet.service(FacesServlet.java:509)
     at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
     at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
     at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:300)
     at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26)
     at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
     at oracle.adf.model.servlet.ADFBindingFilter.doFilter(ADFBindingFilter.java:173)
     at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
     at oracle.adfinternal.view.faces.webapp.rich.RegistrationFilter.doFilter(RegistrationFilter.java:125)
     at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$FilterListChain.doFilter(TrinidadFilterImpl.java:468)
     at oracle.adfinternal.view.faces.activedata.AdsFilter.doFilter(AdsFilter.java:60)
     at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$FilterListChain.doFilter(TrinidadFilterImpl.java:468)
     at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl._doFilterImpl(TrinidadFilterImpl.java:293)
     at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl.doFilter(TrinidadFilterImpl.java:199)
     at org.apache.myfaces.trinidad.webapp.TrinidadFilter.doFilter(TrinidadFilter.java:92)
     at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
     at oracle.adf.library.webapp.LibraryFilter.doFilter(LibraryFilter.java:180)
     at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
     at oracle.security.jps.ee.http.JpsAbsFilter$1.run(JpsAbsFilter.java:119)
     at java.security.AccessController.doPrivileged(Native Method)
     at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:315)
     at oracle.security.jps.ee.util.JpsPlatformUtil.runJaasMode(JpsPlatformUtil.java:442)
     at oracle.security.jps.ee.http.JpsAbsFilter.runJaasMode(JpsAbsFilter.java:103)
     at oracle.security.jps.ee.http.JpsAbsFilter.doFilter(JpsAbsFilter.java:171)
     at oracle.security.jps.ee.http.JpsFilter.doFilter(JpsFilter.java:71)
     at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
     at oracle.dms.servlet.DMSServletFilter.doFilter(DMSServletFilter.java:139)
     at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
     at weblogic.servlet.internal.RequestEventsFilter.doFilter(RequestEventsFilter.java:27)
     at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
     at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.wrapRun(WebAppServletContext.java:3715)
     at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3681)
     at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
     at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
     at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2277)
     at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2183)
     at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1454)
     at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)
     at weblogic.work.ExecuteThread.run(ExecuteThread.java:178)Thanks,
Rakesh

try suggestions in this post -
Re: Cannot login with LDAP user using login backing bean

Similar Messages

  • Warning: The User-Agent "null" is unknown; creating an agent with null agen

    Hello,
    I use adf 10.1.3.3 in our web application. I found the warning (The User-Agent "null" is unknown; creating an agent with null agent attributes.) in the application server OC4J 10.1.3.3, but these don't have a nagativ impact on the applicaiton.
    can someone tell me what the warning means?
    thanks

    Hi,
    user agent is the browser users use. So what is the browser ?
    Frank

  • Your scummy Firefox hangs when it arbitrarily decides to update its version. Why not have it send a popup message warning the user so they can close gracefully and safe their work?

    1) This site sucks beyond belief. I tried to click on the "About" button to findthe current version of Firefox and couldn't find it.
    When I came back here, the text I had entered in this window had vanished.
    LEARN HOW TO F*CKING PROGRAM.
    2) The *original* problem was that I was surfing and suddenly the whole computer went very slow, with Firefox altogether unresponsive. I lost some work. WHY DON'T YOU WARN THE USER AND ALLOW THEM TO CHOOSE WHEN TO INSTALL UPDATES?

    Have you considered the Flash update which was released a few days before the Firefox 3.6.14 update may be a big part of this problem?
    Try re-installing the 10.1 r102 version of Flash and see how it Firefox is.

  • File sharing: possible to warn second user of a file that it is already open?

    [I hope this forum is the best place for my question.]
    I run a small business: a medical practice. I use a Mac Mini to store all my documents, and we use two iMacs to access the documents through File Sharing. I do not run OSX Lion Server. All machines have OSX 10.7.5.
    I have a Numbers spreadsheet on the Mac Mini that is frequently opened and modified by the receptionist on one iMac, but also occasionally opened and modified by the doctor on the other iMac. (The vast majority of other files never need to be opened by more than one user.) Occasionally, the Numbers file will be opened by both users at the same time. If one user modifies the file, when s/he tries to close the file, a dialog pops up warning that there are two versions, and providing the choice to Revert or Duplicate & Save. This means a choice between losing changes, or subsequently checking two documents for differences.
    Note that it isn't possible to simply call out, "Hey, have you got that spreadsheet open?" when the doctor is seeing a patient.
    Also note that privacy is an issue, as the spreadsheet contains numerous patient names.
    Is there a way to: (a) Warn the second user opening the file that it is already open? Or (b) Make the file read-only when a second user tries to open it? (c) Inform the second user that the file is in use, and they can't open it at all. (There may be other solutions that I can't think of.)
    I am open to all ideas. I have tried dabbling with AppleScript, but can't find a solution with my emerging AppleScript skills. I have been trying to find out if installing OSX Lion Server on the Mac Mini would help, but I can't find the answer online. (I would have to pay someone to install OSX Lion Server, as I have medical software installed that may or may not fit well with Server.)
    Thanks in advance for any help.
    Peter

    hmm, then would there be any way to reproduce the effect of the 'delete' or 'backspace' keys? If I'm right, I think there was an ASCII code for the backspace character... Would it be possible to insert it to get a character deleted!? :/
    I really need to find a way to do all of these operations on a text file because I think it wouldn't be a good idea to completely re-write 30Mb+ large files each time some data has to be modified :P

  • How can I issue a warning if user exits without saving data first?

    One of our clients has his users fill the LC Designer PDFs on their web site. They request that the users get a “Do you really want to exit?” warning,  if they navigate away from the form, after having made changes to it. I was able to simulate the AcroScript “Dirty” state by comparing the xfa.data.saveXML with the original document content. My problem is that I can’t seem to be able to issue the warning in time for the user to do something about it. I tried to use the DocClose event, but (as described in the documentation) there is no way for the user to go back to the document.

    First you need to make sure that you have setup the machine with a valid app store account to tie the machine to the server OS.  To boot the MacMini so you can do RAID setup you must boot into recovery mode.  Hold down Command+R and power up.  Enter disk utility go through the steps to create the RAID which will erase everything on the HD.  You need to make sure the build gets completed.  Once done reboot into recovery mode again and you can do a OS install.  If I remember correctly this will just install the base OS.  Once you have setup the machine again with the valid app store account the server app will show up in the app store for you to download.
    Of course if you don't want to rebuild everything you can hook up a USB harddrive and turn on time machine.  Makle sure it completes and you have several restore points.  Go through the RAID build process.  Once complete boot into recovery mode, with the USB drive attached, and you will have an option to restore from a time machine backup.

  • Help - Need to permanently disable the warning without user interactions.

    Hi Adobe Experts,
    I get this warning all the time when i open pdf documents from a later version of acrobat. I understand i can click ok and proceed or tick the box and then click ok to proceed.
    However, i dont want to do this for all users. is there a registry key in windows7 we can use to diable this warning box forever? Thanks in advance.

    http://forums.adobe.com/community/acrobat/installation_and_update_installation

  • IT105 warning message "user does not exist in this period"

    Does anyone know if we can change the warning message on IT105 subtype 0001 to be an error message?  This is causing an issue when HR are entering the User ID before it's been created in SU01, so sometimes there is a mismatch.
    Hope you can help, thanks in advance!

    This message is hardcoded as a warning in the method CHECK_USERID_EXISTENCE. Like it was suggested above, you will need an access key to change it into a message type 'E'. Other option is to do this validation via the AFTER_INPUT Method of the BAdI HRPAD00INFTY.
    ~Suresh

  • Exchange 2013 - Cannot sent mail warning to user (Quota)

    Hi all,
    I have an enviroment with Exchange Server 2013 SP 1 (Version 15.0 (Build 847.32)). (DAG)
    My problem is that my users not recieve mail of notification (warning).
    I did a lot search, but i didnt found any solution.
    I already moved a mailbox to another database, but the user received mail once.
    Any idea?
    I see in forum MS that it can be a problem of Exchange.
    Marco

    Hi Marco,
    From your description, I recommend you use the following cmdlets to verify the quota status of mailbox.
    If you want to verify the status of individual mailbox quota, use the following cmdlet:
    Get-MailboxStatistics DisplayName | ft *quota*,*size -AutoSize –Wrap
    If you want to verify the status of the mailbox quota for all the mailboxes that are hosted on a database, use the cmdlet below:
    Get-MailboxStatistics -Database DatabaseName | ft displayname,*quota*,*size -AutoSize –Wrap
    Hope this can be helpful to you.
    Best regards,
    Amy Wang
    TechNet Community Support

  • Warning BT user your computer is at risk, ring Apple on 0800 1120057

    Hi all,
    I was surfing for a new boiler today and a screen opened with a stark warning saying that as a BT user my computer was insecure and my bank details etc were vulnerable. another little pop up opened telling me to contact Apple on 0800 112 0057 to resolve the problem. The address in the address bar read 162.243.40.201. I realise that this is a scam but the troubling thing was that I couldn't close the pop ups. In the end I had to force quit Safari and start again.
    Is there any way to close these down when they open (without for closing Safari) or to stop them in the first place?
    Thanks.

    It is a scam. Please never call the number.
    1. Force Quit Safari .
      Press command + option + esc keys together at the same time.
      When Force Quit window appears, select  Safari .  Press Force Quit button at the bottom of the window.   
    2. Relaunch Safari holding the shift key down.
    3. Download and run adware medic tool
    You can also find some info here:
    http://www.adwaremedic.com/kb/scampopups.php

  • Udev error, warning for users...

    I added this rule:
    https://wiki.archlinux.org/index.php/Ud … 3B_ntfs-3g
    to my config.  After I did this, I rebooted and when it got to the udev section, my PC just turned off.  I had to reboot, go to fallback mode and wait until it finished searching udev devices and then went to telling me that sda1 and sda4 cannot be mounted.  Then the CTL-D or enter password thing came up. I entered my password.  After I removed the rule I was able to boot successfully.  Installed devmon and everything is fine without the rule.
    Just wanted to see if anyone else had this issue and if I should maybe add this to the wiki as a warning.
    /boot/grub/menu1st
    # (0) # (0) Arch Linux
    title Arch Linux
    root (hd0,0)
    kernel /vmlinuz-linux root=/dev/disk/by-uuid/8f3f4f18-bb70-4de0-8c84-5ffb780d1144 ro 5
    initrd /initramfs-linux.img
    # (1) Arch Linux
    title Arch Linux Fallback
    root (hd0,0)
    kernel /vmlinuz-linux root=/dev/disk/by-uuid/8f3f4f18-bb70-4de0-8c84-5ffb780d1144 ro 3
    initrd /initramfs-linux-fallback.img
    Last edited by Anonymo (2011-08-20 08:36:58)

    It's not really surprising, given that the rule is vague enough to catch and try to mount any block device. You can modify the rule to...
    - not catch sda (e.g. KERNEL!=sd[b-z])
    or...
    - abort if the device doesn't match ENV{ID_BUS}=="usb"

  • Warning: stupid user question ipad 3 (new)

    on ipad can reminders be "seen" in calendar view like they can on mac book air?
    thanks,

    No. In iOS, Reminders and Calendar are separate apps (and they will be in the upcoming new release of OS X, Mountain Lion, as well).
    As a new iPad owner, you might find the iPad User's Guide helpful:
    http://manuals.info.apple.com/en_US/ipad_user_guide.pdf
    Regards.

  • Warning for users of older versions of Java thinking of upgrading to 10.6

    I'm a pediatric oncologist and I use a MacBook Pro at work for many aspects of patient care. We have web based system that allows us to look at radiology scans from any computer via a browser. This system requires Java 1.4.2 to work -- it will not work with newer versions of Java.
    In OS X 10.5, I would simply switch to Java 1.4.2 when needed and back when I was done. Unfortunately, Snow Leopard only installs Java 1.6. This leaves me completely unable to look at scans from my MacBook Pro.
    Off the top of my head, if there was a way to take the Java 1.4.2 package from OS X 10.5 and install it on OS X 10.6, and to use Java Preferences to switch between Java versions, that would be a great solution for me, even with the understanding that Java 1.4.2 is EOL'ed and that no updates would be expected.
    Today I contacted Apple Support, and the official word is that there is no way to install Java 1.4.2 under Snow Leopard, and that my only option at this point in time is to go back to OS X 10.5.
    Unless someone can figure out a way to hack Java 1.4.2 from OS X 10.5 into Snow Leopard, that is.

    I was able to get Java 1.4.2 working with Safari in Snow Leopard tonight. Here's how to do it.
    1. Install Java 1.4.2 as outlined in this link:
    http://wiki.oneswarm.org/index.php/OSX_10.6_SnowLeopard
    Alternatively, extract Java 1.4.2 from the Java For Mac OS X 10.5 Update 4 installation package, and install it in a similar manner:
    http://support.apple.com/downloads/Javafor_Mac_OS_X_10_5_Update4
    2. Make sure that Java 1.4.2 is the first 32-bit application in the list. Under Java Preferences, my list reads:
    Java SE 6 64-bit
    J2SE 1.4.2 32-bit
    Java SE 6 32-bit
    3. Open Safari in 32-bit mode via the Get Info window for Safari. This is where I was getting screwed up. It finally occurred to me that Java 1.4.2 is a 32-bit application, but if Safari was opening in 64-bit mode, it wouldn't use the 32-bit Java apps.
    Once I opened Safari in 32-bit mode, Safari was able to use Java 1.4.2.

  • Why does my firefox browser closes often without warning or any pattern.

    I'm not sure what details I can provide. This has been happening for a little while but seems to be increasing in frequency. I have not made any recent changes to my system which might have created the issue.
    Basically, the browser simply shuts down and disappears. There is no patter to what I am doing, or to specific pages that are opened. It happens on pages that I have used often and, in some cases, even pages I created myself.
    When I reopen Firefox, it gives me the option to reload the page(s) that were closed or to start over. I have tried both options and had the results either way, which is basically a recontinuation of the problem, especially if I try to return to the page I was on.
    My version of Firefox is completely up to date.

    If you made changes to your system, then you may have corrupted Firefox files.
    What I suggest you do in these circumstances is to reinstall Firefox. This is perfectly safe and you won't lose any data. To proceed, do the following.<br><br>
    #Use Internet Explorer to download Firefox 5.0.1 from this link: [http://www.mozilla.com/en-US/firefox/fx/?ref=logo Download Firefox 5.0.1] and choose "'''Save'''" when you see the prompt. Then save it to your desktop. ''Do not choose "Run"''.<br><br>
    #Then go to Add/Remove Programs in Control Panel, scroll down to "'''Mozilla Firefox'''" and remove it, choosing to keep your bookmarks, customizations etc., (''don't checkmark the box'').<br><br>
    #Then reboot and delete the folder called "'''Mozilla Firefox'''" at this location: ''C:\Program Files\Mozilla Firefox''<br><br>
    #Finally run the installation file you downloaded to the desktop earlier.<br>
    Your bookmarks, customizations etc., are maintained in a different location and will become available to you again once you complete the installation.<br><br>
    If this suggestion fixes the problem for you, please click the '''Solved it''' button ''next to this post'' after you log in into the forum. This will help others searching for a solution to the same subject.
    Thanks.

  • Warning on Unsaved Changes Functional Pattern

    Overview
    One advantage of integrated applications is users can easily navigate just about anywhere based on current needs. However, with the added flexibility also comes the increased risk of unsaved data accidentally being lost when navigating away from a page. Therefore, many applications typically warn the user when this is about to occur. Using the new warning on unsaved changes feature, 11g ADF applications can easily implement this type of functionality.
    Click here to see the document that describes this pattern.
    Edited by: Richard Wright on May 13, 2010 1:10 PM

    Hi,
    I have a page with an edit form. The user can close/leave the page by clicking on different buttons (menu items, close icon, back button). In this case, the system should warn the user about unsaved data. Furthemore, I want to skip data validation. I tried to implement the "Warning on Unsaved Changes Functional UI Pattern", although this approach doesn't skip data validation. How should I do this?
    I'm using ADF 11g.
    Pedro Medeiros.

  • Before render, option to warn user of pending warp stabilization of pre-analysed clips

    Hi, I work with hours and hours of footage, and sometimes it is almost impossible to go through every clip and check if warp stabilizer needs more frames to analyse, as well as other affects that have a blue, red or green line across the clip which renders with the project in use.
    I was wondering if there is a script/option that can warn a user before rendering a project that warp stabilizer needs frames to analyse as the ''Media offline'' warning that comes up when media is missing or misplaced?
    Looking forward to any help as this can save me hours of time, I am sure users out there are eager to find a solution to this too.
    Thanks, Ckerux

    I second this motion! would love to know if there's a way, or put in a request to add a feature for something to flag us that there are clips that need to be analyzed/re-analyzed.

Maybe you are looking for

  • Sub-VI and main VI

    My main VI calls a sub-VI. I used the get control value (variant) to get the graph in the sub-VI, and output it to the main VI in a cluster. I set the maximum y scale in my sub VI, and it works. But when I get the graph in the main VI, my maximum y s

  • Can i use downloaded app in more than 1 device?

    I have 2 Ipads, I have downloaded apps on itunes and I need to make sure if Im allow  to use them on multiple devices or do I have to buy them in this case 2 times?

  • Help with scrolling images/text

    I have created a web site already and know how to add scrolling text to my site, however I can't figure out how to insert images into my scrolling text. Can any one help? Thank you!

  • Create multimedia pdf files

    I want to create a multi media pdf will adobe acrobat work with pages or can I use another program, the create pdf from the print menu is not up to this.

  • Fireworks CC Will not allow me to open/import any TIFF files

    Any time I try to open or import a TIFF file I get an error - "Could not open/import the file. An internal error occured.  I have tried to unistall and reinstall 2 times now and the exact same thing.  I am first opening the file in LR5 then moving to