Jave Script error when opening any page.

Whenever I load a page into Firefox I get the following error message: "[javascript application] Type Error: Components Class [CID] is undefined" This has happened with the last few versions of Firefox.

This issue can be caused by an extension that isn't working properly.
Do you have any AVG extensions or toolbars installed?
*Tools > Add-ons > Extensions
Start Firefox in <u>[[Safe Mode|Safe Mode]]</u> to check if one of the extensions or if hardware acceleration is causing the problem (switch to the DEFAULT theme: Firefox/Tools > Add-ons > Appearance/Themes).
*Don't make any changes on the Safe mode start window.
*https://support.mozilla.org/kb/Safe+Mode
*https://support.mozilla.org/kb/Troubleshooting+extensions+and+themes

Similar Messages

  • Error When Opening Any Form

    Hi All.,
    Im facing some issue while opening any form..its stuck in below mention file while opening any form i tried all the ways still im not able to fix the issue.
    Application:11.5.10.2
    OS-----------HP-UX
    DB-----------10.2.0.4.0
    File Name:
    oracle/forms/ui/FLWTextArea
    Work Around
    Relink the all the files
    Regenerated the jar files
    Regenerated the forms
    f60gen help=y
    Forms 6.0 (Form Compiler) Version 6.0.8.28.0 (Production)
    Forms 6.0 (Form Compiler): Release - Production
    (c) Copyright 1999 Oracle Corporation. All rights reserved.
    PL/SQL Version 8.0.6.3.0 (Production)
    Oracle Procedure Builder V6.0.8.21.0 Build #0 - Production
    Oracle Virtual Graphics System Version 6.0.5.39.0 (Production)
    Oracle Multimedia Version 6.0.8.25.0 (Production)
    Oracle Tools Integration Version 6.0.8.17.0 (Production)
    Oracle Tools Common Area Version 6.0.5.32.0
    Oracle CORE Version 4.0.6.0.0 - Production
    Metalink Doc id
    java.lang.NoClassDefFoundError: oracle/forms/ui/FLWTextArea Error When Opening Any Form [ID 1219663.1]

    Thanks,
    From the below doc id we are currently in patch set 19 but im not able see that in ad_bugs.,
    Note: 232313.1 - Information on Previous Versions of Developer 6i Patchsets
    https://metalink.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=232313.1
    Here is an example:
    If you have Forms: 6.0.8.27.x --> You are on Developer 6i Patch 18
    If you have Forms: 6.0.8.26.x --> You are on Developer 6i Patch 17
    If you have Forms: 6.0.8.25.x --> You are on Developer 6i Patch 16
    If you have Forms: 6.0.8.24.x --> You are on Developer 6i Patch 15
    SQL> select bug_number from ad_bugs where bug_number='&BUG_NUMBER';
    Enter value for bug_number: 9935935
    old 1: select bug_number from ad_bugs where bug_number='&BUG_NUMBER'
    new 1: select bug_number from ad_bugs where bug_number='9935935'
    no rows selected
    SQL>

  • When opening any page associated with Google (main search page, gmail, google maps, etc) the font is so tiny it is unreadable. Any other website is fine and this only happens with Mozilla. I just downloaded 3.6.12 and it's still a problem.

    When opening any page associated with Google (main search page, gmail, google maps, etc) the font is so tiny it is unreadable. Any other website is fine and this only happens with Mozilla. I just downloaded 3.6.12 and it's still a problem.

    Reset the page zoom on pages that cause problems: <b>View > Zoom > Reset</b> (Ctrl+0 (zero); Cmd+0 on Mac)
    * http://kb.mozillazine.org/Zoom_text_of_web_pages

  • Slow script error when opening websites

    I'm getting a slow script error when opening websites

    Safari > Preferences > Advanced > Show Develop menu in menu bar
    Safari > Develop > Disable Runaway JavaScript Timer

  • Spry tabbed panels java script error screwing up whole page when I reopen document in dreamweaver

    I need help!
    I am creating a site in dreamweaver and I am using spry tabbed panels for my content on every page.  I've created 4 pages.  When I go to reopen the pages after quitting dreamweaver 2 open and work just fine.  However, for the other two I receive a window that says,
    this document contains javascript code for a widget that no longer exists.  If you don't remove the code, the browser may display javascript errors when loading the page.  Would you like dreamweaver to find all instances of this code for you. 
    I've selected both yes and no options and either way my entire page becomes all jumbled.  I've tried deleting the script in code view and it doesn't help? 

    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <title>LEAP 2 GROW</title>
    <style type="text/css">
    <!--
    body  {
    margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
    padding: 0;
    text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
    color: #000000;
    background-color: #090909;
    background-image: url(k2-mountain-1280x800-1.jpg);
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 100%;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center top;
    .twoColFixLtHdr #container {
    width: 1200px;
    margin: 0 auto;
    text-align: left; /* this overrides the text-align: center on the body element. */
    .twoColFixLtHdr #header {
    padding: 0;
    margin-top: 10px;
    border-bottom-width: medium;
    border-bottom-style: solid;
    border-bottom-color: #8CC543;
    .twoColFixLtHdr #header h1 {
    margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
    padding: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
    .twoColFixLtHdr #sidebar1 {
    float: left; /* since this element is floated, a width must be given */
    width: 230px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
    background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
    padding: 0;
    background-color: #25A8E0;
    margin-top: 40px;
    height: 400px;
    .twoColFixLtHdr #mainContent {
    margin-right: 0;
    margin-bottom: 0px;
    margin-left: 248px;
    border: 1px solid #8CC543;
    margin-top: 40px;
    text-align: center;
    background-position: center center;
    color: #8CC543;
    font-family: "Century Gothic";
    font-size: medium;
    text-transform: none;
    height: 400px;
    background-image: url(k2-faded.jpg);
    .twoColFixLtHdr #footer {
    padding: 0;
    text-align: left;
    font-family: "Century Gothic";
    text-transform: uppercase;
    color: #25A8E0;
    letter-spacing: 5px;
    font-size: small;
    word-spacing: normal;
    display: block;
    margin-left: 0px;
    margin-top: 10px;
    .twoColFixLtHdr #footer p {
    margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
    padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
    .fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
    float: right;
    margin-left: 8px;
    .fltlft { /* this class can be used to float an element left in your page */
    float: left;
    margin-right: 8px;
    .clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
    clear:both;
        height:0;
        font-size: 1px;
        line-height: 0px;
    -->
    </style>
    <!--[if IE 5]>
    <style type="text/css">
    /* place css box model fixes for IE 5* in this conditional comment */
    .twoColFixLtHdr #sidebar1 { width: 230px; }
    </style>
    <![endif]--><!--[if IE]>
    <style type="text/css">
    /* place css fixes for all versions of IE in this conditional comment */
    .twoColFixLtHdr #sidebar1 { padding-top: 30px; }
    .twoColFixLtHdr #mainContent { zoom: 1; }
    /* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
    </style>
    <![endif]-->
    <script src="SpryAssets/SpryMenuBar.js" type="text/javascript"></script>
    <link href="SpryAssets/SpryMenuBarVertical.css" rel="stylesheet" type="text/css" />
    <style type="text/css">
    <!--
    a:link {
    color: #25A8E0;
    text-decoration: none;
    a:hover {
    color: #8CC543;
    text-decoration: none;
    -->
    </style>
    <script src="Scripts/AC_RunActiveContent.js" type="text/javascript"></script>
    <script src="SpryAssets/SpryEffects.js" type="text/javascript"></script>
    <script src="SpryAssets/SpryTabbedPanels.js" type="text/javascript"></script>
    <script type="text/javascript">
    <!--
    function MM_effectAppearFade(targetElement, duration, from, to, toggle)
    Spry.Effect.DoFade(targetElement, {duration: duration, from: from, to: to, toggle: toggle});
    function MM_preloadImages() { //v3.0
      var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
        var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
        if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
    //-->
    </script>
    <link href="SpryAssets/SpryMenuBarHorizontal.css" rel="stylesheet" type="text/css" />
    <style type="text/css">
    <!--
    .style2 {font-size: xx-small; color: #EEEEEE; }
    a:visited {
    text-decoration: none;
    color: #25A8E0;
    a:active {
    text-decoration: none;
    .style3 {
    color: #FFFFFF;
    font-weight: bold;
    .style4 {color: #FFFFFF}
    -->
    </style>
    <style type="text/css">
    <!--
    .style5 {font-size: x-large}
    h1 {
    font-size: medium;
    color: #25A8E0;
    .style6 {color: #444444}
    .style8 {color: #444444; font-weight: bold; }
    -->
    </style>
    <link href="SpryAssets/SpryTabbedPanels.css" rel="stylesheet" type="text/css" />
    </head>
    <body class="twoColFixLtHdr" onload="MM_preloadImages('HS-MENTOR-OVER.png')">
    <div id="container">
      <div id="header">
        <h1><a href="index.html"><img src="web-banner.png" width="514" height="127" /></a>
        <!-- end #header --></h1>
        <ul id="MenuBar2" class="MenuBarHorizontal">
          <li><a href="volunteer.html">VOLUNTEER</a> </li>
          <li><a href="parentcollege.enroll.html">PARENT COLLEGE: ENROLL</a></li>
          <li><a href="https://leapfrog-usa.com/AOE/Parent-Resources/Enrollment-Form.aspx">AFTER SCHOOL: ENROLL</a> </li>
        </ul>
      </div>
      <div id="sidebar1">
        <ul id="MenuBar1" class="MenuBarVertical">
          <li><a href="#" class="MenuBarItemSubmenu">ABOUT US</a>
            <ul>
              <li><a href="mission.html">mission/overview</a></li>
              <li><a href="ourteam.html">OUR team</a></li>
            </ul>
          </li>
          <li><a href="problem.html">THE PROBLEM</a></li>
          <li><a href="#" class="MenuBarItemSubmenu">THE SOLUTION</a>
            <ul>
              <li><a href="solution.overview.html">overview</a></li>
              <li><a href="solution.structure.html">structure</a></li>
            </ul>
          </li>
          <li><a href="#" class="MenuBarItemSubmenu">PROGRAMS</a>
            <ul>
              <li><a href="parentcollege.html">parent college</a></li>
              <li><a href="mentor.html">MENTOR program</a></li>
              <li><a href="farming.html">urban farming</a></li>
              <li><a href="afterschool.html">CHARTER AFTER SCHOOL</a></li>
            </ul>
          </li>
          <li><a href="#" class="MenuBarItemSubmenu">LOCATIONS</a>
            <ul>
              <li><a href="location.fulton.html">fulton county ga</a></li>
              <li><a href="location.haiti.html">haiti</a></li>
              <li><a href="location.tribe.html">native american tribe</a></li>
            </ul>
          </li>
          <li><a href="news.html">NEWS|RESOURCES</a></li>
          <li><a href="contact.html">CONTACT US</a></li>
          <li><a href="#">DONATE</a></li>
        </ul>
      </div>
      <div class="style3" id="mainContent">
        <div align="left" class="style4">
          <p class="style5">MENTOR PROGRAM</p>
          <div id="TabbedPanels2" class="TabbedPanels">
            <ul class="TabbedPanelsTabGroup">
              <li class="TabbedPanelsTab" tabindex="0">ABOUT</li>
              <li class="TabbedPanelsTab" tabindex="0">PROGRAM DIRECTOR</li>
              <li class="TabbedPanelsTab" tabindex="0">L2G CERTIFICATION</li>
              <li class="TabbedPanelsTab" tabindex="0">PHOTO GALLERY</li>
              <li class="TabbedPanelsTab" tabindex="0">HIGH SCHOOL ACADEMIC MENTOR</li>
              <li class="TabbedPanelsTab" tabindex="0">COMMUNITY-LEADER MENTOR</li>
            </ul>
            <div class="TabbedPanelsContentGroup">
              <div class="TabbedPanelsContent">
                <blockquote>
                  <p><em>“Those who have the ability, have the responsibility”</em></p>
                  <p><u>Avenue of attention:</u> <strong>                        MENTOR PROGRAM</strong> <br />
                    Unites local society, by focusing the <u>attention</u> of the community’s talent, on children (ages 7 – 12) who are in need of positive role models.  </p>
                  <p>Two levels of involvement: </p>
                  <ol>
                    <li>High School Academic Mentors</li>
                    <li>Community-Leader Mentors</li>
                  </ol>
                  <p><u>Program title:</u>                          <strong>Talent 2 Kids</strong> </p>
                  <p><u>Why Program Important</u><strong>:</strong>  </p>
                  <ol>
                  <ul>
                    <li><strong>Motivates</strong> children by providing successful, caring role models into their lives, and in accordance, exposing them to realistic paths towards financial success. </li>
                    <li>High school juniors and seniors on the honor roll are eligible to tutor elementary school children, utilizing their skills in helping with homework and comprehension.</li>
                    <li>Community business leaders will act as “big brother/big sisters,” mentoring and monitoring a child’s well being and academic progress.  Also, sharing career information and the associated path to success, along with teaching real-life problem solving skills.</li>
                  </ul>
                </blockquote>
              </div>
              <div class="TabbedPanelsContent">Content 2</div>
              <div class="TabbedPanelsContent">Content 3</div>
              <div class="TabbedPanelsContent">Content 4</div>
              <div class="TabbedPanelsContent">Content 5</div>
              <div class="TabbedPanelsContent">Content 6</div>
            </div>
          </div>
          <p> </p>
        </div>
        <p> </p>
        <p> </p>
      </div>
    <div id="footer">
      <table width="1200" border="0">
          <tr>
            <td><div align="left"><a href="parentcollege.html">parent college</a></div></td>
            <td><div align="center"><a href="mentor.html">MENTOR program</a></div></td>
            <td><div align="center"><a href="farming.html">urban farming</a></div></td>
            <td><div align="right"><a href="afterschool.html">charter after school</a></div></td>
          </tr>
        </table>
        <p align="center" class="style2">A NON-PROFIT ORGANIZATION, EMPOWERING COMMUNITIES TO MOTIVATE THEIR CHILDREN, CREATING LASTING CHANGE</p>
        <!-- end #footer --></div>
    <!-- end #container --></div>
    <script type="text/javascript">
    <!--
    var MenuBar1 = new Spry.Widget.MenuBar("MenuBar1", {imgRight:"SpryAssets/SpryMenuBarRightHover.gif"});
    var MenuBar2 = new Spry.Widget.MenuBar("MenuBar2", {imgDown:"SpryAssets/SpryMenuBarDownHover.gif", imgRight:"SpryAssets/SpryMenuBarRightHover.gif"});
    var TabbedPanels1 = new Spry.Widget.TabbedPanels("TabbedPanels2");
    //-->
    </script>
    </body>
    </html>

  • Java Script Errors when clicking on several opened documents

    All of a sudden I started having problems shutting down
    Dreamweaver MX 6.1
    Later , when I open two or more documents I get an error when
    I click on the document in the background.
    A series of dialog boxes come after eachother and say the
    following:
    1. While executing Browse_back enabled in toolbars.xml, a
    java script error occurred
    2. While executing Browse_back enabled in toolbars.xml, a
    java script error occurred
    3. While executing Browse_forwrad enabled in toolbars.xml, a
    java script error occurred
    4. While executing Browse_stop enabled in toolbars.xml, a
    java script error occurred
    5. While executing get current value in AddressURL.htm
    enabled in toolbars.xml, a java script error occurred
    I have uninstalled and reinstalled the program several times
    and it did not help. I have also installed Dreamweaver MX 6.1
    updaters with no change.

    You can try this simple fix -
    Quit DW.
    Find this folder -
    C:\Documents and Settings\<username>\Application
    Data\Macromedia\Dreamweaver
    8\Configuration\WinFileCache-*.dat
    (these folders are normally hidden - you may have to use
    Explorer > Tools >
    Folder Options to unhide them)
    or on Mac -
    Library/Application Support/Macromedia/Dreamweaver
    8/Configuration/MacFileCache-*.dat
    and delete it.
    Restart DW. Works better?
    Troubleshooting JavaScript errors in Dreamweaver
    http://www.adobe.com/cfusion/knowledgebase/index.cfm?id=tn_19105#dat
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.dreamweavermx-templates.com
    - Template Triage!
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    ==================
    "anabelapinto" <[email protected]> wrote in
    message
    news:emh6hq$ke5$[email protected]..
    > All of a sudden I started having problems shutting down
    Dreamweaver MX 6.1
    > Later , when I open two or more documents I get an error
    when I click on
    > the
    > document in the background.
    >
    > A series of dialog boxes come after eachother and say
    the following:
    >
    > 1. While executing Browse_back enabled in toolbars.xml,
    a java script
    > error
    > occurred
    >
    > 2. While executing Browse_back enabled in toolbars.xml,
    a java script
    > error
    > occurred
    >
    > 3. While executing Browse_forwrad enabled in
    toolbars.xml, a java script
    > error
    > occurred
    >
    > 4. While executing Browse_stop enabled in toolbars.xml,
    a java script
    > error
    > occurred
    >
    > 5. While executing get current value in AddressURL.htm
    enabled in
    > toolbars.xml, a java script error occurred
    >
    > I have uninstalled and reinstalled the program several
    times and it did
    > not
    > help. I have also installed Dreamweaver MX 6.1 updaters
    with no change.
    >
    >

  • Error while opening any Page in my ADF App

    Dear All
    i have BC + JSF Project, and while opening any page in the first time , i am facing the below error
    oracle.jdevimpl.webapp.faces.config.modelimpl.FacesConfigHandler:Aug 24, 2011 10:27:24 AM oracle.jdevimpl.webapp.faces.config.modelimpl.FacesConfigHandler setIsMetadataComplete
    INFO: jar:file:/F:/JDeveloper/mywork/MEDGO_LIB-31/LIB/deploy/MEDGO_LIB.jar!/META-INF/faces-config.xml metadata-complete undefined (false)
    Aug 24, 2011 10:27:27 AM oracle.bali.xml.grammar.QualifiedName validateNamespaceName
    SEVERE: Attempt to create illegal qualified name! File a bug against the caller of QualifiedName.getQualifiedName (or ImmutableXmlKey.create*). This exception will be thrown instead of loggered soon. namespace=null name=Top Position
    java.lang.IllegalArgumentException: Illegal name character ' ' (index 3) in: Top Position
         at oracle.bali.xml.util.XmlNameUtils.validateName(XmlNameUtils.java:29)
         at oracle.bali.xml.grammar.QualifiedName.validateNamespaceName(QualifiedName.java:213)
         at oracle.bali.xml.grammar.QualifiedName.<init>(QualifiedName.java:170)
         at oracle.bali.xml.grammar.QualifiedName.getQualifiedName(QualifiedName.java:63)
         at oracle.adfdtinternal.view.rich.template.metadata.AbstractComponentProjectMDProvider.getLayerMetadata(AbstractComponentProjectMDProvider.java:244)
         at oracle.adfdtinternal.view.rich.template.metadata.AbstractComponentProjectMDProvider.getLayerMetadataItem(AbstractComponentProjectMDProvider.java:266)
         at oracle.bali.xml.metadata.LayeredMetadataProvider.getMetadataItem(LayeredMetadataProvider.java:116)
         at oracle.bali.xml.metadata.LayeredMetadataProvider.getMetadataItem(LayeredMetadataProvider.java:127)
         at oracle.jdevimpl.webapp.metadata.DelegatingMetadataProvider.getMetadataItem(DelegatingMetadataProvider.java:35)
         at oracle.bali.xml.metadata.LayeredMetadataProvider.getMetadataItem(LayeredMetadataProvider.java:127)
         at oracle.jdevimpl.webapp.metadata.TagLibraryCacheMetadataProvider.getMetadataItem(TagLibraryCacheMetadataProvider.java:115)
         at oracle.jdevimpl.webapp.metadata.DelegatingMetadataProvider.getMetadataItem(DelegatingMetadataProvider.java:35)
         at oracle.jdevimpl.webapp.metadata.ComplexMetadataProvider.getLayerMetadataItem(ComplexMetadataProvider.java:63)
         at oracle.bali.xml.metadata.LayeredMetadataProvider.getMetadataItem(LayeredMetadataProvider.java:116)
         at oracle.bali.xml.metadata.LayeredMetadataProvider.getMetadataItem(LayeredMetadataProvider.java:127)
         at oracle.bali.xml.metadata.LayeredMetadataProvider.getMetadataItem(LayeredMetadataProvider.java:127)
         at oracle.bali.xml.metadata.LayeredMetadataProvider.getMetadataItem(LayeredMetadataProvider.java:127)
         at oracle.bali.xml.metadata.LayeredMetadataProvider.getMetadataItem(LayeredMetadataProvider.java:127)
         at oracle.bali.xml.metadata.LayeredMetadataProvider.getMetadataItem(LayeredMetadataProvider.java:127)
         at oracle.bali.xml.metadata.LayeredMetadataProvider.getMetadataItem(LayeredMetadataProvider.java:127)
         at oracle.bali.xml.metadata.LayeredMetadataProvider.getMetadataItem(LayeredMetadataProvider.java:127)
         at oracle.bali.xml.metadata.LayeredMetadataProvider.getMetadataItem(LayeredMetadataProvider.java:127)
         at oracle.bali.xml.metadata.LayeredMetadataProvider.getMetadataItem(LayeredMetadataProvider.java:127)
         at oracle.bali.xml.metadata.LayeredMetadataProvider.getMetadataItem(LayeredMetadataProvider.java:127)
         at oracle.bali.xml.metadata.LayeredMetadataProvider.getMetadataItem(LayeredMetadataProvider.java:127)
         at oracle.bali.xml.metadata.LayeredMetadataProvider.getMetadataItem(LayeredMetadataProvider.java:127)
         at oracle.bali.xml.metadata.LayeredMetadataProvider.getMetadataItem(LayeredMetadataProvider.java:127)
         at oracle.bali.xml.metadata.LayeredMetadataProvider.getMetadataItem(LayeredMetadataProvider.java:127)
         at oracle.bali.xml.metadata.LayeredMetadataProvider.getMetadataItem(LayeredMetadataProvider.java:127)
         at oracle.bali.xml.metadata.LayeredMetadataProvider.getMetadataItem(LayeredMetadataProvider.java:127)
         at oracle.bali.xml.metadata.LayeredMetadataProvider.getMetadataItem(LayeredMetadataProvider.java:127)
         at oracle.bali.xml.metadata.LayeredMetadataProvider.getMetadataItem(LayeredMetadataProvider.java:127)
         at oracle.bali.xml.metadata.LayeredMetadataProvider.getMetadataItem(LayeredMetadataProvider.java:127)
         at oracle.bali.xml.metadata.CoreMetadataEvaluator.getLayerMetadataInfo(CoreMetadataEvaluator.java:195)
         at oracle.bali.xml.model.XmlMetadataEvaluator.getLayerMetadataInfo(XmlMetadataEvaluator.java:81)
         at oracle.bali.xml.metadata.LayeredMetadataEvaluator._getLayerMetadataItem(LayeredMetadataEvaluator.java:265)
         at oracle.bali.xml.metadata.LayeredMetadataEvaluator.getMetadataItemImpl(LayeredMetadataEvaluator.java:147)
         at oracle.jdevimpl.webapp.jsp.JspXmlModel$JspMetadataEvaluator.getMetadataItemImpl(JspXmlModel.java:374)
         at oracle.bali.xml.metadata.AbstractMetadataEvaluator.getMetadataItem(AbstractMetadataEvaluator.java:89)
         at oracle.bali.xml.metadata.XmlMetadataMethods.getDeprecated(XmlMetadataMethods.java:74)
         at oracle.bali.xml.model.XmlMetadataResolver.getDeprecatedImpl(XmlMetadataResolver.java:1360)
         at oracle.jdevimpl.webapp.jsp.JspMetadataResolver.getDeprecatedImpl(JspMetadataResolver.java:1133)
         at oracle.bali.xml.model.XmlMetadataResolver.getDeprecated(XmlMetadataResolver.java:572)
         at oracle.bali.xml.model.XmlMetadataResolver.isDeprecated(XmlMetadataResolver.java:2232)
         at oracle.bali.xml.model.XmlMetadataResolver._checkDeprecation(XmlMetadataResolver.java:6266)
         at oracle.bali.xml.model.XmlMetadataResolver.performAdditionalValidation(XmlMetadataResolver.java:291)
         at oracle.bali.xml.model.ModelValidationContext.performAdditionalValidation(ModelValidationContext.java:91)
         at oracle.bali.xml.validator.Validator._validateElement(Validator.java:378)
         at oracle.bali.xml.validator.Validator._validateChildren(Validator.java:621)
         at oracle.bali.xml.validator.Validator._validateElement(Validator.java:538)
         at oracle.bali.xml.validator.Validator._validateChildren(Validator.java:621)
         at oracle.bali.xml.validator.Validator._validateElement(Validator.java:538)
         at oracle.bali.xml.validator.Validator._validateChildren(Validator.java:621)
         at oracle.bali.xml.validator.Validator._validateElement(Validator.java:538)
         at oracle.bali.xml.validator.Validator._validateChildren(Validator.java:621)
         at oracle.bali.xml.validator.Validator._validateElement(Validator.java:538)
         at oracle.bali.xml.validator.Validator._validateElement(Validator.java:349)
         at oracle.bali.xml.validator.Validator.validateDocument(Validator.java:141)
         at oracle.bali.xml.validator.Validator.validateSubtree(Validator.java:85)
         at oracle.bali.xml.model.XmlModel._validateSubtreeHelper(XmlModel.java:3220)
         at oracle.bali.xml.model.XmlModel.access$3000(XmlModel.java:213)
         at oracle.bali.xml.model.XmlModel$DeferredValidationIssueList.getDelegateImpl(XmlModel.java:4484)
         at oracle.bali.xml.model.message.AbstractDelegatingIssueList.getDelegate(AbstractDelegatingIssueList.java:86)
         at oracle.bali.xml.model.message.AbstractDelegatingIssueList.size(AbstractDelegatingIssueList.java:18)
         at oracle.bali.xml.model.message.XmlModelMessageLog._computeCounts(XmlModelMessageLog.java:283)
         at oracle.bali.xml.model.message.XmlModelMessageLog.size(XmlModelMessageLog.java:94)
         at oracle.bali.xml.model.message.AbstractDelegatingIssueList.size(AbstractDelegatingIssueList.java:18)
         at oracle.bali.xml.gui.base.explorer.XmlTreeModel._createErrorNodes(XmlTreeModel.java:938)
         at oracle.bali.xml.gui.base.explorer.XmlTreeModel._fireErrorsFolderEvent(XmlTreeModel.java:793)
         at oracle.bali.xml.gui.base.explorer.XmlTreeModel.__handleModelChangeEvent(XmlTreeModel.java:771)
         at oracle.bali.xml.gui.base.explorer.BaseExplorerGui._updateTreeModel(BaseExplorerGui.java:317)
         at oracle.bali.xml.gui.base.explorer.BaseExplorerGui.handleViewAttached(BaseExplorerGui.java:255)
         at oracle.bali.xml.gui.XmlGui$GuiListener.listenerAttached(XmlGui.java:643)
         at oracle.bali.xml.model.listenerImpl.BaseEventTask.deliverEventHelper(BaseEventTask.java:44)
         at oracle.bali.xml.model.listenerImpl.BaseEventTask.deliverEventHelper(BaseEventTask.java:23)
         at oracle.bali.xml.model.AbstractModel$DeliverHelloGoodbyeEventTask.execute(AbstractModel.java:1570)
         at oracle.bali.xml.model.listenerImpl.XmlModelListenerManager._executeListenerSetChangedTask(XmlModelListenerManager.java:354)
         at oracle.bali.xml.model.listenerImpl.XmlModelListenerManager.addModelListener(XmlModelListenerManager.java:164)
         at oracle.bali.xml.model.AbstractModel.addModelListener(AbstractModel.java:202)
         at oracle.bali.xml.gui.XmlGui.postCreationHook(XmlGui.java:404)
         at oracle.bali.xml.gui.GuiXmlContext.getGui(GuiXmlContext.java:207)
         at oracle.bali.xml.gui.GuiXmlContext.getGui(GuiXmlContext.java:148)
         at oracle.bali.xml.gui.jdev.explorer.AbstractXmlExplorer.setContextImpl(AbstractXmlExplorer.java:152)
         at oracle.bali.xml.gui.jdev.explorer.AbstractAsynchronousXmlExplorer.setContext(AbstractAsynchronousXmlExplorer.java:41)
         at oracle.bali.xml.gui.jdev.explorer.AsynchronousXmlExplorer.updateContextImpl(AsynchronousXmlExplorer.java:286)
         at oracle.bali.xml.gui.jdev.explorer.AsynchronousXmlExplorer.setDelayedContext(AsynchronousXmlExplorer.java:277)
         at oracle.jdevimpl.webapp.common.WebAppXmlExplorer.access$200(WebAppXmlExplorer.java:16)
         at oracle.jdevimpl.webapp.common.WebAppXmlExplorer$1$1.run(WebAppXmlExplorer.java:48)
         at oracle.bali.ewt.util.PaintUtils.invokeAfterRepaint(PaintUtils.java:53)
         at oracle.javatools.util.SwingUtils.invokeAfterRepaint(SwingUtils.java:607)
         at oracle.jdevimpl.webapp.IdeHelper$1.run(IdeHelper.java:52)
         at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
         at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:642)
         at java.awt.EventQueue.access$000(EventQueue.java:85)
         at java.awt.EventQueue$1.run(EventQueue.java:603)
         at java.awt.EventQueue$1.run(EventQueue.java:601)
         at java.security.AccessController.doPrivileged(Native Method)
         at java.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:87)
         at java.awt.EventQueue.dispatchEvent(EventQueue.java:612)
         at oracle.javatools.internal.ui.EventQueueWrapper._dispatchEvent(EventQueueWrapper.java:169)
         at oracle.javatools.internal.ui.EventQueueWrapper.dispatchEvent(EventQueueWrapper.java:151)
         at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:269)
         at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:184)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:174)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:169)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:161)
         at java.awt.EventDispatchThread.run(EventDispatchThread.java:122)
    java.lang.IllegalArgumentException: Illegal name character ' ' (index 3) in: Top Position
    o.bali.xml.util.XmlNameUtils.validateName(XmlNameUtils.java:29)
    o.bali.xml.grammar.QualifiedName.validateNamespaceName(QualifiedName.java:213)
    o.bali.xml.grammar.QualifiedName.<init>(QualifiedName.java:170)
    o.bali.xml.grammar.QualifiedName.getQualifiedName(QualifiedName.java:63)
    o.adfdtinternal.view.rich.template.metadata.AbstractComponentProjectMDProvider.getLayerMetadata(AbstractComponentProjectMDProvider.java:244)
    o.adfdtinternal.view.rich.template.metadata.AbstractComponentProjectMDProvider.getLayerMetadataItem(AbstractComponentProjectMDProvider.java:266)
    o.bali.xml.metadata.LayeredMetadataProvider.getMetadataItem(LayeredMetadataProvider.java:116)
    o.bali.xml.metadata.LayeredMetadataProvider.getMetadataItem(LayeredMetadataProvider.java:127)
    o.ji.webapp.metadata.DelegatingMetadataProvider.getMetadataItem(DelegatingMetadataProvider.java:35)
    o.bali.xml.metadata.LayeredMetadataProvider.getMetadataItem(LayeredMetadataProvider.java:127)
    o.ji.webapp.metadata.TagLibraryCacheMetadataProvider.getMetadataItem(TagLibraryCacheMetadataProvider.java:115)
    o.ji.webapp.metadata.DelegatingMetadataProvider.getMetadataItem(DelegatingMetadataProvider.java:35)
    o.ji.webapp.metadata.ComplexMetadataProvider.getLayerMetadataItem(ComplexMetadataProvider.java:63)
    o.bali.xml.metadata.LayeredMetadataProvider.getMetadataItem(LayeredMetadataProvider.java:116)
    o.bali.xml.metadata.LayeredMetadataProvider.getMetadataItem(LayeredMetadataProvider.java:127)
    o.bali.xml.metadata.LayeredMetadataProvider.getMetadataItem(LayeredMetadataProvider.java:127)
    o.bali.xml.metadata.LayeredMetadataProvider.getMetadataItem(LayeredMetadataProvider.java:127)
    o.bali.xml.metadata.LayeredMetadataProvider.getMetadataItem(LayeredMetadataProvider.java:127)
    o.bali.xml.metadata.LayeredMetadataProvider.getMetadataItem(LayeredMetadataProvider.java:127)
    o.bali.xml.metadata.LayeredMetadataProvider.getMetadataItem(LayeredMetadataProvider.java:127)
    o.bali.xml.metadata.LayeredMetadataProvider.getMetadataItem(LayeredMetadataProvider.java:127)
    o.bali.xml.metadata.LayeredMetadataProvider.getMetadataItem(LayeredMetadataProvider.java:127)
    o.bali.xml.metadata.LayeredMetadataProvider.getMetadataItem(LayeredMetadataProvider.java:127)
    o.bali.xml.metadata.LayeredMetadataProvider.getMetadataItem(LayeredMetadataProvider.java:127)
    o.bali.xml.metadata.LayeredMetadataProvider.getMetadataItem(LayeredMetadataProvider.java:127)
    o.bali.xml.metadata.LayeredMetadataProvider.getMetadataItem(LayeredMetadataProvider.java:127)
    o.bali.xml.metadata.LayeredMetadataProvider.getMetadataItem(LayeredMetadataProvider.java:127)
    o.bali.xml.metadata.LayeredMetadataProvider.getMetadataItem(LayeredMetadataProvider.java:127)
    o.bali.xml.metadata.LayeredMetadataProvider.getMetadataItem(LayeredMetadataProvider.java:127)
    o.bali.xml.metadata.LayeredMetadataProvider.getMetadataItem(LayeredMetadataProvider.java:127)
    o.bali.xml.metadata.LayeredMetadataProvider.getMetadataItem(LayeredMetadataProvider.java:127)
    o.bali.xml.metadata.LayeredMetadataProvider.getMetadataItem(LayeredMetadataProvider.java:127)
    o.bali.xml.metadata.LayeredMetadataProvider.getMetadataItem(LayeredMetadataProvider.java:127)
    o.bali.xml.metadata.CoreMetadataEvaluator.getLayerMetadataInfo(CoreMetadataEvaluator.java:195)
    o.bali.xml.model.XmlMetadataEvaluator.getLayerMetadataInfo(XmlMetadataEvaluator.java:81)
    o.bali.xml.metadata.LayeredMetadataEvaluator._getLayerMetadataItem(LayeredMetadataEvaluator.java:265)
    o.bali.xml.metadata.LayeredMetadataEvaluator.getMetadataItemImpl(LayeredMetadataEvaluator.java:147)
    o.ji.webapp.jsp.JspXmlModel$JspMetadataEvaluator.getMetadataItemImpl(JspXmlModel.java:374)
    o.bali.xml.metadata.AbstractMetadataEvaluator.getMetadataItem(AbstractMetadataEvaluator.java:89)
    o.bali.xml.metadata.XmlMetadataMethods.getDeprecated(XmlMetadataMethods.java:74)
    o.bali.xml.model.XmlMetadataResolver.getDeprecatedImpl(XmlMetadataResolver.java:1360)
    o.ji.webapp.jsp.JspMetadataResolver.getDeprecatedImpl(JspMetadataResolver.java:1133)
    o.bali.xml.model.XmlMetadataResolver.getDeprecated(XmlMetadataResolver.java:572)
    o.bali.xml.model.XmlMetadataResolver.isDeprecated(XmlMetadataResolver.java:2232)
    o.bali.xml.model.XmlMetadataResolver._checkDeprecation(XmlMetadataResolver.java:6266)
    o.bali.xml.model.XmlMetadataResolver.performAdditionalValidation(XmlMetadataResolver.java:291)
    o.bali.xml.model.ModelValidationContext.performAdditionalValidation(ModelValidationContext.java:91)
    o.bali.xml.validator.Validator._validateElement(Validator.java:378)
    o.bali.xml.validator.Validator._validateChildren(Validator.java:621)
    o.bali.xml.validator.Validator._validateElement(Validator.java:538)
    o.bali.xml.validator.Validator._validateChildren(Validator.java:621)
    o.bali.xml.validator.Validator._validateElement(Validator.java:538)
    o.bali.xml.validator.Validator._validateChildren(Validator.java:621)
    o.bali.xml.validator.Validator._validateElement(Validator.java:538)
    o.bali.xml.validator.Validator._validateChildren(Validator.java:621)
    o.bali.xml.validator.Validator._validateElement(Validator.java:538)
    o.bali.xml.validator.Validator._validateElement(Validator.java:349)
    o.bali.xml.validator.Validator.validateDocument(Validator.java:141)
    o.bali.xml.validator.Validator.validateSubtree(Validator.java:85)
    o.bali.xml.model.XmlModel._validateSubtreeHelper(XmlModel.java:3220)
    o.bali.xml.model.XmlModel.access$3000(XmlModel.java:213)
    o.bali.xml.model.XmlModel$DeferredValidationIssueList.getDelegateImpl(XmlModel.java:4484)
    o.bali.xml.model.message.AbstractDelegatingIssueList.getDelegate(AbstractDelegatingIssueList.java:86)
    o.bali.xml.model.message.AbstractDelegatingIssueList.size(AbstractDelegatingIssueList.java:18)
    o.bali.xml.model.message.XmlModelMessageLog._computeCounts(XmlModelMessageLog.java:283)
    o.bali.xml.model.message.XmlModelMessageLog.size(XmlModelMessageLog.java:94)
    o.bali.xml.model.message.AbstractDelegatingIssueList.size(AbstractDelegatingIssueList.java:18)
    o.bali.xml.gui.base.explorer.XmlTreeModel._createErrorNodes(XmlTreeModel.java:938)
    o.bali.xml.gui.base.explorer.XmlTreeModel._fireErrorsFolderEvent(XmlTreeModel.java:793)
    o.bali.xml.gui.base.explorer.XmlTreeModel.__handleModelChangeEvent(XmlTreeModel.java:771)
    o.bali.xml.gui.base.explorer.BaseExplorerGui._updateTreeModel(BaseExplorerGui.java:317)
    o.bali.xml.gui.base.explorer.BaseExplorerGui.handleViewAttached(BaseExplorerGui.java:255)
    o.bali.xml.gui.XmlGui$GuiListener.listenerAttached(XmlGui.java:643)
    o.bali.xml.model.listenerImpl.BaseEventTask.deliverEventHelper(BaseEventTask.java:44)
    o.bali.xml.model.listenerImpl.BaseEventTask.deliverEventHelper(BaseEventTask.java:23)
    o.bali.xml.model.AbstractModel$DeliverHelloGoodbyeEventTask.execute(AbstractModel.java:1570)
    o.bali.xml.model.listenerImpl.XmlModelListenerManager._executeListenerSetChangedTask(XmlModelListenerManager.java:354)
    o.bali.xml.model.listenerImpl.XmlModelListenerManager.addModelListener(XmlModelListenerManager.java:164)
    o.bali.xml.model.AbstractModel.addModelListener(AbstractModel.java:202)
    o.bali.xml.gui.XmlGui.postCreationHook(XmlGui.java:404)
    o.bali.xml.gui.GuiXmlContext.getGui(GuiXmlContext.java:207)
    o.bali.xml.gui.GuiXmlContext.getGui(GuiXmlContext.java:148)
    o.bali.xml.gui.jdev.explorer.AbstractXmlExplorer.setContextImpl(AbstractXmlExplorer.java:152)
    o.bali.xml.gui.jdev.explorer.AbstractAsynchronousXmlExplorer.setContext(AbstractAsynchronousXmlExplorer.java:41)
    o.bali.xml.gui.jdev.explorer.AsynchronousXmlExplorer.updateContextImpl(AsynchronousXmlExplorer.java:286)
    o.bali.xml.gui.jdev.explorer.AsynchronousXmlExplorer.setDelayedContext(AsynchronousXmlExplorer.java:277)
    o.ji.webapp.common.WebAppXmlExplorer.access$200(WebAppXmlExplorer.java:16)
    o.ji.webapp.common.WebAppXmlExplorer$1$1.run(WebAppXmlExplorer.java:48)
    o.bali.ewt.util.PaintUtils.invokeAfterRepaint(PaintUtils.java:53)
    o.javatools.util.SwingUtils.invokeAfterRepaint(SwingUtils.java:607)
    o.ji.webapp.IdeHelper$1.run(IdeHelper.java:52)
    j.a.event.InvocationEvent.dispatch(InvocationEvent.java:209)
    j.a.EventQueue.dispatchEventImpl(EventQueue.java:642)
    j.a.EventQueue.access$000(EventQueue.java:85)
    j.a.EventQueue$1.run(EventQueue.java:603)
    j.a.EventQueue$1.run(EventQueue.java:601)
    j.security.AccessController.doPrivileged(Native Method)
    j.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:87)
    j.a.EventQueue.dispatchEvent(EventQueue.java:612)
    o.javatools.internal.ui.EventQueueWrapper._dispatchEvent(EventQueueWrapper.java:169)
    o.javatools.internal.ui.EventQueueWrapper.dispatchEvent(EventQueueWrapper.java:151)
    j.a.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:269)
    j.a.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:184)
    j.a.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:174)
    j.a.EventDispatchThread.pumpEvents(EventDispatchThread.java:169)
    j.a.EventDispatchThread.pumpEvents(EventDispatchThread.java:161)
    j.a.EventDispatchThread.run(EventDispatchThread.java:122)
    Aug 24, 2011 10:27:27 AM oracle.bali.xml.grammar.QualifiedName validateNamespaceName
    SEVERE: Attempt to create illegal qualified name! File a bug against the caller of QualifiedName.getQualifiedName (or ImmutableXmlKey.create*). This exception will be thrown instead of loggered soon. namespace=null name=Left Position
    please advise

    yes..
    some illegal name is added to the xml or jspx file
    Aug 24, 2011 10:27:27 AM oracle.bali.xml.grammar.QualifiedName validateNamespaceName
    SEVERE: Attempt to create illegal qualified name! File a bug against the caller of QualifiedName.getQualifiedName (or ImmutableXmlKey.create*). This exception will be thrown instead of loggered soon. namespace=null name=Top Position

  • Scripting error when opening Interactive Form

    Hi all,
    I'm experimenting with adobe interactive forms (in web dynpro), but things aren't going as expected. I'm getting scripting errors when clicking (in Internet Explorer) on a link that opens a view with an interactive form. Please see below for details.
    I've found a similar error description /thread/80059 [original link is broken], but the context is different. It seems to be related to namespaces, but I have no idea what I'm doing wrong.
    Any help is greatly appreciated!
    line 59: 'sapUrDomainRelaxing' is undefined
    line 109: Object expected
    line 113: Object expected
    line 137: 'SSR' is undefined
    line59
    ur_system = {<<SNIP>>, domainrelaxing: sapUrDomainRelaxing.MINIMAL, <<SNIP>>};
    line 109
    sapUrMapi_init();
    line 113
    sapUrMapi_Focus_RegisterCreate('');
    if( SSR && SSR.windowManager) SSR.windowManager.hideEventBlocker();
    sapUrMapi_initLinkStatus();
    line 137
    if (SSR.showInfo){ <<SNIP>> }

    Hello Jeroen and welcome to the SDN!
    It seems like an error in the WebDynpro-part, not in the Adobe forms-part. Please check if all your elements (views, windows, controllers, etc.) are in valid namespaces.
    Could you try to create an application for the WebDynpro-project in the NDS, and try to <i>deploy new archive and run </i>? Does this work?
    Perhaps you could even copy the project, and replace the Adobe Inter Form element by a static text, to test if it is in the WebDynpro part or that it really has something to do with the Adobe.
    Good luck,
    Jan-Willem Kaagman

  • Getting 500 Internal Server Error when opening GC page

    There was no change in configuration and all of a sudden, I can not connect to GC. I did notice that OC4J for OC4J_EM is down and I can't get it to go "Alive". Can someone run opmnctl status and print the output for me?
    I'm on Windows 2003/GC 10.1.0.4. Anyone has seen this problem?
    Cheers,
    Rodney

    Exact error when opening page is:
    Internal Server Error
    The server encountered an internal error or misconfiguration and was unable to complete your request.
    Please contact the server administrator, [email protected] and inform them of the time the error occurred and anything you might have done that may have caused the error. More information about this error may be available in the server error log.

  • Script error when opening browser or enlarging

    chrome://tavgp/content/libs/include.js:595
    I get a script error on opening the Firefox browser, every time I try to enlarge a photo and when opening an information popup.

    Caused by an incompatible extension.
    http://support.mozilla.com/en-US/kb/troubleshooting+extensions+and+themes
    Figure out which one is causing that problem, and disable that extension.

  • Financial Reporting Studio has overflow error when opening any report

    Hello everyone!
    I faced with problem in FR Studio. When I try open any report is appears an error "Overflow". In others machines this error is not appears.
    Version of FR Studio: 11.1.2.757
    Many thanks for your advices!

    Uninstall CRVS2010 that you currently have installed.
    To remove the assemblies from the GAC use gacutil. Google will get you a number of links on how to. Also, see the KB [1535325  - How to remove CRVS2010 Beta 2|http://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/oss_notes_boj/sdn_oss_boj_bi/sap(bD1lbiZjPTAwMQ==)/bc/bsp/spn/scn_bosap/notes%7B6163636573733d36393736354636443646363436353344333933393338323636393736354637333631373036453646373436353733354636453735364436323635373233443330333033303331333533333335333333323335%7D.do].
    Reinstall CRVS2010 SP1 from here:
    SAP Crystal Reports, developer version for Microsoft Visual Studio: Updates & Runtime Downloads [original link is broken]
    - Ludek

  • Why do this error when opening any of my adobe programs

    Hi,
    I recently reinstalled windows on my PC as I was having issues but had installed adobe cs5.5 production premium on a separate hard drive. Now when I open any of those applications, it says please reinstall or uninstall, Error 16.
    Then it closes. Any ideas would be greatly appreciated!! (I would have called adobe support but I called after operating hours and will not be able to call till monday, unfortunately i need the suite before Monday (hack avatar)
    Please help!!
    Thanks
    Khoa

    I may have already resolved this issue buy removing the device from my computer and re-pairing it. It is currently working just fine.

  • [Solved]500 Internal Server Error- when open dialog page for LOV

    Hello
    I have developed JSF / ADF Bc application and my form has inputselect component and everything works fine in embeded OC4J, but when i deploy the application to apps server i get below error when i launch the dialog page to select a value
    500 Internal Server Error
    Servlet error: An exception occurred. The current application deployment descriptors do not allow for including it in this response. Please consult the application log for details.
    Please help
    Thanks
    Message was edited by:
    user570961

    Frank
    unfortunately nothing is reported in the log file , please see the bottom of the message to see what's in the log file
    this is all i see in the log and this is added to log when the page is loaded before i try to launch my dialog page and nothing else is added to the error i am getting. and in IE it just says page cannot be displayed and firefox reports the 500 Internal server error with the message i posted in original post
    we have QA server and there i deployed the application from jdeveloper and it works Okay , but for production , production services team deployed the application using the EAR file i am giving to them and i am getting this error. ( I am providing them with the EAR file generated when i deploy the application to QA from jdeveloper)
    I thought i try to deploy this to QA from ear file to see if i can reproduce the problem , so undeployed my application and tried to deploy using ear file in qa, but it never goes to step 2. it hangs on the screen uploading file ..... it never completes uploading and it does not fail with error either
    Oct 2, 2007 9:03:50 PM com.sun.faces.config.rules.ConverterRule end
    WARNING: [ConverterRule]{faces-config/converter} Merge(javax.faces.Short,null)
    Oct 2, 2007 9:03:50 PM com.sun.faces.config.rules.ConverterRule end
    WARNING: [ConverterRule]{faces-config/converter} Merge(null,java.lang.Short)
    Oct 2, 2007 9:03:50 PM com.sun.faces.config.rules.ConverterRule end
    WARNING: [ConverterRule]{faces-config/converter} Merge(javax.faces.Byte,null)
    Oct 2, 2007 9:03:50 PM com.sun.faces.config.rules.ConverterRule end
    WARNING: [ConverterRule]{faces-config/converter} Merge(null,java.lang.Byte)
    Oct 2, 2007 9:03:50 PM com.sun.faces.config.rules.ConverterRule end
    WARNING: [ConverterRule]{faces-config/converter} Merge(javax.faces.Integer,null)
    Oct 2, 2007 9:03:50 PM com.sun.faces.config.rules.ConverterRule end
    WARNING: [ConverterRule]{faces-config/converter} Merge(null,java.lang.Integer)
    Oct 2, 2007 9:03:50 PM com.sun.faces.config.rules.ConverterRule end
    WARNING: [ConverterRule]{faces-config/converter} Merge(javax.faces.Long,null)
    Oct 2, 2007 9:03:50 PM com.sun.faces.config.rules.ConverterRule end
    WARNING: [ConverterRule]{faces-config/converter} Merge(null,java.lang.Long)
    Oct 2, 2007 9:03:50 PM com.sun.faces.config.rules.ConverterRule end
    WARNING: [ConverterRule]{faces-config/converter} Merge(javax.faces.Float,null)
    Oct 2, 2007 9:03:50 PM com.sun.faces.config.rules.ConverterRule end
    WARNING: [ConverterRule]{faces-config/converter} Merge(null,java.lang.Float)
    Oct 2, 2007 9:03:50 PM com.sun.faces.config.rules.ConverterRule end
    WARNING: [ConverterRule]{faces-config/converter} Merge(javax.faces.Double,null)
    Oct 2, 2007 9:03:50 PM com.sun.faces.config.rules.ConverterRule end
    WARNING: [ConverterRule]{faces-config/converter} Merge(null,java.lang.Double)
    Oct 2, 2007 9:03:50 PM com.sun.faces.config.rules.ValidatorRule end
    WARNING: [ValidatorRule]{faces-config/validator} Merge(javax.faces.LongRange)
    Oct 2, 2007 9:03:50 PM com.sun.faces.config.rules.ConverterRule end
    WARNING: [ConverterRule]{faces-config/converter} Merge(javax.faces.DateTime,null)
    Oct 2, 2007 9:03:50 PM com.sun.faces.config.rules.ConverterRule end

  • V33 Unresponsive Script error when opening new Window

    Opened a new, empty Window. After a couple of MINUTES of being locked up...
    Unresponsive Script Error.
    at least the damn box was blue.
    My continuing saga of trying to get FF to successfully reload a previous session:
    https://support.mozilla.org/en-US/questions/1022861#answer-640848
    and more unresponsive script popup problems:
    https://support.mozilla.org/en-US/questions/1025558#answer-640849

    I don't get any unresponsive script. It's best that the consumer contacts us as each case is different.
    Some things you can suggest:
    *Update to the latest version of Adobe Flash <br>
    *Clear cache and cookies <br>

  • Firefox crashes when opening any page especially email

    Firefox has suddenly started to crash when I open up any page but especially when I click through an email. I don't have a problem when I fire up Firefox by clicking the icon in my task bar, it's only when I want to view a page in any other way.
    Does anyone know how I can fix this issue, I'm not very technically minded so step by step would be most appreciated.

    Hi Madperson
    One of my crash reports is as follows :-
    AdapterDeviceID: 0x0046
    AdapterDeviceID: 0x8086
    Add-ons: (D19CA586-DD6C-4a0a-96F8-14644F340D60):14.4.1,(d40b90b4-d3b1-4d6b-a5d7-dc041c1b76C0):3.13.0.6(336D0C35-8A85-403a-B9D2-65C292C39087):2.0.0.441,(841468a1-d7f4-4bd3-84e6-bb0f13a06c64):1.300.426,(4ED1F68A-5463-4931-9384-8FF5ED91D92)3.4.1.195,[email protected]:12.1.1084,(972ce4c6-7e08-4474-a285-3208198ce6fd):12.0,userzoom_tool@jetpack:3.2
    I'm not saying this crash report is bang on accurate because I had to copy it out by hand, but I did my best. There may be other crash reports but as I was only able to copy them by hand I didn't make a note of them, so when they happen again I will do so. I hope this crash report helps you solve my Mozilla issue.
    Thank you

Maybe you are looking for

  • How to insert the data from XML to a table

    Hi, I'm using Oracle 10g Express Edition I need help in How to insert the data from XML file into the table. Below is the example i'm working on.. I have create ridb user with below mentioned privileges: Account Status Locked Unlocked Default Tablesp

  • Adobe AIR is not accessible in Windows 7

    I have updated my OS to Windows 7 and now none of my Flex apps are accessible to screen readers. I have tested with Windows Narrator and JAWS 11. I have also tested the QothTheTwitter application, which is used in an Adobe Document advising developer

  • Progress Bars in File Upload Behavours

    Progress Bars in File Upload Behavours would be great.

  • Arabic characters issue in smtp email csv attachment

    Hi all, the below email extracts the output of a query and sends it as an attachment in csv format. but the arabic characters are coming as question marks in the attachment, can someone kindly help, below is hte code procedure test   is         smtp 

  • Newbie with JSP & JDBC questions

    Hi. I have a quick question. I have a client jsp page with a table, listing all the fields from my mySQL table called kellybclients. At the end of each row, I also have a submit button that I would like navigate the user to the campus jsp page that o