Error opening tablespaces page in 10g OEM

i am getting problem in opening tablespaces and datafile pages in oem. also user I/O is too high and user dbsnmp is the user generating most of activity, top sql is
insert into mgmt_db_size_gtt select tablespace_name, NVL(sum(bytes)/:"SYS_B_0", :"SYS_B_1") sz from sys.dba_free_space group by tablespace_name
can anybody help me please
u can write me at
[email protected]
[email protected]

Try to bounce the box and see if anything good happens!

Similar Messages

  • Error opening jsp page

    I have some strange error and after spending some time fixing it, cannot find a solution.
    Here is an error: *[ServletException in:/AnnuityCodes-body.jsp] gov.nyc.fisa.wbas.view.WelfareColView'*
    That errror get displayed right after I click a "menu" link to open the page representing by AnnuityCodes-body.jsp.
    I can try to explain what I'm doing:
    I have an action class that forwards to that jsp.
    Here is a fragment in action class:
    AnnuityColView cView = new AnnuityColView();
    AnnuityBO bo = new AnnuityBO();
    cView = bo.searchAnnuity();//returns AnnuityColView object
    session.setAttribute("sCols",cView);
    I have the following bean declaration in jsp:
    <jsp:useBean id="menu" class="gov.nyc.fisa.wbas.navigation.Menu" scope="session"/>
    <jsp:useBean id="annuityPropsForm" class="gov.nyc.fisa.wbas.form.AnnuityCodesPropsForm" scope="request"/>
    <jsp:useBean id="searchAnnuityForm" class="gov.nyc.fisa.wbas.form.AnnuitySearchForm" scope="request"/>
    <jsp:useBean id="sCols" class="gov.nyc.fisa.wbas.view.AnnuityColView" scope="session"/>
    <jsp:useBean id="singView" class="gov.nyc.fisa.wbas.view.AnnuitySingleRecordView" scope="request"/>
    <jsp:useBean id="errorList" class="gov.nyc.fisa.wbas.view.AnnuityReportView" scope="request"/>I do not have any references to : WelfareColView object. I checked it a few times
    I also have another jsp that has following bean declarations:
    <jsp:useBean id="menu" class="gov.nyc.fisa.wbas.navigation.Menu" scope="session"/>
    <jsp:useBean id="wbasPropsForm" class="gov.nyc.fisa.wbas.form.WelfareCodesPropsForm" scope="request"/>
    <jsp:useBean id="searchFundsForm" class="gov.nyc.fisa.wbas.form.WelfareSearchForm" scope="request"/>
    <jsp:useBean id="sCols" class="gov.nyc.fisa.wbas.view.WelfareColView" scope="session"/>
    <jsp:useBean id="singView" class="gov.nyc.fisa.wbas.view.WelfareSingleRecordView" scope="request"/>
    <jsp:useBean id="errorList" class="gov.nyc.fisa.wbas.view.WelfareReportView" scope="request"/>Another action class forwards to the jsp that has the above fragment.
    I''m trying to figure out what's wrong, and have no idea so far.
    Can anyone tell me what's wrong?
    Thank you.
    Edited by: piterskiy on Jan 10, 2008 9:09 AM

    you need not be having any refrence to the class that shows error.
    But the classes that you have used must be having some kind of refrences.
    I cant say the real error. If the package is a hird party one then you must be missing some parameters.

  • Error opening .jspx page

    I am developing using Jdeveloper 10.1.3.1.3984, ADFBC, on a 512M ram WinXP Dell laptop. Until a few days ago, everything has been working fairly well other than the slow response. I started receiving memory too low warnings and apparently messed up in logging off. As you probably guessed, I lost my ...>View> navigators, inspector, palettes, etc.. I tried a tip retrieved from this forum (renamed directory <jdev_home>/jdev/system/oracle.ide.10.1.3.3984 and restarted) and all seemed fine except for my .jspx pages. In trying to open any page, I receive the following exception stack trace:
    java.lang.NullPointerException
         at oracle.jdevimpl.webapp.model.content.DocumentInfoManager$XmlDocumentInfoImpl.<init>(DocumentInfoManager.java:360)
         at oracle.jdevimpl.webapp.model.content.DocumentInfoManager$XmlDocumentInfoImpl.<init>(DocumentInfoManager.java:351)
         at oracle.jdevimpl.webapp.model.content.DocumentInfoManager.getDocumentInfo(DocumentInfoManager.java:176)
         at oracle.jdevimpl.webapp.editor.html.HtmlEditor.getDocumentInfo(HtmlEditor.java:592)
         at oracle.jdevimpl.webapp.editor.AbstractWebAppEditor.createDocuments(AbstractWebAppEditor.java:1197)
         at oracle.jdevimpl.webapp.editor.AbstractWebAppEditor.open(AbstractWebAppEditor.java:393)
         at oracle.jdevimpl.webapp.editor.html.HtmlEditor.open(HtmlEditor.java:172)
         at oracle.jdevimpl.webapp.editor.jsp.JspEditor.open(JspEditor.java:113)
         at oracle.ideimpl.editor.EditorState.openEditor(EditorState.java:239)
         at oracle.ideimpl.editor.EditorState.createEditor(EditorState.java:147)
         at oracle.ideimpl.editor.EditorState.getOrCreateEditor(EditorState.java:90)
         at oracle.ideimpl.editor.SplitPaneState.canSetEditorStatePos(SplitPaneState.java:231)
         at oracle.ideimpl.editor.SplitPaneState.setCurrentEditorStatePos(SplitPaneState.java:194)
         at oracle.ideimpl.editor.TabGroupState.createSplitPaneState(TabGroupState.java:103)
         at oracle.ideimpl.editor.TabGroup.addTabGroupState(TabGroup.java:275)
         at oracle.ideimpl.editor.EditorManagerImpl.createEditor(EditorManagerImpl.java:1261)
         at oracle.ideimpl.editor.EditorManagerImpl.createEditor(EditorManagerImpl.java:1196)
         at oracle.ideimpl.editor.EditorManagerImpl.openEditor(EditorManagerImpl.java:1131)
         at oracle.ideimpl.editor.EditorManagerImpl.whenOpenEditor(EditorManagerImpl.java:2332)
         at oracle.ideimpl.editor.EditorManagerImpl.handleDefaultAction(EditorManagerImpl.java:1893)
         at oracle.ide.controller.ContextMenu.fireDefaultAction(ContextMenu.java:343)
         at oracle.ideimpl.explorer.BaseTreeExplorer.fireDefaultAction(BaseTreeExplorer.java:1576)
         at oracle.ideimpl.explorer.BaseTreeExplorer.dblClicked(BaseTreeExplorer.java:1913)
         at oracle.ideimpl.explorer.BaseTreeExplorer.mouseReleased(BaseTreeExplorer.java:1934)
         at oracle.ideimpl.explorer.CustomTree.processMouseEvent(CustomTree.java:176)
         at java.awt.Component.processEvent(Component.java:5253)
         at java.awt.Container.processEvent(Container.java:1966)
         at java.awt.Component.dispatchEventImpl(Component.java:3955)
         at java.awt.Container.dispatchEventImpl(Container.java:2024)
         at java.awt.Component.dispatchEvent(Component.java:3803)
         at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4212)
         at java.awt.LightweightDispatcher.processMouseEvent(Container.java:3892)
         at java.awt.LightweightDispatcher.dispatchEvent(Container.java:3822)
         at java.awt.Container.dispatchEventImpl(Container.java:2010)
         at java.awt.Window.dispatchEventImpl(Window.java:1774)
         at java.awt.Component.dispatchEvent(Component.java:3803)
         at java.awt.EventQueue.dispatchEvent(EventQueue.java:463)
         at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:242)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:163)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:157)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:149)
         at java.awt.EventDispatchThread.run(EventDispatchThread.java:110)
    Also, I responded "Yes" to the dialog request for if I wanted to migrate. Has anyone experienced this and can anyone help me to fix this?
    Regards,
    Paul.

    Try a fresh install of JDeveloper in a new directory and when asked if you want to migrate answe NO.

  • I cannot open Pages from the app or from a saved document on the desk top.  I get an error: "The application Pages cannot be opened  -1712"  Any suggestions?

    I cannot open Pages from the app or from a saved document on the desk top.  I get an error: "The application Pages cannot be opened  -1712"  Any suggestions?

    The following previous discussion has a solution that worked for a variety of people with the -1712 error on a variety of applications and may help: The application Safari can't be opened -1712

  • RE: [Adobe Reader] when i open pdf file it open all the pages but some pages give error massage (there was error processing a page,there was a problem reading this document 110) but if i open this page which give me error with google chrome it's work ? i

    HelloThank's for your helpsI hope this document is helpfulBest Regards,
    Date: Sun, 22 Jun 2014 17:10:17 -0700
    From: [email protected]
    To: [email protected]
    Subject:  when i open pdf file it open all the pages but some pages give error massage (there was error processing a page,there was a problem reading this document 110) but if i open this page which give me error with google chrome it's work ? if you can help me th
        when i open pdf file it open all the pages but some pages give error massage (there was error processing a page,there was a problem reading this document 110) but if i open this page which give me error with google chrome it's work ? if you can help m
        created by Anoop9178 in Adobe Reader - View the full discussion
    Hi,
    Would it be possible for you to share the document?
    Regards,
    Anoop
         Please note that the Adobe Forums do not accept email attachments. If you want to embed a screen image in your message please visit the thread in the forum to embed the image at https://forums.adobe.com/message/6485431#6485431
         Replies to this message go to everyone subscribed to this thread, not directly to the person who posted the message. To post a reply, either reply to this email or visit the message page:
         To unsubscribe from this thread, please visit the message page at . In the Actions box on the right, click the Stop Email Notifications link.
         Start a new discussion in Adobe Reader by email or at Adobe Community
      For more information about maintaining your forum email notifications please go to http://forums.adobe.com/thread/416458?tstart=0.

    thank's for reply and your help
    i did the step's that you told me but  i still have the same problem
                                     i have the latest v.11.0.7
    i
    i disable the protected mode

  • 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

  • Error while opening a page

    Hi,
    I'm trying to put some jquery scripts to create a lightbox on a webpage. I'm testing Lightbox2 putting the code and the scripts in the page using DreamWeaver. When try to open the page appears the attached error, but when click cancel the page loads well and the script seems to work correctly.
    Why is this error showing? What can i do to eliminate it?
    Thanks a lot in advance!
    Víctor

    Please do the following:
    - Stop Apache
    - Clear the cache as per (How To Clear Caches (Apache/iAS, Cabo, Modplsql, Browser, Jinitiator, Java, Portal, WebADI) for E-Business Suite? [ID 742107.1])
    - Start Apache
    Please also check that you have no errors in the database log file.
    Thanks,
    Hussein

  • I have been working on a file in pages which I cannot open now. Every time I select it "an error occurred and pages must close" appears. Files sharing in itunes doesn't work either. Any suggestions?? THANK YOU

    I have been working on a file in pages which I cannot open now. Every time I select it "an error occurred and pages must close" appears and pages shuts down. I have tried to duplicate the document but cannot open the copy either. I am unable to email, share via iwork, itunes, idisk or WebDAV all of these options just close pages down. Does anyone have any ideas......Thank you

    And you are quite persistent, Menu Boy, in offering pernickety and pointless prattle, in response to a "support page" on iPad's buggy Pages App.
    Let's summarise, for those reviewing this threadless thread for app support..
    Mobile pages works reliably for simple docs, especially creating letters and Menus for Microsoft's Kindy canteen (even on special days with nice big pictures).
    When importing more complex docs and/or working with larger creations, it is prone to randomly corrupting files upon re-opening, along similar lines as Word (running on a PC).
    So, Menu Boy, do they let you sneak into classes every now and then? What is the secret to their training? "Say after me, if any I.T. product works just some of the time, that's a job well done, and if something randomly stops working, we call that the user's fault... And if they complain, we call them names."

  • When i open pdf file it open all the pages but some pages give error massage (there was error processing a page,there was a problem reading this document 110) but if i open this page which give me error with google chrome it's work ? if you can help me th

    when i open pdf file it open all the pages but some pages give error massage (there was error processing a page,there was a problem reading this document 110) but if i open this page which give me error with google chrome it's work ?
    if you can help me thank's
    [email address removed by host]

    thank's for reply and your help
    i did the step's that you told me but  i still have the same problem
                                     i have the latest v.11.0.7
    i
    i disable the protected mode

  • Firefox 4.0.1 closes with no error message. When I restore the session I get: Well, this is embarrassing. Firefox is having trouble recovering your windows and tabs. This is usually caused by a recently opened web page. What can I do?

    After opening certain websites, pogo, firefox 4.0.1 closes with no error message. When I restore the session I get: Well, this is embarrassing. Firefox is having trouble recovering your windows and tabs. This is usually caused by a recently opened web page.
    I have had this problem before and had to reinstall an earlier version of firefox.
    The error console has a long list of errors, many of them end with: does not implement nsIObserver. Is there a way to send the information on the error console to firefox support?
    Redownloading Firefox 4.0 will fix my problem until I either close firefox or turn off my computer. The problem recurs when I open firefox again.

    See:
    * http://kb.mozillazine.org/Firefox_crashes
    * https://support.mozilla.com/kb/Firefox+crashes
    It is also possible that there is a problem with the files [http://kb.mozillazine.org/sessionstore.js sessionstore.js] and sessionstore.bak in the [http://kb.mozillazine.org/Profile_folder_-_Firefox Profile Folder]
    Delete the files sessionstore.js and sessionstore.bak in the Firefox Profile Folder.
    * Help > Troubleshooting Information > Profile Directory: Open Containing Folder
    * http://kb.mozillazine.org/Profile_folder_-_Firefox
    * http://kb.mozillazine.org/sessionstore.js
    If you see files sessionstore-##.js with a number in the left part of the name like sessionstore-1.js then delete those as well.<br />
    Deleting sessionstore.js will cause App Tabs and Tab Groups to get lost, so you will have to create them again (make a note).
    See:
    * http://kb.mozillazine.org/Session_Restore

  • "The following errors occurred while trying to open this page." Why?

    Dear all,
    I'm running an online store at http://bubblething.com. I created it with iWeb 08. It crashed and I've been trying to recreate it, partly from images retreived by Apple from their "webarchive" and partly with images created fresh. I But I keep getting a dropdown error box saying "The following errors occurred while trying to open this page." Then there's a list of the missing images, and the images are all crossed out on my page. This seems to be happening unpredictably, sometimes just a few days after I've worked on the page. What's happening? Is it because somehow I've moved files, and the links to the images are broken? Please help!

    Safari > Preferences > Privacy > Cookies and website data:
    Click “Remove All Website Data” button.
    https://support.apple.com/en-us/HT203370

  • Several Issue: Stale Data Error with 2 pages opened at same time

    Hello Gurus,
    I developed an OAF page to create and also update records. My page, depending from the operation, can show the data on fields, for update, or blank, on case to create records. This page contains one LOV field, input fields and textarea field to get the data.
    When i try record or update using one page per time, the LOV field works fine and records are uptodated with success.
    But if i use 2 pages or more in these situations:
    - one page is opened in update operation;
    - another page to create a new record.
    Issue: When i click to change the LOV field value on create page, or update page, the Lov pop-up is opened with success, but when i click in another value, i get this error below. Any action also can cause this error, like click on Back Button (with name 'Voltar', created by me). Please see the error below:
    Error: Stale Data*
    The requested page contains stale data.*
    This error could have been caused through the use of the browser's navigation*
    buttons (the browser Back button, for example).*
    Cause:*
    The view object XXXAM.XXXVO1 contained no record.*
    The displayed records may have been deleted, or the current record for the view*
    object may not have been properly initialized.*
    This error hapens when i open 2 pages on update operation mode also.
    This error dont hapens only when i open 2 pages on create operation mode.
    Ps:
    Note: I have an ApplicationModule (AM) for LOV and another AM for this page, but i used this other AM to another page too and VOs. Have any problem on this???
    To help to understand, i printed my page, u can see the screenshots on links below:
    http://imageshack.us/a/img850/9186/printforum1.png
    http://imageshack.us/a/img197/2185/printforum2.png
    I´ll print some code blocks and if u need know more code blocks, please tell me:
    My PageCO Controller, at processFormRequest, code to define update or create Operation:
    +if (row.getNewRowState() == Row.STATUS_NEW) {+
    operationType = createOperation;
    +} else {+
    operationType = updateOperation;
    +}+
    My Controller, at processRequest, update or create operation:
    +if (!pageContext.isFormSubmission()) {+
    OAApplicationModule am = pageContext.getApplicationModule(webBean);
    String reqHeaderId =
    pageContext.getParameter("requisitionHeaderId");
    +Serializable[] params = {reqHeaderId};+
    IcxReceivingAlreadyExistsVOImpl receivingExistsVO = (IcxReceivingAlreadyExistsVOImpl)am.findViewObject("IcxReceivingAlreadyExistsVO1");
    receivingExistsVO.initQuery(reqHeaderId);
    +if (receivingExistsVO.hasNext()) {+
    TransactionUnitHelper.startTransactionUnit(pageContext, UPDATE_RECEIVER_TRX);
    am.invokeMethod("initPersonQuery", params);
    +} else {+
    TransactionUnitHelper.startTransactionUnit(pageContext, CREATE_RECEIVER_TRX);
    am.invokeMethod("createReceivingPerson", params);
    +}+
    +}+
    My AMImpl.java :
    +public void createReceivingPerson(String reqHeaderId) {+
    OAViewObject vo = getIcxReceivingPersonVO1();
    +if (!vo.isPreparedForExecution()) {+
    vo.executeQuery();
    +}+
    Row row = vo.createRow();
    vo.insertRow(row);
    row.setNewRowState(Row.STATUS_INITIALIZED);
    row.setAttribute("RequisitionHeaderId", reqHeaderId);
    +}+
    +public void initPersonQuery(String reqHeaderId) {+
    IcxReceivingPersonVOImpl vo = getIcxReceivingPersonVO1();
    +if (vo == null) {+
    +MessageToken[] errTokens = { new MessageToken("OBJECT_NAME", "IcxReceivingPersonVO1")};+
    throw new OAException("AK", "FWK_TBX_OBJECT_NOT_FOUND", errTokens);
    +}+
    vo.initQuery(reqHeaderId);
    +}+
    +public void apply() {+
    getTransaction().commit();
    +}+
    +public void rollback(){+
    Transaction txn = getTransaction();
    +if (txn.isDirty()) {+
    txn.rollback();
    +}+
    +}+
    In the hope of a solution, waiting for ur precious help, Gurus
    My true thanks since now,
    Best Regards,
    Alberto Bogéa

    Hi,
    Can you please tell, if you are using the same EO/VO combination for both the operation - Insert and Update on both screens.
    Quite possible, that when you open two screen in say Update Mode and you open the two List Of Values, then as soon as you have selected the value in one of the LOV, the Other LOV will throw you stale data as the same VO/EO is being used.
    Try using two different EOs/VOs combination and see if that helps.
    Regards,
    Saurabh Agrawal

  • Am not able to use facebook on my Iphone 4, softwareversion:iOS7.1, also tried to access through safari and chrome that i have installed it gives an error message saying: "safari could not open the page because server stopped responding",

    Am not able to use facebook on my Iphone 4, softwareversion:iOS7.1, also tried to access through safari and chrome that i have installed it gives an error message saying: "safari could not open the page because server stopped responding", i tried network reset, reset the whole device, rebooting , changing airplane mode rebooting nothing fix the issue, but i can access other sites and google , am using Vodafone as my carrier with 2g network, when at home able to access facebook.com through wifi in safari requesting assistance thank you

    If you can access Facebook while on Wifi at home, but you are unable to access it while away running on your carrier's 2G network, I could phone your carrier.  You have already completed the Cellular Data troubleshooting for the iPhone, so any limitations keeping your from connecting to Facebook over cellular will have to be answered by your carrier.

  • Safari cannot open the page ~ The error was: "There was a problem communicating with the web proxy server (HTTP)

    Help!  I was cruzing along just fine and went out tonight only to receive the message above:
    Cannot open Page
    Safari cannot open the page
    The error was: "There was a problem communicating with the web proxy server (HTTP)."
    I have had all the Apple iPhone phone.  Have never encountered anything like this. 
    All systems are GO as soon as I log on to wifi. 
    Can anyone help, please. 

    I am also fixed.  I also loaded Onavo, but that was the other day ... this is what I did with the help of online chat with AT&T ...
    I went to:
    Settings
    Wifi
    I selected the network I was working on by hitting the blue arrow located on right side
    At the detail page of that network I scolled down to the bottom to find HTTP Proxy boxes
    I was on Off and changed it to Auto and it worked! 
    I was soo jazzed!!
    Instructions said if it was already on AUTO, to change it to Manual and make your Port = 80 but I didn't have to do that!
    YIPPIE!!  I'm a new man!!
    Go to settings -----> WI-FI  -----> select the network you're using  ------> hit the blue arrow located on the right-side of the network name (ie: show details of that network), this takes you to another page.  
    --------> at the bottom of the page you'll see "HTTP Proxy" boxes (located below the "renew lease" button) ---------------> change the proxy to AUTO.   Note: if you're already at AUTO, change it to "Manual" and make your Port = 80.

  • Adobe Reader 9 is not opening same files in Browser "Error in this Page"

    Adobe Reader 9 is not opening same files in Browser "Error in this Page"
    If I try to open this pdf file manually then its works.
    The Error comes if I try to open Big Files or some else Files in the Browser.
    This Error was not comming with Adobe 8.

    To uninstall Adobe Reader, make sure (using Task Manager's Processes tab) that Adobe Reader is not running.  Browser windows should also be closed.
    If you still cannot proceed, try in Safe Mode, or use the Windows Installer CleanUp Utility.
    P.S. Adobe AIR and Acrobat.com are not directly related to Adobe Reader, and can be uninstalled independently.

Maybe you are looking for

  • Display technical name of a query in a web template ?

    Hi, I try to display in a basic web template the technical name of my query with a web item. In this order, I have tried to use the web item 'Text Elements' but how could I configure the latter in order to have only the technical name ? I have select

  • Problem with call to BAPI when the data contains spaces

    Hi everyone, I've a table in R3 that has 2 fields which is consulted via BAPI from XI. The Bapi call run correctly while the data don't contain spaces preffixed but when for example the data is ' A31' the BAPI call doesn't return nothing. The table s

  • Screen flicker for Mac Mini

    I got the Mac Mini for about one week. When I connect it to my LG W1952TQ monitor, the monitor become flicker.  I have to turn the monitor off for several times and wait for the Mac mini to warm up before the monitor screen improved. Did anyone got a

  • Air Port Express to Play Movie Audio

    I just got an Airport Express for Christmas. Very cool device to pay music on my home stereo. I also watch DVD movies on my I-Mac and would like to play the audio form the movie on my home stereo via my airport express. Is this possible? Thanks.

  • Updating KM Metadata properties using KM API

    Hi All, We are tring to update the custom Metadata properties using KM API from the Abstract Portal Component. We have written the below code for updating the metadata. We have checkbox called "Region" which has multiple option values like "Asia,Amer