Console hanging when doing LDAP query

Hi,
I am able to connect to a test LDAP server (that has 10 users) from WLS and am
able to see the users in Web interface of the Console under Security>realms>myRealm>users.
This works as desired. No problem.
But when I try to connect to an LDAP server that has 1900 users the console hangs
up and eventually times out. The query strings are all fine because I verified
them using an external LDAP browser.
I checked in MyTestServer>Monitoring>Performance and it is using only 25% of the
memory. So it is not a memory issue. Then I set the logging threshold to 'info'
but there are no special messages.
Now I am wondering where else should I look for to fix this. It works fine when
there are small number of users. But when there are large number of users, WebLogic
just hangs...
Thanks,
Dan

WLS build from BEA comes with SP1. This is what I am using at the moment. So I
am not sure what SP1 are you referring to!
The SP1 for Platform is yet to be released though. But this is more of a server
issue (I think). Also, I looked up in the 'known bugs' section. This is not listed
in there...
* Do you know what exactly is causing this problem?
* Is there a work around?
-Dan
"Noah Campbell" <[email protected]> wrote:
>
This is a known issue. Supposedly a fix is scheduled for Service Pack
1.
"Dan Backman" <[email protected]> wrote:
BTW, I am using WLS 8.1 (platform) server. I tried with 250 users in
the LDAP server
and the WL Admin console still hangs when trying to access MyTestServer>Security>Myrealm>users.
-Dan
"Dan Backman" <[email protected]> wrote:
Hi,
I am able to connect to a test LDAP server (that has 10 users) fromWLS
and am
able to see the users in Web interface of the Console under Security>realms>myRealm>users.
This works as desired. No problem.
But when I try to connect to an LDAP server that has 1900 users the
console hangs
up and eventually times out. The query strings are all fine becauseI
verified
them using an external LDAP browser.
I checked in MyTestServer>Monitoring>Performance and it is using only
25% of the
memory. So it is not a memory issue. Then I set the logging threshold
to 'info'
but there are no special messages.
Now I am wondering where else should I look for to fix this. It works
fine when
there are small number of users. But when there are large number ofusers,
WebLogic
just hangs...
Thanks,
Dan

Similar Messages

  • MMP using wrong search base when doing LDAP query.

    Hi all,
    I installed a new MMP (sun java communication suite v5 on Redhat linux x86).
    When an imap user connects to MMP, the MMP does an ldap query for attributes "MailHostAttrs mailHost".
    This query fails because the search base is
    SRCH base="dc=my,dc=domain,dc=com,o=my.domain.com"
    instead of simply "o=my.domain.com"
    When I ran 'configure' I specified the Organization DN to be o=my.domain.com
    And I've specified the following in the ImapProxyAService.cfg file:
    LdapUrl "ldap://ldap1.my.domain.com:389/o=my.domain.com"
    UserGroupDN "o=my.domain.com"
    DefaultDomain my.domain.com
    So why does it use "dc=my,dc=domain,dc=com,o=my.domain.com"?
    I must be missing something but I can't find it.

    Hi,
    kevin_sysadmin wrote:
    So why does it use "dc=my,dc=domain,dc=com,o=my.domain.com"?
    I must be missing something but I can't find it.The first step the MMP will do to resolve the base DN for a hosted domain is a directory search along the lines of (this is for schema 2 which is the default for a new install):
    [26/Oct/2007:16:46:23 +1000] conn=3152 op=1 msgId=2 - SRCH base="dc=aus,dc=sun,dc=com" scope=2 filter="(&(objectClass=sunManagedOrganization)(|(associatedDomain=aus.sun.com)(sunPreferredDomain=aus.sun.com)))" attrs=ALL
    So in my case I have default:LdapUrl "ldap://server.aus.sun.com/dc=aus,dc=sun,dc=com" and default:DefaultDomain aus.sun.com
    So you will probably find that you have a hosted domain configured under "dc=my,dc=domain,dc=com,o=my.domain.com" which got created during installation but not propagated with users.
    Regards,
    Shane.

  • DPM Console hangs when adding servers by Modify Protection Group

    Hi Guys,
    I hope you can help
    I've created several protection groups and need to add a couple more servers to each, but I'm having issues where the DPM console hangs. This is what I'm doing:
    Under Protection:
    Right Click the Protection Group and select: Modify protection group...
    Under "Select Group Members" - expand the server and select it's volume or SQL DB, etc and click Next
    Under "Select Data Protection Method", I click Next
    Now the MMC stops working. There are no error messages, no unresponsive notifications, it just doesn't do anything.
    I can't click Back, Next, Cancel, Help or change any of the other options on this page.
    I left it once and went to bed, when I came back 12 hours later, nothing had changed.
    I have to open task manager and force close the MMC and reopen but I'm unable to add any additional servers. I can create new Protection Groups but would rather avoid this.
    For reference
    OS: Server 2012 R2 64bit
    DPM: 2012 R2 UR4
    The issue occurs using local console over RDP or via the client console on Windows 7
    Does anyone have an idea how I can get around this issue?
    Thanks
    Ryan

    After further playing - It's not isolated to adding servers. I actually can't continue past the "Select Data Protection Method" page even if I don't change anything in terms of the selection lists.
    Anyone else having issues or know what the problem is?

  • Console hanging when press a button

    I just installed the trial version of weblogic 5.1 on redhat linux 7 with
    sun jdk1.3
    After making the changes described in the installation guide I can run the
    server and connect to it with the console.
    The console is able to navigate around the server and see stuff like what
    ejb's are deployed but any time I press a button that has an ellipses (eg
    "Shutdown Server..." or "New Deployment...") the console hangs.
    This does not happen when I press other buttons (eg "Disconnect" or "Garbage
    Collect").
    I could not see this problem in the newsgroup or on the web site, so if
    anybody can tell me how to solve it I would be very grateful.
    Thanks,
    Barry.

    Hi --
    Sounds like a GUI (swing?) problem of some kind. Consider using the
    Admin Servlets to see the same information. The console isn't really
    a necessary part of Administering the server.
    Also, the console is gone in 6.0... it's replaced with a web-based
    configuration tool -- much better.
    Cheers,
    -jg
    Barry Dunne wrote:
    >
    I just installed the trial version of weblogic 5.1 on redhat linux 7 with
    sun jdk1.3
    After making the changes described in the installation guide I can run the
    server and connect to it with the console.
    The console is able to navigate around the server and see stuff like what
    ejb's are deployed but any time I press a button that has an ellipses (eg
    "Shutdown Server..." or "New Deployment...") the console hangs.
    This does not happen when I press other buttons (eg "Disconnect" or "Garbage
    Collect").
    I could not see this problem in the newsgroup or on the web site, so if
    anybody can tell me how to solve it I would be very grateful.
    Thanks,
    Barry.

  • Weblogic Console hangs when connecting to one of two servers in a cluster

              Hello,
              Please email me as well as posting reply if possible as resolution is required
              immediately.
              We have two Weblogic 5.1 servers (named server1 & server2) running in a cluster
              using multicast over a VLAN and a DNS entry of "mycluster" to point to the list
              of two IP addresses.
              Both servers say they have joined the cluster upon startup, however, only one
              of them (server2) reports when the other one (server1) has joined, but not vice
              versa.
              Also, the Weblogic Console only displays server1 in the cluster, and hangs when
              it tries to attach to server2, which generates exceptions on server2. The error
              is as follows:
              <Kernel> ExecuteRequest failed. NullPointerException at weblogic.cluster.MemberStash.getManagedSubObjects(MemberStash.java:259).
              I expect this would also prevent replication from working properly.
              One other thing that might be related to the above is that when the URL "mycluster:7001"
              is used directly in the web browser, it sometimes (not always, not sure if it
              matters on which machine) gives the error: "Inconsistent cookie: primary !=
              me".
              Two IIS web servers are being proxied to the cluster URL, and round-robin load
              balancing of the app servers appears to work fine from this perspective.
              Both servers appear to be working properly otherwise.
              Many thanks for any clues,
              Ben
              

              primary != me occurs when you restart WLS but do not exit the browser, then hit
              WLS (the browser has a stale cookie).
              Mike
              "Ben Yenko-Martinka" <[email protected]> wrote:
              >
              >Hello,
              >
              >Please email me as well as posting reply if possible as resolution is
              >required
              >immediately.
              >
              >We have two Weblogic 5.1 servers (named server1 & server2) running in
              >a cluster
              >using multicast over a VLAN and a DNS entry of "mycluster" to point to
              >the list
              >of two IP addresses.
              >Both servers say they have joined the cluster upon startup, however,
              >only one
              >of them (server2) reports when the other one (server1) has joined, but
              >not vice
              >versa.
              >Also, the Weblogic Console only displays server1 in the cluster, and
              >hangs when
              >it tries to attach to server2, which generates exceptions on server2.
              > The error
              >is as follows:
              ><Kernel> ExecuteRequest failed. NullPointerException at weblogic.cluster.MemberStash.getManagedSubObjects(MemberStash.java:259).
              >I expect this would also prevent replication from working properly.
              >
              >One other thing that might be related to the above is that when the URL
              >"mycluster:7001"
              >is used directly in the web browser, it sometimes (not always, not sure
              >if it
              >matters on which machine) gives the error: "Inconsistent cookie: primary
              >!=
              >me".
              >
              >Two IIS web servers are being proxied to the cluster URL, and round-robin
              >load
              >balancing of the app servers appears to work fine from this perspective.
              >Both servers appear to be working properly otherwise.
              >
              >Many thanks for any clues,
              >Ben
              

  • WebLogic 10.3.2 console hangs when attempting configuration changes

    Hi,
    I am running:
    WebLogic 10.3.2
    Windows XP x86 64bit
    JRockit JVM 1.6.0
    I have done a fresh install (twice) and whenever I start the main admin console and try to create a new server or deployment it just sits there and hangs. There are no other servers setup just the defualt AdminServer in development mode. The only other variable is that I have versions 9.2 & 10.3.0 of WL installed - in seperate home locations however so they should not conflict.
    Here's a thread dump........
    ============
    1.
    ============
    "Main Thread" waiting for lock weblogic.t3.srvr.T3Srvr@1265e12 WAITING
         java.lang.Object.wait(Native Method)
         java.lang.Object.wait(Object.java:485)
         weblogic.t3.srvr.T3Srvr.waitForDeath(T3Srvr.java:849)
         weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:465)
         weblogic.Server.main(Server.java:67)
    "(Signal Handler)" RUNNABLE
    null
    "(OC Main Thread)" RUNNABLE
    null
    "(Code Generation Thread 1)" RUNNABLE
    null
    "(Code Optimization Thread 1)" RUNNABLE
    null
    "(VM Periodic Task)" RUNNABLE
    null
    "(Attach Listener)" RUNNABLE
    null
    "Finalizer" RUNNABLE
         jrockit.memory.Finalizer.waitForFinalizees(Native Method)
         jrockit.memory.Finalizer.access$700(Finalizer.java:12)
         jrockit.memory.Finalizer$4.run(Finalizer.java:189)
         java.lang.Thread.run(Thread.java:619)
    "Reference Handler" RUNNABLE
         java.lang.ref.Reference.waitForActivatedQueue(Native Method)
         java.lang.ref.Reference.access$100(Reference.java:11)
         java.lang.ref.Reference$ReferenceHandler.run(Reference.java:82)
    "(Sensor Event Thread)" RUNNABLE
    null
    "VM JFR Buffer Thread" RUNNABLE native
    null
    "Timer-0" waiting for lock java.util.TaskQueue@12618b6 WAITING
         java.lang.Object.wait(Native Method)
         java.lang.Object.wait(Object.java:485)
         java.util.TimerThread.mainLoop(Timer.java:483)
         java.util.TimerThread.run(Timer.java:462)
    "Timer-1" waiting for lock java.util.TaskQueue@1410fe0 TIMED_WAITING
         java.lang.Object.wait(Native Method)
         java.util.TimerThread.mainLoop(Timer.java:509)
         java.util.TimerThread.run(Timer.java:462)
    "[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'" RUNNABLE
         sun.management.ThreadImpl.getThreadInfo0(Native Method)
         sun.management.ThreadImpl.getThreadInfo(ThreadImpl.java:145)
         weblogic.platform.VM15.threadDumpAsString(VM15.java:22)
         weblogic.platform.VM.threadDumpAsString(VM.java:137)
         weblogic.t3.srvr.JVMRuntime.getThreadStackDump(JVMRuntime.java:111)
         sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         java.lang.reflect.Method.invoke(Method.java:597)
         weblogic.management.jmx.modelmbean.WLSModelMBean.getAttribute(WLSModelMBean.java:525)
         com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.getAttribute(DefaultMBeanServerInterceptor.java:666)
         com.sun.jmx.mbeanserver.JmxMBeanServer.getAttribute(JmxMBeanServer.java:638)
         weblogic.management.jmx.mbeanserver.WLSMBeanServerInterceptorBase$12.run(WLSMBeanServerInterceptorBase.java:326)
         weblogic.management.jmx.mbeanserver.WLSMBeanServerInterceptorBase.getAttribute(WLSMBeanServerInterceptorBase.java:324)
         weblogic.management.mbeanservers.internal.JMXContextInterceptor.getAttribute(JMXContextInterceptor.java:163)
         weblogic.management.jmx.mbeanserver.WLSMBeanServerInterceptorBase$12.run(WLSMBeanServerInterceptorBase.java:326)
         weblogic.management.jmx.mbeanserver.WLSMBeanServerInterceptorBase.getAttribute(WLSMBeanServerInterceptorBase.java:324)
         weblogic.management.mbeanservers.internal.SecurityInterceptor.getAttribute(SecurityInterceptor.java:298)
         weblogic.management.jmx.mbeanserver.WLSMBeanServer.getAttribute(WLSMBeanServer.java:273)
         weblogic.management.mbeanservers.domainruntime.internal.ManagedMBeanServerConnection.getAttribute(ManagedMBeanServerConnection.java:304)
         weblogic.management.mbeanservers.domainruntime.internal.FederatedMBeanServerInterceptor.getAttribute(FederatedMBeanServerInterceptor.java:308)
         weblogic.management.jmx.mbeanserver.WLSMBeanServerInterceptorBase$12.run(WLSMBeanServerInterceptorBase.java:326)
         weblogic.management.jmx.mbeanserver.WLSMBeanServerInterceptorBase.getAttribute(WLSMBeanServerInterceptorBase.java:324)
         weblogic.management.mbeanservers.internal.JMXContextInterceptor.getAttribute(JMXContextInterceptor.java:163)
         weblogic.management.jmx.mbeanserver.WLSMBeanServerInterceptorBase$12.run(WLSMBeanServerInterceptorBase.java:326)
         weblogic.management.jmx.mbeanserver.WLSMBeanServerInterceptorBase.getAttribute(WLSMBeanServerInterceptorBase.java:324)
         weblogic.management.jmx.mbeanserver.WLSMBeanServerInterceptorBase$12.run(WLSMBeanServerInterceptorBase.java:326)
         weblogic.management.jmx.mbeanserver.WLSMBeanServerInterceptorBase.getAttribute(WLSMBeanServerInterceptorBase.java:324)
         weblogic.management.mbeanservers.internal.SecurityInterceptor.getAttribute(SecurityInterceptor.java:298)
         weblogic.management.jmx.mbeanserver.WLSMBeanServer.getAttribute(WLSMBeanServer.java:273)
         weblogic.management.mbeanservers.internal.JMXConnectorSubjectForwarder$5$1.run(JMXConnectorSubjectForwarder.java:326)
         weblogic.management.mbeanservers.internal.JMXConnectorSubjectForwarder$5.run(JMXConnectorSubjectForwarder.java:324)
         weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:363)
         weblogic.management.mbeanservers.internal.JMXConnectorSubjectForwarder.getAttribute(JMXConnectorSubjectForwarder.java:319)
         javax.management.remote.rmi.RMIConnectionImpl.doOperation(RMIConnectionImpl.java:1404)
         javax.management.remote.rmi.RMIConnectionImpl.access$200(RMIConnectionImpl.java:72)
         javax.management.remote.rmi.RMIConnectionImpl$PrivilegedOperation.run(RMIConnectionImpl.java:1265)
         javax.management.remote.rmi.RMIConnectionImpl.doPrivilegedOperation(RMIConnectionImpl.java:1367)
         javax.management.remote.rmi.RMIConnectionImpl.getAttribute(RMIConnectionImpl.java:600)
         javax.management.remote.rmi.RMIConnectionImpl_WLSkel.invoke(Unknown Source)
         weblogic.rmi.internal.ServerRequest.sendReceive(ServerRequest.java:174)
         weblogic.rmi.internal.BasicRemoteRef.invoke(BasicRemoteRef.java:222)
         javax.management.remote.rmi.RMIConnectionImpl_1032_WLStub.getAttribute(Unknown Source)
         javax.management.remote.rmi.RMIConnector$RemoteMBeanServerConnection.getAttribute(RMIConnector.java:878)
         javax.management.MBeanServerInvocationHandler.invoke(MBeanServerInvocationHandler.java:263)
         weblogic.management.jmx.MBeanServerInvocationHandler.doInvoke(MBeanServerInvocationHandler.java:504)
         weblogic.management.jmx.MBeanServerInvocationHandler.invoke(MBeanServerInvocationHandler.java:380)
         $Proxy73.getThreadStackDump(Unknown Source)
         com.bea.console.actions.core.server.ThreadStackDumpAction.getCollection(ThreadStackDumpAction.java:61)
         com.bea.console.actions.BaseTableAction.display(BaseTableAction.java:46)
         com.bea.console.actions.BaseDisplayAction.execute(BaseDisplayAction.java:92)
         org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:431)
         org.apache.beehive.netui.pageflow.PageFlowRequestProcessor.access$201(PageFlowRequestProcessor.java:97)
         org.apache.beehive.netui.pageflow.PageFlowRequestProcessor$ActionRunner.execute(PageFlowRequestProcessor.java:2044)
         org.apache.beehive.netui.pageflow.interceptor.action.internal.ActionInterceptors.wrapAction(ActionInterceptors.java:91)
         org.apache.beehive.netui.pageflow.PageFlowRequestProcessor.processActionPerform(PageFlowRequestProcessor.java:2116)
         com.bea.console.internal.ConsolePageFlowRequestProcessor.processActionPerform(ConsolePageFlowRequestProcessor.java:261)
         org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:236)
         org.apache.beehive.netui.pageflow.PageFlowRequestProcessor.processInternal(PageFlowRequestProcessor.java:556)
         org.apache.beehive.netui.pageflow.PageFlowRequestProcessor.process(PageFlowRequestProcessor.java:853)
         org.apache.beehive.netui.pageflow.AutoRegisterActionServlet.process(AutoRegisterActionServlet.java:631)
         org.apache.beehive.netui.pageflow.PageFlowActionServlet.process(PageFlowActionServlet.java:158)
         com.bea.console.internal.ConsoleActionServlet.process(ConsoleActionServlet.java:256)
         org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:414)
         com.bea.console.internal.ConsoleActionServlet.doGet(ConsoleActionServlet.java:133)
         org.apache.beehive.netui.pageflow.PageFlowUtils.strutsLookup(PageFlowUtils.java:1199)
         com.bea.portlet.adapter.scopedcontent.ScopedContentCommonSupport.executeAction(ScopedContentCommonSupport.java:686)
         com.bea.portlet.adapter.scopedcontent.ScopedContentCommonSupport.renderInternal(ScopedContentCommonSupport.java:266)
         com.bea.portlet.adapter.scopedcontent.StrutsStubImpl.render(StrutsStubImpl.java:107)
         com.bea.netuix.servlets.controls.content.NetuiContent.preRender(NetuiContent.java:292)
         com.bea.netuix.nf.ControlLifecycle$6.visit(ControlLifecycle.java:428)
         com.bea.netuix.nf.ControlTreeWalker.walkRecursivePreRender(ControlTreeWalker.java:727)
         com.bea.netuix.nf.ControlTreeWalker.walkRecursivePreRender(ControlTreeWalker.java:739)
         com.bea.netuix.nf.ControlTreeWalker.walkRecursivePreRender(ControlTreeWalker.java:739)
         com.bea.netuix.nf.ControlTreeWalker.walkRecursivePreRender(ControlTreeWalker.java:739)
         com.bea.netuix.nf.ControlTreeWalker.walkRecursivePreRender(ControlTreeWalker.java:739)
         com.bea.netuix.nf.ControlTreeWalker.walkRecursivePreRender(ControlTreeWalker.java:739)
         com.bea.netuix.nf.ControlTreeWalker.walkRecursivePreRender(ControlTreeWalker.java:739)
         com.bea.netuix.nf.ControlTreeWalker.walkRecursivePreRender(ControlTreeWalker.java:739)
         com.bea.netuix.nf.ControlTreeWalker.walkRecursivePreRender(ControlTreeWalker.java:739)
         com.bea.netuix.nf.ControlTreeWalker.walkRecursivePreRender(ControlTreeWalker.java:739)
         com.bea.netuix.nf.ControlTreeWalker.walkRecursivePreRender(ControlTreeWalker.java:739)
         com.bea.netuix.nf.ControlTreeWalker.walkRecursivePreRender(ControlTreeWalker.java:739)
         com.bea.netuix.nf.ControlTreeWalker.walkRecursivePreRender(ControlTreeWalker.java:739)
         com.bea.netuix.nf.ControlTreeWalker.walkRecursivePreRender(ControlTreeWalker.java:739)
         com.bea.netuix.nf.ControlTreeWalker.walkRecursivePreRender(ControlTreeWalker.java:739)
         com.bea.netuix.nf.ControlTreeWalker.walkRecursivePreRender(ControlTreeWalker.java:739)
         com.bea.netuix.nf.ControlTreeWalker.walkRecursivePreRender(ControlTreeWalker.java:739)
         com.bea.netuix.nf.ControlTreeWalker.walkRecursivePreRender(ControlTreeWalker.java:739)
         com.bea.netuix.nf.ControlTreeWalker.walkRecursivePreRender(ControlTreeWalker.java:739)
         com.bea.netuix.nf.ControlTreeWalker.walkRecursivePreRender(ControlTreeWalker.java:739)
         com.bea.netuix.nf.ControlTreeWalker.walkRecursivePreRender(ControlTreeWalker.java:739)
         com.bea.netuix.nf.ControlTreeWalker.walkRecursivePreRender(ControlTreeWalker.java:739)
         com.bea.netuix.nf.ControlTreeWalker.walkRecursivePreRender(ControlTreeWalker.java:739)
         com.bea.netuix.nf.ControlTreeWalker.walk(ControlTreeWalker.java:146)
         com.bea.netuix.nf.Lifecycle.processLifecycles(Lifecycle.java:395)
         com.bea.netuix.nf.Lifecycle.processLifecycles(Lifecycle.java:361)
         com.bea.netuix.nf.Lifecycle.runOutbound(Lifecycle.java:208)
         com.bea.netuix.nf.Lifecycle.run(Lifecycle.java:162)
         com.bea.netuix.servlets.manager.UIServlet.runLifecycle(UIServlet.java:388)
         com.bea.netuix.servlets.manager.UIServlet.doPost(UIServlet.java:258)
         com.bea.netuix.servlets.manager.UIServlet.doGet(UIServlet.java:211)
         com.bea.netuix.servlets.manager.UIServlet.service(UIServlet.java:196)
         com.bea.netuix.servlets.manager.SingleFileServlet.service(SingleFileServlet.java:251)
         javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
         com.bea.console.utils.MBeanUtilsInitSingleFileServlet.service(MBeanUtilsInitSingleFileServlet.java:47)
         weblogic.servlet.AsyncInitServlet.service(AsyncInitServlet.java:130)
         weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
         weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
         weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:292)
         weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26)
         weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         weblogic.servlet.internal.RequestEventsFilter.doFilter(RequestEventsFilter.java:27)
         weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3592)
         weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
         weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121)
         weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2202)
         weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2108)
         weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1432)
         weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
         weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
    "weblogic.time.TimeEventGenerator" waiting for lock weblogic.time.common.internal.TimeTable@7bc04d TIMED_WAITING
         java.lang.Object.wait(Native Method)
         weblogic.time.common.internal.TimeTable.snooze(TimeTable.java:286)
         weblogic.time.common.internal.TimeEventGenerator.run(TimeEventGenerator.java:117)
         java.lang.Thread.run(Thread.java:619)
    "weblogic.timers.TimerThread" waiting for lock weblogic.timers.internal.TimerThread@7af929 TIMED_WAITING
         java.lang.Object.wait(Native Method)
         weblogic.timers.internal.TimerThread$Thread.run(TimerThread.java:267)
    "[STANDBY] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'" waiting for lock weblogic.work.ExecuteThread@141130f WAITING
         java.lang.Object.wait(Native Method)
         java.lang.Object.wait(Object.java:485)
         weblogic.work.ExecuteThread.waitForRequest(ExecuteThread.java:157)
         weblogic.work.ExecuteThread.run(ExecuteThread.java:178)
    "Thread-7" waiting for lock java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@141149d WAITING
         sun.misc.Unsafe.park(Native Method)
         java.util.concurrent.locks.LockSupport.park(LockSupport.java:158)
         java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:1925)
         java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:399)
         weblogic.utils.concurrent.JDK15ConcurrentBlockingQueue.take(JDK15ConcurrentBlockingQueue.java:89)
         weblogic.store.internal.PersistentStoreImpl.getOutstandingWork(PersistentStoreImpl.java:567)
         weblogic.store.internal.PersistentStoreImpl.run(PersistentStoreImpl.java:615)
         weblogic.store.internal.PersistentStoreImpl$2.run(PersistentStoreImpl.java:383)
    "ExecuteThread: '0' for queue: 'weblogic.socket.Muxer'" RUNNABLE
         weblogic.work.ExecuteThread.notifyRequest(ExecuteThread.java:145)
         weblogic.work.RequestManager.executeIt(RequestManager.java:247)
         weblogic.work.SelfTuningWorkManagerImpl.scheduleInternal(SelfTuningWorkManagerImpl.java:166)
         weblogic.work.SelfTuningWorkManagerImpl.schedule(SelfTuningWorkManagerImpl.java:149)
         weblogic.work.WorkManagerLifecycleImpl.schedule(WorkManagerLifecycleImpl.java:156)
         weblogic.servlet.internal.MuxableSocketHTTP.resolveServletContext(MuxableSocketHTTP.java:406)
         weblogic.servlet.internal.MuxableSocketHTTP.dispatch(MuxableSocketHTTP.java:347)
         weblogic.socket.NTSocketMuxer.processSockets(NTSocketMuxer.java:105)
         weblogic.socket.SocketReaderRequest.run(SocketReaderRequest.java:29)
         weblogic.socket.SocketReaderRequest.execute(SocketReaderRequest.java:42)
         weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:145)
         weblogic.kernel.ExecuteThread.run(ExecuteThread.java:117)
    "ExecuteThread: '1' for queue: 'weblogic.socket.Muxer'" RUNNABLE native
         weblogic.socket.NTSocketMuxer.getIoCompletionResult(Native Method)
         weblogic.socket.NTSocketMuxer.processSockets(NTSocketMuxer.java:81)
         weblogic.socket.SocketReaderRequest.run(SocketReaderRequest.java:29)
         weblogic.socket.SocketReaderRequest.execute(SocketReaderRequest.java:42)
         weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:145)
         weblogic.kernel.ExecuteThread.run(ExecuteThread.java:117)
    "ExecuteThread: '2' for queue: 'weblogic.socket.Muxer'" RUNNABLE native
         weblogic.socket.NTSocketMuxer.getIoCompletionResult(Native Method)
         weblogic.socket.NTSocketMuxer.processSockets(NTSocketMuxer.java:81)
         weblogic.socket.SocketReaderRequest.run(SocketReaderRequest.java:29)
         weblogic.socket.SocketReaderRequest.execute(SocketReaderRequest.java:42)
         weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:145)
         weblogic.kernel.ExecuteThread.run(ExecuteThread.java:117)
    "VDE Transaction Processor Thread" waiting for lock [email protected] WAITING
         java.lang.Object.wait(Native Method)
         java.lang.Object.wait(Object.java:485)
         com.octetstring.vde.backend.standard.TransactionProcessor.waitChange(TransactionProcessor.java:367)
         com.octetstring.vde.backend.standard.TransactionProcessor.run(TransactionProcessor.java:212)
    "DoSManager" TIMED_WAITING
         java.lang.Thread.sleep(Native Method)
         com.octetstring.vde.DoSManager.run(DoSManager.java:433)
    "Thread-11" waiting for lock java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@734dcd WAITING
         sun.misc.Unsafe.park(Native Method)
         java.util.concurrent.locks.LockSupport.park(LockSupport.java:158)
         java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:1925)
         java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:399)
         weblogic.utils.concurrent.JDK15ConcurrentBlockingQueue.take(JDK15ConcurrentBlockingQueue.java:89)
         weblogic.store.internal.PersistentStoreImpl.getOutstandingWork(PersistentStoreImpl.java:567)
         weblogic.store.internal.PersistentStoreImpl.run(PersistentStoreImpl.java:615)
         weblogic.store.internal.PersistentStoreImpl$2.run(PersistentStoreImpl.java:383)
    "weblogic.GCMonitor" waiting for lock java.lang.ref.ReferenceQueue$Lock@11a9ae0 TIMED_WAITING
         java.lang.Object.wait(Native Method)
         java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:118)
         weblogic.platform.GCMonitorThread.waitForNotification(GCMonitorThread.java:88)
         weblogic.platform.GCMonitorThread.run(GCMonitorThread.java:64)
    "DynamicListenThread[Default]" RUNNABLE native
         java.net.PlainSocketImpl.socketAccept(Native Method)
         java.net.PlainSocketImpl.accept(PlainSocketImpl.java:390)
         java.net.ServerSocket.implAccept(ServerSocket.java:453)
         java.net.ServerSocket.accept(ServerSocket.java:421)
         weblogic.socket.WeblogicServerSocket.accept(WeblogicServerSocket.java:38)
         weblogic.server.channels.DynamicListenThread$SocketAccepter.accept(DynamicListenThread.java:528)
         weblogic.server.channels.DynamicListenThread$SocketAccepter.access$200(DynamicListenThread.java:420)
         weblogic.server.channels.DynamicListenThread.run(DynamicListenThread.java:171)
         java.lang.Thread.run(Thread.java:619)
    "DynamicListenThread[Default[1]]" RUNNABLE native
         java.net.PlainSocketImpl.socketAccept(Native Method)
         java.net.PlainSocketImpl.accept(PlainSocketImpl.java:390)
         java.net.ServerSocket.implAccept(ServerSocket.java:453)
         java.net.ServerSocket.accept(ServerSocket.java:421)
         weblogic.socket.WeblogicServerSocket.accept(WeblogicServerSocket.java:38)
         weblogic.server.channels.DynamicListenThread$SocketAccepter.accept(DynamicListenThread.java:528)
         weblogic.server.channels.DynamicListenThread$SocketAccepter.access$200(DynamicListenThread.java:420)
         weblogic.server.channels.DynamicListenThread.run(DynamicListenThread.java:171)
         java.lang.Thread.run(Thread.java:619)
    "[ACTIVE] ExecuteThread: '2' for queue: 'weblogic.kernel.Default (self-tuning)'" waiting for lock weblogic.work.ExecuteThread@125148e WAITING
         java.lang.Object.wait(Native Method)
         java.lang.Object.wait(Object.java:485)
         weblogic.work.ExecuteThread.waitForRequest(ExecuteThread.java:157)
         weblogic.work.ExecuteThread.run(ExecuteThread.java:178)
    "[STANDBY] ExecuteThread: '3' for queue: 'weblogic.kernel.Default (self-tuning)'" waiting for lock weblogic.work.ExecuteThread@11a9d86 WAITING
         java.lang.Object.wait(Native Method)
         java.lang.Object.wait(Object.java:485)
         weblogic.work.ExecuteThread.waitForRequest(ExecuteThread.java:157)
         weblogic.work.ExecuteThread.run(ExecuteThread.java:178)
    Thanks for any help in advance...

    Hi thanks for your reply. Very strangely without making any changes I left it alone for an hour or so and it seems to be ok after that!

  • AS console hangs when trying export business rules

    Hi,
    when i try to export business rules from administration services console it hangs and task manager shows admincon.exe 100% cpu usage.
    Need help.
    Thanks,
    Timur

    Hi Timur,
    I ran into the same trouble. I could get 5-7 rules at a time exported just fine. but more than that it would just run and run for hours.
    One option is perhaps increase your java heap sizes for EAS.
    Another option which we did was to change security to be by project instead of by rule and this made our exports much faster
    This was with Hyperion 9.2.1

  • ERROR MESSAGE WHEN DOING SIMPLE QUERY TO RETRIEVE LARGE AMOUNT OF DATA

    Hello,
    Am querying my database(mysql) and displaying my data in a
    DataGrid (Note that am using Flex 2.0)
    It works fine when the amount of data populating the grid is
    not much. But when I have large amount of data I get the following
    error message and the grid is not populated.
    ERROR 1
    faultCode:Server.Acknowledge.Failed
    faultString:'Didn't receive an acknowledge message'
    faultDetail: 'Was expecting
    mx.messaging.messages.AcknowledgeMessage, but receive Null'
    ERROR 2
    faultCode:Client.Error.DeliveryInDoubt
    faultString:'Channel disconnected'
    faultDetail: 'Channel disconnected before and acknowledge was
    received'
    Note that my datagrid is populated when I run the query on my
    Server but does not works on my client pcs.
    Your help would br greatly appreciated here.
    Awaiting a reply.
    Regards

    Hello,
    Am using remote object services.
    USing component (ColdFusion as destination).

  • Console hangs when adding category

    I'm trying to add a sub-category to the Local PKGs category through the console. I currently have three architectures: SOLARIS9_SPARC, SOLARIS10_SPARC and SOLARIS8_SPARC. I'm able to create the sub-category successfully under SOLARIS8 and SOLARIS10. However, when trying to create it under SOLARIS9, the console seems to hang indefinitely.
    I've seen similar problems when adding a configuration file to the SOLARIS9 component list via the cli. However, the job did complete after a couple of hours.
    Again, this only seems to be an issue when modifying the SOLARIS9_SPARC inventory.
    Any ideas?
    Thanks,
    Steve

    have you run the backup.sh recently? this performs a vacuumdb and also re indexes tables - this can greatly improve performance. also have you applied the uce sds and console patches? if after applying the patches and running the backup you still face the same problem, you should open a support case with the uce support group

  • PC session hangs when launch a query from Oracle 9i client to 10g database

    I have a pc with Oracle 9.2.0.1.0 client installed. The database server level is 10.1.0.5.
    When I launch a query from a client session the pc sesssion locks up and doesn't return any results. When I launch the same query from the database server , or from other pcs with Oracle client 10 installed , I get results almost immediately from the query.
    The pc in question is running Windows XP Service pack 2. Other queries run fine from the pc.
    Are there are any known issues with Oracle 9 clients querying an Oracle 10 database ?

    Thank you for your reply. No, I must admit I didn't think of looking at the wait events. I will look at this as soon as I get a chance.
    Thanks again for your suggestion.

  • Help! no response when doing SIMPLE query!

    I meet a strange problem when I do a SIMPLE query on a table in Oracle 8.1.7, just like:
    SELECT id FROM person WHERE id='12345';
    Most of id values are ok to the query, except some values.
    Whether I use these values in sqlplus or JDBC, mostly, no response is returned!! And I find the session in Oracle always keeps the status 'Active'. But in few scenario I can get the result quickly.
    I don't know the reason. Help me please!
    Thanks a lot!
    Meyor

    I'm not sure if the 'id' column contains something else.
    When I shutdown and restart the database, the problem seems to be "solved". If the problem reoccurs again, I will try to use xTRIM functions.
    Thanks!
    Meyor

  • Operations error occured when executing LDAP query to read members of AD group in windows 8 operating system using javascript and active-x

     My code javascript script  is
     objConnection = new ActiveXObject("ADODB.Connection");
     objConnection.Provider="ADsDSOObject";
     objConnection.Open("ADs Provider");
     objCommand = new ActiveXObject("ADODB.Command");
     objCommand.ActiveConnection = objConnection;
       objCommand.CommandText = "SELECT sAMAccountName,displayName, givenName, SN,CN,    mail,distinguishedName,primaryGroupToken,member,ADsPath,MemberOf FROM 'LDAP://"+GrpDomain+".corp.com' WHERE objectCategory='group'
    and objectClass='group' and sAMAccountName='"+GrpName+"'";
    objRecordSet = objCommand.Execute();
    This code executes successfully on window 2008 server machine,
    but gives "Operations error occurred" on windows 8 operating system
    on line of code highlighted above

    Hi,
    In regard to scripts related issue, I suggest you refer to The Official Scripting Guys Forum to get professional support:
    The Official Scripting Guys Forum
    http://social.technet.microsoft.com/Forums/scriptcenter/en-US/home?forum=ITCG
    Thank you for your understanding and support.
    Best Regards,
    Amy Wang

  • Undocumented error number when doing Spatial Query

    Can anyone tell me why I get these errors?
    ERROR at line 1:
    ORA-29902: error in executing ODCIIndexStart() routine
    ORA-13236: internal error in R-tree processing: [failed to allocate memory]
    ORA-06512: at "MDSYS.SDO_INDEX_METHOD", line 83
    ORA-06512: at line 1
    This is the query that was ran:
    SELECT DISTANCE FROM DIST_PTS
    WHERE (CLLI = 'CHCGILCL') AND (MDSYS.SDO_NN (GEOLOC,
    MDSYS.SDO_GEOMETRY (2001, NULL,
    MDSYS.SDO_POINT_TYPE (-87.63804626464844, 41.879520416259766, NULL),
    NULL, NULL), 'SDO_NUM_RES=1') = 'TRUE').
    I am using 8.1.6 and the error number ORA-13236 doesn't appear to be documented. I have tried reindexing the spatial indexes but to no avail.
    Thanks
    Bryan
    null

    Hi,
    R-tree indexes were field test in 8.1.6. The error you are seeing doesn't look familiar in terms of fixes that were made for the first production ship in 8.1.7.
    You should try upgrading, and it should be fine.
    dan

  • TOAD hanging when running this query..Pls suggest to get results outof this

    select tta.objid from table_subcase tta, table_gbst_elm gbst_elm_3, table_x_workgroup where (gbst_elm_3.objid = tta.subc_casests2gbst_elm AND table_x_workgroup.objid = tta.x_owned_at2workgroup) AND ((table_x_workgroup.S_x_name = 'ACCPROB') AND (gbst_elm_3.S_title IN ('COMPLETE','CANCELLED')) AND (tta.sub_type = 'Order') AND (tta.creation_time > TO_DATE('01/01/2006 00:00:00', 'MM/DD/YYYY HH24:MI:SS')) AND (tta.creation_time >= ((sysdate+-89.000000) -((sysdate+ -89.000000)-(to_date(to_char((sysdate + -89.000000),'DD/MM/YYYY'),'DD/MM/YYYY'))) + 0.000000) and (tta.creation_time < ((sysdate + 1.000000) -((sysdate + 1.000000)-(to_date(to_char((sysdate + 1.000000),'DD/MM/YYYY'),'DD/MM/YYYY'))) +0.000000))) ) order by tta.id_number asc
    Thanks,
    Ask

    Please see if you could make out from the below query:
    select tta.objid from table_subcase tta, table_gbst_elm gbst_elm_3, table_x_workgroup
    where (gbst_elm_3.objid = tta.subc_casests2gbst_elm
    AND table_x_workgroup.objid = tta.x_owned_at2workgroup)
    AND ((table_x_workgroup.S_x_name = 'ACCPROB')
    AND (gbst_elm_3.S_title IN ('COMPLETE','CANCELLED'))
    AND (tta.sub_type = 'Order')
    AND (tta.creation_time > TO_DATE('01/01/2006 00:00:00', 'MM/DD/YYYY HH24:MI:SS'))
    AND (tta.creation_time >= ((sysdate+-89.000000) -((sysdate+ -89.000000)-(to_date(to_char((sysdate + -89.000000),'DD/MM/YYYY'),'DD/MM/YYYY'))) + 0.000000) and (tta.creation_time < ((sysdate + 1.000000) -((sysdate + 1.000000)-(to_date(to_char((sysdate + 1.000000),'DD/MM/YYYY'),'DD/MM/YYYY'))) +0.000000))) )
    order by tta.id_number asc
    this is the max I could indent . I am using AND cos the rqmt is like that...
    and Sarma, could you please tell me how to us etc etc with a smally query...
    I dint get that..
    thanks in advance,
    Ask                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

  • Where does VCS get passwords from when doing LDAP authentication

    I was wondering, if I were to configure VCS to do LDAP authentication while using an Active Directory as LDAP, which passwords would it be using?   Will it authenticate against domain password or will I need to fill in a separate password attribute (which would be cleartext)?

    Hello Eli -
    Are you referring to user accounts (such as admin accounts that login to the VCS), or for devices (such as endpoints)?
    If you're talking about authenticating user accounts, than it will use your AD username/password.
    Cisco-VCS-Authenticating-Accounts-Using-LDAP-Deployment-Guide-X8-2
    If you're talking about authenticating devices/endpoints, than it will use fields in your LDAP that are created by schemas that you download from the VCS and install to your LDAP directory.
    Cisco-VCS-Authenticating-Devices-Deployment-Guide-X8-2.pdf

Maybe you are looking for

  • Acrobat 8 Standard Frequent Crashing / Not Updating

    Hi. My Adobe Acrobat 8 Standard v 8.1.6 is having some problems. I do a lot of work in Acrobat and I can normally deal with the occasional hiccups, such as restarting Acrobat, but lately things have regressed considerably. I've run the Repair tool bu

  • Can;t see the red line border around the text when I hit the Play button

    On the last page I have a burgundy red lined border. However, when I hit the Play button, that red border does not show. I clicked onto it and then clicked onto: Send to front --- but when I did that, all of the text disappeared, presumable "sent to

  • 242 Songs= 7.6 GB?!?!?!?! I need help now!

    My computer crashed a while back and I have just been able to get all my songs onto the new computer. I tried to sync my iPod and it said there wasn't enough space so I restored it to its orginal settings and tried to sync again. It still said not en

  • In the iCloud??  iPhone upgraded to iOS 5, can't find apps, songs,

    Okay, just went through the whole cycle of connecting my iPhone to my MBP, running iTunes, backed up iPhone, upgraded OS, etc. and then the iPhone has the new OS, but there's nothing on it, none of the previous apps, music, etc.  Luckily in iTunes on

  • Double clicking a new e-mail does NOT show whole e-mail

    double clicking a new e-mail does NOT show whole e-mail unless I go to forward or reply. In other words, I may see a couple sentences, then it's just blank, no scroll bar either. This gets annoying. Anybody else get this or know how to overcome this?