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

Similar Messages

  • Iviews not working in SAP Portal in DHTML viewer

    Hi
    We are using BOXI 3.0 with SAP Integration Kit with SAP R/3 and SAP Portal.We are implementing Single Sign On from SAP Portal to BOXI 3.0 and have created few iviews in SAP Portal pointing to the reports in BOXI 3.0.
    The Single Sign On works fine when the viewer in the Iview is selected as Java or Activex Viewer but goes in the logon loop when the viewer is selected as html_frame(i.e dhtml viewer).Have followed the installation and user guides very closely as well.Any help will be greatly appreciated.
    Thanks and Regards
    Kamal

    Hi Ji
    Thanks for your reply.Yes we are using the master iview templates provided in the XI R3 media.
    There are few things noticed in this case which I would like to point out:
    1)Our environment is a distributed environment where Server 1 is the BO Server and Server 2 is the Web Server.
    2)When we are trying to the run the sample iviews(Alert and Thumbnail) we are getting the error as below:
    "Error: Server not found or server maybe down (FWM 01003) null"
    Point to note here is that this error is reproduced when the CMS System is selected/entered wrongly but how come the message is showing Server02 which is the webserver instead of Server01.
    3)When we trying to run Iview template it is redirected to login loop where the SAP Authentication is not seen.
    Regards
    Kamal

  • How to enable DHTML viewer in Java Infoview Portal

    Hi,
    I am using BOXi 3.1.  I have created a crystal report with cross tab, having the drilldown hyperlink enabled.  But when I export the report to Infoview I am not getting the drill down option.  When I searched the manual its mentioned that drill down will work only in DHTML viewer.  How to enable the same in Infoview to enable the drill down.
    Thanks and Regards,
    Subbu S

    Not sure if this is what you are after but all Crystal Report viewing options (Active X, HTML, Java) are set under preferences -> Crystal Reports in InfoView.

  • 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

  • Blank first page on DHTML viewer in Crystal 2008

    I have seen some threads regarding this issue but no real resolution.
    We are using Crystal 2008 running in a Windows 2003 web server and IIS 6. With the base version of Crystal 2008 installed, everything worked fine when rendering reports in the DHTML viewer. As soon as we upgraded to Crystal 2008 SP2, all reports now show a blank first page.
    If you page back and forth or do an export, the data on the first page are displayed.
    Does anyone have any ideas what caused this and how to fix it other than uninstalling the service packs?

    Let's back up a bit. How did you actually deploy the Crystal Reports 2008 .NET Runtime to your web server? Based on your last message it sounds like you use the original CD media? If so this is incorrect.
    You mentioned you copied the crv.js from a cab file from the install media. This might account for your problems because you are using an old of out date .js file with newer engine components.
    The way I always suggest to deploy to a web server is to use our server redist files. Below are a few of the files you could use. I've listed FP3.3, SP 3 and SP 2. I don't know what patch level you want to be at so the decision is up to you.
    Service Pack 3, Fix Pack 3.3 Server Redist
    https://smpdl.sap-ag.de/~sapidp/012002523100016807202010E/cr2008fp33_redist.zip
    Service Pack 3 Server Redist
    https://smpdl.sap-ag.de/~sapidp/012002523100007123592010E/cr2008sp3_redist.zip
    Service Pack 2 Server Redist
    https://smpdl.sap-ag.de/~sapidp/012002523100009159002009E/cr2008sp2_redistinstall.zip

  • DHTML Viewer Extension Points

    Hi all,
    I have two tasks to achieve with the DHTML VIewer Extension Points.
    First task is to implement a custom prompt handling with some special behaviour.
    What I already have is the integration of my struts2 action and jsp page in the left pane.
    -> What is missing: How can I force the viewer to reload the document instance from storage token on which I did set the prompts?
    Second task is, to send a refreshed document to a user.
    The steps are to open a deski or webi report, hit refresh, set the prompts and then send the document with values to a user.
    What I do right now is to get the documentInstance from (refreshed) storageToken, call saveAs(...) and use the properties() to get the ID of the IInfoObject which I send to the user - but with using the IInfoObject, I still send the document like it was exportet to the repository.
    Any ideas?
    Thanks in advance!
    Jan

    Hi Ted,
    thanks for your response I finally found a way to do what I want to do, at least refreshing the document.
    Most of it was in processAnalyzePanel.jsp.
    Thanks again.
    Regards
    Jan

  • 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

  • Unable to view tomcat page..!

    Hi All,
    My OS & DB Details are like that :
    OS: Solaris
    DB : 10.2.0
    As we want to deploy BOP application in PRODUCTION we are trying to open the tomcat page but In test environment we are able to view tomcat page when URL is provided.
    But in production environment we are not able to see tomcat page it is displaying the login page.
    Can anyone help me out

    Vikas Kohli wrote:
    Hi All,
    My OS & DB Details are like that :
    OS: Solaris
    DB : 10.2.0
    As we want to deploy BOP application in PRODUCTION we are trying to open the tomcat page but In test environment we are able to view tomcat page when URL is provided.
    But in production environment we are not able to see tomcat page it is displaying the login page.
    Can anyone help me outso why is this an Oracle RDBMS problem?
    What is the Oracle error number & message that needs to be corrected?

  • XIR2 DHTML Viewer - Fields run into each other

    Post Author: gouldjw
    CA Forum: General
    I the DHTML viewer, fields that run past their designated width seem to appear in full-length, which causes them to run into the next field over.  Is there some formatting setting on these fields or some other way to prevent this?  I'd like to use the DHTML viewer, but most of our reports do feature some amount of field clipping, and this renders the reports unreadable.
    Thanks.

    Hi,
    Have changed anything recently?
    Could you please change the mode to unicast? If it works, please check the multicast settings of the network devices.
    Besides, here is an article about how to troubleshoot NLB, it may be helpful:
    http://social.technet.microsoft.com/wiki/contents/articles/7329.network-load-balancing-nlb-survival-guide.aspx#VMWare
    Best Regards.
    Steven Lee Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Support, contact [email protected]

  • Webi DHTML Viewer Extension Points

    Hi
    Is it possible to hide the Fold-Unfold Toolbar feature via the use of Webi DHTML Viewer Extension Points?  I've tried various methods including hide_feature("FOLD_TOOLBAR") or hide_feature("FOLD-UNFOLD_TOOLBAR") but it doesn't appear to work.
    Thanks
    Nick

    Hi Nicholas,
    Create a new user and name him Test.
    By default he has no explicit rights over the particular group.
    Give some explicit rights over the Group in which Extension point reports belong to that Test User.
    For that Group, open the user security and Add principles.
    Give the View right to Group and test the  issue.
    Regards,
    Rohit

  • Charts won't appear in CR Viewer?

    Hello,
    Currently trying to use the DHTML viewer to view a report with a chart, a line graph specifically.  The report is showing up blank, although text from the report will show up correctly.  The behavior is actually similar to loading up a blank chart, white in FireFox / IE8, grey in IE6.
    The report was made in Crystal Reports 2008, I'm using the new service pack for Crystal Reports For Eclipse, and it's being served from Tomcat 6.  Looking through the logs, I haven't found any errors, although I'm only checking the logs in (Tomcat Dir)\logs.  The JSP was generated using the wizard in Eclipse, so there shouldn't be anything wrong with how the viewer is being invoked.
    The report uses the results from a command datasource to fill the line graph, and there are parameters in the command.  These are not showing up in the DHTML viewer either.  It's almost like a blank report was entered.
    Are there some libraries I need to include to get the chart to appear?  I'm new to all of this so please let me know any extra information I can provide, or if my terminology is off and I need to explain something.
    Thank you,
    John
    Edited by: John_AM on May 18, 2009 2:44 PM - Added additional details

    You need to choose the right viewer for specific requirement. e.g,
    Following are the types of the viewers with features.
    View a basic report from a web page. -
    > DHTML report page viewer
    View a report from a web page and search for a text string. -
    > DHTML report page viewer
    View a report from a web page and drill down for further detail.----
    >  DHTML report page viewer*
    View a chart from a web page and drill down for further detail.----
    >  report parts viewer
    Prompt users for authentication information or parameters and pass the information to the report viewer.  -
    >  DHTML report page viewer or report parts viewer
    Pass a selection formula or report source to the viewer.----
    >  DHTML report page viewer or report parts viewer
    View a part of a report (such as a field) on a mobile device and drill-down for further detail.----
    >  report parts viewer 
    View a chart in Microsoft Office XP and refresh the chart via a smart tag.----
    >  report parts viewer*
    So all these features can be enabled or disabled through the SDK.
    When you use report parts viewer with crystal reports Java, the report must have report parts and navigation information defined, Crystal Reports Java does not support defininf report parts programmatically.
    Regards,
    Tej

  • Can I connect an external video camera to a mac book pro for viewing live video so I don't have to use the little screen on the camera?

    Can I connect an external video camera to a mac book pro for viewing live video so I don't have to use the little screen on the camera?

    Shadow30 wrote:
    Can I connect an external video camera to a mac book pro for viewing live video so I don't have to use the little screen on the camera?
    • Only if your video camera supports it.  Depending on how your camera works, you may need to add preview software to your Mac to use this feature.
    • Alternatively, your camera may also be able to record directly into your Mac while you are monitoring the Mac's display.
    • If you are using a consumer camcorder that supports HDMI monitoring, a small HDTV might be an simpler solution than your Mac.  For an example of how this is done, see http://youtu.be/GVpSkZD6qE4.
    • The retailer who sold you your video camera may have other suggestions.
    • If you need more professional results, an external preview monitor will offer more capability on compatible cameras.
    Message was edited by: EZ Jim
    Mac OSX 10.9.4

  • My firefox wont load any page. Says it cant find the server of any of them. I can view the same pages in safari. I just updated to 3.6.7 and now having this problem. What is happening?

    My firefox wont load any page. Says it cant find the server of any of them. I can view the same pages in safari. I just updated to 3.6.7 and now having this problem. What is happening?
    == This happened ==
    Every time Firefox opened
    == Today ==
    == User Agent ==
    Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US) AppleWebKit/533.16 (KHTML, like Gecko) Version/5.0 Safari/533.16

    Read this somewhere else: Can't find it again so can't reference - apols.
    fixed by entering
    about:config into the nav bar
    toggle dom.storage.enabled to 'true'
    worked for me - but don't know what it does or why :)

  • We want to view header reference as column data wonu2019t appear in any Refaren

    Dear Experts,
    we want to view header reference as column data wonu2019t appear in any of the reference filed.
    Please tell me the soluation How can I give the soluation bilow issue.
    Currently user are facing one problem with respect of Line item report.
    In any of the line item report (i.e. FBL1N, FBL3N, FBL5N) we want to view header reference as column data wonu2019t appear in any of the reference filed.
    For Example in Bank G/L Cheque number was enter in reference field but same is not apear
    In Sales G/L or tax G/L invoice number is to be appear which is again invoice number as reference in document.
    Regards
    Devendra.
    Moderator: Please, search SDN before posting

    Hi,
    To add Reference field in line item report do below.
    From FBL1N output screen.
    Click change layout / (clr + F8)
    Now add Hidden field u2018Referenceu201D to column content and push copy button.
    Now you should be able to view reference field (BKPF- XBLNR) in line item report.
    Best Regards,
    Raju

Maybe you are looking for

  • Mini-DVI To VGA Problems W/ iMac Late 2006

    I have just purchased a Mini-DVI to VGA Adapter - and my iMac is refusing to play ball - I Have the Late 2006 iMac - and it is running Mountain Lion (I have a workaround for the compatibility issues). I have booted into Safe Mode, no success. Tried D

  • ITunes podcast link to use in emails

    Does anyone have an itunes podcast image I can use so I can link my podcast subscription from within an email or a link on my website?

  • HT4972 how do i update my ipod to ios 5 without losing all my app data

    how do i update my ipod to ios 5 without losing all my app data

  • Why are some Artists missing?

    When I go to the Artist List on my IPod, some artists do not appear on the list. They also do not appear when I use the search function. However, when I look under the song title, the correct artist is listed. Any ideas? I'm at a loss and have no clu

  • Where to install LV6 VI Library?

    I am working on an installation program for my LV6 I2C Bus host adapter VI library. I was going to install my library folder in the path Program Files\National Instruments\LabVIEW 6\instr.lib, but this might not be the correct path on every machine o