Error while rendering point features

Hi MapViewer folks,
I am havinf hard time figuring out why I am receiving that error:
SEVERE: MAPVIEWER-01006: Invalid style type for Point features.
on a theme (point, line and polygon) using an advanced style.
Here are my style definition.
Marker style
<?xml version="1.0" standalone="yes"?>
<svg width="1in" height="1in">
<desc/>
<g class="marker" style="stroke:#9933FF;fill:#9933FF;width:50;height:50;font-family:Dialog;font-size:12;font-fill:#FF0000">
<circle cx="0" cy="0" r="0.5"/>
</g>
</svg>
Line style
<?xml version="1.0" standalone="yes"?>
<svg width="1in" height="1in">
<desc/>
<g class="line" style="fill:#9933FF;stroke-width:5">
<line class="base"/>
</g>
</svg>
Area style
<?xml version="1.0" standalone="yes"?>
<svg width="1in" height="1in">
<desc/>
<g class="area" style="line-style:L.INFC_PROJECT">
<image x="0" y="0" width="9999" height="9999" type="gif" href="dummy.gif"/>
</g>
</svg>
Advanced style
<?xml version="1.0" ?>
<AdvancedStyle>
<CollectionStyle>
<style name="A.INFC_PROJECT" shape="polygon"/>
<style name="L.INFC_PROJECT" shape="line"/>
<style name="M.INFC_PROJECT" shape="point"/>
</CollectionStyle>
</AdvancedStyle>
And the theme definition...
<?xml version="1.0" standalone="yes"?>
<styling_rules key_column="GEOM_ID" caching="ALL">
<rule>
<features style="V.INFC_PROJECT"> (APP_SESSION =:1) </features>
</rule>
</styling_rules>
Here is the MapViewer log content...
Jul 13, 2009 8:11:39 PM oracle.lbs.mapserver.core.MapperPool getMapper
FINER: getMapper(AEC) begins...
Jul 13, 2009 8:11:39 PM oracle.lbs.foi.FOIServlet sendGZippedResponse
FINEST: Sending FOI response in gzip format.
Jul 13, 2009 8:11:39 PM oracle.lbs.mapserver.core.MapperPool getMapper
FINER: getMapper() succeeded.
Jul 13, 2009 8:11:39 PM oracle.sdovis.LoadThemeData run
FINER: LoadThemeData running thread: Thread-47
Jul 13, 2009 8:11:39 PM oracle.sdovis.theme.PredGeomThemeProducer loadFeaturesInWindow
FINEST: [ ACTIVE_PROJECTS ]: -Infinity,-Infinity,NaN,NaN
Jul 13, 2009 8:11:39 PM oracle.sdovis.theme.PredGeomThemeProducer loadFeaturesInWindow
FINEST: Theme query [ ACTIVE_PROJECTS ]: SELECT GEOM_ID, sdo_cs.transform(GEOM,8265), 'V.INFC_PROJECT', null, 'null', -1, 'rule#0' FROM ACTIVE_PROJECTS WHERE 's'='s' AND (APP_SESSION =:1)
Jul 13, 2009 8:11:39 PM oracle.sdovis.theme.PredGeomThemeProducer loadFeaturesInWindow
FINER: [ ACTIVE_PROJECTS ] Fetch size: 100
Jul 13, 2009 8:11:39 PM oracle.sdovis.theme.PredGeomThemeProducer loadFeaturesInWindow
INFO: [ ACTIVE_PROJECTS ] sql exec time: 0ms, total time loading 1 features: 0ms.
Jul 13, 2009 8:11:39 PM oracle.lbs.mapserver.core.MapperPool freeMapper
FINER: freeMapper() begins...
Jul 13, 2009 8:11:39 PM oracle.lbs.foi.ThemeRenderingThread render
FINER: 1 features loaded.0
Jul 13, 2009 8:11:39 PM oracle.lbs.foi.FOIImageRenderer renderPoiImage
SEVERE: MAPVIEWER-01006: Invalid style type for Point features.
Jul 13, 2009 8:11:39 PM oracle.lbs.foi.ThemeRenderingThread render
FINER: Total time rendering foi data:0
Jul 13, 2009 8:11:39 PM oracle.lbs.foi.FOIServlet doPost
FINEST: ---- begin FOI response ----
{"foiarray":[]}
---- end FOI response ----
Is someone already had that issue?
My geometries are valid. I have tried the MapViewer SQL (available in log) and everything works fine. I do not have problem rendering line and polygon features
Many thanks
Karl

Hi Karl,
in this case, the use of a CollectionStyle for FOI point features in Oracle Maps is not yet supported, and then you get the error message. You may need to use a different styling approach. Does your table have a mixing of polygon, line and point geometries?
Joao

Similar Messages

  • Application Error while activating the feature - for creating list content type, list definition and list instance

    Dear all,
    I am getting application error while enabling the feature. if any body can point out the issue - that will be helpful.
    content type
    <?xml version="1.0" encoding="utf-8"?>
    <Elements xmlns="http://schemas.microsoft.com/sharepoint/">
    <Field ID="{4C1B0A21-FCE0-4CFE-8742-A250672AFE4F}" Type="Note" Name="CourseDesc" DisplayName="Course Description" Required="TRUE" Group="Training Site Columns"/>
    <!-- Parent ContentType: Item (0x01) -->
    <ContentType ID="0x0100d57ecc53fde34177b096abd0ec90a8f9"
    Name="TrainingCourses"
    Group="Training Content Types"
    Description="Defines a Course"
    Inherits="TRUE"
    Version="0">
    <FieldRefs>
    <FieldRef ID="{4C1B0A21-FCE0-4CFE-8742-A250672AFE4F}" Name="CourseDesc" DisplayName="Course Description" Required="TRUE"/>
    </FieldRefs>
    </ContentType>
    </Elements>
    List definition
    <?xml version="1.0" encoding="utf-8"?>
    <Elements xmlns="http://schemas.microsoft.com/sharepoint/">
    <!-- Do not change the value of the Name attribute below. If it does not match the folder name of the List Definition project item, an error will occur when the project is run. -->
    <ListTemplate
    Name="TrainingCourses"
    Type="10100"
    BaseType="0"
    OnQuickLaunch="TRUE"
    SecurityBits="11"
    Sequence="410"
    DisplayName="TrainingCourses"
    Description="Training Courses List Definition"
    Image="/_layouts/images/itgen.png"/>
    </Elements>
    List instance
    <?xml version="1.0" encoding="utf-8"?>
    <Elements xmlns="http://schemas.microsoft.com/sharepoint/">
    <ListInstance Title="TrainingCourses"
    OnQuickLaunch="TRUE"
    TemplateType="10100"
    Url="Lists/TrainingCourses"
    Description="Training Course List Instance">
    </ListInstance>
    </Elements>
    schema
    <?xml version="1.0" encoding="utf-8"?>
    <List xmlns:ows="Microsoft SharePoint" Title="TrainingCourses" FolderCreation="FALSE" Direction="$Resources:Direction;" Url="Lists/TrainingCourses-LD_TrainingCourses" BaseType="0" xmlns="http://schemas.microsoft.com/sharepoint/">
    <MetaData>
    <ContentTypes>
    <ContentType ID="0x0100d57ecc53fde34177b096abd0ec90a8f9" Name="TrainingCourses" Group="Training Content Types" Description="Defines a Course" Inherits="TRUE" Version="0">
    <FieldRefs>
    <FieldRef ID="{4C1B0A21-FCE0-4CFE-8742-A250672AFE4F}" Name="CourseDesc" DisplayName="Course Description" Required="TRUE" />
    </FieldRefs>
    </ContentType>
    </ContentTypes>
    <Fields>
    <Field ID="{4c1b0a21-fce0-4cfe-8742-a250672afe4f}" Type="Note" Name="CourseDesc" DisplayName="Course Description" Required="TRUE" Group="Training Site Columns" />
    </Fields>
    <Views>
    <View BaseViewID="0" Type="HTML" MobileView="TRUE" TabularView="FALSE">
    <Toolbar Type="Standard" />
    <XslLink Default="TRUE">main.xsl</XslLink>
    <RowLimit Paged="TRUE">30</RowLimit>
    <ViewFields>
    <FieldRef Name="LinkTitleNoMenu">
    </FieldRef>
    <FieldRef Name="CourseDesc">
    </FieldRef>
    </ViewFields>
    <Query>
    <OrderBy>
    <FieldRef Name="Modified" Ascending="FALSE">
    </FieldRef>
    </OrderBy>
    </Query>
    <ParameterBindings>
    <ParameterBinding Name="AddNewAnnouncement" Location="Resource(wss,addnewitem)" />
    <ParameterBinding Name="NoAnnouncements" Location="Resource(wss,noXinviewofY_LIST)" />
    <ParameterBinding Name="NoAnnouncementsHowTo" Location="Resource(wss,noXinviewofY_ONET_HOME)" />
    </ParameterBindings>
    </View>
    <View BaseViewID="1" Type="HTML" WebPartZoneID="Main" DisplayName="$Resources:core,objectiv_schema_mwsidcamlidC24;" DefaultView="TRUE" MobileView="TRUE" MobileDefaultView="TRUE" SetupPath="pages\viewpage.aspx" ImageUrl="/_layouts/images/generic.png" Url="AllItems.aspx">
    <Toolbar Type="Standard" />
    <XslLink Default="TRUE">main.xsl</XslLink>
    <RowLimit Paged="TRUE">30</RowLimit>
    <ViewFields>
    <FieldRef Name="Attachments">
    </FieldRef>
    <FieldRef Name="LinkTitle">
    </FieldRef>
    <FieldRef Name="CourseDesc">
    </FieldRef>
    </ViewFields>
    <Query>
    <OrderBy>
    <FieldRef Name="ID">
    </FieldRef>
    </OrderBy>
    </Query>
    <ParameterBindings>
    <ParameterBinding Name="NoAnnouncements" Location="Resource(wss,noXinviewofY_LIST)" />
    <ParameterBinding Name="NoAnnouncementsHowTo" Location="Resource(wss,noXinviewofY_DEFAULT)" />
    </ParameterBindings>
    </View>
    </Views>
    <Forms>
    <Form Type="DisplayForm" Url="DispForm.aspx" SetupPath="pages\form.aspx" WebPartZoneID="Main" />
    <Form Type="EditForm" Url="EditForm.aspx" SetupPath="pages\form.aspx" WebPartZoneID="Main" />
    <Form Type="NewForm" Url="NewForm.aspx" SetupPath="pages\form.aspx" WebPartZoneID="Main" />
    </Forms>
    </MetaData>
    </List>
    I am applying the feature to SPWeb level.
    cheers
    Sathya

    redeployed a new solution; since I was getting this error. I would have done typo errors etc.
    https://naveengopisetty.wordpress.com/2011/09/10/error-occurred-in-deployment-step-activate-features-invalid-file-name-the-file-name-you-specified-could-not-be-used-it-may-be-the-name-of-an-existing-file-or-directory-or-you-may-not-have-pe/
    Cheers
    Sathya

  • Error while rendering menus/slideshows--HELP!!

    Ok. I've done my homework on this forum and the Mac help pages and nothing fixes this problem.
    Initial issue: I have an iDVD project with pictures in drop zones, audio in the background, two menu pages each with 3-4 movies (both .dv and .mpg4), and a menu page with nothing but background audio and text.
    While trying to create a disk image I received the (familiar to this board) error that there was an "Error while rendering menus/slideshows" and that burning was to be aborted.
    What I tried:
    I cleared 41 gigs of free space on my boot drive.
    I transfered all of my media files onto the boot drive.
    I verified and repaired permissions. (until I did these last two items, the program wouldn't just fail, it would crash my computer, giving me the multilanguage *you must restart* greyed out page).
    I downloaded the most recent quicktime, iTunes, and Mac OS updates.
    I created a new iDVD project with only one video file (sepearately tried just a .dv and .mpg4 file).
    I removed all quicktime extensions from my 'library/quicktime' and '~library/quicktime' folders.
    I changed from 'higher quality' to 'better performance'.
    I told it to process in the background.
    I told it to delete the rendered files when it was done.
    I ran the apple hardware Test from my Apple CD.
    I turned off the hard drive/screen 'sleep' settings.
    I switched the video format from NTSC to PAL.
    I swore and came up with multiple comically profane file names for the disk images.
    Nothing. It always gives the error following the 'processing menus' portion of the rendering.
    Facts:
    iBook G4
    1.2 GHz Power PC
    1.25 GB Ram
    41.77 Gigs of free hard drive on boot disk.
    iDVD v5.0.1 (625)
    iMovie HD v5.0.2 (111)
    Quicktime v7.1.5
    Mac OSX v10.4.9
    I'm running into a deadline and need to have this burned!!
    *** Mac?
    iBook G4   Mac OS X (10.4.9)   1.2 G Ram

    I switched the video format from NTSC to PAL.
    Why in the world would you do this? You are in the
    NTSC area. You must change the NTSC/PAL setting
    BEFORE you start a project.
    Mostly because I don't know what it means and wanted to try anything.
    All the video and audio is original content.
    I ended up going to the Mac genius bar today. They said that it was a corrupted encoding file solved by a reinstall of iDvd. Sounds like a lot of people run into this problem?
    On the topic of file formats... do you know why my titles look great in iMovie, but look like crap once I export them? Even if I export at "Full Quality". And is .dv better than .mpg4? I need a good primer.
    thanks,
    Ian
    I suspect the problem lies in your mpg-4 content.
    iMovie/iDVD have very spotty mpg-4 support. Try
    using something like VisualHub (
    http://www.techspansion.com/visualhub/ ) to convert
    your mpg-4 files to DV format. (You may also be
    having problems with the music used in your menus.
    Where does it come from?)
    F Shippey

  • Fatal error while rendering UI component  since we are in BI 4.1 SP2 patch 4

    Hello,
    Since we are in BI 4.1 SP2 patch 4, we have one Analysis for Olap report  which have this message : Fatal error while rendering UI component.
    This report gets 7  folders  : 5 of them gets this error message and 2 of them works well
    It's the same problem with patch 6.
    Could you please help us to find a solution ?
    I don't know how to investigate.
    Regards,
    Nicolas

    Hey Nicolas
    We are experiencing a similar error. It appears when we try to create a conditional formatting rule on one of the reports.
    Were you able to find a solution to this?
    Regards
    Antonette

  • Permissions error while rendering to xRaid

    Hello!
    I'm having a problem that I can't figure out. And it's pretty urgent because I'm delivering 225 VFX shots in 9 days.
    When I render a quicktime or a frame sequence out of After Effects (7 or 6.5) to my locally mounted xRaid volume, I will frequently and randomly get the llowing errors:
    "After Effects error: opening file "test2_00235.tga" -- you do not have permission to open this file (-54).
    (3::130)"
    when I hit "ok" it's followed by:
    "After effects error: cannot close a closed file. (3::5)"
    If I continually requeue, it will eventually get through it (after deleting the bad frames of course). What's weird about the error is that it says it's failing while trying to READ the file that it's actually WRITEing.
    I do not get this error when rendering to the drive from another machine with a different user account that has mounted the xRaid via AFS.
    I am logged in as admin.
    The xRaid is set to "ignore ownership on this volume" and all the permissions for all folders on the disk are set to "0 drwxrwxrwx"
    I do not experience any permissions-related errors with anything outside of After Effects. All other applications and the system read and write to the volume without problems.
    Here's more about my hardware setup:
    I am working on:
    Quad G5
    OS 10.4.5
    4.5GB DDR2 SDRAM
    xRaid 3.5TB with the two raid sets each Raid 5 and then software Raid O on top of that. Connected with the Apple fiber channel PCI express card. Latest Firmware and Raid Admin Tools.
    The problem occurs rendering with nearly any settings from AE 7x244 or AE6.5
    Any advice you can offer would be great.
    Ben Grossmann
    VFX Supervisor, Hollow Man 2
    QuadG5   Mac OS X (10.4.5)  

    ben,
    we've been having the same problem here! funny, we're the company that did the main title for hollow man 1. hollywood is a small town eh?
    we use a xserve for our AE raid and recently upgraded some machines that came with 10.4 preinstalled. before the introduction of 10.4 to our farm, we had no problems. we use the built in watch folder method of rendering and render on files collected entirely on the raid. the error we get is a "write permission error" and usually happens within a 1-5 min of rendering.
    we have been chasing the problem for a good month or two now and we've talked to tech support on both sides (apple and adobe) with no result. we still have the problem and now that we have a growing number of 10.4 machines our functioning farm has gone from 21nodes to 8!!
    some "theories" have been that spotlight is causing it. but we cant make the AE raid volume a private non-spotlight item. (you can drag it in but it dosen't stay... even on the AE server)
    another theory is that the origonal machine creating a folder to render to HAS to be a 10.4 machine to create the proper permissions. this still dosen't fully work.
    also, we tried the one you tried, and ignored ownership on this volume. even though we would be losing some server automation functionality doing this, it did not help.
    id like to say that its goten to the point where its mind blowingly stupid. apple being world class systems and well known for their ease and functionality should NOT BE HAVING THIS KIND OF PROBLEM or should have helped us by now.
    if you find anything out please let us know. im tired of planning 2k renders a week in advance. good luck.
    ken pelletier
    picture mill
    g5   Mac OS X (10.3.9)  

  • Error While assigning points

    I am getting the following error for the past 2 days, while assigning point and closing the tread.
    An error has occured while assigning points. Please refresh the thread view and try again

    I think we are facing this problem from almost  last 4 days.
    Even the display of forum points looks  0 which doesn't look good.
    Hope somebody from the technical team is working on it and try to
    close the same at the earliest.

  • Error while rendering: Export file not found - what to do?

    Hi,
    I have been editing my video in four different premiere pro projects (as I got adviced to do from these forums because it's AVCHD clips). I have rendered these four projects and burned to four DVD's (total playtime is around 1.5hours) - which is working fine.
    But then I try to import all four projects into one big master project because I want to make a blu-ray iso. The import goes fine (I import like this: File > Import > Choose project > Import entire project)
    I export to encore, make the menus etc. and click "build" to start rendering. The problem is that after some time I get this error:
    Blu-ray Object: "sequence-name-here/project-name-here.prproj", Export file not found
    I have seen this error before while rendering some of the four individual projects - but when I saw them I simply just tried again by exporting to encore from the projects again. This seemed to work - but with the big master project I have tried several times with no luck.
    Can anyone help me fix this issue? :)

    Yes, I got this too:
    For posterity, here is what I have found that completely fixes this error, repeatedly:  Clear Encore's cache.  Specifically:
    Close your Encore project and exit Encore
    Go to the cache subdirectory named for your project (ie. if your save file is c:\projects\mymovie.ncor then go to c:\projects\mymovie\cache)
    Delete the file "mlf.cache.v10"
    If your Encore project contains any Premiere Pro dynamically-linked assets, start Premiere Pro and load at least one of the projects used in Encore.  (I have found that this reduces memory usage -- for some reason, Premiere Pro takes up less memory than if Encore spawns the PProHeadless.exe media server to serve the same function)
    Restart Encore and load your project
    ...and wait, patiently, for Encore to re-scan all of your assets and build up the cache again and don't touch it until it's finished.  I use Process Explorer (http://technet.microsoft.com/en-us/sysinternals/bb896653) to watch my disk activity and CPU to know when Encore is finished (just hover on the cyan-colored graph and you can see what program is performing the most disk activity).  Once it's all finished, I save, then immediately try to build my project again.  For proof of concept, my 40GB BD-50 project just built last night after getting this error yesterday afternoon.
    If any of your assets are not transcoded before you begin this process, transcode them all, then start this process over again from step one.  Clearing the cache does not clear the transcodes.
    I hope this helps someone.  I was not looking forward to completely re-authoring my project, which I've been working on (on and off) for a few months.

  • Getting style missing errors while rendering ADF trees in JSF page

    I am getting the following message while rendering a JSF page with af:tree. Based on other posts on this forum, I verified servlet-mapping in web.xml and it is already set to /faces/*.
    This XML file does not appear to have any style information associated with it. The document tree is shown below.
    Here is my JSF code snippet.
    <f:view><af:document title="DeviceTree2.jsf" id="d1">
    <af:messages id="m1"/>
    <af:form id="f1">
    <af:tree value="#{bindings.Device1.treeModel}" var="node" selectionListener="#{bindings.Device1.treeModel.makeCurrent}" rowSelection="single" id="t1">
    <f:facet name="nodeStamp"><af:outputText value="#{node}" id="ot1"/>
    </f:facet>
    </af:tree>
    </af:form>
    </af:document>
    </f:view>
    Surely I am missing something here but not sure on the real issue.
    Would appreciate if someone can help on this.

    I am getting the following error. Browser shows the JSF XML code listed in my original issue statement followed by this error.
    "This XML file does not appear to have any style information associated with it. The document tree is shown below."

  • Unknown Error while rendering - kernel_task ?

    I've been using PP and AE CS6 for quite a while now and it has generally worked fine, any minor glitches I've always been able to find a solution to.
    But Recently while rendering it's only been able to render a small amount then I get the "Unknown Error - Error Compiling Video" message, I've tried the kind of usual things switching off auto save and such to no avail.
    I have noticed though, monitoring memory usage in Activity Monitor, that the moment before the render crashes kernel_task leaps from its normal memory consumption of around 4/500mb to around 4.5gb so I'm assuming that is crashing the render...
    I'm using a MacBookPro9,2 13"  -  Intel Core i5  -  2.5GHz  -  8gb RAM
    It's driving me crazy, would really appreciate any help!

    Same problem!!!

  • Unable to add Action for table - throwing Fatal error while rendering the table after adding

    Hi,
    I am not able to add action to the table i created.
    when i click on events and then Create Action for "onFilter" event, it is giving me Internal Error. The message details is:
    eclipse.buildId=@qualifier@
    java.version=1.6.0_45
    java.vendor=Sun Microsystems Inc.
    BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en
    Command-line arguments:  -os win32 -ws win32 -arch x86 -data C:\NWDS\Workspace
    Error
    Thu Jul 17 11:17:27 IST 2014
    Internal Error
       Plug-In Name: Web Dynpro HTML Rendering
       Internal Error  : com.sap.ide.webdynpro.rendering.html
       Class      : com.sap.ide.webdynpro.viewdesigner.ur.RenderingService
       Method     : renderDelta
       Message    : java.lang.RuntimeException: nullFatal rendering error at control com.sap.tc.webdynpro.clientserver.uielib.standard.uradapter.TableAdapter [] and renderer com.sap.tc.ls.renderer.ie6.LSSapTableRenderer. Please contact the developer of the renderer. com.sap.tc.webdynpro.clientserver.uielib.standard.uradapter.TableAdapter@1376233Fatal rendering error at control com.sap.tc.webdynpro.clientserver.uielib.standard.uradapter.FlowLayoutAdapter [] and renderer com.sap.tc.ls.renderer.ie6.LSFlowLayoutRenderer. Please contact the developer of the renderer. com.sap.tc.webdynpro.clientserver.uielib.standard.uradapter.FlowLayoutAdapter@1102ae6Fatal rendering error at control com.sap.tc.webdynpro.clientserver.uielib.standard.uradapter.GroupAdapter [] and renderer com.sap.tc.ls.renderer.ie6.LSGroupRenderer. Please contact the developer of the renderer. com.sap.tc.webdynpro.clientserver.uielib.standard.uradapter.GroupAdapter@70815bFatal rendering error at control com.sap.tc.webdynpro.clientserver.uielib.standard.uradapter.FlowLayoutAdapter [] and renderer com.sap.tc.ls.renderer.ie6.LSFlowLayoutRenderer. Please contact the developer of the renderer. com.sap.tc.webdynpro.clientserver.uielib.standard.uradapter.FlowLayoutAdapter@3cb708Fatal rendering error at control com.sap.tc.webdynpro.clientserver.uielib.standard.uradapter.ScrollContainerAdapter [] and renderer com.sap.tc.ls.renderer.ie6.LSScrollContainerRenderer. Please contact the developer of the renderer. com.sap.tc.webdynpro.clientserver.uielib.standard.uradapter.ScrollContainerAdapter@14a4b5Fatal rendering error at control com.sap.tc.webdynpro.clientserver.uielib.standard.uradapter.FlowLayoutAdapter [] and renderer com.sap.tc.ls.renderer.ie6.LSFlowLayoutRenderer. Please contact the developer of the renderer. com.sap.tc.webdynpro.clientserver.uielib.standard.uradapter.FlowLayoutAdapter@14983d6Fatal rendering error at control com.sap.tc.webdynpro.clientserver.uielib.standard.uradapter.ScrollContainerAdapter [] and renderer com.sap.tc.ls.renderer.ie6.LSScrollContainerRenderer. Please contact the developer of the renderer. com.sap.tc.webdynpro.clientserver.uielib.standard.uradapter.ScrollContainerAdapter@16e8151
       Exception  : java.lang.RuntimeException: java.lang.RuntimeException: nullFatal rendering error at control com.sap.tc.webdynpro.clientserver.uielib.standard.uradapter.TableAdapter [] and renderer com.sap.tc.ls.renderer.ie6.LSSapTableRenderer. Please contact the developer of the renderer. com.sap.tc.webdynpro.clientserver.uielib.standard.uradapter.TableAdapter@1376233Fatal rendering error at control com.sap.tc.webdynpro.clientserver.uielib.standard.uradapter.FlowLayoutAdapter [] and renderer com.sap.tc.ls.renderer.ie6.LSFlowLayoutRenderer. Please contact the developer of the renderer. com.sap.tc.webdynpro.clientserver.uielib.standard.uradapter.FlowLayoutAdapter@1102ae6Fatal rendering error at control com.sap.tc.webdynpro.clientserver.uielib.standard.uradapter.GroupAdapter [] and renderer com.sap.tc.ls.renderer.ie6.LSGroupRenderer. Please contact the developer of the renderer. com.sap.tc.webdynpro.clientserver.uielib.standard.uradapter.GroupAdapter@70815bFatal rendering error at control com.sap.tc.webdynpro.clientserver.uielib.standard.uradapter.FlowLayoutAdapter [] and renderer com.sap.tc.ls.renderer.ie6.LSFlowLayoutRenderer. Please contact the developer of the renderer. com.sap.tc.webdynpro.clientserver.uielib.standard.uradapter.FlowLayoutAdapter@3cb708Fatal rendering error at control com.sap.tc.webdynpro.clientserver.uielib.standard.uradapter.ScrollContainerAdapter [] and renderer com.sap.tc.ls.renderer.ie6.LSScrollContainerRenderer. Please contact the developer of the renderer. com.sap.tc.webdynpro.clientserver.uielib.standard.uradapter.ScrollContainerAdapter@14a4b5Fatal rendering error at control com.sap.tc.webdynpro.clientserver.uielib.standard.uradapter.FlowLayoutAdapter [] and renderer com.sap.tc.ls.renderer.ie6.LSFlowLayoutRenderer. Please contact the developer of the renderer. com.sap.tc.webdynpro.clientserver.uielib.standard.uradapter.FlowLayoutAdapter@14983d6Fatal rendering error at control com.sap.tc.webdynpro.clientserver.uielib.standard.uradapter.ScrollContainerAdapter [] and renderer com.sap.tc.ls.renderer.ie6.LSScrollContainerRenderer. Please contact the developer of the renderer. com.sap.tc.webdynpro.clientserver.uielib.standard.uradapter.ScrollContainerAdapter@16e8151
          [Error: com.sap.ide.tools.services.ui.dialog.DialogService  Thread[main,6,main]]
    The complete error details is also attached with the message.
    After creating the action, the table looks like below:
    Can someone help me on fixing this issue.
    Thanks,
    Abhishek.

    Its a rendering issue with the NWDS/IDE.
    Try, close and re-open for fix it. If it still persists, uninstall NWDS and re-install the right version of NWDS w.r.t the Portal server.
    Regards,
    Sharath

  • "Error compiling movie. Unknown error" while rendering a .PSD or .PNG

    Hi,
    I have this problem: When I try to make a "Render Selection" or export my video, everything is ok until I reach a .PSD file I've placed almost in the end of the clip.
    The same is for .PNG file, a dialog appears saying "Error compiling movie. Unknown error".
    I've tried to delete the effects, but it's the same. To be more specific, I've applied a simple "Cross Dissolve": Until the transition is working, and the picture is not entirely visible, the rendering works. When the picture is "complete", the render stops and the error appears.
    When I tried to delete the transitions, the error appeared in the beginning of the .PSD picture.
    Any help?
    Thanks

    Are you stills in RGB format? what pixel size are they?

  • Scaling transparent media causes "Unknown error" while rendering/exporting

    Hi all, since upgrading to Premiere Pro CC I'm encountering a problem that's driving me absolutely insane!
    A number of projects I'm trying to work on have an animated logo in the bottom-right corner. The logos can be anything from a transparent PSD file to a sequence of PNG images with alpha channels.
    The problem occurs when I shrink the media down using the Morion>Scale function in the Effect Controls window. The moment I do so Premiere refuses to render any previews or export movies, citing the dreaded "Error Compiling Movie: Unknown Error" message.
    Is there another way I should be placing these logos? Any help or suggestions would be appreciated. I'm going crazy here!

    Error Compiling Movie
    -http://helpx.adobe.com/premiere-pro/kb/error-compiling-movie-rendering-or.html
    -http://helpx.adobe.com/premiere-elements/kb/error-error-compiling-movie-render.html
    -and nested sequences http://forums.adobe.com/thread/955172
    -and WMV files frame rate http://forums.adobe.com/message/4629210

  • Error while rendering portlet

    I have a standalone oc4j_portal instance on my pc.
    Applications deployed to this and then registered in portal as a provider work fine.
    My problem comes when i deploy the application to our 10g app server, and try to run a portlet registered against the app server.
    The application log contains the following ...
    04/11/10 11:48:22 Started
    04/11/10 11:48:37 papp2: jsp: init
    04/11/10 11:48:37 papp2: 9.0.4.0.0 Started
    04/11/10 11:50:58 papp2: SOAPServlet: init
    04/11/10 11:50:58 papp2: ServletLogger - Logging level: 4
    04/11/10 11:50:59 papp2: [instance=(null), id=82830936573,5] CONFIGURATION: Invalid or null value for property - executionWarningTimeout = null - setting to default value of 20 seconds
    04/11/10 11:51:13 papp2: [instance=80035_RAEPORTAL2_49519323, id=82830951115,4] CONFIGURATION: Default container renderer not specified
    04/11/10 11:51:13 papp2: [instance=80035_RAEPORTAL2_49519323, id=82830951115,4] CONFIGURATION: defaulting container renderer to DefaultContainerRenderer
    04/11/10 11:51:21 papp2: JspServlet: unable to dispatch to requested page: Exception:oracle.jsp.provider.JspCompileException: <H3>Errors compiling:/u01/app/oracle/ias904das01/j2ee/OC4J_Portal/application-deployments/papp2/papp2/persistence/_pages//_RAE.java</H3><TABLE BORDER=1 WIDTH=100%><TR><TH ALIGN=CENTER>Line #</TH><TH ALIGN=CENTER>Error</TH></TR><TR><TD WIDTH=7% VALIGN=TOP><P ALIGN=CENTER>160</TD><TD>[jsp src:line #:111]<br> constructHTMLLink(oracle.portal.provider.v2.render.PortletRenderRequest,int,java.lang.String,java.lang.String,oracle.portal.utils.v2.NameValuePair[],boolean,boolean) in oracle.portal.provider.v2.url.UrlUtils cannot be applied to (oracle.portal.provider.v2.render.PortletRenderRequest,int,java.lang.String,java.lang.String,oracle.portal.utils.NameValue[],boolean,boolean)
    out.print(UrlUtils.constructHTMLLink(pReq, UrlUtils.PAGE_LINK, "a page", "", linkParams, true, true));
    </TD></TR></TABLE>
    04/11/10 11:51:21 papp2: [instance=80035_RAEPORTAL2_49519323, id=82830951115,4] ERROR: ResourceRenderer.renderBody - Resource "/RAE.jsp" returned HTTP Status: 500. Error message: OracleJSP:
    oracle.jsp.provider.JspCompileException: <H3>Errors compiling:/u01/app/oracle/ias904das01/j2ee/OC4J_Portal/application-deployments/papp2/papp2/persistence/_pages//_RAE.java</H3><TABLE BORDER=1 WIDTH=100%><TR><TH ALIGN=CENTER>Line #</TH><TH ALIGN=CENTER>Error</TH></TR><TR><TD WIDTH=7% VALIGN=TOP><P ALIGN=CENTER>160</TD><TD>[jsp src:line #:111]<br> constructHTMLLink(oracle.portal.provider.v2.render.PortletRenderRequest,int,java.lang.String,java.lang.String,oracle.portal.utils.v2.NameValuePair[],boolean,boolean) in oracle.portal.provider.v2.url.UrlUtils cannot be applied to (oracle.portal.provider.v2.render.PortletRenderRequest,int,java.lang.String,java.lang.String,oracle.portal.utils.NameValue[],boolean,boolean)
    out.print(UrlUtils.constructHTMLLink(pReq, UrlUtils.PAGE_LINK, "a page", "", linkParams, true, true));
    </TD></TR></TABLE>. Content returned follows....
    04/11/10 11:51:21 papp2: [instance=80035_RAEPORTAL2_49519323, id=82830951115,4] ERROR:
    Is it a jpdk , library issue ?
    Can anyone help

    Hi,
    This is a JPDK library issue. The class NameValuePair was deprecated and in the release of JPDK904, the class was entirely dropped. It has been replaced with NameValue class. Looks like the stand alone OC4J instance is equipped with JPDK 902, and your Portal definitely has JPDK 904. So you will have to change all reference of NameValuePair to NameValue.
    HTH,
    Harsha

  • CS6 Running out of memory Error while rendering

    Hey everyone,
    I recently upgraded to After Effects CS6 thinking it would be a great investment. So far, I have been horribly wrong!
    Here's my computer's specs: (this is a huge upgrade from the computer I was running 5.5 on without any problems other than it being slow)
    Intel i7-3615QM 2.3GHz Ivy Bridge processor
    8GB GDDR5 RAM
    NVIDIA GeForcs 650M w/ 2GB GDDR5 dedicated RAM
    Here's what's happening:
    I've been doing recording for my job at 1080p in front of a green screen. I record 16 minute sections. I use Keylight to replace the background with a still picture, and then export the video at half resolution, with audio as H.264 (.mp4) files. Normally I would set up the 16 minute sections to render in queue, but it kept having the "out of memory" error shortly after starting the one second in line. So then I started just doing one at a time... and now it won't even make it through one!
    I have noticed that even after rendering is done, AE is still using 6 gigs of RAM! Usually I can purge the ram, but now even doing that doesn't change anything - I have to close the program to get my RAM back. I have tried enlarging my page file, I've tried rendering in different resolutions and file types - I feel like I've tried everthing. I've looked all over the internet and I haven't found any real solutions (just talk from 2008 about "secret" menus that I can't get to work).
    Please help!!
    Thank you!!
    Dominic

    I wouldn't mind getting more RAM except that the computer I used to do this very same work with (except with 5.5) only had 6GHz of RAM and a pathetic processor and GPU in comparison.
    I've tried doing the same editing in PrP but it just doesn't have enough tools . Changing my output format hasn't helped either unfortunately. I think the program has a memory leak.
    I really think I might just go back to 5.5. I called support today and it took forever just to get the poor girl helping me to understand my name has an "m" in it. She wasn't really able to understand the problem. As far as I can tell, CS6 has been a 100% downgrade.
    Thank you both for the help!
    Dominic

  • Out of memory error while rendering

    Trying to render a 1 minute comp and part way through it tanks out with a "7::66 Unable to allocate enough memory" error. I watch the RAM usage indicator at the bottom of the render screen and it just gradually climbs until it hits 100% and crashes.
    System is a 2013 Mac Pro running latest version of Yosemite and latest version of CC. I have 64GB of RAM installed so at this point I'm going to disregard AE's advice that I bump this up.
    Also using Element 2 in the comp so that may be a culprit.
    Anyhow, if anyone has any advice on how to troubleshoot this I would greatly appreciate it.

    When you say latest version of CC, do you mean version 12.2.1.5?
    What is in your comp besides the layer with Element on it?
    Have you used a minute-long comp with Element 2 in the past?
    What are the rest of your system specs?
    Have you tried the "secret" preferences setting to purge after a certain number of frames?
    Another suggestion would be to render an image sequence. Then, if it crashes, you can just pick up the render from where it left off.

Maybe you are looking for

  • How can I remove livesearch from the Mozilla Firefox browser window?

    Somehow I got the live-search malware embedded into the Firefox browser window. I have tried to remove it using SuperAntiSpyware, Spybot-S7D, and Malwarebyte. Plus ran AVG. Did all four of these several times. But I still have livesearch. How do I ge

  • Re-installing PSE 10 on Win 7 pro 64

    I'm having a issue involving re-installing PSE/PE10 onto my new Win 7 pro 64 home build. It started with- I had an issue right in the middle of installing software onto this new machine. I have multiple Hard Drives installed and during a recovery fro

  • ICloud Photo Library doesn't upload

    I have this issue since this morning (I live in Italy, so it's been happening the whole day): when I take a photo (or save it) with my iPhone 6 (iOS 8.3), the Photos app starts to upload it but within a few seconds it stops, and instead of showing "u

  • Why not create a command

    why not create a command that shows you how many miles the paket travel to distination . that way you can figure out your lentency right there base on the distance.. show distance x.x.x.x it will show you the distance from b/w the interface you are s

  • Can I get the Directory Server Console seperately?

    I am in the process of re-doing our J2EE applications security using J2EE declaritive security as suppored by iAS6sp3. Would like to have a copy of the Netscape Directory Server's "Console" program on my workstation(s). Is there a downloadable JAR/ZI