DomModelImpl.acquireWriteLock error raised

hi jdev experts,
am using jdev 11.1.1.5.0
while creating create list of values i hit the + icon.
throws unexpected error box and another error box also. this pics will shows
http://www.4shared.com/photo/BqrcruqZ/spspsp.html.
in that pics this error shows
java.lang.IllegalStateException: Unexpected exception encountered during DomModelImpl.acquireWriteLock
     at oracle.bali.xml.dom.impl.DomModelImpl._acquireWriteLock(DomModelImpl.java:1651)
     at oracle.bali.xml.dom.impl.DomModelImpl.acquireWriteLock(DomModelImpl.java:486)
     at oracle.bali.xml.dom.impl.DomModelImpl.startTransaction(DomModelImpl.java:318)
     at oracle.bali.xml.model.XmlModel.__startTransaction(XmlModel.java:2611)
     at oracle.bali.xml.model.XmlContext.__startTransaction(XmlContext.java:1612)
     at oracle.bali.xml.model.XmlModel.__requestStartTransaction(XmlModel.java:2566)
     at oracle.bali.xml.model.XmlModel.startTransaction(XmlModel.java:395)
     at oracle.jbo.dt.jdevx.ui.xmlef.editors.FormatterListener.modelChanged(FormatterValueProvider.java:539)
     at oracle.bali.xml.model.XmlModel$ModelChangeEventTask._deliverModelChangeEventHelper(XmlModel.java:4408)
     at oracle.bali.xml.model.XmlModel$ModelChangeEventTask.execute(XmlModel.java:4329)
     at oracle.bali.xml.model.listenerImpl.XmlModelListenerManager.executeEventDeliveryTask(XmlModelListenerManager.java:269)
     at oracle.bali.xml.model.XmlModel._deliverCurrentChangeEvents(XmlModel.java:3005)
     at oracle.bali.xml.model.XmlModel.__commitTransaction(XmlModel.java:2863)
     at oracle.bali.xml.model.XmlContext.__commitTransaction(XmlContext.java:1745)
     at oracle.bali.xml.model.XmlModel.__requestCommitTransaction(XmlModel.java:2805)
     at oracle.bali.xml.model.XmlModel.commitTransaction(XmlModel.java:445)
     at oracle.jbo.dt.jdevx.JdvXmlOutputStream.commitTransaction(JdvXmlOutputStream.java:163)
     at oracle.jbo.dt.jdevx.JdvXmlOutputStream.postXMLSave(JdvXmlOutputStream.java:113)
     at oracle.jbo.dt.jdevx.JdvObject.postXMLSave(JdvObject.java:349)
     at oracle.jbo.dt.objects.JboBaseObject.saveToXMLFile(JboBaseObject.java:3144)
     at oracle.jbo.dt.objects.JboBaseObject.doSave(JboBaseObject.java:3126)
     at oracle.jbo.dt.objects.JboBaseObject.saveToXMLFile(JboBaseObject.java:3111)
     at oracle.jbo.dt.objects.JboBaseObject.doSaveObject(JboBaseObject.java:3735)
     at oracle.jbo.dt.objects.JboBaseObject.saveObject(JboBaseObject.java:3710)
     at oracle.jbo.dt.objects.JboView.saveObject(JboView.java:8849)
     at oracle.jbo.dt.objects.JboBaseObject.saveObject(JboBaseObject.java:3651)
     at oracle.jbo.dt.ui.main.DtuUtil.saveObject(DtuUtil.java:927)
     at oracle.jbo.dt.ui.main.DtuUtil.saveObject(DtuUtil.java:872)
     at oracle.jbo.dt.ui.main.DtuUtil.saveObject(DtuUtil.java:864)
     at oracle.jbo.dt.ui.view.LOVViewAccessorPanel$LOVViewAccessorTreePanel.performAction_VAToolbar(LOVViewAccessorPanel.java:903)
     at oracle.jbo.dt.ui.view.LOVViewAccessorPanel$LOVViewAccessorTreePanel.actionPerformed(LOVViewAccessorPanel.java:1015)
     at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1995)
     at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2318)
     at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:387)
     at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:242)
     at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(BasicButtonListener.java:236)
     at java.awt.AWTEventMulticaster.mouseReleased(AWTEventMulticaster.java:273)
     at java.awt.Component.processMouseEvent(Component.java:6289)
     at javax.swing.JComponent.processMouseEvent(JComponent.java:3267)
     at java.awt.Component.processEvent(Component.java:6054)
     at java.awt.Container.processEvent(Container.java:2041)
     at java.awt.Component.dispatchEventImpl(Component.java:4652)
     at java.awt.Container.dispatchEventImpl(Container.java:2099)
     at java.awt.Component.dispatchEvent(Component.java:4482)
     at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4577)
     at java.awt.LightweightDispatcher.processMouseEvent(Container.java:4238)
     at java.awt.LightweightDispatcher.dispatchEvent(Container.java:4168)
     at java.awt.Container.dispatchEventImpl(Container.java:2085)
     at java.awt.Window.dispatchEventImpl(Window.java:2478)
     at java.awt.Component.dispatchEvent(Component.java:4482)
     at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:644)
     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.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:98)
     at java.awt.EventQueue$2.run(EventQueue.java:617)
     at java.awt.EventQueue$2.run(EventQueue.java:615)
     at java.security.AccessController.doPrivileged(Native Method)
     at java.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:87)
     at java.awt.EventQueue.dispatchEvent(EventQueue.java:614)
     at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:269)
     at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:184)
     at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:178)
     at java.awt.Dialog$1.run(Dialog.java:1046)
     at java.awt.Dialog$3.run(Dialog.java:1098)
     at java.security.AccessController.doPrivileged(Native Method)
     at java.awt.Dialog.show(Dialog.java:1096)
     at java.awt.Component.show(Component.java:1585)
     at java.awt.Component.setVisible(Component.java:1537)
     at java.awt.Window.setVisible(Window.java:842)
     at java.awt.Dialog.setVisible(Dialog.java:986)
     at oracle.jbo.dt.ui.main.dlg.DtjDialog.setVisible(DtjDialog.java:139)
     at oracle.jbo.dt.ui.main.dlg.DtuWizardPanelDialog.setVisible(DtuWizardPanelDialog.java:221)
     at oracle.bali.ewt.dialog.JEWTDialog.runDialog(JEWTDialog.java:395)
     at oracle.bali.ewt.dialog.JEWTDialog.runDialog(JEWTDialog.java:356)
     at oracle.jbo.dt.ui.main.dlg.DtjDialog.showDialog(DtjDialog.java:117)
     at oracle.jbo.dt.ui.main.dlg.DtuWizardPanelDialog.showDialog(DtuWizardPanelDialog.java:198)
     at oracle.jbo.dt.jdevx.ui.editors.view.VoeLOVPanel$LOVPanel.invokeLOVViewAccessorPanel(VoeLOVPanel.java:754)
     at oracle.jbo.dt.jdevx.ui.editors.view.VoeLOVPanel$LOVPanel.invokeAddListValue(VoeLOVPanel.java:720)
     at oracle.jbo.dt.jdevx.ui.editors.view.VoeLOVPanel.performAction(VoeLOVPanel.java:180)
     at oracle.jbo.dt.ui.main.controls.DtcAction.actionPerformed(DtcAction.java:47)
     at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1995)
     at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2318)
     at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:387)
     at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:242)
     at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(BasicButtonListener.java:236)
     at java.awt.AWTEventMulticaster.mouseReleased(AWTEventMulticaster.java:273)
     at java.awt.Component.processMouseEvent(Component.java:6289)
     at javax.swing.JComponent.processMouseEvent(JComponent.java:3267)
     at java.awt.Component.processEvent(Component.java:6054)
     at java.awt.Container.processEvent(Container.java:2041)
     at java.awt.Component.dispatchEventImpl(Component.java:4652)
     at java.awt.Container.dispatchEventImpl(Container.java:2099)
     at java.awt.Component.dispatchEvent(Component.java:4482)
     at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4577)
     at java.awt.LightweightDispatcher.processMouseEvent(Container.java:4238)
     at java.awt.LightweightDispatcher.dispatchEvent(Container.java:4168)
     at java.awt.Container.dispatchEventImpl(Container.java:2085)
     at java.awt.Window.dispatchEventImpl(Window.java:2478)
     at java.awt.Component.dispatchEvent(Component.java:4482)
     at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:644)
     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.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:98)
     at java.awt.EventQueue$2.run(EventQueue.java:617)
     at java.awt.EventQueue$2.run(EventQueue.java:615)
     at java.security.AccessController.doPrivileged(Native Method)
     at java.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:87)
     at java.awt.EventQueue.dispatchEvent(EventQueue.java:614)
     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)
Caused by: oracle.javatools.buffer.ExpiredTextBufferException: BusPlantdescVO.xml expired 8s ago
     at oracle.ide.model.TextNode$FacadeTextBuffer.newExpiredTextBufferException(TextNode.java:993)
     at oracle.ide.model.TextNode$FacadeTextBuffer.getChangeId(TextNode.java:1118)
     at oracle.bali.xml.dom.buffer.BufferDomModel._isOutOfSync(BufferDomModel.java:1799)
     at oracle.bali.xml.dom.buffer.BufferDomModel._realEnsureSynchronizedImmediate(BufferDomModel.java:1658)
     at oracle.bali.xml.dom.buffer.BufferDomModel._ensureSynchronizedImmediate(BufferDomModel.java:1637)
     at oracle.bali.xml.dom.buffer.BufferDomModel.refreshModel(BufferDomModel.java:574)
     at oracle.bali.xml.dom.impl.DomModelImpl.refreshModel(DomModelImpl.java:1090)
     at oracle.bali.xml.dom.impl.DomModelImpl._acquireWriteLock(DomModelImpl.java:1635)
     ... 119 more
Caused by: java.lang.Throwable: expiration origin
     at oracle.ide.model.TextNode$FacadeTextBuffer.dispose(TextNode.java:968)
     at oracle.ide.model.TextNode$FacadeTextBuffer.access$200(TextNode.java:945)
     at oracle.ide.model.TextNode.closeImpl(TextNode.java:568)
     at oracle.bali.xml.addin.XMLSourceNode.closeImpl(XMLSourceNode.java:878)
     at oracle.jbo.dt.jdevx.JdvXmlNode.closeImpl(JdvXmlNode.java:247)
     at oracle.ide.model.Node.close(Node.java:1080)
     at oracle.ide.model.Node.close(Node.java:1016)
     at oracle.ide.cmd.CloseNodeCommand.closeNoNotify(CloseNodeCommand.java:449)
     at oracle.ide.cmd.CloseNodeCommand.close(CloseNodeCommand.java:417)
     at oracle.ide.cmd.CloseNodeCommand.close(CloseNodeCommand.java:406)
     at oracle.ideimpl.editor.EditorManagerImpl.closeEditors(EditorManagerImpl.java:1802)
     at oracle.ideimpl.editor.TabGroup$TabCloseAction.actionPerformed(TabGroup.java:2022)
     at oracle.ide.controls.customtab.CustomTab$ForwardCloseActionEvent.actionPerformed(CustomTab.java:2404)
     at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1995)
     at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2318)
     at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:387)
     at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:242)
     at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(BasicButtonListener.java:236)
     ... 31 moreit's second time. each and every time i h'd to re-start to jdev.

one reference in google.
Jdev 11G 1.0.2 mem usage keeps growing
search this error in support.oracle.com
ur lucky if you find something relavent.
otherwise.. raise an SR as john suggested.

Similar Messages

  • FRM-41837 Error raising tab page

    Hi,
    I've got a problem with my form. I have four tab pages but in some cases I need to hide two tabs and save the information of the other tabs , when I try to save the data in my enabled tab pages I'm getting the error: FRM-41837 Error raising tab page
    Can somebody help me please?
    Thanks in advance.

    Hi Sarah,
    Here's the deal, I have four tab pages and I need to hide two tab pages because of one or more conditions, the thing is I need to save tha data in my available tabs, I checked the code and I don't have any go_block or go_item sentence in my triggers that could be affecting but I'm gonna check the code again maybe is something else =(
    Thanks a lot for your comments

  • Possible bug: validation errors raise at table row and current row is lost

    Hi everybody,
    I've just implemented a simple test case against the HR schema:
    1. Create Business Components from Tables: choose only Employees. That will generate Employees EO, EmployeesView VO, associations, viewlinks and AppModule with the following hierarchy: EmployeesView1 > EmployeesView2
    2. Create a simple page with an ADF Table based on EmployeesView1.
    3. Surround af:table with af:panelCollection
    4. Add toolbar buttons to the af:panelCollection "toolbar" facet:
    <f:facet name="toolbar">
      <af:toolbar id="t2">
        <af:commandToolbarButton actionListener="#{bindings.CreateInsert.execute}" text="CreateInsert" disabled="#{!bindings.CreateInsert.enabled}" id="ctb1" partialTriggers="t1"/>
        <af:commandToolbarButton actionListener="#{bindings.Delete.execute}" text="Delete" disabled="#{!bindings.Delete.enabled}" id="ctb2" partialTriggers="t1"/>
      </af:toolbar>
    </f:facet>5. Create a af:panelGroupLayout that encloses everything under af:form
    <af:document id="d1" title="Employees">
      <af:messages id="m1"/>
      <af:form id="f1">
        <af:panelGroupLayout id="pgl1" partialTriggers="pc1:ctb1 pc1:ctb2">
    ...6. Delete the LastName field for any row in the table and click anywhere on the next row in the table. This will raise a mandatory field validation error. At this point, the selected row is the one you've just clicked on, but the focus (mouse cursor) is in the LastName field that raised the error.
    7. Fill in the LastName field. Don't click on it; just write something, as the field is already focused.
    8. Click the CreateInsert button
    Result: The current row is still the one you clicked on before, not the newly created row. If you click on this new row to fill in its fields, validation errors raise for every mandatory field.
    I'd appreciate any help on this. I can send you the test case if necessary.
    Thanks in advance,
    Barbara
    Version
    ADF Business Components 11.1.1.56.60
    Java(TM) Platform 1.6.0_18
    Oracle IDE 11.1.1.3.37.56.60

    Hi,
    if you
    1. Select (click) a row to edit last name (don't edit last name though)
    2 Press "CreateInsert"
    Does this then make the new row becoming the current if nor errors are shown ?
    Frank
    Ps.: If so, please send me the test case. My mail address is in my OTN profile. Just zip the workspace and change the ".zip" extension to something like ".unzpme" because the Oracle firewall bounces all mails with zip attachements

  • Error Handling in BODS - Capturing errors raised due to Undefined Parameter

    Hi,
    It seems that TRY/CATCH blocks are not able capture the errors related to Undefined Substiture Parameters.  This kind of errors are leading to the failure of the BODS JOB.
    Is there any way to capture the errors raised by undefined Substiute Prameters by using TRY/CATCH Blocks?
    I hope I am clear with my scenario. Please let me know if I need to provide any other details.
    Regards,
    Sudhakar

    Hi,
    Thanks for your reply.
    I dnot think that we can capture any errors related to "Mssing Substitute variables" through TRY/CATCH" blocks.
    Could you please let me know if you know any other alternative to handle this one?
    Regards,
    Sudhakar

  • FRM-40735 on-error raised unhandled exception ORA-06502

    Hi there,
    I have a form and all the items on canvas are base table items. If iam in normal mode and click on buttons, the LOVs show up correctly.
    If i query records and i click on any of buttons to get LOV i get " FRM-40735 on-error raised unhandled exception ORA-06502". I checked insert_allowed,enabled,update_allowed properties and also format mask for each items and all are correct.
    ANy help is appreciated.
    Thanks

    Use the debugger to single step through your code line by line. The debugger will stop at the line where the error is occurring. Look at that line of code. You will probably see a problem with a data type or the data length.

  • ORA-19112: error raised during evaluation: ... Invalid text

    Hi!
    I'm using Oracle 10g version 10.2.0.2.0.
    If I an element is defined in a XSD file as:
                <xs:element name="cEAN">
                 <xs:annotation>
                  <xs:documentation>GTIN</xs:documentation>
                 </xs:annotation>
                 <xs:simpleType>
                  <xs:restriction base="xs:string">
                   <xs:whiteSpace value="preserve"/>
                   <xs:pattern value="[0-9]{0}|[0-9]{8}|[0-9]{12,14}"/>
                  </xs:restriction>
                 </xs:simpleType>
                </xs:element>And I have a XML with:
    <cEAN/>And other with:
    <cEAN>7891515928001</cEAN>And I use a select like this:
            SELECT vw.*
              FROM tb_Carga tmp,
              XMLTABLE(XMLNAMESPACES('http://www.portalfiscal.inf.br/nfe' AS "nfe"),
                       '/NFe/nfe:infNFe/nfe:det | /nfe:NFe/nfe:infNFe/nfe:det'
                       PASSING tmp.XMLArquivo
                       COLUMNS
                         cEANTrib  VARCHAR2(14)  PATH 'nfe:prod/nfe:cEANTrib') vwWhy the first XML returns ORA-19112: error raised during evaluation: oracle.xml.parser.v2.XMLParseException: Invalid text '' in element: 'cEAN'?
    Is any thing wrong in the XSD?
    Thanks,
    Luciana

    Tried to figure out the correct regular expression, I think I would now opt for
    <xs:pattern value="?|[0-9]{8}|[0-9]{12,14}"/>? matches "nothing/empty", or
    [0-9]{8} matches 8 digits, or
    [0-9]{12,14} matches from 12 up to 14 digits
    ...or...
    <xs:pattern value="([0-9]{1})?|[0-9]{8}|[0-9]{12,14}"/>[0-9]? matches 1 digit or "nothing/empty", or
    [0-9]{8} matches 8 digits, or
    [0-9]{12,14} matches from 12 up to 14 digits
    Edited by: Marco Gralike on Mar 31, 2011 11:58 PM

  • When creating entry sheet,the error raise:purchase order incomplete(parked)

    dear all:
    When I create entry sheet of one po with tcode ml81n,the error raise:purchase order incomplete(parked)message id:se215.
    How to solve this?Thank you!
    maojian

    hi Jian,
    Go into the PO using ME22N, check whether there is any warning message in it.Complete the PO and then only save it.
    Also check whether the PO is to be released,if it is yes then Release it and then create Entry Sheet using ML81N.wrt PO.
    Also check whether you are referencing a park or hold PO.
    Hope it will help you.
    Cheers
    Manoj K Singh

  • 'JMXSoapAdapter-web: Servlet error' Raised by Grid Control Agent In E-Busin

    Hi,
    I'm currently experiencing the following error referenced in the note: 'JMXSoapAdapter-web: Servlet error' Raised by Grid Control Agent In E-Business Suite R12 Logfile [ID 1105768.1]
    12/01/26 08:52:32.364 JMXSoapAdapter-web: Servlet error
    java.io.IOException: Connection reset by peer
    at sun.nio.ch.FileDispatcher.write0(Native Method)
    at sun.nio.ch.SocketDispatcher.write(SocketDispatcher.java:29)
    at sun.nio.ch.IOUtil.writeFromNativeBuffer(IOUtil.java:72)
    at sun.nio.ch.IOUtil.write(IOUtil.java:43)
    at sun.nio.ch.SocketChannelImpl.write(SocketChannelImpl.java:334)
    at java.nio.channels.Channels.writeFullyImpl(Channels.java:59)
    at java.nio.channels.Channels.writeFully(Channels.java:81)
    at java.nio.channels.Channels.access$000(Channels.java:47)
    at java.nio.channels.Channels$1.write(Channels.java:155)
    at com.evermind.server.http.AJPOutputStream.endRequest(AJPOutputStream.java:117)
    at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:317)
    at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:199)
    at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
    at oracle.oc4j.network.ServerSocketAcceptHandler.procClientSocket(ServerSocketAcceptHandler.java:234)
    at oracle.oc4j.network.ServerSocketAcceptHandler.access$700(ServerSocketAcceptHandler.java:29)
    at oracle.oc4j.network.ServerSocketAcceptHandler$AcceptHandlerHorse.run(ServerSocketAcceptHandler.java:879)
    at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
    at java.lang.Thread.run(Thread.java:662)
    E-Biz: 12.1.3
    DB: 11.2.0.2
    Grid: Oracle Enterprise Manager 11g Release 1 Grid Control
    To resolve the issue the note states the following:
    1. Set the oc4jadmin in the monitoring of the JVM in the grid control.
    2. Retest the issue.
    3. Migrate the solution as appropriate to other environments.
    I'm not sure how to do this, could somebody clarify where i navigate to to implement this change?
    Thanks,
    Keith

    Hi,
    I'm currently experiencing the following error referenced in the note: 'JMXSoapAdapter-web: Servlet error' Raised by Grid Control Agent In E-Business Suite R12 Logfile [ID 1105768.1]
    12/01/26 08:52:32.364 JMXSoapAdapter-web: Servlet error
    java.io.IOException: Connection reset by peer
    at sun.nio.ch.FileDispatcher.write0(Native Method)
    at sun.nio.ch.SocketDispatcher.write(SocketDispatcher.java:29)
    at sun.nio.ch.IOUtil.writeFromNativeBuffer(IOUtil.java:72)
    at sun.nio.ch.IOUtil.write(IOUtil.java:43)
    at sun.nio.ch.SocketChannelImpl.write(SocketChannelImpl.java:334)
    at java.nio.channels.Channels.writeFullyImpl(Channels.java:59)
    at java.nio.channels.Channels.writeFully(Channels.java:81)
    at java.nio.channels.Channels.access$000(Channels.java:47)
    at java.nio.channels.Channels$1.write(Channels.java:155)
    at com.evermind.server.http.AJPOutputStream.endRequest(AJPOutputStream.java:117)
    at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:317)
    at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:199)
    at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
    at oracle.oc4j.network.ServerSocketAcceptHandler.procClientSocket(ServerSocketAcceptHandler.java:234)
    at oracle.oc4j.network.ServerSocketAcceptHandler.access$700(ServerSocketAcceptHandler.java:29)
    at oracle.oc4j.network.ServerSocketAcceptHandler$AcceptHandlerHorse.run(ServerSocketAcceptHandler.java:879)
    at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
    at java.lang.Thread.run(Thread.java:662)
    E-Biz: 12.1.3
    DB: 11.2.0.2
    Grid: Oracle Enterprise Manager 11g Release 1 Grid Control
    To resolve the issue the note states the following:
    1. Set the oc4jadmin in the monitoring of the JVM in the grid control.
    2. Retest the issue.
    3. Migrate the solution as appropriate to other environments.
    I'm not sure how to do this, could somebody clarify where i navigate to to implement this change?
    Thanks,
    Keith

  • Internal error raised trying to instantiate web-application

    Hello,
    I have an application recently deployed with success in a dedicated OC4J, if you test everything seems working fine(the root jsp file is shown), however when i set datasource pool connections on data-sources.xml plus restart OC4J i get everytime an html 404 error code, if you restore the default data-sources.xml plus restart of the OC4J the jsp is shown again,
    I tested the pools with the enterprise manager tool and it is working fine, when i get a look to log.xml i can see the error
    Internal error raised tyring to instantiate web-application: xxxxxxxxx-xxxxx-0.0.1-XXXXXXXX defined in web site OC4J 10g (10.1.3) Default Web Site. null
    anyone have some idea?
    thanks in advance

    Ric,
    Top sections are those libs existed in the original project, the bottom part are those new added libs
    //Lib existed in the original project
    JSP Run time
    ADF Faces Databinding Runtime
    ADF Controller Runtime
    MDS Runtime
    JSF 1.2
    JSTL 1.2
    ADF Faces Runtime 11
    ADF Common Runtime
    BC4J Tester
    ADF Page Flow Runtime
    MDS Runtime Dependencies
    DVT Faces Runtime
    DVT Faces Databinding Runtime
    Servlet Runtime
    Commons Beanutils v1.6.1
    Commons logging 1.0.3
    Oracle JEWT
    JSTL 1.2 Tags
    Oracle XML Parser v2
    JDeveloper Runtime
    SQLJ Runtime
    ADF Model Runtime
    BC4J Runtime
    Oracle JDBC
    Connection Manager
    BC4J Oracle Domains
    //Following is new added, whick are not included in original project
    Deploy
    Oracle ADF DataTag library Tag Libraries
    Oracle BC4J DataTag library Tag Libraries
    Trinidad Runtime 11
    OC4J API
    ADF Toplink Runtim
    BC4J HTML
    BC4JBC Runtime
    Obsolete JDeveloper Extension SDK
    BC4J Client
    BC4J Service Client
    BC4J Generic Domains
    BC4J Extension
    BC4J EJB Client
    OJSP Tags
    ADF Portlet Runtime
    Portlet Runtime CLient
    Port Runtime Dependenicis
    Portlet Runtime Client WSRP Stubs
    Customizable Components
    ADF Faces Cache

  • Monitoring and Alerting Infrastructure : Errors raised during Event Calculation

    Hello together,
    System: Solution Manager 7.1 Sp7
    since one day I get this alert every five minute: "Monitoring and Alerting Infrastructure : Errors raised during Event Calculation".
    Name....................Errors raised during Event Calculation
    Start Time..............20.03.2014 15:12:27 CET
    End Time................20.03.2014 15:12:27 CET
    Managed Object..........Monitoring and Alerting Infrastructure
    Managed Object Type.....Technical Component
    Rating..................Red
    Category................Exceptions
    Status..................Open
    Opening the alert shows this:
    E2E Alert Analysis Report:
    This metric outputs the der Event Calculation Engine (ECE) error messages. The ECE runs by default every minute, under the job name SAP_ALERT_CALCULATION_ENGINE, which then starts the report ACE_CALCULATION_CONTROLLER.
    Analyze the error messages in the Application Log, as follows:
    Start the transaction SLG1, and enter the object E2E_ALERTING and subobject ENGINE.
    When opening trx SLG1 I can see this error:
    Aggregate for managed object 00215ACCD6DE1EE2B8FEE39484598162, type
    80E0ED08ADA71DEEBFD84650DEF6421F not found.
    How can I fix this?
    Thank you very much.
    Regards,
    Ralph

    Hi Ralph,
    We are facing the same issue is our system. I have checked the specified note and observed that few of the systems had to be updated in Managed System Configuration. I have updated the systems. But, the alerts have not stopped.
    Can you please tell me the procedure to resolve this issue?
    Thanks.
    Regards,
    Deepika R

  • Error raised using 'CRM_MESSAGE_COLLECT' not displayed in Web UI

    Hello,
    I have implemented the badi CRM_ORDERADM_H_BADI and based on certain conditions i raise an exception and display the error message using function module 'CRM_MESSAGE_COLLECT'. The application log is populated with the error message and I am able to see the error message in SAP GUI . However when the same transaction is triggered via WebUI , even thought the exception is raised , the error message is not displayed.
    I know i can use the method ADD_MESSAGE of the class CL_CRM_GENIL_GLOBAL_MESS_CONT if i want the error message to be displayed in Web UI .
    However I want the message to be displayed either if the transaction is run from the SAP GUI or web UI .
    Have anyone come across the similar situation , is there something I am missing.
    Thanks & Regards ,
    Sriram.

    Hello Arun ,
         I got the solution . The error message was raised properly . The problem is  message filter at every view or viewset of a component is actually switched off by default.With standard components the filter gets activated at runtime if the component controller contains a BOL entity.
    In our case , since it was a custom component with no BOL entity the filter was switched off and hence the messages from the application level were not read.
    Therefore we redefined the filter method IF_BSP_WD_STATE_CONTEXT~GET_MESSAGE_FILTER at the view/viewset level and turned on the filter by default.hence even if the component does not return an entity the message filter gets activated.
    Thanks for your inputs.
    Thanks & Regards,
    Sriram

  • Error raising new Leave Request

    Hi guys,
    Some of our users are trying to raise a leave request in ESS and getting an error
    Use the input help to select an approver.
    The only change that has happened is that we recently upgraded from ECC 5.0 to ECC 6.0. Other than that there has been no new development for our ESS/MSS.
    There are only few users that are affected by this problem. The only thing different that I can see about these users is that in our org structure, the position that they're reporting to is not filled (no holder for that position), so they report to the next manager/approver above that position. This has never been a problem in past. ESS was able to get the next approver without any problems before the upgrade but now it seems like SAP only checks one level and since there's no holder of that position it gives this error. For any employees that report to a position that's filled don't have any issues.
    I'm an SAP ABAP developer. Not too familiar with ESS/MSS or SAP config so please help me understand if this is a config issue or there's something else that needs to be done?
    Thanks for your help.
    Edited by: Mohammad Zeeshan on Aug 15, 2011 8:58 PM

    Go to transaction PTARQ and check if you are able to determine the correct approver for these employees.
    Also, from transaction PTARQ - Customizing :
    Employee Self Service - Service Specific Settings - Working time - leave request - Processing Processes - Determine processing processes for each rule group
    There is a configuration for "Determine Next Agent". This should be either "Line Manager" or "Last Agent, then Line Manager" (Refer to the field help for more information)
    Also, you can utilize BADI  PT_GEN_REQ for handling any special cases.
    Thanks,
    Shanti

  • Runtime Errors Raise Exception in Solution Manager

    Hi Guru's,
    While I try to excute the transaction solman_issue_mgnt in solution manager for issue tracking, runtime errors occurs.
    Error analysis
        A RAISE statement in the program "CL_GUI_HTML_VIEWER============CP" raised the
         exception
        condition "CNHT_ERROR_PARAMETER".
        Since the exception was not intercepted by a superior
        program, processing was terminated.
    Could anyone suggest me on this issue.
    regards,
    Guna

    Hi Juan,
    As per the note, everything was fine there. We have SAP_Basis 700 with SP16.
    Earlier it was worked fine. Now only we are facing this issue while excuting the t-code solman_issue_mgmt.
    regards,
    Guna

  • How to get the error raised in LoginModule into the error.jsp page?

    Hi,
    I would like to get the Exception message raised in a LoginModule and display it "friendly" into my error.jsp page.
    How to do that?
    Thanks.
    Stephane

    I have posted this question a few times. These forums are useless for all but the simplest of problems.
    Here is what you can do, of course it is unsupported, and may or may not break with a future release - all I can say is that it works in 10.1.3
    In your loginmodule login() method, add the JAZNContextCallback to your callbacks array, then after the callbacks are handled you can access the request in the following way:
    HttpServletRequest request = (HttpServletRequest) ((JAZNContextCallback)callbacks[2]).getContextObject(JAZNContextCallback.HTTP_SERVLET_REQUEST, null);
    You can then add the error message to the request and your jsp or whatever will be able to access it.
    By the way, JAZNContextCallback is contained in the jazncore.jar file.

  • Error raised when concatenating to CLOB using implicit to_char conversion

    Hi there,
    Please consider the code below (Oracle 11.1.0.7.0):
    DECLARE
      c CLOB;
    BEGIN
      FOR i IN 1..10
      LOOP
        -- Please uncomment ONE of the lines below
        c := c ||  LPAD('x', 8000, 'z') || i; -- raises error ora-06502
        --c := c || (LPAD('x', 8000, 'z') || i);  -- works
        --c := c ||  LPAD('x', 8000, 'z') || to_char(i);  -- works
      END LOOP;
    END;Ok, maybe making use of implicit type conversion is not the best thing to do, but just out of curiosity is there any explanation for this error to happen?
    It seems that, when implicit conversion is involved without the aid of brackets, Oracle tries to convert the whole thing to varchar2 before concatenating it to the clob, raising the error.
    Thanks
    Luis

    Hi,
    Accordingly link below, I think this behavior can be explained
    http://download.oracle.com/docs/cd/B28359_01/appdev.111/b28370/datatypes.htm#CIHGBADF
    Case 1
    c := c ||  LPAD('x', 8000, 'z') || i
    How it going
    1. Evaluate expression  res1 = LPAD('x', 8000, 'z')
    2. Next oracle must to evaluate  c||res1 where c is clob and res1 is varchar2
    3. Oracle can and choose implicit conversation res1 to clob
    4. Evaluate expression  res2 = c||to_clob(res1);  where res2 now is clob
    5. Next oracle must to evaluate  res2||i where res2 is clob and i is number
    6. Oracle can implicitly convert number only to varchar2 not to clob so he choose implicit conversation i to varchar2
    6.1 Oracle implicitly try convert res2 to varchar2 and when res2 size more then 32627 then he raise error ORA-06502Case 2
    c := c || (LPAD('x', 8000, 'z') || i)
    How it going
    1. Evaluate expression  res1 = LPAD('x', 8000, 'z')
    2. Next oracle must to evaluate  res1||i where res1 is varchar2 and i is number
    3. So he convert i to varchar2 and evaluate res2 = res1||to_char(i)
    4. Next oracle must to evaluate  c||res2 where res2 is varchar2 and c is clob
    5. So he convert res2 to clob and evaluate c||to_clob(res2)Case 3
    c := c ||  LPAD('x', 8000, 'z') || to_char(i)
    How it going
    0. Evaluate res0 = to_char(i)
    1. Evaluate expression  res1 = LPAD('x', 8000, 'z')
    2. Next oracle must to evaluate  c||res1 where c is clob and res1 is varchar2
    3. Oracle can and choose implicit conversation res1 to clob
    4. Evaluate expression  res2 = c||to_clob(res1);  where res2 now is clob
    5. Next oracle must to evaluate  res2||res0 where res2 is clob and res0 is varchar2
    6. He evaluate  to_clob(res0)||res2

Maybe you are looking for

  • RMAN-03015: error occurred in stored script Memory Script

    getting this error during target db is 10202 & aux is 10204 ? duplicate target database to dcxt; RMAN> connect TARGET SYS/spurs_04@capq; PL/SQL package SYS.DBMS_BACKUP_RESTORE version 10.02.00.03 in TARGET database is not current PL/SQL package SYS.D

  • Does the Mophie juice pack plus work on the white iPhone?

    My buddie said he tried to use one and the white iPhone was too thick. He isn't the sharpest tool in the shed so I thought I would see what others had to say.

  • Unable to clear backup data

    Have a mid 2013 MBP - with 4 GB ram and 500 GB drive. though i have deleted the big outlook back up files totaling 140 GB - still the drive shows a back up of 139 GB - how can i clear this space and increase my storage capacity. Kindly give me some s

  • Billing Block for Credit/Debit Memo Can Be Removed Via TCode VA02

    Dear All, During the credit/demo memo request creation, there will be a billing block that will be released via tcode v.23. I realized that user is also able to release the billing block if refer back to the credit/debit memo request at tcode va02. K

  • Matchcode Object for fiels STRAS in SANS1

    Hello All, The table SANS1 conatims the field STRAS for street for 35 charcaters and STRAS_MC as the matchcode object for this field which is of 16 characters in upper case. I want to create a search help. Its working fine with STRAS_MC but with only