Error exporting reports while viewing the exact same report works fine!

Greetings,
We are using Visual Studio 2008 and Crystal Reports 2008 (with the service packs etc. installed). When setting the parameter values of a ReportDocument and then passing docuemtn to the viewer everything works 100%, when calling the ExportToDisk method I keep getting the ParameterFieldCurrentValueException being thrown. We are using a bespoke C# application as a reporting tool. All of the reports run off stored procedures. Please can someone help me?
I have included teh code for setting the database parameters, the parameter values themselves and the calling of the export function.
Thanks in advance,
Robert Lancaster
    private void SetReportLoginInfo(ReportDocument _rdReport)
      try
        // Must set the ConnectionInfo for all the tables in the report
        // Get the ConnectionInfo Object.
        TableLogOnInfo tlTableLogOnInfo = new TableLogOnInfo();
        foreach(Table ReportTable in _rdReport.Database.Tables)
          if(ReportTable.Name == IMAGE_TABLE)  // Do not set login info for this table.
            continue;
          tlTableLogOnInfo = ReportTable.LogOnInfo;
          // Set the Connection parameters.
          tlTableLogOnInfo.ConnectionInfo.ServerName = dmDBManager.ServerName;  // Physical server name
          tlTableLogOnInfo.ConnectionInfo.DatabaseName = dmDBManager.DatabaseName;
          tlTableLogOnInfo.ConnectionInfo.UserID = dmDBManager.UserName;
          tlTableLogOnInfo.ConnectionInfo.Password = dmDBManager.Password;
          ReportTable.ApplyLogOnInfo(tlTableLogOnInfo);
          // Set the location for the report to the correct value.
          string[] sTemp = ReportTable.Location.Split('.');
          int iLength = sTemp.Length;
          if(iLength >= 2)
            // Location will usually be in the form: DBName.Owner.Object
            // E.g. FleetData.dbo.crpt_AlarmsRpt;1
            // Change the name of the database to the correct value
            ReportTable.Location = dmDBManager.DatabaseName + "." + sTemp[iLength - 2] +
              "." + sTemp[iLength - 1];
          //          // DO NOT delete the following line of code!
          //          // For an explanation see:
          //          // http://support.crystaldecisions.com/forums/message.asp?fid=76&mid=94272
          //          ReportTable.Location = ReportTable.Location;
        }  // End foreach that steps through all the tables in the report
        // Must now check to see if there are any subreports in the report.
        // If there are, must change their login info as well.
        for(int iRptObj = 0; iRptObj <= _rdReport.ReportDefinition.ReportObjects.Count - 1; iRptObj++)
          if(_rdReport.ReportDefinition.ReportObjects[iRptObj].Kind  == ReportObjectKind.SubreportObject)
            string sName = (_rdReport.ReportDefinition.ReportObjects[iRptObj] as SubreportObject).SubreportName;
            // Create a new reportdocument from the subreport
            ReportDocument rdSubReport = _rdReport.OpenSubreport(sName);
            // Call function recursively
            SetReportLoginInfo(rdSubReport);
          }  // End if that checks for subreport object
        }  // End for that steps through all the objects in the report
      catch(Exception ex)
        string cError = "[ReportEngine][SetReportLoginInfo] " + ex.Message;
        Debug.WriteLine(cError);
        EventLogWriter.WriteErrorToEventlog(cError);
    }  // End function SetReportLoginInfo
    private void AssignReportParams(ReportDocument _rdReport)
      ParameterFieldDefinitions pfParameterFieldDefinitions = _rdReport.DataDefinition.ParameterFields;
      ParameterFieldDefinition pfParameterFieldDefinition;
      ParameterDiscreteValue pvParameterDiscreteValue;
      ParameterValues pvParameterValues;
      // Assign the values to all the params
      for (int iParam = 0; iParam < rpParams.Length; iParam++)
        // Get the correct element from the array and clear any existing values
        pfParameterFieldDefinition = pfParameterFieldDefinitions[rpParams[iParam].ParamName]; // ,""];
        pvParameterValues = pfParameterFieldDefinition.CurrentValues;
        pvParameterValues.Clear();
        // Create a new value for the parameter and assign it
        pvParameterDiscreteValue = new ParameterDiscreteValue();
        pvParameterDiscreteValue.Value = rpParams[iParam].ParamValue;
        // Add the new value and apply it
        pvParameterValues.Add(pvParameterDiscreteValue);
        pfParameterFieldDefinition.ApplyCurrentValues(pvParameterValues);
    }  // End function AssignReportParams
    private bool ExportReport(ReportDocument _rdReport,
                              CrystalDecisions.Shared.ExportFormatType _ftType,
                              out string _sError)
      try
        string sExpName = rpParameters.ReportExpName;
        DiskFileDestinationOptions diskOpts = ExportOptions.CreateDiskFileDestinationOptions();
        diskOpts.DiskFileName = sExpName;
        ExportOptions exportOpts = new ExportOptions();
        exportOpts.ExportFormatType = _ftType;
        exportOpts.ExportDestinationType = ExportDestinationType.DiskFile;
        exportOpts.ExportDestinationOptions = diskOpts;
        _rdReport.Export(exportOpts);
        //_rdReport.ExportToDisk(_ftType, sExpName);
        _sError = "";
        return true;
      catch (ParameterFieldCurrentValueException)
        _sError = ReportRunParam.sERROR_PARAMCURVALUE;  // THIS ALWAYS FIRES ON EXPORT
        return false;

Hello, Robert;
The code to logon, set parameters and export appears fine. Can you send me the code that defines the report, calls these functions and passes the report to the viewer? I would like to see the order in which it is happening.
Does the application have rights to the folder you are exporting to?
Can you export from the viewer successfully?
Elaine

Similar Messages

  • Same Application Error - while checking the auditing log report in site settings

    dear all,
    I am getting application error - when I am checking the audit log report from
    Site Settings ->Audit log->Run a custom report ->In the save location - when I click browse button.
    Any inputs to solve the issue will be helpful?
    Cheers
    Sathya

    Hi,
    Try to configure audit settings for a site collection as the link below:
    https://support.office.com/en-us/article/Configure-audit-settings-for-a-site-collection-f5a346d0-ee0f-4412-a5e6-d9b5abaa1012
    Or check the blogs below:
    http://sharepointthomas.blogspot.com/2011/07/how-to-enable-audit-functionality-in.html
    http://www.codeproject.com/Articles/431342/Auditing-A-Built-in-Feature-of-SharePoint
    Did you check the ULS log?
    Best Regards,
    Dennis Guo
    TechNet Community Support
    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]

  • An error has occurred while loading the report

    Hello all,
    I'm trying to view a Crystal Report from my CRM application and I receive the follow error message, but only when trying to view it on a laptop:
    An error has occurred while loading the report. Please contact technical support.
    Has anyone else run into this problem?
    Thanks!

    Hello Eddie,
    please post some more information about your problem.
    What is the name of your CRM app?
    Who developed this app?
    Did it never work or do you get this error only now?
    Always or only sometimes only?
    In what versions and on what patchlevel are you working ?
    Thanks for some more info
    Falk

  • Export webi to excel with the exact same format

    Hello expert,
         I develped a webi report, but when I exported it into excel file, its format is defferent from WEBI report, such as text for legend with multple lines in webi presented in one line in excel,  there are a few descrepency.  please tell me how can I export webi to excel with the exact same format?
    Many Thanks,

    Hi,
    There are options for the "save as excel" step .   either a) for formatting ,   or b) for data
    these should help.
    The reason why there are 'undesirable'  rows (also, merged rows / columns) is because your report document has table outlines which have been positioned 'by eye'.
    When the rendering algorythm outputs it content,  it's looking at pixel-level , so the relative position of borders can get messed-up. It's mainly due to slightly sloppy formatting.
    Regards,
    H

  • While my friend was setting up his iphone, i used my icloud. So now, when i send him a message i get the exact same message from myself. How do i fix this?

    While my friend was setting up his iphone because i had recently updated it for him he needed a itunes account to use for "bump" so i could transfer his contacts back. So i used my itunes and icloud account to sign in so he could download that because he didnt have any of those accounts. So when i logged in he was basically me, my name was his phones name aswell. Well i used "bump" his name was the same as mine. I got the contacts to work but now every time i send him a text message, (imessage) i get the exact same message from myself. How to i unverify him off of my icloud so i can be the only one using it?

    The fact that the problem only occurs when iphones are texting you leads me to think that iMessage may be the culprit. The fact that it is only iphones using SPRINT however is weird. Try turning imessage off on both yours and your sons phones to see if the problem persists. If it does, it may be a carrier problem.

  • Error While Executing the Asset history report S_ALR_87011990

    Hi,
    I am getting the below error while executing the Asset History Report - S_ALR_87011990
    No data was selected
    Message no. AB064
    Kindly advice me

    Hi,
    Thi may be a authorisation issue. I doubt that it will get recorded in su53 for report executing. Check with basis guy for respective asset class authorization.

  • Getting runtime error while viewing the profiler analysis in TOAD

    Hi experts,
    Just enabled the profiler by running the script provided by TOAD. while viewing the result in profiler analysis, i am getting the following error. Please help me.
    ORA-00904: R.RUN_PROC: invalid identifier
    Thanks in advance
    Regards,
    J.P

    Hi,
    Not sure it is the correct place to post that.
    The script is obviously provided by QuestSoftware, and supposed to work with Toad...
    Here you are in the SQL & PL/SQL section of the Oracle Forums.
    So unless you post the SQL or PL/SQL code that led to the error, you won't get much answer I guess.
    Just a blind guess :
    The script is not the one for your DB version!

  • Adobe Acrobat Pro XI 11.0.06 when I reduce file size or try to optimize, I get this error: The document could not be saved. A number is out of range. I do the exact same thing every month and it works. I did it a few days ago and it worked. I receated the

    Adobe Acrobat Pro XI 11.0.06 when I reduce file size or try to optimize, I get this error: The document could not be saved. A number is out of range. I do the exact same thing every month and it works. I did it a few days ago and it worked. I receated the pdf, I renamed it. tried to do it before I imported more pages. no go. the 16 mg pdf will normally reduce to 5 or 6

    Hi,
    Are you facing the issue with any pdf file?
    Please try updating Acrobat to 11.0.7 and check.
    You might also want to repair Acrobat and see.
    Regards,
    Rave

  • I am trying to use the "App Store" on my Macbook Pro but it will not allow me to open the program. It automatically says, "App Store has closed unexpectedly." Whenever I tell it to reopen, the exact same messege pops up. Computer has all updates.

    I am trying to use the "App Store" on my Macbook Pro but it will not allow me to open the program. It automatically says, "App Store has closed unexpectedly." Whenever I tell it to reopen, the exact same messege pops up. My computer has all of the latest updates from Apple.
    I tried deleting the program then running the software update to try to get the program again but it did not work. Where can I manual download the actual app store program, or fix the one that I have.
    Thanks in advance.
    P.S. Here is the error report:
    Process:         App Store [614]
    Path:            /Applications/App Store.app/Contents/MacOS/App Store
    Identifier:      com.apple.appstore
    Version:         1.0.2 (63.1)
    Build Info:      Firenze-630100~1
    Code Type:       X86-64 (Native)
    Parent Process:  launchd [107]
    Date/Time:       2011-10-09 23:16:25.809 -0600
    OS Version:      Mac OS X 10.6.8 (10K549)
    Report Version:  6
    Interval Since Last Report:          606856 sec
    Crashes Since Last Report:           18
    Per-App Interval Since Last Report:  20 sec
    Per-App Crashes Since Last Report:   18
    Anonymous UUID:                      AD72D7A4-83DA-4BB2-96C0-F182941E3B24
    Exception Type:  EXC_CRASH (SIGABRT)
    Exception Codes: 0x0000000000000000, 0x0000000000000000
    Crashed Thread:  0  Dispatch queue: com.apple.main-thread
    Application Specific Information:
    abort() called
    *** Terminating app due to uncaught exception 'NSImageCacheException', reason: 'Cannot lock focus on image <NSImage 0x10038aa70 Size={0, 0} Reps=(
    )>, because it is size zero.'
    *** Call stack at first throw:
        0   CoreFoundation                      0x00007fff862a77b4 __exceptionPreprocess + 180
        1   libobjc.A.dylib                     0x00007fff8190af03 objc_exception_throw + 45
        2   CoreFoundation                      0x00007fff862a75d7 +[NSException raise:format:arguments:] + 103
        3   CoreFoundation                      0x00007fff862a7564 +[NSException raise:format:] + 148
        4   AppKit                              0x00007fff865799cc -[NSImage _lockFocusOnRepresentation:rect:context:hints:flipped:] + 319
        5   AppKit                              0x00007fff86579883 __-[NSImage lockFocusWithRect:context:hints:flipped:]_block_invoke_1 + 100
        6   AppKit                              0x00007fff8650dc1d -[NSImage _usingBestRepresentationForRect:context:hints:body:] + 178
        7   AppKit                              0x00007fff86579809 -[NSImage lockFocusWithRect:context:hints:flipped:] + 289
        8   AppKit                              0x00007fff865796d3 -[NSImage lockFocusFlipped:] + 142
        9   App Store                           0x000000010001c840 0x0 + 4295084096
        10  AppKit                              0x00007fff86502444 -[NSControl drawRect:] + 405
        11  AppKit                              0x00007fff864facc5 -[NSView _drawRect:clip:] + 3390
        12  AppKit                              0x00007fff864f9938 -[NSView _recursiveDisplayAllDirtyWithLockFocus:visRect:] + 1325
        13  AppKit                              0x00007fff864f9ca2 -[NSView _recursiveDisplayAllDirtyWithLockFocus:visRect:] + 2199
        14  AppKit                              0x00007fff864f9ca2 -[NSView _recursiveDisplayAllDirtyWithLockFocus:visRect:] + 2199
        15  AppKit                              0x00007fff8651ec5a -[NSToolbarItemViewer _recursiveDisplayAllDirtyWithLockFocus:visRect:] + 301
        16  AppKit                              0x00007fff864f9ca2 -[NSView _recursiveDisplayAllDirtyWithLockFocus:visRect:] + 2199
        17  AppKit                              0x00007fff864f9ca2 -[NSView _recursiveDisplayAllDirtyWithLockFocus:visRect:] + 2199
        18  AppKit                              0x00007fff864f9ca2 -[NSView _recursiveDisplayAllDirtyWithLockFocus:visRect:] + 2199
        19  AppKit                              0x00007fff864f800a -[NSView _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectFor View:topView:] + 767
        20  AppKit                              0x00007fff864f7b2c -[NSThemeFrame _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectFor View:topView:] + 254
        21  AppKit                              0x00007fff864f43de -[NSView _displayRectIgnoringOpacity:isVisibleRect:rectIsVisibleRectForView:] + 2683
        22  AppKit                              0x00007fff8646dc0e -[NSView displayIfNeeded] + 969
        23  AppKit                              0x00007fff8641f922 -[NSWindow _setFrameCommon:display:stashSize:] + 1895
        24  AppKit                              0x00007fff86435b34 -[NSWindow _reallyDoOrderWindow:relativeTo:findKey:forCounter:force:isModal:] + 787
        25  AppKit                              0x00007fff864357d2 -[NSWindow orderWindow:relativeTo:] + 94
        26  AppKit                              0x00007fff86401974 -[NSIBObjectData nibInstantiateWithOwner:topLevelObjects:] + 1726
        27  AppKit                              0x00007fff863ffa91 loadNib + 226
        28  AppKit                              0x00007fff863ff1a4 +[NSBundle(NSNibLoading) _loadNibFile:nameTable:withZone:ownerBundle:] + 763
        29  AppKit                              0x00007fff863fedd9 +[NSBundle(NSNibLoading) loadNibNamed:owner:] + 326
        30  AppKit                              0x00007fff863fc35b NSApplicationMain + 279
        31  App Store                           0x00000001000013f4 0x0 + 4294972404
    Thread 0 Crashed:  Dispatch queue: com.apple.main-thread
    0   libSystem.B.dylib                 0x00007fff8013c0b6 __kill + 10
    1   libSystem.B.dylib                 0x00007fff801dc9f6 abort + 83
    2   libstdc++.6.dylib                 0x00007fff86e915d2 __tcf_0 + 0
    3   libobjc.A.dylib                   0x00007fff8190eb39 _objc_terminate + 100
    4   libstdc++.6.dylib                 0x00007fff86e8fae1 __cxxabiv1::__terminate(void (*)()) + 11
    5   libstdc++.6.dylib                 0x00007fff86e8fb16 __cxxabiv1::__unexpected(void (*)()) + 0
    6   libstdc++.6.dylib                 0x00007fff86e8fbfc __gxx_exception_cleanup(_Unwind_Reason_Code, _Unwind_Exception*) + 0
    7   libobjc.A.dylib                   0x00007fff8190afa2 object_getIvar + 0
    8   com.apple.CoreFoundation          0x00007fff862ff969 -[NSException raise] + 9
    9   com.apple.AppKit                  0x00007fff8641fbe4 -[NSWindow _setFrameCommon:display:stashSize:] + 2601
    10  com.apple.AppKit                  0x00007fff86435b34 -[NSWindow _reallyDoOrderWindow:relativeTo:findKey:forCounter:force:isModal:] + 787
    11  com.apple.AppKit                  0x00007fff864357d2 -[NSWindow orderWindow:relativeTo:] + 94
    12  com.apple.AppKit                  0x00007fff86401974 -[NSIBObjectData nibInstantiateWithOwner:topLevelObjects:] + 1726
    13  com.apple.AppKit                  0x00007fff863ffa91 loadNib + 226
    14  com.apple.AppKit                  0x00007fff863ff1a4 +[NSBundle(NSNibLoading) _loadNibFile:nameTable:withZone:ownerBundle:] + 763
    15  com.apple.AppKit                  0x00007fff863fedd9 +[NSBundle(NSNibLoading) loadNibNamed:owner:] + 326
    16  com.apple.AppKit                  0x00007fff863fc35b NSApplicationMain + 279
    17  com.apple.appstore                0x00000001000013f4 0x100000000 + 5108
    Thread 1:  Dispatch queue: com.apple.libdispatch-manager
    0   libSystem.B.dylib                 0x00007fff80106c0a kevent + 10
    1   libSystem.B.dylib                 0x00007fff80108add _dispatch_mgr_invoke + 154
    2   libSystem.B.dylib                 0x00007fff801087b4 _dispatch_queue_invoke + 185
    3   libSystem.B.dylib                 0x00007fff801082de _dispatch_worker_thread2 + 252
    4   libSystem.B.dylib                 0x00007fff80107c08 _pthread_wqthread + 353
    5   libSystem.B.dylib                 0x00007fff80107aa5 start_wqthread + 13
    Thread 2:
    0   libSystem.B.dylib                 0x00007fff80107a2a __workq_kernreturn + 10
    1   libSystem.B.dylib                 0x00007fff80107e3c _pthread_wqthread + 917
    2   libSystem.B.dylib                 0x00007fff80107aa5 start_wqthread + 13
    Thread 3:  WebCore: LocalStorage
    0   libSystem.B.dylib                 0x00007fff80128a6a __semwait_signal + 10
    1   libSystem.B.dylib                 0x00007fff8012c881 _pthread_cond_wait + 1286
    2   com.apple.JavaScriptCore          0x00007fff8776e690 ***::ThreadCondition::timedWait(***::Mutex&, double) + 64
    3   com.apple.WebCore                 0x00007fff808da4c1 WebCore::LocalStorageThread::threadEntryPoint() + 177
    4   libSystem.B.dylib                 0x00007fff80126fd6 _pthread_start + 331
    5   libSystem.B.dylib                 0x00007fff80126e89 thread_start + 13
    Thread 4:
    0   libSystem.B.dylib                 0x00007fff80107a2a __workq_kernreturn + 10
    1   libSystem.B.dylib                 0x00007fff80107e3c _pthread_wqthread + 917
    2   libSystem.B.dylib                 0x00007fff80107aa5 start_wqthread + 13
    Thread 0 crashed with X86 Thread State (64-bit):
      rax: 0x0000000000000000  rbx: 0x00007fff700262f8  rcx: 0x00007fff5fbff348  rdx: 0x0000000000000000
      rdi: 0x0000000000000266  rsi: 0x0000000000000006  rbp: 0x00007fff5fbff360  rsp: 0x00007fff5fbff348
       r8: 0x00007fff70029a60   r9: 0x0000000000000063  r10: 0x00007fff801380fa  r11: 0x0000000000000202
      r12: 0x00007fff8632cb09  r13: 0x0000000000000000  r14: 0x0000000000000000  r15: 0x0000000000000001
      rip: 0x00007fff8013c0b6  rfl: 0x0000000000000202  cr2: 0x00007fff70d6dfd0
    Binary Images:
           0x100000000 -        0x100044fff  com.apple.appstore 1.0.2 (63.1) <9113B2F3-EC62-24EA-C21A-352621712604> /Applications/App Store.app/Contents/MacOS/App Store
           0x100065000 -        0x10018eff7  com.apple.CommerceKit 1.0 (60.8) <F3B830C2-00E3-FE72-2D65-FDC943EC65EF> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/CommerceKit
        0x7fff5fc00000 -     0x7fff5fc3bdef  dyld 132.1 (???) <B536F2F1-9DF1-3B6C-1C2C-9075EA219A06> /usr/lib/dyld
        0x7fff8004e000 -     0x7fff8006ffff  libresolv.9.dylib 41.0.0 (compatibility 1.0.0) <6993F348-428F-C97E-7A84-7BD2EDC46A62> /usr/lib/libresolv.9.dylib
        0x7fff80070000 -     0x7fff800b1ff7  com.apple.MediaKit 10.4 (486) <5ABA1213-744C-5C65-CA8E-84BE866DB7B4> /System/Library/PrivateFrameworks/MediaKit.framework/Versions/A/MediaKit
        0x7fff800b2000 -     0x7fff800c3ff7  libz.1.dylib 1.2.3 (compatibility 1.0.0) <FB5EE53A-0534-0FFA-B2ED-486609433717> /usr/lib/libz.1.dylib
        0x7fff800c4000 -     0x7fff800ecfff  com.apple.DictionaryServices 1.1.2 (1.1.2) <E9269069-93FA-2B71-F9BA-FDDD23C4A65E> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Diction aryServices.framework/Versions/A/DictionaryServices
        0x7fff800ed000 -     0x7fff802aefef  libSystem.B.dylib 125.2.11 (compatibility 1.0.0) <9AB4F1D1-89DC-0E8A-DC8E-A4FE4D69DB69> /usr/lib/libSystem.B.dylib
        0x7fff802f3000 -     0x7fff802f5fff  com.apple.print.framework.Print 6.1 (237.1) <CA8564FB-B366-7413-B12E-9892DA3C6157> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
        0x7fff8033c000 -     0x7fff80377fff  com.apple.AE 496.5 (496.5) <208DF391-4DE6-81ED-C697-14A2930D1BC6> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.fram ework/Versions/A/AE
        0x7fff8038c000 -     0x7fff803cfff7  libRIP.A.dylib 545.0.0 (compatibility 64.0.0) <5FF3D7FD-84D8-C5FA-D640-90BB82EC651D> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
        0x7fff803d0000 -     0x7fff8049cfff  com.apple.installframework 596 (596.1) <ED491B89-5D44-533B-5589-622F21EB4D16> /System/Library/PrivateFrameworks/Install.framework/Versions/A/Install
        0x7fff8049d000 -     0x7fff807d1fef  com.apple.CoreServices.CarbonCore 861.39 (861.39) <1386A24D-DD15-5903-057E-4A224FAF580B> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
        0x7fff807d2000 -     0x7fff808b7fef  com.apple.DesktopServices 1.5.11 (1.5.11) <39FAA3D2-6863-B5AB-AED9-92D878EA2438> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
        0x7fff808b8000 -     0x7fff818f2fff  com.apple.WebCore 6534 (6534.50) <8B0BB24A-C84C-A4F2-5544-C8071A35BBC5> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.frame work/Versions/A/WebCore
        0x7fff818f3000 -     0x7fff818f9ff7  com.apple.DiskArbitration 2.3 (2.3) <857F6E43-1EF4-7D53-351B-10DE0A8F992A> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
        0x7fff818fa000 -     0x7fff81900ff7  IOSurface ??? (???) <04EDCEDE-E36F-15F8-DC67-E61E149D2C9A> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
        0x7fff81901000 -     0x7fff819b7ff7  libobjc.A.dylib 227.0.0 (compatibility 1.0.0) <03140531-3B2D-1EBA-DA7F-E12CC8F63969> /usr/lib/libobjc.A.dylib
        0x7fff81aae000 -     0x7fff81ac9ff7  com.apple.openscripting 1.3.1 (???) <FD46A0FE-AC79-3EF7-AB4F-396D376DDE71> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
        0x7fff81aca000 -     0x7fff81adcfe7  libsasl2.2.dylib 3.15.0 (compatibility 3.0.0) <76B83C8D-8EFE-4467-0F75-275648AFED97> /usr/lib/libsasl2.2.dylib
        0x7fff81bdf000 -     0x7fff823e9fe7  libBLAS.dylib 219.0.0 (compatibility 1.0.0) <FC941ECB-71D0-FAE3-DCBF-C5A619E594B8> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
        0x7fff823ea000 -     0x7fff823feff7  com.apple.speech.synthesis.framework 3.10.35 (3.10.35) <621B7415-A0B9-07A7-F313-36BEEDD7B132> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
        0x7fff823ff000 -     0x7fff82448ff7  com.apple.securityinterface 4.0.1 (40418) <E2DC796D-84EC-48F5-34A9-DF614573BE74> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInter face
        0x7fff82542000 -     0x7fff82548ff7  com.apple.CommerceCore 1.0 (9.1) <3691E9BA-BCF4-98C7-EFEC-78DA6825004E> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/C ommerceCore.framework/Versions/A/CommerceCore
        0x7fff82549000 -     0x7fff82593ff7  com.apple.Metadata 10.6.3 (507.15) <2EF19055-D7AE-4D77-E589-7B71B0BC1E59> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
        0x7fff825a0000 -     0x7fff825b9fff  com.apple.CFOpenDirectory 10.6 (10.6) <CCF79716-7CC6-2520-C6EB-A4F56AD0A207> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpen Directory.framework/Versions/A/CFOpenDirectory
        0x7fff82801000 -     0x7fff82834ff7  libTrueTypeScaler.dylib ??? (???) <69D4A213-45D2-196D-7FF8-B52A31DFD329> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libTrueTypeScaler.dylib
        0x7fff828bd000 -     0x7fff82d00fef  libLAPACK.dylib 219.0.0 (compatibility 1.0.0) <0CC61C98-FF51-67B3-F3D8-C5E430C201A9> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
        0x7fff82d01000 -     0x7fff82d50fef  libTIFF.dylib ??? (???) <1E2593D1-A7F6-84C6-DF8F-0B46AE445926> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libTIFF.dylib
        0x7fff82d51000 -     0x7fff82da4ff7  com.apple.HIServices 1.8.3 (???) <F6E0C7A7-C11D-0096-4DDA-2C77793AA6CD> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
        0x7fff82da5000 -     0x7fff82daafff  libGFXShared.dylib ??? (???) <1D0D3531-9561-632C-D620-1A8652BEF5BC> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.d ylib
        0x7fff82dab000 -     0x7fff82e68fff  com.apple.CoreServices.OSServices 359.2 (359.2) <BBB8888E-18DE-5D09-3C3A-F4C029EC7886> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
        0x7fff82eb1000 -     0x7fff82eeefff  com.apple.LDAPFramework 2.0 (120.1) <16383FF5-0537-6298-73C9-473AEC9C149C> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
        0x7fff82eef000 -     0x7fff82f05fe7  com.apple.MultitouchSupport.framework 207.11 (207.11) <8233CE71-6F8D-8B3C-A0E1-E123F6406163> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/Multit ouchSupport
        0x7fff83083000 -     0x7fff830dcfe7  com.apple.PackageKit 1.1.3 (92) <08D0E1A4-8E59-25E9-7203-49BF7B6112AC> /System/Library/PrivateFrameworks/PackageKit.framework/Versions/A/PackageKit
        0x7fff830dd000 -     0x7fff83117fff  com.apple.bom 10.0 (164) <E5C9AFBD-68C1-197E-72B0-B43295DC87DC> /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
        0x7fff83118000 -     0x7fff83196ff7  com.apple.CoreText 151.10 (???) <54961997-55D8-DC0F-2634-674E452D5A8E> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreText.framework/Versions/A/CoreText
        0x7fff831e9000 -     0x7fff831eaff7  com.apple.audio.units.AudioUnit 1.6.7 (1.6.7) <53299948-2554-0F8F-7501-04B34E49F6CF> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
        0x7fff831eb000 -     0x7fff832ebfef  com.apple.DiskImagesFramework 10.6.8 (289.1) <4F2F2B6C-59D1-0631-71D1-F471BE2CE29A> /System/Library/PrivateFrameworks/DiskImages.framework/Versions/A/DiskImages
        0x7fff832ec000 -     0x7fff832ecff7  com.apple.CoreServices 44 (44) <DC7400FB-851E-7B8A-5BF6-6F50094302FB> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
        0x7fff832ed000 -     0x7fff83339fff  libauto.dylib ??? (???) <F7221B46-DC4F-3153-CE61-7F52C8C293CF> /usr/lib/libauto.dylib
        0x7fff8333a000 -     0x7fff83376fe7  libcurl.4.dylib 6.1.0 (compatibility 6.0.0) <1E041185-131C-C237-C250-38BE933A269A> /usr/lib/libcurl.4.dylib
        0x7fff83377000 -     0x7fff83382fff  com.apple.CrashReporterSupport 10.6.7 (258) <A2CBB18C-BD1C-8650-9091-7687E780E689> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/Cra shReporterSupport
        0x7fff83383000 -     0x7fff83433fff  edu.mit.Kerberos 6.5.11 (6.5.11) <085D80F5-C9DC-E252-C21B-03295E660C91> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
        0x7fff83434000 -     0x7fff83449ff7  com.apple.LangAnalysis 1.6.6 (1.6.6) <DC999B32-BF41-94C8-0583-27D9AB463E8B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
        0x7fff8344a000 -     0x7fff8344aff7  com.apple.ApplicationServices 38 (38) <10A0B9E9-4988-03D4-FC56-DDE231A02C63> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
        0x7fff836b8000 -     0x7fff836bdfff  libGIF.dylib ??? (???) <201B8077-B5CC-11AA-E1B0-1D057ABE416A> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libGIF.dylib
        0x7fff83741000 -     0x7fff83741ff7  com.apple.vecLib 3.6 (vecLib 3.6) <08D3D45D-908B-B86A-00BA-0F978D2702A7> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
        0x7fff83742000 -     0x7fff83745ff7  com.apple.securityhi 4.0 (36638) <38935851-09E4-DDAB-DB1D-30ADC39F7ED0> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
        0x7fff838a7000 -     0x7fff838a8ff7  libScreenReader.dylib ??? (???) <0E570442-073F-D6AD-5014-1FD91C631DCF> /usr/lib/libScreenReader.dylib
        0x7fff8390a000 -     0x7fff83915ff7  com.apple.bsd.ServiceManagement 1.3 (1.3) <CEB99ECF-4C55-C3DF-EE64-35903BF7B690> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManage ment
        0x7fff839a6000 -     0x7fff83d43fe7  com.apple.QuartzCore 1.6.3 (227.37) <16DFF6CD-EA58-CE62-A1D7-5F6CE3D066DD> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
        0x7fff83d44000 -     0x7fff83d4bfff  com.apple.OpenDirectory 10.6 (10.6) <4200CFB0-DBA1-62B8-7C7C-91446D89551F> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
        0x7fff83d4c000 -     0x7fff83decfff  com.apple.LaunchServices 362.3 (362.3) <B90B7C31-FEF8-3C26-BFB3-D8A48BD2C0DA> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchS ervices.framework/Versions/A/LaunchServices
        0x7fff83ffe000 -     0x7fff8401eff7  com.apple.DirectoryService.Framework 3.6 (621.11) <AD76C757-6701-BDB5-631E-1CB77D669586> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryServi ce
        0x7fff84044000 -     0x7fff84045ff7  com.apple.TrustEvaluationAgent 1.1 (1) <51867586-1C71-AE37-EAAD-535A58DD3550> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/Tru stEvaluationAgent
        0x7fff84055000 -     0x7fff842deff7  com.apple.security 6.1.2 (55002) <4419AFFC-DAE7-873E-6A7D-5C9A5A4497A6> /System/Library/Frameworks/Security.framework/Versions/A/Security
        0x7fff842df000 -     0x7fff8436ffff  com.apple.SearchKit 1.3.0 (1.3.0) <4175DC31-1506-228A-08FD-C704AC9DF642> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
        0x7fff8461d000 -     0x7fff847b9fff  com.apple.WebKit 6534 (6534.50) <05AEA122-3F31-0F56-4AA6-E84140C53785> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
        0x7fff847ba000 -     0x7fff847ebfff  libGLImage.dylib ??? (???) <7F102A07-E4FB-9F52-B2F6-4E2D2383CA13> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
        0x7fff847ec000 -     0x7fff84856fe7  libvMisc.dylib 268.0.1 (compatibility 1.0.0) <75A8D840-4ACE-6560-0889-2AFB6BE08E59> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
        0x7fff84901000 -     0x7fff849c2fff  libFontParser.dylib ??? (???) <A00BB0A7-E46C-1D07-1391-194745566C7E> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontParser.dylib
        0x7fff849c3000 -     0x7fff849c6ff7  libCoreVMClient.dylib ??? (???) <E03D7C81-A3DA-D44A-A88A-DDBB98AF910B> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClien t.dylib
        0x7fff849c7000 -     0x7fff849ddfef  libbsm.0.dylib ??? (???) <42D3023A-A1F7-4121-6417-FCC6B51B3E90> /usr/lib/libbsm.0.dylib
        0x7fff849de000 -     0x7fff849f2fff  libGL.dylib ??? (???) <2ECE3B0F-39E1-3938-BF27-7205C6D0358B> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
        0x7fff849f3000 -     0x7fff84a1aff7  libJPEG.dylib ??? (???) <46A413EA-4FD1-A050-2EF0-6279F3EAD581> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJPEG.dylib
        0x7fff8524c000 -     0x7fff85250ff7  libCGXType.A.dylib 545.0.0 (compatibility 64.0.0) <DB710299-B4D9-3714-66F7-5D2964DE585B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib
        0x7fff854bb000 -     0x7fff854e6ff7  libxslt.1.dylib 3.24.0 (compatibility 3.0.0) <8AB4CA9E-435A-33DA-7041-904BA7FA11D5> /usr/lib/libxslt.1.dylib
        0x7fff854e7000 -     0x7fff85606fe7  libcrypto.0.9.8.dylib 0.9.8 (compatibility 0.9.8) <14115D29-432B-CF02-6B24-A60CC533A09E> /usr/lib/libcrypto.0.9.8.dylib
        0x7fff85607000 -     0x7fff85905fff  com.apple.HIToolbox 1.6.5 (???) <AD1C18F6-51CB-7E39-35DD-F16B1EB978A8> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
        0x7fff85e12000 -     0x7fff85e12ff7  com.apple.Accelerate.vecLib 3.6 (vecLib 3.6) <DA9BFF01-40DF-EBD5-ABB7-787DAF2D77CF> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
        0x7fff85e13000 -     0x7fff85f2dfef  libGLProgrammability.dylib ??? (???) <8A4B86E3-0FA7-8684-2EF2-C5F8079428DB> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgramma bility.dylib
        0x7fff861f6000 -     0x7fff8636dfe7  com.apple.CoreFoundation 6.6.5 (550.43) <31A1C118-AD96-0A11-8BDF-BD55B9940EDC> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
        0x7fff8637a000 -     0x7fff863f9fe7  com.apple.audio.CoreAudio 3.2.6 (3.2.6) <79E256EB-43F1-C7AA-6436-124A4FFB02D0> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
        0x7fff863fa000 -     0x7fff86df4ff7  com.apple.AppKit 6.6.8 (1038.36) <4CFBE04C-8FB3-B0EA-8DDB-7E7D10E9D251> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
        0x7fff86df5000 -     0x7fff86e44ff7  com.apple.DirectoryService.PasswordServerFramework 6.1 (6.1) <01B370FB-D524-F660-3826-E85B7F0D85CD> /System/Library/PrivateFrameworks/PasswordServer.framework/Versions/A/PasswordS erver
        0x7fff86e45000 -     0x7fff86ec2fef  libstdc++.6.dylib 7.9.0 (compatibility 7.0.0) <35ECA411-2C08-FD7D-11B1-1B7A04921A5C> /usr/lib/libstdc++.6.dylib
        0x7fff86ec3000 -     0x7fff86ff8fff  com.apple.audio.toolbox.AudioToolbox 1.6.7 (1.6.7) <E5D7DBDB-6DDF-E6F9-C71C-86F4520EE5A3> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
        0x7fff86ff9000 -     0x7fff87006ff7  com.apple.AppleFSCompression 24.4 (1.0) <57D6F613-CB5E-75BC-E351-3272D62227F5> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/Apple FSCompression
        0x7fff87007000 -     0x7fff87041fff  libcups.2.dylib 2.8.0 (compatibility 2.0.0) <539EBFDD-96D6-FB07-B128-40232C408757> /usr/lib/libcups.2.dylib
        0x7fff87042000 -     0x7fff870a2fe7  com.apple.framework.IOKit 2.0 (???) <4F071EF0-8260-01E9-C641-830E582FA416> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
        0x7fff87217000 -     0x7fff87258fff  com.apple.SystemConfiguration 1.10.8 (1.10.2) <78D48D27-A9C4-62CA-2803-D0BBED82855A> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
        0x7fff87259000 -     0x7fff8725dff7  libmathCommon.A.dylib 315.0.0 (compatibility 1.0.0) <95718673-FEEE-B6ED-B127-BCDBDB60D4E5> /usr/lib/system/libmathCommon.A.dylib
        0x7fff87277000 -     0x7fff87435fff  libicucore.A.dylib 40.0.0 (compatibility 1.0.0) <4274FC73-A257-3A56-4293-5968F3428854> /usr/lib/libicucore.A.dylib
        0x7fff87436000 -     0x7fff87453ff7  libPng.dylib ??? (???) <6D8E515B-E0A2-2BA1-9CAC-8CB8A8B35879> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libPng.dylib
        0x7fff87454000 -     0x7fff87509fe7  com.apple.ink.framework 1.3.3 (107) <FFC46EE0-3544-A459-2AB9-94778A75E3D4> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
        0x7fff87526000 -     0x7fff8755dff7  com.apple.DiskManagement 3.6 (358) <D0D9E19C-7F01-CEB6-681D-0B20D3B7E9B4> /System/Library/PrivateFrameworks/DiskManagement.framework/Versions/A/DiskManag ement
        0x7fff8755e000 -     0x7fff875a6ff7  libvDSP.dylib 268.0.1 (compatibility 1.0.0) <170DE04F-89AB-E295-0880-D69CAFBD7979> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
        0x7fff875a7000 -     0x7fff876e5fff  com.apple.CoreData 102.1 (251) <32233D4D-00B7-CE14-C881-6BF19FD05A03> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
        0x7fff87764000 -     0x7fff87971ff7  com.apple.JavaScriptCore 6534 (6534.49) <1D418EF7-CDBE-3832-0157-D853073948D0> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
        0x7fff87972000 -     0x7fff879afff7  libFontRegistry.dylib ??? (???) <4C3293E2-851B-55CE-3BE3-29C425DD5DFF> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontRegistry.dylib
        0x7fff879e1000 -     0x7fff87e28fef  com.apple.RawCamera.bundle 3.7.1 (570) <5AFA87CA-DC3D-F84E-7EA1-6EABA8807766> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
        0x7fff87e29000 -     0x7fff87e58fff  com.apple.framework.Admin 4.6 (4.6) <376BC531-CE46-A147-9AF5-4D8F8E1522C5> /System/Library/PrivateFrameworks/Admin.framework/Versions/A/Admin
        0x7fff87e59000 -     0x7fff87e70fff  com.apple.ImageCapture 6.1 (6.1) <79AB2131-2A6C-F351-38A9-ED58B25534FD> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
        0x7fff87fe3000 -     0x7fff88008ff7  com.apple.CoreVideo 1.6.2 (45.6) <E138C8E7-3CB6-55A9-0A2C-B73FE63EA288> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
        0x7fff8800a000 -     0x7fff8800fff7  com.apple.CommonPanels 1.2.4 (91) <4D84803B-BD06-D80E-15AE-EFBE43F93605> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
        0x7fff88010000 -     0x7fff88010ff7  com.apple.Cocoa 6.6 (???) <68B0BE46-6E24-C96F-B341-054CF9E8F3B6> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
        0x7fff88011000 -     0x7fff88052fef  com.apple.QD 3.36 (???) <5DC41E81-32C9-65B2-5528-B33E934D5BB4> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
        0x7fff88076000 -     0x7fff88077fff  liblangid.dylib ??? (???) <EA4D1607-2BD5-2EE2-2A3B-632EEE5A444D> /usr/lib/liblangid.dylib
        0x7fff88078000 -     0x7fff88139fef  com.apple.ColorSync 4.6.6 (4.6.6) <BB2C5813-C61D-3CBA-A8F7-0E59E46EBEE8> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
        0x7fff881a3000 -     0x7fff881a3ff7  com.apple.Carbon 150 (152) <19B37B7B-1594-AD0A-7F14-FA2F85AD7241> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
        0x7fff881b6000 -     0x7fff881fffef  libGLU.dylib ??? (???) <1C050088-4AB2-2BC2-62E6-C969F925A945> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
        0x7fff882ac000 -     0x7fff88346fe7  com.apple.ApplicationServices.ATS 275.16 (???) <4B70A2FC-1902-5F27-5C3B-5C78C283C6EA> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
        0x7fff88347000 -     0x7fff88347ff7  com.apple.Accelerate 1.6 (Accelerate 1.6) <2BB7D669-4B40-6A52-ADBD-DA4DB3BC0B1B> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
        0x7fff88348000 -     0x7fff88420ff7  com.apple.DiscRecording 5.0.9 (5090.4.2) <1559C58F-ABD2-0C13-7E1D-75450FEC41D4> /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording
        0x7fff884dd000 -     0x7fff884ecfff  com.apple.NetFS 3.2.2 (3.2.2) <7CCBD70E-BF31-A7A7-DB98-230687773145> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
        0x7fff88831000 -     0x7fff88948fef  libxml2.2.dylib 10.3.0 (compatibility 10.0.0) <1B27AFDD-DF87-2009-170E-C129E1572E8B> /usr/lib/libxml2.2.dylib
        0x7fff88949000 -     0x7fff88955fff  libbz2.1.0.dylib 1.0.5 (compatibility 1.0.0) <6FB0A8F4-72A1-D28F-E801-DE2C7498AFB9> /usr/lib/libbz2.1.0.dylib
        0x7fff88956000 -     0x7fff88961ff7  com.apple.speech.recognition.framework 3.11.1 (3.11.1) <F0DDF27E-DB55-07CE-E548-C62095BE8167> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
        0x7fff88962000 -     0x7fff88a3ffff  com.apple.vImage 4.1 (4.1) <C3F44AA9-6F71-0684-2686-D3BBC903F020> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
        0x7fff88a40000 -     0x7fff88a4ffff  libxar.1.dylib ??? (???) <CBAF862A-3C77-6446-56C2-9C4461631AAF> /usr/lib/libxar.1.dylib
        0x7fff88a50000 -     0x7fff88a53fff  com.apple.help 1.3.2 (41.1) <BD1B0A22-1CB8-263E-FF85-5BBFDE3660B9> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
        0x7fff88a54000 -     0x7fff88cd6fe7  com.apple.Foundation 6.6.7 (751.62) <6F2A5BBF-6990-D561-2928-AD61E94036D9> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
        0x7fff88d23000 -     0x7fff88d32fef  com.apple.opengl 1.6.13 (1.6.13) <516098B3-4517-8A55-64BB-195CDAA5334D> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
        0x7fff88e4e000 -     0x7fff88e71fff  com.apple.opencl 12.3.6 (12.3.6) <42FA5783-EB80-1168-4015-B8C68F55842F> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
        0x7fff88e72000 -     0x7fff88e74fff  libRadiance.dylib ??? (???) <A9DB4D5D-4072-971B-DEF6-DDE645F415EA> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRadiance.dylib
        0x7fff896bb000 -     0x7fff89740ff7  com.apple.print.framework.PrintCore 6.3 (312.7) <CDFE82DD-D811-A091-179F-6E76069B432D> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
        0x7fff898b3000 -     0x7fff89a71ff7  com.apple.ImageIO.framework 3.0.4 (3.0.4) <0A4F51A1-4502-767B-8A4E-F14C6214EF88> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/ImageIO
        0x7fff89a72000 -     0x7fff89a80ff7  libkxld.dylib ??? (???) <8145A534-95CC-9F3C-B78B-AC9898F38C6F> /usr/lib/system/libkxld.dylib
        0x7fff89bce000 -     0x7fff89c15ff7  com.apple.coreui 2 (114) <D7645B59-0431-6283-7322-957D944DAB21> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
        0x7fff89c16000 -     0x7fff89c23fe7  libCSync.A.dylib 545.0.0 (compatibility 64.0.0) <1C35FA50-9C70-48DC-9E8D-2054F7A266B1> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
        0x7fff89c2c000 -     0x7fff89ce5fff  libsqlite3.dylib 9.6.0 (compatibility 9.0.0) <2C5ED312-E646-9ADE-73A9-6199A2A43150> /usr/lib/libsqlite3.dylib
        0x7fff89ce6000 -     0x7fff8a3e2ff7  com.apple.CoreGraphics 1.545.0 (???) <58D597B1-EB3B-710E-0B8C-EC114D54E11B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
        0x7fff8a3e3000 -     0x7fff8a420ff7  libssl.0.9.8.dylib 0.9.8 (compatibility 0.9.8) <F743389F-F25A-A77D-4FCA-D6B01AF2EE6D> /usr/lib/libssl.0.9.8.dylib
        0x7fff8a421000 -     0x7fff8a476ff7  com.apple.framework.familycontrols 2.0.2 (2020) <F09541B6-5E28-1C01-C1AE-F6A2508670C7> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyCon trols
        0x7fff8a4c3000 -     0x7fff8a597fe7  com.apple.CFNetwork 454.12.4 (454.12.4) <C83E2BA1-1818-B3E8-5334-860AD21D1C80> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwo rk.framework/Versions/A/CFNetwork
        0x7fff8a598000 -     0x7fff8a624fef  SecurityFoundation ??? (???) <6860DE26-0D42-D1E8-CD7C-5B42D78C1E1D> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
        0x7fffffe00000 -     0x7fffffe01fff  libSystem.B.dylib ??? (???) <9AB4F1D1-89DC-0E8A-DC8E-A4FE4D69DB69> /usr/lib/libSystem.B.dylib

    From the menu bar, select
               ▹ About This Mac
    Below the "OS X" legend in the window that opens, the OS version appears. Click the version line twice to display the serial number. If the number is missing or invalid according to this web form, take the machine to an Apple Store or other authorized service center to have the problem corrected.

  • Error is occured while FTPing a BI publisher report

    The following Error is occured while FTPing a BI publisher report. The scheduling was running fine for the lase 1 year .But this error is occuring in production schedule of the ftp for the last 2 days.When I do the FTP by 'Run Immediately' manually it works fine.
    oracle.apps.xdo.servlet.scheduler.ProcessingException: [ID:4621] Document file to deliver not found : /u01b/obiee/OracleBI/oc4j_bi/j2ee/home/applications/xmlpserver/xmlpserver/xdo/cache/xmlp7057786.tmp
    at oracle.apps.xdo.servlet.scheduler.XDOJob.deliver(XDOJob.java:1131)
    at oracle.apps.xdo.servlet.scheduler.XDOJob.execute(XDOJob.java:478)
    at org.quartz.core.JobRunShell.run(JobRunShell.java:195)
    at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:520)

    I've also encounter this error since many mounth now and especially when using Excel Template (not RTF Template) with FTP Delivery (Without Busting OR with ScheduleBustringOption=FALSE using BIP Web Service).
    I've performed many tests trying to diagnose the cause but I need to redo these test because they was not done corretly. What I think is this is related with the processing of XML DATA with the corresponding Template.
    I remember that in most cases I had the folowing conditions to reproduce the problem :
    - Report is executed by scheduling it with FTP delivery
    - The correponding query did not return data (empty XML structure)
    - When execution ends, schedule status is SUCCESS (Data processing ???) but delivery is FAILED due to document not found in BIP temporary directories
    - When scheduling the report without using the template (that is XML format output) then all work perfectly without ERROR
    So you'll need to perform many test cases to identify cause OR submit bug on Oracle Support.
    I think sometimes BIP needs some MINIMAL XML structure for generated data to be able to work without error with template (RTF or EXCEL) which contains special formating like chart for example.
    Unfortunatly debugging those are very ........
    We solved our problem by modiying the template until error dissapear when no data is returned by the report query (I did not create SR on Oracle Support for this issue)
    Here is what I get in BIP log file when using my problematic excel template to reproduce error with a query that return empty dataset :
    [051111_123444854][oracle.apps.xdo.common.xml.XSLT10gR1][STATEMENT] Oracle XML Developers Kit 10.1.0.5.0 - Production
    [051111_123444857][][STATEMENT] XSLT temporary file *(/PATH_TO_BIP_TEMPORARY/xdo/tmp/cxmluFppViKt81198124878270451623.dat)* is set.
    [051111_123445002][][STATEMENT] BOUNDSHEET [Feuil1] start=0xA466
    [051111_123445003][][STATEMENT] BOUNDSHEET [Segment Mobile] start=0xA6B0
    [051111_123445003][][STATEMENT] BOUNDSHEET [XDO_METADATA] start=0xBB00
    [051111_123445003][][STATEMENT] BOUNDSHEET [Tableau croisé] start=0xBCC0
    [051111_123445003][][STATEMENT] ===== SHEET start=0xA466 end=0xA6AF=====
    [051111_123445004][][STATEMENT] ===== SHEET start=0xA6B0 end=0xBAFF=====
    [051111_123445005][][STATEMENT] ===== SHEET start=0xBB00 end=0xBCBF=====
    [051111_123445006][][STATEMENT] ===== SHEET start=0xBCC0 end=0xD904=====
    *[051111_123445495][][EXCEPTION] java.lang.ArrayIndexOutOfBoundsException*
    at java.util.Vector.elementAt(Vector.java:430)
    at oracle.apps.xdo.excel.user.biff.RowBlock.getRow(Unknown Source)
    at oracle.apps.xdo.excel.user.bimpl.BSheet.getRow(Unknown Source)
    at oracle.apps.xdo.template.excel.util.ExcelUtil.getRowInSheet(Unknown Source)
    at oracle.apps.xdo.template.excel.render.BookDataWriter.copyCell(Unknown Source)
    at oracle.apps.xdo.template.excel.render.BookDataWriter.finishCell(Unknown Source)
    at oracle.apps.xdo.template.excel.render.CellHandler.endElement(Unknown Source)
    at oracle.apps.xdo.template.excel.render.BookDataParser.endElement(Unknown Source)
    at oracle.xml.parser.v2.XMLContentHandler.endElement(XMLContentHandler.java:210)
    at oracle.xml.parser.v2.NonValidatingParser.parseElement(NonValidatingParser.java:1295)
    at oracle.xml.parser.v2.NonValidatingParser.parseRootElement(NonValidatingParser.java:336)
    at oracle.xml.parser.v2.NonValidatingParser.parseDocument(NonValidatingParser.java:303)
    at oracle.xml.parser.v2.XMLParser.parse(XMLParser.java:292)
    at oracle.apps.xdo.template.excel.render.BookDataParser.parserXMLDocument(Unknown Source)
    at oracle.apps.xdo.template.excel.ExcelController.processActionLanguage(Unknown Source)
    at oracle.apps.xdo.template.excel.ExcelController.process(Unknown Source)
    at oracle.apps.xdo.template.ExcelProcessor.process(Unknown Source)
    at oracle.apps.xdo.service.excel.ExcelServiceTemplate.embedDataForExcelTemplate(ExcelServiceTemplate.java:718)
    at oracle.apps.xdo.service.excel.ExcelServiceTemplate.embedServiceTemplateData(ExcelServiceTemplate.java:737)
    at oracle.apps.xdo.servlet.ExcelCoreProcessor.transform(ExcelCoreProcessor.java:49)
    at oracle.apps.xdo.servlet.CoreProcessor.processScheduledRequest(CoreProcessor.java:517)
    at oracle.apps.xdo.servlet.CoreProcessor.processScheduledRequest(CoreProcessor.java:366)
    at oracle.apps.xdo.servlet.CoreProcessor.generateScheduledDocument(CoreProcessor.java:114)
    at oracle.apps.xdo.servlet.ReportImpl.renderScheduledJob(ReportImpl.java:357)
    at oracle.apps.xdo.servlet.scheduler.XDOJob.generateReport(XDOJob.java:977)
    at oracle.apps.xdo.servlet.scheduler.XDOJob.execute(XDOJob.java:418)
    at org.quartz.core.JobRunShell.run(JobRunShell.java:195)
    at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:520)
    [051111_123445497][oracle.apps.xdo.servlet.scheduler.XDOJob][STATEMENT] [ID:614] Finished processing the document.
    [051111_123445497][][STATEMENT] [ID:614] Time elapsed for report processing : 8205, time from begining : 9423
    [051111_123445497][oracle.apps.xdo.servlet.scheduler.XDOJob][STATEMENT] [ID:614] Document content type : application/vnd.ms-excel
    [051111_123445501][oracle.apps.xdo.servlet.scheduler.XDOJob][EXCEPTION] [ID:614] Unexpected exception occurred while the document delivery.
    oracle.apps.xdo.servlet.scheduler.ProcessingException: [ID:614] Document file to deliver not found : */PATH_TO_BIP_TEMPORARY/xdo/tmp/xmlp1038692480549035173tmp*
    at oracle.apps.xdo.servlet.scheduler.XDOJob.deliver(XDOJob.java:1178)
    at oracle.apps.xdo.servlet.scheduler.XDOJob.execute(XDOJob.java:496)
    at org.quartz.core.JobRunShell.run(JobRunShell.java:196)
    at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:520)
    The file not found */PATH_TO_BIP_TEMPORARY/xdo/tmp/xmlp1038692480549035173tmp* was created by BIP at the begining of the whole process with some other temporary files within the same temporary directory
    I guess at end of process BIP tries to perform some kind of merging with all temporary files created and associated with the corresponding JOBID. May I'm wrong ???
    Edited by: Cédric on 11 mai 2011 14:04

  • LOTS of spinning wheels in Mountain Lion--multiple applications, ALL the time Sep 6, 2012 1:55 AM (in response to teacher24_70) Having the exact same issue. Also, on right click, many apps freeze/beachball and must force close

    LOTS of spinning wheels in Mountain Lion--multiple applications, ALL the time 
    Sep 6, 2012 1:55 AM (in response to teacher24_70)
    Having the exact same issue. Also, on right click, many apps freeze/beachball and must force close.  Additionally, uTorrent and Transmission are not operating correctly-uTorrent constantly beachballing and unresponsive.  Right-click freezes with everything from Word to iMovie. Takes way too much time to do anything, and lots of cursor freezing, here is a sys log excerpt:
    Sep  6 01:20:42 Matthews-MacBook-Pro-4 com.apple.launchd[1] (com.daz3d.content_management_service): Throttling respawn: Will start in 10 seconds
    Sep  6 01:20:43 Matthews-MacBook-Pro-4.local Google Chrome[271]: Cannot find function pointer pluginFactory for factory 053918F4-2869-11D7-A671-000A27E2DB90 in CFBundle/CFPlugIn 0x808d2800 </Users/happymatt/Library/Contextual Menu Items/ToastIt.plugin> (not loaded)
    Sep  6 01:20:43 Matthews-MacBook-Pro-4.local Google Chrome[271]: Cannot find function pointer AntiCMPlugInFactory for factory E7083DE8-B37D-11D9-9B46-000D935563B0 in CFBundle/CFPlugIn 0x808d05b0 </Library/Contextual Menu Items/Antidote - MC.plugin> (not loaded)
    Sep  6 01:20:52 Matthews-MacBook-Pro-4 com.apple.launchd[1] (com.daz3d.content_management_service): Throttling respawn: Will start in 10 seconds
    Sep  6 01:20:54 Matthews-MacBook-Pro-4.local WindowServer[86]: CGXDisableUpdate: UI updates were forcibly disabled by application "µTorrent" for over 1.00 seconds. Server has re-enabled them.
    Sep  6 01:20:59 Matthews-MacBook-Pro-4.local WindowServer[86]: reenable_update_for_connection: UI updates were finally reenabled by application "µTorrent" after 6.13 seconds (server forcibly re-enabled them after 1.00 seconds)
    Sep  6 01:21:02 Matthews-MacBook-Pro-4 com.apple.launchd[1] (com.daz3d.content_management_service): Throttling respawn: Will start in 10 seconds
    Sep  6 01:21:32 --- last message repeated 2 times ---
    Sep  6 01:21:32 Matthews-MacBook-Pro-4 com.apple.launchd[1] (com.daz3d.content_management_service): Throttling respawn: Will start in 10 seconds
    Sep  6 01:21:40 Matthews-MacBook-Pro-4.local WindowServer[86]: CGXDisableUpdate: UI updates were forcibly disabled by application "µTorrent" for over 1.00 seconds. Server has re-enabled them.
    Sep  6 01:21:42 Matthews-MacBook-Pro-4 com.apple.launchd[1] (com.daz3d.content_management_service): Throttling respawn: Will start in 10 seconds
    Sep  6 01:21:47 Matthews-MacBook-Pro-4.local WindowServer[86]: reenable_update_for_connection: UI updates were finally reenabled by application "µTorrent" after 8.50 seconds (server forcibly re-enabled them after 1.00 seconds)
    Sep  6 01:21:52 Matthews-MacBook-Pro-4 com.apple.launchd[1] (com.daz3d.content_management_service): Throttling respawn: Will start in 10 seconds
    Sep  6 01:22:23 --- last message repeated 2 times ---
    Sep  6 01:22:23 Matthews-MacBook-Pro-4 com.apple.launchd[1] (com.daz3d.content_management_service): Throttling respawn: Will start in 10 seconds
    Sep  6 01:22:29 Matthews-MacBook-Pro-4.local WindowServer[86]: CGXDisableUpdate: UI updates were forcibly disabled by application "µTorrent" for over 1.00 seconds. Server has re-enabled them.
    Sep  6 01:22:33 Matthews-MacBook-Pro-4 com.apple.launchd[1] (com.daz3d.content_management_service): Throttling respawn: Will start in 10 seconds
    Sep  6 01:22:37 Matthews-MacBook-Pro-4.local WindowServer[86]: reenable_update_for_connection: UI updates were finally reenabled by application "µTorrent" after 8.81 seconds (server forcibly re-enabled them after 1.00 seconds)
    Sep  6 01:22:43 Matthews-MacBook-Pro-4 com.apple.launchd[1] (com.daz3d.content_management_service): Throttling respawn: Will start in 10 seconds
    Sep  6 01:23:13 --- last message repeated 2 times ---
    Sep  6 01:23:13 Matthews-MacBook-Pro-4 com.apple.launchd[1] (com.daz3d.content_management_service): Throttling respawn: Will start in 10 seconds
    Sep  6 01:23:19 Matthews-MacBook-Pro-4.local WindowServer[86]: CGXDisableUpdate: UI updates were forcibly disabled by application "µTorrent" for over 1.00 seconds. Server has re-enabled them.
    Sep  6 01:23:22 Matthews-MacBook-Pro-4.local WindowServer[86]: reenable_update_for_connection: UI updates were finally reenabled by application "µTorrent" after 3.61 seconds (server forcibly re-enabled them after 1.00 seconds)
    Sep  6 01:23:23 Matthews-MacBook-Pro-4 com.apple.launchd[1] (com.daz3d.content_management_service): Throttling respawn: Will start in 10 seconds
    Sep  6 01:23:53 --- last message repeated 2 times ---
    Sep  6 01:23:53 Matthews-MacBook-Pro-4 com.apple.launchd[1] (com.daz3d.content_management_service): Throttling respawn: Will start in 10 seconds
    Sep  6 01:23:56 Matthews-MacBook-Pro-4.local WindowServer[86]: CGXDisableUpdate: UI updates were forcibly disabled by application "µTorrent" for over 1.00 seconds. Server has re-enabled them.
    Sep  6 01:24:02 Matthews-MacBook-Pro-4.local WindowServer[86]: reenable_update_for_connection: UI updates were finally reenabled by application "µTorrent" after 7.20 seconds (server forcibly re-enabled them after 1.00 seconds)
    Sep  6 01:24:03 Matthews-MacBook-Pro-4 com.apple.launchd[1] (com.daz3d.content_management_service): Throttling respawn: Will start in 10 seconds
    Sep  6 01:24:24 --- last message repeated 2 times ---
    Sep  6 01:24:24 Matthews-MacBook-Pro-4.local WindowServer[86]: CGXDisableUpdate: UI updates were forcibly disabled by application "Safari" for over 1.00 seconds. Server has re-enabled them.
    Sep  6 01:24:27 Matthews-MacBook-Pro-4.local WindowServer[86]: reenable_update_for_connection: UI updates were finally reenabled by application "Safari" after 4.25 seconds (server forcibly re-enabled them after 1.00 seconds)
    Sep  6 01:24:33 Matthews-MacBook-Pro-4 com.apple.launchd[1] (com.daz3d.content_management_service): Throttling respawn: Will start in 10 seconds
    Sep  6 01:24:59 --- last message repeated 2 times ---
    Sep  6 01:24:59 Matthews-MacBook-Pro-4.local WindowServer[86]: CGXDisableUpdate: UI updates were forcibly disabled by application "µTorrent" for over 1.00 seconds. Server has re-enabled them.
    Sep  6 01:25:04 Matthews-MacBook-Pro-4 com.apple.launchd[1] (com.daz3d.content_management_service): Throttling respawn: Will start in 10 seconds
    Sep  6 01:25:07 Matthews-MacBook-Pro-4.local WindowServer[86]: reenable_update_for_connection: UI updates were finally reenabled by application "µTorrent" after 8.59 seconds (server forcibly re-enabled them after 1.00 seconds)
    Sep  6 01:25:14 Matthews-MacBook-Pro-4 com.apple.launchd[1] (com.daz3d.content_management_service): Throttling respawn: Will start in 10 seconds
    Sep  6 01:25:44 --- last message repeated 2 times ---
    Sep  6 01:25:44 Matthews-MacBook-Pro-4.local WindowServer[86]: CGXDisableUpdate: UI updates were forcibly disabled by application "µTorrent" for over 1.00 seconds. Server has re-enabled them.
    Sep  6 01:25:44 Matthews-MacBook-Pro-4.local WindowServer[86]: reenable_update_for_connection: UI updates were finally reenabled by application "µTorrent" after 1.24 seconds (server forcibly re-enabled them after 1.00 seconds)
    Sep  6 01:25:44 Matthews-MacBook-Pro-4 com.apple.launchd[1] (com.daz3d.content_management_service): Throttling respawn: Will start in 10 seconds
    Sep  6 01:26:14 --- last message repeated 2 times ---
    Sep  6 01:26:14 Matthews-MacBook-Pro-4 com.apple.launchd[1] (com.daz3d.content_management_service): Throttling respawn: Will start in 10 seconds
    Sep  6 01:26:36 --- last message repeated 2 times ---
    Sep  6 01:26:36 Matthews-MacBook-Pro-4.local WindowServer[86]: CGXDisableUpdate: UI updates were forcibly disabled by application "µTorrent" for over 1.00 seconds. Server has re-enabled them.
    Sep  6 01:26:42 Matthews-MacBook-Pro-4.local WindowServer[86]: reenable_update_for_connection: UI updates were finally reenabled by application "µTorrent" after 7.22 seconds (server forcibly re-enabled them after 1.00 seconds)
    Sep  6 01:26:44 Matthews-MacBook-Pro-4 com.apple.launchd[1] (com.daz3d.content_management_service): Throttling respawn: Will start in 10 seconds
    Sep  6 01:27:06 --- last message repeated 2 times ---
    Sep  6 01:27:06 Matthews-MacBook-Pro-4.local purge[1528]: <CPPathUtils.c:526>          The device-file for this operating system, 'osx-12.1.0.xml', was not found. An attempt to revert to a previous revision of the OS device-file: 'osx-12.0.0.xml' has been made. Please file a Radar report with Apple, on the 'CoreProfile' component, version 'X'.
    Sep  6 01:27:20 Matthews-MacBook-Pro-4.local WindowServer[86]: CGXDisableUpdate: UI updates were forcibly disabled by application "µTorrent" for over 1.00 seconds. Server has re-enabled them.
    Sep  6 01:27:21 Matthews-MacBook-Pro-4 com.apple.launchd[1] (com.daz3d.content_management_service): Throttling respawn: Will start in 4 seconds
    Sep  6 01:27:24 Matthews-MacBook-Pro-4.local WindowServer[86]: reenable_update_for_connection: UI updates were finally reenabled by application "µTorrent" after 5.71 seconds (server forcibly re-enabled them after 1.00 seconds)
    Sep  6 01:27:25 Matthews-MacBook-Pro-4 com.apple.launchd[1] (com.daz3d.content_management_service): Throttling respawn: Will start in 10 seconds
    Sep  6 01:27:53 --- last message repeated 2 times ---
    Sep  6 01:27:53 Matthews-MacBook-Pro-4.local WindowServer[86]: CGXDisableUpdate: UI updates were forcibly disabled by application "µTorrent" for over 1.00 seconds. Server has re-enabled them.
    Sep  6 01:27:55 Matthews-MacBook-Pro-4 com.apple.launchd[1] (com.daz3d.content_management_service): Throttling respawn: Will start in 10 seconds
    Sep  6 01:28:00 Matthews-MacBook-Pro-4.local WindowServer[86]: reenable_update_for_connection: UI updates were finally reenabled by application "µTorrent" after 7.22 seconds (server forcibly re-enabled them after 1.00 seconds)
    Sep  6 01:28:05 Matthews-MacBook-Pro-4 com.apple.launchd[1] (com.daz3d.content_management_service): Throttling respawn: Will start in 10 seconds
    Sep  6 01:28:25 --- last message repeated 1 time ---
    Sep  6 01:28:25 Matthews-MacBook-Pro-4.local WindowServer[86]: CGXDisableUpdate: UI updates were forcibly disabled by application "µTorrent" for over 1.00 seconds. Server has re-enabled them.
    Sep  6 01:28:25 Matthews-MacBook-Pro-4 com.apple.launchd[1] (com.daz3d.content_management_service): Throttling respawn: Will start in 10 seconds
    Sep  6 01:28:33 Matthews-MacBook-Pro-4.local WindowServer[86]: reenable_update_for_connection: UI updates were finally reenabled by application "µTorrent" after 8.65 seconds (server forcibly re-enabled them after 1.00 seconds)
    Sep  6 01:28:35 Matthews-MacBook-Pro-4 com.apple.launchd[1] (com.daz3d.content_management_service): Throttling respawn: Will start in 10 seconds
    Sep  6 01:29:05 --- last message repeated 2 times ---
    Sep  6 01:29:05 Matthews-MacBook-Pro-4 com.apple.launchd[1] (com.daz3d.content_management_service): Throttling respawn: Will start in 10 seconds
    Sep  6 01:29:08 Matthews-MacBook-Pro-4.local WindowServer[86]: CGXDisableUpdate: UI updates were forcibly disabled by application "µTorrent" for over 1.00 seconds. Server has re-enabled them.
    Sep  6 01:29:16 Matthews-MacBook-Pro-4 com.apple.launchd[1] (com.daz3d.content_management_service): Throttling respawn: Will start in 10 seconds
    Sep  6 01:29:22 Matthews-MacBook-Pro-4.local WindowServer[86]: disable_update_likely_unbalanced: UI updates still disabled by application "µTorrent" after 15.00 seconds (server forcibly re-enabled them after 1.00 seconds). Likely an unbalanced disableUpdate call.
    Sep  6 01:29:24 Matthews-MacBook-Pro-4.local WindowServer[86]: reenable_update_for_connection: UI updates were finally reenabled by application "µTorrent" after 17.09 seconds (server forcibly re-enabled them after 1.00 seconds)
    Sep  6 01:29:26 Matthews-MacBook-Pro-4 com.apple.launchd[1] (com.daz3d.content_management_service): Throttling respawn: Will start in 10 seconds
    Sep  6 01:29:56 --- last message repeated 2 times ---
    Sep  6 01:29:56 Matthews-MacBook-Pro-4 com.apple.launchd[1] (com.daz3d.content_management_service): Throttling respawn: Will start in 10 seconds
    Sep  6 01:30:03 Matthews-MacBook-Pro-4.local WindowServer[86]: CGXDisableUpdate: UI updates were forcibly disabled by application "µTorrent" for over 1.00 seconds. Server has re-enabled them.
    Sep  6 01:30:06 Matthews-MacBook-Pro-4 com.apple.launchd[1] (com.daz3d.content_management_service): Throttling respawn: Will start in 10 seconds
    Sep  6 01:30:12 Matthews-MacBook-Pro-4.local WindowServer[86]: reenable_update_for_connection: UI updates were finally reenabled by application "µTorrent" after 9.74 seconds (server forcibly re-enabled them after 1.00 seconds)
    Sep  6 01:30:16 Matthews-MacBook-Pro-4 com.apple.launchd[1] (com.daz3d.content_management_service): Throttling respawn: Will start in 10 seconds
    Sep  6 01:30:26 --- last message repeated 1 time ---
    Sep  6 01:30:26 Matthews-MacBook-Pro-4 com.apple.launchd.peruser.501[179] ([0x0-0x59059].com.apple.DiskUtility[769]): Exited: Killed: 9
    Sep  6 01:30:26 Matthews-MacBook-Pro-4 com.apple.launchd.peruser.501[179] ([0x0-0x1d01d].com.bittorrent.uTorrent[281]): Exited: Killed: 9
    Sep  6 01:30:33 Matthews-MacBook-Pro-4.local WindowServer[86]: CGXDeferSurfaces : Invalid source window 231
    Sep  6 01:30:33 Matthews-MacBook-Pro-4.local com.apple.ShareKitHelper[1266]: --warning: [ShareKit-XPC] Received XPC_ERROR_CONNECTION_INVALID
    Sep  6 01:30:33 Matthews-MacBook-Pro-4.local com.apple.ShareKitHelper[1266]: --warning: [ShareKit-XPC] connectionWithClientInterrupted
    Sep  6 01:30:33 Matthews-MacBook-Pro-4.local com.apple.ShareKitHelper[1266]: --warning: [ShareKit] Cancel UI for running services with Client PID: 1235
    Sep  6 01:30:36 Matthews-MacBook-Pro-4 com.apple.launchd[1] (com.daz3d.content_management_service): Throttling respawn: Will start in 10 seconds
    Sep  6 01:30:43 Matthews-MacBook-Pro-4.local CVMServer[103]: Check-in to the service com.apple.cvmsCompAgent_x86_64 failed. This is likely because you have either unloaded the job or the MachService has the ResetAtClose attribute specified in the launchd.plist. If present, this attribute should be removed.
    Sep  6 01:30:44 Matthews-MacBook-Pro-4.local launchctl[1590]: launchctl: Dubious permissions on file (skipping): /Library/LaunchAgents/com.adobe.AAM.Updater-1.0.plist
    Sep  6 01:30:45 Matthews-MacBook-Pro-4.local CVMServer[103]: Check-in to the service com.apple.cvmsCompAgent_x86_64 failed. This is likely because you have either unloaded the job or the MachService has the ResetAtClose attribute specified in the launchd.plist. If present, this attribute should be removed.
    Sep  6 01:30:46 Matthews-MacBook-Pro-4 kernel[0]: Sandbox: sandboxd(1596) deny mach-lookup com.apple.coresymbolicationd
    Sep  6 01:30:46 Matthews-MacBook-Pro-4 com.apple.launchd[1] (com.daz3d.content_management_service): Throttling respawn: Will start in 10 seconds
    Sep  6 01:30:47 Matthews-MacBook-Pro-4.local com.apple.quicklook.satellite[1591]: CFBundle 0x7f8ac3c87370 </Library/Audio/Plug-Ins/Components/Flip4Mac WMA Import.component> (bundle, not loaded): bundle is not loadable: The bundle ‚ÄúFlip4Mac WMV Import‚Äù couldn‚Äôt be loaded because it is damaged or missing necessary resources.
    Sep  6 01:30:56 Matthews-MacBook-Pro-4 com.apple.launchd[1] (com.daz3d.content_management_service): Throttling respawn: Will start in 10 seconds
    Sep  6 01:31:26 --- last message repeated 2 times ---
    Sep  6 01:31:26 Matthews-MacBook-Pro-4 com.apple.launchd[1] (com.daz3d.content_management_service): Throttling respawn: Will start in 10 seconds
    Sep  6 01:31:57 --- last message repeated 2 times ---
    Sep  6 01:31:57 Matthews-MacBook-Pro-4 com.apple.launchd[1] (com.daz3d.content_management_service): Throttling respawn: Will start in 10 seconds
    Sep  6 01:32:12 --- last message repeated 1 time ---
    Sep  6 01:32:12 Matthews-MacBook-Pro-4 com.apple.launchd[1] (com.apple.coremedia.videodecoder[1602]): Exit timeout elapsed (20 seconds). Killing
    Sep  6 01:32:17 Matthews-MacBook-Pro-4 com.apple.launchd[1] (com.daz3d.content_management_service): Throttling respawn: Will start in 10 seconds
    Sep  6 01:32:47 --- last message repeated 2 times ---
    Sep  6 01:32:47 Matthews-MacBook-Pro-4 com.apple.launchd[1] (com.daz3d.content_management_service): Throttling respawn: Will start in 10 seconds
    Sep  6 01:33:17 --- last message repeated 2 times ---
    Sep  6 01:33:17 Matthews-MacBook-Pro-4 com.apple.launchd[1] (com.daz3d.content_management_service): Throttling respawn: Will start in 10 seconds
    Sep  6 01:33:47 --- last message repeated 2 times ---
    Sep  6 01:33:47 Matthews-MacBook-Pro-4 com.apple.launchd[1] (com.daz3d.content_management_service): Throttling respawn: Will start in 10 seconds
    Sep  6 01:34:17 --- last message repeated 2 times ---
    Sep  6 01:34:17 Matthews-MacBook-Pro-4 com.apple.launchd[1] (com.daz3d.content_management_service): Throttling respawn: Will start in 10 seconds
    Sep  6 01:34:48 --- last message repeated 2 times ---
    Sep  6 01:34:48 Matthews-MacBook-Pro-4 com.apple.launchd[1] (com.daz3d.content_management_service): Throttling respawn: Will start in 10 seconds
    Sep  6 01:35:14 --- last message repeated 2 times ---
    Sep  6 01:35:14 Matthews-MacBook-Pro-4.local 1PasswordAgent[241]: Failed to return databaseID, encryption key is not loaded
    Sep  6 01:35:14 Matthews-MacBook-Pro-4.local 1PasswordAgent[241]: Incorrect password, failed to verify key [5057D5F949924084807D7C8DDB02E833]
    Sep  6 01:35:14 Matthews-MacBook-Pro-4.local 1PasswordAgent[241]: Incorrect password, failed to verify key [EF0ED6A834EA4FE8AE6CE569E06DEBDA]
    Sep  6 01:35:14 Matthews-MacBook-Pro-4.local 1PasswordAgent[241]: Not enough encryption keys found in [file://localhost/Users/happymatt/Desktop/SECURITY:ENCRYPTION/1Password%202.agi lekeychain/data/default/1password.keys]: 0. The master password entered incorrectly.
    Sep  6 01:35:15 Matthews-MacBook-Pro-4.local 1PasswordAgent[241]: Failed to return databaseID, encryption key is not loaded
    Sep  6 01:35:18 Matthews-MacBook-Pro-4 com.apple.launchd[1] (com.daz3d.content_management_service): Throttling respawn: Will start in 10 seconds
    Sep  6 01:35:19 Matthews-MacBook-Pro-4.local 1PasswordAgent[241]: Failed to return databaseID, encryption key is not loaded
    Sep  6 01:35:26 Matthews-MacBook-Pro-4.local Safari[1472]: *** WARNING: -[NSImage dissolveToPoint:fraction:] is deprecated in MacOSX 10.8 and later. Please use -[NSImage drawAtPoint:fromRect:operation:fraction:] instead.
    Sep  6 01:35:26 Matthews-MacBook-Pro-4.local Safari[1472]: *** WARNING: -[NSImage dissolveToPoint:fromRect:fraction:] is deprecated in MacOSX 10.8 and later. Please use -[NSImage drawAtPoint:fromRect:operation:fraction:] instead.
    Sep  6 01:35:26 Matthews-MacBook-Pro-4.local Safari[1472]: *** WARNING: -[NSImage compositeToPoint:operation:] is deprecated in MacOSX 10.8 and later. Please use -[NSImage drawAtPoint:fromRect:operation:fraction:] instead.
    Sep  6 01:35:26 Matthews-MacBook-Pro-4.local Safari[1472]: *** WARNING: -[NSImage compositeToPoint:fromRect:operation:] is deprecated in MacOSX 10.8 and later. Please use -[NSImage drawAtPoint:fromRect:operation:fraction:] instead.
    Sep  6 01:35:28 Matthews-MacBook-Pro-4 com.apple.launchd[1] (com.daz3d.content_management_service): Throttling respawn: Will start in 10 seconds
    Sep  6 01:35:33 Matthews-MacBook-Pro-4.local CalendarAgent[997]: [com.apple.calendar.store.log.caldav.queue] [Account refresh failed with error: Error Domain=CoreDAVHTTPStatusErrorDomain Code=401 "The operation couldn’t be completed. (CoreDAVHTTPStatusErrorDomain error 401.)" UserInfo=0x7fdf6e3050a0 {AccountName=Google, CalDAVErrFromRefresh=YES, CoreDAVHTTPHeaders=<CFBasicHash 0x7fdf6e3116f0 [0x7fff7579c190]>{type = immutable dict, count = 10,
              entries =>
                        0 : Case Insensitive Key: X-Content-Type-Options = <CFString 0x7fdf6e311770 [0x7fff7579c190]>{contents = "nosniff"}
                        1 : Case Insensitive Key: Content-Type = <CFString 0x7fdf6e311740 [0x7fff7579c190]>{contents = "text/html; charset=UTF-8"}
                        2 : Case Insensitive Key: Server = <CFString 0x7fdf6e319f70 [0x7fff7579c190]>{contents = "GSE"}
                        3 : Case Insensitive Key: Transfer-Encoding = <CFString 0x7fff74a546b8 [0x7fff7579c190]>{contents = "Identity"}
                        6 : Case Insensitive Key: Date = <CFString 0x7fdf6e317fe0 [0x7fff7579c190]>{contents = "Thu, 06 Sep 2012 08:34:55 GMT"}
                        7 : Case Insensitive Key: X-Frame-Options = <CFString 0x7fdf6e318070 [0x7fff7579c190]>{contents = "SAMEORIGIN"}
                        8 : Case Insensitive Key: X-XSS-Protection = <CFString 0x7fdf6e319f50 [0x7fff7579c190]>{contents = "1; mode=block"}
                        9 : Case Insensitive Key: Www-Authenticate = <CFString 0x7fdf6e31d190 [0x7fff7579c190]>{contents = "BASIC realm="Google CalDAV""}
                        11 : Case Insensitive Key: Cache-Control = <CFString 0x7fdf6e318040 [0x7fff7579c190]>{contents = "private, max-age=0"}
                        12 : Case Insensitive Key: Expires = <CFString 0x7fdf6e318010 [0x7fff7579c190]>{contents = "Thu, 06 Sep 2012 08:34:55 GMT"}
    Sep  6 01:35:38 Matthews-MacBook-Pro-4 com.apple.launchd[1] (com.daz3d.content_management_service): Throttling respawn: Will start in 10 seconds
    Sep  6 01:35:54 --- last message repeated 1 time ---
    Sep  6 01:35:54 Matthews-MacBook-Pro-4.local 1PasswordAgent[241]: reloadAllObjects
    Sep  6 01:35:54 Matthews-MacBook-Pro-4.local 1PasswordAgent[241]: Database (AGHtmlDatabase:file://localhost/Users/happymatt/Desktop/SECURITY:ENCRYPTION/1P assword%202.agilekeychain/) load time [Cache]: 0.016+0.000 (294 objects)
    Sep  6 01:35:56 Matthews-MacBook-Pro-4.local 1PasswordAgent[241]: reloadAllObjects
    Sep  6 01:35:56 Matthews-MacBook-Pro-4.local 1PasswordAgent[241]: Database (AGHtmlDatabase:file://localhost/Users/happymatt/Desktop/SECURITY:ENCRYPTION/1P assword%202.agilekeychain/) load time [Cache]: 0.019+0.000 (294 objects)
    Sep  6 01:35:58 Matthews-MacBook-Pro-4 com.apple.launchd[1] (com.daz3d.content_management_service): Throttling respawn: Will start in 10 seconds
    Sep  6 01:36:18 --- last message repeated 1 time ---
    Sep  6 01:36:18 Matthews-MacBook-Pro-4.local 1PasswordAgent[241]: reloadAllObjects
    Sep  6 01:36:18 Matthews-MacBook-Pro-4 com.apple.launchd[1] (com.daz3d.content_management_service): Throttling respawn: Will start in 10 seconds
    Sep  6 01:36:18 Matthews-MacBook-Pro-4.local 1PasswordAgent[241]: Database (AGHtmlDatabase:file://localhost/Users/happymatt/Desktop/SECURITY:ENCRYPTION/1P assword%202.agilekeychain/) load time [Cache]: 0.015+0.000 (294 objects)
    Sep  6 01:36:28 Matthews-MacBook-Pro-4 com.apple.launchd[1] (com.daz3d.content_management_service): Throttling respawn: Will start in 10 seconds
    Sep  6 01:36:59 --- last message repeated 2 times ---
    Sep  6 01:36:59 Matthews-MacBook-Pro-4 com.apple.launchd[1] (com.daz3d.content_management_service): Throttling respawn: Will start in 10 seconds
    Sep  6 01:37:29 --- last message repeated 2 times ---
    Sep  6 01:37:29 Matthews-MacBook-Pro-4 com.apple.launchd[1] (com.daz3d.content_management_service): Throttling respawn: Will start in 10 seconds
    Sep  6 01:37:59 --- last message repeated 2 times ---
    Sep  6 01:37:59 Matthews-MacBook-Pro-4 com.apple.launchd[1] (com.daz3d.content_management_service): Throttling respawn: Will start in 10 seconds
    Sep  6 01:38:29 --- last message repeated 2 times ---
    Sep  6 01:38:29 Matthews-MacBook-Pro-4 com.apple.launchd[1] (com.daz3d.content_management_service): Throttling respawn: Will start in 10 seconds
    Sep  6 01:38:59 --- last message repeated 2 times ---
    Sep  6 01:38:59 Matthews-MacBook-Pro-4 com.apple.launchd[1] (com.daz3d.content_management_service): Throttling respawn: Will start in 10 seconds
    Sep  6 01:39:30 --- last message repeated 2 times ---
    Sep  6 01:39:30 Matthews-MacBook-Pro-4 com.apple.launchd[1] (com.daz3d.content_management_service): Throttling respawn: Will start in 10 seconds
    Sep  6 01:40:00 --- last message repeated 2 times ---
    Sep  6 01:40:00 Matthews-MacBook-Pro-4 com.apple.launchd[1] (com.daz3d.content_management_service): Throttling respawn: Will start in 10 seconds
    Sep  6 01:40:30 --- last message repeated 2 times ---
    Sep  6 01:40:30 Matthews-MacBook-Pro-4 com.apple.launchd[1] (com.daz3d.content_management_service): Throttling respawn: Will start in 10 seconds
    Sep  6 01:40:48 --- last message repeated 1 time ---
    Sep  6 01:40:48 Matthews-MacBook-Pro-4 kernel[0]: CODE SIGNING: cs_invalid_page(0x1000): p=1771[GoogleSoftwareUp] clearing CS_VALID
    Sep  6 01:40:50 Matthews-MacBook-Pro-4 com.apple.launchd[1] (com.daz3d.content_management_service): Throttling respawn: Will start in 10 seconds
    Sep  6 01:40:51 Matthews-MacBook-Pro-4.local GoogleSoftwareUpdateDaemon[1773]: -[KeystoneDaemon logServiceState] GoogleSoftwareUpdate daemon (1.1.0.3659) vending:
                        com.google.Keystone.Daemon.UpdateEngine: 2 connection(s)
                        com.google.Keystone.Daemon.Administration: 0 connection(s)
    Sep  6 01:40:51 Matthews-MacBook-Pro-4.local GoogleSoftwareUpdateDaemon[1773]: -[KSUpdateEngine updateProductID:] KSUpdateEngine updating product ID: "com.google.Keystone"
    Sep  6 01:40:51 Matthews-MacBook-Pro-4.local GoogleSoftwareUpdateDaemon[1773]: -[KSCheckAction performAction] KSCheckAction checking 1 ticket(s).
    Sep  6 01:40:51 Matthews-MacBook-Pro-4.local GoogleSoftwareUpdateDaemon[1773]: -[KSUpdateCheckAction performAction] KSUpdateCheckAction starting update check for ticket(s): {(
                        <KSTicket:0x253390
                                  productID=com.google.Keystone
                                  version=1.1.0.3659
                                  xc=<KSPathExistenceChecker:0x253740 path=/Library/Google/GoogleSoftwareUpdate/GoogleSoftwareUpdate.bundle/>
                                  serverType=Omaha
                                  url=https://tools.google.com/service/update2
                                  creationDate=2012-08-18 11:28:06
                        >
              Using server: <KSOmahaServer:0x2583a0
                        engine=<KSDaemonUpdateEngine:0x2044530>
                        params={
                                  EngineVersion = "1.1.0.3659";
                                  ActivesInfo = {
                                            "com.google.Keystone" = {
                                                      LastRollCallPingDate = 2012-09-06 07:00:38 +0000;
                                                      LastActivePingDate = 2012-09-06 07:00:38 +0000;
                                                      LastActiveDate = 2012-09-06 08:40:51 +0000;
                                            "com.google.Chrome" = {
                                                      LastRollCallPingDate = 2012-09-06 07:00:38 +0000;
                                                      LastActivePingDate = 2012-09-06 07:00:38 +0000;
                                                      LastActiveDate = 2012-09-06 07:42:15 +0000;
                                            "com.google.GoogleDrive" = {
                                                      LastRollCallPingDate = 2012-09-06 07:00:38 +0000;
                                                      LastActiveDate = 2012-08-31 00:45:54 +0000;
                                                      LastActivePingDate = 2012-08-31 07:00:30 +0000;
                                            "com.google.talkplugin" = {
                                                      LastRollCallPingDate = 2012-09-06 07:00:38 +0000;
                                                      LastActivePingDate = 2012-08-22 07:00:12 +0000;
                                                      LastActiveDate = 2012-08-22 02:55:20 +0000;
                                  UserInitiated = 0;
                                  IsSystem = 1;
                                  OmahaOSVersion = "10.8.1_i486";
                                  Identity = KeystoneDaemon;
                                  AllowedSubdomains = (
                                            ".omaha.sandbox.google.com",
                                            ".tools.google.com",
                                            ".www.google.com",
                                            ".corp.google.com"
              >
    Sep  6 01:40:51 Matthews-MacBook-Pro-4.local GoogleSoftwareUpdateDaemon[1773]: -[KSUpdateCheckAction performAction] KSUpdateCheckAction running KSServerUpdateRequest: <KSOmahaServerUpdateRequest:0x259c40
                        server=<KSOmahaServer:0x2583a0>
                        url="https://tools.google.com/service/update2"
                        runningFetchers=0
                        tickets=1
                        activeTickets=0
                        rollCallTickets=0
                        body=
                                  <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
                                  <o:gupdate xmlns:o="http://www.google.com/update2/request" protocol="2.0" version="KeystoneDaemon-1.1.0.3659" ismachine="1">
                                      <o:os platform="mac" version="MacOSX" sp="10.8.1_i486"></o:os>
                                      <o:app appid="com.google.Keystone" version="1.1.0.3659" lang="en-us" installage="18" brand="GGLG">
                                          <o:updatecheck></o:updatecheck>
                                      </o:app>
                                  </o:gupdate>
              >
    Sep  6 01:40:51 Matthews-MacBook-Pro-4.local launchctl[1776]: launchctl: Dubious permissions on file (skipping): /Library/LaunchAgents/com.adobe.AAM.Updater-1.0.plist
    Sep  6 01:40:54 Matthews-MacBook-Pro-4.local GoogleSoftwareUpdateDaemon[1773]: -[KSUpdateCheckAction(KSServerUpdateRequestDelegate) serverRequest:fetchedWithResponse:] KSUpdateCheckAction received KSServerUpdateResponse: <KSOmahaServerUpdateResponse:0x45437b0
                        server=<KSOmahaServer:0x2583a0>
                        url="https://tools.google.com/service/update2"
                        status=200
                        tickets=1
                        activeTickets=0
                        rollCallTickets=0
                        data=
                                  <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
                                  <gupdate xmlns="http://www.google.com/update2/response" protocol="2.0" server="prod">
                                      <daystart elapsed_seconds="6017"></daystart>
                                      <app appid="com.google.Keystone" status="ok">
                                          <updatecheck status="noupdate"></updatecheck>
                                      </app>
                                  </gupdate>
              >
    Sep  6 01:40:54 Matthews-MacBook-Pro-4.local GoogleSoftwareUpdateDaemon[1773]: -[KSUpdateCheckAction(PrivateMethods) finishAction] KSUpdateCheckAction found updates: {( )}
    Sep  6 01:40:54 Matthews-MacBook-Pro-4.local GoogleSoftwareUpdateDaemon[1773]: -[KSPrefetchAction performAction] KSPrefetchAction no updates to prefetch.
    Sep  6 01:40:54 Matthews-MacBook-Pro-4.local GoogleSoftwareUpdateDaemon[1773]: -[KSMultiUpdateAction performAction] KSSilentUpdateAction had no updates to apply.
    Sep  6 01:40:54 Matthews-MacBook-Pro-4.local GoogleSoftwareUpdateDaemon[1773]: -[KSMultiUpdateAction performAction] KSPromptAction had no updates to apply.
    Sep  6 01:40:54 Matthews-MacBook-Pro-4.local GoogleSoftwareUpdateDaemon[1773]: -[KSUpdateEngine(PrivateMethods) updateFinish] KSUpdateEngine update processing complete.
    Sep  6 01:40:54 Matthews-MacBook-Pro-4.local GoogleSoftwareUpdateDaemon[1773]: -[KSUpdateEngine updateAllProducts] KSUpdateEngine updating all installed products.
    Sep  6 01:40:54 Matthews-MacBook-Pro-4.local GoogleSoftwareUpdateDaemon[1773]: -[KSCheckAction performAction] KSCheckAction checking 2 ticket(s).
    Sep  6 01:40:54 Matthews-MacBook-Pro-4.local GoogleSoftwareUpdateDaemon[1773]: -[KSUpdateCheckAction performAction] KSUpdateCheckAction starting update check for ticket(s): {(
                        <KSTicket:0x2643870
                                  productID=com.google.talkplugin
                                  version=3.5.1.8982
                                  xc=<KSPathExistenceChecker:0x2643740 path=/Library/Application Support/Google/GoogleTalkPlugin.app>
                                  serverType=Omaha
                                  url=https://tools.google.com/service/update2
                                  creationDate=2012-08-18 11:28:07
                        >,
                        <KSTicket:0x2643480
                                  productID=com.google.Keystone
                                  version=1.1.0.3659
                                  xc=<KSPathExistenceChecker:0x2642ec0 path=/Library/Google/GoogleSoftwareUpdate/GoogleSoftwareUpdate.bundle/>
                                  serverType=Omaha
                                  url=https://tools.google.com/service/update2
                                  creationDate=2012-08-18 11:28:06
                        >
              Using server: <KSOmahaServer:0x204c0e0
                        engine=<KSDaemonUpdateEngine:0x2044530>
                        params={
                                  EngineVersion = "1.1.0.3659";
                                  ActivesInfo = {
                                            "com.google.Keystone" = {
                                                      LastRollCallPingDate = 2012-09-06 07:00:38 +0000;
                                                      LastActivePingDate = 2012-09-06 07:00:38 +0000;
                                                      LastActiveDate = 2012-09-06 08:40:51 +0000;
                                            "com.google.Chrome" = {
                                                      LastRollCallPingDate = 2012-09-06 07:00:38 +0000;
                                                      LastActivePingDate = 2012-09-06 07:00:38 +0000;
                                                      LastActiveDate = 2012-09-06 07:42:15 +0000;
                                            "com.google.GoogleDrive" = {
                                                      LastRollCallPingDate = 2012-09-06 07:00:38 +0000;
                                                      LastActiveDate = 2012-08-31 00:45:54 +0000;
                                                      LastActivePingDate = 2012-08-31 07:00:30 +0000;
                                            "com.google.talkplugin" = {
                                                      LastRollCallPingDate = 2012-09-06 07:00:38 +0000;
                                                      LastActivePingDate = 2012-08-22 07:00:12 +0000;
                                                      LastActiveDate = 2012-08-22 02:55:20 +0000;
                                  UserInitiated = 0;
                                  IsSystem = 1;
                                  OmahaOSVersion = "10.8.1_i486";
                                  Identity = KeystoneDaemon;
                                  AllowedSubdomains = (
                                            ".omaha.sandbox.google.com",
                                            ".tools.google.com",
                                            ".www.google.com",
                                            ".corp.google.com"
              >
    Sep  6 01:40:54 Matthews-MacBook-Pro-4.local GoogleSoftwareUpdateDaemon[1773]: -[KSUpdateCheckAction performAction] KSUpdateCheckAction running KSServerUpdateRequest: <KSOmahaServerUpdateRequest:0x2047910
                        server=<KSOmahaServer:0x204c0e0>
                        url="https://tools.google.com/service/update2"
                        runningFetchers=0
                        tickets=2
                        activeTickets=0
                        rollCallTickets=0
                        body=
                                  <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
                                  <o:gupdate xmlns:o="http://www.google.com/update2/request" protocol="2.0" version="KeystoneDaemon-1.1.0.3659" ismachine="1">
                                      <o:os platform="mac" version="MacOSX" sp="10.8.1_i486"></o:os>
                                      <o:app appid="com.google.talkplugin" version="3.5.1.8982" lang="en-us" installage="18" brand="GGLG">
                                          <o:updatecheck></o:updatecheck>
                                      </o:app>
                                      <o:app appid="com.google.Keystone" version="1.1.0.3659" lang="en-us" installage="18" brand="GGLG">
                                          <o:updatecheck></o:updatecheck>
                                      </o:app>
                                  </o:gupdate>
              >
    Sep  6 01:40:56 Matthews-MacBook-Pro-4.local GoogleSoftwareUpdateDaemon[1773]: -[KSUpdateCheckAction(KSServerUpdateRequestDelegate) serverRequest:fetchedWithResponse:] KSUpdateCheckAction received KSServerUpdateResponse: <KSOmahaServerUpdateResponse:0x257570
                        server=<KSOmahaServer:0x204c0e0>
                        url="https://tools.google.com/service/update2"
                        status=200
                        tickets=2
                        activeTickets=0
                        rollCallTickets=0
                        data=
                                  <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
                                  <gupdate xmlns="http://www.google.com/update2/response" protocol="2.0" server="prod">
                                      <daystart elapsed_seconds="6018"></daystart>
                                      <app appid="com.google.talkplugin" status="ok">
                                          <updatecheck status="noupdate"></updatecheck>
                                      </app>
                                      <app appid="com.google.Keystone" status="ok">
                                          <updatecheck status="noupdate"></updatecheck>
                                      </app>
                                  </gupdate>
              >
    Sep  6 01:40:56 Matthews-MacBook-Pro-4.local GoogleSoftwareUpdateDaemon[1773]: -[KSUpdateCheckAction(PrivateMethods) finishAction] KSUpdateCheckAction found updates: {( )}
    Sep  6 01:40:56 Matthews-MacBook-Pro-4.local GoogleSoftwareUpdateDaemon[1773]: -[KSPrefetchAction performAction] KSPrefetchAction no updates to prefetch.
    Sep  6 01:40:56 Matthews-MacBook-Pro-4.local GoogleSoftwareUpdateDaemon[1773]: -[KSMultiUpdateAction performAction] KSSilentUpdateAction had no updates to apply.
    Sep  6 01:40:56 Matthews-MacBook-Pro-4.local GoogleSoftwareUpdateDaemon[1773]: -[KSMultiUpdateAction performAction] KSPromptAction had no updates to apply.
    Sep  6 01:40:56 Matthews-MacBook-Pro-4.local GoogleSoftwareUpdateDaemon[1773]: -[KSUpdateEngine(PrivateMethods) updateFinish] KSUpdateEngine update processing complete.
    Sep  6 01:40:59 Matthews-MacBook-Pro-4.local KernelEventAgent[57]: tid 00000000 received event(s) VQ_LOWDISK, VQ_VERYLOWDISK (516)
    Sep  6 01:40:59 Matthews-MacBook-Pro-4 kernel[0]: HFS: Vol: Google Chrome 21.0.1180.82-21.0.1180.89 Update Very Low Disk: freeblks: 0, dangerlimit: 12
    Sep  6 01:40:59 Matthews-MacBook-Pro-4 com.apple.launchd[1] (com.daz3d.content_management_service): Throttling respawn: Will start in 1 seconds
    Sep  6 01:41:00 Matthews-MacBook-Pro-4 com.apple.launchd[1] (com.daz3d.content_management_service): Throttling respawn: Will start in 10 seconds
    Sep  6 01:41:01 Matthews-MacBook-Pro-4 kernel[0]: CODE SIGNING: cs_invalid_page(0x1000): p=1804[ksadmin] clearing CS_VALID
    Sep  6 01:41:01 Matthews-MacBook-Pro-4 kernel[0]: CODE SIGNING: cs_invalid_page(0x1000): p=1807[ksadmin] clearing CS_VALID
    Sep  6 01:41:01 Matthews-MacBook-Pro-4 kernel[0]: CODE SIGNING: cs_invalid_page(0x1000): p=1809[ksadmin] clearing CS_VALID
    Sep  6 01:41:02 Matthews-MacBook-Pro-4.local defaults[1813]:
              The domain/default pair of (/Applications/Google Chrome.app/Contents/Info, KSBrandID) does not exist
    Sep  6 01:41:10 Matthews-MacBook-Pro-4 com.apple.launchd[1] (com.daz3d.content_management_service): Throttling respawn: Will start in 10 seconds
    Sep  6 01:41:11 Matthews-MacBook-Pro-4.local GoogleSoftwareUpdateDaemon[1773]: -[KeystoneDaemon logServiceState] GoogleSoftwareUpdate daemon (1.1.0.3659) vending:
                        com.google.Keystone.Daemon.UpdateEngine: 1 connection(s)
                        com.google.Keystone.Daemon.Administration: 0 connection(s)
    Sep  6 01:41:20 Matthews-MacBook-Pro-4 com.apple.launchd[1] (com.daz3d.content_management_service): Throttling respawn: Will start in 10 seconds
    Sep  6 01:41:21 Matthews-MacBook-Pro-4.local GoogleSoftwareUpdateDaemon[1773]: -[KeystoneDaemon main] GoogleSoftwareUpdateDaemon inactive, shutdown.
    Sep  6 01:41:30 Matthews-MacBook-Pro-4 com.apple.launchd[1] (com.daz3d.content_management_service): Throttling respawn: Will start in 10 seconds
    Sep  6 01:42:01 --- last message repeated 2 times ---
    Sep  6 01:42:01 Matthews-MacBook-Pro-4 com.apple.launchd[1] (com.daz3d.content_management_service): Throttling respawn: Will start in 10 seconds
    Sep  6 01:42:05 Matthews-MacBook-Pro-4.local purge[2045]: <CPPathUtils.c:526>          The device-file for this operating system, 'osx-12.1.0.xml', was not found. An attempt to revert to a previous revision of the OS device-file: 'osx-12.0.0.xml' has been made. Please file a Radar report with Apple, on the 'CoreProfile' component, version 'X'.
    Sep  6 01:42:20 Matthews-MacBook-Pro-4 com.apple.launchd[1] (com.daz3d.content_management_service): Throttling respawn: Will start in 2 seconds
    Sep  6 01:42:22 Matthews-MacBook-Pro-4 com.apple.launchd[1] (com.daz3d.content_management_service): Throttling respawn: Will start in 10 seconds
    Sep  6 01:42:52 --- last message repeated 2 times ---
    Sep  6 01:42:52 Matthews-MacBook-Pro-4 com.apple.launchd[1] (com.daz3d.content_management_service): Throttling respawn: Will start in 10 seconds
    Sep  6 01:43:22 --- last message repeated 2 times ---
    Sep  6 01:43:22 Matthews-MacBook-Pro-4 com.apple.launchd[1] (com.daz3d.content_management_service): Throttling respawn: Will start in 10 seconds
    Sep  6 01:43:52 --- last message repeated 2 times ---
    Sep  6 01:43:52 Matthews-MacBook-Pro-4 com.apple.launchd[1] (com.daz3d.content_management_service): Throttling respawn: Will start in 10 seconds
    Sep  6 01:44:23 --- last message repeated 2 times ---
    Sep  6 01:44:23 Matthews-MacBook-Pro-4 com.apple.launchd[1] (com.daz3d.content_management_service): Throttling respawn: Will start in 10 seconds
    Sep  6 01:44:53 --- last message repeated 2 times ---
    Sep  6 01:44:53 Matthews-MacBook-Pro-4 com.apple.launchd[1] (com.daz3d.content_management_service): Throttling respawn: Will start in 10 seconds
    Sep  6 01:45:23 --- last message repeated 2 times ---
    Sep  6 01:45:23 Matthews-MacBook-Pro-4 com.apple.launchd[1] (com.daz3d.content_management_service): Throttling respawn: Will start in 10 seconds
    Sep  6 01:45:53 --- last message repeated 2 times ---
    Sep  6 01:45:53 Matthews-MacBook-Pro-4 com.apple.launchd[1] (com.daz3d.content_management_service): Throttling respawn: Will start in 10 seconds
    Sep  6 01:46:23 --- last message repeated 2 times ---
    Sep  6 01:46:23 Matthews-MacBook-Pro-4 com.apple.launchd[1] (com.daz3d.content_management_service): Throttling respawn: Will start in 10 seconds
    Sep  6 01:46:54 --- last message repeated 2 times ---
    Sep  6 01:46:54 Matthews-MacBook-Pro-4 com.apple.launchd[1] (com.daz3d.content_management_service): Throttling respawn: Will start in 10 seconds
    Sep  6 01:47:00 Matthews-MacBook-Pro-4.local WebProcess[1474]: *** WARNING: -[NSImage dissolveToPoint:fraction:] is deprecated in MacOSX 10.8 and later. Please use -[NSImage drawAtPoint:fromRect:operation:fraction:] instead.
    Sep  6 01:47:00 Matthews-MacBook-Pro-4.local WebProcess[1474]: *** WARNING: -[NSImage dissolveToPoint:fromRect:fraction:] is deprecated in MacOSX 10.8 and later. Please use -[NSImage drawAtPoint:fromRect:operation:fraction:] instead.
    Sep  6 01:47:00 Matthews-MacBook-Pro-4.local WebProcess[1474]: *** WARNING: -[NSImage compositeToPoint:operation:] is deprecated in MacOSX 10.8 and later. Please use -[NSImage drawAtPoint:fromRect:operation:fraction:] instead.
    Sep  6 01:47:00 Matthews-MacBook-Pro-4.local WebProcess[1474]: *** WARNING: -[NSImage compositeToPoint:fromRect:operation:] is deprecated in MacOSX 10.8 and later. Please use -[NSImage drawAtPoint:fromRect:operation:fraction:] instead.
    Sep  6 01:47:04 Matthews-MacBook-Pro-4 com.apple.launchd[1] (com.daz3d.content_management_service): Throttling respawn: Will start in 10 seconds
    Sep  6 01:47:34 --- last message repeated 2 times ---
    Sep  6 01:47:34 Matthews-MacBook-Pro-4 com.apple.launchd[1] (com.daz3d.content_management_service): Throttling respawn: Will start in 10 seconds
    Sep  6 01:48:04 --- last message repeated 2 times ---
    Sep  6 01:48:04 Matthews-MacBook-Pro-4 com.apple.launchd[1] (com.daz3d.content_management_service): Throttling respawn: Will start in 10 seconds
    Sep  6 01:48:34 --- last message repeated 2 times ---
    Sep  6 01:48:34 Matthews-MacBook-Pro-4 com.apple.launchd[1] (com.daz3d.content_management_service): Throttling respawn: Will start in 10 seconds
    Sep  6 01:49:04 --- last message repeated 2 times ---
    Sep  6 01:49:04 Matthews-MacBook-Pro-4 com.apple.launchd[1] (com.daz3d.content_management_service): Throttling respawn: Will start in 10 seconds
    Sep  6 01:49:30 --- last message repeated 2 times ---
    Sep  6 01:49:30 Matthews-MacBook-Pro-4.local Dock[197]: Unable to open IOHIDSystem (e00002bd)
    Sep  6 01:49:30 Matthews-MacBook-Pro-4 kernel[0]: virtual bool IOHIDEventSystemUserClient::initWithTask(task_t, void *, UInt32): Client task not privileged to open IOHIDSystem for mapping memory (e00002c1)
    Sep  6 01:49:30 Matthews-MacBook-Pro-4.local Dock[197]: CGSSetWindowTransformAtPlacement: Singular matrix [inf 0.000 0.000 inf]
    Sep  6 01:49:31 Matthews-MacBook-Pro-4.local usernoted[220]: Cannot find originating application to launch for event action.  file://localhost/Applications/Postbox.app/ is not the same app as the one that sent the original notification.
    Sep  6 01:49:31 Matthews-MacBook-Pro-4.local usernoted[220]: Error finding application com.postbox-inc.postbox.
    Sep  6 01:49:34 Matthews-MacBook-Pro-4.local DashboardClient[2154]: *** WARNING: -[NSImage compositeToPoint:operation:] is deprecated in MacOSX 10.8 and later. Please use -[NSImage drawAtPoint:fromRect:operation:fraction:] instead.
    Sep  6 01:49:34 Matthews-MacBook-Pro-4.local DashboardClient[2154]: *** WARNING: -[NSImage compositeToPoint:fromRect:operation:] is deprecated in MacOSX 10.8 and later. Please use -[NSImage drawAtPoint:fromRect:operation:fraction:] instead.
    Sep  6 01:49:35 Matthews-MacBook-Pro-4 com.apple.launchd[1] (com.daz3d.content_management_service): Throttling respawn: Will start in 10 seconds
    Sep  6 01:49:46 --- last message repeated 1 time ---
    Sep  6 01:49:46 Matthews-MacBook-Pro-4.local Google Chrome Helper[2162]: Unsure about the internals of CFAllocator but going to patch them anyway. If there is a crash inside of CFAllocatorAllocate, please report it at http://crbug.com/117476 . If there is a crash and it is NOT inside of CFAllocatorAllocate, it is NOT RELATED. DO NOT REPORT IT THERE but rather FILE A NEW BUG.
    Sep  6 01:49:48 Matthews-MacBook-Pro-4.local WindowServer[86]: CGXSetWindowListTags: Modification of (unknown tag) (45) on a window 0x17 requiring rights kCGSWindowRightOwner by caller Dashboard
    Sep  6 01:49:49 Matthews-MacBook-Pro-4.local Google Chrome Helper[2162]: CGSLookupServerRootPort: Failed to look up the port for "com.apple.windowserver.active" (1100)
    Sep  6 01:49:55 Matthews-MacBook-Pro-4 com.apple.launchd[1] (com.daz3d.content_management_service): Throttling respawn: Will start in 10 seconds
    Sep  6 01:50:10 --- last message repeated 1 time ---
    Sep  6 01:50:10 Matthews-MacBook-Pro-4.local WindowServer[86]: CGXSetWindowListTags: Modification of (unknown tag) (45) on a window 0x13 requiring rights kCGSWindowRightOwner by caller Dashboard
    Sep  6 01:50:10 Matthews-MacBook-Pro-4.local WindowServer[86]: CGXSetWindowListTags: Modification of (unknown tag) (45) on a window 0x15 requiring rights kCGSWindowRightOwner by caller Dashboard
    Sep  6 01:50:15 Matthews-MacBook-Pro-4 com.apple.launchd[1] (com.daz3d.content_management_service): Throttling respawn: Will start in 10 seconds
    Sep  6 01:50:32 --- last message repeated 1 time ---
    Sep  6 01:50:32 Matthews-MacBook-Pro-4.local CalendarAgent[997]: [com.apple.calendar.store.log.caldav.queue] [Account refresh failed with error: Error Domain=CoreDAVHTTPStatusErrorDomain Code=401 "The operation couldn’t be completed. (CoreDAVHTTPStatusErrorDomain error 401.)" UserInfo=0x7fdf6981ad60 {AccountName=Google, CalDAVErrFromRefresh=YES, CoreDAVHTTPHeaders=<CFBasicHash 0x7fdf6e807840 [0x7fff7579c190]>{type = immutable dict, count = 10,
              entries =>
                        0 : Case Insensitive Key: X-Content-Type-Options = <CFString 0x7fdf6e806420 [0x7fff7579c190]>{contents = "nosniff"}
                        1 : Case Insensitive Key: Content-Type = <CFString 0x7fdf6e807780 [0x7fff7579c190]>{contents = "text/html; charset=UTF-8"}
                        2 : Case Insensitive Key: Server = <CFString 0x7fdf6e801460 [0x7fff7579c190]>{contents = "GSE"}
                        3 : Case Insensitive Key: Transfer-Encoding = <CFString 0x7fff74a546b8 [0x7fff7579c190]>{contents = "Identity"}
                        6 : Case Insensitive Key: Date = <CFString 0x7fdf6e8077b0 [0x7fff7579c190]>{contents = "Thu, 06 Sep 2012 08:49:54 GMT"}
                        7 : Case Insensitive Key: X-Frame-Options = <CFString 0x7fdf6e801320 [0x7fff7579c190]>{contents = "SAMEORIGIN"}
                        8 : Case Insensitive Key: X-XSS-Protection = <CFString 0x7fdf6e801440 [0x7fff7579c190]>{contents = "1; mode=block"}
                        9 : Case Insensitive Key: Www-Authenticate = <CFString 0x7fdf6e807750 [0x7fff7579c190]>{contents = "BASIC realm="Google CalDAV""}
                        11 : Case Insensitive Key: Cache-Control = <CFString 0x7fdf6e807810 [0x7fff7579c190]>{contents = "private, max-age=0"}
                        12 : Case Insensitive Key: Expires = <CFString 0x7fdf6e8077e0 [0x7fff7579c190]>{contents = "Thu, 06 Sep 2012 08:49:54 GMT"}
    Sep  6 01:50:35 Matthews-MacBook-Pro-4 com.apple.launchd[1] (com.daz3d.content_management_service): Throttling respawn: Will start in 10 seconds
    Sep  6 01:51:05 --- last message repeated 2 times ---
    Sep  6 01:51:05 Matthews-MacBook-Pro-4 com.apple.launchd[1] (com.daz3d.content_management_service): Throttling respawn: Will start in 10 seconds
    Below is the EtreSoft Analysis:
    Hardware Information:
              MacBook Pro - model: MacBookPro8,3
              1 2.4 GHz Intel Core i7 CPU: 4 cores
              4 GB RAM
    Startup Items:
              Cocktail - Path: /Library/StartupItems/Cocktail
              EyeConnect - Path: /Library/StartupItems/EyeConnect
    System Software:
              OS X 10.8.1 (12B19) - Uptime: 0 days 0:50
    Disk Information:
              TOSHIBA MK7559GSXF disk0 : (750.16 GB)
                        disk0s1 (disk0s1) <not mounted>: 209.7 MB
                        disk0s2 (disk0s2) <not mounted>: 749.16 GB
                        Recovery HD (disk0s3) <not mounted>: 650 MB
              MATSHITADVD-R   UJ-8A8
    USB Information:
              Apple Inc. FaceTime HD Camera (Built-in)
              Apple Inc. Apple Internal Keyboard / Trackpad
              Apple Inc. BRCM2070 Hub
                        Apple Inc. Bluetooth USB Host Controller
              PNY Technologies USB 2.0 FD 32.08 GB
                        disk2s1 (disk2s1) <not mounted>: 209.7 MB

    I'm having the same issue - started a few months ago and had to forcibly shut down the Mac. That killed the hard drive, so I got a new hard drive and had the Apple Store install Lion on it, then used Migration Assistant to bring files over. Since then I've upgraded to Mountain Lion and have been experiencing lots of beach balls, freezes, etc. They're so bad that I've had to forcibly shut down 3 times, and each time can't restart. Each time I've erased and done a clean install of Mountain Lion from a USB, then used migration assistant and time machine to bring files back. Just did this last night and am still getting tons of beach balls and freezes. Help please! Here's what Etresoft says.
    Hardware Information:
              MacBook Pro - model: MacBookPro8,1
              1 2.3 GHz Intel Core i5 CPU: 2 cores
              4 GB RAM
    Video Information:
              Intel HD Graphics 3000 - VRAM: 384 MB
    Startup Items:
              CiscoVPN - Path: /System/Library/StartupItems/CiscoVPN
              Parallels - Path: /Library/StartupItems/Parallels
    System Software:
              OS X 10.8.3 (12D78) - Uptime: 0 days 1:25
    Disk Information:
              WDC WD5000BPVT-00HXZT3 disk0 : (500.11 GB)
                        disk0s1 (disk0s1) <not mounted>: 209.7 MB
                        V (disk0s2) /: 499.25 GB (294.67 GB free)
                        Recovery HD (disk0s3) <not mounted>: 650 MB
              MATSHITADVD-R   UJ-8A8 
    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
    FireWire Information:
    Kernel Extensions:
    Problem System Launch Daemons:
    Problem System Launch Agents:
                     [failed] com.apple.accountsd.plist
                     [failed] com.apple.mrt.uiagent.plist
    Launch Daemons:
                     [loaded] com.adobe.fpsaud.plist
                     [loaded] com.backblaze.bzserv.plist
                     [loaded] com.google.keystone.daemon.plist
                     [loaded] com.microsoft.office.licensing.helper.plist
    Launch Agents:
                     [loaded] com.google.keystone.agent.plist
                     [loaded] com.puredigitaltechnologies.FlipShare.AutoRun.plist
                     [loaded] jp.co.canon.CUPSCMFP.BG.plist
                     [failed] jp.co.canon.CUPSPS2.BG.plist
                     [loaded] jp.co.canon.UFR2.BG.plist
    User Launch Agents:
                     [loaded] com.adobe.ARM.202f4087f2bbde52e3ac2df389f53a4f123223c9cc56a8fd83a6f7ae.plist
                     [failed] com.apple.CSConfigDotMacCert-paul.graham...plist
                     [loaded] com.backblaze.bzbmenu.plist
                     [failed] com.facebook.videochat.paulburke.plist
                     [loaded] com.microsoft.LaunchAgent.SyncServicesAgent.plist
    User Login Items:
              Microsoft Database Daemon
              iTunesHelper
              Dropbox
    3rd Party Preference Panes:
              Backblaze Backup
              Flash Player
    Internet Plug-ins:
              AdobePDFViewer.plugin
              AdobePDFViewerNPAPI.plugin
              Flip4Mac WMV Plugin.plugin
              DivXBrowserPlugin.plugin
              Flash Player.plugin
              FlashPlayer-10.6.plugin
              googletalkbrowserplugin.plugin
              iPhotoPhotocast.plugin
              JavaAppletPlugin.plugin
              npg.plugin
              npgtpo3dautoplugin.plugin
              o1dbrowserplugin.plugin
              OfficeLiveBrowserPlugin.plugin
              QuickTime Plugin.plugin
              RealPlayer Plugin.plugin
              SharePointBrowserPlugin.plugin
              Silverlight.plugin
    User Internet Plug-ins:
              WebEx64.plugin
    Bad Fonts:
              None
    Top Processes by CPU:
                  27%          mds
                   3%          WindowServer
                   2%          EtreCheck
                   2%          Skype
                   2%          hidd
                   1%          bztransmit
                   1%          fontd
                   1%          WebProcess
                   0%          Console
                   0%          mtmfs
    Top Processes by Memory:
              496 MB          Mail
              283 MB          WebProcess
              229 MB          bztransmit
              202 MB          mds
              164 MB          Safari
              139 MB          Skype
              66 MB          SyncServicesAgent
              57 MB          WindowServer
              53 MB          Finder
              41 MB          PluginProcess

  • Error message while opening a project: "an error was encountered while loading the image"

    We've run into a new error message here today:
    an error was encountered while loading the image
    It appears when we try to load a recorded project. It occurs on both the cp-file and the backup file.
    It's on a windows 7-machine.
    Anyone encountered it and knows what it means?
    is the project lost forever?

    Hi there
    Hmmm, it may be related to Windows 7, but let's check the obvious stuff first.
    Where exactly is th project if you locate it using Windows Explorer? Is it found on your local C drive or is it found on a network drive?
    If it's on a network drive, please note that Captivate has never worked well with projects being edited while they are on network resources. So the first step in this case (assuming that's where the project is) would be to move the project file off the network and onto the local C drive. Then try opening again.
    Assuming the project isn't on a network, all still may not be lost. The next thing to try would be to create a new blank project sized identically to the one that seems to have gone south. Then click File > Import > Slides/Objects and see if you can import the content from the errant project into the new.
    And if those steps fail, it's likely time to restart from scratch. But depending on what you have done so far and how you have done it, you might be able to salvage some of it by playing back the content (assuming you have published it during testing) and record what you are playing back with Captivate.
    Best of luck to you in sorting things. You should also consider filing a Bug Report.
    Cheers... Rick
    Helpful and Handy Links
    Captivate Wish Form/Bug Reporting Form
    Adobe Certified Captivate Training
    SorcerStone Blog
    Captivate eBooks

  • Cannot View the Employee Salary Report in BI Publisher

    Hi, everyone,
    I have installed the Standalone version of bi publisher for windows (bipublisher_windows_x86_101341).
    I have logged in as administrator, I have connected to my oracle database 11g thru jdbc succesfully. i cannot view the Employee Salary report. It gives me the error
    Paramter name: dept Io exception: Invalid number format for port number.
    The sample schemas are also installed on my database.
    Could anyone guide me as i am very new to bi publisher.
    Thanks in advance....

    Hi Can you please let me know what did you do to fix this issue. I am having same issue. Thanks in advance.

  • Cannot download Photoshop with the exact same adjustments I downloaded InDesign with.

    Hi there, and thanks for your help.
    I try to start the download from my Firefox12. (The same way I did when I successfully downloaded InDesign.) Adobe Downloader starts. (I also tried starting the Downloader beforehand, to no avail.) Sometimes nothing happens, sometimes I get as far as to be asked where I want the program to be installed. Then the download won't start and a little grey sentence tells me to sign in again do Adobe Downloader, which I had of course done before to get thus far.
    Your help will be greatly appreciated.

    Hi Jeff,
    I tried to choose the file /adobe that I downloaded InDesign into as well
    as /program files (x86).
    I do not get any specific error messages.
    The download simply will not start.
    I use Windows7, by the way.
    Thanks for  helping!
    Nik
    2012/5/20 Jeff A Wright <[email protected]>
       Re: Cannot download Photoshop with the exact same adjustments I
    downloaded InDesign with.  created by Jeff A Wright<http://forums.adobe.com/people/JeffAWright>in
    Trial Download & Install FAQ - View the full discussion<http://forums.adobe.com/message/4422620#4422620

  • On a Mac, in Adobe Photoshop CC 2014, when adding audio to an edit, i get the message "Could not complete your request, because Dynamiclink is not available". When performing the exact same operation in Adobe Photoshop CC, i can add audio in the same way,

    On a Mac, in Adobe Photoshop CC 2014, when adding audio to an edit, i get the message "Could not complete your request, because Dynamiclink is not available".
    When performing the exact same operation in Adobe Photoshop CC, i can add audio in the same way, no error message. Any ideas to solve this, anyone? Would be greatly appreciated.

    I tried to update and it keeps telling me to get the Application Manager. And this is what happens
    Adobe Application Manager failed and it told me to download the Adobe Support Advisor.
    Adobe Support Advisor told me that there was an issue:" cpsid_82829s1: "A restart is pending," bootstrapper error has occurred. "Token Number: 40-87772-063201122012
    I followed the instructions it gave me to correct this issue:
    If you receive the error "Installer has detected that a machine restart is pending. It is recommended that you quit the installer, restart try again," do the following:
    #Restart the computer and try the installation again.
    #If the installation fails, delete the InProgress registry key: 
    Disclaimer: This procedure involves editing the Windows registry. Adobe doesn't provide support for editing the registry, which contains critical system and application information. Make sure to back up the registry before editing it. For more information about the registry, see Windows registry information for advanced users on the Microsoft support site, or contact Microsoft. 
    Launch Windows Registry Editor.
    (Windows XP) Choose Start > Run, type regedit in the Open text box and click OK.
    (Windows Vista/ Windows 7) Choose Start, type regedit in the Search box, and press Enter.
    Navigate to HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager.
    Delete the InProgress key.
    I was not able to find the "InProgress" key.

Maybe you are looking for

  • Sale quantity is not updated in COPA report

    Dear All I am using Account based COPA. In the report COGS and the revenue is captured correctly, but the quantity is not coming. While seeing the line items I found that at the time of PGI one line item with +ve quantity is generated and at invoicin

  • IOS4 Update on 3GS New Restore- "iPhone (Name) is in use by another user"

    The initial problem I encountered on my 3GS to iOS4 update was I couldn't do ANYTHING that required the network, e.g. Facebook, Safari, certain apps, youtube and more. I was told by an Apple in-store rep to restore AS NEW IPHONE instead of using my b

  • Z60M Touchpad Right/Left Click Not Working

    I'm baffled.  I can move the pointer all day long with the touchpad, but I cannot select anything by tapping nor with the left and right buttons.  According the BIOS, everything with the ultranav seems normal and active.  I cracked open the palmrest

  • External Service data

    Dear Friends, I am in the process of preparing a report which contains all the details pertaining to a workorder . It is just an ALV form of document flow for a maintenance order . I don't know how to retrieve the service related data from the table

  • Blackberry Desktop Software 6.1.0.35 fails to launch with "BlackBerry Desktop Software has stopped working"

    OS: Windows 7 32bit BB Desktop Manager version: 6.1.0.35 I bought a new notebook a few days ago and tried to install the above software (latest version) from Blackberry's website. The whole thing installed fine but when I tried to launch it after in