STRANGE TRANSFORMATION ERROR

Hi Experts,
I would try to explain my problem because I think it is so strange.
I have a datasource and a ODS. I assign all the fields that I want (1to1) but when I save the transformation, automatic it assign one source field to two target fields. When I try to activate I have an error.
I don't know why when i save the transformation it assign me more fields. Each time with differents fields.
How can I solve this problem????
Thank you very much,

HI Guijarro,
I think 2source field is mapping to 1target fields is not a problem
because it may be UNIT characteristic (Ex REVENUE,0currency is mapped to one TARGET field like that....)
Which of ur source fields are mapping with target field?
Thanks
chandra sekhar

Similar Messages

  • How can I display XSLT transformer errors on a web page ?

    Hi,
    I have some JSP pages that access DB, create an XML based on DB data and then transform it into HTML through an XSLT stylesheet. Developing the XSL code it's easy to make mistakes and generate errors on trasformation, but what I receive on the web page is only a "Could not compile stylesheet" TransformerConfigurationException, while the real cause of the error is displayed only on tomcat logs. This is the code for transformation:
    static public void applyXSLT(Document docXML, InputStream isXSL, PrintWriter pw) throws TransformerException, Exception {
            // instantiate the TransformerFactory.
            TransformerFactory tFactory = TransformerFactory.newInstance();
            // creates an error listener
            XslErrorListener xel = new XslErrorListener();
            // sets the error listener for the factory
            tFactory.setErrorListener(xel);
            // generate the transformer
            Transformer transformer = tFactory.newTransformer(new SAXSource(new InputSource(isXSL)));
            // transforms the XML Source and sends the output to the HTTP response
            transformer.transform(new DOMSource(docXML), new StreamResult(pw));
    }If an exception is thrown during the execution of this code, its error message is displayed on the web page.
    This is the listener class:
    public class XslErrorListener implements ErrorListener {
        public XslErrorListener() {
        public void warning(TransformerException ex) {
            // logs on error log
            System.err.println("\n\nWarning on XEL: " + ex.getMessage());
        public void error(TransformerException ex) throws TransformerException {
            // logs on error log
            System.err.println("\n\nError on XEL: " + ex.getMessage());
            // and throws it
            throw ex;
        public void fatalError(TransformerException ex) throws TransformerException {
            // logs on error log
            System.err.println("\n\nFatal Error on XEL: " + ex.getMessage());
            // and throws it
            throw ex;
    }When I have an error in the XSL stylesheet (for examples a missing closing tag), I can find on tomcat logs the real cause of the error:
    [Fatal Error] :59:10: The element type "table" must be terminated by the matching end-tag "</table>".
    Error on XEL: The element type "table" must be terminated by the matching end-tag "</table>".but on my web page is reported just the TransformerConfigurationException message that is:
    "Could not compile stylesheet".
    How can I display the real cause of the error directly on the web page?
    Thanks,
    Andrea

    This code is part of a bigger project that let developers edit XSL stylesheets through a file upload on the system and we can't impose the use of any tool for checking the xsl. So, I need to display the transformer error on the web page.I see. This code is part of an editorial/developmental tool for developers to create and edit XSL stylesheets.
    As part of the editorial process, XSL errors during editing can be considered a normal condition. In other words, it is normal to expect that the developers will generate XSL errors as they are developing stylesheets.
    In this light, handling the XSL transformation errors is a business requirement that you need to handle. Using the Java Exceptions mechanisms, e.g. try / catch are inappropriate to handle business requirements, in my opinion.
    I suggest that you look at how you handle the occurence of XSL errors differently than what you currently have. You need to:
    (1) capture the Transformation exception on the server;
    (2) extract the message from the exception and put it into a message that can be easily understood by the user;
    The current error message that you have going to the web browser is not useful.
    And you should not have the Transformation exception sent to the web browser either.
    What you are attempting to do with the exception is not appropriate.
    Handle the Transformation exception on the Business tier and use it to create a useful message that is then sent to the Presentation tier. In other words, do not send Java exceptions to web browser.
    />

  • XML to Internal table using XSLT by CALL TRANSFORMATION error

    Dear experts,
    I have to fetch the data from an XML file using XSLT into internal tables. The XML file is very big as following:-
    <?xml version="1.0" standalone="yes" ?>
    - <Shipment>
      <shipmentID>25091203S000778</shipmentID>
      <manifestDateTime>2009-12-03T20:16:52.00</manifestDateTime>
      <shipmentFacilityNumber>025</shipmentFacilityNumber>
      <shipmentFacilityAbbreviation>CHI</shipmentFacilityAbbreviation>
      <shipmentFacilityAddress1>810 KIMBERLY DRIVE</shipmentFacilityAddress1>
      <shipmentFacilityAddress2 />
      <shipmentFacilityCity>CAROL STREAM</shipmentFacilityCity>
      <shipmentFacilityState>IL</shipmentFacilityState>
      <shipmentFacilityPostalCode>601880000</shipmentFacilityPostalCode>
      <shipmentTruckCarrierCode>X150</shipmentTruckCarrierCode>
      <shipmentSourceCode>T</shipmentSourceCode>
      <userID>CAMPOSG</userID>
    - <Delivery>
      <primaryCustomerNumber>954371</primaryCustomerNumber>
      <primaryCustomerName>MIDWEST OFFICE SUPPLY</primaryCustomerName>
      <primaryCustomerAddress1 />
      <primaryCustomerAddress2>4765 INDUSTRIAL DR</primaryCustomerAddress2>
      <primaryCustomerCity>SPRINGFIELD</primaryCustomerCity>
      <primaryCustomerState>IL</primaryCustomerState>
      <primaryCustomerPostalCode>627030000</primaryCustomerPostalCode>
      <primaryCustomerPhoneNumber>2177535555</primaryCustomerPhoneNumber>
      <shuttleStopFacilityNumber />
      <billOfLadingNumber>25HZK99</billOfLadingNumber>
      <carrierProNumber />
      <shipmentTotalCartonCount>6</shipmentTotalCartonCount>
      <shipmentTotalWeight>266</shipmentTotalWeight>
    - <order>
      <orderNumber>25HZK99</orderNumber>
      <subOrderNumber />
      <dateProcessed>2009-12-03</dateProcessed>
      <primaryOrderNumber />
      <shipTruckCode>X150</shipTruckCode>
      <shipTruckDescription>UDS - ADDISON</shipTruckDescription>
      <shipTruckPriorityCode>01</shipTruckPriorityCode>
      <shipTruckGroupCode>01</shipTruckGroupCode>
      <shipTruckDepartureTime>20.00.00</shipTruckDepartureTime>
      <shipTruckDockID>07</shipTruckDockID>
      <ldpFacilityAbbreviation />
      <shuttleAvailableIndicator>N</shuttleAvailableIndicator>
      <shuttleMessageText />
      <crossDockFacilityCode />
      <crossDockTruckCode />
      <crossDockID />
      <subsidizedFreightTruckID />
      <customerPurchaseOrderNumber>623559</customerPurchaseOrderNumber>
      <headerTypeCode>P</headerTypeCode>
      <orderTypeID>RG</orderTypeID>
      <deliveryTypeID>DS</deliveryTypeID>
      <deliveryMethodCode />
      <customerBarCode />
      <customerReferenceData>25HZK99</customerReferenceData>
      <customerReferenceText />
      <customerRouteData>ZNED UNTED</customerRouteData>
      <customerRouteText>ROUTE</customerRouteText>
      <endConsumerPurchaseOrderNumber />
      <endConsumerPurchaseOrderText />
      <endConsumerName>CHARLESTON TRANS. FACILITY</endConsumerName>
      <endConsumerAddress1>HOMEWOOD DT PROGRAM DEPT. 3</endConsumerAddress1>
      <endConsumerAddress2>17341 PALMER BLVD.</endConsumerAddress2>
      <endConsumerAddress3 />
      <endConsumerCity>HOMEWOOD</endConsumerCity>
      <endConsumerState>IL</endConsumerState>
      <endConsumerPostalCode>60430</endConsumerPostalCode>
      <endConsumerCountryCode />
      <fillFacilityNumber>025</fillFacilityNumber>
      <shpFacilityNumber>025</shpFacilityNumber>
      <homeFacilityAbbrCode>STL</homeFacilityAbbrCode>
      <homeFacilityNumber>015</homeFacilityNumber>
      <multiCartonIndicator>Y</multiCartonIndicator>
      <primaryCustomerIndicator>Y</primaryCustomerIndicator>
      <shipToCustomerNumber>954371001</shipToCustomerNumber>
      <customerCompanyID>01</customerCompanyID>
      <customerTruckID>U888</customerTruckID>
      <customerTruckDescription>UDS - ADDISON</customerTruckDescription>
      <customerTruckDockID>13</customerTruckDockID>
      <thirdPartyBillCarrier />
      <thirdPartyBillID />
      <thirdPartyBillType />
      <qualityCheckIndicator>N</qualityCheckIndicator>
      <warehouseLaydownID />
      <packListPosition>I</packListPosition>
      <preferredPackingType>CTN</preferredPackingType>
      <preferredPackingMaterial>PAPER</preferredPackingMaterial>
      <preferedPackingInstructions />
      <totalOrderCartonQty>6</totalOrderCartonQty>
      <convertAddressIndicator>N</convertAddressIndicator>
      <dealerInstructionIndicator>Y</dealerInstructionIndicator>
      <dealerinstructions1>CPO#: 623559</dealerinstructions1>
      <dealerinstructions2>ATTN: DANA GRIFFIN</dealerinstructions2>
      <dealerinstructions3>INFO: 612</dealerinstructions3>
      <dealerinstructions4>ROUTE: ZNED UNTED</dealerinstructions4>
      <dealerinstructions5 />
      <dealerinstructions6 />
      <shippingInstructionsIndicator>N</shippingInstructionsIndicator>
      <shippingInstructions1 />
      <shippingInstructions2 />
      <shippingInstructions3 />
      <shippingInstructions4 />
      <shippingInstructions5 />
      <shippingInstructions6 />
      <specialInstructionsIndicator>N</specialInstructionsIndicator>
      <specialInstructions1 />
      <specialInstructions2 />
      <customeContainerDesc />
    - <carton>
      <deliveryCartonID>253370905995</deliveryCartonID>
      <shipIndicator>Y</shipIndicator>
      <deliveryPalletID>X150</deliveryPalletID>
      <consolidatedDeliveryCartonID />
      <scanDateTime>2009-12-03T19:36:12.00</scanDateTime>
      <cartonWeight>52</cartonWeight>
      <dropShipFlag>1</dropShipFlag>
      <carrierTrackingNumber />
      <carrierZoneID>0</carrierZoneID>
      <codAmount />
      <customerPackageAmount />
      <declaredValue />
      <residentialDeliveryIndicator />
      <serviceTypeCode>00</serviceTypeCode>
      <ssccCode>006860244400829393</ssccCode>
    - <Item>
      <shipPrefix>UNV</shipPrefix>
      <shipStockNumber>21200</shipStockNumber>
      <itemDescription>PAPER XERO/DUP WE LTR 20#</itemDescription>
      <orderQuantity>1</orderQuantity>
      <originalShipQuantity>1</originalShipQuantity>
      <shipQuantity>1</shipQuantity>
      <inventoryUnitCode>CT</inventoryUnitCode>
      <inventoryWeightQuantity>52.000</inventoryWeightQuantity>
      <upcNumber>00000000000000</upcNumber>
      <upcRetailCode>087547212004</upcRetailCode>
      <hazmatIndicator>N</hazmatIndicator>
      <serialRequiredIndicator>N</serialRequiredIndicator>
      <dealerMemoPO>S</dealerMemoPO>
      <cartonLineNumber>1</cartonLineNumber>
      <orderLineNumber>11</orderLineNumber>
      <originalOrderPrefix>UNV</originalOrderPrefix>
      <originalOrderStockNumber>21200</originalOrderStockNumber>
      <reasonCode />
    - <Item_Serial>
      <serialNumber />
      </Item_Serial>
        </Item>
      </carton>
       </order>
      </Delivery>
      </Shipment>
    This is not the complete XML file as it exceeds the 15000 characters and then I cann't post here. So I have deleted much part of it.
    The hierarchy is as following: Shipment->Delivery->Order->Carton->Item.
    I have created a XSLT for it which is working fine.
    But when I execute my report program it gives CX_SY_XSLT_FORMAT_ERROR saying that
    Transformation error:  Non-canonical structure of element name XML_OUTPUT.

    Dear experts,
    My report program is as following:-
    *& Report  Z_ASNTRNS
    REPORT  Z_ASNTRNS.
    *& Report  Z_ASNTRNS
    TYPE-POOLS: abap, ixml.
    TABLES: ZASN_SHIPMENT,ZASN_DELIVERY,ZASN_ORDER,ZASN_CARTON,ZASN_ITEM.
    *CONSTANTS gs_file TYPE string VALUE 'C:Documents and SettingsC5134126DesktopRajesh_kandakatlaSampleASNFile.xml'.
    This is the structure for the data from the XML file
    TYPES: BEGIN OF ts_item,
          ZSHIPMENT LIKE ZASN_ITEM-ZSHIPMENT,
          VBELN LIKE ZASN_ITEM-VBELN,
          ORDER_NUMBER LIKE ZASN_ITEM-ORDER_NUMBER,
          CARTON_ID LIKE ZASN_ITEM-CARTON_ID,
           ITEM LIKE ZASN_ITEM-ITEM,
           CARTON_LINE_NUM LIKE ZASN_ITEM-CARTON_LINE_NUM,
           CARTON_LINE_NUMBER LIKE ZASN_ITEM-CARTON_LINE_NUM,
          AEDAT(8),
          AEZET(6),
           ITEM_DESCRIPTION LIKE ZASN_ITEM-ITEM_DESCRIPTION,
           ORD_QTY(16),
           ORIGINAL_SHIP(16),
           SHIP_QTY(16),
           UPC_NUMBER LIKE ZASN_ITEM-UPC_NUMBER,
           DEALER_MEMO_PO(5),
           ORDER_LINE_NUM LIKE ZASN_ITEM-ORDER_LINE_NUM,
          STATUS LIKE ZASN_ITEM-STATUS,
           END OF ts_item.
    TYPES: BEGIN OF ts_carton,
          ZSHIPMENT LIKE ZASN_CARTON-ZSHIPMENT,
          VBELN LIKE ZASN_CARTON-VBELN,
          ORDER_NUMBER LIKE ZASN_CARTON-ORDER_NUMBER,
           CARTON_ID LIKE ZASN_CARTON-CARTON_ID,
          AEDAT(8),
          AEZET(6),
           SHIP_INDICATOR LIKE ZASN_CARTON-SHIP_INDICATOR,
           TRACKING_NUMBER LIKE ZASN_CARTON-TRACKING_NUMBER,
           ZZCARTON_WGT(18),
           Item type ts_item,
           END OF ts_carton.
    TYPES: BEGIN OF ts_order,
          ZSHIPMENT LIKE ZASN_ORDER-ZSHIPMENT,
          VBELN LIKE ZASN_ORDER-VBELN,
           ORDER_NUMBER LIKE ZASN_ORDER-ORDER_NUMBER,
          AEDAT(8),
          AEZET(6),
           SUB_ORDER LIKE ZASN_ORDER-SUB_ORDER,
           ORDER_DATE(8),
           PRIMARY_ORDER LIKE ZASN_ORDER-PRIMARY_ORDER,
           CUSTOMER_PO LIKE ZASN_ORDER-CUSTOMER_PO,
           PRIMARY_ID LIKE ZASN_ORDER-PRIMARY_ID,
           SHIP_TO LIKE ZASN_ORDER-SHIP_TO,
          ANZPK(5),
           carton type ts_carton,
           END OF ts_order.
    TYPES: BEGIN OF ts_delivery,
          ZSHIPMENT LIKE ZASN_DELIVERY-ZSHIPMENT,
          VBELN LIKE ZASN_DELIVERY-VBELN,
          AEDAT(8) TYPE C,
          AEZET(6) TYPE C,
           PRIMARY_CUSTOMER LIKE ZASN_DELIVERY-PRIMARY_CUSTOMER,
           BILL_OF_LADING LIKE ZASN_DELIVERY-BILL_OF_LADING,
           CARTON_COUNT(5),
           TOTAL_WEIGHT(18),
           order type ts_order,
           END OF ts_delivery.
    TYPES: BEGIN OF ts_shipment,
           ZSHIPMENT LIKE ZASN_SHIPMENT-ZSHIPMENT,
           MANIFEST_DATE_TIME(25),
          AEDAT(8) TYPE C,
          AEZET(6) TYPE C,
          SDATE(8) TYPE C,
          STIME(6) TYPE C,
           SFACILITY_NUMBER LIKE ZASN_SHIPMENT-SFACILITY_NUMBER,
           ZZCARRIERCODE LIKE ZASN_SHIPMENT-ZZCARRIERCODE,
           Delivery type ts_delivery,
           END OF ts_shipment.
    TYPES: BEGIN OF ts_shipment1,
           ZSHIPMENT LIKE ZASN_SHIPMENT-ZSHIPMENT,
           MANIFEST_DATE_TIME(25),
           SFACILITY_NUMBER LIKE ZASN_SHIPMENT-SFACILITY_NUMBER,
           ZZCARRIERCODE LIKE ZASN_SHIPMENT-ZZCARRIERCODE,
           PRIMARY_CUSTOMER LIKE ZASN_DELIVERY-PRIMARY_CUSTOMER,
           BILL_OF_LADING LIKE ZASN_DELIVERY-BILL_OF_LADING,
           CARTON_COUNT(5),
           TOTAL_WEIGHT(18),
           ORDER_NUMBER LIKE ZASN_ORDER-ORDER_NUMBER,
           SUB_ORDER LIKE ZASN_ORDER-SUB_ORDER,
           ORDER_DATE(8),
           PRIMARY_ORDER LIKE ZASN_ORDER-PRIMARY_ORDER,
           CUSTOMER_PO LIKE ZASN_ORDER-CUSTOMER_PO,
           PRIMARY_ID LIKE ZASN_ORDER-PRIMARY_ID,
           SHIP_TO LIKE ZASN_ORDER-SHIP_TO,
           CARTON_ID LIKE ZASN_CARTON-CARTON_ID,
           SHIP_INDICATOR LIKE ZASN_CARTON-SHIP_INDICATOR,
           TRACKING_NUMBER LIKE ZASN_CARTON-TRACKING_NUMBER,
           ZZCARTON_WGT(18),
           ITEM LIKE ZASN_ITEM-ITEM,
           CARTON_LINE_NUM LIKE ZASN_ITEM-CARTON_LINE_NUM,
           CARTON_LINE_NUMBER LIKE ZASN_ITEM-CARTON_LINE_NUM,
           ITEM_DESCRIPTION LIKE ZASN_ITEM-ITEM_DESCRIPTION,
           ORD_QTY(16),
           ORIGINAL_SHIP(16),
           SHIP_QTY(16),
           UPC_NUMBER LIKE ZASN_ITEM-UPC_NUMBER,
           DEALER_MEMO_PO(5),
           ORDER_LINE_NUM LIKE ZASN_ITEM-ORDER_LINE_NUM,
           END OF ts_shipment1.
    TYPES: BEGIN OF t_xml_line,
                 data(256) TYPE x,
               END OF t_xml_line.
    *Typdefinition für Airplus
    *READ THE DOCUMENTATION "LASG_XML_INVOICE_BTM"!!!
    VARs beginning with "a_" are ATTRIBUTES
    DATA: l_ixml            TYPE REF TO if_ixml,
          l_streamfactory   TYPE REF TO if_ixml_stream_factory,
          l_parser          TYPE REF TO if_ixml_parser,
          l_istream         TYPE REF TO if_ixml_istream,
          l_ostream         TYPE REF TO if_ixml_ostream,
          l_document        TYPE REF TO if_ixml_document,
          l_node            TYPE REF TO if_ixml_node,
          l_xml TYPE REF TO cl_xml_document,
          l_xmldata         TYPE string.
    DATA: l_xml_table       TYPE TABLE OF t_xml_line,
             l_xml_line        TYPE t_xml_line,
             l_xml_table_size  TYPE i.
    DATA: l_filename        TYPE string.
    DATA: xml_out TYPE string ,
          size type i.
    DATA: l_xml_x1   TYPE xstring.
    DATA: l_len      TYPE i,
              l_len2     TYPE i,
              l_tab      TYPE tsfixml,
              l_content  TYPE string,
              l_str1     TYPE string,
              c_conv     TYPE REF TO cl_abap_conv_in_ce.
             l_itab     TYPE TABLE OF string.
    DATA: BEGIN OF l_itab occurs 0,
          data(256) type c,
          end of l_itab.
    TYPES : BEGIN OF TY_TEXT,
              data(255) type C,
            END OF TY_TEXT.
    DATA: F_XML TYPE STRING.
    DATA : LT_TEXT_OUT type table of TY_TEXT with header line.
    tables
    DATA: it_shipment    TYPE STANDARD TABLE OF ts_shipment,
          wa_shipment    TYPE  ts_shipment.
    *Errorvariables
    DATA: xslt_err   TYPE REF TO cx_xslt_exception,
          err_string TYPE string.
    PARAMETERS: pa_file TYPE localfile OBLIGATORY
    DEFAULT 'C:Documents and SettingsC5134126DesktopRajesh_kandakatlaSampleASNFile.xml'.
    START-OF-SELECTION.
      Creating the main iXML factory
        l_ixml = cl_ixml=>create( ).
      Creating a stream factory
        l_streamfactory = l_ixml->create_stream_factory( ).
        PERFORM get_xml_table CHANGING l_xml_table_size l_xml_table.
    here we use the CALL TRANSFORMATION method which calls
    the XSLT program "z_asnfile"
    TRY.
        CALL TRANSFORMATION ('Z_ASNFILE')
          SOURCE xml LT_TEXT_OUT[]
          RESULT xml_output = it_shipment
    catch any error, very helpful if the XSLT isn't correct
        CATCH cx_xslt_exception INTO xslt_err.
        err_string = xslt_err->get_text( ).
        WRITE: / 'Transformation error: ', err_string.
        EXIT.
      ENDTRY." setting a breakpoint to watch the workarea
    by the internal table "it_airplus"
           break-point.
      LOOP AT it_shipment INTO wa_shipment.
      ENDLOOP.
    *&      Form  get_xml_table
      FORM get_xml_table CHANGING l_xml_table_size TYPE i
                                  l_xml_table      TYPE STANDARD TABLE.
        l_filename = pa_file.
      upload a file from the client's workstation
        CALL METHOD cl_gui_frontend_services=>gui_upload
          EXPORTING
            filename   = l_filename
            filetype   = 'BIN'
          IMPORTING
            filelength = l_xml_table_size
          CHANGING
            data_tab   = l_xml_table
          EXCEPTIONS
            OTHERS     = 19.
        IF sy-subrc <> 0.
          MESSAGE ID sy-msgid TYPE sy-msgty NUMBER sy-msgno
                     WITH sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4.
        ENDIF.
    Convert binary to text.
    CALL FUNCTION 'SCMS_BINARY_TO_TEXT'
      EXPORTING
        INPUT_LENGTH          = 70000
                FIRST_LINE            = 0
                LAST_LINE             = 0
                APPEND_TO_TABLE       = ' '
                MIMETYPE              = ' '
        WRAP_LINES            = 'X'
              IMPORTING
                OUTPUT_LENGTH         =
      TABLES
        BINARY_TAB            = l_xml_table
        TEXT_TAB              = LT_TEXT_OUT
              EXCEPTIONS
                FAILED                = 1
                OTHERS                = 2
    IF SY-SUBRC <> 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
            WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
    ENDIF.
    ENDFORM.                    "get_xml_table

  • XSLT Transformation error:  Non-canonical structure of element name

    Good day experts,
    I have recently started using xslt, and came upon the following demo in the sdn.
    http://wiki.sdn.sap.com/wiki/display/ABAP/XMLXSLTwith+ABAP
    I have retrieved the example xml files from airplus.com, as per the instructions, and implemented the code.
    When I test the xslt transformation in se80, it transforms correctly.
    However, when I run the program, I get the following error.
    CX_XSLT_FORMAT_ERROR
    Transformation error:  Non-canonical structure of element name XML_OUTPUT   
    Is there an error in the example that I am not aware of?
    Thanks in advance,
    Johan Kriek

    Found the solution.
    You rename the tag <XML_OUTPUT> to anything else like <TEST>. And Hurray!!! it works.
    It looks like SAP is using this name internally somewhere so we are getting error when we are using same name.
    Anyways the problem is solved.
    Regards,
    Jai

  • Detecting transform errors when using org.xml.sax.XMLFilter

    I am using javax.xml.transform.sax.SAXTransformerFactory.newXMLFilter to transform xml against a pipeline of stylesheets (See function testPipelineTransform in the example below). The process works okay, excepting that I cannot figure out how to detect errors in the transformation process.
    I would like to achieve the same result for the pipeline process as I would for a single transformation using javax.xml.transform.Transformer.setErrorListener. The example below demonstrates how the call to javax.xml.transform.Transformer.setErrorListener does not generate the same result when using org.xml.sax.XMLFilter as it does when using a single transformation.
    import javax.xml.parsers.ParserConfigurationException;
    import javax.xml.parsers.SAXParser;
    import javax.xml.parsers.SAXParserFactory;
    import org.xml.sax.SAXException;
    import org.xml.sax.InputSource;
    import org.xml.sax.XMLReader;
    import org.xml.sax.XMLFilter;
    import javax.xml.transform.ErrorListener;
    import javax.xml.transform.Source;
    import javax.xml.transform.Transformer;
    import javax.xml.transform.TransformerException;
    import javax.xml.transform.TransformerFactory;
    import javax.xml.transform.TransformerConfigurationException;
    import javax.xml.transform.sax.SAXTransformerFactory;
    import javax.xml.transform.sax.SAXSource;
    import javax.xml.transform.stream.StreamSource;
    import javax.xml.transform.stream.StreamResult;
    import java.io.*;
    public class FilterChain {
        static private final String newline = System.getProperty("line.separator");
         public static void main(String argv[]) {
              System.out.println("Testing pipeline transform");
              testPipelineTransform();
              System.out.println("Testing single transform");
              testXsltSingleTransform();
         } // main
         static private void testPipelineTransform() {
              try {
                   // Set up the input stream
                   BufferedInputStream bis = new BufferedInputStream(
                             new ByteArrayInputStream(getExample().getBytes()));
                   InputSource input = new InputSource(bis);
                   // Set up to read the input file
                   SAXParserFactory spf = SAXParserFactory.newInstance();
                   SAXParser parser = spf.newSAXParser();
                   XMLReader reader = parser.getXMLReader();
                   // Create the filters
                   SAXTransformerFactory stf = (SAXTransformerFactory) TransformerFactory
                             .newInstance();
                   XMLFilter filter1 = stf.newXMLFilter(new StreamSource(new StringReader(getStylesheet1())));
                   XMLFilter filter2 = stf.newXMLFilter(new StreamSource(new StringReader(getStylesheet2())));
                   // Wire the output of the reader to filter1
                   // and the output of filter1 to filter2
                   filter1.setParent(reader);
                   filter2.setParent(filter1);
                   // Set up the output stream
                   StreamResult result = new StreamResult(System.out);
                   // Set up the transformer to process the SAX events generated
                   // by the last filter in the chain
                   Transformer transformer = stf.newTransformer();
                   transformer.setErrorListener(new ErrorListener() {
                        public void error(TransformerException te)
                                  throws TransformerException {
                             System.out.println("Transform generated Transform Error");
                             System.out.println(te.getMessage());
                        public void fatalError(TransformerException te)
                                  throws TransformerException {
                             System.out
                                       .println("Transform generated Transform Fatal Error");
                             System.out.println(te.getMessage());
                        public void warning(TransformerException te)
                                  throws TransformerException {
                             System.out.println("Transform generated Transform Warning");
                             System.out.println(te.getMessage());
                   SAXSource transformSource = new SAXSource(filter2, input);
                   transformer.transform(transformSource, result);
              } catch (TransformerConfigurationException tce) {
                   // Error generated by the parser
                   System.out.println("\n** Transformer Factory error");
                   System.out.println("   " + tce.getMessage());
                   // Use the contained exception, if any
                   Throwable x = tce;
                   if (tce.getException() != null)
                        x = tce.getException();
                   x.printStackTrace();
              } catch (TransformerException te) {
                   // Error generated by the parser
                   System.out.println("\n** Transformation error");
                   System.out.println("   " + te.getMessage());
                   // Use the contained exception, if any
                   Throwable x = te;
                   if (te.getException() != null)
                        x = te.getException();
                   x.printStackTrace();
              } catch (SAXException sxe) {
                   // Error generated by this application
                   // (or a parser-initialization error)
                   Exception x = sxe;
                   if (sxe.getException() != null)
                        x = sxe.getException();
                   x.printStackTrace();
              } catch (ParserConfigurationException pce) {
                   // Parser with specified options can't be built
                   pce.printStackTrace();
         static private void testXsltSingleTransform() {
              try {
                   BufferedInputStream bis = new BufferedInputStream(
                             new ByteArrayInputStream(getExample().getBytes()));
                   // Set up the output stream
                   StreamResult result = new StreamResult(System.out);
                   InputSource input = new InputSource(bis);
                   TransformerFactory factory = TransformerFactory.newInstance();
                   Source source = new StreamSource(new StringReader(getStylesheet2()));
                   Transformer stylesheet = factory.newTransformer(source);
                   stylesheet.setErrorListener(new ErrorListener() {
                        public void error(TransformerException te)
                                  throws TransformerException {
                             System.out.println("Transform generated Transform Error");
                             System.out.println(te.getMessage());
                        public void fatalError(TransformerException te)
                                  throws TransformerException {
                             System.out
                                       .println("Transform generated Transform Fatal Error");
                             System.out.println(te.getMessage());
                        public void warning(TransformerException te)
                                  throws TransformerException {
                             System.out.println("Transform generated Transform Warning");
                             System.out.println(te.getMessage());
                   SAXSource transformSource = new SAXSource(input);
                   stylesheet.transform(transformSource, result);
              } catch (Exception exc) {
                   exc.printStackTrace();
         private static String getStylesheet1() {
              return
                     "<?xml version='1.0' encoding='ISO-8859-1'?>" + newline
                   + "<xsl:stylesheet" + newline
                   + "xmlns:xsl='http://www.w3.org/1999/XSL/Transform'" + newline
                   + "version='1.0'>" + newline
                   + "<xsl:output method='xml'/>" + newline
                   + "<xsl:template match='/'>" + newline
                   + "<DontCareAboutContent></DontCareAboutContent>" + newline
                   + "</xsl:template>" + newline
                   + "</xsl:stylesheet>" + newline;
         private static String getStylesheet2() {
              return
                     "<?xml version='1.0' encoding='ISO-8859-1'?>" + newline
                   + "<xsl:stylesheet" + newline
                   + "xmlns:xsl='http://www.w3.org/1999/XSL/Transform'" + newline
                   + "version='1.0'>" + newline
                   + "<xsl:output method='html'/>" + newline
                   + "<xsl:template match='/'>" + newline
                  + "<html><body>" + newline
                 + "<xsl:message>" + newline
                 + "Error Message for the xslt processor" + newline
                 + "</xsl:message>" + newline
                 + "Dont care about the xslt content," + newline
                 + "The only significant part is the xsl:message element" + newline
                 + "which results in a error to be handled by the xslt" + newline
                 + "processor" + newline
                   + "</body></html>" + newline
                   + "</xsl:template>" + newline
                   + "</xsl:stylesheet>" + newline;
         private static String getExample() {
              return
                     "<?xml version='1.0' encoding='ISO-8859-1'?>" + newline
                   + "<DontCareAboutContent>" + newline
                   + "</DontCareAboutContent>" + newline;
    }

    I made the following change which solves the problem but the sollution is tightly coupled to Xalan. If anyone has any ideas, I would still like to find a way to achieve the desired result using JAXP API's.
                   XMLFilter filter1 = stf.newXMLFilter(new StreamSource(new StringReader(getStylesheet1())));
                   if (filter1 instanceof org.apache.xalan.transformer.TrAXFilter) {
                        ((org.apache.xalan.transformer.TrAXFilter)filter1).getTransformer().setErrorListener(...);
    ...

  • Runtime Mapping Transformation Error

    Hi Experts,
    I am doing a file to idoc scenario in which the sender system is MDM and the Idocs are to be received in the R/3 system.
    I have generated XSD from the IDOC itself , that is MATMAS05 and used it as the source structure by importing in External Definition and the targer is of course the Idoc.
    In SXMB_MONI i get the Runtime Mapping Transformation error. What can be the reason for this.I read somewhere that the XSD and the xml file that is being picked might have different structures.
    But i checked and they are same.
    Only the problem can be with the encoding part.
    In the XML structure of the Idoc , it is UTF-8 and also after exporting it to file it is UTF-8. But after importing it in the External Definition,it becomes ISO-8859-1 and we are unable to change it.
    Also, the xml file that is given from the MDM system has encoding as UTF-8.
    Kindly help.
    Thanks in Advance.
    -Shweta.

    Hi,
    1) check out imported xsd is correct , valid. Hope while importing you have used Type as "XSD" and then after importing, check out the messages tab to know this
    2) In the mapping, did you map all the madatory fields ? like some of the attributes like BEGIN? For this BEGIN attribute map with constant value. also check all the mandatory nodes/fields
    3) check the mapping in the mapping editor independently in Repository by picking the input xml from the SXMB_MONI. So that you can test the mapping
    Hope this will solve the mapping problem. btw, it is prefer to have exact error posted here.
    Regards, Moorthy

  • OSB transformation error- BEA-382513- Error parsing XML

    Hi Gurus -
    I am struggling to fix one OSB Xquery transformation error
    <con:errorCode>BEA-382513</con:errorCode>
    <con:reason>OSB Replace action failed updating variable "body": Error parsing XML: {err}FORG0005: expected exactly one item, got 0 items
    I am passing SIL formatted data to this transformation an expecting a transformation but its keep on failing, I have tested the transformation and thats looking good.
    This is my replace operation where I am doing transformation.
    Replace [ node contents ] of [ ./* ]
    in [ body ] with
    XQuery Resource: TestProject/Common/Transformation/XQJMS2DBTransformation
    Variable Names And Bindings:
    commonInterfaceLayout1 - $body/*:CommonInterfaceLayout
    transformation file
    (:: pragma bea:global-element-parameter parameter="$commonInterfaceLayout1" element="ns0:CommonInterfaceLayout" location="../../Common/Schema/CommonInterfaceLayout.xsd" ::)
    (:: pragma bea:global-element-return element="ns1:EaiAuditCollection" location="../../Common/Schema/XSD_InsertEAIAuditDBTable.xsd" ::)
    declare namespace ns1 = "http://xmlns.oracle.com/pcbpel/adapter/db/top/InsertEAIAuditDBTable";
    declare namespace ns0 = "http://eai.fpl.com/schema/CommonInterfaceLayout";
    declare namespace xf = "http://tempuri.org/ErrorHandlingR1V1/XQJMS2DB/";
    declare function xf:XQJMS2DB($commonInterfaceLayout1 as element(ns0:CommonInterfaceLayout))
    as element(ns1:EaiAuditCollection) {
    <ns1:EaiAuditCollection>
    <ns1:EaiAudit>
    <ns1:eaiAuditId></ns1:eaiAuditId>
    <ns1:messageId>{ data($commonInterfaceLayout1/ns0:Header/ns0:MessageId) }</ns1:messageId>
    <ns1:messageDate>{ data($commonInterfaceLayout1/ns0:Header/ns0:MessageReceivedDate) }</ns1:messageDate>
    <ns1:messageType>{ data($commonInterfaceLayout1/ns0:Header/ns0:MessageType) }</ns1:messageType>
    <ns1:messageSource>{ data($commonInterfaceLayout1/ns0:Header/ns0:MessageSource) }</ns1:messageSource>
    <ns1:messageTarget>{ data($commonInterfaceLayout1/ns0:Header/ns0:MessageTarget) }</ns1:messageTarget>
    <ns1:appUniqId>{ data($commonInterfaceLayout1/ns0:Header/ns0:ApplicationUniqueId) }</ns1:appUniqId>
    <ns1:payload>{ data($commonInterfaceLayout1/ns0:Body) }</ns1:payload>
    <ns1:componentName>{ data($commonInterfaceLayout1/ns0:Header/ns0:ComponentName) }</ns1:componentName>
    <ns1:clientId>{ data($commonInterfaceLayout1/ns0:Header/ns0:ClientId) }</ns1:clientId>
    <ns1:createDate>{ fn:current-date() }</ns1:createDate>
    <ns1:processFlag></ns1:processFlag>
    </ns1:EaiAudit>
    </ns1:EaiAuditCollection>
    declare variable $commonInterfaceLayout1 as element(ns0:CommonInterfaceLayout) external;
    xf:XQJMS2DB($commonInterfaceLayout1)
    pls advice whats wrong I am doing here.
    Edited by: KumarB on Feb 7, 2013 9:56 PM

    update - I dont see this error any more but transformation is not happening. as a result of transformation, i get same message as output .. no change in it.

  • After Upgrade to PI7.1 getting Simple transformation error

    HI Experts,
    I have an Issue, the scenario which i', working its working properly in DEV, QA, PROD in PI 7.0, We upgraded the system to PI7.1
    Unknown Simple transformation error in converting XML to internal table
    Application error in mapping program , error text: Unknown Simple transformation error in converting XML to internal table An exception has occurred.
    Can any one suggest related notes are suggestion.
    appericate in advance for the solutions which you all provide me
    Thank you
    Venkat Anil

    What kind of mapping is that ? Graphical, Java, XSLT, ABAP ?
    The XML parser in 7.1 contains many subtle changes compared to 3.0
    But this error sounds like a bug. Is there something special in the XML input ? is it wellformed-XML ?
    CSY

  • Simple transformation error in converting XML to internal table

    Hi Team,
    I have an issue, its working in Dev, QA, and Prod in PI 7.0, once we upgrade it to PI 7.1 I'm getting the  below mention error,   
    Unknown Simple transformation error in converting XML to internal table
    Application error in mapping program ZF_INT006_FILE_TO_SAP_FILE, error code: , error text: Unknown Simple transformation error in converting XML to internal table An exception has occurred.
    Can any one suggest related notes are suggestion.
    appericate in advance for the solutions which you all provide me
    Thank you
    Venkat Anil

    Check the flag "use SAP XML toolkit" for the operation mapping and try, if that works then.
    Check the flag for all XSLT and Java mappings which is migrated from PI 7.0

  • Safari Crash - Problem with doodle (planer) app  -  doodle web links cause safari to crash with a very strange message "Error - Please make sure Safari is not used in Private Modus" (translated from german) No Privat Modus buttom in ios 7 safari settings!

    Safari Crash - Problem with doodle (planer) app  -  doodle web links cause safari to crash with a very strange message "Error - Please make sure Safari is not used in Private Modus" (translated from german) No Privat Modus buttom in ios 7 safari settings! Works fine with an older Safari Version. Web link, call doodle app.  You could see the website in the backround working but safari crashes after clicking on the error window.   Any suggestions?

    Turn off Private Browsing.
    Tap "Private" on Safari Screen to disable Private Browsing. When top of screen is white, Private Browsing is off.

  • Strange internal error on loading applet 2nd time

    Dear all,
    On two independent pages of my site, the same applet appears. Although most everything runs smoothly in both instantiations, I do get a strange internal error (and some minor but irritating misbehaviour) on loading the second instance only, and only in MSIE 6, not in Mozilla, not in Netscape 7.
    The error messages generated are below. I can't see what might be going on, can you?
    java.lang.InternalError: obsolete interface used
         at sun.java2d.NullSurfaceData.getRaster(Unknown Source)
         at sun.java2d.loops.OpaqueCopyAnyToArgb.Blit(Unknown Source)
         at sun.java2d.loops.GraphicsPrimitive.convertFrom(Unknown Source)
         at sun.java2d.loops.MaskBlit$General.MaskBlit(Unknown Source)
         at sun.java2d.loops.Blit$GeneralMaskBlit.Blit(Unknown Source)
         at sun.java2d.pipe.DrawImage.blitSurfaceData(Unknown Source)
         at sun.java2d.pipe.DrawImage.renderSurfaceData(Unknown Source)
         at sun.java2d.pipe.DrawImage.copyImage(Unknown Source)
         at sun.java2d.pipe.DrawImage.copyImage(Unknown Source)
         at sun.java2d.pipe.DrawImage.copyImage(Unknown Source)
         at sun.java2d.SunGraphics2D.drawImage(Unknown Source)
         at sun.java2d.SunGraphics2D.drawImage(Unknown Source)
         at sun.plugin.AppletViewer.paintForegrnd(Unknown Source)
         at sun.plugin.AppletViewer.paint(Unknown Source)
         at sun.awt.RepaintArea.paint(Unknown Source)
         at sun.awt.windows.WComponentPeer.handleEvent(Unknown Source)
         at java.awt.Component.dispatchEventImpl(Unknown Source)
         at java.awt.Container.dispatchEventImpl(Unknown Source)
         at java.awt.Component.dispatchEvent(Unknown Source)
         at java.awt.EventQueue.dispatchEvent(Unknown Source)
         at java.awt.EventDispatchThread.pumpOneEventForHierarchy(Unknown Source)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
         at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
         at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
         at java.awt.EventDispatchThread.run(Unknown Source)
    Thanks for any light shed on the issue!

    Hello riskmits,
    I have the same in my side and only occur to some clients.
    I wonder how did you resolve this issue. Could you please send me a mail to [email protected]
    Thanks!

  • Strange Display Errors with certain Applications (ATI X1600) [SOLVED]

    Hi everyone!
    I have been using Arch now for a year or so and am very happy with it, but now there is a problem I unfortunately can't solve by my own.
    Since a month or so certain applications (like emacs, feh or gimp, if i try to manipulate the drawing surface) cause very strange display errors. When I try to take a screenshot, they can't be seen, so i made to photographs
    Image 1 (one instance of emacs under awesome-wm): http://img850.imageshack.us/img850/5186 … 112158.jpg
    Image 2 (two instances of emacs under awesome-wm): http://img24.imageshack.us/img24/822/im … 112158.jpg
    I already tried another display manager (musca) but there the same applications cause the same type of error.
    Maybe the version 6.14.0-1 of xf86-video-ati broke my system, but I don't know.
    Has anyone had similar problems or probably a solution?
    Thanks in advance
    Maak
    P.S.: I hope this is the right forum for this topic.
    Files:
    /var/log/Xorg.0.log          https://pastee.org/q3nn2
    Output of lspci                 https://pastee.org/db7n8
    UPDATE:
    Hi everyone, again!
    I just successfully downgraded the driver and the errors are gone
    If someone has the same errors, here is the PKGBUILD (taken from SVN; only the version numbers and sha1sums are modified)
    pkgname=xf86-video-ati
    pkgver=6.13.2
    pkgrel=1
    pkgdesc="X.org ati video driver"
    arch=(i686 x86_64)
    url="http://xorg.freedesktop.org/"
    license=('custom')
    depends=(libpciaccess libdrm udev pixman ati-dri)
    makedepends=('xorg-server-devel' 'libdrm' 'xf86driproto' 'mesa')
    conflicts=('xorg-server<1.9.0')
    groups=('xorg-drivers' 'xorg')
    options=('!libtool')
    source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2)
    sha1sums=('f9d379a884a833829ab1942de4ad4f4766cdcd46')
    build() {
    cd "${srcdir}/${pkgname}-${pkgver}"
    ./configure --prefix=/usr --enable-dri
    make
    package() {
    cd "${srcdir}/${pkgname}-${pkgver}"
    make "DESTDIR=${pkgdir}" install
    install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
    install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
    Last edited by Maak (2011-03-11 23:32:46)

    http://bbs.archlinux.org/viewtopic.php?id=89926

  • Strange Spotlight error logs

    On a Mac mini Server using Mac OS X 10.7.4 Server I have these strange Spotlight error logs.
    What's wrong? Can anyboby help?
    13.11.12 10:00:05,399 com.apple.mdworker.isolation.0: warning: invalid bfrange: string length is not a multiple of 2.
    13.11.12 10:00:05,399 com.apple.mdworker.isolation.0: warning: invalid bfrange: string length is not a multiple of 2.
    13.11.12 10:00:05,399 com.apple.mdworker.isolation.0: warning: invalid bfrange: string length is not a multiple of 2.
    13.11.12 10:00:05,399 com.apple.mdworker.isolation.0: warning: invalid bfrange: string length is not a multiple of 2.
    13.11.12 10:00:05,399 com.apple.mdworker.isolation.0: *** process 6514 exceeded 500 log message per second limit  -  remaining messages this second discarded ***
    13.11.12 10:01:36,118 com.apple.mdworker.isolation.0: invalid stream length 33464; should be 33249.
    13.11.12 10:01:36,118 com.apple.mdworker.isolation.0: invalid stream length 37007; should be 36801.
    13.11.12 10:01:36,118 com.apple.mdworker.isolation.0: invalid stream length 42528; should be 42321.
    13.11.12 10:01:36,118 com.apple.mdworker.isolation.0: invalid stream length 37025; should be 36817.
    13.11.12 10:01:36,118 com.apple.mdworker.isolation.0: invalid stream length 4801; should be 4593.
    13.11.12 10:01:36,147 com.apple.mdworker.isolation.0: failed to find PDF header: `%PDF' not found.
    13.11.12 10:01:37,991 com.apple.mdworker.isolation.0: Range {0x0000, 0xFFFF} is not 1-dimensional; handling as a special case.
    13.11.12 10:01:37,992 com.apple.mdworker.isolation.0: Range {0x0000, 0xFFFF} is not 1-dimensional; handling as a special case.
    13.11.12 10:01:38,112 com.apple.mdworker.isolation.0: Range {0x0000, 0xFFFF} is not 1-dimensional; handling as a special case.
    13.11.12 10:01:38,240 com.apple.mdworker.isolation.0: Range {0x0000, 0xFFFF} is not 1-dimensional; handling as a special case.
    13.11.12 10:01:38,241 com.apple.mdworker.isolation.0: Range {0x0000, 0xFFFF} is not 1-dimensional; handling as a special case.
    13.11.12 10:01:38,297 com.apple.mdworker.isolation.0: Range {0x0000, 0xFFFF} is not 1-dimensional; handling as a special case.
    13.11.12 10:01:38,298 com.apple.mdworker.isolation.0: Range {0x0000, 0xFFFF} is not 1-dimensional; handling as a special case.
    13.11.12 10:01:38,343 com.apple.mdworker.isolation.0: Range {0x0000, 0xFFFF} is not 1-dimensional; handling as a special case.
    13.11.12 10:01:58,147 com.apple.mdworker.isolation.0: failed to find PDF header: `%PDF' not found.
    13.11.12 10:05:12,853 com.apple.mdworker.isolation.0: Incorrect start/end range ordering; fixing.
    13.11.12 10:06:11,392 com.apple.mdworker.isolation.0: Incorrect start/end range ordering; fixing.
    13.11.12 10:10:29,624 mdworker32: kCGErrorFailure: Set a breakpoint @ CGErrorBreakpoint() to catch errors as they are logged.
    13.11.12 10:10:30,550 mdworker32: kCGErrorFailure: Set a breakpoint @ CGErrorBreakpoint() to catch errors as they are logged.
    13.11.12 10:12:35,002 com.apple.mdworker.pool.1: PSSniffer error: Undefined error: 0
    13.11.12 10:12:35,071 com.apple.mdworker.pool.1: PSSniffer error: Not a directory
    13.11.12 10:13:06,252 com.apple.mdworker.isolation.0: Incorrect start/end range ordering; fixing.
    13.11.12 10:15:23,771 mdworker32: kCGErrorFailure: Set a breakpoint @ CGErrorBreakpoint() to catch errors as they are logged.
    13.11.12 10:16:32,784 mdworker32: kCGErrorFailure: Set a breakpoint @ CGErrorBreakpoint() to catch errors as they are logged.
    13.11.12 10:16:38,018 com.apple.mdworker.isolation.0: Incorrect start/end range ordering; fixing.
    13.11.12 10:16:55,240 com.apple.mdworker.pool.0: PSSniffer error: No such file or directory
    13.11.12 10:16:55,242 com.apple.mdworker.pool.0: PSSniffer error: No such file or directory
    13.11.12 10:16:55,653 com.apple.mdworker.pool.0: PSSniffer error: No such file or directory
    13.11.12 10:16:55,654 com.apple.mdworker.pool.0: PSSniffer error: No such file or directory
    13.11.12 10:16:56,109 com.apple.mdworker.pool.0: PSSniffer error: No such file or directory
    13.11.12 10:16:56,355 com.apple.mdworker.pool.0: PSSniffer error: No such file or directory
    13.11.12 10:17:40,021 com.apple.mdworker.pool.1: PSSniffer error: No such file or directory
    13.11.12 10:17:40,024 com.apple.mdworker.pool.1: PSSniffer error: No such file or directory
    13.11.12 10:20:45,111 com.apple.mdworker.isolation.0: Incorrect start/end range ordering; fixing.
    13.11.12 10:21:09,271 com.apple.mdworker.isolation.0: Incorrect start/end range ordering; fixing.
    13.11.12 10:21:14,683 mdworker32: kCGErrorFailure: Set a breakpoint @ CGErrorBreakpoint() to catch errors as they are logged.
    13.11.12 10:21:18,464 com.apple.mdworker.isolation.0: Incorrect start/end range ordering; fixing.
    13.11.12 10:21:40,586 com.apple.mdworker.isolation.0: Incorrect start/end range ordering; fixing.
    13.11.12 10:21:48,661 com.apple.mdworker.isolation.0: Incorrect start/end range ordering; fixing.
    13.11.12 10:22:00,314 com.apple.mdworker.isolation.0: Incorrect start/end range ordering; fixing.
    13.11.12 10:22:02,828 com.apple.mdworker.isolation.0: Incorrect start/end range ordering; fixing.
    13.11.12 10:23:17,957 com.apple.mdworker.isolation.0: Incorrect start/end range ordering; fixing.
    13.11.12 10:24:39,923 com.apple.mdworker.isolation.0: syntax error, unexpected DICTSTART.
    13.11.12 10:24:39,923 com.apple.mdworker.isolation.0: failed to parse embedded CMap.
    13.11.12 10:24:39,923 com.apple.mdworker.isolation.0: syntax error, unexpected DICTSTART.
    13.11.12 10:24:39,923 com.apple.mdworker.isolation.0: failed to parse embedded CMap.
    13.11.12 10:24:39,923 com.apple.mdworker.isolation.0: syntax error, unexpected DICTSTART.
    13.11.12 10:24:39,923 com.apple.mdworker.isolation.0: failed to parse embedded CMap.
    13.11.12 10:24:39,923 com.apple.mdworker.isolation.0: syntax error, unexpected DICTSTART.
    13.11.12 10:24:39,923 com.apple.mdworker.isolation.0: failed to parse embedded CMap.
    13.11.12 10:24:39,923 com.apple.mdworker.isolation.0: syntax error, unexpected DICTSTART.
    13.11.12 10:24:39,923 com.apple.mdworker.isolation.0: failed to parse embedded CMap.
    13.11.12 10:24:39,923 com.apple.mdworker.isolation.0: syntax error, unexpected DICTSTART.
    13.11.12 10:24:39,923 com.apple.mdworker.isolation.0: failed to parse embedded CMap.
    13.11.12 10:24:39,923 com.apple.mdworker.isolation.0: syntax error, unexpected DICTSTART.
    13.11.12 10:24:39,923 com.apple.mdworker.isolation.0: failed to parse embedded CMap.
    13.11.12 10:24:39,923 com.apple.mdworker.isolation.0: syntax error, unexpected DICTSTART.
    13.11.12 10:24:39,923 com.apple.mdworker.isolation.0: failed to parse embedded CMap.
    13.11.12 10:24:39,923 com.apple.mdworker.isolation.0: syntax error, unexpected DICTSTART.
    13.11.12 10:24:39,923 com.apple.mdworker.isolation.0: failed to parse embedded CMap.
    13.11.12 10:24:39,923 com.apple.mdworker.isolation.0: syntax error, unexpected DICTSTART.
    13.11.12 10:24:39,923 com.apple.mdworker.isolation.0: failed to parse embedded CMap.
    13.11.12 10:24:39,923 com.apple.mdworker.isolation.0: syntax error, unexpected DICTSTART.
    13.11.12 10:24:39,923 com.apple.mdworker.isolation.0: failed to parse embedded CMap.
    13.11.12 10:24:39,923 com.apple.mdworker.isolation.0: syntax error, unexpected DICTSTART.
    13.11.12 10:24:39,923 com.apple.mdworker.isolation.0: failed to parse embedded CMap.
    13.11.12 10:24:39,924 com.apple.mdworker.isolation.0: syntax error, unexpected DICTSTART.
    13.11.12 10:24:39,924 com.apple.mdworker.isolation.0: failed to parse embedded CMap.
    13.11.12 10:24:39,924 com.apple.mdworker.isolation.0: syntax error, unexpected DICTSTART.
    13.11.12 10:24:39,924 com.apple.mdworker.isolation.0: failed to parse embedded CMap.
    13.11.12 10:24:39,924 com.apple.mdworker.isolation.0: syntax error, unexpected DICTSTART.
    13.11.12 10:24:39,924 com.apple.mdworker.isolation.0: failed to parse embedded CMap.
    13.11.12 10:24:39,924 com.apple.mdworker.isolation.0: syntax error, unexpected DICTSTART.
    13.11.12 10:24:39,924 com.apple.mdworker.isolation.0: failed to parse embedded CMap.
    13.11.12 10:24:39,924 com.apple.mdworker.isolation.0: syntax error, unexpected DICTSTART.
    13.11.12 10:24:39,924 com.apple.mdworker.isolation.0: failed to parse embedded CMap.
    13.11.12 10:24:39,924 com.apple.mdworker.isolation.0: syntax error, unexpected DICTSTART.
    13.11.12 10:24:39,924 com.apple.mdworker.isolation.0: failed to parse embedded CMap.
    13.11.12 10:24:39,924 com.apple.mdworker.isolation.0: syntax error, unexpected DICTSTART.
    13.11.12 10:24:39,924 com.apple.mdworker.isolation.0: failed to parse embedded CMap.
    13.11.12 10:24:39,924 com.apple.mdworker.isolation.0: syntax error, unexpected DICTSTART.
    13.11.12 10:24:39,924 com.apple.mdworker.isolation.0: failed to parse embedded CMap.
    13.11.12 10:24:39,924 com.apple.mdworker.isolation.0: syntax error, unexpected DICTSTART.
    13.11.12 10:24:39,924 com.apple.mdworker.isolation.0: failed to parse embedded CMap.
    13.11.12 10:24:39,924 com.apple.mdworker.isolation.0: syntax error, unexpected DICTSTART.
    13.11.12 10:24:39,924 com.apple.mdworker.isolation.0: failed to parse embedded CMap.
    13.11.12 10:24:39,924 com.apple.mdworker.isolation.0: syntax error, unexpected DICTSTART.
    13.11.12 10:24:39,924 com.apple.mdworker.isolation.0: failed to parse embedded CMap.
    13.11.12 10:24:39,924 com.apple.mdworker.isolation.0: syntax error, unexpected DICTSTART.
    13.11.12 10:24:39,924 com.apple.mdworker.isolation.0: failed to parse embedded CMap.
    13.11.12 10:24:39,924 com.apple.mdworker.isolation.0: syntax error, unexpected DICTSTART.
    13.11.12 10:24:39,924 com.apple.mdworker.isolation.0: failed to parse embedded CMap.
    13.11.12 10:24:39,924 com.apple.mdworker.isolation.0: syntax error, unexpected DICTSTART.
    13.11.12 10:24:39,924 com.apple.mdworker.isolation.0: failed to parse embedded CMap.
    13.11.12 10:24:39,924 com.apple.mdworker.isolation.0: syntax error, unexpected DICTSTART.
    13.11.12 10:24:39,924 com.apple.mdworker.isolation.0: failed to parse embedded CMap.
    13.11.12 10:24:39,924 com.apple.mdworker.isolation.0: syntax error, unexpected DICTSTART.
    13.11.12 10:24:39,924 com.apple.mdworker.isolation.0: failed to parse embedded CMap.
    13.11.12 10:24:39,925 com.apple.mdworker.isolation.0: syntax error, unexpected DICTSTART.
    13.11.12 10:24:39,925 com.apple.mdworker.isolation.0: failed to parse embedded CMap.
    13.11.12 10:24:39,925 com.apple.mdworker.isolation.0: syntax error, unexpected DICTSTART.
    13.11.12 10:24:39,925 com.apple.mdworker.isolation.0: failed to parse embedded CMap.
    13.11.12 10:24:39,925 com.apple.mdworker.isolation.0: syntax error, unexpected DICTSTART.
    13.11.12 10:24:39,925 com.apple.mdworker.isolation.0: failed to parse embedded CMap.
    13.11.12 10:24:39,925 com.apple.mdworker.isolation.0: syntax error, unexpected DICTSTART.
    13.11.12 10:24:39,925 com.apple.mdworker.isolation.0: failed to parse embedded CMap.
    13.11.12 10:24:39,925 com.apple.mdworker.isolation.0: syntax error, unexpected DICTSTART.
    13.11.12 10:24:39,925 com.apple.mdworker.isolation.0: failed to parse embedded CMap.
    13.11.12 10:24:39,925 com.apple.mdworker.isolation.0: syntax error, unexpected DICTSTART.
    13.11.12 10:24:39,925 com.apple.mdworker.isolation.0: failed to parse embedded CMap.
    13.11.12 10:24:39,925 com.apple.mdworker.isolation.0: syntax error, unexpected DICTSTART.
    13.11.12 10:24:39,925 com.apple.mdworker.isolation.0: failed to parse embedded CMap.
    13.11.12 10:24:39,925 com.apple.mdworker.isolation.0: syntax error, unexpected DICTSTART.
    13.11.12 10:24:39,925 com.apple.mdworker.isolation.0: failed to parse embedded CMap.
    13.11.12 10:24:39,925 com.apple.mdworker.isolation.0: syntax error, unexpected DICTSTART.
    13.11.12 10:24:39,925 com.apple.mdworker.isolation.0: failed to parse embedded CMap.
    13.11.12 10:24:39,925 com.apple.mdworker.isolation.0: syntax error, unexpected DICTSTART.
    13.11.12 10:24:39,925 com.apple.mdworker.isolation.0: failed to parse embedded CMap.
    13.11.12 10:24:39,925 com.apple.mdworker.isolation.0: syntax error, unexpected DICTSTART.
    13.11.12 10:24:39,925 com.apple.mdworker.isolation.0: failed to parse embedded CMap.
    13.11.12 10:24:39,925 com.apple.mdworker.isolation.0: syntax error, unexpected DICTSTART.
    13.11.12 10:24:39,925 com.apple.mdworker.isolation.0: failed to parse embedded CMap.
    13.11.12 10:24:39,925 com.apple.mdworker.isolation.0: syntax error, unexpected DICTSTART.
    13.11.12 10:24:39,925 com.apple.mdworker.isolation.0: failed to parse embedded CMap.
    13.11.12 10:24:39,925 com.apple.mdworker.isolation.0: syntax error, unexpected DICTSTART.
    13.11.12 10:24:39,925 com.apple.mdworker.isolation.0: failed to parse embedded CMap.
    13.11.12 10:24:39,925 com.apple.mdworker.isolation.0: syntax error, unexpected DICTSTART.
    13.11.12 10:24:39,925 com.apple.mdworker.isolation.0: failed to parse embedded CMap.
    13.11.12 10:24:39,925 com.apple.mdworker.isolation.0: syntax error, unexpected DICTSTART.
    13.11.12 10:24:39,925 com.apple.mdworker.isolation.0: failed to parse embedded CMap.
    13.11.12 10:24:39,925 com.apple.mdworker.isolation.0: syntax error, unexpected DICTSTART.
    13.11.12 10:24:39,925 com.apple.mdworker.isolation.0: failed to parse embedded CMap.
    13.11.12 10:24:39,925 com.apple.mdworker.isolation.0: syntax error, unexpected DICTSTART.
    13.11.12 10:24:39,925 com.apple.mdworker.isolation.0: failed to parse embedded CMap.
    13.11.12 10:24:39,925 com.apple.mdworker.isolation.0: syntax error, unexpected DICTSTART.
    13.11.12 10:24:39,925 com.apple.mdworker.isolation.0: failed to parse embedded CMap.
    13.11.12 10:24:39,925 com.apple.mdworker.isolation.0: syntax error, unexpected DICTSTART.
    13.11.12 10:24:39,925 com.apple.mdworker.isolation.0: failed to parse embedded CMap.
    13.11.12 10:24:39,925 com.apple.mdworker.isolation.0: syntax error, unexpected DICTSTART.
    13.11.12 10:24:39,925 com.apple.mdworker.isolation.0: failed to parse embedded CMap.
    13.11.12 10:24:39,925 com.apple.mdworker.isolation.0: syntax error, unexpected DICTSTART.
    13.11.12 10:24:39,925 com.apple.mdworker.isolation.0: failed to parse embedded CMap.
    13.11.12 10:24:39,925 com.apple.mdworker.isolation.0: syntax error, unexpected DICTSTART.
    13.11.12 10:24:39,925 com.apple.mdworker.isolation.0: failed to parse embedded CMap.
    13.11.12 10:24:39,925 com.apple.mdworker.isolation.0: syntax error, unexpected DICTSTART.
    13.11.12 10:24:39,925 com.apple.mdworker.isolation.0: failed to parse embedded CMap.
    13.11.12 10:24:39,925 com.apple.mdworker.isolation.0: syntax error, unexpected DICTSTART.
    13.11.12 10:24:39,925 com.apple.mdworker.isolation.0: failed to parse embedded CMap.
    13.11.12 10:24:39,925 com.apple.mdworker.isolation.0: syntax error, unexpected DICTSTART.
    13.11.12 10:24:39,925 com.apple.mdworker.isolation.0: failed to parse embedded CMap.
    13.11.12 10:24:39,926 com.apple.mdworker.isolation.0: syntax error, unexpected DICTSTART.
    13.11.12 10:24:39,926 com.apple.mdworker.isolation.0: failed to parse embedded CMap.
    13.11.12 10:24:39,926 com.apple.mdworker.isolation.0: syntax error, unexpected DICTSTART.
    13.11.12 10:24:39,926 com.apple.mdworker.isolation.0: failed to parse embedded CMap.
    13.11.12 10:24:39,926 com.apple.mdworker.isolation.0: syntax error, unexpected DICTSTART.
    13.11.12 10:24:39,926 com.apple.mdworker.isolation.0: failed to parse embedded CMap.
    13.11.12 10:24:39,926 com.apple.mdworker.isolation.0: syntax error, unexpected DICTSTART.
    13.11.12 10:24:39,926 com.apple.mdworker.isolation.0: failed to parse embedded CMap.
    13.11.12 10:24:39,926 com.apple.mdworker.isolation.0: syntax error, unexpected DICTSTART.
    13.11.12 10:24:39,926 com.apple.mdworker.isolation.0: failed to parse embedded CMap.
    13.11.12 10:24:39,926 com.apple.mdworker.isolation.0: syntax error, unexpected DICTSTART.
    13.11.12 10:24:39,926 com.apple.mdworker.isolation.0: failed to parse embedded CMap.
    13.11.12 10:24:39,926 com.apple.mdworker.isolation.0: syntax error, unexpected DICTSTART.
    13.11.12 10:24:39,926 com.apple.mdworker.isolation.0: failed to parse embedded CMap.
    13.11.12 10:24:39,926 com.apple.mdworker.isolation.0: syntax error, unexpected DICTSTART.
    13.11.12 10:24:39,926 com.apple.mdworker.isolation.0: failed to parse embedded CMap.
    13.11.12 10:24:39,926 com.apple.mdworker.isolation.0: syntax error, unexpected DICTSTART.
    13.11.12 10:24:39,926 com.apple.mdworker.isolation.0: failed to parse embedded CMap.
    13.11.12 10:24:39,926 com.apple.mdworker.isolation.0: syntax error, unexpected DICTSTART.
    13.11.12 10:24:39,926 com.apple.mdworker.isolation.0: failed to parse embedded CMap.
    13.11.12 10:24:39,926 com.apple.mdworker.isolation.0: syntax error, unexpected DICTSTART.
    13.11.12 10:24:39,926 com.apple.mdworker.isolation.0: failed to parse embedded CMap.
    13.11.12 10:24:39,926 com.apple.mdworker.isolation.0: syntax error, unexpected DICTSTART.
    13.11.12 10:24:39,926 com.apple.mdworker.isolation.0: failed to parse embedded CMap.
    13.11.12 10:24:39,926 com.apple.mdworker.isolation.0: syntax error, unexpected DICTSTART.
    13.11.12 10:24:39,926 com.apple.mdworker.isolation.0: failed to parse embedded CMap.
    13.11.12 10:24:39,926 com.apple.mdworker.isolation.0: syntax error, unexpected DICTSTART.
    13.11.12 10:24:39,926 com.apple.mdworker.isolation.0: failed to parse embedded CMap.
    13.11.12 10:24:39,926 com.apple.mdworker.isolation.0: syntax error, unexpected DICTSTART.
    13.11.12 10:24:39,926 com.apple.mdworker.isolation.0: failed to parse embedded CMap.
    13.11.12 10:24:39,926 com.apple.mdworker.isolation.0: syntax error, unexpected DICTSTART.
    13.11.12 10:24:39,926 com.apple.mdworker.isolation.0: failed to parse embedded CMap.
    13.11.12 10:24:39,926 com.apple.mdworker.isolation.0: syntax error, unexpected DICTSTART.
    13.11.12 10:24:39,926 com.apple.mdworker.isolation.0: failed to parse embedded CMap.
    13.11.12 10:24:39,926 com.apple.mdworker.isolation.0: syntax error, unexpected DICTSTART.
    13.11.12 10:24:39,926 com.apple.mdworker.isolation.0: failed to parse embedded CMap.
    13.11.12 10:24:39,926 com.apple.mdworker.isolation.0: syntax error, unexpected DICTSTART.
    13.11.12 10:24:39,926 com.apple.mdworker.isolation.0: failed to parse embedded CMap.
    13.11.12 10:24:39,926 com.apple.mdworker.isolation.0: syntax error, unexpected DICTSTART.
    13.11.12 10:24:39,926 com.apple.mdworker.isolation.0: failed to parse embedded CMap.
    13.11.12 10:24:39,926 com.apple.mdworker.isolation.0: syntax error, unexpected DICTSTART.
    13.11.12 10:24:39,926 com.apple.mdworker.isolation.0: failed to parse embedded CMap.
    13.11.12 10:24:39,926 com.apple.mdworker.isolation.0: syntax error, unexpected DICTSTART.
    13.11.12 10:24:39,926 com.apple.mdworker.isolation.0: failed to parse embedded CMap.
    13.11.12 10:24:39,927 com.apple.mdworker.isolation.0: syntax error, unexpected DICTSTART.
    13.11.12 10:24:39,927 com.apple.mdworker.isolation.0: failed to parse embedded CMap.
    13.11.12 10:24:39,927 com.apple.mdworker.isolation.0: syntax error, unexpected DICTSTART.
    13.11.12 10:24:39,927 com.apple.mdworker.isolation.0: failed to parse embedded CMap.
    13.11.12 10:24:39,927 com.apple.mdworker.isolation.0: syntax error, unexpected DICTSTART.
    13.11.12 10:24:39,927 com.apple.mdworker.isolation.0: failed to parse embedded CMap.
    13.11.12 10:24:39,927 com.apple.mdworker.isolation.0: syntax error, unexpected DICTSTART.
    13.11.12 10:24:39,927 com.apple.mdworker.isolation.0: failed to parse embedded CMap.
    13.11.12 10:24:39,927 com.apple.mdworker.isolation.0: syntax error, unexpected DICTSTART.
    13.11.12 10:24:39,927 com.apple.mdworker.isolation.0: failed to parse embedded CMap.
    13.11.12 10:24:39,927 com.apple.mdworker.isolation.0: syntax error, unexpected DICTSTART.
    13.11.12 10:24:39,927 com.apple.mdworker.isolation.0: failed to parse embedded CMap.
    13.11.12 10:24:39,927 com.apple.mdworker.isolation.0: syntax error, unexpected DICTSTART.
    13.11.12 10:24:39,927 com.apple.mdworker.isolation.0: failed to parse embedded CMap.
    13.11.12 10:24:39,927 com.apple.mdworker.isolation.0: syntax error, unexpected DICTSTART.
    13.11.12 10:24:39,927 com.apple.mdworker.isolation.0: failed to parse embedded CMap.
    13.11.12 10:24:39,927 com.apple.mdworker.isolation.0: syntax error, unexpected DICTSTART.
    13.11.12 10:24:39,927 com.apple.mdworker.isolation.0: failed to parse embedded CMap.
    13.11.12 10:24:39,927 com.apple.mdworker.isolation.0: syntax error, unexpected DICTSTART.
    13.11.12 10:24:39,927 com.apple.mdworker.isolation.0: failed to parse embedded CMap.
    13.11.12 10:24:39,927 com.apple.mdworker.isolation.0: syntax error, unexpected DICTSTART.
    13.11.12 10:24:39,927 com.apple.mdworker.isolation.0: failed to parse embedded CMap.
    13.11.12 10:24:39,927 com.apple.mdworker.isolation.0: syntax error, unexpected DICTSTART.
    13.11.12 10:24:39,927 com.apple.mdworker.isolation.0: failed to parse embedded CMap.
    13.11.12 10:24:39,927 com.apple.mdworker.isolation.0: syntax error, unexpected DICTSTART.
    13.11.12 10:24:39,927 com.apple.mdworker.isolation.0: failed to parse embedded CMap.
    13.11.12 10:24:39,927 com.apple.mdworker.isolation.0: syntax error, unexpected DICTSTART.
    13.11.12 10:24:39,927 com.apple.mdworker.isolation.0: failed to parse embedded CMap.
    13.11.12 10:24:39,927 com.apple.mdworker.isolation.0: syntax error, unexpected DICTSTART.
    13.11.12 10:24:39,927 com.apple.mdworker.isolation.0: failed to parse embedded CMap.
    13.11.12 10:24:39,927 com.apple.mdworker.isolation.0: syntax error, unexpected DICTSTART.
    13.11.12 10:24:39,927 com.apple.mdworker.isolation.0: failed to parse embedded CMap.
    13.11.12 10:24:39,927 com.apple.mdworker.isolation.0: syntax error, unexpected DICTSTART.
    13.11.12 10:24:39,927 com.apple.mdworker.isolation.0: failed to parse embedded CMap.
    13.11.12 10:24:39,927 com.apple.mdworker.isolation.0: syntax error, unexpected DICTSTART.
    13.11.12 10:24:39,927 com.apple.mdworker.isolation.0: failed to parse embedded CMap.
    13.11.12 10:24:39,927 com.apple.mdworker.isolation.0: syntax error, unexpected DICTSTART.
    13.11.12 10:24:39,927 com.apple.mdworker.isolation.0: failed to parse embedded CMap.
    13.11.12 10:24:39,927 com.apple.mdworker.isolation.0: syntax error, unexpected DICTSTART.
    13.11.12 10:24:39,927 com.apple.mdworker.isolation.0: failed to parse embedded CMap.
    13.11.12 10:24:39,927 com.apple.mdworker.isolation.0: syntax error, unexpected DICTSTART.
    13.11.12 10:24:39,927 com.apple.mdworker.isolation.0: failed to parse embedded CMap.
    13.11.12 10:24:39,927 com.apple.mdworker.isolation.0: syntax error, unexpected DICTSTART.
    13.11.12 10:24:39,927 com.apple.mdworker.isolation.0: failed to parse embedded CMap.
    13.11.12 10:24:39,927 com.apple.mdworker.isolation.0: syntax error, unexpected DICTSTART.
    13.11.12 10:24:39,927 com.apple.mdworker.isolation.0: failed to parse embedded CMap.
    13.11.12 10:24:39,927 com.apple.mdworker.isolation.0: syntax error, unexpected DICTSTART.
    13.11.12 10:24:39,927 com.apple.mdworker.isolation.0: failed to parse embedded CMap.
    13.11.12 10:24:39,927 com.apple.mdworker.isolation.0: syntax error, unexpected DICTSTART.
    13.11.12 10:24:39,927 com.apple.mdworker.isolation.0: failed to parse embedded CMap.
    13.11.12 10:24:39,927 com.apple.mdworker.isolation.0: syntax error, unexpected DICTSTART.
    13.11.12 10:24:39,927 com.apple.mdworker.isolation.0: failed to parse embedded CMap.
    13.11.12 10:24:39,927 com.apple.mdworker.isolation.0: syntax error, unexpected DICTSTART.
    13.11.12 10:24:39,928 com.apple.mdworker.isolation.0: failed to parse embedded CMap.
    13.11.12 10:24:39,928 com.apple.mdworker.isolation.0: syntax error, unexpected DICTSTART.
    13.11.12 10:24:39,928 com.apple.mdworker.isolation.0: failed to parse embedded CMap.
    13.11.12 10:24:39,928 com.apple.mdworker.isolation.0: syntax error, unexpected DICTSTART.
    13.11.12 10:24:39,928 com.apple.mdworker.isolation.0: failed to parse embedded CMap.
    13.11.12 10:24:39,928 com.apple.mdworker.isolation.0: syntax error, unexpected DICTSTART.
    13.11.12 10:24:39,928 com.apple.mdworker.isolation.0: failed to parse embedded CMap.
    13.11.12 10:24:39,928 com.apple.mdworker.isolation.0: syntax error, unexpected DICTSTART.
    13.11.12 10:24:39,928 com.apple.mdworker.isolation.0: failed to parse embedded CMap.
    13.11.12 10:24:39,928 com.apple.mdworker.isolation.0: syntax error, unexpected DICTSTART.
    13.11.12 10:24:39,928 com.apple.mdworker.isolation.0: failed to parse embedded CMap.
    13.11.12 10:24:39,928 com.apple.mdworker.isolation.0: syntax error, unexpected DICTSTART.
    13.11.12 10:24:39,928 com.apple.mdworker.isolation.0: failed to parse embedded CMap.
    13.11.12 10:24:39,928 com.apple.mdworker.isolation.0: syntax error, unexpected DICTSTART.
    13.11.12 10:24:39,928 com.apple.mdworker.isolation.0: failed to parse embedded CMap.
    13.11.12 10:24:39,928 com.apple.mdworker.isolation.0: syntax error, unexpected DICTSTART.
    13.11.12 10:24:39,928 com.apple.mdworker.isolation.0: failed to parse embedded CMap.
    13.11.12 10:24:39,928 com.apple.mdworker.isolation.0: syntax error, unexpected DICTSTART.
    13.11.12 10:24:39,928 com.apple.mdworker.isolation.0: failed to parse embedded CMap.
    13.11.12 10:24:39,928 com.apple.mdworker.isolation.0: syntax error, unexpected DICTSTART.
    13.11.12 10:24:39,928 com.apple.mdworker.isolation.0: failed to parse embedded CMap.
    13.11.12 10:24:39,928 com.apple.mdworker.isolation.0: syntax error, unexpected DICTSTART.
    13.11.12 10:24:39,928 com.apple.mdworker.isolation.0: failed to parse embedded CMap.
    13.11.12 10:24:39,928 com.apple.mdworker.isolation.0: syntax error, unexpected DICTSTART.
    13.11.12 10:24:39,928 com.apple.mdworker.isolation.0: failed to parse embedded CMap.
    13.11.12 10:24:39,928 com.apple.mdworker.isolation.0: syntax error, unexpected DICTSTART.
    13.11.12 10:24:39,928 com.apple.mdworker.isolation.0: failed to parse embedded CMap.
    13.11.12 10:24:39,928 com.apple.mdworker.isolation.0: syntax error, unexpected DICTSTART.
    13.11.12 10:24:39,928 com.apple.mdworker.isolation.0: failed to parse embedded CMap.
    13.11.12 10:24:39,928 com.apple.mdworker.isolation.0: syntax error, unexpected DICTSTART.
    13.11.12 10:24:39,928 com.apple.mdworker.isolation.0: failed to parse embedded CMap.
    13.11.12 10:24:39,928 com.apple.mdworker.isolation.0: syntax error, unexpected DICTSTART.
    13.11.12 10:24:39,928 com.apple.mdworker.isolation.0: failed to parse embedded CMap.
    13.11.12 10:24:39,928 com.apple.mdworker.isolation.0: syntax error, unexpected DICTSTART.
    13.11.12 10:24:39,928 com.apple.mdworker.isolation.0: failed to parse embedded CMap.
    13.11.12 10:24:39,928 com.apple.mdworker.isolation.0: syntax error, unexpected DICTSTART.
    13.11.12 10:24:39,928 com.apple.mdworker.isolation.0: failed to parse embedded CMap.
    13.11.12 10:24:39,928 com.apple.mdworker.isolation.0: syntax error, unexpected DICTSTART.
    13.11.12 10:24:39,928 com.apple.mdworker.isolation.0: failed to parse embedded CMap.
    13.11.12 10:24:39,928 com.apple.mdworker.isolation.0: syntax error, unexpected DICTSTART.
    13.11.12 10:24:39,928 com.apple.mdworker.isolation.0: failed to parse embedded CMap.
    13.11.12 10:24:39,928 com.apple.mdworker.isolation.0: syntax error, unexpected DICTSTART.
    13.11.12 10:24:39,928 com.apple.mdworker.isolation.0: failed to parse embedded CMap.
    13.11.12 10:24:39,928 com.apple.mdworker.isolation.0: syntax error, unexpected DICTSTART.
    13.11.12 10:24:39,928 com.apple.mdworker.isolation.0: failed to parse embedded CMap.
    13.11.12 10:24:39,928 com.apple.mdworker.isolation.0: syntax error, unexpected DICTSTART.
    13.11.12 10:24:39,928 com.apple.mdworker.isolation.0: failed to parse embedded CMap.
    13.11.12 10:24:39,928 com.apple.mdworker.isolation.0: syntax error, unexpected DICTSTART.
    13.11.12 10:24:39,928 com.apple.mdworker.isolation.0: failed to parse embedded CMap.
    13.11.12 10:24:39,928 com.apple.mdworker.isolation.0: syntax error, unexpected DICTSTART.
    13.11.12 10:24:39,928 com.apple.mdworker.isolation.0: failed to parse embedded CMap.
    13.11.12 10:24:39,928 com.apple.mdworker.isolation.0: syntax error, unexpected DICTSTART.
    13.11.12 10:24:39,928 com.apple.mdworker.isolation.0: failed to parse embedded CMap.
    13.11.12 10:24:39,928 com.apple.mdworker.isolation.0: syntax error, unexpected DICTSTART.
    13.11.12 10:24:39,928 com.apple.mdworker.isolation.0: failed to parse embedded CMap.
    13.11.12 10:24:39,928 com.apple.mdworker.isolation.0: syntax error, unexpected DICTSTART.
    13.11.12 10:24:39,928 com.apple.mdworker.isolation.0: failed to parse embedded CMap.
    13.11.12 10:24:39,928 com.apple.mdworker.isolation.0: syntax error, unexpected DICTSTART.
    13.11.12 10:24:39,928 com.apple.mdworker.isolation.0: failed to parse embedded CMap.
    13.11.12 10:25:09,392 com.apple.mdworker.isolation.0: failed to find PDF header: `%PDF' not found.
    13.11.12 10:25:09,524 com.apple.mdworker.isolation.0: failed to find PDF header: `%PDF' not found.
    13.11.12 10:25:25,692 com.apple.mdworker.isolation.0: Incorrect start/end range ordering; fixing.
    13.11.12 10:27:16,226 com.apple.mdworker.isolation.0: Incorrect start/end range ordering; fixing.
    13.11.12 10:27:32,485 com.apple.mdworker.isolation.0: FlateDecode: decoding error.
    13.11.12 10:27:36,454 com.apple.mdworker.isolation.0: FlateDecode: decoding error.
    13.11.12 10:33:27,794 com.apple.mdworker.isolation.0: FlateDecode: decoding error.
    13.11.12 10:33:31,992 com.apple.mdworker.isolation.0: FlateDecode: decoding error.
    13.11.12 10:33:56,267 com.apple.mdworker.isolation.0: Incorrect start/end range ordering; fixing.
    13.11.12 10:34:20,544 com.apple.mdworker.isolation.0: FlateDecode: decoding error.
    13.11.12 10:34:24,682 com.apple.mdworker.isolation.0: FlateDecode: decoding error.
    13.11.12 10:34:27,864 mdworker32: kCGErrorFailure: Set a breakpoint @ CGErrorBreakpoint() to catch errors as they are logged.
    13.11.12 10:34:36,591 com.apple.mdworker.isolation.0: FlateDecode: decoding error.
    13.11.12 10:34:40,796 com.apple.mdworker.isolation.0: FlateDecode: decoding error.
    13.11.12 10:36:34,848 com.apple.mdworker.isolation.0: FlateDecode: decoding error.
    13.11.12 10:36:38,462 com.apple.mdworker.isolation.0: FlateDecode: decoding error.
    13.11.12 10:38:12,053 com.apple.mdworker.isolation.0: Incorrect start/end range ordering; fixing.
    13.11.12 10:38:35,372 com.apple.mdworker.isolation.0: Incorrect start/end range ordering; fixing.
    13.11.12 10:38:39,293 com.apple.mdworker.isolation.0: Incorrect start/end range ordering; fixing.
    13.11.12 10:38:43,029 com.apple.mdworker.isolation.0: Incorrect start/end range ordering; fixing.
    13.11.12 10:38:45,530 com.apple.mdworker.isolation.0: Incorrect start/end range ordering; fixing.
    13.11.12 10:38:46,102 mdworker32: kCGErrorFailure: Set a breakpoint @ CGErrorBreakpoint() to catch errors as they are logged.
    13.11.12 10:38:46,982 com.apple.mdworker.pool.1: PSSniffer error: No such file or directory
    13.11.12 10:38:53,739 com.apple.mdworker.isolation.0: Incorrect start/end range ordering; fixing.
    13.11.12 10:38:55,394 com.apple.mdworker.pool.1: PSSniffer error: No such file or directory
    13.11.12 10:38:58,240 com.apple.mdworker.isolation.0: Incorrect start/end range ordering; fixing.
    13.11.12 10:39:30,089 com.apple.mdworker.isolation.0: Incorrect start/end range ordering; fixing.
    13.11.12 10:39:48,632 com.apple.mdworker.isolation.0: Incorrect start/end range ordering; fixing.
    13.11.12 10:40:06,597 com.apple.mdworker.isolation.0: Incorrect start/end range ordering; fixing.
    13.11.12 10:42:19,139 com.apple.mdworker.pool.1: PSSniffer error: No such file or directory
    13.11.12 10:43:17,861 com.apple.mdworker.pool.1: PSSniffer error: No such file or directory
    13.11.12 10:43:22,929 com.apple.mdworker.isolation.0: FlateDecode: decoding error.
    13.11.12 10:43:22,980 com.apple.mdworker.isolation.0: FlateDecode: decoding error.
    13.11.12 10:43:23,159 com.apple.mdworker.isolation.0: FlateDecode: decoding error.
    13.11.12 10:43:23,210 com.apple.mdworker.isolation.0: FlateDecode: decoding error.
    13.11.12 10:43:23,431 com.apple.mdworker.isolation.0: FlateDecode: decoding error.
    13.11.12 10:43:23,482 com.apple.mdworker.isolation.0: FlateDecode: decoding error.
    13.11.12 10:43:23,684 com.apple.mdworker.isolation.0: FlateDecode: decoding error.
    13.11.12 10:43:23,735 com.apple.mdworker.isolation.0: FlateDecode: decoding error.
    13.11.12 10:43:23,944 com.apple.mdworker.isolation.0: FlateDecode: decoding error.
    13.11.12 10:43:23,988 com.apple.mdworker.isolation.0: FlateDecode: decoding error.
    13.11.12 10:43:24,120 com.apple.mdworker.isolation.0: FlateDecode: decoding error.
    13.11.12 10:43:24,166 com.apple.mdworker.isolation.0: FlateDecode: decoding error.
    13.11.12 10:43:24,359 com.apple.mdworker.isolation.0: FlateDecode: decoding error.
    13.11.12 10:43:24,410 com.apple.mdworker.isolation.0: FlateDecode: decoding error.
    13.11.12 10:43:24,610 com.apple.mdworker.isolation.0: FlateDecode: decoding error.
    13.11.12 10:43:24,660 com.apple.mdworker.isolation.0: FlateDecode: decoding error.
    13.11.12 10:43:24,860 com.apple.mdworker.isolation.0: FlateDecode: decoding error.
    13.11.12 10:43:24,905 com.apple.mdworker.isolation.0: FlateDecode: decoding error.
    13.11.12 10:43:25,044 com.apple.mdworker.isolation.0: FlateDecode: decoding error.
    13.11.12 10:43:25,072 com.apple.mdworker.isolation.0: FlateDecode: decoding error.
    13.11.12 10:44:17,766 com.apple.mdworker.isolation.0: syntax error, unexpected DICTSTART.
    13.11.12 10:44:17,766 com.apple.mdworker.isolation.0: failed to parse embedded CMap.
    13.11.12 10:44:17,766 com.apple.mdworker.isolation.0: syntax error, unexpected DICTSTART.
    13.11.12 10:44:17,766 com.apple.mdworker.isolation.0: failed to parse embedded CMap.
    13.11.12 10:44:17,766 com.apple.mdworker.isolation.0: syntax error, unexpected DICTSTART.
    13.11.12 10:44:17,766 com.apple.mdworker.isolation.0: failed to parse embedded CMap.
    13.11.12 10:44:17,766 com.apple.mdworker.isolation.0: syntax error, unexpected DICTSTART.
    13.11.12 10:44:17,766 com.apple.mdworker.isolation.0: failed to parse embedded CMap.
    13.11.12 10:44:17,766 com.apple.mdworker.isolation.0: syntax error, unexpected DICTSTART.
    13.11.12 10:44:17,766 com.apple.mdworker.isolation.0: failed to parse embedded CMap.
    13.11.12 10:44:17,766 com.apple.mdworker.isolation.0: syntax error, unexpected DICTSTART.
    13.11.12 10:44:17,766 com.apple.mdworker.isolation.0: failed to parse embedded CMap.
    13.11.12 10:44:17,766 com.apple.mdworker.isolation.0: syntax error, unexpected DICTSTART.
    13.11.12 10:44:17,766 com.apple.mdworker.isolation.0: failed to parse embedded CMap.
    13.11.12 10:44:17,766 com.apple.mdworker.isolation.0: syntax error, unexpected DICTSTART.
    13.11.12 10:44:17,766 com.apple.mdworker.isolation.0: failed to parse embedded CMap.
    13.11.12 10:44:17,766 com.apple.mdworker.isolation.0: syntax error, unexpected DICTSTART.
    13.11.12 10:44:17,766 com.apple.mdworker.isolation.0: failed to parse embedded CMap.
    13.11.12 10:44:17,766 com.apple.mdworker.isolation.0: syntax error, unexpected DICTSTART.
    13.11.12 10:44:17,766 com.apple.mdworker.isolation.0: failed to parse embedded CMap.
    13.11.12 10:44:17,766 com.apple.mdworker.isolation.0: syntax error, unexpected DICTSTART.
    13.11.12 10:44:17,766 com.apple.mdworker.isolation.0: failed to parse embedded CMap.
    13.11.12 10:44:17,766 com.apple.mdworker.isolation.0: syntax error, unexpected DICTSTART.
    13.11.12 10:44:17,766 com.apple.mdworker.isolation.0: failed to parse embedded CMap.
    13.11.12 10:44:17,766 com.apple.mdworker.isolation.0: syntax error, unexpected DICTSTART.
    13.11.12 10:44:17,766 com.apple.mdworker.isolation.0: failed to parse embedded CMap.
    13.11.12 10:44:17,766 com.apple.mdworker.isolation.0: syntax error, unexpected DICTSTART.
    13.11.12 10:44:17,766 com.apple.mdworker.isolation.0: failed to parse embedded CMap.
    13.11.12 10:44:17,766 com.apple.mdworker.isolation.0: syntax error, unexpected DICTSTART.
    13.11.12 10:44:17,766 com.apple.mdworker.isolation.0: failed to parse embedded CMap.
    13.11.12 10:44:17,766 com.apple.mdworker.isolation.0: syntax error, unexpected DICTSTART.
    13.11.12 10:44:17,766 com.apple.mdworker.isolation.0: failed to parse embedded CMap.
    13.11.12 10:44:17,766 com.apple.mdworker.isolation.0: syntax error, unexpected DICTSTART.
    13.11.12 10:44:17,766 com.apple.mdworker.isolation.0: failed to parse embedded CMap.
    13.11.12 10:44:17,766 com.apple.mdworker.isolation.0: syntax error, unexpected DICTSTART.
    13.11.12 10:44:17,766 com.apple.mdworker.isolation.0: failed to parse embedded CMap.
    13.11.12 10:44:17,766 com.apple.mdworker.isolation.0: syntax error, unexpected DICTSTART.
    13.11.12 10:44:17,766 com.apple.mdworker.isolation.0: failed to parse embedded CMap.
    13.11.12 10:44:17,766 com.apple.mdworker.isolation.0: syntax error, unexpected DICTSTART.
    13.11.12 10:44:17,766 com.apple.mdworker.isolation.0: failed to parse embedded CMap.
    13.11.12 10:44:17,766 com.apple.mdworker.isolation.0: syntax error, unexpected DICTSTART.
    13.11.12 10:44:17,766 com.apple.mdworker.isolation.0: failed to parse embedded CMap.
    13.11.12 10:44:17,766 com.apple.mdworker.isolation.0: syntax error, unexpected DICTSTART.
    13.11.12 10:44:17,766 com.apple.mdworker.isolation.0: failed to parse embedded CMap.
    13.11.12 10:44:17,766 com.apple.mdworker.isolation.0: syntax error, unexpected DICTSTART.
    13.11.12 10:44:17,766 com.apple.mdworker.isolation.0: failed to parse embedded CMap.
    13.11.12 10:44:17,766 com.apple.mdworker.isolation.0: syntax error, unexpected DICTSTART.
    13.11.12 10:44:17,766 com.apple.mdworker.isolation.0: failed to parse embedded CMap.
    13.11.12 10:44:17,766 com.apple.mdworker.isolation.0: syntax error, unexpected DICTSTART.
    13.11.12 10:44:17,766 com.apple.mdworker.isolation.0: failed to parse embedded CMap.
    13.11.12 10:44:17,767 com.apple.mdworker.isolation.0: syntax error, unexpected DICTSTART.
    13.11.12 10:44:17,767 com.apple.mdworker.isolation.0: failed to parse embedded CMap.
    13.11.12 10:44:17,767 com.apple.mdworker.isolation.0: syntax error, unexpected DICTSTART.
    13.11.12 10:44:17,767 com.apple.mdworker.isolation.0: failed to parse embedded CMap.
    13.11.12 10:44:17,767 com.apple.mdworker.isolation.0: syntax error, unexpected DICTSTART.
    13.11.12 10:44:17,767 com.apple.mdworker.isolation.0: failed to parse embedded CMap.
    13.11.12 10:44:17,767 com.apple.mdworker.isolation.0: syntax error, unexpected DICTSTART.
    13.11.12 10:44:17,767 com.apple.mdworker.isolation.0: failed to parse embedded CMap.
    13.11.12 10:44:17,767 com.apple.mdworker.isolation.0: syntax error, unexpected DICTSTART.
    13.11.12 10:44:17,767 com.apple.mdworker.isolation.0: failed to parse embedded CMap.
    13.11.12 10:44:17,767 com.apple.mdworker.isolation.0: syntax error, unexpected DICTSTART.
    13.11.12 10:44:17,767 com.apple.mdworker.isolation.0: failed to parse embedded CMap.
    13.11.12 10:44:17,767 com.apple.mdworker.isolation.0: syntax error, unexpected DICTSTART.
    13.11.12 10:44:17,767 com.apple.mdworker.isolation.0: failed to parse embedded CMap.
    13.11.12 10:44:17,767 com.apple.mdworker.isolation.0: syntax error, unexpected DICTSTART.
    13.11.12 10:44:17,767 com.apple.mdworker.isolation.0: failed to parse embedded CMap.
    13.11.12 10:44:17,767 com.apple.mdworker.isolation.0: syntax error, unexpected DICTSTART.
    13.11.12 10:44:17,767 com.apple.mdworker.isolation.0: failed to parse embedded CMap.
    13.11.12 10:44:17,767 com.apple.mdworker.isolation.0: syntax error, unexpected DICTSTART.
    13.11.12 10:44:17,767 com.apple.mdworker.isolation.0: failed to parse embedded CMap.
    13.11.12 10:44:17,767 com.apple.mdworker.isolation.0: syntax error, unexpected DICTSTART.
    13.11.12 10:44:17,767 com.apple.mdworker.isolation.0: failed to parse embedded CMap.
    13.11.12 10:44:17,767 com.apple.mdworker.isolation.0: syntax error, unexpected DICTSTART.
    13.11.12 10:44:17,767 com.apple.mdworker.isolation.0: failed to parse embedded CMap.
    13.11.12 10:44:17,767 com.apple.mdworker.isolation.0: syntax error, unexpected DICTSTART.
    13.11.12 10:44:17,767 com.apple.mdworker.isolation.0: failed to parse embedded CMap.
    13.11.12 10:44:17,767 com.apple.mdworker.isolation.0: syntax error, unexpected DICTSTART.
    13.11.12 10:44:17,767 com.apple.mdworker.isolation.0: failed to parse embedded CMap.
    13.11.12 10:44:17,767 com.apple.mdworker.isolation.0: syntax error, unexpected DICTSTART.
    13.11.12 10:44:17,767 com.apple.mdworker.isolation.0: failed to parse embedded CMap.
    13.11.12 10:44:17,767 com.apple.mdworker.isolation.0: syntax error, unexpected DICTSTART.
    13.11.12 10:44:17,767 com.apple.mdworker.isolation.0: failed to parse embedded CMap.
    13.11.12 10:44:17,767 com.apple.mdworker.isolation.0: syntax error, unexpected DICTSTART.
    13.11.12 10:44:17,767 com.apple.mdworker.isolation.0: failed to parse embedded CMap.
    13.11.12 10:44:17,767 com.apple.mdworker.isolation.0: syntax error, unexpected DICTSTART.
    13.11.12 10:44:17,767 com.apple.mdworker.isolation.0: failed to parse embedded CMap.
    13.11.12 10:44:17,767 com.apple.mdworker.isolation.0: syntax error, unexpected DICTSTART.
    13.11.12 10:44:17,767 com.apple.mdworker.isolation.0: failed to parse embedded CMap.
    13.11.12 10:44:17,767 com.apple.mdworker.isolation.0: syntax error, unexpected DICTSTART.
    13.11.12 10:44:17,767 com.apple.mdworker.isolation.0: failed to parse embedded CMap.
    13.11.12 10:44:17,767 com.apple.mdworker.isolation.0: syntax error, unexpected DICTSTART.
    13.11.12 10:44:17,767 com.apple.mdworker.isolation.0: failed to parse embedded CMap.
    13.11.12 10:44:17,767 com.apple.mdworker.isolation.0: syntax error, unexpected DICTSTART.
    13.11.12 10:44:17,767 com.apple.mdworker.isolation.0: failed to parse embedded CMap.
    13.11.12 10:44:17,768 com.apple.mdworker.isolation.0: syntax error, unexpected DICTSTART.
    13.11.12 10:44:17,768 com.apple.mdworker.isolation.0: failed to parse embedded CMap.
    13.11.12 10:44:17,768 com.apple.mdworker.isolation.0: syntax error, unexpected DICTSTART.
    13.11.12 10:44:17,768 com.apple.mdworker.isolation.0: failed to parse embedded CMap.
    13.11.12 10:44:17,768 com.apple.mdworker.isolation.0: syntax error, unexpected DICTSTART.
    13.11.12 10:44:17,768 com.apple.mdworker.isolation.0: failed to parse embedded CMap.
    13.11.12 10:44:17,768 com.apple.mdworker.isolation.0: syntax error, unexpected DICTSTART.
    13.11.12 10:44:17,768 com.apple.mdworker.isolation.0: failed to parse embedded CMap.
    13.11.12 10:44:17,768 com.apple.mdworker.isolation.0: syntax error, unexpected DICTSTART.
    13.11.12 10:44:17,768 com.apple.mdworker.isolation.0: failed to parse embedded CMap.
    13.11.12 10:44:17,768 com.apple.mdworker.isolation.0: syntax error, unexpected DICTSTART.
    13.11.12 10:44:17,768 com.apple.mdworker.isolation.0: failed to parse embedded CMap.
    13.11.12 10:44:17,768 com.apple.mdworker.isolation.0: syntax error, unexpected DICTSTART.
    13.11.12 10:44:17,768 com.apple.mdworker.isolation.0: failed to parse embedded CMap.
    13.11.12 10:44:17,768 com.apple.mdworker.isolation.0: syntax error, unexpected DICTSTART.
    13.11.12 10:44:17,768 com.apple.mdworker.isolation.0: failed to parse embedded CMap.
    13.11.12 10:44:17,768 com.apple.mdworker.isolation.0: syntax error, unexpected DICTSTART.
    13.11.12 10:44:17,768 com.apple.mdworker.isolation.0: failed to parse embedded CMap.
    13.11.12 10:44:17,768 com.apple.mdworker.isolation.0: syntax error, unexpected DICTSTART.
    13.11.12 10:44:17,768 com.apple.mdworker.isolation.0: failed to parse embedded CMap.
    13.11.12 10:44:17,768 com.apple.mdworker.isolation.0: syntax error, unexpected DICTSTART.
    13.11.12 10:44:17,768 com.apple.mdworker.isolation.0: failed to parse embedded CMap.
    13.11.12 10:44:17,768 com.apple.mdworker.isolation.0: syntax error, unexpected DICTSTART.
    13.11.12 10:44:17,768 com.apple.mdworker.isolation.0: failed to parse embedded CMap.
    13.11.12 10:44:17,768 com.apple.mdworker.isolation.0: syntax error, unexpected DICTSTART.
    13.11.12 10:44:17,768 com.apple.mdworker.isolation.0: failed to parse embedded CMap.
    13.11.12 10:44:17,768 com.apple.mdworker.isolation.0: syntax error, unexpected DICTSTART.
    13.11.12 10:44:17,768 com.apple.mdworker.isolation.0: failed to parse embedded CMap.
    13.11.12 10:44:17,768 com.apple.mdworker.isolation.0: syntax error, unexpected DICTSTART.
    13.11.12 10:44:17,768 com.apple.mdworker.isolation.0: failed to parse embedded CMap.
    13.11.12 10:44:17,768 com.apple.mdworker.isolation.0: syntax error, unexpected DICTSTART.
    13.11.12 10:44:17,768 com.apple.mdworker.isolation.0: failed to parse embedded CMap.
    13.11.12 10:44:17,768 com.apple.mdworker.isolation.0: syntax error, unexpected DICTSTART.
    13.11.12 10:44:17,768 com.apple.mdworker.isolation.0: failed to parse embedded CMap.
    13.11.12 10:44:17,768 com.apple.mdworker.isolation.0: syntax error, unexpected DICTSTART.
    13.11.12 10:44:17,768 com.apple.mdworker.isolation.0: failed to parse embedded CMap.
    13.11.12 10:44:17,768 com.apple.mdworker.isolation.0: syntax error, unexpected DICTSTART.
    13.11.12 10:44:17,768 com.apple.mdworker.isolation.0: failed to parse embedded CMap.
    13.11.12 10:44:17,768 com.apple.mdworker.isolation.0: syntax error, unexpected DICTSTART.
    13.11.12 10:44:17,768 com.apple.mdworker.isolation.0: failed to parse embedded CMap.
    13.11.12 10:44:17,768 com.apple.mdworker.isolation.0: syntax error, unexpected DICTSTART.
    13.11.12 10:44:17,768 com.apple.mdworker.isolation.0: failed to parse embedded CMap.
    13.11.12 10:44:17,768 com.apple.mdworker.isolation.0: syntax error, unexpected DICTSTART.
    13.11.12 10:44:17,768 com.apple.mdworker.isolation.0: failed to parse embedded CMap.
    13.11.12 10:44:17,768 com.apple.mdworker.isolation.0: syntax error, unexpected DICTSTART.
    13.11.12 10:44:17,768 com.apple.mdworker.isolation.0: failed to parse embedded CMap.
    13.11.12 10:44:17,768 com.apple.mdworker.isolation.0: syntax error, unexpected DICTSTART.
    13.11.12 10:44:17,768 com.apple.mdworker.isolation.0: failed to parse embedded CMap.
    13.11.12 10:44:17,768 com.apple.mdworker.isolation.0: syntax error, unexpected DICTSTART.
    13.11.12 10:44:17,768 com.apple.mdworker.isolation.0: failed to parse embedded CMap.
    13.11.12 10:44:17,768 com.apple.mdworker.isolation.0: syntax error, unexpected DICTSTART.
    13.11.12 10:44:17,768 com.apple.mdworker.isolation.0: failed to parse embedded CMap.
    13.11.12 10:44:17,768 com.apple.mdworker.isolation.0: syntax error, unexpected DICTSTART.
    13.11.12 10:44:17,768 com.apple.mdworker.isolation.0: failed to parse embedded CMap.
    13.11.12 10:44:17,768 com.apple.mdworker.isolation.0: syntax error, unexpected DICTSTART.
    13.11.12 10:44:17,768 com.apple.mdworker.isolation.0: failed to parse embedded CMap.
    13.11.12 10:44:17,768 com.apple.mdworker.isolation.0: syntax error, unexpected DICTSTART.
    13.11.12 10:44:17,768 com.apple.mdworker.isolation.0: failed to parse embedded CMap.
    13.11.12 10:44:17,768 com.apple.mdworker.isolation.0: syntax error, unexpected DICTSTART.
    13.11.12 10:44:17,768 com.apple.mdworker.isolation.0: failed to parse embedded CMap.
    13.11.12 10:44:17,768 com.apple.mdworker.isolation.0: syntax error, unexpected DICTSTART.
    13.11.12 10:44:17,768 com.apple.mdworker.isolation.0: failed to parse embedded CMap.
    13.11.12 10:44:17,768 com.apple.mdworker.isolation.0: syntax error, unexpected DICTSTART.
    13.11.12 10:44:17,768 com.apple.mdworker.isolation.0: failed to parse embedded CMap.
    13.11.12 10:44:17,768 com.apple.mdworker.isolation.0: syntax error, unexpected DICTSTART.
    13.11.12 10:44:17,768 com.apple.mdworker.isolation.0: failed to parse embedded CMap.
    13.11.12 10:44:17,768 com.apple.mdworker.isolation.0: syntax error, unexpected DICTSTART.
    13.11.12 10:44:17,768 com.apple.mdworker.isolation.0: failed to parse embedded CMap.
    13.11.12 10:44:17,768 com.apple.mdworker.isolation.0: syntax error, unexpected DICTSTART.
    13.11.12 10:44:17,768 com.apple.mdworker.isolation.0: failed to parse embedded CMap.
    13.11.12 10:44:17,769 com.apple.mdworker.isolation.0: syntax error, unexpected DICTSTART.
    13.11.12 10:44:17,769 com.apple.mdworker.isolation.0: failed to parse embedded CMap.
    13.11.12 10:44:17,769 com.apple.mdworker.isolation.0: syntax error, unexpected DICTSTART.
    13.11.12 10:44:17,769 com.apple.mdworker.isolation.0: failed to parse embedded CMap.
    13.11.12 10:44:17,769 com.apple.mdworker.isolation.0: syntax error, unexpected DICTSTART.
    13.11.12 10:44:17,769 com.apple.mdworker.isolation.0: failed to parse embedded CMap.
    13.11.12 10:44:17,769 com.apple.mdworker.isolation.0: syntax error, unexpected DICTSTART.
    13.11.12 10:44:17,769 com.apple.mdworker.isolation.0: failed to parse embedded CMap.
    13.11.12 10:44:17,769 com.apple.mdworker.isolation.0: syntax error, unexpected DICTSTART.
    13.11.12 10:44:17,769 com.apple.mdworker.isolation.0: failed to parse embedded CMap.
    13.11.12 10:44:17,769 com.apple.mdworker.isolation.0: syntax error, unexpected DICTSTART.
    13.11.12 10:44:17,769 com.apple.mdworker.isolation.0: failed to parse embedded CMap.
    13.11.12 10:44:17,769 com.apple.mdworker.isolation.0: syntax error, unexpected DICTSTART.
    13.11.12 10:44:17,769 com.apple.mdworker.isolation.0: failed to parse embedded CMap.
    13.11.12 10:44:17,769 com.apple.mdworker.isolation.0: syntax error, unexpected DICTSTART.
    13.11.12 10:44:17,769 com.apple.mdworker.isolation.0: failed to parse embedded CMap.
    13.11.12 10:44:17,769 com.apple.mdworker.isolation.0: syntax error, unexpected DICTSTART.
    13.11.12 10:44:17,769 com.apple.mdworker.isolation.0: failed to parse embedded CMap.
    13.11.12 10:44:17,769 com.apple.mdworker.isolation.0: syntax error, unexpected DICTSTART.
    13.11.12 10:44:17,769 com.apple.mdworker.isolation.0: failed to parse embedded CMap.
    13.11.12 10:44:17,769 com.apple.mdworker.isolation.0: syntax error, unexpected DICTSTART.
    13.11.12 10:44:17,769 com.apple.mdworker.isolation.0: failed to parse embedded CMap.
    13.11.12 10:44:17,769 com.apple.mdworker.isolation.0: syntax error, unexpected DICTSTART.
    13.11.12 10:44:17,769 com.apple.mdworker.isolation.0: failed to parse embedded CMap.
    13.11.12 10:44:17,769 com.apple.mdworker.isolation.0: syntax error, unexpected DICTSTART.
    13.11.12 10:44:17,769 com.apple.mdworker.isolation.0: failed to parse embedded CMap.
    13.11.12 10:44:17,769 com.apple.mdworker.isolation.0: syntax error, unexpected DICTSTART.
    13.11.12 10:44:17,769 com.apple.mdworker.isolation.0: failed to parse embedded CMap.
    13.11.12 10:44:17,769 com.apple.mdworker.isolation.0: syntax error, unexpected DICTSTART.
    13.11.12 10:44:17,769 com.apple.mdworker.isolation.0: failed to parse embedded CMap.
    13.11.12 10:44:17,769 com.apple.mdworker.isolation.0: syntax error, unexpected DICTSTART.
    13.11.12 10:44:17,769 com.apple.mdworker.isolation.0: failed to parse embedded CMap.
    13.11.12 10:44:17,769 com.apple.mdworker.isolation.0: syntax error, unexpected DICTSTART.
    13.11.12 10:44:17,769 com.apple.mdworker.isolation.0: failed to parse embedded CMap.
    13.11.12 10:44:17,769 com.apple.mdworker.isolation.0: syntax error, unexpected DICTSTART.
    13.11.12 10:44:17,769 com.apple.mdworker.isolation.0: failed to parse embedded CMap.
    13.11.12 10:44:17,769 com.apple.mdworker.isolation.0: syntax error, unexpected DICTSTART.
    13.11.12 10:44:17,769 com.apple.mdworker.isolation.0: failed to parse embedded CMap.
    13.11.12 10:44:17,769 com.apple.mdworker.isolation.0: syntax error, unexpected DICTSTART.
    13.11.12 10:44:17,769 com.apple.mdworker.isolation.0: failed to parse embedded CMap.
    13.11.12 10:44:17,769 com.apple.mdworker.isolation.0: syntax error, unexpected DICTSTART.
    13.11.12 10:44:17,769 com.apple.mdworker.isolation.0: failed to parse embedded CMap.
    13.11.12 10:44:17,769 com.apple.mdworker.isolation.0: syntax error, unexpected DICTSTART.
    13.11.12 10:44:17,769 com.apple.mdworker.isolation.0: failed to parse embedded CMap.
    13.11.12 10:44:17,769 com.apple.mdworker.isolation.0: syntax error, unexpected DICTSTART.
    13.11.12 10:44:17,769 com.apple.mdworker.isolation.0: failed to parse embedded CMap.
    13.11.12 10:44:17,769 com.apple.mdworker.isolation.0: syntax error, unexpected DICTSTART.
    13.11.12 10:44:17,769 com.apple.mdworker.isolation.0: failed to parse embedded CMap.
    13.11.12 10:44:17,769 com.apple.mdworker.isolation.0: syntax error, unexpected DICTSTART.
    13.11.12 10:44:17,769 com.apple.mdworker.isolation.0: failed to parse embedded CMap.
    13.11.12 10:44:17,769 com.apple.mdworker.isolation.0: syntax error, unexpected DICTSTART.
    13.11.12 10:44:17,769 com.apple.mdworker.isolation.0: failed to parse embedded CMap.
    13.11.12 10:44:17,769 com.apple.mdworker.isolation.0: syntax error, unexpected DICTSTART.
    13.11.12 10:44:17,769 com.apple.mdworker.isolation.0: failed to parse embedded CMap.
    13.11.12 10:44:17,769 com.apple.mdworker.isolation.0: syntax error, unexpected DICTSTART.
    13.11.12 10:44:17,769 com.apple.mdworker.isolation.0: failed to parse embedded CMap.
    13.11.12 10:44:17,769 com.apple.mdworker.isolation.0: syntax error, unexpected DICTSTART.
    13.11.12 10:44:17,769 com.apple.mdworker.isolation.0: failed to parse embedded CMap.
    13.11.12 10:44:17,769 com.apple.mdworker.isolation.0: syntax error, unexpected DICTSTART.
    13.11.12 10:44:17,769 com.apple.mdworker.isolation.0: failed to parse embedded CMap.
    13.11.12 10:44:17,769 com.apple.mdworker.isolation.0: syntax error, unexpected DICTSTART.
    13.11.12 10:44:17,769 com.apple.mdworker.isolation.0: failed to parse embedded CMap.
    13.11.12 10:44:17,769 com.apple.mdworker.isolation.0: syntax error, unexpected DICTSTART.
    13.11.12 10:44:17,769 com.apple.mdworker.isolation.0: failed to parse embedded CMap.
    13.11.12 10:44:17,769 com.apple.mdworker.isolation.0: syntax error, unexpected DICTSTART.
    13.11.12 10:44:17,769 com.apple.mdworker.isolation.0: failed to parse embedded CMap.
    13.11.12 10:44:17,769 com.apple.mdworker.isolation.0: syntax error, unexpected DICTSTART.
    13.11.12 10:44:17,769 com.apple.mdworker.isolation.0: failed to parse embedded CMap.
    13.11.12 10:44:17,769 com.apple.mdworker.isolation.0: syntax error, unexpected DICTSTART.
    13.11.12 10:44:17,769 com.apple.mdworker.isolation.0: failed to parse embedded CMap.
    13.11.12 10:44:17,769 com.apple.mdworker.isolation.0: syntax error, unexpected DICTSTART.
    13.11.12 10:44:17,769 com.apple.mdworker.isolation.0: failed to parse embedded CMap.
    13.11.12 10:44:17,770 com.apple.mdworker.isolation.0: syntax error, unexpected DICTSTART.
    13.11.12 10:44:17,770 com.apple.mdworker.isolation.0: failed to parse embedded CMap.
    13.11.12 10:44:17,770 com.apple.mdworker.isolation.0: syntax error, unexpected DICTSTART.
    13.11.12 10:44:17,770 com.apple.mdworker.isolation.0: failed to parse embedded CMap.
    13.11.12 10:44:17,770 com.apple.mdworker.isolation.0: syntax error, unexpected DICTSTART.
    13.11.12 10:44:17,770 com.apple.mdworker.isolation.0: failed to parse embedded CMap.
    13.11.12 10:44:17,770 com.apple.mdworker.isolation.0: syntax error, unexpected DICTSTART.
    13.11.12 10:44:17,770 com.apple.mdworker.isolation.0: failed to parse embedded CMap.
    13.11.12 10:44:17,770 com.apple.mdworker.isolation.0: syntax error, unexpected DICTSTART.
    13.11.12 10:44:17,770 com.apple.mdworker.isolation.0: failed to parse embedded CMap.
    13.11.12 10:44:17,770 com.apple.mdworker.isolation.0: syntax error, unexpected DICTSTART.
    13.11.12 10:44:17,770 com.apple.mdworker.isolation.0: failed to parse embedded CMap.
    13.11.12 10:44:17,770 com.apple.mdworker.isolation.0: syntax error, unexpected DICTSTART.
    13.11.12 10:44:17,770 com.apple.mdworker.isolation.0: failed to parse embedded CMap.
    13.11.12 10:44:17,770 com.apple.mdworker.isolation.0: syntax error, unexpected DICTSTART.
    13.11.12 10:44:17,770 com.apple.mdworker.isolation.0: failed to parse embedded CMap.
    13.11.12 10:44:17,770 com.apple.mdworker.isolation.0: syntax error, unexpected DICTSTART.
    13.11.12 10:44:17,770 com.apple.mdworker.isolation.0: failed to parse embedded CMap.
    13.11.12 10:44:17,770 com.apple.mdworker.isolation.0: syntax error, unexpected DICTSTART.
    13.11.12 10:44:17,770 com.apple.mdworker.isolation.0: failed to parse embedded CMap.
    13.11.12 10:44:17,770 com.apple.mdworker.isolation.0: syntax error, unexpected DICTSTART.
    13.11.12 10:44:17,770 com.apple.mdworker.isolation.0: failed to parse embedded CMap.
    13.11.12 10:44:17,770 com.apple.mdworker.isolation.0: syntax error, unexpected DICTSTART.
    13.11.12 10:44:17,770 com.apple.mdworker.isolation.0: failed to parse embedded CMap.
    13.11.12 10:44:17,770 com.apple.mdworker.isolation.0: syntax error, unexpected DICTSTART.
    13.11.12 10:44:17,770 com.apple.mdworker.isolation.0: failed to parse embedded CMap.
    13.11.12 10:44:17,770 com.apple.mdworker.isolation.0: syntax error, unexpected DICTSTART.
    13.11.12 10:44:17,770 com.apple.mdworker.isolation.0: failed to parse embedded CMap.
    13.11.12 10:44:17,770 com.apple.mdworker.isolation.0: syntax error, unexpected DICTSTART.
    13.11.12 10:44:17,770 com.apple.mdworker.isolation.0: failed to parse embedded CMap.
    13.11.12 10:44:17,770 com.apple.mdworker.isolation.0: syntax error, unexpected DICTSTART.
    13.11.12 10:44:17,770 com.apple.mdworker.isolation.0: failed to parse embedded CMap.
    13.11.12 10:44:17,770 com.apple.mdworker.isolation.0: syntax error, unexpected DICTSTART.
    13.11.12 10:44:17,770 com.apple.mdworker.isolation.0: failed to parse embedded CMap.
    13.11.12 10:44:17,770 com.apple.mdworker.isolation.0: syntax error, unexpected DICTSTART.
    13.11.12 10:44:17,770 com.apple.mdworker.isolation.0: failed to parse embedded CMap.
    13.11.12 10:45:06,319 com.apple.mdworker.isolation.0: invalid stream length 1803; should be 1979.
    13.11.12 10:45:06,322 com.apple.mdworker.isolation.0: invalid stream length 1803; should be 1979.
    13.11.12 10:45:06,325 com.apple.mdworker.isolation.0: invalid stream length 3323; should be 3636.
    13.11.12 10:45:12,878 com.apple.mdworker.isolation.0: Incorrect start/end range ordering; fixing.
    13.11.12 10:45:16,116 com.apple.mdworker.isolation.0: Incorrect start/end range ordering; fixing.
    13.11.12 10:48:02,988 mdworker32: kCGErrorFailure: Set a breakpoint @ CGErrorBreakpoint() to catch errors as they are logged.
    13.11.12 10:48:04,858 com.apple.mdworker.isolation.0: Incorrect start/end range ordering; fixing.
    13.11.12 10:48:21,467 com.apple.mdworker.isolation.0: Incorrect start/end range ordering; fixing.
    13.11.12 10:48:56,552 com.apple.mdworker.isolation.0: Incorrect start/end range ordering; fixing.
    13.11.12 10:49:52,735 com.apple.mdworker.isolation.0: Incorrect start/end range ordering; fixing.
    13.11.12 10:51:07,967 com.apple.mdworker.isolation.0: Incorrect start/end range ordering; fixing.
    13.11.12 10:56:34,884 com.apple.mdworker.isolation.0: Incorrect start/end range ordering; fixing.
    13.11.12 10:56:41,402 com.apple.mdworker.isolation.0: syntax error, unexpected DICTSTART.
    13.11.12 10:56:41,402 com.apple.mdworker.isolation.0: failed to parse embedded CMap.
    13.11.12 10:56:41,402 com.apple.mdworker.isolation.0: syntax error, unexpected DICTSTART.
    13.11.12 10:56:41,402 com.apple.mdworker.isolation.0: failed to parse embedded CMap.
    13.11.12 10:56:41,402 com.apple.mdworker.isolation.0: syntax error, unexpected DICTSTART.
    13.11.12 10:56:41,402 com.apple.mdworker.isolation.0: failed to parse embedded CMap.
    13.11.12 10:56:41,403 com.apple.mdworker.isolation.0: syntax error, unexpected DICTSTART.
    13.11.12 10:56:41,403 com.apple.mdworker.isolation.0: failed to parse embedded CMap.
    13.11.12 10:56:41,404 com.apple.mdworker.isolation.0: syntax error, unexpected DICTSTART.
    13.11.12 10:56:41,404 com.apple.mdworker.isolation.0: failed to parse embedded CMap.
    13.11.12 10:56:41,404 com.apple.mdworker.isolation.0: syntax error, unexpected DICTSTART.
    13.11.12 10:56:41,404 com.apple.mdworker.isolation.0: failed to parse embedded CMap.
    13.11.12 10:56:41,404 com.apple.mdworker.isolation.0: syntax error, unexpected DICTSTART.
    13.11.12 10:56:41,404 com.apple.mdworker.isolation.0: failed to parse embedded CMap.
    13.11.12 10:56:41,405 com.apple.mdworker.isolation.0: syntax error, unexpected DICTSTART.
    13.11.12 10:56:41,405 com.apple.mdworker.isolation.0: failed to parse embedded CMap.
    13.11.12 10:56:41,405 com.apple.mdworker.isolation.0: syntax error, unexpected DICTSTART.
    13.11.12 10:56:41,405 com.apple.mdworker.isolation.0: failed to parse embedded CMap.
    13.11.12 10:56:41,406 com.apple.mdworker.isolation.0: syntax error, unexpected DICTSTART.
    13.11.12 10:56:41,406 com.apple.mdworker.isolation.0: failed to parse embedded CMap.
    13.11.12 10:56:41,407 com.apple.mdworker.isolation.0: syntax error, unexpected DICTSTART.
    13.11.12 10:56:41,407 com.apple.mdworker.isolation.0: failed to parse embedded CMap.
    13.11.12 10:56:41,408 com.apple.mdworker.isolation.0: syntax error, unexpected DICTSTART.
    13.11.12 10:56:41,408 com.apple.mdworker.isolation.0: failed to parse embedded CMap.
    13.11.12 10:56:41,408 com.apple.mdworker.isolation.0: syntax error, unexpected DICTSTART.
    13.11.12 10:56:41,408 com.apple.mdworker.isolation.0: failed to parse embedded CMap.
    13.11.12 10:56:41,408 com.apple.mdworker.isolation.0: syntax error, unexpected DICTSTART.
    13.11.12 10:56:41,408 com.apple.mdworker.isolation.0: failed to parse embedded CMap.
    13.11.12 10:56:41,408 com.apple.mdworker.isolation.0: syntax error, unexpected DICTSTART.
    13.11.12 10:56:41,408 com.apple.mdworker.isolation.0: failed to parse embedded CMap.
    13.11.12 10:56:41,409 com.apple.mdworker.isolation.0: syntax error, une

    no not really let me give you my situation and my fix.  I my case i was using jquery-ui 1.9.2 tabs which was doing sever side calls instead i was using it for client side feature only. It generally happens only onload.
    My fix
    $(".tabs").tabs({
            "show": function (event, ui) {
                   var oTable = $('div.dataTables_scrollBody > table', ui.panel).dataTable();
                if (oTable.length > 0) {
                    oTable.fnAdjustColumnSizing();
                    $(".tabs div.dataTables_scroll").css({
                        "display": "none",
                        "visibility": "visible"
                    }).show();
            //I added this attribute for preventing tab's server side call
            beforeLoad: function( event, ui ) {
                ui.jqXHR.abort();
    This problem arise when i upgraded my jquery-UI to 1.9

  • Strange i8042 error messages

    I get the following strange i8042 error messages appearing whenever I suspend my machine:
    i8042: Can't reactivate KBD port
    PM: Device i8042 failed to resume: error -19
    However, the system seems to work fine. A google search suggested adding the kernel parameters: i8042.reset and i8042.nomux to my kernel boot line, which I have done, but this did not work.
    System is an Intel ATOM 330 AsRock motherboard with a Logitech MK300 wireless mouse and keyboad combo.
    Any ideas appreciated.

    I'd say you can just ignore it. i8042 is a builtin (rather than a module) which is part of PS/2 keyboard support.

  • Strange transformation

    I want to use matrix to express the transformtion of the
    lingo 3D, But I find something strange and cannot find any way to
    adjust the matrix to match it.
    Just like the code bellow, I new two groups:group1 and group2
    ,group1 is a member of group("world"), and contain the member
    group2. group2 contain a member pModel. i set the pModel's position
    as vector(1.0,0.0,0.0), give the group1a rotation of
    vector(0.0,45.0,0.0) and a scale of vector(2.0,1.0,1.0). When I use
    pModel.getworldtransform() to get the pModel's transform in world
    space, I find the result like bellow:
    scales:vector( 1.6720, 1.0000, 1.1961 )
    position:vector( 0.6136, 0.0000, -1.5339 )
    rotation:vector( 0.0000, 72.9868, 0.0000 )
    axisAngle:[vector( 0.0000, -1.0000, 0.0000 ), -72.9868]
    I don't know why. if someone can give me a explanation or
    give me some document about the transformation.

    In this case, the group of groups is really not needed, but
    not for all the case.
    The code I posted is just tell a strange transform result of
    director. I can't express it using tansform matrix.
    Give a complex scene with group of groups, with
    parent-relative transform of groups and models. Then I want to get
    the model's tranform in the world space. I hope to use transform
    matrix to express it.
    In this case, we can use getworldtransform() to get the
    model's transform in worldspace. But not all the transform(what I
    really want is the worldposition) can be obtained easily. Like the
    vertex's worldposition in a mash model. The model maybe
    transformed, the group contain the model maybe transformed. If you
    want to get the worldposition of the vertex. You have to find a way
    to get it.Use transform matrix is a way(Maybe another way is new a
    model and move to the position of the vertex in the mash model's
    space, and then use getworldtransform() or worldposition property
    to get the worldposition). I think use transform matrix is a more
    traditional way. But I found the transform of director is strange
    and I can't express it in transform matrix.
    If there is a transformed group and a transformed model in
    the group, I found it is easy to get the models' tranform in the
    group's parent's space using transform matrix. But when I want to
    get the model's transform in the group's parent's parent's space,
    the transform is not match the result using tranform matrix.
    Now, back to the question above: I new two groups:group1 and
    group2 ,group1 is a member of group("world"), and contain the
    member group2. group2 contain a member pModel. i set the pModel's
    position as vector(1.0,0.0,0.0), give the group1a rotation of
    vector(0.0,45.0,0.0) and a scale of vector(2.0,1.0,1.0)
    I want to know why the pModel's transform in world space is
    scales:vector( 1.6720, 1.0000, 1.1961 )
    position:vector( 0.6136, 0.0000, -1.5339 )
    rotation:vector( 0.0000, 72.9868, 0.0000 )
    axisAngle:[vector( 0.0000, -1.0000, 0.0000 ), -72.9868]
    I hope someone can give me a mathematics explaination, or
    give me some document about the transform in director

Maybe you are looking for

  • How do I remove the grouping headings in my list view web part?

    I don't have access to SharePoint Designer and so far, that is all I can find that people are saying to use.  I understand and know how to edit the HTML in SharePoint, just don't know what code to put in and where exactly to put it so that the Docume

  • Windows 7 and Itunes

    OK, I have read several Threads discussing the issue of ITunes not loading in Windows 7.  Check the compatability setting to ensure that it is set for Windows 7.   After stumbling around looking at how my firewall and all that was set up... I stumble

  • Illustrator CS6 crashes when saving or printing

    A couple weeks ago, my AI CS6 started crashing when saving complex line work (Rhino Make2D exports) or when I tried to check the printer setting. I've reinstalled AI and installed the latest updates. For a few days, the saving problem went away but i

  • Financial reporting studio - Invalid Picture

    Hi; I am trying to add a new logo into one of our reports (Oracle Hyperion Financial reporting studio, Fusion Edition), however after inserting the new image I get the following error message " Invalid Picture". I have changed the format of the pictu

  • Pixma mg3200 not printing from mac

    I have recently started having troble printing from my Pixma mg3200. I have a MacBook Air, it has worked in the past. It is set up for wireless. This is the message I get. Support Code : 300 The printer does not respond. Make sure that the printer is