No charts or images displayed in DHTML Viewer on WebLogic 10.3

Greetings,
When I view crystal reports from CMC in the default DHTML viewer a red 'X' appears in place of charts and images. Charts in Active X and Java viewers appear normally. Running reports from Java SDK (PDF output) displays charts normally.
Our Environment:
BOE 3.1 SP2 (Fix Pack 5)
2 Clustered Servers running on Windows Server 2008
Web tier components on WebLogic 10.3 JAAS
Input/Output Repositories on Shared Storage
I have tried different things but nothing seems to resolve it. I tried searching for the dynamic image file created by the DHTML viewer but I couldn't find it. I looked in the Shared storage, both local servers, and the weblogic server... No trace.
It is essential that we have DHTML working as our users don't have admin permissions to install the JRE or Active X.
Thank you for your help.
Regards,
Hassan

Hi,
One obvious reason would be that you did not specify -trustcacerts, and the root CA is not included in the present server keystore. In that case, using the -trustcacerts option would solve the problem, if the root CA is indeed in the JDK cacerts.
To print out the certificates present in the JDK cacerts, use the following command:
keytool -list -keystore <JAVA_HOME>/jre/lib/security/cacerts -storepass changeit -v
Then check if the root CA that signed your server certificate is present, and has not expired (in which case,you would need to re-import a newer one into cacerts).
Another common reason for that error message is when you have used a proprietary CA to sign your server certificate. Then it would obviously not be in the JDK cacerts. The solution in that case is to import your proprietary root CA into the JDK cacerts, using the following command:
keytool -import -keystore <JAVA_HOME>/jre/lib/security/cacerts -file yourRootCA.pem -storepass changeit -alias youralias
A third reason for that error message is when your server was signed by an intermediate certificate. In that case, you would have received from your CA a chain of certificates. One way to solve this (not the only one, but this one works well): Prepend your intermediate CA file to your server cert file, and import the obtained concatenated file into the server keystore. Be careful, the intermediate CA must be BEFORE the server cert. Example:
copy rootca.cer certchain.p7b
type server.cer >> certchain.p7b
The file certchain.p7b will be the concatenation of the intermediate CA and the signed server cert. Then import the newly created file under the key alias as follows:
keytool -import -keystore serverks.jks -file certchain.p7b -alias yourkey -trustcacerts
If you only prepend the intermediate root CA, you must make sure the the final root CA is in cacerts. But you can also prepend your whole chain of trust inside the server keystore.
Regards,
Kal

Similar Messages

  • Excelsius flash object not displaying in DHTML viewer

    We are using Crystal 2008 and ASP.NET 2.0.
    When executing a Crystal report containing an Excelsius object and viewing it in the DHTML viewer, nothing comes up. This is going through a web page and ASP.NET.
    There is a blank spot where the flash file should go but nothing else. It works when running it in Crystal reports. Right-clicking on the space shows the Adobe flash properties but nothing else.
    Are there any special considerations we need to take into account when viewing an Excelsius object in the DHTML viewer on the web?

    I've just tried it and it works fine. I am using CR 2008, SP 1 and .NET 2008.
    SP 1 is here:
    https://smpdl.sap-ag.de/~sapidp/012002523100010503722008E/cr2008_sp1.exe
    Ludek

  • Missing charts and images in DHTML viewer

    We are using Crystal 2008 and rendering the report using the browser based DHTML viewer. The report in question contains multiple subreports as well as charts and images. When first viewing the report, none of the charts or images are visible unless we reduce the zoom level to 75% and then they get displayed. If the zoom level is set to standard (100%) the charts and images do not display unless you drill into the subreports.
    We tried applying all the service packs up to SP2 to no avail. Is this a bug in the viewer and if so what can be done about it? We have found multiple issues with displaying images and charts in the DHTML viewer.

    What if its not a zoom issue but rather a postback issue?  The report initially comes up blank, when you change the zoom factor, CR is actuially doing a postback.   If you change the zoom factor back to 100, is it still there?
    Put a button on the page that does nothing and then click on the button without doing anything in the viewer (This will cause a postback).  Does the report come up?
    If so, then it is probably a postback issue.
    Ludek

  • Background image is not displaying in all views

    I'm developing a site where in one particular page a background image displays in Live View, but not in IExplore. This image is used in other pages with no problem. In Browser Lab the page displays correctly in IE8, FF and Safari. Should I be concerned? The whole site isn't working in IE6 & 7 but that I'll have to address that later. Here's the css:
    #mainImage{
        background: url(images/main_bkgrnd_blk.jpg);
        background-position: center top;
        background-repeat: repeat-y;
        width: 875px;
        height:788px;
        margin: 0 auto;
        position: relative;

    jalynoble wrote:
    I'm developing a site where in one particular page a background image displays in Live View, but not in IExplore. This image is used in other pages with no problem. In Browser Lab the page displays correctly in IE8, FF and Safari. Should I be concerned? The whole site isn't working in IE6 & 7 but that I'll have to address that later. Here's the css:
    #mainImage{
        background: url(images/main_bkgrnd_blk.jpg);
        background-position: center top;
        background-repeat: repeat-y;
        width: 875px;
        height:788px;
        margin: 0 auto;
        position: relative;
    When you say it does not display in IExplore where are you checking that, on your computer and which version of IE?
    If you have checked the page in Browser Lab and it displays ok then I would not worry, but it slightly concerns me that it's not showing in your local version of IE?
    For what's its worth I would'nt bother with IE6 (it's practically dead) but you must address the issues in  IE7.

  • Chart component limits the number of views to 20 + Base

    We have 20+ vies defined in our OEID application but the Chart portlet only displays 20 + Base view. Is there a reason for this limitation or am I missing something?
    I can implement a hierarchical datasource model or rename my views to bubble up the new view but it would be nice to understand the reason(s) for this handicap.
    Best,
    Kaush

    Hi Kaushik - I'd like to understand why you need 20+ views in your application. Views were designed to capture a concept in the data (Customers, Employees, Transactions, etc.) and you could then group and select the metrics you need in the particular visualization's configuration. Are you using Views more like a query library for your components?
    Jason

  • Using IMAQ Image Display control vs IMAQ WindDraw for large image files

    Hello All;
    I am designing an application that is currently using IMAQ Image Display control to view large images (5K x 3K and larger).  My problem is that these images take 10-20 seconds to load and display, whereas if I use IMAQ WindDraw to display my image in a separate window, it only takes a couple of seconds.  My application is designed such that I am making use of the Subpanels in LabVIEW 8.0, and to make it pleasant for the user, the interface is such that my line profile, histograph and image viewer displays are contained within the same GUI (panel).
    I read the National Instruments application note regarding displaying of large images, and it did not seem to make a difference.  For example, I switched the 'modern' IMAQ Image Display control with the classic Image Display control, since the 'classic' does not contain any of the 3D rendering tools which might slow the process down.
    Why is there such a huge difference in loading times if I am trying to do exactly the same thing with both methods?  How can I bring the IMAQ Image Display control up to the same speed as the IMAQ WindDraw tool?
    I am currently using LabVIEW 8.0 with the latest IMAQ/NI Vision package from NI (IMAQ v7.1?).  Thanks.
    DJH

    Use a property node and select 16 bit image mapping. You can create a control for this or whatever you need. If you select the individual elements, you can get enumerated controls.
    Bruce
    Bruce Ammons
    Ammons Engineering

  • BOXI R2 on Linux - DHTML viewer - Tomcat  5.0 - Charts don't appear (just a red X)

    Post Author: the_mack
    CA Forum: Deployment
    Hi all.
    Like the title says I am running BOXI R2 on Redhat 4.0 Enterprise server with clients on Windows.  Typical installation with Tomcat and MySql from the setup files.  Reports are based off of Oracle 10g and work fine.  If I use the ActiveX viewer charts and everything work fine but when using the DHTML viewer charts only appear as a red X.  There are reports with static images in them and these display properly with the DHTML viewer.  Checking the properties of a Chart or image shows the same file being used - crystalimagehandler.jsp.  Doesn't make sense how it can load a static image but not a chart.  Another thing I have noticed is that if I export the report from the DHTML viewer where the red X's are the exported file has the Charts in there properly.  Looks like the chart is there it just won't render properly in the DHTML viewer.  I've given the crystalimagehandler.jsp file full rights to anyone (777) and the same with the folder it resides in (crystalreportviewers115) with no luck.
    Does anyone know why this is happening and how to fix it?
    Thanks in advance,The_mack

    Its not easy to follow your code without the [ code] +[ /code] tags and your link may as well not be there, the code one. I would resolve this by reducing the overhead ie: stripping down the code as much as I could and then adding them back one by one. DIVIDE and CONQUER!!!
    1. Take out the audio data (I suspect this may be the key problem)
    2. Take out the Thread 'main' and have an actionListener attached to your answer field to handle the changes
    3. Take out java.net and your URLs
    4. use a MediaTracker and WaitForAll()
    5. Strip it down further - AS MUCH AS YOU CAN (you can easily reassemble it quickly again) and then look at the program flow
    6. Add more boolean logic to give you control over all your elements ie
    if(myAnswer==answer) smiley=true;
    else smiley = false;
    // or whatever, as I said I could only scan through your code as it is difficult to read in its present format.
    Finally: this is good work I like the smileys and the instant %'s, the general layout, good /intelligent use of random() to generate different Q's each time. It's a good application, just remember that applets can be unreliable and I think your basic problem is that you have too much data here.
    Strip it right down, focus on your logical flow and then put back the elements one-by-one

  • DW8:  image won't display in Design View

    Folks:
    DW8 on MacOS 10.4.8 (fully updated) on Intel iMac.
    What would keep an image from displaying in DW Design View?
    What are the causes of the grey box with the superimposed "X"? Is
    there any diagnostic output that might help? Is the grey box and
    "X" substituted by DW8 for an invalid or un-drawable graphic, or is
    this done by the OS?
    The problem:
    I've got a 1912 x 1481 graphic, a geographic map, in AI that
    I'm trying to use as an ordinary web image, but DW won't display it
    in Design View. Instead all I see is a big grey box and "X". For
    test purposes, I'm starting from a new "Basic" HTML web page and
    all I'm doing is inserting this one image. I need to get this
    working so I can draw hotspots on this graphic to make it
    "clickable" .
    Here's what I've tried:
    o Triple-checking that the inserted image reference is
    correct. Yes, the image file is correctly linked. With the image
    selected, the inspector shows a tiny but recognizable miniature of
    the expected image. Further, when the page and the image are
    uploaded to the web server and I look at it via a browser, the
    expected image is _always correctly displayed.
    o Exporting the graphic "for the web" from AI as both a GIF
    and a medium-quality JPG. Neither of these are displayed in Design
    View; both are served up correctly after being uploaded
    o I found a larger JPG on a different site I'm managing. This
    always displays as expected in both DW Design View and when served
    up. I substituted the failing map JPG image. The result: A grey
    box.
    o Checking the map images: The JPG and GIF versions seem to
    be visible in all environments (image readers, browsers, etc.) I've
    checked _except_ DW8 Design View.
    o Checked on another system. I made the failing image
    available to a very helpful ACE, who performed a similar
    experiment. It worked fine for him. I used his exact HTML and
    directory structure -- and it failed for me. Grey box with "X".
    It seems to me that I've checked most of the obvious
    possibilities. Now it is time to check the less obvious ones.
    Suggestions are very welcome!
    Thanks,
    Henry

    Randy:
    Thanks for your response.
    This is a virtual memory system, so -- in theory-- it should
    accommodate anything that will fit on the hard drive, more or less,
    if I'm wiling to wait the hours (days?) it will take to swap on and
    off the disk. That assumes DW8 takes advantage of the capability.
    It may not.
    "Larger"? The JPG image I compared to is 1692 x 2160 pixels,
    but weighs slightly less, 289K bytes. I'm losing track of all my
    test images that fail, but a representative one is 1912 x 1481
    pixels and weighs 332Kb on the disk. "Roughly comparable" might be
    a better description. The point is still reasonable: DW8 does
    handle images of this size on my system.
    One issue that occurred to me recently is that I may have
    caused some grief by monkeying with the "Save for web" settings at
    the Illy export. Perhaps I asked for some configuration that's
    normal for Illy to export --or it would have warned me, I hope--
    but too strange for DW to grok. DW should complain more
    informatively than painting a gray box and "X" when that happens, I
    would think.
    Henry

  • CSS or HTML code to create resizable images to display in small view

    I am a book publisher and am publishing books to be read on Adobe Digital Editions. I'm looking for the CSS or HTML code to create resizable images that will display in "small view." Does anyone happen to know how to do this?

    hi,
    Our customers want to start reports by pushing a button instead of clicking on a link inside a dashboard.Create a dashboard page with all buttons referring to your dashboards....Is that fine???
    There u ll refer to your dashboard which has download,refresh all the options
    thanks,
    saichand.v

  • I have CS5 running on Windows but if I call an image into Photoshop it only displays on one view setting. Zoom in or out and I get a chequered grey background. Any suggestions how to rectify please?

    I have CS5 running on Windows but if I call an image into Photoshop it only displays on one view setting. Zoom in or out and I get a chequered grey background. Any suggestions how to rectify please?

    <moved from Downloading, Installing, Setting Up to Photoshop General Discussion>

  • How can i Display my images in cover flow view in Keynote?

    I am working on a project .I am on Mavericks . I need to make a presentation of my project ideas . My project involves showing some images in cover flow view . So, is there any way i can show my images in cover flow view in keynote or pages app or by using any other app .

    Keynote is an screen based presentation application
    Pages is a page layout application for print output
    Coverflow is a viewing option of the finder to look at the contents of a folder
    To create a slideshow of your images, open Keynote and drag and drop images from a folder into the Navigator pane then press the play button
    The Navigator panel is the side panel on the left

  • Flickering problem with live viewing with IMAQ Image Display

    Hi everyone,
    I am trying to write a program to do live imaging with Andor camera. I am using some examples from Andor. The images are acquired in sequence and send into IMAQ Image Display and also Intensity Graph. There is minimal flickering issue in the Intensity Graph but there is very bad flickering problem in IMAQ Image Display. Perhaps I misunderstand how to optimize the vision tools. Does anyone know how to overcome this issue? I have attached the code that I am testing. Thanks in advance.
    Best regards,
    Han Yen
    Solved!
    Go to Solution.
    Attachments:
    iXonRTA_live_0.0.1.vi ‏70 KB

    You can use Vision Assistant to test our vision functions. Vision Assistant is really meant to prototype - it does not have all teh functionality of Vision Development Module and is not as flexible as we don't allow you access to all the settings for every function.
    I recommend starting in Vision Assistant and then porting over to LabVIEW or C (whatever you are most comfortable with)...this is built-in functionality. There is nothing wrong with using Vision Assistant to do live imaging, just that you run into limitations and you will only be able to use this code on computers that have Vision Assistant.
    Hope this helps.
    --Michelle
    Instrument Control R&D
    National Instruments
    Instrument Control
    Machine Vision

  • Error while running fiori application in launchpad which is having image in its empty view

    Hi Experts,
                   I have created a fiori application using odata services and uploaded it into launchpad.I want to display image in its empty view. It is getting displayed when i run the application on eclipse but i am getting the error for the same when i run it on launchpad.
    Below is the error:
    "NetworkError: 404 NOT FOUND - http://ws-sapsvr01:8010/sap/bc/ui5_ui5/ui2/ushell/shells/abap/img/TeamSAP.jpg"
    Can any body help me solve this issue why i am getting this??
    Thanks & Regards.
    Rahul.

    Hi Masa,
    In my case, i've the file 'preco_ok.jpg' located inside my extended project (Z_MM_MyProject -> WebContent -> images)
    And I refer it as follow:
    <Image src="images/preco_ok.jpg" class="spaceIndicator"/>
    In the local enviroment it is ok, but on launchpad, the 404 error is shown:
    GET http://host:port/sap/bc/ui5_ui5/ui2/ushell/shells/abap/images/preco_ok.jpg 404 (NOT FOUND)
    Thank you for your support.

  • PS CS5 Image Display Differs From Used ICC Profile In Win 7

    Hi,
    on my Windows 7 Ultimate x64 machine, I just calibrated my Dell SP2309W monitor using an i1DisplayPro and basICColor 5, creating a ICC v2 profile (I am aware of the problems under Windows with ICC v4 profiles).
    It created the ICC profile and applied it to be used by Windows. I double checked under COLOR MANAGEMENT that the new ICC profile is being used. Although I can see that the new ICC is being used (desktop appearance changes), there are a few issues I am experiencing:
    (1.) Windows Photo Viewer
    The thumbnails in Windpows Explorer look fine (they DO use the new ICC profile), when I double click a jpeg and open the image it DOES NOT use the new ICC profile. When I click the PLAY SLIDESHOW button (starting the slideshow) in the opened image in Windows Photo Viewer, the images DO use the new ICC profile.
    (2.) Internet Browsers
    All current internet browser (Firefox, IE, Safari and Chrome) DO use the new ICC profile and display the image correctly.
    (3.) Photoshop CS 5
    When I open the same image - that Windows Photo Viewer does not correctly displays (according to the new ICC profile) - in Photoshop CS5, I get the same image display that Windows Photo Viewer gives me (when not thumbnail or not in slideshow mode) - it appears to be the sRGB display.
    My color settings in PS CS5 are: North America General Purpose 2 > sRGB IEC 61966-2.1.
    When I go to View > Proof Setup > Monitor RGB I get the image display using the new ICC profile.
    Why does the image look different in PS than my calibrated monitor should output ?
    I was under the impression (please correct me if I am wrong), that the sole purpose for calibrating my monitor was to get a uniform display across (ICC aware) applications. Even when one applies different color spaces to a document in PS, I thought the output on my calibrated screen done by the graphic card should always be according to my calibration and the settings in the ICC profile being used.
    What Am I doing wrong or what am I misunderstanding ?
    Any help or input is appreciated !
    Thanks.
    - M

    Hello,
    A note on monitor calibration: calibrating your monitor will not guarentee that every application will display color correctly, it's more of a step along the pipeline, and for the preview part of a color workflow it's the last step.  Here's how color translation follows for an ICC workflow when previewing to a monitor:
    Image Color Numbers > Document Tag or Workspace Profile > Monitor Profile
    For non-color managed applications, if the original document is or isn't tagged with a color profile it will be translated directly to the monitor profile anyway.  This is the equivalent in Photoshop of selecting "Monitor" in soft proofing.  Selecting monitor in softproofing will bypass the tagged or workspace profile to translate colors directly through the monitor profile.
    For most automatic color managed applications (like Firefox), the image will be translated through the tagged profile and then sent through the monitor profile.  If the image is untagged or the profile is unrecognized, the colors get sent directly to the monitor profile.
    For Photoshop, a tagged document will have its profile respected and then sent to the monitor.  An untagged document will be assigned the workspace profile, which acts like a temporary document profile, and then gets sent to the monitor.  This is often why users will notice Photoshop behaves differently from other applications.  It's usually a case of the workspace coming into play.  By default the workspace profile is set to sRGB.  You can change this in Edit > Color Settings.
    The purpose of the workspace is originally for printing workflows, as a way of keeping consistant color translations when dealing with both tagged and untagged documents.  For web output workflows it can be useful for viewing everything through sRGB, which is typical of the average monitor output (not so with newer wide-gamut monitors, another source of confusion...) combined with the fact that originally most web browsers were not color managed.  Hence viewing everything through sRGB is pretty close to what most monitors see and what untagged/unmanaged docs will look like.
    Monitor calibration is useful only because it brings your monitor output to a "known state".  In traditional workflows the monitor was always a middle-man, a preview device which was useful for getting an idea of what the printed output would look like before you print it.  Since print colorspaces are often smaller than display spaces, it's feasible and useful to narrow down the monitor/display space and calibrate it to a known state, so that even if it doesn't totally match the print, you'll get used to its differences/limitations and they'll be consistent so long as the calibration is maintained.
    For web output, your final output is often another user's computer monitor, which can have any form of behavior (most standard monitors are pretty close to sRGB, or use sRGB as an operating system workspace (default monitor profile).  Wide gamuts behave differently, but I'm not sure if there's a particular ICC space that they closely match, or if different wide-gamuts are even that close to each other in their display color spaces.
    Hope this helps!

  • URL reporting - suppress grouptree display in Activex viewer

    Hi,
    We are running BOXI R3, using URL reporting to launch reports after a user has logged into Business objects in our app using the Java SDK to select reports, set parameters, etc.
    We have been using the Dhtml viewer as the default, but want to move to using the ActiveX viewer as the default instead.
    How can the default behaviour of the Activex grouptree display be changed, in order to not show the grouptree when a report is opened?
    We were able to modify the Dhtml viewer behavior to suppress the groupTree, but it is not clear how to do this with the Activex viewer, either by URL parameters or the htmlviewerbridge web.xml settings, or .jsp code.

    Post Author: gouldjw
    CA Forum: Publishing
    Still haven't figured this one out, so any help would be greatly appreciated.  Is it not possible to use the ActiveX viewer without CR Server or BOE?  It appears to be a feature of Crystal Reports Developer Ed., but I can't figure out how to actually view a report using the viewer.  All I can do is display in DHTML, but for 10+ MB reports, this doesn't work well because the report reloads at every click.
    Also, what is up with the repository requiring BOE?  Can I no longer share pre-built command objects without the server software?

Maybe you are looking for

  • Cannot read from database correctly

    Hi all, I'm new to Berkeley DB. I'm trying to write a simple program to create a very simple database and then read the data from it. I built the Berkeley DB binary correctly and I don't have any syntax or linking errors. This is the code that I wrot

  • Broken Web Part Issue

    Hi.. We Restored Content Database backup from SharePoint 2010 to SharePoint 2013 environment and its restored correctly, but when we browsed the site, we are getting  Could not load file or assembly  or one of its dependencies. The system cannot find

  • Web Service in CRM 5.0

    Hi All,              I have created Web service definition in CRM5.0.I have to access it from outside my company. I have created client proxy(by using the WSDL file of the web service) and logical port.when we test the webservice using the WSADMIN it

  • How to create links between SO and PO's

    Basicly the subject tells the question, how can you create links between Sales orders and Purchase orders? Sounds simple but how to do it?

  • Windows Server backup script won't do differential/incremental

    What follows is a script that doesn't seem to do backups on an incremental basis so it is creating full backups each time. ++++++++++ param(   [string]$volLetter,   [string]$scriptStorageLocation function prepare-disk($checkDiskCriteria,$diskOrVolume