Rec_transactions_interface table troubleshooting

Hello
we are having errored records processing_status_code = 'ERROR' or transaction_status_code = 'ERROR' from the previous months.
1--when we run this process next month, will we need to remove all previous months records from  rcv_transactions_interface table ?
Or its fine to leave them as it is.
please advise
2--
In general, how can we troubleshoot once a record got transaction status code as ERROR. Can we just update the transaction_status_code to NULL and rerun the concurrent program?
Thanks
kp

kp2000 wrote:
Hello
we are having errored records processing_status_code = 'ERROR' or transaction_status_code = 'ERROR' from the previous months.
1--when we run this process next month, will we need to remove all previous months records from  rcv_transactions_interface table ?
Or its fine to leave them as it is.
please advise
2--
In general, how can we troubleshoot once a record got transaction status code as ERROR. Can we just update the transaction_status_code to NULL and rerun the concurrent program?
Thanks
kp
1. It's ok leave the ERROR records in the table but recommended to remove them periodically.
2. I believe both the transaction_status_code and processing_status_code need to be updated to PENDING.

Similar Messages

  • SAP PM-table Technology

    Dear All,
    I want to know in detailed about Table Technology in PM.
    Required all Tcodes related with Table troubleshooting and Work flow also.
    Thanks
    Sushant

    Hi,
    Here is another link
    SAP Tables
    Thanks
    Terence

  • JPA - TroubleShooting - Error in Datatypes used in Creating Tables

    h1. JPA - TroubleShooting - Error in Datatypes used in Creating Tables
    h2. Error Description
    The error appears when JPA is trying to automatically
    generate tables from Entities. It uses types it shouldn't because they aren't
    supported by the Database Engine. If you examine the createDDL.jdbc file you
    are going to find not supported data types. You could run the statements that
    are listed there directly to your Database Engine and find out that they don`t
    run generating syntax errors like the error posted below.
    h3. Query example (statement)
    CREATE TABLE SEQUENCE (SEQ_NAME VARCHAR(50), SEQ_COUNT NUMBER(19))h3. PostgreSQL Error whent trying to execute the statment
    CREATE TABLE SEQUENCE (SEQ_NAME VARCHAR(50),
    SEQ_COUNT NUMBER(19))": org.postgresql.util.PSQLException: ERROR: syntax
    error near "("
    h3. MSSQL 2000 Error when trying to execute the statement:
    [CREATE - 0 row(s), 0.578 secs] [Error Code: 2715, SQL State: HY000] [Microsoft][SQLServer 2000 Driver for
    JDBC][SQLServer]Column or parameter #1: Cannot find data type NUMBER
    h3. FireBird Error when trying to execute the statment
    Dynamic SQL Error
    SQL error code = -104
    Token unknown - line 1, char 62
    Statement: CREATE TABLE SEQUENCE (SEQ_NAME VARCHAR(50),
    SEQ_COUNT NUMBER(19))
    h2. TroubleShooting
    Looks like it wants "NUMERIC", not "NUMBER".
    [http://www.postgresql.org/docs/8.1/interactive/datatype.html#DATATYPE-NUMERIC]
    I had this problem using Firebird. I found out it had to do
    with the database jdbc driver. I tried using a different database engine, like
    Microsoft SQL Server 2000 with the corresponding driver and it worked as it
    should. I suspect the JDBC driver has to supply in some way the datatypes it
    supports to JPA TopLink Library.
    Edited by: juanemc2 on Apr 1, 2008 7:39 AM

    In Hibernate you can supply the "dialect" to use for SQL generation. I assume TopLink to have a similar functionality.
    This is not a generic JPA issue, but rather something with the specific implementation you're using.
    Or rather it is a generic SQL issue, caused by different database engines using slightly (or not so slightly) different SQL syntax which causes problems when generating SQL automatically.

  • Troubleshooting Tables

    I am creating a site in dreamweaver using templates and tables.  I have created a table, 2 rows and 2 colums, in which my header is on the top.  On the bottom left I have created a nav bar by splitting the cell into 2 columns then into several rows, which I have created links for each page.  My main content is on the bottom right cell.
    My problem is that when I insert content in the cell, my top row in my nav bar moves.  How do I insert my main content without my nav bar changing?
    Thanks
    Nick
    Below is my HTML Code for my template page:
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
    "http://www.w3.org/TR/html4/loose.dtd">
    <html>
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
    <!-- TemplateBeginEditable name="doctitle" -->
    <title>Untitled Document</title>
    <!-- TemplateEndEditable -->
    <!-- TemplateBeginEditable name="head" -->
    <!-- TemplateEndEditable -->
    <style type="text/css">
    <!--
    body,td,th {
    color: #E0DFE3;
    body {
    background-color: #FFFFFF;
    a {
    font-weight: bold;
    .style1 {color: #000000}
    -->
    </style>
    </head>
    <body>
    <p> </p>
    <table width="700" border="0" cellspacing="0" cellpadding="0">
      <!--DWLayoutTable-->
        <tr>
          <td colspan="2"><img src="/WORLD_MUSICAL_TALENT_FORUM2.jpg" width="700" height="125" align="absmiddle"></td>
        </tr>
        <tr>
          <td width="150" height="45" align="center" valign="middle" bordercolor="#0000FF" class="style1"><div align="center"><strong><a href="/index.html">Home</a></strong></div></td>
          <td width="550" rowspan="22" align="left" valign="top"><!-- TemplateBeginEditable name="MAIN CONTENT" --><!-- TemplateEndEditable --></td>
        </tr>
        <tr>
          <td height="45" align="center" valign="middle"><a href="/Classifieds.htm">Classifieds</a></td>
        </tr>
        <tr>
          <td height="45" align="center" valign="middle" bordercolor="#FF0000" class="style1"><div align="center"><strong><a href="/Our_Beginning.htm">Our_Beginning</a></strong></div></td>
        </tr>
        <tr>
          <td height="45" align="center" valign="middle" bordercolor="#FF0000" class="style1"><div align="center"><strong><a href="/Newsletter.htm">Newsletter</a></strong></div></td>
        </tr>
        <tr>
          <td height="45" align="center" valign="middle" bordercolor="#FF0000" class="style1"><div align="center"><strong><a href="/World_Instruments.htm">World_Instruments </a></strong></div></td>
        </tr>
        <tr>
          <td height="45" align="center" valign="middle" bordercolor="#FF0000" class="style1"><div align="center"><strong><a href="/Music_Theory.htm">Music_Theory </a></strong></div></td>
        </tr>
        <tr>
          <td height="45" align="center" valign="middle" bordercolor="#FF0000" class="style1"><div align="center"><strong><a href="/Music_History.htm">Music_History</a></strong></div></td>
        </tr>
        <tr>
          <td height="45" align="center" valign="middle" bordercolor="#FF0000" class="style1"><div align="center"><strong><a href="/Music_History_2.htm">Music_History_2</a></strong></div></td>
        </tr>
        <tr>
          <td height="45" align="center" valign="middle" bordercolor="#FF0000" class="style1"><div align="center"><strong><a href="/Nick's_Music.htm">Nick's_Music</a></strong></div></td>
        </tr>
        <tr>
          <td height="45" align="center" valign="middle" bordercolor="#FF0000" class="style1"><div align="center"><strong><a href="/World_Music.htm">World_Music</a></strong></div></td>
        </tr>
        <tr>
          <td height="45" align="center" valign="middle" bordercolor="#FF0000" class="style1"><div align="center"><strong><a href="/Music_Technology.htm">Music_Technology</a></strong></div></td>
        </tr>
        <tr>
          <td height="45" align="center" valign="middle" bordercolor="#FF0000" class="style1"><div align="center"><strong><a href="/Music_Composition.htm">Music_Composition</a></strong></div></td>
        </tr>
        <tr>
          <td height="45" align="center" valign="middle" bordercolor="#FF0000" class="style1"><div align="center"><strong><a href="/Musical_Terms.htm">Musical_Terms</a></strong></div></td>
        </tr>
        <tr>
          <td height="45" align="center" valign="middle" bordercolor="#FF0000" class="style1"><div align="center"><strong><a href="/Affiliates.htm">Affiliates</a></strong></div></td>
        </tr>
        <tr>
          <td height="45" align="center" valign="middle" bordercolor="#FF0000" class="style1"><div align="center"><strong><a href="/Children%27s_Songs.htm">Children's Songs </a></strong></div></td>
        </tr>
        <tr>
          <td height="45" align="center" valign="middle" bordercolor="#FF0000" class="style1"><div align="center"><strong><a href="/Music_Lessons.htm">Music_Lessons</a></strong></div></td>
        </tr>
        <tr>
          <td height="45" align="center" valign="middle" bordercolor="#FF0000" class="style1"><div align="center">Tell_a_Friend</div></td>
        </tr>
        <tr>
          <td height="45" align="center" valign="middle" bordercolor="#FF0000" class="style1"><div align="center"><strong><a href="/Forum.htm">Forum</a></strong></div></td>
        </tr>
        <tr>
          <td height="45" align="center" valign="middle" bordercolor="#FF0000" class="style1"><div align="center"><strong><a href="/Live_Chat.htm">Live_Chat</a></strong></div></td>
        </tr>
        <tr>
          <td height="45" align="center" valign="middle" bordercolor="#FF0000" class="style1"><div align="center"><strong><a href="/Musical_Guestbook.htm">Musical_Guestbook</a></strong></div></td>
        </tr>
        <tr>
          <td height="45" align="center" valign="middle" bordercolor="#FF0000" class="style1"><a href="/Contact_Me.htm">Contact_Me</a></td>
        </tr>
        <tr>
          <td height="4506" align="center" valign="middle" class="style1"><div align="center"></div></td>
        </tr>
    </table>
      <p> </p>
    </body>
    </html>

    My problem is that when I insert content in the cell, my top row in my nav bar moves.  How do I insert my main content without my nav bar changing?
    I agree completely with John, but if you want to stick with tables, then get rid of the col- and rowspans (merging and splitting cells)!  Read this - http://www.apptools.com/rants/spans.php
    You could just have a two cell, one row table.  The image at the top would not even need to be in the table - put it before the table's code.  In the left cell, nest a new table for your vertical navigation, and put your content in the right cell.
    That way, the shape changes of the two tables are 'insulated' from each other....
    But give an effort to moving away from complex table convolutions like this!

  • Troubleshoot Error - Unable to perform table-based value assignment config

    After to creating class, characteristics, and value assignment type, the system is unable to perform table-based value assignment configuration. The following error is displayed:

    Hi Mr. SAP,
    Based on the diagnosis, you can figure out that most likely someone is already editing the customizing table or might you are not authorized..
    In case if you have the access to SM12 Transaction code, kindly check if an entry present there. If yes it means the table is locked and you can't proceed on that. you have to reach out to the specific resource to unlock the table who did a lock, else you need to reach out to BASIS to make that entry delete.
    Regarding authrization for locking of table, please check SU53 after the execution of the T-code, if you are missing any role. If you find anything there, then reach out to your Security team to get and assigned roles to your profile.
    Regards,
    Abhi

  • Troubleshooting with IOS BGP and IOS XR BGP - routing table Empty

    Hi
    actually we tried to make a neigborhood between ASR9000 and Cisco 7600, we have the neigborhood active but on routing tables from ASR only have the networks locals or connected doesn´t learn anything from BGP 7600
    the diagram is this:
    When try to know the routes on ASR9000 from Cisco 7609 happen the follow
    the neighbor is UP from Cisco 7600 and ASR 9000 but the routing table is empty.
    the config on cisco 7600 is:
    router bgp 2006
    neighbor 172.16.14.6 remote-as 64512
    address-family ipv4
    neighbor 172.16.14.6 activate
    the config on cisco ASR9000 is:
    router bgp 64512
    bgp router-id 172.16.161.1
    address-family ipv4 unicast
    neighbor 172.16.14.5
      remote-as 2006
      address-family ipv4 unicast
    Help us
    Best Regards

    Another important one is the fact that in XR you need to have RPL policies (even if they only have a "pass-all" functionality) to accept inbound/outbound routes in eBGP.
    Check the article on the asr9000 unequal cost multipath that has some sample BGP outputs and show command verifications that may help also.
    If not the case, get us the XR config from the A9K side.
    Also what does the bgp table on teh IOS side look like? as Richard suggests, there doesnt seem to be anything injected by the 7600 itself.
    regards
    xander
    Xander Thuijs
    Principal Engineer CCIE#6775, ASR9000

  • Table of contents troubleshooting

    Newly generated TOC looks great, except for a gap in the middle as shown below.  I would guess this comes either from bad code in the TOC, or from incorrect coding in the text - somewhere I've told it to add several line breaks.  But I can't find any such wrong information, so maybe I'm on wrong path?
    How to get ch. 5 to join ch. 4?  Backspacing doesn't work. I can force the gap shut using "up-kerning" (?) - but I bet that's dangerous in an automatically generated doc.
    thx
    YC

    Yeah, I thought there might be blank paras there too, but I'm not seeing any.  See full image below.
    I tried making some text end of ch 4 also into b-level heads, so they'd show in the TOC, and it seems clear the problem lies between the final text of ch 4 and start of ch 5.  Except there's nothing there - see below.  Appearing above the title of ch 5 is a mark for space, from the layer underneath the actual ch. 5.  I thought that might be the problem, except that's the same layout used by all other chap openers, and the problem is only in ch 4 / 5.
    There's no hidden footnote at the end of ch 4 - #38 is the last one.  No hidden page.  No hidden text.   In the TOC, each page number has one para return after it - no extras, at p. 52.  No extra spacing in the auto-number field (that is, no extra space around the actual page number - Word sometimes cranks about that if junk creeps into the header).  I'm stumped.  I've seen similar behavior in Word from time to time - where the TOC misbehaves for no reason anyone could find.  Sometimes it would auto-fix, sometimes not.  Wonder if that's the case here...

  • Table of contents - Troubleshooting Defining Levels

    I am trying to crate a TOC, with 2 levels of information. The 1st level is the Chapter Heading (no page number), followed by the contents under each chapter heading (with page number). The sequence works fine for all left-facing pages, but not for right facing pages. Indesign changes the hierarchy of information and ignores that the 1st level of information should go first, for example the contents for 'Chapter 1' will come before the 'Chapter 1' heading. I have tried various things, and still can't work it out. I find it strange that this applies only to information on right-facing pages. Can anyone help? Thanks

    It might have to do with how InDesign looks for things to include. Frame positions are critical as ID starts in the upper left corner of the page and looks downward before looking to the right, and looks for the upper left corner of the frames, so a small frame aligned to the right margin at the top of the page will be picked up after any frame touching the left margin.
    You may need to adjust frame widths and and text insets.
    Peter

  • "Program terminated in remote system NONE: Logon failed" when adding a new table

    Hello,
    I set up a replication flow from a SAP ERP 6.0 EHP7 with SAP ASE 16.0 source to SAP HANA 1.0 rev 82 target
    I am using a standalone SLT system NetWeaver 7.0 with DMIS 2011_1_731 (with SP 1 to 7).
    I have 100 tables to replicate.
    I succeeded to set up replication for 57 tables. These tables are replicating properly.
    Whenever I try to add a new one (with LTRC transaction, Data Provisioning -> Start Replication), the new table is marked as 'Failed' after a little while.
    When I press 'Show Error Log' button I got an obscure error message:
    "Program terminated in remote system NONE: Logon failed "
    I do not understand this message. I checked both on SAP ASE source and SAP HANA target. I am still able to connect against both source and target.
    Can you please tell how to troubleshoot this error.
    Thanks in advance,
    Christian

    First thank you for answering my questions. I really appreciate your answers.
    I rechecked the documentation.
    "Application Operations Guide SAP Landscape Transformation Replication Server Document Version: 2.3 – 2014-07-08"
    Page 29 - 30
    3.5.2.2 Data Transfer Jobs
    This section explains the relationship between the number of data transfer jobs and the number of available background work process.
    Data transfer and data transformation processing on SLT server system is accomplished by the background work processes of the underlying SAP NetWeaver ABAP application server. Each job occupies 1 background work process in the SAP LT Replication Server system. For each configuration, the parameter Data Transfer Jobs restricts the maximum number of data load job for each mass transfer ID (MT_ID). In total, a mass transfer ID (MT_ID) requires at least 4 background jobs to be available:
     One monitoring job (master job)
     One master controller job
     At least one data load job
     One additional job either for the migration objects definition, access plan calculation or to change configuration settings in the Configuration & Monitoring Dashboard
    Example
    If you set the parameter Data Transfer Jobs to 04 in a configuration “SCHEMA1”, a mass transfer ID 001 is assigned. As a result, the following jobs should be in the system:
    1 Master controller job: /1LT/IUC_REP_CNTR_001
     At most 4 parallel jobs for MT_ID 001: /1LT/IUC_LOAD_MT_001_001/~002/~003/~004
    When configuring your data load or replication scenario, consider the following:
     Do not define more data transfer jobs than the number of available application server background work processes. If all available background work processes are already occupied by jobs, any other job will have to wait until a free work process becomes available. This can lead to long wait times until a new activity (for example creating triggers) can start, and can also result in significantly increased latency times for data replication.
     The number of dialog work processes in the source system corresponds 1:1 with the number of data transfer jobs in the SAP LT Replication Server system.
     Besides the work processes allocated by the data transfer jobs you need to provide additional available work processes for controller and monitoring jobs, the migration objects definition, access plan calculation or to perform configuration changes, and so on.
    Sizing for SAP LT Replication Server involves determining how many work processes are required to perform the initial load of data into the target system within an acceptable timeframe, and accomplish the change capturing and the transfer of data changes to the target system within expected latency times.
    Ensure that you add enough additional work processes to allow other required SAP LT Replication Server jobs to run.
    Finally, you map the number of required application server work processes to their system resource consumption (CPU, memory, disc space) using the formulas provided by the SLT Sizing Guide.
    With the simple formula below, you can calculate the number of required application server work processes (WPs) on the SLT Server for each active SLT configuration.
    The number of required work processes can be determined by adding
     The Number of required data transfer jobs ,
     plus one background work process for Central Master (Monitoring) Job (only one per system!),
     plus one background work process for Master Controller Job,
     plus 3-5 additional empty background work processes (recommended per configuration),
     plus approx. 3 dialog work processes (recommended for each configuration).
    Note: A lack of available free application server work processes can negatively affect the data load or data replication processes.
    To summarize everything, the number of 'Data Transfer Jobs' must be set depending of the number of source tables, it is not the actual number of tables.
    Assume that for my 100 tables I use 10 'Data Transfer Jobs' :
    - The number of work processes on the SLT server would be 20. I took the simple formula of the documentation:
    10 data transfer jobs ,
    + 1 background work process for Central Master (Monitoring) Job (only one per system!),
    + 1 background work process for Master Controller Job,
    + 5 additional empty background work processes (recommended per configuration),
    + 3 dialog work processes (recommended for each configuration).
    - The number of dialog processes on the source server would be 10 ( equal to the number of 'Data Transfer Jobs')
    Am I correct ?
    Regards,
    Christian

  • Error while exporting a table - EXP-00091

    I am doing an export of a table. The table has 1000838 rows. After the export is completed,
    when I checked the log - it said
    Connected to: Oracle9i Enterprise Edition Release 9.2.0.4.0 - 64bit Production
    With the Partitioning option
    JServer Release 9.2.0.4.0 - Production
    Export done in US7ASCII character set and AL16UTF16 NCHAR character set
    About to export specified tables via Conventional Path ...
    . . exporting table FIDA_LABEL 1000838 rows exported
    EXP-00091: Exporting questionable statistics.
    EXP-00091: Exporting questionable statistics.
    EXP-00091: Exporting questionable statistics.
    EXP-00091: Exporting questionable statistics.
    Export terminated successfully with warnings.
    I looked in the Oracle error messages document and found this out ---
    EXP-00091 Exporting questionable statistics
    Cause: Export was able to export statistics, but the statistics may not be useable. The statistics are questionable because one or more of the following happened during export: a row error occurred, client character set or NCHARSET does not match with the server, a query clause was specified on export, only certain partitions or subpartitions were exported, or a fatal error occurred while processing a table.
    Action: To export non-questionable statistics, change the client character set or NCHARSET to match the server, export with no query clause, or export complete tables. If desired, import parameters can be supplied so that only non-questionable statistics will be imported, and all questionable statistics will be recalculated.
    And this how my export command looks like -
    exp vincent/passphr query=\"where state in \(\'MD\',\'CA\',\'WI\'\)\" file=$EXPDIR/fida_label_9i.dmp tables=vincent.fida_label
    log=$LOGDIR/fida_label_exp.log
    Ofcourse, I am using the query clause because I really need to and it has always worked when we were in the Oracle 8i environment. We recently moved to the 9i. And this happens in this 9i version...
    And I certainly do not want to specify the import parameters to ignore the questionable statistics as no changes are desired in that area...(my hands are tied..).
    What could " a fatal error occurred while processing a table " mean? And how can this be traced and troubleshooted ? Or how can I find out if any row errors occurred ? And if required, how do I check the character sets and other likes ?? (I have no idea in this area)
    Thanks. All I needed was to get around this error. Your suggesions/responses would be highly appreciated

    What version of Oracle 9i are you using? Do you have a standard 'NLS_LANG' environment variable set on client's machines? Or do you set it to different values on different machines?
    Here is one of way you could get around it.
    Could you specify the export parameter 'STATISTICS=NONE' while exporting the table data?
    Try this and see.
    If this is successful, you could use the import utility as usual. You could always compute or estimate statistics on the table after import.

  • Mac Mini Crashed 2x In Past Week - How To Troubleshoot Console Errors?

    Hello, my mac mini 2011 has crashed on me twice in the past week. Once it happened while I was returning to my desk. I heard a noise... like something electrical shutting down abruptly.  The second time it happened, the mac mini was in the process of restarting.. (same sound), it just automatically restarted again and then booted up. Not sure if that was related to an update that was waiting to install.
    My issue is, how do I troubleshoot the crash? I know most people go to the console.... I have no idea how to define what is going on or find out exactly what caused the crash. There are a ton of messages in there... some are normal?  Other things definitely indicate a problem but I'm not sure how to fix it.
    I copied and pasted the message from the time I rebooted here.. Some highlights I see:
    1) Problems with iCal
    2) Some deny machine lookups: What is this?   ([1034]) mdworker(1034) deny mach-lookup com.apple.ls.boxd
    3) Missing semicolin in dictionary
    4) and unknown Cisvo VPN?  SystemStarter[513]: Unknown service: CiscoVPN"
    5) Some file permissions errors: launchctl: Dubious permissions on file (skipping): /Library/LaunchAgents/com.adobe.AAM.Updater-1.0.plist"
    6) SendFlattenedData error:  coreservicesd[59]: SendFlattenedData, got error #268435460 (ipc/send) timed out from ::mach_msg(), sending notification kLSNotifyChildApplicationLaunch to notificationID=140"
    7) Driver errors:
    5/24/13 4:23:00.049 PM ConsumerTouchDriver[241]: Could not find image named 'TouchRingToggleLEDSlitOff'.
    5/24/13 4:23:00.060 PM ConsumerTouchDriver[241]: Could not find image named 'DKTouchRingToggleLeft'.
    5/24/13 4:23:00.067 PM ConsumerTouchDriver[241]: Could not find image named 'DKTouchRingToggleRight'.
    8) Various invalid connections: WindowServer[82]: CGXGetConnectionProperty: Invalid connection 32195 (there are more of these)
    9) Boot Strap lookup failures: timezoned[160]: bootstrap_look_up failed (44e)
    Just too many here as you can see. Please note some network names and IP addresses have been redacted. I also took out some multiple Google Update entries for brevity. They look normal for most part except for the part that it showed up about 7 or 8 times.
    if anyone knows how to decipher this please let me know. 
    5/24/13 4:16:11.446 PM coreservicesd[60]: SendFlattenedData, got error #268435459 (ipc/send) invalid destination port from ::mach_msg(), sending notification kLSNotifyApplicationDeath to notificationID=9487
    5/24/13 4:16:11.523 PM com.apple.ShareKitHelper[863]: --warning: [ShareKit-XPC] Received XPC_ERROR_CONNECTION_INVALID
    5/24/13 4:16:11.526 PM com.apple.ShareKitHelper[863]: --warning: [ShareKit-XPC] connectionWithClientInterrupted
    5/24/13 4:16:11.526 PM com.apple.ShareKitHelper[863]: --warning: [ShareKit] Cancel UI for running services with Client PID: 94616
    5/24/13 4:16:17.470 PM com.apple.ShareKitHelper[863]: --warning: [ShareKit-XPC] Received XPC_ERROR_CONNECTION_INVALID
    5/24/13 4:16:17.471 PM com.apple.ShareKitHelper[863]: --warning: [ShareKit-XPC] connectionWithClientInterrupted
    5/24/13 4:16:17.472 PM com.apple.ShareKitHelper[863]: --warning: [ShareKit] Cancel UI for running services with Client PID: 96498
    5/24/13 4:16:17.691 PM iTunes[84926]: 2013-05-24 04:16:17.691209 PM [AVSystemController] Stopping AirPlay
    5/24/13 4:16:18.186 PM WindowServer[82]: CGXUnregisterWindowWithSystemStatusBar: Invalid window (31a1)
    5/24/13 4:16:18.960 PM com.apple.ShareKitHelper[863]: --warning: [ShareKit-XPC] Received XPC_ERROR_CONNECTION_INVALID
    5/24/13 4:16:18.961 PM com.apple.ShareKitHelper[863]: --warning: [ShareKit-XPC] connectionWithClientInterrupted
    5/24/13 4:16:18.961 PM com.apple.ShareKitHelper[863]: --warning: [ShareKit] Cancel UI for running services with Client PID: 66380
    5/24/13 4:16:45.365 PM coreservicesd[60]: SendFlattenedData, got error #268435460 (ipc/send) timed out from ::mach_msg(), sending notification kLSNotifyChildApplicationReady to notificationID=8709
    5/24/13 4:16:47.839 PM com.apple.usbmuxd[53255]: stopping.
    5/24/13 4:16:47.852 PM com.apple.launchd.peruser.502[181]: (com.apple.PackageKit.InstallStatus) Throttling respawn: Will start in 9 seconds
    5/24/13 4:16:48.394 PM com.apple.usbmuxd[9101]: usbmuxd-296.4 on Dec 21 2012 at 16:11:14, running 64 bit
    5/24/13 4:16:49.637 PM coreservicesd[60]: SendFlattenedData, got error #268435460 (ipc/send) timed out from ::mach_msg(), sending notification kLSNotifyChildDeath to notificationID=8709
    5/24/13 4:16:49.903 PM 1PasswordAgent[319]: [HYBI] socketDidDisconnect: Error Domain=GCDAsyncSocketErrorDomain Code=7 "Socket closed by remote peer" UserInfo=0x1050a0c80 {NSLocalizedDescription=Socket closed by remote peer}
    5/24/13 4:16:50.020 PM prl_naptd[6584]: Exiting Parallels Network Daemon
    5/24/13 4:16:51.741 PM Parallels[9136]: Stopping Parallels Dispatcher Service
    5/24/13 4:16:53.719 PM coreservicesd[60]: SendFlattenedData, got error #268435460 (ipc/send) timed out from ::mach_msg(), sending notification kLSNotifyChildDeath to notificationID=8709
    5/24/13 4:16:54.137 PM Parallels[9142]: Stopping Parallels networking
    5/24/13 4:16:54.184 PM watchdog[9146]: Stop watching /Applications/Parallels Desktop.app/Contents//MacOS/prl_naptd
    5/24/13 4:16:54.342 PM watchdog[9154]: file /var/run/prl_watchdog-2323cae42fd8.pid, pid 6661
    5/24/13 4:16:54.348 PM watchdog[9156]: /Applications/Parallels Desktop.app/Contents//MacOS/prl_naptd stop
    5/24/13 4:16:54.369 PM prl_naptd[6683]: Exiting Parallels Network Daemon
    5/24/13 4:16:54.618 PM WindowServer[82]: dict count after removing entry for window 0x3d is 0
    5/24/13 4:16:54.826 PM WindowServer[82]: CGXGetConnectionProperty: Invalid connection 32195
    5/24/13 4:16:54.826 PM WindowServer[82]: CGXGetConnectionProperty: Invalid connection 32195
    5/24/13 4:16:54.827 PM WindowServer[82]: CGXGetConnectionProperty: Invalid connection 32195
    5/24/13 4:16:54.829 PM WindowServer[82]: CGXGetConnectionProperty: Invalid connection 32195
    5/24/13 4:16:54.829 PM WindowServer[82]: CGXGetConnectionProperty: Invalid connection 32195
    5/24/13 4:16:54.829 PM WindowServer[82]: CGXGetConnectionProperty: Invalid connection 32195
    5/24/13 4:16:54.829 PM WindowServer[82]: CGXGetConnectionProperty: Invalid connection 32195
    5/24/13 4:16:54.830 PM WindowServer[82]: CGXGetConnectionProperty: Invalid connection 32195
    5/24/13 4:16:54.831 PM WindowServer[82]: CGXGetConnectionProperty: Invalid connection 211847
    5/24/13 4:16:54.831 PM WindowServer[82]: CGXGetConnectionProperty: Invalid connection 211847
    5/24/13 4:16:54.831 PM WindowServer[82]: CGXGetConnectionProperty: Invalid connection 211847
    5/24/13 4:16:54.831 PM WindowServer[82]: CGXGetConnectionProperty: Invalid connection 204967
    5/24/13 4:16:54.831 PM WindowServer[82]: CGXGetConnectionProperty: Invalid connection 204967
    5/24/13 4:16:54.832 PM WindowServer[82]: CGXGetConnectionProperty: Invalid connection 204967
    5/24/13 4:16:54.832 PM WindowServer[82]: CGXGetConnectionProperty: Invalid connection 204967
    5/24/13 4:16:54.832 PM WindowServer[82]: CGXGetConnectionProperty: Invalid connection 204967
    5/24/13 4:16:54.833 PM WindowServer[82]: CGXGetConnectionProperty: Invalid connection 204967
    5/24/13 4:16:54.833 PM WindowServer[82]: CGXGetConnectionProperty: Invalid connection 210883
    5/24/13 4:16:54.833 PM WindowServer[82]: CGXGetConnectionProperty: Invalid connection 210883
    5/24/13 4:16:54.833 PM WindowServer[82]: CGXGetConnectionProperty: Invalid connection 210883
    5/24/13 4:16:54.838 PM com.apple.launchd[1]: (com.apple.ShareKitHelper[863]) Exited: Killed: 9
    5/24/13 4:16:54.839 PM coreservicesd[60]: SendFlattenedData, got error #268435459 (ipc/send) invalid destination port from ::mach_msg(), sending notification kLSNotifyApplicationDeath to notificationID=229
    5/24/13 4:16:54.841 PM com.apple.launchd.peruser.502[181]: (com.sophiestication.mac.CoverSutra.agent[298]) Exited: Killed: 9
    5/24/13 4:16:54.855 PM coreservicesd[60]: SendFlattenedData, got error #268435459 (ipc/send) invalid destination port from ::mach_msg(), sending notification kLSNotifyApplicationDeath to notificationID=306
    5/24/13 4:16:54.867 PM com.apple.launchd.peruser.502[181]: (com.dayoneapp.dayone-agent[305]) Exited: Killed: 9
    5/24/13 4:16:54.868 PM coreservicesd[60]: SendFlattenedData, got error #268435460 (ipc/send) timed out from ::mach_msg(), sending notification kLSNotifyApplicationDeath to notificationID=137
    5/24/13 4:16:54.868 PM coreservicesd[60]: SendFlattenedData, got error #268435460 (ipc/send) timed out from ::mach_msg(), sending notification kLSNotifyApplicationDeath to notificationID=11081
    5/24/13 4:16:54.881 PM com.apple.launchd.peruser.502[181]: ([0x0-0x2c02c].com.apple.inputmethod.ironwood[272]) Exited: Killed: 9
    5/24/13 4:16:54.890 PM coreservicesd[60]: SendFlattenedData, got error #268435459 (ipc/send) invalid destination port from ::mach_msg(), sending notification kLSNotifyApplicationDeath to notificationID=161
    5/24/13 4:16:54.891 PM coreservicesd[60]: SendFlattenedData, got error #268435460 (ipc/send) timed out from ::mach_msg(), sending notification kLSNotifyApplicationDeath to notificationID=11093
    5/24/13 4:16:54.903 PM UserEventAgent[11]: Captive: [UserAgentDied:139] User Agent @port=45575 Died
    5/24/13 4:16:54.909 PM 1PasswordAgent[319]: Shutting down 1PasswordAgent 3.8.21 #32009 built Apr 24 2013 16:09:31
    5/24/13 4:16:54.924 PM com.apple.launchd.peruser.502[181]: ([0x0-0x5c05c].com.apple.AppleSpell[369]) Exited: Terminated: 15
    5/24/13 4:16:54.924 PM com.apple.launchd.peruser.502[181]: ([0x0-0x63063].com.apple.ImageCaptureExtension2[432]) Exited: Killed: 9
    5/24/13 4:16:54.940 PM coreservicesd[60]: SendFlattenedData, got error #268435459 (ipc/send) invalid destination port from ::mach_msg(), sending notification kLSNotifyApplicationDeath to notificationID=218
    5/24/13 4:16:54.941 PM coreservicesd[60]: SendFlattenedData, got error #268435460 (ipc/send) timed out from ::mach_msg(), sending notification kLSNotifyApplicationDeath to notificationID=226
    5/24/13 4:16:54.941 PM coreservicesd[60]: SendFlattenedData, got error #268435460 (ipc/send) timed out from ::mach_msg(), sending notification kLSNotifyApplicationDeath to notificationID=286
    5/24/13 4:16:54.953 PM com.apple.launchd.peruser.502[181]: ([0x0-0x60b60b].com.apple.iTunesHelper[17906]) Exited with code: 1
    5/24/13 4:16:54.954 PM WindowServer[82]: CGXGetConnectionProperty: Invalid connection 32195
    5/24/13 4:16:54.954 PM WindowServer[82]: CGXGetConnectionProperty: Invalid connection 32195
    5/24/13 4:16:54.955 PM WindowServer[82]: CGXGetConnectionProperty: Invalid connection 32195
    5/24/13 4:16:54.955 PM WindowServer[82]: CGXGetConnectionProperty: Invalid connection 32195
    5/24/13 4:16:54.955 PM WindowServer[82]: CGXGetConnectionProperty: Invalid connection 32195
    5/24/13 4:16:54.969 PM Office365Service[8836]: System shutdown notification
    5/24/13 4:16:54.969 PM com.apple.launchd.peruser.502[181]: ([0x0-0x1a0da0c].com.apple.iCal[90332]) Exited: Killed: 9
    5/24/13 4:16:54.970 PM com.apple.launchd.peruser.502[181]: (com.apple.mdworker.shared.04000000-0000-0000-0000-000000000000[7581]) Exited: Killed: 9
    5/24/13 4:16:55.163 PM coreservicesd[60]: SendFlattenedData, got error #268435459 (ipc/send) invalid destination port from ::mach_msg(), sending notification kLSNotifyApplicationDeath to notificationID=153
    5/24/13 4:16:55.173 PM WindowServer[82]: CGXGetConnectionProperty: Invalid connection 32195
    5/24/13 4:16:55.173 PM WindowServer[82]: CGXGetConnectionProperty: Invalid connection 32195
    5/24/13 4:16:55.174 PM WindowServer[82]: CGXGetConnectionProperty: Invalid connection 32195
    5/24/13 4:16:55.174 PM WindowServer[82]: CGXGetConnectionProperty: Invalid connection 32195
    5/24/13 4:16:55.174 PM WindowServer[82]: CGXGetConnectionProperty: Invalid connection 32195
    5/24/13 4:16:55.191 PM com.apple.launchd.peruser.502[181]: ([0x0-0x4d04d].com.wacom.Consumer_TouchDriver[339]) Exited with code: 1
    5/24/13 4:16:55.234 PM com.apple.launchd.peruser.502[181]: (com.apple.mdworker.mail.01000000-0000-0000-0000-000000000000[9082]) Exited: Killed: 9
    5/24/13 4:16:55.899 PM com.apple.launchd.peruser.502[181]: (com.wacom.pentablet[318]) Exited with code: 1
    5/24/13 4:16:55.917 PM com.apple.launchd.peruser.502[181]: (com.apple.UserEventAgent-Aqua[209]) Exited: Killed: 9
    5/24/13 4:16:55.918 PM Parallels[9159]: Parallels Networking was stopped
    5/24/13 4:16:56.018 PM com.apple.launchd.peruser.502[181]: (com.apple.storeagent[859]) Exited: Killed: 9
    5/24/13 4:16:56.035 PM com.apple.launchd.peruser.502[181]: (com.apple.quicklook[9069]) Exited: Killed: 9
    5/24/13 4:16:56.038 PM Parallels[9162]: Unloading kernel extension prl_netbridge.kext
    5/24/13 4:16:56.204 PM coreservicesd[60]: SendFlattenedData, got error #268435460 (ipc/send) timed out from ::mach_msg(), sending notification kLSNotifyChildDeath to notificationID=107
    5/24/13 4:16:56.397 PM loginwindow[38]: DEAD_PROCESS: 38 console
    5/24/13 4:16:56.453 PM com.apple.launchd.peruser.502[181]: (com.evernote.EvernoteHelper[306]) Exited: Killed: 9
    5/24/13 4:16:57.527 PM Parallels[9172]:  - kext com.parallels.kext.netbridge found loaded.
    5/24/13 4:16:57.589 PM WindowServer[82]: CGXRestartSessionWorkspace: session workspace exited for session 256 (on console)
    5/24/13 4:16:57.589 PM WindowServer[82]: Session 256 released (1 references)
    5/24/13 4:16:57.589 PM WindowServer[82]: Session 256 released (0 references)
    5/24/13 4:16:57.590 PM WindowServer[82]: loginwindow connection closed; closing server.
    5/24/13 4:16:57.605 PM imagent[263]: Quit - notifying about shutdown
    5/24/13 4:16:57.605 PM imagent[263]: Quit - shutting down daemon
    5/24/13 4:16:58.677 PM Parallels[9182]: Unloading kernel extension prl_vnic.kext
    5/24/13 4:16:58.701 PM airportd[9167]: _doAutoJoin: Already associated to “SkyNet”. Bailing on auto-join.
    5/24/13 4:16:58.000 PM kernel[0]: com.parallels.kext.prlnet 8.0.18483.860857 is unloading.
    5/24/13 4:16:58.000 PM kernel[0]: free vms_list while it is not empty
    5/24/13 4:16:59.181 PM Parallels[9187]:  - kext com.parallels.kext.vnic found loaded.
    5/24/13 4:16:59.000 PM kernel[0]: com.parallels.kext.vnic 8.0.18483.860857 is unloading.
    5/24/13 4:16:59.000 PM kernel[0]: com_parallels_kext_prl_vnic_bus: wait for detach for 0
    5/24/13 4:16:59.000 PM kernel[0]: com_parallels_kext_prl_vnic_bus::detach_handler for 0
    5/24/13 4:16:59.000 PM kernel[0]: com_parallels_kext_prl_vnic_bus: detached 0
    5/24/13 4:16:59.000 PM kernel[0]: com_parallels_kext_prl_vnic: destroyed vnic0
    5/24/13 4:16:59.000 PM kernel[0]: com_parallels_kext_prl_vnic_bus: wait for detach for 1
    5/24/13 4:16:59.000 PM kernel[0]: com_parallels_kext_prl_vnic_bus::detach_handler for 1
    5/24/13 4:16:59.000 PM kernel[0]: com_parallels_kext_prl_vnic_bus: detached 1
    5/24/13 4:16:59.000 PM kernel[0]: com_parallels_kext_prl_vnic: destroyed vnic1
    5/24/13 4:16:59.400 PM Parallels[9194]: Unloading kernel extension prl_usb_connect.kext
    5/24/13 4:16:59.441 PM loginwindow[9176]: Login Window Application Started
    5/24/13 4:16:59.593 PM Parallels[9199]:  - kext com.parallels.kext.usbconnect found loaded.
    5/24/13 4:16:59.797 PM Parallels[9207]: Unloading kernel extension prl_hid_hook.kext
    5/24/13 4:16:59.820 PM WindowServer[9204]: Server is starting up
    5/24/13 4:16:59.864 PM WindowServer[9204]: Session 256 retained (2 references)
    5/24/13 4:16:59.864 PM WindowServer[9204]: Session 256 released (1 references)
    5/24/13 4:16:59.884 PM WindowServer[9204]: Session 256 retained (2 references)
    5/24/13 4:16:59.885 PM WindowServer[9204]: init_page_flip: page flip mode is on
    5/24/13 4:17:00.034 PM WindowServer[9204]: mux_initialize: Couldn't find any matches
    5/24/13 4:17:00.000 PM kernel[0]: /prl_hid/ Parallels HID Helper stopped.
    5/24/13 4:17:00.119 PM WindowServer[9204]: GLCompositor enabled for tile size [256 x 256]
    5/24/13 4:17:00.119 PM WindowServer[9204]: CGXGLInitMipMap: mip map mode is on
    5/24/13 4:17:00.143 PM WindowServer[9204]: WSMachineUsesNewStyleMirroring: false
    5/24/13 4:17:00.143 PM WindowServer[9204]: MPServiceForDisplayDevice: Invalid device alias (0)
    5/24/13 4:17:00.143 PM WindowServer[9204]: Display 0x003f003f: GL mask 0x8; bounds (0, 0)[0 x 0], 1 modes available
    off-line, enabled, Vendor ffffffff, Model ffffffff, S/N ffffffff, Unit 3, Rotation 0
    UUID 0xffffffffffffffffffffffff003f003f
    5/24/13 4:17:00.143 PM WindowServer[9204]: Display 0x003f003e: GL mask 0x4; bounds (0, 0)[0 x 0], 1 modes available
    off-line, enabled, Vendor ffffffff, Model ffffffff, S/N ffffffff, Unit 2, Rotation 0
    UUID 0xffffffffffffffffffffffff003f003e
    5/24/13 4:17:00.143 PM WindowServer[9204]: Display 0x04248b01: GL mask 0x2; bounds (0, 0)[2560 x 1440], 42 modes available
    Main, Active, on-line, enabled, Vendor 610, Model 9227, S/N 162a02c3, Unit 1, Rotation 0
    UUID 0x0000061000009227162a02c300000000
    5/24/13 4:17:00.143 PM WindowServer[9204]: Display 0x003f003c: GL mask 0x1; bounds (0, 0)[0 x 0], 1 modes available
    off-line, enabled, boot, Vendor ffffffff, Model ffffffff, S/N ffffffff, Unit 0, Rotation 0
    UUID 0xffffffffffffffffffffffff003f003c
    5/24/13 4:17:00.143 PM WindowServer[9204]: Created shield window 0x4 for display 0x003f003f
    5/24/13 4:17:00.144 PM WindowServer[9204]: Created shield window 0x5 for display 0x003f003e
    5/24/13 4:17:00.152 PM WindowServer[9204]: Created shield window 0x6 for display 0x04248b01
    5/24/13 4:17:00.152 PM WindowServer[9204]: Created shield window 0x7 for display 0x003f003c
    5/24/13 4:17:00.154 PM WindowServer[9204]: Display 0x04248b01: GL mask 0x2; bounds (0, 0)[2560 x 1440], 42 modes available
    Main, Active, on-line, enabled, Vendor 610, Model 9227, S/N 162a02c3, Unit 1, Rotation 0
    UUID 0x0000061000009227162a02c300000000
    5/24/13 4:17:00.154 PM WindowServer[9204]: Display 0x003f003f: GL mask 0x8; bounds (3584, 0)[1 x 1], 1 modes available
    off-line, enabled, Vendor ffffffff, Model ffffffff, S/N ffffffff, Unit 3, Rotation 0
    UUID 0xffffffffffffffffffffffff003f003f
    5/24/13 4:17:00.154 PM WindowServer[9204]: Display 0x003f003e: GL mask 0x4; bounds (3585, 0)[1 x 1], 1 modes available
    off-line, enabled, Vendor ffffffff, Model ffffffff, S/N ffffffff, Unit 2, Rotation 0
    UUID 0xffffffffffffffffffffffff003f003e
    5/24/13 4:17:00.155 PM WindowServer[9204]: Display 0x003f003c: GL mask 0x1; bounds (3586, 0)[1 x 1], 1 modes available
    off-line, enabled, boot, Vendor ffffffff, Model ffffffff, S/N ffffffff, Unit 0, Rotation 0
    UUID 0xffffffffffffffffffffffff003f003c
    5/24/13 4:17:00.155 PM WindowServer[9204]: CGXPerformInitialDisplayConfiguration
    5/24/13 4:17:00.155 PM WindowServer[9204]:   Display 0x04248b01: MappedDisplay Unit 1; Vendor 0x610 Model 0x9227 S/N 371851971 Dimensions 23.50 x 13.23; online enabled, Bounds (0,0)[2560 x 1440], Rotation 0, Resolution 1
    5/24/13 4:17:00.155 PM WindowServer[9204]:   Display 0x003f003f: MappedDisplay Unit 3; Vendor 0xffffffff Model 0xffffffff S/N -1 Dimensions 0.00 x 0.00; offline enabled, Bounds (3584,0)[1 x 1], Rotation 0, Resolution 1
    5/24/13 4:17:00.155 PM WindowServer[9204]:   Display 0x003f003e: MappedDisplay Unit 2; Vendor 0xffffffff Model 0xffffffff S/N -1 Dimensions 0.00 x 0.00; offline enabled, Bounds (3585,0)[1 x 1], Rotation 0, Resolution 1
    5/24/13 4:17:00.155 PM WindowServer[9204]:   Display 0x003f003c: MappedDisplay Unit 0; Vendor 0xffffffff Model 0xffffffff S/N -1 Dimensions 0.00 x 0.00; offline enabled, Bounds (3586,0)[1 x 1], Rotation 0, Resolution 1
    5/24/13 4:17:00.159 PM WindowServer[9204]: GLCompositor: GL renderer id 0x01021b06, GL mask 0x0000000f, accelerator 0x0000324f, unit 0, caps QEX|QGL|MIPMAP, vram 256 MB
    5/24/13 4:17:00.160 PM WindowServer[9204]: GLCompositor: GL renderer id 0x01021b06, GL mask 0x0000000f, texture units 8, texture max 16384, viewport max {16384, 16384}, extensions FPRG|NPOT|GLSL|FLOAT
    5/24/13 4:17:00.365 PM loginwindow[9176]: **DMPROXY** Found `/System/Library/CoreServices/DMProxy'.
    5/24/13 4:17:00.482 PM WindowServer[9204]: Created shield window 0x8 for display 0x04248b01
    5/24/13 4:17:00.483 PM WindowServer[9204]: Display 0x04248b01: MappedDisplay Unit 1; ColorProfile { 2, "Thunderbolt Display"}; TransferFormula (1.000000, 1.000000, 1.000000)
    5/24/13 4:17:00.571 PM airportd[9167]: _doAutoJoin: Already associated to “SkyNet”. Bailing on auto-join.
    5/24/13 4:17:00.000 PM kernel[0]: Kext  not found for unload request.
    5/24/13 4:17:00.756 PM launchctl[9225]: launchctl: Dubious permissions on file (skipping): /Library/LaunchAgents/com.adobe.AAM.Updater-1.0.plist
    5/24/13 4:17:00.000 PM kernel[0]: Kext  not found for unload request.
    5/24/13 4:17:01.000 PM kernel[0]: Kext  not found for unload request.
    5/24/13 4:17:01.093 PM BezelServices 236.3[9176]: -[DriverServices sendPreferencesToDevice:resetDefaults:] error: classPrefID (null), classPrefs (null)
    5/24/13 4:17:01.000 PM kernel[0]: Kext  not found for unload request.
    5/24/13 4:17:01.837 PM com.apple.SecurityServer[25]: Session 100444 created
    5/24/13 4:17:01.948 PM loginwindow[9176]: ERROR | ScreensharingLoginNotification | Failed sending message to screen sharing GetScreensharingPort, err: 1102
    5/24/13 4:17:02.120 PM loginwindow[9176]: USER_PROCESS: 9176 console
    5/24/13 4:17:02.152 PM WindowServer[9204]: **DMPROXY** (2) Found `/System/Library/CoreServices/DMProxy'.
    5/24/13 4:17:02.172 PM airportd[9167]: _doAutoJoin: Already associated to “SkyNet”. Bailing on auto-join.
    5/24/13 4:17:02.243 PM WindowServer[9204]: Display 0x04248b01: MappedDisplay Unit 1; ColorProfile { 2, "Thunderbolt Display"}; TransferFormula (1.000000, 1.000000, 1.000000)
    5/24/13 4:17:02.256 PM WindowServer[9204]: Display 0x04248b01: MappedDisplay Unit 1; ColorProfile { 2, "Thunderbolt Display"}; TransferFormula (1.000000, 1.000000, 1.000000)
    5/24/13 4:17:03.167 PM WindowServer[9204]: MPAccessSurfaceForDisplayDevice: Set up page flip mode on display 0x04248b01 device: 0x1092cba10  isBackBuffered: 1 numComp: 3 numDisp: 3
    5/24/13 4:17:06.074 PM launchctl[9225]: com.apple.findmymacmessenger: Already loaded
    5/24/13 4:17:09.762 PM TabletDriver[9280]: Finish launching /Library/Application Support/Tablet/PenTabletDriver.app/Contents/Resources/ConsumerTouchDriver.app
    5/24/13 4:17:09.772 PM CVMServer[84]: Check-in to the service com.apple.cvmsCompAgent_x86_64 failed. This is likely because you have either unloaded the job or the MachService has the ResetAtClose attribute specified in the launchd.plist. If present, this attribute should be removed.
    5/24/13 4:17:09.849 PM launchctl[9285]: launchctl: Dubious permissions on file (skipping): /Library/LaunchAgents/com.adobe.AAM.Updater-1.0.plist
    5/24/13 4:17:09.960 PM TabletDriver[9280]: Finish launching /Library/Application Support/Tablet/PenTabletDriver.app/Contents/Resources/TabletDriver.app
    5/24/13 4:17:10.001 PM locationd[9283]: NOTICE,Location icon should now be in state 0
    5/24/13 4:17:10.100 PM CVMServer[84]: Check-in to the service com.apple.cvmsCompAgent_x86_64 failed. This is likely because you have either unloaded the job or the MachService has the ResetAtClose attribute specified in the launchd.plist. If present, this attribute should be removed.
    5/24/13 4:17:10.227 PM UserEventAgent[9275]: cannot find useragent 1102
    5/24/13 4:17:11.593 PM mdworker[9273]: Unable to talk to lsboxd
    5/24/13 4:17:11.774 PM mdworker[9272]: Unable to talk to lsboxd
    5/24/13 4:17:11.000 PM kernel[0]: Sandbox: sandboxd(9288) deny mach-lookup com.apple.coresymbolicationd
    5/24/13 4:17:12.079 PM timezoned[9289]: bootstrap_look_up failed (44e)
    5/24/13 4:17:12.218 PM timezoned[9289]: bootstrap_look_up failed (44e)
    5/24/13 4:17:12.419 PM sandboxd[9288]: ([9273]) mdworker(9273) deny mach-lookup com.apple.ls.boxd
    5/24/13 4:17:13.223 PM sandboxd[9288]: ([9272]) mdworker(9272) deny mach-lookup com.apple.ls.boxd
    5/24/13 4:17:20.000 PM kernel[0]: (default pager): [KERNEL]: default_pager_backing_store_monitor - send LO_WAT_ALERT
    5/24/13 4:17:37.000 PM kernel[0]: macx_swapoff SUCCESS
    5/24/13 4:18:08.000 PM kernel[0]: (default pager): [KERNEL]: default_pager_backing_store_monitor - send LO_WAT_ALERT
    5/24/13 4:18:22.000 PM kernel[0]: macx_swapoff SUCCESS
    5/24/13 4:18:29.218 PM mds[34]: (Normal) ImportServer: Preparing for software update
    5/24/13 4:18:30.483 PM mds[34]: (Normal) ImportServer: Software update complete
    5/24/13 4:18:35.116 PM reboot[9323]: rebooted by _usbmuxd
    5/24/13 4:18:35.116 PM reboot[9323]: BOOT_TIME: 1369426715 116379
    5/24/13 4:20:15.000 PM bootlog[0]: BOOT_TIME 1369426815 0
    5/24/13 4:20:43.000 PM kernel[0]: PMAP: PCID enabled
    5/24/13 4:20:43.000 PM kernel[0]: Darwin Kernel Version 12.3.0: Sun Jan  6 22:37:10 PST 2013; root:xnu-2050.22.13~1/RELEASE_X86_64
    5/24/13 4:20:43.000 PM kernel[0]: vm_page_bootstrap: 3924376 free pages and 237160 wired pages
    5/24/13 4:20:43.000 PM kernel[0]: kext submap [0xffffff7f80735000 - 0xffffff8000000000], kernel text [0xffffff8000200000 - 0xffffff8000735000]
    5/24/13 4:20:43.000 PM kernel[0]: zone leak detection enabled
    5/24/13 4:20:43.000 PM kernel[0]: standard timeslicing quantum is 10000 us
    5/24/13 4:20:43.000 PM kernel[0]: standard background quantum is 2500 us
    5/24/13 4:20:43.000 PM kernel[0]: mig_table_max_displ = 74
    5/24/13 4:20:43.000 PM kernel[0]: TSC Deadline Timer supported and enabled
    5/24/13 4:20:43.000 PM kernel[0]: corecrypto kext started!
    5/24/13 4:20:43.000 PM kernel[0]: Running kernel space in FIPS MODE
    5/24/13 4:20:43.000 PM kernel[0]: Plist hmac value is    735d392b68241ef173d81097b1c8ce9ba283521626d1c973ac376838c466757d
    5/24/13 4:20:43.000 PM kernel[0]: Computed hmac value is 735d392b68241ef173d81097b1c8ce9ba283521626d1c973ac376838c466757d
    5/24/13 4:20:43.000 PM kernel[0]: corecrypto.kext FIPS integrity POST test passed!
    5/24/13 4:20:43.000 PM kernel[0]: corecrypto.kext FIPS AES CBC POST test passed!
    5/24/13 4:20:43.000 PM kernel[0]: corecrypto.kext FIPS TDES CBC POST test passed!
    5/24/13 4:20:43.000 PM kernel[0]: corecrypto.kext FIPS AES ECB AESNI POST test passed!
    5/24/13 4:20:43.000 PM kernel[0]: corecrypto.kext FIPS AES XTS AESNI POST test passed!
    5/24/13 4:20:43.000 PM kernel[0]: corecrypto.kext FIPS SHA POST test passed!
    5/24/13 4:20:43.000 PM kernel[0]: corecrypto.kext FIPS HMAC POST test passed!
    5/24/13 4:20:43.000 PM kernel[0]: corecrypto.kext FIPS ECDSA POST test passed!
    5/24/13 4:20:43.000 PM kernel[0]: corecrypto.kext FIPS DRBG POST test passed!
    5/24/13 4:20:43.000 PM kernel[0]: corecrypto.kext FIPS POST passed!
    5/24/13 4:20:43.000 PM kernel[0]: AppleACPICPU: ProcessorId=1 LocalApicId=0 Enabled
    5/24/13 4:20:43.000 PM kernel[0]: AppleACPICPU: ProcessorId=2 LocalApicId=2 Enabled
    5/24/13 4:20:43.000 PM kernel[0]: AppleACPICPU: ProcessorId=3 LocalApicId=1 Enabled
    5/24/13 4:20:43.000 PM kernel[0]: AppleACPICPU: ProcessorId=4 LocalApicId=3 Enabled
    5/24/13 4:20:43.000 PM kernel[0]: AppleACPICPU: ProcessorId=5 LocalApicId=255 Disabled
    5/24/13 4:20:43.000 PM kernel[0]: AppleACPICPU: ProcessorId=6 LocalApicId=255 Disabled
    5/24/13 4:20:43.000 PM kernel[0]: AppleACPICPU: ProcessorId=7 LocalApicId=255 Disabled
    5/24/13 4:20:43.000 PM kernel[0]: AppleACPICPU: ProcessorId=8 LocalApicId=255 Disabled
    5/24/13 4:20:43.000 PM kernel[0]: calling mpo_policy_init for TMSafetyNet
    5/24/13 4:20:16.975 PM com.apple.launchd[1]: *** launchd[1] has started up. ***
    5/24/13 4:20:43.000 PM kernel[0]: Security policy loaded: Safety net for Time Machine (TMSafetyNet)
    5/24/13 4:20:43.000 PM kernel[0]: calling mpo_policy_init for Sandbox
    5/24/13 4:20:43.000 PM kernel[0]: Security policy loaded: Seatbelt sandbox policy (Sandbox)
    5/24/13 4:20:43.000 PM kernel[0]: calling mpo_policy_init for Quarantine
    5/24/13 4:20:43.000 PM kernel[0]: Security policy loaded: Quarantine policy (Quarantine)
    5/24/13 4:20:43.000 PM kernel[0]: Copyright (c) 1982, 1986, 1989, 1991, 1993
    5/24/13 4:20:43.000 PM kernel[0]: The Regents of the University of California. All rights reserved.
    5/24/13 4:20:43.000 PM kernel[0]: MAC Framework successfully initialized
    5/24/13 4:20:43.000 PM kernel[0]: using 16384 buffer headers and 10240 cluster IO buffer headers
    5/24/13 4:20:43.000 PM kernel[0]: IOAPIC: Version 0x20 Vectors 64:87
    5/24/13 4:20:43.000 PM kernel[0]: ACPI: System State [S0 S3 S4 S5]
    5/24/13 4:20:43.000 PM kernel[0]: PFM64 (36 cpu) 0xf80000000, 0x80000000
    5/24/13 4:20:43.000 PM kernel[0]: [ PCI configuration begin ]
    5/24/13 4:20:43.000 PM kernel[0]: AppleIntelCPUPowerManagement: Turbo Ratios 0057
    5/24/13 4:20:43.000 PM kernel[0]: AppleIntelCPUPowerManagement: (built 13:47:00 Aug 14 2012) initialization complete
    5/24/13 4:20:16.975 PM com.apple.launchd[1]: *** Shutdown logging is enabled. ***
    5/24/13 4:20:43.000 PM kernel[0]: console relocated to 0xfd0010000
    5/24/13 4:20:43.000 PM kernel[0]: PCI configuration changed (bridge=72 device=10 cardbus=0)
    5/24/13 4:20:43.000 PM kernel[0]: [ PCI configuration end, bridges 22 devices 23 ]
    5/24/13 4:20:29.388 PM com.apple.launchd[1]: (com.apple.automountd) Unknown key for boolean: NSSupportsSuddenTermination
    5/24/13 4:20:43.000 PM kernel[0]: FireWire runtime power conservation disabled. (2)
    5/24/13 4:20:43.000 PM kernel[0]: mbinit: done [128 MB total pool size, (85/42) split]
    5/24/13 4:20:43.000 PM kernel[0]: Pthread support ABORTS when sync kernel primitives misused
    5/24/13 4:20:43.000 PM kernel[0]: rooting via boot-uuid from /chosen: 674D14D9-4E9E-3C3C-836E-C2B76F083714
    5/24/13 4:20:43.000 PM kernel[0]: Waiting on <dict ID="0"><key>IOProviderClass</key><string ID="1">IOResources</string><key>IOResourceMatch</key><string ID="2">boot-uuid-media</string></dict>
    5/24/13 4:20:43.000 PM kernel[0]: com.apple.AppleFSCompressionTypeZlib kmod start
    5/24/13 4:20:43.000 PM kernel[0]: com.apple.AppleFSCompressionTypeDataless kmod start
    5/24/13 4:20:43.000 PM kernel[0]: com.apple.AppleFSCompressionTypeZlib load succeeded
    5/24/13 4:20:43.000 PM kernel[0]: com.apple.AppleFSCompressionTypeDataless load succeeded
    5/24/13 4:20:43.000 PM kernel[0]: AppleIntelCPUPowerManagementClient: ready
    5/24/13 4:20:43.000 PM kernel[0]: BTCOEXIST off
    5/24/13 4:20:43.000 PM kernel[0]: BRCM tunables:
    5/24/13 4:20:43.000 PM kernel[0]: pullmode[1] txringsize[  256] txsendqsize[1024] reapmin[   32] reapcount[  128]
    5/24/13 4:20:43.000 PM kernel[0]: Got boot device = IOService:/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/SATA@1F,2/AppleIntelPchS eriesAHCI/PRT0@0/IOAHCIDevice@0/AppleAHCIDiskDriver/IOAHCIBlockStorageDevice/IOB lockStorageDriver/TOSHIBA MK5065GSXF Media/IOGUIDPartitionScheme/Customer@2
    5/24/13 4:20:43.000 PM kernel[0]: BSD root: disk0s2, major 1, minor 2
    5/24/13 4:20:43.000 PM kernel[0]: FireWire (OHCI) TI ID 823f built-in now active, GUID 406c8ffffe7cbff0; max speed s800.
    5/24/13 4:20:43.000 PM kernel[0]: FireWire (OHCI) Lucent ID 5901 PCI now active, GUID 000a270200434c07; max speed s800.
    5/24/13 4:20:43.000 PM kernel[0]: Kernel is LP64
    5/24/13 4:20:43.000 PM kernel[0]: USBMSC Identifier (non-unique): 57442D574341554830323532353836 0x1058 0x1100 0x175
    5/24/13 4:20:43.000 PM kernel[0]: macx_swapon SUCCESS
    5/24/13 4:20:36.673 PM hidd[42]: Posting 'com.apple.iokit.hid.displayStatus' notifyState=1
    5/24/13 4:20:36.675 PM hidd[42]: void __IOHIDLoadBundles(): Loaded 0 HID plugins
    5/24/13 4:20:43.215 PM distnoted[58]: Bug: 12D78: liblaunch.dylib + 23849 [2F71CAF8-6524-329E-AC56-C506658B4C0C]: 0x25
    5/24/13 4:20:44.812 PM mDNSResponder[35]: mDNSResponder mDNSResponder-379.37 (Dec 16 2012 19:43:09) starting OSXVers 12
    5/24/13 4:20:44.825 PM coreservicesd[59]: FindBestLSSession(), no match for inSessionID 0xfffffffffffffffc auditTokenInfo( uid=0 euid=0 auSessionID=100000 create=false
    5/24/13 4:20:44.837 PM appleeventsd[48]: main: Starting up
    5/24/13 4:20:44.000 PM kernel[0]: Waiting for DSMOS...
    5/24/13 4:20:44.000 PM kernel[0]: BCM5701Enet: Ethernet address 40:6c:8f:27:e1:64
    5/24/13 4:20:44.000 PM kernel[0]: BCM5701Enet: Ethernet address 40:6c:8f:0c:63:a3
    5/24/13 4:20:44.000 PM kernel[0]: AirPort_Brcm4331: Ethernet address 70:73:cb:c4:c3:99
    5/24/13 4:20:44.000 PM kernel[0]: IO80211Controller::dataLinkLayerAttachComplete():  adding AppleEFINVRAM notification
    5/24/13 4:20:44.000 PM kernel[0]: IO80211Interface::efiNVRAMPublished(): 
    5/24/13 4:20:46.000 PM kernel[0]: Previous Shutdown Cause: 5
    5/24/13 4:20:46.000 PM kernel[0]: IOBluetoothUSBDFU::probe
    5/24/13 4:20:46.000 PM kernel[0]: IOBluetoothUSBDFU::probe ProductID - 0x8281 FirmwareVersion - 0x0100
    5/24/13 4:20:46.000 PM kernel[0]: [BroadcomBluetoothHCIControllerUSBTransport][start] -- completed
    5/24/13 4:20:46.229 PM com.apple.kextd[12]: Can't load /System/Library/Extensions/SeratoScratchDriver.kext - no code for running kernel's architecture.
    5/24/13 4:20:46.232 PM com.apple.kextd[12]: Load com.serato.usb.kext failed; removing personalities from kernel.
    5/24/13 4:20:46.270 PM com.apple.kextd[12]: Can't load /System/Library/Extensions/SeratoScratchDriver.kext - no code for running kernel's architecture.
    5/24/13 4:20:46.271 PM com.apple.kextd[12]: Load com.serato.usb.kext failed; removing personalities from kernel.
    5/24/13 4:20:46.000 PM kernel[0]: DSMOS has arrived
    5/24/13 4:20:46.000 PM kernel[0]: [IOBluetoothHCIController][staticBluetoothHCIControllerTransportShowsUp] -- Received Bluetooth Controller register service notification
    5/24/13 4:20:46.000 PM kernel[0]: [IOBluetoothHCIController][start] -- completed
    5/24/13 4:20:46.000 PM kernel[0]: AMDTurksGraphicsAccelerator: ** Device in slot: SLOT--1 **
    5/24/13 4:20:46.000 PM kernel[0]: [IOBluetoothHCIController::setConfigState] calling registerService
    5/24/13 4:20:47.416 PM com.apple.SecurityServer[25]: Session 100000 created
    5/24/13 4:20:48.279 PM configd[50]: setting hostname to "Jacquelines-Mac-mini.local"
    5/24/13 4:20:48.000 PM kernel[0]: AirPort: Link Down on en1. Reason 1 (Unspecified).
    5/24/13 4:20:48.000 PM kernel[0]: en1::IO80211Interface::postMessage bssid changed
    5/24/13 4:20:48.284 PM configd[50]: network changed.
    5/24/13 4:20:48.297 PM airportd[81]: _processDLILEvent: en1 attached (up)
    5/24/13 4:20:48.000 PM kernel[0]: createVirtIf(): ifRole = 1
    5/24/13 4:20:48.000 PM kernel[0]: in func createVirtualInterface ifRole = 1
    5/24/13 4:20:48.000 PM kernel[0]: AirPort_Brcm4331_P2PInterface::init name <p2p0> role 1 this 0xffffff80448bf400
    5/24/13 4:20:48.000 PM kernel[0]: AirPort_Brcm4331_P2PInterface::init() <p2p> role 1
    5/24/13 4:20:48.000 PM kernel[0]: Created virtif 0xffffff80448bf400 p2p0
    5/24/13 4:20:49.673 PM mds[34]: (Normal) FMW: FMW 0 0
    5/24/13 4:20:49.725 PM blued[52]: Read the UHE Info
    5/24/13 4:20:49.725 PM blued[52]: Read version 2 info.  Number of devices:3
    5/24/13 4:20:49.725 PM blued[52]: Class of device:     0x2580
    5/24/13 4:20:49.725 PM blued[52]: Device name: 'Jacqueline's mouse' length:19
    5/24/13 4:20:49.725 PM blued[52]: Finished reading the HID data
    5/24/13 4:20:49.726 PM blued[52]: Found a device with PID:0x030d VID:0x05ac
    5/24/13 4:20:49.726 PM blued[52]: Class of device:     0x2540
    5/24/13 4:20:49.727 PM blued[52]: Device name: 'Jacqueline's Keyboard' length:22
    5/24/13 4:20:49.727 PM blued[52]: Finished reading the HID data
    5/24/13 4:20:49.727 PM blued[52]: Found a device with PID:0x0255 VID:0x05ac
    5/24/13 4:20:49.727 PM blued[52]: Class of device:     0x2594
    5/24/13 4:20:49.727 PM blued[52]: Device name: 'Jacqueline's trackpad' length:22
    5/24/13 4:20:49.727 PM blued[52]: Finished reading the HID data
    5/24/13 4:20:49.727 PM blued[52]: Found a device with PID:0x030e VID:0x05ac
    5/24/13 4:20:56.741 PM com.apple.SecurityServer[25]: Entering service
    5/24/13 4:20:56.775 PM systemkeychain[71]: done file: /var/run/systemkeychaincheck.done
    5/24/13 4:20:56.794 PM configd[50]: network changed: DNS*
    5/24/13 4:20:56.795 PM mDNSResponder[35]: D2D_IPC: Loaded
    5/24/13 4:20:56.795 PM mDNSResponder[35]: D2DInitialize succeeded
    5/24/13 4:20:56.828 PM loginwindow[38]: Login Window Application Started
    5/24/13 4:20:56.874 PM WindowServer[93]: Server is starting up
    5/24/13 4:20:56.878 PM WindowServer[93]: Session 256 retained (2 references)
    5/24/13 4:20:56.878 PM WindowServer[93]: Session 256 released (1 references)
    5/24/13 4:20:56.889 PM awacsd[53]: Starting awacsd connectivity-78.2 (Dec 16 2012 19:43:29)
    5/24/13 4:20:56.893 PM awacsd[53]: InnerStore CopyAllZones: no info in Dynamic Store
    5/24/13 4:20:56.898 PM WindowServer[93]: Session 256 retained (2 references)
    5/24/13 4:20:56.902 PM WindowServer[93]: init_page_flip: page flip mode is on
    5/24/13 4:20:56.941 PM UserEventAgent[11]: Captive: [HandleNetworkInformationChanged:2435] nwi_state_copy returned NULL
    5/24/13 4:20:56.993 PM netbiosd[80]: Unable to start NetBIOS name service:
    5/24/13 4:20:57.322 PM WindowServer[93]: mux_initialize: Couldn't find any matches
    5/24/13 4:20:57.334 PM WindowServer[93]: GLCompositor enabled for tile size [256 x 256]
    5/24/13 4:20:57.334 PM WindowServer[93]: CGXGLInitMipMap: mip map mode is on
    5/24/13 4:20:57.358 PM WindowServer[93]: WSMachineUsesNewStyleMirroring: false
    5/24/13 4:20:57.358 PM WindowServer[93]: MPServiceForDisplayDevice: Invalid device alias (0)
    5/24/13 4:20:57.358 PM WindowServer[93]: Display 0x003f003f: GL mask 0x8; bounds (0, 0)[0 x 0], 1 modes available
    off-line, enabled, Vendor ffffffff, Model ffffffff, S/N ffffffff, Unit 3, Rotation 0
    UUID 0xffffffffffffffffffffffff003f003f
    5/24/13 4:20:57.358 PM WindowServer[93]: Display 0x003f003e: GL mask 0x4; bounds (0, 0)[0 x 0], 1 modes available
    off-line, enabled, Vendor ffffffff, Model ffffffff, S/N ffffffff, Unit 2, Rotation 0
    UUID 0xffffffffffffffffffffffff003f003e
    5/24/13 4:20:57.359 PM WindowServer[93]: Display 0x04248b01: GL mask 0x2; bounds (0, 0)[2560 x 1440], 42 modes available
    Main, Active, on-line, enabled, Vendor 610, Model 9227, S/N 162a02c3, Unit 1, Rotation 0
    UUID 0x0000061000009227162a02c300000000
    5/24/13 4:20:57.359 PM WindowServer[93]: Display 0x003f003c: GL mask 0x1; bounds (0, 0)[0 x 0], 1 modes available
    off-line, enabled, boot, Vendor ffffffff, Model ffffffff, S/N ffffffff, Unit 0, Rotation 0
    UUID 0xffffffffffffffffffffffff003f003c
    5/24/13 4:20:57.359 PM WindowServer[93]: Created shield window 0x5 for display 0x003f003f
    5/24/13 4:20:57.359 PM WindowServer[93]: Created shield window 0x6 for display 0x003f003e
    5/24/13 4:20:57.365 PM WindowServer[93]: Created shield window 0x7 for display 0x04248b01
    5/24/13 4:20:57.366 PM WindowServer[93]: Created shield window 0x8 for display 0x003f003c
    5/24/13 4:20:57.367 PM WindowServer[93]: Display 0x04248b01: GL mask 0x2; bounds (0, 0)[2560 x 1440], 42 modes available
    Main, Active, on-line, enabled, Vendor 610, Model 9227, S/N 162a02c3, Unit 1, Rotation 0
    UUID 0x0000061000009227162a02c300000000
    5/24/13 4:20:57.367 PM WindowServer[93]: Display 0x003f003f: GL mask 0x8; bounds (3584, 0)[1 x 1], 1 modes available
    off-line, enabled, Vendor ffffffff, Model ffffffff, S/N ffffffff, Unit 3, Rotation 0
    UUID 0xffffffffffffffffffffffff003f003f
    5/24/13 4:20:57.367 PM WindowServer[93]: Display 0x003f003e: GL mask 0x4; bounds (3585, 0)[1 x 1], 1 modes available
    off-line, enabled, Vendor ffffffff, Model ffffffff, S/N ffffffff, Unit 2, Rotation 0
    UUID 0xffffffffffffffffffffffff003f003e
    5/24/13 4:20:57.367 PM WindowServer[93]: Display 0x003f003c: GL mask 0x1; bounds (3586, 0)[1 x 1], 1 modes available
    off-line, enabled, boot, Vendor ffffffff, Model ffffffff, S/N ffffffff, Unit 0, Rotation 0
    UUID 0xffffffffffffffffffffffff003f003c
    5/24/13 4:20:57.367 PM WindowServer[93]: CGXPerformInitialDisplayConfiguration
    5/24/13 4:20:57.367 PM WindowServer[93]:   Display 0x04248b01: MappedDisplay Unit 1; Vendor 0x610 Model 0x9227 S/N 371851971 Dimensions 23.50 x 13.23; online enabled, Bounds (0,0)[2560 x 1440], Rotation 0, Resolution 1
    5/24/13 4:20:57.367 PM WindowServer[93]:   Display 0x003f003f: MappedDisplay Unit 3; Vendor 0xffffffff Model 0xffffffff S/N -1 Dimensions 0.00 x 0.00; offline enabled, Bounds (3584,0)[1 x 1], Rotation 0, Resolution 1
    5/24/13 4:20:57.367 PM WindowServer[93]:   Display 0x003f003e: MappedDisplay Unit 2; Vendor 0xffffffff Model 0xffffffff S/N -1 Dimensions 0.00 x 0.00; offline enabled, Bounds (3585,0)[1 x 1], Rotation 0, Resolution 1
    5/24/13 4:20:57.368 PM WindowServer[93]:   Display 0x003f003c: MappedDisplay Unit 0; Vendor 0xffffffff Model 0xffffffff S/N -1 Dimensions 0.00 x 0.00; offline enabled, Bounds (3586,0)[1 x 1], Rotation 0, Resolution 1
    5/24/13 4:20:57.392 PM WindowServer[93]: GLCompositor: GL renderer id 0x01021b06, GL mask 0x0000000f, accelerator 0x0000334f, unit 0, caps QEX|QGL|MIPMAP, vram 256 MB
    5/24/13 4:20:57.393 PM WindowServer[93]: GLCompositor: GL renderer id 0x01021b06, GL mask 0x0000000f, texture units 8, texture max 16384, viewport max {16384, 16384}, extensions FPRG|NPOT|GLSL|FLOAT
    5/24/13 4:20:57.396 PM loginwindow[38]: **DMPROXY** Found `/System/Library/CoreServices/DMProxy'.
    5/24/13 4:20:57.397 PM launchctl[97]: launchctl: Dubious permissions on file (skipping): /Library/LaunchAgents/com.adobe.AAM.Updater-1.0.plist
    5/24/13 4:20:57.000 PM kernel[0]: en1: 802.11d country code set to 'US'.
    5/24/13 4:20:57.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
    5/24/13 4:20:57.000 PM kernel[0]: MacAuthEvent en1   Auth result for: 28:37:37:48:08:f1  MAC AUTH succeeded
    5/24/13 4:20:57.000 PM kernel[0]: wlEvent: en1 en1 Link UP virtIf = 0
    5/24/13 4:20:57.000 PM kernel[0]: AirPort: Link Up on en1
    5/24/13 4:20:57.000 PM kernel[0]: en1: BSSID changed to 28:37:37:48:08:f1
    5/24/13 4:20:57.000 PM kernel[0]: en1::IO80211Interface::postMessage bssid changed
    5/24/13 4:20:58.000 PM kernel[0]: AirPort: RSN handshake complete on en1
    5/24/13 4:20:58.525 PM digest-service[104]: label: default
    5/24/13 4:20:58.525 PM digest-service[104]: dbname: od:/Local/Default
    5/24/13 4:20:58.525 PM digest-service[104]: mkey_file: /var/db/krb5kdc/m-key
    5/24/13 4:20:58.525 PM digest-service[104]: acl_file: /var/db/krb5kdc/kadmind.acl
    5/24/13 4:20:58.527 PM digest-service[104]: digest-request: uid=0
    5/24/13 4:20:58.549 PM rpcsvchost[106]: sandbox_init: com.apple.msrpc.netlogon.sb succeeded
    5/24/13 4:20:58.553 PM digest-service[104]: digest-request: init request
    5/24/13 4:20:58.556 PM digest-service[104]: digest-request: init return domain: BUILTIN server: JACQUELINES-MAC-MINI
    5/24/13 4:20:58.827 PM com.apple.usbmuxd[19]: usbmuxd-296.4 on Dec 21 2012 at 16:11:14, running 64 bit
    5/24/13 4:20:59.366 PM WindowServer[93]: **DMPROXY** (2) Found `/System/Library/CoreServices/DMProxy'.
    5/24/13 4:21:00.046 PM locationd[39]: NOTICE,Location icon should now be in state 0
    5/24/13 4:21:00.396 PM WindowServer[93]: MPAccessSurfaceForDisplayDevice: Set up page flip mode on display 0x04248b01 device: 0x10ed76a10  isBackBuffered: 1 numComp: 3 numDisp: 3
    5/24/13 4:21:07.824 PM airportd[81]: _doAutoJoin: Already associated to “[REDACTED]”. Bailing on auto-join.
    5/24/13 4:21:07.848 PM airportd[81]: _doAutoJoin: Already associated to “[REDACTED]”. Bailing on auto-join.
    5/24/13 4:21:11.000 PM kernel[0]: [BNBMouseDevice::init][75.19] init is complete
    5/24/13 4:21:11.896 PM awacsd[53]: Exiting
    5/24/13 4:21:12.000 PM kernel[0]: [BNBMouseDevice::handleStart][75.19] returning 1
    5/24/13 4:21:12.000 PM kernel[0]: [AppleMultitouchHIDEventDriver::start] entered
    5/24/13 4:21:12.000 PM kernel[0]: [AppleMultitouchDevice::start] entered
    5/24/13 4:21:16.000 PM kernel[0]: AmbrosiaAudioSupport: newUserClient connection attempt.
    5/24/13 4:21:21.000 PM kernel[0]: [AppleBluetoothHIDKeyboard][waitForHandshake][28-37-37-35-c5-f5] Timeout waiting for handshake
    5/24/13 4:21:21.000 PM kernel[0]: [AppleBluetoothHIDKeyboard][interruptChannelOpeningWL] final device setup failed
    5/24/13 4:21:21.000 PM kernel[0]: [AppleBluetoothHIDKeyboard][interruptChannelOpeningWL] Forcing closeDownServices
    5/24/13 4:21:21.000 PM kernel[0]: [AppleBluetoothHIDKeyboard][sendData][28-37-37-35-c5-f5] commandSleep in sendData returned an error
    5/24/13 4:21:23.924 PM configd[50]: subnet_route: write routing socket failed, Network is unreachable
    5/24/13 4:21:25.534 PM configd[50]: network changed: v4(en1+:XXX.XXX.XXX.XXX) DNS* Proxy+ SMB
    5/24/13 4:21:28.096 PM UserEventAgent[11]: Captive: en1: Not probing '[REDACTED]' (protected network)
    5/24/13 4:21:28.099 PM configd[50]: network changed: v4(en1:XXX.XXX.XXX.XXX) DNS Proxy SMB
    5/24/13 4:21:30.730 PM _cvmsroot[124]: /usr/libexec/ntpd-wrapper: scutil key State:/Network/Global/DNS not present after 30 seconds
    5/24/13 4:21:31.000 PM kernel[0]: [AppleBluetoothHIDKeyboard][sendData][28-37-37-35-c5-f5] Became inactive while sending data
    5/24/13 4:21:31.000 PM kernel[0]: [AppleBluetoothHIDKeyboard][setReportWL][28-37-37-35-c5-f5] Could not send DATA command via interrupt channel - 0xE00002D7
    5/24/13 4:21:33.578 PM _cvmsroot[128]: Unable to resolve hostname(s)
    5/24/13 4:21:33.765 PM ntpd[102]: proto: precision = 1.000 usec
    5/24/13 4:21:34.179 PM WindowServer[93]: Created shield window 0x9 for display 0x04248b01
    5/24/13 4:21:34.179 PM WindowServer[93]: Display 0x04248b01: MappedDisplay Unit 1; ColorProfile { 2, "Thunderbolt Display"}; TransferFormula (1.000000, 1.000000, 1.000000)
    5/24/13 4:21:34.201 PM WindowServer[93]: Display 0x04248b01: MappedDisplay Unit 1; ColorProfile { 2, "Thunderbolt Display"}; TransferFormula (1.000000, 1.000000, 1.000000)
    5/24/13 4:21:34.863 PM WindowServer[93]: Display 0x04248b01: MappedDisplay Unit 1; ColorProfile { 2, "Thunderbolt Display"}; TransferFormula (1.000000, 1.000000, 1.000000)
    5/24/13 4:21:34.868 PM launchctl[131]: launchctl: Dubious permissions on file (skipping): /Library/LaunchAgents/com.adobe.AAM.Updater-1.0.plist
    5/24/13 4:21:34.886 PM launchctl[131]: com.apple.findmymacmessenger: Already loaded
    5/24/13 4:21:34.914 PM com.apple.SecurityServer[25]: Session 100003 created
    5/24/13 4:21:35.196 PM airportd[81]: _doAutoJoin: Already associated to “SkyNet”. Bailing on auto-join.
    5/24/13 4:21:35.626 PM loginwindow[38]: Login Window Started Security Agent
    5/24/13 4:21:35.774 PM SecurityAgent[141]: This is the first run
    5/24/13 4:21:35.775 PM SecurityAgent[141]: MacBuddy was run = 0
    5/24/13 4:21:36.144 PM launchctl[148]: launchctl: Dubious permissions on file (skipping): /Library/LaunchAgents/com.adobe.AAM.Updater-1.0.plist
    5/24/13 4:21:36.487 PM TabletDriver[137]: Finish launching /Library/Application Support/Tablet/PenTabletDriver.app/Contents/Resources/ConsumerTouchDriver.app
    5/24/13 4:21:36.607 PM TabletDriver[137]: Finish launching /Library/Application Support/Tablet/PenTabletDriver.app/Contents/Resources/TabletDriver.app
    5/24/13 4:21:36.687 PM locationd[156]: NOTICE,Location icon should now be in state 0
    5/24/13 4:21:36.691 PM UserEventAgent[132]: cannot find useragent 1102
    5/24/13 4:21:39.137 PM timezoned[160]: bootstrap_look_up failed (44e)
    5/24/13 4:21:39.342 PM timezoned[160]: bootstrap_look_up failed (44e)
    5/24/13 4:21:42.000 PM kernel[0]: [SendHCIRequestFormatted] ### ERROR: [0x0406] (Disconnect) -- Send request failed (err = 0x0010 (kBluetoothHCIErrorHostTimeout))
    5/24/13 4:21:42.000 PM kernel[0]: ### ERROR: send request failed (err=0x0010 (kBluetoothHCIErrorHostTimeout))
    5/24/13 4:21:44.107 PM configd[50]: network changed: v4(en1!:10.0.1.39) DNS+ Proxy SMB
    5/24/13 4:21:44.120 PM UserEventAgent[11]: Captive: en1: Not probing '[REDACTED]' (protected network)
    5/24/13 4:21:45.696 PM com.apple.launchd[1]: (com.apple.xprotectupdater[17]) Exited with code: 252
    5/24/13 4:22:15.683 PM launchctl[164]: launchctl: Dubious permissions on file (skipping): /Library/LaunchAgents/com.adobe.AAM.Updater-1.0.plist
    5/24/13 4:22:15.794 PM distnoted[166]: # distnote server agent  absolute time: 121.114577396   civil time: Fri May 24 16:22:15 2013   pid: 166 uid: 502  root: no
    5/24/13 4:22:34.512 PM launchctl[173]: launchctl: Dubious permissions on file (skipping): /Library/LaunchAgents/com.adobe.AAM.Updater-1.0.plist
    5/24/13 4:22:37.019 PM com.apple.SecurityServer[25]: Session 100005 created
    5/24/13 4:22:37.064 PM com.apple.SecurityServer[25]: Session 100006 created
    5/24/13 4:22:44.199 PM BezelServices 236.3[38]: -[DriverServices sendPreferencesToDevice:resetDefaults:] error: classPrefID (null), classPrefs (null)
    5/24/13 4:22:48.261 PM mdworker32[170]: CGSGetDisplayBounds: Invalid display 0x00000000
    5/24/13 4:22:49.134 PM mdworker32[170]: bootstrap_look_up2 failed with 0x44c
    5/24/13 4:22:49.000 PM kernel[0]: Sandbox: sandboxd(178) deny mach-lookup com.apple.coresymbolicationd
    5/24/13 4:22:49.731 PM SecurityAgent[141]: User info context values set for [COMPUTERNAME]
    5/24/13 4:22:50.910 PM SecurityAgent[141]: Login Window login proceeding
    5/24/13 4:22:51.272 PM loginwindow[38]: Login Window - Returned from Security Agent
    5/24/13 4:22:51.310 PM loginwindow[38]: ERROR | ScreensharingLoginNotification | Failed sending message to screen sharing GetScreensharingPort, err: 1102
    5/24/13 4:22:51.328 PM loginwindow[38]: USER_PROCESS: 38 console
    5/24/13 4:22:51.472 PM airportd[180]: _doAutoJoin: Already associated to “[REDACTED]”. Bailing on auto-join.
    5/24/13 4:22:51.586 PM com.apple.launchd[1]: ([0x0-0x6006].com.wacom.Consumer_TouchDriver[147]) Exited with code: 255
    5/24/13 4:22:51.588 PM coreservicesd[59]: SendFlattenedData, got error #268435459 (ipc/send) invalid destination port from ::mach_msg(), sending notification kLSNotifyApplicationDeath to notificationID=107
    5/24/13 4:22:51.590 PM com.apple.launchd[1]: (com.wacom.pentablet[137]) Exited with code: 255
    5/24/13 4:22:51.624 PM launchctl[181]: launchctl: Dubious permissions on file (skipping): /Library/LaunchAgents/com.adobe.AAM.Updater-1.0.plist
    5/24/13 4:22:51.640 PM com.apple.launchd.peruser.502[163]: (com.apple.gamed) Ignored this key: UserName
    5/24/13 4:22:51.640 PM com.apple.launchd.peruser.502[163]: (com.apple.gamed) Ignored this key: GroupName
    5/24/13 4:22:51.640 PM com.apple.launchd.peruser.502[163]: (com.apple.ReportCrash) Falling back to default Mach exception handler. Could not find: com.apple.ReportCrash.Self
    5/24/13 4:22:51.645 PM loginwindow[38]: Connection with distnoted server was invalidated
    5/24/13 4:22:52.074 PM WindowServer[93]: **DMPROXY** (2) Found `/System/Library/CoreServices/DMProxy'.
    5/24/13 4:22:52.486 PM WindowServer[93]: Display 0x04248b01: MappedDisplay Unit 1; ColorProfile { 2, "Thunderbolt Display"}; TransferFormula (1.000000, 1.000000, 1.000000)
    5/24/13 4:22:52.603 PM blued[52]: kBTXPCUpdateUserPreferences gConsoleUserUID = 502
    5/24/13 4:22:52.895 PM com.apple.launchd.peruser.502[163]: (com.apple.afpstat-qfa[213]) Exited with code: 2
    5/24/13 4:22:52.959 PM launchctl[201]: launchctl: Dubious permissions on file (skipping): /Library/LaunchAgents/com.adobe.AAM.Updater-1.0.plist
    5/24/13 4:22:54.150 PM WindowServer[93]: CGXDisableUpdate: UI updates were forcibly disabled by application "SystemUIServer" for over 1.00 seconds. Server has re-enabled them.
    5/24/13 4:22:54.210 PM WindowServer[93]: reenable_update_for_connection: UI updates were finally reenabled by application "SystemUIServer" after 1.06 seconds (server forcibly re-enabled them after 1.00 seconds)
    5/24/13 4:22:55.096 PM com.apple.launchd.peruser.502[163]: (com.apple.mrt.uiagent[203]) Exited with code: 255
    5/24/13 4:22:55.108 PM NetworkBrowserAgent[235]: Starting NetworkBrowserAgent
    5/24/13 4:22:55.441 PM PenTabletDriver[214]: Could not find image named 'DKTouchRingToggleLeft'.
    5/24/13 4:22:55.443 PM PenTabletDriver[214]: Could not find image named 'DKTouchRingToggleRight'.
    5/24/13 4:22:55.460 PM 1PasswordAgent[215]: Starting 1PasswordAgent 3.8.21 #32009 built Apr 24 2013 16:09:31
    5/24/13 4:22:55.677 PM 1PasswordAgent[215]: Trying to load Localizable.strings [English] from the main bundle
    5/24/13 4:22:55.857 PM 1PasswordAgent[215]: Cannot find English version, using English localization for Localizable.strings
    5/24/13 4:22:57.107 PM 1PasswordAgent[215]: reloadAllObjects
    5/24/13 4:22:58.073 PM 1PasswordAgent[215]: Database (AGHtmlDatabase:file://localhost/Users/Winter/Dropbox/1PasswordSync/1Password.a gilekeychain/) load time [Cache]: 0.959+0.006 (2296 objects)
    5/24/13 4:23:00.049 PM ConsumerTouchDriver[241]: Could not find image named 'TouchRingToggleLEDSlitOff'.
    5/24/13 4:23:00.060 PM ConsumerTouchDriver[241]: Could not find image named 'DKTouchRingToggleLeft'.
    5/24/13 4:23:00.067 PM ConsumerTouchDriver[241]: Could not find image named 'DKTouchRingToggleRight'.
    5/24/13 4:23:00.890 PM apsd[219]: Unable to bootstrap_lookup connection port for 'com.apple.ubd.system-push': Unknown service name
    5/24/13 4:23:01.720 PM TabletDriver[214]: Finish launching /Library/Application Support/Tablet/PenTabletDriver.app/Contents/Resources/ConsumerTouchDriver.app
    5/24/13 4:23:02.398 PM coreservicesd[59]: SendFlattenedData, got error #268435460 (ipc/send) timed out from ::mach_msg(), sending notification kLSNotifyChildApplicationLaunch to notificationID=140
    5/24/13 4:23:03.753 PM TabletDriver[214]: Finish launching /Library/Application Support/Tablet/PenTabletDriver.app/Contents/Resources/TabletDriver.app
    5/24/13 4:23:10.413 PM 1PasswordAgent[215]: GrowlApplicationBridgeRegistrationAttempt: Could not send open-document event to register this application with Growl because AESend returned -600/no eligible process with specified descriptor
    5/24/13 4:23:10.413 PM 1PasswordAgent[215]: Failed all attempts at registering
    5/24/13 4:23:11.507 PM CoreServicesUIAgent[256]: Error: qtn_file_apply_to_path error: Permission denied
    5/24/13 4:23:16.700 PM storeagent[252]: CKSoftwareMap: waitUntilMapIsLoadedAndPerformBlock:onDispatchQueue: timed out waiting for mdSemaphore
    5/24/13 4:23:24.378 PM com.apple.dock.extra[298]: Could not load bundle for Dock Extra key DockTile.docktileplugin
    5/24/13 4:23:24.379 PM Dock[190]: Failed to set up extra plugin. file://localhost/Applications/Calendar%20Plus.app/ Failed to get plugin class.
    5/24/13 4:23:25.000 PM kernel[0]: Sandbox: sandboxd(311) deny mach-lookup com.apple.coresymbolicationd
    5/24/13 4:23:26.097 PM launchctl[317]: launchctl: Dubious permissions on file (skipping): /Library/LaunchAgents/com.adobe.AAM.Updater-1.0.plist
    5/24/13 4:23:26.791 PM quicklookd[282]: [QL] Can't get plugin bundle info at XTUM/ -- file://localhost/private/tmp/
    5/24/13 4:23:27.006 PM Delibar[251]: CoreAnimation: warning, deleted thread with uncommitted CATransaction; set CA_DEBUG_TRANSACTIONS=1 in environment to log backtraces.
    5/24/13 4:23:27.851 PM mdworker[171]: Unable to talk to lsboxd
    5/24/13 4:23:29.000 PM kernel[0]: fsevents: watcher dbfseventsd (pid: 322) - Using /dev/fsevents directly is unsupported.  Migrate to FSEventsFramework
    5/24/13 4:23:29.433 PM mdworker[174]: Unable to talk to lsboxd
    5/24/13 4:23:36.028 PM Finder[192]: [QL] Can't get plugin bundle info at XTUM/ -- file://localhost/
    5/24/13 4:23:38.110 PM MenuTab Pro for Facebook[347]: objc[347]: Class HandCursorButton is implemented in both /Applications/MenuTab Pro for Facebook.app/Contents/Frameworks/FIPLABNewsletter.framework/Versions/A/FIPLABNe wsletter and /Applications/MenuTab Pro for Facebook.app/Contents/MacOS/MenuTab Pro for Facebook. One of the two will be used. Which one is undefined.
    5/24/13 4:23:38.124 PM Tab for Google+ Pro[346]: objc[346]: Class HandCursorButton is implemented in both /Applications/Tab for Google+ Pro.app/Contents/Frameworks/FIPLABNewsletter.framework/Versions/A/FIPLABNewslet ter and /Applications/Tab for Google+ Pro.app/Contents/MacOS/Tab for Google+ Pro. One of the two will be used. Which one is undefined.
    5/24/13 4:23:38.486 PM com.apple.SecurityServer[25]: Session 100012 created
    5/24/13 4:23:39.707 PM Pin Pro for Pinterest[348]: objc[348]: Class HandCursorButton is implemented in both /Applications/Pin Pro for Pinterest.app/Contents/Frameworks/FIPLABNewsletter.framework/Versions/A/FIPLABN ewsletter and /Applications/Pin Pro for Pinterest.app/Contents/MacOS/Pin Pro for Pinterest. One of the two will be used. Which one is undefined.
    5/24/13 4:23:46.417 PM Mint QuickView[344]: Could not find image named 'accounts'.
    5/24/13 4:23:47.947 PM usernoted[197]: Connection does not have the proper entitlement (com.apple.developer.notificationcenter-identifiers) to connect on behalf of com.apple.sociald.twitterservice.Twitter. All communication will be denied.
    5/24/13 4:23:49.075 PM librariand[342]: MMe quota status changed: under quota
    5/24/13 4:24:06.102 PM Alfred 2[264]: [TIMER] 59.030677 seconds to initialise Alfred
    5/24/13 4:24:20.647 PM WindowServer[93]: CGXDisableUpdate: UI updates were forcibly disabled by application "Alfred 2" for over 1.00 seconds. Server has re-enabled them.
    5/24/13 4:24:20.781 PM WindowServer[93]: reenable_update_for_connection: UI updates were finally reenabled by application "Alfred 2" after 1.15 seconds (server forcibly re-enabled them after 1.00 seconds)
    5/24/13 4:24:32.998 PM prl_naptd[431]: Starting Parallels Network Daemon (proxy_mode)
    5/24/13 4:24:33.282 PM Parallels[451]: Set 'root:wheel' as owners for /Applications/Parallels Desktop.app/Contents//Library/Extensions/10.6
    5/24/13 4:24:33.591 PM Parallels[460]: Starting Parallels Dispatcher Service
    5/24/13 4:24:33.597 PM Parallels[464]: Parallels Dispatcher Service sucessfully started
    5/24/13 4:24:33.664 PM Parallels[467]: Loading kernel extension prl_usb_connect.kext
    5/24/13 4:24:35.496 PM Parallels[473]: Loading kernel extension prl_hypervisor.kext
    5/24/13 4:24:39.025 PM Parallels[482]: Loading kernel extension prl_hid_hook.kext
    5/24/13 4:24:39.000 PM kernel[0]: /drv/ HypVtx.c:186   CPU is Intel
    5/24/13 4:24:39.000 PM kernel[0]: /drv/ HypLowCache.c:201   Low cache initialized (0 kB for 0 VMs on 16384 MB)
    5/24/13 4:24:39.000 PM kernel[0]: /drv/ HypApic.c:253   Host APIC base_msr 0xFEE00800 ver 0x15
    5/24/13 4:24:39.000 PM kernel[0]: /drv/ HypVtd.c:3975   [vtdInit]
    5/24/13 4:24:39.000 PM kernel[0]: /drv/ MacACPI.cpp:40   ACPI table DMAR is not found
    5/24/13 4:24:39.000 PM kernel[0]: /drv/ HypAcpi.c:160   map: addr = 0xf0e0, size = 1024
    5/24/13 4:24:39.000 PM kernel[0]: /drv/ HypAcpi.c:111   [acpiScanForRsdp] RSDP NOT found!
    5/24/13 4:24:39.000 PM kernel[0]: /drv/ HypAcpi.c:111   [acpiScanForRsdp] RSDP NOT found!
    5/24/13 4:24:39.000 PM kernel[0]: /drv/ HypAcpi.c:213   [acpiFindRootTablePointer] Can't find RSDP!
    5/24/13 4:24:39.000 PM kernel[0]: /drv/ HypAcpi.c:309   [_acpiFindTableBySig] Not found root table!
    5/24/13 4:24:39.000 PM kernel[0]: /drv/ HypVtd.c:3720   [vtdProcessDmarTable] Can't find DMAR table!
    5/24/13 4:24:39.000 PM kernel[0]: /drv/ HypVtd.c:4014   [vtdInit] No VT-d hardware
    5/24/13 4:24:39.000 PM kernel[0]: /drv/ HypSMBios.c:54   Failed to find SMBios entry point
    5/24/13 4:24:39.000 PM kernel[0]: /drv/ HypModule.c:174   Parallels IPI vector 0x47 shared 0
    5/24/13 4:24:39.000 PM kernel[0]: /drv/ HypModule.c:185   Parallels Hypervisor 8.0.18483.860857 loaded.
    5/24/13 4:24:39.402 PM Parallels[488]: Loading kernel extension prl_netbridge.kext
    5/24/13 4:24:39.000 PM kernel[0]: /prl_hid/ Parallels HID Helper started.
    5/24/13 4:24:39.905 PM Parallels[494]: Loading kernel extension prl_vnic.kext
    5/24/13 4:24:40.000 PM kernel[0]: com.parallels.kext.prlnet 8.0.18483.860857 has started.
    5/24/13 4:24:40.666 PM Parallels[499]: Trying to load kernel extensions, exit status: 0
    5/24/13 4:24:40.000 PM kernel[0]: com.parallels.kext.vnic 8.0.18483.860857 has started.
    5/24/13 4:24:40.672 PM Parallels[502]: Starting Parallels networking...
    5/24/13 4:24:41.000 PM kernel[0]: com_parallels_kext_prl_vnic: created vnic0
    5/24/13 4:24:41.000 PM kernel[0]: com_parallels_kext_prl_vnic: created vnic1
    5/24/13 4:24:41.501 PM Parallels[509]: Parallels networking sucessfully started
    5/24/13 4:24:41.512 PM Parallels[511]: Restarting CiscoVPN
    5/24/13 4:24:41.565 PM SystemStarter[513]: Unknown service: CiscoVPN
    5/24/13 4:24:41.648 PM watchdog[525]: Start watching /Applications/Parallels Desktop.app/Contents//MacOS/prl_naptd (limit is 20)
    5/24/13 4:24:41.655 PM watchdog[531]: Start /Applications/Parallels Desktop.app/Contents//MacOS/prl_naptd start
    5/24/13 4:24:41.659 PM watchdog[533]: Child pid 532
    5/24/13 4:24:41.676 PM prl_naptd[532]: Starting Parallels Network Daemon
    5/24/13 4:24:41.758 PM prl_naptd[532]: vnic0: DHCP/NAT for XX.XXX.XX.1-10.XXX.XX.XXX netmask 255.255.255.0
    5/24/13 4:24:41.758 PM prl_naptd[532]: vnic1: DHCP for XX.XX.XXX.1-XX.XX.XXX.XXX netmask 255.255.255.0
    5/24/13 4:24:42.000 PM kernel[0]: vnic0: promiscuous mode enable failed
    5/24/13 4:24:42.000 PM kernel[0]: vnic1: promiscuous mode enable failed
    5/24/13 4:24:42.000 PM kernel[0]: /drv/ HypIoctls.c:608   Ioctl VT-d status: FFFFFFFD
    5/24/13 4:24:45.518 PM mDNSResponderHelper[536]: do_mDNSInterfaceAdvtIoctl: ioctl call SIOCGIFINFO_IN6 failed - error (22) Invalid argument
    5/24/13 4:24:45.518 PM mDNSResponderHelper[536]: do_mDNSInterfaceAdvtIoctl: ioctl call SIOCGIFINFO_IN6 failed - error (22) Invalid argument

    My apologies about the wall of text. After I made my original post, I thought maybe it would better to go back and put it in a pastebin instead. I was not able to edit that post once I sent it.
    In regards to your question, the  permissions on the
    /Library/LaunchAgents/com.adobe.AAM.Updater-1.0.plist file is "read and write" for system, wheel and everyone.

  • How to populate table in RFC

    How do I populate an abstractlist that is an input to an RFC?  I read the post by Bertram Ganz, but my generated classes look different.  I imported the RFC and the system generated the following:
    -zbapi_appraisal_create
      -zbapi_appraisal_create_input
        -appraisees (bapiappraisee)
          -bapiappraisee
            -fields...
        -output (zbapi_appraisal_create_output)
          -same as output node below
        -appraiser_id
        -rest of input parameters...
      -zbapi_appraisal_create_output
    ...etc.
    I have no problem setting the regular input parms, but how do I set the table?  I tried the following, but I get a ClassCastException on the call to setAppraisees().
    Zbapi_Appraisal_Create_Input input = new Zbapi_Appraisal_Create_Input();
    wdContext.nodeZbapi_Appraisal_Create().bind(input);
    input.setAppraisal_Model_Id(appraisalModelId);
    input.setStart_Date(startDate);
    input.setText(description);
    input.setCreation_Date(appraisalDate);
    input.setAppraiser_Id(appraiserId);
    //static values
    input.setPlan_Version("01");
    input.setAnonymous(true);
    input.setAppraiser_Type("P");
    input.setAppraiser_Plan_Version("01");
    //create appraisee
    <b>Bapiappraisee obj = new Bapiappraisee();
    obj.setPlan_Version("01");
    obj.setType("P");
    obj.setId(appraiseeId);
    obj.setName(appraiseeName);          
    List myList = input.getAppraisees();
    if (myList == null) myList = new ArrayList();
    myList.add(obj);
    input.setAppraisees((AbstractList)myList);</b>
    wdContext.currentZbapi_Appraisal_CreateElement().modelObject().execute();
    wdContext.nodeOutput().invalidate();
    Any input is greatly appreciated!!
    John<b></b>

    Please read a good manual prepared by Arun Bhat -
    <a href="https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/f3f93ee7-0c01-0010-2593-d7c28b5377c2">Adaptive RFC Troubleshooting Guide</a>
    WDDynamicRFCException most likely comes in the following cases:
    a) JCo is not setup properly
    b) Your function module does not exist in R/3 system referred by your JCo
    c) Your function module is not RFC enabled
    d) DD_DOMA_GET is not RFC enabled
    Also make sure you have got your cardinality settings for your model node in context controller proper.
    If you have used a template approach, just check your wdDoInit method of your custom/component controller for code similar to the following:
    wdContext.nodeBAPI_Input().bind(new BAPI_Input());
    If you have the above code and the code that you have just  pasted , just comment this code and try executing your application again.
    Regards,
    Subramanian V.
    Message was edited by: Subramanian Venkateswaran

  • Can Import But can not see table data ?

    Hi guru's,
    I am able to import tables , but unable to Viewdata in the table OBIEE showing the message TNS could not resolve connect identifier Specified ..
    I can connect to oracle databse through my Sql developer with same tnsnames.ora file parameters..
    Let me know if iam not clear !!
    thanks.

    hi user,
    This would solve your problem http://rnm1978.wordpress.com/2009/10/22/troubleshooting-obiee-and-ora-12154-tnscould-not-resolve-the-connect-identifier/
    hope answers your question.promptly award points.
    Cheers,
    KK

  • Weblogic  console  does not  display  health  data on the servers table

    Hello
    In  a  weblogic  10.3.5  domain deployed  across two Windows  servers  2008 R2  there  are  are  two  managed  servers   hosting  Oracle  business  intelligence   publisher, each managed server  run  in a  different Windows  server,   by  the console  if I  display the servers  i can  see in  the servers  table  Ok  in the health  column  for the  managed  server  running on the  windows  server that is  hosting the  console  but  there is no info  for the other managed  server  running in the  windows  server  not  hosting the console,
    I  have  been  unable to  figure out  what is  causing  this issue.....I am  able to connect  to  any managed  server  from any  windows  server  using  WLST,,,,
    Could let me know  how   i can  troubleshoot  this  issue, ....

    Hi there,
    This issue is often experience when you enable SSL on the admin server or
    have changed the listen address/port.
    Check your managed servers log files and admin server urn in the
    startManagedWeblogic script.
    Cheers,
    A.
    On Tuesday, April 7, 2015, community-admin <

  • Table does not refresh after database level action

    We have defined an Advanced table on a VO to represent invoice lines. The VO is referenced by a VL from the invoice header.
    At one point during our process, a database level package is executed on the current lines. We have a "Requery" button to refresh the lines, however, the lines do not refresh unless we exit the invoice entirely and come back to it via the VL.
    How can we refresh the lines on a current table after a database level transaction occurs?
    Thanks, Jerry.
    Our AM code is as follows...
    // handleRefreshInvoiceLines( )
    public void handleRefreshInvoiceLines()
    OAViewObject vo = (OAViewObject)getInvoiceLinesVO1( );
    if( !vo.isPreparedForExecution( ) )
    getTransaction( ).validate();
    vo.executeQuery( );
    clearVOCaches( "InvoiceLinesEO", true ); // troubleshooting
    } // handleRefreshInvoiceLines()

    Thank you. I've moved clearCache around a bit. apparently vo.isPreparedForExecution() is false. I wonder why?
    --Jerry.                                                                                                                                                                                                                                                   

Maybe you are looking for

  • Bank Charges on outgoing payment

    Currently using SAP 8.8 PL 14 Question: On outgoing payments through Bank or RTGS there is some charges deduct by bank on these services. presently these charges are not showing in bank books. we are punching service entries extra for bank charges. i

  • Schedule SSIS packages as job in SQL Server Agent errors

    Hi, I am using SQL Server 2008 R2 and created few SSIS packages and schedule them using SQL Server Agent and every time I try to schedule packages via SQL Server Agent my jobs keep failing. I am using domain/ione as the owner and when I invoke the jo

  • Mail for Exchange already in use error when sendin...

    We have a number of Nokia E50-1 on Vodafone network which we are using Mail for Exchange 2.5.3 (mfe) to sync emails with a microsoft Small Business Server 2003 (SBS2003). When we try to reply or send a new email from the E50 we get the error "Mail fo

  • Daylight() Function in Oracle

    Hi All, Can someone help me how to capture the last Sunday of the month in a date or if possible, or can you help me with Daylight() function or if one is available in 9i DB as I am new to 9i DB or its new features. Is there a function available in 9

  • PDF in Japanese language not appearing after SAP upgrade

    Hi, When a P.O. is generated and when user clicks on Print Preview a PDF file will be generated and sent to the Vendor in Japanese Language, It was working fine now some SAP upgrades has  been done last week, Now nothing appears in the PDF P.O. gener