Dynamic Hierarquie Editor - error on save a new structure

Hi Guys,
When I try to save a new structure in DHE, the error message below shows up.
Error: unknown or unimplemented keyword " "
Regards,
Alexandre

Hi Guys,
ISSUE SOLVED.   =D
The Default logic from Ownership Application is empty. Then, we have to validate and save the logic (even if it is empty)
In other words BPC NW requires the default logic to be validated, even if its empty.
Thanks for your efforts.
Alexandre

Similar Messages

  • When I try to save a new file from numbers, I'm given the error of it can't create a file. why would that be?

    when I try to save a new file from numbers, I'm given the error of it can't create a file. why would that be?

    Try using /Applications/Utilities/Disk Utility to repair file permissions.
    Bob

  • Error  when Save to  BPM MDS

    OS : Windows 7 X64
    JDeveloper: 11.1.1.6.0.
    RCU : 11.1.1.6.0
    WebLogic : 10.3.5
    SOA Suite: 11.1.1.6.0
    Above is my BPM Suite installation environment.
    In Chapter 11 Using Process Composer , page 268. i followed the step by step, trying to create and publish BPM project template in BPM Studio to MDS.
    In this verion of Jdeveloper. the "Publish to BPM MDS" option is missing, instead of "Save to BPM MDS". SO,
    Right click on the QuoteProcessLab(project name) node and select the "Save to BPM MDS" menu,then "Save to BPM MDS" dialog pops up. when click the ok button.error occurs.
    oracle.bpm.metadata.exception.AbortedOperationMetadataException: BPM-70801: Metadata operation failed
         at oracle.bpm.metadata.impl.MdDomainImpl.createTemplateProject(MdDomainImpl.java:527)
         at oracle.bpm.pml.service.security.SecurityMdDomainDecorator.createTemplateProject(SecurityMdDomainDecorator.java:197)
         at oracle.bpm.pml.service.impl.StudioMetadataServiceImpl.saveTemplateProject(StudioMetadataServiceImpl.java:150)
         at oracle.bpm.fusion.soa.mds.ui.PublishMdsProjectDialog.publishTemplateProject(PublishMdsProjectDialog.java:372)
         at oracle.bpm.fusion.soa.mds.ui.PublishMdsProjectDialog.access$200(PublishMdsProjectDialog.java:66)
         at oracle.bpm.fusion.soa.mds.ui.PublishMdsProjectDialog$1.run(PublishMdsProjectDialog.java:108)
         at oracle.bpm.ui.peer.swing.SwingToolkit$JobFromRunnable.run(SwingToolkit.java:181)
         at foxtrot.AbstractWorkerThread$2.run(AbstractWorkerThread.java:49)
         at java.security.AccessController.doPrivileged(Native Method)
         at foxtrot.AbstractWorkerThread.runTask(AbstractWorkerThread.java:45)
         at foxtrot.workers.DefaultWorkerThread.run(DefaultWorkerThread.java:153)
         at java.lang.Thread.run(Thread.java:662)
    Caused by: javax.ejb.EJBException: ; nested exception is:
         java.rmi.UnmarshalException: Incoming message header or abbreviation processing failed ; nested exception is:
         java.io.InvalidClassException: org.eclipse.persistence.internal.indirection.DatabaseValueHolder; local class incompatible: stream classdesc serialVersionUID = 1128857921468654749, local class serialVersionUID = 4164360925847093650; nested exception is: java.rmi.UnmarshalException: Incoming message header or abbreviation processing failed ; nested exception is:
         java.io.InvalidClassException: org.eclipse.persistence.internal.indirection.DatabaseValueHolder; local class incompatible: stream classdesc serialVersionUID = 1128857921468654749, local class serialVersionUID = 4164360925847093650
         at weblogic.ejb.container.internal.RemoteBusinessIntfProxy.unwrapRemoteException(RemoteBusinessIntfProxy.java:121)
         at weblogic.ejb.container.internal.RemoteBusinessIntfProxy.invoke(RemoteBusinessIntfProxy.java:96)
         at $Proxy65.listHistoryChanges(Unknown Source)
         at oracle.bpm.metadata.update.UpdateFromBaseTemplateHelper.writeTemplateRevisionProperties(UpdateFromBaseTemplateHelper.java:57)
         at oracle.bpm.metadata.impl.MdDomainImpl.createTemplateProject(MdDomainImpl.java:500)
         ... 11 more
    Caused by: java.rmi.UnmarshalException: Incoming message header or abbreviation processing failed ; nested exception is:
         java.io.InvalidClassException: org.eclipse.persistence.internal.indirection.DatabaseValueHolder; local class incompatible: stream classdesc serialVersionUID = 1128857921468654749, local class serialVersionUID = 4164360925847093650
         at weblogic.rjvm.MsgAbbrevJVMConnection.dispatch(MsgAbbrevJVMConnection.java:507)
         at weblogic.rjvm.t3.MuxableSocketT3.dispatch(MuxableSocketT3.java:330)
         at weblogic.socket.BaseAbstractMuxableSocket.dispatch(BaseAbstractMuxableSocket.java:298)
         at weblogic.socket.SocketMuxer.readReadySocketOnce(SocketMuxer.java:950)
         at weblogic.socket.SocketMuxer.readReadySocket(SocketMuxer.java:888)
         at weblogic.socket.JavaSocketMuxer.processSockets(JavaSocketMuxer.java:339)
         at weblogic.socket.SocketReaderRequest.run(SocketReaderRequest.java:29)
         at weblogic.work.ExecuteRequestAdapter.execute(ExecuteRequestAdapter.java:21)
         at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:145)
         at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:117)
    Caused by: java.io.InvalidClassException: org.eclipse.persistence.internal.indirection.DatabaseValueHolder; local class incompatible: stream classdesc serialVersionUID = 1128857921468654749, local class serialVersionUID = 4164360925847093650
         at java.io.ObjectStreamClass.initNonProxy(ObjectStreamClass.java:560)
         at java.io.ObjectInputStream.readNonProxyDesc(ObjectInputStream.java:1582)
         at java.io.ObjectInputStream.readClassDesc(ObjectInputStream.java:1495)
         at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1315)
         at java.io.ObjectInputStream.readObject(ObjectInputStream.java:350)
         at weblogic.rjvm.ClassTableEntry.readExternal(ClassTableEntry.java:36)
         at java.io.ObjectInputStream.readExternalData(ObjectInputStream.java:1791)
         at java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1750)
         at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1328)
         at java.io.ObjectInputStream.readObject(ObjectInputStream.java:350)
         at weblogic.rjvm.InboundMsgAbbrev.readObject(InboundMsgAbbrev.java:65)
         at weblogic.rjvm.InboundMsgAbbrev.read(InboundMsgAbbrev.java:37)
         at weblogic.rjvm.MsgAbbrevJVMConnection.readMsgAbbrevs(MsgAbbrevJVMConnection.java:283)
         at weblogic.rjvm.MsgAbbrevInputStream.init(MsgAbbrevInputStream.java:213)
         at weblogic.rjvm.MsgAbbrevJVMConnection.dispatch(MsgAbbrevJVMConnection.java:498)
         ... 9 more
    oracle.bpm.metadata.exception.AbortedOperationMetadataException: BPM-70801: Metadata operation failed
         at oracle.bpm.metadata.impl.MdDomainImpl.createTemplateProject(MdDomainImpl.java:527)
         at oracle.bpm.pml.service.security.SecurityMdDomainDecorator.createTemplateProject(SecurityMdDomainDecorator.java:197)
         at oracle.bpm.pml.service.impl.StudioMetadataServiceImpl.saveTemplateProject(StudioMetadataServiceImpl.java:150)
         at oracle.bpm.fusion.soa.mds.ui.PublishMdsProjectDialog.publishTemplateProject(PublishMdsProjectDialog.java:372)
         at oracle.bpm.fusion.soa.mds.ui.PublishMdsProjectDialog.access$200(PublishMdsProjectDialog.java:66)
         at oracle.bpm.fusion.soa.mds.ui.PublishMdsProjectDialog$1.run(PublishMdsProjectDialog.java:108)
         at oracle.bpm.ui.peer.swing.SwingToolkit$JobFromRunnable.run(SwingToolkit.java:181)
         at foxtrot.AbstractWorkerThread$2.run(AbstractWorkerThread.java:49)
         at java.security.AccessController.doPrivileged(Native Method)
         at foxtrot.AbstractWorkerThread.runTask(AbstractWorkerThread.java:45)
         at foxtrot.workers.DefaultWorkerThread.run(DefaultWorkerThread.java:153)
         at java.lang.Thread.run(Thread.java:662)
    Caused by: javax.ejb.EJBException: ; nested exception is:
         java.rmi.UnmarshalException: Incoming message header or abbreviation processing failed ; nested exception is:
         java.io.InvalidClassException: org.eclipse.persistence.internal.indirection.DatabaseValueHolder; local class incompatible: stream classdesc serialVersionUID = 1128857921468654749, local class serialVersionUID = 4164360925847093650; nested exception is: java.rmi.UnmarshalException: Incoming message header or abbreviation processing failed ; nested exception is:
         java.io.InvalidClassException: org.eclipse.persistence.internal.indirection.DatabaseValueHolder; local class incompatible: stream classdesc serialVersionUID = 1128857921468654749, local class serialVersionUID = 4164360925847093650
         at weblogic.ejb.container.internal.RemoteBusinessIntfProxy.unwrapRemoteException(RemoteBusinessIntfProxy.java:121)
         at weblogic.ejb.container.internal.RemoteBusinessIntfProxy.invoke(RemoteBusinessIntfProxy.java:96)
         at $Proxy65.listHistoryChanges(Unknown Source)
         at oracle.bpm.metadata.update.UpdateFromBaseTemplateHelper.writeTemplateRevisionProperties(UpdateFromBaseTemplateHelper.java:57)
         at oracle.bpm.metadata.impl.MdDomainImpl.createTemplateProject(MdDomainImpl.java:500)
         ... 11 more
    Caused by: java.rmi.UnmarshalException: Incoming message header or abbreviation processing failed ; nested exception is:
         java.io.InvalidClassException: org.eclipse.persistence.internal.indirection.DatabaseValueHolder; local class incompatible: stream classdesc serialVersionUID = 1128857921468654749, local class serialVersionUID = 4164360925847093650
         at weblogic.rjvm.MsgAbbrevJVMConnection.dispatch(MsgAbbrevJVMConnection.java:507)
         at weblogic.rjvm.t3.MuxableSocketT3.dispatch(MuxableSocketT3.java:330)
         at weblogic.socket.BaseAbstractMuxableSocket.dispatch(BaseAbstractMuxableSocket.java:298)
         at weblogic.socket.SocketMuxer.readReadySocketOnce(SocketMuxer.java:950)
         at weblogic.socket.SocketMuxer.readReadySocket(SocketMuxer.java:888)
         at weblogic.socket.JavaSocketMuxer.processSockets(JavaSocketMuxer.java:339)
         at weblogic.socket.SocketReaderRequest.run(SocketReaderRequest.java:29)
         at weblogic.work.ExecuteRequestAdapter.execute(ExecuteRequestAdapter.java:21)
         at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:145)
         at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:117)
    Caused by: java.io.InvalidClassException: org.eclipse.persistence.internal.indirection.DatabaseValueHolder; local class incompatible: stream classdesc serialVersionUID = 1128857921468654749, local class serialVersionUID = 4164360925847093650
         at java.io.ObjectStreamClass.initNonProxy(ObjectStreamClass.java:560)
         at java.io.ObjectInputStream.readNonProxyDesc(ObjectInputStream.java:1582)
         at java.io.ObjectInputStream.readClassDesc(ObjectInputStream.java:1495)
         at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1315)
         at java.io.ObjectInputStream.readObject(ObjectInputStream.java:350)
         at weblogic.rjvm.ClassTableEntry.readExternal(ClassTableEntry.java:36)
         at java.io.ObjectInputStream.readExternalData(ObjectInputStream.java:1791)
         at java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1750)
         at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1328)
         at java.io.ObjectInputStream.readObject(ObjectInputStream.java:350)
         at weblogic.rjvm.InboundMsgAbbrev.readObject(InboundMsgAbbrev.java:65)
         at weblogic.rjvm.InboundMsgAbbrev.read(InboundMsgAbbrev.java:37)
         at weblogic.rjvm.MsgAbbrevJVMConnection.readMsgAbbrevs(MsgAbbrevJVMConnection.java:283)
         at weblogic.rjvm.MsgAbbrevInputStream.init(MsgAbbrevInputStream.java:213)
         at weblogic.rjvm.MsgAbbrevJVMConnection.dispatch(MsgAbbrevJVMConnection.java:498)
         ... 9 more

    I had the same problem while trying to "Save to BPM MDS" from jDeveloper, while I tried to save the BPM project to a directory (in terms of BPM Composer) in the BPM MDS, where the original project I checked out still was located in. The (old) project in the BPM MDS was still locked by the user I used to save the newer BPM perject version to BPM MDS. On the otherhand, I worked fine after I changed the applications name. Not what versioning should be like, but at least a workaround.
    Host setting:
    OS : Windows 7 x64
    jDeveloper: 11.1.1.7.0 on JDK 1.6.0_24 (x64)
    SOA Composite Editor: 11.1.1.7.0.00.08
    BPMN Editor: 11.1.1.7.0.0.8
    VM setting:
    JDK: 1.7.0_21 (x64)
    RCU : 11.1.1.7.0
    WebLogic : 10.3.6
    SOA Suite: 11.1.1.7.0
    BPM Suite: 11.1.1.7.0

  • Getting "SAPSQL_ARRAY_INSERT_DUPREC" error while creating a new layout

    Hi,
    I deleted a layout from a level.  When I tried to create a new layout with the same technical name, I was getting a run time error.
    Name of the error : SAPSQL_ARRAY_INSERT_DUPREC
    Exception           : CX_SY_OPEN_SQL_DB
    I went to ST22 and analyzed the dump.  I found that the entries for the layout that I deleted were still present in the following 2 tables:
    1) UPP_PARAMT
    2) UPP_ELEMT
    My questions are:
    1) Is there any possibilities that I can retrive the layout that I deleted with the help of the entries present in the above tables?
    2) Can I remove the entries from these two tables so that I can create a new layout with the same technical name?
    Thanks,
    Seetharaman V

    Hi Matt
    Thanks for your comments.  I was getting this error while trying to save the new layout i created and not during the creatiion.
    Thanks,
    Seetha

  • JBO-25017: Error while creating a new entity row for ValidationEO

    Hi
    I am facing the same issue,but i am using following code in controller file:
    ValidationAMImpl newam=(ValidationAMImpl)pageContext.getApplicationModule(webBean);
    ValidationVOImpl newvo = newam.getValidationVO1();
    if (newvo.getFetchedRowCount() == 0)
    // Save the original max fetch size just once -- processRequest() could be
    // re-entered.
    int maxFetchSize =newvo.getMaxFetchSize();
    if (maxFetchSize != 0)
    newvo.putValue("poOrigMaxFetchSize", new Integer(maxFetchSize));
    newvo.setMaxFetchSize(0);
    // To keep the inserted rows after commit.
    newvo.executeQuery();
    and the error while clicking Add new row button is
    oracle.apps.fnd.framework.OAException: oracle.jbo.RowCreateException: JBO-25017: Error while creating a new entity row for ValidationEO.
    at oracle.apps.fnd.framework.OAException.wrapperException(Unknown Source)
    at oracle.apps.fnd.framework.webui.OAPageErrorHandler.prepareException(Unknown Source)
    at oracle.apps.fnd.framework.webui.OAPageErrorHandler.processErrors(Unknown Source)
    at oracle.apps.fnd.framework.webui.OAPageBean.processFormRequest(Unknown Source)
    at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(Unknown Source)
    at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(Unknown Source)
    at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(Unknown Source)
    at OA.jspService(_OA.java:75)
    at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:59)
    at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:453)
    at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:591)
    at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:515)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
    at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:711)
    at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:368)
    at com.evermind.server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:866)
    at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:448)
    at com.evermind.server.http.HttpRequestHandler.serveOneRequest(HttpRequestHandler.java:216)
    at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:117)
    at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:110)
    at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
    at oracle.oc4j.network.ServerSocketAcceptHandler.procClientSocket(ServerSocketAcceptHandler.java:239)
    at oracle.oc4j.network.ServerSocketAcceptHandler.access$700(ServerSocketAcceptHandler.java:34)
    at oracle.oc4j.network.ServerSocketAcceptHandler$AcceptHandlerHorse.run(ServerSocketAcceptHandler.java:880)
    at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
    at java.lang.Thread.run(Thread.java:595)
    ## Detail 0 ##
    java.lang.InstantiationException
    at sun.reflect.InstantiationExceptionConstructorAccessorImpl.newInstance(InstantiationExceptionConstructorAccessorImpl.java:30)
    at java.lang.reflect.Constructor.newInstance(Constructor.java:494)
    at java.lang.Class.newInstance0(Class.java:350)
    at java.lang.Class.newInstance(Class.java:303)
    at oracle.jbo.server.EntityDefImpl.createBlankInstance(EntityDefImpl.java:1388)
    at oracle.jbo.server.EntityDefImpl.createBlankInstance2(EntityDefImpl.java:1338)
    at oracle.jbo.server.ViewRowImpl.createMissingEntities(ViewRowImpl.java:1639)
    at oracle.jbo.server.ViewRowImpl.init(ViewRowImpl.java:269)
    at oracle.jbo.server.ViewDefImpl.createBlankInstance(ViewDefImpl.java:1126)
    at oracle.jbo.server.ViewDefImpl.newInstance(ViewDefImpl.java:997)
    at oracle.jbo.server.ViewObjectImpl.createInstance(ViewObjectImpl.java:2782)
    at oracle.jbo.server.QueryCollection.createRowWithEntities(QueryCollection.java:1304)
    at oracle.jbo.server.ViewRowSetImpl.createRowWithEntities(ViewRowSetImpl.java:1869)
    at oracle.jbo.server.ViewRowSetImpl.doCreateAndInitRow(ViewRowSetImpl.java:1910)
    at oracle.jbo.server.ViewRowSetImpl.createRow(ViewRowSetImpl.java:1891)
    at oracle.jbo.server.ViewObjectImpl.createRow(ViewObjectImpl.java:6580)
    at oracle.apps.fnd.framework.webui.event.OAAdvancedTableEventHandler.handleAddRowsEvent(Unknown Source)
    at oracle.apps.fnd.framework.webui.event.OAAdvancedTableEventHandler.handleEvent(Unknown Source)
    at oracle.apps.fnd.framework.webui.OAAdvancedTableHelper.processFormRequest(Unknown Source)
    at oracle.apps.fnd.framework.webui.beans.table.OAAdvancedTableBean.processFormRequest(Unknown Source)
    at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processFormRequestChildren(Unknown Source)
    at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processFormRequestChildren(Unknown Source)
    at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processFormRequest(Unknown Source)
    at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processFormRequest(Unknown Source)
    at oracle.apps.fnd.framework.webui.beans.layout.OAStackLayoutBean.processFormRequest(Unknown Source)
    at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processFormRequestChildren(Unknown Source)
    at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processFormRequestChildren(Unknown Source)
    at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processFormRequest(Unknown Source)
    at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processFormRequest(Unknown Source)
    at oracle.apps.fnd.framework.webui.OAPageLayoutHelper.processFormRequest(Unknown Source)
    at oracle.apps.fnd.framework.webui.beans.layout.OAPageLayoutBean.processFormRequest(Unknown Source)
    at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processFormRequestChildren(Unknown Source)
    at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processFormRequestChildren(Unknown Source)
    at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processFormRequest(Unknown Source)
    at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processFormRequest(Unknown Source)
    at oracle.apps.fnd.framework.webui.beans.form.OAFormBean.processFormRequest(Unknown Source)
    at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processFormRequestChildren(Unknown Source)
    at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processFormRequestChildren(Unknown Source)
    at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processFormRequest(Unknown Source)
    at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processFormRequest(Unknown Source)
    at oracle.apps.fnd.framework.webui.beans.OABodyBean.processFormRequest(Unknown Source)
    at oracle.apps.fnd.framework.webui.OAPageBean.processFormRequest(Unknown Source)
    at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(Unknown Source)
    at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(Unknown Source)
    at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(Unknown Source)
    at OA.jspService(_OA.java:75)
    at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:59)
    at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:453)
    at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:591)
    at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:515)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
    at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:711)
    at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:368)
    at com.evermind.server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:866)
    at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:448)
    at com.evermind.server.http.HttpRequestHandler.serveOneRequest(HttpRequestHandler.java:216)
    at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:117)
    at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:110)
    at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
    at oracle.oc4j.network.ServerSocketAcceptHandler.procClientSocket(ServerSocketAcceptHandler.java:239)
    at oracle.oc4j.network.ServerSocketAcceptHandler.access$700(ServerSocketAcceptHandler.java:34)
    at oracle.oc4j.network.ServerSocketAcceptHandler$AcceptHandlerHorse.run(ServerSocketAcceptHandler.java:880)
    at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
    at java.lang.Thread.run(Thread.java:595)
    java.lang.InstantiationException
    at sun.reflect.InstantiationExceptionConstructorAccessorImpl.newInstance(InstantiationExceptionConstructorAccessorImpl.java:30)
    at java.lang.reflect.Constructor.newInstance(Constructor.java:494)
    at java.lang.Class.newInstance0(Class.java:350)
    at java.lang.Class.newInstance(Class.java:303)
    at oracle.jbo.server.EntityDefImpl.createBlankInstance(EntityDefImpl.java:1388)
    at oracle.jbo.server.EntityDefImpl.createBlankInstance2(EntityDefImpl.java:1338)
    at oracle.jbo.server.ViewRowImpl.createMissingEntities(ViewRowImpl.java:1639)
    at oracle.jbo.server.ViewRowImpl.init(ViewRowImpl.java:269)
    at oracle.jbo.server.ViewDefImpl.createBlankInstance(ViewDefImpl.java:1126)
    at oracle.jbo.server.ViewDefImpl.newInstance(ViewDefImpl.java:997)
    at oracle.jbo.server.ViewObjectImpl.createInstance(ViewObjectImpl.java:2782)
    at oracle.jbo.server.QueryCollection.createRowWithEntities(QueryCollection.java:1304)
    at oracle.jbo.server.ViewRowSetImpl.createRowWithEntities(ViewRowSetImpl.java:1869)
    at oracle.jbo.server.ViewRowSetImpl.doCreateAndInitRow(ViewRowSetImpl.java:1910)
    at oracle.jbo.server.ViewRowSetImpl.createRow(ViewRowSetImpl.java:1891)
    at oracle.jbo.server.ViewObjectImpl.createRow(ViewObjectImpl.java:6580)
    at oracle.apps.fnd.framework.webui.event.OAAdvancedTableEventHandler.handleAddRowsEvent(Unknown Source)
    at oracle.apps.fnd.framework.webui.event.OAAdvancedTableEventHandler.handleEvent(Unknown Source)
    at oracle.apps.fnd.framework.webui.OAAdvancedTableHelper.processFormRequest(Unknown Source)
    at oracle.apps.fnd.framework.webui.beans.table.OAAdvancedTableBean.processFormRequest(Unknown Source)
    at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processFormRequestChildren(Unknown Source)
    at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processFormRequestChildren(Unknown Source)
    at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processFormRequest(Unknown Source)
    at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processFormRequest(Unknown Source)
    at oracle.apps.fnd.framework.webui.beans.layout.OAStackLayoutBean.processFormRequest(Unknown Source)
    at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processFormRequestChildren(Unknown Source)
    at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processFormRequestChildren(Unknown Source)
    at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processFormRequest(Unknown Source)
    at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processFormRequest(Unknown Source)
    at oracle.apps.fnd.framework.webui.OAPageLayoutHelper.processFormRequest(Unknown Source)
    at oracle.apps.fnd.framework.webui.beans.layout.OAPageLayoutBean.processFormRequest(Unknown Source)
    at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processFormRequestChildren(Unknown Source)
    at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processFormRequestChildren(Unknown Source)
    at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processFormRequest(Unknown Source)
    at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processFormRequest(Unknown Source)
    at oracle.apps.fnd.framework.webui.beans.form.OAFormBean.processFormRequest(Unknown Source)
    at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processFormRequestChildren(Unknown Source)
    at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processFormRequestChildren(Unknown Source)
    at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processFormRequest(Unknown Source)
    at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processFormRequest(Unknown Source)
    at oracle.apps.fnd.framework.webui.beans.OABodyBean.processFormRequest(Unknown Source)
    at oracle.apps.fnd.framework.webui.OAPageBean.processFormRequest(Unknown Source)
    at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(Unknown Source)
    at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(Unknown Source)
    at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(Unknown Source)
    at OA.jspService(_OA.java:75)
    at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:59)
    at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:453)
    at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:591)
    at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:515)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
    at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:711)
    at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:368)
    at com.evermind.server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:866)
    at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:448)
    at com.evermind.server.http.HttpRequestHandler.serveOneRequest(HttpRequestHandler.java:216)
    at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:117)
    at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:110)
    at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
    at oracle.oc4j.network.ServerSocketAcceptHandler.procClientSocket(ServerSocketAcceptHandler.java:239)
    at oracle.oc4j.network.ServerSocketAcceptHandler.access$700(ServerSocketAcceptHandler.java:34)
    at oracle.oc4j.network.ServerSocketAcceptHandler$AcceptHandlerHorse.run(ServerSocketAcceptHandler.java:880)
    at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
    at java.lang.Thread.run(Thread.java:595)
    solution to this will be higly appreciated

    java.lang.InstantiationException
    at sun.reflect.InstantiationExceptionConstructorAccessorImpl.newInstance(InstantiationExceptionConstructorAccessorImpl.java:30)
    at java.lang.reflect.Constructor.newInstance(Constructor.java:494)
    at java.lang.Class.newInstance0(Class.java:350)
    at java.lang.Class.newInstance(Class.java:303)
    at oracle.jbo.server.EntityDefImpl.createBlankInstance(EntityDefImpl.java:1388)
    Check your EO code, looks like an exception creating the instance, ( check the constructor code of your EO impl ).

  • How to save multiple new entries in one shot?

    Hi,
    I am working on a pretty complex Create form. So apart from the standard form fields to allow user to enter the data, one of the sections in this form is a table which allows user to create multiple entries for this entity. And when hitting the "Save" button in this form, it will save all the data plus the multiple entries defined in this table.
    Is it possible to create multiple new entries in a table, and then save all of the new entries at the end? My experience so far is only create and save one new entry at a time.
    Any sample?
    Please advise.
    Thanks.
    -Mina

    Yes, I am using ADF BC.
    Let me explain more in details of the scenario:
    I have a table with "Create New" and "Save" button. The "Create New" button's ActionListener is set to "#{bindings.CreateInsert.execute}", and the "Save" button's ActionListener is set to "#{bindings.Commit.execute}".
    When the "Create New" button is hit, a new row shows up in the table to allow entering data inline. When the "Save" button is hit, it got committed. I would like to allow user to create multiple rows before committing. But currently, after I hit "Create New" button, then enter data, then hit "Create New" button again without committing, it gives error.
    Since this table is part of a form with other fields, I would like to save/commit it until everything in the form are completed, including creating multiple rows in the table.
    Any ideas how to achieve this?
    Any comments are appreciated.
    Thanks.
    -Mina

  • Error when creating a new user_id

    Hi, i am using this code to create a new user
    begin
    fnd_user_pkg.createuser
    (x_user_name => 'myappuser',
    x_owner => 'CUST',
    x_unencrypted_password => 'genius2011',
    x_start_date => sysdate,
    x_end_date => NULL,
    x_description => null,
    x_password_date => sysdate,
    x_password_lifespan_days => 45,
    x_email_address => null,
    x_employee_id => 1336
    end;
    in deed, the user_name is new and the employee_id has no user.
    i got a warning message: "the user name is already in use" and when i try to save a new user name with the user definition form i got this message "APP-FND-01206: This record already exists. You have entered a duplicate value or sequence of values that must be unique for every record be unique"

    could you please take a look
    Error que empieza en la línea 1 del comando:
    begin
    fnd_user_pkg.createuser
    (x_user_name => 'ADRIANA.GARCIAC',
    x_owner => 'CUST',
    x_unencrypted_password => 'welcome1',
    x_start_date => sysdate,
    x_end_date => NULL,
    x_description => null,
    x_password_date => sysdate,
    x_password_lifespan_days => 45,
    x_email_address => null,
    x_employee_id => 13366
    end;
    Informe de error:
    ORA-20001: APP-FND-02600: Unable to create user ADRIANA.GARCIAC due to the following reason(s):
    This user name is already in use. Please enter a unique user name..
    ORA-06512: at "APPS.APP_EXCEPTION", line 72
    ORA-06512: at "APPS.FND_USER_PKG", line 1150
    ORA-06512: at "APPS.FND_USER_PKG", line 1196
    ORA-06512: at "APPS.FND_USER_PKG", line 1315
    ORA-06512: at line 2
    i searched ADRIANA.GARCIAC in EBS users , it does not exist.
    now, I think the FND_USER_PKG is corrupted
    Edited by: jbaltodano on Aug 7, 2011 10:00 AM

  • Airport extreme blinking amber light error when connecting to new modem

    I have just bought and installed a new modem gateway.  It is an Arris TG852G DOC 3.0 model with a built in WiFi router.
    After connecting it and activating it through Comcast, I reset, then reconnected my airport extreme MD0331LL/A Model No. A1408 to the new Arris
    modem, I am getting blinking amber lights on the base station.  I have internet connectivity, but I am still getting an amber light.  My wireless devices (ipad and iphones) all see the old network name and id and seem to work just fine.
    When I scanned for my airport base station in my airport utility (version 5.6.1)  to try to resolve the error message I get
    a message stating that the Airport Utility is not detecting any airport devices.
    I cannot reset the default settings as these buttons do not work within the Airport Utility.
    I suspect interference between the built in router in the Arris and I understand I need to operate it in bridge mode.  Can you please help me fix this.
    The COMCAST people are extremely unhelpful, and stated that this is not their problem but a problem with my router
    as they have provifded me  internet connectivity through the modem and the issue is my problem.

    Try connecting an Ethernet cable from your computer directly to one of the LAN <-> ports on the AirPort Extreme to see if AirPort Utility can detect the AirPort Extreme that way.
    If yes, click on the AirPort Extreme and then click directly on the word Status (2nd line on the summary page)
    A window will open to explain why the amber light is blinking
    If the message indicates that you need to configure the AirPort in Bridge Mode......
    Click the Internet icon at the top of the window
    Click the Internet Connection tab just below
    Change the setting for Connection Sharing to Off (Bridge Mode)
    Click Update at the lower right of the window to save the new setting and restart the AirPort Extreme
    You can disconnect the Ethernet cable that you were using to configure the AirPort Extreme now
    It would be a good idea to power off both the Arris gateway and the AirPort Extreme now
    Wait a minute
    Start the Arris first, and let it run a full minute
    Start the AirPort Extreme next the same way
    You should be all set

  • Photoshop Elements 7 Editor Error & 10 trial error

    Photoshop Elements 7 Editor Error
    Hello,
    Yesterday I did a clean install of Windows 7 (x64) on my PC & have completely updated it through Windows Updater, I than installed PSE7 (disk that I brought new 3 years ago &amp; has worked fine up till now) &amp; followed the instructions.
    Now, it loads the first screen fine (Organise/Edit/Create/Share) &amp; Organise,Create &amp; Share each load fine but when I click on Edit I get this error
    Editor - Photoshop Elements 7.0
    Could not initialise Photoshop Elements because the file could not be found.
    I have already installed it on my old (now completely dead) Vista laptop, this PC & my mothers Win7 laptop & all work/ed.
    The thing I have tried are -
    Uninstalling &amp; reinstalling PES7.
    Uninstalling &amp; reinstalling the OS &amp; installing PSE7 first.
    Replacing all files in 'Computer > Local Disk (C;) > Program Files (x86) > Adobe > Photoshop Elements 7.0 , with the files from my mothers laptop.
    Have 'Deleted the Settings File' (Shift + Ctrl + Alt)
    Running the Elements Organizer in a new user account.
    & ringing customer support who told me to ask here.
    I have tried the trial version of PSE10 which does not work, I get the following error
    Adobe Photoshop Elements 10
    Could not open a scratch file because the file could not be found.
    & clicking OK the following error
    Adobe Photoshop Elements 10
    Could not initialise Photoshop Elements because the file could not be found.
    Any help on this matter would be greatly appreciated.
    Message was edited by: Colcasaca

    Try reseting the preferences of PSE 10
    Open PSE just to the Welcome Screen and press Ctrl + Alt + Shift (Mac: Cmd + Opt + Shift) and keep pressing.
    Click on "Edit" from the Welcome Screen but keep pressing the keyboard keys - don't let up.
    You will get a little dialog box asking if you want to delete the settings file. Click "Yes."  You can let go of the keyboard keys now.
    This will rebuild the file for you and often solves the issue.
    If it doesn't work, navigate to :
    C: > Users > [user name] > Photoshop Elements > 10.0 > Editor > Adobe Photoshop Elements 10 Prefs.psp
    Right click on the Adobe Photoshop Elements 10 Prefs.psp, and select Delete.
    A new preferences file is created the next time you start Photoshop Elements.

  • Pdf form in read-mode for the users and...allowing me to save my new modifications

    I wanted to save a modification in my pdf form. Unfortunally, it was opened by another user in read-only mode.
    When I tried to save my new modifications, my screen pops me up the classic error message: cannot not save because it is opened in read....
    The form is stored in network shared drive and I am the owner. The users have the read only permission.
    I open it with Acrobat Pro X and users open it with Adobe Reader XI. Both sofwares are setted with the enable protected mode and javascript disabled,
    I tried to not use the preview mode in Windows explorer without succes.
    Is my problem a bug or is it the normal way abobe acrobat works ?
    Thank you for any replyer !

    Hello Gkaiseril,
    Thank you for your fast reply !
    I am not at my office right now, however I am pretty sure in the Word case, I will be able to edit.
    During my problem, I checked in the File manager on the server side (windows 2003 r2 sp1 x64). The reader had not write permission on the file, and I am the only owner with the full permissions.

  • When I change a password, sometimes I get a pop-up asking if I want to save the new password - sometimes it doesn't appear. How can I save the new password if popup does not appear?

    When I change a password, sometimes I get a pop-up asking if I want to save the new password - sometimes it doesn't appear.
    How can I save the new password if popup does not appear?

    The website may be using autocomplete=off to prevent Firefox from saving the name and password.
    You can remove autocomplete=off with a bookmarklet to make Firefox save the name and password.
    *http://kb.mozillazine.org/User_name_and_password_not_remembered
    *Saved Password Editor: https://addons.mozilla.org/firefox/addon/saved-password-editor/

  • An error occurred: Save document failed / An error occurred while saving the document: PATH (HDB 00055)

    Hello Colleagues, I am creating an analysis in build 576, everything goes well, the algorithm calculates the needed values, but when I try to save the analysis, I receive the following error message: "An error occurred: Save document failed / An error occurred while saving the document: <PATH> (HDB 00055)".
    Does anyone know what could cause this error message?
    Thanks a lot for any hint.
    Sergey

    Hi Henry,
    I am using PA 1.0.11 and received this error; any update on this fix for SAP PA. Does this happen for a particular data source.
    I am currently using Excel as source and whenever I try to use this data; I get this even if I move the data to a new file or rename a file. I tried to check the same issue with a different file and it works fine. This file worked fine a day back.
    Please let me know if this is unusual for this version.
    Regards,
    Arvind E

  • Error in Save Query in BI NW04s

    Dear all,
    I'm able to execute query in new BI 04s environment, but when I save query (new query or modified existing query) I got error message "Program error in class SAPMSSY1 method UNCAUGHT_EXCEPTION".
    Could you help me for this ?
    I tried to search in SDN and OSS note but nothing related ...
    We're in BI NW04s SPS 10 ...
    Thx
    Regards,
    DI

    Hi DI,
    Seems like a problem with your frontend. Are you using the new BI2004s frontend. If so, also check if it is on SPS10. Check this link:
    Troubleshoot the SAP NetWeaver 2004s BI Frontend Installation
    Bye
    Dinesh

  • Error when save the query

    Hi All,
    We have migrated from 3.x to 7.0 (QA). In BEx analyzer when we save the new query the following error message getting.
    1. Program GP77SAI0MJZN9QMLKWR6SIGCYYA does not exist
    2.  An exception with the type CX_SY_PROGRAM_NOT_FOUND occurred, but was neither handled locally, nor declared in a RAISING clause
    3. Program error in class SAPMSSY1 method: UNCAUGHT_EXCEPTION
    Please help me from this error.
    Thanks in Advance
    Ravi

    Hi,
    Check following thread and underlying note..
    error when saving a query "CX_SY_PROGRAM_NOT_FOUND"
    Abhijeet
    Reward pts if useful..

  • Unable to save a New Query

    Hi gurus,
    I'm not able to save a new query in Bex Query designer.Could some one advise me in resolving this.

    Hi Prem,
    If you are using the 3.X Bex Query designer and if you get any error you don't have option to save the query.Whereas in 7.0 , you can save the query even if you get errors.
    Regards,
    Ugendhar

Maybe you are looking for