Rendering exception

Hi,
I am calling a webservice in Adobe form.
The log -
- Processing exception during a "Render" operation.
   Request start time: Wed Jun 02 11:04:09 EST 2010
com.adobe.ProcessingException: CORBA Connection to XMLForm failed,
please verify the binaries are deployed to the os_libs directory
   You may be running on a non-supported platform.
Exception Stack Trace:
   com.adobe.ProcessingException: CORBA Connection to XMLForm failed, please verify the binaries are deployed to the os_libs directory
   You may be running on a non-supported platform.
I am using following format while creating a data connection- http://<host:port>/sap/bc/soap/wsdl11?services=<service>@sap-client=<client>
It works fine in LCD.. but in in SFP tcode getting the following error
ADS: com.adobe.ProcessingException: CORBA Connection to(200101)
Sam

Fixed it I forgot to enclosed the outputText into a gridCell

Similar Messages

  • Cryptic rendering exception with PanelGridLayout

    java.lang.IllegalStateException: Illegal mismatching cell component id encountered during renderer encoding. Out of all rendered gridCell components encountered, the one whose index is 5 had an id="pt_gc1" during the first processing visit but during the second processing visit, it had id="ot2". This means that the application is using a panelGridLayout clientId="pt1:pt_pgl2" where it has rows and/or cells using either non-thread-safe or application logic-caused unstable "rendered" property assignment(s). The application developer must correct this issue.
    JDev 11.1.1.2.4
    The interesting part of my page template:
        <af:panelGridLayout id="pt_pgl2">
            <af:gridRow id="pt_gr3">
                <af:facetRef facetName="content"/>
            </af:gridRow>
            <af:gridRow id="pt_gr4" height="50px">
                <af:gridCell id="pt_gc1">
                     <af:panelGroupLayout id="pt_pgl4">
                        <f:facet name="separator">
                            <af:group id="pt_g3">
                                <af:spacer width="10" height="10" id="pt_s5"/>
                            </af:group>
                        </f:facet>
                        <af:commandLink text="Disclaimer" id="pt_cl9"/>
                        <af:commandLink text="Contact" id="pt_cl10"/>
                        <af:commandLink text="Sitemap" id="pt_cl11"/>
                    </af:panelGroupLayout>
                </af:gridCell>
            </af:gridRow>
    The page using the page template
    <f:view xmlns:f="http://java.sun.com/jsf/core" xmlns:af="http://xmlns.oracle.com/adf/faces/rich">
        <af:document title="test.jsf" id="d1">
            <af:form id="f1">
                <af:pageTemplate viewId="/page-template.jsf" id="pt1">
                    <f:facet name="content">
                        <af:switcher id="s1"
                                     facetName='unauthenticated'>
                            <f:facet name="authenticated">
                                <af:outputText value="#{'Welcome '}#{securityContext.userName}" id="ot1"/>
                            </f:facet>
                            <f:facet name="unauthenticated">
                                <af:outputText value="Not Authenticated" id="ot2"/>
                            </f:facet>
                        </af:switcher>
                    </f:facet>
                </af:pageTemplate>
            </af:form>
        </af:document>
    </f:view>
    I have a page based on a page template. That page has a switcher based on the authenticated status. In my example I hard coded the facetName for the switcher for testing purpose.

    Fixed it I forgot to enclosed the outputText into a gridCell

  • Background images are not rendering while they are in all other browsers.

    Firefox is having problems with certain .jpg images that I have uploaded to a hosting service.
    (Ex: http://img838.imageshack.us/img838/3991/hbbgardenorangepop3.jpg)
    When you set this image as your web page's background image, the image will not be rendered. However, if you go directly to the URL, the image will be rendered (except in the Beta release, where the image won't even render when you go to the URL directly).
    However, if you go to ANY other browser, the image is rendered correctly (both when you go directly to the URL and when you use the image as your background).
    == This happened ==
    Every time Firefox opened
    == Today ==
    == User Agent ==
    Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.125 Safari/533.4

    I assume that you want to add that image as a background on web pages.
    How are you adding that background image?
    Are you using code in userContent.css ?
    If that is the case then please post the code, otherwise provide the steps so we can check what goes wrong.

  • Chinese font rendering problem

    Firstly.. I have installed ttf-arphic-uming, ttf-arphic-ukai and ttf-fireflysung. Idon't really understand why most of characters have rendered except for that one. This happens very sporadically (but always the same ones).
    I do not have a clue why this is miscoloured like that.. I think this only occurs with chinese.
    Any help is appreciated.

    Manifold wrote:
    Firstly.. I have installed ttf-arphic-uming, ttf-arphic-ukai and ttf-fireflysung. Idon't really understand why most of characters have rendered except for that one. This happens very sporadically (but always the same ones).
    I do not have a clue why this is miscoloured like that.. I think this only occurs with chinese.
    Any help is appreciated.
    It's subpixeling. Maybe you specified the setting for this font somewhere?

  • JSP rendering error

    Hi,
    I have modified the masthead par file. I deployed this par file to D, then Q then to production P
    in D and Q this worked perfect. But in production we have two clusters of server.
    In one of them, this is working well. but in the other its thorwing a JSP rendering exception.
    when i look at the log files i found a message
    Class File : C:
    usr
    sap
    PEP
    JC01
    j2ee
    cluster
    server1
    apps
    sap.com
    irj
    servlet_jsp
    irj
    root
    WEB-INF
    portal
    portalapps
    com.sap.portal.navigation.masthead
    work
    jsp
    _sapportalsjsp_HeaderiView.class
    Is out dated
    how do i resolve this error.
    please suggest a solution.
    Just now i tried a simple application to display a 'hello world'. Even that throw a JSP rendering exception
    AM
    Edited by: Anoop Mathew on May 4, 2009 2:07 PM

    Hello AM,
    In order to un deploy the application go to:
    System Administration -> Support -> Portal Runtime -> Administration Console -> Archive Remover
    Find your application and remove it.
    Please verify that it doesn't exist anymore in the following folder:
    \usr\sap\<System ID>\<Instance ID>\j2ee\cluster\serverX\apps\sap.com\irj\servlet_jsp\irj\root\WEB-INF\portal\portalapps\<Application Name>\work
    if the folder work exist for you application delete it.
    After that redeploy your application.
    Best Regards,
    Assaf

  • FacesMessage are not getting displayed

    The h:form contains input fields, some of them has attached FacesMessage which are invoked using ajax. The h:form contains a submit button which is having an actionListener and an action filed-
    <p:commandButton value="Submit" update=":message" actionListener="#{project.run()}" action="#{project.showResults()}"/>The component which is being updated by this button is a PrimeFaces v3.5 component-
    <p:growl id="message"/>I noticed that all the FacesMessage are getting rendered except which are invoked by +actionListener="#{project.run()}"+ .
    Since I am doing some I/O operations (time consuming operations) inside +run()+ method, which is present in my +managedBean+ named +project+. While performing these operations, I just want to notify to user about it's success/failure and once these operations are completed, I want to redirect to a result page.
    How can I achieve this functionality ?
    Thanks
    Ravi

    So basically you have a long running task. It is best to treat it as a background job. The front-end should not be waiting for it to finish as the longer it takes the more risk you run of some kind of timeout; be it request timeout, transaction timeout or user-patience-timeout. In stead you should look into creating a more ajax-enabled solution where your background job is running and the front-end can poll for its status, including any messages that the background job produces.
    You're apparently using Primefaces, explore its ajax capabilities. I'd be surprised if there isn't something in there that you can use for this.

  • Something happened, now I can't select clips in the timeline of my current project(in Elements 4)

    I've been working on a project for a few days now, everything's been fine. Last night while editing, something happened when I was trying to add a transition between two clips. Now I can't select or edit any clips in the timeline anymore, and can't add new ones. When I click on the clips in the timeline, nothing happens. When I try to drag the select box around several of them, same thing. It acts like there's nothing to select. Same thing with right clicks, soundtrack mp3s, etc. The clips ARE still THERE though, and they all play fine in the preview screen in real time, and when I drag the slider back and forth along them.
    All the clips are already rendered except the one transition I was adding when this started. When I hit 'Enter' to render, though, it says "Rendering 1 of 6 Audio Previews" instead of the usual x-number of video previews. I've not seen that before so it probably has something to do with all this.
    It's ONLY with this one project. I can still edit and select clips in all my other projects as before.
    I've already tried loading other projects and then coming back to this one, as well as closing the program and re-opening it. My current project is still stuck like this but the others are fine.
    Please keep all this info in mind. This can't have anything to do with codecs or the clips being in the wrong format for the program. They're all regular AVI files and MP3s, I've been selecting and editing every single clip on this timeline dozens of times over the past few days with no problems. I'm just suddenly not able to select or edit them anymore or add anything new to the timeline, but they still play normally as previews.
    I'm really hoping this is a simple thing where I've just tripped some setting and accidentally saved it that way and it can be easily changed back.

    OK, then all that I suggested here:
    Now, Exit from PrE, and Shutdown the computer completely. Wait a few moments, and then do a cold boot, launching PrE and Opening that Save_As Project. Do you now have the ability to edit the Clips on the Timeline?
    If not, go to the location where you Copied the AutoSave folder, and view the files with Detail View ON. Then, look at the Date/Time of the files (probably will be 5 of them). Choose the last one written, Open that, and test. If no change, work backwards to the oldest.
    If nothing is working, the only thing that comes to my mind would be an issue with the display driver, BUT that should affect all Projects, and not just this one. However, updating the video driver is always a good step, and should not hurt anything.
    Note: many MP3's can cause all sorts of problems. I recommend always converting them to PCM/WAV @ 48KHz 16-bit, and replacing MP3's with those WAV files. One can use the great, free audio-editor, Audacity, to convert the MP3's.
    If all of the above tests fail, let us know, and if you get any error, or warning messages, copy those down completely, and post those
    all failed too?
    If so, there is nothing that I can suggest. It seems that your Project is hosed, and is very likely not recoverable.
    Sorry,
    Hunt

  • Error While Running the Mobile Application.

    Hi friends,
    In SAP MI 7.1 I have Successfully done the following steps:-
    1. Created and build the service.
    2. Created and build the UI.
    3. Created and Build the application.
    as per the tutorial available in the link
    http://help.sap.com/saphelp_nwmobile71/helpdata/en/45/e5f99c6f472e98e10000000a155369/frameset.htm
    After deploying , When I am trying to run the mobile application . I am getting the below shown error.
    java.lang.IllegalStateException: com/sap/sdb/minDB/DriverEmbeddedMinDB (Unsupported major.minor version 48.0)
         at com.sap.tc.mobile.cfs.compat.Context.getPersistenceManager(Context.java:41)
         at com.sap.tc.mobile.cfs.compat.Context.getPersistenceManager(Context.java:28)
         at com.sap.tc.mobile.cfs.init.FrameworkInitializer.init(FrameworkInitializer.java:76)
         at java.lang.reflect.Method.invoke(Native Method)
         at com.sap.tc.mobile.cfs.startup.pda.Startup.main(Unknown Source)
    Error starting the framework
    java.lang.reflect.InvocationTargetException: java.lang.IllegalStateException: Cannot initialize framework
         at com.sap.tc.mobile.cfs.init.FrameworkInitializer.init(FrameworkInitializer.java:146)
         at java.lang.reflect.Method.invoke(Native Method)
         at com.sap.tc.mobile.cfs.startup.pda.Startup.main(Unknown Source)
    Also in the Netweaver prefrences /Mobile/handhelds/runtime settings/ when I click on launch simulator . It gives the same error.
    Please Suggest.
    Regards
    Nitesh.

    <br>Thanks a lot Alen . The reply was usefull. <br><br>
    Now after deploying when I am running the application in mobile handheld Simulator . It gives the below shown exception<br><br>
    2009-11-04 13:39:40 ...  (com.sap.tc.mobile.wdlite.renderer.exception.OCAExceptionLocalizeHelper:) Thread: main Error: <br>Resourcebundle sap.comtcmobilewdlitecontainer could not be found. Trying to use the default bundle.<br>
    2009-11-04 13:39:40 ...  (com.sap.tc.mobile.cfs.pers.PersistenceManager:release resultset) Thread: Finalizer Error: <br>java.sql.SQLException: Result set is closed<br>
    2009-11-04 13:39:40 ...  Thread: main Error: Internal Error. Please check the log file. --> <br>
    2009-11-04 13:39:40 ...  (com.sap.tc.mobile.wdlite.renderer.exception.OCAExceptionHandler:) Thread: main Error: Internal <br>Error. Please check the log file.<br>
    2009-11-04 13:39:40 ...  (com.sap.tc.mobile.wdlite.renderer.exception.OCAExceptionLocalizeHelper:) Thread: main Error: <br>Resourcebundle sap.comtcmobilewdlitecontainer could not be found. Trying to use the default bundle.<br>
    2009-11-04 13:39:40 ...  Thread: main Error: Internal Error. Please check the log file. --> <br>
    2009-11-04 13:39:40 ...  (com.sap.tc.mobile.wdlite.renderer.exception.OCAExceptionHandler:) Thread: main Error: Internal <br>Error. Please check the log file.<br>
    2009-11-04 13:39:40 ...  (com.sap.tc.mobile.wdlite.renderer.exception.OCAExceptionLocalizeHelper:) Thread: main Error: <br>Resourcebundle sap.comtcmobilewdlitecontainer could not be found. Trying to use the default bundle.
    java.lang.NullPointerException<br>
         at com.sap.tc.mobile.wdlite.progmodel.core.WDLite.launchApplication(WDLite.java:77)<br>
         at com.sap.tc.mobile.wdlite.progmodel.core.WDLite.launchApplication(WDLite.java:85)<br>
         at com.sap.tc.mobile.wdlite.container.AppMenuView.startApp(AppMenuView.java:561)<br>
         at com.sap.tc.mobile.wdlite.container.AppMenuView.onActionLaunchApp(AppMenuView.java:325)<br>
         at com.sap.tc.mobile.wdlite.container.AppMenuView.invokeEventHandler(AppMenuView.java:368)<br>
         at com.sap.tc.mobile.wdlite.progmodel.core.AbstractViewElement.doHandleEvent(AbstractViewElement.java:199)<br>
         at com.sap.tc.mobile.wdlite.renderer.api.UIElement.doHandleEvent(UIElement.java:353)<br>
         at com.sap.tc.mobile.wdlite.renderer.api.UIImageButton.mouseReleased(UIImageButton.java:152)<br>
         at com.sap.tc.mobile.wdlite.renderer.api.UIElement.dispatchMouseReleasedWidgetEvent(UIElement.java:396)<br>
         at com.sap.tc.mobile.wdlite.renderer.api.UIElement$1.mouseReleased(UIElement.java:439)<br>
         at com.sap.tc.mobile.wdlite.renderer.swt.MouseEventDispatcher.mouseUp(SWTControl.java:372)<br>
         at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:137)<br>
         at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66)<br>
         at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:928)<br>
         at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3348)<br>
         at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2968)<br>
         at com.sap.tc.mobile.wdlite.renderer.swt.container.WorkingArea.refresh(WorkingArea.java:129)<br>
         at com.sap.tc.mobile.wdlite.renderer.api.RenderingManager.refresh(RenderingManager.java:231)<br>
         at com.sap.tc.mobile.wdlite.progmodel.core.Application.refresh(Application.java:24)<br>
         at com.sap.tc.mobile.wdlite.progmodel.core.Application.navigate(Application.java:176)<br>
         at com.sap.tc.mobile.wdlite.progmodel.core.Application.enter(Application.java:19)<br>
         at com.sap.tc.mobile.wdlite.progmodel.core.WDLite.setCurrentApplication(WDLite.java:148)<br>
         at com.sap.tc.mobile.wdlite.progmodel.core.WDLite.launchApplication(WDLite.java:80)<br>
         at com.sap.tc.mobile.wdlite.framework.ApplicationLauncher.start(ApplicationLauncher.java:101)<br>
         at com.sap.tc.mobile.wdlite.framework.Start.runOnContext(Start.java:576)<br>
         at com.sap.tc.mobile.wdlite.framework.Start.startApplication(Start.java:600)<br>
         at com.sap.tc.mobile.wdlite.framework.Start.startContainer(Start.java:637)<br>
         at com.sap.tc.mobile.cfs.framework.spi.FrameworkManager.startContainer(FrameworkManager.java:261)<br>
         at com.sap.tc.mobile.cfs.init.FrameworkInitializer.init(FrameworkInitializer.java:139)<br>
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)<br>
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)<br>
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)<br>
         at java.lang.reflect.Method.invoke(Method.java:324)<br>
         at com.sap.tc.mobile.cfs.startup.pda.Startup.main(Unknown Source)<br>
    2009-11-04 13:39:40 ...  (com.sap.tc.mobile.wdlite.renderer.exception.OCAExceptionLocalizeHelper:) Thread: main Error: <br>Resourcebundle sap.comtcmobilewdlitecontainer could not be found. Trying to use the default bundle.<br>
    2009-11-04 13:39:40 ...  Thread: main Error: Application launch failed. --> <br>
    2009-11-04 13:39:40 ...  (com.sap.tc.mobile.wdlite.renderer.exception.OCAExceptionHandler:) Thread: main Error: Application <br>launch failed.<br>
    2009-11-04 13:39:40 ...  (com.sap.tc.mobile.wdlite.renderer.exception.OCAExceptionLocalizeHelper:) Thread: main Error: <br>Resourcebundle sap.comtcmobilewdlitecontainer could not be found. Trying to use the default bundle.<br>
    java.lang.ClassCastException<br>
         at com.sap.demo.order_sv.service.impl.OrderService.generateTestData(OrderService.java:52)<br>
         at com.sap.orderapp.comp.OrderComp.generateTestData(OrderComp.java:175)<br>
         at com.sap.orderapp.comp.OrderComp.wdDoInit(OrderComp.java:73)<br>
         at com.sap.tc.mobile.wdlite.progmodel.core.Controller.enter(Controller.java:21)<br>
         at com.sap.tc.mobile.wdlite.progmodel.core.Component.enter(Component.java:24)<br>
         at com.sap.tc.mobile.wdlite.progmodel.core.Application.setCurrentComponent(Application.java:125)<br>
         at com.sap.tc.mobile.wdlite.progmodel.core.Application.navigate(Application.java:155)<br>
         at com.sap.tc.mobile.wdlite.progmodel.core.Application.enter(Application.java:19)<br>
         at com.sap.tc.mobile.wdlite.progmodel.core.WDLite.setCurrentApplication(WDLite.java:148)<br>
         at com.sap.tc.mobile.wdlite.progmodel.core.WDLite.launchApplication(WDLite.java:80)<br>
         at com.sap.tc.mobile.wdlite.container.AppMenuView.startApp(AppMenuView.java:561)<br>
         at com.sap.tc.mobile.wdlite.container.AppMenuView.onActionLaunchApp(AppMenuView.java:325)<br>
         at com.sap.tc.mobile.wdlite.container.AppMenuView.invokeEventHandler(AppMenuView.java:368)<br>
         at com.sap.tc.mobile.wdlite.progmodel.core.AbstractViewElement.doHandleEvent(AbstractViewElement.java:199)<br>
         at com.sap.tc.mobile.wdlite.renderer.api.UIElement.doHandleEvent(UIElement.java:353)<br>
         at com.sap.tc.mobile.wdlite.renderer.api.UIImageButton.mouseReleased(UIImageButton.java:152)<br>
         at com.sap.tc.mobile.wdlite.renderer.api.UIElement.dispatchMouseReleasedWidgetEvent(UIElement.java:396)<br>
         at com.sap.tc.mobile.wdlite.renderer.api.UIElement$1.mouseReleased(UIElement.java:439)<br>
         at com.sap.tc.mobile.wdlite.renderer.swt.MouseEventDispatcher.mouseUp(SWTControl.java:372)<br>
         at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:137)<br>
         at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66)<br>
         at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:928)<br>
         at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3348)<br>
         at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2968)<br>
         at com.sap.tc.mobile.wdlite.renderer.swt.container.WorkingArea.refresh(WorkingArea.java:129)<br>
         at com.sap.tc.mobile.wdlite.renderer.api.RenderingManager.refresh(RenderingManager.java:231)<br>
         at com.sap.tc.mobile.wdlite.progmodel.core.Application.refresh(Application.java:24)<br>
         at com.sap.tc.mobile.wdlite.progmodel.core.Application.navigate(Application.java:176)<br>
         at com.sap.tc.mobile.wdlite.progmodel.core.Application.enter(Application.java:19)<br>
         at com.sap.tc.mobile.wdlite.progmodel.core.WDLite.setCurrentApplication(WDLite.java:148)<br>
         at com.sap.tc.mobile.wdlite.progmodel.core.WDLite.launchApplication(WDLite.java:80)<br>
         at com.sap.tc.mobile.wdlite.framework.ApplicationLauncher.start(ApplicationLauncher.java:101)<br>
         at com.sap.tc.mobile.wdlite.framework.Start.runOnContext(Start.java:576)<br>
         at com.sap.tc.mobile.wdlite.framework.Start.startApplication(Start.java:600)<br>
         at com.sap.tc.mobile.wdlite.framework.Start.startContainer(Start.java:637)<br>
         at com.sap.tc.mobile.cfs.framework.spi.FrameworkManager.startContainer(FrameworkManager.java:261)<br>
         at com.sap.tc.mobile.cfs.init.FrameworkInitializer.init(FrameworkInitializer.java:139)<br>
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)<br>
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)<br>
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)<br>
         at java.lang.reflect.Method.invoke(Method.java:324)<br>
         at com.sap.tc.mobile.cfs.startup.pda.Startup.main(Unknown Source)<br>
    Please Suggest<br>
    <br>
    <br>
    It will be a great help.<br>
    Regards
    Nitesh.
    Edited by: Nitesh Harit on Nov 4, 2009 2:22 PM

  • After Effects CC (2014) MacPro Performance??

    I just installed the new After Effects CC (2014) on my 2013 MP with 2 D700s.  I am not noticing any significant difference from the previous version of AE.  GPUs are still showing as 2GB of VRAM (see below).  I dropped in a 5K (5120x2700) R3D clip into a 1080p comp, scaled to width and tried to move the playhead, let alone play and it is extremely sluggish (media is on a G-Raid).  Even at "low" debayer and 1/4 res I seem to max out at 20fps without ram previewing.  Mercury Transmit is off, both "Viewer Quality" options are set to "Faster".  Even with a 1080p ProResHQ file I can't get realtime playback without ram previewing.
    What I can do to fix this?
    "GPU Information"
    Fast Draft:
    Available
    Texture Memory:
    818.00 MB
    Ray-tracing:
    CPU
    (GPU not available - incompatible device or CUDA driver)
    OpenGL
    Vendor:
    ATI Technologies Inc.
    Device:
    AMD Radeon HD - FirePro D700 OpenGL Engine
    Version:
    2.1 ATI-1.20.11
    Total Memory:
    2.00 GB
    Shader Model:
    CUDA
    Driver Version:
    1.0 (5.0 or later required)
    Devices:
    Current Usable Memory:
    Maximum Usable Memory:
    System Details:
    MacPro 5,1
    3.5GHz 6-core
    32GB Ram
    AMD D700 GPUs
    OS X 10.9.2
    Single, 1920x1080 display connected.
    Any help is greatly appreciated.

    Tim,
    Thank you for the replies.
    Is this to say that to simply play a quicktime video file (no effects or adjustments made) in After Effects the expected behaviour is that it must be RAM previewed?
    This is how After Effects currently works. It hasn't changed in many years. You can initiate playback without RAM Preview (press spacebar), but the playback speed will depend on how fast the frames can be cached to memory for playback, and will very likely not be real-time except for the simplest of comps.
    This is exactly the change that I am looking for.  In my opinion, "the simplest of comps" would be things like "a comp with a QT file and no effects/adjustments", "an Illustrator file moving in the example of a credit roll".  Hopefully this will all be improved upon in future releases.  I am looking forward to seeing them.
    As per the After Effects blog post a few months ago about future improvements all that I (and I am confident that the majority of users will agree) would like to see is for After Effects to be significantly faster (think the improvement to the "search" feature in Premiere).
    We also want to make After Effects faster. As I mentioned, we are currently focused on performance-related improvements to After Effects. The blog post you referenced was written while we were in the middle of developing the After Effects CC 2014 (13.0) release, and beginning to think about our next release. A side note here: performance in After Effects includes both rendering performance and interactive performance; that is, how fast After Effects allows you to work.
    I will anxiously await these updates.  As a note: I feel that interactive performance is a higher priority than rendering performance.
    During the CC2014 release presentation on video there were multiple references to "not waiting for renders", except this is exactly what you have to do when working in After Effects.
    Can you be more specific about what context you saw this in? Can you provide a link? "Not waiting for renders" is a fairly generic statement, so context is important. It may have been used in connection with the new text templates feature in After Effects CC 2014, which allows faster workflows between Premiere Pro and After Effects, or with Dynamic Link in general. Otherwise, I need to know how that phrase was used in order to understand your perception of it.
    Yes, the context was always in relation to either dynamic linking with PPro, or Direct linking betweens PPro and SpeedGrade.  However, the overall impression I got was that Adobe's goal with the video applications was to improve the interactive performance so that users can focus more on being creative and less on waiting for the software.
    Could you please also address the issue of After Effects still recognizing the MacPro GPUs as having 2GB of memory instead of 12GB?
    We have a bug open on this and are investigating.
    Thank you.  I was really hoping that the 2014 release would fix this, but understand that it is likely quite complicated and there are many other improvements/bug fixes that the team is working on.  Are there any updates on when this expected?  Is this effecting performance or just simply the readout in After Effects' GPU information.
    I greatly appreciate you taking the time to address all of these concerns and am looking forward to the continued updates to the entire CC video suite.

  • Error when starting MI client 7.1

    Hi!
    I have developed a web dynpro application for handheld and it is working on the NWDS simulator.
    Now, I want to test my application on a mobile device with OS Windows Mobile 2003. After installation of the required files (see below), the popup "Loading Creme... please wait" appears, but then, creme is finished. In the trace-file, following (relevant) entries can be seen:
    start of trace-------
    <r id="1253690673506" t="09:24:33" d="2009-09-23" s="E" c="000" u="" g="" m="Resourcebundle sap.comtcmobilewdlitecontainer could not be found. Trying to use the default bundle.">
    <f n="LocationName" v=" (com.sap.tc.mobile.wdlite.renderer.exception.OCAExceptionLocalizeHelper:)"/>
    <f n="ThreadName" v="com.sap.tc.mobile.cfs.startup.pda.Startup"/>
    </r>
    <r id="1253690673724" t="09:24:33" d="2009-09-23" s="E" c="000" u="" g="" m="Application launch failed. --&gt; java.lang.ClassNotFoundException: com.sap.tc.mobile.wdlite.container.ContainerAppApp
         at java.net.URLClassLoader$1.run()
         at java.net.URLClassLoader.findClass()
         at java.lang.ClassLoader.loadClass()
         at java.lang.ClassLoader.loadClassInternal()
         at java.lang.Class.forName()
         at com.sap.tc.mobile.wdlite.progmodel.core.Application.launch()
         at com.sap.tc.mobile.wdlite.progmodel.core.Application.launch()
         at com.sap.tc.mobile.wdlite.progmodel.core.WDLite.launchApplication()
         at com.sap.tc.mobile.wdlite.framework.Start.runOnContext()
         at com.sap.tc.mobile.wdlite.framework.Start.startApplication()
         at com.sap.tc.mobile.wdlite.framework.Start.startContainer()
         at com.sap.tc.mobile.cfs.framework.spi.FrameworkManager.startContainer()
         at com.sap.tc.mobile.cfs.init.FrameworkInitializer.init()
         at com.sap.tc.mobile.cfs.startup.pda.Startup.main()
    ">
    <f n="ThreadName" v="com.sap.tc.mobile.cfs.startup.pda.Startup"/>
    </r>
    end of trace-------
    I am using the following .cab-files to install the client in this order:
    - CrE_ME412h_ARM_CE42_PPC.cab
    - mindb.cab
    - pda_runtime_wince.cab
    - pda_eswt_container.cab
    I have already tested two versions (NWMCLIENTSETUP07P_9-10004844 and NWMCLIENTSETUP08P_1-10004844) from SAP Service Marketplace, but both show the same behaviour.
    Do you have any suggestions why the client doesn't start?
    Thanks in advance and best regards,
    Christoph

    Hi Vidyadhar!
    First of all: Thanks for your suggestions
    I have done what you mentioned several times now, also a hard reset of the device.
    I have made the observation that after installing the mentioned files and not starting the MI yet, there are the following files in the inbox-folder:
    create.dir
    8 xml-files
    sap.comtcmobilewdlitecontainer~implementation.sda
    Then I have tried to start the MI client, but same error as described. In the inbox-folder, only the create.dir and the *.sda-file are listed there. Is it possible that there is an error in the *.sda-file?
    Best regards,
    Christoph

  • Help! Tried to lengthen the time of KP effect & everything stopped!

    I am making a rather long iMovie with my family's old slides. I made a "draft" DVD, much shorter, with music, sound & video effects, my father's narration, & all chapter's (10 in all) marked, and it turned out well. I've got all my slides in the Timeline and I am in the process of going through adding mostly Ken Burns effects to about every 3rd one. I had hoped to put some transitions in between my chapters as well. I will then add my music & narration with a few sound effects. I went to lenthen 2 more chapter openings to 60 seconds which I need for the narration and the clips would not complete rendering. I went into iMovie trash and dragged the effected photo clips back to "clips" and the few that were not in the trash I re-imported from iPhoto into Clips. When I clicked on "show settings" the KB effect was not checked & as soon as I checked the box, each clip finished rendering except the 2 clips with the 60-second effects. I tried to "save project" and I got a message that said I had to wait until "56 clips complete rendering process". I waited for an hour and tried again and got the message "54 clips..." I was trying to "clear" the 2 clips and iMovie quit-and has been quitting for me every now and again ever since I started this final project (I've learned to Save as often as I can). Of course when I re-opened iMovie EVERYTHING I had done before was NOT done, including the clips that showed rendering complete. I had been emptying iMovie trash frequently, as recommended in iMovie Help, to save space and then I read all of the discussions regarding NOT to do that.
    SO, where do I go from here? Why did these 2 clips get hung up rendering? (I had done 2 previously at the beginning of my movie). Is the length of 60 seconds the problem & would it be better to create several of the same clip with a transition? Why does iMovie keep quitting on me? My project is already about 1 hour and 45 minutes long (which I expected) & my husband (a film writer/producer) says I will probably have to burn to 2 DVD's. Any suggestions on this issue?
    I really appreciate any help I can get as I have a deadline of 03/07/07!
    Thank You, Marge
    iMac   Mac OS X (10.4.8)   also have a iBook G4 & I do all the photo stuff on the iMac

    reviewed other discussions

  • Interactive swf question

    hello forumers.
    im exporting an swf file from indesign,and id like to know why indesign or the swf  generates an empty blank left hand page.?
    and when im making a pdf file,everything seems a bit buckled and pixelated although my images are 300dpi
    thank you.

    Hi
    First - There is nothing stopping you continuing to use swf's with html5 as the object/embed code used is still valid and recognised by html5.
    Second - You are probably asking this question due to the fact that the iPhone/iPad does not allow flash content. Unfortunately there is no way to get flash to play on these devices, (at the moment, but this could / probably will change). To use interactive graphics on these devices requires the use of the canvas element and javascript, but unfortunately the canvas element are not usable on current versions of IE, (IE9 does allow them).
    There is a javascript fix that will allow the use of canvas on IE versions prior to IE9 but I cannot recommend its use due to its speed of rendering except for very simple animations, (and I do mean very simple).
    The general opinion of most designers/developers appears to be that unless your target audience is the iPhone/iPad, then continue to use swf's for such items for the next few years at least, after all, the purchasers of the iPhone/iPad did buy these devices, (in most cases) knowing that they could not render flash.
    PZ

  • Can't get Optical Flow to render

    I've read a couple of posts about other people having this problem, but they don't seem to apply as I can't find a workaround.  I'm running FC 10.0.8.
    If I render my timeline (about 15 minutes), the entire timeline renders, except for about five seconds that are in slow motion.  The orange bar remains above that section even after the entire timeline is rendered.
    After reading the other posts, I know the following might be relevant:  I'm editing optimized AVCHD footage.  There is no speed ramp.  It's just a clip at slowed to 50%.  The clip is completely separate (it's not just a selected range--in another post, somebody said just selecting a range was their problem). 
    I also tried creating a new project, bringing in a short clip (and nothing else), slowing it to 25%, and rendering all.  The percentage display counted up to 100% like the clip was being rendered, but, at the end, the timeline still showed orange above the retimed clip.
    I should say that I don't know if the clips are actually rendered properly in Optical Flow.  I'm not sure I'd be able to tell the difference.  All I know is that the timeline is still showing orange above them, so I'm presuming they aren't.

    Russ--
    Funny thing.  I decided to test this by taking the same very brief clip and putting it into a timeline three times in a row.  Then I made each slow motion 25%.  Then I left the first normal, made the second frame blending, and the third optical flow.  Then I exported the master file. 
    I guess I can see a difference, but the optical flow section actually looks kind of blurry to me.
    Then I went back to the timeline and chose Modify> Render All.  And FCX rendered the entire timeline, with no orange above any portion (not even the Optical Flow portion).
    So I don't know what to think now.  I don't know what the problem was, or if optical flow is any better than normal or frame blending.  Maybe I need to try it with some different footage?

  • Value binding doesn't invoke functions in dataTable

    I have been fighting with this problem for few days now...
    It seems like value="#{bean.items}" isn't invoked. Just because it isn't. I am not getting any errors, exception, nothing.
    Code looks just like that:
    <h:dataTable id="ingredientsTableForPharmacyKind"  value="#{drughandler.drug.ingredientsList}" var="ingredient">
                        <%-- NAME --%>                   
                        <h:column>
                            <f:facet name="header">
                                <h:outputText id="ingredientNamePrompt" value="#{msgs.menuDrugFormIngredientNAME}"/>
                            </f:facet>
                            <h:outputText id="ingredientNameOutput" value="#{ingredient.ingredient_name}"/>
                        </h:column>
                        <%-- QUANTITY --%>
                        <h:column>
                            <f:facet name="header">
                                <h:outputText id="ingredientQuantityPrompt" value="#{msgs.menuDrugFormIngredientQUANTITY}"/>
                            </f:facet>
                            <h:outputText id="ingredientQuantityOutput" value="#{ingredient.quantity}"/>
                        </h:column>
                        <%-- UNIT --%>
                        <h:column>
                            <f:facet name="header">
                                <h:outputText id="ingredientUnitPrompt" value="#{msgs.menuDrugFormUnit}"/>
                            </f:facet>
                            <h:outputText id="ingredientUnitOutput" value="#{ingredient.unit.name}"/>
                        </h:column>
                        <%-- DESCRIPTION --%>
                        <h:column>
                            <f:facet name="header">
                                <h:outputText id="ingredientDescriptionPrompt" value="#{msgs.menuDrugFormIngredientDESC}"/>
                            </f:facet>
                            <h:outputText id="ingredientDescriptionOutput" value="#{ingredient.description}"/>
                        </h:column>
                        <%-- EFFECT --%>
                        <h:column>
                            <f:facet name="header">
                                <h:outputText id="ingredientEffectPrompt" value="#{msgs.menuDrugFormIngredientEFFECT}"/>
                            </f:facet>
                            <h:outputText id="ingredientEffectOutput" value="#{ingredient.effect}"/>
                        </h:column>
                    </h:dataTable>
    drughandler bean contains attribute drug, which is a bean. DrugBean method ingredientsList returns LinkedList of ingredients.
    Problem is that everything is rendered except values from ingredientList ( I have second funciton which returns an Array of ingredients, it doesn't work either). Facets are rendered correctly. There is one but. value="#{drughandler.drug.ingredientsList}" Is never invoked. I have even put System.out.println(); into that function to check if its invoked, nothing was shown on the console...
    What is wrong?? Everything on this specific page works fine....

    My bad, I got a little foggy. Ofcourse each bean has getter and setter methods. DrugBeans getIngredientsList and getIngredientsArray of DrugHandler bean methods aren't invoked in this particular code snippet.
    I have also noticed smoething like this in the AS console
    WARNING: [ComponentRule]{faces-config/component} Merge(com.mycompany.TabLabel)
    2005-12-01 07:48:12 com.sun.faces.config.rules.ComponentRule end
    WARNING: [ComponentRule]{faces-config/component} Merge(com.mycompany.Tree)
    2005-12-01 07:48:12 com.sun.faces.config.rules.ValidatorRule end
    WARNING: [ValidatorRule]{faces-config/validator} Merge(com.mycompany.jsf.validator.LATER_THAN)
    I think it's present when code regarding dataTable is uncommented.

  • Using Interface controller in OCA application

    Hi,
    My requirement is to pass information and screen control between two components in two different DCs.
    My parent DC Component has to pass information to my child DC Component and also call the view assembly of the child DC.
    I am using CE7.1 SP07 PAT003.
    In my child DC I have created a component Interface Definition say ChildInterface. In the context of interface controller of ChildInterface I have added a string attribute. ChildInterface also has a view container.
    Now in my Child component I add ChildInterface as my Implemented Interface. I map the window of the child component to the ChildInterface. To the view container I add the default view of the component.
    Now I have created a public part and added the ChildInterface as an entity.
    I add a dependency in my Parent Component to this child DC's public part.
    At design time I can access my ChildInterface's context from my parent component. However, while adding a link from parent default view to ChildInterfaceView, it gives me an error. however on reload it suppress the error but doesnt open the java editors.
    While trying to deploy the applications it gives me a deployment failure message.
    Following is the trace-
    <r id="1240744927041" t="16:52:07" d="2009-04-26" s="E" c="000" u="" g="" m="Missing app.xml in component C:\Program Files\SAP\IDE\CE\eclipse\plugins\com.sap.tc.mobile.dt.oca.rt\MI\bin\..\inbox\demo.sap.comparentimplementation\demo.sap.comparentimplementation.wdl">
    <f n="LocationName" v=" (com.sap.tc.mobile.cfs.deploy.oca.OCADeployer:OCADeployer)"/>
    <f n="ThreadName" v="main"/>
    </r>
    <r id="1240744927042" t="16:52:07" d="2009-04-26" s="E" c="000" u="" g="" m="Deployment of Mobile Component parent(1.0) failed --&gt; java.io.IOException: Missing app.xml in component C:\Program Files\SAP\IDE\CE\eclipse\plugins\com.sap.tc.mobile.dt.oca.rt\MI\bin\..\inbox\demo.sap.comparentimplementation\demo.sap.comparentimplementation.wdl
         at com.sap.tc.mobile.cfs.deploy.oca.OCADeployer.deploy(OCADeployer.java:81)
         at com.sap.tc.mobile.cfs.deploy.DeploymentManager.processDeploymentStatusObjects(DeploymentManager.java:550)
         at com.sap.tc.mobile.cfs.deploy.DeploymentManager.processInbox(DeploymentManager.java:197)
         at com.sap.tc.mobile.cfs.init.FrameworkInitializer.init(FrameworkInitializer.java:192)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:585)
         at com.sap.tc.mobile.cfs.startup.pda.Startup.main(Unknown Source)
    ">
    <f n="ThreadName" v="main"/>
    </r>
    <r id="1240744927695" t="16:52:07" d="2009-04-26" s="E" c="000" u="" g="" m="Resourcebundle sap.comtcmobilewdlitecontainer could not be found. Trying to use the default bundle.">
    <f n="LocationName" v=" (com.sap.tc.mobile.wdlite.renderer.exception.OCAExceptionLocalizeHelper:)"/>
    <f n="ThreadName" v="main"/>
    </r>
    <r id="1240744927696" t="16:52:07" d="2009-04-26" s="E" c="000" u="" g="" m="Internal Error. Please check the log file. --&gt; java.lang.NoSuchMethodException: com.sap.tc.mobile.wdlite.framework.Start.setUpSystemMenu()
         at java.lang.Class.getMethod(Class.java:1581)
         at com.sap.tc.mobile.wdlite.progmodel.core.Application.resetSystemMenu(Application.java:260)
         at com.sap.tc.mobile.wdlite.progmodel.core.Application.enter(Application.java:242)
         at com.sap.tc.mobile.wdlite.progmodel.core.Application.setCurrent(Application.java:119)
         at com.sap.tc.mobile.wdlite.progmodel.core.Application.launch(Application.java:143)
         at com.sap.tc.mobile.wdlite.progmodel.core.Application.launch(Application.java:175)
         at com.sap.tc.mobile.wdlite.progmodel.core.WDLite.launchApplication(WDLite.java:334)
         at com.sap.tc.mobile.wdlite.framework.Start.runOnContext(Start.java:580)
         at com.sap.tc.mobile.wdlite.framework.Start.startApplication(Start.java:604)
         at com.sap.tc.mobile.wdlite.framework.Start.startContainer(Start.java:641)
         at com.sap.tc.mobile.cfs.framework.spi.FrameworkManager.startContainer(FrameworkManager.java:259)
         at com.sap.tc.mobile.cfs.init.FrameworkInitializer.init(FrameworkInitializer.java:230)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:585)
         at com.sap.tc.mobile.cfs.startup.pda.Startup.main(Unknown Source)
    ">
    <f n="ThreadName" v="main"/>
    </r>
    <r id="1240744927697" t="16:52:07" d="2009-04-26" s="E" c="000" u="" g="" m="Internal Error. Please check the log file.">
    <f n="LocationName" v=" (com.sap.tc.mobile.wdlite.renderer.exception.OCAExceptionHandler:)"/>
    <f n="ThreadName" v="main"/>
    Please help.
    Regards,
    Nisha

    please do attach the trace files..
    Meanwhile , just check the way you have implemented the interface and the interface defintion of achild node are correct.
    Once the implementations are correct,there should not be problem in deployment.
    Let us know if you need more info on interface definton creation ...
    Regards,
    Lakshmi
    Edited by: Lakshmi Reddi on May 28, 2009 6:03 AM

Maybe you are looking for

  • Bouncing text

    I have the problem in Adobe Premiere elements 11 with bouncing text (efects "focus" and "blur"). You can see it on video: And if I used these effects, the program is unstable and falling (in editing the effects or in rendering process). Is it problem

  • Nightly SDK and Flash Builder Beta

    I am using Flash Builder Beta and have tried different nightly builds (ie. 4.0.0.9437, 4.0.0.9417, 4.0.0.9188) and have the same issue - when going into Design View I receive several warnings: Design View could not load fiber_rb.swc. It may be incomp

  • Office 2007 Attachments giving dump"Buffer table not up to date" in SOCO

    Hi SRM Experts, We have came across a strange issue. DOCX & XLSX doc type attachments are giving a dump " Buffer Table not up to the date" when the Buyer in SOCO press the button "Add to the work area". This is coming only when there is some SPECIAL

  • Threaded VI, Threaded Sequence inter process communication best practice

    I'm curious if others have any advice on best practice for the following. We have VIs that run continuously during our test execution sampling 4 different Analog Input boards in continous mode.  For quite awhile these VIs were passed the SequenceCont

  • Depreciation  for additional vaule

    Hi All While we are running depreciation in AFAB , for the asset additional vaule. In this connection System is not calculating dep  on capitailzed date for the additional value. This issue details are: 1.Old asset value is 4,97,000, Capitailzed date