MDM JCo Connection takes a long time

Hi,
I've just timed the time it takes from my java application to establish a connection to MDM.
It takes 14 seconds.
catalog.Login(server,port,login,password,language,1,10,5000,"C://temp.txt");
Our J2EE server and MDM is on a separate box on the same LAN. Once the connection is established, the queries are very fast.
Is there any way to speed this up?
Cheers,
Michael.

Hi Michael,
from my experience you can try two / three things to speed up connection / login operation.
First: as Mausam suggested since you are developing application on J2EE stack - you should use MDM JCA connector (with connection pooling mechanism)
Second: each time the you trying to establish connection from java application to
MDM server using Java API - all lookup tables data will be transfered to client side (cached on the java application side). Try to reduce size of the lookup tables.
and one more thing: you can try to use MDM Java API 2
Regards, marcin

Similar Messages

  • Connecting takes a long time

    For some reason connecting to Flash Media Server 3.5 takes around 40 seconds. The server is running on Windows Server 2008 (64-bit edition) on a virtual server located in a reliable hosting center and I'm connecting to it over the internet. The server is using built-in Windows Firewall with all the inbound TCP ports required by Flash Media Server opened (80, 1935 and 1111). If I disable the server's firewall the connection time drops to 20 seconds, but it's still pretty damn long time just for establishing connection. We probably have some company firewall at this end (the client side), but other streaming media services works just fine over this connection.
    Any suggestions? I was under the impression that the connection should be practically instant (practically meaning that the user shouldn't have to wait for it).

    You have it right, the flashplayer will fall back on RTMPT:80 if it can't make an RTMP connection. If you let the flashplayer use it's default behavior, I find it takes about 20 seconds for each protocol/port combination to time out. Unfortunately, there's no access to that timeout value through the actionscript API.
    A lot of developers like to use the "shotgun" method of connecting, where separate netconnections are create for each port:protocol combination and connected to at once. The first one to receive a success status becomes the winner (the connection that will actually be used), and the rest are closed and discarded.
    Another option is to try your preferred port:protocol combinations in sequence, and use a Timer() to set your own timeout for each, each combination in succession. I personally prefer this method, as it reduces the number of handlshakes and connect requests the server has to handle (I'll trad a few seconds of wait time on the client side to save load on the server any day).
    One thing to keep in mind, Mac OS may give you problems if you make your timeout too short. You can read more about that here:
    http://blog.jaycharles.net/?p=47

  • Takes a long time to connect to the internet when I first open an app

    I bought my Macbook Pro Retina 13inch last weekend and I love it! Everything was working fine but over the last couple of days, when I first open an app, for example Safari, Google Chrome, iTunes, App Store, anything that requires an internet connection, it takes a long time to load up that first time, but after the first page has been loaded it works again fine until closing the app and re-opening it. When loading the App Store or iTunes it has even said an internet connection is required, even though my connection is fine and the other apps are still loading ok.
    I first thought it was my WIFI connection but I have checked my router and everything seems fine, also my iPad and iPhone are still working fine with the internet.
    Has anyone else had the same problem or can offer me a solution?

    I am getting the same issue, on first starting safari the first page takes an age to load.. once it has everything is fine.
    I have tried the 'Reset Safari' function but no difference. This only happens on my Macbook Pro Retina, Using safari on my iphone or ipad is fine. (I connect via ethernet too so its not a wifi problem.)
    Any one got an answer to this yet?

  • I have a ipad 1. I seem to be having a lot of connectivity issues. It takes a long time to load and sometimes will not load a page at all. I seem to be having issues with streaming in that it will play a song and just stop.

    I seem to be having a lot of connectivity issues my iPad. It takes a long time to load and sometimes will not load a page at all. I seem to be having issues with streaming in that it will play a song and just stop. It seems I have to turn it completely off and restart.
    Anyone had these issues?

    Settings > General > Reset > Reset network settings

  • Retreive External data from SQL making connection to SQL server take a long time

    I have an Excel pivottable based on a view from SQL server. The view gets data from 2 databases on the sames server. I have the sames login for both databases and also the same rights (datareader, datawriter and owner). When running the view from within
    the SQL Server management tool it goes quick. In Excel once the connection is made everything goes fast. Only making the connection takes a very long time. When I use a view with data from a single database then everything is fine and goes fast.
    Example of the situation: I use the example view below in an excel pivot. This gives as result that the connection takes very long.
    SQLServer A
    View CustomerInfo which contains the following query.
    Select * FROM databaseA.dbo.Customers as Customers
    CROSS APPLY
    SELECT *
    FROM databaseB.dbo.Contacts as Contacts
    Where Customers.Number = Contacts.CustomerNumber
    ) AS Contactdata
    When I remove the CROSS APPLY part, the connection is made directly
    We login to SQL with normal logon  (not windows security) The user has the same rights on both databases.
    I hope the problem is clear. Does anyone have an idea of how I can solve this problem?

    -1* ( prior dataid ) = parentid
    is it multiplying -1 times the prior dataid ?that's exactly what it's doing
    you need:
    prior dataid = ABS(parentid);
    not knowing you're data, and therefore assuming that dataid is always positive (since it doesn't have an ABS), and that parentid can be positive or negative, your criteria becomes
    parentid = prior dataid (handles both are positive)
    or parentid = negative of prior dataid (handles parentid is neg, dataid is pos)
    since the "prior" must be right next to the column (dataid), I put parens around the whole thing, and then mult by -1

  • Exchange 2013 mailbox takes a long time to connect with Outlook 2010

    We just installed a 2013 CAS/Mailbox server in our Exchange 2007 environment and are running in coexistence while we migrate users over. So far I have only moved one 2007 mailbox over, a new account used for testing. Everything is working fine, OWA,
    ECP, ActiveSync, etc... When connecting Outlook to a 2007 mailbox autodiscover takes a couple seconds and Outlook opens fine. The problem is when connecting Outlook to a mailbox on the 2013 server. Autodiscover takes about a minute before it finally finds
    the settings and the mailbox takes about 30 seconds to open everytime. It generally times out, I click retry and the mailbox opens. Once in everything is good but the initial loading always takes a long time, double the time when opening Outlook with a shared
    mailbox attached. All autodiscover is autodiscover.domain.com, Exchange 2007 is all legacymail.domain.com aside from the components that need to point to 2013. We do not have any certificate issues, well that's not true, at some time in the last couple years
    someone applied a 3rd party cert to our domain.com root but not sure if that would cause this issue. Also, these are internal clients we are trying to get going with the 2013 mailbox, not external. I just applied a registry change that helped someone else
    out there by disabling IPv6 for all components but that did not work for us MS KB929852. Any suggestions? Right now I am thinking of changing the internalURI for autodiscover to the FQDN of the server but wanted to see if anyone had any ideas.
    Jeremy

    Hi Angela, thanks for the response. I cannot post links or pictures as my account has not been verified?
    The autoconfiguration tests passed, I will paste the xml below. Ping times were all under 1ms. When I entered the IP for the 2013 serve I received errors that the connection to Exchange is unavailable followed by another one that the name cannot be resolved.
    I did this test by removing the Outlook profile and creating one manually without Autodiscover. I am able to ping the server by all names from the command prompt. 
    Our autodiscover.domain.com points to our 2013 server and the name is resolvable both internally and externally. Our certificates cover the internal server name fqdn as well as external names. I am doing all testing in the internal network.
    Pinging 2013server.fqdn.com [172.16.xx.xx] with 32 bytes of data:
    Reply from 172.16.xx.xx: bytes=32 time<1ms TTL=127
    Reply from 172.16.xx.xx: bytes=32 time<1ms TTL=127
    Reply from 172.16.xx.xx: bytes=32 time<1ms TTL=127
    Reply from 172.16.xx.xx: bytes=32 time<1ms TTL=127
    Reply from 172.16.xx.xx: bytes=32 time<1ms TTL=127
    Reply from 172.16.xx.xx: bytes=32 time<1ms TTL=127
    Reply from 172.16.xx.xx: bytes=32 time<1ms TTL=127
    Reply from 172.16.xx.xx: bytes=32 time<1ms TTL=127
    Reply from 172.16.xx.xx: bytes=32 time<1ms TTL=127
    Reply from 172.16.xx.xx: bytes=32 time<1ms TTL=127
    Reply from 172.16.xx.xx: bytes=32 time<1ms TTL=127
    Reply from 172.16.xx.xx: bytes=32 time<1ms TTL=127
    Reply from 172.16.xx.xx: bytes=32 time<1ms TTL=127
    Ping statistics for 172.16.xx.xx:
        Packets: Sent = 13, Received = 13, Lost = 0 (0% loss),
    Approximate round trip times in milli-seconds:
        Minimum = 0ms, Maximum = 0ms, Average = 0ms
    <?xml version="1.0" encoding="utf-8"?>
    <Autodiscover xmlns= removing link for post, points to the schema . microsoft . com ... 2006
      <Response xmlns= removing link for post, points to the schema . microsoft . com ... 2006a
        <User>
          <DisplayName>2013user</DisplayName>
          <LegacyDN>/o=domain/ou=Exchange Administrative Group (FYDIBOHF23SPDLT)/cn=Recipients/cn=91d6299a8d1440e6b80fcc854dc3f860-2013user</LegacyDN>
          <AutoDiscoverSMTPAddress>[email protected]</AutoDiscoverSMTPAddress>
          <DeploymentId>565c12be-83dc-44c7-a843-37b9bf26b9db</DeploymentId>
        </User>
        <Account>
          <AccountType>email</AccountType>
          <Action>settings</Action>
          <MicrosoftOnline>False</MicrosoftOnline>
          <Protocol>
            <Type>EXCH</Type>
            <Server>[email protected]</Server>
            <ServerDN>/o=domain/ou=Exchange Administrative Group (FYDIBOHF23SPDLT)/cn=Configuration/cn=Servers/[email protected]</ServerDN>
            <ServerVersion>73C082C8</ServerVersion>
            <MdbDN>/o=domain/ou=Exchange Administrative Group (FYDIBOHF23SPDLT)/cn=Configuration/cn=Servers/[email protected]/cn=Microsoft Private MDB</MdbDN>
            <PublicFolderServer>webmail.company.com</PublicFolderServer>
            <AD>SMS-AD1-SRV11.domain.ca</AD>
            <ASUrl>https://webmail.company.com/ews/exchange.asmx</ASUrl>
            <EwsUrl>https://webmail.company.com/ews/exchange.asmx</EwsUrl>
            <EmwsUrl>https://webmail.company.com/ews/exchange.asmx</EmwsUrl>
            <EcpUrl>https://webmail.company.com/ecp/</EcpUrl>
            <EcpUrl-um>?rfr=olk&amp;p=customize/voicemail.aspx&amp;exsvurl=1&amp;realm=domain.ca</EcpUrl-um>
            <EcpUrl-aggr>?rfr=olk&amp;p=personalsettings/EmailSubscriptions.slab&amp;exsvurl=1&amp;realm=domain.ca</EcpUrl-aggr>
            <EcpUrl-mt>PersonalSettings/DeliveryReport.aspx?rfr=olk&amp;exsvurl=1&amp;IsOWA=&lt;IsOWA&gt;&amp;MsgID=&lt;MsgID&gt;&amp;Mbx=&lt;Mbx&gt;&amp;realm=domain.ca</EcpUrl-mt>
            <EcpUrl-ret>?rfr=olk&amp;p=organize/retentionpolicytags.slab&amp;exsvurl=1&amp;realm=domain.ca</EcpUrl-ret>
            <EcpUrl-sms>?rfr=olk&amp;p=sms/textmessaging.slab&amp;exsvurl=1&amp;realm=domain.ca</EcpUrl-sms>
            <EcpUrl-publish>customize/calendarpublishing.slab?rfr=olk&amp;exsvurl=1&amp;FldID=&lt;FldID&gt;&amp;realm=domain.ca</EcpUrl-publish>
            <EcpUrl-photo>PersonalSettings/EditAccount.aspx?rfr=olk&amp;chgPhoto=1&amp;exsvurl=1&amp;realm=domain.ca</EcpUrl-photo>
            <EcpUrl-extinstall>Extension/InstalledExtensions.slab?rfr=olk&amp;exsvurl=1&amp;realm=domain.ca</EcpUrl-extinstall>
            <OOFUrl>https://webmail.company.com/ews/exchange.asmx</OOFUrl>
            <UMUrl>https://webmail.company.com/ews/UM2007Legacy.asmx</UMUrl>
            <OABUrl>https://webmail.company.com/oab/8a3774fa-6f23-40c7-8106-707cc5b7b1b6/</OABUrl>
            <ServerExclusiveConnect>off</ServerExclusiveConnect>
          </Protocol>
          <Protocol>
            <Type>EXPR</Type>
            <Server>webmail.company.com</Server>
            <SSL>On</SSL>
            <AuthPackage>Basic</AuthPackage>
            <ASUrl>https://webmail.company.com/EWS/Exchange.asmx</ASUrl>
            <EwsUrl>https://webmail.company.com/EWS/Exchange.asmx</EwsUrl>
            <EmwsUrl>https://webmail.company.com/EWS/Exchange.asmx</EmwsUrl>
            <EcpUrl>https://webmail.company.com/ecp/</EcpUrl>
            <EcpUrl-um>?rfr=olk&amp;p=customize/voicemail.aspx&amp;exsvurl=1&amp;realm=domain.ca</EcpUrl-um>
            <EcpUrl-aggr>?rfr=olk&amp;p=personalsettings/EmailSubscriptions.slab&amp;exsvurl=1&amp;realm=domain.ca</EcpUrl-aggr>
            <EcpUrl-mt>PersonalSettings/DeliveryReport.aspx?rfr=olk&amp;exsvurl=1&amp;IsOWA=&lt;IsOWA&gt;&amp;MsgID=&lt;MsgID&gt;&amp;Mbx=&lt;Mbx&gt;&amp;realm=domain.ca</EcpUrl-mt>
            <EcpUrl-ret>?rfr=olk&amp;p=organize/retentionpolicytags.slab&amp;exsvurl=1&amp;realm=domain.ca</EcpUrl-ret>
            <EcpUrl-sms>?rfr=olk&amp;p=sms/textmessaging.slab&amp;exsvurl=1&amp;realm=domain.ca</EcpUrl-sms>
            <EcpUrl-publish>customize/calendarpublishing.slab?rfr=olk&amp;exsvurl=1&amp;FldID=&lt;FldID&gt;&amp;realm=domain.ca</EcpUrl-publish>
            <EcpUrl-photo>PersonalSettings/EditAccount.aspx?rfr=olk&amp;chgPhoto=1&amp;exsvurl=1&amp;realm=domain.ca</EcpUrl-photo>
            <EcpUrl-extinstall>Extension/InstalledExtensions.slab?rfr=olk&amp;exsvurl=1&amp;realm=domain.ca</EcpUrl-extinstall>
            <OOFUrl>https://webmail.company.com/EWS/Exchange.asmx</OOFUrl>
            <UMUrl>https://webmail.company.com/EWS/UM2007Legacy.asmx</UMUrl>
            <OABUrl>https://webmail.company.com/oab/8a3774fa-6f23-40c7-8106-707cc5b7b1b6/</OABUrl>
            <ServerExclusiveConnect>on</ServerExclusiveConnect>
            <EwsPartnerUrl>https://webmail.company.com/EWS/Exchange.asmx</EwsPartnerUrl>
            <GroupingInformation>Acheson</GroupingInformation>
          </Protocol>
          <Protocol>
            <Type>WEB</Type>
            <Internal>
              <OWAUrl AuthenticationMethod="Basic, Fba">https://2013server.domain.ca/owa/</OWAUrl>
              <Protocol>
                <Type>EXCH</Type>
                <ASUrl>https://webmail.company.com/ews/exchange.asmx</ASUrl>
              </Protocol>
            </Internal>
            <External>
              <OWAUrl AuthenticationMethod="Fba">https://webmail.company.com/owa/</OWAUrl>
              <Protocol>
                <Type>EXPR</Type>
                <ASUrl>https://webmail.company.com/EWS/Exchange.asmx</ASUrl>
              </Protocol>
            </External>
          </Protocol>
          <Protocol>
            <Type>EXHTTP</Type>
            <Server>webmail.company.com</Server>
            <SSL>On</SSL>
            <AuthPackage>Ntlm</AuthPackage>
            <ASUrl>https://webmail.company.com/ews/exchange.asmx</ASUrl>
            <EwsUrl>https://webmail.company.com/ews/exchange.asmx</EwsUrl>
            <EmwsUrl>https://webmail.company.com/ews/exchange.asmx</EmwsUrl>
            <EcpUrl>https://webmail.company.com/ecp/</EcpUrl>
            <EcpUrl-um>?rfr=olk&amp;p=customize/voicemail.aspx&amp;exsvurl=1&amp;realm=domain.ca</EcpUrl-um>
            <EcpUrl-aggr>?rfr=olk&amp;p=personalsettings/EmailSubscriptions.slab&amp;exsvurl=1&amp;realm=domain.ca</EcpUrl-aggr>
            <EcpUrl-mt>PersonalSettings/DeliveryReport.aspx?rfr=olk&amp;exsvurl=1&amp;IsOWA=&lt;IsOWA&gt;&amp;MsgID=&lt;MsgID&gt;&amp;Mbx=&lt;Mbx&gt;&amp;realm=domain.ca</EcpUrl-mt>
            <EcpUrl-ret>?rfr=olk&amp;p=organize/retentionpolicytags.slab&amp;exsvurl=1&amp;realm=domain.ca</EcpUrl-ret>
            <EcpUrl-sms>?rfr=olk&amp;p=sms/textmessaging.slab&amp;exsvurl=1&amp;realm=domain.ca</EcpUrl-sms>
            <EcpUrl-publish>customize/calendarpublishing.slab?rfr=olk&amp;exsvurl=1&amp;FldID=&lt;FldID&gt;&amp;realm=domain.ca</EcpUrl-publish>
            <EcpUrl-photo>PersonalSettings/EditAccount.aspx?rfr=olk&amp;chgPhoto=1&amp;exsvurl=1&amp;realm=domain.ca</EcpUrl-photo>
            <EcpUrl-extinstall>Extension/InstalledExtensions.slab?rfr=olk&amp;exsvurl=1&amp;realm=domain.ca</EcpUrl-extinstall>
            <OOFUrl>https://webmail.company.com/ews/exchange.asmx</OOFUrl>
            <UMUrl>https://webmail.company.com/ews/UM2007Legacy.asmx</UMUrl>
            <OABUrl>https://webmail.company.com/oab/8a3774fa-6f23-40c7-8106-707cc5b7b1b6/</OABUrl>
            <ServerExclusiveConnect>On</ServerExclusiveConnect>
          </Protocol>
          <Protocol>
            <Type>EXHTTP</Type>
            <Server>webmail.company.com</Server>
            <SSL>On</SSL>
            <AuthPackage>Basic</AuthPackage>
            <ASUrl>https://webmail.company.com/EWS/Exchange.asmx</ASUrl>
            <EwsUrl>https://webmail.company.com/EWS/Exchange.asmx</EwsUrl>
            <EmwsUrl>https://webmail.company.com/EWS/Exchange.asmx</EmwsUrl>
            <EcpUrl>https://webmail.company.com/ecp/</EcpUrl>
            <EcpUrl-um>?rfr=olk&amp;p=customize/voicemail.aspx&amp;exsvurl=1&amp;realm=domain.ca</EcpUrl-um>
            <EcpUrl-aggr>?rfr=olk&amp;p=personalsettings/EmailSubscriptions.slab&amp;exsvurl=1&amp;realm=domain.ca</EcpUrl-aggr>
            <EcpUrl-mt>PersonalSettings/DeliveryReport.aspx?rfr=olk&amp;exsvurl=1&amp;IsOWA=&lt;IsOWA&gt;&amp;MsgID=&lt;MsgID&gt;&amp;Mbx=&lt;Mbx&gt;&amp;realm=domain.ca</EcpUrl-mt>
            <EcpUrl-ret>?rfr=olk&amp;p=organize/retentionpolicytags.slab&amp;exsvurl=1&amp;realm=domain.ca</EcpUrl-ret>
            <EcpUrl-sms>?rfr=olk&amp;p=sms/textmessaging.slab&amp;exsvurl=1&amp;realm=domain.ca</EcpUrl-sms>
            <EcpUrl-publish>customize/calendarpublishing.slab?rfr=olk&amp;exsvurl=1&amp;FldID=&lt;FldID&gt;&amp;realm=domain.ca</EcpUrl-publish>
            <EcpUrl-photo>PersonalSettings/EditAccount.aspx?rfr=olk&amp;chgPhoto=1&amp;exsvurl=1&amp;realm=domain.ca</EcpUrl-photo>
            <EcpUrl-extinstall>Extension/InstalledExtensions.slab?rfr=olk&amp;exsvurl=1&amp;realm=domain.ca</EcpUrl-extinstall>
            <OOFUrl>https://webmail.company.com/EWS/Exchange.asmx</OOFUrl>
            <UMUrl>https://webmail.company.com/EWS/UM2007Legacy.asmx</UMUrl>
            <OABUrl>https://webmail.company.com/oab/8a3774fa-6f23-40c7-8106-707cc5b7b1b6/</OABUrl>
            <ServerExclusiveConnect>On</ServerExclusiveConnect>
          </Protocol>
        </Account>
      </Response>
    </Autodiscover>
    Thanks,
    Jeremy

  • Firefox is running slow, sluggishly, websites take a long time to load, to connect. I've done everything this board has suggested.

    Firefox is really starting to annoy me. Sometimes it runs slow and sluggishly, other times it doesn't. Usually it does though. When I open new tabs, the connection icon will just keep swirling. I constantly get High CPU Useage alerts from my virus protection. I've done everything listed in the below articles. Does anyone have some advice? Firefox didn't use to be like this.
    Thank you.
    https://support.mozilla.org/en-US/questions/864739?as=aaq
    https://support.mozilla.org/en-US/questions/882138#answer-256718

    Alright, it's getting to the point where I can barely use FireFox anymore. It's getting worse by the day, I don't understand. Web pages take a LONG time to load, but sometimes they don't....it's hit or miss. But when they do take a long time, they take a long time.
    It's getting very bad. I don't know much about computers, safe mode, and all that. It would really help if someone could walk me through what to do, like they would a 10-year old... actually a 10-year old probably knows more than me. Well you get the idea.
    I really want to keep using this browser, but if I don't get it fixed I will have to stop. Like I said in the initial post, I've done all the things those two links suggested. It got better at first, but now it seems like it's gotten worse.

  • Problem description: My  macbook pro since this afteon has been slower, every application I open, it takes a long time to open, and shows the spinning beach ball for a while before it opens or performs some task, or responds to a click-  EtreCheck

    My computer
    Problem description:
    My  macbook pro since this afternoon has been slower, every application I open, it takes a long time to open, and shows the spinning beach ball for a while before it opens or performs some task, or responds to a click…
    EtreCheck version: 2.1.8 (121)
    Report generated 31 de março de 2015 18:29:15 BRT
    Download EtreCheck from http://etresoft.com/etrecheck
    Click the [Click for support] links for help with non-Apple products.
    Click the [Click for details] links for more information about that line.
    Hardware Information: ℹ️
        MacBook Pro (13-inch, Early 2011) (Technical Specifications)
        MacBook Pro - model: MacBookPro8,1
        1 2.3 GHz Intel Core i5 CPU: 2-core
        16 GB RAM Upgradeable
            BANK 0/DIMM0
                8 GB DDR3 1333 MHz ok
            BANK 1/DIMM0
                8 GB DDR3 1333 MHz ok
        Bluetooth: Old - Handoff/Airdrop2 not supported
        Wireless:  en1: 802.11 a/b/g/n
        Battery Health: Normal - Cycle count 250
    Video Information: ℹ️
        Intel HD Graphics 3000 - VRAM: 512 MB
            Color LCD 1280 x 800
    System Software: ℹ️
        OS X 10.10.2 (14C1514) - Time since boot: 0:25:47
    Disk Information: ℹ️
        Hitachi HTS545032B9A302 disk0 : (320,07 GB)
            EFI (disk0s1) <not mounted> : 210 MB
            Recovery HD (disk0s3) <not mounted>  [Recovery]: 650 MB
            Macintosh HD (disk1) / : 318.84 GB (47.94 GB free) - 51 errors
                Core Storage: disk0s2 319.21 GB Online
        MATSHITADVD-R   UJ-898 
    USB Information: ℹ️
        Apple Inc. Apple Internal Keyboard / Trackpad
        Apple Inc. BRCM2070 Hub
            Apple Inc. Bluetooth USB Host Controller
        Apple Inc. FaceTime HD Camera (Built-in)
        Apple Computer, Inc. IR Receiver
    Thunderbolt Information: ℹ️
        Apple Inc. thunderbolt_bus
    Gatekeeper: ℹ️
        Mac App Store and identified developers
    Launch Agents: ℹ️
        [not loaded]    com.adobe.AAM.Updater-1.0.plist [Click for support]
        [loaded]    com.oracle.java.Java-Updater.plist [Click for support]
        [running]    com.trusteer.rapport.rapportd.plist [Click for support]
    Launch Daemons: ℹ️
        [loaded]    com.adobe.fpsaud.plist [Click for support]
        [loaded]    com.adobe.SwitchBoard.plist [Click for support]
        [loaded]    com.microsoft.office.licensing.helper.plist [Click for support]
        [loaded]    com.oracle.java.Helper-Tool.plist [Click for support]
        [loaded]    com.oracle.java.JavaUpdateHelper.plist [Click for support]
        [running]    com.trusteer.rooks.rooksd.plist [Click for support]
    User Launch Agents: ℹ️
        [loaded]    com.adobe.AAM.Updater-1.0.plist [Click for support]
        [loaded]    com.adobe.ARM.[...].plist [Click for support]
        [loaded]    com.google.keystone.agent.plist [Click for support]
        [running]    com.spotify.webhelper.plist [Click for support]
    User Login Items: ℹ️
        iTunesHelper    UNKNOWN Hidden (missing value)
        AdobeResourceSynchronizer    Application Hidden (/Applications/Adobe Reader.app/Contents/Support/AdobeResourceSynchronizer.app)
        Stickies    Application  (/Applications/Stickies.app)
    Internet Plug-ins: ℹ️
        JavaAppletPlugin: Version: Java 8 Update 31 Check version
        FlashPlayer-10.6: Version: 17.0.0.134 - SDK 10.6 [Click for support]
        Default Browser: Version: 600 - SDK 10.10
        AdobePDFViewerNPAPI: Version: 10.1.13 [Click for support]
        AdobePDFViewer: Version: 10.1.13 [Click for support]
        Flash Player: Version: 17.0.0.134 - SDK 10.6 [Click for support]
        QuickTime Plugin: Version: 7.7.3
        SharePointBrowserPlugin: Version: 14.4.8 - SDK 10.6 [Click for support]
        Google Earth Web Plug-in: Version: 7.1 [Click for support]
        Silverlight: Version: 5.1.30514.0 - SDK 10.6 [Click for support]
        iPhotoPhotocast: Version: 7.0 - SDK 10.8
    User internet Plug-ins: ℹ️
        npsf_cef: Version: sf 3.3.1.1 [Click for support]
        Google Earth Web Plug-in: Version: Unknown
    Safari Extensions: ℹ️
        DivX HiQ
        DivX Plus Web Player HTML5 <video>
    3rd Party Preference Panes: ℹ️
        Flash Player  [Click for support]
        Java  [Click for support]
        MacFUSE  [Click for support]
        Perian  [Click for support]
        Trusteer Endpoint Protection  [Click for support]
    Time Machine: ℹ️
        Skip System Files: NO
        Auto backup: YES
        Volumes being backed up:
            Macintosh HD: Disk size: 318.84 GB Disk used: 270.90 GB
        Destinations:
            Time Machine Backups [Local]
            Total size: 999.86 GB
            Total number of backups: 60
            Oldest backup: 2012-07-15 01:16:54 +0000
            Last backup: 2015-03-29 19:28:06 +0000
            Size of backup disk: Excellent
                Backup size 999.86 GB > (Disk size 318.84 GB X 3)
    Top Processes by CPU: ℹ️
            97%    rapportd
             3%    WindowServer
             1%    mds
             0%    fseventsd
             0%    distnoted
    Top Processes by Memory: ℹ️
        155 MB    Safari
        120 MB    Finder
        86 MB    rapportd
        86 MB    WindowServer
        69 MB    mds_stores
    Virtual Memory Information: ℹ️
        12.56 GB    Free RAM
        2.53 GB    Active RAM
        428 MB    Inactive RAM
        1.66 GB    Wired RAM
        1.04 GB    Page-ins
        0 B    Page-outs
    Diagnostics Information: ℹ️
        Mar 31, 2015, 06:00:15 PM    Self test - passed
        Mar 31, 2015, 01:13:05 PM    /Users/[redacted]/Library/Logs/DiagnosticReports/Microsoft Error Reporting_2015-03-31-131305_[redacted].crash
        Mar 31, 2015, 01:05:42 PM    /Users/[redacted]/Library/Logs/DiagnosticReports/Microsoft Error Reporting_2015-03-31-130542_[redacted].crash
        Mar 31, 2015, 12:24:33 PM    /Users/[redacted]/Library/Logs/DiagnosticReports/Microsoft Error Reporting_2015-03-31-122433_[redacted].crash
        Mar 30, 2015, 05:45:38 PM    /Library/Logs/DiagnosticReports/Skype_2015-03-30-174538_[redacted].cpu_resource .diag [Click for details]
        Mar 30, 2015, 01:52:07 PM    /Users/[redacted]/Library/Logs/DiagnosticReports/Last.fm Scrobbler_2015-03-30-135207_[redacted].crash
        Mar 29, 2015, 05:55:05 PM    /Users/[redacted]/Library/Logs/DiagnosticReports/com.apple.WebKit.WebContent_20 15-03-29-175505_[redacted].crash
        Mar 29, 2015, 01:06:38 PM    /Library/Logs/DiagnosticReports/VLC_2015-03-29-130638_[redacted].hang
        Mar 29, 2015, 01:02:47 PM    /Library/Logs/DiagnosticReports/VLC_2015-03-29-130247_[redacted].hang

    Open Activity Monitor and kill this process - rapportd.
    Reinstalling OS X Without Erasing the Drive
    Boot to the Recovery HD: Restart the computer and after the chime press and hold down the COMMAND and R keys until the menu screen appears. Alternatively, restart the computer and after the chime press and hold down the OPTION key until the boot manager screen appears. Select the Recovery HD and click on the downward pointing arrow button.
    Reinstalling OS X Without Erasing the Drive
    Repair the Hard Drive and Permissions: Upon startup select Disk Utility from the main menu. Repair the Hard Drive and Permissions as follows.
    When the recovery menu appears select Disk Utility and press the Continue button. After Disk Utility loads select the Macintosh HD entry from the the left side list.  Click on the First Aid tab, then click on the Repair Disk button. If Disk Utility reports any errors that have been fixed, then re-run Repair Disk until no errors are reported. If no errors are reported click on the Repair Permissions button. Wait until the operation completes, then quit Disk Utility and return to the main menu.
    Reinstall OS X: Select Reinstall OS X and click on the Continue button.
    Note: You will need an active Internet connection. I suggest using Ethernet if possible because it is three times faster than wireless.
    Alternatively, see:
    Reinstall OS X Without Erasing the Drive
    Choose the version you have installed now:
    OS X Yosemite- Reinstall OS X
    OS X Mavericks- Reinstall OS X
    OS X Mountain Lion- Reinstall OS X
    OS X Lion- Reinstall Mac OS X
         Note: You will need an active Internet connection. I suggest using Ethernet
                     if possible because it is three times faster than wireless.

  • My iPad air 2 takes a LONG time time to charge

    So I recently got a IPad Air 2 and I have used the 10w charger which it came with but it takes a LONG time to charge. In around 1 hour is only goes up around 10% and the charger gets quite hot. Also sometimes it displayed the message,"Not charging," up in the corner where the battery symbol is. Now I got the 12w wall plug charger and it's abit faster and the charger gets hot but not as hot as the other one just warm. I haven't had the message,"Not charging," yet.
    Has anyone had the same issue or can help because I don't think It is a battery issue as the iPad air 2 is brand new and I only got it 2 days ago.

    Mine is a new IPAD Air and I have about 50 apps - the device has been trying to download/sync my apps overnight and it is nowhere near done......I have been trying to do it through Itunes leaving it with the IMAC (syncing computer) overnight but it is nowhere near done......
    The IMAC uses a wireless connection for Itunes, etc.....
    As of now the IPAD Air is showing that it is downloading but I wonde whether I should shut it down and restart?
    The downloads have been going on for about 12 hours.....

  • Firefox takes very long time to open and often crashes for some websites

    i have used firefox 3.6 with windows xp, vista and now windows 7. there is same problem i am facing at all after well usage of week. firefox takes very long time to open approx. 1 minute at first click. after refreshing computer when i click again, it becomes ready to use but meanwhile you re working firefox opens in another window perhaps for the first click. what is this please? i have reinstalled firefox but it is not fixing problem
    == Troubleshooting information ==
    how can firefox be ready for use at first click?

    Open Activity Monitor and kill this process - rapportd.
    Reinstalling OS X Without Erasing the Drive
    Boot to the Recovery HD: Restart the computer and after the chime press and hold down the COMMAND and R keys until the menu screen appears. Alternatively, restart the computer and after the chime press and hold down the OPTION key until the boot manager screen appears. Select the Recovery HD and click on the downward pointing arrow button.
    Reinstalling OS X Without Erasing the Drive
    Repair the Hard Drive and Permissions: Upon startup select Disk Utility from the main menu. Repair the Hard Drive and Permissions as follows.
    When the recovery menu appears select Disk Utility and press the Continue button. After Disk Utility loads select the Macintosh HD entry from the the left side list.  Click on the First Aid tab, then click on the Repair Disk button. If Disk Utility reports any errors that have been fixed, then re-run Repair Disk until no errors are reported. If no errors are reported click on the Repair Permissions button. Wait until the operation completes, then quit Disk Utility and return to the main menu.
    Reinstall OS X: Select Reinstall OS X and click on the Continue button.
    Note: You will need an active Internet connection. I suggest using Ethernet if possible because it is three times faster than wireless.
    Alternatively, see:
    Reinstall OS X Without Erasing the Drive
    Choose the version you have installed now:
    OS X Yosemite- Reinstall OS X
    OS X Mavericks- Reinstall OS X
    OS X Mountain Lion- Reinstall OS X
    OS X Lion- Reinstall Mac OS X
         Note: You will need an active Internet connection. I suggest using Ethernet
                     if possible because it is three times faster than wireless.

  • Takes a long time to open small MS Word Documents on SSL VPN

    I have an issue that when users connect to my ASA 5520 via SSL VPN it takes from fifteen seconds to three minutes to open up small Microsoft Word documents, it also takes a long time to save changes. Users also reporting Word crashes when on the VPN, but not when they are on the LAN. I have checked the endpoint speed of my cable modem and all is well there. The DNS and WINS settings are correct on the ASA. I have turned off compression and enabled DTLS. Any suggestions? Thanks

    Reduce the mss to 1300. If that doesn't fix it, keep lowering it by 100 each time. If you get down to 1000 and it still doesn't work, then we need to look at something else.
    sysopt connection tcpmss 1300

  • My mac takes a long time to open an internet page

    My mac takes a long time to open on internet page and it's not the connection as all our other apple products in the house are working fine. Any suggestions?

    Here are some troubleshooting steps.
    Does this behavior persist if  you:  (1) Try it from a different user account, e.g., Guest?  (2) Try it after starting up in Safe Mode ? (3) Try it after turning off all Safari Extensions? (4) Turn off all virus scanners, system cleaners, and third party optimizers?  (5) Delete all malware, (6) Temporarily disable all internet plug-ins?  (7) Make a burnt offering to Zeus?

  • Snow Leopard 10.6.2 takes a long time to run 'X11.app' (with system log)

    Hello everyone, English is not my mother tongue so may not be exactly correct, sorry about that.
    Background:
    I have a MacBook White (13-inch, Mid 2009) that isn't unibody, and was running Leopard 10.5.
    I did a clean installation and now Snow Leopard 10.6.2, with iLife, iWork, and many many apps.
    I am the only one who will use the Mac and my user account is as the 'admin'.
    I previously had a problem concerning X11 too:
    http://discussions.apple.com/thread.jspa?threadID=2343732
    *What I've done:*
    (1) rename my HD to 'Michaels_Home' under 'Get Info' from Finder (I can't rename in Disk Utility though)
    (2) press return (enter)
    (3) change my home folder path to the '/Volumes/Michaels_Home/Users/Michael' (http://eshop.macsales.com/Reviews/Framework.cfm?page=Tips/relocate3/relocate3.ht ml)
    (4) restart
    (5) log in and open X11
    (6) problem solved!!
    ==========
    *BUT NOW* I have a problem after:
    (1) log in as the root user, and use command +ditto -V xyz xyz+ to copy my home folder from '/Volumes/Michaels_Home/Users/Michael' to '/Users>Michael'
    (2) change my home folder path to the '/Users/Michael' (http://eshop.macsales.com/Reviews/Framework.cfm?page=Tips/relocate3/relocate3.ht ml)
    (3) use the Mac OS X Snow Leopard USD$29 disc to boot my Mac up
    (4) delete the 'Michaels_Home' partition (I had 3 partitions: (1) Macintosh HD (2) Michaels_Home (3) Windows XP Professional)
    (5) resize the 'Macintosh HD' partition
    (6) boot from Macintosh HD
    (7) find that there's a problem about X11
    _The problem:_
    it takes a *long time* for X11 to start.
    When I try to open the 'X11.app', the X11 icon begins jumping on the Dock, but nothing happens.
    Jumping and jumping... finally, it doesn't jump any more, with just the X11 icon on the dock.
    What's more, there is no white dot under the icon, which means the app isn't running at the moment.
    I right-clicked the icon, it shows me 'application not responding'.
    So, I open the *Activity Monitor*, and I can see there are 3 apps related to X11 are running:
    (1) X11
    (2) X11.bin
    (3) xauth
    *At the moment now, if you would wait for about 1.5 min., X11 will open.*
    Please see below for the system log (from 'FREEZING' to 'WORKING')
    ==========
    Mar 1 00:42:10 n219073058253 [0x0-0x22022].org.x.X11[327]: X11.app: main(): argc=2
    Mar 1 00:42:10 n219073058253 [0x0-0x22022].org.x.X11[327]: argv[0] = /Applications/Utilities/X11.app/Contents/MacOS/X11.bin
    Mar 1 00:42:10 n219073058253 [0x0-0x22022].org.x.X11[327]: argv[1] = -psn0139298
    Mar 1 00:42:10 n219073058253 [0x0-0x22022].org.x.X11[327]: Waiting for startup parameters via Mach IPC.
    Mar 1 00:42:10 n219073058253 org.x.startx[335]: font_cache: Scanning user font directories to generate X11 font caches
    Mar 1 00:42:10 n219073058253 org.x.startx[335]: font_cache: Updating FC cache
    Mar 1 00:42:10 n219073058253 org.x.privileged_startx[344]: font_cache: Scanning system font directories to generate X11 font caches
    Mar 1 00:42:10 n219073058253 defaults[370]: \nThe domain/default pair of (org.x.X11, dpi) does not exist
    Mar 1 00:42:12 n219073058253 org.x.privileged_startx[344]: font_cache: Updating FC cache
    Mar 1 00:42:13 n219073058253 org.x.startx[335]: font_cache: Done
    Mar 1 00:42:14 n219073058253 org.x.privileged_startx[344]: font_cache: Done
    Mar 1 00:42:31 n219073058253 org.x.startx[335]: xauth: timeout in locking authority file /Users/Michael/.serverauth.335
    Mar 1 00:42:51 n219073058253 org.x.startx[335]: xauth: timeout in locking authority file /Users/Michael/.Xauthority
    Mar 1 00:43:31: --- last message repeated 1 time ---
    Mar 1 00:43:31 n219073058253 org.x.startx[335]: xauth: timeout in locking authority file /Users/Michael/.Xauthority
    Mar 1 00:43:51: --- last message repeated 1 time ---
    Mar 1 00:43:51 n219073058253 [0x0-0x22022].org.x.X11[327]: X11.app: Listening on socket for fd handoff: (4) /var/tmp/tmp.0.9OYerf
    Mar 1 00:43:51 n219073058253 [0x0-0x22022].org.x.X11[327]: X11.app: Thread created for handoff. Returning success to tell caller to connect and push the fd.
    Mar 1 00:43:51 n219073058253 [0x0-0x22022].org.x.X11[327]: X11.app: Received new $DISPLAY fd: 6 ... sleeping to allow xinitrc to catchup.
    Mar 1 00:43:51 n219073058253 [0x0-0x22022].org.x.X11[327]: X11.app: dostart_x11server(): argc=6
    Mar 1 00:43:51 n219073058253 [0x0-0x22022].org.x.X11[327]: argv[0] = /usr/X11/bin/X
    Mar 1 00:43:51 n219073058253 [0x0-0x22022].org.x.X11[327]: argv[1] =
    Mar 1 00:43:51 n219073058253 [0x0-0x22022].org.x.X11[327]: argv[2] = -nolisten
    Mar 1 00:43:51 n219073058253 [0x0-0x22022].org.x.X11[327]: argv[3] = tcp
    Mar 1 00:43:51 n219073058253 [0x0-0x22022].org.x.X11[327]: argv[4] = -auth
    Mar 1 00:43:51 n219073058253 [0x0-0x22022].org.x.X11[327]: argv[5] = /Users/Michael/.serverauth.335
    Mar 1 00:43:51 n219073058253 org.x.startx[335]: Xquartz: Handoff connection established (try 1 of 5) on fd 6, "/var/tmp/tmp.0.9OYerf". Sending message.
    Mar 1 00:43:51 n219073058253 org.x.startx[335]: Xquartz: Message sent. Closing handoff fd.
    Mar 1 00:43:51 n219073058253 [0x0-0x22022].org.x.X11[327]: Xquartz starting:
    Mar 1 00:43:51 n219073058253 [0x0-0x22022].org.x.X11[327]: X.Org X Server 1.4.2-apple45
    Mar 1 00:43:51 n219073058253 [0x0-0x22022].org.x.X11[327]: Build Date: 20090705
    Mar 1 00:43:51 n219073058253 [0x0-0x22022].org.x.X11[327]: (EE) XKB: Couldn't open rules file /usr/X11/share/X11/xkb/rules/base
    Mar 1 00:43:54: --- last message repeated 1 time ---
    Mar 1 00:43:54 n219073058253 [0x0-0x22022].org.x.X11[327]: X11.app Handing off fd to server thread via DarwinListenOnOpenFD(6)
    Mar 1 00:43:54 n219073058253 [0x0-0x22022].org.x.X11[327]: DarwinListenOnOpenFD: 6
    Mar 1 00:43:54 n219073058253 [0x0-0x22022].org.x.X11[327]: Calling ListenOnOpenFD() for new fd: 6
    Mar 1 00:43:54 n219073058253 [0x0-0x22022].org.x.X11[327]: X11.app: Launching /usr/X11/bin/xterm:
    Mar 1 00:43:54 n219073058253 [0x0-0x22022].org.x.X11[327]: argv[0] = /bin/sh
    Mar 1 00:43:54 n219073058253 [0x0-0x22022].org.x.X11[327]: argv[1] = -c
    Mar 1 00:43:54 n219073058253 [0x0-0x22022].org.x.X11[327]: argv[2] = /usr/X11/bin/xterm
    ==========
    I quit the X11:
    ==========
    Mar 1 00:45:45 n219073058253 [0x0-0x22022].org.x.X11[327]: Quitting Xquartz...
    Mar 1 00:45:45 n219073058253 org.x.startx[335]: /usr/X11/bin/xinit: connection to X server lost.
    Mar 1 00:45:45 n219073058253 org.x.startx[335]: waiting for X server to shut down
    ==========
    AFTER quitting X11, I can see something related X11 is stilling running:
    ==========
    Mar 1 00:46:06 n219073058253 org.x.startx[335]: xauth: timeout in locking authority file /Users/Michael/.Xauthority
    ==========
    So what actually causes this problem?
    Thanks in advance!

    It turns out that there's something wrong about permissions.
    Here's the fix:
    (1) log in as the +root user+
    (2) type +chown -R Michael:staff ~Michael+
    (3) log out the +root user+
    (4) log in your account
    (5) done!
    Hope this thread will help those who encounter the same problem as me!

  • Time Machine/Time Capsule backups successful, but take a long time

    I purchased a 512GB Time Capsule about a year ago. Since I got it, backups have been successful, but very slow. An average backup takes about 40-50 minutes, usually for less than 20 MB transferred.
    Here are a couple summaries of recent backups (see end of post for full logs):
    BACKUP 1:
    11 minutes to detect if pre-backup thinning was necessary
    18 minutes to copy 281 MB
    5 minutes to copy 5.4 MB
    4 minutes to start post-backup thinning
    2 minutes to delete 1 expired backup
    There were no error messages.
    BACKUP 2:
    4 minutes to detect if pre-backup thinning was necessary
    12 minutes to copy 15 MB
    5 minutes to detect if pre-backup thinning was necessary
    15 minutes to copy 3.8 MB
    1 minutes to start post-backup thinning
    2 minutes to delete 1 expired backup
    This time, there were error messages about "Unable to rebuild path cache for source item. Partial source path:"
    My Time Capsule is placed about 5 feet from my laptop, with no obstructions between them. I don't think it's a wireless speed issue, because I use the Time Capsule as my router, and my connection to the net is fine. Also, operations that don't require wireless connections, like detecting pre-backup thinning, also take a long time.
    Does anyone have any idea what might be going wrong to cause my regular backups to take so long?
    BACKUP 1:
    14/09/09 2:09:47 PM /System/Library/CoreServices/backupd[18612] Starting standard backup
    14/09/09 2:09:55 PM /System/Library/CoreServices/backupd[18612] Mounted network destination using URL: afp://Peter%[email protected]/turban
    14/09/09 2:09:55 PM /System/Library/CoreServices/backupd[18612] Backup destination mounted at path: /Volumes/turban
    14/09/09 2:10:02 PM /System/Library/CoreServices/backupd[18612] Disk image /Volumes/turban/buttercup_001ec2146608.sparsebundle mounted at: /Volumes/Backup of buttercup
    14/09/09 2:10:02 PM /System/Library/CoreServices/backupd[18612] Backing up to: /Volumes/Backup of buttercup/Backups.backupdb
    14/09/09 2:21:15 PM /System/Library/CoreServices/backupd[18612] No pre-backup thinning needed: 860.3 MB requested (including padding), 280.02 GB available
    14/09/09 2:39:05 PM /System/Library/CoreServices/backupd[18612] Copied 12159 files (281.3 MB) from volume butternut.
    14/09/09 2:39:08 PM /System/Library/CoreServices/backupd[18612] No pre-backup thinning needed: 529.5 MB requested (including padding), 280.02 GB available
    14/09/09 2:44:18 PM /System/Library/CoreServices/backupd[18612] Copied 11775 files (5.4 MB) from volume butternut.
    14/09/09 2:48:43 PM /System/Library/CoreServices/backupd[18612] Starting post-backup thinning
    14/09/09 2:50:11 PM /System/Library/CoreServices/backupd[18612] Deleted backup /Volumes/Backup of buttercup/Backups.backupdb/buttercup/2009-09-13-132947: 280.02 GB now available
    14/09/09 2:50:11 PM /System/Library/CoreServices/backupd[18612] Post-back up thinning complete: 1 expired backups removed
    14/09/09 2:50:11 PM /System/Library/CoreServices/backupd[18612] Backup completed successfully.
    14/09/09 2:50:18 PM /System/Library/CoreServices/backupd[18612] Ejected Time Machine disk image.
    14/09/09 2:50:22 PM /System/Library/CoreServices/backupd[18612] Ejected Time Machine network volume.
    BACKUP 2:
    14/09/09 9:09:46 AM /System/Library/CoreServices/backupd[15833] Starting standard backup
    14/09/09 9:09:54 AM /System/Library/CoreServices/backupd[15833] Mounted network destination using URL: afp://Peter%[email protected]/turban
    14/09/09 9:09:54 AM /System/Library/CoreServices/backupd[15833] Backup destination mounted at path: /Volumes/turban
    14/09/09 9:10:07 AM /System/Library/CoreServices/backupd[15833] Disk image /Volumes/turban/buttercup_001ec2146608.sparsebundle mounted at: /Volumes/Backup of buttercup
    14/09/09 9:10:10 AM /System/Library/CoreServices/backupd[15833] Backing up to: /Volumes/Backup of buttercup/Backups.backupdb
    14/09/09 9:14:06 AM /System/Library/CoreServices/backupd[15833] No pre-backup thinning needed: 542.2 MB requested (including padding), 280.02 GB available
    14/09/09 9:23:27 AM /System/Library/CoreServices/backupd[15833] Unable to rebuild path cache for source item. Partial source path:
    14/09/09 9:23:27 AM /System/Library/CoreServices/backupd[15833] Unable to rebuild path cache for source item. Partial source path:
    14/09/09 9:24:30 AM /System/Library/CoreServices/backupd[15833] Unable to rebuild path cache for source item. Partial source path:
    14/09/09 9:24:30 AM /System/Library/CoreServices/backupd[15833] Unable to rebuild path cache for source item. Partial source path:
    14/09/09 9:26:00 AM /System/Library/CoreServices/backupd[15833] Copied 1223 files (15.3 MB) from volume butternut.
    14/09/09 9:31:35 AM /System/Library/CoreServices/backupd[15833] No pre-backup thinning needed: 527.5 MB requested (including padding), 280.02 GB available
    14/09/09 9:46:07 AM /System/Library/CoreServices/backupd[15833] Unable to rebuild path cache for source item. Partial source path:
    14/09/09 9:46:07 AM /System/Library/CoreServices/backupd[15833] Unable to rebuild path cache for source item. Partial source path:
    14/09/09 9:46:07 AM /System/Library/CoreServices/backupd[15833] Unable to rebuild path cache for source item. Partial source path:
    14/09/09 9:46:07 AM /System/Library/CoreServices/backupd[15833] Unable to rebuild path cache for source item. Partial source path:
    14/09/09 9:46:20 AM /System/Library/CoreServices/backupd[15833] Copied 11336 files (3.8 MB) from volume butternut.
    14/09/09 9:47:06 AM /System/Library/CoreServices/backupd[15833] Starting post-backup thinning
    14/09/09 9:49:14 AM /System/Library/CoreServices/backupd[15833] Deleted backup /Volumes/Backup of buttercup/Backups.backupdb/buttercup/2009-09-13-082428: 280.02 GB now available
    14/09/09 9:49:14 AM /System/Library/CoreServices/backupd[15833] Post-back up thinning complete: 1 expired backups removed
    14/09/09 9:49:15 AM /System/Library/CoreServices/backupd[15833] Backup completed successfully.
    14/09/09 9:49:19 AM /System/Library/CoreServices/backupd[15833] Ejected Time Machine disk image.
    14/09/09 9:49:25 AM /System/Library/CoreServices/backupd[15833] Ejected Time Machine network volume.

    peterjm wrote:
    I checked all of the steps in #D2 of the Troubleshooting Guide.
    One other thing thing you might try, is a +*Verify Disk+* (not permissions) on your internal HD. That will not take anything like 40 hours! If it reports problems, you'll have to boot from your Install disc and use it's copy of DU to repair it. Post back if you need to do this but aren't sure how.
    I think it's very fishy that Repair Disk took 40 hours -- it seems like any operation that touches the hard drive on the Time Capsule takes a long time. Maybe the hard drive is having problems? What sort of problems could a drive have that would make everything VERY slow, but still successful?
    Try connecting via an Ethernet cable; see what effect that has. Everything should be faster, of course, but not wildly. Just as an example, I'm doing backups to a USB hard drive via my Airport Extreme, about 15 feet from my iMac. When I first started that way, I did a full backup via Ethernet (about 21 gb/hour), then erased it and ran again wirelessly (about 12 gb/hour).
    Even 5 feet apart, you may have some sort of interference or other communications problem; if Ethernet is many times faster, then you may need to have your TC and/or wireless card examined.

  • My final cut is running extremely slow after having for 6 months.  I use external hard drives and save nothing on my computer.  it takes a long time to render now. do you think something is wrong with computer. took it to mac store but they fail to help

    my final cut is running extremely slow after having for 6 months.  I use external hard drives and save nothing on my computer.  it takes a long time to render now. do you think something is wrong with computer. took it to mac store but they fail to help me.  I have a 13 inch mac book pro 10.6.8 8gb 2.3 gfz intel core i5

    What did Apple tell you about what they did (or did not) find here?
    See if working on the main disk is any faster.
    USB2 is glacial, as I/O interconnects go.  And USB2 disks have been known to fail, or sometimes to drop back to USB1 speeds, too.  FireWire 800 is substantially faster than USB2, but still not as fast as the internal drive connections can provide.
    Put another way, start varying your configuration, and see which configuration changes (still) have the problem, and which don't.

Maybe you are looking for