Warning messages in mapping deployment window

Hi all,
After deploying a mapping I got several warning messages but have no clues as to what and where they are referring to. Example of a warning message that I got:
ORA-06550: line 32250, column 11:
PL/SQL: SQL Statement ignored
Do anyone of you know where the line 32250 and column 11 is exactly referring to? I need to see the code in order to know wat's the error. Do I refer to the script in the Script tab? But it seems to refer to nowhere if that is the case...

Sutirtha Roy wrote:
Hi ,
The line numbers in the error messages are usually offset from the start of the package body, but the generated code listing has the package spec and body. So for example you got this one:
LINE 671 ,COLUMN 12:
PL/SQL: ORA-00942: table or view does not exist
So you want to find package body line 671. So inside the generated code viewer, find the text "CREATE OR REPLACE PACKAGE BODY". Note the line number where that occurs, then add it to 671, that should be your actual line number.
Thanks,
SutirthaThanks Sutirtha,
I finally made sense of where the warning messages were referring to. But I could not understand why some of these messages were produced. The scenario is like this.
I added a unique key constraint on the attribute suppcode in the supplierwh table, and for all instances of this supplierwh table in my mapping where the loading type is "Update", I set the loading properties for both "match column when updating" and "match column when deleting" to No. Validation has got no errors but upon deployment warning messages were produced. Half of these warning messages were of this type:
Warning
ORA-06550: line 2449, column 41:
PL/SQL: ORA-00936: missing expression
Upon checking where these similar type of warning messages were referring to, all of them were pointing to codes something like below:
"MERGE_SUBQUERY"
ON (
*"T_SUPPLIERWH_T1UPDATE"."SUPPCODE" = AND*
"T_SUPPLIERWH_T1UPDATE"."SUPPKEY" = "MERGE_SUBQUERY"."SUPPKEY_1"
I believe the error codes are the ones in bold because there is nothing after the = sign. But I do not understand why this is so. Can anyone help?
Edit: I think I found the reason to this. Is it because of the "match by constraint" attribute? What does this attribute do when set to "All constraints"?
Edited by: user8915380 on 29-Apr-2010 01:38

Similar Messages

  • Warning message in 'Writeback Report'

    Hi,
    I have to enable writeback on a report and to prompt a warning message to user before submitting the changes.
    I am fine with enabling the writeback on the report and update the changes through writeback XML.
    But, I am not sure of this 'Warning Message' in a separate window as prompt to confirm the changes made by user before submitting.
    Can somebody please help me if you have implemented this?
    Thanks,
    Viswanath

    Dear Madhu,
    You are not using LS_HEADER statically that you have defined in the program. You will get a warning message since you have defined a field that you have not referenced statically.
    Are you using this field dynamically? You can delete/comment the code if you are not using it statically and dynamically.
    Moved the thread ABAP forum. Post your queries in relevant forums to get efficient answers.
    Regards,
    Naveen

  • GUI warning messages

    I ran a java graphic interface (developed under Sun platform)using java runtime environment versiion 1.4.0 with no runtime error, but when I ran the GUI under 1.4.1 version I got the following warning messages:
    Name: HorScrollBar
    Class: XmScrollBar
    The specified scrollbar value is greater than the maximum
    scrollbar value minus the scrollbar slider size.
    Could someone explain the warning and what the solution could be.

    This is a warning message from the X windows system. As far as I've every read or heard, it can be safely ignored.

  • Windows 7 computers show a Valid Trust Anchor warning message when connecting to corporate wireless

    We are currently using EAP-TLS  Microsoft:Smart Card or certificates" as the Authentication Method on our Radius/NPS server for authenticating domain laptops to be enable to connect to corporate wireless network. 
    We have a Windows 2003 Root& Issuing CA which has published computer certificates to all the domain laptops/workstations. We have also setup a parallel PKI ( Root and Issuing CA) setup on Windows 2012 OS in the same domain. 
    This Windows 2012 ISsuing CA has also deployed computer certificates to a cpl of testing domain workstations.  So the end result, each of these testing workstations has  2 computer certificates in its PERSONAL Store for client/server auth  (1)
    One issued by the Windows 2003 CA (2) Other cert issued by the Windows 2012 CA.
    We are noticing that windows 7 laptops are throwing a warning message similar to as shown below . I have verified that the ROOT certificate coming from both the CA's described above,  is present in the ROOT TRUSTED CERTIFICATION AUTH Store on each of these
    Windows 7 laptops.   Surprisingly, we don't get this same warning on Windows 8 or 8.1 laptops. 
    Also, if i hit the CONNECT button, i am able to connect to the wireless,
    but then i don't see the "Security " Tab anymore under properties of the wireless profile (SSID).   I found on some forums to click on the Security Tab and further click on "SETTINGS" and check if the ROOT CA cert is present
    in the Trusted Root Certification Authorities” list, .  I dont get  these options anymore after connecting.
      These options do show up on Windows 8 machines after connecting.

    in the wireless connection properties, in the dialog authentication properties you need to select root CAs which are eligible to issue RADIUS server certificates:
    Vadims Podāns, aka PowerShell CryptoGuy
    My weblog: en-us.sysadmins.lv
    PowerShell PKI Module: pspki.codeplex.com
    PowerShell Cmdlet Help Editor pscmdlethelpeditor.codeplex.com
    Check out new: SSL Certificate Verifier
    Check out new:
    PowerShell File Checksum Integrity Verifier tool.

  • I tunes won't open. No warning message, just the first terms agreement opens and when i agree itunes stopes running. I just wiped and reinstalled everything including windows. I updated everything fully. Deleted spybot unintalled and reintalled new

    I tunes won't open. No warning message, just the first terms agreement opens and when i agree itunes stopes running. I just wiped and reinstalled everything including windows. I updated everything fully. Deleted spybot unintalled and reintalled the newest and one older version of itunes. still nothing. I tried to delete some files that is hidden as directed by apple. I have been trading emails with customer support but it has been no help at all. I am running Windows XP. Before i wiped my computer I ran itunes with no problem, on this computer, this week.

    WOOOOOOOOOOOO!!!! JUST WANTED TO UPDATE Y'ALL THAT BY SOME STROKE OF HEAVENLY GLORY, ITUNES DECIDED TO WORK AGAIN!!!
    WOOOOOOOOOOOOOO!!!
    How did I do it you ask??
    after all the stuff I updated you about, I tried one last time to install....still didn't work...so once again I wiped my system of everything itunes and apple related
    well today I was trying to watch a video that required me to get the quicktime plug in, and it too me to a page that was a quicktime install + itunes 7.blah blah blah instead of the other way around
    well, don't ask me why, but low and behold
    IT WORKS!!!!
    I HAVE MY ITUNES BACK!!! (JUMPS FOR JOY)
    Just wanted to share my shear elation

  • Setting warning message in a Window

    Hello Friends
    I have made an Applet. In this applet I open a window. The window comes with a warning message. I want to know how to set Warning Message of my own in a window.
    If this is possible then please help me in doing this.

    Its urgent

  • Windows Fabric Warning messages and node failure

    Hi ,
    We have a service bus farm with 3 servers and sql installed in separate alwaysOn Instance.
    we are seeing some warning messages in Event Viewer:
    failed to send message Activate to node d917cb318cf36c4ce0867df57f2b57:130630848896673695 with error MessageHandlerDoesNotExistFault
    GetActivationContextAsyncOperation called for invalid HostType NonActivated
    Failed to update down node d917cb318cf36c4ce0867df57f2b57:130630848896673695: NoWriteQuorum
    6db0d54b0361b018fa1f1e939ae98:130661086276070299 failed to process ChangeNotificationMessage full:100000004 d198518aa4afbdced0ae254d6e0866:130630848890604274 d917cb318cf36c4ce0867df57f2b57:130630848896673695.
    Few more.
    Same time, we have seen that our wcf services wriiten to read/Write into queues of services bus throwing exception for Service Bus connection and it appears for small time. It is random in nature.
    Can someone help with reason for these warning and how to fix these.
    Regards,
    Kunal

    Here is the error that I get from services side:
    2015-01-19 03:39:53 - FATAL - OrderImportWorker - CurrentDomainOnUnhandledException - Unable to connect to Service Bus using HTTP connectivity mode.
    Microsoft.ServiceBus.Messaging.MessagingCommunicationException: Unable to connect to Service Bus using HTTP connectivity mode. ---> System.ServiceModel.CommunicationException: Unable to connect to Service Bus using HTTP connectivity mode. ---> System.ServiceModel.CommunicationException:
    Unable to connect to factory endpoint. -- Response:<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN""http://www.w3.org/TR/html4/strict.dtd">
    <HTML><HEAD><TITLE>Service Unavailable</TITLE>
    <META HTTP-EQUIV="Content-Type" Content="text/html; charset=us-ascii"></HEAD>
    <BODY><h2>Service Unavailable</h2>
    <hr><p>HTTP Error 503. The service is unavailable.</p>
    </BODY></HTML>
     ---> System.Net.WebException: The remote server returned an error: (503) Server Unavailable.
       at System.Net.HttpWebRequest.GetResponse()
       at Microsoft.ServiceBus.WebStream.CreateSession(Uri& endpointLocation1, Uri& endpointLocation2)
       --- End of inner exception stack trace ---
       at Microsoft.ServiceBus.WebStream.CreateSession(Uri& endpointLocation1, Uri& endpointLocation2)
       at Microsoft.ServiceBus.WebStream.Connect()
       at Microsoft.ServiceBus.WebStream.Open()
       --- End of inner exception stack trace ---
    Regards,
    Kunal

  • Warning message when starting Weblogic BPM server in SOA Suite 11G

    Hi There,
    I understand that most of the warning message we can ignore it but why at first the warning is generated? Anyone can delighted me for this warnings, I don't want this to be show in production mode because of the production policy from most of the clients.
    Below are some of the warning message that shows in my Weblogic with BPM.
    <Warning> <Connector> <server1> <BPM_MS1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<anonymous>> <> <> <1367486532106> <BEA-190110> <Resource Adapter is calling BootstrapContext.createTimer() and allocating a Timer Thread that is not managed by WebLogic Server. This may adversely impact the performance/operation of WebLogic Server.>
    <Warning> <EJB> <server1> <BPM_MS1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1367486566020> <BEA-012035> <The Remote interface method: 'public abstract void oracle.bpm.analytics.measurement.metadata.IMeasurementMetadataService.load(oracle.fabric.composite.model.ComponentModel)' in EJB 'MeasurementMetadataService' contains a parameter of type: 'oracle.fabric.composite.model.ComponentModel' which is not Serializable. Though the EJB 'MeasurementMetadataService' has call-by-reference set to false, this parameter is not Serializable and hence will be passed by reference. A parameter can be passed using call-by-value only if the parameter type is Serializable.>
    <Warning> <EJB> <server1> <BPM_MS1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1367486566036> <BEA-012035> <The Remote interface method: 'public abstract void oracle.bpm.analytics.measurement.metadata.IMeasurementMetadataService.unload(oracle.fabric.composite.model.ComponentModel)' in EJB 'MeasurementMetadataService' contains a parameter of type: 'oracle.fabric.composite.model.ComponentModel' which is not Serializable. Though the EJB 'MeasurementMetadataService' has call-by-reference set to false, this parameter is not Serializable and hence will be passed by reference. A parameter can be passed using call-by-value only if the parameter type is Serializable.>
    <Warning> <EJB> <server1> <BPM_MS1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1367486567018> <BEA-010001> <While deploying EJB 'FacadeFinderBean', class oracle.soa.management.internal.ejb.FacadeFinderBean was loaded from the system classpath. As a result, this class cannot be reloaded while the server is running. To prevent this behavior in the future, make sure the class is not located in the server classpath.>
    <Warning> <EJB> <server1> <BPM_MS1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1367486567034> <BEA-010001> <While deploying EJB 'SOATestBean', class oracle.soa.management.internal.ejb.SOATestBean was loaded from the system classpath. As a result, this class cannot be reloaded while the server is running. To prevent this behavior in the future, make sure the class is not located in the server classpath.>
    <Warning> <EJB> <server1> <BPM_MS1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1367486567720> <BEA-010001> <While deploying EJB 'SOAServiceInvokerEJB', class oracle.integration.platform.blocks.sdox.ejb.SOAServiceInvokerEJB was loaded from the system classpath. As a result, this class cannot be reloaded while the server is running. To prevent this behavior in the future, make sure the class is not located in the server classpath.>
    <Warning> <EJB> <server1> <BPM_MS1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1367486567720> <BEA-010001> <While deploying EJB 'SOAServiceInvokerEJB', class oracle.integration.platform.blocks.sdox.ejb.api.SOAServiceInvokerBean was loaded from the system classpath. As a result, this class cannot be reloaded while the server is running. To prevent this behavior in the future, make sure the class is not located in the server classpath.>
    <Warning> <EJB> <server1> <BPM_MS1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1367486567720> <BEA-010001> <While deploying EJB 'SOAServiceInvokerEJB', class oracle.integration.platform.blocks.sdox.ejb.SOAServiceInvokerEJB was loaded from the system classpath. As a result, this class cannot be reloaded while the server is running. To prevent this behavior in the future, make sure the class is not located in the server classpath.>
    <Warning> <EJB> <server1> <BPM_MS1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1367486567720> <BEA-010001> <While deploying EJB 'SOAServiceInvokerEJB', class oracle.integration.platform.blocks.sdox.ejb.api.SOAServiceInvokerBean was loaded from the system classpath. As a result, this class cannot be reloaded while the server is running. To prevent this behavior in the future, make sure the class is not located in the server classpath.>
    <Warning> <EJB> <server1> <BPM_MS1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1367486567720> <BEA-010001> <While deploying EJB 'CompositeMetadataServiceBean', class oracle.integration.platform.blocks.cmds.CompositeMetadataServiceBean was loaded from the system classpath. As a result, this class cannot be reloaded while the server is running. To prevent this behavior in the future, make sure the class is not located in the server classpath.>
    <Warning> <EJB> <server1> <BPM_MS1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1367486567720> <BEA-010001> <While deploying EJB 'CompositeMetadataServiceBean', class oracle.integration.platform.blocks.cmds.CompositeMetadataServiceEx was loaded from the system classpath. As a result, this class cannot be reloaded while the server is running. To prevent this behavior in the future, make sure the class is not located in the server classpath.>
    <Warning> <EJB> <server1> <BPM_MS1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1367486567720> <BEA-010001> <While deploying EJB 'SOADirectInvokerBean', class oracle.integration.platform.blocks.direct.SOADirectInvokerBean was loaded from the system classpath. As a result, this class cannot be reloaded while the server is running. To prevent this behavior in the future, make sure the class is not located in the server classpath.>
    <Warning> <EJB> <server1> <BPM_MS1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1367486567720> <BEA-010001> <While deploying EJB 'SOADirectInvokerBean', class oracle.integration.platform.blocks.direct.Invoker was loaded from the system classpath. As a result, this class cannot be reloaded while the server is running. To prevent this behavior in the future, make sure the class is not located in the server classpath.>
    <Warning> <EJB> <server1> <BPM_MS1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1367486567736> <BEA-010001> <While deploying EJB 'ContextAwareBean', class oracle.integration.platform.ejb.ContextAware was loaded from the system classpath. As a result, this class cannot be reloaded while the server is running. To prevent this behavior in the future, make sure the class is not located in the server classpath.>
    <Warning> <EJB> <server1> <BPM_MS1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1367486569358> <BEA-015036> <In the EJB MessageDispatcherBean(Application: soa-infra, EJBComponent: sdpmessagingclient-ejb.jar), the value for the activation config property 'connectionFactoryJNDIName' will be ignored since it is overridden with the value 'OraSDPM/QueueConnectionFactory';>
    <Warning> <EJB> <server1> <BPM_MS1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1367486569499> <BEA-010001> <While deploying EJB 'B2BStarterBeanWLS', class oracle.tip.b2b.j2ee.ejb.interfaces.IB2BStarterHome was loaded from the system classpath. As a result, this class cannot be reloaded while the server is running. To prevent this behavior in the future, make sure the class is not located in the server classpath.>
    <Warning> <EJB> <server1> <BPM_MS1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1367486569514> <BEA-010001> <While deploying EJB 'B2BStarterBeanWLS', class oracle.tip.b2b.j2ee.ejb.interfaces.IB2BStarter was loaded from the system classpath. As a result, this class cannot be reloaded while the server is running. To prevent this behavior in the future, make sure the class is not located in the server classpath.>
    <Warning> <EJB> <server1> <BPM_MS1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1367486569514> <BEA-010001> <While deploying EJB 'B2BStarterBeanWLS', class oracle.tip.b2b.j2ee.ejb.interfaces.IB2BStarterLocalHome was loaded from the system classpath. As a result, this class cannot be reloaded while the server is running. To prevent this behavior in the future, make sure the class is not located in the server classpath.>
    <Warning> <EJB> <server1> <BPM_MS1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1367486569514> <BEA-010001> <While deploying EJB 'B2BStarterBeanWLS', class oracle.tip.b2b.j2ee.ejb.interfaces.IB2BStarterLocal was loaded from the system classpath. As a result, this class cannot be reloaded while the server is running. To prevent this behavior in the future, make sure the class is not located in the server classpath.>
    <Warning> <EJB> <server1> <BPM_MS1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1367486569514> <BEA-010001> <While deploying EJB 'oracle.tip.b2b.test.runtime.ServerTestBean', class oracle.tip.b2b.test.runtime.ServerTestBean was loaded from the system classpath. As a result, this class cannot be reloaded while the server is running. To prevent this behavior in the future, make sure the class is not located in the server classpath.>
    <Warning> <EJB> <server1> <BPM_MS1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1367486569530> <BEA-010001> <While deploying EJB 'oracle.tip.b2b.test.runtime.ServerTestBean', class oracle.tip.b2b.test.runtime.ServerTestHome was loaded from the system classpath. As a result, this class cannot be reloaded while the server is running. To prevent this behavior in the future, make sure the class is not located in the server classpath.>
    <Warning> <EJB> <server1> <BPM_MS1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1367486569530> <BEA-010001> <While deploying EJB 'oracle.tip.b2b.test.runtime.ServerTestBean', class oracle.tip.b2b.test.runtime.ServerTest was loaded from the system classpath. As a result, this class cannot be reloaded while the server is running. To prevent this behavior in the future, make sure the class is not located in the server classpath.>
    <Warning> <EJB> <server1> <BPM_MS1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1367486569530> <BEA-010001> <While deploying EJB 'B2BUtilityBean', class oracle.tip.b2b.j2ee.ejb.interfaces.IB2BUtilityHome was loaded from the system classpath. As a result, this class cannot be reloaded while the server is running. To prevent this behavior in the future, make sure the class is not located in the server classpath.>
    <Warning> <EJB> <server1> <BPM_MS1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1367486569546> <BEA-010001> <While deploying EJB 'B2BUtilityBean', class oracle.tip.b2b.j2ee.ejb.interfaces.IB2BUtility was loaded from the system classpath. As a result, this class cannot be reloaded while the server is running. To prevent this behavior in the future, make sure the class is not located in the server classpath.>
    <Warning> <EJB> <server1> <BPM_MS1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1367486569546> <BEA-010001> <While deploying EJB 'B2BUtilityBean', class oracle.tip.b2b.j2ee.ejb.interfaces.IB2BUtilityLocalHome was loaded from the system classpath. As a result, this class cannot be reloaded while the server is running. To prevent this behavior in the future, make sure the class is not located in the server classpath.>
    <Warning> <EJB> <server1> <BPM_MS1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1367486569546> <BEA-010001> <While deploying EJB 'B2BUtilityBean', class oracle.tip.b2b.j2ee.ejb.interfaces.IB2BUtilityLocal was loaded from the system classpath. As a result, this class cannot be reloaded while the server is running. To prevent this behavior in the future, make sure the class is not located in the server classpath.>
    <Warning> <J2EE> <server1> <BPM_MS1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<anonymous>> <> <> <1367486592774> <BEA-160195> <The application version lifecycle event listener oracle.security.jps.wls.listeners.JpsAppVersionLifecycleListener is ignored because the application BPMComposer is not versioned.>
    <Warning> <WorkManager> <server1> <BPM_MS1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1367486651383> <BEA-002919> <Unable to find a WorkManager with name wm/B2BWorkManager. Dispatch policy wm/B2BWorkManager will map to the default WorkManager for the application soa-infra>
    <Warning> <WorkManager> <server1> <BPM_MS1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1367486651383> <BEA-002919> <Unable to find a WorkManager with name wm/B2BWorkManager. Dispatch policy wm/B2BWorkManager will map to the default WorkManager for the application soa-infra>

    Hi There,
    I understand that most of the warning message we can ignore it but why at first the warning is generated? Anyone can delighted me for this warnings, I don't want this to be show in production mode because of the production policy from most of the clients.
    Below are some of the warning message that shows in my Weblogic with BPM.
    <Warning> <Connector> <server1> <BPM_MS1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<anonymous>> <> <> <1367486532106> <BEA-190110> <Resource Adapter is calling BootstrapContext.createTimer() and allocating a Timer Thread that is not managed by WebLogic Server. This may adversely impact the performance/operation of WebLogic Server.>
    <Warning> <EJB> <server1> <BPM_MS1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1367486566020> <BEA-012035> <The Remote interface method: 'public abstract void oracle.bpm.analytics.measurement.metadata.IMeasurementMetadataService.load(oracle.fabric.composite.model.ComponentModel)' in EJB 'MeasurementMetadataService' contains a parameter of type: 'oracle.fabric.composite.model.ComponentModel' which is not Serializable. Though the EJB 'MeasurementMetadataService' has call-by-reference set to false, this parameter is not Serializable and hence will be passed by reference. A parameter can be passed using call-by-value only if the parameter type is Serializable.>
    <Warning> <EJB> <server1> <BPM_MS1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1367486566036> <BEA-012035> <The Remote interface method: 'public abstract void oracle.bpm.analytics.measurement.metadata.IMeasurementMetadataService.unload(oracle.fabric.composite.model.ComponentModel)' in EJB 'MeasurementMetadataService' contains a parameter of type: 'oracle.fabric.composite.model.ComponentModel' which is not Serializable. Though the EJB 'MeasurementMetadataService' has call-by-reference set to false, this parameter is not Serializable and hence will be passed by reference. A parameter can be passed using call-by-value only if the parameter type is Serializable.>
    <Warning> <EJB> <server1> <BPM_MS1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1367486567018> <BEA-010001> <While deploying EJB 'FacadeFinderBean', class oracle.soa.management.internal.ejb.FacadeFinderBean was loaded from the system classpath. As a result, this class cannot be reloaded while the server is running. To prevent this behavior in the future, make sure the class is not located in the server classpath.>
    <Warning> <EJB> <server1> <BPM_MS1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1367486567034> <BEA-010001> <While deploying EJB 'SOATestBean', class oracle.soa.management.internal.ejb.SOATestBean was loaded from the system classpath. As a result, this class cannot be reloaded while the server is running. To prevent this behavior in the future, make sure the class is not located in the server classpath.>
    <Warning> <EJB> <server1> <BPM_MS1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1367486567720> <BEA-010001> <While deploying EJB 'SOAServiceInvokerEJB', class oracle.integration.platform.blocks.sdox.ejb.SOAServiceInvokerEJB was loaded from the system classpath. As a result, this class cannot be reloaded while the server is running. To prevent this behavior in the future, make sure the class is not located in the server classpath.>
    <Warning> <EJB> <server1> <BPM_MS1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1367486567720> <BEA-010001> <While deploying EJB 'SOAServiceInvokerEJB', class oracle.integration.platform.blocks.sdox.ejb.api.SOAServiceInvokerBean was loaded from the system classpath. As a result, this class cannot be reloaded while the server is running. To prevent this behavior in the future, make sure the class is not located in the server classpath.>
    <Warning> <EJB> <server1> <BPM_MS1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1367486567720> <BEA-010001> <While deploying EJB 'SOAServiceInvokerEJB', class oracle.integration.platform.blocks.sdox.ejb.SOAServiceInvokerEJB was loaded from the system classpath. As a result, this class cannot be reloaded while the server is running. To prevent this behavior in the future, make sure the class is not located in the server classpath.>
    <Warning> <EJB> <server1> <BPM_MS1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1367486567720> <BEA-010001> <While deploying EJB 'SOAServiceInvokerEJB', class oracle.integration.platform.blocks.sdox.ejb.api.SOAServiceInvokerBean was loaded from the system classpath. As a result, this class cannot be reloaded while the server is running. To prevent this behavior in the future, make sure the class is not located in the server classpath.>
    <Warning> <EJB> <server1> <BPM_MS1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1367486567720> <BEA-010001> <While deploying EJB 'CompositeMetadataServiceBean', class oracle.integration.platform.blocks.cmds.CompositeMetadataServiceBean was loaded from the system classpath. As a result, this class cannot be reloaded while the server is running. To prevent this behavior in the future, make sure the class is not located in the server classpath.>
    <Warning> <EJB> <server1> <BPM_MS1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1367486567720> <BEA-010001> <While deploying EJB 'CompositeMetadataServiceBean', class oracle.integration.platform.blocks.cmds.CompositeMetadataServiceEx was loaded from the system classpath. As a result, this class cannot be reloaded while the server is running. To prevent this behavior in the future, make sure the class is not located in the server classpath.>
    <Warning> <EJB> <server1> <BPM_MS1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1367486567720> <BEA-010001> <While deploying EJB 'SOADirectInvokerBean', class oracle.integration.platform.blocks.direct.SOADirectInvokerBean was loaded from the system classpath. As a result, this class cannot be reloaded while the server is running. To prevent this behavior in the future, make sure the class is not located in the server classpath.>
    <Warning> <EJB> <server1> <BPM_MS1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1367486567720> <BEA-010001> <While deploying EJB 'SOADirectInvokerBean', class oracle.integration.platform.blocks.direct.Invoker was loaded from the system classpath. As a result, this class cannot be reloaded while the server is running. To prevent this behavior in the future, make sure the class is not located in the server classpath.>
    <Warning> <EJB> <server1> <BPM_MS1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1367486567736> <BEA-010001> <While deploying EJB 'ContextAwareBean', class oracle.integration.platform.ejb.ContextAware was loaded from the system classpath. As a result, this class cannot be reloaded while the server is running. To prevent this behavior in the future, make sure the class is not located in the server classpath.>
    <Warning> <EJB> <server1> <BPM_MS1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1367486569358> <BEA-015036> <In the EJB MessageDispatcherBean(Application: soa-infra, EJBComponent: sdpmessagingclient-ejb.jar), the value for the activation config property 'connectionFactoryJNDIName' will be ignored since it is overridden with the value 'OraSDPM/QueueConnectionFactory';>
    <Warning> <EJB> <server1> <BPM_MS1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1367486569499> <BEA-010001> <While deploying EJB 'B2BStarterBeanWLS', class oracle.tip.b2b.j2ee.ejb.interfaces.IB2BStarterHome was loaded from the system classpath. As a result, this class cannot be reloaded while the server is running. To prevent this behavior in the future, make sure the class is not located in the server classpath.>
    <Warning> <EJB> <server1> <BPM_MS1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1367486569514> <BEA-010001> <While deploying EJB 'B2BStarterBeanWLS', class oracle.tip.b2b.j2ee.ejb.interfaces.IB2BStarter was loaded from the system classpath. As a result, this class cannot be reloaded while the server is running. To prevent this behavior in the future, make sure the class is not located in the server classpath.>
    <Warning> <EJB> <server1> <BPM_MS1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1367486569514> <BEA-010001> <While deploying EJB 'B2BStarterBeanWLS', class oracle.tip.b2b.j2ee.ejb.interfaces.IB2BStarterLocalHome was loaded from the system classpath. As a result, this class cannot be reloaded while the server is running. To prevent this behavior in the future, make sure the class is not located in the server classpath.>
    <Warning> <EJB> <server1> <BPM_MS1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1367486569514> <BEA-010001> <While deploying EJB 'B2BStarterBeanWLS', class oracle.tip.b2b.j2ee.ejb.interfaces.IB2BStarterLocal was loaded from the system classpath. As a result, this class cannot be reloaded while the server is running. To prevent this behavior in the future, make sure the class is not located in the server classpath.>
    <Warning> <EJB> <server1> <BPM_MS1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1367486569514> <BEA-010001> <While deploying EJB 'oracle.tip.b2b.test.runtime.ServerTestBean', class oracle.tip.b2b.test.runtime.ServerTestBean was loaded from the system classpath. As a result, this class cannot be reloaded while the server is running. To prevent this behavior in the future, make sure the class is not located in the server classpath.>
    <Warning> <EJB> <server1> <BPM_MS1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1367486569530> <BEA-010001> <While deploying EJB 'oracle.tip.b2b.test.runtime.ServerTestBean', class oracle.tip.b2b.test.runtime.ServerTestHome was loaded from the system classpath. As a result, this class cannot be reloaded while the server is running. To prevent this behavior in the future, make sure the class is not located in the server classpath.>
    <Warning> <EJB> <server1> <BPM_MS1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1367486569530> <BEA-010001> <While deploying EJB 'oracle.tip.b2b.test.runtime.ServerTestBean', class oracle.tip.b2b.test.runtime.ServerTest was loaded from the system classpath. As a result, this class cannot be reloaded while the server is running. To prevent this behavior in the future, make sure the class is not located in the server classpath.>
    <Warning> <EJB> <server1> <BPM_MS1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1367486569530> <BEA-010001> <While deploying EJB 'B2BUtilityBean', class oracle.tip.b2b.j2ee.ejb.interfaces.IB2BUtilityHome was loaded from the system classpath. As a result, this class cannot be reloaded while the server is running. To prevent this behavior in the future, make sure the class is not located in the server classpath.>
    <Warning> <EJB> <server1> <BPM_MS1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1367486569546> <BEA-010001> <While deploying EJB 'B2BUtilityBean', class oracle.tip.b2b.j2ee.ejb.interfaces.IB2BUtility was loaded from the system classpath. As a result, this class cannot be reloaded while the server is running. To prevent this behavior in the future, make sure the class is not located in the server classpath.>
    <Warning> <EJB> <server1> <BPM_MS1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1367486569546> <BEA-010001> <While deploying EJB 'B2BUtilityBean', class oracle.tip.b2b.j2ee.ejb.interfaces.IB2BUtilityLocalHome was loaded from the system classpath. As a result, this class cannot be reloaded while the server is running. To prevent this behavior in the future, make sure the class is not located in the server classpath.>
    <Warning> <EJB> <server1> <BPM_MS1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1367486569546> <BEA-010001> <While deploying EJB 'B2BUtilityBean', class oracle.tip.b2b.j2ee.ejb.interfaces.IB2BUtilityLocal was loaded from the system classpath. As a result, this class cannot be reloaded while the server is running. To prevent this behavior in the future, make sure the class is not located in the server classpath.>
    <Warning> <J2EE> <server1> <BPM_MS1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<anonymous>> <> <> <1367486592774> <BEA-160195> <The application version lifecycle event listener oracle.security.jps.wls.listeners.JpsAppVersionLifecycleListener is ignored because the application BPMComposer is not versioned.>
    <Warning> <WorkManager> <server1> <BPM_MS1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1367486651383> <BEA-002919> <Unable to find a WorkManager with name wm/B2BWorkManager. Dispatch policy wm/B2BWorkManager will map to the default WorkManager for the application soa-infra>
    <Warning> <WorkManager> <server1> <BPM_MS1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1367486651383> <BEA-002919> <Unable to find a WorkManager with name wm/B2BWorkManager. Dispatch policy wm/B2BWorkManager will map to the default WorkManager for the application soa-infra>

  • AnyConnect VPN Warning Message

    Hi
    I have setup AnyConnect VPN and all works fine apart from the warning messages appearing about the server being Untrusted.
    I am not too good with certificates so any help will be much appreciated. When I open anyconnect client and click connect, the warning appears then so I click continue anyway to carry on. Then after entering username//password the warning appears a second time and again i click continue and carry on.
    We had a wildcard certificate so I installed in on the asa in the CA certificates section, Now the 2nd warning has gone but the first one still appears. 
    Any ideas??? 
    Thanks

    You can simply accept the self-signed certificate the first time you are presented with that message and direct AnyConnect to always trust such certificates.
    If you don't want to do that, you need to make your clients automatically trust this certificate from your ASA. You can do that several ways. You mentioned using a 3rd party vendor - that ends up being the method of using a vendor in the trusted root Certificate Authority (CA) list. If you don't use one of the 3rd party ones, you will need to push out the trust via some software deployment method - e.g. a GPO for Windows clients in a managed AD setup or via pre-deploying with yet another 3rd party tool like LANdesk.
    If you don't have an internal CA or AD-managed infrastructure for your clients then just telling users to click "always trust" is the path of least resistance (although the least secure).

  • OWB 10.2.0.5 Mapping deploy problem

    Hi all,
    I have problems deploying mappings in this particular scenario:
    Loading from subscriber views that were created when setting up change data capture in the database named WAREHOUSE under the CDC_STG_PUB schema, I designed the mapping to apply the changes to tables in the same database but under the ADMIN1 schema. But when I tried to deploy this mapping, several warning messages were delivered complaining of target table/view not exist. I have checked that the target table did exists in the ADMIN1 schema so am not sure what went wrong.
    Previously, I already deploy the same mapping but with the target table, sequences, dimensions all in the CDC_STG_PUB schema and no problems occured. BUt upon changing the deployment location of all these objects, despite deploying all these objects first into the ADMIN1 schema successfully, deployment of the mapping gives me warning messages.
    In actual fact, I am trying to do a deployment to another different location but it seems that there are problems with doing so. Anyone has any solutions?
    Update: I tried a very simple mapping of loading to a target table that is in another schema called ADMIN1 rather than the schema the owb module is configured to deploy to and it fails with similar warning messages as above. Is there anyway of deploying to tables in another schema?
    Edited by: user8915380 on 21-Mar-2010 02:15

    Hi,
    deploy a mapping to the schema that contains the target table.
    If you want to use the same mapping to load tables with the same structure in different schemas try to use synonyms. Use a premapping operator to set the synonym to the correct target table.
    The same mapping should only be deployed to one schema.
    Regards,
    Carsten.

  • Warning message in BW Report  through Portal

    Friends,
    I really need your help to remove the waring message.
    For the purpose of changing the description on the Selection screen from “Cost Cetnters (Authorised Values)” to “Funds Centers” I had changed the ZCCTRATI variable description to Funds Centers
    Issue:
    When we open the old report we see the following information message.
    " Value if variable ZCCTRAT1 is automatically converted
    I did go to TC RSRT as of Dinesh,Vijay advice ,Just want to know that what message i need to Click .because i could nt find the relevant message
    Can u help me how to remove this ?

    Hi Manohar,
    Edit to add: Here I assume you have a Web Application Designer (WAD) report.
    You can suppress system and warning messages in WAD. Try this and see if it helps.
    - Go to your WAD report
    - In the top part of the properties window there is a drop down box. Open this box and select the top level entry there. This should be the name of your report.
    - Click Web Item
    - Check the following two checkboxes: "Do not Display System Messages" and "Do not Display Warnings".
    Hope this helps,
    Regards,
    Petter
    Message was edited by: M Petter

  • Warning message in ITS MOBILE

    Hello,
    In ITS Mobile after entering user name and password it takes me to LM00 transaction.
    But before LM00 transaction is displayed I get 4 warning messages. I need to press OK/Close for each message. The same warning message appears when I move between transaction in the RF Menu also. I don't get any warning message if I test the same in the internet explorer in desktop.
    Below is the warning message displayed:
    Warning message u2018Microsoft Jscript runtime error, Line:304, Character:1, Error: Object doesnu2019t support this property or method, Source :(Null)u2019
    I use handheld MC9090 with Windows Mobile 5.
    Regards,
    Karthik

    Hello Karthik,
    Is the logon screen the ITSmobile logon screen?  It sounds like your system is configured to use the standard logon, which would result in a javascript error on some mobile browsers.  Please go to SICF and make sure that your service's settings are the same as for the itsmobile00 service.
    Edgar

  • How to supress a warning message in BDC for ME11 Tcode

    Hi Expert,
    I am doing a BDC report for ME11 Tcode and some of warning is ignorable for this transaction code,how can we suppress these warning through BDC program, is it possible or will have to make some changes changes in TCODE(ME11) itself.

    hi,
    if the warning message coming in a pop-up window then it can be supressed in the following way.
    1. comment the lines of the code of bdc recording of that pop-up screen along with the perform of bdc ok code  '=ENTE".
    2. use the structure ctu_params and fill the correspondings fiels, particularly the field nobinpt = 'X' and then use this structure in the call transcation statement as
    call transcation 'ME11'
                            using bdcdata
                            options from opt ( structure of ctu_params )
    3. At the time of recording use the option of check box " no batch input session ".
    regards,
    Alok

  • Warning message in full screen mode

    Hi everyone
    I have produced a document in InDesign that contains sound.  The PDF of this is designed to automatically open in full screen mode. When a user clicks on the sound button nothing is heard.  I come out of full screen mode and there is a yellow bar warning me about the sound in the document and if it should play it.
    My question is does anyone know whether this warning message can be shown when the user is viewing the PDF in full screen mode or if it can be disabled?
    Many thanks
    Darren

    Hi there
    I am running Windows Xp and Acrobat 9 Pro.  I have placed the file in InDesign as a WAV.  As an interim solution I have removed the sound from InDesign, converted to MP3 and placed it in using Acrobat.  I am not getting the warning now - would this also be your advice or is there a better solution?
    I find it strange that you can only place WAV files into InDesign and only MP3 into Acrobat - do you know why this is?
    Thanks
    Darren

  • Warning Message in Console Icon

    I just moved from PC to Mac.  I have a new imac and I want to transfer my files to my mac.  I have a maxter one touch 4 mini drive with all my documents, pictures and music.  It is a locked drive unfortunately.  I tried to connect it to my mac and got a warning message on my console icon.  When I click on that I have a bunch of files see below.  I am not sure what to do,  Should I delete them or are they usable.  I need some direction as to what if anything I can do.  If I need to delete please tell me how to do it.  Thank you in advance for any help.
    Regards
    Gary
    5/7/12 1:30:55.000 PM kernel: 33.563358: switchVap from 1 to 1
    5/7/12 1:30:55.834 PM configd: network configuration changed.
    5/7/12 1:30:56.000 PM kernel: 34.169889: performCountryCodeOperation: Disconnecting from AP
    5/7/12 1:30:56.000 PM kernel: 34.169892: setDISASSOC from ATH_INTERFACE_CLASS disconnectVap
    5/7/12 1:30:56.486 PM com.apple.launchctl.LoginWindow: com.apple.findmymacmessenger: Already loaded
    5/7/12 1:30:57.000 PM kernel: IOUserEthernetController: Ethernet address 10:40:f3:e7:5d:53
    5/7/12 1:30:59.035 PM configd: network configuration changed.
    5/7/12 1:30:59.035 PM UserEventAgent: CaptiveNetworkSupport:CaptivePublishState:1211 en1 - PreProbe
    5/7/12 1:30:59.143 PM mDNSResponder: mDNSResponder mDNSResponder-320.14.0 (Nov 16 2011 01:16:56) starting OSXVers 11
    5/7/12 1:30:59.167 PM com.apple.usbmuxd: usbmuxd-263 on Nov 14 2011 at 18:58:10, running 64 bit
    5/7/12 1:30:59.383 PM WindowServer: kCGErrorFailure: Set a breakpoint @ CGErrorBreakpoint() to catch errors as they are logged.
    5/7/12 1:31:00.757 PM genatsdb: *GENATSDB* FontObjects generated = 324
    5/7/12 1:31:04.563 PM configd: network configuration changed.
    5/7/12 1:31:04.564 PM configd: network configuration changed.
    5/7/12 1:31:04.588 PM mDNSResponder: D2D_IPC: Loaded
    5/7/12 1:31:04.588 PM mDNSResponder: D2DInitialize succeeded
    5/7/12 1:31:22.122 PM rpcsvchost: sandbox_init: com.apple.msrpc.netlogon.sb succeeded
    5/7/12 1:31:27.000 PM kernel: [IOBluetoothHIDDriver][getDevicePropertiesWL][7c-c3-a1-99-0f-56] Error retrieving device properties.
    5/7/12 1:31:27.000 PM kernel: [IOBluetoothHIDDriver][probe] Couldn't retrieve device properties
    5/7/12 1:31:30.000 PM kernel: [AppleBluetoothHIDKeyboard][getDevicePropertiesWL] Error retrieving device name
    5/7/12 1:31:30.000 PM kernel: [IOBluetoothHIDDriver][getDevicePropertiesWL] Error retrieving device name
    5/7/12 1:31:36.000 PM kernel: [ffffff800d95f800][BNBMouseDevice::init][66.6] init is complete
    5/7/12 1:31:36.000 PM kernel: [ffffff800d95f800][BNBMouseDevice::handleStart][66.6] Done
    5/7/12 1:31:36.000 PM kernel: [ffffff800e0a7e00][AppleMultitouchHIDEventDriver::start] entered
    5/7/12 1:31:36.000 PM kernel: [ffffff800e131900][AppleMultitouchDevice::start] entered
    5/7/12 1:31:36.170 PM com.apple.loginwindow: Setting boot completed.
    5/7/12 1:32:08.905 PM loginwindow: USER_PROCESS: 49 console
    5/7/12 1:32:09.382 PM com.apple.SecurityServer: Session 100004 created
    5/7/12 1:32:09.386 PM Setup Assistant: Task1
    5/7/12 1:32:09.401 PM Setup Assistant: Task2
    5/7/12 1:32:09.413 PM [0x0-0x5005].com.apple.SetupAssistant: ...System identity already exists for domain com.apple.systemdefault. Done.
    5/7/12 1:32:09.413 PM Setup Assistant: certtool systemdefault 0
    5/7/12 1:32:09.455 PM Setup Assistant: Admin Auth : All clear, SetUpServerConnection now.
    5/7/12 1:32:09.456 PM Setup Assistant: Starting to discover USB Dongles.
    5/7/12 1:32:09.536 PM Setup Assistant: updated network configuration
    5/7/12 1:32:09.540 PM UserEventAgent: CaptiveNetworkSupport:CaptivePublishState:1211 en1 - PreProbe
    5/7/12 1:32:09.540 PM configd: network configuration changed.
    5/7/12 1:32:09.550 PM Setup Assistant: SCNetworkSetEstablishDefaultConfiguration : no new devices.
    5/7/12 1:32:09.568 PM Setup Assistant: StartListeningForDefaultOutputDeviceChanging
    5/7/12 1:32:09.568 PM Setup Assistant: StartListeningForHeadphonesGettingPluggedIn
    5/7/12 1:32:09.569 PM Setup Assistant: setVolume (34)
    5/7/12 1:32:09.569 PM Setup Assistant: Headphones connected (0)
    5/7/12 1:32:09.569 PM Setup Assistant: modelUID AppleHDA:9
    5/7/12 1:32:09.577 PM Setup Assistant: layoutID 9
    5/7/12 1:32:09.577 PM Setup Assistant: setSpeakerVolume
    5/7/12 1:32:09.578 PM Setup Assistant: TransportType 0 kIOAudioDeviceTransportTypeBuiltIn
    5/7/12 1:32:09.578 PM Setup Assistant: AudioObjectGetPropertyDataSize kAudioDevicePropertyVolumeDecibels for channel (0) : kAudioHardwareUnknownPropertyError
    5/7/12 1:32:09.578 PM Setup Assistant: Mute disabled for 1
    5/7/12 1:32:09.579 PM Setup Assistant: Set volume for channel (1) -10.000000
    5/7/12 1:32:09.579 PM Setup Assistant: Mute disabled for 2
    5/7/12 1:32:09.580 PM Setup Assistant: Set volume for channel (2) -10.000000
    5/7/12 1:32:09.615 PM Setup Assistant: NumberOfKeyboardHIDDevices 1
    5/7/12 1:32:09.616 PM Setup Assistant: NumberOfPointingHIDDevices 1
    5/7/12 1:32:09.625 PM Setup Assistant: ----------
    -> searchForValidSystems has arrived.
    5/7/12 1:32:09.629 PM Setup Assistant: (Snoop) Listening on 8 / 378043390
    5/7/12 1:32:09.885 PM Setup Assistant: . Found disk (diskIdentifier=disk0, mountpoint=(null), isInternal=1, filesystem=(null))
    5/7/12 1:32:09.889 PM Setup Assistant: . Found disk (diskIdentifier=disk0, mountpoint=(null), isInternal=1, filesystem=(null))
    5/7/12 1:32:09.892 PM Setup Assistant: . Found disk (diskIdentifier=disk0s1, mountpoint=(null), isInternal=1, filesystem=(null))
    5/7/12 1:32:09.897 PM Setup Assistant: . Found disk (diskIdentifier=disk0s1, mountpoint=(null), isInternal=1, filesystem=(null))
    5/7/12 1:32:09.900 PM Setup Assistant: . Found disk (diskIdentifier=disk0s2, mountpoint=/, isInternal=1, filesystem=Journaled HFS+ hfs Mac OS Extended (Journaled) Apple_HFS)
    5/7/12 1:32:09.906 PM Setup Assistant: . Found disk (diskIdentifier=disk0s2, mountpoint=/, isInternal=1, filesystem=Journaled HFS+ hfs Mac OS Extended (Journaled) Apple_HFS)
    5/7/12 1:32:09.934 PM Setup Assistant: . Found disk (diskIdentifier=disk0s3, mountpoint=(null), isInternal=1, filesystem=Journaled HFS+ hfs Mac OS Extended (Journaled) Apple_HFS)
    5/7/12 1:32:09.940 PM Setup Assistant: . Found disk (diskIdentifier=disk0s3, mountpoint=(null), isInternal=1, filesystem=Journaled HFS+ hfs Mac OS Extended (Journaled) Apple_HFS)
    5/7/12 1:32:09.947 PM Setup Assistant: . Found disk (diskIdentifier=disk0s2, mountpoint=/, isInternal=1, filesystem=Journaled HFS+ hfs Mac OS Extended (Journaled) Apple_HFS)
    5/7/12 1:32:18.361 PM warmd: [warmctl_evt_timer_bc_activation_timeout:260] BC activation bcstop timer fired!
    5/7/12 1:32:18.682 PM Setup Assistant: Stopped VOT 0
    5/7/12 1:32:18.719 PM Setup Assistant: IntlSetValue(0, "AppleDateResID", 0) returned 0
    5/7/12 1:32:18.721 PM Setup Assistant: IntlSetValue(0, "AppleTimeResID", 0) returned 0
    5/7/12 1:32:18.723 PM Setup Assistant: IntlSetValue(0, "AppleNumberResID", 0) returned 0
    5/7/12 1:32:18.737 PM Setup Assistant: SMSizeFormatter : using `en_US'
    5/7/12 1:32:18.738 PM Setup Assistant: SMSizeFormatter : using `en_US'
    5/7/12 1:32:18.738 PM Setup Assistant: SMSizeFormatter : using `en_US'
    5/7/12 1:32:18.801 PM Setup Assistant: Current Iso LC = en, en
    5/7/12 1:32:19.002 PM Setup Assistant: Time to move from MBIntroCountry (Intro_Country) to MBRegisterKeyboard (Reg_Keyboard) was 0.319457s
    5/7/12 1:32:21.975 PM Setup Assistant: setAsciiLayout currentInputSource <TSMInputSource 0x7fa4106844f0> KB Layout: U.S. (id=0)
    5/7/12 1:32:21.975 PM Setup Assistant: currentSourceIsKBLayout
    5/7/12 1:32:21.975 PM Setup Assistant: isAsciiCapable
    5/7/12 1:32:21.975 PM Setup Assistant: defaultAsciiKBLayout <TSMInputSource 0x7fa4106844f0> KB Layout: U.S. (id=0)
    5/7/12 1:32:21.975 PM Setup Assistant: currentAsciiInputSource <TSMInputSource 0x7fa4106844f0> KB Layout: U.S. (id=0)
    5/7/12 1:32:21.975 PM Setup Assistant: TISSetDefaultAsciiCapableKeyboardLayoutInputSource <TSMInputSource 0x7fa4106844f0> KB Layout: U.S. (id=0)
    5/7/12 1:32:21.976 PM Setup Assistant: TISEnableInputSource <TSMInputSource 0x7fa4106844f0> KB Layout: U.S. (id=0)
    5/7/12 1:32:21.976 PM Setup Assistant: TSMSetCurrentAsciiCapableInputSource <TSMInputSource 0x7fa4106844f0> KB Layout: U.S. (id=0)
    5/7/12 1:32:22.032 PM Setup Assistant: SCNetworkSetEstablishDefaultConfiguration : no new devices.
    5/7/12 1:32:23.000 PM kernel: en1: 802.11d country code set to 'US '.
    5/7/12 1:32:23.000 PM kernel: 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/7/12 1:32:24.843 PM Setup Assistant: SCNetworkSetEstablishDefaultConfiguration : no new devices.
    5/7/12 1:32:24.920 PM Setup Assistant: Time to move from MBRegisterKeyboard (Reg_Keyboard) to MBWirelessPickNetwork (Wireless_Pick_Network) was 2.987876s
    5/7/12 1:32:47.489 PM Setup Assistant: configureWithSettings: {
        Connection = Wireless;
        WirelessNetwork = "Apple Demo";
    5/7/12 1:32:47.498 PM Setup Assistant: no TCPConfigureMethod specified, assuming DHCP
    5/7/12 1:32:47.000 PM kernel: en1: BSSID changed to 00:26:cb:41:3e:4e
    5/7/12 1:32:47.000 PM kernel: AirPort: Link Up on en1
    5/7/12 1:32:47.000 PM kernel: en1: BSSID changed to 00:26:cb:41:3e:4e
    5/7/12 1:32:47.824 PM airportd: _doAutoJoin: Already associated to “Apple Demo”. Bailing on auto-join.
    5/7/12 1:32:47.919 PM airportd: _doAutoJoin: Already associated to “Apple Demo”. Bailing on auto-join.
    5/7/12 1:32:47.996 PM airportd: _doAutoJoin: Already associated to “Apple Demo”. Bailing on auto-join.
    5/7/12 1:32:48.164 PM netbiosd: Unable to start NetBIOS name service:
    5/7/12 1:32:48.519 PM com.apple.launchd: (com.apple.xprotectupdater[32]) Exited with code: 255
    5/7/12 1:32:55.335 PM configd: network configuration changed.
    5/7/12 1:32:55.396 PM UserEventAgent: CaptiveNetworkSupport:CaptivePublishState:1211 en1 - Probe
    5/7/12 1:32:55.396 PM UserEventAgent: CaptiveNetworkSupport:CNSPreferences:60 Creating new preferences
    5/7/12 1:32:55.399 PM UserEventAgent: CaptiveNetworkSupport:CaptiveStartDetect:2371 starting probe to determine captivity...
    5/7/12 1:32:55.399 PM UserEventAgent: CaptiveNetworkSupport:wispr_detect_redirect_async:424 user-agent:"CaptiveNetworkSupport-173 wispr" url:"http://www.apple.com/library/test/success.html"
    5/7/12 1:32:55.726 PM UserEventAgent: CaptiveNetworkSupport:CaptiveHandleRedirect:2145 No wispr redirect detected on en1 (Apple Demo)
    5/7/12 1:32:55.726 PM UserEventAgent: CaptiveNetworkSupport:CaptivePublishState:1211 en1 - Online
    5/7/12 1:32:55.727 PM UserEventAgent: CaptiveNetworkSupport:CaptiveKnownStore:941 Added Apple Demo/IPv4.Router=10.250.0.1;IPv4.RouterHardwareAddress=00:10:db:ff:20:50 to known good cache
    5/7/12 1:32:55.727 PM UserEventAgent: CaptiveNetworkSupport:CaptiveKnownStore:945 Removed Captive Property from ssid =Apple Demo
    5/7/12 1:32:55.728 PM configd: network configuration changed.
    5/7/12 1:32:56.221 PM mDNSResponder: mDNSCoreReceiveResponse: Received from FE80:0000:0000:0000:7256:81FF:FEA2:2737:5353   48 My\032New\032Mac._apsmigration._tcp.local. TXT model=com.apple.macbookair-13-unibody¦version=1
    5/7/12 1:32:56.221 PM mDNSResponder: mDNSCoreReceiveResponse: ProbeCount 1; will deregister   31 My\032New\032Mac._apsmigration._tcp.local. SRV 0 0 49152 iMac-406C8F0FCA8F.local.
    5/7/12 1:32:56.986 PM Setup Assistant: SCNetworkSetEstablishDefaultConfiguration : no new devices.
    5/7/12 1:32:57.191 PM Setup Assistant: Time to move from MBWirelessPickNetwork (Wireless_Pick_Network) to MBMigrateYN (migrationui) was 0.187606s
    5/7/12 1:33:16.959 PM Setup Assistant: Time to move from MBMigrateYN (migrationui) to MBRegisterAppleID (Reg_Apple_ID) was 0.180752s
    5/7/12 1:33:51.686 PM [0x0-0x6006].com.apple.AppleSpell: 2012-05-07 10:33:51.684 findNames[173:707] Database file is missing: /var/root/Library/Application Support/AddressBook/AddressBook-v22.abcddb
    5/7/12 1:33:56.581 PM helpd: CarbonCore.framework, Our status with coreservicesd is unusual, 2, and things likely will stop working.
    5/7/12 1:33:56.581 PM helpd: CarbonCore.framework: Unable to connect to coreservicesd.  Things likely won't work.  Sorry.
    5/7/12 1:33:56.817 PM [0x0-0x6006].com.apple.AppleSpell: 2012-05-07 10:33:56.816 AddressBookSync[174:1b03] Error, could not create MachMessagePort for com.apple.AddressBook.abd
    5/7/12 1:34:22.059 PM [0x0-0x6006].com.apple.AppleSpell: 2012-05-07 10:34:22.058 AddressBookSync[174:707] [0x10561b300] |ISyncManager|Warning| SyncServer is unavailable: timed out trying to connect
    5/7/12 1:34:22.060 PM [0x0-0x6006].com.apple.AppleSpell: 2012-05-07 10:34:22.059 AddressBookSync[174:707] AddressBookSync (client id: com.apple.AddressBook) error: Exception running AddressBookSync: Timed out waiting for the sync server
    5/7/12 1:34:33.095 PM com.apple.kextcache: Created prelinked kernel /System/Library/Caches/com.apple.kext.caches/Startup/kernelcache.
    5/7/12 1:35:06.505 PM Setup Assistant: Time to move from MBRegisterAppleID (Reg_Apple_ID) to MBRegisterSLA (Reg_SLA) was 0.149305s
    5/7/12 1:35:09.374 PM Setup Assistant: Time to move from MBRegisterSLA (Reg_SLA) to MBRegisterUserInfo (Reg_United_States) was 0.059596s
    5/7/12 1:37:14.975 PM [0x0-0x5005].com.apple.SetupAssistant: ...System identity already exists for domain com.apple.systemdefault. Done.
    5/7/12 1:37:14.975 PM Setup Assistant: certtool systemdefault 0
    5/7/12 1:37:14.975 PM Setup Assistant: There is an existing Kerberos realm, [NOT] running configureLocalKDC.
    5/7/12 1:37:14.977 PM Setup Assistant: search paths: (
        "/Local/Default"
    5/7/12 1:37:15.053 PM Setup Assistant: Time to move from MBRegisterUserInfo (Reg_United_States) to MBRegisterLocalAccount (Reg_Local_Account) was 0.128515s
    5/7/12 1:38:16.508 PM Setup Assistant: uniqueInParent:1 uniqueLocal:1
    5/7/12 1:38:16.514 PM Setup Assistant: uniqueInParent:1 uniqueLocal:1
    5/7/12 1:38:21.666 PM UserEventAgent: get_backup_share_points no AFP
    5/7/12 1:38:21.669 PM UserEventAgent: get_backup_share_points no AFP
    5/7/12 1:38:21.672 PM UserEventAgent: get_backup_share_points no AFP
    5/7/12 1:38:21.676 PM UserEventAgent: get_backup_share_points no AFP
    5/7/12 1:38:21.679 PM UserEventAgent: get_backup_share_points no AFP
    5/7/12 1:38:21.682 PM UserEventAgent: get_backup_share_points no AFP
    5/7/12 1:38:21.685 PM UserEventAgent: get_backup_share_points no AFP
    5/7/12 1:38:21.688 PM UserEventAgent: get_backup_share_points no AFP
    5/7/12 1:38:21.692 PM UserEventAgent: get_backup_share_points no AFP
    5/7/12 1:38:21.695 PM UserEventAgent: get_backup_share_points no AFP
    5/7/12 1:38:21.698 PM UserEventAgent: get_backup_share_points no AFP
    5/7/12 1:38:21.702 PM UserEventAgent: get_backup_share_points no AFP
    5/7/12 1:38:21.705 PM UserEventAgent: get_backup_share_points no AFP
    5/7/12 1:38:21.814 PM Setup Assistant: creating loginKeychain for: garymarks
    5/7/12 1:38:21.912 PM Setup Assistant: Keychain ON.
    5/7/12 1:38:21.912 PM Setup Assistant: No AppleID provided so far.
    5/7/12 1:38:21.912 PM Setup Assistant: User opted out of AppleID reset.
    5/7/12 1:38:22.260 PM mDNSResponder: User updated Computer Name from “iMac-406C8F0FCA8F” to “Gary’s iMac”
    5/7/12 1:38:22.465 PM configd: setting hostname to "Garys-iMac.local"
    5/7/12 1:38:22.469 PM Setup Assistant: BluetoothHIDDevice Apple Magic Mouse <AppleBluetoothHIDDevice: 0x7fa410662e90> 7c-c3-a1-6f-da-b0 CoD:ffffff00002580 hidDevice:0x19b93 ID:0xd95f800
    5/7/12 1:38:22.469 PM Setup Assistant: originalDeviceName = Apple Magic Mouse
    5/7/12 1:38:22.469 PM Setup Assistant: setDeviceName Gary’s Mouse
    5/7/12 1:38:22.565 PM mDNSResponder: User updated Local Hostname from “iMac-406C8F0FCA8F” to “Garys-iMac”
    5/7/12 1:38:22.698 PM [0x0-0x5005].com.apple.SetupAssistant: mv: rename /Library/Documentation/CPU_imac/User Guides And Information.localized/Welcome to Snow Leopard.app/ to /Library/Documentation/User Guides And Information.localized/Welcome to Snow Leopard.app/: No such file or directory
    5/7/12 1:38:22.748 PM [0x0-0x5005].com.apple.SetupAssistant: could not ditto /Library/Documentation/CPU_imac/, /Library/Documentation/ at /usr/sbin/locsetup line 117.
    5/7/12 1:38:22.755 PM Setup Assistant: BluetoothHIDDevice Apple Wireless Keyboard <AppleBluetoothHIDDevice: 0x7fa41042a210> 7c-c3-a1-99-0f-56 CoD:ffffff00002540 hidDevice:0x1c003 ID:0xdfeea00
    5/7/12 1:38:22.777 PM Setup Assistant: No username or no password
    5/7/12 1:38:22.785 PM Setup Assistant: No username or no password
    5/7/12 1:38:23.786 PM Setup Assistant: *********** _hadleNotification MBActivityBeganNotification
    5/7/12 1:38:23.786 PM Setup Assistant: *********** _hadleNotification MBActivityStatusChangedNotification
    5/7/12 1:38:23.871 PM Setup Assistant: *********** _hadleNotification MBActivityStatusChangedNotification
    5/7/12 1:38:23.917 PM Setup Assistant: *********** _hadleNotification MBActivityStatusChangedNotification
    5/7/12 1:38:32.252 PM Setup Assistant: Received 233 bytes of data
    5/7/12 1:38:32.252 PM Setup Assistant: MBAppleRegTransaction: No Error in responseDictionary.
    5/7/12 1:38:32.252 PM Setup Assistant: GMTTime Mon, 7 May 2012 17:37:59 GMT
    5/7/12 1:38:32.769 PM [0x0-0x5005].com.apple.SetupAssistant: Offset:           0
    5/7/12 1:38:32.779 PM [0x0-0x5005].com.apple.SetupAssistant: names with offset: (
    5/7/12 1:38:32.779 PM [0x0-0x5005].com.apple.SetupAssistant:     "Africa/Abidjan",
    5/7/12 1:38:32.779 PM [0x0-0x5005].com.apple.SetupAssistant:     "Africa/Accra",
    5/7/12 1:38:32.779 PM [0x0-0x5005].com.apple.SetupAssistant:     "Africa/Bamako",
    5/7/12 1:38:32.779 PM [0x0-0x5005].com.apple.SetupAssistant:     "Africa/Banjul",
    5/7/12 1:38:32.779 PM [0x0-0x5005].com.apple.SetupAssistant:     "Africa/Bissau",
    5/7/12 1:38:32.779 PM [0x0-0x5005].com.apple.SetupAssistant:     "Africa/Casablanca",
    5/7/12 1:38:32.779 PM [0x0-0x5005].com.apple.SetupAssistant:     "Africa/Conakry",
    5/7/12 1:38:32.779 PM [0x0-0x5005].com.apple.SetupAssistant:     "Africa/Dakar",
    5/7/12 1:38:32.779 PM [0x0-0x5005].com.apple.SetupAssistant:     "Africa/El_Aaiun",
    5/7/12 1:38:32.779 PM [0x0-0x5005].com.apple.SetupAssistant:     "Africa/Freetown",
    5/7/12 1:38:32.779 PM [0x0-0x5005].com.apple.SetupAssistant:     "Africa/Lome",
    5/7/12 1:38:32.779 PM [0x0-0x5005].com.apple.SetupAssistant:     "Africa/Monrovia",
    5/7/12 1:38:32.779 PM [0x0-0x5005].com.apple.SetupAssistant:     "Africa/Nouakchott",
    5/7/12 1:38:32.779 PM [0x0-0x5005].com.apple.SetupAssistant:     "Africa/Ouagadougou",
    5/7/12 1:38:32.779 PM [0x0-0x5005].com.apple.SetupAssistant:     "Africa/Sao_Tome",
    5/7/12 1:38:32.779 PM [0x0-0x5005].com.apple.SetupAssistant:     "America/Danmarkshavn",
    5/7/12 1:38:32.779 PM [0x0-0x5005].com.apple.SetupAssistant:     "America/Scoresbysund",
    5/7/12 1:38:32.779 PM [0x0-0x5005].com.apple.SetupAssistant:     "Atlantic/Azores",
    5/7/12 1:38:32.779 PM [0x0-0x5005].com.apple.SetupAssistant:     "Atlantic/Reykjavik",
    5/7/12 1:38:32.779 PM [0x0-0x5005].com.apple.SetupAssistant:     "Atlantic/St_Helena",
    5/7/12 1:38:32.779 PM [0x0-0x5005].com.apple.SetupAssistant:     GMT
    5/7/12 1:38:32.779 PM [0x0-0x5005].com.apple.SetupAssistant: )
    5/7/12 1:38:32.785 PM Setup Assistant: *********** _hadleNotification MBActivityStatusChangedNotification
    5/7/12 1:38:32.827 PM [0x0-0x5005].com.apple.SetupAssistant: City found: "Abidjan - Côte d’Ivoire"
    5/7/12 1:38:32.827 PM [0x0-0x5005].com.apple.SetupAssistant: Selection in progress...
    5/7/12 1:38:32.891 PM [0x0-0x5005].com.apple.SetupAssistant: DONE - result: 0 (SUCCESS)
    5/7/12 1:38:32.954 PM Setup Assistant: zset (
        "--osx",
        "--verbose",
        "--offset",
        0
    ) : terminated with 0
    5/7/12 1:38:32.955 PM Setup Assistant: _setNTPServer Africa/Abidjan (GMT) offset 0 0
    5/7/12 1:38:32.955 PM Setup Assistant: GMTOffset -400 (-14400.000000 seconds)
    5/7/12 1:38:32.986 PM [0x0-0x5005].com.apple.SetupAssistant: City:           NY
    5/7/12 1:38:32.986 PM [0x0-0x5005].com.apple.SetupAssistant: Country: US
    5/7/12 1:38:32.986 PM [0x0-0x5005].com.apple.SetupAssistant: Region:           NY
    5/7/12 1:38:32.986 PM [0x0-0x5005].com.apple.SetupAssistant: Reset to default: YES
    5/7/12 1:38:33.324 PM [0x0-0x5005].com.apple.SetupAssistant: City found: "New York, NY - United States"
    5/7/12 1:38:33.324 PM [0x0-0x5005].com.apple.SetupAssistant: Selection in progress...
    5/7/12 1:38:33.428 PM [0x0-0x5005].com.apple.SetupAssistant: DONE - result: 0 (SUCCESS)
    5/7/12 1:38:01.354 PM Setup Assistant: zset (
        "--osx",
        "--verbose",
        "--country",
        US,
        "--region",
        NY,
        "--city",
        NY,
        "--adaptive"
    ) : terminated with 0
    5/7/12 1:38:01.355 PM Setup Assistant: _setNTPServer America/New_York (EDT) offset -14400 (Daylight) 0
    5/7/12 1:38:01.407 PM ntpd: proto: precision = 1.000 usec
    5/7/12 1:38:01.659 PM Setup Assistant: *********** _hadleNotification MBActivityDidSucceedNotification
    5/7/12 1:38:01.661 PM Setup Assistant: *********** _hadleNotification MBActivityStatusChangedNotification
    5/7/12 1:38:04.855 PM Setup Assistant: Received 309 bytes of data
    5/7/12 1:38:04.855 PM Setup Assistant: firstPage is not html
    5/7/12 1:38:05.659 PM Setup Assistant: *********** _hadleNotification MBActivityStatusChangedNotification
    5/7/12 1:38:05.715 PM Setup Assistant: *********** _hadleNotification MBActivityDidFailNotification
    5/7/12 1:38:06.280 PM Setup Assistant: Time to move from MBChooseHasCameraOrNot (Reg__HasCameraOrNot) to MBRegisterAccountPicture (Reg_Account_Picture) was 0.564163s
    5/7/12 1:38:06.280 PM Setup Assistant: *********** _hadleNotification MBActivityEndedNotification
    5/7/12 1:38:40.012 PM Setup Assistant: Time to move from MBRegisterAccountPicture (Reg_Account_Picture) to MBFinishGestureTrap (Configured_And_Sent) was 0.934487s
    5/7/12 1:38:56.442 PM [0x0-0x5005].com.apple.SetupAssistant: Found USB Ethernet Device named = AtherosNewma40Interface
    5/7/12 1:38:56.442 PM [0x0-0x5005].com.apple.SetupAssistant: Found USB Ethernet Device named = IOEthernetAVBInterface
    5/7/12 1:38:56.442 PM [0x0-0x5005].com.apple.SetupAssistant: Found USB Ethernet Device named = AtherosNewma40Interface
    5/7/12 1:38:56.442 PM [0x0-0x5005].com.apple.SetupAssistant: Found USB Ethernet Device named = IOEthernetAVBInterface
    5/7/12 1:38:56.442 PM [0x0-0x5005].com.apple.SetupAssistant: Successfully connected to the Intel plugin
    5/7/12 1:38:56.450 PM blued: -[CBManager init] init returning self:0x10f93e1f0
    5/7/12 1:38:56.517 PM loginwindow: DEAD_PROCESS: 49 console
    5/7/12 1:38:57.000 PM kernel: Found client, reallocating 47001600
    5/7/12 1:38:57.606 PM loginwindow: Login Window Application Started
    5/7/12 1:38:57.615 PM loginwindow: **DMPROXY** Found `/System/Library/CoreServices/DMProxy'.
    5/7/12 1:38:57.755 PM com.apple.launchctl.LoginWindow: com.apple.findmymacmessenger: Already loaded
    5/7/12 1:38:57.914 PM com.apple.SecurityServer: Session 100009 created
    5/7/12 1:38:57.915 PM loginwindow: Login Window Started Security Agent
    5/7/12 1:38:57.954 PM airportd: _doAutoJoin: Already associated to “Apple Demo”. Bailing on auto-join.
    5/7/12 1:38:57.979 PM SecurityAgent: Echo enabled
    5/7/12 1:38:57.979 PM SecurityAgent: Echo enabled
    5/7/12 1:38:58.629 PM com.apple.loginwindow:           Can't find file://localhost/Users/garymarks/Library/Preferences/com.apple.finder.plist
    5/7/12 1:38:58.629 PM com.apple.loginwindow: Pre-generating cache file for user 501
    5/7/12 1:38:58.629 PM com.apple.loginwindow:           Home: /Users/garymarks
    5/7/12 1:38:58.629 PM com.apple.loginwindow:           Cache folder: /var/folders/3p/crcf3g451932w5_v07vb0fg40000gn/C/com.apple.QuickLook.thumbnailc ache
    5/7/12 1:38:58.629 PM com.apple.loginwindow:           No thumbnails found
    5/7/12 1:39:16.092 PM SecurityAgent: User info context values set for garymarks
    5/7/12 1:39:16.092 PM SecurityAgent: User info context values set for garymarks
    5/7/12 1:39:16.226 PM SecurityAgent: Login Window login proceeding
    5/7/12 1:39:16.226 PM SecurityAgent: Login Window login proceeding
    5/7/12 1:39:16.252 PM authorizationhost: DEBUGLOG | -[HomeDirMounter mountHomeDirectoryForUser:atPath:homeLocation:] | name = garymarks, path = /Users/garymarks, homeLoc = (null)
    5/7/12 1:39:16.252 PM authorizationhost: DEBUGLOG | -[HomeDirMounter setNeedsToUnmountDirVolumeAtLogout:] | mounter calling mechanism to setNeedsToUnmountDirVolumeAtLogout to 0
    5/7/12 1:39:16.252 PM authorizationhost: DEBUGLOG | -[HomeDirMounter mountHomeDirectoryForUser:atPath:homeLocation:] | urlAttribute = null
    5/7/12 1:39:16.252 PM authorizationhost: DEBUGLOG | -[HomeDirMounter mountHomeDirectoryForUser:atPath:homeLocation:] | homeDirPath did NOT follow a symlink, keeping original path of: /Users/garymarks
    5/7/12 1:39:16.252 PM authorizationhost: DEBUGLOG | -[HomeDirMounter mountHomeDirectoryForUser:atPath:homeLocation:] | homeDirMajorType = 1
    5/7/12 1:39:16.252 PM authorizationhost: DEBUGLOG | -[HomeDirMounter mountStandardDirectoryForUser:atPath:attributes:] | name = garymarks, path = /Users/garymarks, homeLoc = (null)
    5/7/12 1:39:16.253 PM authorizationhost: DEBUGLOG | -[HomeDirMechanism isGuestAccount] | enter
    5/7/12 1:39:16.253 PM authorizationhost: DEBUGLOG | -[HomeDirMechanism isGuestAccount] | Guest account check returning 0
    5/7/12 1:39:16.253 PM authorizationhost: DEBUGLOG | -[HomeDirMounter setHomeDirType:] | setHomeDirType to 1
    5/7/12 1:39:16.253 PM authorizationhost: DEBUGLOG | -[HomeDirMounter mountStandardDirectoryForUser:atPath:attributes:] | returning 0
    5/7/12 1:39:16.253 PM authorizationhost: DEBUGLOG | -[HomeDirMounter mountHomeDirectoryForUser:atPath:homeLocation:] | returning 0
    5/7/12 1:39:16.253 PM authorizationhost: DEBUGLOG | -[HomeDirMechanism invoke] | mountHomeDirectoryForUser returns 0
    5/7/12 1:39:16.253 PM authorizationhost: DEBUGLOG | -[HomeDirMechanism updateAndUnlockKeychain] | updateAndUnlockKeychain
    5/7/12 1:39:16.253 PM authorizationhost: DEBUGLOG | -[HomeDirMechanism launchHomeDirFixerToolIfNeeded:] | launchHomeDirFixerToolIfNeeded called with 0
    5/7/12 1:39:16.513 PM loginwindow: Login Window - Returned from Security Agent
    5/7/12 1:39:16.519 PM loginwindow: USER_PROCESS: 241 console
    5/7/12 1:39:16.553 PM airportd: _doAutoJoin: Already associated to “Apple Demo”. Bailing on auto-join.
    5/7/12 1:39:16.590 PM com.apple.launchd.peruser.501: (com.apple.ReportCrash) Falling back to default Mach exception handler. Could not find: com.apple.ReportCrash.Self
    5/7/12 1:39:16.592 PM com.apple.launchctl.Aqua: load: option requires an argument -- D
    5/7/12 1:39:16.592 PM com.apple.launchctl.Aqua: usage: launchctl load [-wF] [-D <user|local|network|system|all>] paths...
    5/7/12 1:39:16.727 PM UserEventAgent: CaptiveNetworkSupport:CNSServerRegisterUserAgent:187 new user agent port: 14139
    5/7/12 1:39:16.736 PM com.apple.launchd.peruser.501: (com.apple.launchctl.Aqua[264]) Exited with code: 1
    5/7/12 1:39:16.974 PM MiniLauncher: Launching iCloud prefs for user 501
    5/7/12 1:39:17.088 PM MiniLauncher: Launch IncompatibleAppDisplay.app (1)
    5/7/12 1:39:19.382 PM Dock: Bookmark failed to issue extension for item /Developer/Applications (depth=1): No such file or directory
    5/7/12 1:39:19.511 PM com.apple.dock.extra: Could not connect the action buttonPressed: to target of class NSApplication
    5/7/12 1:39:19.512 PM com.apple.dock.extra: 2012-05-07 13:39:19.507 com.apple.dock.extra[310:1707] Could not connect the action buttonPressed: to target of class NSApplication
    5/7/12 1:39:19.512 PM com.apple.dock.extra: Could not connect the action buttonPressed: to target of class NSApplication
    5/7/12 1:39:19.512 PM com.apple.dock.extra: 2012-05-07 13:39:19.511 com.apple.dock.extra[310:1707] Could not connect the action buttonPressed: to target of class NSApplication
    5/7/12 1:39:19.512 PM com.apple.dock.extra: Could not connect the action buttonPressed: to target of class NSApplication
    5/7/12 1:39:19.513 PM com.apple.dock.extra: 2012-05-07 13:39:19.512 com.apple.dock.extra[310:1707] Could not connect the action buttonPressed: to target of class NSApplication
    5/7/12 1:39:19.513 PM com.apple.dock.extra: Could not connect the action buttonPressed: to target of class NSApplication
    5/7/12 1:39:19.513 PM com.apple.dock.extra: 2012-05-07 13:39:19.512 com.apple.dock.extra[310:1707] Could not connect the action buttonPressed: to target of class NSApplication
    5/7/12 1:39:21.216 PM System Preferences: Database file is missing: /Users/garymarks/Library/Application Support/AddressBook/AddressBook-v22.abcddb
    5/7/12 1:39:22.603 PM iCal Helper: Could not find Meta Data for persistent Store
    5/7/12 1:39:22.666 PM System Preferences: Lock Contention on CalendarStore Initialization
    5/7/12 1:39:23.730 PM System Preferences: The IAAccountDiscovery completed notification
    5/7/12 1:39:23.930 PM System Preferences: kCGErrorIllegalArgument: CGSDeviceCreate: Invalid window
    5/7/12 1:39:23.930 PM System Preferences: kCGErrorFailure: Set a breakpoint @ CGErrorBreakpoint() to catch errors as they are logged.
    5/7/12 1:39:23.930 PM System Preferences: Failed to create window context device
    5/7/12 1:39:23.930 PM System Preferences: CGWindowContextCreate: failed to create window context delegate.
    5/7/12 1:39:23.930 PM [0x0-0x14014].com.apple.systempreferences: May  7 13:39:23 Garys-iMac.local System Preferences[285] <Error>: Failed to create window context device
    5/7/12 1:39:23.930 PM [0x0-0x14014].com.apple.systempreferences: May  7 13:39:23 Garys-iMac.local System Preferences[285] <Error>: CGWindowContextCreate: failed to create window context delegate.
    5/7/12 1:39:23.930 PM System Preferences: _initWithWindowNumber: error creating graphics ctxt object for ctxt:0xb003, window:0x0
    5/7/12 1:39:23.930 PM System Preferences: CGPixelAccessLock failed!
    5/7/12 1:39:27.884 PM com.apple.launchd.peruser.501: (com.apple.AddressBook.abd) Throttling respawn: Will start in 10 seconds
    5/7/12 1:39:28.468 PM genatsdb: *GENATSDB* FontObjects generated = 324
    5/7/12 1:39:31.932 PM coreservicesd: *** process 25 exceeded 500 log message per second limit  -  remaining messages this second discarded ***
    5/7/12 1:39:53.702 PM diskmanagementd: DM ->T-[DMToolBootPreference recoveryPartitionInfoForVolume:what:dict:]: inHostDiskUDS=0x10c808c20=disk0s2=Macintosh HD inWhatStr=RecoveryInfoBaseSystemVersion
    5/7/12 1:39:53.755 PM diskmanagementd: DM ..T-[DMToolBootPreference recoveryPartitionInfoForVolume:what:dict:]: did get booterRecoveryUDS=0x10c808ae0=disk0s3=Recovery HD
    5/7/12 1:39:53.860 PM diskmanagementd: DM ..T-[DMToolBootPreference recoveryPartitionInfoForVolume:what:dict:]: did mount nobrowse; MP=/Volumes/Recovery HD OMS=0x10c51a610
    5/7/12 1:39:53.860 PM diskmanagementd: DM ..T-[DMToolBootPreference recoveryPartitionInfoForVolume:what:dict:]: getting dict from file=/Volumes/Recovery HD/com.apple.recovery.boot/SystemVersion.plist
    5/7/12 1:39:53.864 PM diskmanagementd: DM ..T-[DMToolBootPreference recoveryPartitionInfoForVolume:what:dict:]: got dict (or NULL=will return err): oooInfoDict=0x7fcccad0c490
    5/7/12 1:39:53.909 PM fseventsd: Logging disabled completely for device:1: /Volumes/Recovery HD
    5/7/12 1:39:54.037 PM diskmanagementd: DM ..T-[DMToolBootPreference recoveryPartitionInfoForVolume:what:dict:]: did if-needed-best-effort unmount
    5/7/12 1:39:54.038 PM diskmanagementd: DM <-T-[DMToolBootPreference recoveryPartitionInfoForVolume:what:dict:]: retErr=0 outInfoDict={
        ProductBuildVersion = 11D2001;
        ProductCopyright = "1983-2012 Apple Inc.";
        ProductName = "Mac OS X";
        ProductUserVisibleVersion = "10.7.3";
        ProductVersion = "10.7.3";
    5/7/12 1:40:34.997 PM Mail: Using V2 Layout
    5/7/12 1:41:26.529 PM PubSubAgent: SQL Error: SQLITE_CANTOPEN[14.0]: Database file not found
    5/7/12 1:42:03.945 PM Mail: Database file is missing: /Users/garymarks/Library/Application Support/AddressBook/MailRecents-v4.abcdmr
    5/7/12 1:42:17.559 PM helpd: CarbonCore.framework, Our status with coreservicesd is unusual, 2, and things likely will stop working.
    5/7/12 1:42:17.559 PM helpd: CarbonCore.framework: Unable to connect to coreservicesd.  Things likely won't work.  Sorry.
    5/7/12 1:44:43.305 PM mdworker32: kCGErrorFailure: Set a breakpoint @ CGErrorBreakpoint() to catch errors as they are logged.
    5/7/12 1:45:36.505 PM com.apple.mdworker.pool.0: I/O error : encoder error
    5/7/12 1:45:40.464 PM com.apple.mdworker.pool.0: I/O error : encoder error
    5/7/12 1:45:46.030 PM com.apple.mdworker.pool.0: I/O error : encoder error
    5/7/12 1:45:47.947 PM com.apple.mdworker.pool.0: I/O error : encoder error
    5/7/12 1:45:50.966 PM com.apple.mdworker.pool.0: I/O error : encoder error
    5/7/12 1:45:52.537 PM com.apple.mdworker.pool.0: I/O error : encoder error
    5/7/12 1:46:08.399 PM com.apple.mdworker.pool.0: I/O error : encoder error
    5/7/12 1:46:12.204 PM com.apple.mdworker.pool.0: I/O error : encoder error
    5/7/12 1:46:12.646 PM com.apple.mdworker.pool.0: I/O error : encoder error
    5/7/12 1:46:21.393 PM com.apple.mdworker.pool.0: I/O error : encoder error
    5/7/12 1:46:41.971 PM DashboardClient: error [1001] setting colorSpace to iMac colorspace
    5/7/12 1:46:41.971 PM com.apple.Dock.agent: 2012-05-07 13:46:41.970 DashboardClient[387:403] error [1001] setting colorSpace to iMac colorspace
    5/7/12 1:46:42.004 PM DashboardClient: error [1001] setting colorSpace to iMac colorspace
    5/7/12 1:46:42.005 PM com.apple.Dock.agent: 2012-05-07 13:46:42.004 DashboardClient[387:403] error [1001] setting colorSpace to iMac colorspace
    5/7/12 1:46:42.080 PM DashboardClient: error [1001] setting colorSpace to iMac colorspace
    5/7/12 1:46:42.080 PM com.apple.Dock.agent: 2012-05-07 13:46:42.079 DashboardClient[387:403] error [1001] setting colorSpace to iMac colorspace
    5/7/12 1:46:43.155 PM DashboardClient: error [1001] setting colorSpace to iMac colorspace
    5/7/12 1:46:43.155 PM com.apple.Dock.agent: 2012-05-07 13:46:43.155 DashboardClient[387:403] error [1001] setting colorSpace to iMac colorspace
    5/7/12 1:47:06.477 PM Dock: kCGErrorIllegalArgument: CGSSetWindowTransformsAtPlacement: Failed
    5/7/12 1:47:06.477 PM Dock: kCGErrorFailure: Set a breakpoint @ CGErrorBreakpoint() to catch errors as they are logged.
    5/7/12 1:47:06.478 PM Dock: kCGErrorIllegalArgument: CGSSetWindowTransformAtPlacement: Failed
    5/7/12 1:47:16.707 PM mdworker: *** Failed to decode QUOT-PRINTED data, treating as binary
    5/7/12 1:49:12.262 PM Mail: Using V2 Layout
    5/7/12 1:51:06.625 PM Mail: Using V2 Layout
    5/7/12 1:51:57.838 PM com.apple.mdworker.pool.0: I/O error : encoder error
    5/7/12 1:52:00.848 PM com.apple.mdworker.pool.0: I/O error : encoder error
    5/7/12 1:52:17.256 PM com.apple.mdworker.pool.0: I/O error : encoder error
    5/7/12 1:52:18.435 PM [0x0-0x2c02c].com.apple.iTunes: The plugin 'Quartz Composer Visualizer' failed to load because it has the wrong CPU architecture for this version of iTunes. (3585)
    5/7/12 1:52:21.938 PM com.apple.SecurityServer: Session 100006 created
    5/7/12 1:52:22.034 PM com.apple.mdworker.pool.0: I/O error : encoder error
    5/7/12 1:52:25.637 PM com.apple.mdworker.pool.0: I/O error : encoder error
    5/7/12 1:52:27.851 PM com.apple.mdworker.pool.0: I/O error : encoder error
    5/7/12 1:52:34.196 PM Mail: Using V2 Layout
    5/7/12 1:52:50.636 PM com.apple.mdworker.pool.0: I/O error : encoder error
    5/7/12 1:52:52.642 PM com.apple.mdworker.pool.0: I/O error : encoder error
    5/7/12 1:52:55.325 PM com.apple.mdworker.pool.0: I/O error : encoder error
    5/7/12 1:52:59.656 PM com.apple.mdworker.pool.0: I/O error : encoder error
    5/7/12 1:54:06.437 PM mdworker: *** Failed to decode QUOT-PRINTED data, treating as binary
    5/7/12 1:54:09.258 PM mdworker: *** Failed to decode QUOT-PRINTED data, treating as binary
    5/7/12 1:55:52.249 PM mdworker: *** Failed to decode QUOT-PRINTED data, treating as binary
    5/7/12 1:56:23.724 PM com.apple.mdworker.pool.0: I/O error : encoder error
    5/7/12 1:56:32.343 PM com.apple.mdworker.pool.0: I/O error : encoder error
    5/7/12 1:56:32.496 PM com.apple.mdworker.pool.0: I/O error : encoder error
    5/7/12 1:56:32.521 PM com.apple.mdworker.pool.0: I/O error : encoder error
    5/7/12 1:56:32.550 PM com.apple.mdworker.pool.0: I/O error : encoder error
    5/7/12 1:56:32.909 PM com.apple.mdworker.pool.0: I/O error : encoder error
    5/7/12 1:56:33.263 PM com.apple.mdworker.pool.0: I/O error : encoder error
    5/7/12 1:56:33.552 PM com.apple.mdworker.pool.0: I/O error : encoder error
    5/7/12 1:56:33.555 PM com.apple.mdworker.pool.0: I/O error : encoder error
    5/7/12 1:56:33.567 PM com.apple.mdworker.pool.0: I/O error : encoder error
    5/7/12 1:57:44.660 PM mdworker: Invalid char # for PropertyName in line 65
    5/7/12 1:57:44.660 PM mdworker: Invalid char # for PropertyName in line 65
    5/7/12 1:57:44.660 PM mdworker: Invalid char # for PropertyName in line 65
    5/7/12 1:57:44.660 PM mdworker: Invalid char # for PropertyName in line 65
    5/7/12 1:57:44.660 PM mdworker: Invalid char # for PropertyName in line 65
    5/7/12 1:57:44.660 PM mdworker: Invalid char # for PropertyName in line 65
    5/7/12 1:57:44.660 PM mdworker: Invalid char # for PropertyName in line 65
    5/7/12 1:57:44.660 PM mdworker: Invalid char # for PropertyName in line 65
    5/7/12 1:57:44.660 PM mdworker: Invalid char # for PropertyName in line 65
    5/7/12 1:57:44.660 PM mdworker: Invalid char # for PropertyName in line 65
    5/7/12 1:57:44.660 PM mdworker: Invalid char # for PropertyName in line 65
    5/7/12 1:57:44.660 PM mdworker: Invalid char # for PropertyName in line 65
    5/7/12 1:57:44.660 PM mdworker: Invalid char # for PropertyName in line 65
    5/7/12 1:57:44.660 PM mdworker: Invalid char # for PropertyName in line 65
    5/7/12 1:57:44.660 PM mdworker: Invalid char # for PropertyName in line 65
    5/7/12 1:57:44.660 PM mdworker: Invalid char # for PropertyName in line 65
    5/7/12 1:57:44.660 PM mdworker: Invalid char # for PropertyName in line 65
    5/7/12 1:57:44.660 PM mdworker: Invalid char # for PropertyName in line 65
    5/7/12 1:57:44.660 PM mdworker: Invalid char # for PropertyName in line 65
    5/7/12 1:57:44.660 PM mdworker: Invalid char # for PropertyName in line 65
    5/7/12 1:57:44.660 PM mdworker: Invalid char # for PropertyName in line 65
    5/7/12 1:57:44.660 PM mdworker: Invalid char # for PropertyName in line 65
    5/7/12 1:57:44.660 PM mdworker: Invalid char # for PropertyName in line 65
    5/7/12 1:57:44.660 PM mdworker: Invalid char # for PropertyName in line 65
    5/7/12 1:57:44.660 PM mdworker: Invalid char # for PropertyName in line 65
    5/7/12 1:57:44.660 PM mdworker: Invalid char # for PropertyName in line 65
    5/7/12 1:57:44.660 PM mdworker: Invalid char # for PropertyName in line 65
    5/7/12 1:57:44.660 PM mdworker: Invalid char # for PropertyName in line 65
    5/7/12 1:57:44.660 PM mdworker: Invalid char # for PropertyName in line 65
    5/7/12 1:57:44.660 PM mdworker: Invalid char # for PropertyName in line 65
    5/7/12 1:57:44.660 PM mdworker: Invalid char # for PropertyName in line 65
    5/7/12 1:57:44.661 PM mdworker: Invalid char # for PropertyName in line 65
    5/7/12 1:57:44.661 PM mdworker: Invalid char # for PropertyName in line 65
    5/7/12 1:57:44.661 PM mdworker: Invalid char # for PropertyName in line 65
    5/7/12 1:57:44.661 PM mdworker: Invalid char # for PropertyName in line 65
    5/7/12 1:57:44.661 PM mdworker: Invalid char # for PropertyName in line 65
    5/7/12 1:57:44.661 PM mdworker: Invalid char # for PropertyName in line 65
    5/7/12 1:57:44.661 PM mdworker: Invalid char # for PropertyName in line 65
    5/7/12 1:57:44.661 PM mdworker: Invalid char # for PropertyName in line 65
    5/7/12 1:57:44.661 PM mdworker: Invalid char # for PropertyName in line 65
    5/7/12 1:57:44.661 PM mdworker: Invalid char # for PropertyName in line 65
    5/7/12 1:57:44.661 PM mdworker: Invalid char # for PropertyName in line 65
    5/7/12 1:57:44.661 PM mdworker: Invalid char # for PropertyName in line 65
    5/7/12 1:57:44.661 PM mdworker: Invalid char # for PropertyName in line 65
    5/7/12 1:57:44.661 PM mdworker: Invalid char # for PropertyName in line 65
    5/7/12 1:57:44.661 PM mdworker: Invalid char # for PropertyName in line 65
    5/7/12 1:57:44.661 PM mdworker: Invalid char # for PropertyName in line 65
    5/7/12 1:57:44.661 PM mdworker: Invalid char # for PropertyName in line 65
    5/7/12 1:57:44.661 PM mdworker: Invalid char # for PropertyName in line 65
    5/7/12 1:57:44.661 PM mdworker: Invalid char # for PropertyName in line 65
    5/7/12 1:57:44.661 PM mdworker: Invalid char # for PropertyName in line 65
    5/7/12 1:57:44.661 PM mdworker: Invalid char # for PropertyName in line 65
    5/7/12 1:57:44.661 PM mdworker: Invalid char # for PropertyName in line 65
    5/7/12 1:57:44.661 PM mdworker: Invalid char # for PropertyName in line 65
    5/7/12 1:57:44.661 PM mdworker: Invalid char # for PropertyName in line 65
    5/7/12 1:57:44.661 PM mdworker: Invalid char # for PropertyName in line 65
    5/7/12 1:57:44.661 PM mdworker: Invalid char # for PropertyName in line 65
    5/7/12 1:57:44.661 PM mdworker: Invalid char # for PropertyName in line 65
    5/7/12 1:57:44.661 PM mdworker: Invalid char # for PropertyName in line 65
    5/7/12 1:57:44.661 PM mdworker: Invalid char # for PropertyName in line 65
    5/7/12 1:57:44.661 PM mdworker: Invalid char # for PropertyName in line 65
    5/7/12 1:57:44.661 PM mdworker: Invalid char # for PropertyName in line 65
    5/7/12 1:57:44.661 PM mdworker: Invalid char # for PropertyName in line 65
    5/7/12 1:57:44.661 PM mdworker: Invalid char # for PropertyName in line 65
    5/7/12 1:57:44.661 PM mdworker: Invalid char # for PropertyName in line 65
    5/7/12 1:57:44.662 PM mdworker: Invalid char # for PropertyName in line 65
    5/7/12 1:57:44.662 PM mdworker: Invalid char # for PropertyName in line 65
    5/7/12 1:57:44.662 PM mdworker: Invalid char # for PropertyName in line 65
    5/7/12 1:57:44.662 PM mdworker: Invalid char # for PropertyName in line 65
    5/7/12 1:57:44.662 PM mdworker: Invalid char # for PropertyName in line 65
    5/7/12 1:57:44.662 PM mdworker: Invalid char # for PropertyName in line 65
    5/7/12 1:57:44.662 PM mdworker: Invalid char
    for PropertyName in line 65
    5/7/12 1:57:44.662 PM mdworker: Invalid char
    for PropertyName in line 65
    5/7/12 1:57:44.662 PM mdworker: Invalid char " for PropertyName in line 65
    5/7/12 1:57:44.662 PM mdworker: Invalid char   for PropertyName in line 65
    5/7/12 1:57:44.662 PM mdworker: Invalid char   for PropertyName in line 65
    5/7/12 1:57:44.662 PM mdworker: Invalid char , for PropertyName in line 65
    5/7/12 1:57:44.662 PM mdworker: Invalid char   for PropertyName in line 65
    5/7/12 1:57:44.662 PM mdworker: Invalid char   for PropertyName in line 65
    5/7/12 1:57:44.662 PM mdworker: Invalid char   for PropertyName in line 65
    5/7/12 1:57:44.662 PM mdworker: Invalid char , for PropertyName in line 65
    5/7/12 1:57:44.662 PM mdworker: Invalid char   for PropertyName in line 65
    5/7/12 1:57:44.662 PM mdworker: Invalid char   for PropertyName in line 65
    5/7/12 1:57:44.662 PM mdworker: Invalid char   for PropertyName in line 65
    5/7/12 1:57:44.662 PM mdworker: Invalid char   for PropertyName in line 65
    5/7/12 1:57:44.662 PM mdworker: Invalid char   for PropertyName in line 65
    5/7/12 1:57:44.662 PM mdworker: Invalid char   for PropertyName in line 65
    5/7/12 1:57:44.662 PM mdworker: Invalid char   for PropertyName in line 65
    5/7/12 1:57:44.662 PM mdworker: Invalid char   for PropertyName in line 65
    5/7/12 1:57:44.662 PM mdworker: Invalid char   for PropertyName in line 65
    5/7/12 1:57:44.662 PM mdworker: Invalid char   for PropertyName in line 65
    5/7/12 1:57:44.662 PM mdworker: Invalid char   for PropertyName in line 65
    5/7/12 1:57:44.662 PM mdworker: Invalid char   for PropertyName in line 65
    5/7/12 1:57:44.662 PM mdworker: Invalid char   for PropertyName in line 65
    5/7/12 1:57:44.662 PM mdworker: Invalid char   for PropertyName in line 65
    5/7/12 1:57:44.662 PM mdworker: Invalid char   for PropertyName in line 65
    5/7/12 1:57:44.662 PM mdworker: Invalid char   for PropertyName in line 65
    5/7/12 1:57:44.662 PM mdworker: Invalid char . for PropertyName in line 65
    5/7/12 1:57:44.662 PM mdworker: Invalid char   for PropertyName in line 65
    5/7/12 1:57:44.663 PM mdworker: Invalid char   for PropertyName in line 65
    5/7/12 1:57:44.663 PM mdworker: Invalid char   for PropertyName in line 65
    5/7/12 1:57:44.663 PM mdworker: Invalid char , for PropertyName in line 65
    5/7/12 1:57:44.663 PM mdworker: Invalid char   for PropertyName in line 65
    5/7/12 1:57:44.663 PM mdworker: Invalid char   for PropertyName in line 65
    5/7/12 1:57:44.663 PM mdworker: Invalid char   for PropertyName in line 65
    5/7/12 1:57:44.663 PM mdworker: Invalid char   for PropertyName in line 65
    5/7/12 1:57:44.663 PM mdworker: Invalid char   for PropertyName in line 65
    5/7/12 1:57:44.663 PM mdworker: Invalid char   for PropertyName in line 65
    5/7/12 1:57:44.663 PM mdworker: Invalid char   for PropertyName in line 65
    5/7/12 1:57:44.663 PM mdworker: Invalid char   for PropertyName in line 65
    5/7/12 1:57:44.663 PM mdworker: Invalid char   for PropertyName in line 65
    5/7/12 1:57:44.663 PM mdworker: Invalid char . for PropertyName in line 65
    5/7/12 1:57:44.663 PM mdworker: Invalid char   for PropertyName in line 65
    5/7/12 1:57:44.663 PM mdworker: Invalid char   for PropertyName in line 65
    5/7/12 1:57:44.663 PM mdworker: Invalid char   for PropertyName in line 65
    5/7/12 1:57:44.663 PM mdworker: Invalid char   for PropertyName in line 65
    5/7/12 1:57:44.663 PM mdworker: Invalid char   for PropertyName in line 65
    5/7/12 1:57:44.663 PM mdworker: Invalid char   for PropertyName in line 65
    5/7/12 1:57:44.663 PM mdworker: Invalid char   for PropertyName in line 65
    5/7/12 1:57:44.663 PM mdworker: Invalid char   for PropertyName in line 65
    5/7/12 1:57:44.663 PM mdworker: Invalid char   for PropertyName in line 65
    5/7/12 1:57:44.663 PM mdworker: Invalid char , for PropertyName in line 65
    5/7/12 1:57:44.663 PM mdworker: Invalid char   for PropertyName in line 65
    5/7/12 1:57:44.663 PM mdworker: Invalid char   for PropertyName in line 65
    5/7/12 1:57:44.663 PM mdworker: Invalid char   for PropertyName in line 65
    5/7/12 1:57:44.663 PM mdworker: Invalid char   for PropertyName in line 65
    5/7/12 1:57:44.663 PM mdworker: Invalid char   for PropertyName in line 65
    5/7/12 1:57:44.663 PM mdworker: Invalid char   for PropertyName in line 65
    5/7/12 1:57:44.663 PM mdworker: Invalid char   for PropertyName in line 65
    5/7/12 1:57:44.663 PM mdworker: Invalid char   for PropertyName in line 65
    5/7/12 1:57:44.663 PM mdworker: Invalid char   for PropertyName in line 65
    5/7/12 1:57:44.663 PM mdworker: Invalid char   for PropertyName in line 65
    5/7/12 1:57:44.663 PM mdworker: Invalid char   for PropertyName in line 65
    5/7/12 1:57:44.664 PM mdworker: Invalid char , for PropertyName in line 65
    5/7/12 1:57:44.664 PM mdworker: Invalid char   for PropertyName in line 65
    5/7/12 1:57:44.664 PM mdworker: Invalid char   for PropertyName in line 65
    5/7/12 1:57:44.664 PM mdworker: Invalid char   for PropertyName in line 65
    5/7/12 1:57:44.664 PM mdworker: Invalid char   for PropertyName in line 65
    5/7/12 1:57:44.664 PM mdworker: Invalid char   for PropertyName in line 65
    5/7/12 1:57:44.664 PM mdworker: Invalid char   for PropertyName in line 65
    5/7/12 1:57:44.664 PM mdworker: Invalid char . for PropertyName in line 65
    5/7/12 1:57:44.664 PM mdworker: Invalid char " for PropertyName in line 65
    5/7/12 1:57:44.664 PM mdworker: Invalid char
    for PropertyName in line 65
    5/7/12 1:57:44.664 PM mdworker: Invalid char
    for PropertyName in line 65
    5/7/12 1:57:44.664 PM mdworker: Invalid char # for PropertyName in line 65
    5/7/12 1:57:44.664 PM mdworker: Invalid char # for PropertyName in line 65
    5/7/12 1:57:44.664 PM mdworker: Invalid char # for PropertyName in line 65
    5/7/12 1:57:44.664 PM mdworker: Invalid char # for PropertyName in line 65
    5/7/12 1:57:44.664 PM mdworker: Invalid char # for PropertyName in line 65
    5/7/12 1:57:44.664 PM mdworker: Invalid char # for PropertyName in line 65
    5/7/12 1:57:44.664 PM mdworker: Invalid char # for PropertyName in line 65
    5/7/12 1:57:44.664 PM mdworker: Invalid char # for PropertyName in line 65
    5/7/12 1:57:44.664 PM mdworker: Invalid char # for PropertyName in line 65
    5/7/12 1:57:44.664 PM mdworker: Invalid char # for PropertyName in line 65
    5/7/12 1:57:44.664 PM mdworker: Invalid char # for PropertyName in line 65
    5/7/12 1:57:44.664 PM mdworker: Invalid char # for PropertyName in line 65
    5/7/12 1:57:44.664 PM mdworker: Invalid char # for PropertyName in line 65
    5/7/12 1:57:44.664 PM mdworker: Invalid char # for PropertyName in line 65
    5/7/12 1:57:44.664 PM mdworker: Invalid char # for PropertyName in line 65
    5/7/12 1:57:44.664 PM mdworker: Invalid char # for PropertyName in line 65
    5/7/12 1:57:44.664 PM mdworker: Invalid char # for PropertyName in line 65
    5/7/12 1:57:44.664 PM mdworker: Invalid char # for PropertyName in line 65
    5/7/12 1:57:44.664 PM mdworker: Invalid char # for PropertyName in line 65
    5/7/12 1:57:44.664 PM mdworker: Invalid char # for PropertyName in line 65
    5/7/12 1:57:44.664 PM mdworker: Invalid char # for PropertyName in line 65
    5/7/12 1:57:44.664 PM mdworker: Invalid char # for PropertyName in line 65
    5/7/12 1:57:44.664 PM mdworker: Invalid char # for PropertyName in line 65
    5/7/12 1:57:44.664 PM mdworker: Invalid char # for PropertyName in line 65
    5/7/12 1:57:44.664 PM mdworker: Invalid char # for PropertyName in line 65
    5/7/12 1:57:44.665 PM mdworker: Invalid char # for PropertyName in line 65
    5/7/12 1:57:44.665 PM mdworker: Invalid char # for PropertyName in line 65
    5/7/12 1:57:44.665 PM mdworker: Invalid char # for PropertyName in line 65
    5/7/12 1:57:44.665 PM mdworker: Invalid char # for PropertyName in line 65
    5/7/12 1:57:44.665 PM mdworker: Invalid char # for PropertyName in line 65
    5/7/12 1:57:44.665 PM mdworker: Invalid char # for PropertyName in line 65
    5/7/12 1:57:44.665 PM mdworker: Invalid char # for PropertyName in line 65
    5/7/12 1:57:44.665 PM mdworker: Invalid char # for PropertyName in line 65
    5/7/12 1:57:44.665 PM mdworker: Invalid char # for PropertyName in line 65
    5/7/12 1:57:44.665 PM mdworker: Invalid char # for PropertyName in line 65
    5/7/12 1:57:44.665 PM mdworker: Invalid char # for PropertyName in line 65
    5/7/12 1:57:44.665 PM mdworker: Invalid char # for PropertyName in line 65
    5/7/12 1:57:44.665 PM mdworker: Invalid char # for PropertyName in line 65
    5/7/12 1:57:44.665 PM mdworker: Invalid char # for PropertyName in line 65
    5/7/12 1:57:44.665 PM mdworker: Invalid char # for PropertyName in line 65
    5/7/12 1:57:44.665 PM mdworker: Invalid char # for PropertyName in line 65
    5/7/12 1:57:44.665 PM mdworker: Invalid char # for PropertyName in line 65
    5/7/12 1:57:44.665 PM mdworker: Invalid char # for PropertyName in line 65
    5/7/12 1:57:44.665 PM mdworker: Invalid char # for PropertyName in line 65
    5/7/12 1:57:44.665 PM mdworker: Invalid char # for PropertyName in line 65
    5/7/12 1:57:44.665 PM mdworker: Invalid char # for PropertyName in line 65
    5/7/12 1:57:44.665 PM mdworker: Invalid char # for PropertyName in line 65
    5/7/12 1:57:44.665 PM mdworker: Invalid char # for PropertyName in line 65
    5/7/12 1:57:44.665 PM mdworker: Invalid char # for PropertyName in line 65
    5/7/12 1:57:44.665 PM mdworker: Invalid char # for PropertyName in line 65
    5/7/12 1:57:44.665 PM mdworker: Invalid char # for PropertyName in line 65
    5/7/12 1:57:44.665 PM mdworker: Invalid char # for PropertyName in line 65
    5/7/12 1:57:44.665 PM mdworker: Invalid char # for PropertyName in line 65
    5/7/12 1:57:44.665 PM mdworker: Invalid char # for PropertyName in line 65
    5/7/12 1:57:44.665 PM mdworker: Invalid char # for PropertyName in line 65
    5/7/12 1:57:44.665 PM mdworker: Invalid char # for PropertyName in line 65
    5/7/12 1:57:44.665 PM mdworker: Invalid char # for PropertyName in line 65
    5/7/12 1:57:44.665 PM mdworker: Invalid char # for PropertyName in line 65
    5/7/12 1:57:44.665 PM mdworker: Invalid char # for PropertyName in line 65
    5/7/12 1:57:44.665 PM mdworker: Invalid char # for PropertyName in line 65
    5/7/12 1:57:44.665 PM mdworker: Invalid char # for PropertyName in line 65
    5/7/12 1:57:44.666 PM mdworker: Invalid char # for PropertyName in line 65
    5/7/12 1:57:44.666 PM mdworker: Invalid char # for PropertyName in line 65
    5/7/12 1:57:44.666 PM mdworker: Invalid char # for PropertyName in line 65
    5/7/12 1:57:44.666 PM mdworker: Invalid char # for PropertyName in line 65
    5/7/12 1:57:44.666 PM mdworker: Invalid char # for PropertyName in line 65
    5/7/12 1:57:44.666 PM mdworker: Invalid char # for PropertyName in line 65
    5/7/12 1:57:44.666 PM mdworker: Invalid char # for PropertyName in line 65
    5/7/12 1:57:44.666 PM mdworker: Invalid char # for PropertyName in line 65
    5/7/12 1:57:44.666 PM mdworker: Invalid char # for PropertyName in line 65
    5/7/12 1:57:44.666 PM mdworker: Invalid char # for PropertyName in line 65
    5/7/12 1:57:44.666 PM mdworker: Invalid char # for PropertyName in line 65
    5/7/12 1:57:44.666 PM mdworker: Invalid char
    for PropertyName in line 65
    5/7/12 1:57:44.666 PM mdworker: Invalid char
    for PropertyName in line 65
    5/7/12 1:57:58.906 PM mdworker32: kCGErrorFailure: Set a breakpoint @ CGErrorBreakpoint() to catch errors as they are logged.
    5/7/12 1:58:33.926 PM com.apple.mdworker.pool.0: I/O error : encoder error
    5/7/12 1:58:35.954 PM com.apple.mdworker.pool.0: I/O error : encoder error
    5/7/12 1:58:44.425 PM com.apple.mdworker.pool.0: I/O error : encoder error
    5/7/12 1:58:44.556 PM com.apple.mdworker.pool.0: I/O error : encoder error
    5/7/12 1:58:44.610 PM com.apple.mdworker.pool.0: I/O error : encoder error
    5/7/12 1:58:44.648 PM com.apple.mdworker.pool.0: I/O error : encoder error
    5/7/12 1:58:44.681 PM com.apple.mdworker.pool.0: I/O error : encoder error
    5/7/12 1:58:47.340 PM com.apple.mdworker.pool.0: I/O error : encoder error
    5/7/12 1:59:01.135 PM mdworker: *** Failed to decode QUOT-PRINTED data, treating as binary
    5/7/12 1:59:05.286 PM mdworker: *** Failed to decode QUOT-PRINTED data, treating as binary
    5/7/12 1:59:51.496 PM com.apple.mdworker.pool.0: I/O error : encoder error
    5/7/12 2:00:23.552 PM mdworker: *** Failed to decode QUOT-PRINTED data, treating as binary
    5/7/12 2:03:48.743 PM [0x0-0x2c02c].com.apple.iTunes: Successfully connected to the Intel plugin
    5/7/12 2:03:48.743 PM [0x0-0x2c02c].com.apple.iTunes: Version from driver for Certificates 1
    5/7/12 2:09:09.060 PM Finder: --ImageKit Error: updateGLTextureWithBitmapData: glPixelStorei returned an error : 506 (subSize=[82.000000,18.000000] offset [340.000000,0.000000] glID:2, context:0x7f8e7c603bd0)
    5/7/12 2:09:09.060 PM Finder: --ImageKit Error: updateGLTextureWithBitmapData: glPixelStorei returned an error : 506 (subSize=[60.000000,18.000000] offset [0.000000,18.000000] glID:2, context:0x7f8e7c603bd0)
    5/7/12 2:09:09.060 PM Finder: --ImageKit Error: updateGLTextureWithBitmapData: glPixelStorei returned an error : 506 (subSize=[65.000000,18.000000] offset [422.000000,0.000000] glID:2, context:0x7f8e7c603bd0)
    5/7/12 2:09:09.060 PM Finder: --ImageKit Error: updateGLTextureWithBitmapData: glPixelStorei returned an error : 506 (subSize=[61.000000,18.000000] offset [487.000000,0.000000] glID:2, context:0x7f8e7c603bd0)
    5/7/12 2:09:09.060 PM Finder: --ImageKit Error: updateGLTextureWithBitmapData: glPixelStorei returned an error : 506 (subSize=[37.000000,18.000000] offset [0.000000,36.000000] glID:2, context:0x7f8e7c603bd0)
    5/7/12 2:09:09.060 PM Finder: --ImageKit Error: updateGLTextureWithBitmapData: glPixelStorei returned an error : 506 (subSize=[66.000000,18.000000] offset [548.000000,0.000000] glID:2, context:0x7f8e7c603bd0)
    5/7/12 2:09:09.061 PM Finder: --ImageKit Error: updateGLTextureWithBitmapData: glPixelStorei returned an error : 506 (subSize=[62.000000,18.000000] offset [614.000000,0.000000] glID:2, context:0x7f8e7c603bd0)
    5/7/12 2:09:09.061 PM Finder: --ImageKit Error: updateGLTextureWithBitmapData: glPixelStorei returned an error : 506 (subSize=[67.000000,18.000000] offset [676.000000,0.000000] glID:2, context:0x7f8e7c603bd0)
    5/7/12 2:09:09.061 PM Finder: --ImageKit Error: updateGLTextureWithBitmapData: glPixelStorei returned an error : 506 (subSize=[57.000000,18.000000] offset [743.000000,0.000000] glID:2, context:0x7f8e7c603bd0)
    5/7/12 2:09:09.061 PM Finder: --ImageKit Error: updateGLTextureWithBitmapData: glPixelStorei returned an error : 506 (subSize=[61.000000,18.000000] offset [800.000000,0.000000] glID:2, context:0x7f8e7c603bd0)
    5/7/12 2:09:09.061 PM Finder: --ImageKit Error: updateGLTextureWithBitmapData: glPixelStorei returned an error : 506 (subSize=[72.000000,18.000000] offset [861.000000,0.000000] glID:2, context:0x7f8e7c603bd0)
    5/7/12 2:09:09.061 PM Finder: --ImageKit Error: updateGLTextureWithBitmapData: glPixelStorei returned an error : 506 (subSize=[24.000000,18.000000] offset [933.000000,0.000000] glID:2, context:0x7f8e7c603bd0)
    5/7/12 2:09:09.061 PM Finder: --ImageKit Error: updateGLTextureWithBitmapData: glPixelStorei returned an error : 506 (subSize=[33.000000,18.000000] offset [957.000000,0.000000] glID:2, context:0x7f8e7c603bd0)
    5/7/12 2:09:09.061 PM Finder: --ImageKit Error: updateGLTextureWithBitmapData: glPixelStorei returned an error : 506 (subSize=[40.000000,18.000000] offset [160.000000,18.000000] glID:2, context:0x7f8e7c603bd0)
    5/7/12 2:09:09.061 PM Finder: --ImageKit Error: updateGLTextureWithBitmapData: glPixelStorei returned an error : 506 (subSize=[39.000000,18.000000] offset [200.000000,18.000000] glID:2, context:0x7f8e7c603bd0)
    5/7/12 2:09:09.062 PM Finder: --ImageKit Error: updateGLTextureWithBitmapData: glPixelStorei returned an error : 506 (subSize=[41.000000,18.000000] offset [239.000000,18.000000] glID:2, context:0x7f8e7c603bd0)
    5/7/12 2:09:09.062 PM Finder: --ImageKit Error: updateGLTextureWithBitmapData: glPixelStorei returned an error : 506 (subSize=[66.000000,18.000000] offset [280.000000,18.000000] glID:2, context:0x7f8e7c603bd0)
    5/7/12 2:09:09.062 PM Finder: --ImageKit Error: updateGLTextureWithBitmapData: glPixelStorei returned an error : 506 (subSize=[26.000000,18.000000] offset [990.000000,0.000000] glID:2, context:0x7f8e7c603bd0)
    5/7/12 2:09:09.062 PM Finder: --ImageKit Error: updateGLTextureWithBitmapData: glPixelStorei returned an error : 506 (subSize=[94.000000,18.000000] offset [346.000000,18.000000] glID:2, context:0x7f8e7c603bd0)
    5/7/12 2:09:09.062 PM Finder: --ImageKit Error: updateGLTextureWithBitmapData: glPixelStorei returned an error : 506 (subSize=[73.000000,18.000000] offset [440.000000,18.000000] glID:2, context:0x7f8e7c603bd0)
    5/7/12 2:09:09.062 PM Finder: --ImageKit Error: updateGLTextureWithBitmapData: glPixelStorei returned an error : 506 (subSize=[46.000000,18.000000] offset [513.000000,18.000000] glID:2, context:0x7f8e7c603bd0)
    5/7/12 2:09:09.062 PM Finder: --ImageKit Error: updateGLTextureWithBitmapData: glPixelStorei returned an error : 506 (subSize=[103.000000,18.000000] offset [559.000000,18.000000] glID:2, context:0x7f8e7c603bd0)
    5/7/12 2:09:09.062 PM Finder: --ImageKit Error: updateGLTextureWithBitmapData: glPixelStorei returned an error : 506 (subSize=[35.000000,18.000000] offset [662.000000,18.000000] glID:2, context:0x7f8e7c603bd0)
    5/7/12 2:09:09.062 PM Finder: --ImageKit Error: updateGLTextureWithBitmapData: glPixelStorei returned an error : 506 (subSize=[46.000000,18.000000] offset [697.000000,18.000000] glID:2, context:0x7f8e7c603bd0)
    5/7/12 2:09:09.063 PM Finder: --ImageKit Error: updateGLTextureWithBitmapData: glPixelStorei returned an error : 506 (subSize=[115.000000,18.000000] offset [743.000000,18.000000] glID:2, context:0x7f8e7c603bd0)
    5/7/12 2:09:09.063 PM Finder: --ImageKit Error: updateGLTextureWithBitmapData: glPixelStorei returned an error : 506 (subSize=[51.000000,18.000000] offset [858.000000,18.000000] glID:2, context:0x7f8e7c603bd0)
    5/7/12 2:09:09.063 PM Finder: --ImageKit Error: updateGLTextureWithBitmapData: glPixelStorei returned an error : 506 (subSize=[83.000000,18.000000] offset [909.000000,18.000000] glID:2, context:0x7f8e7c603bd0)
    5/7/12 2:09:09.063 PM Finder: --ImageKit Error: updateGLTextureWithBitmapData: glPixelStorei returned an error : 506 (subSize=[46.000000,18.000000] offset [85.000000,36.000000] glID:2, context:0x7f8e7c603bd0)
    5/7/12 2:09:09.063 PM Finder: --ImageKit Error: updateGLTextureWithBitmapData: glPixelStorei returned an error : 506 (subSize=[88.000000,18.000000] offset [131.000000,36.000000] glID:2, context:0x7f8e7c603bd0)
    5/7/12 2:09:09.064 PM Finder: --ImageKit Error: error before reading pixels: 506
    5/7/12 2:09:09.064 PM Finder: --ImageKit Error: error after reading pixels: 506
    5/7/12 2:09:33.993 PM com.apple.launchd.peruser.501: ([0x0-0x20020].com.apple.A

    Please carefully read Lion Setup Assistant tips, this will show you how to move your files. It's extremely simple to do, also please book mark and begin using:
    Mac 101
    Switch 101
    Find Out How Video tutorials
    List of Useful URLs for switchers
    To be honest I think you're over thinking the matter and making your transition more difficult than need be. IMHO this is natural coming from the Windows world where managing your system is difficult, not so with OS X. Take some look over the URL's and study them and begin playing with the system and you'll see how easy it really is.

Maybe you are looking for

  • Image Preview Export automatically creates new "images" folder?

    Whenever I create an image within Fireworks CS4, I do so by following this procedure: Image Preview > Export (and then select either .jpg or .gif). If I want to place the image (to be named filename.jpg) within the following local directory: My Docum

  • Error 102 + Password Problems

    Hey guys, I'm having a problem with fixing my BlackBerry Torch 9800. My first problem was when it stated that I had this "Error 102" and I tried resolving that with the guide in BlackBerry's website but then I had to type in my password and every tim

  • Report generation report close

    Hi forum users - I've been stuck on a problem for a couple of weeks now and I could really use some help. Project Details: I have a SubVI that creates and appends a series of texts and graphs to a Word Document generated using the Report Generator To

  • Is there a way in iMovie 10 to add chapter markers?

    I used this feature constantly in previous versions of iMovie, but don't see a way to do this in version 10. Has this been dropped from version 10?

  • IMovie not recognizing camera (Canon ZR 700)

    Hello there, Just a few days ago we got our first Mac - an iMac 24". We had a great deal of problems with it from the beginning - going through the step-by-step set-up the computer froze, and then we had to install the operating system discs. Now I a