XML-tree in memory after closing XmlResults

Hi,
is there a way to have a parsed xml-tree in memory which represents XmlValue objects after I close corresponding XmlResults. I want to have smth like nu.xom.Document (or any analogues).
The closest solution I've found so far is getting node handle, and then reconstruct XmlResults out of it by calling XmlContainer.getNode(java.lang.String). But it's not exactly what I want to have. I might not have an access to the container object, or it might be closed already. The another poor-man solution is to get a string by XmlValue.asString() and feed it into e.g. XOM's Builder.build(). But it's tremendously inefficient.
Does anybody have smth better in his mind?
P.S. I still want to retrieve documents lazily, but in case of a necessity get an XML-tree into memory.
Thanks,
Vyacheslav

Thanks, George! I'm eager to have the new release :-) When is it approximately going to appear?
Maybe XmlDocument.fetchAllData() can serve as a temporary solution for the current release?
P.S. I was thinking about that integration with XOM (or something like this would be great).
Vyacheslav
Edited by: detonator413 on Feb 27, 2009 7:12 AM

Similar Messages

  • Firefox stays active in memory after closing program

    After closing Firefox and restarting the progam after a while, a popup message appears saying Firefox is allready active (message in dutch) and Firefox does not (re)start. It is not an active window however, since I closed it down...
    When I press alt-ctr-del, Firefox can be found as "active"in the processes-tab.
    To re-start Firefox I now manually must click on "end process" and now Firefox starts without problem.
    This happens on each occasion after closing the program.
    Anyone know how to solve it? Help appreciated!

    Please read this article:
    http://support.mozilla.com/pt-BR/kb/Firefox+hangs#Hang_at_exit

  • How to free the memory after closing JavaFX Stage?

    I am creating a JavaFx application which contain a button. When I click on that button, it opens a new stage containing a table with thousands of data. It's working fine. But the problem is, when I close the Stage of that table, memory is not getting free by the application i.e. everytime when I open the new stage for table then memory is get increased. Is there any issue with JavaFX? or I have to do something else?
    I have tried to set everything null at the time of closing of that stage but still memory is not getting free.
    My button click code is :
    btn.setOnAction(new EventHandler<ActionEvent>() {
                @Override
                public void handle(ActionEvent event) {
                    Stage stage = new Stage();
                    Table1Controller controller = (Table1Controller) Utility.replaceScene("/tablesample/Table1.fxml", stage);
                    controller.init(stage);
                    stage.setTitle("Sample");
                    stage.setWidth(583.0);
                    stage.setHeight(485.0);
                    stage.initModality(Modality.APPLICATION_MODAL);
                    InputStream in = TableSample.class.getResourceAsStream("icon_small.png");
                    try {
                        stage.getIcons().add(new Image(in));
                    } finally {
                        try {
                            in.close();
                        } catch (IOException ex) {
                    stage.show();
    Utility.replacescene method : It loads the scene from given fxml and set to stage. At final It return controller object for that scene.
    public static Initializable replaceScene(String fXml, Stage mystage) {
            InputStream in = null;
            try {
                FXMLLoader loader = new FXMLLoader();
                in = Utility.class.getResourceAsStream(fXml);
                loader.setLocation(Utility.class.getResource(fXml));
                loader.setBuilderFactory(new JavaFXBuilderFactory());
                AnchorPane page;
                try {
                    page = (AnchorPane) loader.load(in);
                } finally {
                    in.close();
                Scene scene = new Scene(page);
                mystage.setScene(scene);
                return loader.getController();
            } catch (Exception ex) {
                return null;
        }Thanks

    Is there any issue with JavaFX? or I have to do something else?It's likely an issue with your application code (though it could be a bug in the JavaFX platform too).
    Either way debugging most memory issues in JavaFX (except for ones the graphics card texture related) is the same as debugging them in Java - so just use standard Java profiling tools to try to track down any memory leaks you have.
    Such work is as much an art as a science and takes some experience to get right, so grab your detective cap, download and use the tools linked and try and track it down:
    http://stackoverflow.com/questions/6470651/creating-a-memory-leak-with-java
    http://resources.ej-technologies.com/jprofiler/help/doc/indexRedirect.html?http&&&resources.ej-technologies.com/jprofiler/help/doc/helptopics/memory/memoryLeak.html
    http://www.ej-technologies.com/products/jprofiler/overview.html (recommended tool).
    http://visualvm.java.net/
    http://netbeans.org/kb/articles/nb-profiler-uncoveringleaks_pt1.html
    http://www.ibm.com/developerworks/library/j-leaks/ (this link is really old and somewhat outdated but explains some of the underlying concepts better than some newer articles I found).

  • Soundbooth CS5 windows stays in active memory after closing

    Does/has this happened to anyone else? Every single time I open up Soundbooth, use it, then close it, it actually stays active in my memory. I open up Windows Task Manager and there it is, typically using about 50% of the CPU resources until I kill it. This happens every single time.
    In fact, if I've closed soundbooth, but DON'T open WTM and kill it, when I go to open up soundbooth again, it tells me I have another active session and asks if I'd like to close it.
    I couldn't find anything about this in the forums or elsewhere; havent contacted support yet... its more annoying than anything else.
    I'm running Windows 7 ultimate, 64 bit, and Adobe CS5, with 4gb of RAM.
    Anyone have thoughts on this?
    It doesn't happen with other programs in the suite, though the same thing regularly happens with firefox...
    Thanks!
    Richard

    Please read this article:
    http://support.mozilla.com/pt-BR/kb/Firefox+hangs#Hang_at_exit

  • Photoshop does not release memory after closing document.

    When I close a large document Photoshop does not release the memory. If I open another document the program is slow and not resposive. If I close out of Photoshop and restart it then load the other document it is quick and responsive again.

    A bit late to the party here but this issue is still live and I can't find anything else on the forum similar to it (apologies if there is).
    Photoshop does not seem to re-use memory it just keep allocating new right up to the limit before the prog crashes (same applies to Fireworks) so any batch/script processing of more than a handful of files is impossible.
    I am Photoshop via Creative Cloud (so I am always updated to your latest release), Windows 7 64k with 8Mb memory and am using Norton Intenet Security 20.3.1.22 which is updated daily.

  • Executable VI remains in memory after closing the program

    Using LabVIEW 8.5.1
    I've had two problems like this now.  One in a vista machine and the other in a windows 2000 machine.  The program is the same with minor changes between the machines.  At first I thought the problem was in the installer and I had to change the target OS to Vista only, but now I'm not sure that is the issue as it is happening in a win2K machine as well.
    The program runs fine but when we stop the execution and then close the program by hitting the X on the upper right corner of the window it closes the window but the instance remains loaded in memory and I have to go to the task manager to end the task. 
    Any leads on the fixt to this would be helpful.
    Thanks,

    I will check for code left running as this may be the most likely cause.
    As to what Pnt wrote:
    "Although i don't agree with your programming style. The program should not be terminated at that point. It should pass to an idle state, waiting either for a button "Run" to be pressed, or the "X"."
    I am giving you a glimpse of what the code does.  I'm not saying that I'm an expert programer as it is not my full time responsibility.  However, I am asking for help on figuring out what is going on with my code and I understand that it will be hard to pin point the problem without posting the entire program for members to disect.  Having said that, it would also be difficult to get but a glimpse on my programming style without me posting what I would consider a finished program.  For example, (here is another glimpse at my style) the program does go into an idle state waiting for the user to run another recipe or to terminate the program.  If the user decides to run a recipe but needs to abort the recipe, there is an option to do that and the program goes back to idle.  Further more the program can only be stopped while it is idle, a recipe has to be aborted prior to stopping the program (this is required to avoid leaving the furnace in an unsafe state) unless the user forces the program to quit by way of the "end task" which thanks to the note posted in a previous reply I know how to hadle now...  
    Sorry for the deviation from the actual topic, I could go on and on about what the program is supposed to do and how I'm meeting the end user requirements but I don't see the value of that at the momment.

  • Reader 9.3 causing IE to stay in processes after closing

    After installing the latest Reader (9.3) for a client, their Internet Explorer remains in memory after closing it completely (iexplore.exe processes stay in task manager).  This wouldn't be a problem because IE still starts back up just fine, but it causes another program they use to hang when they are trying to perform some tasks in it.  When it hangs, I can close out the processes, but there's a 50/50 chance it stops hanging and continues or stays hung up.  After uninstalling Reader, IE closes out fine and immediately, and their other program works fine.  The other program is a little older, most likely a Windows 3.1 16-bit program.  I was not yet been able to disable the Link Helper add-on for IE to see if that was the cause.  Any other ideas?

    Try this:
    Right click on the IE8 icon in the taskbar. A menu pops ups up. Right click again on "Internet Explorer". Then left click on "Run as administrator". I had a different problem with Reader and this solved the problem. The problem I had was I could not save pdf files in IE8. This solved that problem.

  • PS Touch Android does not release memory when closed.

    I have to force closure with Task Manager on my Samsung Note 2 running JB 4.1. Why and when will it be fixed?

    Hi Ignacio,
    Sorry for the lack of information - I had typed more complete description, but had trouble posting it.
    The app is installed on a Samsung Galaxy Note 2 phone that is running Jellybean 4.1.1.
    The only way I can see to exit the application is by using the "back" soft key under the screen on the right. Some apps have an "exit" choice under the "menu" soft key, but that key is not active with PSTouch.
    I see the same issue with Google Chrome. The menu key is active with this app, but it does not have an "exit" choice.
    With both these apps, I have to go to the "Active Apps" tab of the Task Manager to release memory.
    There is one difference with PS Touch. Google Chrome always starts the same way whether or not I release it's memory. With PS Touch, if I release memory after closing with the back key, the next time I start it I get an initial royal blue screen with the PS Touch icon in the middle followed by a second screen with a menu in the middle titled "New Project From". If I exit at that point, it takes two presses of the back key to first close the menu and then exit the program and return to a home screen. If I do not release memory, the next time I start PS Touch, it goes directly to the second screen, but without the "New Project From" menu.
    I hope this gives you the information you need.
                      Pete

  • Deleting Nodes from XML Tree (JTree)

    I have created a XML Tree(extended from JTree) using XNodes ( extended from DefaultMutableTreeNode)
    After some insertions, i need to delete certain nodes from the XML Tree.. but after deletion, XNode will be null.
    subroutine is as follows...
    appreciates any advice
    Thanx
    private XNode RemoveExtraNode( XNode xNode ){
    int child;
    String nodeType;
    XNode childNode=null;
    if ( (child=xNode.getChildCount() ) > 0){
    for(int i=0;i<child;i++){
    childNode=(XNode)xNode.getChildAt(i);          
         nodeType = childNode.getType();
         if(nodeType.equals("DTD") )
         childNode.removeFromParent();
    }//end for (int i=1;i<child;i++)
    }//endif((child=xNode.getChildCount())!=0)
    return xNode;     
    }//RemoveExtraNode

    Hi IKEDA
    Thanx for the reply.
    I have tried xNode.remove(childNode) b4 and it still return a null JTree.
    Anyway fyi i discover i can delete last child of xNode and return the correct java tree. therefore to delete a node of my choice i simply insert its next sibling nodes in its place and delete that particular node when it becomes the last child.

  • Window Memory usage even after closing windows

    I've included links to a test app that does nothing but
    launch a window, play a sound, close window / repeat.
    When application launches it uses about 20mb of memory. When
    you click on the only button, it will launch a secondary window
    that will simply play a wav file. (I set the volume low but you may
    want to mute it :D)
    After launching and closing the window several times the
    memory usage goes up considerably and *never* falls back a
    significant %. (I got it to about 100MB before I decided to quit
    trying to increase the memory usage. Right now it's been running
    w/o any user interaction since opening about 10 windows and it's
    fairly stable at around 61MB (although that appears to be
    increasing w/o user interaction).
    Does anyone know of any methods I can use to ensure that the
    memory consumed by secondary windows does not just persist forever
    even after closing the window? Is there something I'm doing wrong
    here?
    Example Code:
    http://www.vf-server.com/air/memorytest.air
    (AIR)
    http://www.vf-server.com/air/memorytest.zip
    (source ZIP)
    Note: When I *minimize* the window it looks like garbage
    collection is forced and app drops back to 11MB (on restore back to
    19mb).
    Edit: note in your task manager, application appears as
    JBTest.exe

    You can call System.gc() to force the garbage collector to
    run.
    Try removing the event listeners when they aren't needed
    anymore. I think it is more difficult for the gc to cleanup objects
    when there are host objects (like Sound) refering to JavaScript
    objects and JavaScript objects refering to host objects, so you
    need to be especially careful about those. It SHOULD clean them up
    eventually, but it may take longer for it to figure out that those
    objects are no longer in use.
    You might also clear the secondaryWindow reference in the
    parent document when the window closes. That reference might retard
    garbage collection, too.

  • Firefox doesn't close but hangs in the background after closing it using up excessive memory up to 2gb.

    When Firefox 8 loses connection to certain websites and I have to close it from the lower taskbar, it hangs in the background on task manager using excessive memory even after it is closed. I have seen it use up to 2gb of memory while closed but still hanging in the background in task manager. My computer slows down and when I try to open another browser window the little loading icon goes around and around so I check to see what is making it so slow. It is always firefox 8 hanging in the background using memory. I have 8gb of ddr2 memory on this 64 bit computer it shouldn't be slowing down because of a browser bug but it does.

    From what I have been reading from other posts on this forum, the
    issue may be caused by the clear history settings.
    Press the '''<Alt>''' or '''<F10>''' key to bring up the tool bar.
    Followed by;
    Windows; '''Tools > Options'''
    Linux; '''Edit > Preferences'''
    Mac; ''application name'' '''> Preferences'''
    Then '''Privacy'''.
    The button next to '''History''', select '''Use Custom Settings'''.
    At the bottom of the page, turn on '''Clear History When Firefox Closes.'''
    At the far right, press the '''Settings''' button. Turn on ONLY '''Cache''' and
    '''Form And Search History''' leaving the others off.
    This is not a cure but will make it easier if Firefox locks up.
    '''https://support.mozilla.org/questions/997866?esab=a&s=&r=1&as=s''' {web link}

  • After closing Firefox to use IE8 or any other program, everything is very choppy and slow. I have to go into Taskbar, Processes, and close firefox.exe manually (which is using up all the memory/CPU). Then, and only then, does everything behave normally. W

    After closing Firefox to use IE8 or any other program (like InterVideo to watch a DVD), everything is very choppy and slow. I have to go into Taskbar, Processes, and close firefox.exe manually (which is using up all the memory/CPU and should have closed before). Then, and only then, does everything behave normally. What is going on and what am I doing wrong or missing??
    == This happened ==
    Every time Firefox opened
    == about a couple months ago and happens every time I close Firefox.

    <u>'''Kill Application'''</u>
    In Task Manager, does firefox.exe show in the <u>'''Processes'''</u> tab?
    See: '''[http://kb.mozillazine.org/Kill_application Kill Application]'''
    '''<u>Causes and solutions for Firefox hanging at exit:</u>'''
    '''[[Firefox hangs]]'''
    '''[http://kb.mozillazine.org/Firefox_hangs#Hang_at_exit Firefox hangs at exit (Mozillazine article)]'''
    '''[[Firefox is already running but is not responding]]'''
    <u>'''Safe Mode'''</u>
    You may need to use '''[[Safe Mode]]''' (click on "Safe Mode" and read) to localize the problem. Firefox SafeMode is a diagnostic mode that disables extensions and some other features of Firefox. If you are using a theme, switch to the DEFAULT theme: Tools > Add-ons > Themes before starting Safe Mode. When entering Safe Mode, do not check any items on the entry window, just click "Continue in Safe Mode". Test to see if the problem you are experiencing is corrected.
    See:
    '''[[Troubleshooting extensions and themes]]'''
    '''[[Troubleshooting plugins]]'''
    '''[[Basic Troubleshooting]]'''
    If the problem does not occur in Safe-mode then disable all of your extensions and then try to find which is causing it by enabling one at a time until the problem reappears. You have to close and restart Firefox after each change via File > Restart Firefox (on Mac: Firefox > Quit). You can use "Disable all add-ons" on the Safe mode start window.
    <u>'''''Other Issues''''': to correct security/stability issues</u>
    <u>'''Update Java'''</u>: your ver. 1.6.0.19; current ver. 1.6.0.20 (<u>important security update 04-15-2010</u>)
    ''(Windows users: Do the manual update; very easy.)''
    See: '''[http://support.mozilla.com/en-US/kb/Using+the+Java+plugin+with+Firefox#Updates Updating Java]'''
    Do the update with Firefox closed.

  • Excel remains in memory after using by DOI.

    Hi.
    I'm trying to use DOI but
    Excel instance remains in memory after I have run macro and leave program. If I don't run any macro - everything is Ok.
    I run macro by this way:
        CALL METHOD document->execute_macro
          EXPORTING
            macro_string = 'MyMacro'
            param_count  = 0
          IMPORTING
            error      = error.
    Before leaving the program I release DOI objects as in demo
        IF NOT documentproxy IS INITIAL.
          CALL METHOD documentproxy->close_document.
          CALL METHOD c_oi_errors=>show_message
            EXPORTING
              type = 'E'.
          FREE documentproxy.
        ENDIF.
        IF NOT olecontrol IS INITIAL.
          CALL METHOD olecontrol->destroy_control.
          FREE olecontrol.
        ENDIF.
    Thanks for your help.
    Mike Menkov.

    Hello, long time no see,
    but anyway, executing a macro prevents excel then to be closed over ole, as i've tried many ways to get it done, here is a work-around.
    it's frustating that I cannot use excel as Inplace there, because users could then easily USE or even UPLOAD their own excel-spreadsheets over the custom control with the use of ALV-Grid firstly, wich is really nice. Because of this 'bug', (i think it definitely is one, but don't know on wich side, MS or SAP) excel-spreadsheet functionality over ALV-Grid imho simply cannot be used fine with spreadsheets containing 'bigger' macros which where executed over ole - in eo_start_macro.
    For closing this issue, I just wanted to add how I could 'overcome' the sympthoms of this still remaining temp-files (+excel holding them open) when using excel + ole automation over SAPGUI:
    You could just NOT use excel "Inplace" on a custom control of a dynpro, but outside SAP, still OLE-driven.
    Start it in foreground guarantees you can close the temp-file with or without saving at a time and not surprisingly at the end on shutdown, because the controls of excel (and excel as a whole) are visible anytime - ole automation works also fine this way.
    This is the order of preparing excel and setting data into it i've done it, therefore i've created a single include for all the excel-ole stuff:
    (complete source could be looked up at http://pastebin.com/zmr6xdZm)
    1.eo_get_templ_uri
    2.eo_build_spreadsheet_interface - goes ahead with parameter inplace_enabled = SPACE
    3.eo_build_named_area
    4.eo_set_data_into_sheet
    5.eo_start_macro
    after the data is sent to excel (+ the macro on the spreadsheet has done it's job), excel is holding the filled temp file (spreadsheet) in foreground, so users can directly close it with- or without saving.
    *** using inplace_enabled = SPACE here, on Initializing the control
    CALL METHOD cl_control->init_control
       EXPORTING
         inplace_enabled          = ' '
         no_flush                 = 'X'
         INPLACE_SHOW_TOOLBARS    = insert_toolbar
         r3_application_name      = sy-cprog
         parent                   = cl_container
       IMPORTING
         error                    = error
       EXCEPTIONS
    *          javabeannotsupported     = 1  " ex. nicht im Minisap
         OTHERS                   = 2.
    *** and on Load document from BOR
         CALL METHOD cl_document->open_document
         EXPORTING
           "startup_macro    = 'DieseArbeitsmappe.start' "funkt nicht
           document_title = sy-cprog
           document_url   = doc_url
           no_flush       = 'X'
           open_inplace   = '  '
         IMPORTING
           retcode          = soiret
           error          = error.
         APPEND error TO t_errors.
       ENDIF.
    Cheers,
    David

  • Why do I have time machine disk problem after closing and later reopening clamshell.

    I consistently see the following after closing and later reopening my Macbook Pro (5,1). I have to unplug and replug my Time Machine USB drive.
    The only thing new is Mountain Lion. The Time Machine disk has 229 GB free of 1.5 TB. I never had to unplug this drive under Lion.
    Does anyone have any idea what is going on? I ran disc repair on Time Machine Drive yesterday, but it found nothing.
    Here is what I see:
    (Window 1)The disk was not properly ejected. if possiblem always eject .....
    (Window 2)The disk you inserted was not readable by this computer.
    Following is console copy/paste starting long before. Today's incident is at 8:00 am Sun Aug 26, 2012.
    8/24/12 3:04:40.341 PM WindowServer[157]: CGXMoveWindowListToWorkspace: Invalid workspace id: -1
    8/24/12 3:04:52.678 PM WindowServer[157]: CGXMoveWindowListToWorkspace: Invalid workspace id: -1
    8/24/12 3:04:57.881 PM prl_client_app[330]: customWindowsToExitFullScreenForWindowIMP called for window <QCocoaWindow: 0x113946150>
    8/24/12 3:04:57.946 PM prl_client_app[330]: Window will exit full screen!
    8/24/12 3:04:58.037 PM prl_client_app[330]: windowDidFailToExitFullScreenIMP called for window <QCocoaWindow: 0x113946150>
    8/24/12 3:04:59.371 PM WindowServer[157]: CGXMoveWindowListToWorkspace: Invalid workspace id: -1
    8/24/12 3:04:59.707 PM WinAppHelper[7346]: NSDocumentController Info.plist warning: The values of CFBundleTypeRole entries must be 'Editor', 'Viewer', 'None', or 'Shell'.
    8/24/12 3:05:10.991 PM mdworker[7348]: code validation failed in the process of getting signing information; codeRef: 0x7f8b92810bc0
    8/24/12 3:05:10.991 PM mdworker[7348]: code validation failed in the process of getting signing information; codeRef: 0x7f8b92810bc0
    8/24/12 3:05:11.509 PM Neat[4403]: Info: -[NRMSyncToolBarItem showSyncInactiveIcon] : Updating Sync Icon to InActive
    8/24/12 3:05:13.000 PM kernel[0]: nspace-handler-set-snapshot-time: 1345835115
    8/24/12 3:05:19.857 PM Neat[4403]: ApplicationShutdown:  :
    8/24/12 3:05:27.872 PM WindowServer[157]: CGXRegisterWindowWithSystemStatusBar: window 6ad already registered
    8/24/12 3:06:07.746 PM lsboxd[422]: @AE relay 4755524c:4755524c
    8/24/12 3:06:08.062 PM WindowServer[157]: CGXRegisterWindowWithSystemStatusBar: window 6ad already registered
    8/24/12 3:06:57.819 PM WindowServer[157]: CGXRegisterWindowWithSystemStatusBar: window 6ad already registered
    8/24/12 3:08:15.168 PM assistantd[7337]: <Error>: AceConnection - NSStreamEventErrorOccurred <__NSCFInputStream: 0x7fade0c50b10>, error = Error Domain=NSPOSIXErrorDomain Code=54 "The operation couldn’t be completed. Connection reset by peer", domain = NSPOSIXErrorDomain, code = 54
    8/24/12 3:08:15.180 PM assistantd[7337]: <Error>: Session - Connection error: <ADAceConnection: 0x7fade0c462b0> Error Domain=NSPOSIXErrorDomain Code=54 "The operation couldn’t be completed. Connection reset by peer"
    8/24/12 3:08:15.192 PM assistantd[7337]: <Error>: Daemon - Session Error Error Domain=NSPOSIXErrorDomain Code=54 "The operation couldn’t be completed. Connection reset by peer"
    8/24/12 3:08:27.999 PM lsboxd[422]: @AE relay 4755524c:4755524c
    8/24/12 3:08:28.320 PM WindowServer[157]: CGXRegisterWindowWithSystemStatusBar: window 6ad already registered
    8/24/12 3:11:45.686 PM WindowServer[157]: CGXSetWindowBackgroundBlurRadius: Invalid window 0xffffffff
    8/24/12 3:11:45.687 PM loginwindow[43]: find_shared_window: WID -1
    8/24/12 3:11:45.687 PM loginwindow[43]: CGSGetWindowTags: Invalid window 0xffffffff
    8/24/12 3:11:45.687 PM loginwindow[43]: find_shared_window: WID -1
    8/24/12 3:11:45.687 PM loginwindow[43]: CGSSetWindowTags: Invalid window 0xffffffff
    8/24/12 3:11:46.411 PM WindowServer[157]: Created shield window 0xd42 for display 0x04272100
    8/24/12 3:11:46.411 PM WindowServer[157]: device_generate_desktop_screenshot: authw 0x7ff1dbb1e9a0(2000), shield 0x7ff1dbb305b0(2001)
    8/24/12 3:11:47.449 PM WindowServer[157]: device_generate_lock_screen_screenshot: authw 0x7ff1dbb1e9a0(2000), shield 0x7ff1dbb305b0(2001)
    8/24/12 3:11:48.023 PM com.apple.time[11]: Next maintenance wake [Backup Interval]: <date: 0x7fdbb1620890> Fri Aug 24 15:22:39 2012 EDT (approx)
    8/24/12 3:11:48.024 PM com.apple.time[11]: Requesting maintenance wake [Backup Interval]: <date: 0x7fdbb1620890> Fri Aug 24 15:22:39 2012 EDT (approx)
    8/24/12 3:11:48.000 PM kernel[0]: /drv/ MacDevice.cpp:598   com_parallels_hypervisor_client::powerDownHandler: message e0000280
    8/24/12 3:11:48.000 PM kernel[0]: hibernate image path: /var/vm/sleepimage
    8/24/12 3:11:48.000 PM kernel[0]: sizeof(IOHibernateImageHeader) == 512
    8/24/12 3:11:48.000 PM kernel[0]: AirPort_Brcm43xx::powerChange: System Sleep
    8/24/12 3:11:48.000 PM kernel[0]: kern_open_file_for_direct_io(0) took 54 ms
    8/24/12 3:11:48.000 PM kernel[0]: Opened file /var/vm/sleepimage, size 8589934592, partition base 0x0, maxio 400000 ssd 0
    8/24/12 3:11:48.000 PM kernel[0]: hibernate image major 1, minor 0, blocksize 512, pollers 4
    8/24/12 3:11:48.000 PM kernel[0]: hibernate_alloc_pages flags 00000000, gobbling 0 pages
    8/24/12 3:11:48.000 PM kernel[0]: hibernate_setup(0) took 0 ms
    8/24/12 3:11:48.000 PM kernel[0]: /drv/ MacModule.cpp:304   powerStateWillChangeTo: flags=4 stateNumber=2
    8/24/12 3:11:48.000 PM kernel[0]: /drv/ MacModule.cpp:309   powerStateWillChangeTo: found flag=kIOPMSleepCapability (4)
    8/24/12 3:11:48.000 PM kernel[0]: 00000000  00000020  NVEthernet::setLinkStatus - not Active
    8/24/12 3:11:48.000 PM kernel[0]: /drv/ MacModule.cpp:304   powerStateDidChangeTo: flags=4 stateNumber=2
    8/24/12 3:11:48.000 PM kernel[0]: /drv/ MacModule.cpp:309   powerStateDidChangeTo: found flag=kIOPMSleepCapability (4)
    8/24/12 3:11:48.000 PM kernel[0]: hibernate_page_list_setall start 0xffffff80e35d1000, 0xffffff80e3610000
    8/24/12 3:12:21.000 PM kernel[0]: hibernate_page_list_setall time: 656 ms
    8/24/12 3:12:21.000 PM kernel[0]: pages 1840162, wire 489775, act 447054, inact 1711, cleaned 0 spec 26, zf 58500, throt 0, could discard act 262891 inact 476243 purgeable 23095 spec 58321 cleaned 22546
    8/24/12 3:12:21.000 PM kernel[0]: hibernate_page_list_setall found pageCount 997066
    8/24/12 3:12:21.000 PM kernel[0]: IOHibernatePollerOpen, ml_get_interrupts_enabled 0
    8/24/12 3:12:21.000 PM kernel[0]: IOHibernatePollerOpen(0)
    8/24/12 3:12:21.000 PM kernel[0]: encryptStart 132b0
    8/24/12 3:12:21.000 PM kernel[0]: writing 994117 pages
    8/24/12 3:12:21.000 PM kernel[0]: encryptEnd 28bb9600
    8/24/12 3:12:21.000 PM kernel[0]: image1Size 0x31f56600, encryptStart1 0x132b0, End1 0x28bb9600
    8/24/12 3:12:21.000 PM kernel[0]: encryptStart 31f56600
    8/24/12 3:12:21.000 PM kernel[0]: encryptEnd 6647b000
    8/24/12 3:12:21.000 PM kernel[0]: PMStats: Hibernate write took 31645 ms
    8/24/12 3:12:21.000 PM kernel[0]: all time: 31645 ms, comp bytes: 4072198144 time: 5166 ms 751 Mb/s, crypt bytes: 1561111888 time: 10064 ms 147 Mb/s,
    8/24/12 3:12:21.000 PM kernel[0]: image 1715974144, uncompressed 4072198144 (994189), compressed 1701090640 (41%), sum1 5919b4ee, sum2 60c7a072
    8/24/12 3:12:21.000 PM kernel[0]: wired_pages_encrypted 389582, wired_pages_clear 97316, dirty_pages_encrypted 507291
    8/24/12 3:12:21.000 PM kernel[0]: hibernate_write_image done(0)
    8/24/12 3:12:21.000 PM kernel[0]: sleep
    8/24/12 3:50:20.616 PM WindowServer[157]: handle_will_sleep_auth_and_shield_windows: releasing authw 0x7ff1dbb1e9a0(2004), shield 0x7ff1dbb305b0(2001), lock state 3
    8/24/12 3:50:20.616 PM WindowServer[157]: handle_will_sleep_auth_and_shield_windows: err 0x0
    8/24/12 3:50:20.000 PM kernel[0]: Wake reason: EC LID0
    8/24/12 3:50:20.000 PM kernel[0]: AirPort_Brcm43xx::powerChange: System Wake - Full Wake/ Dark Wake / Maintenance wake
    8/24/12 3:50:20.000 PM kernel[0]: /drv/ MacModule.cpp:304   powerStateWillChangeTo: flags=2 stateNumber=3
    8/24/12 3:50:20.000 PM kernel[0]: /drv/ MacModule.cpp:305   powerStateWillChangeTo: found flag=kIOPMPowerOn (2)
    8/24/12 3:50:20.000 PM kernel[0]: /drv/ MacDevice.cpp:598   com_parallels_hypervisor_client::powerDownHandler: message e0000320
    8/24/12 3:50:20.000 PM kernel[0]: HID tickle 118 ms
    8/24/12 3:50:20.000 PM kernel[0]: /drv/ MacModule.cpp:304   powerStateDidChangeTo: flags=2 stateNumber=3
    8/24/12 3:50:20.000 PM kernel[0]: /drv/ MacModule.cpp:305   powerStateDidChangeTo: found flag=kIOPMPowerOn (2)
    8/24/12 3:50:20.000 PM kernel[0]: Previous Sleep Cause: 5
    8/24/12 3:50:20.000 PM kernel[0]: wlEvent: en1 en1 Link DOWN virtIf = 0
    8/24/12 3:50:20.000 PM kernel[0]: AirPort: Link Down on en1. Reason 8 (Disassociated because station leaving).
    8/24/12 3:50:20.000 PM kernel[0]: en1::IO80211Interface::postMessage bssid changed
    8/24/12 3:50:20.000 PM kernel[0]: en1: 802.11d country code set to 'X0'.
    8/24/12 3:50:20.000 PM kernel[0]: en1: Supported channels 1 2 3 4 5 6 7 8 9 10 11 36 40 44 48 52 56 60 64 100 104 108 112 116 120 124 128 132 136 140 149 153 157 161 165
    8/24/12 3:50:20.000 PM kernel[0]: 00000000  00000020  NVEthernet::setLinkStatus - not Active
    8/24/12 3:50:22.844 PM prl_naptd[230]: Reloading configuration...
    8/24/12 3:50:22.000 PM kernel[0]: /drv/ MacDevice.cpp:598   com_parallels_hypervisor_client::powerDownHandler: message e0000300
    8/24/12 3:50:22.952 PM prl_naptd[230]: vnic0: DHCP/NAT for 10.211.55.1-10.211.55.254 netmask 255.255.255.0
    8/24/12 3:50:22.967 PM prl_naptd[230]: vnic1: DHCP for 10.37.129.1-10.37.129.254 netmask 255.255.255.0
    8/24/12 3:50:23.000 PM kernel[0]: en1: 802.11d country code set to 'US'.
    8/24/12 3:50:23.000 PM kernel[0]: en1: Supported channels 1 2 3 4 5 6 7 8 9 10 11 36 40 44 48 52 56 60 64 100 104 108 112 116 120 124 128 132 136 140 149 153 157 161 165
    8/24/12 3:50:23.532 PM configd[16]: network changed: v4(en1-:192.168.0.180) DNS- Proxy- SMB
    8/24/12 3:50:23.000 PM kernel[0]: MacAuthEvent en1   Auth result for: 00:22:b0:b7:1a:9f  MAC AUTH succeeded
    8/24/12 3:50:23.000 PM kernel[0]: wlEvent: en1 en1 Link UP virtIf = 0
    8/24/12 3:50:23.000 PM kernel[0]: AirPort: Link Up on en1
    8/24/12 3:50:23.000 PM kernel[0]: en1: BSSID changed to 00:22:b0:b7:1a:9f
    8/24/12 3:50:23.000 PM kernel[0]: en1::IO80211Interface::postMessage bssid changed
    8/24/12 3:50:23.000 PM kernel[0]: AirPort: RSN handshake complete on en1
    8/24/12 3:50:23.934 PM configd[16]: network changed: v4(en1+:192.168.0.180) DNS+ Proxy+ SMB
    8/24/12 3:50:23.967 PM UserEventAgent[11]: Captive: en1: Not probing 'grnn5' (protected network)
    8/24/12 3:50:23.997 PM configd[16]: network changed: v4(en1!:192.168.0.180) DNS Proxy SMB
    8/24/12 3:50:25.169 PM airportd[7372]: _doAutoJoin: Already associated to “grnn5”. Bailing on auto-join.
    8/24/12 3:50:25.280 PM airportd[7372]: _doAutoJoin: Already associated to “grnn5”. Bailing on auto-join.
    8/24/12 3:50:26.069 PM mDNSResponderHelper[7376]: do_mDNSInterfaceAdvtIoctl: ioctl call SIOCGIFINFO_IN6 failed - error (22) Invalid argument
    8/24/12 3:50:26.070 PM mDNSResponderHelper[7376]: do_mDNSInterfaceAdvtIoctl: ioctl call SIOCGIFINFO_IN6 failed - error (22) Invalid argument
    8/24/12 3:50:59.545 PM SyncServer[7385]: [0x7fb8bac0bdb0] |DataManager|Warning| Client com.apple.Mail sync alert tool path /System/Library/Frameworks/Message.framework/Resources/MailSync does not exist.
    8/24/12 3:51:01.381 PM iCalExternalSync[7383]: [0x7fa1ea40e480] |Miscellaneous|Error| SyncServices precondition failure in [ISyncConcreteSession pushChangesFromRecord:withIdentifier:]: you can't change the record's entity name from com.apple.calendars.DisplayAlarm to com.apple.calendars.AudioAlarm in {
        "com.apple.ical.sound" = Basso;
        "com.apple.syncservices.KeepAwayFromServers" = 1;
        "com.apple.syncservices.RecordEntityName" = "com.apple.calendars.AudioAlarm";
        owner =     (
            "Event/p954"
        sound = Basso;
        triggerduration = "-480";
    8/24/12 3:51:01.382 PM iCalExternalSync[7383]: [ICalExternalSync ]Encountered exception: [ISyncConcreteSession pushChangesFromRecord:withIdentifier:]: you can't change the record's entity name from com.apple.calendars.DisplayAlarm to com.apple.calendars.AudioAlarm in {
        "com.apple.ical.sound" = Basso;
        "com.apple.syncservices.KeepAwayFromServers" = 1;
        "com.apple.syncservices.RecordEntityName" = "com.apple.calendars.AudioAlarm";
        owner =     (
            "Event/p954"
        sound = Basso;
        triggerduration = "-480";
    } withStack: (
              0   iCalExternalSync                    0x0000000106549a60 iCalExternalSync + 125536
              1   iCalExternalSync                    0x0000000106538ac9 iCalExternalSync + 56009
              2   iCalExternalSync                    0x0000000106548694 iCalExternalSync + 120468
              3   libdyld.dylib                       0x00007fff97a6d7e1 start + 0
              4   ???                                 0x0000000000000007 0x0 + 7
    8/24/12 3:51:01.383 PM iCalExternalSync[7383]: [ICalExternalSync ]NSException name:ISyncInvalidArgumentsException reason:[ISyncConcreteSession pushChangesFromRecord:withIdentifier:]: you can't change the record's entity name from com.apple.calendars.DisplayAlarm to com.apple.calendars.AudioAlarm in {
        "com.apple.ical.sound" = Basso;
        "com.apple.syncservices.KeepAwayFromServers" = 1;
        "com.apple.syncservices.RecordEntityName" = "com.apple.calendars.AudioAlarm";
        owner =     (
            "Event/p954"
        sound = Basso;
        triggerduration = "-480";
    8/24/12 3:51:01.385 PM SyncServer[7385]: [0x7fb8bac0bdb0] |Server|Warning| lost connection 0x7fb8bac86420 to com.apple.iCal
    8/24/12 3:51:16.977 PM com.apple.backupd-helper[7381]: Not starting Time Machine backup after wake - failed to resolve alias to backup volume.
    8/24/12 3:51:25.855 PM DashboardClient[4190]: com.weather.widget.Forecast: updating...
    8/24/12 3:52:00.000 PM kernel[0]: IOSCSIPeripheralDeviceType00::setPowerState(0xffffff802d6e2200, 1 -> 4) timed out after 100473 ms
    8/24/12 3:53:26.425 PM CalendarAgent[383]: Property list invalid for format: 100 (property lists cannot contain objects of type 'CFSet')
    8/24/12 3:53:30.815 PM com.apple.backupd-helper[7390]: Not starting scheduled Time Machine backup - time machine destination not resolvable.
    8/24/12 3:53:57.577 PM SyncServer[7401]: [0x7ff98a40bdb0] |DataManager|Warning| Client com.apple.Mail sync alert tool path /System/Library/Frameworks/Message.framework/Resources/MailSync does not exist.
    8/24/12 3:53:59.312 PM iCalExternalSync[7400]: [0x7fde9240e480] |Miscellaneous|Error| SyncServices precondition failure in [ISyncConcreteSession pushChangesFromRecord:withIdentifier:]: you can't change the record's entity name from com.apple.calendars.DisplayAlarm to com.apple.calendars.AudioAlarm in {
        "com.apple.ical.sound" = Basso;
        "com.apple.syncservices.KeepAwayFromServers" = 1;
        "com.apple.syncservices.RecordEntityName" = "com.apple.calendars.AudioAlarm";
        owner =     (
            "Event/p954"
        sound = Basso;
        triggerduration = "-480";
    8/24/12 3:53:59.312 PM iCalExternalSync[7400]: [ICalExternalSync ]Encountered exception: [ISyncConcreteSession pushChangesFromRecord:withIdentifier:]: you can't change the record's entity name from com.apple.calendars.DisplayAlarm to com.apple.calendars.AudioAlarm in {
        "com.apple.ical.sound" = Basso;
        "com.apple.syncservices.KeepAwayFromServers" = 1;
        "com.apple.syncservices.RecordEntityName" = "com.apple.calendars.AudioAlarm";
        owner =     (
            "Event/p954"
        sound = Basso;
        triggerduration = "-480";
    } withStack: (
              0   iCalExternalSync                    0x00000001032afa60 iCalExternalSync + 125536
              1   iCalExternalSync                    0x000000010329eac9 iCalExternalSync + 56009
              2   iCalExternalSync                    0x00000001032ae694 iCalExternalSync + 120468
              3   libdyld.dylib                       0x00007fff97a6d7e1 start + 0
              4   ???                                 0x0000000000000007 0x0 + 7
    8/24/12 3:53:59.313 PM iCalExternalSync[7400]: [ICalExternalSync ]NSException name:ISyncInvalidArgumentsException reason:[ISyncConcreteSession pushChangesFromRecord:withIdentifier:]: you can't change the record's entity name from com.apple.calendars.DisplayAlarm to com.apple.calendars.AudioAlarm in {
        "com.apple.ical.sound" = Basso;
        "com.apple.syncservices.KeepAwayFromServers" = 1;
        "com.apple.syncservices.RecordEntityName" = "com.apple.calendars.AudioAlarm";
        owner =     (
            "Event/p954"
        sound = Basso;
        triggerduration = "-480";
    8/24/12 3:53:59.316 PM SyncServer[7401]: [0x7ff98a40bdb0] |Server|Warning| lost connection 0x7ff98a4a9b70 to com.apple.iCal
    8/24/12 3:55:31.118 PM WindowServer[157]: CGXRegisterWindowWithSystemStatusBar: window 6ad already registered
    8/24/12 3:57:33.171 PM assistantd[7392]: <Error>: AceConnection - NSStreamEventErrorOccurred <__NSCFInputStream: 0x7fd621444de0>, error = Error Domain=NSPOSIXErrorDomain Code=54 "The operation couldn’t be completed. Connection reset by peer", domain = NSPOSIXErrorDomain, code = 54
    8/24/12 3:57:33.183 PM assistantd[7392]: <Error>: Session - Connection error: <ADAceConnection: 0x7fd62201f2e0> Error Domain=NSPOSIXErrorDomain Code=54 "The operation couldn’t be completed. Connection reset by peer"
    8/24/12 3:57:33.195 PM assistantd[7392]: <Error>: Daemon - Session Error Error Domain=NSPOSIXErrorDomain Code=54 "The operation couldn’t be completed. Connection reset by peer"
    8/24/12 3:58:10.108 PM WindowServer[157]: CGXRegisterWindowWithSystemStatusBar: window 6ad already registered
    8/24/12 3:58:40.000 PM kernel[0]: IOSCSIPeripheralDeviceType00::setPowerState(0xffffff802d6e2200, 4 -> 3) timed out after 100546 ms
    8/24/12 3:59:12.253 PM lsboxd[422]: @AE relay 4755524c:4755524c
    8/24/12 3:59:12.566 PM WindowServer[157]: CGXRegisterWindowWithSystemStatusBar: window 6ad already registered
    8/24/12 4:01:25.835 PM DashboardClient[4190]: com.weather.widget.Forecast: updating...
    8/24/12 4:01:40.645 PM com.apple.usbmuxd[26]: _SendAttachNotification (thread 0x7fff7e934180): sending attach for device b8:c7:5d:da:9b:a1@fe80::bac7:5dff:feda:9ba1._apple-mobdev._tcp.local.: _GetAddrInfoReplyReceivedCallback matched.
    8/24/12 4:01:41.157 PM usbmuxd[26]: _AMDeviceConnectByAddressAndPort (thread 0x100781000): IPv4
    8/24/12 4:01:41.244 PM ath[1217]: _AMDDeviceAttachedCallbackv3 (thread 0x7fff7e934180): Device 'AMDevice 0x101041c00 {UDID = 5b51c6b3733c029f5ea62ab340f4155c46b750d1, device ID = 63, FullServiceName = b8:c7:5d:da:9b:a1@fe80::bac7:5dff:feda:9ba1._apple-mobdev._tcp.local.}' attached.
    8/24/12 4:01:41.244 PM iTunes[334]: _AMDDeviceAttachedCallbackv3 (thread 0x1148f1000): Device 'AMDevice 0x7fd2d9c2d300 {UDID = 5b51c6b3733c029f5ea62ab340f4155c46b750d1, device ID = 63, FullServiceName = b8:c7:5d:da:9b:a1@fe80::bac7:5dff:feda:9ba1._apple-mobdev._tcp.local.}' attached.
    8/24/12 4:01:41.244 PM ath[466]: _AMDDeviceAttachedCallbackv3 (thread 0x7fff7e934180): Device 'AMDevice 0x1005db790 {UDID = 5b51c6b3733c029f5ea62ab340f4155c46b750d1, device ID = 63, FullServiceName = b8:c7:5d:da:9b:a1@fe80::bac7:5dff:feda:9ba1._apple-mobdev._tcp.local.}' attached.
    8/24/12 4:01:41.569 PM ath[466]: _AMDDeviceAttachedCallbackv3 (thread 0x7fff7e934180): Device 'AMDevice 0x1005e3d40 {UDID = 5b51c6b3733c029f5ea62ab340f4155c46b750d1, device ID = 63, FullServiceName = b8:c7:5d:da:9b:a1@fe80::bac7:5dff:feda:9ba1._apple-mobdev._tcp.local.}' attached.
    8/24/12 4:01:42.026 PM AppleMobileDeviceHelper[467]: _AMDDeviceDetached (thread 0x7fff7e934180): Device 'AMDevice 0x101569260 {UDID = 5b51c6b3733c029f5ea62ab340f4155c46b750d1, device ID = 62, FullServiceName = b8:c7:5d:da:9b:a1@fe80::bac7:5dff:feda:9ba1._apple-mobdev._tcp.local.}' detached.
    8/24/12 4:01:42.270 PM SyncServer[7523]: [0x7fd95ac0bdb0] |DataManager|Warning| Client com.apple.Mail sync alert tool path /System/Library/Frameworks/Message.framework/Resources/MailSync does not exist.
    8/24/12 4:01:42.516 PM AppleMobileDeviceHelper[467]: _AMDDeviceAttachedCallbackv3 (thread 0x7fff7e934180): Device 'AMDevice 0x1010f3730 {UDID = 5b51c6b3733c029f5ea62ab340f4155c46b750d1, device ID = 63, FullServiceName = b8:c7:5d:da:9b:a1@fe80::bac7:5dff:feda:9ba1._apple-mobdev._tcp.local.}' attached.
    8/24/12 4:01:50.831 PM com.apple.usbmuxd[26]: _SendDetachNotification (thread 0x7fff7e934180): sending detach for device b8:c7:5d:da:9b:a1@fe80::bac7:5dff:feda:9ba1._apple-mobdev._tcp.local.: _BrowseReplyReceivedCallback got bonjour removal.
    8/24/12 4:01:50.834 PM iTunes[334]: _AMDDeviceDetached (thread 0x1148f1000): Device 'AMDevice 0x7fd2d9c2d300 {UDID = 5b51c6b3733c029f5ea62ab340f4155c46b750d1, device ID = 63, FullServiceName = b8:c7:5d:da:9b:a1@fe80::bac7:5dff:feda:9ba1._apple-mobdev._tcp.local.}' detached.
    8/24/12 4:01:50.835 PM ath[1217]: _AMDDeviceDetached (thread 0x7fff7e934180): Device 'AMDevice 0x101041c00 {UDID = 5b51c6b3733c029f5ea62ab340f4155c46b750d1, device ID = 63, FullServiceName = b8:c7:5d:da:9b:a1@fe80::bac7:5dff:feda:9ba1._apple-mobdev._tcp.local.}' detached.
    8/24/12 4:01:50.836 PM iTunes[334]: _NotificationSocketReadCallbackGCD (thread 0x7fff7e934180): Unexpected connection closure...
    8/24/12 4:01:50.838 PM ath[466]: _NotificationSocketReadCallbackGCD (thread 0x7fff7e934180): Unexpected connection closure...
    8/24/12 4:03:42.000 PM kernel[0]: IOSCSIPeripheralDeviceType00::setPowerState(0xffffff802d6e2200, 3 -> 2) timed out after 100414 ms
    8/24/12 4:07:03.350 PM WindowServer[157]: CGXRegisterWindowWithSystemStatusBar: window 6ad already registered
    8/24/12 4:08:42.000 PM kernel[0]: IOSCSIPeripheralDeviceType00::setPowerState(0xffffff802d6e2200, 2 -> 1) timed out after 100573 ms
    8/24/12 4:10:32.101 PM assistantd[7530]: <Error>: AceConnection - NSStreamEventErrorOccurred <__NSCFInputStream: 0x7fe9e381ff90>, error = Error Domain=NSPOSIXErrorDomain Code=54 "The operation couldn’t be completed. Connection reset by peer", domain = NSPOSIXErrorDomain, code = 54
    8/24/12 4:10:32.114 PM assistantd[7530]: <Error>: Session - Connection error: <ADAceConnection: 0x7fe9e244f850> Error Domain=NSPOSIXErrorDomain Code=54 "The operation couldn’t be completed. Connection reset by peer"
    8/24/12 4:10:32.126 PM assistantd[7530]: <Error>: Daemon - Session Error Error Domain=NSPOSIXErrorDomain Code=54 "The operation couldn’t be completed. Connection reset by peer"
    8/24/12 4:11:25.580 PM com.apple.usbmuxd[26]: _SendAttachNotification (thread 0x7fff7e934180): sending attach for device b8:c7:5d:da:9b:a1@fe80::bac7:5dff:feda:9ba1._apple-mobdev._tcp.local.: _GetAddrInfoReplyReceivedCallback matched.
    8/24/12 4:11:25.745 PM usbmuxd[26]: _AMDeviceConnectByAddressAndPort (thread 0x100781000): IPv4
    8/24/12 4:11:25.815 PM DashboardClient[4190]: com.weather.widget.Forecast: updating...
    8/24/12 4:11:25.828 PM ath[1217]: _AMDDeviceAttachedCallbackv3 (thread 0x7fff7e934180): Device 'AMDevice 0x10103a970 {UDID = 5b51c6b3733c029f5ea62ab340f4155c46b750d1, device ID = 64, FullServiceName = b8:c7:5d:da:9b:a1@fe80::bac7:5dff:feda:9ba1._apple-mobdev._tcp.local.}' attached.
    8/24/12 4:11:25.829 PM ath[466]: _AMDDeviceAttachedCallbackv3 (thread 0x7fff7e934180): Device 'AMDevice 0x1005ddb70 {UDID = 5b51c6b3733c029f5ea62ab340f4155c46b750d1, device ID = 64, FullServiceName = b8:c7:5d:da:9b:a1@fe80::bac7:5dff:feda:9ba1._apple-mobdev._tcp.local.}' attached.
    8/24/12 4:11:25.841 PM iTunes[334]: _AMDDeviceAttachedCallbackv3 (thread 0x1148f1000): Device 'AMDevice 0x7fd2dc5e1540 {UDID = 5b51c6b3733c029f5ea62ab340f4155c46b750d1, device ID = 64, FullServiceName = b8:c7:5d:da:9b:a1@fe80::bac7:5dff:feda:9ba1._apple-mobdev._tcp.local.}' attached.
    8/24/12 4:11:26.151 PM ath[466]: _AMDDeviceAttachedCallbackv3 (thread 0x7fff7e934180): Device 'AMDevice 0x1005dcf10 {UDID = 5b51c6b3733c029f5ea62ab340f4155c46b750d1, device ID = 64, FullServiceName = b8:c7:5d:da:9b:a1@fe80::bac7:5dff:feda:9ba1._apple-mobdev._tcp.local.}' attached.
    8/24/12 4:11:26.519 PM AppleMobileDeviceHelper[467]: _AMDDeviceDetached (thread 0x7fff7e934180): Device 'AMDevice 0x1010f3730 {UDID = 5b51c6b3733c029f5ea62ab340f4155c46b750d1, device ID = 63, FullServiceName = b8:c7:5d:da:9b:a1@fe80::bac7:5dff:feda:9ba1._apple-mobdev._tcp.local.}' detached.
    8/24/12 4:11:26.836 PM SyncServer[7542]: [0x7f813b40bdb0] |DataManager|Warning| Client com.apple.Mail sync alert tool path /System/Library/Frameworks/Message.framework/Resources/MailSync does not exist.
    8/24/12 4:11:27.048 PM AppleMobileDeviceHelper[467]: _AMDDeviceAttachedCallbackv3 (thread 0x7fff7e934180): Device 'AMDevice 0x103318080 {UDID = 5b51c6b3733c029f5ea62ab340f4155c46b750d1, device ID = 64, FullServiceName = b8:c7:5d:da:9b:a1@fe80::bac7:5dff:feda:9ba1._apple-mobdev._tcp.local.}' attached.
    8/24/12 4:11:34.509 PM lsboxd[422]: @AE relay 4755524c:4755524c
    8/24/12 4:11:34.827 PM WindowServer[157]: CGXRegisterWindowWithSystemStatusBar: window 6ad already registered
    8/24/12 4:11:48.019 PM com.apple.usbmuxd[26]: _SendDetachNotification (thread 0x7fff7e934180): sending detach for device b8:c7:5d:da:9b:a1@fe80::bac7:5dff:feda:9ba1._apple-mobdev._tcp.local.: _BrowseReplyReceivedCallback got bonjour removal.
    8/24/12 4:11:48.019 PM iTunes[334]: _AMDDeviceDetached (thread 0x1148f1000): Device 'AMDevice 0x7fd2dc5e1540 {UDID = 5b51c6b3733c029f5ea62ab340f4155c46b750d1, device ID = 64, FullServiceName = b8:c7:5d:da:9b:a1@fe80::bac7:5dff:feda:9ba1._apple-mobdev._tcp.local.}' detached.
    8/24/12 4:11:48.022 PM ath[1217]: _AMDDeviceDetached (thread 0x7fff7e934180): Device 'AMDevice 0x10103a970 {UDID = 5b51c6b3733c029f5ea62ab340f4155c46b750d1, device ID = 64, FullServiceName = b8:c7:5d:da:9b:a1@fe80::bac7:5dff:feda:9ba1._apple-mobdev._tcp.local.}' detached.
    8/24/12 4:11:48.022 PM iTunes[334]: _NotificationSocketReadCallbackGCD (thread 0x7fff7e934180): Unexpected connection closure...
    8/24/12 4:11:48.025 PM ath[466]: _NotificationSocketReadCallbackGCD (thread 0x7fff7e934180): Unexpected connection closure...
    8/24/12 4:13:17.675 PM WindowServer[157]: CGXRegisterWindowWithSystemStatusBar: window 6ad already registered
    8/24/12 4:13:48.052 PM WindowServer[157]: CGXRegisterWindowWithSystemStatusBar: window 6ad already registered
    8/24/12 4:18:52.487 PM com.apple.XType.FontHelper[634]: FontHelper:  message received. (<dictionary: 0x7fa35a41e9b0> { count = 2, contents =
              "query" => <string: 0x7fa35a41ffc0> { length = 103, contents = "com_apple_ats_name_postscript == "Frutiger" && kMDItemContentTypeTree != com.adobe.postscript-lwfn-font" }
              "restricted" => <bool: 0x7fff7e533320>: true
    8/24/12 4:18:52.487 PM com.apple.XType.FontHelper[634]: AutoActivation:  scopes (
        "/Library/Application Support/Apple/Fonts"
    8/24/12 4:20:55.000 PM kernel[0]: Sandbox: sandboxd(7665) deny mach-lookup com.apple.coresymbolicationd
    8/24/12 4:20:55.523 PM sandboxd[7665]: ([332]) Mail(332) deny file-read-data /Users/Dick/Applications (Parallels)/{13278d2d-2c0b-4c01-af0b-3764186a822a} Applications.localized/Quicken Launcher.app
    8/24/12 4:20:55.564 PM sandboxd[7665]: ([332]) Mail(332) deny file-read-data /Users/Dick/Applications (Parallels)/{13278d2d-2c0b-4c01-af0b-3764186a822a} Applications.localized/Paint.app
    8/24/12 4:21:12.622 PM lsboxd[422]: @AE relay 61657674:6f646f63
    8/24/12 4:21:22.000 PM kernel[0]: CODE SIGNING: cs_invalid_page(0x1000): p=7676[GoogleSoftwareUp] clearing CS_VALID
    8/24/12 4:21:25.796 PM DashboardClient[4190]: com.weather.widget.Forecast: updating...
    8/24/12 4:22:47.735 PM com.apple.security.pboxd[7692]: Bug: 12B19: liblaunch.dylib + 23849 [224CB010-6CF8-3FC2-885C-6F80330321EB]: 0x25
    8/24/12 4:24:03.366 PM lsboxd[422]: @AE relay 4755524c:4755524c
    8/24/12 4:24:03.697 PM WindowServer[157]: CGXRegisterWindowWithSystemStatusBar: window 6ad already registered
    8/24/12 4:25:44.290 PM WindowServer[157]: CGXRegisterWindowWithSystemStatusBar: window 6ad already registered
    8/24/12 4:25:45.418 PM WindowServer[157]: CGXRegisterWindowWithSystemStatusBar: window 6ad already registered
    8/24/12 4:25:46.441 PM WindowServer[157]: CGXRegisterWindowWithSystemStatusBar: window 6ad already registered
    8/24/12 4:25:48.396 PM WindowServer[157]: CGXRegisterWindowWithSystemStatusBar: window 6ad already registered
    8/24/12 4:25:49.795 PM WindowServer[157]: CGXRegisterWindowWithSystemStatusBar: window 6ad already registered
    8/24/12 4:27:07.293 PM lsboxd[422]: @AE relay 4755524c:4755524c
    8/24/12 4:27:07.611 PM WindowServer[157]: CGXRegisterWindowWithSystemStatusBar: window 6ad already registered
    8/24/12 4:27:39.368 PM com.apple.usbmuxd[26]: _SendAttachNotification (thread 0x7fff7e934180): sending attach for device b8:c7:5d:da:9b:a1@fe80::bac7:5dff:feda:9ba1._apple-mobdev._tcp.local.: _GetAddrInfoReplyReceivedCallback matched.
    8/24/12 4:27:39.750 PM usbmuxd[26]: _AMDeviceConnectByAddressAndPort (thread 0x100781000): IPv4
    8/24/12 4:27:39.827 PM iTunes[334]: _AMDDeviceAttachedCallbackv3 (thread 0x1148f1000): Device 'AMDevice 0x7fd2daef1330 {UDID = 5b51c6b3733c029f5ea62ab340f4155c46b750d1, device ID = 65, FullServiceName = b8:c7:5d:da:9b:a1@fe80::bac7:5dff:feda:9ba1._apple-mobdev._tcp.local.}' attached.
    8/24/12 4:27:39.828 PM ath[466]: _AMDDeviceAttachedCallbackv3 (thread 0x7fff7e934180): Device 'AMDevice 0x1012dc0d0 {UDID = 5b51c6b3733c029f5ea62ab340f4155c46b750d1, device ID = 65, FullServiceName = b8:c7:5d:da:9b:a1@fe80::bac7:5dff:feda:9ba1._apple-mobdev._tcp.local.}' attached.
    8/24/12 4:27:39.828 PM ath[1217]: _AMDDeviceAttachedCallbackv3 (thread 0x7fff7e934180): Device 'AMDevice 0x10056c9f0 {UDID = 5b51c6b3733c029f5ea62ab340f4155c46b750d1, device ID = 65, FullServiceName = b8:c7:5d:da:9b:a1@fe80::bac7:5dff:feda:9ba1._apple-mobdev._tcp.local.}' attached.
    8/24/12 4:27:40.129 PM ath[466]: _AMDDeviceAttachedCallbackv3 (thread 0x7fff7e934180): Device 'AMDevice 0x1005eb2e0 {UDID = 5b51c6b3733c029f5ea62ab340f4155c46b750d1, device ID = 65, FullServiceName = b8:c7:5d:da:9b:a1@fe80::bac7:5dff:feda:9ba1._apple-mobdev._tcp.local.}' attached.
    8/24/12 4:27:40.482 PM AppleMobileDeviceHelper[467]: _AMDDeviceDetached (thread 0x7fff7e934180): Device 'AMDevice 0x103318080 {UDID = 5b51c6b3733c029f5ea62ab340f4155c46b750d1, device ID = 64, FullServiceName = b8:c7:5d:da:9b:a1@fe80::bac7:5dff:feda:9ba1._apple-mobdev._tcp.local.}' detached.
    8/24/12 4:27:40.669 PM SyncServer[7705]: [0x7f885940bdb0] |DataManager|Warning| Client com.apple.Mail sync alert tool path /System/Library/Frameworks/Message.framework/Resources/MailSync does not exist.
    8/24/12 4:27:40.869 PM AppleMobileDeviceHelper[467]: _AMDDeviceAttachedCallbackv3 (thread 0x7fff7e934180): Device 'AMDevice 0x1033f9ba0 {UDID = 5b51c6b3733c029f5ea62ab340f4155c46b750d1, device ID = 65, FullServiceName = b8:c7:5d:da:9b:a1@fe80::bac7:5dff:feda:9ba1._apple-mobdev._tcp.local.}' attached.
    8/24/12 4:28:14.791 PM com.apple.usbmuxd[26]: _SendDetachNotification (thread 0x7fff7e934180): sending detach for device b8:c7:5d:da:9b:a1@fe80::bac7:5dff:feda:9ba1._apple-mobdev._tcp.local.: _BrowseReplyReceivedCallback got bonjour removal.
    8/24/12 4:28:14.792 PM iTunes[334]: _AMDDeviceDetached (thread 0x1148f1000): Device 'AMDevice 0x7fd2daef1330 {UDID = 5b51c6b3733c029f5ea62ab340f4155c46b750d1, device ID = 65, FullServiceName = b8:c7:5d:da:9b:a1@fe80::bac7:5dff:feda:9ba1._apple-mobdev._tcp.local.}' detached.
    8/24/12 4:28:14.793 PM ath[1217]: _AMDDeviceDetached (thread 0x7fff7e934180): Device 'AMDevice 0x10056c9f0 {UDID = 5b51c6b3733c029f5ea62ab340f4155c46b750d1, device ID = 65, FullServiceName = b8:c7:5d:da:9b:a1@fe80::bac7:5dff:feda:9ba1._apple-mobdev._tcp.local.}' detached.
    8/24/12 4:28:14.794 PM iTunes[334]: _NotificationSocketReadCallbackGCD (thread 0x7fff7e934180): Unexpected connection closure...
    8/24/12 4:28:14.795 PM ath[466]: _NotificationSocketReadCallbackGCD (thread 0x7fff7e934180): Unexpected connection closure...
    8/24/12 4:31:25.778 PM DashboardClient[4190]: com.weather.widget.Forecast: updating...
    8/24/12 4:34:14.039 PM WindowServer[157]: CGXRegisterWindowWithSystemStatusBar: window 6ad already registered
    8/24/12 4:34:16.877 PM WindowServer[157]: CGXRegisterWindowWithSystemStatusBar: window 6ad already registered
    8/24/12 4:34:28.889 PM lsboxd[422]: @AE relay 4755524c:4755524c
    8/24/12 4:34:29.203 PM WindowServer[157]: CGXRegisterWindowWithSystemStatusBar: window 6ad already registered
    8/24/12 4:34:34.689 PM com.apple.usbmuxd[26]: _SendAttachNotification (thread 0x7fff7e934180): sending attach for device 78:a3:e4:4d:4a:46@fe80::7aa3:e4ff:fe4d:4a46._apple-mobdev._tcp.local.: _GetAddrInfoReplyReceivedCallback matched.
    8/24/12 4:34:34.896 PM usbmuxd[26]: _AMDeviceConnectByAddressAndPort (thread 0x100781000): IPv4
    8/24/12 4:34:35.030 PM iTunes[334]: _AMDDeviceAttachedCallbackv3 (thread 0x1148f1000): Device 'AMDevice 0x7fd2daef3370 {UDID = ff99bed4a08332ea6bbafa6f1bae928107783f0f, device ID = 66, FullServiceName = 78:a3:e4:4d:4a:46@fe80::7aa3:e4ff:fe4d:4a46._apple-mobdev._tcp.local.}' attached.
    8/24/12 4:34:35.031 PM ath[1217]: _AMDDeviceAttachedCallbackv3 (thread 0x7fff7e934180): Device 'AMDevice 0x101041c00 {UDID = ff99bed4a08332ea6bbafa6f1bae928107783f0f, device ID = 66, FullServiceName = 78:a3:e4:4d:4a:46@fe80::7aa3:e4ff:fe4d:4a46._apple-mobdev._tcp.local.}' attached.
    8/24/12 4:34:35.032 PM ath[466]: _AMDDeviceAttachedCallbackv3 (thread 0x7fff7e934180): Device 'AMDevice 0x1005e3d40 {UDID = ff99bed4a08332ea6bbafa6f1bae928107783f0f, device ID = 66, FullServiceName = 78:a3:e4:4d:4a:46@fe80::7aa3:e4ff:fe4d:4a46._apple-mobdev._tcp.local.}' attached.
    8/24/12 4:34:35.493 PM ath[1217]: _AMDDeviceAttachedCallbackv3 (thread 0x7fff7e934180): Device 'AMDevice 0x10056bba0 {UDID = ff99bed4a08332ea6bbafa6f1bae928107783f0f, device ID = 66, FullServiceName = 78:a3:e4:4d:4a:46@fe80::7aa3:e4ff:fe4d:4a46._apple-mobdev._tcp.local.}' attached.
    8/24/12 4:34:36.205 PM AppleMobileDeviceHelper[467]: _AMDDeviceDetached (thread 0x7fff7e934180): Device 'AMDevice 0x1033f9ba0 {UDID = 5b51c6b3733c029f5ea62ab340f4155c46b750d1, device ID = 65, FullServiceName = b8:c7:5d:da:9b:a1@fe80::bac7:5dff:feda:9ba1._apple-mobdev._tcp.local.}' detached.
    8/24/12 4:34:36.524 PM SyncServer[7720]: [0x7fb97a40bdb0] |DataManager|Warning| Client com.apple.Mail sync alert tool path /System/Library/Frameworks/Message.framework/Resources/MailSync does not exist.
    8/24/12 4:34:36.868 PM AppleMobileDeviceHelper[467]: _AMDDeviceAttachedCallbackv3 (thread 0x7fff7e934180): Device 'AMDevice 0x101076080 {UDID = ff99bed4a08332ea6bbafa6f1bae928107783f0f, device ID = 66, FullServiceName = 78:a3:e4:4d:4a:46@fe80::7aa3:e4ff:fe4d:4a46._apple-mobdev._tcp.local.}' attached.
    8/24/12 4:34:49.015 PM com.apple.usbmuxd[26]: _SendDetachNotification (thread 0x7fff7e934180): sending detach for device 78:a3:e4:4d:4a:46@fe80::7aa3:e4ff:fe4d:4a46._apple-mobdev._tcp.local.: _BrowseReplyReceivedCallback got bonjour removal.
    8/24/12 4:34:49.016 PM iTunes[334]: _AMDDeviceDetached (thread 0x1148f1000): Device 'AMDevice 0x7fd2daef3370 {UDID = ff99bed4a08332ea6bbafa6f1bae928107783f0f, device ID = 66, FullServiceName = 78:a3:e4:4d:4a:46@fe80::7aa3:e4ff:fe4d:4a46._apple-mobdev._tcp.local.}' detached.
    8/24/12 4:34:49.017 PM ath[466]: _AMDDeviceDetached (thread 0x7fff7e934180): Device 'AMDevice 0x1005e3d40 {UDID = ff99bed4a08332ea6bbafa6f1bae928107783f0f, device ID = 66, FullServiceName = 78:a3:e4:4d:4a:46@fe80::7aa3:e4ff:fe4d:4a46._apple-mobdev._tcp.local.}' detached.
    8/24/12 4:34:49.020 PM iTunes[334]: _NotificationSocketReadCallbackGCD (thread 0x7fff7e934180): Unexpected connection closure...
    8/24/12 4:34:49.022 PM ath[1217]: _NotificationSocketReadCallbackGCD (thread 0x7fff7e934180): Unexpected connection closure...
    8/24/12 4:36:43.383 PM WindowServer[157]: CGXRegisterWindowWithSystemStatusBar: window 6ad already registered
    8/24/12 4:36:44.982 PM WindowServer[157]: CGXRegisterWindowWithSystemStatusBar: window 6ad already registered
    8/24/12 4:37:11.979 PM lsboxd[422]: @AE relay 4755524c:4755524c
    8/24/12 4:37:12.301 PM WindowServer[157]: CGXRegisterWindowWithSystemStatusBar: window 6ad already registered
    8/24/12 4:41:25.758 PM DashboardClient[4190]: com.weather.widget.Forecast: updating...
    8/24/12 4:41:44.747 PM com.apple.usbmuxd[26]: _SendAttachNotification (thread 0x7fff7e934180): sending attach for device b8:c7:5d:da:9b:a1@fe80::bac7:5dff:feda:9ba1._apple-mobdev._tcp.local.: _GetAddrInfoReplyReceivedCallback matched.
    8/24/12 4:41:44.848 PM usbmuxd[26]: _AMDeviceConnectByAddressAndPort (thread 0x100781000): IPv4
    8/24/12 4:41:44.930 PM iTunes[334]: _AMDDeviceAttachedCallbackv3 (thread 0x1148f1000): Device 'AMDevice 0x7fd2dc44a350 {UDID = 5b51c6b3733c029f5ea62ab340f4155c46b750d1, device ID = 67, FullServiceName = b8:c7:5d:da:9b:a1@fe80::bac7:5dff:feda:9ba1._apple-mobdev._tcp.local.}' attached.
    8/24/12 4:41:44.931 PM ath[1217]: _AMDDeviceAttachedCallbackv3 (thread 0x7fff7e934180): Device 'AMDevice 0x101047090 {UDID = 5b51c6b3733c029f5ea62ab340f4155c46b750d1, device ID = 67, FullServiceName = b8:c7:5d:da:9b:a1@fe80::bac7:5dff:feda:9ba1._apple-mobdev._tcp.local.}' attached.
    8/24/12 4:41:44.932 PM ath[466]: _AMDDeviceAttachedCallbackv3 (thread 0x7fff7e934180): Device 'AMDevice 0x1005e9260 {UDID = 5b51c6b3733c029f5ea62ab340f4155c46b750d1, device ID = 67, FullServiceName = b8:c7:5d:da:9b:a1@fe80::bac7:5dff:feda:9ba1._apple-mobdev._tcp.local.}' attached.
    8/24/12 4:41:45.241 PM ath[466]: _AMDDeviceAttachedCallbackv3 (thread 0x7fff7e934180): Device 'AMDevice 0x1005e9030 {UDID = 5b51c6b3733c029f5ea62ab340f4155c46b750d1, device ID = 67, FullServiceName = b8:c7:5d:da:9b:a1@fe80::bac7:5dff:feda:9ba1._apple-mobdev._tcp.local.}' attached.
    8/24/12 4:41:45.608 PM AppleMobileDeviceHelper[467]: _AMDDeviceDetached (thread 0x7fff7e934180): Device 'AMDevice 0x101076080 {UDID = ff99bed4a08332ea6bbafa6f1bae928107783f0f, device ID = 66, FullServiceName = 78:a3:e4:4d:4a:46@fe80::7aa3:e4ff:fe4d:4a46._apple-mobdev._tcp.local.}' detached.
    8/24/12 4:41:45.799 PM SyncServer[7840]: [0x7f8cf3c0bdb0] |DataManager|Warning| Client com.apple.Mail sync alert tool path /System/Library/Frameworks/Message.framework/Resources/MailSync does not exist.
    8/24/12 4:41:46.001 PM AppleMobileDeviceHelper[467]: _AMDDeviceAttachedCallbackv3 (thread 0x7fff7e934180): Device 'AMDevice 0x1003a9610 {UDID = 5b51c6b3733c029f5ea62ab340f4155c46b750d1, device ID = 67, FullServiceName = b8:c7:5d:da:9b:a1@fe80::bac7:5dff:feda:9ba1._apple-mobdev._tcp.local.}' attached.
    8/24/12 4:41:46.872 PM com.apple.usbmuxd[26]: _SendAttachNotification (thread 0x7fff7e934180): sending attach for device 78:a3:e4:4d:4a:46@fe80::7aa3:e4ff:fe4d:4a46._apple-mobdev._tcp.local.: _GetAddrInfoReplyReceivedCallback matched.
    8/24/12 4:41:47.024 PM usbmuxd[26]: _AMDeviceConnectByAddressAndPort (thread 0x101881000): IPv4
    8/24/12 4:41:47.101 PM iTunes[334]: _AMDDeviceAttachedCallbackv3 (thread 0x1148f1000): Device 'AMDevice 0x7fd2dc46dff0 {UDID = ff99bed4a08332ea6bbafa6f1bae928107783f0f, device ID = 68, FullServiceName = 78:a3:e4:4d:4a:46@fe80::7aa3:e4ff:fe4d:4a46._apple-mobdev._tcp.local.}' attached.
    8/24/12 4:41:47.103 PM ath[1217]: _AMDDeviceAttachedCallbackv3 (thread 0x7fff7e934180): Device 'AMDevice 0x10057c2d0 {UDID = ff99bed4a08332ea6bbafa6f1bae928107783f0f, device ID = 68, FullServiceName = 78:a3:e4:4d:4a:46@fe80::7aa3:e4ff:fe4d:4a46._apple-mobdev._tcp.local.}' attached.
    8/24/12 4:41:48.954 PM ath[1217]: _AMDDeviceAttachedCallbackv3 (thread 0x7fff7e934180): Device 'AMDevice 0x1010516a0 {UDID = ff99bed4a08332ea6bbafa6f1bae928107783f0f, device ID = 68, FullServiceName = 78:a3:e4:4d:4a:46@fe80::7aa3:e4ff:fe4d:4a46._apple-mobdev._tcp.local.}' attached.
    8/24/12 4:41:48.955 PM ath[1217]: _AMDDeviceAttachedCallbackv3 (thread 0x7fff7e934180): Device 'AMDevice 0x101051ab0 {UDID = 5b51c6b3733c029f5ea62ab340f4155c46b750d1, device ID = 67, FullServiceName = b8:c7:5d:da:9b:a1@fe80::bac7:5dff:feda:9ba1._apple-mobdev._tcp.local.}' attached.
    8/24/12 4:41:50.271 PM AppleMobileDeviceHelper[467]: _AMDDeviceAttachedCallbackv3 (thread 0x7fff7e934180): Device 'AMDevice 0x1033cc1b0 {UDID = ff99bed4a08332ea6bbafa6f1bae928107783f0f, device ID = 68, FullServiceName = 78:a3:e4:4d:4a:46@fe80::7aa3:e4ff:fe4d:4a46._apple-mobdev._tcp.local.}' attached.
    8/24/12 4:42:20.235 PM com.apple.usbmuxd[26]: _SendDetachNotification (thread 0x7fff7e934180): sending detach for device b8:c7:5d:da:9b:a1@fe80::bac7:5dff:feda:9ba1._apple-mobdev._tcp.local.: _BrowseReplyReceivedCallback got bonjour removal.
    8/24/12 4:42:20.236 PM iTunes[334]: _AMDDeviceDetached (thread 0x1148f1000): Device 'AMDevice 0x7fd2dc44a350 {UDID = 5b51c6b3733c029f5ea62ab340f4155c46b750d1, device ID = 67, FullServiceName = b8:c7:5d:da:9b:a1@fe80::bac7:5dff:feda:9ba1._apple-mobdev._tcp.local.}' detached.
    8/24/12 4:42:20.238 PM iTunes[334]: _NotificationSocketReadCallbackGCD (thread 0x7fff7e934180): Unexpected connection closure...
    8/24/12 4:42:20.239 PM ath[466]: _NotificationSocketReadCallbackGCD (thread 0x7fff7e934180): Unexpected connection closure...
    8/24/12 4:42:20.240 PM ath[466]: _AMDDeviceAttachedCallbackv3 (thread 0x7fff7e934180): Device 'AMDevice 0x1012f4760 {UDID = ff99bed4a08332ea6bbafa6f1bae928107783f0f, device ID = 68, FullServiceName = 78:a3:e4:4d:4a:46@fe80::7aa3:e4ff:fe4d:4a46._apple-mobdev._tcp.local.}' attached.
    8/24/12 4:43:14.151 PM com.apple.usbmuxd[26]: _SendDetachNotification (thread 0x7fff7e934180): sending detach for device 78:a3:e4:4d:4a:46@fe80::7aa3:e4ff:fe4d:4a46._apple-mobdev._tcp.local.: _BrowseReplyReceivedCallback got bonjour removal.
    8/24/12 4:43:14.151 PM iTunes[334]: _AMDDeviceDetached (thread 0x1148f1000): Device 'AMDevice 0x7fd2dc46dff0 {UDID = ff99bed4a08332ea6bbafa6f1bae928107783f0f, device ID = 68, FullServiceName = 78:a3:e4:4d:4a:46@fe80::7aa3:e4ff:fe4d:4a46._apple-mobdev._tcp.local.}' detached.
    8/24/12 4:43:14.153 PM iTunes[334]: _NotificationSocketReadCallbackGCD (thread 0x7fff7e934180): Unexpected connection closure...
    8/24/12 4:43:14.156 PM ath[1217]: _NotificationSocketReadCallbackGCD (thread 0x7fff7e934180): Unexpected connection closure...
    8/24/12 4:43:14.159 PM ath[466]: _AMDDeviceDetached (thread 0x7fff7e934180): Device 'AMDevice 0x1012f4760 {UDID = ff99bed4a08332ea6bbafa6f1bae928107783f0f, device ID = 68, FullServiceName = 78:a3:e4:4d:4a:46@fe80::7aa3:e4ff:fe4d:4a46._apple-mobdev._tcp.local.}' detached.
    8/24/12 4:44:11.000 PM kernel[0]: nspace-handler-set-snapshot-time: 1345841053
    8/24/12 4:44:15.644 PM WindowServer[157]: CGXRegisterWindowWithSystemStatusBar: window 6ad already registered
    8/24/12 4:44:17.445 PM WindowServer[157]: CGXRegisterWindowWithSystemStatusBar: window 6ad already registered
    8/24/12 4:45:15.710 PM WindowServer[157]: CGXSetWindowBackgroundBlurRadius: Invalid window 0xffffffff
    8/24/12 4:45:15.711 PM loginwindow[43]: find_shared_window: WID -1
    8/24/12 4:45:15.712 PM loginwindow[43]: CGSGetWindowTags: Invalid window 0xffffffff
    8/24/12 4:45:15.712 PM loginwindow[43]: find_shared_window: WID -1
    8/24/12 4:45:15.712 PM loginwindow[43]: CGSSetWindowTags: Invalid window 0xffffffff
    8/24/12 4:45:16.203 PM com.apple.time[11]: Next maintenance wake [Backup Interval]: <date: 0x7fdbb14490a0> Fri Aug 24 16:53:30 2012 EDT (approx)
    8/24/12 4:45:16.203 PM com.apple.time[11]: Requesting maintenance wake [Backup Interval]: <date: 0x7fdbb14490a0> Fri Aug 24 16:53:30 2012 EDT (approx)
    8/24/12 4:45:17.057 PM WindowServer[157]: Created shield window 0xe70 for display 0x04272100
    8/24/12 4:45:17.057 PM WindowServer[157]: device_generate_desktop_screenshot: authw 0x7ff1da647b10(2000), shield 0x7ff1da642bc0(2001)
    8/24/12 4:45:17.075 PM WindowServer[157]: device_generate_lock_screen_screenshot: authw 0x7ff1da647b10(2000), shield 0x7ff1da642bc0(2001)
    8/24/12 4:45:17.000 PM kernel[0]: /drv/ MacDevice.cpp:598   com_parallels_hypervisor_client::powerDownHandler: message e0000280
    8/24/12 4:45:17.000 PM kernel[0]: AirPort_Brcm43xx::powerChange: System Sleep
    8/24/12 4:45:17.000 PM kernel[0]: hibernate image path: /var/vm/sleepimage
    8/24/12 4:45:17.000 PM kernel[0]: sizeof(IOHibernateImageHeader) == 512
    8/24/12 4:45:17.000 PM kernel[0]: kern_open_file_for_direct_io(0) took 8 ms
    8/24/12 4:45:17.000 PM kernel[0]: Opened file /var/vm/sleepimage, size 8589934592, partition base 0x0, maxio 400000 ssd 0
    8/24/12 4:45:17.000 PM kernel[0]: hibernate image major 1, minor 0, blocksize 512, pollers 4
    8/24/12 4:45:17.000 PM kernel[0]: hibernate_alloc_pages flags 00000000, gobbling 0 pages
    8/24/12 4:45:17.000 PM kernel[0]: hibernate_setup(0) took 0 ms
    8/24/12 4:45:17.000 PM kernel[0]: /drv/ MacModule.cpp:304   powerStateWillChangeTo: flags=4 stateNumber=2
    8/24/12 4:45:17.000 PM kernel[0]: /drv/ MacModule.cpp:309   powerStateWillChangeTo: found flag=kIOPMSleepCapability (4)
    8/24/12 4:45:17.000 PM kernel[0]: 00000000  00000020  NVEthernet::setLinkStatus - not Active
    8/24/12 4:46:57.000 PM kernel[0]: IOSCSIPeripheralDeviceType00::setPowerState(0xffffff802d6e2200, 1 -> 0) timed out after 100670 ms
    8/24/12 4:46:57.000 PM kernel[0]: /drv/ MacModule.cpp:304   powerStateDidChangeTo: flags=4 stateNumber=2
    8/24/12 4:46:57.000 PM kernel[0]: /drv/ MacModule.cpp:309   powerStateDidChangeTo: found flag=kIOPMSleepCapability (4)
    8/24/12 4:46:57.000 PM kernel[0]: hibernate_page_list_setall start 0xffffff80e3497000, 0xffffff80e35d1000
    8/24/12 4:47:30.000 PM kernel[0]: hibernate_page_list_setall time: 651 ms
    8/24/12 4:47:30.000 PM kernel[0]: pages 1836030, wire 485835, act 431599, inact 1710, cleaned 0 spec 40, zf 49424, throt 0, could discard act 268019 inact 471436 purgeable 45264 spec 71098 cleaned 11605
    8/24/12 4:47:30.000 PM kernel[0]: hibernate_page_list_setall found pageCount 968608
    8/24/12 4:47:30.000 PM kernel[0]: IOHibernatePollerOpen, ml_get_interrupts_enabled 0
    8/24/12 4:47:30.000 PM kernel[0]: IOHibernatePollerOpen(0)
    8/24/12 4:47:30.000 PM kernel[0]: encryptStart 132b0
    8/24/12 4:47:30.000 PM kernel[0]: writing 965950 pages
    8/24/12 4:47:30.000 PM kernel[0]: encryptEnd 29667000
    8/24/12 4:47:30.000 PM kernel[0]: image1Size 0x32a0b200, encryptStart1 0x132b0, End1 0x29667000
    8/24/12 4:47:30.000 PM kernel[0]: encryptStart 32a0b200
    8/24/12 4:47:30.000 PM kernel[0]: encryptEnd 642b7600
    8/24/12 4:47:30.000 PM kernel[0]: PMStats: Hibernate write took 31201 ms
    8/24/12 4:47:30.000 PM kernel[0]: all time: 31201 ms, comp bytes: 3956826112 time: 5028 ms 750 Mb/s, crypt bytes: 1525678416 time: 9835 ms 147 Mb/s,
    8/24/12 4:47:30.000 PM kernel[0]: image 1680569856, uncompressed 3956826112 (966022), compressed 1667100320 (42%), sum1 b872bd83, sum2 982d3a1
    8/24/12 4:47:30.000 PM kernel[0]: wired_pages_encrypted 385921, wired_pages_clear 97328, dirty_pages_encrypted 482773
    8/24/12 4:47:30.000 PM kernel[0]: hibernate_write_image done(0)
    8/24/12 4:47:30.000 PM kernel[0]: sleep
    8/24/12 4:50:30.630 PM WindowServer[157]: handle_will_sleep_auth_and_shield_windows: releasing authw 0x7ff1da647b10(2000), shield 0x7ff1da642bc0(2001), lock state 3
    8/24/12 4:50:30.631 PM WindowServer[157]: handle_will_sleep_auth_and_shield_windows: err 0x0
    8/24/12 4:50:30.000 PM kernel[0]: Wake reason: EC LID0
    8/24/12 4:50:30.000 PM kernel[0]: AirPort_Brcm43xx::powerChange: System Wake - Full Wake/ Dark Wake / Maintenance wake
    8/24/12 4:50:30.000 PM kernel[0]: /drv/ MacModule.cpp:304   powerStateWillChangeTo: flags=2 stateNumber=3
    8/24/12 4:50:30.000 PM kernel[0]: /drv/ MacModule.cpp:305   powerStateWillChangeTo: found flag=kIOPMPowerOn (2)
    8/24/12 4:50:30.000 PM kernel[0]: /drv/ MacDevice.cpp:598   com_parallels_hypervisor_client::powerDownHandler: message e0000320
    8/24/12 4:50:30.000 PM kernel[0]: HID tickle 78 ms
    8/24/12 4:50:30.000 PM kernel[0]: /drv/ MacModule.cpp:304   powerStateDidChangeTo: flags=2 stateNumber=3
    8/24/12 4:50:30.000 PM kernel[0]: /drv/ MacModule.cpp:305   powerStateDidChangeTo: found flag=kIOPMPowerOn (2)
    8/24/12 4:50:30.000 PM kernel[0]: Previous Sleep Cause: 5
    8/24/12 4:50:30.000 PM kernel[0]: wlEvent: en1 en1 Link DOWN virtIf = 0
    8/24/12 4:50:30.000 PM kernel[0]: AirPort: Link Down on en1. Reason 8 (Disassociated because station leaving).
    8/24/12 4:50:30.000 PM kernel[0]: en1::IO80211Interface::postMessage bssid changed
    8/24/12 4:50:30.000 PM kernel[0]: en1: 802.11d country code set to 'X0'.
    8/24/12 4:50:30.000 PM kernel[0]: en1: Supported channels 1 2 3 4 5 6 7 8 9 10 11 36 40 44 48 52 56 60 64 100 104 108 112 116 120 124 128 132 136 140 149 153 157 161 165
    8/24/12 4:50:30.000 PM kernel[0]: 00000000  00000020  NVEthernet::setLinkStatus - not Active
    8/24/12 4:50:31.000 PM kernel[0]: en1: 802.11d country code set to 'US'.
    8/24/12 4:50:31.000 PM kernel[0]: en1: Supported channels 1 2 3 4 5 6 7 8 9 10 11 36 40 44 48 52 56 60 64 100 104 108 112 116 120 124 128 132 136 140 149 153 157 161 165
    8/24/12 4:50:31.161 PM configd[16]: network changed: v4(en1-:192.168.0.180) DNS- Proxy- SMB
    8/24/12 4:50:31.000 PM kernel[0]: MacAuthEvent en1   Auth result for: 00:22:b0:b7:1a:9f  MAC AUTH succeeded
    8/24/12 4:50:31.000 PM kernel[0]: wlEvent: en1 en1 Link UP virtIf = 0
    8/24/12 4:50:31.000 PM kernel[0]: AirPort: Link Up on en1
    8/24/12 4:50:31.000 PM kernel[0]: en1: BSSID changed to 00:22:b0:b7:1a:9f
    8/24/12 4:50:31.000 PM kernel[0]: en1::IO80211Interface::postMessage bssid changed
    8/24/12 4:50:31.000 PM kernel[0]: AirPort: RSN handshake complete on en1
    8/24/12 4:50:33.206 PM mDNSResponderHelper[7856]: do_mDNSInterfaceAdvtIoctl: ioctl call SIOCGIFINFO_IN6 failed - error (22) Invalid argument
    8/24/12 4:50:33.206 PM mDNSResponderHelper[7856]: do_mDNSInterfaceAdvtIoctl: ioctl call SIOCGIFINFO_IN6 failed - error (22) Invalid argument
    8/24/12 4:50:36.371 PM mDNSResponderHelper[7856]: do_mDNSInterfaceAdvtIoctl: ioctl call SIOCGIFINFO_IN6 failed - error (22) Invalid argument
    8/24/12 4:50:36.372 PM mDNSResponderHelper[7856]: do_mDNSInterfaceAdvtIoctl: ioctl call SIOCGIFINFO_IN6 failed - error (22) Invalid argument
    8/24/12 4:50:38.080 PM configd[16]: network changed: v4(en1+:192.168.0.180) DNS+ Proxy+ SMB
    8/24/12 4:50:38.103 PM UserEventAgent[11]: Captive: en1: Not probing 'grnn5' (protected network)
    8/24/12 4:50:38.158 PM configd[16]: network changed: v4(en1!:192.168.0.180) DNS Proxy SMB
    8/24/12 4:50:46.208 PM airportd[7853]: _doAutoJoin: Already associated to “grnn5”. Bailing on auto-join.
    8/24/12 4:51:08.422 PM com.apple.backupd-helper[7858]: Not starting Time Machine backup after wake - failed to resolve alias to backup volume.
    8/24/12 4:51:19.776 PM SyncServer[7864]: [0x7fbf3b40bdb0] |DataManager|Warning| Client com.apple.Mail sync alert tool path /System/Library/Frameworks/Message.framework/Resources/MailSync does not exist.
    8/24/12 4:51:21.569 PM iCalExternalSync[7862]: [0x7fd3d3c0e480] |Miscellaneous|Error| SyncServices precondition failure in [ISyncConcreteSession pushChangesFromRecord:withIdentifier:]: you can't change the record's entity name from com.apple.calendars.DisplayAlarm to com.apple.calendars.AudioAlarm in {
        "com.apple.ical.sound" = Basso;
        "com.apple.syncservices.KeepAwayFromServers" = 1;
        "com.apple.syncservices.RecordEntityName" = "com.apple.calendars.AudioAlarm";
        owner =     (
            "Event/p954"
        sound = Basso;
        triggerduration = "-480";
    8/24/12 4:51:21.570 PM iCalExternalSync[7862]: [ICalExternalSync ]Encountered exception: [ISyncConcreteSession pushChangesFromRecord:withIdentifier:]: you can't change the record's entity name from com.apple.calendars.DisplayAlarm to com.apple.calendars.AudioAlarm in {
        "com.apple.ical.sound" = Basso;
        "com.apple.syncservices.KeepAwayFromServers" = 1;
        "com.apple.syncservices.RecordEntityName" = "com.apple.calendars.AudioAlarm";
        owner =     (
            "Event/p954"
        sound = Basso;
        triggerduration = "-480";
    } withStack: (
              0   iCalExternalSync                    0x0000000100d3aa60 iCalExternalSync + 125536
              1   iCalExternalSync                    0x0000000100d29ac9 iCalExternalSync + 56009
              2   iCalExternalSync                    0x0000000100d39694 iCalExternalSync + 120468
              3   libdyld.dylib                       0x00007fff97a6d7e1 start + 0
              4   ???                                 0x0000000000000007 0x0 + 7
    8/24/12 4:51:21.571 PM iCalExternalSync[7862]: [ICalExternalSync ]NSException name:ISyncInvalidArgumentsException reason:[ISyncConcreteSession pushChangesFromRecord:withIdentifier:]: you can't change the record's entity name from com.apple.calendars.DisplayAlarm to com.apple.calendars.AudioAlarm in {
        "com.apple.ical.sound" = Basso;
        "com.apple.syncservices.KeepAwayFromServers" = 1;
        "com.apple.syncservices.RecordEntityName" = "com.apple.calendars.AudioAlarm";
        owner =     (
            "Event/p954"
        sound = Basso;
        triggerduration = "-480";
    8/24/12 4:51:21.573 PM SyncServer[7864]: [0x7fbf3b40bdb0] |Server|Warning| lost connection 0x7fbf3b4516f0 to com.apple.iCal
    8/24/12 4:52:10.775 PM prl_naptd[230]: Reloading configuration...
    8/24/12 4:52:10.000 PM kernel[0]: IOSCSIPeripheralDeviceType00::setPowerState(0xffffff802d6e2200, 0 -> 1) timed out after 100576 ms
    8/24/12 4:52:10.000 PM kernel[0]: en1: BSSID changed to 00:22:b0:b7:1a:9f
    8/24/12 4:52:10.000 PM kernel[0]: /drv/ MacDevice.cpp:598   com_parallels_hypervisor_client::powerDownHandler: message e0000300
    8/24/12 4:52:10.854 PM prl_naptd[230]: vnic0: DHCP/NAT for 10.211.55.1-10.211.55.254 netmask 255.255.255.0
    8/24/12 4:52:10.854 PM prl_naptd[230]: vnic1: DHCP for 10.37.129.1-10.37.129.254 netmask 255.255.255.0
    8/24/12 4:52:10.885 PM airportd[7865]: _doAutoJoin: Already associated to “grnn5”. Bailing on auto-join.
    8/24/12 4:52:29.701 PM WindowServer[157]: CGXRegisterWindowWithSystemStatusBar: window 6ad already registered
    8/24/12 4:52:31.353 PM WindowServer[157]: CGXRegisterWindowWithSystemStatusBar: window 6ad already registered
    8/24/12 4:52:40.890 PM com.apple.usbmuxd[26]: _SendAttachNotification (thread 0x7fff7e934180): sending attach for device 78:a3:e4:4d:4a:46@fe80::7aa3:e4ff:fe4d:4a46._apple-mobdev._tcp.local.: _GetAddrInfoReplyReceivedCallback matched.
    8/24/12 4:52:41.187 PM usbmuxd[26]: _AMDeviceConnectByAddressAndPort (thread 0x100781000): IPv4
    8/24/12 4:52:41.276 PM iTunes[334]: _AMDDeviceAttachedCallbackv3 (thread 0x1148f1000): Device 'AMDevice 0x7fd2dc61f130 {UDID = ff99bed4a08332ea6bbafa6f1bae928107783f0f, device ID = 69, FullServiceName = 78:a3:e4:4d:4a:46@fe80::7aa3:e4ff:fe4d:4a46._apple-mobdev._tcp.local.}' attached.
    8/24/12 4:52:41.276 PM ath[1217]: _AMDDeviceAttachedCallbackv3 (thread 0x7fff7e934180): Device 'AMDevice 0x101051870 {UDID = ff99bed4a08332ea6bbafa6f1bae928107783f0f, device ID = 69, FullServiceName = 78:a3:e4:4d:4a:46@fe80::7aa3:e4ff:fe4d:4a46._apple-mobdev._tcp.local.}' attached.
    8/24/12 4:52:41.277 PM ath[466]: _AMDDeviceAttachedCallbackv3 (thread 0x7fff7e934180): Device 'AMDevice 0x1005ece20 {UDID = ff99bed4a08332ea6bbafa6f1bae928107783f0f, device ID = 69, FullServiceName = 78:a3:e4:4d:4a:46@fe80::7aa3:e4ff:fe4d:4a46._apple-mobdev._tcp.local.}' attached.
    8/24/12 4:52:41.561 PM ath[1217]: _AMDDeviceAttachedCallbackv3 (thread 0x7fff7e934180): Device 'AMDevice 0x10056bba0 {UDID = ff99bed4a08332ea6bbafa6f1bae928107783f0f, device ID = 69, FullServiceName = 78:a3:e4:4d:4a:46@fe80::7aa3:e4ff:fe4d:4a46._apple-mobdev._tcp.local.}' attached.
    8/24/12 4:52:41.994 PM AppleMobileDeviceHelper[467]: _AMDDeviceDetached (thread 0x7fff7e934180): Device 'AMDevice 0x1003a9610 {UDID = 5b51c6b3733c029f5ea62ab340f4155c46b750d1, device ID = 67, FullServiceName = b8:c7:5d:da:9b:a1@fe80::bac7:5dff:feda:9ba1._apple-mobdev._tcp.local.}' detached.
    8/24/12 4:52:42.216 PM AppleMobileDeviceHelper[467]: _AMDDeviceDetached (thread 0x7fff7e934180): Device 'AMDevice 0x1033cc1b0 {UDID = ff99bed4a08332ea6bbafa6f1bae928107783f0f, device ID = 68, FullServiceName = 78:a3:e4:4d:4a:46@fe80::7aa3:e4ff:fe4d:4a46._apple-mobdev._tcp.local.}' detached.
    8/24/12 4:52:42.216 PM AppleMobileDeviceHelper[467]: _AMDDeviceAttachedCallbackv3 (thread 0x7fff7e934180): Device 'AMDevice 0x1033ab750 {UDID = ff99bed4a08332ea6bbafa6f1bae928107783f0f, device ID = 69, FullServiceName = 78:a3:e4:4d:4a:46@fe80::7aa3:e4ff:fe4d:4a46._apple-mobdev._tcp.local.}' attached.
    8/24/12 4:52:52.724 PM WindowServer[157]: CGXRegisterWindowWithSystemStatusBar: window 6ad already registered
    8/24/12 4:52:55.289 PM WindowServer[157]: CGXRegisterWindowWithSystemStatusBar: window 6ad already registered
    8/24/12 4:53:04.299 PM com.apple.usbmuxd[26]: _SendDetachNotification (thread 0x7fff7e934180): sending detach for device 78:a3:e4:4d:4a:46@fe80::7aa3:e4ff:fe4d:4a46._apple-mobdev._tcp.local.: _BrowseReplyReceivedCallback got bonjour removal.
    8/24/12 4:53:04.300 PM iTunes[334]: _AMDDeviceDetached (thread 0x1148f1000): Device 'AMDevice 0x7fd2dc61f130 {UDID = ff99bed4a08332ea6bbafa6f1bae928107783f0f, device ID = 69, FullServiceName = 78:a3:e4:4d:4a:46@fe80::7aa3:e4ff:fe4d:4a46._apple-mobdev._tcp.local.}' detached.
    8/24/12 4:53:04.300 PM ath[466]: _AMDDeviceDetached (thread 0x7fff7e934180): Device 'AMDevice 0x1005ece20 {UDID = ff99bed4a08332ea6bbafa6f1bae928107783f0f, device ID = 69, FullServiceName = 78:a3:e4:4d:4a:46@fe80::7aa3:e4ff:fe4d:4a46._apple-mobdev._tcp.local.}' detached.
    8/24/12 4:53:04.302 PM iTunes[334]: _NotificationSocketReadCallbackGCD (thread 0x7fff7e934180): Unexpected connection closure...
    8/24/12 4:53:04.303 PM ath[1217]: _NotificationSocketReadCallbackGCD (thread 0x7fff7e934180): Unexpected connection closure...
    8/24/12 4:53:06.079 PM Dock[4182]: Unable to open IOHIDSystem (e00002bd)
    8/24/12 4:53:06.000 PM kernel[0]: virtual bool IOHIDEventSystemUserClient::initWithTask(task_t, void *, UInt32): Client task not privileged to open IOHIDSystem for mapping memory (e00002c1)
    8/24/12 4:53:31.413 PM WindowServer[157]: CGXRegisterWindowWithSystemStatusBar: window 6ad already registered
    8/24/12 4:53:34.887 PM WindowServer[157]: CGXRegisterWindowWithSystemStatusBar: window 6ad already registered
    8/24/12 4:53:36.740 PM WindowServer[157]: CGXRegisterWindowWithSystemStatusBar: window 6ad already registered
    8/24/12 4:53:43.105 PM WindowServer[157]: CGXRegisterWindowWithSystemStatusBar: window 6ad already registered
    8/24/12 4:54:00.739 PM com.apple.backupd-helper[7873]: Not starting scheduled Time Machine backup - time machine destination not resolvable.
    8/24/12 4:54:01.743 PM WindowServer[157]: CGXRegisterWindowWithSystemStatusBar: window 6ad already registered
    8/24/12 4:54:25.028 PM DashboardClient[4190]: com.weather.widget.Forecast: updating...
    8/24/12 4:54:28.827 PM WindowServer[157]: CGXRegisterWindowWithSystemStatusBar: window 6ad already registered
    8/24/12 4:54:45.066 PM WindowServer[157]: CGXRegisterWindowWithSystemStatusBar: window 6ad already registered
    8/24/12 4:54:46.401 PM WindowServer[157]: CGXRegisterWindowWithSystemStatusBar: window 6ad already registered
    8/24/12 4:54:51.660 PM WindowServer[157]: CGXRegisterWindowWithSystemStatusBar: window 6ad already registered
    8/24/12 4:59:33.303 PM lsboxd[422]: @AE relay 4755524c:4755524c
    8/24/12 4:59:33.654 PM WindowServer[157]: CGXRegisterWindowWithSystemStatusBar: window 6ad already registered
    8/24/12 5:00:45.430 PM WindowServer[157]: CGXRegisterWindowWithSystemStatusBar: window 6ad already registered
    8/24/12 5:00:48.049 PM WindowServer[157]: CGXRegisterWindowWithSystemStatusBar: window 6ad already registered
    8/24/12 5:04:16.313 PM WindowServer[157]: CGXRegisterWindowWithSystemStatusBar: window 6ad already registered
    8/24/12 5:04:16.980 PM WindowServer[157]: CGXDisableUpdate: UI updates were forcibly disabled by application "App Store" for over 1.00 seconds. Server has re-enabled them.
    8/24/12 5:04:17.025 PM WindowServer[157]: reenable_update_for_connection: UI updates were finally reenabled by application "App Store" after 1.05 seconds (server forcibly re-enabled them after 1.00 seconds)
    8/24/12 5:04:25.328 PM DashboardClient[4190]: com.weather.widget.Forecast: updating...
    8/24/12 5:07:26.099 PM com.apple.usbmuxd[26]: _SendAttachNotification (thread 0x7fff7e934180): sending attach for device 78:a3:e4:4d:4a:46@fe80::7aa3:e4ff:fe4d:4a46._apple-mobdev._tcp.local.: _GetAddrInfoReplyReceivedCallback matched.
    8/24/12 5:07:26.474 PM usbmuxd[26]: _AMDeviceConnectByAddressAndPort (thread 0x100781000): IPv4
    8/24/12 5:07:26.625 PM ath[1217]: _AMDDeviceAttachedCallbackv3 (thread 0x7fff7e934180): Device 'AMDevice 0x10056a080 {UDID = ff99bed4a08332ea6bbafa6f1bae928107783f0f, device ID = 70, FullServiceName = 78:a3:e4:4d:4a:46@fe80::7aa3:e4ff:fe4d:4a46._apple-mobdev._tcp.local.}' attached.
    8/24/12 5:07:26.625 PM iTunes[334]: _AMDDeviceAttachedCallbackv3 (thread 0x1148f1000): Device 'AMDevice 0x7fd2dc625ab0 {UDID = ff99bed4a08332ea6bbafa6f1bae928107783f0f, device ID = 70, FullServiceName = 78:a3:e4:4d:4a:46@fe80::7aa3:e4ff:fe4d:4a46._apple-mobdev._tcp.local.}' attached.
    8/24/12 5:07:26.626 PM ath[466]: _AMDDeviceAttachedCallbackv3 (thread 0x7fff7e934180): Device 'AMDevice 0x1012f4760 {UDID = ff99bed4a08332ea6bbafa6f1bae928107783f0f, device ID = 70, FullServiceName = 78:a3:e4:4d:4a:46@fe80::7aa3:e4ff:fe4d:4a46._apple-mobdev._tcp.local.}' attached.
    8/24/12 5:07:27.505 PM ath[1217]: _AMDDeviceAttachedCa

    I don't think you quite understand how Time Machine really works. But then hardly anyone does. Time Machine is intended to be left enabled always whether a backup drive is connected or not. What Time Machine cannot handle properly is a situation where the backup drive loses power for whatever reason. Time Machine treats this, as does the OS, as an improper disconnect of an external drive without being properly ejected. This in turn throws Time Machine a little bit of a loop.
    For you I would suggest not using Time Machine. Instead use a third-party backup utility that you can either schedule or run manually as you wish. They will work with the same drive you have used for Time Machine, but you will need to first erase the Time Machine drive using Disk Utility. Please DO NOT try dragging the Time Machine backups to the Trash.
    Here are some good backup utilities you can try:
    Suggested Backup Software
      1. Carbon Copy Cloner
      2. Get Backup
      3. Deja Vu
      4. SuperDuper!
      5. Synk Pro
      6. Tri-Backup
    Others may be found at MacUpdate. Each one can be used for a trial period. No need to pay for one until you've decided on which one you like best. I, for example, use Carbon Copy Cloner but please don't take that as a recommendation over the others. It's just my preference. All can be operated manually or can be set up to backup on a schedule you determine. Some can even be set up to backup as soon as the backup drive is connected.
    Visit The XLab FAQs and read the FAQ on backup and restore.  Also read How to Back Up and Restore Your Files.

  • Firefox claims that it is already running and will not let me start a new session after closing out

    I've been having this problem intermittently on both my Dell XPS 8000 and my HP nx7400 laptop. The Dell is running the latest version of Windows 7 Pro and the HP is running XP Pro (fully updated). After closing out of a Firefox session and running other apps, Firefox will not let me initiate another session, saying that "Firefox is already running... Please close the session..." That's not an exact quote, but you get the idea. CTRL-ALT-DEL and all other conventional means don't work and I am forced to reboot the system. This is a royal pain.. and I need some pain relief! Any suggestions? I may revert to an earlier version of Firefox until I see a solution... can't hurt, but I really like 4.0 and I don't look at going backwards as "progress."
    Thanks.
    Tom

    Sounds like it is hanging when you exit and later try to restart Firefox.
    * How to stop the running Firefox process
    ** In Task Manager, does firefox.exe show in the '''<u>Processes</u>''' tab?
    ** See: http://kb.mozillazine.org/Kill_application
    **Windows 7 users: http://www.techrepublic.com/blog/window-on-windows/reap-the-benefits-of-windows-7s-task-manager/2576
    * What may cause Firefox to hang at exit
    **Windows 7 Task Manager: http://www.techrepublic.com/blog/window-on-windows/reap-the-benefits-of-windows-7s-task-manager/2576
    ** http://support.mozilla.com/en-US/kb/Firefox+hangs
    ** http://kb.mozillazine.org/Firefox_hangs
    ** https://support.mozilla.com/en-US/kb/Firefox+is+already+running+but+is+not+responding
    * You may need to try Firefox Safe Mode
    ** You may need to use '''Safe Mode''' to locate the problem:
    ***See: http://kb.mozillazine.org/Safe_Mode
    ***Firefox 4 users, hold the Shift key while clicking the Firefox 4 desktop icon to enter Safe Mode.
    ***Firefox Safe Mode is a diagnostic mode that disables Extensions and some other features of Firefox.
    ****In Firefox 4, Safe Mode also disables Plugins and Hardware Acceleration.
    ****If you are using a theme, switch to the DEFAULT theme: Tools > Add-ons > Themes '''<u>before</u>''' starting Safe Mode (In Firefox 4, Tools > Add-ons > Appearance). See: http://support.mozilla.com/en-US/kb/Using%20themes%20with%20Firefox#w_managing-themes-and-personas
    ****When entering Safe Mode, do not check any items on the entry window, just click "Continue in Safe Mode".
    ****Test to see if the problem you are experiencing is corrected.
    *** If the problem does not occur in Safe-mode then disable all of your Extensions and Plug-ins and then try to find which is causing it
    ***#by enabling '''<u>one at a time</u>''' until the problem reappears.
    ***#You can also enable a few at a time (3-5), keeping track of what you just re-enabled to see if the problem re-occurs; this will help narrow down the possibilities if you have a large number of add-ons.
    ***#'''<u>You MUST close and restart Firefox after EACH change</u>''' via File > Restart Firefox (on Mac: Firefox > Quit).
    ***#You can use "Disable all add-ons" on the Safe Mode start window.
    **See the following for more information
    *** http://support.mozilla.com/en-US/kb/Troubleshooting+extensions+and+themes
    *** http://support.mozilla.com/en-US/kb/Troubleshooting+plugins
    *** http://support.mozilla.com/en-US/kb/Basic+Troubleshooting
    <br />
    <br />
    '''You need to update the following.''' The Plugin version(s) shown below was/were submitted with your question and is/are out of date. You should update to avoid known security issues with the version(s) you have installed. Click on "More system info..." to the right of your question to see what was included with your question.
    *Next Generation Java Plug-in 1.6.0_24 for Mozilla browsers
    #'''''Check your plugin versions''''' on either of the following links':
    #*http://www.mozilla.com/en-US/plugincheck/
    #*https://www-trunk.stage.mozilla.com/en-US/plugincheck/
    #*'''Note: plugin check page does not have information on all plugin versions'''
    #*There are plugin specific testing links available from this page:
    #**http://kb.mozillazine.org/Testing_plugins
    #'''Update the [[Java]] plugin''' to the latest version.
    #*Download site: http://www.oracle.com/technetwork/java/javase/downloads/index.html (Java Platform: Download JRE)
    #**'''''Be sure to <u>un-check the Yahoo Toolbar</u> option during the install if you do not want it installed.
    #*Also see "Manual Update" in this article to update from the Java Control Panel in Windows Control Panel: http://support.mozilla.com/en-US/kb/Using+the+Java+plugin+with+Firefox#Updates
    #* Removing old versions (if needed): http://www.java.com/en/download/faq/remove_olderversions.xml
    #* Remove multiple Java Console extensions (if needed): http://kb.mozillazine.org/Firefox_:_FAQs_:_Install_Java#Multiple_Java_Console_extensions
    #*Java Test: http://www.java.com/en/download/help/testvm.xml

Maybe you are looking for

  • How do I 'home share' without Home Sharing??

    I used to use Home Sharing so that my MacBook Air in another part of the house could access, import photos from my iMac iPhoto library (my main iPhoto library). Home Sharing no longer is an option. Until I eventually get around to Yosemite and "Photo

  • Creating new folder in sharepoint

    Hi - I am using Office 2013 and using the "Save as" function in Word want to create a new folder on the SharePoint site. there does not seem to be any way to do this through the "save as" dialog process. The "new folder" option only seems to be avail

  • Radio Button Widget Highlight Options

    In Captivate 5.5, is it possible for the standard radio button widget (RadioButtons.swf) to not have a highlight color behind the text? I just want a transparent background with text so the master slide background shows. Adjusting the Alpha Channel o

  • Render control file not valid for" project.aep -- Please Help!

    I'm using AE CC I've read all the discussions I could find on this topic to fix this problem. All my computers are mapped correctly. The file that I'm sending at this point is very basic.  Once jpg sequence (as a test) name shadowMatte - no spaces, u

  • Short url options for iweb '08 & godaddy HEEEEEEEEEEEEEELP!!!!!

    I have a new website up. I used iweb 08 and Godaddy. I just want the name only. I want this to show up ---->Example www.sitename.com and the then according pages to follow. Example www.sitename.com/media, www.sitename.com/store, www.sitename.com/shir