Aurora interface renders itself/pages weirdly

I am using Aurora 32.0a2 on OS X 10.8.5. (Updated 2 days ago.)
When I open a new tab in the background, the Aurora interface gets all weird.
Screenshot- ( https://dl.dropboxusercontent.com/u/27547130/_transient/aurora/Screen%20Shot%202014-06-19%20at%204.48.59%20PM.png )
When the background tab finishes loading, everything 'renders' back to normal.
A lot of sites are also not displaying correctly.
Screenshot- ( https://dl.dropboxusercontent.com/u/27547130/_transient/aurora/Screen%20Shot%202014-06-19%20at%204.53.11%20PM.png )
The Google Maps page loaded normally. When I clicked on zoom in or zoom out, things start going white.
(Even this textfield that I am trying to type into - everythign went white. I had to type this report elsewhere and paste it in.)

I'm running Aurora on Mac OS 10.8.5. I started having the whiteout problem after a daily update about a week ago; I've never experienced it in 3 years of using Aurora. So far, I tried restarting Aurora, deleting cache and cookies, doing a reset, disabling suspected add-ons (Ad-block and Element Hide for Ad-block). I also since updated it multiple times, my current version is 32.0a2 (2014-06-30). There are two major types of white outs - on the tab headers, and elements on the page itself. All page tabs usually white out when one of the pages loads or updates. On the page, a floating element can white-out on page scroll, page load complete, or on pop-up. Sometimes, I can see an element being loaded and rendered correctly, but then it goes all-white once the page is loaded or scrolled. Sometimes images are whited-out as well. Examples below show white-out on mail.yahoo.com security confirmation box and also on a page close confirmation box on http://giovanni.gsfc.nasa.gov/mapss/ .

Similar Messages

  • ** URGENT *** Rendering dinamically pages with oracle portal

    Hi everyone,
    we need to render dinamically a page (basically its content) with more than one template, to make printing possible.
    How portal renders a page (not a single portlet, but the entire page) with the associated template?
    I claim that portal itself uses an api to render a page, maybe a pl/sql api nor a java api.
    Any suggestion on a possible solution, or related documentation will be usefull.
    Regards

    Copy the URL that is formed when the page is viewed.
    Now in the page from where you want to call it:
    Create an Item of type URL and paste this URL there.
    For Direct Access URL pls see my reply at:
    Sub page ordering
    Thanx,
    Chetan.

  • Error during rendering of page item P3_DEPARTMENT_ID - Apex 4.2 2+Day Guide

    When I replace the code given in Apex 4.2  2+Day developer guide, it shows the following error.
    Error is :
    Error during rendering of page item P3_DEPARTMENT_ID. ORA-06550: line 5, column 1: PLS-00428: an INTO clause is expected in this SELECT statement
    is_internal_error: true
    apex_error_code: WWV_FLOW_FORM.UNHANDLED_ERROR
    ora_sqlcode: -6550
    ora_sqlerrm: ORA-06550: line 5, column 1: PLS-00428: an INTO clause is expected in this SELECT statement
    component.type: APEX_APPLICATION_PAGE_ITEMS
    component.id: 3996015574888943
    component.name: P3_DEPARTMENT_ID
    error_backtrace: ORA-06512: at "SYS.DBMS_SYS_SQL", line 1249 ORA-06512: at "SYS.WWV_DBMS_SQL", line 1021 ORA-06512: at "SYS.WWV_DBMS_SQL", line 1090 ORA-06512: at "APEX_040200.WWV_FLOW_DYNAMIC_EXEC", line 697 ORA-06512: at "APEX_040200.WWV_FLOW_META_UTIL", line 245 ORA-06512: at "APEX_040200.WWV_FLOW_FORMS", line 989 ORA-06512: at "APEX_040200.WWV_FLOW_FORMS", line 1428
    the code of the book 2+Day developer which I used in my edit report region source :
    SELECT e.EMPLOYEE_ID,
    e.FIRST_NAME,
    e.LAST_NAME,
    e.HIRE_DATE,
    e.SALARY,
    e.COMMISSION_PCT,
    calc_remuneration(salary, commission_pct) REMUNERATION,
    e.DEPARTMENT_ID,
    d.DEPARTMENT_NAME
    FROM OEHR_EMPLOYEES e,
    OEHR_DEPARTMENTS d
    WHERE e.DEPARTMENT_ID = d.DEPARTMENT_ID(+) AND
    (e.DEPARTMENT_ID = :P3_DEPARTMENT_ID or
    (e.DEPARTMENT_ID is null and nvl(:P3_DEPARTMENT_ID,'-1') = '-1'))

    0e342a31-11d2-4cd7-ac7c-802ef455d578 wrote:
    Please update your forum profile with a recognisable username instead of "0e342a31-11d2-4cd7-ac7c-802ef455d578": Video tutorial how to change nickname available
    Always include the information detailed in these guidelines when posting a question: how to get answers from forum
    When I replace the code given in Apex 4.2  2+Day developer guide, it shows the following error.
    When you replace what code? Where? How? Provide the exact steps necessary to reproduce the problem.
    Error is :
    Error during rendering of page item P3_DEPARTMENT_ID.
    ORA-06550: line 5, column 1: PLS-00428: an INTO clause is expected in this SELECT statement
    is_internal_error: true
    apex_error_code: WWV_FLOW_FORM.UNHANDLED_ERROR
    ora_sqlcode: -6550
    ora_sqlerrm: ORA-06550: line 5, column 1: PLS-00428: an INTO clause is expected in this SELECT statement
    component.type: APEX_APPLICATION_PAGE_ITEMS
    component.id: 3996015574888943
    component.name: P3_DEPARTMENT_ID
    error_backtrace: ORA-06512: at "SYS.DBMS_SYS_SQL", line 1249 ORA-06512: at "SYS.WWV_DBMS_SQL", line 1021 ORA-06512: at "SYS.WWV_DBMS_SQL", line 1090 ORA-06512: at "APEX_040200.WWV_FLOW_DYNAMIC_EXEC", line 697 ORA-06512: at "APEX_040200.WWV_FLOW_META_UTIL", line 245 ORA-06512: at "APEX_040200.WWV_FLOW_FORMS", line 989 ORA-06512: at "APEX_040200.WWV_FLOW_FORMS", line 1428
    The error page indicates that the error occurred in rendering the P3_DEPARTMENT_ID page item. What are the Source and Default settings for this item?

  • Set DOCTYPE for a self rendered HTML page using cl_gui_html_viewer

    G'Day!
    I'm dealing with HTML in ABAP and i' stuck with a nasty little problem. Perhaps somebody know's the answer and can help me out. Thanks in advance. (I'm sorry for my poor english)
    My problem is:
    I am rendering a html page in abap and display ist using a cl_gui_html_viewer.
    Works fine.
    But now in need to set the right DOCTYPE for the rendered html page.
    If i add the DOCTYPE definition, my html page is not displayed, instead i get a display of the html-code??
    To break it down to the root:
    How can i add the DOCTYPE definition to a self-rendered html page?
    If i add the DOCTYPE definition as first element of my html table, the html code won't be interpreted.
    If i do not add the DOCTYPE defintion everything works fine.
    I need the DOCTYPE definition so that the browser won't get into quirks mode and interpretes the html tag's right.
    What i've done so far:
    (Dynpro, container, html_viewer)
    Load my JScripts (with load_mime_object)
    Load my CSS (with load_mime_object)
    Load my HTML:
    -- lt_html       TYPE w3htmltab
    ((--  APPEND  '<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">'  TO ct_html.)) this line cause my trouble
    -- filled the itab with my html tags <html>....</html> (set right url for Jscript and CSS)
    -- Load my html table and get an URL CALL METHOD gr_labform_html->load_data
    -- Load the url CALL METHOD gr_labform_html->show_url

    I've "solved" my issue with a little workaround.
    I created an empty html page with an existing DOCTYPE def and an tag like <!MYDATA!>
    After that i filled 'l_merge_table TYPE swww_t_merge_table' with my tag and my html_data.
    Loaded the whole thing with CALL METHOD gr_labform_html->load_html_document and now the DOCTYPE is set fully correct!
    But i'm still interessted why i can't set the DOCTYPE directly? Anybody knows?
    Got the idea from: Re: How can I read color from frond-end PC

  • ++Urgent++IMP++ErrorError during rendering of page item

    Error     Error during rendering of page item P2_SERVICE_DESCRIPTION.
              ORA-06502: PL/SQL: numeric or value error: character string buffer too small
    Technical Info (only visible for developers)
    is_internal_error: true
    apex_error_code: WWV_FLOW_FORM.UNHANDLED_ERROR
    ora_sqlcode: -6502
    ora_sqlerrm: ORA-06502: PL/SQL: numeric or value error: character string buffer too small
    component.type: APEX_APPLICATION_PAGE_ITEMS
    component.id: 292990422842176587
    component.name: P2_SERVICE_DESCRIPTION
    error_backtrace:
    ORA-06512: at "SYS.HTF", line 988
    ORA-06512: at "APEX_040100.WWV_FLOW_UTILITIES", line 1690
    ORA-06512: at "APEX_040100.WWV_FLOW_NATIVE_ITEM", line 584
    ORA-06512: at "APEX_040100.WWV_FLOW_PLUGIN_ENGINE", line 1131
    ORA-06512: at "APEX_040100.WWV_FLOW_FORMS", line 906
    It was working fine and suddenly it started giving error.
    can any one give solution for this.

    943323 wrote:
    Hi,
    yes thats what i did and the size given in my previous reply is that size.
    In table its a clob.so the problem is not with the table. The problem is with the rich text item. It couldn't render the data.
    Is there any size limitation for 'Rich text editor item' in APEX.
    If Yes please specify the max size for that item. Can we change that size.
    Thanks and Regards,
    Edited by: 943323 on Nov 1, 2012 5:41 AMBut you still didn't answer my first question, what is your rich text editor's Maximum Width attribute set to?
    Can you reproduce the problem on http://apex.oracle.com ?

  • Firefox is rendering a page in quirks mode on one machine, but not on a different machine.

    I have two machines that are going to the same website. One machine renders the page correctly, the other enters quirks mode and nothing appears on the screen.
    The machine that is not working is running OS X 10.6.4. The one that is working is running 10.4.11.
    I tried deleting the preferences, and reinstalling Firefox.
    This is a brand new install of the OS and was the first time we tried access this website.

    The problem is due to a call to getVolumeInformation. It works on my desktop but not on a different machine which has different drives and partitions etc. I'm returning the file system type of the fixed drives, however on certain fixed drives it fails. At first I thought it was failing on logical drives but that does not seem to be the case.This is nonsense in terms of your original post.
    Perhaps you meant to say that some of your native methods work and others dont? And the one and only way that they don't work is because you get the link error? If yes then I already told you what the reason is.
    Conversely there is some other failure, which has nothing to do with a link error. And thus it is pointless to continue to discuss this unless you actually explain what is happening.

  • Rendered html pages in results file(html) not showing the images of origina

    hi,
    rendered html pages in results file(html) not showing the images of original page
    when i click on rendered html pages of different html section of a results file.
    both master and tested as well.
    thx
    pasumarthi

    By design, the report will not show the images, will not apply imported css or javascript files and will not show framesets. Also, in the case that an image is shown there is no guarantee that that was the image that was seen when recording/playback the script.
    The rendered html pages that are shown in the report only contains the structure of the html page. If an image is shown the image will be a reference to the location of the image and not a saved copy of the image as part of the report. If the website has a simple structure this can give an idea of what was different. If the website relies extensively on images, stylesheets or javascript to present the information then this report feature becomes less useful.
    Few weeks ago I requested a feature request in order to be able to see in the report the page exactly as it was when recording the script and exactly as it was when the script was played back. In the way that the feature request was written it specifies the use of screen captures or saving the page as a pdf file.
    Regards,
    Zuriel

  • Error during rendering of page item P1_LOGIN.

    Dear Oracle Apex Experts,
    Thank you for this brilliant environment.
    There is a small problem. When I entered http://apex.oracle.com/pls/apex
    It gives me the following Error
    Error     Error during rendering of page item P1_LOGIN.
              ORA-00376: file 30002 cannot be read at this time ORA-01110: data file 30002: '/u03/oradata/marvlprd/temporary02.dbf'
    Please, resolve it ASAP
    Best Regards

    It has been resolved :)
    Thank you so much
    Edited by: mahmoudrabie on Feb 4, 2012 10:33 PM

  • How i can check whether a component is being placed or it's being rendered during page load...

    Hi,
    I have a piece of code which needs to be triggered only when the component gets rendered.. and at the same time it shouldn't get trigerred when author places it in the page...
    For an example, Consider i have a component called samplecomponent. Also i have a piece of code in samplecomponent.jsp which should get triggered only when the component is being rendered during page load and if author places that component in the page (ofcourse the samplecomponent.jsp will get triggered but my particular piece of code should not get triggered.. Is there any condition to check that..?
    Thanks
    Shankar .A

    Hello Shankar,
    I think this is very straight forward and you can set this condition based on any of the property of your component via check null/empty condition because when you will drop your component the properties of your component will be not initialized and you can check for at (let say you have a property which is mandetory so to instantiate that component you have to have at least that property)
    And let say if above option doesn't work for you then there is one more option of checking the edit mode of the page and based on that you can differ your code. But edit mode code will not work until you will see the page in edit mode, the code will only work when you switch to preview mode (publish mode) of page from edit mode (from sidekick at bottom you have option to go to edit and preview mode).
    WCMMode mode = WCMMode.fromRequest(request);
        if (!mode.equals(WCMMode.EDIT) && !mode.equals(WCMMode.DESIGN)) {
         //this part of code never execute when your page is in edit mode (dropped content or load the page in edit mode). but this part of code will run when you switch from edit mode to previe mode (in author node) or on  publish instance of Server because there will be no edit mode there.
    Let me know if you need more information or it doesn't help you.
    Thanks,
    Pawan

  • XSQL page - rendered HTML looks weird on UNIX and Mac

    The fonts are not coming out as specified when I view HTML produced by XSQL pages.
    I thought there was something wrong with my stylesheet, but then I went to ws5.olab.com and saw the same phenomenon.
    I'd like to make my pages look the same on Macs, PCs, and Unix boxes. Any ideas anyone?
    <font face="arial, helvetica, san-serif" size="1">

    XSL has nothing to do with fonts, really.
    Your problem likely has everything to do
    with straightforward differences in
    how different browsers on different
    platforms implements the HTML and CSS
    specifications.
    If you find the combination that works
    for you with static HTML, then you
    can use XSL to generate that combination,
    but otherwise, it's not XSL to blame :-)
    null

  • Not Rendering Some Pages Correctly

    My site has been working correctly for several years. Yesterday, when trying to update only a couple of the pages, iWeb made me republish the whole site. I did it overnight by publishing to a folder, then using Cyberduck to upload the folder.
    Now my Welcome page looks normal but some of the other pages do not render correctly. Appears to be related to the photo template pages (click on the "Bills Photos" link on the Welcome page to see the problem).
    When I publish to a folder and open with Safari all pages render normally. When I compare the html on the PhotoGallery page in the folder with the one on my iDisk, they appear to be the same.
    I've been changing things and retrying with no success. Can anyone tell me what's going on and how to fix it.
    My URL is: http://web.mac.com/billspaulding/BillsHome/Welcome.html
    Thanks for any help.
    Bill

    Bill-
    First of all I am noticing that you are using non-web safe fonts (futura comes up in safari and something serif, maybe a Garamond? in firefox). So that could be one reason why your type is off...
    I can see the type redrawing as the page renders. I have also found that when you adjust with the type character spacing settings in iweb it renders differently on different browsers. Also be careful of overlapping text boxes. That can mess up your type as well.
    As far as the gallery photo pages... just a guess... but your site is very narrow. Did you make sure all files (including the gallery pages) fall within the page width you have set up? I noticed when I click 'back to album' the page corrects itself to view the slideshow but you lose the other options to download, etc. Weird but it almost looks like you have 2 copies of the gallery on each page.. with 2 buttons for each (play slideshow)
    Have you checked all your links?
    Hope some of this helps. I have been working with iweb recently, teaching myself and viewing forums.
    Lisa
    Message was edited by: LSDLLC

  • Acrobat XI 11.0.0.7 on Mac renders 2 pages in a PDF incorrectly as blank. Any ideas to why?

    Hi
    We have a 26pp PDF document which when viewed in Acrobat XI 11.0.0.7 on OS X, 2 pages are rendered as blank in the main page view and the thumbnail view. All other pages render fine as do all other PDF documents. Viewing the same PDF document in Acrobat 10 and 9 on the same Mac shows both pages fine.
    To add mystery to the scenario, the same 26pp PDF viewed in Acrobat XI 11.0.0.7 on two other Macs running OS X is all good and the two pages in question on the other Mac view fine.
    Is there anything in particular that could cause this problem on the one Mac?
    Thanks for your time.

    I know this a weird issue so I'm not surprised I've had no reply to my question. Never the less, it is a real problem and maybe I need to file a bug report with Adobe. What would be the best way to do that?
    Also, looking at this again, could it be anything to do with the fact that the Mac that has this issue with Acrobat XI is running OS X 10.6.8?

  • Processing Values When Rendering A Page

    Hi,
    I have an application that loads a page and retrieves a single row from a table. If one specific column is not null, I have a PL/SQL function call that retrieves related information (via database link) for display. This does not seem to be working when I first render the page; subsequent views of the same page (after applying changes, for example) will show the information properly.
    Any suggestions how to make the related data retrieved from the PL/SQL call display on the first rendering of the page?
    TIA,
    Earl

    Scott,
    I can communicate the techical problem if I knew precisely what you needed. I just can't send you all the code, which is what you asked for. Anyway, I've embedded comments/responses to your assumptions below, which hopefully clarify the issue so I can get a solution to the problem.
    > Let me expand on why troubleshooting your problem
    without this information is a waste of time: 1) You
    said "if a column in a fetched row is NOT NULL,...".
    I can assume that you are using an Automated Row
    Fetch process and that you have page items with
    Source Type Database Column. But I should not have to
    assume that, you should volunteer all such
    information.
    Yes, I have a single column in a fetched row, gathered using the Automated Row Fetch process. The ARF fetch is based on the table column COW_ID, which is the primary key for the table. The page item P23_COW_ID has source type of Database Column and maps to this specific column in the table.
    The page item is called P23_CQAI_NUMBER, with a source type of Database Column. Default type is STATIC_TEXT_WITH_SUBSTITUTIONS, ACCEPT_PROCESSING = REPLACE_EXISTING, and USE_CACHE_BEFORE_DEFAULT = NO. There are no tranlations or post-processing on the field. The ARF happens at sequence #1, before the page is rendered.
    2) You said "...call a PL/SQL
    procedure..." I can assume that you're using an
    on-load page process based on some condition and that
    the conditions aren't working and that you've already
    determined that the process itself would work if only
    the condition worked. But that assumption may be
    incorrect.
    The following anonymous block PL/SQL is defined as an on-load page process, AFTER_HEADER (tried BEFORE_HEADER, but no difference in behavior). I originally set it to run conditionally (on if P23_CQAI_NUMBER was NOT NULL), but decided to run it unconditionally and embed the not null logic in my PL/SQL block in attempt to debug:
    begin
    if (:P23_CQAI_NUMBER is not NULL) then
    my_package_name.get_cqai_data(p_cqaiID => :P23_CQAI_NUMBER,
    p_submitter=>:P23_CQAI_SUBMITTER,
    p_assignee=>:P23_CQAI_ASSIGNEE);
    end if;
    end;
    p_submitter and p_assignee parameters in the above procedure call are both VARCHAR2 OUT parameters.
    This code always failed, until today in attempt to debug, I changed the block as follows:
    declare
    l_cqai_number varchar2(8);
    begin
    select cqai_number into l_cqai_number from my_table
    where cow_id = :P23_COW_ID;
    if (l_cqai_number is not NULL) then
    my_package_name.get_cqai_data(p_cqaiID => l_cqai_number,
    p_submitter=>:P23_CQAI_SUBMITTER,
    p_assignee=>:P23_CQAI_ASSIGNEE);
    end if;
    end;
    This works every time; but I don't understand why I have to make a second query to the database to get the data already fetched by ARF in sequence #1.
    3) I can further assume that you're
    referencing the fetched column value using bind
    variable or v() notation sometime after the ARF
    process runs and that you are using the proper DML
    Fetch Mode attribute of the ARF process and that you
    are using a version of Application Express that
    supports that attribute. You are correct. As far as using the APEX version that supports the attribute; I don't know. I'm using version 1.5.0.00.33 and the documentation is a little thin.
    ScottTIA,
    Earl

  • OEM app server interface - Renderer failed:  servlet error and NoClassDefFoundError

    Hello, I am having problems accessing my OEM (running on Sun Solaris) in an XSession/ssh terminal window on my Windows machine. It was working fine for months, and now I get the following errors on the OEM web browser interface page. I was wondering if anyone has had this problem, or if someone from Oracle can suggest a fix for us? We are currently unable to re-start our live app server while this connection option is not working.
    Thanks!
    -Eva
    11/11/02 12:50 PM emd: javax.servlet.ServletException: Renderer failed: java.lang.NoClassDefFoundError
    at oracle.cabo.servlet.ui.UINodePageRenderer.renderPage(Unknown Source)
    at oracle.cabo.servlet.AbstractPageBroker.renderPage(Unknown Source)
    at oracle.cabo.servlet.PageBrokerHandler.handleRequest(Unknown Source)
    at oracle.cabo.servlet.BajaServlet.doGet(Unknown Source)
    at oracle.sysman.emSDK.eml.svlt.EMServlet.doGet(EMServlet.java:240)
    at oracle.sysman.eml.app.ConsoleSN.doGet(ConsoleSN.java:71)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:244)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:336)
    at com.evermind.server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:59)
    at oracle.security.jazn.oc4j.JAZNFilter.doFilter(JAZNFilter.java:283)
    at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:523)
    at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:269)
    at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:735)
    at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:243)
    at com.evermind.util.ThreadPoolThread.run(ThreadPoolThread.java:64)
    11/11/02 12:50 PM emd: Servlet error
    javax.servlet.ServletException: Renderer failed: java.lang.NoClassDefFoundError
    at oracle.cabo.servlet.ui.UINodePageRenderer.renderPage(Unknown Source)
    at oracle.cabo.servlet.AbstractPageBroker.renderPage(Unknown Source)
    at oracle.cabo.servlet.PageBrokerHandler.handleRequest(Unknown Source)
    at oracle.cabo.servlet.BajaServlet.doGet(Unknown Source)
    at oracle.sysman.emSDK.eml.svlt.EMServlet.doGet(EMServlet.java:240)
    at oracle.sysman.eml.app.ConsoleSN.doGet(ConsoleSN.java:71)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:244)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:336)
    at com.evermind[Oracle9iAS (9.0.2.0.0) Containers for J2EE].server.http.ResourceFilterChain.doFilter(ResourceFilterChain.jav
    a:59)
    at oracle.security.jazn.oc4j.JAZNFilter.doFilter(JAZNFilter.java:283)
    at com.evermind[Oracle9iAS (9.0.2.0.0) Containers for J2EE].server.http.ServletRequestDispatcher.invoke(ServletRequestDispat
    cher.java:523)
    at com.evermind[Oracle9iAS (9.0.2.0.0) Containers for J2EE].server.http.ServletRequestDispatcher.forwardInternal(ServletRequ
    estDispatcher.java:269)
    at com.evermind[Oracle9iAS (9.0.2.0.0) Containers for J2EE].server.http.HttpRequestHandler.processRequest(HttpRequestHandler
    .java:735)
    at com.evermind[Oracle9iAS (9.0.2.0.0) Containers for J2EE].server.http.HttpRequestHandler.run(HttpRequestHandler.java:243)
    at com.evermind[Oracle9iAS (9.0.2.0.0) Containers for J2EE].util.ThreadPoolThread.run(ThreadPoolThread.java:64)
    11/11/02 12:50 PM emd: java.lang.NoClassDefFoundError
    at oracle.sysman.emSDK.eml.chart.ChartDataSource.setKey(ChartDataSource.java:720)
    at oracle.sysman.emSDK.eml.chart.ChartDataSource.setKey(ChartDataSource.java:702)
    at oracle.sysman.emSDK.eml.chart.EmChartDataSourceBean.addColumn(EmChartDataSourceBean.java:227)
    at oracle.sysman.emSDK.eml.chart.EmChartDataSourceBean.addColumn(EmChartDataSourceBean.java:171)
    at oracle.sysman.emSDK.eml.chart.EmChartBean.processChildren(EmChartBean.java:384)
    at oracle.sysman.emSDK.eml.chart.EmChartBean.setAttributes(EmChartBean.java:294)
    at oracle.sysman.emSDK.eml.chart.EmChartBean.initializeFromTag(EmChartBean.java:212)
    at oracle.sysman.emSDK.eml.chart.EmChartBean.<init>(EmChartBean.java:182)
    at oracle.sysman.emSDK.eml.chart.EMChartRenderer.getRenderingUINode(EMChartRenderer.java:65)
    at oracle.cabo.ui.composite.UINodeRenderer.render(Unknown Source)
    at oracle.cabo.ui.BaseUINode.render(Unknown Source)
    at oracle.cabo.ui.BaseUINode.render(Unknown Source)
    at oracle.cabo.ui.BaseRenderer.renderChild(Unknown Source)
    at oracle.cabo.ui.BaseRenderer.renderNamedChild(Unknown Source)
    at oracle.cabo.ui.BaseRenderer.renderNamedChild(Unknown Source)
    at oracle.cabo.ui.laf.base.SwitcherRenderer.renderContent(Unknown Source)
    at oracle.cabo.ui.BaseRenderer.render(Unknown Source)
    at oracle.cabo.ui.BaseUINode.render(Unknown Source)
    at oracle.cabo.ui.BaseUINode.render(Unknown Source)
    at oracle.cabo.ui.BaseRenderer.renderChild(Unknown Source)
    at oracle.cabo.ui.BaseRenderer.renderIndexedChild(Unknown Source)
    at oracle.cabo.ui.BaseRenderer.renderIndexedChild(Unknown Source)
    at oracle.cabo.ui.BaseRenderer.renderContent(Unknown Source)
    at oracle.cabo.ui.BaseRenderer.render(Unknown Source)
    at oracle.cabo.ui.laf.xhtml.XhtmlLafRenderer.render(Unknown Source)
    at oracle.cabo.ui.BaseUINode.render(Unknown Source)
    at oracle.cabo.ui.BaseUINode.render(Unknown Source)
    at oracle.cabo.ui.BaseRenderer.renderChild(Unknown Source)
    at oracle.cabo.ui.laf.xhtml.RowLayoutRenderer.renderChild(Unknown Source)
    at oracle.cabo.ui.BaseRenderer.renderIndexedChild(Unknown Source)
    at oracle.cabo.ui.BaseRenderer.renderIndexedChild(Unknown Source)
    at oracle.cabo.ui.BaseRenderer.renderContent(Unknown Source)
    at oracle.cabo.ui.BaseRenderer.render(Unknown Source)
    at oracle.cabo.ui.laf.xhtml.XhtmlLafRenderer.render(Unknown Source)
    at oracle.cabo.ui.BaseUINode.render(Unknown Source)
    at oracle.cabo.ui.BaseUINode.render(Unknown Source)
    at oracle.cabo.ui.BaseRenderer.renderChild(Unknown Source)
    at oracle.cabo.ui.BaseRenderer.renderIndexedChild(Unknown Source)
    at oracle.cabo.ui.BaseRenderer.renderIndexedChild(Unknown Source)
    at oracle.cabo.ui.BaseRenderer.renderContent(Unknown Source)
    at oracle.cabo.ui.BaseRenderer.render(Unknown Source)
    at oracle.cabo.ui.laf.xhtml.XhtmlLafRenderer.render(Unknown Source)
    at oracle.cabo.ui.BaseUINode.render(Unknown Source)
    at oracle.cabo.ui.BaseUINode.render(Unknown Source)
    at oracle.cabo.ui.BaseRenderer.renderChild(Unknown Source)

    We also see this error message in the OEM webpage interface:
    Servlet error: Renderer failed: java.lang.InternalError: Can't connect to X11 window server using '64.52.70.36:0.0' as the value of the DISPLAY variable
    I am hoping this extra info might help someone who would like to give us a suggestion of how we can get the OEM to appear in our browser again. Thanks!!

  • Safari not rendering a page correctly

    A webpage I created in Dreamweaver uses drop down menus that are supposed to display just to the left of the link they drop from. In all other browsers they work correctly, but since the latest upgrade in Safari to 3.0.4 as a part of OS 10.4.11 on my Macbook, they are not rendering correctly. Instead they are appearing much further to the left where it's difficult to move the cursor to them before they disappear. Until I changed the color of the drop downs they were disappearing into the background. Any ideas why Safari is not rendering them correctly? I'd like to keep Safari as my primary browser, but if it won't render my own page correctly, what other pages might it be messing up? Address of the page is http://www.montgomeryschoolsmd.org/schools/woottonhs/ The drop downs are connected to the central column list that has small arrows beside the words. They will probably work correctly for you, but won't for me in Safari. What can I do to fix it?
    Thanks,
    KWolfrey

    Hi,
    I'm running 10.4.11 with Safari 3.0.4 and as far as I can see the menus seem to work just fine here.
    Do you have a custom stylesheet set in Safaris advanced preferences? (Some Safari enhancer applications set one even if you didn't manually set one so double check to make sure.)
    Also, do you use PithHelmet?
    One quick test you can do to help narrow down things is to try Safari in another user account. This will help us to know whether your problem is local to your account or system wide. If you don't have another account you can use System Preferences -> Accounts -> \[+\] to create a test one (and \[-\] to remove it if needed)
    Lastly, I doubt these [errors|http://validator.w3.org/check?uri=http%3A%2F%2Fwww.montgomeryschoolsmd. org%2Fschools%2Fwoottonhs%2F&charset=%28detect+automatically%29&doctype=Inline&g roup=0] have anything to do with your problem since it seems to work fine for me, but you might want to look into them at some point.

Maybe you are looking for

  • WRE54G and WAP54G DHCP Problem

    Hi, Please can someone help me.  Current setup:- Cisco ASA 5505 with DHCP Server enabled on the inside interface. Linksys  WAP54G cabled directly into the above interface on the Cisco ASA. Linksys WRE54G with a wireless connection to the above access

  • Replacing the Acrobat logo in digital signatures

    I am using Adobe Acrobat X Pro 10.1.8 on a Macintosh.  When I create a digital signature, there is a checkbox option in the "Configure Signature Appearance" window (under Acrobat->Preferences->Security->Digital Signatures) which, when checked, displa

  • My Firefox has suddenly changed to Arabic and I can't get it back to English

    On the Firefox home page, the Arabic language has suddenly started to appear, and the cursor moves from right to left. Also, my browser history has started to take up part of the screen. I can't get rid of thrse annoying features.

  • Reg: Interface - SAP payroll data to payroll system

    I am downloading employee data from SAP to TAB delimited flat files. For this , i am using logical databases PNP ,Info type P0002 and tables CATSDB. In selection screen, i am getting the file name by using PARAMETRERS. 1.Then at selection-screen , I

  • Created in NTSC, Need in PAL - HELP!

    Hello, I'm fairly new to the iMovie package, i had used it about two years ago while editing a movie for a college class and everything was set-up for us. Anyway, i spent all day yesterday editing a project for my univeristy course. The problem is, w