JDeveloper 12.1.3 and proxyuser

We use proxyuser in our ADF application, it works in collaboration with ADF 12.1.2 but looks like Oracle changed its odbc driver and is using jdbc 4.1. At the beginning we couldn't even connect on our application, we used the auto validation false value after you open the proxy connection but still we sequence of exceptions:

< oracle.adf.model > < DBTransactionImpl > < closeTransaction > < [1532] * jdbc connection is closed now * (weblogic.jdbc.wrapper.PoolConnection_oracle_jdbc_driver_T4CConnection@36) >

< oracle.adf.model > < DBTransactionImpl > < createPreparedStatement > < DBTransactionImpl.createPreparedStatement [1533] failed... >

< oracle.adf.model > < DBTransactionImpl > < createPreparedStatement > < [1534] java.sql.SQLException: statement closed

at oracle.jdbc.driver.OracleClosedStatement.setFetchSize(OracleClosedStatement.java:6214)

at oracle.jdbc.driver.OracleStatementWrapper.setFetchSize(OracleStatementWrapper.java:282)

at weblogic.jdbc.wrapper.PreparedStatement_oracle_jdbc_driver_OraclePreparedStatementWrapper.setFetchSize (unknown Source)

at oracle.jbo.server.OracleSQLBuilderImpl.doStatementSetRowPrefetch(OracleSQLBuilderImpl.java:1206)

at oracle.jbo.server.DBTransactionImpl.createPreparedStatement(DBTransactionImpl.java:3748)

at oracle.jbo.server.DBTransactionImpl2.createPreparedStatement(DBTransactionImpl2.java:398)

at com.enlogix.commonmodelcode.frwkext.CustomAppModuleImpl.beforeDisconnect(CustomAppModuleImpl.java:201)

at oracle.jbo.server.ApplicationModuleImpl.callBeforeDisconnect(ApplicationModuleImpl.java:7582)

at oracle.jbo.server.DBTransactionImpl.closeTransaction(DBTransactionImpl.java:1545)

at oracle.jbo.server.DBTransactionImpl.disconnect(DBTransactionImpl.java:5585)

at oracle.jbo.server.DBTransactionImpl2.disconnect(DBTransactionImpl2.java:364)

at oracle.jbo.server.DBTransactionImpl.disconnect(DBTransactionImpl.java:5861)

at oracle.jbo.server.ApplicationPoolMessageHandler.doPoolMessage(ApplicationPoolMessageHandler.java:446)

at oracle.jbo.server.ApplicationModuleImpl.doPoolMessage(ApplicationModuleImpl.java:9542)

at oracle.jbo.common.ampool.ApplicationPoolImpl.sendPoolMessage(ApplicationPoolImpl.java:4526)

at oracle.jbo.common.ampool.ApplicationPoolImpl.finalizeResource(ApplicationPoolImpl.java:1337)

at oracle.jbo.pool.ResourcePool.removeResourceInternal(ResourcePool.java:851)

at oracle.jbo.pool.ResourcePool.setState(ResourcePool.java:1168)

at oracle.jbo.pool.ResourcePool.removeResource(ResourcePool.java:863)

at oracle.jbo.common.ampool.ApplicationPoolImpl.removeDeadInstance(ApplicationPoolImpl.java:2652)

at oracle.jbo.common.ampool.ApplicationPoolImpl.sendPoolMessage(ApplicationPoolImpl.java:4557)

at oracle.jbo.common.ampool.ApplicationPoolImpl.prepareApplicationModule(ApplicationPoolImpl.java:2453)

at oracle.jbo.common.ampool.ApplicationPoolImpl.doCheckout(ApplicationPoolImpl.java:2263)

at oracle.jbo.common.ampool.ApplicationPoolImpl.doCheckout(ApplicationPoolImpl.java:2298)

at oracle.jbo.common.ampool.ApplicationPoolImpl.useApplicationModule(ApplicationPoolImpl.java:3162)

at oracle.jbo.common.ampool.SessionCookieImpl.useApplicationModule(SessionCookieImpl.java:590)

at oracle.jbo.http.HttpSessionCookieImpl.useApplicationModule(HttpSessionCookieImpl.java:224)

at oracle.jbo.common.ampool.SessionCookieImpl.useApplicationModule(SessionCookieImpl.java:523)

at oracle.jbo.common.ampool.SessionCookieImpl.useApplicationModule(SessionCookieImpl.java:518)

at oracle.jbo.client.Configuration.getApplicationModule(Configuration.java:1507)

at oracle.jbo.client.Configuration.createRootApplicationModule(Configuration.java:1398)

at oracle.jbo.client.Configuration.createRootApplicationModule(Configuration.java:1366)

in the settings. ProxyAuthUserLoginBean.performProxyUserLogin (ProxyAuthUserLoginBean.java:133)

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

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

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

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

at com.sun.el.parser.AstValue.invoke(AstValue.java:254)

at com.sun.el.MethodExpressionImpl.invoke(MethodExpressionImpl.java:302)

at com.sun.faces.facelets.el.TagMethodExpression.invoke(TagMethodExpression.java:105)

at org.apache.myfaces.trinidad.component.MethodExpressionMethodBinding.invoke(MethodExpressionMethodBinding.java:46)

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

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

at org.apache.myfaces.trinidad.component.UIXComponent.broadcastInContext(UIXComponent.java:364)

at org.apache.myfaces.trinidad.component.WrapperEvent.broadcastWrappedEvent(WrapperEvent.java:82)

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

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

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

at org.apache.myfaces.trinidad.component.UIXComponent.broadcastInContext(UIXComponent.java:364)

at org.apache.myfaces.trinidad.component.WrapperEvent.broadcastWrappedEvent(WrapperEvent.java:82)

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

at org.apache.myfaces.trinidad.component.UIXComponent.broadcastInContext(UIXComponent.java:364)

at org.apache.myfaces.trinidad.component.WrapperEvent.broadcastWrappedEvent(WrapperEvent.java:82)

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

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

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

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

at javax.faces.component.UIViewRoot.broadcastEvents(UIViewRoot.java:794)

at javax.faces.component.UIViewRoot.processApplication(UIViewRoot.java:1259)

at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._invokeApplication(LifecycleImpl.java:1074)

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

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

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

to weblogic.servlet.internal.StubSecurityHelper$ ServletServiceAction.run (StubSecurityHelper.java:280)

to weblogic.servlet.internal.StubSecurityHelper$ ServletServiceAction.run (StubSecurityHelper.java:254)

at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:136)

at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:346)

at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:25)

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

at oracle.adf.model.servlet.ADFBindingFilter.doFilter(ADFBindingFilter.java:192)

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

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

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

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

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

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

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

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

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

at oracle.adf.library.webapp.LibraryFilter.doFilter(LibraryFilter.java:202)

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

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

at java.security.AccessController.doPrivileged (Native Method)

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

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

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

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

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

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

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

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

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

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

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

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

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

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

at weblogic.servlet.provider.WlsSubjectHandle.run(WlsSubjectHandle.java:57)

at weblogic.servlet.internal.WebAppServletContext.doSecuredExecute(WebAppServletContext.java:2285)

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

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

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

to weblogic.servlet.provider.ContainerSupportProviderImpl$ WlsRequestExecutor.run (ContainerSupportProviderImpl.java:255)

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

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

>

< oracle.adf.model > < DBTransactionImpl > < processConnProperties > < mPCollUsePMgr [1535] is false >

< oracle.adf.model > < DBTransactionImpl > < processConnProperties > < ViewObjectImpl.mDefaultMaxRowsPerNode [1536] is 70 >

< oracle.adf.model > < DBTransactionImpl > < processConnProperties > < ViewObjectImpl.mDefaultMaxActiveNodes [1537] is 30 >

< oracle.adf.model > < DBTransactionImpl > < processProperties > < [1538] mode default lock changed for: optimist >

< oracle.adf.model > < ApplicationPoolImpl > < prepareApplicationModule > < [1539] an exception has occurred during extraction. >

< oracle.adf.model > < ApplicationPoolImpl > < prepareApplicationModule > < oracle.jbo.SQLStmtException [1540]: Houston-27122: SQL error in the preparation of the statement.  Statement: restore

at oracle.jbo.server.DBTransactionImpl.createPreparedStatement(DBTransactionImpl.java:3773)

at oracle.jbo.server.DBTransactionImpl2.createPreparedStatement(DBTransactionImpl2.java:398)

at com.enlogix.commonmodelcode.frwkext.CustomAppModuleImpl.prepareSession(CustomAppModuleImpl.java:140)

at oracle.jbo.server.ApplicationModuleImpl.prepareSession(ApplicationModuleImpl.java:7088)

at oracle.jbo.server.ApplicationPoolMessageHandler.doPoolMessage(ApplicationPoolMessageHandler.java:170)

at oracle.jbo.server.ApplicationModuleImpl.doPoolMessage(ApplicationModuleImpl.java:9542)

at oracle.jbo.common.ampool.ApplicationPoolImpl.sendPoolMessage(ApplicationPoolImpl.java:4526)

at oracle.jbo.common.ampool.ApplicationPoolImpl.prepareApplicationModule(ApplicationPoolImpl.java:2453)

at oracle.jbo.common.ampool.ApplicationPoolImpl.doCheckout(ApplicationPoolImpl.java:2263)

at oracle.jbo.common.ampool.ApplicationPoolImpl.doCheckout(ApplicationPoolImpl.java:2298)

at oracle.jbo.common.ampool.ApplicationPoolImpl.useApplicationModule(ApplicationPoolImpl.java:3162)

at oracle.jbo.common.ampool.SessionCookieImpl.useApplicationModule(SessionCookieImpl.java:590)

at oracle.jbo.http.HttpSessionCookieImpl.useApplicationModule(HttpSessionCookieImpl.java:224)

at oracle.jbo.common.ampool.SessionCookieImpl.useApplicationModule(SessionCookieImpl.java:523)

at oracle.jbo.common.ampool.SessionCookieImpl.useApplicationModule(SessionCookieImpl.java:518)

at oracle.jbo.client.Configuration.getApplicationModule(Configuration.java:1507)

at oracle.jbo.client.Configuration.createRootApplicationModule(Configuration.java:1398)

at oracle.jbo.client.Configuration.createRootApplicationModule(Configuration.java:1366)

in the settings. ProxyAuthUserLoginBean.performProxyUserLogin (ProxyAuthUserLoginBean.java:133)

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

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

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

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

at com.sun.el.parser.AstValue.invoke(AstValue.java:254)

at com.sun.el.MethodExpressionImpl.invoke(MethodExpressionImpl.java:302)

at com.sun.faces.facelets.el.TagMethodExpression.invoke(TagMethodExpression.java:105)

at org.apache.myfaces.trinidad.component.MethodExpressionMethodBinding.invoke(MethodExpressionMethodBinding.java:46)

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

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

at org.apache.myfaces.trinidad.component.UIXComponent.broadcastInContext(UIXComponent.java:364)

at org.apache.myfaces.trinidad.component.WrapperEvent.broadcastWrappedEvent(WrapperEvent.java:82)

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

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

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

at org.apache.myfaces.trinidad.component.UIXComponent.broadcastInContext(UIXComponent.java:364)

at org.apache.myfaces.trinidad.component.WrapperEvent.broadcastWrappedEvent(WrapperEvent.java:82)

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

at org.apache.myfaces.trinidad.component.UIXComponent.broadcastInContext(UIXComponent.java:364)

at org.apache.myfaces.trinidad.component.WrapperEvent.broadcastWrappedEvent(WrapperEvent.java:82)

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

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

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

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

at javax.faces.component.UIViewRoot.broadcastEvents(UIViewRoot.java:794)

at javax.faces.component.UIViewRoot.processApplication(UIViewRoot.java:1259)

at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._invokeApplication(LifecycleImpl.java:1074)

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

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

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

to weblogic.servlet.internal.StubSecurityHelper$ ServletServiceAction.run (StubSecurityHelper.java:280)

to weblogic.servlet.internal.StubSecurityHelper$ ServletServiceAction.run (StubSecurityHelper.java:254)

at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:136)

at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:346)

at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:25)

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

at oracle.adf.model.servlet.ADFBindingFilter.doFilter(ADFBindingFilter.java:192)

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

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

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

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

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

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

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

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

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

at oracle.adf.library.webapp.LibraryFilter.doFilter(LibraryFilter.java:202)

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

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

at java.security.AccessController.doPrivileged (Native Method)

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

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

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

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

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

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

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

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

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

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

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

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

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

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

at weblogic.servlet.provider.WlsSubjectHandle.run(WlsSubjectHandle.java:57)

at weblogic.servlet.internal.WebAppServletContext.doSecuredExecute(WebAppServletContext.java:2285)

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

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

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

to weblogic.servlet.provider.ContainerSupportProviderImpl$ WlsRequestExecutor.run (ContainerSupportProviderImpl.java:255)

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

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

Caused by: java.sql.SQLException: statement closed

at oracle.jdbc.driver.OracleClosedStatement.setFetchSize(OracleClosedStatement.java:6214)

at oracle.jdbc.driver.OracleStatementWrapper.setFetchSize(OracleStatementWrapper.java:282)

at weblogic.jdbc.wrapper.PreparedStatement_oracle_jdbc_driver_OraclePreparedStatementWrapper.setFetchSize (unknown Source)

at oracle.jbo.server.OracleSQLBuilderImpl.doStatementSetRowPrefetch(OracleSQLBuilderImpl.java:1206)

at oracle.jbo.server.DBTransactionImpl.createPreparedStatement(DBTransactionImpl.java:3748)

... more than 90

# # 0 in detail

java.sql.SQLException: closed statement

at oracle.jdbc.driver.OracleClosedStatement.setFetchSize(OracleClosedStatement.java:6214)

at oracle.jdbc.driver.OracleStatementWrapper.setFetchSize(OracleStatementWrapper.java:282)

at weblogic.jdbc.wrapper.PreparedStatement_oracle_jdbc_driver_OraclePreparedStatementWrapper.setFetchSize (unknown Source)

at oracle.jbo.server.OracleSQLBuilderImpl.doStatementSetRowPrefetch(OracleSQLBuilderImpl.java:1206)

at oracle.jbo.server.DBTransactionImpl.createPreparedStatement(DBTransactionImpl.java:3748)

at oracle.jbo.server.DBTransactionImpl2.createPreparedStatement(DBTransactionImpl2.java:398)

at com.enlogix.commonmodelcode.frwkext.CustomAppModuleImpl.prepareSession(CustomAppModuleImpl.java:140)

at oracle.jbo.server.ApplicationModuleImpl.prepareSession(ApplicationModuleImpl.java:7088)

at oracle.jbo.server.ApplicationPoolMessageHandler.doPoolMessage(ApplicationPoolMessageHandler.java:170)

at oracle.jbo.server.ApplicationModuleImpl.doPoolMessage(ApplicationModuleImpl.java:9542)

at oracle.jbo.common.ampool.ApplicationPoolImpl.sendPoolMessage(ApplicationPoolImpl.java:4526)

at oracle.jbo.common.ampool.ApplicationPoolImpl.prepareApplicationModule(ApplicationPoolImpl.java:2453)

at oracle.jbo.common.ampool.ApplicationPoolImpl.doCheckout(ApplicationPoolImpl.java:2263)

at oracle.jbo.common.ampool.ApplicationPoolImpl.doCheckout(ApplicationPoolImpl.java:2298)

at oracle.jbo.common.ampool.ApplicationPoolImpl.useApplicationModule(ApplicationPoolImpl.java:3162)

at oracle.jbo.common.ampool.SessionCookieImpl.useApplicationModule(SessionCookieImpl.java:590)

at oracle.jbo.http.HttpSessionCookieImpl.useApplicationModule(HttpSessionCookieImpl.java:224)

at oracle.jbo.common.ampool.SessionCookieImpl.useApplicationModule(SessionCookieImpl.java:523)

at oracle.jbo.common.ampool.SessionCookieImpl.useApplicationModule(SessionCookieImpl.java:518)

at oracle.jbo.client.Configuration.getApplicationModule(Configuration.java:1507)

at oracle.jbo.client.Configuration.createRootApplicationModule(Configuration.java:1398)

at oracle.jbo.client.Configuration.createRootApplicationModule(Configuration.java:1366)

in the settings. ProxyAuthUserLoginBean.performProxyUserLogin (ProxyAuthUserLoginBean.java:133)

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

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

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

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

at com.sun.el.parser.AstValue.invoke(AstValue.java:254)

at com.sun.el.MethodExpressionImpl.invoke(MethodExpressionImpl.java:302)

at com.sun.faces.facelets.el.TagMethodExpression.invoke(TagMethodExpression.java:105)

at org.apache.myfaces.trinidad.component.MethodExpressionMethodBinding.invoke(MethodExpressionMethodBinding.java:46)

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

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

at org.apache.myfaces.trinidad.component.UIXComponent.broadcastInContext(UIXComponent.java:364)

at org.apache.myfaces.trinidad.component.WrapperEvent.broadcastWrappedEvent(WrapperEvent.java:82)

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

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

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

at org.apache.myfaces.trinidad.component.UIXComponent.broadcastInContext(UIXComponent.java:364)

at org.apache.myfaces.trinidad.component.WrapperEvent.broadcastWrappedEvent(WrapperEvent.java:82)

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

at org.apache.myfaces.trinidad.component.UIXComponent.broadcastInContext(UIXComponent.java:364)

at org.apache.myfaces.trinidad.component.WrapperEvent.broadcastWrappedEvent(WrapperEvent.java:82)

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

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

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

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

at javax.faces.component.UIViewRoot.broadcastEvents(UIViewRoot.java:794)

at javax.faces.component.UIViewRoot.processApplication(UIViewRoot.java:1259)

at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._invokeApplication(LifecycleImpl.java:1074)

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

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

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

to weblogic.servlet.internal.StubSecurityHelper$ ServletServiceAction.run (StubSecurityHelper.java:280)

to weblogic.servlet.internal.StubSecurityHelper$ ServletServiceAction.run (StubSecurityHelper.java:254)

at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:136)

at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:346)

at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:25)

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

at oracle.adf.model.servlet.ADFBindingFilter.doFilter(ADFBindingFilter.java:192)

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

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

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

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

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

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

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

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

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

at oracle.adf.library.webapp.LibraryFilter.doFilter(LibraryFilter.java:202)

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

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

at java.security.AccessController.doPrivileged (Native Method)

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

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

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

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

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

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

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

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

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

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

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

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

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

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

at weblogic.servlet.provider.WlsSubjectHandle.run(WlsSubjectHandle.java:57)

at weblogic.servlet.internal.WebAppServletContext.doSecuredExecute(WebAppServletContext.java:2285)

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

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

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

to weblogic.servlet.provider.ContainerSupportProviderImpl$ WlsRequestExecutor.run (ContainerSupportProviderImpl.java:255)

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

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

>

Houston-27122: error SQL in the preparation of the statement.  Statement: restore

< org.apache.myfaces.trinidadinternal.renderkit.core.StyleContextImpl > < StyleContextImpl > < isDisableStyleCompression > < DISABLE_CONTENT_COMPRESSION_IN_PRODUCTION_STAGE >

< org.apache.myfaces.trinidadinternal.skin.SkinImpl > < SkinImpl > < _isContentCompressionDisabled > < DISABLE_CONTENT_COMPRESSION_IN_PRODUCTION_STAGE >

See sample application on proxy user with ADF

Erdenebayar Erdenebileg blog: out of box: user proxy Oracle ADF application

Tags: Java

Similar Questions

  • JDeveloper 11 g ADF and application servers

    I'm new to JDeveloper and benefited from the 11g, but I am concerned about the deployment of my code. Can I deploy a 11g ADF asks the server to Oracle 10gAS version 10.1.2.0.2 applications or do I request an upgrade of the server that will be difficult to accomplish?

    Thanks :)

    Hello
    In theory, you can, but you must pay attention to what you are doing.
    I encourage you to do so.
    You can use the new rich ADF faces if you plan to deploy an older AEO. Be careful selecting the right JDK while developing (11g using 1.6.x).
    I'm not sure that you can start a new project in 11g using the old Oracle stuff entirely.

    So, if you plan to use the new test features to get a WLS 10 g R3 update.

    Timo

  • JDeveloper 12.2.1 and MAF 2.2.0

    Hello

    Is the new Jdeveloper - adapted 12.2.1 / compatable with MAF 2.2.0 that is is - it safe to upgrade?

    I noticed that on the download page for JDeveloper under 'Other versions' it says:

    Oracle JDeveloper 12 c (12.1.3.0.0) for Oracle Mobile Application Framework

    So I think that 12.2.1 JDeveloper release is not compatible with the MAF?

    Kind regards

    Ognjen

    MAF 2.2 compatible only with JDeveloper 12.1.3, by applying the oracle the next version of MAF note will be supported in JDeveloper 12.2.1

  • JDeveloper 12.2.1.0.0 SOA and BPM

    Hello

    I'm pretty new in Oracle Middleware, but I already tried many possible solutions and nothing solved my problem.

    I try to use stadalone JDeveloper DORS creating BPEL and BPM. I have Weblogic server running on another machine, so I can't immediately soa. I just need to create and modify SOA and BPM applications.

    I already tried to update, but there is no other choice 'Spring & Oracle Weblogic SCA'. Maybe someone has already solved this problem? I'm having the same problem on windows and linux.

    Thank you

    Lukas

    Hi Lukas, there.

    What is your version of WLS/SOA server? First of all, I would urge

    recommend running the same version as your component server side. For

    SOA and BPM the latest version of the server is 12.2.1 since last week. In the case

    your server is on 12.1.3 then use JDev 12.1.3.

    Secondly, please install the quick start version that installs JDev +.

    domain SOA/BPM of local development in the WLS integrated to the

    corresponding JDev version. Go in the quick start, you should all

    components and installed publishers.

    HTH,

    A.

  • Skin of Alta in Jdeveloper 12.2.1

    Hi all

    I use Jdeveloper 12.2.1 and I want to build my Pages with sensitive designis the value default Alta skin under 12.2.1 Jdeveloper supports responsive design?

    OR

    I have to add components (media behavior Match, masonry Layouts, Media Query) to make my Pages adapted.

    Thank you.

    Using JDev 12.2.1 and the creation of a new web application, you get the default Alta skin (12.1.3 you need to turn yourself on as in the link above).

    In any case, choosing Alta does not have your sensitive application. For this you need to 'life' the Alta design UI and pick the layout of masonry and you can add the right matches behavior media your skin.

    Timo

  • That is it for Disk2 of Jdeveloper 12.2.1?

    Hi experts,


    I installed Jdeveloper 12.2.1 and the disk2 is not requested. What is this for?


    Thank you
    Jose.

    The installation program will not accomplish if you do not have the two files on your machine.

    If the finished - installation program, it means that everything is fine.

  • JDeveloper 12.2.1 can't find the RUNTIME of JUNIT 4 Library extension

    I have JDeveloper 12.1.3 and now JDeveloper 12.2.1 installed on my Windows 7 laptop.

    In JDeveloper 12.1.3 I the JUNIT 4 Runtime extension installed and can run JUNIT tests natively IE run the JUnit Tests, okay, great.

    Best practices in our industry include Test Driven Development to develop applications Java, tools, etc.

    Now, I installed 12.2.1 JDeveloper and wanted to have the same extension of JUNIT 4 but could not find it on

    help-> updates. I tried to copy what I have in my 12.1.3 directory extensions over the new 12.2.1 directory extensions but it did not work.

    Also, could someone please explain to me why running JUNIT 4 is not automatically included in the JDeveloper IDE download.

    Why don't I have yet to go out and get this as a separate extension? As you know the IDE Eclipse comes with JUNIT integration in ready-to-go mode.

    I look forward to useful answers.

    Thank you.

    You try this then that behind the firewall of Oracle?

    You can download and install directly from here:

    http://www.Oracle.com/WebFolder/technetwork/JDeveloper/downloads/1213center.XML#Oracle.JDeveloper.junit

  • Tester AppModule and the safety of the ADF

    With the help of JDev 12 c.

    I enabled the ADF security on my candidacy and now the App Module Tester gives a dialog box security JAAS asking for principle and credentials (use anme and password).

    Where can I configure this in JDeveloper to set identification and policy information?

    Thank you

    Dave

    I have not test this in 12 c, but in earlier versions, you disabled this am safety tests.

    To disable temporarily the ADFSecurity go into the ADF - config.xml for your application and affecting false in the parameter "sec: JaasSecurityContext" the fields "authorizationEnforce" and "authenticationRequire" as shown below.

    ?

    1

    2

    3

    4

    5

    6

    7

    8

    "http://xmlns.oracle.com/adf/security/config">

       "oracle.adf.share.security.providers.jps.CSFCredentialStore"

                               credentialStoreLocation="../../src/META-INF/jps-config.xml"/>

       "oracle.adf.share.security.JAASInitialContextFactory"

                                jaasProviderClass="oracle.adf.share.security.providers.jps.JpsSecurityContext"

                                authorizationEnforce="false"

                                authenticationRequire="false"/>

     


    Timo

  • Problem with Weblogic server..., Page opens not Jdeveloper 12.1.3

    I installed Jdeveloper 12.1.3 and practice a sample from the link below.

    Tutorial: ADF easy and powerful control data for the XML - part 1 [ARTICLE]

    Completed before:

    Figure 34

    5.4 run the page

    But the Page does not open when I click the button run, please think about if I need to change the settings of "IntegratedWebLogicServer".  Thank you.

    Using the HTTP 7101 port *.

    Using the SSL 7102 port *.

    C:\Users\pk\AppData\Roaming\JDeveloper\system12.1.3.0.41.140521.1008\DefaultDomain\bin\startWebLogic.cmd

    [First IntegratedWebLogicServer.]

    [waiting for the server to complete its initialization...]

    .

    .

    Arguments of memory in JAVA:-Xmx1024m-Xms512m

    .

    CLASSPATH is C:\Oracle\Middleware\Oracle_Home\oracle_common\modules\features\com. Oracle.DB.jdbc7 - DMS.jar; C:\Oracle\MIDDLE~1\ORACLE~1\ORACLE~1\jdk\lib\tools.jar; C:\Oracle\MIDDLE~1\ORACLE~1\wlserver\server\lib\weblogic_sp.jar; C:\Oracle\MIDDLE~1\ORACLE~1\wlserver\server\lib\weblogic.jar; C:\Oracle\MIDDLE~1\ORACLE~1\oracle_common\modules\net. SF.antcontrib_1.1.0.0_1-0b3\lib\ant-contrib.jar; C:\Oracle\MIDDLE~1\ORACLE~1\wlserver\modules\features\oracle.WLS.common.nodemanager_2.0.0.0.jar; C:\Oracle\Middleware\Oracle_Home\oracle_common\modules\internal\features\jrf_wlsFmw_oracle.JRF.WLS.classpath_12.1.3.jar; C:\Oracle\MIDDLE~1\ORACLE~1\oracle_common\modules\com. Oracle.Cie.config - WLS - online_8.1.0.0.jar; C:\Oracle\MIDDLE~1\ORACLE~1\wlserver\common\derby\lib\derbynet.jar; C:\Oracle\MIDDLE~1\ORACLE~1\wlserver\common\derby\lib\derbyclient.jar; C:\Oracle\MIDDLE~1\ORACLE~1\wlserver\common\derby\lib\derby.jar; C:\Oracle\MIDDLE~1\ORACLE~1\wlserver\server\lib\xqrl.jar

    .

    PATH =; C:\Oracle\MIDDLE~1\ORACLE~1\wlserver\server\native\win\x64; C:\Oracle\MIDDLE~1\ORACLE~1\wlserver\server\bin; C:\Oracle\MIDDLE~1\ORACLE~1\oracle_common\modules\org. Apache.ant_1.9.2\bin; C:\Oracle\MIDDLE~1\ORACLE~1\ORACLE~1\jdk\jre\bin; C:\Oracle\MIDDLE~1\ORACLE~1\ORACLE~1\jdk\bin; C:\Windows\System32; C:\Windows; C:\Windows\System32\wbem; C:\oraclexe\app\oracle\product\112~1.0\server\bin; C:\Progra~3\Oracle\Java\javapath; C:\DEVSUI~1\jdk\jre\bin; C:\DEVSUI~1\jdk\jre\bin\client; C:\DEVSUI~1\jlib; C:\DEVSUI~1\BIN; C:\DEVSUI~1\jre\148A37~1.2\bin\client; C:\DEVSUI~1\jre\148A37~1.2\bin; C:\Windows\System32; C:\Windows; C:\Windows\System32\wbem; C:\Windows\System32\WINDOW~1\v1.0\; C:\PROGRA~2\COMMON~1\ROXIOS~1\10.0\DLLSHA~1\; C:\PROGRA~2\COMMON~1\ROXIOS~1\DLLSHA~1\; C:\PROGRA~2\COMMON~1\ROXIOS~1\DLLSHA~1\; C:\PROGRA~2\COMMON~1\ROXIOS~1\10.0\DLLSHA~1\; C:\Progra~2\Intel\OPENCL~1\3.0\bin\x86; C:\Progra~2\Intel\OPENCL~1\3.0\bin\x64; C:\Progra~1\MI3EDC~1\110\Tools\Binn\; C:\JDEVEL~1\mywork\MYFIRS~2\VIEWCO~1; C:\Oracle\MIDDLE~1\ORACLE~1\wlserver\server\native\win\x64\oci920_8

    .

    ***************************************************

    * To start WebLogic Server, use a username and *.

    * password assigned to an administrator-level user.  For *.

    * server administration, using the WebLogic Server *.

    * the http://hostname:port\console console *.

    ***************************************************

    from weblogic with the Java version:

    Java version "1.7.0_51".

    Java (TM) SE Runtime Environment (build 1.7.0_51 - b13)

    Java for 64-bit Server VM (build 24.51 - b03, mixed mode)

    Picked up _JAVA_OPTIONS:-Xms512m-Xmx512m

    WLS starting with line:

    C:\Oracle\MIDDLE~1\ORACLE~1\ORACLE~1\jdk\bin\java-serveur-Xms512m-Xmx1024m-Dweblogic.Name=DefaultServer-Djava.security.policy=C:\Oracle\MIDDLE~1\ORACLE~1\wlserver\server\lib\weblogic.policy-Djavax.net.ssl.trustStore=C:\Users\PRABIL~1\AppData\Local\Temp\trustStore630856124243806375.jks-Doracle.jdeveloper.adrs=true-Dweblogic.nodemanager.ServiceEnabled=true - Xverify : none-Djava.endorsed.dirs=C:\Oracle\MIDDLE~1\ORACLE~1\ORACLE~1\jdk\jre\lib\endorsed ; C:\Oracle\MIDDLE~1\ORACLE~1\oracle_common\modules\endorsed-Djava.protocol.handler.pkgs="oracle.mds.net.protocol « - Dopss.version=12.1.3-Digf.arisidbeans.carmlloc=C:\Users\PRABIL~1\AppData\Roaming\JDEVEL~1\SYSTEM~1.100\DEFAUL~1\config\fmwconfig\carml-Digf.arisidstack.home=C:\Users\PRABIL~1\AppData\Roaming\JDEVEL~1\SYSTEM~1.100\DEFAUL~1\config\fmwconfig\arisidprovider-Doracle.security.jps.config=C:\Users\PRABIL~1\AppData\Roaming\JDEVEL~1\SYSTEM~1.100\DEFAUL~1\config\fmwconfig\jps-config.xml-Doracle.deployed.app.dir=C:\Users\PRABIL~1\AppData\Roaming\JDEVEL~1\SYSTEM~1.100\DEFAUL~1\servers\DefaultServer\tmp\_WL_user - Doracle.deployed.app.ext=\- -Dweblogic.alternateTypesDirectory=C:\Oracle\ Middleware\Oracle_Home\oracle_common\modules\oracle.ossoiap_12.1.3,C:\Oracle\Middleware\Oracle_Home\oracle_common\modules\oracle.oamprovider_12.1.3,C:\Oracle\Middleware\Oracle_Home\oracle_common\modules\oracle.jps_12.1.3 -Doracle.mds.filestore.preferred=true -Dadf.version=12.1.3 -Dweblogic.jdbc.remoteEnabled=false -Dcommon.components.home=C:\Oracle\Middleware\Oracle_Home\oracle_common -Djrf.version=12.1.3 -Dorg.apache.commons.logging.Log=org.apache.commons.logging.impl.Jdk14Logger -Ddomain.home=C:\Users\PRABIL~1\AppData\Roaming\JDEVEL~1\SYSTEM~1.100\DEFAUL~1 -Doracle.server.config.dir=C:\Users\PRABIL~1\AppData\Roaming\JDEVEL~1\SYSTEM~1.100\DEFAUL~1\config\fmwconfig\servers\DefaultServer - Doracle.domain.config.dir=C:\Users\PRABIL~ 1\AppData\Roaming\JDEVEL~1\SYSTEM~1.100\DEFAUL~1\config\fmwconfig-da-Dwls.home=C:\Oracle\MIDDLE~1\ORACLE~1\wlserver\server-Dweblogic.home=C:\Oracle\MIDDLE~1\ORACLE~1\wlserver\server-Djps.app.credential.overwrite.allowed=true-Djavax.management.builder.initial=weblogic.management.jmx.mbeanserver.WLSMBeanServerBuilder-Xms512m-Xmx512m-Djava.util.logging.manager=oracle.core.ojdl.logging.ODLLogManager weblogic. Server

    < 27 July 2015 15:52:30 IST > < Info > < security > < BEA-090905 > < disable provider JCE CryptoJ self-intégrité for better startup performance. To allow this control, enter - Dweblogic.security.allowCryptoJDefaultJCEVerification = true. >

    < 27 July 2015 15:52:30 IST > < Info > < security > < BEA-090906 > < change the default Random Number Generator in RSA CryptoJ of ECDRBG128 to FIPS186PRNG. To disable this change, specify - Dweblogic.security.allowCryptoJDefaultPRNG = true. >

    < 27 July 2015 15:52:30 IST > < Info > < WebLogicServer > < BEA-000377 > < since Java hotspot 64-bit Server VM WebLogic Server Version 24.51 - b03 of Oracle Corporation. >

    < 27 July 2015 15:52:30 IST > < Info > < management > < BEA-141107 > < Version: WebLogic Server 12.1.3.0.0 Wed May 21 18:53:34 PDT 2014 1604337 >

    < 27 July 2015 15:52:32 IST > < opinion > < WebLogicServer > < BEA-000365 > < Server State has changed at the START. >

    < 27 July 2015 15:52:32 IST > < Info > < WorkManager > < BEA-002900 > < Initializing self-adjusting thread pool. >

    < 27 July 2015 15:52:32 IST > < Info > < WorkManager > < BEA-002942 > < CMM level memory becomes 0. Sleep thread pool to 256. >

    < 27 July 2015 15:52:33 IST > < opinion > < Log Management > < BEA-170019 > < C:\Users\pk\AppData\Roaming\JDeveloper\system12.1.3.0.41.140521.1008\DefaultDomain\servers\DefaultServer\logs\DefaultServer.log server log file is opened. All events in the log server-side will be written to this file. >

    27 July 2015 start of oracle.security.jps.JpsStartup 15:52:33

    INFO: Jps at initialization.

    27 July 2015 15:52:35 oracle.security.jps.internal.idstore.util.LibOvdUtil pushLdapNamesToLibOvd

    INFO: Pushed ldap name and types of information to libOvd. LDAPS: DefaultAuthenticator:idstore.ldap.provideridstore.ldap.

    27 July 2015 start of oracle.security.jps.JpsStartup 15:52:37

    INFO: Jps began.

    < 27 July 2015 15:52:38 IST > < opinion > < security > < BEA-090082 > < security initialization using security realm myrealm. >

    2015-07-27 15:52:39.491/10.031 Oracle coherence 12.1.3.0.0 < Info > (thread = ExecuteThread [ASSET]: '0' for the queue: "(self-adjusting) weblogic.kernel.Default" Member = n/a): responsible operational configuration of "jar:file:/C:/Oracle/Middleware/Oracle_Home/coherence/lib/coherence.jar!/tangosol-coherence.xml".

    2015-07-27 15:52:39.552/10.092 Oracle coherence 12.1.3.0.0 < Info > (thread = ExecuteThread [ASSET]: '0' for the queue: "(self-adjusting) weblogic.kernel.Default" Member = n/a): charge of operational substitutions of "jar:file:/C:/Oracle/Middleware/Oracle_Home/coherence/lib/coherence.jar!/tangosol-coherence-override-dev.xml".

    2015-07-27 15:52:39.554/10.094 Oracle coherence 12.1.3.0.0 < D5 > (thread = ExecuteThread [ASSET]: '0' for the queue: "(self-adjusting) weblogic.kernel.Default" Member = n/a): configuration optional override ' / tangosol-coherence - override.xml ' is not specified

    2015-07-27 15:52:39.558/10.098 Oracle coherence 12.1.3.0.0 < D5 > (thread = ExecuteThread [ASSET]: '0' for the queue: "(self-adjusting) weblogic.kernel.Default" Member = n/a): configuration optional override "cache-factory - config.xml" is not specified

    2015-07-27 15:52:39.560/10.100 Oracle coherence 12.1.3.0.0 < D5 > (thread = ExecuteThread [ASSET]: '0' for the queue: "(self-adjusting) weblogic.kernel.Default" Member = n/a): configuration optional override "cache-factory-generator - config.xml" is not specified

    2015-07-27 15:52:39.562/10.102 Oracle coherence 12.1.3.0.0 < D5 > (thread = ExecuteThread [ASSET]: '0' for the queue: "(self-adjusting) weblogic.kernel.Default" Member = n/a): configuration optional override "/ custom - mbeans.xml ' is not specified

    Oracle Version 12.1.3.0.0 Build 52031 consistency

    Grid edition: development Mode

    Copyright (c) 2000, 2014, Oracle and/or its affiliates. All rights reserved.

    Exception in thread "ExecuteThread [ASSET]: '0' for the queue:"(self-adjusting) weblogic.kernel.Default"" Exception in thread "[STANDBY] ExecuteThread: '3' for the queue:"(self-adjusting) weblogic.kernel.Default"" Exception in thread "[STANDBY] ExecuteThread: '1' for the queue:"(self-adjusting) weblogic.kernel.Default"" Exception in thread "[STANDBY] ExecuteThread: '2' for the queue:"(self-adjusting) weblogic.kernel.Default"" Exception in thread "Timer-2"»

    You can try and increase the settings memory used by WebLogic.

    Change the C:\Users\pk\AppData\Roaming\JDeveloper\system12.1.3.0.41.140521.1008\DefaultDomain\bin\setDomainEnv

    and set the Xms - & - Xmx be double what they are now.

  • Exception in Jdeveloper JSF Editor

    JDeveloper 12.1.3

    I have a terrible experience with the Jdeveloper JSF Editor, editing and recording of the JSF pages take a long time

    Sometimes 5 minutes, meanwhile Jdeveloper freeze and I can do anything and still I get some exception like below in the console.

    the experience is too poor to save my time I open JSF page outside of Jdeveloper in a text editor and make my changes and save it

    My machine is a virtual machine for windows 8 with 8 GB of RAM and a good processor

    Questions I have

    1 - is that someone else has same experience?

    2 - is possible / workaround to circumvent Jdeveloper background check and use the JSf Editor

    Only as a text editor

    Finally I do not understand why Oracle out such a terrible product to the market

    Exceptions:

    WARNING: Could not find dockable with the id: Debugger.InspectorWindow0
    June 11, 2015 11:16:03 com.oracle.jdeveloper.nbwindowsystem.LayoutGroup add
    WARNING: Could not find dockable with the id: Debugger.InspectorWindow0
    June 11, 2015 11:16:29 oracle.javatools.buffer.JdkReadWriteLockImplementation$ DeadlockScanner scan
    SEVERE: Famine (possible deadlock) detected:
    Oracle JDeveloper 12.1.3.0.0 1008 (JDEVADF_12.1.3.0.0_GENERIC_140521.1008.S)
    1.7.0_17 - Java Oracle Corporation b02
    366 MB of free space of 4260 MB

    -------------------------------------------------------------------------------
    -Thread Dump
    -------------------------------------------------------------------------------


    "AWT-EventQueue-0" id = WAITING 16 on java.util.concurrent.locks.ReentrantReadWriteLock$NonfairSync@94c7f68
    at sun.misc.Unsafe.park (Native Method)
    -waiting on java.util.concurrent.locks.ReentrantReadWriteLock$NonfairSync@94c7f68
    at java.util.concurrent.locks.LockSupport.park(LockSupport.java:186)
    at java.util.concurrent.locks.AbstractQueuedSynchronizer.parkAndCheckInterrupt(AbstractQueuedSynchronizer.java:834)
    at java.util.concurrent.locks.AbstractQueuedSynchronizer.acquireQueued(AbstractQueuedSynchronizer.java:867)
    at java.util.concurrent.locks.AbstractQueuedSynchronizer.acquire(AbstractQueuedSynchronizer.java:1197)
    to java.util.concurrent.locks.ReentrantReadWriteLock$ WriteLock.lock (ReentrantReadWriteLock.java:945)
    at oracle.javatools.buffer.JdkReadWriteLockImplementation.lock(JdkReadWriteLockImplementation.java:202)
    at oracle.javatools.buffer.JdkReadWriteLockImplementation.writeLock(JdkReadWriteLockImplementation.java:110)
    at oracle.javatools.buffer.ReadWriteLock.writeLock(ReadWriteLock.java:329)
    at oracle.javatools.buffer.AbstractTextBuffer.writeLock(AbstractTextBuffer.java:1081)
    at oracle.javatools.buffer.TextBufferDecorator.writeLock(TextBufferDecorator.java:327)
    at oracle.bali.xml.dom.buffer.BufferDomModel.acquireWriteLockDirectly(BufferDomModel.java:288)
    at oracle.bali.xml.dom.impl.DomModelImpl._acquireWriteLock(DomModelImpl.java:1721)
    at oracle.bali.xml.dom.impl.DomModelImpl.acquireWriteLock(DomModelImpl.java:503)
    at oracle.bali.xml.dom.impl.DomModelImpl.startTransaction(DomModelImpl.java:321)
    at oracle.bali.xml.model.XmlModel.__startTransaction(XmlModel.java:2687)
    at oracle.bali.xml.model.XmlContext.__startTransaction(XmlContext.java:1821)
    at oracle.bali.xml.model.XmlModel.__requestStartTransaction(XmlModel.java:2637)
    at oracle.bali.xml.model.XmlModel.startTransaction(XmlModel.java:433)
    at oracle.bali.xml.model.AbstractModel.startTransaction(AbstractModel.java:158)
    at oracle.bali.xml.addin.XMLSourceNodeReformatActionDelegate._doPrettyPrintAction(XMLSourceNodeReformatActionDelegate.java:131)
    at oracle.bali.xml.addin.XMLSourceNodeReformatActionDelegate.doAction(XMLSourceNodeReformatActionDelegate.java:41)
    to oracle.jdeveloper.controller.NodeActionController$ NodeHandler.doAction (NodeActionController.java:892)
    to oracle.jdeveloper.controller.NodeActionController$ NodeActionCommand$ Do.execute (NodeActionController.java:679)
    to oracle.jdeveloper.controller.NodeActionController$ NodeActionCommand$ Task.run (NodeActionController.java:640)
    to oracle.jdeveloper.controller.NodeActionController$ ProgressMonitor.execute (NodeActionController.java:1566)
    to oracle.jdeveloper.controller.NodeActionController$ ProgressMonitor.execute (NodeActionController.java:1535)
    to oracle.jdeveloper.controller.NodeActionController$ NodeActionCommand.doit (NodeActionController.java:540)
    to oracle.ide.controller.CommandProcessor$ UndoStack.executeCommand (CommandProcessor.java:1146)
    to oracle.ide.controller.CommandProcessor$ UndoStack.doit (CommandProcessor.java:1025)
    to oracle.ide.controller.CommandProcessor$ MasterStack.doit (CommandProcessor.java:1629)
    at oracle.ide.controller.CommandProcessor.invoke(CommandProcessor.java:309)
    at oracle.jdeveloper.controller.NodeActionController.handleEvent(NodeActionController.java:439)
    at oracle.jdevimpl.style.controller.CodingStyleController.handleEvent(CodingStyleController.java:43)
    at oracle.ideimpl.controller.MetaClassController.handleEvent(MetaClassController.java:53)
    to oracle.ide.controller.IdeAction$ ControllerDelegatingController.handleEvent (IdeAction.java:1482)
    at oracle.ide.controller.IdeAction.performAction(IdeAction.java:663)
    at oracle.ide.controller.IdeAction.actionPerformedImpl(IdeAction.java:1153)
    at oracle.ide.controller.IdeAction.actionPerformed(IdeAction.java:618)
    at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:2018)
    in javax.swing.AbstractButton$ Handler.actionPerformed (AbstractButton.java:2341)
    at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:402)
    at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:259)
    at javax.swing.AbstractButton.doClick(AbstractButton.java:376)
    at javax.swing.plaf.basic.BasicMenuItemUI.doClick(BasicMenuItemUI.java:833)
    in javax.swing.plaf.basic.BasicMenuItemUI$ Handler.mouseReleased (BasicMenuItemUI.java:877)
    at java.awt.Component.processMouseEvent(Component.java:6505)
    at javax.swing.JComponent.processMouseEvent(JComponent.java:3321)
    at java.awt.Component.processEvent(Component.java:6270)
    at java.awt.Container.processEvent(Container.java:2229)
    at java.awt.Component.dispatchEventImpl(Component.java:4861)
    at java.awt.Container.dispatchEventImpl(Container.java:2287)
    at java.awt.Component.dispatchEvent(Component.java:4687)
    at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4832)
    at java.awt.LightweightDispatcher.processMouseEvent(Container.java:4492)
    at java.awt.LightweightDispatcher.dispatchEvent(Container.java:4422)
    at java.awt.Container.dispatchEventImpl(Container.java:2273)
    at java.awt.Window.dispatchEventImpl(Window.java:2719)
    at java.awt.Component.dispatchEvent(Component.java:4687)
    at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:729)
    at $200 (EventQueue.java:103) java.awt.EventQueue.access
    in java.awt.EventQueue$ 3.run(EventQueue.java:688)
    in java.awt.EventQueue$ 3.run(EventQueue.java:686)
    at java.security.AccessController.doPrivileged (Native Method)
    in java.security.ProtectionDomain$ 1.doIntersectionPrivilege(ProtectionDomain.java:76)
    in java.security.ProtectionDomain$ 1.doIntersectionPrivilege(ProtectionDomain.java:87)
    in java.awt.EventQueue$ 4.run(EventQueue.java:702)
    in java.awt.EventQueue$ 4.run(EventQueue.java:700)
    at java.security.AccessController.doPrivileged (Native Method)
    in java.security.ProtectionDomain$ 1.doIntersectionPrivilege(ProtectionDomain.java:76)
    at java.awt.EventQueue.dispatchEvent(EventQueue.java:699)
    at oracle.javatools.internal.ui.EventQueueWrapper._dispatchEvent(EventQueueWrapper.java:169)
    at oracle.javatools.internal.ui.EventQueueWrapper.dispatchEvent(EventQueueWrapper.java:151)
    at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:242)
    at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:161)
    at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:150)
    at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:146)
    at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:138)
    at java.awt.EventDispatchThread.run(EventDispatchThread.java:91)


    Scan of oracle.javatools.buffer.JdkReadWriteLockImplementation$ DeadlockScanner June 11, 2015 11:21:35
    SEVERE: Famine (possible deadlock) detected:
    Oracle JDeveloper 12.1.3.0.0 1008 (JDEVADF_12.1.3.0.0_GENERIC_140521.1008.S)
    1.7.0_17 - Java Oracle Corporation b02
    469 MB of free space of 4260 MB

    -------------------------------------------------------------------------------
    -Thread Dump
    -------------------------------------------------------------------------------


    "AWT-EventQueue-0" id = WAITING 16 on java.util.concurrent.locks.ReentrantReadWriteLock$NonfairSync@50695263
    at sun.misc.Unsafe.park (Native Method)
    -waiting on java.util.concurrent.locks.ReentrantReadWriteLock$NonfairSync@50695263
    at java.util.concurrent.locks.LockSupport.park(LockSupport.java:186)
    at java.util.concurrent.locks.AbstractQueuedSynchronizer.parkAndCheckInterrupt(AbstractQueuedSynchronizer.java:834)
    at java.util.concurrent.locks.AbstractQueuedSynchronizer.acquireQueued(AbstractQueuedSynchronizer.java:867)
    at java.util.concurrent.locks.AbstractQueuedSynchronizer.acquire(AbstractQueuedSynchronizer.java:1197)
    to java.util.concurrent.locks.ReentrantReadWriteLock$ WriteLock.lock (ReentrantReadWriteLock.java:945)
    at oracle.javatools.buffer.JdkReadWriteLockImplementation.lock(JdkReadWriteLockImplementation.java:202)
    at oracle.javatools.buffer.JdkReadWriteLockImplementation.writeLock(JdkReadWriteLockImplementation.java:110)
    at oracle.javatools.buffer.ReadWriteLock.writeLock(ReadWriteLock.java:329)
    at oracle.javatools.buffer.AbstractTextBuffer.writeLock(AbstractTextBuffer.java:1081)
    at oracle.javatools.buffer.TextBufferDecorator.writeLock(TextBufferDecorator.java:327)
    at oracle.bali.xml.dom.buffer.BufferDomModel.acquireWriteLockDirectly(BufferDomModel.java:288)
    at oracle.bali.xml.dom.impl.DomModelImpl._acquireWriteLock(DomModelImpl.java:1721)
    at oracle.bali.xml.dom.impl.DomModelImpl.acquireWriteLock(DomModelImpl.java:503)
    at oracle.bali.xml.model.XmlModel.__acquireWriteLock(XmlModel.java:2577)
    at oracle.bali.xml.model.XmlContext.deliverSetupEventToHooksAddedAfterCreation(XmlContext.java:1358)
    at oracle.bali.xml.gui.jdev.JDevXmlContext.deliverSetupEventToHooksAddedAfterCreation(JDevXmlContext.java:841)
    at oracle.bali.xml.model.XmlContext.__onLockRequest(XmlContext.java:1804)
    at oracle.bali.xml.model.XmlModel.acquireReadLock(XmlModel.java:2040)
    at oracle.mds.internal.dt.mdx.MDXAnnotationModel.getAnnotationProvider(MDXAnnotationModel.java:519)
    at oracle.mds.internal.dt.mdx.MDXAnnotationModel.getAnnotationProvider(MDXAnnotationModel.java:240)
    at oracle.bali.xml.model.XmlMetadataResolver._getAnnotationLayoutFile(XmlMetadataResolver.java:6060)
    at oracle.bali.xml.model.XmlMetadataResolver.getBundleNameForLayoutFile(XmlMetadataResolver.java:1260)
    at oracle.bali.xml.gui.jdev.inspector.XmlFormLayoutFactory._parsePropertyFormLayout(XmlFormLayoutFactory.java:180)
    at oracle.bali.xml.gui.jdev.inspector.XmlFormLayoutFactory._getPropertyFormLayout(XmlFormLayoutFactory.java:157)
    at oracle.bali.xml.gui.jdev.inspector.XmlFormLayoutFactory.createPropertyFormLayout(XmlFormLayoutFactory.java:67)
    at oracle.ide.inspector.layout.PropertyFormLayoutFactory.getPropertyFormLayout(PropertyFormLayoutFactory.java:63)
    at oracle.ide.inspector.PropertyInspector.layoutFor(PropertyInspector.java:652)
    at oracle.ide.inspector.PropertyInspector.updateModelAndFindLayout(PropertyInspector.java:499)
    at oracle.ide.inspector.PropertyInspector.updatePropertyModel(PropertyInspector.java:424)
    at oracle.ide.inspector.PropertyInspector.setPropertyModel(PropertyInspector.java:371)
    at oracle.ideimpl.inspector.InspectorWindowImpl.setModelInNewPropertyInspector(InspectorWindowImpl.java:1434)
    at oracle.ideimpl.inspector.InspectorWindowImpl.refresh(InspectorWindowImpl.java:1272)
    -locking oracle.ideimpl.inspector.InspectorWindowImpl@46b2341c
    to oracle.ideimpl.inspector.InspectorWindowImpl$ 1.actionPerformed(InspectorWindowImpl.java:266)
    at javax.swing.Timer.fireActionPerformed(Timer.java:312)
    to javax.swing.Timer$ DoPostEvent.run (Timer.java:244)
    at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:251)
    at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:727)
    at $200 (EventQueue.java:103) java.awt.EventQueue.access
    in java.awt.EventQueue$ 3.run(EventQueue.java:688)
    in java.awt.EventQueue$ 3.run(EventQueue.java:686)
    at java.security.AccessController.doPrivileged (Native Method)
    in java.security.ProtectionDomain$ 1.doIntersectionPrivilege(ProtectionDomain.java:76)
    at java.awt.EventQueue.dispatchEvent(EventQueue.java:697)
    at oracle.javatools.internal.ui.EventQueueWrapper._dispatchEvent(EventQueueWrapper.java:169)
    at oracle.javatools.internal.ui.EventQueueWrapper.dispatchEvent(EventQueueWrapper.java:151)
    at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:242)
    at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:161)
    at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:150)
    at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:146)
    at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:138)
    at java.awt.EventDispatchThread.run(EventDispatchThread.java:91)


    In addition to that suggests Timo, you can check the post I created just for this reason:

    https://community.Oracle.com/message/13117288

  • Create association and viewLink does not properly

    Hi all

    I use JDeveloper 12.1.3 and everything's fine, but now when I want to add more tables business component, the entityObjects and the Viewobjects is generated correctly but without associations and the viewLinks

    I can manually create associations and the viewLinks but I have 100 table.

    I hope that you can guide me to the solution

    Thanks in advance

    Hello

    It will be difficult. In my experience (I hope I'm wrong) the only time where I see associations created automatically when you follow the instructions in the wizard and include each table involved in the Association. If you first create departments view. And the start of the wizard again, this time create employees of BC, then you will not get the assoc / viewLinks.

    Another thing I noticed is that if you right click on EO-> synchronize with the database after adding a foreign key in the comic book, JDeveloper creates actually associations for you, but not the link of the display.

    I hope that someone knows better and give you an appropriate solution.

  • JDeveloper starts does not after MAF 2.1 update

    Hello

    12.1.3 JDeveloper / MAF 2.1 / Windows 7 Prof 64 bit / JDK 1.7

    I just updated the MAF from JDeveloper extension (Help - Check for Updates).

    I had earlier version 2.0 of the MAF and it worked very well.

    After this 2.1 update, I was not able to start the JDeveloper. The update succeeded.

    It gives me error when I try to open up JDeveloper below.

    I also tried to remove the "system12.1.3.0.41.140521.1008" folder, but it is still not start.

    I've seen other posts in this forum but some developers could start JDeveloper after the update.

    Can you get it someone please let me know if there is a way to solve this problem?

    Does JDK1.8? I still have my JDeveloper running on 1.7

    Error

    ------

    Warning - could not install some modules:

    Master + URL FileSystem - module named oracle.ide was needed and not found.

    Cache - module named oracle.ide extensions was needed and not found.

    Profiler Java (common) - none of the modules providing the org.netbeans.lib.profiler.common.Profiler capacity could be installed.

    JDeveloper/NetBeans bridge - module named oracle.ide was needed and not found.

    Actions - the module named oracle.ide bridge was needed and not found.

    Profiler Impl - module named oracle.ide.runner was needed and not found.

    Profiler Impl - module named oracle.ide was needed and not found.

    Profiler Impl - module named oracle.jdeveloper.runner was needed and not found.

    JDev projects via NB API - module named oracle.ide was needed and not found.

    GUI Builder to JDev - module named oracle.ide was needed and not found.

    3 additional modules could not be installed because of the above problems.

    Thanks for any help.

    Sameer

    Not exactly what goes wrong with your installation.

    In general JDeveloper 12.1.3 must be started with JDK 1.7

    You must also have 1.8 JDK on your machine, and the extension of the MAF will need to know its installed location.

    I suggest that you remove the system12.1.3 directory, and then re - install JDeveloper in a new location.

    When you install JDeveloper, if you use the installer of pot, make sure that start you with JDK 1.7.

    (Should be fine if install you using the exe file).

  • Drag and Drop development tool for OA Framework

    Hello! Are there Drag and Drop of the development tools for OAF for ebs R12? I know this has been asked before, but most of the positions have been since 2007 or 2009. Maybe there was a recent version of JDeveloper which supports Drag and Drop?

    Thank you!

    Hello

    According to my understanding.

    Drag and Drop the features not available in Office Tools framework Jdeveloper.

    You need to declaratively or programmatically implementation.

    Thank you

    Dilip

  • JDeveloper necessarily connection issue

    When you try to connect, or to create the connection to Perforce 11.1.1.7.1 I am unable to have the system auto populate the client using JDeveloper Studio fall down and if I manually enter the information I am presented with the following error:

    Test the connection...

    Necessarily the server does not recognize the client

    Connection test failed.

    I use the Perforce Extension of support for Perforce version 11.1.1.7.40.65.57.5 Version. The Perforce version I use is P4D 2010.2


    Everyone knows about this problem?

    I was just able to understand the problem. When you create the connection it creates an xml file in the folder o.jdeveloper.perforce with login information and this file has not been created. I opened the application with a high count, and the connection has been established. I then copied the xml file in the folder in my normal account and it worked. Problem has been resolved.

  • Empty database schema field JDeveloper 12.1.3 create an entity dialog object

    Hi all

    I use JDeveloper 12.1.3:

    Oracle JDeveloper 12 c 12.1.3.0.0

    Studio Edition Version 12.1.3.0.0

    Build JDEVADF_12.1.3.0.0_GENERIC_140521.1008.S

    The IDE version: 12.1.3.0.41.140521.1008

    Product ID: oracle.jdeveloper

    Product version: 12.1.3.0.41.140521.1008

    Version of the component

    ========= =======

    Oracle IDE 12.1.3.0.41.140521.1008

    Java (TM) Platform 1.7.0_51

    Support versioning 12.1.3.0.41.140521.1008

    And I fell on the bug where when trying to create a new schema of database object entity come white as if he had no defined data source:

    Create Entity.gif

    I checked against JDeveloper 12.1.2 and everything seems to work fine. I get the list of all available in the database schemas. Has anyone came across this bug?

    Oracle JDeveloper 12 c 12.1.2.0.0

    Studio Edition Version 12.1.2.0.0

    Build JDEVADF_12.1.2.0.0_GENERIC_130608.2330.6668

    The IDE version: 12.1.2.0.40.66.68

    Product ID: oracle.jdeveloper

    Product version: 12.1.2.0.40.66.68

    Version of the component

    ========= =======

    Oracle IDE 12.1.2.0.40.66.68

    Java (TM) Platform 1.7.0_15

    Create Entity(12.1.2).jpg

    Thank you

    Vladimir

    Apparently, this behavior has changed. There is nothing in the notes of publication on this subject.

    I guess the way it worked in 12.1.2 was wrong as you shouldn't have access to objects without property rights.

    Timo

Maybe you are looking for

  • How can I block e-mail from specific senders?

    I'm tired of searching on a large number of emails in my spam folder. A large part of the enamel comes from the sender even. How can I block e-mail from specific senders?

  • Firefox for android 20.0 after update cannot locate the exit button. Help, please.

    No tab out to Firefox android 20.0 after update previous version it will output tab. Help, please.

  • Y40 - 70, off when disconnected.

    Hello everyone. I bought a computer from Lenovo y40-70 in early January and so far I really liked it. But just the other day, I started having some strange problems that I am frankly at a loss to solve. It has progressed in several stages, and I'm a

  • PXI-6608 fairer frequency measurement

    The attached VI measures the frequency of a known Hz 24,575,000 signal. When measured with a meter of frequency of 3 GHz Agilent 53181 A-010, that measure 24,575,999.4 Hzsignal. When the same signal is measured with the PXI-6608 meter, this signal is

  • clear history graphic waveform dynamic data 1 d are used

    I'm new to Labview and uses a waveform graph.  To clear what I need to provide a table empty.  I did it with scalars entered, but in this case, the entrance to the chart is a table 1 d of dynamic data beam. I can't understand how create a table empty