Cfdiv unknown tag

I am attempting to use cfdiv to autorefresh some content on a page an am getting the following error:
Unknown tag: cfdiv. ColdFusion cannot determine how to process the tag cfdiv because the tag is unknown and not in any imported tag libraries. The tag name might be misspelled. <br>The error occurred on line -1.
I am using DW CS3.
Any ideas?  Am I missing something?

>>  I have used user created tags by just downloading
>> some files. 
Not a dumb question. But as others mentioned, it is important to understand how things work and why. I suspect you are confusing custom tags / cfx tags with core cfml tags. Custom tags can be downloaded and installed separately. Core cfml tags, on the other hand, are built into the Adobe CF engine. They cannot be installed separately by you. Only through upgrades, patches, hotfixes, etcetera ..
http://help.adobe.com/en_US/ColdFusion/9.0/Developing/WSc3ff6d0ea77859461172e0811cbec0b2e1 -7fff.html

Similar Messages

  • Unknown tag name: [session] in XML node: [toplink-configuration].

    I get this exception at runtime, running TOPLink as persistence manager for my BMP WL7 beans. My sessions.xml validates according to the sessions_4_5.dtd file supplied with TOPLink, but yet I get this excpetion. Below is my complete sessions.xml, as well as teh header of the exception stack
    Sessions.xml
    <?xml version="1.0" encoding="US-ASCII"?>
    <!DOCTYPE toplink-configuration PUBLIC "-//Oracle Corp.//DTD TopLink for JAVA 4.5//EN" "sessions_4_5.dtd">
    <toplink-configuration>
         <session>
              <name>entitySession</name>
              <project-class>za.co.discovery.legalentity.persistence.TOPLinkProject</project-class>
              <session-type>
                   <server-session/>
              </session-type>
              <login>
                   <uses-external-connection-pool>true</uses-external-connection-pool>
                   <uses-external-transaction-controller>true</uses-external-transaction-controller>
              </login>
              <external-transaction-controller-class>oracle.toplink.jts.wls.WebLogicJTSExternalTransactionController</external-transaction-controller-class>
              <enable-logging>true</enable-logging>
              <logging-options>
                   <log-debug>false</log-debug>
                   <log-exceptions>true</log-exceptions>
                   <log-exception-stacktrace>true</log-exception-stacktrace>
                   <print-thread>false</print-thread>
                   <print-session>true</print-session>
                   <print-connection>true</print-connection>
                   <print-date>false</print-date>
              </logging-options>
         </session>
    </toplink-configuration>
    and the stack trace:
    1) testAll(za.co.discovery.legalentity.ejb.test.ClassVersionTest)java.rmi.RemoteException: Exception in ejbFindByPrimaryKey; nested exception is:
         EXCEPTION [TOPLINK-7094] (TopLink - 9.0.3 (Build 423)): oracle.toplink.exceptions.ValidationException
    EXCEPTION DESCRIPTION: LOCAL EXCEPTION STACK:
    EXCEPTION DESCRIPTION: Several [2] SessionLoaderExceptions were thrown:
    EXCEPTION [TOPLINK-9002] (TopLink - 9.0.3 (Build 423)): oracle.toplink.exceptions.SessionLoaderException
    EXCEPTION DESCRIPTION: Unable to load Project class [za.co.discovery.legalentity.persistence.TOPLinkProject].
    INTERNAL EXCEPTION: java.lang.ExceptionInInitializerError
    EXCEPTION [TOPLINK-9001] (TopLink - 9.0.3 (Build 423)): oracle.toplink.exceptions.SessionLoaderException
    EXCEPTION DESCRIPTION: Unknown tag name: [session] in XML node: [toplink-configuration].
    INTERNAL EXCEPTION: java.lang.reflect.InvocationTargetException
    TARGET INVOCATION EXCEPTION: java.lang.NullPointerException
         at oracle.toplink.exceptions.SessionLoaderException.finalException(Unknown Source)
         at oracle.toplink.tools.sessionconfiguration.XMLLoader.load(Unknown Source)
         at oracle.toplink.tools.sessionmanagement.SessionManager.getSession(Unknown Source)
         at oracle.toplink.tools.sessionmanagement.SessionManager.getSession(Unknown Source)
         at oracle.toplink.ejb.EJBDataStore.getSession(Unknown Source)
         at oracle.toplink.ejb.EJBDataStore.getDescriptor(Unknown Source)
         at oracle.toplink.ejb.EJBDataStore.getWrapperPolicy(Unknown Source)
         at oracle.toplink.ejb.EJBDataStore.findByPrimaryKey(Unknown Source)
         at oracle.toplink.ejb.bmp.BMPEntityBase.findByPrimaryKey(Unknown Source)
         at za.co.discovery.legalentity.ejb.LegalEntityEJB.ejbFindByPrimaryKey(LegalEntityEJB.java:67)
    all help appreciated!
    thanks
    Alwyn ([email protected])

    Hi Alwyn
    I've seen this exact problem before when the sessions.xml file has been parsed by a different version of xerces from the one provided in TopLink. Is this a possibility?
    JIM

  • Parsing (skipping) unknown tags with JAXB...

    Does anybody know how can I skip unrecognised tags, during unmarshalling an XML document with JAXB?
    For example : the schema-compliant document is :
    <document>
    <Version>3.20</Version>
    <Account>Account</Account>
    <Password>Password</Password>
    </document>
    and a possible modification would be :
    <document>
    <Version>3.21</Version>
    <unknowntag>aaaabbbb</unknowntag>
    <Account>Account</Account>
    <Password>Password</Password>
    </document>
    (a new unknown tag was introduced).
    so : the document is well-formed anyway (not strictly valid), but the second time a new unknown tag was introduced. I couldn't map it to a Java object (of course, because my data model could not foresee it), but I would like JAXB to skip it and have the program flow behaving exactly as the first case... ignoring this new unknown tag.
    Thanks for any answer anybody could ever give me...
    Emilio.

    Finally I found a workaround to this problem :
    I used an XSL transformation from the incoming document into itself, according to the pattern matching provided by an xsl stylesheet, before giving it to JAXB. Definitely an XSL specular preprocessor (wow! sound cool!).
    That is :
    having an incoming XML document, I write an XSL stylesheet that transforms the original XML document into another XML having the same tags (that is... itself).
    In this way, I can then give to JAXB a resulting XML document that contains ONLY those tags that I was expecting it to elaborate, since all the others (the unknown ones) were discarded by the xsl preprocessor.
    And... that's it.
    In this way I finally wrote an application able to skip unrecognized tags and elaborating by JAXB only the know ones. And that's what I was looking for :-)
    Hope it could help you.
    Bye,
    emils.

  • How to mute: warning - @ABC-XYZ is an unknown tag ?

    Hello,
    I am using Java 1.4.2, XDoclet 1.2.2 and Ant 1.6.2.
    When I put the ejbdoclet tags in my java source file for my bean
    and then run javadoc through Ant I get the following warnings:
    warning - @ejb.interface-method is an unknown tag.
    warning - @ejb.ejb-ref is an unknown tag.
    warning - @jonas.ejb-ref is an unknown tag.
    warning - @jboss.ejb-ref-jndi is an unknown tag.
    warning - @weblogic.ejb-reference-description is an unknown tag.
    I have defined following tags (bellow) for mute all xdoclet tag
    warnings, but it seems all tags containing minus (-) char within
    the name are problematic and warnings occured in spite of that.
    <tag name="ejb.bean" scope="all" description="XDoclet tag:" />
    <tag name="ejb.home" scope="all" description="XDoclet tag:" />
    <tag name="ejb.interface" scope="all" description="XDoclet tag:" />
    <tag name="ejb.interface-method" scope="all" description="XDoclet tag:" />
    <tag name="ejb.ejb-ref" scope="all" description="XDoclet tag:" />
    <tag name="ejb.transaction" scope="all" description="XDoclet tag:" />
    <tag name="jonas.bean" scope="all" description="XDoclet tag:" />
    <tag name="jonas.ejb-ref" scope="all" description="XDoclet tag:" />
    <tag name="jboss.ejb-ref-jndi" scope="all" description="XDoclet tag:" />
    <tag name="weblogic.ejb-reference-description" scope="all" description="XDoclet tag:" />
    Warnings don't show for tags without minus (-) char in the tag name (for
    example for ejb.bean, ejb.home, etc.)
    Is there possibility to mute warnings for tags that contain (-)
    char in the name?
    Thank you in advance for your advice,
    with best regards,
    Julian Legeny

    I have try to use backslash, for example
    <tag name="ejb.interface\-method" scope="all" description="XDoclet tag:" />
    but it doesn't solve the problem.
    With best regards,
    Julian Legeny

  • 500 Unknown tag: cfdump.

    For some reason, cfdump is not working on our Intranet
    server.
    We are running CFMX7.02 on Windows XP. The error page that
    appears when a CFDUMP tag is run is as follows:
    500 Unknown tag: cfdump.
    Unknown tag: cfdump.
    Any suggestions? I've searched high and low and have found no
    answers. Your help would be much appreciated.
    Thanks,
    Marc

    Where we're at right now is that it turns out that the
    standard version of CFMX7 was installed on top of the trial
    version. There was indeed one error in the installation log, and
    from when we were working with the trial version I remember that it
    took only one error to seriously foul things up. So we're wiping
    all old ColdFusion files off the server to do a clean install.
    Hopefully that will clear things up.
    Basically, all valid instances of cfdump were failing. For
    example:
    <cfdump var="#FORM#" label="Dump of FORM Variables">
    Thanks much for the help and tips... hopefully this will lead
    to the right fix. I'll follow up when I find out more after the
    install.

  • Unknown tag when using JSTL

    hi, I'm using BEA Workshop, I tried to use standard tag library but it keeps tell me an error "unknown tag", the tag I'm trying to use is:
    <c:set var="ID" value=${param.id}>

    and of course dont forget to close tag
    <c:set var="ID" value="${param.id}" ></c:set> or just
    <c:set var="ID" value="${param.id}"  />

  • How can i create and paste my own tags into source page of a html editor

    I download ekit and try to customize.
    I wrote a similar code:
    TagEditor extends HTML
    , and inner class:
    ExtendedTag extends Tag
    by following similar structure with javax.swing.text.html
    I added my own tags into tagList in HTMLUtilities class which is in com.hexidec.ekit.component. Because it is initialized three times when i run the program.
    I add a button to multitoolbar, and wrote a insertMyTag method in class EkitCore:
    private void insertMyTag() throws IOException, BadLocationException, RuntimeException {
    int caretPos = jtpMain.getCaretPosition();
    // htmlKit.insertHTML(htmlDoc, caretPos, "<VAZIFE>", 0, 0, TagEditor.ExtendedTag.VAZIFE);
    jtpMain.setText("<HTML><BODY><VAZIFE></BODY></HTML>");
    jtpSource.setText(jtpMain.getText());
    jtpMain.setText does display in the source editor but the default HTMLEditorKit creates the unkown tags and inserts them into the html view output with box-like borders. I want to keep the tags in the source but remove them from the output view so the user only sees the normal HTML output and my app sees the XML tags.
    What do I need to do in insertMyTag to turn off the strange display of
    unknown tags? Is there an easier way to do this?
    Thanks

    Or, take a ScreenHunter image of the list and email that to yourself.

  • For your reference: A real life AppleScript script regarding custom tags

    I'm working through a collection of photographs from iPhoto. One problem I have is that I have more than one set of the photographs and trying to eradicate duplicates and identify the true original images is rather difficult.
    One thing that can help is referring to the complete EXIF data from the image file. Unfortunately, Aperture doesn't give us the complete EXIF set, only a subset. In addition, Aperture doesn't allow us to see the File date/time; only the Image date/time.
    So I wrote this script. Before running the script, I batch renamed all of the images in my subject project using '<counter 4>—<Master Name>' to be sure that every image had a unique name. I then exported the masters from the subject project using '<Version Name>', the reason being that Aperture doesn't allow access to the file name via AppleScript. GraphicConverter will read the EXIF data from this exported set and the script will write most of the EXIF data back to the image in Aperture via custom tags.
    One caveat: Aperture is *slow*. It requires almost 4 seconds to write each custom tag. With 6000+ images in my subject project, this script will take a while to complete.
    The script:
    tell application "Aperture"
    activate
    tell project "untitled Project" of folder ""
    -- set theImages to every image version
    -- move through the images one by one, deleting and creating the appropriate
    -- custom tags from exif text obtained from exported versions via GraphicConverter.
    repeat with i from 1 to theImages's length
    tell theImages's item i
    -- tell image version id "++s5iIgRT1uKC8lrxd5bMg" -- test image
    delete (every custom tag whose name begins with "GC–")
    set exifdata to getEXIF(name) of me
    repeat with i from 1 to exifdata's length
    copy ("GC– " & exifdata's item i's first item) to tName
    copy (exifdata's item i's second item) to tValue
    make new custom tag with properties {name:tName, value:tValue}
    end repeat
    end tell
    end repeat
    end tell
    end tell
    return
    property exportedImagesFolder : alias "Bulbul:- exported from Aperture -:Canon IXUS 2:"
    property exifTagsToIgnore : {"Make", ¬
    "Model", ¬
    "Resolution unit", ¬
    "Y and C positioning", ¬
    "Exposure time", ¬
    "F number", ¬
    "Exif version", ¬
    "Meaning of each component", ¬
    "Shutter speed", ¬
    "Aperture", ¬
    "Exposure bias", ¬
    "Maximum lens aperture", ¬
    "Metering mode", ¬
    "Flash", ¬
    "Lens focal length", ¬
    "Unknown tag (1)", ¬
    "Owner Name", ¬
    "Color Space", ¬
    "Interoperability Index", ¬
    "Focal plane resolution unit", ¬
    "White balance", ¬
    "Resolution unit", ¬
    "Offset to JPEG SOI", ¬
    "Bytes of JPEG data"}
    to getEXIF(vName)
    copy alias ((exportedImagesFolder as string) & vName & ".jpg") to vFile
    tell application "GraphicConverter"
    copy (get file exif of vFile) to theEXIF
    end tell
    set AppleScript's text item delimiters to ","
    repeat with i from 1 to theEXIF's length
    set theEXIF's item i to ¬
    {text item 3 of theEXIF's item i, text from text item 4 to -1 of theEXIF's item i}
    end repeat
    set AppleScript's text item delimiters to ""
    set newEXIF to {}
    set fileDate to ""
    set imageDate to ""
    repeat with i from 1 to theEXIF's length
    copy theEXIF's item i's first item to tName
    if tName is not in exifTagsToIgnore and ¬
    tName does not start with "Unknown" then
    set end of newEXIF to theEXIF's item i
    if tName begins with "File date and time" then
    set fileDate to date (theEXIF's item i's second item)
    else if tName begins with "Date and time of original" then
    set imageDate to date (theEXIF's item i's second item)
    end if
    end if
    end repeat
    if fileDate is not "" and imageDate is not "" then
    if fileDate is less than (imageDate + 24 * 60 * 60) then
    set end of newEXIF to {"File & Image Same Date", "True"}
    else
    set end of newEXIF to {"File & Image Same Date", "False"}
    end if
    end if
    return newEXIF
    end getEXIF

    Correction 1:
    please uncomment the line near the top of the script that reads:
    -- set theImages to every image version
    Correction 2:
    writing the custom tags via AppleScript gets faster after Aperture's done it a few times.

  • [ADF] Having Difficulties in Figuring Out Using the af:selectInputText Tag

    This is my first time using the ADF tags.
    The <af:selectInputText> is an input component that can launch a dialog and automatically accept its return value.
    My pop-up is a data table that provides "code" and "description". And the selection made will be return to the parent page and the "code" will be populated in the input field.
    First, I tested if my data table can be constructed successfully. Yes, I am able to use the JSF <h:dataTable> tag to display without problem.
    Second, I have adf-faces-api-10_1_3_0_4.jar and adf-faces-impl-10_1_3_0_4.jar in my WEB-INF/lib directory.
    Third, my web.xml and faces-config.xml work well because I was able to render JSF tags.
    Fourth, I have created the adf-faces-config.xml file with its contents directly copied from the ADF Configuration web site. The adf-faces-config.xml is placed together with the web.xml and faces-config.xml files.
    Fifth, on top of my ***.jsp, I added
    <%@ taglib uri="http://xmlns.oracle.com/adf/faces/EA10" prefix="af" %>
    <%@ taglib uri="http://xmlns.oracle.com/adf/faces/EA10/html" prefix="afh" %>
    However, the IDE says that <af:selectInputText ...> is an unknown tag.
    Besides, for the value of the "action" attribute of the <af:selectInputText ...>, what is supposed to be filled for the "dialog:?????"
    and the compiler starts complaining that the "value" attribute in my <h:dataTable ...> has no value! But, my <h:dataTable ....> worked well before I introduced ADF.
    Here is my code in the ***.jsp:
         <f:view>
              <h:form>
                     <af:selectInputText label="Sex: " id="idInputText"
                       value="#{listOfValuesManagementBean.selectedGender}"
                    popupTitle="Sex Types"
                        action="dialog:????????????" windowWidth="300" windowHeight="200">
                       <h:dataTable id="gender" value="#{listOfValuesManagementBean.genderTypes}" var="genderType">
                            <h:column>
                                 <f:facet name="header">
                                      <h:outputText value="Code"/>
                                 </f:facet>
                                 <h:outputText value="#{genderType.code}"/>
                            </h:column>
                            <h:column>
                                 <f:facet name="header">
                                      <h:outputText value="Description"/>
                                 </f:facet>
                                 <h:outputText value="#{genderType.description}"/>
                            </h:column>                   
                       </h:dataTable>
              </af:selectInputText>             
              </h:form>
         </f:view>

    I use IBM Rational Application Developer (RAD v.7)
    As you know that my JSF code had worked before I started introducing ADF tags.
    Now, I have resoved all the complilation complaints in my ***.jsp where I have the ADF <af:selectInputText ...> tag and all tags inside the <af:selectInputText ...> tag.
    But, I have the "Error 500: Cannot find FacesContext" in the browser when I run the ***.jsp.
    I believe it is in my web.xml file:
    <?xml version="1.0" encoding="UTF-8"?>
    <web-app id="WebApp_ID" version="2.4" xmlns="http://java.sun.com/xml/ns/j2ee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd">
         <display-name>
         ADF_TEST</display-name>
         <context-param>
              <description>
              The location where state information is saved.
    Valid values are 'server' (typically saved in HttpSession) and 'client' (typically
    saved as a hidden field in the form.
    Default is server.</description>
              <param-name>javax.faces.STATE_SAVING_METHOD</param-name>
              <param-value>client</param-value>
         </context-param>
         <context-param>
              <param-name>javax.faces.CONFIG_FILES</param-name>
              <param-value>/WEB-INF/faces-config.xml</param-value>
         </context-param>
         <context-param>
              <description>
              The default suffix for extension-mapped resources that contain JSF components.
    Default is '.jsp'.</description>
              <param-name>javax.faces.DEFAULT_SUFFIX</param-name>
              <param-value>.jsp</param-value>
         </context-param>
         <context-param>
              <description>
              Number of Views to be stored in the session when Server-Side State Saving is being used.
    Default is 15.</description>
              <param-name>com.sun.faces.NUMBER_OF_VIEWS_IN_SESSION</param-name>
              <param-value>15</param-value>
         </context-param>
         <context-param>
              <description>
              If set to true while server-side state saving is being used, a serialized representation
    of the view is stored on the server. This allows for failover and sever clustering support.
    Default is false. This parameter is not available in JSF 1.0.</description>
              <param-name>com.sun.faces.enableHighAvailability</param-name>
              <param-value>false</param-value>
         </context-param>
         <context-param>
              <description>
              If set to true while client-side state saving is being used, reduces the number of bytes
    sent to the client by compressing the state before it is encoded and written as a hidden field.
    Default is false. This parameter is not available in JSF 1.0.</description>
              <param-name>com.sun.faces.COMPRESS_STATE</param-name>
              <param-value>false</param-value>
         </context-param>
         <context-param>
              <description>
              Monitors Faces JSP files for modifications and synchronizes a running server with
    the changes without restarting the server. If this parameter is set to false or
    removed from the deployment descriptor, any changes made to Faces JSP files may
    not be seen by the server until it is restarted. This parameter is usually set
    to true while the Faces JSP files are being developed and debugged in order to
    improve the performance of the development environment.</description>
              <param-name>com.ibm.ws.jsf.JSP_UPDATE_CHECK</param-name>
              <param-value>true</param-value>
         </context-param>
         <context-param>
              <description>
              Load JSF runtime when the application server starts up. If this parameter is set to false or removed,
    JSF runtime will be loaded and initialized when the first JSF request is processed.
    This may disable custom JSF extensions, such as factories defined in the project.</description>
              <param-name>com.ibm.ws.jsf.LOAD_FACES_CONFIG_AT_STARTUP</param-name>
              <param-value>true</param-value>
         </context-param>
         <context-param>
              <description>
              If set to true disables use of MultipartFacesContext, allowing underlying implementations to be used.
    MultipartFacesContext is required when the FileUpload component is used, and can be disabled otherwise.</description>
              <param-name>com.ibm.faces.DISABLE_JWL_MULTIPART_CONTEXT</param-name>
              <param-value>false</param-value>
         </context-param>
         <context-param>
              <description>
              Value, in milliseconds, to be used for Expires header for resources served by the JavaScript Resource Servlet.
    Default is never (31536000000 milliseconds or 1 year).</description>
              <param-name>com.ibm.faces.RESOURCE_EXPIRE_MS</param-name>
              <param-value>31536000000</param-value>
         </context-param>
         <context-param>
              <description>
              Defines the strictness of the conversion when converting from a string to a date.
    The higher the value, the more exactly the value must conform to the format.
    If 0 (liberal), all 'literals' are ignored while parsing a value, mis-ordered components will be rearranged,
    any missing component is supplied using the current datetime, misspellings and incomplete spellings are allowed
    (to the extent that they can be evaluated), 'E' and other non-unique components are ignored.
    If 1 (strict), all 'literals' are ignored while parsing a value, any missing component is supplied using the current
    datetime, misspellings and incomplete spellings are allowed (to the extent that they can be evaluated),
    'E' and other non-unique components are ignored. For example if the pattern is MMMM dd, yyyy a user can enter 'Feb/02/04'
    and it will be parsed as February 02, 2004.
    If 2 (very strict), an exact match is required except long month names can be 'shortened' to the minimum number of unique
    characters and 'E' and other non-unique components are ignored. Literals must match exactly.
    Default is 1.</description>
              <param-name>com.ibm.faces.DATETIME_ASSIST_STRICTNESS</param-name>
              <param-value>1</param-value>
         </context-param>
         <context-param>
              <description>
              Defines the strictness of the conversion when converting from a string to a number.
    The higher the value, the more exactly the value must conform to the pattern.
    For numbers, currently strictness levels of 0 and 1 are equivalent. If the strictness is 2,
    if number is signed, the sign must be provided (otherwise it's assumed positive).
    Default is 1.</description>
              <param-name>com.ibm.faces.NUMBER_ASSIST_STRICTNESS</param-name>
              <param-value>1</param-value>
         </context-param>
         <context-param>
              <description>
              Defines the path for resources such as JavaScript libraries and images.
    The value can be either:
    1. An empty string. Context path of the current application will be used.
    2. A path string. Example: /project13. A number. Specifies the number of nodes to use from the context path starting from the left.
    Example: With a value of 1 if the context path is /screen/faces/SSID110267549/RID1102676
    the path will be evaluated as /screen
    Default is an empty string.</description>
              <param-name>com.ibm.faces.USE_UNENCODED_CONTEXT_PATH</param-name>
              <param-value></param-value>
         </context-param>
         <context-param>
              <description>
              Sets a custom url-pattern for the JavaScript Resource servlet.
    Should match servlet mapping setting for the JavaScript Resource servlet. If the default default mapping
    value '/.ibmjsfres/*' is modified, this context-param should also be modified.
    </description>
              <param-name>com.ibm.faces.JS_RESOURCE_SERVLET_URL_PATTERN</param-name>
              <param-value>/.ibmjsfres/*</param-value>
         </context-param>
         <context-param>
              <description>
              If set to true, forces JavaScript Resource Servlet to cache all resources on the server.
    This can be useful when client-side caching is turned off.</description>
              <param-name>com.ibm.faces.JS_RESOURCE_SERVLET_CACHE</param-name>
              <param-value>false</param-value>
         </context-param>
         <context-param>
              <description>
              Sets a custom charset mapping properties file similar to converter.properties in WAS.</description>
              <param-name>com.ibm.faces.ENCODING_MAPPING</param-name>
              <param-value>converter.properties</param-value>
         </context-param>
         <context-param>
              <description>
              Number of Views to be stored in the session when Enhanced State Saving is being used.
    Default is 15.</description>
              <param-name>com.ibm.faces.ENHANCED_SERVER_STATE_SAVING_SESSION_STORED_VIEWS</param-name>
              <param-value>15</param-value>
         </context-param>
         <context-param>
              <description>
              If set to true, the entire JavaScript library, containing code for all components, will be included
    in the generated pages as one file. If set to false or removed, multiple smaller JavaScript files will be
    included, depending on the components used on the page.Default is false.</description>
              <param-name>com.ibm.faces.USE_HXCLIENT_FULL</param-name>
              <param-value>false</param-value>
         </context-param>
         <listener>
              <listener-class>com.sun.faces.config.ConfigureListener</listener-class>
         </listener>
         <servlet id="Servlet_1181745021880">
              <servlet-name>Faces Servlet</servlet-name>
              <servlet-class>
              javax.faces.webapp.FacesServlet</servlet-class>
              <load-on-startup> 1 </load-on-startup>
         </servlet>
         <servlet id="Servlet_1181745029380">
              <servlet-name>JavaScript Resource Servlet</servlet-name>
              <servlet-class>
              com.ibm.faces.webapp.JSResourceServlet</servlet-class>
              <load-on-startup>-1</load-on-startup>
         </servlet>
         <servlet-mapping>
              <servlet-name>Faces Servlet</servlet-name>
              <url-pattern>/faces/*</url-pattern>
         </servlet-mapping>
         <servlet-mapping>
              <servlet-name>Faces Servlet</servlet-name>
              <url-pattern>*.faces</url-pattern>
         </servlet-mapping>
         <servlet-mapping>
              <servlet-name>JavaScript Resource Servlet</servlet-name>
              <url-pattern>/.ibmjsfres/*</url-pattern>
         </servlet-mapping>
         <welcome-file-list>
              <welcome-file>index.html</welcome-file>
              <welcome-file>index.htm</welcome-file>
              <welcome-file>index.jsp</welcome-file>
              <welcome-file>default.html</welcome-file>
              <welcome-file>default.htm</welcome-file>
              <welcome-file>default.jsp</welcome-file>
         </welcome-file-list>
    </web-app>and my ***.jsp looks like:
    <%@ page language="java" contentType="text/html; charset=ISO-8859-1"
        pageEncoding="ISO-8859-1"%>
    <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
    <%@ taglib uri="http://java.sun.com/jsf/html" prefix="h" %>
    <%@ taglib uri="http://java.sun.com/jsf/core" prefix="f" %>
    <%@ taglib uri="http://xmlns.oracle.com/adf/faces" prefix="af" %>
    <%@ taglib uri="http://xmlns.oracle.com/adf/faces/html" prefix="afh" %>
    <html>
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
    <title>Test the ADF selectInputText Tag</title>
    </head>
    <body>
         <f:view>
              <h:form>
                    <af:selectInputText label="Sex: " id="idInputText"
                       value="#{listOfValuesManagementBean.selectedGender}"
                        action="dialog:chooseGender" windowWidth="300" windowHeight="200">
                       <af:table id="gender" value="#{inputListOfValuesManagementBean.genderTypes}" var="genderType">
                            <af:column>
                                 <f:facet name="header">
                                      <af:outputText value="Code"/>
                                 </f:facet>
                                 <af:outputText value="#{genderType.code}"/>
                            </af:column>
                            <af:column>
                                 <f:facet name="header">
                                      <af:outputText value="Description"/>
                                 </f:facet>
                                 <af:outputText value="#{genderType.description}"/>
                            </af:column>                   
                       </af:table>
                   </af:selectInputText>
              </h:form>
         </f:view>
    </body>
    </html>Message was edited by:
    user537770

  • A SWF Tag of type 75 contains 10 bytes of unread data at the end of the tag at byte offset 1762

    When building with Flash builder 4.7 I get two warnings I can't seem to track down.
    Those are
    "A SWF Tag of type 75 contains 10 bytes of unread data at the end of the tag at byte offset 1762" The other
    "A SWF Tag of type 75 contains 5464 bytes of unread data at the end of the tag at byte offset 797163"
    No file is pointed out or anything else to help.
    Any ideas what to look for, why this is a warning, possible implications & what to do?

    This is one output after running a variation of the script, but I get this   <!-- unknown tag=63 length=16 --> on all of the libraries
    Here is a link to the swc for further inspection https://dl.dropbox.com/u/154782/GoCoUtil.swc
    <?xml version="1.0" encoding="UTF-8"?>
    <!-- Parsing swf file:/Applications/Adobe Flash Builder 4.7/eclipse/plugins/com.adobe.flash.compiler_4.7.0.345990/AIRSDK/bin/GoCoUtil.swc.swf -->
    <swf xmlns="http://macromedia/2003/swfx" version="14" framerate="24.0" size="10000x7500" compressed="true" >
      <!-- framecount=1 length=12927 -->
      <FileAttributes useDirectBlit="false" useGPU="false" hasMetadata="true" actionScript3="true" suppressCrossDomainCaching="false" swfRelativeUrls="false" useNetwork="true"/>
      <Metadata>
            <![CDATA[<rdf:RDF xmlns:rdf='http://www.w3.org/1999/02/22-rdf-syntax-ns#'><rdf:Description rdf:about='' xmlns:dc='http://purl.org/dc/elements/1.1'><dc:format>application/x-shockwave-flash</dc:format><dc:title>Adobe Flex 4 Application</dc:title><dc:description>http://www.adobe.com/products/flex</dc:description><dc:publisher>unknown</dc:publisher><dc:creator>unknown</dc:creator><dc:l anguage>EN</dc:language><dc:date>Sep 20, 2012</dc:date></rdf:Description></rdf:RDF>
    ]]>
      </Metadata>
      <EnableDebugger2 password="NO-PASSWORD" reserved="0x1975"/>
      <!-- unknown tag=63 length=16 -->
      <ScriptLimits scriptRecursionLimit="1000" scriptTimeLimit="60"/>
      <SetBackgroundColor color="#FFFFFF"/>
      <ProductInfo product="FLEX" edition="NONE" version="4.6" build="23201" compileDate="9/20/12 12:41 PM"/>
      <DoABC name="com/gogogic/common/util/interfaces/IParsableList"/>
      <DoABC name="_5655ee2c6f5749799717c751ad05c55879a42026a02d38e5e206aab452dbcc6f_flash_display_Spr ite"/>
      <DoABC name="com/gogogic/common/util/ShallowCloner"/>
      <DoABC name="com/gogogic/common/util/GoCoDataUtil"/>
      <DoABC name="com/gogogic/common/util/PropertyParseError"/>
      <DoABC name="com/gogogic/common/util/interfaces/IDataChange"/>
      <DoABC name="com/gogogic/common/util/vo/DataChangeVO"/>
      <DoABC name="com/gogogic/common/util/GoCoUtilVersion"/>
      <DoABC name="com/gogogic/common/util/event/DataChangeEvent"/>
      <DoABC name="com/gogogic/common/util/PropertyParser"/>
      <SymbolClass>
        <Symbol idref="0" className="_5655ee2c6f5749799717c751ad05c55879a42026a02d38e5e206aab452dbcc6f_flash_displa y_Sprite" />
      </SymbolClass>
      <ShowFrame/>
    </swf>

  • HTMLDocument ending with SUB TAG=bad formatting

    Hi, I have a problem when tring to format text in JTextPane in HTMLDocument. When the text ends with </SUB> and I call document..setCharacterAttributes(0, doc.getLength(), attrs, false) text formatting goes wrong!!
    Why? Is it not possible to end text in document with "text<SUB>sub text</SUB>"?
    I prepared some sample code below, which should clarify what I want. Click one of 4 buttons to setText, then click repeatedly Format button to change its format.
    I want to know what am I doing wrong and how to do it right. Problem lies in calling method setCharacterAttributes. When changing its parameters I get different formattings, and not the one I expect :-( .
    When the formatting goes wrong all characters are put inside SUB tag. HTML code then looks like this:
    <html>
      <head>
        <font color="#000000" size="4" face="Arial"><sub>//<--This SUB tag is is added too
    </sub></font>  </head>
      <body>
        <font color="#000000" size="4" face="Arial"><sub>text that had many sub tags and now has none and is inside this sub tag, when this tag shouldnt exist</sub></font>
      </body>
    </html>Please HELP!!!
    Sample code below
    import javax.swing.text.*;
    import java.awt.*;
    import javax.swing.text.html.*;
    import javax.swing.text.html.HTML.*;
    import java.awt.event.*;
    import javax.swing.*;
    public class Example extends JFrame {
      JScrollPane sp;
      JTextPane textPane = new JTextPane();
      HTMLEditorKit htmlKit;
      JButton text1Button = new JButton("short SUB text");
      JButton text2Button = new JButton("long SUB text");
      JButton text3Button = new JButton("long SUB text ending with text");
      JButton text4Button = new JButton("long normal text");
      JButton formatButton = new JButton("Format");
      StringBuffer text1,text2,text3,text4;
      Font font = new Font("Arial",Font.ITALIC,14);
      public Example() {
        this.setTitle("SUB TAG bad formatting Example");
        this.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
        this.setSize(700, 400);
        htmlKit = new HTMLEditorKit();
        HTMLDocument doc = (HTMLDocument)htmlKit.createDefaultDocument();
        textPane.setContentType("text/html");
        textPane.setEditorKit(htmlKit);
        textPane.setDocument(doc);
        sp = new JScrollPane(textPane,
                             JScrollPane.VERTICAL_SCROLLBAR_AS_NEEDED,
                             JScrollPane.HORIZONTAL_SCROLLBAR_AS_NEEDED);
        JPanel menuPanel = new JPanel();
        menuPanel.add(text1Button);
        menuPanel.add(text2Button);
        menuPanel.add(text3Button);
        menuPanel.add(text4Button);
        menuPanel.add(formatButton);
        text1Button.addActionListener(new ActionListener() {
          public void actionPerformed(ActionEvent e) {
            textPane.setText(text1.toString());
        text2Button.addActionListener(new ActionListener() {
          public void actionPerformed(ActionEvent e) {
            textPane.setText(text2.toString());
        text3Button.addActionListener(new ActionListener() {
          public void actionPerformed(ActionEvent e) {
            textPane.setText(text3.toString());
        text4Button.addActionListener(new ActionListener() {
         public void actionPerformed(ActionEvent e) {
           textPane.setText(text4.toString());
        formatButton.addActionListener(new ActionListener() {
          public void actionPerformed(ActionEvent e) {
            setJTextPaneFont(textPane,font,new Color((float)Math.random(),(float)Math.random(),(float)Math.random()));
        text1 = new StringBuffer();
        for (int i=1;i<10;i++) {
          text1.append("a<SUB>"+i+"</SUB> ");
        //text1.append("<BR>");//<--Add this line to get it working, however moving cursor behind any number and pressing Format, results same format error
        text2 = new StringBuffer();
        for (int i=1;i<1000;i++) {
          text2.append("a<SUB>"+i+"</SUB> ");
        //text2.append("<BR>");//<--Add this line to get it working, however moving cursor behind any number and pressing Format, results same format error
        text3 = new StringBuffer();
        text3.append(text2+"END");//moving cursor behind any number in sub tag and pressing Format, results same format error
        text4 = new StringBuffer();
        for (int i=1;i<2000;i++) {
          text4.append("a_"+i+" ");
        JPanel mainPanel = new JPanel();
        mainPanel.setLayout(new BorderLayout());
        mainPanel.add(menuPanel,BorderLayout.NORTH);
        mainPanel.add(sp,BorderLayout.CENTER);
        this.getContentPane().setLayout(new BorderLayout());
        this.getContentPane().add(mainPanel,BorderLayout.CENTER);
      public static void setJTextPaneFont(JTextPane jtp, Font font, Color c) {
        MutableAttributeSet attrs = jtp.getInputAttributes();
        StyleConstants.setFontFamily(attrs, font.getFamily());
        StyleConstants.setFontSize(attrs, font.getSize());
        StyleConstants.setItalic(attrs, (font.getStyle() & Font.ITALIC) != 0);
        StyleConstants.setBold(attrs, (font.getStyle() & Font.BOLD) != 0);
        StyleConstants.setForeground(attrs, c);
        StyledDocument doc = jtp.getStyledDocument();
        doc.setCharacterAttributes(0, doc.getLength(), attrs, false);
      public static void main(String[] args) {
        Example frame = new Example();
        //Center the window
        Dimension frameSize = frame.getSize();
        Dimension screenSize = Toolkit.getDefaultToolkit().getScreenSize();
        if (frameSize.height > screenSize.height) {
          frameSize.height = screenSize.height;
        if (frameSize.width > screenSize.width) {
          frameSize.width = screenSize.width;
        frame.setLocation((screenSize.width - frameSize.width) / 2, (screenSize.height - frameSize.height) / 2);
        frame.setVisible(true);
    }

    Thanks for the dukes.
    Actually I have very little knowledge about html handling in java. On you particular problem, I just went and browsed through the source code in search for the sub tag (which I didn't know before by the way) to see what effect it had on the StyledDocument.
    As far as your performance problem in loading html pages, my best advice would be to conduct experiments and try to see where the bottleneck is. I know that there is a way to make setPage synchronous. It has to do with setting some variable in the Document (I guess searching the forum might help on this). This can make it easier to actually measure how long it takes. Moreover, you might want to try and load a small page first and then your heavy one : that way you'll know if it has to do with loading the classes of the HTMLEditorKit. Another advice would be to make sure you feed your JEditorPane with pure HMTL 3.2. I have no idea about this but maybe parsing unknown tags slows down the loading (pure guess). One last advice would be to make multiple versions of your file with slight modifications in each case (like remove the tables, for instance). That might help determine if it has anything to do with the actual content you're trying to load.

  • Calling JSP Tag Files from Coldfusion

    I am trying to call a JSP Tag file from Coldfusion. I am
    getting "Unknown Tag" error.
    Here is the code I have.
    <CFIMPORT TAGLIB="/WEB-INF/lib/mtgTags.jar"
    PREFIX="mtg">
    <mtg:chooseDate appId="1" />
    mtgTags.jar contains a chooseDate.tag file.
    I know CFIMPORT statement above is working fine. Can anyone
    please tell why am I getting "Unknown Tag: chooseDate" error.
    Thanks

    Hi,
    You get the custom tag output into a hidden variable (say 'key') and use the request.getParameter("key")
    Hope u got the answer...
    Regards
    ravi

  • Error while doing "Visulaize Plan"

    Hi,
    Before i did Visualize plan many times without any problem.Now I am getting error while doing so.
    I was able to run "Explain Plan" successfully.
    I am on HANA revision 60.
    I saved above error log and the log information is given below:
    I can identify invalid XML tag <TablesInvolved><![CDATA[raj/AN_VIZ]]></TablesInvolved> but how to fix this issue?
    I gone through various blogs related to Visulaization Plan but not found related to this issue.
    <Plan xmlns="http://www.sap.com/ndb/planviz" ID="ID_0" Type="Estimated">
    <SQL><![CDATA[SELECT KOKRS, BELNR, PERIO, SUM(MEGBTR)
    FROM "_SYS_BIC"."raj/AN_VIZ"
    GROUP BY KOKRS, BELNR, PERIO]]></SQL>
    <CompileTime>
      <Start Unit="us">1401281467643661</Start>
      <End Unit="us">1401281467658329</End>
    </CompileTime>
    <RootRelation ID="ID_0" TypeName="PROJECT" Status="Finished">
      <Name>Project</Name>
      <ExecutionType>Row Search</ExecutionType>
      <Summary><![CDATA[raj/AN_VIZ.KOKRS, raj/AN_VIZ.BELNR, raj/AN_VIZ.PERIO, SUM(raj/AN_VIZ.MEGBTR)]]></Summary>
      <Location>hanasp7:30003</Location>
      <EstimatedCost>
       <Exclusive Unit="us">2.12902e+06</Exclusive>
       <Inclusive Unit="us">2.64021e+06</Inclusive>
      </EstimatedCost>
      <EstimatedOutputCardinality>648284</EstimatedOutputCardinality>
      <Details><![CDATA[{"Projected Cols":"raj/AN_VIZ.KOKRS, raj/AN_VIZ.BELNR, raj/AN_VIZ.PERIO, SUM(raj/AN_VIZ.MEGBTR)","Project column0":"NString(4, 0)  __trex_field_NVarchar3__() ....... [3]:040:<5/7 (16B)>:
      /1/ void*  \"__rids__\" ....... [0]:NOP:<0/1 (8B)>:
      /2/ int32_t(10, 0) const := 0 ....... [1]:LOAD:<3/4 (4B)>:
      /3/ int32_t(10, 0) const := 0 ....... [2]:LOAD:<4/5 (4B)>:","Project column1":"NString(10, 0)  __trex_field_NVarchar3__() ....... [8]:040:<5/7 (16B)>:
      /1/ void*  \"__rids__\" ....... [5]:NOP:<0/1 (8B)>:
      /2/ int32_t(10, 0) const := 0 ....... [6]:LOAD:<3/4 (4B)>:
      /3/ int32_t(10, 0) const := 1 ....... [7]:LOAD:<4/5 (4B)>:","Project column2":"NString(3, 0)  __trex_field_NVarchar3__() ....... [13]:040:<5/7 (16B)>:
      /1/ void*  \"__rids__\" ....... [10]:NOP:<0/1 (8B)>:
      /2/ int32_t(10, 0) const := 0 ....... [11]:LOAD:<3/4 (4B)>:
      /3/ int32_t(10, 0) const := 2 ....... [12]:LOAD:<4/5 (4B)>:","Project column3":"Decimal(18, 3)  __typecast__() ....... [23]:076:<10/12 (16B)>:
      /1/ Fixed16(18, 3)  __trex_field_Fixed16__() ....... [19]:043:<6/8 (16B)>: 
         /1/ void*  \"__rids__\" ....... [15]:NOP:<0/1 (8B)>:
         /2/ int32_t(10, 0) const := 0 ....... [16]:LOAD:<3/4 (4B)>:
         /3/ int32_t(10, 0) const := 3 ....... [17]:LOAD:<4/5 (4B)>:
         /4/ int32_t(10, 0) const := 3 ....... [18]:LOAD:<5/6 (4B)>: 
      /2/ int32_t(10, 0) const := 18 ....... [21]:LOAD:<8/9 (4B)>:
      /3/ int32_t(10, 0) const := 3 ....... [22]:LOAD:<9/10 (4B)>:"}]]></Details>
      <Child ID="ID_8" >
      </Child>
    </RootRelation>
    <Relation ID="ID_8" TypeName="TREX_SEARCH" Status="Finished">
      <Name>Column Search</Name>
      <ExecutionType>Column Search</ExecutionType>
      <Summary><![CDATA[Aggregation on a single table]]></Summary>
      <Location>hanasp7:30003</Location>
      <EstimatedCost>
       <Exclusive Unit="us">511194</Exclusive>
       <Inclusive Unit="us">511194</Inclusive>
      </EstimatedCost>
      <EstimatedOutputCardinality>648284</EstimatedOutputCardinality>
      <TablesInvolved><![CDATA[raj/AN_VIZ]]></TablesInvolved>
      <LogicalPlan ID="ID_11" Type="Estimated">
       <RootRelation ID="ID_11" TypeName="PROJECT" Status="Finished">
        <Name>Project</Name>
        <EstimatedCost>
         <Exclusive Unit="us">0</Exclusive>
         <Inclusive Unit="us">0</Inclusive>
        </EstimatedCost>
        <EstimatedOutputCardinality>648284</EstimatedOutputCardinality>
        <Child ID="ID_12" >
        </Child>
       </RootRelation>
       <Relation ID="ID_12" TypeName="GROUP_BY" Status="Finished">
        <Name>Aggregation</Name>
        <Summary><![CDATA[raj/AN_VIZ.KOKRS, raj/AN_VIZ.BELNR, raj/AN_VIZ.PERIO\nSUM(raj/AN_VIZ.MEGBTR)]]></Summary>
        <EstimatedCost>
         <Exclusive Unit="us">0</Exclusive>
         <Inclusive Unit="us">0</Inclusive>
        </EstimatedCost>
        <EstimatedOutputCardinality>648284</EstimatedOutputCardinality>
        <Details><![CDATA[{"Grouping Cols":"raj/AN_VIZ.KOKRS, raj/AN_VIZ.BELNR, raj/AN_VIZ.PERIO","Aggregation Cols":"SUM(raj/AN_VIZ.MEGBTR)"}]]></Details>
        <Child ID="ID_13" >
        </Child>
       </Relation>
       <Relation ID="ID_13" TypeName="TABLE" Status="Finished">
        <Name>Column View</Name>
        <Schema><![CDATA[_SYS_BIC]]></Schema>
        <ObjectName><![CDATA[raj/AN_VIZ]]></ObjectName>
        <Location>hanasp7:30003</Location>
        <EstimatedCost>
         <Exclusive Unit="us">0</Exclusive>
         <Inclusive Unit="us">0</Inclusive>
        </EstimatedCost>
        <EstimatedOutputCardinality>682404</EstimatedOutputCardinality>
       </Relation>
      </LogicalPlan>
    </Relation>
    </Plan>
    Regards
    Raj

    Hi,
    To solve this you must update your studio. In lower studio versions (PlanViz) does not allow "unknown" XML tags sent by higher version servers. A fix for this issue was made so that PlanViz parser can simply skip unknown tags.
    Please go to version 74, if possible.
    Regards,
    Michael

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

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

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

  • How can I recover from a Botched BATCH DATE CHANGE in iPhoto?

    Botched Batch Date Change iPhoto08
    Short Story: Intending to change the date for one photo I managed to change the dates for all 8,525 images in my iPhoto08 library to the SAME DATE!! I found that the original creation dates were saved in the in the Modified field that appears in the Photo Info Window / File metadata subsection. I would like some help figuring out how to set the Date Created to this File Modified Date that appears in the Photo Info Window.
    GORY DETAILS:
    I used iPhoto08/ Photos menu / BATCH CHANGE... /“Set DATE to 20100723 1:20:54 PM” with “Modify original files” checked. iPhoto changed all 8,525 images to the same date.
    I now realize I should have used Photos menu / Adjust Date and Time ... But the damage was already done. Unfortunately there was no Edit menu / Undo for this operation. ALL 8,525 images have the same date. I checked in the the iPhoto Information sidebar--same date all images.
    Next, as a test, I dragged an image to the desktop and opened it in Graphic Converter7.0.3. The same date “20100723 1:20:54 PM” appeared in the Image Browser List /”Date Created”, “Date Modified”, “Date Captured” metadata fields.
    The following appeared in the Graphic Converter
    Image Preview sidebar (subWindow) going left to right
    Image menu/button
    Date and Time: Friday, July 23, 2010 1:20:54 PM PT
    Exif menu/button
    File date and time: 2010:07:23 13:20:54
    Date and time of original data generation: 2010:07:23 13:20:54
    Unknown tag (36868): 2010:07:23 13:20:54 <- significant?
    ExifTool menu/button
    ExifTool Version Number:8.40
    Warning: [minor] Suspicious MakerNotes offset for tag 0x9001
    ----System----
    File Modification Date/Time: 2010:07:23 13:20:54-07:00
    ----IFDO----
    Modify Date: 2010:07:23 13:20:54
    ----ExifIFD----
    Date/Time Original: 2010:07:23 13:20:54
    Create Date: 2010:07:23 13:20:54
    <<<<<<OH MY GOD >>>>>> the BATCH CHANGE / SET DATE not only RESET the date for EVERY IMAGE in my library, it also changed the date metadata EVERYWHERE inside each individual image file.
    Actually it's my Mom and Dad's iPhoto library containing all the kids and grand kids pictures, family trips, important events, everything. There is no backup. I feel as if I have tipped over a file cabinet containing all our photos. Our “date and event” organized 8,525 image iPhoto library was now as useful as a giant shoebox. On second thought, a shoe box full of real photo prints would be more useful than my iPhoto library because the prints would have the print date stamped on them.
    At this point feeling desperate I closed my eyes and said a quick prayer to Saint Rita - Patron Saint of the Impossible.
    I returned to iPhoto .................and noticed the Show Photo Info MENU item in the Photo Menu.
    I selected it.
    And Low and behold,
    in the Photo Info WINDOW,
    under the Meta data File SUBSECTION, the correct photo creation date appeared -->" Modified: 20071002 05:46:07 PM" I checked different photos ... They all had different FILE MODIFIED dates. These dates were/are the old creation dates! My prayers were answered: THANK YOU SAINT RITA!
    But now I am really stumped! This File Modified Date seems to be some kind of external metadata that is indexed or keyed to each image. How is this metadata stored in the iPhoto library? How can I access this File Modified date? I now turn to you GREAT iPhoto WIZARDS. Pray tell, how can I set the “Creation Date to the file Modified Date” that appears in the Photo Info Window as a (scriptable?) batch process.
    I am on my knees for this one...please help. we have iphoto11 but afraid to upgrade to it. until i know more i don't want to loose this Modified Date metadata.

    thanks for the quick response...
    no simple solution because no backup to restore from
    iPhoto seems to be using file metadata as some sort of index key in the
    Photo Info Window. open up the iphoto library package and take a look at
    the .xml file -- ModDate is used everywhere. hoping to export this data and merge/join it to
    each image.
    still trying to figure it out.
    thanks,
    Tom

Maybe you are looking for