Admin Console very slow

Hi,
Why is the console so slow (2/3 minutes to change the view) in WebLogic 12c?
The domain that I've configured has 23 managed servers, 11 clusters and 30 deployments. When I'm working in the console I don't see any high CPU usage?
What could be the reason?
Thanks

Hi,
The AdminServer is really overloaded, try increase the memory options in startWeblogic script -Xms and -Xms.
Additional, if you use NodeManager process to control another machines, set the -Xms -Xmx parameters.
Hey good environment !!!
Regards,

Similar Messages

  • Server Admin is very slow to respond

    I have a brand new server that I'm doing a fresh install of OSX Snow Leopard on and I'm running into an interesting problem. For some reason, server admin is VERY slow to respond to any service changes... when I first load server admin, it takes 3 minutes to display the services. When I change a service, I get the spinning wheel in the right hand corner of the server admin pane for up to 10 minutes before I can click "save" ("save" is grayed out while the wheel on the server admin pane is spinning).
    I've run OSX server from Tiger through Leopard and have never seen server admin be this slow.

    You didn't need to reinstall.
    I've confirmed this issue. Stop the firewall by launching the Terminal, and run:
    sudo serveradmin stop ipfilter
    Quit Server Admin if it's running (and unresponsive) and wait at least a couple minutes.
    Re-launch SA and disable Stealth Mode for TCP/UDP.
    Please submit a bug-report at
    https://bugreport.apple.com
    _But before you submit, please, be sure to read_:
    http://www.afp548.com/article.php?story=20051102133234150

  • Weblogic 12c Admin Console Extremely Slow Response in "Servers" only

    Hi,
    I have downloaded and installed weblogic 12c today on IBM p702 blade centre running AIX 7.1 & IBM Java 7. Everything is working fine; Admin Server, Node Manager, etc.
    I am facing a strange kind of problem and need your kind suggestions.
    When i login to Admin Console 12c and i click on the "servers" link under the domain -> environment; the server response is extremely slow. However, the rest is fine. There is no application deployed and no warning + exception/error is in logs (node manager, admin server out etc.)
    Please advice!
    Good Day.
    Atti
    Edited by: user1659354 on 11-Jan-2013 01:07
    Edited by: user1659354 on 11-Jan-2013 03:07

    This happens when node managers are not running (or not reachable), as it tries to obtain the status of the servers that are deployed on different machines.
    What you can check is; are the node managers running on the machines you have configured (in the admin console, click environment, machines, your_machine, monitoring)

  • Server Admin runs very slow on Server 10.6.2

    After what only could be called a power disaster that brought our XServe down hard, when I run Server Admin on the XServe, it's dog slow...it works, but it takes forever to do anything. However, Server Tools installed on my Macbook runs it just as fast as ever. Does anyone have any suggestions besides reinstalling? As our server is still in the set up stages, a backup of it hadn't been made yet...
    Thoughts anyone?

    The usual triggers for this (mis)behavior are a bad local DNS configuration within whatever is serving your local DNS, and potentially a firewall issue within the client.
    If you've not messed around with your client firewall settings since this last worked, I'll bet on scrozzled DNS.
    Verify your forward and reverse DNS translations and the correctness of your local DNS server set-up using the dig tool.
    [My DNS notes|http://labs.hoffmanlabs.com/node/1436]; the set-up and verification of DNS on Snow Leopard Server.
    As for auxiliary power, APC SMART-UPS 1500 series is a reasonable option for a less-interruptable power supply (LIPS) for an Xserve box and its usual array of companion direct-attached accouterments. And the USB connection from this model is recognized and honored by Mac OS X Server without add-on software; the box will shut down. (I'd look at adding LIPS capacity if you have a FC SAN and Xserve RAID or such, though.)

  • SCCM 2012 Console very Slow

    Hello I'm Facing Performance issue with SCCM 2012 Console , all Rules and SQL Db on Same Physical Server with the following Specs:
    24 Cores and 28 GB of Memory.
    thanks
    Ahmed Ali

    Can you provide a few more details. What else do you have running on the server (other apps, site system roles, synchronization processes, number of clients etc). Do you have any I/O issues, processor issues, memory leaks etc
    Kent Agerlund | My blogs: blog.coretech.dk/kea and
    SCUG.dk/ | Twitter:
    @Agerlund | Linkedin: Kent Agerlund |
    Mastering ConfigMgr 2012 The Fundamentals

  • Switching off DEBUG messages in the admin console

    Hi
    I have the problem that I see a lot of debug information on the log when starting the admin console and navigation through the pages. It makes the admin console VERY slow. This must be some sort of low level debug stuff which I'm not able to witch off.
    I already made sure that debugging is switched off for the server (AdminConsole->Debug) and no diagnostic options are turned on. I also checked for a debug command line option in the start script.
    Some example debug output:
    DEBUG struts.util.PropertyMessageResources (PropertyMessageResources.java:284) - Saving message key '.assistant.jms.server.resumeconsumption.title
    DEBUG util.logging.Logger (Logger.java:118) - Delegating to RequestDispatcher for URI /jsp/contentheader/Messages.jsp
    Thank for any hints!

    You could add a dynamic text field to your app, add it to the stage and send notifications for whatever you need to debug.
    e.g. Just as you would use the trace("this message "+variableValue); in Flash to debug using the output window.
    You would use
    textfield_name.appendText("this message "+variableValue+"\n");
    or if you were listening for error you could use something like:
    private function errorXML(e:Event):void {
    textfield_name.appendText("XML Error:"+ e);
    I'm not sure how or if you can utilise the Xcode organiser with an AIR app.

  • Bpel control console opens very slow (10.1.3.4)

    Hi
    I have Oracle SOA Suite 10.13.4 (+ MLR #7 patch) installed at HP-UX itanium server. From the past two days, bpel console takes too much time open on almost every page. Few days before this problem started i had changed the JVM settings by increasing the count to 2 (from em cosole) for improving performance, but that made bpel console very slow. So i decided to revert back the JVM settings and made JJVM to 1 again for oc4j_soa and then restarted the server. Bt even now the bpel cosnsole takes ages to open (almost a minute) for every page of console.
    The AS control cosole and web service manager console works fine and this issue is with bpel console only.
    There is no load on server at present.
    Please let me know how i can trace out the root cause for this issue. Is there any way i can increase logging level for the bpel console application and where i can view that log ?
    Thanks.

    Please ask your DBA to check how ur Dehydration repository is behaving. Worth checking ORABPEL and ORAESB schemas.
    To me, you might need to purge instances and related data. But please check with DBA first.
    Also, while opening BPEL Console, monitor Memory/CPU on Application server and DB server.
    They may give some hint.
    You can also use tool like JRMC, JUnit etc to see the JVM usage.
    regds,
    www.ibiztrack.com

  • Log In to the Admin Console is very slow

    Server start up time is fine.
    But when for the first time when I try and login to the admin console, the admin console page takes a lot of time (about 20-25 mins).
    The weblogic server version is 10.3.2.
    There are no errors in the server log file.
    Any Idea what can be the issue?

    What is the description of your server? Memory, HD, Processor speed, etc. As well is Unix or Windows? you may do some tuning to the server, by adding more memory ito the java vitual machine in the initialization scripts. this might help but if your Hardware is not big, it wont help much.
    Greetings

  • Painfully slow access to admin console (how can I fix it?)

    Hi,
    I'm using using Sun Java System Web Server Version 7.0U4 B12/02/2008 02:17 running on CentOS (Redhat EL) release 4.4.
    The problem is that using the Admin Console (on port 8989) is painfully slow. It takes minutes for each page to load, but they do usually load.
    Any ideas on how to fix that?
    There are some other things going on that might be related and helpful to know:
    I get certificate errors when I access the Admin Console (e..g, IE complains about a mismatched address). I've tried following the directions to install the certificate in IE7 and FF3, but neither has stopped bothering me about the certificate error.
    I have the server behind a firewall which allows all outgoing traffic and select incoming ports to the server. The firewall also maps a public IP address to the server's local IP address (e..g, 10.10.10.8).
    If I access the Admin Console locally via the LAN address (https://10.10.10.8:8989) it is no longer slow, but I get booted back to the login screen very frequently (e.g, every minute or two of casual browsing through the console), and I still get the certificate error
    We haven't given the server a name, but access it by IP address, and the virtual server configuration in the Admin Console is name "localhost.localdomain"
    Any help and suggestions would be greatly appreciated!! I've tried searching for solutions several times, but haven't succeeded.
    Thanks,
    Tim

    Thanks for the thoughts
    sriram.natarajan wrote:
    The problem is that using the Admin Console (on port 8989) is painfully slow. It takes minutes for each page to load, but they do usually load.
    Any ideas on how to fix that?
    sounds more like some network issues. are you running your browser on your centos 4.4 as well ? also, did you try to connect using your IP - some thing like https://<ip>:8989 ?
    No, we're not running the browser on centos 4.4. We're runing browsers on laptops, connecting both offsite via public IP address and in the office via both the public IP address and the LAN ip address.
    Yes, we're using the ip address as you demonstrated. This machine does not have a domain name attached, so we only connect via ip addresses (mapped public or LAN)
    >>
    I get certificate errors when I access the Admin Console (e..g, IE complains about a mismatched address). I've tried following the directions to install the certificate in IE7 and FF3, but neither has stopped bothering me about the certificate error.it is not a certificate error. web server 7 admin server uses a self signed certificate . this is necessary step. however, IE reports a warning when it sees a self signed certificate. it wants you to know that it does not understand who sent this certificate. you need to create an exception - saying that you know what you are doing then there won't be any certificate error ..Okay, I'll look for how to do that, but so far I've only found instructions for how to install the certificate in the browsers, and unfortunately, that hasn't made a difference.
    >>
    I have the server behind a firewall which allows all outgoing traffic and select incoming ports to the server. The firewall also maps a public IP address to the server's local IP address (e..g, 10.10.10.8).
    sounds like some network misconfiguration - outside the scope of this forum.I cannot rule that out, but other servers/websites seem to work fine with this same setup. Although, only this server is using https
    >
    If I access the Admin Console locally via the LAN address (https://10.10.10.8:8989) it is no longer slow, but I get booted back to the login screen very frequently (e.g, every minute or two of casual browsing through the console), and I still get the certificate error
    if you want to increase this time out, you could do so by manually editing <install-root>/lib/webapps/admingui/WEB-INF/web.xml and change the value for session-timeout to say 600 (for 10 minutes).. . pl . note that this is not a supported way and you could potentially leave others to use your session if you are careless. but, if you know what you are doing .Thanks I did that. It surprises me that the default timeout appears to be 1 minute.

  • When using the camera downloader in Adobe Bridge CS6 with Nikon D5200 we are unable to see previews of the photos and it is very slow to download. The issue occurs under a the users rights, but not under admin level. This is a new issue

    When using the camera downloader in Adobe Bridge CS6 with Nikon D5200 we are unable to see previews of the photos and it is very slow to download. The issue occurs under a the users rights, but not under admin level. This is a new issue.

    Hi Jdentremont,
    Lync client gets user photos by first querying the Address Book Web Query (ABWQ) service on the server, which is exposed through the Distribution List Expansion web service. The client receives
    the image file and then copies it to the user's cache to avoid downloading the image each time it needs to be displayed. The attribute values returned from the query are also stored in the cached Address Book Service entry for the user. The Address Book Service
    deletes all cached images every 24 hours, which means that it can take up to 24 hours for new user images to be updated in the cache on the server.
    To troubleshoot your problem, please follow the steps below:
    1.  Navigate to
     “X:\share\1-WebServices-1\ABfiles\000000000\000000000” folder. (ABS file share)
    You should see some photo files in this folder as the following screenshot.
    2. Delete all the files in this folder.
    3. On test PC, delete local cache files.
    %userprofile%\AppData\Local\Microsoft\Office\15.0\Lync\[email protected]
    4. Sign-in Lync with the test account.
    5. Go back to the ABS file share, check if there is any Photo file in the folder.
    Best regards,
    Eric
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact [email protected]

  • Mail, Server Admin, MySQL running very, very slow

    Hi all,
    I have this Leopard Server on a Mac Mini and I experience some big bottlenecks on mail services (especially webmail), Server Admin connections (both local and remote), and also connections with mySQL clients (remote). Local MySQL is working fine. It is not the same for mail and Server Admin. They are very slow also for local connections. Any idea? Hint: I'm using a USB-ethernet adapter (from Apple) for my public IP's (I have 2 of them) and I use built-in ethernet for local network. I've switched them, I tried only with the built-in ethernet... no change. Please help... my enthusiasm about this server solution is getting lower and lower... Thank you very much

    pterobyte wrote:
    Have a look at system.log and mailaccess.log for clues to begin with.
    Server Admin is usually slow (locally and remotely) when the DNS (forward and reverse) setup is not correct.
    Since mySQL seems to have only problems when used remotely, I'd look at bandwidth, routers and switches involved.
    Is mail only slow when used via webmail or via any IMAP client?
    You're a genius as usually
    It seems that I removed my reverse zone accidentally... I didn't even think to look at DNS setting before you told me... Thank you very much

  • The SCCM console happen to very slow

    those days the sccm console happen to very slow, it is take long time to conenct to site database, also when i lucky login. the console UI is very very slow. i even can't do anything. loading any UI need even 10 minutes.

    the sccm , sql installing on same server. i didn't see performance issue on server.
    see this errorr in adminui log file:
    Error Code:
    ProviderLoadFailure
    \r\nSystem.Management.ManagementException\r\nProvider load failure \r\n   at System.Management.ManagementException.ThrowWithExtendedInfo(ManagementStatus errorCode)
       at System.Management.ManagementObjectCollection.ManagementObjectEnumerator.MoveNext()
       at Microsoft.ConfigurationManagement.ManagementProvider.WqlQueryEngine.WqlQueryResultsObject.<GetEnumerator>d__0.MoveNext()\r\nManagementException details:
    instance of __ExtendedStatus
     Operation = "ExecQuery";
     ParameterInfo = "SELECT * FROM SMS_Site WHERE SiteCode = 'GDL'";
     ProviderName = "WinMgmt";
    \r\n
    [5, PID:820][01/21/2014 03:12:44] :System.Management.ManagementException\r\nProvider load failure \r\n   at System.Management.ManagementException.ThrowWithExtendedInfo(ManagementStatus errorCode)
       at System.Management.ManagementObject.InvokeMethod(String methodName, ManagementBaseObject inParameters, InvokeMethodOptions options)
       at Microsoft.ConfigurationManagement.ManagementProvider.WqlQueryEngine.WqlConnectionManager.ExecuteMethod(String methodClass, String methodName, Dictionary`2 methodParameters, Boolean traceParameters)\r\nManagementException details:
    [6, PID:4944][01/21/2014 03:35:30] :System.Management.ManagementException\r\nProvider load failure \r\n   at System.Management.ManagementException.ThrowWithExtendedInfo(ManagementStatus errorCode)
       at System.Management.ManagementObjectCollection.ManagementObjectEnumerator.MoveNext()
       at Microsoft.ConfigurationManagement.ManagementProvider.WqlQueryEngine.WqlQueryResultsObject.<GetEnumerator>d__0.MoveNext()\r\nManagementException details:
    instance of __ExtendedStatus
     Operation = "ExecQuery";
     ParameterInfo = "SELECT * FROM SMS_Site WHERE SiteCode = 'GDL'";
     ProviderName = "WinMgmt";
    \r\n
    [6, PID:4944][01/21/2014 03:35:30] :Transport error; failed to connect, message: 'The SMS Provider reported an error.'\r\nMicrosoft.ConfigurationManagement.ManagementProvider.WqlQueryEngine.WqlQueryException\r\nThe SMS Provider reported an error.\r\n  
    at Microsoft.ConfigurationManagement.ManagementProvider.WqlQueryEngine.WqlQueryResultsObject.<GetEnumerator>d__0.MoveNext()
       at Microsoft.ConfigurationManagement.ManagementProvider.WqlQueryEngine.WqlConnectionManager.Connect(String configMgrServerPath)
       at Microsoft.ConfigurationManagement.AdminConsole.SmsSiteConnectionNode.GetConnectionManagerInstance(String connectionManagerInstance)\r\nConfigMgr Error Object:
    instance of __ExtendedStatus
     Operation = "ExecQuery";
     ParameterInfo = "SELECT * FROM SMS_Site WHERE SiteCode = 'GDL'";
     ProviderName = "WinMgmt";

  • SCCM Console is very slow

    hi
    I have SCCM 2012 R2 CU4 with one primary site and the admin console Is too slow when im trying to access software updates
    moutaz ibrahim

    [1, PID:25508][04/05/2015 14:56:12] :System.Runtime.InteropServices.COMException\r\nThe remote procedure call failed. (Exception from HRESULT: 0x800706BE)\r\n   at System.Runtime.InteropServices.Marshal.ThrowExceptionForHRInternal(Int32 errorCode,
    IntPtr errorInfo)
       at System.Runtime.InteropServices.Marshal.ThrowExceptionForHR(Int32 errorCode)
       at System.Management.ManagementObjectCollection.ManagementObjectEnumerator.MoveNext()
       at Microsoft.ConfigurationManagement.ManagementProvider.WqlQueryEngine.WqlQueryResultsObject.<GetEnumerator>d__0.MoveNext()\r\n
    [1, PID:28204][04/05/2015 15:51:58] :System.ArgumentOutOfRangeException\r\nLength cannot be less than zero.
    Parameter name: length\r\n   at System.String.Substring(Int32 startIndex, Int32 length)
       at Microsoft.ConfigurationManagement.AdminConsole.ResultObjectHelpers.GetDisplayTextFromFullPath(String sitePath)
       at Microsoft.ConfigurationManagement.AdminConsole.SiteBoundaries.ProtectedPageControl.PopulateSiteSystems()\r\n
    [1, PID:28204][04/05/2015 15:51:58] :System.ArgumentOutOfRangeException\r\nLength cannot be less than zero.
    Parameter name: length\r\n   at System.String.Substring(Int32 startIndex, Int32 length)
       at Microsoft.ConfigurationManagement.AdminConsole.ResultObjectHelpers.GetDisplayTextFromFullPath(String sitePath)
       at Microsoft.ConfigurationManagement.AdminConsole.SiteBoundaries.ProtectedPageControl.PopulateSiteSystems()\r\n
    [1, PID:27840][04/05/2015 16:10:41] :Updated object is an unexpected type and cannot be processed
    [8, PID:27840][04/06/2015 08:14:07] :System.Runtime.InteropServices.COMException\r\nThe RPC server is unavailable. (Exception from HRESULT: 0x800706BA)\r\n   at System.Management.ThreadDispatch.Start()
       at System.Management.ManagementScope.Initialize()
       at System.Management.ManagementObject.Initialize(Boolean getObject)
       at System.Management.ManagementObject.InvokeMethod(String methodName, ManagementBaseObject inParameters, InvokeMethodOptions options)
       at Microsoft.ConfigurationManagement.ManagementProvider.WqlQueryEngine.WqlConnectionManager.ExecuteMethod(String methodClass, String methodName, Dictionary`2 methodParameters, Boolean traceParameters)\r\n
    [4, PID:22624][04/06/2015 08:14:48] :System.Runtime.InteropServices.COMException\r\nThe RPC server is unavailable. (Exception from HRESULT: 0x800706BA)\r\n   at System.Runtime.InteropServices.Marshal.ThrowExceptionForHRInternal(Int32 errorCode, IntPtr
    errorInfo)
       at System.Runtime.InteropServices.Marshal.ThrowExceptionForHR(Int32 errorCode)
       at System.Management.ManagementScope.InitializeGuts(Object o)
       at System.Management.ManagementScope.Initialize()
       at System.Management.ManagementObjectSearcher.Initialize()
       at System.Management.ManagementObjectSearcher.Get()
       at Microsoft.ConfigurationManagement.ManagementProvider.WqlQueryEngine.WqlConnectionManager.Connect(String configMgrServerPath)\r\n
    [4, PID:22624][04/06/2015 08:14:48] :Transport error; failed to connect, message: 'The RPC server is unavailable. (Exception from HRESULT: 0x800706BA)'\r\nMicrosoft.ConfigurationManagement.ManagementProvider.SmsConnectionException\r\nThe RPC server is unavailable.
    (Exception from HRESULT: 0x800706BA)\r\n   at Microsoft.ConfigurationManagement.ManagementProvider.WqlQueryEngine.WqlConnectionManager.Connect(String configMgrServerPath)
       at Microsoft.ConfigurationManagement.AdminConsole.SmsSiteConnectionNode.GetConnectionManagerInstance(String connectionManagerInstance)\r\nThe RPC server is unavailable. (Exception from HRESULT: 0x800706BA)
    \r\nSystem.Runtime.InteropServices.COMException\r\nThe RPC server is unavailable. (Exception from HRESULT: 0x800706BA)\r\n   at System.Runtime.InteropServices.Marshal.ThrowExceptionForHRInternal(Int32 errorCode, IntPtr errorInfo)
       at System.Runtime.InteropServices.Marshal.ThrowExceptionForHR(Int32 errorCode)
       at System.Management.ManagementScope.InitializeGuts(Object o)
       at System.Management.ManagementScope.Initialize()
       at System.Management.ManagementObjectSearcher.Initialize()
       at System.Management.ManagementObjectSearcher.Get()
       at Microsoft.ConfigurationManagement.ManagementProvider.WqlQueryEngine.WqlConnectionManager.Connect(String configMgrServerPath)\r\n
    [4, PID:22624][04/06/2015 08:15:00] :System.Runtime.InteropServices.COMException\r\nThe RPC server is unavailable. (Exception from HRESULT: 0x800706BA)\r\n   at System.Runtime.InteropServices.Marshal.ThrowExceptionForHRInternal(Int32 errorCode, IntPtr
    errorInfo)
       at System.Runtime.InteropServices.Marshal.ThrowExceptionForHR(Int32 errorCode)
       at System.Management.ManagementScope.InitializeGuts(Object o)
       at System.Management.ManagementScope.Initialize()
       at System.Management.ManagementObject.Initialize(Boolean getObject)
       at System.Management.ManagementObject.InvokeMethod(String methodName, ManagementBaseObject inParameters, InvokeMethodOptions options)
       at Microsoft.ConfigurationManagement.ManagementProvider.WqlQueryEngine.WqlConnectionManager.ExecuteMethod(String methodClass, String methodName, Dictionary`2 methodParameters, Boolean traceParameters)\r\n
    [9, PID:22624][04/06/2015 08:15:22] :System.Runtime.InteropServices.COMException\r\nThe RPC server is unavailable. (Exception from HRESULT: 0x800706BA)\r\n   at System.Runtime.InteropServices.Marshal.ThrowExceptionForHRInternal(Int32 errorCode, IntPtr
    errorInfo)
       at System.Runtime.InteropServices.Marshal.ThrowExceptionForHR(Int32 errorCode)
       at System.Management.ManagementScope.InitializeGuts(Object o)
       at System.Management.ManagementScope.Initialize()
       at System.Management.ManagementObjectSearcher.Initialize()
       at System.Management.ManagementObjectSearcher.Get()
       at Microsoft.ConfigurationManagement.ManagementProvider.WqlQueryEngine.WqlConnectionManager.Connect(String configMgrServerPath)\r\n
    [9, PID:22624][04/06/2015 08:15:22] :Transport error; failed to connect, message: 'The RPC server is unavailable. (Exception from HRESULT: 0x800706BA)'\r\nMicrosoft.ConfigurationManagement.ManagementProvider.SmsConnectionException\r\nThe RPC server is unavailable.
    (Exception from HRESULT: 0x800706BA)\r\n   at Microsoft.ConfigurationManagement.ManagementProvider.WqlQueryEngine.WqlConnectionManager.Connect(String configMgrServerPath)
       at Microsoft.ConfigurationManagement.AdminConsole.SmsSiteConnectionNode.GetConnectionManagerInstance(String connectionManagerInstance)\r\nThe RPC server is unavailable. (Exception from HRESULT: 0x800706BA)
    \r\nSystem.Runtime.InteropServices.COMException\r\nThe RPC server is unavailable. (Exception from HRESULT: 0x800706BA)\r\n   at System.Runtime.InteropServices.Marshal.ThrowExceptionForHRInternal(Int32 errorCode, IntPtr errorInfo)
       at System.Runtime.InteropServices.Marshal.ThrowExceptionForHR(Int32 errorCode)
       at System.Management.ManagementScope.InitializeGuts(Object o)
       at System.Management.ManagementScope.Initialize()
       at System.Management.ManagementObjectSearcher.Initialize()
       at System.Management.ManagementObjectSearcher.Get()
       at Microsoft.ConfigurationManagement.ManagementProvider.WqlQueryEngine.WqlConnectionManager.Connect(String configMgrServerPath)\r\n
    [9, PID:22624][04/06/2015 08:15:34] :System.Runtime.InteropServices.COMException\r\nThe RPC server is unavailable. (Exception from HRESULT: 0x800706BA)\r\n   at System.Runtime.InteropServices.Marshal.ThrowExceptionForHRInternal(Int32 errorCode, IntPtr
    errorInfo)
       at System.Runtime.InteropServices.Marshal.ThrowExceptionForHR(Int32 errorCode)
       at System.Management.ManagementScope.InitializeGuts(Object o)
       at System.Management.ManagementScope.Initialize()
       at System.Management.ManagementObject.Initialize(Boolean getObject)
       at System.Management.ManagementObject.InvokeMethod(String methodName, ManagementBaseObject inParameters, InvokeMethodOptions options)
       at Microsoft.ConfigurationManagement.ManagementProvider.WqlQueryEngine.WqlConnectionManager.ExecuteMethod(String methodClass, String methodName, Dictionary`2 methodParameters, Boolean traceParameters)\r\n
    [7, PID:6500][04/06/2015 09:32:05] :There are > 1 actions of the same type or same name defined - ignoring action Software File Collection Cycle\r\nSystem.ArgumentException\r\nFound duplicate named action\r\n   at Microsoft.ConfigurationManagement.AdminConsole.ConsoleUtilityClass.AddActionToActiveActionList(Object
    sender, ScopeNode scopeNode, IResultObject resultObject, List`1& activeActions, ActionDescription action, Boolean isActive)
       at Microsoft.ConfigurationManagement.AdminConsole.ConsoleUtilityClass.BuildActionItems(SnapIn snapIn, SmsNamedValuesDictionary namedValues, Object sender, SmsSiteConnectionNode rootConnectionNode, ScopeNode queryNode, IResultObject resultObject,
    List`1 actionDescriptions, String helpTopic)\r\n
    [18, PID:6500][04/06/2015 09:32:11] :There are > 1 actions of the same type or same name defined - ignoring action Software File Collection Cycle\r\nSystem.ArgumentException\r\nFound duplicate named action\r\n   at Microsoft.ConfigurationManagement.AdminConsole.ConsoleUtilityClass.AddActionToActiveActionList(Object
    sender, ScopeNode scopeNode, IResultObject resultObject, List`1& activeActions, ActionDescription action, Boolean isActive)
       at Microsoft.ConfigurationManagement.AdminConsole.ConsoleUtilityClass.BuildActionItems(SnapIn snapIn, SmsNamedValuesDictionary namedValues, Object sender, SmsSiteConnectionNode rootConnectionNode, ScopeNode queryNode, IResultObject resultObject,
    List`1 actionDescriptions, String helpTopic)\r\n
    [23, PID:6500][04/06/2015 09:43:01] :There are > 1 actions of the same type or same name defined - ignoring action Software File Collection Cycle\r\nSystem.ArgumentException\r\nFound duplicate named action\r\n   at Microsoft.ConfigurationManagement.AdminConsole.ConsoleUtilityClass.AddActionToActiveActionList(Object
    sender, ScopeNode scopeNode, IResultObject resultObject, List`1& activeActions, ActionDescription action, Boolean isActive)
       at Microsoft.ConfigurationManagement.AdminConsole.ConsoleUtilityClass.BuildActionItems(SnapIn snapIn, SmsNamedValuesDictionary namedValues, Object sender, SmsSiteConnectionNode rootConnectionNode, ScopeNode queryNode, IResultObject resultObject,
    List`1 actionDescriptions, String helpTopic)\r\n
    [7, PID:6500][04/06/2015 09:43:15] :There are > 1 actions of the same type or same name defined - ignoring action Software File Collection Cycle\r\nSystem.ArgumentException\r\nFound duplicate named action\r\n   at Microsoft.ConfigurationManagement.AdminConsole.ConsoleUtilityClass.AddActionToActiveActionList(Object
    sender, ScopeNode scopeNode, IResultObject resultObject, List`1& activeActions, ActionDescription action, Boolean isActive)
       at Microsoft.ConfigurationManagement.AdminConsole.ConsoleUtilityClass.BuildActionItems(SnapIn snapIn, SmsNamedValuesDictionary namedValues, Object sender, SmsSiteConnectionNode rootConnectionNode, ScopeNode queryNode, IResultObject resultObject,
    List`1 actionDescriptions, String helpTopic)\r\n
    [23, PID:6500][04/06/2015 09:43:18] :There are > 1 actions of the same type or same name defined - ignoring action Software File Collection Cycle\r\nSystem.ArgumentException\r\nFound duplicate named action\r\n   at Microsoft.ConfigurationManagement.AdminConsole.ConsoleUtilityClass.AddActionToActiveActionList(Object
    sender, ScopeNode scopeNode, IResultObject resultObject, List`1& activeActions, ActionDescription action, Boolean isActive)
       at Microsoft.ConfigurationManagement.AdminConsole.ConsoleUtilityClass.BuildActionItems(SnapIn snapIn, SmsNamedValuesDictionary namedValues, Object sender, SmsSiteConnectionNode rootConnectionNode, ScopeNode queryNode, IResultObject resultObject,
    List`1 actionDescriptions, String helpTopic)\r\n
    [1, PID:6500][04/06/2015 14:21:03] :Property: 'LastModifiedTime'\r\nSystem.Management.ManagementException\r\nNot found \r\n   at System.Management.ManagementException.ThrowWithExtendedInfo(ManagementStatus errorCode)
       at System.Management.PropertyData.RefreshPropertyInfo()
       at System.Management.PropertyDataCollection.get_Item(String propertyName)
       at Microsoft.ConfigurationManagement.ManagementProvider.WqlQueryEngine.WqlResultObjectBase.get_Item(String name)\r\nManagementException details:
    [1, PID:6500][04/06/2015 14:21:39] :Updated object is an unexpected type and cannot be processed
    r unsupported value of ResoruceType, ClientType or Unknown
    [21, PID:1052][04/06/2015 12:54:11] :Install Client action is disabled for unsupported value of ResoruceType, ClientType or Unknown
    [21, PID:5228][04/07/2015 09:53:13] :There are > 1 actions of the same type or same name defined - ignoring action Software File Collection Cycle\r\nSystem.ArgumentException\r\nFound duplicate named action\r\n   at Microsoft.ConfigurationManagement.AdminConsole.ConsoleUtilityClass.AddActionToActiveActionList(Object
    sender, ScopeNode scopeNode, IResultObject resultObject, List`1& activeActions, ActionDescription action, Boolean isActive)
       at Microsoft.ConfigurationManagement.AdminConsole.ConsoleUtilityClass.BuildActionItems(SnapIn snapIn, SmsNamedValuesDictionary namedValues, Object sender, SmsSiteConnectionNode rootConnectionNode, ScopeNode queryNode, IResultObject resultObject,
    List`1 actionDescriptions, String helpTopic)\r\n
    [17, PID:5228][04/07/2015 09:53:14] :There are > 1 actions of the same type or same name defined - ignoring action Software File Collection Cycle\r\nSystem.ArgumentException\r\nFound duplicate named action\r\n   at Microsoft.ConfigurationManagement.AdminConsole.ConsoleUtilityClass.AddActionToActiveActionList(Object
    sender, ScopeNode scopeNode, IResultObject resultObject, List`1& activeActions, ActionDescription action, Boolean isActive)
       at Microsoft.ConfigurationManagement.AdminConsole.ConsoleUtilityClass.BuildActionItems(SnapIn snapIn, SmsNamedValuesDictionary namedValues, Object sender, SmsSiteConnectionNode rootConnectionNode, ScopeNode queryNode, IResultObject resultObject,
    List`1 actionDescriptions, String helpTopic)\r\n
    [4, PID:5228][04/07/2015 09:53:21] :There are > 1 actions of the same type or same name defined - ignoring action Software File Collection Cycle\r\nSystem.ArgumentException\r\nFound duplicate named action\r\n   at Microsoft.ConfigurationManagement.AdminConsole.ConsoleUtilityClass.AddActionToActiveActionList(Object
    sender, ScopeNode scopeNode, IResultObject resultObject, List`1& activeActions, ActionDescription action, Boolean isActive)
       at Microsoft.ConfigurationManagement.AdminConsole.ConsoleUtilityClass.BuildActionItems(SnapIn snapIn, SmsNamedValuesDictionary namedValues, Object sender, SmsSiteConnectionNode rootConnectionNode, ScopeNode queryNode, IResultObject resultObject,
    List`1 actionDescriptions, String helpTopic)\r\n
    [16, PID:5228][04/07/2015 09:53:47] :There are > 1 actions of the same type or same name defined - ignoring action Software File Collection Cycle\r\nSystem.ArgumentException\r\nFound duplicate named action\r\n   at Microsoft.ConfigurationManagement.AdminConsole.ConsoleUtilityClass.AddActionToActiveActionList(Object
    sender, ScopeNode scopeNode, IResultObject resultObject, List`1& activeActions, ActionDescription action, Boolean isActive)
       at Microsoft.ConfigurationManagement.AdminConsole.ConsoleUtilityClass.BuildActionItems(SnapIn snapIn, SmsNamedValuesDictionary namedValues, Object sender, SmsSiteConnectionNode rootConnectionNode, ScopeNode queryNode, IResultObject resultObject,
    List`1 actionDescriptions, String helpTopic)\r\n
    [4, PID:5468][04/07/2015 10:14:55] :There are > 1 actions of the same type or same name defined - ignoring action Software File Collection Cycle\r\nSystem.ArgumentException\r\nFound duplicate named action\r\n   at Microsoft.ConfigurationManagement.AdminConsole.ConsoleUtilityClass.AddActionToActiveActionList(Object
    sender, ScopeNode scopeNode, IResultObject resultObject, List`1& activeActions, ActionDescription action, Boolean isActive)
       at Microsoft.ConfigurationManagement.AdminConsole.ConsoleUtilityClass.BuildActionItems(SnapIn snapIn, SmsNamedValuesDictionary namedValues, Object sender, SmsSiteConnectionNode rootConnectionNode, ScopeNode queryNode, IResultObject resultObject,
    List`1 actionDescriptions, String helpTopic)\r\n
    [23, PID:5468][04/07/2015 10:14:57] :There are > 1 actions of the same type or sam
    moutaz ibrahim

  • Experiencing extreme slowness of the Admin console for any function in Weblogic 12.1.1.

    Experiencing extreme slowness of the Admin console for any function in Weblogic 12.1.1. 
    Configuration is Admin server plus 28 JMS servers - no nodemanager - all on the same server. 
    When I bring up Admin console alone response is quick but bringing up JMS servers one by one will slow it down. 
    I did not experience this problem when this configuration was in Weblogic 9. 
    Memory configuration is -Xms4g, -Xmx4g. 
    Any ideas what else I should check ?
    Thanks.

    Hi,
    Collect multiple thread dump at the interval of 10 sec and check what the threads are doing .
    Thread dumps will give you some information about why there is a slowness .
    Ways to collect thread dumps
    Thread dumps & Ways to take thread dumps - weblogicexpert
    Hope it helps

  • Very slow internet after Mavericks update. Opening websites very slow. Console info here. 9/25/14 11:12:51.416 AM com.apple.launchd[1]: (com.apple.qtkitserver[22059]) Could not terminate job: 3: No such process 9/25/14 11:12:51.416 AM com.apple.launc

    Very slow internet after Mavericks update. Opening websites very slow. Console info here. 9/25/14 11:12:51.416 AM com.apple.launchd[1]: (com.apple.qtkitserver[22059]) Could not terminate job: 3: No such process 9/25/14 11:12:51.416 AM com.apple.launc

    Please read this whole message before doing anything.
    This procedure is a diagnostic test. It’s unlikely to solve your problem. Don’t be disappointed when you find that nothing has changed after you complete it.
    The purpose of the test is to determine whether the problem is caused by third-party software that loads automatically at startup or login, by a peripheral device, by a font conflict, or by corruption of the file system or of certain system caches.
    Disconnect all wired peripherals except those needed for the test, and remove all aftermarket expansion cards, if applicable. Start up in safe mode and log in to the account with the problem. You must hold down the shift key twice: once when you turn on the computer, and again when you log in.
    Note: If FileVault is enabled, or if a firmware password is set, or if the startup volume is a software RAID, you can’t do this. Ask for further instructions.
    Safe mode is much slower to start up and run than normal, with limited graphics performance, and some things won’t work at all, including sound output and Wi-Fi on certain models. The next normal startup may also be somewhat slow.
    The login screen appears even if you usually login automatically. You must know your login password in order to log in. If you’ve forgotten the password, you will need to reset it before you begin.
    Test while in safe mode. Same problem?
    After testing, restart as usual (not in safe mode) and verify that you still have the problem. Post the results of the test.

Maybe you are looking for

  • Retrieve the sales orders for a particular customer in selection screen

    Hi I want to retrieve the sales orders for a particular customer(entering customer number field in the selection screen and then clicking on f4 help on sales order field in the selection screen I should get only sales order numbers for that particula

  • Weblink.api causing slowdown in Acrobat Pro 9

    Hello, Acrobat runs very, very, VERY slowly if I have weblink.api in the plug_ins folder. If I take it out, Acrobat runs OK, but is missing most/all of the features I need. Running Acrobat without it is not possible. I need it to enable comments. I h

  • Using a dummy where-clause to force the use of an index

    I notice that an index only gets used when I use the index key in the where clause. Should I use a dummy where clause to force the index to be used? SQL> create table emp ( 2 empno NUMBER(5), 3 empname VARCHAR2(15) ); Table created. SQL> create index

  • BAPI_GOODSMVT_CREATE: move 309 for transfer posting - change of sales order

    Hello Experts, I'm trying to use BAPI_GOODSMVT_CREATE to transfer the material from one sales order to another. But that doesn't seem to work. ls_goodsmvt_header-pstng_date = sy-datum.       ls_goodsmvt_header-doc_date   = sy-datum.       ls_goodsmvt

  • Multitasking Gestures Missing from iPad 1

    Hi, I got two questions regarding multitasking on ios 5: 1. I originally enabled multitasking gestures in iOS 4.3 via XCode (i didn't jailbreak my idevices), and it works perfectly for me on my first generation iPad, now however, after upgrading to i