Keyframing Transform results in wobbles?

I may have asked this question months ago, but I couldn't find a solution.
I've been doing this for years in Premiere Pro.  Just basic keyframing on position and scale.  Premiere Pro gives you the option of adding ease in/ease out on all the keyframes.  
With Final Cut X, I've found no way to do this simple task.   I have a bunch of screen capture footage.  I like to zoom in and out to various parts of the screen.  Zoom into the corner... pan over to the right... zoom out slightly... etc.   This is something that you absolutely can't do using "Kens Burns" effect, because "Ken Burns" effectly only lets you go to point A to point B in a clip.  Not Point A, B, C, D, E, F and back to A.    So the logical way to do this would be to set keyframes on both "position" and "scale"... then move to the point you want zoomed in, and set keyframes for "position" and "scale"... and so on. 
Why is it that when I do this... instead of going in a straight line... it swings and wobbles like crazy?  Is there still no fix for this?  Also... why is there no "ease in" or "ease out" option for a collection of keyframes? 
Is the answer still, "Final Cut X is garbage for keyframing... use a 3rd party software like Motion"?  I get that Motion would do this... but it's a real drag on my workflow.

I have a free Title effect called Just Camera... "infinite" ken burns (among other things )... Just stretch it out over your storyline wherever you need it and keyframe as needed. You can animate position (onscreen control), zoom, and rotation (in X,Y and Z!). Zoom values are artificial -- midway is 0 -- no zoom, -100 is really something like 25% or -4x zoom (use with Fade In/Out for effect) and 100 is something like 8 to 10x zoom.
All animation transitions are linear (with no option for anything else).
You can download it here:
          http://sight-creations.com/fxexchange/JustCamera.zip
HTH

Similar Messages

  • TransformerException: No defined output handler for transformation result.

    I am attempting to write a Document object out to a file. However, when transformer.transform(domSource, streamResult) is executed, I get the following exception:
    Any thoughts?
    javax.xml.transform.TransformerException: No defined output handler for transformation result.
         at com.sun.org.apache.xalan.internal.xsltc.trax.TransformerImpl.transform(TransformerImpl.java:267)

    ideogon wrote:
    ngoonee wrote:
    My PERSONAL opinion, just dump OSS and never return. This is normally a flame-bait sort of topic, but for me its quite simple, regardless of merit or otherwise, with Ubuntu and the rest of the big distros adopting Pulseaudio en masse, it'll become (maybe already is) the default standard sound server, and it prefers to run on top of Alsa (don't think it can even run on an ossv4 backend).
    Not that that'll happen on Arch, with the focus on minimalism, but as more and more apps become Pulseaudio only, with perhaps support for ALSA as well, the choice will become easier. Or, put in another way, what apps require OSS and won't run on Alsa?
    See, I really don't have my background knowledge of the differences. I read up on ALSA vs. OSS in the Arch wiki when I built this system, and I made my decision somewhat arbitrarily.  I never even heard of Pulse until I started researching this particular issue with MPD.
    Anyway, thanks much for your perspective!
    The differences:-
    1. OSS runs on all UNIXes, ALSA only on Linux.
    2. OSS uses what some people call the 'right' UNIX way, where audio devices are just basically special files. ALSA abstracts the audio devices more.
    3. Due to licensing issues, Linux as a whole moved away from OSS (v3) years back. ALSA was developed to replace it.
    4. OSSv4 is currently available, supersedes OSSv3, but only has like 1 or 2 people working on it. ALSA is the default sound architecture to receive work in Linux.
    5. Because of 4. - driver support on most machines is better with ALSA, though there ARE quite a few user reports where ALSA is buggy with a particular device that OSS works just fine on. If you don't have this problem it doesn't apply to you.
    6. OSS has one big advantage over ALSA, per-app volume control built in. ALSA does not do this (you'd need Pulseaudio on top).
    Pretty basic stuff, you can get all of this and more from an afternoon of googling.

  • Copy - paste Keyframed transforms only

    Hi
    In Flash CS3 is it possible to copy a Keyframed and tweened animation of say a symbol growing larger and paste the Keyframes of the scaling transform onto a different symbol on a different layer so that this new symbol animates in the same way as the first symbol.
    When I try this with "ctrl alt c / v" the new symbol becomes the same as the old symbol and also moves to the same position too. I need to only copy the scale transform info in the Keyframes.
    Is this possible?
    Thanks for any help
    Graz

    I finally found out how to do this:
    Select frames to copy
    Right click
    Select Copy motion
    Select object to receive animation
    Right click object
    Select paste motion or Paste motion special
    The latter gives a choice of which parameters to copy over.

  • How to add all namespaces in root node of xquery transformation result?

    Hi,
    I'm using xquery Transformation in oracle service bus to transfrom output. The schema used for output transfromation has elements being imported from several schemas. so that output xml has these long tags with namespaces of repective schemas e.g.
    <rr:Get360ViewOfProductResponse      xmlns:rr="http://canaldigital.com/schema/product/CPMProductInformation/v2.0/">
    <ResponseHeader>
    <com:ResponseCode xmlns:com="http://broadcast.telenor.com/tsi/common/commonparameters_v1" >0</com:ResponseCode>
    <com:ResponseText xmlns:com="http://broadcast.telenor.com/tsi/common/commonparameters_v1" >0</com:ResponseText>
    </ResponseHeader>
    </rr:Get360ViewOfProductResponse>
    what I want to achieve is that all namespaces come once in the rootNode and all childnodes just use the repective prefixes, so that the xml size doesnt grow too large.Like below.
    <rr:Get360ViewOfProductResponse      xmlns:com="http://broadcast.telenor.com/tsi/common/commonparameters_v1" xmlns:rr="http://canaldigital.com/schema/product/CPMProductInformation/v2.0/" xmlns:pr="http://broadcast.telenor.com/tsi/common/program_v1">
    <ResponseHeader>
    <com:ResponseCode>0</com:ResponseCode>
    <com:ResponseText>0</com:ResponseText>
    </ResponseHeader>
    </rr:Get360ViewOfProductResponse>
    the difference is that ResponseCode and responseText should only use their prefix, and not complete namespace. How can i acheive this.
    Thanks in advance.
    Edited by: 856401 on Feb 9, 2012 1:53 AM

    I get error 'Invalid expression- Unexpected token copy-namespaces'. Is it supported by xquery version 1.0 ? Following is the updated xquery transformation which gives static error:
    xquery version "1.0" encoding "Cp1252";
    (:: pragma bea:global-element-parameter parameter="$get360ViewOfProductResponse1" element="ns5:Get360ViewOfProductResponse" location="../XSD/CPMSchema_v20.xsd" ::)
    (:: pragma bea:global-element-return element="ns6:Get360ViewOfProductResponse" location="../XSD/CPMSchema_v3.xsd" ::)
    declare namespace ns2 = "http://broadcast.telenor.com/tsi/common/displayinformation_v1";
    declare namespace ns1 = "http://broadcast.telenor.com/tsi/common/commonparameters_v1";
    declare namespace ns4 = "http://broadcast.telenor.com/tsi/common/Property_v2";
    declare namespace ns3 = "http://broadcast.telenor.com/tsi/common/ProductMain_v2";
    declare namespace ns0 = "http://broadcast.telenor.com/tsi/common/condition_v1";
    declare namespace ns9 = "http://broadcast.telenor.com/tsi/common/extension_v1";
    declare namespace ns5 = "http://broadcast.telenor.com/tsi/psd/cpm/CPMSchema_v20";
    declare namespace ns6 = "http://canaldigital.com/schema/product/CPMProductInformation/v3.0/";
    declare namespace xf = "http://tempuri.org/CPM_OSB_v3/XQuery/Get360ViewOfProductResponse/";
    declare namespace ns7 = "http://broadcast.telenor.com/tsi/common/productofferingpricewithrules_v2";
    declare namespace ns8 = "http://broadcast.telenor.com/tsi/common/pricecomponent_v2";
    declare copy-namespaces preserve, inherit;
    declare function xf:Get360ViewOfProductResponse($get360ViewOfProductResponse1 as element(ns5:Get360ViewOfProductResponse))
    as element(ns6:Get360ViewOfProductResponse) {
    <ns6:Get360ViewOfProductResponse>
    <ResponseHeader>
    <ns1:ResponseCode>0</ns1:ResponseCode>
    <ns1:ResponseText>{ data($get360ViewOfProductResponse1/responseDescription) }</ns1:ResponseText>
    </ResponseHeader>
    </ns6:Get360ViewOfProductResponse>
    declare variable $get360ViewOfProductResponse1 as element(ns5:Get360ViewOfProductResponse) external;
    xf:Get360ViewOfProductResponse($get360ViewOfProductResponse1)

  • Attempt to create a transformation results in error "transf. does not exist

    Hello,
    We're using BI 7.0 in my dept. I have a Data Store Object that I want to connect with a transformation to my DataSource. All objects are BI 7.0 objects, not 3.x. I right click my DataSource and select "create transformation" - as described in the BI documentation. I enter my DSO object as destination in the pop-up. As soon as I click on "execute" to confirm all entries in the pop-up, I get the error message "transformation does not exist, see long text". In the long text I find "The transformation specified by transformation ID , source  and target , does not exist.". Well - of course my transformation doesn't exist yet, I wanted to create it! Does anyone share my unfortunate experience and found a way out?
    Thanks for any tips you can give me! Annette

    hi annette,
    this is 1 of the possibility. i replicated the issue in my system and this is what i found out...
    when you or whoever replicated the system (r/3 system connected with bw) he/she must have replicated the datasource as a 3x version and NOT as a 7x version. if that's the case, then you must have infosource inbetween (as 3x object you can't connect directly with datasource) and update rules (no transformation works). if that's what happened... then system will not allow you to create a transformation and will give you that error message. so please check if the datasource from r/3 got replicated properly (you have 2 options... replicate as 3x object OR replicate as datasource object 7x)
    hope this helps...
    regards,
    sameer

  • Transformation result value / Cancel transformation

    Hi all. Is it possible to cancel InfObj update in Transformation? I mean by not returning NULL and updating this NULL value into InfObj, but just do nothing.

    Hi,
    Can you not remove the transformation for that info object by deleting the mapping arrow between the source & the target in the default proposed transformations?. Are you currently using the rule type 'Initial'?.
    Regards,
    Shilpa

  • Transform Result-Rows into Result-Columns

    Hello,
    I'm looking for a method to display part of the result of a query not in rows but intstead into columns.
    What do I have are two tables (object and parts) and each object can have 1 or 10 or probably 50 parts. When I do the following
    select o.sysob, o.number, o.name, p.number form part p, object o where p.sysob = o.sysob
    I get all information in rows underneath. What I'm looking for is a way to get all the p.number results into columns beside the object information in one row for each object.
    Hopefully someone has got a clue what I need.
    Thanks
    Carsten

    first problem: I'm using Oracle 9i and 10g, so PIVOT
    is not availableTrue, the PIVOT functionality is only available from 11g but, if you had searched correctly, you would have found plenty of examples of how to pivot data using 9i and 10g.
    second problem: crosstable with an unknown number of
    results to bring into columns doesn't make it as easy
    as in the examples shown.So you are saying that you will have a dynamic number of columns in the result set? The only way I know to achieve this is shown here:
    How to pipeline a function with a dynamic number of columns?

  • How to escape special characters in Simple Transformation

    Hi Experts,
    I have got a problem to get a well formed xml document from the below simple transformation. The content of maktx contains
    special characters like & <, which are not allowed in a well formed XML-Document. But the result of the Simple Transformation
    contains this charcters even after the transformation as you can the in the result below. Has anyone a hint how to escape the
    characters included in the maktx.
    The transformation for maktx, should be something like
    Before: Material & < TEST
    After: Material &amp &lt TEST
    Report wihich calls the simple transformation
    types:
    BEGIN OF t_mat,
       matnr type matnr,
       maktx type maktx,
    end of t_mat.
    Data:
      mat type t_mat,
      xml_stream type xstring.
    START-OF-SELECTION.
    mat-matnr = '4711'.
    mat-maktx = 'Material & < Test'.
    CALL TRANSFORMATION ztest_st2
            SOURCE mat = mat
            RESULT XML xml_stream.
    CALL FUNCTION 'DISPLAY_XML_STRING'
      EXPORTING xml_string = xml_stream.
    Simple Transformation
    <?sap.transform simple?>
    <tt:transform xmlns:tt="http://www.sap.com/transformation-templates">
      <tt:root name="MAT"/>
      <tt:template>
        <Leistungsschild>
            <CHARACT> MATNR </CHARACT>
            <CHARACT_DESCR> Materialnummer </CHARACT_DESCR>
            <VALUE tt:value-ref="MAT.MATNR"/>
            <CHARACT> MAKTX </CHARACT>
            <CHARACT_DESCR> Materialkurztext </CHARACT_DESCR>
            <VALUE tt:value-ref="MAT.MAKTX" />
        </Leistungsschild>
      </tt:template>
    </tt:transform>
    RESULT
    <?xml version="1.0" encoding="utf-8" ?>
    <Leistungsschild>
      <CHARACT>MATNR</CHARACT>
      <CHARACT_DESCR>Materialnummer</CHARACT_DESCR>
      <VALUE>4711</VALUE>
      <CHARACT>MAKTX</CHARACT>
      <CHARACT_DESCR>Materialkurztext</CHARACT_DESCR>
      <VALUE>Material & < Test</VALUE>   </Leistungsschild>

    Hi Sandra,
    First of all thaks for your quick answer to my problem.
    I see what you mean and get the same result, if I am using data-type string instead of xstring. But the recommendation in the XML-Books of SAP is to use XSTRING to save memory and circumflex problems between Codepages, when writing the XML-Stream to a filesystem.
    As you can see in the code abvoe I am using a SAP-FM to display the XML-Stream and this FM works only with XSTRING´s,
    that is one reason why I don´t understand that it displays it in the wrong way.
    Even the Debugger shows me for the XSTRING the wrong result. Does all that mean that the escaping will not be applyed if you are working with XSTING´s??

  • Simple Transformation - ABAP 2 XML

    Dear all,
    Finally I was able to transform an internal table to xml using ST. The question is: Can I create different structured XML-files using the same (structured) internal table. Or is there some kind of a 1:1 relationship (between an ITAB structure + XML structure)?
    1) Data declaration
    TYPES: BEGIN OF ty_curr,
           tcurr  TYPE tcurr_curr,
           gdatu  TYPE gdatu_inv,
           ukurs  TYPE ukurs_curr.
    TYPES: END OF ty_curr.
    DATA: gt_tcurr TYPE TABLE OF ty_curr.
    2) Data selection
    Select * into corresponding fields of table gt_tcurr from tcurr where...
    3) Transformation ABAP 2 XML
          CALL TRANSFORMATION z_tcurr
            SOURCE root = gt_tcurr
            RESULT XML    g_xml_string.
    <?sap.transform simple?>
    <tt:transform xmlns:tt="http://www.sap.com/transformation-templates">
      <tt:root name="ROOT"/>
      <tt:template>
        <tt:serialize>
          <rates>
            <tt:loop name="line" ref=".ROOT">
              <currency>
                <tt:value ref="$line.tcurr"/>
              </currency>
              <date>
                <tt:value ref="$line.gdatu"/>
              </date>
              <rate>
                <tt:value ref="$line.ukurs"/>
              </rate>
            </tt:loop>
          </rates>
        </tt:serialize>
      </tt:template>
    </tt:transform>
    Result (XML)
      <?xml version="1.0" encoding="utf-8" ?>
    - <rates>
      <currency>USD</currency>
      <date>01.01.2010</date>
      <rate>-1.1868</rate>
      <currency>EUR</currency>
      <date>01.01.2010</date>
      <rate>-1.1791</rate>
      <currency>USD</currency>
      <date>02.01.2010</date>
      <rate>-1.1864</rate>
      <currency>EUR</currency>
      <date>02.01.2010</date>
      <rate>-1.1864</rate>
      </rates>:
    so far so good... BUT; if I want to get another XML structure
    Example 1)  -> sorted by currency
    <?xml version="1.0" encoding="utf-8" ?>
    - <rates>
      <currency>USD
      <date>01.01.2010</date>
      <rate>-1.1868</rate>
      <date>02.01.2010</date>
      <rate>-1.1868</rate>
      </currency>
      <currency>EUR
      <date>01.01.2010</date>
      <rate>-1.1868</rate>
      <date>02.01.2010</date>
      <rate>-1.1868</rate>
      </currency>
      </rates>
    Example 2) -> sored by date
    <?xml version="1.0" encoding="utf-8" ?>
    - <rates>
      <date>01.01.2010</date> 
       <currency>USD</currency>
      <rate>-1.1868</rate>
       <currency>EUR</currency>
      <rate>-1.1868</rate>
      <date>02.01.2010</date>
       <currency>USD</currency>
      <rate>-1.1868</rate>
       <currency>EUR</currency>
      <rate>-1.1868</rate>
      </rates>
    How can I achieve output example 1+2  using the same internal table as a source? Is this possible? I guess this can be solved within the transformation, right? Any help appreciated.
    Best regards
    Benno

    Thanks for all answers so far. Changing the sequence is not a "problem". What I want to achieve is to change hierarchy of the xml. I'll try to explain again with a simple example:
    ITAB (structure):
    name; birthday; ***; first name
    ITAB (content):
    Smith; 01.01.1970; M; Paul
    Smith; 01.01.1970; F; Stefanie
    Smith; 01.02.1980; F; Barbara
    White; 01.02.1980; M; Steve
    I want to pass the itab exactly the way it is (ok, sorting is allowed). Question: Can I achieve the following XML's using ST? I guess/hope this can be solved with variables/groups/condition statements within the transformation coding?
    Example xml- 1) Sorted/Grouped by Name/***
    <person>
                    <name>Smith
                                 <***>M    
                                       <birthday>01.01.1970</birthday><first name>Paul</first name>                            
                                 </***>
                                 <***>F 
                                       <birthday>01.01.1970</birthday><first name>Stefanie</first name>   
                                       <birthday>01.02.1980</birthday><first name>Barbara</first name>                                  
                                 </***>
                    </name>
                    <name>White
                                 <***>M    
                                       <birthday>01.02.1980</birthday><first name>Steve</first name>                            
                                 </***>
                    </name>
    </person>
    Exampe xml-2 ) Sorted/Grouped by Birthday (Names only)
    <person>
                    <birthday>01.01.1970
                                 <first name>Paul</first name>
                                 <first name>Stefanie</first name>                                 
                    </birthday>
                    <birthday>01.02.1980
                                 <first name>Barbara</first name>
                                 <first name>Steve</first name>                                 
                    </birthday>                        
    </person>

  • Motion 5.1 Keyframe problem

    After building a 3 minute project with mainly graphics and various moves using a camera in 3D I have found that when I attempt to change a keyframe using the keyframe editor the mouse pointer disappears making it impossible to carry on with the edit. Also if you use the keyframe transform tool Motion displays the beach ball and crashes.
    This happens on my iMac and Mac pro. I have re-installed Motion and trashed the preferences on both machines without effect.
    Date/Time:       2014-05-13 20:37:42 +0100
    OS Version:      10.9.2 (Build 13C1021)
    Architecture:    x86_64
    Report Version:  18
    Command:         Motion
    Path:            /Applications/Motion.app/Contents/MacOS/Motion
    Version:         5.1 (238755)
    Build Version:   5
    Project Name:    Motion
    Source Version:  23875005025000000
    App Item ID:     434290957
    App External ID: 219952701
    Parent:          launchd [168]
    PID:             428
    Event:           hang
    Duration:        0.99s
    Steps:           10 (100ms sampling interval)
    Hardware model:  MacPro4,1
    Active cpus:     8
    Fan speed:       799 rpm
    Free pages:      3049285 pages (-1756)
    Pageins:         0 pages
    Pageouts:        0 pages
    Swapins:         0 pages
    Swapouts:        0 pages
    Process:         Motion [428]
    Path:            /Applications/Motion.app/Contents/MacOS/Motion
    Architecture:    x86_64
    Parent:          launchd [168]
    UID:             501
    Task size:       286777 pages
    CPU Time:        0.925s
      Thread 0x23b2     DispatchQueue 1          priority 47         cpu time   0.925s
      10 start + 1 (libdyld.dylib) [0x7fff8ecf25fd]
        10 ??? (Motion + 55074) [0x10d4ab722]
          10 NSProApplicationMain + 333 (ProKit) [0x10d5c0f6a]
            10 -[NSApplication run] + 646 (AppKit) [0x7fff8bea6b89]
              10 ??? (Motion + 64725) [0x10d4adcd5]
                10 -[FFApplication sendEvent:] + 548 (Flexo) [0x10f85ed14]
                  10 -[NSProApplication sendEvent:] + 129 (ProKit) [0x10d5c06be]
                    10 -[NSApplication sendEvent:] + 2021 (AppKit) [0x7fff8c0566e4]
                      10 -[OZDocumentWindow sendEvent:] + 302 (Ozone) [0x10df2f59e]
                        10 -[NSProWindow sendEvent:] + 236 (ProKit) [0x10d5e1ff0]
                          10 -[NSWindow sendEvent:] + 781 (AppKit) [0x7fff8c0b5235]
                            10 -[OZCurveEditorViewBase mouseUp:] + 1311 (ProCurveEditor) [0x1118b8c09]
                              10 -[OZCurveEditorCtrlBase setupDeformSelected:] + 3389 (ProCurveEditor) [0x1118a5dcc]
                                3 ??? (libsystem_m.dylib + 46464) [0x7fff93d85580]
                                  3 <executing in user space>
                                2 operator/(CMTime const&, double) + 31 (ProCore) [0x10dc2112b]
                                  2 <executing in user space>
                                1 operator/(CMTime const&, double) + 114 (ProCore) [0x10dc2117e]
                                  1 <executing in user space>
                                1 operator/(CMTime const&, double) + 40 (ProCore) [0x10dc21134]
                                  1 <executing in user space>
                                1 DYLD-STUB$$finite + 6 (ProCore) [0x10dc6252a]
                                  1 <executing in user space>
                                1 operator/(CMTime const&, double) + 97 (ProCore) [0x10dc2116d]
                                  1 <executing in user space>
                                1 operator/(CMTime const&, double) + 82 (ProCore) [0x10dc2115e]
                                  1 <executing in user space>
      Thread 0x23ce     DispatchQueue 2          priority 49       
      10 _dispatch_mgr_thread + 52 (libdispatch.dylib) [0x7fff9518b152]
        10 kevent64 + 10 (libsystem_kernel.dylib) [0x7fff8b4bc662]
         *10 ??? (mach_kernel + 3949840) [0xffffff80005c4510]
      Thread 0x23db     priority 47       
      10 thread_start + 13 (libsystem_pthread.dylib) [0x7fff8d5e7fc9]
        10 _pthread_start + 137 (libsystem_pthread.dylib) [0x7fff8d5e372a]
          10 _pthread_body + 138 (libsystem_pthread.dylib) [0x7fff8d5e3899]
            10 PCThread::startup(void*) + 29 (ProCore) [0x10dc0472f]
              10 (anonymous namespace)::threadFunc(void*) + 71 (ProGL) [0x10f1cf522]
                10 __psynch_cvwait + 10 (libsystem_kernel.dylib) [0x7fff8b4bb716]
                 *10 psynch_cvcontinue + 0 (pthread) [0xffffff7f80d88940]
      Thread 0x2466     priority 47       
      10 thread_start + 13 (libsystem_pthread.dylib) [0x7fff8d5e7fc9]
        10 _pthread_start + 137 (libsystem_pthread.dylib) [0x7fff8d5e372a]
          10 _pthread_body + 138 (libsystem_pthread.dylib) [0x7fff8d5e3899]
            10 listenOnDelegatePort + 385 (QTKit) [0x7fff907f5f3c]
              10 CFRunLoopRun + 97 (CoreFoundation) [0x7fff90d22811]
                10 CFRunLoopRunSpecific + 309 (CoreFoundation) [0x7fff90c6cf25]
                  10 __CFRunLoopRun + 1161 (CoreFoundation) [0x7fff90c6d5e9]
                    10 __CFRunLoopServiceMachPort + 181 (CoreFoundation) [0x7fff90c6dfc5]
                      10 mach_msg_trap + 10 (libsystem_kernel.dylib) [0x7fff8b4b7a1a]
                       *10 ipc_mqueue_receive_continue + 0 (mach_kernel) [0xffffff8000216800]
      Thread 0x2467     priority 47       
      10 thread_start + 13 (libsystem_pthread.dylib) [0x7fff8d5e7fc9]
        10 _pthread_start + 137 (libsystem_pthread.dylib) [0x7fff8d5e372a]
          10 _pthread_body + 138 (libsystem_pthread.dylib) [0x7fff8d5e3899]
            10 listenOnNotificationPort + 353 (QTKit) [0x7fff907f6404]
              10 CFRunLoopRun + 97 (CoreFoundation) [0x7fff90d22811]
                10 CFRunLoopRunSpecific + 309 (CoreFoundation) [0x7fff90c6cf25]
                  10 __CFRunLoopRun + 1161 (CoreFoundation) [0x7fff90c6d5e9]
                    10 __CFRunLoopServiceMachPort + 181 (CoreFoundation) [0x7fff90c6dfc5]
                      10 mach_msg_trap + 10 (libsystem_kernel.dylib) [0x7fff8b4b7a1a]
                       *10 ipc_mqueue_receive_continue + 0 (mach_kernel) [0xffffff8000216800]
      Thread 0x2485     priority 47       
      10 thread_start + 13 (libsystem_pthread.dylib) [0x7fff8d5e7fc9]
        10 _pthread_start + 137 (libsystem_pthread.dylib) [0x7fff8d5e372a]
          10 _pthread_body + 138 (libsystem_pthread.dylib) [0x7fff8d5e3899]
            10 QTCALayerRendererPendingQWorkLoop + 506 (QTKit) [0x7fff9088543f]
              10 CFRunLoopRun + 97 (CoreFoundation) [0x7fff90d22811]
                10 CFRunLoopRunSpecific + 309 (CoreFoundation) [0x7fff90c6cf25]
                  10 __CFRunLoopRun + 1161 (CoreFoundation) [0x7fff90c6d5e9]
                    10 __CFRunLoopServiceMachPort + 181 (CoreFoundation) [0x7fff90c6dfc5]
                      10 mach_msg_trap + 10 (libsystem_kernel.dylib) [0x7fff8b4b7a1a]
                       *10 ipc_mqueue_receive_continue + 0 (mach_kernel) [0xffffff8000216800]
      Thread 0x2590     priority 47       
      10 thread_start + 13 (libsystem_pthread.dylib) [0x7fff8d5e7fc9]
        10 _pthread_start + 137 (libsystem_pthread.dylib) [0x7fff8d5e372a]
          10 _pthread_body + 138 (libsystem_pthread.dylib) [0x7fff8d5e3899]
            10 _NSEventThread + 144 (AppKit) [0x7fff8c05316e]
              10 CFRunLoopRunSpecific + 309 (CoreFoundation) [0x7fff90c6cf25]
                10 __CFRunLoopRun + 1161 (CoreFoundation) [0x7fff90c6d5e9]
                  10 __CFRunLoopServiceMachPort + 181 (CoreFoundation) [0x7fff90c6dfc5]
                    10 mach_msg_trap + 10 (libsystem_kernel.dylib) [0x7fff8b4b7a1a]
                     *10 ipc_mqueue_receive_continue + 0 (mach_kernel) [0xffffff8000216800]
      Thread 0x259b     priority 63       
      10 thread_start + 13 (libsystem_pthread.dylib) [0x7fff8d5e7fc9]
        10 _pthread_start + 137 (libsystem_pthread.dylib) [0x7fff8d5e372a]
          10 _pthread_body + 138 (libsystem_pthread.dylib) [0x7fff8d5e3899]
            10 __NSThread__main__ + 1318 (Foundation) [0x7fff91c6476b]
              10 +[NSURLConnection(Loader) _resourceLoadLoop:] + 348 (Foundation) [0x7fff91c64967]
                10 CFRunLoopRunSpecific + 309 (CoreFoundation) [0x7fff90c6cf25]
                  10 __CFRunLoopRun + 1161 (CoreFoundation) [0x7fff90c6d5e9]
                    10 __CFRunLoopServiceMachPort + 181 (CoreFoundation) [0x7fff90c6dfc5]
                      10 mach_msg_trap + 10 (libsystem_kernel.dylib) [0x7fff8b4b7a1a]
                       *10 ipc_mqueue_receive_continue + 0 (mach_kernel) [0xffffff8000216800]
      Thread 0x25a2     priority 47       
      10 thread_start + 13 (libsystem_pthread.dylib) [0x7fff8d5e7fc9]
        10 _pthread_start + 137 (libsystem_pthread.dylib) [0x7fff8d5e372a]
          10 _pthread_body + 138 (libsystem_pthread.dylib) [0x7fff8d5e3899]
            10 QTMachPortImageProviderWorkLoop + 315 (QTKit) [0x7fff908c38e7]
              10 CFRunLoopRun + 97 (CoreFoundation) [0x7fff90d22811]
                10 CFRunLoopRunSpecific + 309 (CoreFoundation) [0x7fff90c6cf25]
                  10 __CFRunLoopRun + 1161 (CoreFoundation) [0x7fff90c6d5e9]
                    10 __CFRunLoopServiceMachPort + 181 (CoreFoundation) [0x7fff90c6dfc5]
                      10 mach_msg_trap + 10 (libsystem_kernel.dylib) [0x7fff8b4b7a1a]
                       *10 ipc_mqueue_receive_continue + 0 (mach_kernel) [0xffffff8000216800]
      Thread 0x25b6     priority 52       
      10 thread_start + 13 (libsystem_pthread.dylib) [0x7fff8d5e7fc9]
        10 _pthread_start + 137 (libsystem_pthread.dylib) [0x7fff8d5e372a]
          10 _pthread_body + 138 (libsystem_pthread.dylib) [0x7fff8d5e3899]
            10 figThreadMain + 382 (CoreMedia) [0x110f8358b]
              10 FigScheduledFileIOThread + 141 (CoreMedia) [0x110f7dd0e]
                10 FigSemaphoreWaitRelative + 133 (CoreMedia) [0x110f82a4b]
                  10 WaitOnCondition + 11 (CoreMedia) [0x110f82c37]
                    10 __psynch_cvwait + 10 (libsystem_kernel.dylib) [0x7fff8b4bb716]
                     *10 psynch_cvcontinue + 0 (pthread) [0xffffff7f80d88940]
      Thread 0x25b7     priority 47       
      10 thread_start + 13 (libsystem_pthread.dylib) [0x7fff8d5e7fc9]
        10 _pthread_start + 137 (libsystem_pthread.dylib) [0x7fff8d5e372a]
          10 _pthread_body + 138 (libsystem_pthread.dylib) [0x7fff8d5e3899]
            10 textureFinishThread(void*) + 183 (HeliumRender) [0x111a56a47]
              10 __psynch_cvwait + 10 (libsystem_kernel.dylib) [0x7fff8b4bb716]
               *10 psynch_cvcontinue + 0 (pthread) [0xffffff7f80d88940]
      Thread 0x25bc     priority 47       
      10 thread_start + 13 (libsystem_pthread.dylib) [0x7fff8d5e7fc9]
        10 _pthread_start + 137 (libsystem_pthread.dylib) [0x7fff8d5e372a]
          10 _pthread_body + 138 (libsystem_pthread.dylib) [0x7fff8d5e3899]
            10 QTCALayerRendererPendingQWorkLoop + 506 (QTKit) [0x7fff9088543f]
              10 CFRunLoopRun + 97 (CoreFoundation) [0x7fff90d22811]
                10 CFRunLoopRunSpecific + 309 (CoreFoundation) [0x7fff90c6cf25]
                  10 __CFRunLoopRun + 1161 (CoreFoundation) [0x7fff90c6d5e9]
                    10 __CFRunLoopServiceMachPort + 181 (CoreFoundation) [0x7fff90c6dfc5]
                      10 mach_msg_trap + 10 (libsystem_kernel.dylib) [0x7fff8b4b7a1a]
                       *10 ipc_mqueue_receive_continue + 0 (mach_kernel) [0xffffff8000216800]
      Thread 0x25bf     priority 47       
      10 thread_start + 13 (libsystem_pthread.dylib) [0x7fff8d5e7fc9]
        10 _pthread_start + 137 (libsystem_pthread.dylib) [0x7fff8d5e372a]
          10 _pthread_body + 138 (libsystem_pthread.dylib) [0x7fff8d5e3899]
            10 QTMachPortImageProviderWorkLoop + 315 (QTKit) [0x7fff908c38e7]
              10 CFRunLoopRun + 97 (CoreFoundation) [0x7fff90d22811]
                10 CFRunLoopRunSpecific + 309 (CoreFoundation) [0x7fff90c6cf25]
                  10 __CFRunLoopRun + 1161 (CoreFoundation) [0x7fff90c6d5e9]
                    10 __CFRunLoopServiceMachPort + 181 (CoreFoundation) [0x7fff90c6dfc5]
                      10 mach_msg_trap + 10 (libsystem_kernel.dylib) [0x7fff8b4b7a1a]
                       *10 ipc_mqueue_receive_continue + 0 (mach_kernel) [0xffffff8000216800]
      Thread 0x25c0     priority 47       
      10 thread_start + 13 (libsystem_pthread.dylib) [0x7fff8d5e7fc9]
        10 _pthread_start + 137 (libsystem_pthread.dylib) [0x7fff8d5e372a]
          10 _pthread_body + 138 (libsystem_pthread.dylib) [0x7fff8d5e3899]
            10 StartRenderExecUnitFunc(void*) + 20 (HeliumRender) [0x1119b58e4]
              10 HGRenderExecUnit::RunLoop() + 177 (HeliumRender) [0x1119b59a1]
                10 HGRenderQueue::GetRenderJob(HGRenderExecUnit*, HGRenderJob**) + 617 (HeliumRender) [0x1119c6929]
                  10 HGSynchronizable::Wait() + 46 (HeliumRender) [0x111ac9ede]
                    10 __psynch_cvwait + 10 (libsystem_kernel.dylib) [0x7fff8b4bb716]
                     *10 psynch_cvcontinue + 0 (pthread) [0xffffff7f80d88940]
      Thread 0x25c1     priority 47       
      10 thread_start + 13 (libsystem_pthread.dylib) [0x7fff8d5e7fc9]
        10 _pthread_start + 137 (libsystem_pthread.dylib) [0x7fff8d5e372a]
          10 _pthread_body + 138 (libsystem_pthread.dylib) [0x7fff8d5e3899]
            10 StartRenderExecUnitFunc(void*) + 20 (HeliumRender) [0x1119b58e4]
              10 HGRenderExecUnit::RunLoop() + 177 (HeliumRender) [0x1119b59a1]
                10 HGRenderQueue::GetRenderJob(HGRenderExecUnit*, HGRenderJob**) + 617 (HeliumRender) [0x1119c6929]
                  10 HGSynchronizable::Wait() + 46 (HeliumRender) [0x111ac9ede]
                    10 __psynch_cvwait + 10 (libsystem_kernel.dylib) [0x7fff8b4bb716]
                     *10 psynch_cvcontinue + 0 (pthread) [0xffffff7f80d88940]
      Thread 0x25c2     priority 47       
      10 thread_start + 13 (libsystem_pthread.dylib) [0x7fff8d5e7fc9]
        10 _pthread_start + 137 (libsystem_pthread.dylib) [0x7fff8d5e372a]
          10 _pthread_body + 138 (libsystem_pthread.dylib) [0x7fff8d5e3899]
            10 StartRenderExecUnitFunc(void*) + 20 (HeliumRender) [0x1119b58e4]
              10 HGRenderExecUnit::RunLoop() + 177 (HeliumRender) [0x1119b59a1]
                10 HGRenderQueue::GetRenderJob(HGRenderExecUnit*, HGRenderJob**) + 617 (HeliumRender) [0x1119c6929]
                  10 HGSynchronizable::Wait() + 46 (HeliumRender) [0x111ac9ede]
                    10 __psynch_cvwait + 10 (libsystem_kernel.dylib) [0x7fff8b4bb716]
                     *10 psynch_cvcontinue + 0 (pthread) [0xffffff7f80d88940]
      Thread 0x25c3     priority 47       
      10 thread_start + 13 (libsystem_pthread.dylib) [0x7fff8d5e7fc9]
        10 _pthread_start + 137 (libsystem_pthread.dylib) [0x7fff8d5e372a]
          10 _pthread_body + 138 (libsystem_pthread.dylib) [0x7fff8d5e3899]
            10 StartUserExecUnitFunc(void*) + 83 (HeliumRender) [0x111c395a3]
              10 HGRenderQueue::GetUserJob(HGUserExecUnit*, HGUserJob**) + 87 (HeliumRender) [0x1119c7a67]
                10 HGSynchronizable::Wait() + 46 (HeliumRender) [0x111ac9ede]
                  10 __psynch_cvwait + 10 (libsystem_kernel.dylib) [0x7fff8b4bb716]
                   *10 psynch_cvcontinue + 0 (pthread) [0xffffff7f80d88940]
      Thread 0x25c4     priority 47       
      10 thread_start + 13 (libsystem_pthread.dylib) [0x7fff8d5e7fc9]
        10 _pthread_start + 137 (libsystem_pthread.dylib) [0x7fff8d5e372a]
          10 _pthread_body + 138 (libsystem_pthread.dylib) [0x7fff8d5e3899]
            10 StartUserExecUnitFunc(void*) + 83 (HeliumRender) [0x111c395a3]
              10 HGRenderQueue::GetUserJob(HGUserExecUnit*, HGUserJob**) + 87 (HeliumRender) [0x1119c7a67]
                10 HGSynchronizable::Wait() + 46 (HeliumRender) [0x111ac9ede]
                  10 __psynch_cvwait + 10 (libsystem_kernel.dylib) [0x7fff8b4bb716]
                   *10 psynch_cvcontinue + 0 (pthread) [0xffffff7f80d88940]
      Thread 0x25c5     priority 47       
      10 thread_start + 13 (libsystem_pthread.dylib) [0x7fff8d5e7fc9]
        10 _pthread_start + 137 (libsystem_pthread.dylib) [0x7fff8d5e372a]
          10 _pthread_body + 138 (libsystem_pthread.dylib) [0x7fff8d5e3899]
            10 StartUserExecUnitFunc(void*) + 83 (HeliumRender) [0x111c395a3]
              10 HGRenderQueue::GetUserJob(HGUserExecUnit*, HGUserJob**) + 87 (HeliumRender) [0x1119c7a67]
                10 HGSynchronizable::Wait() + 46 (HeliumRender) [0x111ac9ede]
                  10 __psynch_cvwait + 10 (libsystem_kernel.dylib) [0x7fff8b4bb716]
                   *10 psynch_cvcontinue + 0 (pthread) [0xffffff7f80d88940]
      Thread 0x25c6     priority 47       
      10 thread_start + 13 (libsystem_pthread.dylib) [0x7fff8d5e7fc9]
        10 _pthread_start + 137 (libsystem_pthread.dylib) [0x7fff8d5e372a]
          10 _pthread_body + 138 (libsystem_pthread.dylib) [0x7fff8d5e3899]
            10 StartUserExecUnitFunc(void*) + 83 (HeliumRender) [0x111c395a3]
              10 HGRenderQueue::GetUserJob(HGUserExecUnit*, HGUserJob**) + 87 (HeliumRender) [0x1119c7a67]
                10 HGSynchronizable::Wait() + 46 (HeliumRender) [0x111ac9ede]
                  10 __psynch_cvwait + 10 (libsystem_kernel.dylib) [0x7fff8b4bb716]
                   *10 psynch_cvcontinue + 0 (pthread) [0xffffff7f80d88940]
      Thread 0x25c7     priority 47       
      10 thread_start + 13 (libsystem_pthread.dylib) [0x7fff8d5e7fc9]
        10 _pthread_start + 137 (libsystem_pthread.dylib) [0x7fff8d5e372a]
          10 _pthread_body + 138 (libsystem_pthread.dylib) [0x7fff8d5e3899]
            10 StartPBOExecUnitFunc(void*) + 143 (HeliumRender) [0x1119b408f]
              10 HGRenderQueue::GetPBOReadbackJob(HGPBOReadbackExecUnit*, HGPBOReadbackJob**) + 79 (HeliumRender) [0x1119c903f]
                10 HGSynchronizable::Wait() + 46 (HeliumRender) [0x111ac9ede]
                  10 __psynch_cvwait + 10 (libsystem_kernel.dylib) [0x7fff8b4bb716]
                   *10 psynch_cvcontinue + 0 (pthread) [0xffffff7f80d88940]
      Thread 0x25c8     priority 47       
      10 thread_start + 13 (libsystem_pthread.dylib) [0x7fff8d5e7fc9]
        10 _pthread_start + 137 (libsystem_pthread.dylib) [0x7fff8d5e372a]
          10 _pthread_body + 138 (libsystem_pthread.dylib) [0x7fff8d5e3899]
            10 PCThread::startup(void*) + 29 (ProCore) [0x10dc0472f]
              10 OZPlaybackScheduler::scheduleLoop() + 106 (Ozone) [0x10e2970aa]
                10 __psynch_cvwait + 10 (libsystem_kernel.dylib) [0x7fff8b4bb716]
                 *10 psynch_cvcontinue + 0 (pthread) [0xffffff7f80d88940]
      Thread 0x25cb     priority 47       
      10 thread_start + 13 (libsystem_pthread.dylib) [0x7fff8d5e7fc9]
        10 _pthread_start + 137 (libsystem_pthread.dylib) [0x7fff8d5e372a]
          10 _pthread_body + 138 (libsystem_pthread.dylib) [0x7fff8d5e3899]
            10 textureFinishThread(void*) + 183 (HeliumRender) [0x111a56a47]
              10 __psynch_cvwait + 10 (libsystem_kernel.dylib) [0x7fff8b4bb716]
               *10 psynch_cvcontinue + 0 (pthread) [0xffffff7f80d88940]
      Thread 0x274e     priority 55       
      10 thread_start + 13 (libsystem_pthread.dylib) [0x7fff8d5e7fc9]
        10 _pthread_start + 137 (libsystem_pthread.dylib) [0x7fff8d5e372a]
          10 _pthread_body + 138 (libsystem_pthread.dylib) [0x7fff8d5e3899]
            10 Thread::RunHelper(void*) + 47 (Flexo) [0x10f80bf5f]
              10 semaphore_wait_trap + 10 (libsystem_kernel.dylib) [0x7fff8b4b7a56]
               *10 semaphore_wait_continue + 0 (mach_kernel) [0xffffff800023b5a0]
      Thread 0x2a77     priority 55       
      10 thread_start + 13 (libsystem_pthread.dylib) [0x7fff8d5e7fc9]
        10 _pthread_start + 137 (libsystem_pthread.dylib) [0x7fff8d5e372a]
          10 _pthread_body + 138 (libsystem_pthread.dylib) [0x7fff8d5e3899]
            10 Thread::RunHelper(void*) + 47 (Flexo) [0x10f80bf5f]
              10 semaphore_wait_trap + 10 (libsystem_kernel.dylib) [0x7fff8b4b7a56]
               *10 semaphore_wait_continue + 0 (mach_kernel) [0xffffff800023b5a0]
      Thread 0x2a78     priority 55       
      10 thread_start + 13 (libsystem_pthread.dylib) [0x7fff8d5e7fc9]
        10 _pthread_start + 137 (libsystem_pthread.dylib) [0x7fff8d5e372a]
          10 _pthread_body + 138 (libsystem_pthread.dylib) [0x7fff8d5e3899]
            10 Thread::RunHelper(void*) + 47 (Flexo) [0x10f80bf5f]
              10 semaphore_wait_trap + 10 (libsystem_kernel.dylib) [0x7fff8b4b7a56]
               *10 semaphore_wait_continue + 0 (mach_kernel) [0xffffff800023b5a0]
      Thread 0x2b12     priority 47       
      10 thread_start + 13 (libsystem_pthread.dylib) [0x7fff8d5e7fc9]
        10 _pthread_start + 137 (libsystem_pthread.dylib) [0x7fff8d5e372a]
          10 _pthread_body + 138 (libsystem_pthread.dylib) [0x7fff8d5e3899]
            10 hg_pthread_loop(void*) + 98 (HeliumRender) [0x111a7aaa2]
              10 __psynch_mutexwait + 10 (libsystem_kernel.dylib) [0x7fff8b4bb746]
               *10 psynch_mtxcontinue + 0 (pthread) [0xffffff7f80d87a3b]
      Thread 0x2b13     priority 47       
      10 thread_start + 13 (libsystem_pthread.dylib) [0x7fff8d5e7fc9]
        10 _pthread_start + 137 (libsystem_pthread.dylib) [0x7fff8d5e372a]
          10 _pthread_body + 138 (libsystem_pthread.dylib) [0x7fff8d5e3899]
            10 hg_pthread_loop(void*) + 98 (HeliumRender) [0x111a7aaa2]
              10 __psynch_mutexwait + 10 (libsystem_kernel.dylib) [0x7fff8b4bb746]
               *10 psynch_mtxcontinue + 0 (pthread) [0xffffff7f80d87a3b]
      Thread 0x2b14     priority 47       
      10 thread_start + 13 (libsystem_pthread.dylib) [0x7fff8d5e7fc9]
        10 _pthread_start + 137 (libsystem_pthread.dylib) [0x7fff8d5e372a]
          10 _pthread_body + 138 (libsystem_pthread.dylib) [0x7fff8d5e3899]
            10 hg_pthread_loop(void*) + 98 (HeliumRender) [0x111a7aaa2]
              10 __psynch_mutexwait + 10 (libsystem_kernel.dylib) [0x7fff8b4bb746]
               *10 psynch_mtxcontinue + 0 (pthread) [0xffffff7f80d87a3b]
      Thread 0x2b15     priority 47       
      10 thread_start + 13 (libsystem_pthread.dylib) [0x7fff8d5e7fc9]
        10 _pthread_start + 137 (libsystem_pthread.dylib) [0x7fff8d5e372a]
          10 _pthread_body + 138 (libsystem_pthread.dylib) [0x7fff8d5e3899]
            10 hg_pthread_loop(void*) + 98 (HeliumRender) [0x111a7aaa2]
              10 __psynch_mutexwait + 10 (libsystem_kernel.dylib) [0x7fff8b4bb746]
               *10 psynch_mtxcontinue + 0 (pthread) [0xffffff7f80d87a3b]
      Thread 0x2b19     priority 47       
      10 start_wqthread + 13 (libsystem_pthread.dylib) [0x7fff8d5e7fb9]
        10 __workq_kernreturn + 10 (libsystem_kernel.dylib) [0x7fff8b4bbe6a]
         *10 wq_unpark_continue + 0 (pthread) [0xffffff7f80d866ae]
      Binary Images:
             0x10d49e000 -        0x10d4b6ff7  com.apple.motionapp 5.1 (238755) <857448C3-855A-3E1D-AF23-2A4EB2C6142C> /Applications/Motion.app/Contents/MacOS/Motion
             0x10d5a5000 -        0x10d7feff7  com.apple.prokit 8.0 (5015) <F9549ADF-6ED0-3319-879C-639DFC4084AE> /Applications/Motion.app/Contents/Frameworks/ProKit.framework/Versions/A/ProKit
             0x10dbe8000 -        0x10dcd7ff7  com.apple.procore.framework 4.0.2 (23875.5.25) <9E69A9AE-D1FC-3D01-9B84-20CA550B4380> /Applications/Motion.app/Contents/Frameworks/ProCore.framework/Versions/A/ProCo re
             0x10dd3e000 -        0x10e6d4fe7  com.apple.ozone.framework 5.0.0 (23875.5.25) <AC3E0B68-442A-334D-B263-2262BAB9019D> /Applications/Motion.app/Contents/Frameworks/Ozone.framework/Versions/A/Ozone
             0x10f1c6000 -        0x10f1fbfff  com.apple.progl.framework 1.0 (23875.5.25) <C9506E82-2D38-329F-A4F2-55B2652922AC> /Applications/Motion.app/Contents/Frameworks/ProGL.framework/Versions/A/ProGL
             0x10f667000 -        0x1107c7fe7  com.apple.Flexo 1.0.0 (23875.5.25) <83A5AE77-25F8-34DF-B340-7CD31CC62F1A> /Applications/Motion.app/Contents/Frameworks/Flexo.framework/Versions/A/Flexo
             0x110f60000 -        0x110fa9fff  com.apple.CoreMedia.ProAppsSupport 1.0 (1273.26) <677412E1-C337-3EFA-B448-ADC6BF85CBC9> /Applications/Motion.app/Contents/Frameworks/CoreMedia.framework/Versions/A/Cor eMedia
             0x11189d000 -        0x111910fff  com.apple.procurveeditor.framework 3.1.0 (23875.5.25) <55F08B18-56D6-376B-B96B-ACFFE5381733> /Applications/Motion.app/Contents/Frameworks/ProCurveEditor.framework/Versions/ A/ProCurveEditor
             0x11195b000 -        0x111d96fff  com.apple.Helium.HeliumRender 2.1.0 (23875.5.25) <6BFF8889-37C1-32C4-A523-9FCB6510414E> /Applications/Motion.app/Contents/Frameworks/Helium.framework/Versions/A/Framew orks/HeliumRender.framework/Versions/A/HeliumRender
          0x7fff8b4a6000 -     0x7fff8b4c2ff7  libsystem_kernel.dylib (2422.92.1) <3F649963-7FA1-3201-8FF6-8438A52B9973> /usr/lib/system/libsystem_kernel.dylib
          0x7fff8be8f000 -     0x7fff8ca05fff  com.apple.AppKit 6.9 (1265.19) <12647F2F-3FE2-3D77-B3F0-33EFAFF2CEA7> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
          0x7fff8d5e2000 -     0x7fff8d5e9ff7  libsystem_pthread.dylib (53.1.4) <AB498556-B555-310E-9041-F67EC9E00E2C> /usr/lib/system/libsystem_pthread.dylib
          0x7fff8ecef000 -     0x7fff8ecf2ff7  libdyld.dylib (239.4) <CF03004F-58E4-3BB6-B3FD-BE4E05F128A0> /usr/lib/system/libdyld.dylib
          0x7fff907e2000 -     0x7fff90923fff  com.apple.QTKit 7.7.3 (2826.17) <ADA1EF77-57D2-3E7E-8526-8F0B732C1218> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
          0x7fff90bfd000 -     0x7fff90de2fff  com.apple.CoreFoundation 6.9 (855.16) <A63E680E-E4B2-368B-8564-9DBE0D8DDB91> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
          0x7fff91bfe000 -     0x7fff91efcfff  com.apple.Foundation 6.9 (1056.13) <2EE9AB07-3EA0-37D3-B407-4A520F2CB497> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
          0x7fff93d7a000 -     0x7fff93da9fd2  libsystem_m.dylib (3047.16) <B7F0E2E4-2777-33FC-A787-D6430B630D54> /usr/lib/system/libsystem_m.dylib
          0x7fff95188000 -     0x7fff951a2fff  libdispatch.dylib (339.90.1) <F3CBFE1B-FCE8-3F33-A53D-9092AB382DBB> /usr/lib/system/libdispatch.dylib
    *0xffffff7f80d83000 - 0xffffff7f80d8afff  com.apple.kec.pthread 1.0 (1) <619F6A5D-FFA2-3B59-9993-958FD7154B83> /System/Library/Extensions/pthread.kext/Contents/MacOS/pthread
    *0xffffff8000200000 - 0xffffff80007a494a  mach_kernel (2422.92.1) <E9CF78E2-1E9F-3B6F-81A4-FEE6C6D0E4D5> /mach_kernel
    Process:         accountsd [230]
    Path:            /System/Library/Frameworks/Accounts.framework/Versions/A/Support/accountsd
    Architecture:    x86_64
    Parent:          launchd [168]
    UID:             501
    Sudden Term:     Clean (allows idle exit)
    Task size:       1591 pages
    Importance:      Adaptive, Background Priority
    IO Policy:       Utility
    Timers:          Coalesced
      Thread 0x6d0      DispatchQueue 1          priority 4        
      10 start + 1 (libdyld.dylib) [0x7fff8ecf25fd]
        10 ??? (accountsd + 6850) [0x1057cdac2]
          10 CFRunLoopRunSpecific + 309 (CoreFoundation) [0x7fff90c6cf25]
            10 __CFRunLoopRun + 1161 (CoreFoundation) [0x7fff90c6d5e9]
              10 __CFRunLoopServiceMachPort + 181 (CoreFoundation) [0x7fff90c6dfc5]
                10 mach_msg_trap + 10 (libsystem_kernel.dylib) [0x7fff8b4b7a1a]
                 *10 ipc_mqueue_receive_continue + 0 (mach_kernel) [0xffffff8000216800]
      Thread 0x6e3      DispatchQueue 2          priority 4        
      10 _dispatch_mgr_thread + 52 (libdispatch.dylib) [0x7fff9518b152]
        10 kevent64 + 10 (libsystem_kernel.dylib) [0x7fff8b4bc662]
         *10 ??? (mach_kernel + 3949840) [0xffffff80005c4510]
      Binary Images:
             0x1057cc000 -        0x1057cdfff  accountsd (336.9) <806AD9DD-23C7-3DB5-BE2F-C3E4D3E27EA9> /System/Library/Frameworks/Accounts.framework/Versions/A/Support/accountsd
          0x7fff8b4a6000 -     0x7fff8b4c2ff7  libsystem_kernel.dylib (2422.92.1) <3F649963-7FA1-3201-8FF6-8438A52B9973> /usr/lib/system/libsystem_kernel.dylib
          0x7fff8ecef000 -     0x7fff8ecf2ff7  libdyld.dylib (239.4) <CF03004F-58E4-3BB6-B3FD-BE4E05F128A0> /usr/lib/system/libdyld.dylib
          0x7fff90bfd000 -     0x7fff90de2fff  com.apple.CoreFoundation 6.9 (855.16) <A63E680E-E4B2-368B-8564-9DBE0D8DDB91> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
          0x7fff95188000 -     0x7fff951a2fff  libdispatch.dylib (339.90.1) <F3CBFE1B-FCE8-3F33-A53D-9092AB382DBB> /usr/lib/system/libdispatch.dylib
    *0xffffff8000200000 - 0xffffff80007a494a  mach_kernel (2422.92.1) <E9CF78E2-1E9F-3B6F-81A4-FEE6C6D0E4D5> /mach_kernel
    Process:         AirPlayUIAgent [256]
    Path:            /System/Library/CoreServices/AirPlayUIAgent.app/Contents/MacOS/AirPlayUIAgent
    Architecture:    x86_64
    Parent:          launchd [168]
    UID:             501
    Sudden Term:     Clean (allows idle exit)
    Task size:       1949 pages
    CPU Time:        0.001s
    Importance:      Adaptive, Boosted, Donating
      Thread 0x7cb      DispatchQueue 1          priority 46         cpu time   0.001s
      10 start + 1 (libdyld.dylib) [0x7fff8ecf25fd]
        10 NSApplicationMain + 940 (AppKit) [0x7fff8be91913]
          10 -[NSApplication run] + 553 (AppKit) [0x7fff8bea6b2c]
            10 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 122 (AppKit) [0x7fff8beb2a2b]
              10 _DPSNextEvent + 1434 (AppKit) [0x7fff8beb33de]
                10 _BlockUntilNextEventMatchingListInModeWithFilter + 65 (HIToolbox) [0x7fff925535bc]
                  10 ReceiveNextEventCommon + 479 (HIToolbox) [0x7fff925537b7]
                    10 RunCurrentEventLoopInMode + 226 (HIToolbox) [0x7fff92553a0d]
                      10 CFRunLoopRunSpecific + 309 (CoreFoundation) [0x7fff90c6cf25]
                        10 __CFRunLoopRun + 1161 (CoreFoundation) [0x7fff90c6d5e9]
                          10 __CFRunLoopServiceMachPort + 181 (CoreFoundation) [0x7fff90c6dfc5]
                            10 mach_msg_trap + 10 (libsystem_kernel.dylib) [0x7fff8b4b7a1a]
                             *10 ipc_mqueue_receive_continue + 0 (mach_kernel) [0xffffff8000216800]
      Thread 0x7d2      DispatchQueue 2          priority 48       
      10 _dispatch_mgr_thread + 52 (libdispatch.dylib) [0x7fff9518b152]
        10 kevent64 + 10 (libsystem_kernel.dylib) [0x7fff8b4bc662]
         *10 ??? (mach_kernel + 3949840) [0xffffff80005c4510]
      Thread 0x810      priority 46       
      10 thread_start + 13 (libsystem_pthread.dylib) [0x7fff8d5e7fc9]
        10 _pthread_start + 137 (libsystem_pthread.dylib) [0x7fff8d5e372a]
          10 _pthread_body + 138 (libsystem_pthread.dylib) [0x7fff8d5e3899]
            10 _NSEventThread + 144 (AppKit) [0x7fff8c05316e]
              10 CFRunLoopRunSpecific + 309 (CoreFoundation) [0x7fff90c6cf25]
                10 __CFRunLoopRun + 1161 (CoreFoundation) [0x7fff90c6d5e9]
                  10 __CFRunLoopServiceMachPort + 181 (CoreFoundation) [0x7fff90c6dfc5]
                    10 mach_msg_trap + 10 (libsystem_kernel.dylib) [0x7fff8b4b7a1a]
                     *10 ipc_mqueue_receive_continue + 0 (mach_kernel) [0xffffff8000216800]
      Thread 0x2b40     priority 0        
      10 start_wqthread + 13 (libsystem_pthread.dylib) [0x7fff8d5e7fb9]
        10 __workq_kernreturn + 10 (libsystem_kernel.dylib) [0x7fff8b4bbe6a]
         *10 wq_unpark_continue + 0 (pthread) [0xffffff7f80d866ae]
      Binary Images:
             0x105b61000 -        0x105b66ff3  com.apple.AirPlayUIAgent 2.0 (200.34.4) <0E216F6D-BD52-38DA-BED6-DDF3BA3B34D2> /System/Library/CoreServices/AirPlayUIAgent.app/Contents/MacOS/AirPlayUIAgent
          0x7fff8b4a6000 -     0x7fff8b4c2ff7  libsystem_kernel.dylib (2422.92.1) <3F649963-7FA1-3201-8FF6-8438A52B9973> /usr/lib/system/libsystem_kernel.dylib
          0x7fff8be8f000 -     0x7fff8ca05fff  com.apple.AppKit 6.9 (1265.19) <12647F2F-3FE2-3D77-B3F0-33EFAFF2CEA7> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
          0x7fff8d5e2000 -     0x7fff8d5e9ff7  libsystem_pthread.dylib (53.1.4) <AB498556-B555-310E-9041-F67EC9E00E2C> /usr/lib/system/libsystem_pthread.dylib
          0x7fff8ecef000 -     0x7fff8ecf2ff7  libdyld.dylib (239.4) <CF03004F-58E4-3BB6-B3FD-BE4E05F128A0> /usr/lib/system/libdyld.dylib
          0x7fff90bfd000 -     0x7fff90de2fff  com.apple.CoreFoundation 6.9 (855.16) <A63E680E-E4B2-368B-8564-9DBE0D8DDB91> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
          0x7fff92525000 -     0x7fff927cfff5  com.apple.HIToolbox 2.1 <DF5635DD-C255-3A8E-8B49-F6D2FB61FF95> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
          0x7fff95188000 -     0x7fff951a2fff  libdispatch.dylib (339.90.1) <F3CBFE1B-FCE8-3F33-A53D-9092AB382DBB> /usr/lib/system/libdispatch.dylib
    *0xffffff7f80d83000 - 0xffffff7f80d8afff  com.apple.kec.pthread 1.0 (1) <619F6A5D-FFA2-3B59-9993-958FD7154B83> /System/Library/Extensions/pthread.kext/Contents/MacOS/pthread
    *0xffffff8000200000 - 0xffffff80007a494a  mach_kernel (2422.92.1) <E9CF78E2-1E9F-3B6F-81A4-FEE6C6D0E4D5> /mach_kernel
    Process:         airportd [64]
    Path:            /usr/libexec/airportd
    Architecture:    x86_64
    Parent:          launchd [1]
    UID:             0
    Sudden Term:     Clean
    Task size:       621 pages
    Importance:      Adaptive, Background Priority
    IO Policy:       Utility
    Timers:          Coalesced
      Thread 0x1e4      DispatchQueue 1          priority 4        
      10 start + 1 (libdyld.dylib) [0x7fff8ecf25fd]
        10 ??? (airportd + 86548) [0x109bb8214]
          10 -[NSRunLoop(NSRunLoop) run] + 74 (Foundation) [0x7fff91d4f4aa]
            10 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 253 (Foundation) [0x7fff91c66adc]
              10 CFRunLoopRunSpecific + 309 (CoreFoundation) [0x7fff90c6cf25]
                10 __CFRunLoopRun + 1161 (CoreFoundation) [0x7fff90c6d5e9]
                  10 __CFRunLoopServiceMachPort + 181 (CoreFoundation) [0x7fff90c6dfc5]
                    10 mach_msg_trap + 10 (libsystem_kernel.dylib) [0x7fff8b4b7a1a]
                     *10 ipc_mqueue_receive_continue + 0 (mach_kernel) [0xffffff8000216800]
      Thread 0x3a6      DispatchQueue 2          priority 4        
      10 _dispatch_mgr_thread + 52 (libdispatch.dylib) [0x7fff9518b152]
        10 kevent64 + 10 (libsystem_kernel.dylib) [0x7fff8b4bc662]
         *10 ??? (mach_kernel + 3949840) [0xffffff80005c4510]
      Thread 0x3c1      priority 4        
      10 thread_start + 13 (libsystem_pthread.dylib) [0x7fff8d5e7fc9]
        10 _pthread_start + 137 (libsystem_pthread.dylib) [0x7fff8d5e372a]
          10 _pthread_body + 138 (libsystem_pthread.dylib) [0x7fff8d5e3899]
            10 __select + 10 (libsystem_kernel.dylib) [0x7fff8b4bb9aa]
             *10 ??? (mach_kernel + 4069952) [0xffffff80005e1a40]
      Binary Images:
             0x109ba3000 -        0x109c12fff  airportd (931.58) <D2D103C7-91C2-3DA0-89B3-91D2E11F261A> /usr/libexec/airportd
          0x7fff8b4a6000 -     0x7fff8b4c2ff7  libsystem_kernel.dylib (2422.92.1) <3F649963-7FA1-3201-8FF6-8438A52B9973> /usr/lib/system/libsystem_kernel.dylib
          0x7fff8d5e2000 -     0x7fff8d5e9ff7  libsystem_pthread.dylib (53.1.4) <AB498556-B555-310E-9041-F67EC9E00E2C> /usr/lib/system/libsystem_pthread.dylib
          0x7fff8ecef000 -     0x7fff8ecf2ff7  libdyld.dylib (239.4) <CF03004F-58E4-3BB6-B3FD-BE4E05F128A0> /usr/lib/system/libdyld.dylib
          0x7fff90bfd000 -     0x7fff90de2fff  com.apple.CoreFoundation 6.9 (855.16) <A63E680E-E4B2-368B-8564-9DBE0D8DDB91> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
          0x7fff91bfe000 -     0x7fff91efcfff  com.apple.Foundation 6.9 (1056.13) <2EE9AB07-3EA0-37D3-B407-4A520F2CB497> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
          0x7fff95188000 -     0x7fff951a2fff  libdispatch.dylib (339.90.1) <F3CBFE1B-FCE8-3F33-A53D-9092AB382DBB> /usr/lib/system/libdispatch.dylib
    *0xffffff8000200000 - 0xffffff80007a494a  mach_kernel (2422.92.1) <E9CF78E2-1E9F-3B6F-81A4-FEE6C6D0E4D5> /mach_kernel
    Process:         aosnotifyd [63]
    Path:            /usr/libexec/aosnotifyd
    Architecture:    x86_64
    Parent:          launchd [1]
    UID:             0
    Sudden Term:     Clean (allows idle exit)
    Task size:       1581 pages
    Importance:      Adaptive, Background Priority
    IO Policy:       Utility
    Timers:          Coalesced
      Thread 0x1e3      DispatchQueue 1          priority 4        
      10 start + 1 (libdyld.dylib) [0x7fff8ecf25fd]
        10 ??? (aosnotifyd + 61205) [0x10646ef15]
          10 ??? (aosnotifyd + 173664) [0x10648a660]
            10 -[NSRunLoop(NSRunLoop) run] + 74 (Foundation) [0x7fff91d4f4aa]
              10 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 253 (Foundation) [0x7fff91c66adc]
                10 CFRunLoopRunSpecific + 309 (CoreFoundation) [0x7fff90c6cf25]
                  10 __CFRunLoopRun + 1161 (CoreFoundation) [0x7fff90c6d5e9]
                    10 __CFRunLoopServiceMachPort + 181 (CoreFoundation) [0x7fff90c6dfc5]
                      10 mach_msg_trap + 10 (libsystem_kernel.dylib) [0x7fff8b4b7a1a]
                       *10 ipc_mqueue_receive_continue + 0 (mach_kernel) [0xffffff8000216800]
      Thread 0x389      DispatchQueue 2          priority 4        
      10 _dispatch_mgr_thread + 52 (libdispatch.dylib) [0x7fff9518b152]
        10 kevent64 + 10 (libsystem_kernel.dylib) [0x7fff8b4bc662]
         *10 ??? (mach_kernel + 3949840) [0xffffff80005c4510]
      Binary Images:
             0x106460000 -        0x1064befff  aosnotifyd (760.3) <57A7B425-2369-3F29-A0DE-13E0DA454F62> /usr/libexec/aosnotifyd
          0x7fff8b4a6000 -     0x7fff8b4c2ff7  libsystem_kernel.dylib (2422.92.1) <3F649963-7FA1-3201-8FF6-8438A52B9973> /usr/lib/system/libsystem_kernel.dylib
          0x7fff8ecef000 -     0x7fff8ecf2ff7  libdyld.dylib (239.4) <CF03004F-58E4-3BB6-B3FD-BE4E05F128A0> /usr/lib/system/libdyld.dylib
          0x7fff90bfd000 -     0x7fff90de2fff  com.apple.CoreFoundation 6.9 (855.16) <A63E680E-E4B2-368B-8564-9DBE0D8DDB91> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
          0x7fff91bfe000 -     0x7fff91efcfff  com.apple.Foundation 6.9 (1056.13) <2EE9AB07-3EA0-37D3-B407-4A520F2CB497> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
          0x7fff95188000 -     0x7fff951a2fff  libdispatch.dylib (339.90.1) <F3CBFE1B-FCE8-3F33-A53D-9092AB382DBB> /usr/lib/system/libdispatch.dylib
    *0xffffff8000200000 - 0xffffff80007a494a  mach_kernel (2422.92.1) <E9CF78E2-1E9F-3B6F-81A4-FEE6C6D0E4D5> /mach_kernel
    Process:         appleeventsd [56]
    Path:            /System/Library/CoreServices/appleeventsd
    Architecture:    x86_64
    Parent:          launchd [1]
    UID:             55
    Task size:       814 pages
    Importance:      Adaptive, Background Priority
    IO Policy:       Utility
    Timers:          Coalesced
      Thread 0x266      DispatchQueue 2          priority 4        
      10 _dispatch_mgr_thread + 52 (libdispatch.dylib) [0x7fff9518b152]
        10 kevent64 + 10 (libsystem_kernel.dylib) [0x7fff8b4bc662]
         *10 ??? (mach_kernel + 3949840) [0xffffff80005c4510]
      Thread 0x267      DispatchQueue 7          priority 4        
      10 _dispatch_sig_thread + 45 (libdispatch.dylib) [0x7fff951937d5]
        10 __sigsuspend_nocancel + 10 (libsystem_kernel.dylib) [0x7fff8b4bbcaa]
         *10 ??? (mach_kernel + 4069952) [0xffffff80005e1a40]
      Binary Images:
             0x109b71000 -        0x109b71ffe  appleeventsd (665.5) <5049C997-9744-35A2-960D-0C4732911528> /System/Library/CoreServices/appleeventsd
          0x7fff8b4a6000 -     0x7fff8b4c2ff7  libsystem_kernel.dylib (2422.92.1) <3F649963-7FA1-3201-8FF6-8438A52B9973> /usr/lib/system/libsystem_kernel.dylib
          0x7fff95188000 -     0x7fff951a2fff  libdispatch.dylib (339.90.1) <F3CBFE1B-FCE8-3F33-A53D-9092AB382DBB> /usr/lib/system/libdispatch.dylib
    *0xffffff8000200000 - 0xffffff80007a494a  mach_kernel (2422.92.1) <E9CF78E2-1E9F-3B6F-81A4-FEE6C6D0E4D5> /mach_kernel
    Process:         AppleIDAuthAgent [215]
    Path:            /System/Library/CoreServices/AppleIDAuthAgent
    Architecture:    x86_64
    Parent:          launchd [168]
    UID:             501
    Sudden Term:     Clean (allows idle exit)
    Task size:       519 pages
    Importance:      Adaptive, Background Priority
    IO Policy:       Utility
    Timers:          Coalesced
      Thread 0x6a0      DispatchQueue 2          priority 4        
      10 _dispatch_mgr_thread + 52 (libdispatch.dylib) [0x7fff9518b152]
        10 kevent64 + 10 (libsystem_kernel.dylib) [0x7fff8b4bc662]
         *10 ??? (mach_kernel + 3949840) [0xffffff80005c4510]
      Thread 0x6a3      DispatchQueue 7          priority 4        
      10 _dispatch_sig_thread + 45 (libdispatch.dylib) [0x7fff951937d5]
        10 __sigsuspend_nocancel + 10 (libsystem_kernel.dylib) [0x7fff8b4bbcaa]
         *10 ??? (mach_kernel + 4069952) [0xffffff80005e1a40]
      Thread 0x6a2      DispatchQueue 17         priority 4        
      10 start_wqthread + 13 (libsystem_pthread.dylib) [0x7fff8d5e7fb9]
        10 _pthread_wqthread + 314 (libsystem_pthread.dylib) [0x7fff8d5e4ef8]
          10 _dispatch_worker_thread2 + 40 (libdispatch.dylib) [0x7fff9518c193]
            10 _dispatch_root_queue_drain + 75 (libdispatch.dylib) [0x7fff9518afa3]
              10 _dispatch_queue_invoke + 110 (libdispatch.dylib) [0x7fff9518c9dd]
                10 _dispatch_queue_drain + 359 (libdispatch.dylib) [0x7fff9518b633]
                  10 _dispatch_source_invoke + 413 (libdispatch.dylib) [0x7fff9518b8a1]
                    10 _dispatch_client_callout + 8 (libdispatch.dylib) [0x7fff951892ad]
                      10 _dispatch_after_timer_callback + 77 (libdispatch.dylib) [0x7fff95191443]
                        10 _dispatch_client_callout + 8 (libdispatch.dylib) [0x7fff951892ad]
                          10 _dispatch_call_block_and_release + 12 (libdispatch.dylib) [0x7fff9518c1d7]
                            10 ___ZL30startScheduledAccountCheckTaskdd_block_invoke_2 + 480 (AppleIDAuthAgent) [0x109fbbdd4]
                              10 semaphore_wait_trap + 10 (libsystem_kernel.dylib) [0x7fff8b4b7a56]
                               *10 semaphore_wait_continue + 0 (mach_kernel) [0xffffff800023b5a0]
      Binary Images:
             0x109fb9000 -        0x109fe9fff  AppleIDAuthAgent (600.4) <B624FB8F-0C6B-380A-B6F8-70E624482388> /System/Library/CoreServices/AppleIDAuthAgent
          0x7fff8b4a6000 -     0x7fff8b4c2ff7  libsystem_kernel.dylib (2422.92.1) <3F649963-7FA1-3201-8FF6-8438A52B9973> /usr/lib/system/libsystem_kernel.dylib
          0x7fff8d5e2000 -     0x7fff8d5e9ff7  libsystem_pthread.dylib (53.1.4) <AB498556-B555-310E-9041-F67EC9E00E2C> /usr/lib/system/libsystem_pthread.dylib
          0x7fff95188000 -     0x7fff951a2fff  libdispatch.dylib (339.90.1) <F3CBFE1B-FCE8-3F33-A53D-9092AB382DBB> /usr/lib/system/libdispatch.dylib
    *0xffffff8000200000 - 0xffffff80007a494a  mach_kernel (2422.92.1) <E9CF78E2-1E9F-3B6F-81A4-FEE6C6D0E4D5> /mach_kernel
    Process:         AppleSpell [319]
    Path:            /System/Library/Services/AppleSpell.service/Contents/MacOS/AppleSpell
    Architecture:    x86_64
    Parent:          launchd [168]
    UID:             501
    Sudden Term:     Clean
    Task size:       2162 pages
    Importance:      Donating
    IO Policy:       Standard
    Timers:          Coalesced
      Thread 0xf1a      DispatchQueue 1          priority 31       
      10 start + 1 (libdyld.dylib) [0x7fff8ecf25fd]
        10 ??? (AppleSpell + 4798) [0x10092e2be]
          10 -[NSSpellServer run] + 73 (Foundation) [0x7fff91d80b8b]
            10 CFRunLoopRun + 97 (CoreFoundation) [0x7fff90d22811]
              10 CFRunLoopRunSpecific + 309 (CoreFoundation) [0x7fff90c6cf25]
                10 __CFRunLoopRun + 1161 (CoreFoundation) [0x7fff90c6d5e9]
                  10 __CFRunLoopServiceMachPort + 181 (CoreFoundation) [0x7fff90c6dfc5]
                    10 mach_msg_trap + 10 (libsystem_kernel.dylib) [0x7fff8b4b7a1a]
                     *10 ipc_mqueue_receive_continue + 0 (mach_kernel) [0xffffff8000216800]
      Thread 0xf1e      DispatchQueue 2          priority 33       
      10 _dispatch_mgr_thread + 52 (libdispatch.dylib) [0x7fff9518b152]
        10 kevent64 + 10 (libsystem_kernel.dylib) [0x7fff8b4bc662]
         *10 ??? (mach_kernel + 3949840) [0xffffff80005c4510]
      Binary Images:
             0x10092d000 -        0x1009f0ff7  com.apple.AppleSpell 2.1 (232) <A0032D8D-8C88-3E70-960D-BE53DE83E0BC> /System/Library/Services/AppleSpell.service/Contents/MacOS/AppleSpell
          0x7fff8b4a6000 -     0x7fff8b4c2ff7  libsystem_kernel.dylib (2422.92.1) <3F649963-7FA1-3201-8FF6-8438A52B9973> /usr/lib/system/libsystem_kernel.dylib
          0x7fff8ecef000 -     0x7fff8ecf2ff7  libdyld.dylib (239.4) <CF03004F-58E4-3BB6-B3FD-BE4E05F128A0> /usr/lib/system/libdyld.dylib
          0x7fff90bfd000 -     0x7fff90de2fff  com.apple.CoreFoundation 6.9 (855.16) <A63E680E-E4B2-368B-8564-9DBE0D8DDB91> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
          0x7fff91bfe000 -     0x7fff91efcfff  com.apple.Foundation 6.9 (1056.13) <2EE9AB07-3EA0-37D3-B407-4A520F2CB497> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
          0x7fff95188000 -     0x7fff951a2fff  libdispatch.dylib (339.90.1) <F3CBFE1B-FCE8-3F33-A53D-9092AB382DBB> /usr/lib/system/libdispatch.dylib
    *0xffffff8000200000 - 0xffffff80007a494a  mach_kernel (2422.92.1) <E9CF78E2-1E9F-3B6F-81A4-FEE6C6D0E4D5> /mach_kernel
    Process:         apsd [62]
    Path:            /System/Library/PrivateFrameworks/ApplePushService.framework/apsd
    Architecture:    x86_64
    Parent:          launchd [1]
    UID:             0
    Task size:       2200 pages
    Importance:      Adaptive, Donating
    Timers:          Coalesced
      Thread 0x1e2      DispatchQueue 1          priority 31       
      10 start + 1 (libdyld.dylib) [0x7fff8ecf25fd]
        10 ??? (apsd + 211338) [0x100e3b98a]
          10 -[NSRunLoop(NSRunLoop) run] + 74 (Foundation) [0x7fff91d4f4aa]
            10 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 253 (Foundation) [0x7fff91c66adc]
              10 CFRunLoopRunSpecific + 309 (CoreFoundation) [0x7fff90c6cf25]
                10 __CFRunLoopRun + 1161 (CoreFoundation) [0x7fff90c6d5e9]
                  10 __CFRunLoopServiceMachPort + 181 (CoreFoundation) [0x7fff90c6dfc5]
                    10 mach_msg_trap + 10 (libsystem_kernel.dylib) [0x7fff8b4b7a1a]
                     *10 ipc_mqueue_receive_continue + 0 (mach_kernel) [0xffffff8000216800]
      Thread 0x38f      DispatchQueue 2          priority 33       
      10 _dispatch_mgr_thread + 52 (libdispatch.dylib) [0x7fff9518b152]
        10 kevent64 + 10 (libsystem_kernel.dylib) [0x7fff8b4bc662]

    I've Carried out more testing-This issue is only happens with the camera keyframes and not with individual object movement and opacity changes. Also when the playback freezes the audio continues. I have selected a play range area that includes the section that stops playback and attempted a RAM preview, this fails which im guessing is due to the keyframe issue. Please help

  • Problem in transforming XML to string using XSLT

    Hi there,
    I have a R/3 -> XI -> WebService scenario where the message from XI to webservice needs to be sent in document/wrapped mode (the message xml must be embedded in a string element) and this message needs to be digitally signed.
    We are using another webservice to sign the messages, also with the message being sent in a string. To transform the XML's into string and vice-versa, we are using XSLT (/people/michal.krawczyk2/blog/2005/11/01/xi-xml-node-into-a-string-with-graphical-mapping).
    The problem is that both the signer and the final webservice understand the special characters (like '<', '>', '&', '"' etc) in one way but the XSLT generates them in another way. For example, the character '<', in both webservices, is returned as "&#60;" but the XSL Transformation results in "&lt;".
    The problem now is that our messages are always being rejected because the signature is not being recognized as true, though we are almost 100% sure that it's being done correctly. The only possibility to the error that we found is this character mapping being done differently.
    So, it's like this:
    XI sends string to signer as "&lt;"
    XI receives string from signer as "&#60;"
    XI processes the message
    XI sends string to webservice as "&lt;"
    XI receives string from webservice (containing error message) as "&#60;"
    Is there a way of making the XSLT to return "&#60;" instead of "&lt;"?
    Thanks in advace,
    Henrique.

    For Java Mapping, you can refer this-
    /people/prasad.ulagappan2/blog/2005/06/29/java-mapping-part-i
    /people/prasad.ulagappan2/blog/2005/06/29/java-mapping-part-ii
    /people/prasad.ulagappan2/blog/2005/06/29/java-mapping-part-iii
    In Java Mapping, in the startdocument event , you need to check for the specialchars, and just repalce the value required.
    But, what i am thinking is , just try with Java functions inside the XSLT mapping instead of going for Java Mapping. You can call java functions from the XSLT. So before the document starts pasring, you need to replace the special characters. I did not try in XSLT like this.
    For this , you can think with this e.g
    /people/pooja.pandey/blog/2005/06/27/xslt-mapping-with-java-enhancement-for-beginners
    Regards,
    Moorthy

  • XSLT-ABAP using Call Transformation

    Hello Friends,
    I am new to this XSLT-ABAP transformation. I went through the blogs and forums and got a fair bit of idea on this. Now, i am trying to create a simple program/ xslt transformation to test the scenario. Once this is successfull i need to implement this in our project.
    I am not sure, where and what i am doing wrong. Kindly check the below given XSLT/ XML/ ABAP Program and correct me.
    My XML File looks as given below:
      <?xml version="1.0" encoding="utf-8" ?>
    - <List>
    - <ITEM>
      <ITEMQUALF>ITEM1</ITEMQUALF>
      <MATERIAL>MAT1</MATERIAL>
      </ITEM>
    - <ITEM>
      <ITEMQUALF>ITEM2</ITEMQUALF>
      <MATERIAL>MAT2</MATERIAL>
      </ITEM>
    - <ITEM>
      <ITEMQUALF>ITEM3</ITEMQUALF>
      <MATERIAL>MAT3</MATERIAL>
      </ITEM>
      </List>
    My XSLT Transformation looks as given below:
    <xsl:transform xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:sap="http://www.sap.com/sapxsl" version="1.0">
      <xsl:strip-space elements="*"/>
      <xsl:template match="*">
        <List>
          <xsl:for-each select="ITEM">
            <xsl:element name="ITEM">
              <xsl:element name="ITEMQUALF">
                <xsl:value-of select="ITEMQUALF"/>
              </xsl:element>
              <xsl:element name="MATERIAL">
                <xsl:value-of select="MATERIAL"/>
              </xsl:element>
            </xsl:element>
          </xsl:for-each>
        </List>
      </xsl:template>
    </xsl:transform>
    My ABAP program looks as below:
    REPORT  ztest_ram.
    TYPES:
      BEGIN OF ty_test,
        itemqualf TYPE char10,
        material  TYPE char10,
      END OF ty_test,
      ty_t_test TYPE STANDARD TABLE OF ty_test.
    DATA:
      l_xml       TYPE REF TO cl_xml_document,
      t_test      TYPE ty_t_test,
      wa_person   TYPE LINE OF ty_t_test,
      t_xml_out   TYPE string,
      v_retcode   TYPE sy-subrc,
      v_totalsize TYPE i.
    DATA: gs_rif_ex     TYPE REF TO cx_root,
          gs_var_text   TYPE string.
    * Create object
    CREATE OBJECT l_xml.
    * Call method to import data from file
    CALL METHOD l_xml->import_from_file
      EXPORTING
        filename = 'C:\xml\xml_test.xml'
      RECEIVING
        retcode  = v_retcode.
    * Call method to Render into string
    CALL METHOD l_xml->render_2_string
      IMPORTING
        retcode = v_retcode
        stream  = t_xml_out
        size    = v_totalsize.
    * Call Transformation
    TRY.
        CALL TRANSFORMATION (`ZXSLT_RAM`)
                SOURCE XML t_xml_out
                RESULT     outtab = t_test.
      CATCH cx_root INTO gs_rif_ex.
        gs_var_text = gs_rif_ex->get_text( ).
        MESSAGE gs_var_text TYPE 'E'.
    ENDTRY.
    When i run this ABAP program to fetch the data from XML in to Internal table, i get the error message:
    Incorrect element List for XML-ABAP transformation
    I am really not sure how to proceed further. Could any one help me on this?
    Note: Please do not paste the same links, as i have gone through most of them.
    Thank you.
    Best Regards,
    Ram.

    UPDATE, works now.
    ABAP:
    method IF_HTTP_EXTENSION~HANDLE_REQUEST.
    *THIS METHOD IS AN HTTP INTERFACE FOR A
    *SICF WEB SERVICE HANDLER. IT RECEIVES AN XML PAYLOAD,
    *READS IT INTO AN XSTRING, THEN TRANSFORMS THE
    *XSTRING INTO ABAP DATA USING AN ABAP XSLT
    *TRANSFORMATION PROGRAM
    *Process incoming xml Request
         data: lxs_request TYPE xstring.
         lxs_request = server->request->get_data( ).
    *BUILD DATA TYPES
    TYPES: BEGIN OF ccw_line,
       field11 TYPE STRING,
       field22 TYPE STRING,
       END OF ccw_line.
    TYPES: BEGIN OF ccw_head,
       field1 TYPE STRING,
       field2 TYPE STRING,
       lines TYPE STANDARD TABLE OF ccw_line WITH DEFAULT KEY,
       END OF ccw_head.
    DATA: ccw_heads type STANDARD TABLE OF ccw_head,
           xccw_heads TYPE ccw_head.
    DATA: ccw_lines TYPE STANDARD TABLE OF ccw_line,
           zccw_lines TYPE ccw_line.
    DATA: lr_transformation_error TYPE REF TO cx_transformation_error.
    DATA: err_text TYPE string.
    *CALL TRANSFORMATION
    TRY.
       CALL TRANSFORMATION zccwpayload_prg
       SOURCE XML lxs_request
       RESULT OUTPUT = ccw_heads.   "RESULT PARAMETER ("OUTPUT") NAME MUST EQUAL TRANSFORMED XML ROOT eg <OUTPUT>XML DATA...</OUTPUT>
    * RESULT XML my_xml_result.    "THIS CAN BE USED IF YOU WANT TO RETURN XML INSTEAD OF ABAP DATA
       CATCH cx_xslt_exception INTO lr_transformation_error.
       err_text = lr_transformation_error->get_text( ).
       server->response->set_cdata( err_text ).
    ENDTRY.
    *SAVE TO DATABASE
    *BUILD RESPONSE
    call METHOD server->response->set_cdata
         EXPORTING
             DATA = err_text.
    endmethod.
    XML SOURCE:
    <?xml version="1.0" encoding="ISO-8859-1"?>
    <HEADS> <!--MATCH ON THIS IN XSLT!!!-->
          <HEAD><!-- FOR-EACH ON THIS-->
                <headval1>myHeader</headval1>
                <LINES>
                      <Line>
                            <lineval1>myLine</lineval1>
                      </Line>
                      <Line>
                            <lineval1>myLine</lineval1>
                      </Line>
                      <Line>
                            <lineval1>myLine</lineval1>
                      </Line>
                      <Line>
                            <lineval1>myLine</lineval1>
                      </Line>
                </LINES>
          </HEAD>
          <HEAD>
                <headval1>myHeader</headval1>
                <LINES>
                      <Line>
                            <lineval1>myLine</lineval1>
                      </Line>
                      <Line>
                            <lineval1>myLine</lineval1>
                      </Line>
                      <Line>
                            <lineval1>myLine</lineval1>
                      </Line>
                </LINES>
          </HEAD>
          <HEAD>
                <headval1>myHeader</headval1>
                <LINES>
                      <Line>
                            <lineval1>myLine</lineval1>
                      </Line>
                      <Line>
                            <lineval1>myLine</lineval1>
                      </Line>
                </LINES>
          </HEAD>
    </HEADS>
    XSLT PROGRAM:
    <xsl:transform xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:sap="http://www.sap.com/sapxsl" version="1.0">
       <xsl:output encoding="UTF-8" indent="yes" method="xml"/>
       <xsl:template match="/HEADS"><!--This should be the root name of your source XML eg <HEADS>xml data...</HEADS> if you don't have a single root match on "/" -->
         <asx:abap xmlns:asx="http://www.sap.com/abapxml" version="1.0">
           <asx:values>
             <OUTPUT><!--MUST be all caps, MUST match CALL TRANSFORMATION RESULTS parameter name (RESULTS OUTPUT = myABAPDataStructure), and MUST not contain an underscore!!!-->
               <xsl:for-each select="HEAD">
                 <HEAD>            <!--ALL CAPS!!!-->
                   <FIELD1>
                     <xsl:value-of select="headval1"/>
                   </FIELD1>
                   <FIELD2>
                     <xsl:value-of select="headval1"/>
                   </FIELD2>
                   <LINES>
                     <xsl:for-each select="LINES/Line">
                       <LINE>
                         <FIELD11>
                           <xsl:value-of select="lineval1"/>
                         </FIELD11>
                         <FIELD22>
                           <xsl:value-of select="lineval1"/>
                         </FIELD22>
                       </LINE>
                     </xsl:for-each>
                   </LINES>
                 </HEAD>
               </xsl:for-each>
             </OUTPUT>
           </asx:values>
         </asx:abap>
       </xsl:template>
    </xsl:transform>
    SAMPLE OF TRANSFORMED XML (MATCHES ABAP DATA STRUCTURE):
    IF YOU TEST () YOUR TRANSFORMATION (IN XSLT_TOOL) WITH THE SAMPLE FILE AND IT DOESN'T LOOK LIKE THIS, YOUR TRANSFORMATION WILL FAIL. TAGS MUST BE ALL CAPS!!!!
    <?xml version="1.0" encoding="UTF-8"?>
    <asx:abap version = "1.0" xmlns:asx = "http://www.sap.com/abapxml">
          <asx:values>
                <OUTPUT>
                      <HEAD>
                            <FIELD1>myHeader</FIELD1>
                            <FIELD2>myHeader</FIELD2>
                            <LINES>
                                  <LINE>
                                        <FIELD11>myLine</FIELD11>
                                        <FIELD22>myLine</FIELD22>
                                  </LINE>
                                  <LINE>
                                        <FIELD11>myLine</FIELD11>
                                        <FIELD22>myLine</FIELD22>
                                  </LINE>
                                  <LINE>
                                        <FIELD11>myLine</FIELD11>
                                        <FIELD22>myLine</FIELD22>
                                  </LINE>
                                  <LINE>
                                        <FIELD11>myLine</FIELD11>
                                        <FIELD22>myLine</FIELD22>
                                  </LINE>
                            </LINES>
                      </HEAD>
                      <HEAD>
                            <FIELD1>myHeader</FIELD1>
                            <FIELD2>myHeader</FIELD2>
                            <LINES>
                                  <LINE>
                                        <FIELD11>myLine</FIELD11>
                                        <FIELD22>myLine</FIELD22>
                                  </LINE>
                                  <LINE>
                                        <FIELD11>myLine</FIELD11>
                                        <FIELD22>myLine</FIELD22>
                                  </LINE>
                                  <LINE>
                                        <FIELD11>myLine</FIELD11>
                                        <FIELD22>myLine</FIELD22>
                                  </LINE>
                            </LINES>
                      </HEAD>
                      <HEAD>
                            <FIELD1>myHeader</FIELD1>
                            <FIELD2>myHeader</FIELD2>
                            <LINES>
                                  <LINE>
                                        <FIELD11>myLine</FIELD11>
                                        <FIELD22>myLine</FIELD22>
                                  </LINE>
                                  <LINE>
                                        <FIELD11>myLine</FIELD11>
                                        <FIELD22>myLine</FIELD22>
                                  </LINE>
                            </LINES>
                      </HEAD>
                </OUTPUT>
          </asx:values>
    </asx:abap>

  • Javax.xml.transform.TransformerException durin XSL Transformation in Java

    Hi,
    Below is my piece of code where i access a web service that returns a xml as a string. I apply a xsl tranformation on it and try to store the result as a string. I get this error message
    javax.xml.transform.TransformerException: Result object passed to ''{0}'' is invalid.
         at com.sun.org.apache.xalan.internal.xsltc.trax.TransformerImpl.getOutputHandler(Unknown Source)
         at com.sun.org.apache.xalan.internal.xsltc.trax.TransformerImpl.transform(Unknown Source)
         at NewService.main(NewService.java:52)My Code:
    import java.io.BufferedWriter;
    import java.io.File;
    import java.io.FileInputStream;
    import java.io.FileNotFoundException;
    import java.io.FileWriter;
    import java.io.IOException;
    import java.io.InputStream;
    import java.io.StringReader;
    import java.net.MalformedURLException;
    import java.net.URL;
    import java.rmi.RemoteException;
    import javax.xml.namespace.QName;
    import javax.xml.rpc.ServiceException;
    import javax.xml.transform.Result;
    import javax.xml.transform.Source;
    import javax.xml.transform.Transformer;
    import javax.xml.transform.TransformerConfigurationException;
    import javax.xml.transform.TransformerException;
    import javax.xml.transform.TransformerFactory;
    import javax.xml.transform.stream.StreamResult;
    import javax.xml.transform.stream.StreamSource;
    import org.apache.axis.client.Call;
    import org.apache.axis.client.Service;
    public class NewService {
          * @param args
         public static void main(String[] args) {
              // TODO Auto-generated method stub
              String endPoint = "http://localhost:8080/SampleDynamicWebProj/services/SampleClient";
              Service service = new Service();
              Call callOne;
              try {
                   callOne = (Call) service.createCall();
                   callOne.setTargetEndpointAddress(new URL(endPoint));
                   callOne.setOperationName(new QName("http://DefaultNamespace",
                             "getXMLString"));
                   String concated = (String) callOne.invoke(new Object[] { "s" });
                   InputStream xsltFile = new FileInputStream("xslpackage/empTran.xsl");
                   Source xmlSource = new StreamSource(new StringReader(concated));
                 Source xsltSource = new StreamSource(xsltFile);
                 TransformerFactory transFact =
                    TransformerFactory.newInstance();
                 Transformer trans = transFact.newTransformer(xsltSource);
                 Result result = new StreamResult();
                 trans.transform(xmlSource, result);
                 System.out.println(result.toString());
              } catch (ServiceException e) {
                   e.printStackTrace();
              } catch (MalformedURLException e) {
                   e.printStackTrace();
              } catch (RemoteException e) {
                   e.printStackTrace();
              } catch (FileNotFoundException e) {
                   e.printStackTrace();
              } catch (TransformerConfigurationException e) {
                   e.printStackTrace();
              } catch (TransformerException e) {
                   e.printStackTrace();
    }I get the transformed XML into a Result object, but when i do a toString() oon it, i get the above exception.
    any help wil be appreciated,
    Dilip

    Oh well, yes it was a typo in address tag...ok agreed that its a bad example, check this out then,
    i have a XML data that i convert to a html format using xsl transformation, now this converted html has to be shown in a html page(i use the out.write option).
    so my initial xml looks like this ::
    <?xml version="1.0" encoding="ISO-8859-1"?>
    <Results>
        <ColumnCount>6</ColumnCount>
        <Columns>
            <column>UID</column>
            <column>UserName</column>
            <column>Password</column>
            <column>LastName</column>
            <column>FirstName</column>
            <column>EmailAddress</column>
        </Columns>
        <Rows>
            <Row>
                <value>1</value>
                <value>userone</value>
                <value>password-1</value>
                <value>Anant</value>
                <value>Dilip</value>
                <value>[email protected]</value>
            </Row>
            <Row>
                <value>2</value>
                <value>usertwo</value>
                <value>password-2</value>
                <value>Palli</value>
                <value>Gilli</value>
                <value>[email protected]</value>
            </Row>
        </Rows>I apply XSL transformation on this to get a HTML which i will be writing into my output screen hoping that the user will see it in a tabular format!
    <[!CDATA["
    <?xml version="1.0" encoding="UTF-8"?>
    <table border="1">
    <tr bgcolor="#9acd32">
    <th align="left">UID</th>
    <th align="left">UserName</th>
    <th align="left">Password</th>
    <th align="left">LastName</th>
    <th align="left">FirstName</th>
    <th align="left">EmailAddress</th>
    </tr>
    <tr>
    <td>1</td>
    <td>userone</td>
    <td>password-1</td>
    <td>Anant</td>
    <td>Dilip</td>
    <td>[email protected]</td>
    </tr>
    <tr>
    <td>2</td>
    <td>usertwo</td>
    <td>password-2</td>
    <td>Palli</td>
    <td>Gilli</td>
    <td>[email protected]</td>
    </tr>
    </table>
    "]]>The entire data is passed to a XML parser . I want the transformed xml data (which will be inside a <status></status> tag to be untouched by this parser. As you see i have put the transformed xml in a CDATA tag, but this aint helping me...
    need urgent help,
    Dilip

  • XML transformation using XSLT and Resin 2.1.11

    I have the following problem:
    I'm using a servlet to transform the xml files in my web-app to html. The servlet caches the ones transformed results. For each request it checks if there exists a cached result and if the result is based on the most actual xml file version (checking the "lastModified" method of java.io.File that represents the requested file).
    This servlet works fine and without any errors.
    My web-app also has some other servlets that use the xml transformation to generate a fragment of html code (the menu structure of my "normal" servlets is defined in one xml file for all other files and servlets).
    After invoking these servlets (those that use the xml transformation to create their menu) the first described servlet (transformation of requested xml files) is not working "fine" any longer. All it results is the generated header and footer of the page (hard-coded in the XSL file). The complete content is lost.
    Any ideas how to solve this problem?
    Thanks in advance,
    Thof

    1. The cache:
    The Hashtable is a field of my servlet called XMLTransformerServlet. The cache is not removed or deleted and none of its items is removed or deleted.
    As I said: Caching works fine, wonderful, perfectly...
    That's definitively not the problem.
    2. Thread safety:
    I've made all my servlet methods thread safe (just checked this...)
    3. About the "anonymous" other servlet type that uses xml transformations:
    Some of my servlets use a (thread safe) method to generate a fragment of html code that will show a simple menu structure. Therefore my web-app uses a file called menu.xml - by that way there's only one menu to maintain what makes sure that all my pages get the same menu structure (finally also the xsl file I'm using for "normal" xml transformation imports/includes and interprets this menu.xml).
    The (thread safe) method has transforms the menu.xml file using a special xsl file (menu.xsl) and outputs the result to a StringWriter. From this StringWriter I obtain the code-fragment that will be returned by the method.
    Before I saw the class StringWriter the first time I've used a temporary file to output the transformation result. Next I red in the file and returned its content.
    Finally - this method is working fine and it's always returning the expected data.
    4. The problem:
    Sorry for repeating this all the time...
    What I'm processing:
    &#160;- requesting some xml files -> XMLTransformerServlet is invoked and works fine:
    &#160;&#160;&#160;-> doGet checks the resource (if resource doesn't exist HTTP404 will be responded)
    &#160;&#160;&#160;-> doGet checks the caching state for this resource
    &#160;&#160;&#160;&#160;&#160;&#160;a) resource is in cache and no newer version of the File exists -> return cached element
    &#160;&#160;&#160;&#160;&#160;&#160;b) resource is in cache but a newer version exists in the file system -> recache and return newly cached element
    &#160;&#160;&#160;&#160;&#160;&#160;c) resource is not in cache -> cache the resource and return the newly cached element
    &#160;- requesting one of the other servlets (those that use xml transformation for menu generation)
    &#160;&#160;&#160;-> servlets invoked work fine
    &#160;- requesting a xml file:
    &#160;&#160;&#160;a) current version in cache -> return cached element
    &#160;&#160;&#160;b) no current version in cache -> transform the xml file and cache it
    This last transformation of the requested xml file fails.
    It is not failing in the sense of "throwing an exception"... it seems to work 100% fine and results a String that could be responded to the browser.
    But stupidly it is not working fine...
    Maybe (as you wrote) this is a bug (maybe in Resins xml transformation api).
    Just thought someone else might have made a similar experience...

  • Error: while trying to invoke the method javax.xml.transform.Transformer.

    Hi All,
    I am working on Version 12.1.8 Build(20),  I have referred  SAP notes 1294013 and placed the following files
    - serializer.jar
    - xalan.jar
    - xercesImpl.jar
    - xml-apis.jar
    - xsltc.jar
    in the specified path.
    now when i use XSLT transformation block using IllumRowsetTableWithPageBreaks.xsl i am getting an error
    [ERROR] [XSL_Transformation_0]XSLTransform error: while trying to invoke the method javax.xml.transform.Transformer.transform(javax.xml.transform.Source, javax.xml.transform.Result) of an object loaded from local variable 'processor'
    please guide me.

    Hi Alex,
    No, the case you have explained is not applicable to me. Sharing the code snippet for your reference. This is the code due to which my XSLT gives an error, if I remove these lines of code then the XSLT works fine.
    <xsl:variable name="ENERGY" select="translate(ENERGY,',','')">
         <xsl:choose>
              <xsl:when test="ENERGY= ''">
                   <xsl:value-of select="0.00"/>
              </xsl:when>
              <xsl:otherwise>
                   <xsl:value-of select="ENERGY"/>
              </xsl:otherwise>
         </xsl:choose>
    </xsl:variable>
    Also, the same XSLT works absolutely fine in 12.1 but gives error in 14.0 SP05.
    Warm Regards,
    Anuj

Maybe you are looking for

  • [SOLVED] Pacman fails to refresh/update.

    # pacman -Syy :: Synchronizing package databases... error: failed to update core (unexpected error) error: failed to update extra (unexpected error) error: failed to update community (unexpected error) error: failed to synchronize any databases It do

  • Event in not triggered in parallel processing

    Hello ABAP community, i am playing around with ABAP OO and doing my first lessons in parallel processing. I am trying to comibine parallel processing (CALL FUNCTION STARTING NEW TASK) with the ABAP OO concept of events. The idea is to create many ins

  • ISight not detected on Yahoo Messenger 3.0 beta

    Hi. I'm having a problem using the built-in iSight on Yahoo Messenger. It works fine on iChat and Photobooth, but not on YM. I'm not using it frequently, but I remember it was working before on YM. It doesn't show on Webcam settings... Uploaded with

  • No Master Collection available in ALL of India?

    Hello, I'm trying to buy the CS5 Master collection, having recently moved here to India to do some work. Now I was pretty surprised to see that there's no seller listed when I'm looking to buy the master collection in India. I was even more surprised

  • When I open photoshop 6 it crashes.

    When I open photoshop CS 6 I get this message as soon as it opens. "Adobe Photoshop has stopped workik and windows is looking for a soloution".   Of course windows never finds a soloution and I get the message to "close program". The problem started