BI Beans Graphics not Displaying in Portal

Has anyone encountered issues with BI graphs failing to be displayed in Portal? I can access the URL outside of portal an the graph works fine. I can create presentations in BI as crosstabs and the can be seen via portal but once I change it to graphs it fails.
500 Internal Server Error
javax.servlet.jsp.JspException: java.lang.ClassCastException: oracle.dss.graph.Graph     at oracle.dss.addins.jspTags.PresentationTag.doStartTag(PresentationTag.java:194)     at view.jspService(_view.java:68)     [SRC:/view.jsp:6]     at com.orionserver[Oracle9iAS (9.0.3.0.0) Containers for J2EE].http.OrionHttpJspPage.service(OrionHttpJspPage.java:56)     at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:317)     at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:465)     at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:379)     at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)     at com.evermind[Oracle9iAS (9.0.3.0.0) Containers for J2EE].server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:65)     at oracle.security.jazn.oc4j.JAZNFilter.doFilter(JAZNFilter.java:283)     at com.evermind[Oracle9iAS (9.0.3.0.0) Containers for J2EE].server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:560)     at com.evermind[Oracle9iAS (9.0.3.0.0) Containers for J2EE].server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:306)     at com.evermind[Oracle9iAS (9.0.3.0.0) Containers for J2EE].server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:767)     at com.evermind[Oracle9iAS (9.0.3.0.0) Containers for J2EE].server.http.AJPRequestHandler.run(AJPRequestHandler.java:148)     at com.evermind[Oracle9iAS (9.0.3.0.0) Containers for J2EE].server.http.AJPRequestHandler.run(AJPRequestHandler.java:72)     at EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(PooledExecutor.java:803)     at java.lang.Thread.run(Thread.java:479)
BI Beans version ............................. = 9.0.3.4.0
Database version ............................. = 9.2.0.3.0
OLAP Catalog version ......................... = 9.2.0.3.0
OLAP AW Engine version ....................... = 9.2.0.3.0
OLAP API Server version ...................... = 9.2.0.3.0

I think I have the same problem John. I create my JSP/Servlet BI Beans Graph in JDeveloper, and can run locally no problems. I have deployed the JSP on my application server in its own OC4J instance, and the first time I opened the page it worked fine, but ever since the first time all I get is a missing image. You can look at the properties of the image and its somewhere in Cabo etc?!? (Can't tell exactly at the moment, because I'm out of the office).
I'm no Java expert, in fact far from it, but somebody gave me some pointers. If you go to Enterprise Manager and look at your deployed application in the OC4J instance, I think look at its properties, I can see the UIXServlet is not loaded. Even, after accessing several pages, it is still not loaded. I think the UIXServlet is used for rendering the graph pages. My Java colleague suggested to investigate why this was not loaded. To date, 2 days, I have no figured out why. I have not raised a TAR yet, but I have also seen this problem with Discoverer graphs, which share the BI Graph Bean.
Maybe together we can work this out?!?! I'll be back in the office on tomorrow, hoping to sort out the problem. So please keep me posted on any progress you have, as I am trying to deliver BI Beans in a project in May!!
Maybe, somebody else out there has had the same problem? Have you raised the problem in the BI Beans discussion forum?

Similar Messages

  • Dynamic page in region as a portlet not displaying in portal template

    As the title suggests I have a portal template that contains a region at the top . within this region i have included 2 portlets, first is a dynamic page (a simple banner title ) then a navigation page beneath them .
    when I am logged in as a specific user it displays correctly , when I log onto the page without logging in - the dynamic page does not display ,yet the navigation page does . I have clicked on every display to public check box , assigned public user with view privilege and everything else along those lines . Any ideas ??
    thanks in advance , Chris

    Hi Chris: Just to be specific, did you go to the providers tab in Navigator, the locally built providers link then the provider which contains your dynamic page and check the access set directly on that page? You can either set the dynamic page to have its own access (overriding that of the provider) or set the provider itself to be public.
    Rgds/Mark M.

  • PDF not displaying in Portal from UWL : cl_fitv_navigation= navigate_to_object

    Hi Experts,
    We are using a custom webdynpro application for the approval of expense claim.If I am clicking the link from UWL, a new window is opened and it is showing a blank page and PDF is not displaying in the browser.
    I have checked from application level (SE80) and it is working fine,PDF is getting displayed in browser.We have done the UWL re-registration as well.
    We have used the class 'cl_fitv_navigation' and method 'navigate_to_object' to display the PDF.
    Also I have debugged the same method and could found that the codes are different for calling the application from portal and for using SE80.
    Kindly let me know what could be the issues or if I missed any parameters.Also please let me know if I need to check any related R/3 configs and parameters maintained in R/3.
    Thanks & Regards,
    Arun Narayanan.

    Hi Pramod,
    We are not using iFrame to display the PDF.
    We are using the class and method
      CALL METHOD cl_fitv_navigation=>navigate_to_object
        EXPORTING
          component           = l_api_component
          operation           = l_operation
          business_parameters = lt_bo_params.
    where ;
      l_api_component = wd_comp_controller->wd_get_api( ).
      l_operation = 'DisplayForm'.
    and
      ls_bo_param-key   = 'SAP_FITV_PERSNO'.
      ls_bo_param-value = l_pernr.
      INSERT ls_bo_param INTO TABLE lt_bo_params.
      ls_bo_param-key   = 'SAP_FITV_TRIPNO'.
      ls_bo_param-value = l_tripno.
      INSERT ls_bo_param INTO TABLE lt_bo_params.
      ls_bo_param-key   = 'SAP_FITV_TRIPCMP'.
      ls_bo_param-value = ''.
      INSERT ls_bo_param INTO TABLE lt_bo_params.
      ls_bo_param-key   = 'SAP_FITV_DATASRC'.
      ls_bo_param-value = ''.
      INSERT ls_bo_param INTO TABLE lt_bo_params.
    Regards,
    Arun.

  • Java Bean does not display in Forms 9i

    Hi,
    I created a Java bean taht would not display in a Forms 9i application. I do not get any error messages, just nothing seem to happen. I did the following:
    1. Created a Java Bean with az Init() public function, packed it into a jar file and put it into <9iASHome>\forms90\java
    2. Added the jar file to the formsweb.cfg file's archive_jini.
    3. Created a Form with a Java Bean item on a canvas.
    4. Set the implementation property of the bean item to the full java 'direcotry' path of the class.
    5. Created the WHEN-NEW-FORM-INSTANCE trigger and put this code into it:
    fbean.register_bean('BLOCK3.BEAN_AREA4',1,'geoifsweb.ifsframe');
    After deploying the form to 9iAS and running it nothing seems to happen, only the place of the Java Bean appears on the Form. Teh Java Bean class extend a JFrame class, so I would expect it to appear on the screen.
    What am I missing? Thank you for any help or hint in advance.
    Regards,
    Tamas Szecsy

    Tamas
    When using fbean.register_bean you don't need to set the implementation class of the bean at design time.
    You must however supply the full package and class name in the register_bean call.
    Do you get any exceptions in the Java console?
    I'd also switch logging on (see FBEAN.Set_Logging_Mode)

  • Activities not displayed thrugh portal

    Hello everybody,
    I have created some activities from 7/06/06 to 22/06/06.When i am trying to view them in activity moniter through Enterprise portal ,its not displaying the activities from 14 to 22/06/06 date.
    When i checked themin CRMD_BUS2000216, the activities are displayed.
    So plaese help me.
    Regards,
    divya

    Hi Divya,
    is the user correctly assigned in the org management?
    Regards
    Gregor

  • Safari Graphics not displaying:

    Safari, 5.0.4 (Latest version). Noticed graphics on google weather plug in not displaying (empty square, can load in a different window). Refreshing page has no effect. Problem also appears on Apples website, where I cannot see any of the titles in the menu bar (Store, Mac, Ipod, etc).
    Firefox and Chrome are not affected, they work fine.
    No 3rd Party plugins installed in safari.
    OSX 10.6.7.
    ** I have reinstalled Safari, 5.0.4. No change.
    I'd appreciate any assistance, as I prefer Safari to the other two.

    Hi,
    From your Safari menu bar click Safari / Preferences then select the Extensions tab. If you have any installed, turn that off, then restart Safari. See if that makes a difference.
    If that doesn't help, from the menu bar again click Safari / Reset Safari. Select the top 7 buttons, click Reset. Restart Safari.
    Carolyn

  • MSN email graphic not displaying

    The graphics are not displaying in my MSN email (not html). I do have it setup as Exchange . I have a Palm phone and they do display correctly there. Corporate Exchange works fine too.
    suggestions?
    Post relates to: HP TouchPad (WiFi)

    I fixed it. I had to delete and as hotmail. I then entered my email as an msn email and it worked.

  • Hyperlink type Rendered not displayed in Portal

    Hello,
    I want to add an image throught hyperlink type rendered, but this is not displayed in the SRM catalog.
    I add an image using Data Manager in the hyperlink tab using the following configuration parameters:
    Type: Rendered;
    MIME Type: JPG;
    URL: file://<ip_address>/<folder>/<image file>.jpg (internal hyperlink);
    The images are not showing in the portal and no error is displayed.
    Any idea what is the problem?
    Thanks

    Hi Denaz,
    I am faced same problem . when i have login into portal the ESS and MSS are not accessed 
    error is 500 internal error - please contact the administrator.
    please help me to solve the issue
    Thanking you
    Suresh

  • Pushbutton Text does not display in portal but display in development

    Hi Experts,
    I ceated Pushbutton in  selection screen block . Pushbutton text is does't display in portal view but display
    in development .
    i attached my coding , could you suggest anyother coding to diplay the pushbutton text.
    SELECTION-SCREEN BEGIN OF BLOCK auth WITH FRAME TITLE text-003.
    PARAMETER    p_sig(40) TYPE c." OBLIGATORY.
    SELECTION-SCREEN SKIP 1.
    SELECTION-SCREEN PUSHBUTTON /43(20) execu USER-COMMAND printlayout ." VISIBLE LENGTH 15.
    SELECTION-SCREEN END OF BLOCK auth.
    INITIALIZATION.
      MOVE text-004 TO execu.

    Did you check in your portal instance that TEXT-004 has the value you want?

  • Confirmations not displayed in Portal after BP transfer

    Hi All ,
    Issue : Confirmations not displayed on Home Page of SRM
    Scenario : We have transferred the confirmations from one BP to another as the first BP is no longer valid through program Z_CHANGE_PGUID_003 .
    The new business partner is updated for the confirmation and results found in BBP_PD against Requester and Goods Receipent.
    Shopping Carts , Purchase Orders are visible when we login with new user having new BP.
    Is there any addtional setting that is required to be done for confirmations inorder to display the same .
    Regards
    Ramesh Ch

    Hello Ramesh,
    put a break-point inside BBP_PD_CONF_GETLIST function module to understand why confirmations are filtered out.
    Check also if BBP_WF_LIST definition BAdI is implemented or not for confirmations.
    Regards.
    Laurent.

  • Webdynpro ABAP application is not displaying in Portal

    Hi,
      I have installed NW2004s and NW ABAP7.0 trail versions and configured Portal(SLD,Jco,.SSO).
      I tried to created one WD ABAP iView with proper application name, etc.. when i go to preview of that iView its opening in separate winow and gettting the msg : Internet Explorer cannot display the webpage
    Thanks in advance...

    Can you able to run the WedDynpro application in R3.
    Pls make sure that u r using FQDN for ABAP Server name.
    and also make an entry at the below path
    C:\WINDOWS\system32\drivers\etc
    here open the hosts folder with notepad and make an entry like R3 port and Host name(FQDN)
    eg:
    XXX.XXX.X.XXX     sapides.zsl.local
    also pls. check the application name which you have provided is correct or not.
    Then log out and login again and check.
    Regards,
    Amarnath S

  • Internet exlorer 7.0 can not display crm portal content

    hi gurus,
    we are using crm5.0+ep7.0, we have loaded the portal content (business packages) for crm and crm high tech. the patch level is: 13 level 0 (BBPCRM is 6).
    I use portal role channel manager. when we want to display some crm content in portal which runs by explorer 7.0, sap will popup another window and turn into blank with error. the ie error says: object doesn't support this property or method. and the url:http://crmdev.iecsh.com:8000/sap(ZT1PQnhTbWh6Ym01Y0R3M0JqKnQ2R1VRLS10MDlLNjhsU1Z6XzdLTmUqc2RFUjFnLS0=)/bc/bsp/sap/crm_bsp_frame/mainDH.do
    while the original window is just continuing displaying the signal: loading.
    with ie 6.0, it's ok.
    can anyone help me out? thank you very mcuh.

    Microsoft Internet Explorer 7 as mentioned in SAP Note 981710 this version is not supported by any current NetWeaver Portal / WebAS / ITS / BSP / BEX / CRM Web Application Component......
    SAP Strongly recommend to our customers to block this update until this version
    This version (IE 7.0) "should be" supported as of SPS19 (NW '04) or SPS10(NW 2004s) and there exist several errors found in the operation on previous releases.
    be supported or the SPS be released (this is mentioned on the note), please note that once the system has performed the update there is not possible to go back to IE 6.0
    For further information please refer to:
    http://www.microsoft.com/technet/updatemanagement/windowsupdate/ie7announcement.mspx
    http://service.sap.com/sap/support/notes/981710

  • Portal Content area not displaying in Portal

    I tried to disable Portal favorites option from Content admin -> Default Frame work Page -> Detailed navigation. Instead of only disabling the default navigation I have disabled the entire Portal content area and I am now not able to see any content  in the Portal except the masthead area and the Top level navigation.
    Can any one please help me on this.
    Thanks.

    Hi,
    Check the content area iview in the Desktop inner page in framework page.If this iview is not there then it will not show the content area.
    If desktop inner page is deeted then also you will not see the content area.
    If so please add the content area iview indside the Desktop inner page then you can see the content area for the users.
    Content area iview will be available under the following path of the portal
    Content Administration > Portal Content > Content provided by sap > Admin Interfaces > Admin Iview Templates > Content Area (view).
    Thanks,
    Regards,
    Rudradev Devulaplli

  • FORM 16 NOT DISPLAYING IN PORTAL

    Hi Experts,
                      I have encountered this error when trying to run form 16 in the portal, ( Screen output without connection to user.                           , error key: RFC_ERROR_SYSTEM_FAILURE   ) am only unable to run dis particular application in ess, the rest of all are working fine, i have checked all the ess- r/3 settings and found everythg is fine...could you please guide me through this error...
    Regards,
    Bharath

    apply all the latest notes
    1541146
    1477035
    1258246
    and
    SAP Note 1546949
             1528165
             1560838
             1572100
             1520182
             1566288
             1568324
             1570036
             1571048
             1573538
             1576504
    Please go through the text of the Notes for the pre-requisites and
    manual steps you need to perform. Please retest the scenario after
    successful implementation of the Notes

  • Measure definition not displaying in portal - balanced score card

    Hi,
    Please help very urgent!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
    I have just transported the balance score card from development to quality. When i tried to open the balance score card via portal i am unable to see the measure definitions.
    I transported the measures by checking transporting meaures with text elements. All transports are successful.Only definition part is not visible.
    I am using status of BI: SAP BW = SP 14 and SEM BW @SP 8.
    1. Is this the support package issue or some portal setting for roles
    2. Or anyother way to capture the definition of the measure. Please suggest how can i confirm that this time i have captured the definition of the measure as there is no specific task added in the transport for this purpose.
    Thanks
    Rani

    Resolved this issue.....its becz JAVA was not installed after replacing my system.

Maybe you are looking for

  • How to identify the physical IP address of AIX server on RAC Oracle 10g

    Hi All, Could you please help someone to identify the physical IP address of IBM AIX on RAC db. I have access to the database and I don't know whether the hostname mentioned in the tnsnames.ora file is virtual or physical ip adress . Is there any com

  • Xi3.0 Monitoring using a Central Monitoring system

    Hi Guys Has any of you managed to integrate XI3.0 SLD into Solution Manager 3.10 SLD or is it just not possible? Have you figured out how to setup XI3.0 and Alert management to integrate that into a Central Monitoring system? /tobbe

  • How to access EBO Designer in AIA 3.0

    HI, I have installed AIA 3.0. But when i login , i only see CAVS, Project Lifecycle and Setup. How can i access EBO Designer? THanks Manish

  • Mass reprinting of TDS certificates

    Dear Gurus, Whether there is any std t-code avaiable for mass repritning of TDS certificates we are using EWT. Please let me know Rgds, Saurabh

  • BINARY_RELATION_CREATE Relation Type

    Hi.. I am using FM BINARY_RELATION_CREATE in which I want to Store Business Document in MIGO. I saw some relationship type which are VONA and ATTA but it is used for Quotation and Attachment respectively. Please help where can I find or if you know t