Error when rendering a page having a dvt:lineGraph

I have a page containing a line graph with the following structure:
<dvt:lineGraph id="trndgrp"
tabularData="#{pageFlowScope.myBean.trendChartData}"
dynamicResize="DYNAMIC_SIZE" imageFormat="HTML5" inlineStyle="border-width:0px;"
threeDEffect="false"
timeAxisType="TAT_IRREGULAR"
timeRangeMode="TRM_EXPLICIT"
timeAxisInterval="CTAI_MONTH"
markerTooltipType="MTT_VALUES_TEXT">
<dvt:timeAxisDateFormat quarterFormat="QUARTER_SHORT" yearFormat="YEAR_SHORT_WITH_APOSTROPHE" dayFormat="DAY_OF_MONTH" monthFormat="MONTH_SHORT"/>
<dvt:o1Axis scrolling="on"/>
<dvt:timeSelector mode="EXPLICIT"/>
<dvt:y1Title text="#{pageFlowScope.myBean.currentDrillDown.uiName}"/>
<dvt:seriesSet seriesMap="#{pageFlowScope.myBean.trendChartSeriesMap}"/>
<dvt:legendArea rendered="false"/>
<dvt:o1Title id="o1Title1"
rendered="false"/>
<dvt:y1TickLabel>
<af:convertNumber integerOnly="true" maxFractionDigits="0"/>
</dvt:y1TickLabel>
</dvt:lineGraph>
At runtime I get the following error:
Caused by: oracle.jsp.parse.JspParseException:
....myBean.jsff: Line # 206, <dvt:lineGraph dynamicResize="DYNAMIC_SIZE" id="trndgrp" imageFormat="HTML5" inlineStyle="border-width:0px;" markerTooltipType="MTT_VALUES_TEXT" private_x1axismaxautoexist="false" private_x1axisminautoexist="false" tabularData="#{pageFlowScope.myBean.trendChartData}" threeDEffect="false" timeAxisInterval="CTAI_MONTH" timeAxisType="TAT_IRREGULAR" timeRangeMode="0">
Error: "private_x1axismaxautoexist" is not a valid attribute name.
at oracle.jsp.parse.OpenJspTagHandler.processAttributeValue(OpenJspTagHandler.java:378)
at oracle.jsp.parse.JspParseTag.parseXMLSrc(JspParseTag.java:1565)
at oracle.jsp.parse.JspParseTag.parse(JspParseTag.java:1610)
at oracle.jsp.parse.OpenJspTagHandler.parse(OpenJspTagHandler.java:846)
at oracle.jsp.parse.JspParseTag.genXMLSrcTag(JspParseTag.java:923)
I use ADF 11.1.1.7.
Any ideas on what can cause this error?

Most probably you are using the wrong Jdev and keep in mind that 10G versions are only for R12.
Check the metalink Note 416708.1 - How to find the correct version of JDeveloper to use with eBusiness Suite 11i or Release 12.
--Shiv                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

Similar Messages

  • Error during rendering of page item P3_DEPARTMENT_ID - Apex 4.2 2+Day Guide

    When I replace the code given in Apex 4.2  2+Day developer guide, it shows the following error.
    Error is :
    Error during rendering of page item P3_DEPARTMENT_ID. ORA-06550: line 5, column 1: PLS-00428: an INTO clause is expected in this SELECT statement
    is_internal_error: true
    apex_error_code: WWV_FLOW_FORM.UNHANDLED_ERROR
    ora_sqlcode: -6550
    ora_sqlerrm: ORA-06550: line 5, column 1: PLS-00428: an INTO clause is expected in this SELECT statement
    component.type: APEX_APPLICATION_PAGE_ITEMS
    component.id: 3996015574888943
    component.name: P3_DEPARTMENT_ID
    error_backtrace: ORA-06512: at "SYS.DBMS_SYS_SQL", line 1249 ORA-06512: at "SYS.WWV_DBMS_SQL", line 1021 ORA-06512: at "SYS.WWV_DBMS_SQL", line 1090 ORA-06512: at "APEX_040200.WWV_FLOW_DYNAMIC_EXEC", line 697 ORA-06512: at "APEX_040200.WWV_FLOW_META_UTIL", line 245 ORA-06512: at "APEX_040200.WWV_FLOW_FORMS", line 989 ORA-06512: at "APEX_040200.WWV_FLOW_FORMS", line 1428
    the code of the book 2+Day developer which I used in my edit report region source :
    SELECT e.EMPLOYEE_ID,
    e.FIRST_NAME,
    e.LAST_NAME,
    e.HIRE_DATE,
    e.SALARY,
    e.COMMISSION_PCT,
    calc_remuneration(salary, commission_pct) REMUNERATION,
    e.DEPARTMENT_ID,
    d.DEPARTMENT_NAME
    FROM OEHR_EMPLOYEES e,
    OEHR_DEPARTMENTS d
    WHERE e.DEPARTMENT_ID = d.DEPARTMENT_ID(+) AND
    (e.DEPARTMENT_ID = :P3_DEPARTMENT_ID or
    (e.DEPARTMENT_ID is null and nvl(:P3_DEPARTMENT_ID,'-1') = '-1'))

    0e342a31-11d2-4cd7-ac7c-802ef455d578 wrote:
    Please update your forum profile with a recognisable username instead of "0e342a31-11d2-4cd7-ac7c-802ef455d578": Video tutorial how to change nickname available
    Always include the information detailed in these guidelines when posting a question: how to get answers from forum
    When I replace the code given in Apex 4.2  2+Day developer guide, it shows the following error.
    When you replace what code? Where? How? Provide the exact steps necessary to reproduce the problem.
    Error is :
    Error during rendering of page item P3_DEPARTMENT_ID.
    ORA-06550: line 5, column 1: PLS-00428: an INTO clause is expected in this SELECT statement
    is_internal_error: true
    apex_error_code: WWV_FLOW_FORM.UNHANDLED_ERROR
    ora_sqlcode: -6550
    ora_sqlerrm: ORA-06550: line 5, column 1: PLS-00428: an INTO clause is expected in this SELECT statement
    component.type: APEX_APPLICATION_PAGE_ITEMS
    component.id: 3996015574888943
    component.name: P3_DEPARTMENT_ID
    error_backtrace: ORA-06512: at "SYS.DBMS_SYS_SQL", line 1249 ORA-06512: at "SYS.WWV_DBMS_SQL", line 1021 ORA-06512: at "SYS.WWV_DBMS_SQL", line 1090 ORA-06512: at "APEX_040200.WWV_FLOW_DYNAMIC_EXEC", line 697 ORA-06512: at "APEX_040200.WWV_FLOW_META_UTIL", line 245 ORA-06512: at "APEX_040200.WWV_FLOW_FORMS", line 989 ORA-06512: at "APEX_040200.WWV_FLOW_FORMS", line 1428
    The error page indicates that the error occurred in rendering the P3_DEPARTMENT_ID page item. What are the Source and Default settings for this item?

  • Error when rendering! Desperately in need of help!

    Just out of nowhere I´m getting this error when rendering in a ProRes project:
    "Codec not found. You may be using a compression type without the corresponding hardware card"
    I have done nothing with my setup and have never had problems with this before. What can I do to fix this?

    I started getting this error after exporting prores 422 (and 422 HQ) files from AE and dropping them into FCP. It happened a couple of days ago, right after I updated to QT 7.6.2. i checked out the details on the QT update and the update seems to focus on prores 422 functionality. so i think your theory about this having something to do with the update is spot on.
    my solution was to export out of AE using photo-jpeg. it's pretty close to identical on the visual and color correctable if not. this project has the flexibility for this type of codec switch since everything originates in AE -- you may not have that flexibility.

  • Error during rendering of page item P1_LOGIN.

    Dear Oracle Apex Experts,
    Thank you for this brilliant environment.
    There is a small problem. When I entered http://apex.oracle.com/pls/apex
    It gives me the following Error
    Error     Error during rendering of page item P1_LOGIN.
              ORA-00376: file 30002 cannot be read at this time ORA-01110: data file 30002: '/u03/oradata/marvlprd/temporary02.dbf'
    Please, resolve it ASAP
    Best Regards

    It has been resolved :)
    Thank you so much
    Edited by: mahmoudrabie on Feb 4, 2012 10:33 PM

  • Getting "the procedure entry point CGImageRelease could not be located in the dynamic link library CoreGraphics.dll" error when starting Itunes. Haved reloaded many times and still the error.

    Getting "the procedure entry point CGImageRelease could not be located in the dynamic link library CoreGraphics.dll" error when starting Itunes. Haved reloaded many times and still the error.

    Taken at face value, you're having trouble with an Apple Application Support program file there. (Apple Application Support is where single copies of program files used by multiple different Apple programs are kept.)
    Let's try something relatively simple first. Restart the PC. Now head into your Uninstall a program control panel, select "Apple Application Support" and then click "Repair".
    Does iTunes launch properly now?
    If no joy after that, try the more rigorous uninstall/reinstall procedure from the following post:
    Re: I recently updated to vista service pack 2 and I updated to itunes

  • Getting 500 Internal Server Error when opening GC page

    There was no change in configuration and all of a sudden, I can not connect to GC. I did notice that OC4J for OC4J_EM is down and I can't get it to go "Alive". Can someone run opmnctl status and print the output for me?
    I'm on Windows 2003/GC 10.1.0.4. Anyone has seen this problem?
    Cheers,
    Rodney

    Exact error when opening page is:
    Internal Server Error
    The server encountered an internal error or misconfiguration and was unable to complete your request.
    Please contact the server administrator, [email protected] and inform them of the time the error occurred and anything you might have done that may have caused the error. More information about this error may be available in the server error log.

  • Error when requesting JSP page

    We have just finished getting our environment set up. We are running
    WebLogic 4.5.1 sp7 on a Sun server, and are frontending it with IIS 4.0
    SP6a using the iisproxy.dll WebLogic plugin.
    We can get things working for a while, but eventually, we get the
    following error in the NT event log when requesting the first JSP on our
    site:
    "Out of process application '/LM/W3SVC/1/Root' terminated unexpectedly"
    The Web server is still up, it's just when the JSP page is called that
    we get "Page can not be displayed" errors. Any HTML pages come up just
    fine. To fix the problem, we just stop and restart the Web Publishing
    service.
    Has anyone seen this error or does anyone know what events cause this
    problem?
    Thanks,
    -Mike

    There is a big difference between this;
    http://www.mydomain.com/blabla
    and this;
    http://www.mydomain.com/blah.jsp
    blabla - this is the name of the Web application. When you reference this Web application name Tomcat will check the welcom file descriptor and redirect for that web application.
    blah.jsp - is the name of a JSP page. When you reference this page the way you did above, you are not stating where the JSP page is located. It would be locatied in the "http://www.mydomain.com/blabla/blah.jsp" location.

  • Portal runtime error when using lightweight page

    hello everyone,
    i had portal runtime error when i changed from default framework page to lightweight page, the DTN istn't shown,(TLN is all right)  and in DTN section stay an exception message.
    i checked the log:
    [EXCEPTION]
    #1#com.sapportals.portal.prt.component.PortalComponentException: Error in service call of Resource
    Component : pcd:portal_content/mxf/mxfDeskTop/frameworkPages/lightframeworkpage/com.sap.portal.lightinnerpage/com.sap.portal.lightDetailedNavigationTree
    Component class : com.sap.portal.navigation.LightDetailedNavigationTree
    User : mxf
         at com.sapportals.portal.prt.core.PortalRequestManager.handlePortalComponentException(PortalRequestManager.java:973)
         at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:444)
         at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:527)
         at com.sapportals.portal.prt.core.async.AsyncPortalComponentResponse.include(AsyncPortalComponentResponse.java:680)
         at com.sap.portal.navigation.LightDetailedNavigationTree.doContent(LightDetailedNavigationTree.java:47)
         at com.sapportals.portal.prt.component.AbstractPortalComponent.serviceDeprecated(AbstractPortalComponent.java:209)
         at com.sapportals.portal.prt.component.AbstractPortalComponent.service(AbstractPortalComponent.java:114)
         at com.sapportals.portal.prt.core.PortalRequestManager.callPortalComponent(PortalRequestManager.java:328)
         at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:136)
         at com.sapportals.portal.prt.core.async.AsyncIncludeRunnable$1$DoDispatchRequest.run(AsyncIncludeRunnable.java:375)
         at java.security.AccessController.doPrivileged(Native Method)
         at com.sapportals.portal.prt.core.async.AsyncIncludeRunnable.run(AsyncIncludeRunnable.java:388)
         at com.sapportals.portal.prt.core.async.ThreadContextRunnable.run(ThreadContextRunnable.java:164)
         at EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(PooledExecutor.java:729)
         at java.lang.Thread.run(Thread.java:534)
    Caused by: com.sapportals.portal.prt.component.PortalComponentException: Original exception:
         at pagelet._sapportalsjsp_LightDetailedNavigationTree.doContent(_sapportalsjsp_LightDetailedNavigationTree.java:57)
         at pagelet._sapportalsjsp_LightDetailedNavigationTree.service(_sapportalsjsp_LightDetailedNavigationTree.java:31)
         at com.sapportals.portal.prt.core.broker.PortalComponentItemFacade.service(PortalComponentItemFacade.java:360)
         at com.sapportals.portal.prt.core.broker.PortalComponentItem.service(PortalComponentItem.java:934)
         at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:435)
         ... 13 more
    Caused by: java.lang.NullPointerException
         at com.sapportals.portal.navigation.NavigationEventsHelperService.isPortalPlaceNode(NavigationEventsHelperService.java:2378)
         at com.sapportals.portal.navigation.taglibrary.conditionals.IfNavNodeIsNavZoom.doStartTag(IfNavNodeIsNavZoom.java:44)
         at pagelet._sapportalsjsp_LightDetailedNavigationTree.subDoContent(_sapportalsjsp_LightDetailedNavigationTree.java:585)
         at pagelet._sapportalsjsp_LightDetailedNavigationTree.doContent(_sapportalsjsp_LightDetailedNavigationTree.java:51)
         ... 17 more
    #1.5 #000C2918355B00880000000600000F0800044681D754621D#1203423385171#com.sap.portal.prt.runtime#sap.com/irj#com.sap.portal.prt.runtime#mxf#815##192.+xxxxSD1_2732250#mxf#3b334dc0dee411dc8d1d000c2918355b#Thread[PRT-Async 9,5,PRT-Async]##0#0#Error##Java###01:16_19/02/08_0035_2732250
    [EXCEPTION]
    #1#java.lang.NullPointerException
         at com.sapportals.portal.navigation.NavigationEventsHelperService.isPortalPlaceNode(NavigationEventsHelperService.java:2378)
         at com.sapportals.portal.navigation.taglibrary.conditionals.IfNavNodeIsNavZoom.doStartTag(IfNavNodeIsNavZoom.java:44)
         at pagelet._sapportalsjsp_LightDetailedNavigationTree.subDoContent(_sapportalsjsp_LightDetailedNavigationTree.java:585)
         at pagelet._sapportalsjsp_LightDetailedNavigationTree.doContent(_sapportalsjsp_LightDetailedNavigationTree.java:51)
         at pagelet._sapportalsjsp_LightDetailedNavigationTree.service(_sapportalsjsp_LightDetailedNavigationTree.java:31)
         at com.sapportals.portal.prt.core.broker.PortalComponentItemFacade.service(PortalComponentItemFacade.java:360)
         at com.sapportals.portal.prt.core.broker.PortalComponentItem.service(PortalComponentItem.java:934)
         at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:435)
         at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:527)
         at com.sapportals.portal.prt.core.async.AsyncPortalComponentResponse.include(AsyncPortalComponentResponse.java:680)
         at com.sap.portal.navigation.LightDetailedNavigationTree.doContent(LightDetailedNavigationTree.java:47)
         at com.sapportals.portal.prt.component.AbstractPortalComponent.serviceDeprecated(AbstractPortalComponent.java:209)
         at com.sapportals.portal.prt.component.AbstractPortalComponent.service(AbstractPortalComponent.java:114)
         at com.sapportals.portal.prt.core.PortalRequestManager.callPortalComponent(PortalRequestManager.java:328)
         at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:136)
         at com.sapportals.portal.prt.core.async.AsyncIncludeRunnable$1$DoDispatchRequest.run(AsyncIncludeRunnable.java:375)
         at java.security.AccessController.doPrivileged(Native Method)
         at com.sapportals.portal.prt.core.async.AsyncIncludeRunnable.run(AsyncIncludeRunnable.java:388)
         at com.sapportals.portal.prt.core.async.ThreadContextRunnable.run(ThreadContextRunnable.java:164)
         at EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(PooledExecutor.java:729)
         at java.lang.Thread.run(Thread.java:534)
    i didn't have any own jsp files for it. My program works well under standard framework. Must i in portalapp.xml sth. insert?
    get any ideals?
    Thanks in advance!
    best regards!
    Mao

    Hi,
    This looks to be a quite complicated problem, and I would recommend you create a support message (OSS) against SAP on the problem.
    It appears a navigation taglib fails, but it doesn't give much details on why.
    Dagfinn

  • [Solved]500 Internal Server Error- when open dialog page for LOV

    Hello
    I have developed JSF / ADF Bc application and my form has inputselect component and everything works fine in embeded OC4J, but when i deploy the application to apps server i get below error when i launch the dialog page to select a value
    500 Internal Server Error
    Servlet error: An exception occurred. The current application deployment descriptors do not allow for including it in this response. Please consult the application log for details.
    Please help
    Thanks
    Message was edited by:
    user570961

    Frank
    unfortunately nothing is reported in the log file , please see the bottom of the message to see what's in the log file
    this is all i see in the log and this is added to log when the page is loaded before i try to launch my dialog page and nothing else is added to the error i am getting. and in IE it just says page cannot be displayed and firefox reports the 500 Internal server error with the message i posted in original post
    we have QA server and there i deployed the application from jdeveloper and it works Okay , but for production , production services team deployed the application using the EAR file i am giving to them and i am getting this error. ( I am providing them with the EAR file generated when i deploy the application to QA from jdeveloper)
    I thought i try to deploy this to QA from ear file to see if i can reproduce the problem , so undeployed my application and tried to deploy using ear file in qa, but it never goes to step 2. it hangs on the screen uploading file ..... it never completes uploading and it does not fail with error either
    Oct 2, 2007 9:03:50 PM com.sun.faces.config.rules.ConverterRule end
    WARNING: [ConverterRule]{faces-config/converter} Merge(javax.faces.Short,null)
    Oct 2, 2007 9:03:50 PM com.sun.faces.config.rules.ConverterRule end
    WARNING: [ConverterRule]{faces-config/converter} Merge(null,java.lang.Short)
    Oct 2, 2007 9:03:50 PM com.sun.faces.config.rules.ConverterRule end
    WARNING: [ConverterRule]{faces-config/converter} Merge(javax.faces.Byte,null)
    Oct 2, 2007 9:03:50 PM com.sun.faces.config.rules.ConverterRule end
    WARNING: [ConverterRule]{faces-config/converter} Merge(null,java.lang.Byte)
    Oct 2, 2007 9:03:50 PM com.sun.faces.config.rules.ConverterRule end
    WARNING: [ConverterRule]{faces-config/converter} Merge(javax.faces.Integer,null)
    Oct 2, 2007 9:03:50 PM com.sun.faces.config.rules.ConverterRule end
    WARNING: [ConverterRule]{faces-config/converter} Merge(null,java.lang.Integer)
    Oct 2, 2007 9:03:50 PM com.sun.faces.config.rules.ConverterRule end
    WARNING: [ConverterRule]{faces-config/converter} Merge(javax.faces.Long,null)
    Oct 2, 2007 9:03:50 PM com.sun.faces.config.rules.ConverterRule end
    WARNING: [ConverterRule]{faces-config/converter} Merge(null,java.lang.Long)
    Oct 2, 2007 9:03:50 PM com.sun.faces.config.rules.ConverterRule end
    WARNING: [ConverterRule]{faces-config/converter} Merge(javax.faces.Float,null)
    Oct 2, 2007 9:03:50 PM com.sun.faces.config.rules.ConverterRule end
    WARNING: [ConverterRule]{faces-config/converter} Merge(null,java.lang.Float)
    Oct 2, 2007 9:03:50 PM com.sun.faces.config.rules.ConverterRule end
    WARNING: [ConverterRule]{faces-config/converter} Merge(javax.faces.Double,null)
    Oct 2, 2007 9:03:50 PM com.sun.faces.config.rules.ConverterRule end
    WARNING: [ConverterRule]{faces-config/converter} Merge(null,java.lang.Double)
    Oct 2, 2007 9:03:50 PM com.sun.faces.config.rules.ValidatorRule end
    WARNING: [ValidatorRule]{faces-config/validator} Merge(javax.faces.LongRange)
    Oct 2, 2007 9:03:50 PM com.sun.faces.config.rules.ConverterRule end
    WARNING: [ConverterRule]{faces-config/converter} Merge(javax.faces.DateTime,null)
    Oct 2, 2007 9:03:50 PM com.sun.faces.config.rules.ConverterRule end

  • Error when opening portal page-inner desktop frame work image error

    Hi,
    I have installed EP-6.0.Ima getting an error when i log in to portal.
    An exception occurred while processing a request for :
    iView : pcd:portal_content/every_user/general/defaultDesktop/frameworkPages/frameworkpage/com.sap.portal.innerpage/com.sap.netweaver.coll.CollaborationDetailedNavigation
    Component Name : null
    Page could not create the iView.
    See the details for the exception ID in the log file
    Pls help me its urjent.
    Rajesh.

    Below is the default trace errr log.
    61,5,SAPEngine_Application_Thread[impl:3]_Group]##0#0#Error##Plain###   at java.
    util.TimerThread.run(Timer.java:382)#
    Why this i view error coming.Is this really a problem?
    or some authorisation issue??

  • Runtime error when click some pages

    Hello everyone,
    I had created lots of pages in portal ,
    most of them works fine, but when I click some pages,
    there occured runtime error.
    And these pages can be preview .
    The error message as follow:
    "Portal Runtime Error
    An exception occurred while processing a request for :
    iView : N/A
    Component Name : N/A
    The exception was logged. Inform your system administrator..
    Exception id: 04:58_07/06/06_0132_12780850
    See the details for the exception ID in the log file" .
    Is there anybody know the reason and the way to solve problem?
    Thanks & Regards,
    Jianguo Chen

    Have you looked at defaulttrace.trc file for the following id "Exception id: 04:58_07/06/06_0132_12780850".
    You can find the LOG file at
    <DRIVE:>\usr\sap\<SID>\<INSTANCE>\j2ee\cluster\server<ID>\log
    Do send me the file as well along with James and I will see if I can help too.
    regards,
    Piyush
    ps: please mark all useful answers.

  • File Not Found Error When Rendering Motion Menu

    Hi there.
    I'm attempting to render a motion menu and keep getting the error "file not found". All of the necessary files are available and no specific missing file is mentioned.
    The background video is a .m2v, and there is a .wav audio file too. They are 42 seconds long.
    I tried other Encore projects and 2 others are doing the same thing, or coming up with a 'General Error'.
    I have cleaned the Database in the Media Cache. I have uninstalled and reinstalled Encore. There are no updates available.
    Any suggestions?
    Thanks,
    David

    Yeah, it would have taken me quite a while to redo the menus completely!  So I was very thankful for the save to menu template option.
    When I (not recently, thank goodness!) have a project I suspect of corruption, I create a new project, and just "import as menu" from the old menu subdirectory. The method you used deletes the  menus, so exporting the menus helps.
    Mac OS 10.6.8
    That's Snow Leopard, right?
    Actually, I'm not really sure about Encore terminology (this was my first project), but the only motion I have in my menus is the line that appears under the button text when that button is highlighted.  At one point I had the photo buttons (for videos) set to animate, but I removed that option.
    A highlight is just a highlight, not "motion." Animated buttons, when rendered as the menu, are actually a video background, so that was a motion menu.
    All 30 slideshows are actually individual video timelines.  They were created and exported from Photosho Lightroom 3.
    In Encore terminology, those are just videos - many Encore users choose to do slideshows as videos.
    I had originally tried creating each one as a slideshow from within Encore, but I was DEEPLY dismayed by how slow Encore became, evetually locking up at least once per hour.  It was ridiculous, even taking into account the fact that it is not a 64-bit program.  I planned to leave 2 of the songs as Encore slideshows (Lightroom can't do Pan/Zoom), but in the end I had to replace them with mp4s because the slideshows just would not play.  Really, it was about 11 wasted days plus 4 productive days to get me through the project!
    Encore has a variety of problems with slideshows, but I suspect from your description that you were using very large images. Scaling them down a bit can improve performance.

  • Error when rendering for Flash

    I have had two projects crash when rendering an Encore CS3 project.
    The info in the data collection is:
    AppName: adobe encore.exe AppVer: 3.0.1.8 ModName: dvacore.dll
    ModVer: 2.0.0.60016 Offset: 0008bdb3
    Any clues?

    OK... I use Premiere Pro and then encode files with an application called Cinema Craft for m2v files. These are loaded into Encore and authored for dvd, tested and all work fine.
    With two projects, encore crashes with the error I mentioned in my first post. Others have gone through fine but are consistent with how I always create projects.
    I do work with a Matrox RXT.100 board with PP2.0 and have seen posts that PP CS# does not like rxt.100. This should not have any bearing on projects that are exported into m2v or wav and then imported into Encore CS3.
    Is it best NOT to export into an mgp format and let Encore transcode video?
    If more info is needed I would be glad to supply.

  • EPCM error when leave Webdynpro page ???

    In Portal, when navigate from page with webdynpro iViews to any other workset or page, clicking in some node of the top level navigation, opening a windows alert popup , and said: Exception in EventDistribute occurred. Throw it to upper level?
    And then click accept 4 times let me continue.
    After trying multiple alternatives, the issue certainly is occurring when:  I am in a page with at least one webdynpro java, and I go to another. That is, to leave or close the webdynpro iView has generated  the problem.
    When I choose "debug" the exception with MS Dev studio, I found this error code, this is the point when the exception raise:
    EPCM.eventDistribute=function( consumers, eventObject, resultArray){
    var isRetValCollect=(resultArray != null);
    var eListener
    var retVal;
    for (var idx in consumers){
    eListener=consumers[idx];
    retVal=null;
    try{
    retVal=eListener.call( eventObject );}
    catch( e){
    if (EPCM._private.dbgException){
    if(confirm("Exception in EventDistribute occured.\nThrow it to upper level ?")) throw(e);}
    if(isRetValCollect && retVal != null){
    resultArray[resultArray.length++]=retVal;}
    any suggestion ?????
    thanks in advance!
    Leandro.

    Add this: not only when leave a webdynpro iview or page is the problem, also when resizing a webdynpro page in the IE.
    Any change in the screen size, raise this popup error
    any idea???
    thanks in advance

  • Error when first run page using SelectOneChoice objects

    Hi! I had following error, when I run my jspx page:
    <FacesCtrlListBinding><getInputValue> ADFv: Could not find selected item matching value Vitis of type: java.lang.String in the list-of-values.
    When I press refresh button in browser, then I can see in my SelectOneChoice object value "Vitis"
    Any ideas why it is so?
    Best regards!

    Hi,
    The reason could be that the selectItem with the value 'Vitis' may not be available in your selectOneChoice at the time of page load.
    You may try printing all the values bound to selectItems using forEach and see if the list contains the value 'Vitis' or not.
    Sireesha

Maybe you are looking for