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

Similar Messages

  • 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?

  • Acrobat 9 hangs when adding a text box

    It seems that any installation of Acrobat 9 I have come across, Acrobat hangs when adding a text box from "Forms>Add or Edit Fields".
    I may need to apply an update or two but this problem seems very consistent and reproducable.
    I plan on trying Acrobat 9 Pro on Windows XP to see if it makes any difference, but does anyone have any ideas?  OTHER than upgrading to Acrobat X?

    Textbox takes few extra seconds to establish himself, but it never hangs for me. Did you tried to click-n-drag to create Textbox?

  • 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

  • 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
              

  • 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.

  • Mail slow/hangs when adding attachment

    Recently Mail hangs or takes a long time, showing the spinning beachball, when adding an attachment. For instance it took over two minutes to add a 44k Word document - previously it would be seconds.
    This happens with all user accounts on this Mac.
    I've not added any software recenttly that may have caused this.
    Any suggestions?
    Thanks
    Bruce

    Go to Apple Menu > System Preferences > Network, choose Network Port Configurations from the Show popup menu, and make sure that the configuration used to connect to Internet appears at the top of the list. Leave checked (enabled) only the port configuration needed to connect to Internet and Built-in Ethernet (in that order if not the same), uncheck (disable) the rest of network port configurations (Parallels in particular, if you have that installed) and see whether that helps — if it doesn’t, turn ON again the ones you want enabled.
    I've not added any software recenttly that may have caused this.
    Not sure what you mean. Are you saying that you haven’t installed any software recently, or that you have installed something but you know for sure it cannot have a bearing on this? If the latter, how do you know?

  • Hangs when adding contacts

    I'm trying to add a bunch of contacts to my ipad2 and it keeps hanging when I hit done.  Any thoughts?

    In addition, iMessage will need to be properly set up on their device and you must have the correct contact information corresponding to that set up.

  • Question: Why does DVDSP "hang: when adding subtitles

    I'm having a real problem adding subtitles to my 3.7 GB project. It's all built and I was in the process of adding subtitles to the 1 hr 30 minute film. Yesterday it worked fine, copying and pasting from a text application into subtitles I'm making as I go, but today it's been a nightmare.
    I find after only two or there additions, I suddenly get the spinning wheel "program not responding" and have to force quit. I reopen the project and if I'm lucky I can add two or three subtitles, saving each time, before I get the"spinning wheel of frustration".
    (problem posting this message so this is a repost)
    I have no idea what's causing it. But it DVDSP at this stage of my project definitely doesn't like subtitles being edited, moved or played. It becomes unstable and then hangs.
    I've downloaded the latest security update incase that helped, turned off the clock, (old habit) Nothing works.
    A project that was going to take two hours to finish looks like taking two days now! I'll plod on but I could really do with some help.
    Any ideas?
    G5   Mac OS X (10.3.9)   DVD studi pro 3.0.2

    You may need to reset your User Agent; it is showing that you are using Firefox 3.0.5. The User Agent can sometimes be changed by something you download/install.
    *See --> https://support.mozilla.com/en-US/kb/websites%20or%20add-ons%20incorrectly%20report%20incompatible%20browser#w_reset-your-user-agent
    *See --> http://en.wikipedia.org/wiki/User_Agent
    '''If this reply solves your problem, please click "Solved It" next to this reply when <u>signed-in</u> to the forum.'''
    Not related to your question, but...
    You may need to update some plug-ins. Check your plug-ins and update as necessary:
    *Plug-in check --> http://www.mozilla.org/en-US/plugincheck/
    *Adobe Shockwave for Director Netscape plug-in: [https://support.mozilla.com/en-US/kb/Using%20the%20Shockwave%20plugin%20with%20Firefox#w_installing-shockwave Installing ('''''or Updating''''') the Shockwave plugin with Firefox]
    *Adobe PDF Plug-In For Firefox and Netscape: [https://support.mozilla.com/en-US/kb/Using%20the%20Adobe%20Reader%20plugin%20with%20Firefox#w_installing-and-updating-adobe-reader Installing/Updating Adobe Reader in Firefox]
    *Shockwave Flash (Adobe Flash or Flash): [https://support.mozilla.com/en-US/kb/Managing%20the%20Flash%20plugin#w_updating-flash Updating Flash in Firefox]
    *Next Generation Java Plug-in for Mozilla browsers: [https://support.mozilla.com/en-US/kb/Using%20the%20Java%20plugin%20with%20Firefox#w_installing-or-updating-java Installing or Updating Java in Firefox]

  • 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

  • Acrobat XI hangs when adding a response from distributed form, when specific form field is filled

    As the question says, when using the distribute form functionality of Acrobat, it hangs at the step of importing or adding a filled form, when a specific field on the form is filled.  It happens whether the tracker automatically detects it when I open the distributed form and asks me to add it, or I manually try to add it in the responses form. Here's the screenshot of when I tried manually adding it.  The first line is the one that hangs and is missing all fields except that "Approved" check box.  But it's the last field "ApprovedDate" that makes it hangs if it's filled in the form.  The Progress dialog just stays there forever and I can't click cancel.  When it tries to add it automatically, nothing appears on the screen, the form just stays open and the tracker doesn't come up.  I'm on Windows 7, Acrobat XI Pro.  I can send you the form if needed.
    Edit: I investigated further and there were Java scripts associated with that date field.  These would have been added while creating the form in Acrobat; I don't remember how exactly, but I only meant to validate the date format.  I've removed all the scripts and reset the desired date format on the field and it seems to work now.

    I use Mavericks and Acrobat XI. I haven't had any issues so far.

  • 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!

  • Adobe Media Encoder CS5 hangs when adding files of varying HD resolutions.

    I've seen questions similar to this related to CS4 but never explained very well, and my CS4 for mac worked fine.  I am unsure if this is a new problem or a windows specific problem but here is the situation, if you need more information I will gladly provide it.
    For the past week or so I have been encoding 1920x1080i mov files (h.264/aac) to 1280x720p (vp6/mp3) flvs.  When I stick to that single HD format in the AMC processing que everything works great. However, when I add older HD content into the AMC que, content with non-standard presets, the program hangs.  I tried to import about 15 files last night and the program just sat there all night in a '...NOT RESPONDING' state.  The video's have different audio and video settings and it's little difficult to pinpoint exactly what they were.  Some are 1440x1080, some are 1280x900, some have PCM audio some of mp3. 
    Now I temporarily resolved this issue by simply using cs4 master on my mac pro which worked great.  However I have noticed a huge speed increase in CS5 64bit AMC.  It takes 2-3 hours to encode 1 flash video on my mac pro (dual quad core xeon 2.9Ghz/32GB ram) with CS4.  It takes ~20 minutes on my windows 7 station (single core 2 quad 3Ghz/8GB ram) with CS5.
    How to replicate:
    If I drop a single file into the AMC CS5 que, regardless of the resolution, frame rate, or sound codec; it will import.  If I then add another file with a different resolution AMC will hang and become non-responsive.  It never crashed but I can't wait 12+ hours to see if it accepted a job or not.  As I said before this problem was not observed on CS4 for mac - it worked flawlessly, albeit a little slow. 
    Software used:
    Adobe Media Encoder CS5 windows 64bit
    Adobe Media Encoder CS4 mac 32bit
    System specs:
    Windows 7 home:
    Core 2 quad 3Ghz
    8GB ram
    80GB SSD x25-m
    nVidia Quadro 580
    OSX 10.6.3:
    Dual Xeon 2.99Ghz
    32GB ram
    4 7200 disks in 4TB raid 0
    Radeon HD 2600
    Matrox MAX h.264 compressor card
    Any advice on this situation would be greatly appreciated.  Thank you for your time
    -Michael Emanuel

    Hi Michael,
    Sorry to hear you're having problems with Adobe Media Encoder.  I'd like to get some more information about the problem so I can better understand your workflow, and potentially try to recreate the problem.  For what it's worth, I often import files of different resolutions without any problem, so I want to find out what's different about how you're using AME.
    Apologies for the long list of questions; the small details can be important.
    -- After you import the first file, what else do you do in AME?  Change the preset?  Change the settings?  Change the output destination?
    -- What are the properties of the files that are causing the problem?  You said it happens on "non-standard" files, but can you describe the specifications for one or more files that cause the problem?  Please include file type, length, frame rate, frame dimensions, field order (if applicable), alpha mode (if applicable), and audio type and rate.  If you know more the bitrate, both video and audio, that would be nice, too.
    -- If any of the files are small enough, could you post a couple online that I could try on my machine?
    -- How were these files generated?  What application created them?
    -- Where are the files stored? A local drive, a network drive, a removeable drive (USB or Firewire), etc.?
    -- Which Adobe application or suite do you have installed?  AME a limited set of options if you're using Flash or Web Premium compared to Master Collection, Production Premium, Premiere Pro, or After Effects.
    -=TimK
    -=Adobe Media Encoder QE

  • Word 2010 hangs when adding a contact via the Envelopes and Labels dialog box

    I am having the following issue on all PC in our network.
    Open Outlook.
    Open Word 2010.
    Click the Mailings tab.
    Click Envelopes.
    Click the Address Book button.
    From the Address Book drop-down select the Contacts folder.
    Right click in the list & select New Entry.
    Select New Contact & click OK.
    Fill in the basic info: name, email, phone numbers, address.
    Click Save & Close.
    At that point the contact form closes. It looks like the address book list is trying to come back but that is where it hangs. At that point the only option is to force Word to close. However, the new contact is created in Outlook.
    I can reproduce this with Word/Outlook 2010 RTM & SP1.
    Has anyone else ran into this before?
    Patrick Hoban
    http://patrickhoban.wordpress.com

    Hi
    Thank you for using
    Microsoft Office for IT Professionals Forums.
    Ÿ  
    Rename the global template (Normal.dotm)
    Follow the steps for the operating system that you are using:
    Windows 7
    Exit Word 2010
    Click
    Start.
    In the
    Start Search box, type the following text, and then press
    ENTER:
    %userprofile%\appdata\roaming\microsoft\templates
    Right-click
    Normal.dotm, and then click Rename.
    Type
    Oldword.old, and then press ENTER.
    Close Windows Explorer.
    Start Word 2010, and then open the document.
    Reset Word registry
    key and disable Add-in you can refer to this KB article:
    “How to troubleshoot problems that occur when you start or use Word 2010, Word 2007, Word 2003, or Word 2002”
    http://support.microsoft.com/kb/921541
    Please take your time to try the suggestions and let me know the results at your earliest convenience. If anything is unclear or if there is anything I can do for you, please
    feel free to let me know.
    Best Regards, 
    William Zhou
    Forum Support
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact
    [email protected]

  • Portal Admin Console hangs when trying to view the details Remote Producer

    While trying to edit the details of a Remote Producer, the Portal hangs and will not let us edit or re-register the WSDL.
    Any tips on how to get around this?

    Try setting the timeouts:
    http://download.oracle.com/docs/cd/E13218_01/wlp/docs81/wsrp/workrem.html#999885
    Nate

Maybe you are looking for

  • Creating a search help for a field in selection screen

    Hi All, There are 3 fields in the selection screen. They are     WERKS     DATE     MATNR Enter a value WERKS = 2465. When I press the drop down menu for MATNR, it should only give the material number available for 2465. I think, I should create a se

  • Multiple Quizzes in a project with Branching

    Hello, I am creating a project with branching - based on some criteria, a user will take a path that will not bring them back to a common quiz at the end. Each path should have its own quiz in the end. How do I make only one of the quizzes' results t

  • ANN: Complete File Upload and Download Power For Dreamweaver

    WebAssist is proud to announce the availability of Digital File Pro, an extension for Dreamweaver that brings complete upload and download functionality to ASP, ColdFusion and PHP – without server-side components. Digital File Pro is now available fo

  • Video\Audio encoding in Java

    Hi, I need to write an application that will convert videos to different formats. Like: mov to mp4, flv to mp4, etc Anybody know of java classes\libraries I could use to implement this? Thanks! Tamara

  • OSB 11g

    Hi, Could you please help me to get answer for the below queries. 1. Is OSB 11g trial version is available for downlod? As I am working on OSB 10gr3, I am planning to upgrade it into OSB 11g. 2. Is OSB 11g is part of Oracle fusion middleware? 3. IS o