Charts not visible in UNIX

I developed reports on Windows version of OBIEE. When I deploy to our UNIX box, the charts are niot visible. The only error we see is in the javahost.log : com.siebel.analytics.web.javahostrpccalls.corda.ChartRpcCall$EmptyChartException
Has anybody run into this or know how to fix this?

Hi ,
Please state the versions of your OBIEE , UNIX , JDK installed .
In general u can troubleshoot with the following :
1. Are u using a 64 bit enviorement ? If possible try a 32 bit one .
2. Check the Installtion directory/drive of JDK , whether its having enough space to work with . In case of low memory , it might give u issue with JAVA host services .
Thanks
sayak

Similar Messages

  • Sparkline chart not visible in obiee mobile app using ipad

    Hi,
    While trying to test our dashboard on IPAD 2, I am noticing that I am not able to view sparkline charts in the IPAD. I understand that since sparkline charts are built using JQUERY and Apple devices don't support jquery, therefore this doesnt work. Can someone please suggest any workarounds, so that we can get the sparkline charts working in the IPAD?
    Thanks,
    M
    Edited by: 918276 on Mar 1, 2012 4:56 PM

    Hi,
    Viewing the reports generated by OBIEE on the phone/ipad devices requires further configuration of the OBIEE presentation server as the devices presently does not support Flash displayed on web pages. So reports that contain Flash components like charts are not displayed correctly.
    We can modify the instanceconfig.xml file to display charts in a custom graphic format like PNG or JPEG instead of flash.
    Include the following in <Server Instance> section of instanceconfig.xml
    <Charts>
    <DefaultImageType>PNG</DefaultImageType>
    </Charts>
    It is recommended that you configure a separate presentation server to cater to the mobile device users as displaying charts in PNG or JPEG disables some of the interactive features offered by Flash.

  • Jcombobox not visible in unix using JRE 1.6

    There is a Java based admin tool in our project which is implemented using java swing. This admin tool works fine on Windows with all the JRE’s. But when I run it on Sun Solaris with Sun JRE 1.6.0_12, the drop down feature of jcombobox fails. It opens the list and quickly closes the same without giving an opportunity to select the value. This looks like an issue to me as it used to work before when we had Sun JRE 1.4.2_13 on this machine.
    The jcombobox is placed on a jpanel which in-turn is added on a jinternalframe. I have tested this admin tool on other flavours of Unix and faced similar issue with the jcombobox. I have also tested this on AIX and HPUX and the issue is reproducible there also using JRE 6.
    Any help on this would be appreciated.
    Edited by: deeps2009 on Jun 8, 2009 10:40 PM

    >
    Actually, adding a componentlistener to the JInternalFrame is causing the problem.>I doubt that very much. Or at least, I doubt that the simple combination of a ComponentListener on a JInternalFrame would cause a JComboBox to disappear. Why don't you show us how it happens, with an SSCCE?
    And in reply to something you said earlier "Sorry, but I can't post the code over here.". Note that nobody in this thread has asked for you to post 'the code', what was requested was an SSCCE. An SSCCE involving the above 3 classes would probably only take 30-40 lines of code. I doubt you will get this resolved (here) short of preparing an SSCCE.

  • Using RRW3_WEBRFC to insert BW query template into BSP: chart not visible

    Hi people,
    I've done a BSP page which calls a BW query template throught RRW3_WEBRFC function and inserts its code in the BSP. I've used the example code BW web reporting inside a BSP page. and all is OK but the charts.
    Charts are not displayed. I change the "<img src..." of the dowloaded HTML and the chart is displayed in Firefox, but not in Internet Explorer. I've asked more people to test the BSP page with its Explorer, a no one can see the image.
    Does anyone have an idea about whats happening? Maybe some system variable of the web server in SICF is distincting the Client Navigator?
    Thank you very much!
    Edited by: Sergi Marin on Feb 13, 2008 9:26 AM

    Whew! I figured out a really awesome solution, which has a
    ton of uses.
    First of all, as I should have realized, ANY variable in a
    coldfusion tag is going to be figured out when the report is
    called, NOT for every query result. In other words, query.xxx or
    report.xxx or whatever is NEVER going to work correctly inside of a
    tag, not even in a report function or the Advanced Query builder.
    However, there is a straightforward way around this. Simply
    make a report function with arguments, and in your field's
    expression editor call the function and pass in the query or report
    variables:
    #report.yourFunction(query.field1, query.field2)#
    You can do all sorts of Coldfusion function magic and return
    whatever form of result you want.
    For my particular example (dynamically creating a query
    object for a chart to be inserted), I had to add a not-so-obvious
    step: creating my query object with a shared scope (in this case,
    the Request scope), otherwise the variable is trapped in the
    function's scope. So this was my solution: I had a chart with the
    "Print When" option calling my function "getChartQuery" (passing in
    the query variables, of course). The function builds
    "Request.ThisChartQuery" and returns True if there's something in
    it (the "Print When" logic uses the boolean to decide whether to
    show the chart or not). Then my chart is still query-based, but the
    Advanced Query builder has NOTHING in it at all, except for the
    variable containing the query object ("Request.ThisChartQuery").
    There was another solution I found where the report function
    makes the entire chart (using cfchart tags, etc) and saves it as a
    PNG file, and then returns the path to the image. Then you simply
    add an image field to the report, and you use the expression
    builder to call the function. Well, hope this helped someone!
    EDIT: references are "
    http://www.adobe.com/go/ee54cc6"
    and "
    http://www.houseoffusion.com/groups/cf-talk/thread.cfm/threadid:40786"

  • GDI Error - Charts not visible in sccm 2012 reports

    I'm trying to run some default out of box reports for my sccm 2012 environment and finding that the raw data in table format is being provided but if there's any charts that should be included in the report they're not showing up. In the SSRS logs I see
    the error below:
    reportrendering!ReportServer_0-245!7e88!04/30/2015-11:09:07:: e ERROR: Throwing Microsoft.ReportingServices.ReportProcessing.RenderingObjectModelException: , Microsoft.ReportingServices.ReportProcessing.RenderingObjectModelException: A generic error occurred
    in GDI+. ---> System.Runtime.InteropServices.ExternalException: A generic error occurred in GDI+.
    In researching this I found similar issues out there where Hotfix-KB2823372 resolved the issue but this now looks to only be available for Windows8 as I tried to download the Hotfix and run on my server to only receive a message advising it's not applicable.
    Please advise if you've seen this error before and what you've done to resolve it.
    Jason

    What operating system are you using? That hotfix should do the trick for Windows Server 2012, see also:
    https://social.msdn.microsoft.com/Forums/sqlserver/en-US/8b47f28e-c6d5-497e-85db-d89a74fb27cd/a-generic-error-occured-in-gdi-error-ssrs-2012-sp1-on-windoes-server-2012?forum=sqlreportingservices
    For Windows Server 2008 R2, see:
    https://social.msdn.microsoft.com/Forums/sqlserver/en-US/50c071db-b4fc-4a2e-a9f4-e10e833c97d2/report-not-rendering-charts-in-pdf-a-generic-error-occurred-in-gdi?forum=sqlreportingservices
    My Blog: http://www.petervanderwoude.nl/
    Follow me on twitter: pvanderwoude

  • Xcelsius - Embedded 'Jpg' logo not visible, Pie chart Legends not visible

    Hi,
       I am new to xcelsius. could you please help.
       I have two issues.
      1. I incorporated Logo (JPG FILE) and selected options Embed file, resize image to component, but image is not visible when I preview. Why? What needs to be done to make logo visible in preview(swf file). I did not export yet to Infoview though.
    2. Legend values are cropped. I have 35 legends that are to be listed for pie chart. I can see only 31 and remaining four not visible (two from beginning, 2 at the end). I reduced font to lowest visible value i.e.  8 and increased height max possible that looks good . How to make them visible? or make them to fit to chart. Is there any option? Legend values are towards right of chart.
    Please help.
    BR, Nanda Kishore

    Hi,
       Are you using Image Component to insert your JPEG, if not try that. It will work as expected.
       As for your pie chart legends, it will work as long as your Pie Chart is large enough to fit all regions onto the screen.
       Try a simple test just to prove that concept.
          - Create 2 columns in Excel
          - Make Column A your Region Column. Insert up to 35 records
          - Make Column B you Data column. Also insert up to 35 records.
          - Now map your data into the Pie Chart and make sure you reduce the fonts of the region to "8" (Smallest it can go)
          - Preview it.
    Ken

  • Turn to Chart not working

    Hi Experts,
    I got a issue - I have data in table format in Webi , When make a right click on it and say turn to chart - and select the chart from the chart type ( Say Pie Chart ) and say OK , Then the chart is not visible in the report.
    Howevere when i click on View -> Structure Mode then the chart is visible
    But in Result Mode it not visible.
    Please help me in resolving the issue.
    Thanks
    Ashwani

    Hi Ashwani,
    The issue is because of a dll i.e HS_PGSDK32.DLL either missing or corrupt.
    Please go through ( go to end of the link) the following link for resolution.( I had the same and is resolved ).
    http://www.forumtopics.com/busobj/viewtopic.php?t=120724&postdays=0&postorder=asc&highlight=charts&start=0
    Vijay B

  • Publising front panels of not visible subvis on the web

    High
    my main program has tab object with 10 pages. Within the main program there are several subvis whose front panels i want to publish on the web.
    The front panels of these subvis are not visible in the main program.  Front panels of some subvis are displayed correctly in browser (IE, Firefox) but some not.
    Fields of the object are empty or their fields are not refresh with new data (att. pict " array indicators").
    The problem is worse if not visible subvi contains chart object. In the browser window data are moved out of the chart window (att. pict. "chart within...").
    For monitoring front panels of the subvis i use MONITOR mode of the LabVIEW web server.
    Any idea, hints or simple example is welcome.
    Thanks and regards
    Trajan
    Attachments:
    chart within the browser2.jpg ‏16 KB
    three array indicators2.jpg ‏5 KB

    Duplicate post!
    Best regards,
    GerdW
    CLAD, using 2009SP1 + LV2011SP1 + LV2014SP1 on WinXP+Win7+cRIO
    Kudos are welcome

  • Charts not loading in Firefox 4

    Hi,
    I recently installed (upgraded) Firefox browser to version 4 on Windows 7 64-bit Home Premium installed on Dell Inspiron Laptop.
    I have created a website using google sites and the site loads few BAR charts created in google documents. These were loading without any issues in the earlier version. But, they are NOT visible in version 4. I just see a blank window.
    Is there a resolution to this.
    Thanks.

    See if this helps you with that problem. <br />
    https://addons.mozilla.org/en-US/firefox/addon/remote-xul-manager/
    If it doesn't help, try posting at the Web Development / Standards Evangelism forum at MozillaZine. The helpers over there are more knowledgeable about web page development issues with Firefox. <br />
    http://forums.mozillazine.org/viewforum.php?f=25 <br />
    You'll need to register and login to be able to post in that forum.

  • Repaint region of scrollpane which is not visible.

    i ve a chart in a scrollpane. when i m chaging the content of the graph explicitly, the region which is not visible is not getting repainted. any suggestions on how to about this.
    Thanks

    If its not visible how do you know its not getting
    repainted?
    i ve a number of graphs(jfreecharts) in the scrollpane. I m zooming them synchronously, some of them r hence not visible.But unlessl i scroll down once to see all the graphs and then zoom, i get exceptions as the graph has not been drawn. The same applies when i make some other explicit changes without having the graph in view.
    This is done on purpose for better response time. Why
    waste CPU painting something that isn't visible.I need to paint somwthing which is invisible this time..
    Thanks

  • External hard drive not visible in disk utility or finder

    Hi all,
    I have had a good look through previous discussions and I can't seem to find an issue relevant to mine.
    My external hard drive has 2 partitions (1 time machine back up, 1 general hard drive). The issue is that the HD is running when it is plugged in however it is not visible in either disk utility or finder.
    I am running OS X 10.10 (Yosemite) on a 2010 MacBook Pro. I also have parallels desktop running windows 7. When I boot windows and plug in the HD I usually get the option to mount the HD to either OS X or Windows. With this issue the option window appears for a split second (not enough time to select either) and then disappears. It seems that the HD may be ejecting itself as soon as it is registered by the computer. I have tried using a different power cable for the HD and also a different usb cable, this doesn't help.
    The external HD is a Samsung D3 Station, which i have had for 6 months now and never had an issue with.
    Any help is appreciated
    Thanks,
    Bruce

    An update for anyone who can help me:
    I have tried the external hard drive in other computers (mac and windows), each time I get the same problem above.
    I have removed the HD from the enclosure and purchased a docking station for it (3.5" SATA). When I plug it in to the laptop it disconnects itself straight away before it is visible. With the windows computers it installs the drivers and says that the device is ready to use, then disconnects before it shows up.
    As the HD is not visible there is no option to re-format or anything.
    This is very frustrating as I was using the HD with no issues and it randomly disconnected and I have not been able to access since.
    Thanks in advance for any help.
    Bruce

  • Hi - I am looking for the Adobe Illustrator 2014 1.2 (or .0.2) bugfix update for Mac - and it is not visible in the Adobe Creative Cloud Packager (Mac version). The only update visible is Illustrator CC 2014.1  - which is what introduced the bugs.

    Hi - I am looking for the Adobe Illustrator 2014 1.2 (or .0.2) bugfix update for Mac - and it is not visible in the Adobe Creative Cloud Packager (Mac version). The only update visible is Illustrator CC 2014.1  - which is what introduced the bugs.
    The only thing that I can think of that might be causing the issues that I have a Mac Mini on Mavericks.
    Dave

    Hi
    I have discovered that my question above is a non-question. A user triggered by looking at the below article about Illustrator 2014 cc 17.0.2
    http://helpx.adobe.com/illustrator/release-note/illustrator-17-0-2-release-notes.html 
    He had recently upgraded from wht we now know is 18.0 to 18.1 which is the latest version. He read the above artic
    le and supposed that it was a bug fix release for his version - because the v17 ov18 number is not often displayed. It is usually just 2014 CC.
    I have asked him to post a bug report about Adobe Illustrator CC 2014.1
    Dave

  • IDOC not visible in IR but metadata successfully imported

    Hi,
    I have this wiered issue.
    I want to import IDOC WPUSKR01 (cashier productivity) from BI.
    But when I connect to BI system from IR to import Idoc structure, this IDOC is not visible.
    But I can manually import the metadata from BI in idx2.
    Now how to import this in IR?
    I have imported other Idocs (like WPUBON) before and did the scenario successfully for BI.
    Regards,
    Anirudh Vyas.

    Hi,
    In BI Tcode we82 I have manually added the entries for WPUKSR01. Now Idoc is visible when importing in IR.
    I have checked all the segments in we31, they are all released.
    But it gives error:
    Error: IDoc type WPUKSR01 contains errors (unable to read segments)
    Then, I checked in R/3, there also WPUKSR01 was not there in we82. I manually added there and I was successfully able to import it in IR.
    But the same thing is failing in BI. I have SAPALL permissions in all the systems.
    Can I use Idoc imported from R/3 in scenario for BI?
    regards,
    Anirudh.

  • How can I add a device to my library? My e-reader is registered but not visible.

    Hello,
    I use a Tolino Shine and can download E-Books via WLAN directly to it. I can also download the books to my netbook. However, when I plug the Tolino into my netbook it is not visible in the Adobe library and I cannot move books from the library to the Tolino.
    I tried to reset the Tolino to the manufacturer settings. This did not improve the situation.
    Any suggestions?
    Thanks a lot!

    http://www.apple.com/icloud/find-my-iphone.html
    any chance of it working on non-apple phones?
    No, it requires the operating system iOS, only available on Apple Devices.

  • Reporting Flag is not visible in the manage screen

    Hi BI Experts, Good morning.
    We load the inventory data daily in the night time which is delta load.
    5 days back, we got 0 records and the request is in red.Then i rerun the infopackage manually and got the total records in to the cube.
    From that day onwards its running successfully.
    Yesterday i deleted the bad request from infocube.
    But the Reporting flag is not visible.
    Today i didnot get the records.
    Please can anyone tell me the process.
    Thanks in advance.
    Regards
    Anjali

    Hi Nagesh,
    Still i am not getting reporting flag.
    I tried what did u say.
    And today i did not get the records. Infopackages didnot run. It shows in red.
    I tried to run it manually but it gives error.
    The error message is:
    Short text
        An exception occurred that was not caught.
    What happened?
        The exception 'CX_RSR_X_MESSAGE' was raised, but it was not caught anywhere
         along
        the call hierarchy.
        Since exceptions represent error situations and this error was not
        adequately responded to, the running ABAP program 'SAPLRRMS' has to be
        terminated.
    Please give me the reply.
    Thanks in advance
    Regards
    Anjali

Maybe you are looking for

  • Smart family iCloud/apple id/iTunes/Apps Store setup?

    Currently, we have the following setup: Apple ID 1: (gen.appleid), used for: Mac App Store for all compurers (desktops & laptops) iOS App Store purchasing on Mom & Dad accounts on both Macs and their iOS devices Apple Developer / Apple Seed iTunes pu

  • IPod Touch 4G Problems

    Okay so i was using my ipod then it started to act weird and just kept doing a reset all on its own over and over again. and i tryed to resore it but it didnt work and now its stuck on recoverymode. And it still connects to itunes and it recognizes t

  • Outbound DID change | ring group

    1. We have CCUM 8.6, and 50 DID that are by provider tight to main number. I have one user requesting his number shows up as external line was set up on his phone.  I think I should go with different route pattern than 9.@ so for example I can choose

  • How to show Processing bar through xMII or Javascript?

    Hi all, I created one executeCommand it will get the data from R/3 and insert into SQL db. It will take 3min time to execute completely. Mean while i want to show on process bar. This iCommand applet will execute after click event of the button in th

  • BUG: Speed Dial "Not allowed"

    When a number in Contacts is saved in the Outlook's format, e.g. +358 (400) 123 456, the Speed dial press-and-hold function result an error message "Not Allowed". The workaround is to manually edit the number into unstructured string, e.g. +358400123