Problem with rendering GeoRaster in MapViewer...

Hi,
I am using the MapBuilder (10.1.3.1), and I import a georaster for an Oracle Spatial 10g Database. I created a GeoRaster Theme and a Base Map including GeoRaster Theme created. In preview mode of Map Builder, the GeoRaster is displayed correctly. In MapViewer (Ver 10131_B061023) this GeoRaster does not appear... A cyan rectangle appears, apparently with the size of GeoRaster...
I have copied the Java Advanced Imaging (JAI) library files (jai_core.jar and jai_codec.jar) to the OracleAS MapViewer library path (\mapviewer\web\WEB-INF\lib), and restart mapviewer...
Does anyone have any idea of what may be happening wrong?
Thanks

There may be a problem with the map request sent to MapViewer. Please post the map request and the log information (you can get from the log file - set the log level to "finest").

Similar Messages

  • Problems with rendering quality in Premiere Elements 9

    Hello, I've made a few videos with PE 9 now, and I get very poor quality rendering despite trying several different settings. I saw on a help thread earlier that I needed to try changing to HD when creating the new file from the beginning. I did that, but it only made my PE 9 run more slowly, and the rendering quality was not improved. I also read somewhere that using .MOV files as a source can cause problems with rendering; is that true? I hope not! I use a Lumix bridge camera for my videos, and the video quality is very good. And when I'm working with these videos within PE 9 the quality is great. It's only when exporting to various file types that the quality suddenly becomes poor. For the most part I have made compilation videos of gymnasts, and when their legs move they are often so lined or pixelated that they become invisible. Here is an example of a short gym video I made yesterday: http://www.youtube.com/watch?v=-0s7tUBcSZk. The last girl jumping gives the best example of this invisible leg problem.
    You can see the original source films here: http://www.youtube.com/watch?v=zmUMi9oN8dQ
    http://www.youtube.com/watch?v=OEzcJZjhxiI
    and http://www.youtube.com/watch?v=I53twqPQMV4
    The sequences I took in my compilation video start at about 20 seconds in the source videos.
    Youtube does reduce the quality of the videos slightly, but in any case you can definitely see a difference in quality between the source videos and the PE 9 rendered compilation video.
    I'm quite disappointed because I made a longer compilation video set to music (which was a lot of work), and it looks so much nicer on PE 9 than on any of the rendered formats, but of course I can't share the PE 9 version!
    Thanks very much for your help.
    Chleste

    Thanks Steve. I'm not sure what resolution I'm shooting in, actually. However, the thing is that when I make these compilations, I like to go back to source videos I've made in the past sometimes. Sometimes these videos come from a Canon camera, and sometimes they even come from my Samsung mobile telephone. I like being able to creatively combine historic moments, and these moments might have been recorded without any intention at the time of making a compilation video. Is it not possible to combine several kinds of video sources?
    I'm uploading an example of a compilation with mixed source videos from various kinds of cameras. It's 710 Megs so it will take a while, but when it's finished you will be able to see it at http://youtu.be/CslpULRe4LU.
    I opened up the file for the compilation of the four girls on the beam (video posted in original message), and I do indeed see those red lines in the timeline. Is there anything I can do now about that, or do I have to start the project all over?
    I'm confused about the processor requirements. Even if I can see my video perfectly in PE 9, the actual export process will be affected if my system is not up to par? If so, that's a bit disappointing! I'm not sure what my processor details are, but I will find out and let you know.
    Many thanks.

  • Problem with rendered attribute in jhs 10.1.3.3

    We are currently trying to migrate our applications from jhs 10.1.3.2.52 to jhs 10.1.3.3.87 using jdeveloper 10.1.3.5. We are facing a problem with all the detail groups structured inside detail group regions - they have all disappear from the pages.
    In my example code i have two master-detail groups Products (Master) and ExpertiseAreas (Detail) on the same page:
    Products - Group
    -> ExpertiseAreasDtl - Detail Group Region
         -> ExpertiseAreas - Group (Samepage="true")
    The problem is that the detail group ExpertiseAreas is not rendered on the page.
    As i looked in through the pages generated by the 2 different releases of jhs using the same app definition, i can see the following:
    CODE GENERATED FOR THE ExpertiseAreasDtl Detail Group Region (all the vms used are the default):
    in jhs10.1.3.3.87:
    <af:panelGroup *rendered="#{(ProductsIterator.currentRow!=null and ProductsIterator.findMode!='true')}"* id="ProductsRegionsExpertiseAreasDtlPanelGroup">
    in *jhs 10.1.3.2. 52*:
    <af:panelGroup id="ProductsRegionsExpertiseAreasDtlPanelGroup">
    First of all a rendered attribute is being generated in the new version of jhs and not in the old.
    The real problem seems to be with the iterator binding generated from verticalRegionContainer.vm in the regular expression: "#{(ProductsIterator.currentRow!=null and ProductsIterator.findMode!='true')}". It should have been *bindings.*ProductsIterator and not plain ProductsIterator. Has anybody got any ideas on how to solve the problem?
    Thanks
    Giorgos
    Edited by: user647567 on 17 Δεκ 2009 2:16 πμ
    Edited by: user647567 on 17 Δεκ 2009 5:58 πμ

    Giorgos,
    We have uploaded a new service update, 10.1.3.3.88, on the cso.oracle.com site. This should fix your issue.
    Steven Davelaar,
    JHeadstart Team.

  • Problem with rendered tables in JHeadstart 10.1.3.3.87

    Hi,
    We have recently upgraded from Jhs 10.1.3.3.52 to 10.1.3.3.87 (using JDev 10.1.3.4.0.4270) and have run into a problem with a window using regions. We have horizontal region containers, vertical region containers, stacked region containers and detail group regions. The tables in these containers/regions are not rendering at all. When I compared the .jspx pages of both versions of Jhs I noticed the 10.1.3.3.52 version had the following code (which works) as
    <af:panelGroup rendered="#{(bindings.AwardView1Iterator.*currentRowIndexInRange!=-1* and bindings.AwardView1Iterator.findMode!='true')}" id="AwardView1DetailGroupsBelow" partialTriggers="AwardView1Table">
    and the 10.1.3.3.87 version had the following code as
    <af:panelGroup rendered="#{(bindings.AwardView1Iterator.*currentRow!=null* and bindings.AwardView1Iterator.findMode!='true')}" id="AwardView1DetailGroupsBelow" partialTriggers="AwardView1Table">
    the problem seems to be in the following line in the horizontalRegionContainer.vm and stackedRegionContainer.vm -
    #JHS_PROP("rendered" $subRegion.rendered)
    as in line 33 of the horizontalRegionContainer.vm - <af:panelGroup #REGION_PARTIAL_TRIGGERS($subRegion) *#JHS_PROP("rendered" $subRegion.rendered)* id="#REGION_ID()${subRegion.name}PanelGroup" and
    as in line 32 of the stackedRegionContainer.vm - <af:showDetailItem text="#REGION_TITLE($subRegion)" *#JHS_PROP("rendered" $subRegion.rendered)* #JHS_PROP("disabled" $subRegion.disabled) #REGION_PARTIAL_TRIGGERS($subRegion) id="#REGION_ID()${subRegion.name}Tab">
    has anyone run into a similar problem?
    thanks,
    Lana

    Thanks Steven!
    We appreciate the reply and this solution. Could you, or anyone, point us in the direction of helpful documentation with respect to Velocity Templates. We don't really have as good an understanding as we would like, and most of our customizations are our best guess.
    Thanks very much.
    MaryB
    U of Windsor

  • Problem with rendering my project

    Hello,
    today I tried to render my latest project in Premiere Pro CS6 to upload it to youtube. With an estimated file size of  ~2 Gigabytes I started the rendering process and waited for it to finish (about 50 minutes).
    After it had finished with rendering I checked the file and what I saw was a 35 Megabytes file with the worst video quality one can even imagine. What is wrong with my premiere pro -.-
    I've put many time and effort in my project and now it doesn't render properly. The interesting thing is that the preview in the full resolution inside my premiere pro application looks way better than the rendering result. WTF!?
    Later I tried the option "render workspace" which took just about the same time (about 50 minutes) and brought me 7 rendered video previews... summed up 40 Gigabytes.
    I am like kinda mad and sad at the same time and really can't figure out what is wrong. Please help me.
    Here are my Output settings:
    H.264 codec
    1920 * 1080
    29,97 FPS
    high profile and 5.1
    Bitrate: I tried everything from 8 to 100 (output always about ~40 Megabytes)
    maximum depth
    and maximum render quality
    Please mention it if you need more information about this as I will be happy to provide detailed information and excuse my bad english, it isn't my mother tongue.

    Yeah, but as you could may imagine i watched the render result
    I could just go ahead and render it in 240p same result... Its way off in points of quality even compared to the preview on the top right
    I mean I am not using premiere pro for the first time and this is the first time that i have to encounter this kind of problem. maybe I should try to render some of my old projects to see if they too result in 45 Mb ****** videos.
    Someone help me

  • Problem with rendering RGB with alpha

    I have AE 6.5. I suddenly began having .AVI's with alpha channel rendering with a flickering background with numerous flashing colors.
    I did system restore, reinstalled 6.5 with no help.
    No new programs, not hooked to internet, using 2 gigs RAM with AMD athalon FX 53,Nvidia GeForce FX 5500.
    I tried several different projects which have previously worked and they do the same thing.
    Rendering as Video for Windows with no compression. RGB + Alpha
    Rendering with just RGB doesn't have the flickering, etc.
    Preview set to "off" in comp window.
    Any help would be greatly appreciated.
    Thanks in advance.
    John Rich

    > I have AE 6.5. I suddenly began having .AVI's with alpha channel rendering with a flickering background with numerous flashing colors.
    But when you composite these lcips I'll bet the alpha content is not really there.
    We used to have this problem with the Media 100 hardware codec when rendering form After Effects. The alpha channel was full of the creepiest stuff, frame buffers motion blur and effects from other compsand it was really there. Playing the clip back in Media 100 or in QT showed the alpha channel's bizarre content.
    However, if you turned off RGB and viewed alpha only, the stuff was gone, absolutely transparent. If you dropped the clip into a timeline, the alpha behaved normally.
    We never did figure it out, just lived with it.
    bogiesan

  • Problem with WMS themes & Oracle MapViewer Version 11.1.1.2

    Hello, in my application I load the background raster from a external server using wms. With differents version of mapviewer 11 with a weblogic server (e.g: release 1, release 11.1.1.4) all it's allrigth, but when I change the mapviewer to release 11.1.1.2 I can't see the raster and I get the next error:
    21-sep-2011 11:33:10 oracle.sdovis.theme.WMSMapThemeDefinition setSrs
    INFO: Theme SRID set to 23030 for EPSG 82337
    21-sep-2011 11:33:10 oracle.sdovis.theme.WMSMapThemeProducer prepareData
    SEVERE: MAPVIEWER-01048: Cannot load WMS map image.
    21-sep-2011 11:33:10 oracle.sdovis.theme.DynGeomThemeProducer prepareData
    I can understand why..., I don't know what's is the problem because differents versions of mapviewer work without problem on the same weblogic server (Weblogic 11 patchset R2).
    Anyone know if mapviewer 11.1.1.2 has a problem with WMS?
    Thanks for your answer!!

    although with Oracle Fusion Middleware MapViewer Version 11g ps3 (11.1.1.4) and 11g ps4 (11.1.1.5.1) everything work ok in my WebLogic Server: 10.3.3.0, with Mapviewer Version 11.1.1.2 I get the next error:
    29-sep-2011 13:25:53 oracle.sdovis.theme.WMSMapThemeDefinition setSrs
    INFO: Theme SRID set to 23030 for EPSG 82337
    sun.awt.image.ImageFormatException: Not a JPEG file: starts with 0xff 0xd9
         at sun.awt.image.JPEGImageDecoder.readImage(Native Method)
         at sun.awt.image.JPEGImageDecoder.produceImage(JPEGImageDecoder.java:119)
         at sun.awt.image.InputStreamImageSource.doFetch(InputStreamImageSource.java:246)
         at sun.awt.image.ImageFetcher.fetchloop(ImageFetcher.java:172)
         at sun.awt.image.ImageFetcher.run(ImageFetcher.java:136)
    29-sep-2011 13:25:53 oracle.sdovis.theme.WMSMapThemeProducer prepareData
    SEVERE: MAPVIEWER-01048: Cannot load WMS map image.
    I've seen that the wms external service works ok and returns an url with the correct image, but something wrong happens inside of mapviewer that don't allow generate the image....

  • Having problems with rendering clipls

    I am new to Premier elements, and am having problems with my clips needing frequent rendering.  Clips that have been rendered go from green (line) to red when a transition is added or if it is trimmed and must be rendered again.  Also rendering seems to take a very long time, sometimes going fast, sometimes going a frame per second or slower.  One possible problem is that I am mixing clips from two different cameras, one a HD and the other a standard def camera. I don't know if this is a factor or not.

    If your clips are initially importing with a red line your project preset may be wrong - what preset are you using?
    After applying transitions or effects it is normal for those segments to go red line.
    It doesn't help to use two different types of video in one project. What is your final output intent - DVD or BluRay? If DVD then it would be better to convert your HD material to DV-AVI. See the Gspot link below - analyse both types of clip you are using and post the screen images here.
    Some basics:
    Install all Windows Updates.
    Install latest version of Apple QuickTime (v7.6.7 at time of writing). Even if you don't use QuickTime, PRE relies heavily on it.
    Install most recent graphics and sound drivers from the manufacturers web sites.
    Run Disk Cleanup.
    Run Defragmenter.
    Temporarily disable any anti-virus realtime scanning.
    Use the GSpot Codec Information Utility to analyse the file and post screen image.
    Post back here with the necessary information described here: Got a Problem? How to Get   Started
    Cheers,
    Neale
    Insanity is hereditary, you get it from your children

  • Problems with Rendering - Freezing at %50

    Hi there
    Windows 7
    8gb RAM
    Intel Core i7 930
    Nvideo Gefore GTX 480
    I've been having problems with my Premiere Pro CS4 renders. I've recently rendered Photoshop based graphics with LOTS of layers in an HD format without problem.
    But now working with 1080p AVCHD, I've been having issues. I've had 2results:
    1.) Doing a small chunk (about 450 frames), it has frozen at %50 3 times in a row.
    2.) Doing a bigger chunk, it completed the render but then didn't update the sequence window with the green line, playback wasn't working and then moments later the whole program froze.
    My exports work completely fine though, just not the renders.
    my only thought is, is that I specified I'd be working at 1080i30 (60i) because I'm 90% sure that's what the video was shot in, but maybe I was wrong.

    I lied, 30p is just as bad... I can only do 1 opacity fade or 1 video transition.. once I do 2, Premiere stutters and pauses on the transtion, then gets unstuck but the video goes into hyper speed for a second.
    I tried updating video card and changing audio, no success.
    I have a feeling it's CS4, Adobe rushed CS4 with AVCHD support to get quick sales... the really AVCHD support is in CS5... I mean... Adobe forgot to put in the LPCM audio codec which is AVCHDs main audio codec and is an audio codec that has been around since the 80s...
    Frustrating, any other suggestions? I think I'm going to have to reformat, and do a driver by driver/codec by codec installation... maybe I installed a codec I shound't have or something.
    *edit*
    Also, I'm 90% sure that when trying to render effects, it's the video transitions that Adobe Premiere is getting stuck on during the render... It doesn't make any sense, I can playback the transitions but I can't render them? I can play through one transition completely fine if there is only 1 transition in the entire project, but if I have 2 then all the transitions become choppy?
    Like I'm only doing BASIC cut, paste, copy, transition video editing here...

  • Possible update problem with renderer

    I'm using a renderer to update a table where I present mails polled from a mailserver. If there's only one new mail to get from the server there's no problem, but if I get more than one mail when I do the check the table looses information on the mails following the first in line. Ergo: the first mail is presented as intended but the following looses info in the table.

    I too am having the same problem...my computer runs Windows Vista Business x86 as do the other computers here (that are all also having this problem).  I am really getting tired of Adobe products failing this way.  I purchased 3 copies of Acrobat Standard 9.0 for newer computers at my company and spent a month trying to get them JUST TO INSTALL.  Now this?  Ridiculous.  I am going to try the manual download patch, but I am not holding my breath.  Get with the program, Adobe!

  • Problem with Rendered property using SPEL

    I have a page with three different graphs. This page is associated with a AM which has a PVO object. The PVO has three transient boolean variables and I set all except one to false by calling initProperties in the processRequest method.
    I have tied this three different boolean variables to 'Rendered' property of three items of type graph in the page.
    I am using the ${oa.<instancePVO1>.<Attribute>} syntax in the Rendered property.
    Despite this, I see all three graphs rendered when I launch the page. But I can see that only one of three attributes for the PVO is TRUE.
    Can anyone think of some aspect that I missed?
    Your help will be appreciated.
    Thank you,
    Arun

    Hi Harinath and Gowtam,
    Thank you for the reply.
    I am setting the attributes in PVO properly to false. I actually use the variables to three different queries on which the graphs are based on and they fire the right ones. Only the problem is with the rendered property using the SPEL.
    Also, I made sure that there is only one row in the PVO and it is initialized properly with the Primary key and I am using the PVO.first() to retrieve it.
    It would helpful if you could throw some light on how to debug the SPEL...I tried System.out.println-ing the SPEL expression ${oa.PVOinstance.attribute} but I get errors...
    Thank you,
    Arun

  • Problems with rendering for playback

    Hi all,
    I am using Final Cut Pro 7 to work with clips from two different cameras, 5D MkII and Canon G11. Both of them are using H.264 codec. After some research I realized converting them to Apple Prores 422 is better for editing, so I change them to 422 using Compressor, and with the same settings (frame size is 100% of original and both of them playing at 30fps).
    Unfortunately, when I put the clips into timeline of FCP, with sequence settings set to 1920X1080, the clips from G11 (640X480) have the orange rendering bar and requires rendering. This is very annoying because playback is laggy, and FCP takes ages to render and it eats a lot of HDD space. More annoyingly when I try to use clips from "Apple Training Series: FCP7", even the clips have different resolution and different codec, only the green rendering bar appears but not the orange one.
    Anyone can help suggest solutions to the rendering problem?
    Many Thanks,
    Anders

    Yes, that is exactly what I needed. Thanks!
    Just to clarify for anyone else who stumbles across this -
    the extra .swf files (which contain the skin for the player) need
    to be in the same directory as the .html doc which is displaying
    the video .swf. Hope that helps someone else!

  • Problem with rendering h:command_link

    <h:command_link action="sayHello">Say Hello</h:command_link> is rendered into
    Say Hello<a href="# onmousedown="......"></a><input type="hidden" name="helloForm:_id4" />
    So, the link title is out of tag. Is this just a bug or I miss something? Using <f:verbatim> around the title fixes the problem, but requires only a plain text inside.

    I think you're supposed to do the following (haven't
    double checked, but I think it's right)
    <h:command_link action="sayHello">
    <h:graphic_image url="MySubmitButton.gif" />
    </h:command_link>
    Yes, that's correct. The <h:graphic_image> action element creates a JSF UIGraphic component with an Image renderer as a child of the UICommand component, and it's used to generate the "link text" (i.e., the content of the HTML <a> element).
    As I said earlier, any JSF component action element can be nested in the <h:command_link> element like this to generate the "link text". You cannot, however, use plain text or non-JSF action elements to generate the "link text". If you do, the "link text" ends up outside of the HTML <a> element.

  • After Effects - Problems with rendering - please help :(

    Hello everybody,
    i am sorry about my bad english, but i hope    you can help me somehow. I pruchased the Productions Pro Premium from Adobe some time ago.
    I created some Layers in Photoshop CS4 and  animated them    in After Effects CS4. After that, i rendered a raw file out and imported it    back into After Effects CS4 to save render and preview time. Then the    problems started... my After Effects became laggy and didnt respond for    3-4Seconds. After starting rendering, my PC waited for 10-20 minutes until he    started to render... and longer and later i unchecked the box Write XMP data    in the render settings and the problem has gone. Do you know what i did    wong or why that happens? It has something to do with my losless rendered    .Avis and XMP Metadata... the strange thing is, that this doesnt happens always and with every clips, but maybe there is an anwser for me...
    I got a W7 Os and my PC is very strong with    an i7 cpu and 6gbs of ram..
    I hope you can help me..
    Best    Regards
    ayre_pete

    I've finally gotten around to answering you mail, so let's stick with that.
    Mylenium

  • Help. Problems with rendering when using effects

    OS 10.68
    Final Cut Pro 7 Studio latest build
    Macbook Pro 2.66 Ghz i7, 4gig RAM
    This problem has been plagueing me for 3 weeks and happened suddenly.
    Whenever I apply any effects to a clip in the timeline it renders with irregular framerate speeding it up and at end of the clip its black with soundtrack still playing. It seems to be out of sync with audio with the video only speeding up. It happens E=even when I render a standalone Quicktime mov.
    What are my options to resolve this issue?
    Could this problem be in OS or software? If it is the OS I have no way to reinstall Snow Leopard because I lost my disc.
    Would you advise I upgrade to Mountain Lion?
    My problem is isolated to rendering only after applying effects. Otherweise the sofware runs smoothly.

    How much room is on your capture drive... assuming that it is the same drive you are sending your renders to.  The first few things I'd try...
    1) Trash the Preferences (look around for FCPRescue)
    Then, if that didn't work...
    2) Trash the RENDERS... I believe it is under tools, render manager.  It will force you to re-render the entire sequence, but maybe something in there is corrupted.
    This also assumes you've got some quality footage.  I mean, what is the format of the video you are working with?  Hope its not some 'schtuff' you grabbed off the internet.  Is it a quality and usable codec?
    Try those first two things if the last is a given.
    Good luck,
    CaptM

Maybe you are looking for

  • Having problems downloading Photoshop - Lightroom downloaded just fine.

    I purchased the Creative plan, which says it includes Photoshop CC and Lightroom 5. From the creative cloud desktop platform, I successfully downloaded Lightroom, but when I go to download Photoshop, it just sits at 0%. When I go to Adobe's website,

  • How to remove the border from an AWT Component (specifically a ScrollPane)

    I've been trying to remove the border from an AWT ScrollPane, but having no luck. I've tried setting the bounds on the ScrollPane to get rid of the border: ScrollPane scrollPane = new ScrollPane(); scrollPane.setBounds(-2, -2, getSize().width+4, getS

  • 0ORGUNIT variable doesn't return a hierarchy node

    Hi Gurus, I'd like to use 0ORGUNIT variable based on 0ORGUNIT characteristic to let my managers see only those employees there're responsible for. I am using 0ORGEH hierarchy. The variable seems to work fine, but it returns only a single value for 0O

  • R3 systen connection error and Single sign on probelm in QA BW system

    Dear all Last two week back we have migrated the QA BW system to HA environment by using the system copy method (backup/restore method), after that we are facing two issues. 1.     In RSA1 go to Source system select the R3 system, then right click an

  • Can't connect to my Synology NAS server

    Hi I just bought a Synology D212j. I am having hard time to connect to it trough afp or smb. My issue is that when I go to connect to server (Command K) and browse the network, I can see the NAS. When I go to "connect as" it times out and says "conne