Windows 7 Professional: Oracle 11 GR 2 Client install: java.lang.NullPointerException

I try to install the Oracle 11 g 2 client on a system of windows 7 Professional (x 32) with 4 GB of ram and a lot of disk space.  (The user is a member of the local Administrators security group)

I double click on the installer and a window opens saying: I spent the control of depth of color and that its creation of files in the path\Temp\OraInstallDateTime

A few seconds and then a pop up with the message of java.

The log file in the directory mentioned in the reports of the file extension Setup window, there is no other entries.

Can someone point me to a solution?

Thank you!

Vince

Hi Vince,.

There are some versions of the Oracle software that are not compatible with Windows 7. Click here to check.
 
Also download and install the patches published by Oracle.
 
See the link below.
 
ADF Oracle JDeveloper and Oracle 11 g Release 1 Patch Set 2 (11.1.1.3.0) new features and Bug fixes
http://www.Oracle.com/technology/products/jdev/collateral/papers/11/newfeatures/index.html
 
You may need to contact the Oracle support if patches do not work.
 

Aziz Nadeem - Microsoft Support

Tags: Windows

Similar Questions

  • FDMEE cannot open windows file download, java.lang.nullpointerexception.

    Hello

    When I try to download the data through FDMEE, it has always failed. Once I open just the ' download data rule ' window, it will show an error message "java.lang.NullPointerException".» From time to time, this error message appears when I open any window of download file.

    I check the settings on weblogic, Configurator EPM, but so far there's nothing find. On the same workspace, I can use with success of planning of Hyperion HFM, DRM, etc. to download or manage the pop - up.

    FDMEE version: 11.1.2.3

    HFM version: 11.1.2.3

    OS: windows Server2008 r2 SP1 x 64

    [2014 03-06 T 17: 26:22.237 + 08:00]

    [EPMServer0] [WARNING]

    [] [oracle.adf.controller.faces.lifecycle.Utils] [tid: 11]

    [username: < anonymous >] [ecid: 00iKcBn5fseFw00Fzzw0w00000yS000051, 0:1:3]

    [APP: AIF #11.1.2.0] [URI: / work/login area]

    [SRC_CLASS: oracle.adf.controller.faces.lifecycle.Utils]

    [SRC_METHOD: buildFacesMessage]

    ADF: Adding the following JSF error message: [] java.lang.NullPointerException

    java.lang.NullPointerException

    The wonder is that anyone has ever faced the same problem?

    Thank you very much!

    Olivia

    Hello, Olivia,.

    Can you please check if you set the root directory of the application under system settings?

    Thank you

    Bala

  • Cannot convert oracle.jbo.domain.DBSequence to class java.lang.Integer

    Hello

    I have the following problem with my ADF application developed in JDeveloper 12.1.3:

    In my model, there are two entities MeterEO and MeterTypeEO with the following attributes:

    MeterEO

    TenantIdBigDecimalTENANT_IDNUMBER
    MeterCodeStringMETER_CODEVARCHAR2 (48)
    TypeIntegerTYPENUMBER

    MeterTypeEO

    IDDBSequenceIDNUMBER
    Name of the vendorStringNAME OF THE VENDORVARCHAR2 (32)
    TypeStringTYPEVARCHAR2 (16)

    Type of MeterEO reference Id in MeterTypeEO.

    Appropriate VO of the meter uses a MeterTypeVO LOV to create a list containing the provider and Type as well as the user's selection.

    In the ModelTester, everything works well when I try to change a counter, select a new type and validate my changes to the database.

    A JSFF, it looks quite different. Selection is made by SelectOneChoice with the LOV list containing the provider and Type. Of the LOV the appropriate values are selected for the (integer) to the meter, then the user gets a readable text instead a few cryptic. But when I change the value by selecting a new choice I always got the error ' Can' oracle.jbo.domain.DBSequence to class java.lang.Integer.

    Why it works without problems in the Modeltester but not on the page?

    Screenshot 2015-08-31 12.48.55.pngScreenshot 2015-08-31 12.49.09.png

    Please see the attached screenshots to make it clearer what I mean.

    Any hint is appreciated,

    Björn

    I solved my problem now in view objects. Maybe someone who has the same problem and is interested in the solution:

    In MeterTypeVO - which is the source for the LOV - I added a new transitional field called IntId of type Integer that refers to the field Id of type DbSequence by Expression. DbSequence is automatically converted at length which can be also automatically converted in full.

    At the counter, I changed the key of the LOV to IntId instead of code.

    It works like charm.

  • error java.lang.NullPointerException at oracle.jbo.server.DBTransactionImpl.reconnectApplicationModule(DBTransactionImpl.java:5692)

    Hello

    Version is Jdev 12.1.3

    (Integrated Weblogic Server)

    Use case is

    A unlimited workflow (UBT) with a page that has 2 buttons for call navigation 2 taskFlows bounded: (BTA, BTB)

    BTA-behavior (no transaction controller-part)

    BTB - behavior (always start new transaction - isolation)

    The two taskflows point to the same view in the same (e.g. employees) Datacontrol object

    So, I first go to BT2 and then I go back to the UBT page based on commit or rollback and after I pressed the button to navigate to BT1

    I get this error message

    java.lang.NullPointerException

    at oracle.jbo.server.DBTransactionImpl.reconnectApplicationModule(DBTransactionImpl.java:5692)

    at oracle.jbo.server.ApplicationPoolMessageHandler.doPoolReconnect(ApplicationPoolMessageHandler.java:651)

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

    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.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.adf.model.bc4j.DCJboDataControl.initializeApplicationModule(DCJboDataControl.java:637)

    at oracle.adf.model.bc4j.DCJboDataControl.getApplicationModule(DCJboDataControl.java:1010)

    at oracle.adf.model.binding.DCBindingContainer.findDataControl(DCBindingContainer.java:1675)

    at oracle.adf.model.binding.DCIteratorBinding.initDataControl(DCIteratorBinding.java:2598)

    at oracle.adf.model.binding.DCIteratorBinding.getDataControl(DCIteratorBinding.java:2533)

    at oracle.adf.model.binding.DCIteratorBinding.getCheckedDataControl(DCIteratorBinding.java:2627)

    at oracle.adf.model.binding.DCIteratorBinding.executeQueryIfNeeded(DCIteratorBinding.java:2275)

    at oracle.adf.model.binding.DCBindingContainer.internalRefreshControl(DCBindingContainer.java:3286)

    at oracle.adf.model.binding.DCBindingContainer.refresh(DCBindingContainer.java:2915)

    at oracle.adf.controller.v2.lifecycle.PageLifecycleImpl.prepareModel(PageLifecycleImpl.java:113)

    at oracle.adf.controller.faces.lifecycle.FacesPageLifecycle.prepareModel(FacesPageLifecycle.java:421)

    to oracle.adf.controller.v2.lifecycle.Lifecycle$ 2.execute(Lifecycle.java:149)

    at oracle.adfinternal.controller.lifecycle.LifecycleImpl.executePhase(LifecycleImpl.java:197)

    at oracle.adfinternal.controller.faces.lifecycle.ADFPhaseListener.startPageLifecycle(ADFPhaseListener.java:204)

    to oracle.adfinternal.controller.faces.lifecycle.ADFPhaseListener$ 1.after(ADFPhaseListener.java:370)

    at oracle.adfinternal.controller.faces.lifecycle.ADFPhaseListener.afterPhase(ADFPhaseListener.java:89)

    at oracle.adfinternal.controller.faces.lifecycle.ADFLifecyclePhaseListener.afterPhase(ADFLifecyclePhaseListener.java:53)

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

    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.controller > < Utils > < buildFacesMessage > < ADF: addition of the following JSF error: java.lang.NullPointerException >

    java.lang.NullPointerException

    at oracle.jbo.server.DBTransactionImpl.reconnectApplicationModule(DBTransactionImpl.java:5692)

    at oracle.jbo.server.ApplicationPoolMessageHandler.doPoolReconnect(ApplicationPoolMessageHandler.java:651)

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

    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.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.adf.model.bc4j.DCJboDataControl.initializeApplicationModule(DCJboDataControl.java:637)

    at oracle.adf.model.bc4j.DCJboDataControl.getApplicationModule(DCJboDataControl.java:1010)

    at oracle.adf.model.binding.DCBindingContainer.findDataControl(DCBindingContainer.java:1675)

    at oracle.adf.model.binding.DCIteratorBinding.initDataControl(DCIteratorBinding.java:2598)

    at oracle.adf.model.binding.DCIteratorBinding.getDataControl(DCIteratorBinding.java:2533)

    at oracle.adf.model.binding.DCIteratorBinding.getCheckedDataControl(DCIteratorBinding.java:2627)

    at oracle.adf.model.binding.DCIteratorBinding.executeQueryIfNeeded(DCIteratorBinding.java:2275)

    at oracle.adf.model.binding.DCBindingContainer.internalRefreshControl(DCBindingContainer.java:3286)

    at oracle.adf.model.binding.DCBindingContainer.refresh(DCBindingContainer.java:2915)

    at oracle.adf.controller.v2.lifecycle.PageLifecycleImpl.prepareModel(PageLifecycleImpl.java:113)

    at oracle.adf.controller.faces.lifecycle.FacesPageLifecycle.prepareModel(FacesPageLifecycle.java:421)

    to oracle.adf.controller.v2.lifecycle.Lifecycle$ 2.execute(Lifecycle.java:149)

    at oracle.adfinternal.controller.lifecycle.LifecycleImpl.executePhase(LifecycleImpl.java:197)

    at oracle.adfinternal.controller.faces.lifecycle.ADFPhaseListener.startPageLifecycle(ADFPhaseListener.java:204)

    to oracle.adfinternal.controller.faces.lifecycle.ADFPhaseListener$ 1.after(ADFPhaseListener.java:370)

    at oracle.adfinternal.controller.faces.lifecycle.ADFPhaseListener.afterPhase(ADFPhaseListener.java:89)

    at oracle.adfinternal.controller.faces.lifecycle.ADFLifecyclePhaseListener.afterPhase(ADFLifecyclePhaseListener.java:53)

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

    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)

    < org.apache.myfaces.trinidad.component.UIXComponentBase > < UIXComponentBase > < getClientId > < INVALID_CALL_TO_GETCLIENTID >

    < oracle.adf.controller > < Utils > < buildFacesMessage > < ADF: addition of the following JSF error: java.lang.NullPointerException >

    java.lang.NullPointerException

    at oracle.jbo.server.DBTransactionImpl.reconnectApplicationModule(DBTransactionImpl.java:5692)

    at oracle.jbo.server.ApplicationPoolMessageHandler.doPoolReconnect(ApplicationPoolMessageHandler.java:651)

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

    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.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.adf.model.bc4j.DCJboDataControl.initializeApplicationModule(DCJboDataControl.java:637)

    at oracle.adf.model.bc4j.DCJboDataControl.getApplicationModule(DCJboDataControl.java:1010)

    at oracle.adf.model.binding.DCBindingContainer.findDataControl(DCBindingContainer.java:1675)

    at oracle.adf.model.binding.DCIteratorBinding.initDataControl(DCIteratorBinding.java:2598)

    at oracle.adf.model.binding.DCIteratorBinding.getDataControl(DCIteratorBinding.java:2533)

    at oracle.adf.model.binding.DCIteratorBinding.getCheckedDataControl(DCIteratorBinding.java:2627)

    at oracle.adf.model.binding.DCIteratorBinding.executeQueryIfNeeded(DCIteratorBinding.java:2275)

    at oracle.adf.model.binding.DCBindingContainer.internalRefreshControl(DCBindingContainer.java:3286)

    at oracle.adf.model.binding.DCBindingContainer.refresh(DCBindingContainer.java:2915)

    at oracle.adf.controller.v2.lifecycle.PageLifecycleImpl.prepareModel(PageLifecycleImpl.java:113)

    at oracle.adf.controller.faces.lifecycle.FacesPageLifecycle.prepareModel(FacesPageLifecycle.java:421)

    to oracle.adf.controller.v2.lifecycle.Lifecycle$ 2.execute(Lifecycle.java:149)

    at oracle.adfinternal.controller.lifecycle.LifecycleImpl.executePhase(LifecycleImpl.java:197)

    at oracle.adfinternal.controller.faces.lifecycle.ADFPhaseListener.startPageLifecycle(ADFPhaseListener.java:204)

    to oracle.adfinternal.controller.faces.lifecycle.ADFPhaseListener$ 1.after(ADFPhaseListener.java:370)

    at oracle.adfinternal.controller.faces.lifecycle.ADFPhaseListener.afterPhase(ADFPhaseListener.java:89)

    at oracle.adfinternal.controller.faces.lifecycle.ADFLifecyclePhaseListener.afterPhase(ADFLifecyclePhaseListener.java:53)

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

    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)

    Well, you need to remove commit / rollback of these activities (you have already the buttons commit / rollback on your page)

    Dario

  • Caching returns a java.lang.NullPointerException when used with the saml token client strategy

    Hi all

    Not sure if anyone has faced this problem earlier.

    I work with Oracle Service Bus, creating a SOAP Service. I use GOSA policies with my services to businesses (oracle/wss10_saml_token_with_Message_integrity_client_policy).

    Problem: I want to use caching when you call the services in the background as the change from rarely to answer. When I use the service, it works perfectly well for the first time, but the next time that it returns just a

    -Error message:

    null

    java.lang.NullPointerException

    at com.bea.wli.sb.security.wss.WssHandlerImpl.doOutboundResponse(WssHandlerImpl.java:1057)

    at com.bea.wli.sb.context.BindingLayerImpl.addResponse(BindingLayerImpl.java:736)

    to com.bea.wli.sb.pipeline.PipelineContextImpl$ SynchronousListener.onReceiveResponse (PipelineContextImpl.java:1456)

    at com.bea.wli.sb.pipeline.resultcache.ServiceResultCachingCallback.run(ServiceResultCachingCallback.java:50)

    at weblogic.work.ContextWrap.run(ContextWrap.java:41)

    Truncated. check the log file full stacktrace

    >

    I can't change the policy as my communication brake from the backend. Please let me know if there is anyway I can prevent that or is this a bug with Oracle services.

    Thank you guys. Found the "16165934" Patch for this problem.

  • R12.2 on Oracle Linux 6.5 (VM): Exception in thread "Thread-64" java.lang.NullPointerException

    Hello

    Try to install R12.2 a diagram of 4 nodes (servers, 2 database - RAC - oracle_home shared, 2 application - appl_top shared servers).

    OS on all servers: Oracle Linux 6.5, kernel 2.6.39 - 400.212.1.el6uek.x86_64 on all nodes.

    The database installation went well. Further installation on the 1st application node. Configuration loaded successfully from the database, checking the system started but rapidwiz freezes with ' Exception in thread "Thread-64" java.lang.NullPointerException ".

    [oracle@erpappldev01 ~] $ vncserver

    New office of "erpappldev01.gunet.gr:1" (oracle) is erpappldev01.gunet.gr:1

    Startup applications specified in /home/oracle/.vnc/xstartup

    Log file is /home/oracle/.vnc/erpappldev01.gunet.gr:1.log

    [oracle@erpappldev01 ~] $ export DISPLAY =: 1

    [oracle@erpappldev01 ~] $ /inst/inst/r12.2.2/startCD/Disk1/rapidwiz/rapidwiz

    Installation Wizard fast is to validate your file system...

    CMDDIR=/inst/inst/R12.2.2/startCD/Disk1/rapidwiz

    Quick Installation Wizard will now launch the Java Interface...

    [oracle@erpappldev01 ~] $

    Exception in thread "Thread-64" java.lang.NullPointerException

    at oracle.apps.ad.rapidwiz.util.CheckerClass.checkMountSpace(CheckerClass.java:2322)

    at oracle.apps.ad.rapidwiz.util.CheckerClass.checkFileSpace(CheckerClass.java:1844)

    at oracle.apps.ad.rapidwiz.util.CheckerClass.doPreChecks(CheckerClass.java:310)

    at oracle.apps.ad.rapidwiz.util.CheckRunner.run(CheckRunner.java:91)

    at java.lang.Thread.run (unknown Source)

    I have all the necessary packages installed on OEL and followed instructions of the following documents:

    Oracle eBusiness Suite Installation and upgrade of exit 12 (12.2) Notes for Linux x 86-64 (Doc ID 1330701.1()

    Controls and problems installation EBS R12.2 on RAC Cluster using a fast installation (Doc ID 1595139.1()

    using Oracle 11 g Release 2 Real Application Clusters and automatic management of the storage with Oracle E-Business Suite version 12.2 (Doc ID 1453213.1()

    Share Application-level file system in Oracle E-Business Suite version 12.2 (Doc ID 1375769.1()

    I look for metalink and community "Thread-64" but no relative results found!

    Can someone please help?

    Thank you

    Babis

    Problem is solved as part of the SR.

    Thank you all for your help

    Solution in the doc 1624652.1 knowledge base

    Kind regards

    Babis

  • Error: java.lang.NullPointerException oracle.apps.xdo.oa.util.DataTemplate.

    Hello world


    I get the error when you submit the Xml code below report request

    OPE data engine Version No.: 5.6.3
    Resp: 21635
    Org ID: 204
    Request ID: 5878206
    All parameters: P_ORGANIZATION_ID = 7907:P_DELIVERY_DATE_LOW =: P_DELIVERY_DATE_HIGH =: = P_FREIGHT_CODE: P_DELIVERY_ID =: = P_TRIP_ID: P_DELIVERY_LEG_ID = 4497:P_ITEM_DISPLAY = D:P_ITEM_FLEX_CODE = MSTK:DebugFlag = N
    Data model code: CUST_WSH
    Data model Application Short Name: WSH
    Indicator of debug: N
    {P_DELIVERY_DATE_HIGH =, P_ORGANIZATION_ID = 7907, P_TRIP_ID =, P_FREIGHT_CODE =, P_DELIVERY_DATE_LOW =, P_ITEM_FLEX_CODE = MSTK, P_ITEM_DISPLAY = D, P_DELIVERY_LEG_ID = 4497, P_DELIVERY_ID =}
    Calls the engine data OPE...
    java.lang.NullPointerException
    at oracle.apps.xdo.oa.util.DataTemplate.getDataTemplate(DataTemplate.java:379)
    to oracle.apps.xdo.oa.util.DataTemplate. < init > (DataTemplate.java:226)
    at oracle.apps.xdo.oa.cp.JCP4XDODataEngine.runProgram(JCP4XDODataEngine.java:283)
    at oracle.apps.fnd.cp.request.Run.main(Run.java:157)

    ---------------------------------------------------------------------------
    Beginning of the FND_FILE log messages
    ---------------------------------------------------------------------------
    ---------------------------------------------------------------------------
    End of the FND_FILE log messages
    ---------------------------------------------------------------------------

    ---------------------------------------------------------------------------
    Options, AutoComplete, the request for enforcement.

    Size of the output file:
    0


    End of query options AutoComplete.


    Please help me

    Kind regards
    Pavan

    The problem is solved... The problem is miss match the DataDefinition name short name and simultaneous program...

  • I am running a windows 7 Professional 64 Bit OS. I installed Firefox 19. What versioin of Java I down load?

    I need to have Java on my PC so that I can use a browser to connect to Remote Automation I design.

    My PC runs Windows 7 Professional 64 Bit OS. Should which version of Java I download. Firefox tells me I need a Java plugin, but none are available?

    Note that Firefox needs a 32-bit version of Java.

    See the Platform Java > Java SE 7U17 (download JRE)

  • When I buy Windows 7 Professional, how many computers can I install it on?

    How many computers can I put Windows 7 Professional?

    It is NOT the Forums of Windows 7.

    I gave you the link for your Windows 7 questions it.

    .

    A single license is a single Installation for Windows 7 Professional.

    The "special offer" is only for Windows 7 Home Premium Upgrade.

    http://store.Microsoft.com/Microsoft/Windows-Windows-7/category/102

    Windows 7 price at the link above.

    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

    http://store.Microsoft.com/Microsoft/Windows-7-Home-Premium-Upgrade-Family-Pack/product/87DFFF11

    3 for 1 offer.

    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

    For any question on Windows 7:

    http://social.answers.Microsoft.com/forums/en-us/category/Windows7

    Link above is Windows 7 forum for questions on windows 7.

    Windows 7 questions should be directed to the it.

    See you soon.

    Mick Murphy - Microsoft partner

  • Oracle Database 10 g Client install question, firewall blocking java.exe

    Hello

    I am developing an installation in silent mode for the Oracle 10 g Client database and found that near the end of the installation (whether or not so quiet) the Windows Firewall prompts me to block or allow javaw.exe. The javaw.exe is under my file folder in a path of single folder every time I run it, because one of the files includes the date and time in the name of the folder. If I use OUI.exe to start installation then java.exe (not javaw.exe) is the program that Windows Firewall tries to block.

    I tried to include wildcard characters in the registry values that govern the exceptions in Windows Firewall, but it seems that wildcards are not allowed. Since the full path to java/javaw is necessary, I'm stumped on how to this script effectively.

    What I noticed though is that if you do not answer the quick Security Center block/unblock maintaining the install goes and seems to end normally.

    So my question is twofold:

    1. is it important for the Setup program if Windows Firewall will block java or java?
    2 has anyone found their enterprise environment use WF in this way and has had this problem, and if yes what have you?

    Thank you

    So my question is twofold:

    1. is it important for the Setup program if Windows Firewall will block java or java?

    It does not matter. This seems to be an irritation.

    2 has anyone found their enterprise environment use WF in this way and has had this problem, and if yes what have you?

    Constantly. For now I ignore it, but I'd like to find a permanent solution.

  • I just bought windows 7 Professional and when I try to install it, it gives me an error saying not enough disk space message, I 100gigs of space?

    I just bought the downloadable version of windows professional 7 student one, and when I go to install it, it says that the installation program could not use the system partition existing because it does not contain the required free space. I have a 120 gig hd and 100 of it is free.

    Hello

    I suggest you what to see you first runs Windows upgrade advisor if your PC is ready for Windows 7. It scans your PC for potential issues with your hardware, devices, installed programs and recommends what to do before upgrade you.

    http://Windows.Microsoft.com/en-us/Windows/downloads/Upgrade-Advisor

    For more information, see this link:

    http://Windows.Microsoft.com/en-us/Windows7/installing-and-reinstalling-Windows-7

    It will be useful.

  • oracle.apps.fnd.framework.OAException: java.lang.NullPointerException

    The reclassification of 12.1.3 to 12.2.4

    Here's the scenario,

    12.1.3, click on the CANCEL button-> we sailed to the new page where to choose the YES button to confirm the changes-> then SUBMIT

    12.2.4, click on the CANCEL button-> a dialog box will appear on the same page with YES or NO button, when you click any button-> error takes place.


    Activities:

    -Tried to trace event during the click on CANCEL, its null button (means CANCEL button event is not fire)


    Link below has error message and CO behind this page

    https://drive.Google.com/open?ID=0B14MpEwe-UDpfkdLUGJiTTFzOVJWbjBRbjI4VFFWaXBmWkl0WW9pNlIzakF3U0dMbXV0NUE & AuthUser = 0

    Please advice.

    Dear AJ,

    Problem solved, we handled error in the try-catch block

    Attached is the labour code (see line 248)

    https://drive.Google.com/open?ID=0B14MpEwe-UDpflRkUkJmWHIyV3pnYy1TYldDNEg3bUxMVEU0UHF0NWp3Z3RNZTlJVjNLQnM&AuthUser=0

    I do not find the option 'use advance editor' to transfer files. This feature is specific to users.

  • Windows XP Professional drivers missing / error installation

    * Original title: windows XP Professional dirvers

    I just clean installed XP on my Elitebook 8530w windows after I got it running to swap HDD.

    now I'm back to the point where I need to reinstall the drivers again, but are not the same as those previously working to work more.

    If I can get the Ethernet controller or the wireless controller works, I'm sure I can get is still automatically update

    but I tried several drivers for both now and seem to be no case.

    Under "network adapters" in the Device Manager, I have a yellow! Next to:

    Intel(r) WiFi Link 5300 AGN

    any thoughts?

    UPDATE:

    SVC 2 & 3 Pack seems to have corrected the problem of wireless network card driver. It will not display the networks in the area, however.

    2ND UPDATE:

    There was a wireless "sensor button" at the top of the laptop, it was orange, when I hit, it became blue indicating the wireless is now enabled. This fixed the problem of the internet... now to see if I can get the rest of the drivers loaded to the top.

  • How can I upgrade my pc to Windows XP Home Edition to Windows XP Professional?

    ..... Will it take to get rid of XP Home Edition or can I install right to it? What are the steps needed to 'move' from XP Home, XP Professional?

    Since the retail upgrade from versions of Windows XP Professional are no longer available, you will need to purchase a copy of Microsoft Windows XP Professional - OEM and perform a Clean install Windows XP. Carey Frisch

  • When I reinstalled windows xp media Center 2005, I get a prompt to insert the disc of windows xp professional service pack 2 CD, I don't have it, what should I do then?

    When I reinstalled windows xp media Center 2005, I invited to insert the disc of windows xp professional service pack 2 CD, I'm not available, what do I do next? If I canceled it, I know that windows installed yet to complete the work. But I'll soon get error and windows do not work properly.

    I am frustrated with Microsoft Corp., why didn't they make things easier for users to enjoy. I noticed all the announced sounds so pleasant during installation.  Everything suddenly it asks for windows professional service pack 2 CD.  where I go to get this information from?

    Can someone help me right now, I am desperately wanted to complete this work. I left my computer hang for hours and hours. waiting for windows xp professional CD disk to copy and install.

    Thanks for your response.

    Luke

    See this link from a previous thread for advice and information.

    http://answers.Microsoft.com/en-us/Windows/Forum/windows_xp-windows_install/is-there-a-way-i-can-still-get-SP2-and-SP3-for/9b917f32-4353-4B7E-BC54-348470f7ff31

Maybe you are looking for

  • Deleting files from Mac IOS products

    If I delete a file, video, picture etc of my Apple devices it will automatically remove I-cloud.  I have problems of space with I-Cloud.  Also, how can I say what is in my file I have Cloud.

  • Why can't I find an add-on to open a new tab in my homepage on Firefox 5?

    I was able to open a new tab in my homepage (Google in my case) in all other versions of Firefox. I'm a loyal user, but it's frustrating. I can't locate an add-on for this feature. Is there something there?

  • Satellite C850-B820 - I am looking for the motherboard

    HI, I have laptop computer c850 b820 and I would like to know the name of the motherboard and thank you

  • How to use a meter to build a Logic Analyzer?

    Hi guys, I heard that we can use a counter as a logic analyzer based on an input signal and its clock frequency. Anyone know how this works? I'm reading a series of signals, that I have no knowledge except that there is a clock, reset and one line of

  • Double list appointments on nursery hot sync

    For some reason, my hot sync hangs up on the Agenda because it is listed twice and therefore allows to synchronize the first and stuck on the second and I have to finish with the Task Manager and unplug the Centro to break out of a loop is in.  It co