Analyze job very slow in RAC environment

Hi,
I have an anlyze job which runs for 3 hrs in RAC environment (9.2.0.6).
Earlier in NON-RAC environment it used to complete in 1 hrs.
Need help in solving this issue.
Ajoy Kumar Thapa

hi,
This database is used for query purpose mainly.
we do huge data load during weekend into one of the table.
This table is then exchange with one of the partition of a huge partitioned table.
after that analyze job runs on this partitioned table.
The command we use for analyze is given below:
DBMS_STATS.GATHER_SCHEMA_STATS
ownname => '<owner_name>'
,estimate_percent => 05
,cascade => true
,degree => 4
,granularity=>'ALL'
I want to know, what can be the reason, this job, which runs fine in NON-RAC environment, is taking so long in RAC enviroment.
Any help is highly appreciated.
Ajoy Kumar Thapa

Similar Messages

  • RMAN job very slow

    Oracle 9i, patch set_04,two node fail safe cluster.
    I have set up, with OEM, a RMAN job in order to backup the databaase of approx 20GB.
    I use RMAN with a recovery catalog.
    The job run for about 4 minutes, so very good performance I think.
    Now something change and the job run for about 27 minutes, the db is always the same and the job is still succesfull.
    What can you suggest in order to come bak to the previous perfomance?
    Where do I hava to investigate?
    Please advise.
    Best regards.

    Same result:
    Here is the output of RMAN:
    Recovery Manager: Release 9.2.0.4.0 - Production
    Copyright (c) 1995, 2002, Oracle Corporation. All rights reserved.
    RMAN>
    connected to target database: ORAPROD1 (DBID=1115130655)
    RMAN>
    connected to recovery catalog database
    RMAN>
    RMAN> configure device type disk parallelism 4;
    new RMAN configuration parameters:
    CONFIGURE DEVICE TYPE DISK PARALLELISM 4;
    new RMAN configuration parameters are successfully stored
    starting full resync of recovery catalog
    full resync complete
    RMAN> **end-of-file**
    RMAN>
    Recovery Manager complete.
    Recovery Manager: Release 9.2.0.4.0 - Production
    Copyright (c) 1995, 2002, Oracle Corporation. All rights reserved.
    RMAN>
    connected to target database: ORAPROD1 (DBID=1115130655)
    RMAN>
    connected to recovery catalog database
    RMAN>
    RMAN> run { 
    2> allocate channel Canale1 type disk format 'U:\orabck\oraprod1\backup_%T_%s_%p.BAK';
    3> backup
    4> ( database include current controlfile );
    5>
    6> backup ( archivelog all delete input );
    7>
    8> }
    allocated channel: Canale1
    channel Canale1: sid=100 devtype=DISK
    Starting backup at AUG 18 2004 16:38:32
    channel Canale1: starting full datafile backupset
    channel Canale1: specifying datafile(s) in backupset
    including current controlfile in backupset
    input datafile fno=00012 name=T:\ORADATA\ORAPROD1\GECOTI2K_GEN.ORA
    input datafile fno=00010 name=T:\ORADATA\ORAPROD1\GECOTI2K_TAS.ORA
    input datafile fno=00008 name=T:\ORADATA\ORAPROD1\GECOTI2K_CAB.ORA
    input datafile fno=00001 name=T:\ORADATA\ORAPROD1\SYSTEM01.DBF
    input datafile fno=00011 name=T:\ORADATA\ORAPROD1\GECOTI2K_IDX_GEN.ORA
    input datafile fno=00014 name=T:\ORADATA\ORAPROD1\GECOTI2K_IDX_TAS.ORA
    input datafile fno=00015 name=T:\ORADATA\ORAPROD1\GECOTI2K_IDX_CAB.ORA
    input datafile fno=00013 name=T:\ORADATA\ORAPROD1\GECOTI2K_IDX_MUL.ORA
    input datafile fno=00002 name=T:\ORADATA\ORAPROD1\UNDOTBS01.DBF
    input datafile fno=00009 name=T:\ORADATA\ORAPROD1\GECOTI2K_MUL.ORA
    input datafile fno=00016 name=T:\ORADATA\ORAPROD1\GECOTI2K_CONTA.ORA
    input datafile fno=00017 name=T:\ORADATA\ORAPROD1\GECOTI2K_IDX_CONTA.ORA
    input datafile fno=00007 name=T:\ORADATA\ORAPROD1\XDB01.DBF
    input datafile fno=00004 name=T:\ORADATA\ORAPROD1\INDX01.DBF
    input datafile fno=00006 name=T:\ORADATA\ORAPROD1\USERS01.DBF
    input datafile fno=00003 name=T:\ORADATA\ORAPROD1\DRSYS01.DBF
    input datafile fno=00005 name=T:\ORADATA\ORAPROD1\TOOLS01.DBF
    input datafile fno=00018 name=T:\ORADATA\ORAPROD1\IAB_TS.ORA
    channel Canale1: starting piece 1 at AUG 18 2004 16:38:33
    channel Canale1: finished piece 1 at AUG 18 2004 17:06:58
    piece handle=U:\ORABCK\ORAPROD1\BACKUP_20040818_377_1.BAK comment=NONE
    channel Canale1: backup set complete, elapsed time: 00:28:25
    Finished backup at AUG 18 2004 17:06:58
    Starting backup at AUG 18 2004 17:06:58
    current log archived
    channel Canale1: starting archive log backupset
    channel Canale1: specifying archive log(s) in backup set
    input archive log thread=1 sequence=324 recid=412 stamp=534532023
    channel Canale1: starting piece 1 at AUG 18 2004 17:07:04
    channel Canale1: finished piece 1 at AUG 18 2004 17:07:07
    piece handle=U:\ORABCK\ORAPROD1\BACKUP_20040818_378_1.BAK comment=NONE
    channel Canale1: backup set complete, elapsed time: 00:00:04
    channel Canale1: deleting archive log(s)
    archive log filename=U:\ORARCHIVELOG\ORAPROD1\ORAPROD1_00324 recid=412 stamp=534532023
    Finished backup at AUG 18 2004 17:07:07
    Starting Control File Autobackup at AUG 18 2004 17:07:07
    piece handle=U:\ORABCK\BACKUPCTRLFILE\C-1115130655-20040818-00 comment=NONE
    Finished Control File Autobackup at AUG 18 2004 17:07:10
    released channel: Canale1
    RMAN> allocate channel for maintenance device type disk;
    allocated channel: ORA_MAINT_DISK_1
    channel ORA_MAINT_DISK_1: sid=100 devtype=DISK
    RMAN> delete obsolete device type disk;
    RMAN retention policy will be applied to the command
    RMAN retention policy is set to redundancy 4
    Deleting the following obsolete backups and copies:
    Type Key Completion Time Filename/Handle
    Backup Set 5557 AUG 15 2004 19:57:51
    Backup Piece 5558 AUG 15 2004 19:57:51 U:\ORABCK\ORAPROD1\BACKUP_20040815_366_1.BAK
    Backup Set 5582 AUG 15 2004 19:58:03
    Backup Piece 5583 AUG 15 2004 19:58:03 U:\ORABCK\ORAPROD1\BACKUP_20040815_367_1.BAK
    Backup Set 5657 AUG 16 2004 19:58:21
    Backup Piece 5658 AUG 16 2004 19:58:21 U:\ORABCK\BACKUPCTRLFILE\C-1115130655-20040816-01
    deleted backup piece
    backup piece handle=U:\ORABCK\ORAPROD1\BACKUP_20040815_366_1.BAK recid=359 stamp=534281405
    deleted backup piece
    backup piece handle=U:\ORABCK\ORAPROD1\BACKUP_20040815_367_1.BAK recid=360 stamp=534283082
    deleted backup piece
    backup piece handle=U:\ORABCK\BACKUPCTRLFILE\C-1115130655-20040816-01 recid=366 stamp=534369501
    Deleted 3 objects
    RMAN>
    RMAN> **end-of-file**
    RMAN>
    Recovery Manager complete.
    Any other idea?
    Thank you very much for your time.

  • Job Chain in RAC Environment

    Hi,
    i've a job chain defined in a RAC environment.
    I need that all the steps of my chain are performed on the same instance.
    How can i do this?
    Now stepA run on the instance 1 and stepB run on the instance 2.
    Thanks.

    Again, If it is a file system write issue, use ACFS (11.2.0.x) to create a shared file system that all nodes can see. What are you using to delete/create these files? A shell script?
    1) create an ACFS file system of sufficient size to handle your data
    2) mkdir /some/acfs/location
    3) using sqlplus create a database directory " create directory foo as '/some/acfs/location' "
    4) put the file in this location
    5) use UTL_FILE to delete AND create the file (see fremove() - http://docs.oracle.com/cd/E11882_01/appdev.112/e10577/u_file.htm)

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

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

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

  • Mac book pro has become very slow. How to analyze this and resolve this?

    My mac book pro has become very slow. How to analyze and resolve this?

    First, back up all data immediately, as your boot drive might be failing.
    There are a few other possible causes of generalized slow performance that you can rule out easily.
    Reset the System Management Controller.
    If you have many image or video files on the Desktop with preview icons, move them to another folder.
    If applicable, uncheck all boxes in the iCloud preference pane.
    Disconnect all non-essential wired peripherals and remove aftermarket expansion cards, if any.
    Check your keychains in Keychain Access for excessively duplicated items.
    Boot into Recovery mode, launch Disk Utility, and run Repair Disk.
    If you're booting from an aftermarket SSD, see whether there's a firmware update for it.
    Otherwise, take the steps below when you notice the problem.
    Step 1
    Launch the Activity Monitor application in any of the following ways:
    ☞ Enter the first few letters of its name into a Spotlight search. Select it in the results (it should be at the top.)
    ☞ In the Finder, select Go ▹ Utilities from the menu bar, or press the key combination shift-command-U. The application is in the folder that opens.
    ☞ Open LaunchPad. Click Utilities, then Activity Monitor in the icon grid.
    Select the CPU tab of the Activity Monitor window.
    Select All Processes from the menu in the toolbar, if not already selected.
    Click the heading of the % CPU column in the process table to sort the entries by CPU usage. You may have to click it twice to get the highest value at the top. What is it, and what is the process? Also post the values for % User, % System, and % Idle at the bottom of the window.
    Select the System Memory tab. What values are shown in the bottom part of the window for Page outs and Swap used?
    Next, select the Disk Activity tab. Post the approximate values shown for Reads in/sec and Writes out/sec (not Reads in and Writes out.)
    Step 2
    If you have more than one user account, you must be logged in as an administrator to carry out this step.
    Launch the Console application in the same way you launched Activity Monitor. Make sure the title of the Console window is All Messages. If it isn't, select All Messages from the SYSTEM LOG QUERIES menu on the left. If you don't see that menu, select
    View ▹ Show Log List
    from the menu bar.
    Select the 50 or so most recent entries in the log. Copy them to the Clipboard (command-C). Paste into a reply to this message (command-V). You're looking for entries at the end of the log, not at the beginning.
    When posting a log extract, be selective. Don't post more than is requested.
    Please do not indiscriminately dump thousands of lines from the log into this discussion.
    Important: Some personal information, such as your name, may appear in the log. Anonymize before posting. That should be easy to do if your extract is not too long.

  • Exchange 2013 - outlook in LAN environment very slow upload but fast download - not using 'use cached exchange mode'

    Hi,
    I have Exchange 2013 setup in a new environment (no migration) and it is working great except I just realized there is a big problem.
    I notice the following
    Problem 1:
    Outlook 2010 with sp2 with cached exchange mode on: when I import the pst into outlook, it imports fine but the sync is extremely slow. It uploads to the Exchange 2013 mail server at 20-70KB/sec (bytes) via LAN.
    Problem 2:
    Outlook 2010 with sp2 with cached exchange mode off: when I import the pst into outlook, it imports extremely slow. It uploads to the Exchange 2013 mail server at 20-70KB/sec (bytes) via LAN.
    More info:
    -user1 has 1GB of mail and when setting up the user on a new pc with outlook with cached exchange mode on, it downloads the mail very fast. It downloads at 40-80 Mbps/sec (bits).
    -I have Exchange 2013 with CU3 with win2k12 non r2.
    Why is the download so fast from Exchange 2013 but the upload to Exchange 2013 is extremely slow? How do I fix this?
    Thanks

    I did some more testing.
    I setup a test environment with:
    -Exchange 2013 SP1 on win2k12 r2
    -Outlook 2010 SP2 on windows 7 sp1
    -Outlook 2010 SP2 on windows 8.1
    -Outlook 2013 SP1 on windows 8.1
    Both windows 7 and windows 8.1 have the very slow upload issue to Exchange 2013. Windows 7 upload to Exchange 2013 is around 20-70KB/sec (bytes) via LAN. Windows 8.1 upload is a bit more responsive at around 500-600KB/sec (bytes) via LAN.
    I changed the TcpAckFrequency to 1 for windows 7 and 8.1 and the problem went away. The upload on both Windows 7 and 8.1 was going at megabytes after the change.
    I hope Microsoft fixes this soon.
    PowerShell script to have this automated via GPO:
    http://community.spiceworks.com/topic/571571-outlook-slow-after-migrating-to-exchange-2013
    PowerShell Script:
    $strGUIDS=[array](Get-WmiObject win32_networkadapter -filter "netconnectionstatus = 2" | select -expand GUID)
    foreach ($strGUID in $strGUIDS) {New-ItemProperty -path HKLM:\System\CurrentControlSet\services\Tcpip\Parameters\Interfaces\$strGUID -propertytype DWORD -name TcpAckFrequency -value 1}

  • SQL Developer in CITRX environment get very slow

    All,
    running version 3.0.02 BuildMAIN-02.37 of SQL Developer on a CITRIX machine.
    We installed that software a while ago and it got very slow. When I ran an SQL statement it took seconds to get the cursor back.
    When I deleted the profile on CITRIX for my user it went back to normal.
    Did anyone experience the same?
    Any remedy?
    Please let me know if you need more details.
    Thank you,
    André

    ok - I see three options:
    1. submit an enhancement request to add such a filter
    2. don't use sql dev for the 'diff' project - do it manually
    3. use a workaround process
    For options #2 or #3 you need to repost a related, but similar, question in the database general forum.
    General Database Discussions
    This would be my recommendation:
    1. Use EXPDP to export the metadata only for the databases you want to work with
    2. Use IMPDP to import that metadata on a server/DB dedicated to your DIFF needs
    3. Use a simple script/procedure to drop users that have no objects (easier than trying customize the import)
    4. Use Sql Dev on the resulting DIFF server/DB
    You can easily export only the metadata. Then just import it somwhere where you can drop what you don't need. Sql Dev can then handle the rest for you.
    Sure - it requires a second DB or two but those will be TINY since you won't have ANY data at all; just the code.
    It also gives you a great sandbox to test any scriptss you might want to execute to make two schemas equal.
    I won't follow up at all on the above in this forum. If you want more help with a workaround repost an appropriate question and provide a link to this thread in it.
    I suggest
    With the requisite licensing you can use Oracle's DBMS_METADATA_DIFF package to do your own comparisons.
    http://docs.oracle.com/cd/E11882_01/appdev.112/e40758/d_metadiff.htm#CHEGJBCA

  • My iMac is running very slow

    My iMac is now running very slow.  Every process/application lags, safari, iPhoto, pages, iTunes, etc.  Beach ball just spins and spins.....
    I have an early 2008 iMac with 2.66 GHz Intel Core 2 Duo processor, 2 GB 800 MHz DDR2 SDRAM memory, 320 GB SATA Disk storage with 30GB free.  I just upgraded to OS X Yosemite 10.10.1 hoping it would help solve the problem but no luck.
    I ran "syslog -k Sender kernel -k Message CReq 'Channel t|GPU D|I/O|n Cause: -' | tail | open -ef" in the terminal window and received the following in the text window....
    Jan 14 00:18:17 X-imac-2 kernel[0] <Notice>: Process systemmigrationd [146] disabling system-wide I/O Throttling
    --- last message repeated 5 times ---
    Any help is greatly appreciated. Thanks

    Thanks Linc for your help!  Here is the logs from Console:
    1/17/15 10:02:48.283 AM com.apple.xpc.launchd[1]: (com.apple.PhotoApps.AVCHDConverter) Unknown key for dictionary: EnvironmentVarialbles
    1/17/15 10:02:48.283 AM com.apple.xpc.launchd[1]: (com.apple.imfoundation.IMRemoteURLConnectionAgent) The _DirtyJetsamMemoryLimit key is not available on this platform.
    1/17/15 10:03:08.258 AM WindowServer[119]: disable_update_timeout: UI updates were forcibly disabled by application "iPhoto" for over 1.00 seconds. Server has re-enabled them.
    1/17/15 10:03:14.986 AM WindowServer[119]: common_reenable_update: UI updates were finally reenabled by application "iPhoto" after 7.73 seconds (server forcibly re-enabled them after 1.00 seconds)
    1/17/15 10:03:21.834 AM WindowServer[119]: disable_update_timeout: UI updates were forcibly disabled by application "iPhoto" for over 1.00 seconds. Server has re-enabled them.
    1/17/15 10:03:35.834 AM WindowServer[119]: disable_update_likely_unbalanced: UI updates still disabled by application "iPhoto" after 15.00 seconds (server forcibly re-enabled them after 1.00 seconds). Likely an unbalanced disableUpdate call.
    1/17/15 10:03:36.125 AM WindowServer[119]: common_reenable_update: UI updates were finally reenabled by application "iPhoto" after 15.29 seconds (server forcibly re-enabled them after 1.00 seconds)
    1/17/15 10:03:37.950 AM iPhoto[733]: void CGSUpdateManager::log() const: conn 0xe2ab: spurious update.
    1/17/15 10:03:38.799 AM com.apple.SecurityServer[54]: Session 100029 created
    1/17/15 10:03:39.179 AM com.apple.SecurityServer[54]: Killing auth hosts
    1/17/15 10:03:39.179 AM com.apple.SecurityServer[54]: Session 100028 destroyed
    1/17/15 10:03:46.317 AM iPhoto[733]: The function ‘CGContextClear’ is obsolete and will be removed in an upcoming update. Unfortunately, this application, or a library it uses, is using this obsolete function, and is thereby contributing to an overall degradation of system performance.
    1/17/15 10:04:42.124 AM sandboxd[606]: ([626]) com.apple.metada(626) deny mach-lookup com.apple.cfnetwork.cfnetworkagent
    1/17/15 10:04:51.507 AM sandboxd[606]: ([626]) com.apple.metada(626) deny mach-lookup com.apple.cfnetwork.cfnetworkagent
    1/17/15 10:04:54.150 AM sandboxd[606]: ([626]) com.apple.metada(626) deny mach-lookup com.apple.cfnetwork.cfnetworkagent
    1/17/15 10:04:56.942 AM com.apple.xpc.launchd[1]: (com.apple.quicklook[746]) Endpoint has been activated through legacy launch(3) APIs. Please switch to XPC or bootstrap_check_in(): com.apple.quicklook
    1/17/15 10:05:10.094 AM Console[749]: Failed to connect (_consoleX) outlet from (NSApplication) to (ConsoleX): missing setter or instance variable
    1/17/15 10:05:19.067 AM WindowServer[119]: disable_update_timeout: UI updates were forcibly disabled by application "Console" for over 1.00 seconds. Server has re-enabled them.
    Here are a few other lines from earlier that my also be helpful.  Most of these are repeated over and over.
    1/16/15 4:43:20.000 PM kernel[0]: BUG in process suhelperd[452]: over-released legacy external boost assertions (1 total, 1 external, 0 legacy-external)
    1/16/15 5:31:07.775 PM Safari[6461]: Communications error: <OS_xpc_error: <error: 0x7fff745dab60> { count = 1, contents =
      "XPCErrorDescription" => <string: 0x7fff745dafa8> { length = 22, contents = "Connection interrupted" }
    }>
    1/16/15 5:57:11.000 PM kernel[0]: memorystatus_thread: idle exiting pid 5527 [CoreServicesUIAg]
    1/16/15 6:11:37.704 PM nsurlstoraged[6907]: ERROR: shrinkDB - unable to start a DB transaction.  Error-code=5
    1/16/15 6:13:49.644 PM com.apple.xpc.launchd[1]: (com.apple.auditd[6976]) Endpoint has been activated through legacy launch(3) APIs. Please switch to XPC or bootstrap_check_in(): com.apple.auditd
    1/16/15 6:13:50.077 PM kellerct[6980]: audit warning: soft /var/audit
    1/16/15 6:13:50.077 PM kellerct[6979]: audit warning: allsoft
    1/16/15 6:13:50.587 PM kellerct[6982]: audit warning: closefile /var/audit/20150117001305.20150117001349
    1/16/15 6:16:26.093 PM nsurlstoraged[6907]: Error: execSQLStatement:onConnection:toCompletionWithRetry - SQL=COMMIT;, error-code=1, error-message=cannot commit - no transaction is active
    1/17/15 7:18:17.197 AM BezelServices 245.23[67]: ASSERTION FAILED: dvcAddrRef != ((void *)0) -[DriverServices getDeviceAddress:] line: 2602
    This is from this morning when it took almost 15 mins to fully wake up:
    1/17/15 7:53:08.866 AM WindowServer[119]: CGXDisplayDidWakeNotification [30972791675783]: posting kCGSDisplayDidWake
    1/17/15 7:53:08.866 AM WindowServer[119]: handle_will_sleep_auth_and_shield_windows: Deferring.
    1/17/15 7:54:42.460 AM com.apple.backupd[223]: Copied 51.64 GB of 118.69 GB, 161123 of 201178 items
    1/17/15 7:55:57.306 AM SecurityAgent[174]: User info context values set for kellerct
    1/17/15 7:55:58.186 AM com.apple.xpc.launchd[1]: (com.apple.auditd[354]) Endpoint has been activated through legacy launch(3) APIs. Please switch to XPC or bootstrap_check_in(): com.apple.auditd
    1/17/15 7:55:59.176 AM kellerct[359]: audit warning: soft /var/audit
    1/17/15 7:55:59.176 AM kellerct[360]: audit warning: closefile /var/audit/20150117051759.20150117135558
    1/17/15 7:55:59.178 AM kellerct[358]: audit warning: allsoft
    1/17/15 7:55:59.852 AM com.apple.xpc.launchd[1]: (com.apple.FileSyncAgent.PHD.isRunning) The HideUntilCheckIn property is an architectural performance issue. Please transition away from it.
    1/17/15 7:56:00.003 AM com.apple.xpc.launchd[1]: (com.apple.mbloginhelper.user) This key does not do anything: OnDemand
    1/17/15 7:56:00.003 AM com.apple.xpc.launchd[1]: (com.apple.mbpluginhost.user) This key does not do anything: OnDemand
    1/17/15 7:56:00.196 AM com.apple.xpc.launchd[1]: (com.apple.secd) This key does not do anything: OnDemand
    1/17/15 7:56:00.196 AM com.apple.xpc.launchd[1]: (com.apple.secd) The ServiceIPC key is no longer respected. Please remove it.
    1/17/15 7:56:00.289 AM com.apple.xpc.launchd[1]: (com.apple.speech.speechsynthesisd) This key does not do anything: OnDemand
    1/17/15 7:56:00.314 AM com.apple.xpc.launchd[1]: (com.apple.TrustEvaluationAgent) This key does not do anything: OnDemand
    1/17/15 7:56:03.337 AM SecurityAgent[174]: Login Window login proceeding
    1/17/15 7:56:04.965 AM loginwindow[67]: Login Window - Returned from Security Agent
    1/17/15 7:56:05.200 AM loginwindow[67]: USER_PROCESS: 67 console
    1/17/15 7:56:06.000 AM kernel[0]: AppleKeyStore:Sending lock change 0 for handle -501
    1/17/15 7:56:06.381 AM com.apple.xpc.launchd[1]: (com.apple.AssistiveControl.running) The HideUntilCheckIn property is an architectural performance issue. Please transition away from it.
    1/17/15 7:56:06.381 AM com.apple.xpc.launchd[1]: (com.apple.btsa) This key does not do anything: OnDemand
    1/17/15 7:56:06.382 AM com.apple.xpc.launchd[1]: (com.apple.coreservices.lsactivity) Unknown key for Boolean: DrainMessagesAfterFailedInit
    1/17/15 7:56:06.383 AM com.apple.xpc.launchd[1]: (com.apple.coreservices.uiagent) This key does not do anything: OnDemand
    1/17/15 7:56:06.383 AM com.apple.xpc.launchd[1]: (com.apple.diagnostics_agent) This service is defined to be constantly running and is inherently inefficient.
    1/17/15 7:56:06.384 AM com.apple.xpc.launchd[1]: (com.apple.dock.fullscreen) The HideUntilCheckIn property is an architectural performance issue. Please transition away from it.
    1/17/15 7:56:06.384 AM com.apple.xpc.launchd[1]: (com.apple.dock.server) The HideUntilCheckIn property is an architectural performance issue. Please transition away from it.
    1/17/15 7:56:06.384 AM com.apple.xpc.launchd[1]: (com.apple.dock.notificationcenter) The HideUntilCheckIn property is an architectural performance issue. Please transition away from it.
    1/17/15 7:56:06.384 AM com.apple.xpc.launchd[1]: (com.apple.dock.appstore) The HideUntilCheckIn property is an architectural performance issue. Please transition away from it.
    1/17/15 7:56:06.384 AM com.apple.xpc.launchd[1]: (com.apple.dock.remotedesktoppicture) The HideUntilCheckIn property is an architectural performance issue. Please transition away from it.
    1/17/15 7:56:06.384 AM com.apple.xpc.launchd[1]: (com.apple.dock.launchpad) The HideUntilCheckIn property is an architectural performance issue. Please transition away from it.
    1/17/15 7:56:06.384 AM com.apple.xpc.launchd[1]: (com.apple.dock.downloads) The HideUntilCheckIn property is an architectural performance issue. Please transition away from it.
    1/17/15 7:56:06.384 AM com.apple.xpc.launchd[1]: (com.apple.EscrowSecurityAlert) Unknown key for string: seatbelt-profiles
    1/17/15 7:56:06.384 AM com.apple.xpc.launchd[1]: (com.apple.Finder) ThrottleInterval set to zero. You're not that important. Ignoring.
    1/17/15 7:56:06.385 AM com.apple.xpc.launchd[1]: (com.apple.FontRegistryUIAgent) This key does not do anything: OnDemand
    1/17/15 7:56:06.385 AM com.apple.xpc.launchd[1]: (com.apple.ATS.FontValidator) This key does not do anything: OnDemand
    1/17/15 7:56:06.385 AM com.apple.xpc.launchd[1]: (com.apple.ATS.FontValidatorConduit) This key does not do anything: OnDemand
    1/17/15 7:56:06.385 AM com.apple.xpc.launchd[1]: (com.apple.gamed) The JetsamProperties key is not available on this platform.
    1/17/15 7:56:06.385 AM com.apple.xpc.launchd[1]: (com.apple.gamed) This key does not do anything: OnDemand
    1/17/15 7:56:06.385 AM com.apple.xpc.launchd[1]: (com.apple.gamed) The ServiceIPC key is no longer respected. Please remove it.
    1/17/15 7:56:06.385 AM com.apple.xpc.launchd[1]: (com.apple.helpd) This key does not do anything: OnDemand
    1/17/15 7:56:06.386 AM com.apple.xpc.launchd[1]: (com.apple.installd.user) This key does not do anything: OnDemand
    1/17/15 7:56:06.387 AM com.apple.xpc.launchd[1]: (com.apple.Maps.mapspushd) Unknown key for double: StartInterval
    1/17/15 7:56:06.395 AM com.apple.xpc.launchd[1]: (com.apple.xpc.launchd.user.501.100006.Aqua) Caller tried to hijack service: path = /System/Library/LaunchAgents/com.apple.mbpluginhost.user.plist, caller = loginwindow.67
    1/17/15 7:56:06.395 AM com.apple.xpc.launchd[1]: (com.apple.midiserver.io) The HideUntilCheckIn property is an architectural performance issue. Please transition away from it.
    1/17/15 7:56:06.395 AM com.apple.xpc.launchd[1]: (com.apple.noticeboard.agent) This key does not do anything: OnDemand
    1/17/15 7:56:06.395 AM com.apple.xpc.launchd[1]: (com.apple.notificationcenterui.alerts) The HideUntilCheckIn property is an architectural performance issue. Please transition away from it.
    1/17/15 7:56:06.395 AM com.apple.xpc.launchd[1]: (com.apple.notificationcenterui.tcc) The HideUntilCheckIn property is an architectural performance issue. Please transition away from it.
    1/17/15 7:56:06.395 AM com.apple.xpc.launchd[1]: (com.apple.notificationcenterui.agent) This service is defined to be constantly running and is inherently inefficient.
    1/17/15 7:56:06.395 AM com.apple.xpc.launchd[1]: (com.apple.xpc.launchd.user.501.100006.Aqua) Caller tried to hijack service: path = /System/Library/LaunchAgents/com.apple.pluginkit.pkd.plist, caller = loginwindow.67
    1/17/15 7:56:06.395 AM com.apple.xpc.launchd[1]: (com.apple.PubSub.Agent) The ServiceIPC key is no longer respected. Please remove it.
    1/17/15 7:56:06.395 AM com.apple.xpc.launchd[1]: (com.apple.quicklook.ui.helper.active) The HideUntilCheckIn property is an architectural performance issue. Please transition away from it.
    1/17/15 7:56:06.395 AM com.apple.xpc.launchd[1]: (com.apple.ReportCrash) The DrainMessagesOnCrash key is not yet implemented. If you rely on this key, please file a bug.
    1/17/15 7:56:06.395 AM com.apple.xpc.launchd[1]: (com.apple.ReportCrash.Self) The DrainMessagesOnCrash key is not yet implemented. If you rely on this key, please file a bug.
    1/17/15 7:56:06.395 AM com.apple.xpc.launchd[1]: (com.apple.rtcreportingd) The UserName key is not supported for non-System services.
    1/17/15 7:56:06.395 AM com.apple.xpc.launchd[1]: (com.apple.sharingd) This service is defined to be constantly running and is inherently inefficient.
    1/17/15 7:56:06.395 AM com.apple.xpc.launchd[1]: (com.apple.soagent) Invalid type for event (event/type): events/array
    1/17/15 7:56:06.395 AM com.apple.xpc.launchd[1]: (com.apple.soagent) Invalid type for event (event/type): bundleid/string
    1/17/15 7:56:06.395 AM com.apple.xpc.launchd[1]: (com.apple.speech.speechdatainstallerd) This key does not do anything: OnDemand
    1/17/15 7:56:06.395 AM com.apple.xpc.launchd[1]: (com.apple.ssinvitationagent) This key does not do anything: OnDemand
    1/17/15 7:56:06.395 AM com.apple.xpc.launchd[1]: (com.apple.systemuiserver.ServiceProvider) The HideUntilCheckIn property is an architectural performance issue. Please transition away from it.
    1/17/15 7:56:06.395 AM com.apple.xpc.launchd[1]: (com.apple.dockextra.server) The HideUntilCheckIn property is an architectural performance issue. Please transition away from it.
    1/17/15 7:56:06.396 AM com.apple.xpc.launchd[1]: (com.apple.SUISMessaging) The HideUntilCheckIn property is an architectural performance issue. Please transition away from it.
    1/17/15 7:56:06.396 AM com.apple.xpc.launchd[1]: (com.apple.ipodserver) The HideUntilCheckIn property is an architectural performance issue. Please transition away from it.
    1/17/15 7:56:06.396 AM com.apple.xpc.launchd[1]: (com.apple.systemuiserver.screencapture) The HideUntilCheckIn property is an architectural performance issue. Please transition away from it.
    1/17/15 7:56:06.396 AM com.apple.xpc.launchd[1]: (com.apple.tsm.uiserver) The HideUntilCheckIn property is an architectural performance issue. Please transition away from it.
    1/17/15 7:56:06.396 AM com.apple.xpc.launchd[1]: (com.apple.dockling.server) The HideUntilCheckIn property is an architectural performance issue. Please transition away from it.
    1/17/15 7:56:06.396 AM com.apple.xpc.launchd[1]: (com.apple.window_proxies.startup) The HideUntilCheckIn property is an architectural performance issue. Please transition away from it.
    1/17/15 7:56:06.396 AM com.apple.xpc.launchd[1]: (com.apple.window_proxies) The HideUntilCheckIn property is an architectural performance issue. Please transition away from it.
    1/17/15 7:56:06.396 AM com.apple.xpc.launchd[1]: (com.apple.inputswitcher.running) The HideUntilCheckIn property is an architectural performance issue. Please transition away from it.
    1/17/15 7:56:06.396 AM com.apple.xpc.launchd[1]: (com.apple.universalaccesscontrol.running) The HideUntilCheckIn property is an architectural performance issue. Please transition away from it.
    1/17/15 7:56:06.396 AM com.apple.xpc.launchd[1]: (com.apple.universalaccessd.running) The HideUntilCheckIn property is an architectural performance issue. Please transition away from it.
    1/17/15 7:56:06.396 AM com.apple.xpc.launchd[1]: (com.apple.UserEventAgent-Aqua) This service is defined to be constantly running and is inherently inefficient.
    1/17/15 7:56:06.487 AM com.apple.xpc.launchd[1]: (com.apple.usernoted) This service is defined to be constantly running and is inherently inefficient.
    1/17/15 7:56:06.487 AM com.apple.xpc.launchd[1]: (com.apple.VoiceOver.running) The HideUntilCheckIn property is an architectural performance issue. Please transition away from it.
    1/17/15 7:56:06.488 AM com.apple.xpc.launchd[1]: (com.apple.ZoomWindow.running) The HideUntilCheckIn property is an architectural performance issue. Please transition away from it.
    1/17/15 7:56:06.488 AM com.apple.xpc.launchd[1]: (org.openbsd.ssh-agent) The ServiceIPC key is no longer respected. Please remove it.
    1/17/15 7:56:06.488 AM com.apple.xpc.launchd[1]: (com.apple.xpc.launchd.user.501.100006.Aqua) Failed to bootstrap path: path = /System/Library/LaunchAgents/com.apple.pluginkit.pkd.plist, error = 17: File exists
    1/17/15 7:56:06.488 AM com.apple.xpc.launchd[1]: (com.apple.xpc.launchd.user.501.100006.Aqua) Failed to bootstrap path: path = /System/Library/LaunchAgents/com.apple.mbpluginhost.user.plist, error = 17: File exists
    1/17/15 7:56:09.953 AM lsregister[369]: LaunchServices: Begin database seeding
    1/17/15 7:56:09.954 AM lsregister[369]: LaunchServices: Completed database seeding
    1/17/15 7:56:11.822 AM UserEventAgent[366]: Failed to copy info dictionary for bundle /System/Library/UserEventPlugins/alfUIplugin.plugin
    1/17/15 7:56:12.064 AM com.apple.xpc.launchd[1]: (com.apple.xpc.launchd.user.501.100006.Aqua) Could not import service from caller: caller = otherbsd.367, service = com.apple.photostream-agent, error = 119: Service is disabled
    1/17/15 7:56:12.064 AM otherbsd[367]: Could not submit LoginItem job com.apple.photostream-agent: 119: Service is disabled
    1/17/15 7:56:12.797 AM UserEventAgent[366]: user agent networkd: built Sep  9 2014 16:11:57
    1/17/15 7:56:13.843 AM UserEventAgent[366]: received an unknown event from daemon
    1/17/15 7:56:14.492 AM nsurlsessiond[373]: No directory for bundleID: com.apple.cloudd
    1/17/15 7:56:15.361 AM apsd[51]: Peer [pid=372] requested push wake but lacks APSPushWakeEntitlement
    1/17/15 7:56:17.800 AM com.apple.xpc.launchd[1]: (com.apple.imfoundation.IMRemoteURLConnectionAgent) The _DirtyJetsamMemoryLimit key is not available on this platform.
    1/17/15 7:56:17.833 AM secinitd[375]: UID[501]: cache loaded: /System/Library/Caches/com.apple.app-sandbox-cache.plist
    1/17/15 7:56:20.808 AM com.apple.xpc.launchd[1]: (com.apple.imfoundation.IMRemoteURLConnectionAgent) The _DirtyJetsamMemoryLimit key is not available on this platform.
    1/17/15 7:56:23.953 AM CalendarAgent[374]: Exception fetching ABCDContact in context <ABManagedObjectContext: 0x7fa46a629e50>: keypath birthdayComponents not found in entity <NSSQLEntity ABCDContact id=21>
    1/17/15 7:56:23.954 AM CalendarAgent[374]: Error fetching ABCDContact in context <ABManagedObjectContext: 0x7fa46a629e50>: (null) (null)
    1/17/15 7:57:44.128 AM apsd[51]: Attempt to set push wake topics without dark wake enabled: ()
    1/17/15 7:57:44.130 AM apsd[51]: Attempt to set push wake topics without dark wake enabled: ()
    1/17/15 7:57:44.132 AM apsd[51]: Attempt to set push wake topics without dark wake enabled: ()
    1/17/15 7:57:44.903 AM askpermissiond[382]: objc[382]: Class FALogging is implemented in both /System/Library/PrivateFrameworks/FamilyCircle.framework/Versions/A/FamilyCircl e and /System/Library/PrivateFrameworks/FamilyNotification.framework/Versions/A/Famil yNotification. One of the two will be used. Which one is undefined.
    1/17/15 7:57:44.921 AM askpermissiond[382]: StoreTransport: Resetting APS Connection using environment name production
    1/17/15 7:57:45.283 AM fmfd[383]: Initialized sandbox
    1/17/15 7:57:45.555 AM com.apple.xpc.launchd[1]: (com.apple.lakitu) The JoinExistingSession key is only available to Application services.
    1/17/15 7:57:45.555 AM com.apple.xpc.launchd[1]: (com.apple.accounts.dom) The _DirtyJetsamMemoryLimit key is not available on this platform.
    1/17/15 7:57:45.633 AM com.apple.xpc.launchd[1]: (com.apple.imfoundation.IMRemoteURLConnectionAgent) The _DirtyJetsamMemoryLimit key is not available on this platform.
    1/17/15 7:57:46.198 AM com.apple.iCloudHelper[384]: objc[384]: Class FALogging is implemented in both /System/Library/PrivateFrameworks/FamilyCircle.framework/Versions/A/FamilyCircl e and /System/Library/PrivateFrameworks/FamilyNotification.framework/Versions/A/Famil yNotification. One of the two will be used. Which one is undefined.
    1/17/15 7:57:46.252 AM com.apple.xpc.launchd[1]: (com.apple.imfoundation.IMRemoteURLConnectionAgent) The _DirtyJetsamMemoryLimit key is not available on this platform.
    1/17/15 7:57:46.532 AM apsd[51]: Peer [pid=383] requested push wake but lacks APSPushWakeEntitlement
    1/17/15 7:57:47.247 AM cloudd[385]: Could not create primary backing account
    1/17/15 7:57:56.509 AM identityservicesd[387]: [Warning] DeviceHeartbeat - Failed loading device heartbeat data from keychain -25300
    1/17/15 7:57:57.405 AM com.apple.xpc.launchd[1]: (com.apple.DataDetectorsDynamicData) The JoinExistingSession key is only available to Application services.
    1/17/15 7:57:57.411 AM com.apple.xpc.launchd[1]: (com.apple.FileSyncAgent.PHD.isRunning) The HideUntilCheckIn property is an architectural performance issue. Please transition away from it.
    1/17/15 7:57:57.413 AM com.apple.xpc.launchd[1]: (com.apple.mbloginhelper.user) This key does not do anything: OnDemand
    1/17/15 7:57:57.413 AM com.apple.xpc.launchd[1]: (com.apple.mbpluginhost.user) This key does not do anything: OnDemand
    1/17/15 7:57:57.419 AM com.apple.xpc.launchd[1]: (com.apple.secd) This key does not do anything: OnDemand
    1/17/15 7:57:57.419 AM com.apple.xpc.launchd[1]: (com.apple.secd) The ServiceIPC key is no longer respected. Please remove it.
    1/17/15 7:57:57.420 AM com.apple.xpc.launchd[1]: (com.apple.speech.speechsynthesisd) This key does not do anything: OnDemand
    1/17/15 7:57:57.422 AM com.apple.xpc.launchd[1]: (com.apple.TrustEvaluationAgent) This key does not do anything: OnDemand
    1/17/15 7:57:58.448 AM com.apple.audio.DriverHelper[391]: The plug-in named AirPlay.driver requires extending the sandbox for the IOKit user-client class AMDRadeonX4000_AMDAccelDevice.
    1/17/15 7:57:58.448 AM com.apple.audio.DriverHelper[391]: The plug-in named AirPlay.driver requires extending the sandbox for the IOKit user-client class AMDRadeonX4000_AMDAccelSharedUserClient.
    1/17/15 7:57:58.449 AM com.apple.audio.DriverHelper[391]: The plug-in named AirPlay.driver requires extending the sandbox for the IOKit user-client class AMDSIVideoContext.
    1/17/15 7:57:58.449 AM com.apple.audio.DriverHelper[391]: The plug-in named AirPlay.driver requires extending the sandbox for the IOKit user-client class Gen6DVDContext.
    1/17/15 7:57:58.449 AM com.apple.audio.DriverHelper[391]: The plug-in named AirPlay.driver requires extending the sandbox for the IOKit user-client class IGAccelDevice.
    1/17/15 7:57:58.449 AM com.apple.audio.DriverHelper[391]: The plug-in named AirPlay.driver requires extending the sandbox for the IOKit user-client class IGAccelSharedUserClient.
    1/17/15 7:57:58.449 AM com.apple.audio.DriverHelper[391]: The plug-in named AirPlay.driver requires extending the sandbox for the IOKit user-client class IGAccelVideoContextMain.
    1/17/15 7:57:58.449 AM com.apple.audio.DriverHelper[391]: The plug-in named AirPlay.driver requires extending the sandbox for the IOKit user-client class IGAccelVideoContextMedia.
    1/17/15 7:57:58.449 AM com.apple.audio.DriverHelper[391]: The plug-in named AirPlay.driver requires extending the sandbox for the IOKit user-client class IGAccelVideoContextVEBox.
    1/17/15 7:57:58.449 AM com.apple.audio.DriverHelper[391]: The plug-in named AirPlay.driver requires extending the sandbox for the IOKit user-client class IOBluetoothDeviceUserClient.
    1/17/15 7:57:58.449 AM com.apple.audio.DriverHelper[391]: The plug-in named AirPlay.driver requires extending the sandbox for the IOKit user-client class IOHIDParamUserClient.
    1/17/15 7:57:58.449 AM com.apple.audio.DriverHelper[391]: The plug-in named AirPlay.driver requires extending the sandbox for the IOKit user-client class IOSurfaceRootUserClient.
    1/17/15 7:57:58.450 AM com.apple.audio.DriverHelper[391]: The plug-in named AirPlay.driver requires extending the sandbox for the mach service named com.apple.AirPlayXPCHelper.
    1/17/15 7:57:58.450 AM com.apple.audio.DriverHelper[391]: The plug-in named AirPlay.driver requires extending the sandbox for the mach service named com.apple.wirelessproxd.
    1/17/15 7:57:58.695 AM com.apple.xpc.launchd[1]: (com.apple.appkit.xpc.sandboxedServiceRunner) The JoinExistingSession key is only available to Application services.
    1/17/15 7:57:59.801 AM coreaudiod[390]: 2015-01-17 07:57:59.801136 AM [AirPlay] BTLE discovery removing all devices
    1/17/15 7:57:59.803 AM coreaudiod[390]: 2015-01-17 07:57:59.802622 AM [AirPlay] Resetting AWDL traffic registration.
    1/17/15 7:57:59.803 AM coreaudiod[390]: 2015-01-17 07:57:59.802933 AM [AirPlay] Deregister AirPlay traffic for AWDL at MAC 00:00:00:00:00:00 with target infra non critical PeerIndication=0 err=-3900
    1/17/15 7:57:59.981 AM com.apple.xpc.launchd[1]: (com.apple.imdmessageservices.IMDMessageServicesAgent) The _DirtyJetsamMemoryLimit key is not available on this platform.
    1/17/15 7:57:59.984 AM com.apple.audio.DriverHelper[391]: The plug-in named BluetoothAudioPlugIn.driver requires extending the sandbox for the IOKit user-client class IOBluetoothDeviceUserClient.
    1/17/15 7:57:59.984 AM com.apple.audio.DriverHelper[391]: The plug-in named BluetoothAudioPlugIn.driver requires extending the sandbox for the mach service named com.apple.blued.
    1/17/15 7:57:59.984 AM com.apple.audio.DriverHelper[391]: The plug-in named BluetoothAudioPlugIn.driver requires extending the sandbox for the mach service named com.apple.bluetoothaudiod.
    1/17/15 7:58:00.144 AM com.apple.xpc.launchd[1]: (com.apple.imfoundation.IMRemoteURLConnectionAgent) The _DirtyJetsamMemoryLimit key is not available on this platform.
    1/17/15 7:58:00.336 AM discoveryd[50]: AwdlD2d AwdlD2dStartBrowsingForKey: '_airplay' Browsing service started
    1/17/15 7:58:00.336 AM discoveryd[50]: AwdlD2d AwdlD2dStartBrowsingForKey: '_raop' Browsing service started
    1/17/15 7:58:00.390 AM coreaudiod[390]: Logging disabled
    1/17/15 7:58:00.425 AM coreaudiod[390]: 2015-01-17 07:58:00.425163 AM [AirPlay] AirPlay: Performing audio format change for 4 (AP Out) to PCM/44100/16/2 for output and  for input
    1/17/15 7:58:00.425 AM coreaudiod[390]: 2015-01-17 07:58:00.425361 AM [AirPlay] AirPlay: Performing audio format change for 4 (AP Out) to PCM/44100/16/2 for output and  for input
    1/17/15 7:58:00.457 AM logind[66]: -[SessionManager getClient:withRole:inAuditSession:]:241: ERROR: No session dictionary for audit session 100010
    1/17/15 7:58:00.457 AM logind[66]: _SMGetSessionAgent:73: ERROR: __SMGetClientForAuditSessionAgent failed 2
    1/17/15 7:58:00.457 AM IMDPersistenceAgent[394]: SACShieldWindowShowing:925: ERROR: NULL response
    1/17/15 7:58:00.854 AM com.apple.xpc.launchd[1]: (com.apple.imfoundation.IMRemoteURLConnectionAgent) The _DirtyJetsamMemoryLimit key is not available on this platform.
    1/17/15 7:58:01.140 AM bluetoothaudiod[395]: Logging disabled
    1/17/15 7:58:01.344 AM identityservicesd[387]: <IMMacNotificationCenterManager: 0x7f802358b260>: Configuring notification center for identifier: com.apple.iChat   topics: (
    1/17/15 7:58:01.447 AM identityservicesd[387]: <IMMacNotificationCenterManager: 0x7f802358b260>:    NC Disabled: NO
    1/17/15 7:58:01.453 AM identityservicesd[387]: <IMMacNotificationCenterManager: 0x7f802358b260>:   DND Enabled: NO
    1/17/15 7:58:01.453 AM identityservicesd[387]: <IMMacNotificationCenterManager: 0x7f802358b260>: Updating enabled: YES   (Topics: (
    1/17/15 7:58:01.473 AM com.apple.xpc.launchd[1]: (com.apple.imtransferservices.IMTransferAgent) The _DirtyJetsamPriority key is not available on this platform.
    1/17/15 7:58:01.473 AM com.apple.xpc.launchd[1]: (com.apple.imtransferservices.IMTransferAgent) The _DirtyJetsamMemoryLimit key is not available on this platform.
    1/17/15 7:58:01.474 AM com.apple.xpc.launchd[1]: (com.apple.imfoundation.IMRemoteURLConnectionAgent) The _DirtyJetsamMemoryLimit key is not available on this platform.
    1/17/15 7:58:01.509 AM CallHistorySyncHelper[381]: [Warning] Services all disappeared, removing all dependent devices
    1/17/15 7:58:01.509 AM callservicesd[389]: [Warning] Services all disappeared, removing all dependent devices
    1/17/15 7:58:01.534 AM com.apple.xpc.launchd[1]: (com.apple.auditd[398]) Endpoint has been activated through legacy launch(3) APIs. Please switch to XPC or bootstrap_check_in(): com.apple.auditd
    1/17/15 7:58:01.537 AM pboard[396]: Attempt to unlink previous shared memory during startup returned an error.  Continuing...
    1/17/15 7:58:01.541 AM imagent[392]: [Warning] Services all disappeared, removing all dependent devices
    1/17/15 7:58:01.662 AM kellerct[401]: audit warning: allsoft
    1/17/15 7:58:01.663 AM kellerct[402]: audit warning: soft /var/audit
    1/17/15 7:58:01.731 AM kellerct[404]: audit warning: closefile /var/audit/20150117135558.20150117135801
    1/17/15 7:58:01.752 AM com.apple.xpc.launchd[1]: (com.apple.imfoundation.IMRemoteURLConnectionAgent) The _DirtyJetsamMemoryLimit key is not available on this platform.
    1/17/15 7:58:03.110 AM logind[66]: -[SessionManager getClient:withRole:inAuditSession:]:241: ERROR: No session dictionary for audit session 100017
    1/17/15 7:58:03.110 AM logind[66]: _SMGetSessionAgent:73: ERROR: __SMGetClientForAuditSessionAgent failed 2
    1/17/15 7:58:03.111 AM IMRemoteURLConnectionAgent[397]: SACShieldWindowShowing:925: ERROR: NULL response
    1/17/15 7:58:03.346 AM com.apple.xpc.launchd[1]: (com.apple.imtransferservices.IMTransferAgent) The _DirtyJetsamPriority key is not available on this platform.
    1/17/15 7:58:03.346 AM com.apple.xpc.launchd[1]: (com.apple.imtransferservices.IMTransferAgent) The _DirtyJetsamMemoryLimit key is not available on this platform.
    1/17/15 7:58:03.347 AM com.apple.xpc.launchd[1]: (com.apple.imtranscoding.IMTranscoderAgent) The _DirtyJetsamPriority key is not available on this platform.
    1/17/15 7:58:03.347 AM com.apple.xpc.launchd[1]: (com.apple.imtranscoding.IMTranscoderAgent) The _DirtyJetsamMemoryLimit key is not available on this platform.
    1/17/15 7:58:03.475 AM imagent[392]: [Warning] IMDAccount: incoming 'defaults' is not a dictionary, (null), (null)
    1/17/15 7:58:03.475 AM imagent[392]: [Warning] IMDAccount: incoming 'defaults' is not a dictionary, (null), (null)
    1/17/15 7:58:03.924 AM callservicesd[389]: Failed to get the bundle id
    1/17/15 7:58:33.479 AM com.apple.xpc.launchd[1]: (com.apple.auditd[408]) Endpoint has been activated through legacy launch(3) APIs. Please switch to XPC or bootstrap_check_in(): com.apple.auditd
    1/17/15 7:58:33.493 AM kellerct[412]: audit warning: soft /var/audit
    1/17/15 7:58:33.493 AM kellerct[413]: audit warning: allsoft
    1/17/15 7:58:33.494 AM kellerct[414]: audit warning: closefile /var/audit/20150117135801.20150117135833
    1/17/15 7:59:03.103 AM kellerct[419]: audit warning: soft /var/audit
    1/17/15 7:59:03.103 AM kellerct[420]: audit warning: closefile /var/audit/20150117135833.20150117135903
    1/17/15 7:59:03.105 AM kellerct[421]: audit warning: allsoft
    1/17/15 7:59:03.177 AM com.apple.xpc.launchd[1]: (com.apple.imdmessageservices.IMDMessageServicesAgent) The _DirtyJetsamMemoryLimit key is not available on this platform.
    1/17/15 7:59:03.177 AM com.apple.xpc.launchd[1]: (com.apple.imfoundation.IMRemoteURLConnectionAgent) The _DirtyJetsamMemoryLimit key is not available on this platform.
    1/17/15 7:59:36.026 AM com.apple.xpc.launchd[1]: (com.apple.auditd[430]) Endpoint has been activated through legacy launch(3) APIs. Please switch to XPC or bootstrap_check_in(): com.apple.auditd
    1/17/15 7:59:36.036 AM kellerct[434]: audit warning: allsoft
    1/17/15 7:59:36.036 AM kellerct[433]: audit warning: soft /var/audit
    1/17/15 7:59:36.056 AM kellerct[436]: audit warning: closefile /var/audit/20150117135903.20150117135936
    1/17/15 7:59:36.657 AM WindowServer[119]: **DMPROXY** (2) Found `/System/Library/CoreServices/DMProxy'. Run with arg = -login
    1/17/15 7:59:39.235 AM WindowServer[119]: CGXSetDisplayColorProfileAndTransfer: Display 0x04271ac0: Unit 0; ColorProfile { 532686347 }; TransferTable (256, 3)
    1/17/15 7:59:40.686 AM com.apple.AmbientDisplayAgent[162]: AmbientDisplayAgent started
    1/17/15 7:59:52.327 AM WindowServer[119]: disable_update_timeout: UI updates were forcibly disabled by application "SystemUIServer" for over 1.00 seconds. Server has re-enabled them.
    1/17/15 7:59:52.763 AM WindowServer[119]: common_reenable_update: UI updates were finally reenabled by application "SystemUIServer" after 1.75 seconds (server forcibly re-enabled them after 1.32 seconds)
    1/17/15 7:59:54.344 AM sharingd[449]: 07:59:54.277 : Starting Up...
    1/17/15 7:59:54.350 AM sharingd[449]: 07:59:54.349 : Device Capabilities (Handoff:NO, Instant Hotspot:NO, AirDrop:NO, Legacy AirDrop:NO, Remote Disc:NO)
    1/17/15 7:59:58.399 AM com.apple.xpc.launchd[1]: (com.apple.imfoundation.IMRemoteURLConnectionAgent) The _DirtyJetsamMemoryLimit key is not available on this platform.
    1/17/15 7:59:58.799 AM sharingd[449]: [Warning] Services all disappeared, removing all dependent devices
    1/17/15 7:59:59.943 AM iconservicesagent[452]: iconservicesagent launched.
    1/17/15 8:00:00.665 AM Spotlight[442]: spot: agent checkin
    1/17/15 8:00:00.971 AM Spotlight[442]: connectionToService 0x6080001185d0
    1/17/15 8:00:01.215 AM com.apple.xpc.launchd[1]: (com.apple.imfoundation.IMRemoteURLConnectionAgent) The _DirtyJetsamMemoryLimit key is not available on this platform.
    1/17/15 8:00:01.754 AM iconservicesagent[452]: Starting service with cache path: /var/folders/kp/bghl35295gq0lksv9z_tj65w0000gn/C/com.apple.iconservices
    1/17/15 8:00:01.927 AM Finder[437]: assertion failed: 14B25: libxpc.dylib + 97940 [9437C02E-A07B-38C8-91CB-299FAA63083D]: 0x89
    1/17/15 8:00:02.172 AM SystemUIServer[429]: Cannot find executable for CFBundle 0x7f8e21515e20 </System/Library/CoreServices/Menu Extras/Clock.menu> (not loaded)
    1/17/15 8:00:02.490 AM sharingd[449]: 08:00:02.489 : No delegate parameters from account, account exists = NO
    1/17/15 8:00:02.490 AM sharingd[449]: 08:00:02.490 : Tethering: Identifier needs fixing
    1/17/15 8:00:02.493 AM sharingd[449]: 08:00:02.492 : No delegate parameters from account, account exists = NO
    1/17/15 8:00:02.497 AM sharingd[449]: 08:00:02.496 : No delegate parameters from account, account exists = NO
    1/17/15 8:00:02.802 AM SystemUIServer[429]: Cannot find executable for CFBundle 0x7f8e215168c0 </System/Library/CoreServices/Menu Extras/Volume.menu> (not loaded)
    1/17/15 8:00:04.460 AM com.apple.metadata.SpotlightNetHelper[453]: CGSConnectionByID: 0 is not a valid connection ID.
    1/17/15 8:00:04.460 AM com.apple.metadata.SpotlightNetHelper[453]: Invalid Connection ID 0
    1/17/15 8:00:07.583 AM WindowServer[119]: disable_update_timeout: UI updates were forcibly disabled by application "SystemUIServer" for over 1.00 seconds. Server has re-enabled them.
    1/17/15 8:00:07.000 AM kernel[0]: Sandbox: Finder(437) System Policy: deny file-write-unlink /Users/kellerct/Library/Saved Application State/com.apple.finder.savedState/restorecount.plist
    1/17/15 8:00:11.064 AM WindowServer[119]: common_reenable_update: UI updates were finally reenabled by application "SystemUIServer" after 4.48 seconds (server forcibly re-enabled them after 1.00 seconds)
    1/17/15 8:00:12.019 AM Spotlight[442]: applications query - started
    1/17/15 8:00:13.397 AM WindowServer[119]: disable_update_timeout: UI updates were forcibly disabled by application "Finder" for over 1.00 seconds. Server has re-enabled them.
    1/17/15 8:00:13.408 AM WindowServer[119]: common_reenable_update: UI updates were finally reenabled by application "Finder" after 2.09 seconds (server forcibly re-enabled them after 2.07 seconds)
    1/17/15 8:00:13.434 AM com.apple.SecurityServer[54]: Session 100022 created
    1/17/15 8:00:15.198 AM com.apple.xpc.launchd[1]: (com.apple.imfoundation.IMRemoteURLConnectionAgent) The _DirtyJetsamMemoryLimit key is not available on this platform.
    1/17/15 8:00:17.444 AM com.apple.xpc.launchd[1]: (com.apple.quicklook[460]) Endpoint has been activated through legacy launch(3) APIs. Please switch to XPC or bootstrap_check_in(): com.apple.quicklook
    1/17/15 8:00:18.400 AM storeaccountd[458]: AccountServiceDelegate: Accepting new connection <NSXPCConnection: 0x7ff821d2d7e0> connection from pid 453 with interface <AccountServiceInterface: 0x7ff821d2f000> (PID 453)
    1/17/15 8:00:19.767 AM Finder[437]: CoreDockSetTrashFull returned error -4956
    1/17/15 8:00:33.161 AM com.apple.xpc.launchd[1]: (com.apple.PhotoApps.AVCHDConverter) Unknown key for dictionary: EnvironmentVarialbles
    1/17/15 8:00:33.162 AM com.apple.xpc.launchd[1]: (com.apple.imfoundation.IMRemoteURLConnectionAgent) The _DirtyJetsamMemoryLimit key is not available on this platform.
    1/17/15 8:00:33.511 AM WindowServer[119]: CGXGetConnectionProperty: Invalid connection 38503
    1/17/15 8:00:36.958 AM Spotlight[442]: applications query - finished in 25 seconds
    1/17/15 8:00:45.091 AM iconservicesd[37]: Failed to move temp file /Library/Caches/com.apple.iconservices.store/56B5168D-6EE1-1078-094C-DF302C9E25 2E.isdata.tmp to /Library/Caches/com.apple.iconservices.store/56B5168D-6EE1-1078-094C-DF302C9E25 2E.isdata with error: Error Domain=NSCocoaErrorDomain Code=516 "“56B5168D-6EE1-1078-094C-DF302C9E252E.isdata.tmp” couldn’t be moved to “com.apple.iconservices.store” because an item with the same name already exists." UserInfo=0x7faec0c1ce50 {NSSourceFilePathErrorKey=/Library/Caches/com.apple.iconservices.store/56B5168D -6EE1-1078-094C-DF302C9E252E.isdata.tmp, NSUserStringVariant=(
        Move
    ), NSDestinationFilePath=/Library/Caches/com.apple.iconservices.store/56B5168D-6EE 1-1078-094C-DF302C9E252E.isdata, NSFilePath=/Library/Caches/com.apple.iconservices.store/56B5168D-6EE1-1078-094C -DF302C9E252E.isdata.tmp, NSUnderlyingError=0x7faec0c20620 "The operation couldn’t be completed. File exists"}
    1/17/15 8:00:45.202 AM com.apple.xpc.launchd[1]: (com.apple.ReportCrash[489]) Endpoint has been activated through legacy launch(3) APIs. Please switch to XPC or bootstrap_check_in(): com.apple.ReportCrash
    1/17/15 8:00:46.662 AM ReportCrash[489]: Attempt to read info_array in pid 486 failed, address was 8fea0edc
    1/17/15 8:00:47.005 AM ReportCrash[489]: Attempt to read info_array in pid 486 failed, address was 8fea0edc
    1/17/15 8:00:47.203 AM ReportCrash[489]: Attempt to read info_array in pid 486 failed, address was 8fea0edc
    1/17/15 8:00:47.303 AM ReportCrash[489]: Attempt to read info_array in pid 486 failed, address was 8fea0edc
    1/17/15 8:00:47.418 AM ReportCrash[489]: Attempt to read info_array in pid 486 failed, address was 8fea0edc
    1/17/15 8:00:47.420 AM ReportCrash[489]: Attempt to read info_array in pid 486 failed, address was 8fea0edc
    1/17/15 8:00:48.868 AM com.apple.xpc.launchd[1]: (com.ibm.Notes.helper.57684[484]) Service exited with abnormal code: 133
    1/17/15 8:00:48.870 AM com.apple.xpc.launchd[1]: (com.apple.imfoundation.IMRemoteURLConnectionAgent) The _DirtyJetsamMemoryLimit key is not available on this platform.
    1/17/15 8:00:50.893 AM WiFiAgent[478]: [NO client logger] <Sep  9 2014 16:12:26> WIFICLOUDSYNC WiFiCloudSyncEngineCreate: created...
    1/17/15 8:00:50.894 AM WiFiAgent[478]: [NO client logger] <Sep  9 2014 16:12:26> WIFICLOUDSYNC WiFiCloudSyncEngineRegisterCallbacks: WiFiCloudSyncEngineCallbacks version - 0, bundle id - com.apple.wifi.WiFiAgent
    1/17/15 8:00:52.993 AM storeaccountd[458]: AccountServiceDelegate: Accepting new connection <NSXPCConnection: 0x7ff821d1b380> connection from pid 425 with interface <AccountServiceInterface: 0x7ff821d21870> (PID 425)
    1/17/15 8:00:56.590 AM Keychain Circle Notification[468]: Posted at launch: (
    1/17/15 8:00:59.357 AM ReportCrash[489]: Saved crash report for mpreload[486] version ??? to /Users/kellerct/Library/Logs/DiagnosticReports/mpreload_2015-01-17-080057_chris -kellers-imac-2.crash
    1/17/15 8:01:00.381 AM storeaccountd[458]: AccountServiceDelegate: Accepting new connection <NSXPCConnection: 0x7ff821d26660> connection from pid 471 with interface <AccountServiceInterface: 0x7ff821d26a90> (PID 471)
    1/17/15 8:01:02.464 AM com.apple.xpc.launchd[1]: (com.apple.imfoundation.IMRemoteURLConnectionAgent) The _DirtyJetsamMemoryLimit key is not available on this platform.
    1/17/15 8:01:08.936 AM CloudKeychainProxy[493]:  __45-[UbiqitousKVSProxy doEnsurePeerRegistration]_block_invoke <UB---e-C---> ensurePeerRegistration called, success ((null))
    1/17/15 8:01:09.116 AM Keychain Circle Notification[468]: rawStatus -1, #applicants 0, #peers 0, err=Error Domain=com.apple.security.sos.error Code=2 "The operation couldn’t be completed. (com.apple.security.sos.error error 2 - Remote error : The operation couldn‚Äôt be completed. (com.apple.security.sos.error error 2 - Public Key not available - failed to register before call))" UserInfo=0x7fe810c50330 {NSDescription=Remote error : The operation couldn‚Äôt be completed. (com.apple.security.sos.error error 2 - Public Key not available - failed to register before call)}
    1/17/15 8:01:09.457 AM Keychain Circle Notification[468]: Checking validity of 0 notes
    1/17/15 8:01:09.459 AM Keychain Circle Notification[468]: writeToStorage plist={
        applcationDate = "0000-12-30 00:00:00 +0000";
        lastCircleStatus = "-1";
        lastWritten = "2015-01-17 14:01:09 +0000";
        pendingApplicationReminder = "4001-01-01 00:00:00 +0000";
        pendingApplicationReminderInterval = 172800;
    1/17/15 8:01:11.225 AM NotificationCenter[471]: Layout still needs update after calling -[NSView layout].  NSView or one of its superclasses may have overridden -layout without calling super. Or, something may have dirtied layout in the middle of updating it.  Both are programming errors in Cocoa Autolayout.  The former is pretty likely to arise if some pre-Cocoa Autolayout class had a method called layout, but it should be fixed.
    1/17/15 8:01:13.128 AM Fitbit Connect Menubar Helper[490]: <FBMessenger: 0x6080000a4440>: Another data is still sending. Placing send request into queue.
    1/17/15 8:01:22.339 AM Pages[485]: WARNING: The Gestalt selector gestaltSystemVersion is returning 10.9.1 instead of 10.10.1. Use NSProcessInfo's operatingSystemVersion property to get correct system version number.
    Call location:
    1/17/15 8:01:22.707 AM Pages[485]: 0   CarbonCore                          0x906087e7 ___Gestalt_SystemVersion_block_invoke + 135
    1/17/15 8:01:22.707 AM Pages[485]: 1   libdispatch.dylib                   0x9ac890b5 dispatch_once_f + 251
    1/17/15 8:01:22.707 AM Pages[485]: 2   libdispatch.dylib                   0x9ac8a0d8 dispatch_once + 31
    1/17/15 8:01:22.707 AM Pages[485]: 3   CarbonCore                          0x9059afb8 _Gestalt_SystemVersion + 1050
    1/17/15 8:01:22.707 AM Pages[485]: 4   CarbonCore                          0x9059ab69 Gestalt + 150
    1/17/15 8:01:22.707 AM Pages[485]: 5   SFUtility                           0x00c7af7d GetSystemVersion + 29
    1/17/15 8:01:22.707 AM Pages[485]: 6   Pages                               0x00002ede main + 62
    1/17/15 8:01:35.736 AM AppleIDAuthAgent[473]: AppleIdAuth URL: https://identity.apple.com/dsservices/dsxmlrpc
    1/17/15 8:01:37.085 AM storeassetd[501]: AssetServiceDelegate: Accepting new connection <NSXPCConnection: 0x7fb75141bd40> connection from pid 498 with interface <AssetServiceInterface: 0x7fb751410710> (PID 498)
    1/17/15 8:01:39.000 AM kernel[0]: BUG in process suhelperd[176]: over-released legacy external boost assertions (0 total, 0 external, 0 legacy-external)
    1/17/15 8:01:44.660 AM storeassetd[501]: addOperation <UpdateOperation: 0x7fb751521c00>{name = '(null)'}
    1/17/15 8:01:52.676 AM locationd[177]: Couldn't find a requirement string for masquerading client /System/Library/PrivateFrameworks/Parsec.framework
    1/17/15 8:01:53.484 AM pkd[450]: FCIsAppAllowedToLaunchExt [343] -- *** _FCMIGAppCanLaunch timed out. Returning false.
    1/17/15 8:01:54.977 AM locationd[177]: could not get apple languages array, assuming english
    1/17/15 8:01:58.753 AM storeaccountd[458]: ADI: {
        "Cache-Control" = "no-transform, max-age=5783";
        Connection = "keep-alive";
        "Content-Encoding" = gzip;
        "Content-Length" = 21198;
        "Content-Type" = "text/xml; charset=UTF-8";
        Date = "Sat, 17 Jan 2015 14:01:58 GMT";
        "Last-Modified" = "Sat, 17 Jan 2015 09:59:41 GMT";
        Server = "ATS/4.1.0";
        "Strict-Transport-Security" = "max-age=31536000";
        Vary = "Accept-Encoding, X-Apple-Store-Front, Cookie, User-Agent";
        "X-Apple-ATS-Cache-Key" = "/init.itunes.apple.com/80/WebObjects/MZInit.woa/wa/initiateSession/MacAppStore /2.0%20/143441-1/13/https/itspod=71?ix=5";
        "X-Apple-Partner" = "origin.0";
        "apple-timing-app" = "52 ms";
        "x-apple-aka-ttl" = "Generated Sat Jan 17 01:59:41 PST 2015, Expires Sat Jan 17 07:39:41 PST 2015, TTL 20400s";
        "x-apple-application-instance" = 36907;
        "x-apple-application-site" = ST11;
        "x-apple-jingle-correlation-key" = 7NX7P35WOS6TXF5G23YINVLGHI;
        "x-apple-max-age" = 14400;
        "x-apple-orig-url" = "https://init.itunes.apple.com/WebObjects/MZInit.woa/wa/initiateSession?ix=5&user AgentCacheKey=MacAppStore%2f2.0%20";
        "x-apple-request-store-front" = "143441-1,13";
        "x-apple-translated-wo-url" = "/WebObjects/MZInit.woa/wa/initiateSession?ix=5&userAgentCacheKey=MacAppStore%2 f2.0%20";
        "x-webobjects-loadaverage" = 0;
    1/17/15 8:02:08.230 AM locationd[177]: could not get apple languages array, assuming english
    1/17/15 8:02:20.274 AM storeaccountd[458]: ADI: {
        "Access-Control-Allow-Origin" = "*";
        "Cache-Control" = "private, max-age=60";
        Connection = "keep-alive";
        "Content-Length" = 2;
        "Content-Type" = "application/json; charset=UTF-8";
        Date = "Sat, 17 Jan 2015 14:02:20 GMT";
        Expires = "Sat, 17 Jan 2015 14:03:20 GMT";
        "Strict-Transport-Security" = "max-age=31536000";
        Vary = "X-Apple-Store-Front,X-Dsid,Cookie";
        "access-control-allow-credentials" = true;
        "apple-timing-app" = "0 ms";
        "x-apple-application-instance" = 10558;
        "x-apple-application-site" = NWK;
        "x-apple-jingle-correlation-key" = 3JUEEVPJFUPYEO3XLZVQSHT6KU;
        "x-webobjects-loadaverage" = 2;
    1/17/15 8:02:22.337 AM com.apple.backupd[223]: Network destination already mounted at: /Volumes/TimeMachine
    1/17/15 8:02:33.697 AM storeaccountd[458]: AccountServiceDelegate: Accepting new connection <NSXPCConnection: 0x7ff821c5e730> connection from pid 501 with interface <AccountServiceInterface: 0x7ff821c4c530> (PID 501)
    1/17/15 8:02:38.681 AM WindowServer[119]: disable_update_timeout: UI updates were forcibly disabled by application "Mail" for over 1.00 seconds. Server has re-enabled them.
    1/17/15 8:02:40.187 AM com.apple.xpc.launchd[1]: (com.apple.StreamingUnzipService) The _DirtyJetsamPriority key is not available on this platform.
    1/17/15 8:02:40.187 AM com.apple.xpc.launchd[1]: (com.apple.StreamingUnzipService) The _DirtyJetsamMemoryLimit key is not available on this platform.
    1/17/15 8:02:41.433 AM storedownloadd[508]: DownloadServiceDelegate: Accepting new connection <NSXPCConnection: 0x7ffe40d080e0> connection from pid 501 with interface <DownloadServiceInterface: 0x7ffe40d09c10> (PID 501)
    1/17/15 8:02:42.951 AM WindowServer[119]: common_reenable_update: UI updates were finally reenabled by application "Mail" after 5.27 seconds (server forcibly re-enabled them after 1.00 seconds)
    1/17/15 8:02:44.324 AM WindowServer[119]: disable_update_timeout: UI updates were forcibly disabled by application "Finder" for over 1.00 seconds. Server has re-enabled them.
    1/17/15 8:02:47.184 AM WindowServer[119]: disable_update_timeout: UI updates were forcibly disabled by application "iPhoto" for over 1.00 seconds. Server has re-enabled them.
    1/17/15 8:02:49.649 AM com.apple.xpc.launchd[1]: (com.apple.quicklook[515]) Endpoint has been activated through legacy launch(3) APIs. Please switch to XPC or bootstrap_check_in(): com.apple.quicklook
    1/17/15 8:02:49.896 AM WindowServer[119]: common_reenable_update: UI updates were finally reenabled by application "iPhoto" after 3.71 seconds (server forcibly re-enabled them after 1.00 seconds)
    1/17/15 8:02:50.915 AM com.apple.backupd[223]: Disk image already attached: /Volumes/TimeMachine/Chris Keller’s iMac.sparsebundle, DIHLDiskImageAttach returned: 35
    1/17/15 8:02:52.477 AM WindowServer[119]: common_reenable_update: UI updates were finally reenabled by application "Finder" after 9.15 seconds (server forcibly re-enabled them after 1.00 seconds)
    1/17/15 8:02:55.119 AM WindowServer[119]: disable_update_timeout: UI updates were forcibly disabled by application "Finder" for over 1.00 seconds. Server has re-enabled them.
    1/17/15 8:02:55.626 AM WindowServer[119]: common_reenable_update: UI updates were finally reenabled by application "Finder" after 1.51 seconds (server forcibly re-enabled them after 1.00 seconds)
    1/17/15 8:02:56.051 AM WindowServer[119]: Display 0x4271ac0 captured by conn 0x830f
    1/17/15 8:02:57.685 AM com.apple.backupd[223]: Disk image /Volumes/TimeMachine/Chris Keller’s iMac.sparsebundle mounted at: /Volumes/Time Machine Backups
    1/17/15 8:03:05.600 AM findNames[514]: dispatch_semaphore_wait() time out: -[IMKUserDictionary reloadWithCompletionHandler:]
    1/17/15 8:03:09.145 AM apsd[51]: Peer [pid=372] requested push wake but lacks APSPushWakeEntitlement
    1/17/15 8:03:09.147 AM identityservicesd[387]: <IMMacNotificationCenterManager: 0x7f802358b260>: notification observer: com.apple.iChat   notification: __CFNotification 0x7f8023435240 {name = _NSDoNotDisturbEnabledNotification}
    1/17/15 8:03:12.864 AM identityservicesd[387]: <IMMacNotificationCenterManager: 0x7f802358b260>:    NC Disabled: NO
    1/17/15 8:03:13.765 AM identityservicesd[387]: <IMMacNotificationCenterManager: 0x7f802358b260>:   DND Enabled: YES
    1/17/15 8:03:13.765 AM identityservicesd[387]: <IMMacNotificationCenterManager: 0x7f802358b260>: Updating enabled: NO   (Topics: (null))
    1/17/15 8:03:15.085 AM com.apple.xpc.launchd[1]: (com.apple.imfoundation.IMRemoteURLConnectionAgent) The _DirtyJetsamMemoryLimit key is not available on this platform.
    1/17/15 8:03:26.274 AM com.apple.xpc.launchd[1]: (com.apple.imfoundation.IMRemoteURLConnectionAgent) The _DirtyJetsamMemoryLimit key is not available on this platform.
    1/17/15 8:03:32.237 AM com.apple.xpc.launchd[1]: (com.apple.imfoundation.IMRemoteURLConnectionAgent) The _DirtyJetsamMemoryLimit key is not available on this platform.
    1/17/15 8:03:33.955 AM com.apple.xpc.launchd[1]: (com.apple.imfoundation.IMRemoteURLConnectionAgent) The _DirtyJetsamMemoryLimit key is not available on this platform.
    1/17/15 8:03:35.114 AM com.apple.xpc.launchd[1]: (com.apple.quicklook.satellite.56EAB7C9-0C8F-4B87-9812-6B4934BB8288[522]) Service exited due to signal: Killed: 9
    1/17/15 8:03:47.274 AM WindowServer[119]: disable_update_timeout: UI updates were forcibly disabled by application "Finder" for over 1.00 seconds. Server has re-enabled them.
    1/17/15 8:03:48.221 AM WindowServer[119]: common_reenable_update: UI updates were finally reenabled by application "Finder" after 1.95 seconds (server forcibly re-enabled them after 1.00 seconds)
    1/17/15 8:03:48.558 AM com.apple.xpc.launchd[1]: (com.apple.imfoundation.IMRemoteURLConnectionAgent) The _DirtyJetsamMemoryLimit key is not available on this platform.
    1/17/15 8:03:58.043 AM com.apple.xpc.launchd[1]: (com.apple.imfoundation.IMRemoteURLConnectionAgent) The _DirtyJetsamMemoryLimit key is not available on this platform.
    1/17/15 8:04:02.423 AM QuickLookSatellite[528]: Failed to obtain sandbox extension for path=/Users/kellerct/Library/Caches/com.apple.quicklook.satellite. Errno:1
    1/17/15 8:04:03.355 AM QuickLookSatellite[528]: Failed to obtain sandbox extension for path=/Users/kellerct/Library/Caches/com.apple.quicklook.satellite. Errno:1
    1/17/15 8:04:14.086 AM com.apple.xpc.launchd[1]: (com.apple.quicklook.satellite.56EAB7C9-0C8F-4B87-9812-6B4934BB8288[528]) Service exited due to signal: Killed: 9
    1/17/15 8:04:19.644 AM WindowServer[119]: disable_update_timeout: UI updates were forcibly disabled by application "Dropbox" for over 1.00 seconds. Server has re-enabled them.
    1/17/15 8:04:21.323 AM WindowServer[119]: common_reenable_update: UI updates were finally reenabled by application "Dropbox" after 2.68 seconds (server forcibly re-enabled them after 1.00 seconds)
    1/17/15 8:04:39.152 AM apsd[51]: Peer [pid=372] requested push wake but lacks APSPushWakeEntitlement
    1/17/15 8:04:39.152 AM identityservicesd[387]: <IMMacNotificationCenterManager: 0x7f802358b260>: notification observer: com.apple.iChat   notification: __CFNotification 0x7f8023594a30 {name = _NSDoNotDisturbDisabledNotification}
    1/17/15 8:04:40.740 AM WindowServer[119]: Display 0x4271ac0 released by conn 0x830f
    1/17/15 8:04:40.902 AM identityservicesd[387]: <IMMacNotificationCenterManager: 0x7f802358b260>:    NC Disabled: NO
    1/17/15 8:04:40.909 AM identityservicesd[387]: <IMMacNotificationCenterManager: 0x7f802358b260>:   DND Enabled: NO
    1/17/15 8:04:40.909 AM identityservicesd[387]: <IMMacNotificationCenterManager: 0x7f802358b260>: Updating enabled: YES   (Topics: (
    1/17/15 8:04:46.000 AM kernel[0]: fsevents: watcher dbfseventsd (pid: 542) - Using /dev/fsevents directly is unsupported.  Migrate to FSEventsFramework
    1/17/15 8:04:55.896 AM pkd[450]: UNINSTALLED:com.getdropbox.dropbox.garcon com.getdropbox.dropbox.garcon(1.7) 40AFE2D2-8557-4B8B-9844-3A767C1434E1 /Applications/Dropbox.app/Contents/PlugIns/garcon.appex
    1/17/15 8:04:55.925 AM pkd[450]: INSTALLED:com.getdropbox.dropbox.garcon com.getdropbox.dropbox.garcon(1.7) <__NSConcreteUUID 0x7fde10ca7cb0> 6301D176-51BE-49D5-98E7-67E1B12813C1 /Applications/Dropbox.app/Contents/PlugIns/garcon.appex
    1/17/15 8:04:59.601 AM CoreServicesUIAgent[457]: unexpected message <OS_xpc_error: <error: 0x7fff78ae9c60> { count = 1, contents =
      "XPCErrorDescription" => <string: 0x7fff78ae9f70> { length = 18, contents = "Connection invalid" }
    }>
    1/17/15 8:04:59.688 AM com.apple.xpc.launchd[1]: (com.apple.quicklook.satellite.D7A66065-B379-44F2-9D2E-2AC374FAEFAF[536]) Service exited due to signal: Killed: 9
    Thanks again for your help.

  • Apex Pages and tool based on it is very slow

    Hi All,
    I am using Apex 3.2 with Oracle 11g and facing lot of performance issues.
    Presently a tool built on Apex has become very slow. We checked from PL/SQL point of view everything seems to be fine.
    Mainly we face issue when trying to select Data from Apex collection. This we are facing for last 3-4 weeks. Earlier it was good.
    Details of the application.
    We are using Dedicated Server
    On an average we have 30-40 users
    Tables from where data is being fetched is not so big.
    All the tables are being analyzed on daily basis
    The same application on other environment is working perfectly
    Please suggest where shall I check to increase the performance.
    Thanks in Advance
    Regards,
    Zaif

    The Apple server a likely overloaded with the IOS 8.3 update.
    You can try using these instructions but select iOS 6.1.6 for the 4G iPod. If yo select any other file you will get errors:
    How to Install iOS 8.1.3 Update on your iPhone, iPad and iPod touch
    Use the Step 5 update using iTunes instructions but download the iOS 6.1.6 firmware for the 4G iPod. Note that if you try to restore to earlier than 6.1.6 you will only get errors

  • Query result is very slow

    i have two table master detail, for instance dept and emp
    the situtation is this. i need the recod of those departements who has clerks in specific time hired. i wrote following query. but due to millions of records in two tables its very very slow.
    select * from emp a,dept b
    where a.deptno in (select distinct deptno from emp where job='clerk')
    and hiredate >= '01-jun-2004' and hiredate <='01-jan-2007'
    and a.deptno=b.deptno
    can any body tune it.

    One thing I am seeing, that I find very troubling, is that posters such as the OP on this thread seem to be facing these tasks in a classroom or testing environment where they don't actually have access to Oracle and SQL*Plus.
    They are being asked to tune something that exists only on paper and don't have the tools to provide an explain plan, probably don't even have the ability to do a describe on the table(s) because they don't actually exist.
    If this is the case then the education system is cheating these people because tuning is not done in a room with the lights off by guessing. It is done, and only done, with:
    EXPLAIN PLAN FOR
    DBMS_XPLAN
    TKPROF
    a look at the statistics, etc.
    Here's a real-world example of what is wrong with what I see. Anyone want to guess which of these queries is the most efficient?
    SELECT srvr_id
    FROM servers
    INTERSECT
    SELECT srvr_id
    FROM serv_inst;
    SELECT srvr_id
    FROM servers
    WHERE srvr_id IN (
      SELECT srvr_id
      FROM serv_inst);
    SELECT srvr_id
    FROM servers
    WHERE srvr_id IN (
      SELECT i.srvr_id
      FROM serv_inst i, servers s
      WHERE i.srvr_id = s.srvr_id);
    SELECT DISTINCT s.srvr_id
    FROM servers s, serv_inst i
    WHERE s.srvr_id = i.srvr_id;
    SELECT /*+ NO_USE_NL(s,i) */ DISTINCT s.srvr_id
    FROM servers s, serv_inst i
    WHERE s.srvr_id = i.srvr_id;
    SELECT DISTINCT srvr_id
    FROM servers
    WHERE srvr_id NOT IN (
      SELECT srvr_id
      FROM servers
      MINUS
      SELECT srvr_id
      FROM serv_inst);
    SELECT srvr_id
    FROM servers s
    WHERE EXISTS (
      SELECT srvr_id
      FROM serv_inst i
      WHERE s.srvr_id = i.srvr_id);
    WITH q AS (
      SELECT DISTINCT s.srvr_id
      FROM servers s, serv_inst i
      WHERE s.srvr_id = i.srvr_id)
    SELECT * FROM q;
    SELECT DISTINCT s.srvr_id
    FROM servers s, serv_inst i
    WHERE s.srvr_id(+) = i.srvr_id;
    SELECT srvr_id
    FROM (
      SELECT srvr_id, SUM(cnt) SUMCNT
      FROM (
        SELECT DISTINCT srvr_id, 1 AS CNT
        FROM servers
        UNION ALL
        SELECT DISTINCT srvr_id, 1
        FROM serv_inst)
      GROUP BY srvr_id)
    WHERE sumcnt = 2;
    SELECT DISTINCT s.srvr_id
    FROM servers s, serv_inst i
    WHERE s.srvr_id+0 = i.srvr_id+0;And yes they all return the exact same result set using the test data.
    The chance that anyone can guess the most efficient query looking at what I just presented is precisely zero.
    Because the query most efficient in 8.1.7.4 is not the most efficient query in 9.2.0.4 which is not the most efficient query in 10.2.0.2.

  • Why is job always slow in execution ?

      can somebody tell what powershell commandlet "stop-scdwjob" exactly does. does it pause the execution of job at a module or uses check pointing of workflows so that execution is resumed always from the last step.
      2ndly the environment of execution of workflows is very nice, but why are these jobs unnecessarily slow. Is it restricted at some CPU threshold or disk ? because i always notice these ETL jobs to continue to run for very long before completing. Even
    though during the course the execution neither CPU or disk is high in utilization ????
      Can somebody help shed light on this internals WF environment of Service Manager 2012 R2, please.
    Shahid Roofi

    Take a look at the variety of answers to similar questions in More Like This   >>>>
    to the right of your question (plus others within those threads).   It appears quite a common problem with little in the way of explanation.

  • RAC environment

    Hello all,
    I will like to learn more about RAC. I have been ready many books but still confused about a physical RAC environement. Can someone describe to me his RAC physical implementation? Thanks

    972027 wrote:
    I will like to learn more about RAC. I have been ready many books but still confused about a physical RAC environement. Can someone describe to me his RAC physical implementation? ThanksThe 3 basic ingredients for RAC.
    Servers that will be used as RAC nodes. E.g. x86_64 servers such as those from Oracle, HP, IBM, etc.
    Shared storage. This can be a SAN (ala EMC style). Or a storage servers from a number of vendors (including Oracle, HP and others). You can also build your own storage server. Use a x86_64 chassis that supports a large number of drive bays (typically 24+), install Linux on it, and use iSCSI (SCSI over IP) to share the chassis disks over IP with RAC servers. Part of the decision here is what to use as I/O fabric layer. Fibre channel (can be very expensive)? Infiniband SRP? Ethernet (can be very slow)?
    Interconnect. 2 basic choices of 10Gb Ethernet or 40Gb Infiniband. A dedicated switch is needed and a dedicated and private high-speed communication network created between cluster servers. Infiniband is my suggestion for a 3+ node RAC cluster. Infiniband is also used by Oracle for their Exadata Database Machine RAC clusters. It is also used by most of the 500 fastest/biggest computer clusters on this planet.
    Putting a RAC together manually, is a slow, expensive, and risky process. You need to make sure that all these components work together, that the drivers are robust and configured correctly, and so on. You need to wire this up to work together. You need to ensure h/w redundancy at storage and Interconnect levels. This is not for the faint hearted or the technological inexperienced.
    In fact, after building RACs this way, I've had my share of problems and issues with doing it like this. It is fair simpler, faster, and less expensive (especially in resources), to rather buy Oracle Database Appliance for small to medium RAC solutions, or Database Machine for large RAC solutions.

  • HIERARCHY ROLLUP is very slow

    Hello!
    We are testing OWB+Disco+DB 10g to use in purchase department for analysis
    DB 10.2.0
    Disco 10.1.2
    OWB 10.2.0.1
    We have a ROLAP dimension with aprox 305000 elements designed in OWB and published to CWM2. Dimension PRODUCTS has 1 standard Hierarchy with
    -17 elem. on first level
    -150 elem. on second
    -1000 elem. on third
    -2500 elem. on fourth
    -300000 elem. on fifth (articles level)
    Table which is bound to that dimension is indexed on each surrogate and business key + HASH partitioned by DIMENSION_KEY PK.
    We connect with Disco PLUS OLAP to this DB and find out that it is very slow on dimension ROLLUP. It takes up to 12 seconds to get 27 rows.
    Performance monitoring is unable to collect exact statements in Enterprise manager but showed a heavy User IO, so we enabled OLAP logging using
    alter system set sql_trace = true scope = spfile;
    alter system set "_olap_continuous_trace_file" = true scope= spfile;
    and collected SQL statements from UDUMP
    it is quite big statements so there is no need to post it here but it executes exactly 12 second and retrieve correct rows from dimension.
    We analyzed explain plan and find out that in fact it does not use indexes built on our dimension table. It uses FULL TABLE SCANS for ROLLUP clause which results in 1000 cost and 150000 cardinality and 12 seconds result of 27 rows.
    Is it possible to solve this question? We would like to use Disco PLUS OLAP for analysis...
    Thank you in advance
    Regards,
    Kirill Boyko

    First thank you for you answer! :)
    Using MOLAP is more a DWH desing question
    We are actually using MOLAP right now on 9.2.0.6. We using it for sales, financial and inflation analysis. We have four AW today
    1. Detailed sales down to article/month (10Gb). We afraid of doing article/day on 9.2.0.6 because it will be 100Gb in size.
    2. Fast summarized sales down to family/day (3Gb)
    3. Detailed inflation down to article month (10Gb)
    4. Fast financial data analysis account/month (2Gb). This is just migrated OFA.
    What comes up after 1 year usage:
    1/ AW 1 and 3 are not used like AW. No complex formulas or lag analysis. They are used just to see summaries by article for different periods/stores.
    Conclusion: It means we store 10Gb for nothing because we MUST store them first in Relational tables after staging to populate AW. Plus we have problems with sparsity and loading time.
    2/ AW 2 (which are just agregated part of AW 1 but daily) and AW 4 are quite used. There are a lot of formulas and lag analysis requests an them.
    Conclusion: Better to stay with them. They are pretty useful. We do not have sparsity problem here and loading time is pretty good.
    Now we would like to migrate on 10g and implement fast article/day analysis. We would like to improve
    - storage
    - loading and browsing speed
    - logic, so decided to:
    1. Migrate AW 1 to ROLAP for faster loading and less space consumed (no sparsity)
    2. Stay with MOLAP on AW 2 and 4 and populate AW 2 from ROLAP
    3. Migrate AW 3 to ROLAP for faster loading and less space consumed (no sparsity)
    I prepaired a test environment and stuck with PRODUCT dimension ROLLUP :)
    If you think that 10g compression and parttioning in MOLAP can give outstanding performance - OK, I will try. But again I suppose it is better to store sales tables in relational format and use AW only for ANALYSIS (lags and complex formulas), because it consumes space.

  • Performance Issue - Online applications response is very slow.

    Hi,
    We have encountered into major performnace issue for one of our online applications.
    Front End : People Soft.
    Backend : Oracle 10g (10.2.0.4).
    The response of the application is very slow and all the queries (firing as a job from peoplesoft) is dam slow.
    When we look around the database, I could see lot of wait events, especially, "Enq:HW - Contention", which was the major wait event when we looked at the AWR report.
    Other wait events are, Buffer busy waits, etc.,
    Due to that the whole application is very slow and leading to down time.
    Please help us to get this resolved at the earliest.

    Hi,
    Have a look in
    How To Analyze the Wait Statistic: 'enq: HW - contention' [ID 419348.1]
    Also may be of help
    'enq HW - contention' For Busy LOB Segment [ID 740075.1]
    LOB HWM CONTENTION :Using AWR Reports to Identify the Problem; Confirm and Verify the Fix 837883.1
    Bug 6376915 - HW enqueue contention for ASSM LOB segments 6376915.8
    We hit the above mentioned bug once related to LOBs. It's fixed in 10.2.0.4 but you need to enable it with an event (it's on the metalink notes)

  • Impdp is very slow

    Hi Experts
    i need ur help..actualy i daily use to impdp to resotr schema backup from one DB to another.. but today impdp process is writing very very slow..my DB version is 10gr2 (10.2.0.4) and charecter set is same of both source and target db.... what is the possible reason for this attitue of impdp
    regards

    You are sure your environment can handle this degree of parallelism? Too high degree of parallelism could be worse than no parallelism, form documentation:
    Controlling Resource Consumption
    The Data Pump Export and Import utilities enable you to dynamically increase and decrease resource consumption for each job. This is done using the PARALLEL parameter to specify a degree of parallelism for the job. (The PARALLEL parameter is the only tuning parameter that is specific to Data Pump.) For maximum throughput, do not set PARALLEL to much more than twice the number of CPUs (two workers for each CPU).
    As you increase the degree of parallelism, CPU usage, memory consumption, and I/O bandwidth usage also increase. You must ensure that adequate amounts of these resources are available. If necessary, you can distribute files across different disk devices or channels to get the needed I/O bandwidth.
    To maximize parallelism, you must supply at least one file for each degree of parallelism. The simplest way of doing this is to use wild cards in your file names (for example, file%u.dmp). However, depending upon your disk set up (for example, simple, non-striped disks), you might not want to put all dump files on one device. In this case, it is best to specify multiple wildcarded file names, with each in a separate directory resolving to a separate disk. Even with fast CPUs and fast disks, the path between the CPU and the disk may be the constraining factor in the amount of parallelism that can be sustained.
    Werner

Maybe you are looking for

  • Problem in code

    Hi experts, See the following code. TYPES: BEGIN OF TY_S_SENDERLINE,          LINE(4096)               TYPE C,        END OF TY_S_SENDERLINE,        TY_T_SENDER  TYPE TY_S_SENDERLINE  OCCURS 0 DATA: EXCEL_TAB1 TYPE ty_t_sender. So here i want to crea

  • Sybase iq data source for essbase

    Hi, We're trying to build cube from sybase IQ. Since I cannot find a specific SYBASE IQ driver, i used the sybase driver (ARase22.so) to create a SYBASE IQ data source in the odbc.ini file. Below is the error message I got when tried to do a query us

  • Can purchase and download on my iPad but when I got

    When I purchase a tv show on my iPad I can download ok, but when I go to my laptop(windows) and go to my library and sync it removes it from my iPad what am I doing wrong?

  • SAP FICO exams date

    Hi , I would like to appear for SAP fico certification exams and would like to know how can I look for the exams dates ..also the course highlights...I really appreciate all your advise, Thanks Hirav

  • Integration with CM Systems ...

    Can anyone explain to me clearly what does Weblogic mean when it says it integrated with Interwoven and Documentum. Is there any difference in the way it interacts with Interwoven as compared to Documentum. As in a run-time interaction with Documentu