< error > < oracle.adf.controller.internal.binding.TaskFlowRegionModelViewPort > < ADFC-64010 >

Hello

We are seeing the error below and failed to find any documentation on this. Suggestions to go beyond this issue?

(Build JDEVADF_11.1.1.7.2ADF - FAREL8 - BP_GENERIC_131030.1412.6661.3)

< sept 17, 2014 3:41:54 PM MDT > < error > < oracle.adf.controller.internal.binding.TaskFlowRegionModelViewPort > < ADFC-64010 > < ADFc: Page ' / oracle/rnow/firebolt/pages/workingUnit.jsff' references flow bind "Report1171410990113532" more than once, which is not taken in charge of responsibilities.  The ID of the affected components are: "j_id__ctru15:0:j_id__ctru13pc2 j_id__ctru15:0:j_id__ctru9pc2". >

< sept 17, 2014 3:41:54 PM MDT > < error > < oracle.adf.controller.internal.binding.TaskFlowRegionModelViewPort > < ADFC-64010 > < ADFc: Page ' / oracle/rnow/firebolt/pages/report/reportMain.jsff' references task flow binding "dynamicRegion4" more than once, which only is not supported.  The ID of the affected components are: "j_id__ctru15:0:j_id__ctru9pc2:0:rptf_rm_0_region4 j_id__ctru15:0:j_id__ctru13pc2:0:rptf_rm_0_region4". >

< sept 17, 2014 3:41:54 PM MDT > < error > < oracle.adf.controller.internal.binding.TaskFlowRegionModelViewPort > < ADFC-64010 > < ADFc: Page ' / oracle/rnow/firebolt/pages/report/reportMain.jsff' references task flow binding "dynamicRegion3" more than once, which only is not supported.  The ID of the affected components are: "j_id__ctru15:0:j_id__ctru13pc2:0:r3 j_id__ctru15:0:j_id__ctru9pc2:0:r3". >

< sept 17, 2014 3:41:54 PM MDT > < error > < oracle.adf.controller.internal.binding.TaskFlowRegionModelViewPort > < ADFC-64010 > < ADFc: Page ' / oracle/rnow/firebolt/pages/report/reportMain.jsff' references task flow binding "dynamicRegion5" more than once, which only is not supported.  The ID of the affected components are: "j_id__ctru15:0:j_id__ctru9pc2:0:rptf_rm_0_region1 j_id__ctru15:0:j_id__ctru13pc2:0:rptf_rm_0_region1". >

< sept 17, 2014 3:41:54 PM MDT > < error > < oracle.adf.controller.internal.binding.TaskFlowRegionModelViewPort > < ADFC-64010 > < ADFc: Page ' / oracle/rnow/firebolt/pages/report/reportNode.jsff' references task flow binding "dynamicRegion5" more than once, which only is not supported.  The ID of the affected components are: "j_id__ctru15:0:j_id__ctru9pc2:0:rptf_rm_0_region1:0:r2Page j_id__ctru15:0:j_id__ctru13pc2:0:rptf_rm_0_region1:0:r2Page". >

< sept 17, 2014 3:41:54 PM MDT > < error > < oracle.adf.controller.internal.binding.TaskFlowRegionModelViewPort > < ADFC-64010 > < ADFc: Page ' / oracle/rnow/firebolt/pages/report/reportNode.jsff' references task flow binding "dynamicRegion6" more than once, which only is not supported.  The ID of the affected components are: "j_id__ctru15:0:j_id__ctru13pc2:0:rptf_rm_0_region1:0:rptf_rn_2_r3Page j_id__ctru15:0:j_id__ctru9pc2:0:rptf_rm_0_region1:0:rptf_rn_2_r3Page". >

< sept 17, 2014 3:41:54 PM MDT > < error > < oracle.adf.controller.internal.binding.TaskFlowRegionModelViewPort > < ADFC-64010 > < ADFc: Page ' / oracle/rnow/firebolt/pages/report/reportNode.jsff' references task flow binding "dynamicRegion4" more than once, which only is not supported.  The ID of the affected components are: "j_id__ctru15:0:j_id__ctru13pc2:0:rptf_rm_0_region1:0:r1Page j_id__ctru15:0:j_id__ctru9pc2:0:rptf_rm_0_region1:0:r1Page". >

< sept 17, 2014 3:41:55 PM MDT > < error > < oracle.adf.controller.internal.binding.TaskFlowRegionModelViewPort > < ADFC-64010 > < ADFc: Page ' / oracle/rnow/firebolt/pages/report/reportNode.jsff' references task flow binding "dynamicRegion2" more than once, which only is not supported.  The ID of the affected components are: "j_id__ctru15:0:j_id__ctru13pc2:0:rptf_rm_0_region1:0:r2 j_id__ctru15:0:j_id__ctru9pc2:0:rptf_rm_0_region1:0:r2". >

< sept 17, 2014 3:41:55 PM MDT > < error > < oracle.adf.controller.internal.binding.TaskFlowRegionModelViewPort > < ADFC-64010 > < ADFc: Page ' / oracle/rnow/firebolt/pages/report/reportNode.jsff' references task flow binding "dynamicRegion3" more than once, which only is not supported.  The ID of the affected components are: "j_id__ctru15:0:j_id__ctru13pc2:0:rptf_rm_0_region1:0:rptf_rn_2_r3 j_id__ctru15:0:j_id__ctru9pc2:0:rptf_rm_0_region1:0:rptf_rn_2_r3". >

Thank you

R

The error message to tell you that the page fragments ' done /oracle/rnow/firebolt/pages/workingUnit.jsff refers to a report or a report generator several times. This is not supported in your version. A workflow can only be listed once on a page.

You see the IDS of components that you should also see if you are using firebug. In the paper, it seems that you iterate some components which in turn the other reference work stream.

Timo

Tags: Java

Similar Questions

  • oracle.adfinternal.controller.savepoint.SavePointException: ADFC-08008: the controller of the ADF cannot insert a record of savepoint for ID

    I implemented a save point in a workflow by creating a save point in the method action following is the managed bean code to create check point:

    ControllerContext cc = ControllerContext.getInstance ();

    If (cc! = null) {}
    Bishop SavePointManager = cc.getSavePointManager ();
    If (mgr! = null) {}
    The ID of the string = mgr.createSavePoint ();

    savePointId = id;
    }

    It has worked well in local (integrated Weblogic Server). She also worked fine initially when I deployed the changes to the weblogic DEV Server. But after a few days, in DEV I am getting the following error whenever trying to create a server backup point:

    Caused by: oracle.adfinternal.controller.savepoint.SavePointException: ADFC-08008: the controller of the ADF cannot insert a record of savepoint for the ID 4 d 233555-ea0c-4bae-9f17-cc6c

    7124870f'. oracle.adfinternal.controller.savepoint.SavePointUtil.createAndLogSavePointException(SavePointUtil.java:56)

    at oracle.adfinternal.controller.savepoint.SavePointDBPersistManager.insertSavePoint(SavePointDBPersistManager.java:245)

    at oracle.adfinternal.controller.savepoint.DBSavePointManagerImpl.storeSavePoint(DBSavePointManagerImpl.java:127)

    at oracle.adfinternal.controller.savepoint.SavePointManagerImpl.storeSavePoint(SavePointManagerImpl.java:301)

    at oracle.adfinternal.controller.savepoint.SavePointManagerImpl.createAndStoreSavePoint(SavePointManagerImpl.java:257)

    at oracle.adfinternal.controller.savepoint.SavePointManagerImpl.createSavePoint(SavePointManagerImpl.java:187)

    at oracle.adfinternal.controller.savepoint.SavePointManagerImpl.createSavePoint(SavePointManagerImpl.java:116)

    at view.security.errormanagement.ManageErrorsMB.saveTaskFlow(ManageErrorsMB.java:213)

    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)

    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:60)

    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:37)

    at java.lang.reflect.Method.invoke(Method.java:611)

    at com.sun.el.parser.AstValue.invoke (unknown Source)

    at com.sun.el.MethodExpressionImpl.invoke (unknown Source)

    at oracle.adf.controller.internal.util.ELInterfaceImpl.invokeMethod(ELInterfaceImpl.java:173)

    at oracle.adfinternal.controller.activity.MethodCallActivityLogic.execute(MethodCallActivityLogic.java:163)

    at oracle.adfinternal.controller.engine.ControlFlowEngine.executeActivity(ControlFlowEngine.java:1035)

    at oracle.adfinternal.controller.engine.ControlFlowEngine.doRouting(ControlFlowEngine.java:926)

    at oracle.adfinternal.controller.engine.ControlFlowEngine.doRouting(ControlFlowEngine.java:824)

    at oracle.adfinternal.controller.engine.ControlFlowEngine.routeFromActivity(ControlFlowEngine.java:554)

    at oracle.adfinternal.controller.engine.ControlFlowEngine.performControlFlow(ControlFlowEngine.java:158)

    at oracle.adfinternal.controller.application.NavigationHandlerImpl.handleAdfcNavigation(NavigationHandlerImpl.java:115)

    at oracle.adfinternal.controller.application.NavigationHandlerImpl.handleNavigation(NavigationHandlerImpl.java:84)

    at org.apache.myfaces.trinidadinternal.application.NavigationHandlerImpl.handleNavigation(NavigationHandlerImpl.java:50)

    at com.sun.faces.application.ActionListenerImpl.processAction(ActionListenerImpl.java:130)

    at org.apache.myfaces.trinidad.component.UIXCommand.broadcast(UIXCommand.java:190)

    at org.apache.myfaces.trinidad.component.UIXCollection.broadcast(UIXCollection.java:157)

    at org.apache.myfaces.trinidad.component.UIXTable.broadcast(UIXTable.java:279)

    at oracle.adf.view.rich.component.UIXTable.broadcast(UIXTable.java:145)

    at oracle.adf.view.rich.component.rich.data.RichTable.broadcast(RichTable.java:479)

    at oracle.adf.view.rich.component.fragment.UIXRegion.broadcast(UIXRegion.java:159)

    to oracle.adf.view.rich.component.fragment.ContextSwitchingComponent$ 1.run(ContextSwitchingComponent.java:130)

    at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent._processPhase(ContextSwitchingComponent.java:461)

    at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent.broadcast(ContextSwitchingComponent.java:134)

    at oracle.adf.view.rich.component.fragment.UIXInclude.broadcast(UIXInclude.java:112)

    to oracle.adf.view.rich.component.fragment.ContextSwitchingComponent$ 1.run(ContextSwitchingComponent.java:130)

    at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent._processPhase(ContextSwitchingComponent.java:461)

    at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent.broadcast(ContextSwitchingComponent.java:134)

    at oracle.adf.view.rich.component.fragment.UIXInclude.broadcast(UIXInclude.java:106)

    at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl.broadcastEvents(LifecycleImpl.java:1129)

    at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._executePhase(LifecycleImpl.java:353)

    at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:204)

    at javax.faces.webapp.FacesServlet.service(FacesServlet.java:312)

    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)

    at oracle.adfinternal.view.faces.webapp.rich.RegistrationFilter.doFilter(RegistrationFilter.java:122)

    to org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$ FilterListChain.doFilter (TrinidadFilterImpl.java:468)

    at oracle.adfinternal.view.faces.activedata.AdsFilter.doFilter(AdsFilter.java:60)

    to org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$ FilterListChain.doFilter (TrinidadFilterImpl.java:468)

    at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl._doFilterImpl(TrinidadFilterImpl.java:293)

    at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl.doFilter(TrinidadFilterImpl.java:199)

    at org.apache.myfaces.trinidad.webapp.TrinidadFilter.doFilter(TrinidadFilter.java:92)

    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)

    to oracle.security.jps.ee.http.JpsAbsFilter$ 1.run(JpsAbsFilter.java:111)

    at java.security.AccessController.doPrivileged(AccessController.java:284)

    at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:313)

    at oracle.security.jps.ee.util.JpsPlatformUtil.runJaasMode(JpsPlatformUtil.java:413)

    at oracle.security.jps.ee.http.JpsAbsFilter.runJaasMode(JpsAbsFilter.java:94)

    at oracle.security.jps.ee.http.JpsAbsFilter.doFilter(JpsAbsFilter.java:161)

    at oracle.security.jps.ee.http.JpsFilter.doFilter(JpsFilter.java:71)

    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)

    at oracle.dms.servlet.DMSServletFilter.doFilter(DMSServletFilter.java:136)

    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)

    at weblogic.servlet.internal.RequestEventsFilter.doFilter(RequestEventsFilter.java:27)

    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)

    to weblogic.servlet.internal.WebAppServletContext$ ServletInvocationAction.wrapRun (WebAppServletContext.java:3715)

    to weblogic.servlet.internal.WebAppServletContext$ ServletInvocationAction.run (WebAppServletContext.java:3681)

    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)

    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)

    at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2277)

    at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2183)

    at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1454)

    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)

    at weblogic.work.ExecuteThread.run(ExecuteThread.java:178)

    Caused by: java.sql.SQLException: connection has already been closed.

    at weblogic.jdbc.wrapper.PoolConnection.checkConnection(PoolConnection.java:58)

    at weblogic.jdbc.wrapper.Connection.preInvocationHandler(Connection.java:94)

    at weblogic.jdbc.wrapper.Connection.prepareCall(Connection.java:543)

    at oracle.adfinternal.controller.savepoint.SavePointDBPersistManager.insertSavePoint(SavePointDBPersistManager.java:221)

    at oracle.adfinternal.controller.savepoint.DBSavePointManagerImpl.storeSavePoint(DBSavePointManagerImpl.java:127)

    at oracle.adfinternal.controller.savepoint.SavePointManagerImpl.storeSavePoint(SavePointManagerImpl.java:301)

    at oracle.adfinternal.controller.savepoint.SavePointManagerImpl.createAndStoreSavePoint(SavePointManagerImpl.java:257)

    at oracle.adfinternal.controller.savepoint.SavePointManagerImpl.createSavePoint(SavePointManagerImpl.java:187)

    at oracle.adfinternal.controller.savepoint.SavePointManagerImpl.createSavePoint(SavePointManagerImpl.java:116)

    at view.security.errormanagement.ManageErrorsMB.saveTaskFlow(ManageErrorsMB.java:213)

    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)

    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:60)

    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:37)

    at java.lang.reflect.Method.invoke(Method.java:611)

    At the bottom of the stack, this statement ""caused by: java.sql.SQLException: connection has already been closed. ' that intrigues me, but why this error occurs after a few days or after a particular number of connections or access to the application. "

    This same problem also happening in all environments including PROD. Help, please. JDeveloper version is 11.1.2.1.0.

    We got the support of Oracle solution.

    Passivation fails with the error "Connection has already been closed" in PoolConnection.checkConnection () (Doc ID 1330271.1). Problem is due to the grouping feature of connection for the Server WebLogic "timeout idle." When this is configured, WLS right out the strength of the connections in the pool. It is a problem for BC ADF based on maintaining the JDBC connection, associated with sound

    Instance of Module of the application.

    "Idle Session Timeout" value 0 (default), so that the JDBC connection remains active while

    the instance of the corresponding Application Module is active:

    Thank you...

  • oracle.adf.mds.exception.MDSRuntimeException

    Hi all

    I worked on a same exercise than to search employee, but during the execution of the page after you complete the exercise error like iam.

    Error page
    Details of the exception.
    oracle.apps.fnd.framework.OAException: oracle.adf.mds.exception.MDSRuntimeException: unable to find the component with an absolute reference = ganesh/oracle/apps/fnd/bluemarble/webui/LpnSearchPG.SearchLpn, XML Path = D:\jdevhome\jdev\myclasses\JRADXML;D:\jdevhome\jdev\myprojects;D:\jdevbin\jdev\oamdsxml\fwk. Please check that the reference is valid and the definition of the component on the file system or in the MDS repository.
    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.OAPageBean.preparePage (unknown Source)
    at oracle.apps.fnd.framework.webui.OAPageBean.preparePage (unknown Source)
    at oracle.apps.fnd.framework.webui.OAPageBean.preparePage (unknown Source)
    in OA. jspService(_OA.java:71)
    at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:59)
    at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:462)
    at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:594)
    at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:518)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
    at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:713)
    at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:370)
    at com.evermind.server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:871)
    at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:453)
    at com.evermind.server.http.HttpRequestHandler.serveOneRequest(HttpRequestHandler.java:221)
    at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:122)
    at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:111)
    to oracle.oc4j.network.ServerSocketReadHandler$ SafeRunnable.run (ServerSocketReadHandler.java:260)
    to com.evermind.util.ReleasableResourcePooledExecutor$ MyWorker.run (ReleasableResourcePooledExecutor.java:303)
    at java.lang.Thread.run(Thread.java:595)
    # # 0 in detail
    oracle.adf.mds.exception.MDSRuntimeException: unable to find the component with an absolute reference = ganesh/oracle/apps/fnd/bluemarble/webui/LpnSearchPG.SearchLpn, XML Path = D:\jdevhome\jdev\myclasses\JRADXML;D:\jdevhome\jdev\myprojects;D:\jdevbin\jdev\oamdsxml\fwk. Please check that the reference is valid and the definition of the component on the file system or in the MDS repository.
    at oracle.adf.mds.internal.MUnResolvedState.resolveState(MUnResolvedState.java:199)
    at oracle.adf.mds.internal.ElementData.resolveState(ElementData.java:569)
    at oracle.adf.mds.internal.ElementData.getUntransAttrVal(ElementData.java:987)
    at oracle.adf.mds.internal.ElementData.getAttrVal(ElementData.java:900)
    at oracle.adf.mds.internal.ElementData.getAttributeValue(ElementData.java:312)
    at oracle.adf.mds.internal.Cache.getAttribute(Cache.java:239)
    at oracle.adf.mds.internal.MetadataManagerBase.getAttributeValueInternal(MetadataManagerBase.java:1107)
    at oracle.adf.mds.internal.MElementImpl.getAttrValueOrExpression(MElementImpl.java:620)
    at oracle.adf.mds.internal.MElementImpl.getAttributeValue(MElementImpl.java:230)
    at oracle.adf.mds.MElement.getLocalRef(MElement.java:291)
    to oracle.apps.fnd.framework.webui.JRADWebBeanMetaData. < init >(Unknown Source)
    at oracle.apps.fnd.framework.webui.JRAD2AKMapper.processGrouping (unknown Source)
    at oracle.apps.fnd.framework.webui.JRAD2AKMapper.processRegion (unknown Source)
    at oracle.apps.fnd.framework.webui.JRAD2AKMapper.processGrouping (unknown Source)
    at oracle.apps.fnd.framework.webui.JRAD2AKMapper.processRegion (unknown Source)
    at oracle.apps.fnd.framework.webui.JRAD2AKMapper.processPage (unknown Source)
    at oracle.apps.fnd.framework.webui.JRAD2AKMapper.loadPage (unknown Source)
    at oracle.apps.fnd.framework.webui.OAPageBean.initializeCustomizationsMDS (unknown Source)
    at oracle.apps.fnd.framework.webui.OAPageBean.processRequest (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)
    in OA. jspService(_OA.java:71)
    at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:59)
    at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:462)
    at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:594)
    at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:518)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
    at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:713)
    at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:370)
    at com.evermind.server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:871)
    at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:453)
    at com.evermind.server.http.HttpRequestHandler.serveOneRequest(HttpRequestHandler.java:221)
    at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:122)
    at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:111)
    to oracle.oc4j.network.ServerSocketReadHandler$ SafeRunnable.run (ServerSocketReadHandler.java:260)
    to com.evermind.util.ReleasableResourcePooledExecutor$ MyWorker.run (ReleasableResourcePooledExecutor.java:303)
    at java.lang.Thread.run(Thread.java:595)
    oracle.adf.mds.exception.MDSRuntimeException: unable to find the component with an absolute reference = ganesh/oracle/apps/fnd/bluemarble/webui/LpnSearchPG.SearchLpn, XML Path = D:\jdevhome\jdev\myclasses\JRADXML;D:\jdevhome\jdev\myprojects;D:\jdevbin\jdev\oamdsxml\fwk. Please check that the reference is valid and the definition of the component on the file system or in the MDS repository.
    at oracle.adf.mds.internal.MUnResolvedState.resolveState(MUnResolvedState.java:199)
    at oracle.adf.mds.internal.ElementData.resolveState(ElementData.java:569)
    at oracle.adf.mds.internal.ElementData.getUntransAttrVal(ElementData.java:987)
    at oracle.adf.mds.internal.ElementData.getAttrVal(ElementData.java:900)
    at oracle.adf.mds.internal.ElementData.getAttributeValue(ElementData.java:312)
    at oracle.adf.mds.internal.Cache.getAttribute(Cache.java:239)
    at oracle.adf.mds.internal.MetadataManagerBase.getAttributeValueInternal(MetadataManagerBase.java:1107)
    at oracle.adf.mds.internal.MElementImpl.getAttrValueOrExpression(MElementImpl.java:620)
    at oracle.adf.mds.internal.MElementImpl.getAttributeValue(MElementImpl.java:230)
    at oracle.adf.mds.MElement.getLocalRef(MElement.java:291)
    to oracle.apps.fnd.framework.webui.JRADWebBeanMetaData. < init >(Unknown Source)
    at oracle.apps.fnd.framework.webui.JRAD2AKMapper.processGrouping (unknown Source)
    at oracle.apps.fnd.framework.webui.JRAD2AKMapper.processRegion (unknown Source)
    at oracle.apps.fnd.framework.webui.JRAD2AKMapper.processGrouping (unknown Source)
    at oracle.apps.fnd.framework.webui.JRAD2AKMapper.processRegion (unknown Source)
    at oracle.apps.fnd.framework.webui.JRAD2AKMapper.processPage (unknown Source)
    at oracle.apps.fnd.framework.webui.JRAD2AKMapper.loadPage (unknown Source)
    at oracle.apps.fnd.framework.webui.OAPageBean.initializeCustomizationsMDS (unknown Source)
    at oracle.apps.fnd.framework.webui.OAPageBean.processRequest (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)
    in OA. jspService(_OA.java:71)
    at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:59)
    at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:462)
    at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:594)
    at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:518)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
    at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:713)
    at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:370)
    at com.evermind.server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:871)
    at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:453)
    at com.evermind.server.http.HttpRequestHandler.serveOneRequest(HttpRequestHandler.java:221)
    at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:122)
    at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:111)
    to oracle.oc4j.network.ServerSocketReadHandler$ SafeRunnable.run (ServerSocketReadHandler.java:260)
    to com.evermind.util.ReleasableResourcePooledExecutor$ MyWorker.run (ReleasableResourcePooledExecutor.java:303)
    at java.lang.Thread.run(Thread.java:595)


    Can someone pls help me to recover from this problem...

    Thanks in advance,

    Ganesh

    Make sure that the path of the page is exactly

    / Ganesh/Oracle/Apps/FND/BLUEMARBLE/WebUI/LpnSearchPG

    Thank you
    AJ

  • Bounded gets dialog task flow that The ADF tent last pop entry scope page error stack flow controller

    I have a flow of stubborn task that I throw like a line-popup dialog box.  There are buttons with an action listener.  When I use AdfFacesContext.getCurrentInstance () .returnFromDialog (returnValue, null) at the end of the code in the event the message I get is

    ADFC 12001: The ADF controller pop tent last entry of error in page flow scope stack.

    The error is displayed in the debug window, but does not stop the application or display the message in the application.

    I use JDev 11.1.1.7

    Everything seems to work, why so this error occurring?

    I've seen this error, but no clear answer-related positions.

    Hello

    seems that the workflow is trying to clean up but there is nothing to clean up. I can't find any entry in the database of bugs, but think it's because the workflow in fact - if present in a dialog online - is not stacked.

    Frank

  • Maven error: could not solve addiction com.oracle.adf:junit:jar: [12.1.3,12.1.4)

    Hello everyone.

    Using Jdeveloper 12.1.3 with extensions "Integration of JUnit BC4J" and "Integration of JUnit.

    I created a maven project using JUnit to create unit tests. This is dependency added to my pom.xml file in JDeveloper after configuration created the first unit test:

    <dependency>
         <groupId>com.oracle.adf.library</groupId>
         <artifactId>JUnit-4-Runtime</artifactId>
         <version>12.1.3-0-0</version>
         <type>pom</type>
         <scope>test</scope>
    </dependency>
    
    

    If I compile and run my tests from JDeveloper whatever it works but once I order my source code and build the project Hudson (Continuous Integration server), it fails. The error shown in the console of Hudson's (CommonCode is the name of the project I'm building):

    [ERROR] Cannot run the goal on the CommonCode project: could not resolve the project com.company.project.common:CommonCode:jar:1.0 - SNAPSHOT dependencies: could not collect the dependencies to com.oracle.adf.library:JUnit - 4 - Runtime:pom:12.1.3 - 0-0-> com.oracle.adf:junit:jar: [12.1.3,12.1.4): no version available for com.oracle.adf:junit:jar: [12.1.3,12.1.4) in this range-> [help 1]]]

    I have already installed the plugin maven-oracle-sync and completing my private repository (Artifactory) as described in this document. However, when I browse my private repository I can't find the artifact com.oracle.adf:junit:jar: [12.1.3,12.1.4) and I guess that's why my build has failed.]

    Why JDeveloper add a dependency that is not included when the maven-oracle-sync plugin is pushed on the maven repository?

    I forgot to mention that, when you use the following dependency for JUnit instead of one provided by Jdeveloper, the project compiles in my continuous integration server:

    <dependency>
         <groupId>junit</groupId>
         <artifactId>junit</artifactId>
         <version>4.11</version>
         <scope>test</scope>
         <type>jar</type>
    </dependency>
    
    

    Clues about why Jdeveloper adds a dependency that cannot be met by the maven-oracle-sync plugin?

    Thank you.

    Alexis

    Hello

    Please check below blog.

    https://blogs.Oracle.com/Groundside/entry/maven_and_adfbc_unit_tests

    A question which has developed recently turned around to configure your Maven POM in 12.1.3, such that you can run the JUnit Tests ADF BC successfully interactively in the IDE and headless via Maven perhaps in your work of Hudson.  Out of the box, the default value that you will end up with POM will be missing two vital pieces of information and need a little extra configuration.

    Once you have created some unit tests JDeveloper will have added dependencies for JUnit extensions JDeveloper JUnit, something like this:

    com Oracle.ADF.Library

    JUnit-4-LIFE

    12.1.3 - 0-0

    POM

    test

    com Oracle.ADF.Library

    JUnit-Runtime

    12.1.3 - 0-0

    POM

    test

    Thank you

    Amey

  • ADF Error: oracle.mds.exception.MDSRuntimeException: MDS-00168

    Hi all

    Another question, we are faced with adf ui error:

    ADF Error: oracle.mds.exception.MDSRuntimeException: MDS-00168


    Error ' oracle.mds.exception.MDSRuntimeException: MDS-00168 "when for deployment ADF application to integrated Weblogic instance of JDeveloper 11g


    Help, please.

    Hello

    This is due to a known issue for JDeveloper and ADF 11 g.

    To initialize the components ADFShare in a web environment, the oracle.adf.share.http.ServletADFContext must be initialized by request.

    Solution:

    Add the definition of the ServletADFContextFilter in the web.xml:

    ServletADFContextFilter

    oracle.adf.share.http.ServletADFFilter

    ServletADFContextFilter

    /*

    REQUEST

    FORWARD

  • Error on creating a node in a tree with the Oracle ADF

    Hello

    I drew a tree with oracle ADf on schema oracle HR and are the layouts of the tree: region, country, location, Department and employee.

    I have a button to create nodes. in the beck of button, I have a class to handle the create action.

    When I want to create a node, the error below is to occur:


    Cannot create an object of type:java.math.BigDecimal from type:java.lang.String with value:BR
      at com.sun.faces.facelets.el.TagMethodExpression.invoke(TagMethodExpression.java:111)


    What is the error?

    This error means that you are trying to insert a string value into a bigdecimal object

    in order to check your code when you set values after create

    -Thank you

  • The deployment of SummitADF to 12.1.2 IntegratedWebLogicServer error: java.lang.ClassNotFoundException: oracle.adf.model.servlet.ADFBindingFilter

    Hello!

    I try to deploy the deployment SummitADF_application1 SummitADF for the IntegratedWebLogicServer demand profile I 12.1.2 JDeveloper on Windows 7 home 64 bit.

    Anyone done this successfully before or can test this?

    This is the stack of error in the console:

    [20: 52:02]-deployment began.  ----

    [20: 52:02] the target platform's (Weblogic 12.x).

    [20: 52:02] recovery of the existing application information

    [20: 52:02] analysis of the dependence running...

    [20: 52:02] building...

    [20: 52:03] deployment 2 profiles...

    [20: 52:04] wrote on the Web for C:\shared\summit\SummitADF_Core1212\ViewController\deploy\SummitADF_ViewController_webapp1.war application Module

    [20: 52:05] wrote the Module Enterprise Application to C:\shared\summit\SummitADF_Core1212\deploy\SummitADF_application1.ear

    [20: 52:05] Application deployment...

    [20: 52:10] [Deployer: 149193] Operation "deploy" on demand "SummitADF_application1" failed on "DefaultServer".

    [20: 52:10] [Deployer: 149034] an exception has occurred for task [Deployer: 149026] deploy SummitADF_application1 on DefaultServer. : java.lang.ClassNotFoundException: oracle.adf.library.webapp.ResourceServlet.

    [20: 52:10] weblogic.application.ModuleException: java.lang.ClassNotFoundException: oracle.adf.library.webapp.ResourceServlet

    [20: 52:10] undeployment.

    [20: 52:10] - incomplete deployment.

    [20: 52:10] remote deployment failed (oracle.jdevimpl.deploy.common.Jsr88RemoteDeployer)

    Kind regards

    Torsten Kleiber

    It seems that delivered deployment profiles are default. I created my own deployment profile which works very well.

  • error on service cloud oracle adf application deployment

    Hello, I hv saved cloud oracle java and database service. I hv created adf simple application in which there are 2 jsf pages only linked together. I m using oracle jdeveloper 11 g 2. so I hv created file ear for deployment in the cloud. I have deployed adf the cloud using the java console application. But after downloading applications, deployment failed. I tried 3 times, but the result was the same. I checked the logs, I got 3 warnings in the whitelist log and error in deploy newspaper. Those are the following:

    Warnings in the whitelist log:

    2013-04-14 06:57:11 CDT: start action "API Whitelist.
    2013-04-14 06:57:11 CDT: began API whitelist
    2013-04-14 06:57:12 CDT: WARNING - there are 3 warnings (s) found for Testapp.ear.
    2013-04-14 06:57:12 CDT: WARNING - Path:Testapp.ear (3 warnings)
    2013-04-14 06:57:12 CDT: WARNING - Path:Testapp.ear (3 warnings)
    2013-04-14 06:57:12 CDT: WARNING - Path:Test_ViewController_webapp.war (3 warnings)
    2013-04-14 06:57:12 CDT: WARNING - path: WEB - INF * (1 WARNING)
    2013-04-14 06:57:12 CDT: WARNING - 1: "login-config' missing under element child element has recommended.
    JavaEE:web - app.
    If you want to publish your application, you may have vacuum
    < login-config / > in your web.xml file. If you require authentication, you must then
    have <>login-config and its child < auth-method > element in the web.xml file.
    Without this element (< login-config >), users can be challenged by SSO, but
    the code of the application will be run as an anonymous user. Line no.: 4.
    2013-04-14 06:57:12 CDT: WARNING - path: WEB - INF * (2 warnings)
    2013-04-14 06:57:12 CDT: WARNING - 1: recommended "jsp-descriptor" missing under element child element.
    ORCL - weblogic:weblogic - web - app.

    If you have a JSP file that is not precompiled, compile errors
    could be shown on the browser. It is recommended to include
    verbose false > < jsp-descriptor > < < > < * *-descriptor > in weblogic.xml.
    Line no.: 2.
    2013-04-14 06:57:12 CDT: WARNING - 2: recommended child element "session-descriptor" missing under element.
    ORCL - weblogic:weblogic - web - app.

    You will be asked to have cookies separate way, if several
    applications are available in the same SSO session or if you
    multiple applications with different auth-method(CLIENT-CERT, FORM, BASIC)
    in the same service instance.
    Line no.: 2.
    2013-04-14 06:57:12 CDT: WARNING - Testapp.ear had 3 WARNING (s).

    2013-04-14 06:57:12 CDT: INFO - validate white list ended with 0 error (s) and WARNING (s) 3.
    2013-04-14 06:57:12 CDT: validation whitelist past.
    2013-04-14 06:57:12 CDT: complete "API Whitelist": status SUCCESS



    and error in deploy journal:

    2013-04-14 06:57:12 CDT: start action "deploy the Application.
    2013-04-14 06:57:12 CDT: deploy Application started
    2013-04-14 06:57:15 CDT: weblogic.application.ModuleException: could not load the webapp: Test-ViewController-context-root cause DeploymentException: java.lang.ClassNotFoundException: oracle.adf.view.faces.bi.webapp.MapProxyServlet
    2013-04-14 06:57:15 CDT: State action WL: failure
    2013-04-14 06:57:15 CDT: Action FAILED with State action WL: failure
    2013-04-14 06:57:15 CDT: see the server log of your cloud service Java for more information about the failure.
    2013-04-14 06:57:16 CDT: Application Deployment failed.
    2013-04-14 06:57:16 CDT: 'Deploy the Application' complete: FAILED status


    I use jdeveloper 11 GR 2, so pls don't tell me to use jdeveloper 11 GR 1 material. because, I hv already developed an application for my final year of Bachelor and I can't migrate to the previous version. So there is only one way for me to generate the ear file and the deployment of the console.

    Thus,.
    I m not getting what is the problem and what will be the solution for this?
    What should I do?
    What changes are required?

    Please, help me out of this problem!

    Well hosting Cloud Oracle ADF applications is for the ADF * 11.1.1-then you will not be able to deploy an application developed with * 11.1.2 thereon.
    If you don't want to revert to the version support for JDeveloper, I suggest that you look in the other accommodation options.
    For example: http://multikoop.blogspot.de/2012/09/adf-essentials-in-redhat-cloud.html

  • EPCO 12.1.3.1.1 and ADF Essentials customer - adf - controller.jar not found

    OEPE-12.1.3.1.1-Luna-distro-Linux-GTK-x86_64

    ADF-Essentials-client-EAR (12.1.3.0)

    ADF-Essentials (12.1.3.0)

    Using EPCO 12.1.3.1.1 and try to create a project of the ADF and deploy on GlassFish - 3.1.2 or GlassFish - 4.1.

    ADF-essentials (12.1.3.0) installed in GlassFish - 3.1.2

    Then create a project of the ADF

    Then create user library containing the adf-essentials-client-ear (12.1.3.0)

    Result:

    Invalid library: adf - controller.jar not found. Please download ADF critical Client and define a library validates.

    Figured it out.

    Initially, I downloaded the Client Oracle ADF Essentials 12.1.3.0.0 * EAR * which, after the creation of the library to the user caused the error.

    I then downloaded ADF Essentials customer 12.1.3.0.0 * WAR * and installed the client library.

    Max...

  • Deployment issue: oracle.adf.share.weblogic.listeners.ADFApplicationLifecycleListener

    Hi all

    to begin a new deployment of portal, I get the following error. What's wrong?

    weblogic.management.DeploymentException:
    to weblogic.application.internal.flow.BaseLifecycleFlow$ CreateListenerAction.run (BaseLifecycleFlow.java:184)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
    to weblogic.application.internal.flow.BaseLifecycleFlow$ BaseAction.invoke (BaseLifecycleFlow.java:112)
    at weblogic.application.internal.flow.HeadLifecycleFlow.createListener(HeadLifecycleFlow.java:117)
    at weblogic.application.internal.flow.HeadLifecycleFlow.createListener(HeadLifecycleFlow.java:103)
    at weblogic.application.internal.flow.HeadLifecycleFlow.createListeners(HeadLifecycleFlow.java:175)
    at weblogic.application.internal.flow.HeadLifecycleFlow.prepare(HeadLifecycleFlow.java:281)
    to weblogic.application.internal.BaseDeployment$ 1.next(BaseDeployment.java:648)
    at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
    at weblogic.application.internal.BaseDeployment.prepare(BaseDeployment.java:191)
    at weblogic.application.internal.EarDeployment.prepare(EarDeployment.java:59)
    at weblogic.application.internal.DeploymentStateChecker.prepare(DeploymentStateChecker.java:154)
    at weblogic.deploy.internal.targetserver.AppContainerInvoker.prepare(AppContainerInvoker.java:61)
    at weblogic.deploy.internal.targetserver.operations.ActivateOperation.createAndPrepareContainer(ActivateOperation.java:208)
    at weblogic.deploy.internal.targetserver.operations.StartOperation.createAndPrepareContainer(StartOperation.java:94)
    at weblogic.deploy.internal.targetserver.operations.StartOperation.doPrepare(StartOperation.java:107)
    at weblogic.deploy.internal.targetserver.operations.AbstractOperation.prepare(AbstractOperation.java:221)
    at weblogic.deploy.internal.targetserver.DeploymentManager.handleDeploymentPrepare(DeploymentManager.java:747)
    at weblogic.deploy.internal.targetserver.DeploymentManager.prepareDeploymentList(DeploymentManager.java:1216)
    at weblogic.deploy.internal.targetserver.DeploymentManager.handlePrepare(DeploymentManager.java:250)
    at weblogic.deploy.internal.targetserver.DeploymentServiceDispatcher.prepare(DeploymentServiceDispatcher.java:159)
    at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer.doPrepareCallback(DeploymentReceiverCallbackDeliverer.java:171)
    to weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer.access$ 000 (DeploymentReceiverCallbackDeliverer.java:13)
    to weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer$ 1.run(DeploymentReceiverCallbackDeliverer.java:46)
    to weblogic.work.SelfTuningWorkManagerImpl$ WorkAdapterImpl.run (SelfTuningWorkManagerImpl.java:545)
    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:256)
    at weblogic.work.ExecuteThread.run(ExecuteThread.java:221)
    Caused by: java.lang.ClassNotFoundException: oracle.adf.share.weblogic.listeners.ADFApplicationLifecycleListener
    at weblogic.utils.classloaders.GenericClassLoader.findLocalClass(GenericClassLoader.java:297)
    at weblogic.utils.classloaders.GenericClassLoader.findClass(GenericClassLoader.java:270)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:247)
    at weblogic.utils.classloaders.GenericClassLoader.loadClass(GenericClassLoader.java:179)
    at java.lang.Class.forName0 (Native Method)
    at java.lang.Class.forName(Class.java:249)
    to weblogic.application.internal.flow.BaseLifecycleFlow$ CreateListenerAction.run (BaseLifecycleFlow.java:148)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
    to weblogic.application.internal.flow.BaseLifecycleFlow$ BaseAction.invoke (BaseLifecycleFlow.java:116)
    at weblogic.application.internal.flow.HeadLifecycleFlow.createListener(HeadLifecycleFlow.java:117)
    at weblogic.application.internal.flow.HeadLifecycleFlow.createListener(HeadLifecycleFlow.java:103)
    at weblogic.application.internal.flow.HeadLifecycleFlow.createListeners(HeadLifecycleFlow.java:175)
    at weblogic.application.internal.flow.HeadLifecycleFlow.prepare(HeadLifecycleFlow.java:281)
    to weblogic.application.internal.BaseDeployment$ 1.next(BaseDeployment.java:649)
    at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
    at weblogic.application.internal.BaseDeployment.prepare(BaseDeployment.java:191)
    at weblogic.application.internal.EarDeployment.prepare(EarDeployment.java:59)
    at weblogic.application.internal.DeploymentStateChecker.prepare(DeploymentStateChecker.java:154)
    at weblogic.deploy.internal.targetserver.AppContainerInvoker.prepare(AppContainerInvoker.java:61)
    at weblogic.deploy.internal.targetserver.operations.ActivateOperation.createAndPrepareContainer(ActivateOperation.java:209)
    at weblogic.deploy.internal.targetserver.operations.StartOperation.createAndPrepareContainer(StartOperation.java:96)
    at weblogic.deploy.internal.targetserver.operations.StartOperation.doPrepare(StartOperation.java:107)
    at weblogic.deploy.internal.targetserver.operations.AbstractOperation.prepare(AbstractOperation.java:221)
    at weblogic.deploy.internal.targetserver.DeploymentManager.handleDeploymentPrepare(DeploymentManager.java:749)
    at weblogic.deploy.internal.targetserver.DeploymentManager.prepareDeploymentList(DeploymentManager.java:1216)
    at weblogic.deploy.internal.targetserver.DeploymentManager.handlePrepare(DeploymentManager.java:250)
    at weblogic.deploy.internal.targetserver.DeploymentServiceDispatcher.prepare(DeploymentServiceDispatcher.java:160)
    at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer.doPrepareCallback(DeploymentReceiverCallbackDeliverer.java:171)
    to weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer.access$ 000 (DeploymentReceiverCallbackDeliverer.java:13)
    to weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer$ 1.run(DeploymentReceiverCallbackDeliverer.java:47)
    to weblogic.work.SelfTuningWorkManagerImpl$ WorkAdapterImpl.run (SelfTuningWorkManagerImpl.java:545)
    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:256)
    at weblogic.work.ExecuteThread.run(ExecuteThread.java:221)
    >

    Kind regards

    Ministry of health

    You can check the Web ADF runtime libraries are included in the war file?

    Concerning

    Albin I

    http://www.albinsblog.com/

  • Clustered using Oracle ADF - CHECK_STATE_SERIALIZATION = all

    We use Oracle ADF 11.1.1.6. We have started to test our Oracle ADF application for cluster compatibility and used according to the document. We coded all recommendations figure in the document including allowing all classes of java there is place of serialization and also configure adf_config.xml < adfc:adf - scope-ha-support > true < / adfc:adf - scope-ha-support > and < adf:adf - scope-ha-support > true < / adf:adf - scope-ha-support > exactly as in in the document.

    http://docs.Oracle.com/CD/E12839_01/core.1111/e10106/ADF.htm

    Now, to verify the high availability on a stand-alone server of web logic for debugging use we have configured the Java Option '-Dorg.apache.myfaces.trinidad.CHECK_STATE_SERIALIZATION = all "in accordance with the recommendation.

    After the definition of this indicator system started throwing loads of mistakes similar to the below given error.

    [2012 07-26 T 14: 17:43.602 - 04:00] [OPERA_ADF1] [ERROR] [] [org.apache.myfaces.trinidadinternal.config.CheckSerializationConfigurator$ MutatedBeanChecker] [tid: [ASSETS].] [ExecuteThread: '17' for queue: "(self-adjusting) weblogic.kernel.Default"] [userId: edozer] [ecid: 64915ee7c1860d85:40a983d1:138bf4550b2:-7ffd - 0000000000005fcb, 0] [APP: OperaApplications_o90_smoke #V9.0.0] failover error: attribute: Serialization of the Session data is increased from oracle.adf.model.servlet.HttpBindingContext@365f8709 to oracle.adf.model.servlet.HttpBindingContext@36b6565b without the attribute being dirtied

    The question here is what are we missing?

    Please note that our application is still missing ControllerContext.getInstance () .markScopeDirty (pageFlowScope); but when I tried to create a sample application and deliberately left the 'markScopeDirty' using code below the above error was not reproducible.

    public class myBackingBean
    {
    public void changeValueButton (ActionEvent ae)
    {
    Map < String, Object > pageFlowScope = AdfFacesContext.getCurrentInstance () .getPageFlowScope ();
    pageFlowTestBean obj = (pageFlowTestBean) pageFlowScope.get ('pageFlowTestBean');
    System.out.println ("Old value" + obj.getYVar ());
    obj.setYVar ("new value");
    / * ControllerContext.getInstance () .markScopeDirty (pageFlowScope); */
    }
    }

    Anyone can shade more light on this subject?

    Also, I would like to know that someone can guide me what is the best practice to perform a ControllerContext.getInstance () .markScopeDirty (pageFlowScope); Because developers can easily miss this statement and I have not found any easy way to find code that is missing from this statement (I've already tried the Audit of Jdeveloper feature and it works for very rare cases).

    Hello

    Only when you do a Session.put (), the framework will know something has changed in the session Object and mark its scope as dirty and and he will try to replicate this object in another server...

    If change you it by reference. He won't try to reproduce the object in another server.
    For example, if you make below by changing something by reference, you must explicitly mark scopedirty. otherwise, the framework will not replicate the object to the failover server.

    In your code

    Card pageFlowScope = AdfFacesContext.getCurrentInstance () .getPageFlowScope ();
    pageFlowTestBean obj = (pageFlowTestBean) pageFlowScope.get ('pageFlowTestBean');
    System.out.println ("Old value" + obj.getYVar ());
    obj.setYVar ("new value");
    you change the value above by reference. So, unless you set the dirty scope this change in the PageFlowscope will not be replicated to another server.
    At this stage when a failover occurs, obj.getYVar () in the new server will always be the old value.

  • The getCurrent method on the oracle.adf.share.ADFContext class is not allowed

    Hi all

    I've migrated my old project i.e 12.1.3 to new version 12.2.1.

    After the migration of the project where ever, we use ADFContext.getCurrent () .getSessionScope () .put ("dummy", 1);

    put the variable in the session. We receive the exception as Houston-25150: the getCurrent method on the oracle.adf.share.ADFContext class is not allowed. In the earlier version, but its works very well.

    What will be the question. Please can someone let me know.

    Thank you

    Amar

    This error except for security, so try to use the expression adf.context.current.sessionScope.get ("dummy") (or attempt to use this as a groovy adf.context.sessionScope.dummy expression) attribute EO and trustMode = "true" for this attribute set.

    For more details check this url

    Tarek Fathy: oracle.jbo.ExprSecurityException Houston-25150

  • Oracle ADF Mobile - Android SDK problem

    Hello

    I use Jdev11.1.2.4.0 with ADF Mobile framework 11.1.2.4.39.64.71 EQUIPPED. While I'm deploying application in the Android emulator more precisely Android SDK Manager 22.2.1.

    I got an error like.

    CreateProcess error=2, The system cannot find the file specified in android "C:\Program Files\Android\platform-tools\aapt"":;
    
    

    of this error. I got to know, aapt is not in the path mentioned during execution.

    But see my configuration below. I loaded different directory.

    Location of the Android SDK:

    F:\adt-bundle-Windows-x86_64-20130917\adt-bundle-Windows-x86_64-20130917\adt-bundle-Windows-x86_64-20130917\sdk

    Location of the Android platform:

    F:\adt-bundle-Windows-x86_64-20130917\adt-bundle-Windows-x86_64-20130917\adt-bundle-Windows-x86_64-20130917\sdk\platforms\android-18.

    Little, I've observed, earlier we use ADF Mobile framework 11.1.2.3.xx.xx. Now, we are updated to 11.1.2.4.39.64.71. And,

    Also AVG Antivirus installed.

    I did a few months ago before deployment. I force get this error.

    My basic questions:

    1. how to solve this error. ?

    2. I loaded different directory. Why is he trying to extract from another directory. ?

    More clearly... / Platform-tools\aapt is available in drive f but it is looking for drive C Program Files...

    Help me understand...

    During this time. I have goggled out, I got a link from Jobinesh.

    Binary: Error during the deployment of the CRG app for android - cannot run the program "adt-bundle-windows-x86_64-20140321\sdk\tools\zi..."

    This link is not accurate. But it helps me understand, I need to move the files to the mentioned location. But it is not sensible for me in my case.

    Thank you

    Kaim.

    You must use Oracle MAF instead of Oracle ADF Mobile in the future.

    Google continues to change the location of the files in their installation of SDK - so change between versions of the API of the location of the files.

    Make sure that you use the API right supported by your Mobile ADF or the version of the MAF.

  • java.lang.ClassCastException: java.util.ArrayList cannot be cast to oracle.adf.view.faces.bi.model.GeoMapDataModel

    Hello world

    LM l and map creation using table list as the data collection for the leaf theme of points to specify a given location. The problem l get here is that, after setting up the collection of data on the theme tab, the choice address and longtude & latitudes remain disabled. LM using JDeveloper 12 c last version & weblogic 12 c. When l run my lm project this error: java.lang.ClassCastException: java.util.ArrayList cannot be cast to oracle.adf.view.faces.bi.model.GeoMapDataModel. Here is the source code of my page and the Bean managed that define the ArrayList

    MapBean.pngPageSourceCode.png

    kdario Thanks for your comment, no. l didn't download the demo of component, but l did it right now. l use developer J 12 c to see how GeoMapDataModel is created .it will come back to you if any problem arises.

Maybe you are looking for