OUI-10091 error, while upgrading from 10.2.0.1 to 10.2.0.2

Hi,
While upgrading from from 10.2.0.1 to 10.2.0.2, im prompted with OUI-10091 error,
i tried to find out in google...but couldn't(incomplete answers)
Help me on how to proceed and install the ptach.
Regards,
- Sri

I guess troubled u lot.. but this what the README says:
Note:
If you attempt to install this patch set in an Oracle home directory that does not contain an Oracle Database 10g release 10.2.0.1 or 10.2.0.2 installation, Oracle Universal Installer displays a warning dialog with the following error:
OUI-10091: There are no patches that need to be applied from the patch set Oracle Database 10g Release 2 Patch Set 2
10.2.0.3
The Oracle Universal Installer does not allow the installation to proceed. Click OK, then click Cancel to end the installation.
Log on as a member of the Administrators group to the computer on which you are going to install Oracle components. If you are installing on a Primary Domain Controller or a Backup Domain Controller, log on as a member of the Domain Administrators group.
Start Oracle Universal Installer located in the unzipped area of the patch set. For example, Oracle_patch\setup.exe.
On the Welcome screen, click Next.
In the Specify Home Details Screen, select the name of the Oracle home that you want to update, or select the Path that you want to update from the list, then click Next
If you are installing the patch set on an Oracle RAC cluster, click Next when the Selected Nodes screen appears.
Regards,
- Sri

Similar Messages

  • Unicode error while upgrading from 4.6 to ECC 6.0

    Dear All,
    I am getting unicode errror while upgrading from 4.6 to ECC 6.0, when iam trying to open downloaded file in excel.
    In debugging, error occurs while executing statment "CALL METHOD OF obj_ex_sheet " in the code given below:
    FORM open_downloaded_file_in_excel            *
    FORM open_downloaded_file_in_excel.
      DATA:
        lv_ole_books       TYPE ole2_object,
        lv_ole_sheets      TYPE ole2_object,
        lv_subrc           LIKE sy-subrc,
        lv_title(70)       TYPE c,
        lv_text1(70)       TYPE c,
        lv_text2(70)       TYPE c.
    start excel
      CREATE OBJECT obj_ex_sheet      'EXCEL.SHEET'.
      IF sy-subrc NE 0.
        lv_subrc = sy-subrc.
        FREE OBJECT obj_ex_sheet.
        PERFORM error_handling_ms_excel USING lv_subrc.
      ENDIF.
      CALL METHOD OF obj_ex_sheet     'Application' = obj_ex_app.
      IF sy-subrc NE 0.
        lv_subrc = sy-subrc.
        FREE OBJECT obj_ex_app.
        FREE OBJECT obj_ex_sheet.
        PERFORM error_handling_ms_excel USING lv_subrc.
      ENDIF.
      SET PROPERTY OF obj_ex_app 'Visible' = 1.
    open data file: main file
      CALL METHOD OF obj_ex_app        'Workbooks'  = lv_ole_books.
      CALL METHOD OF lv_ole_books      'Open'       = obj_ex_wbook
        EXPORTING #1  = gv_filename
                  #2  = 2
                  #3  = 0
                  #4  = 1
                  #5  = 0
                  #6  = 0
                  #7  = 1.
      IF sy-subrc NE 0.
        lv_subrc = sy-subrc.
        FREE OBJECT obj_ex_wbook.
        FREE OBJECT obj_ex_app.
        FREE OBJECT obj_ex_sheet.
        PERFORM error_handling_ms_excel USING lv_subrc.
      ENDIF.
      FREE OBJECT lv_ole_books.
      CALL METHOD OF obj_ex_wbook      'Worksheets' = lv_ole_sheets.
      CALL METHOD OF lv_ole_sheets     'Item'       = obj_ex_wsheet
        EXPORTING #1 = 1.
      FREE OBJECT lv_ole_sheets.
      GET PROPERTY OF obj_ex_wsheet    'UsedRange'  = obj_ex_usedrange.
      CALL METHOD  OF obj_ex_usedrange 'AutoFormat'
        EXPORTING #1 = 18.
      SET PROPERTY OF obj_ex_wsheet    'Name'       = sy-tcode.
      FREE OBJECT obj_ex_usedrange.
      PERFORM free_ole_objects.
      CALL FUNCTION 'FLUSH'
           EXCEPTIONS
                OTHERS = 0.
    ENDFORM.                              
    regards,
    Divya

    hi,
    In the OPEN DATASET STATEMENT ADD THE ENCODING ADDITION IN TEXT MODE.
    Regards,
    Balakumar.G
    Reward Points if helpful.

  • OIM DB error while upgrading from OIM-R1 to OIM-R2

    Hi All,
    When we were trying to upgrade a environment from OIM 11g R1 (11.1.1.5) to 11g R2 PS1 (11.1.2.1), and while upgrading the OIM schemas ( Section 6.3.8 in the document http://docs.oracle.com/cd/E27559_01/doc.1112/e28183/oim_up.htm#BABFHBFD) the OIM schema upgrade was failing and in the logs we were seeing the error mentioned below.
    Let us know if  anyone has worked/faced this issue while upgrading the OIM to R2.
    CREATE OR REPLACE VIEW ADMIN_ROLE_MEMBERSHIP_VW
    AS (
    SELECT arm_org.*,
            ac.ACT_NAME,
            ac.PARENT_KEY,
            ac.ACT_CUST_TYPE
       FROM (
             SELECT arm.MEMBERSHIP_ID,
    arm.ROLE_ID,
    arm.USER_ID,
    arm.SCOPE_ID as ROOT_KEY,
    arm.INCLUDE_HIERARCHY,
    arm.SCOPE_ID,
    'UN-EXPANDED' as HIERARCHY_DETAILS
               FROM ADMIN_ROLE_MEMBERSHIP arm
             UNION ALL -- much better, and current table structure and query will always ensure unique values
             SELECT arm.MEMBERSHIP_ID,
    arm.ROLE_ID,
    arm.USER_ID,
    oh.PARENT_ACT_KEY as ROOT_KEY,
    arm.INCLUDE_HIERARCHY,
    oh.CHILD_ACT_KEY as SCOPE_ID,
    'EXPANDED' as HIERARCHY_DETAILS
               FROM ADMIN_ROLE_MEMBERSHIP arm, ORG_HIERARCHY oh
              WHERE arm.SCOPE_ID=oh.PARENT_ACT_KEY
                AND arm.INCLUDE_HIERARCHY=1
              ) arm_org,
            ACT ac
      WHERE ac.ACT_KEY = arm_org.SCOPE_ID)
    [2013-09-11T18:28:25.119-07:00] [OIM] [INCIDENT_ERROR] [UPGCMP-00924] [upgrade.OIM.OIM1] [tid: 13] [ecid: 0000K4FlzhH3n3N6yJaeMG1ICHRX000004,0] SQL error [{0}]
    [2013-09-11T18:28:25.120-07:00] [OIM] [INCIDENT_ERROR] [] [upgrade.OIM.OIM1] [tid: 13] [ecid: 0000K4FlzhH3n3N6yJaeMG1ICHRX000004,0] Cause: JDBC error while executing query
    [2013-09-11T18:28:25.120-07:00] [OIM] [INCIDENT_ERROR] [] [upgrade.OIM.OIM1] [tid: 13] [ecid: 0000K4FlzhH3n3N6yJaeMG1ICHRX000004,0] Action: Make sure DB is reachable and configured properly
    [2013-09-11T18:28:25.120-07:00] [OIM] [INCIDENT_ERROR] [] [upgrade.OIM.OIM1] [tid: 13] [ecid: 0000K4FlzhH3n3N6yJaeMG1ICHRX000004,0] [[
    java.sql.SQLSyntaxErrorException: ORA-00942: table or view does not exist
            at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:462)
            at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:405)
            at oracle.jdbc.driver.T4C8Oall.processError(T4C8Oall.java:931)
            at oracle.jdbc.driver.T4CTTIfun.receive(T4CTTIfun.java:481)
            at oracle.jdbc.driver.T4CTTIfun.doRPC(T4CTTIfun.java:205)
            at oracle.jdbc.driver.T4C8Oall.doOALL(T4C8Oall.java:548)
            at oracle.jdbc.driver.T4CStatement.doOall8(T4CStatement.java:202)
            at oracle.jdbc.driver.T4CStatement.executeForRows(T4CStatement.java:1110)
            at oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java:1488)
            at oracle.jdbc.driver.OracleStatement.executeUpdateInternal(OracleStatement.java:2147)
            at oracle.jdbc.driver.OracleStatement.executeUpdate(OracleStatement.java:2091)
            at oracle.jdbc.driver.OracleStatementWrapper.executeUpdate(OracleStatementWrapper.java:320)
            at oracle.iam.update.plugin.oim.SchemaUpgrader.loadScript(SchemaUpgrader.java:245)
            at oracle.iam.update.plugin.oim.SchemaUpgrader.loadStoredProcedures(SchemaUpgrader.java:190)
            at oracle.iam.update.plugin.oim.SchemaUpgrader.doUpgrade(SchemaUpgrader.java:108)
            at oracle.iam.update.plugin.oim.OIMSchemaUpgradePlugin.upgrade(OIMSchemaUpgradePlugin.java:292)
            at oracle.ias.update.plugin.Plugin.upgrade(Plugin.java:358)
            at oracle.ias.update.plan.PlanStep.upgrade(PlanStep.java:292)
            at oracle.ias.update.UpgradeDriver.doUpgrades(UpgradeDriver.java:465)
            at oracle.ias.update.gui.UAUpgradeThread.run(UAUpgradeThread.java:41)

    Hi,
    The correct upgrade path is: 11.1.1.5.0 -> 11.1.2.0 -> 11.1.2.1

  • Deployment error while upgrading from WLS6.1 to WLS9.1

    We are upgrading from Weblogic 6.1 to Weblogic 9.1.
    We are facing with two issues while upgrading.
    1. We are having a start up servlet and that servlet uses Database appender and uses log4j. This class is inside a jar file and this jar is part of the ear file.
    The admin server starts but with the following error.
    log4j:ERROR Could not create an Appender. Reported error follows.
    java.lang.ClassNotFoundException: com.tuiuk.greenfield.foundation.logging.log4j.Dat
    abaseAppender
    at weblogic.utils.classloaders.GenericClassLoader.findLocalClass(GenericCla
    ssLoader.java:222)
    at weblogic.utils.classloaders.GenericClassLoader.findClass(GenericClassLoa
    der.java:195)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:251)
    at weblogic.utils.classloaders.GenericClassLoader.loadClass(GenericClassLoa
    der.java:130)
    at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:319)
    at java.lang.Class.forName0(Native Method)
    at java.lang.Class.forName(Class.java:164)
    at org.apache.log4j.helpers.Loader.loadClass(Loader.java:160)
    at org.apache.log4j.xml.DOMConfigurator.parseAppender(DOMConfigurator.java:
    164)
    at org.apache.log4j.xml.DOMConfigurator.findAppenderByName(DOMConfigurator.
    java:140)
    at org.apache.log4j.xml.DOMConfigurator.findAppenderByReference(DOMConfigur
    ator.java:153)
    at org.apache.log4j.xml.DOMConfigurator.parseChildrenOfLoggerElement(DOMCon
    figurator.java:415)
    at org.apache.log4j.xml.DOMConfigurator.parseRoot(DOMConfigurator.java:384)
    at org.apache.log4j.xml.DOMConfigurator.parse(DOMConfigurator.java:783)
    at org.apache.log4j.xml.DOMConfigurator.doConfigure(DOMConfigurator.java:66
    6)
    at org.apache.log4j.xml.DOMConfigurator.doConfigure(DOMConfigurator.java:61
    6)
    at org.apache.log4j.xml.DOMConfigurator.doConfigure(DOMConfigurator.java:60
    2)
    at org.apache.log4j.helpers.OptionConverter.selectAndConfigure(OptionConver
    ter.java:460)
    at org.apache.log4j.LogManager.<clinit>(LogManager.java:113)
    at org.apache.log4j.Category.getInstance(Category.java:514)
    at org.apache.commons.logging.impl.Log4JCategoryLog.<init>(Log4JCategoryLog
    .java:104)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorA
    ccessorImpl.java:39)
    at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingCons
    tructorAccessorImpl.java:27)
    at java.lang.reflect.Constructor.newInstance(Constructor.java:494)
    at org.apache.commons.logging.impl.LogFactoryImpl.newInstance(LogFactoryImp
    l.java:525)
    at org.apache.commons.logging.impl.LogFactoryImpl.getInstance(LogFactoryImp
    l.java:272)
    at org.apache.commons.logging.impl.LogFactoryImpl.getInstance(LogFactoryImp
    l.java:246)
    at org.apache.commons.logging.LogFactory.getLog(LogFactory.java:395)
    at com.bea.console.preferences.spi.FilePreferencesProvider.<clinit>(FilePre
    ferencesProvider.java:53)
    at java.lang.Class.forName0(Native Method)
    at java.lang.Class.forName(Class.java:164)
    at com.bea.portlet.prefs.spi.ProviderFactory.createInstance(ProviderFactory
    .java:78)
    at com.bea.portlet.prefs.spi.ProviderFactory.setDefaultProviderClass(Provid
    erFactory.java:47)
    at com.bea.portlet.prefs.spi.IPreferenceStore$Factory.registerDefaultProvid
    er(IPreferenceStore.java:128)
    at com.bea.netuix.servlets.manager.SingleFileServlet.init(SingleFileServlet
    .java:113)
    at javax.servlet.GenericServlet.init(GenericServlet.java:256)
    at weblogic.servlet.AsyncInitServlet.initDelegate(AsyncInitServlet.java:94)
    at weblogic.servlet.internal.WebAppServletContext$AsyncInitRequest.run(WebA
    ppServletContext.java:1641)
    at weblogic.work.ServerWorkManagerImpl$WorkAdapterImpl.run(ServerWorkManage
    rImpl.java:518)
    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:207)
    at weblogic.work.ExecuteThread.run(ExecuteThread.java:179)
    log4j:ERROR Could not parse input source [org.xml.sax.InputSource@5d8e63].
    java.lang.NullPointerException
    at java.util.Hashtable.put(Hashtable.java:396)
    at org.apache.log4j.xml.DOMConfigurator.findAppenderByName(DOMConfigurator.
    java:141)
    at org.apache.log4j.xml.DOMConfigurator.findAppenderByReference(DOMConfigur
    ator.java:153)
    at org.apache.log4j.xml.DOMConfigurator.parseChildrenOfLoggerElement(DOMCon
    figurator.java:415)
    at org.apache.log4j.xml.DOMConfigurator.parseRoot(DOMConfigurator.java:384)
    at org.apache.log4j.xml.DOMConfigurator.parse(DOMConfigurator.java:783)
    at org.apache.log4j.xml.DOMConfigurator.doConfigure(DOMConfigurator.java:66
    6)
    at org.apache.log4j.xml.DOMConfigurator.doConfigure(DOMConfigurator.java:61
    6)
    at org.apache.log4j.xml.DOMConfigurator.doConfigure(DOMConfigurator.java:60
    2)
    at org.apache.log4j.helpers.OptionConverter.selectAndConfigure(OptionConver
    ter.java:460)
    at org.apache.log4j.LogManager.<clinit>(LogManager.java:113)
    at org.apache.log4j.Category.getInstance(Category.java:514)
    at org.apache.commons.logging.impl.Log4JCategoryLog.<init>(Log4JCategoryLog
    2. The second error is
    The managed server starts without any problem. Using the appication, we connect to 3rd party library to validate payment details. This 3rd party jar is also part of the ear file.
    Basically the ear contains all the ejb jars, 3rd party jars and war files.
    In this case we are getting the following error.
    com.tuiuk.greenfield.template.navigation.web.handler.GreenfieldExceptionHandler
    com.tuiuk.greenfield.foundation.exception.GreenfieldRuntimeException: Locating the PaymentManager Nested exception is:
         java.rmi.RemoteException: EJB Exception: ; nested exception is:
         java.lang.NoClassDefFoundError: com/datacash/logging/LogListener
    com.tuiuk.greenfield.foundation.exception.GreenfieldRuntimeException: Locating the PaymentManager Nested exception is:
         java.rmi.RemoteException: EJB Exception: ; nested exception is:
         java.lang.NoClassDefFoundError: com/datacash/logging/LogListener
    java.rmi.RemoteException: EJB Exception: ; nested exception is:
         java.lang.NoClassDefFoundError: com/datacash/logging/LogListener
         at weblogic.ejb.container.internal.EJBRuntimeUtils.throwRemoteException(EJBRuntimeUtils.java:95)
         at weblogic.ejb.container.internal.BaseEJBObject.handleSystemException(BaseEJBObject.java:713)
         at weblogic.ejb.container.internal.BaseEJBObject.handleSystemException(BaseEJBObject.java:681)
         at weblogic.ejb.container.internal.BaseEJBObject.postInvoke1(BaseEJBObject.java:447)
         at weblogic.ejb.container.internal.StatelessEJBObject.postInvoke1(StatelessEJBObject.java:72)
         at weblogic.ejb.container.internal.BaseEJBObject.postInvokeTxRetry(BaseEJBObject.java:374)
         at com.tuiuk.greenfield.service.payment.datacash.ejb.PaymentServiceEJB_hlf8l4_EOImpl.getCardType(PaymentServiceEJB_hlf8l4_EOImpl.java:288)
         at com.tuiuk.greenfield.template.orchestration.book.PaymentImpl.getCardType(PaymentImpl.java:190)
         at com.tuiuk.greenfield.template.orchestration.book.BookOrchestratorImpl.getCardType(BookOrchestratorImpl.java:2044)
         at com.tuiuk.greenfield.template.navigation.web.action.book.CheckPaymentCardAction.executeAction(CheckPaymentCardAction.java:109)
         at com.tuiuk.greenfield.template.extension.navigation.struts.action.BaseAction.execute(BaseAction.java:202)
         at org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:484)
         at com.tuiuk.greenfield.template.navigation.web.processor.book.BeachBookRequestProcessor.processActionPerform(BeachBookRequestProcessor.java:81)
         at org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:274)
         at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1482)
         at org.apache.struts.action.ActionServlet.doPost(ActionServlet.java:525)
         at com.tuiuk.greenfield.brand.th.navigation.action.THUserInterfaceFactory.doPost(THUserInterfaceFactory.java:105)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:763)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
         at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:225)
         at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:127)
         at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:272)
         at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:165)
         at weblogic.servlet.internal.RequestDispatcherImpl.invokeServlet(RequestDispatcherImpl.java:493)
         at weblogic.servlet.internal.RequestDispatcherImpl.forward(RequestDispatcherImpl.java:245)
         at org.apache.struts.action.RequestProcessor.doForward(RequestProcessor.java:1069)
         at org.apache.struts.action.RequestProcessor.processForwardConfig(RequestProcessor.java:455)
         at org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:279)
         at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1482)
         at org.apache.struts.action.ActionServlet.doPost(ActionServlet.java:525)
         at com.tuiuk.greenfield.brand.th.navigation.action.THUserInterfaceFactory.doPost(THUserInterfaceFactory.java:105)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:763)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
         at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:225)
         at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:127)
         at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:272)
         at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:165)
         at weblogic.servlet.internal.RequestDispatcherImpl.invokeServlet(RequestDispatcherImpl.java:493)
         at weblogic.servlet.internal.RequestDispatcherImpl.forward(RequestDispatcherImpl.java:245)
         at org.apache.struts.action.RequestProcessor.doForward(RequestProcessor.java:1069)
         at org.apache.struts.action.RequestProcessor.processForwardConfig(RequestProcessor.java:455)
         at org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:279)
         at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1482)
         at org.apache.struts.action.ActionServlet.doPost(ActionServlet.java:525)
         at com.tuiuk.greenfield.brand.th.navigation.action.THUserInterfaceFactory.doPost(THUserInterfaceFactory.java:105)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:763)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
         at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:225)
         at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:127)
         at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:272)
         at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:165)
         at weblogic.servlet.internal.RequestDispatcherImpl.invokeServlet(RequestDispatcherImpl.java:493)
         at weblogic.servlet.internal.RequestDispatcherImpl.forward(RequestDispatcherImpl.java:245)
         at org.apache.struts.action.RequestProcessor.doForward(RequestProcessor.java:1069)
         at org.apache.struts.action.RequestProcessor.processForwardConfig(RequestProcessor.java:455)
         at org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:279)
         at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1482)
         at org.apache.struts.action.ActionServlet.doPost(ActionServlet.java:525)
         at com.tuiuk.greenfield.brand.th.navigation.action.THUserInterfaceFactory.doPost(THUserInterfaceFactory.java:105)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:763)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
         at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:225)
         at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:127)
         at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:272)
         at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:165)
         at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3150)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
         at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121)
         at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:1973)
         at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:1880)
         at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1310)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:207)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:179)
    Caused by: java.lang.NoClassDefFoundError: com/datacash/logging/LogListener
         at com.tuiuk.greenfield.service.payment.datacash.ejb.PaymentManagerEJB.getPreAuthorisationFacade(PaymentManagerEJB.java:255)
         at com.tuiuk.greenfield.service.payment.datacash.ejb.PaymentManagerEJB.getCardType(PaymentManagerEJB.java:158)
         at com.tuiuk.greenfield.service.payment.datacash.ejb.PaymentServiceEJB_hlf8l4_EOImpl.getCardType(PaymentServiceEJB_hlf8l4_EOImpl.java:274)
         ... 66 more
    I have added explicitly this 3rd party jar in to the manifest file of the ejb jar that is looking for this jar.
    Can you please throw some light in to this.

    Hi Sebastiaan,
    which database version are you using?
    Anyway I would suggest that you get in contact with your DBA and he with Oracle Support.
    Based on the bug description this error has something to do with your database and DBMS_STATS (used to calculate statistics for your data) and not really with APEX itself.
    Oracle Support should be able to help you to find out which database patch you have to install.
    Regards
    Patrick
    My Blog: http://www.inside-oracle-apex.com
    APEX Plug-Ins: http://apex.oracle.com/plugins
    Twitter: http://www.twitter.com/patrickwolf

  • Depreciation Run Error while Upgrading from SAP 4.6C TO ECC6.0

    Hi
    We are upgrading from 4.6c to ECC 6.0.  In ECC 6.0 we need to make the Number Range Interval as "Internal" and Batch Session tick to be removed from the Depreciation Document Type. 
    While executing depreciation run, it got terminated and I have done the above changes.  After that I have restarted the Depreciation.  I have got the following error Message.
    Message(s) during check of document ERROR00001
    Message no. AAPO511
    S:/SAPDMC/LSMW_AUX_020:006 20
    Message no. /SAPDMC/LSMW_AUX_020006
    If any body aware solution, kindly reply to this message
    Thanks
    siva

    Check this useful links
    Key differences between SAP 4.6 - ECC 6.0
    http://sap.ittoolbox.com/groups/technical-functional/sap-hr/difference-sap-ecc60-with-sap-r3-3161113
    LE/WM functionality difference between 4.6c and ECC 6.0
    differences between SAP R/3 ECC 6 & SAP R/3 4.6C in Material management mod
    Upgrade from SAP R/3 4.6 C to ECC6.0 - To find obselete and new tcodes
    Upgrade from SAP R/3 4.6 C to ECC6.0 - To find obselete and new tcodes

  • Error while upgrading from 4.0 to 4.1

    Hello,
    I tried to upgrade from APEX 4.0.0.00.46 to APEX 4.1.
    It seems the installation went okay, but that the migration of the old applications to the new version went wrong. This is what I got:
    PL/SQL procedure successfully completed.
    -- Now beginning upgrade. This will take several minutes.-------
    -- Ensuring template names are unique -------
    -- Migrating metadata to new schema -------
    begin
    ERROR at line 1:
    ORA-20003: Specified bug number (5099019) does not exist
    ORA-06512: in "SYS.DBMS_STATS", regel 14837
    ORA-06512: in "SYS.DBMS_STATS", regel 15183
    ORA-06512: in "SYS.DBMS_STATS", regel 15261
    ORA-06512: in "SYS.DBMS_STATS", regel 15220
    ORA-06512: in "APEX_040100.WWV_FLOW_UPGRADE", regel 1731
    ORA-06512: in regel 4What I did was the following:
    I ran 'cmd' and navigated to the folder where I unpacked the installation files.
    Started SQL Plus and connected with SYS as SYSDBA.
    Ran @apexins SYSAUX SYSAUX TEMP /i/
    I can login to Oracle Application Express and it shows the new design and version number (4.1.0.00.32), but when I click Application Builder it shows me this error:
    Error during rendering of region "Applications".
    ORA-01400: cannot insert NULL into ("APEX_040100"."WWV_FLOW_WORKSHEET_RPTS"."ID")I tried to search on google and on this forum, but I couldn't find much help. So I hope someone here can help me or point me in the right direction.
    Kind regards, and thanks in advance,
    Sebastiaan
    PS. I'm a developer not a DBA, so I might miss something basic.

    Hi Sebastiaan,
    which database version are you using?
    Anyway I would suggest that you get in contact with your DBA and he with Oracle Support.
    Based on the bug description this error has something to do with your database and DBMS_STATS (used to calculate statistics for your data) and not really with APEX itself.
    Oracle Support should be able to help you to find out which database patch you have to install.
    Regards
    Patrick
    My Blog: http://www.inside-oracle-apex.com
    APEX Plug-Ins: http://apex.oracle.com/plugins
    Twitter: http://www.twitter.com/patrickwolf

  • Error while upgrading from APEX 3.0 to 3.1

    Hi,
    I was upgrading from 3.0 to 3.1 and it was going great but then it bombed out on Page 4736.
    Error page=4736 item="F4000_P4736_P" id="881158261"
              declare
              ERROR at line 1:
              ORA-06502: PL/SQL: numeric or value error
              ORA-06512: at "SYS.OWA_UTIL", line 354
              ORA-06512: at "SYS.HTP", line 7
              ORA-06512: at "FLOWS_030100.WWV_FLOW_API", line 4098
              ORA-01654: unable to extend index FLOWS_030100.WWV_FLOW_STEP_ITEM_HELP_IDX by 8
              in tablespace SYSTEM
              ORA-06512: at line 7
    Is this a known bug?

    No more room in the system tablespace, all database users (execpt sys and system) should be set to use a tablespace that isn't system or sysaux.
    XE is supposed to set default to USERS, if there's been quite a few table drops the cleaning up recyclebin could help, tt can be managed in the web GUI under utilities. Connect as system to see all deleted objects in the database, and also check that all the database users are set to default to the USERS tablespace not system ...
    select username, default_tablespace from dba_users -

  • Error while upgrading from 2008 to 2012r2

    I have a Windows 2008 server that i want to upgrade to 2012r2. When i run the setup i get an error message saying Windows 8.1 installation can only be started from windows 7.1 Windows 8 is not designed for xp or vista ??????
    When i boot from the DVD then i do get the 2012 installation, but not when upgrading from within windows 2008.
    Anyone have an idea what i can be ?
    ps. this error appears on all windows 2008 servers i have in my company.

    Hi,
    Please refer to the link below:
    Upgrade Options for Windows Server 2012 R2
    http://technet.microsoft.com/en-us/library/dn303416.aspx
    According to the article above, it seeme that supported to upgrade from windows server 2008 to windows server 2012 R2 directly. You need to upgrade it to windows 2008 R2 or Windows server 2012 firstly.
    More information:
    Update - Performing an in place upgrade of Server 2008 R2 to Server 2012 R2
    http://blogs.technet.com/b/chrisavis/archive/2013/10/02/update-performing-an-in-place-upgrade-of-server-2008-r2-to-server-2012-r2.aspx
    Best regards,
    Susie

  • Error while upgrading from 11.5.9 to 11.5.10.2

    Hi,
    am getting this error while running this
    ]$ ./txkprepatchcheck.pl -script=ValidateRollup
    -outfile=$APPLTMP/txkValidateRollup.html -appspass=apps
    Enter Applications Context file ? /u01/applmgr/cesappl/admin/CES_ceserp.xml
    Errors encountered running /u03/Patches/4489303/fnd/patch/115/bin/txkValidateRollup.pl
    *******FATAL ERROR*******
    PROGRAM : (./txkprepatchcheck.pl)
    TIME : Fri Jun 27 00:17:01 2008
    FUNCTION: TXK::RunScript::validateInputParameters [ Level 1 ]
    ERRORMSG: Invalid APPS database user credentials.
    Thanks
    BhanuChander

    Please review the following notes:
    Note: 400159.1 - Unable To Run Technology Stack Validation Report On Db Tier
    https://metalink.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=400159.1
    Note: 362042.1 - Technology Stack Validation Utility Error on the Database Tier: ERRORMSG: Invalid APPS database user credentials
    https://metalink.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=362042.1

  • Error while upgrading from WL8.6 to WL10.3

    Hi,
    I'm trying to upgrade WL 8.6 to WL 10.3. When i try to execute the Upgrade.sh, immediately i'm getting the following error
    "./upgrade.sh: /opt/app/bea/wls103/user_projects/upgrade_logs/domain_06222010_090215_1: cannot create"

    I tried the same (excecuting upgrade.sh) after adding the following in the setEnv.sh file in domain path,
    JAVA_OPTIONS="" after the following line:
    . ${WL_HOME}/common/bin/commEnv.sh
    I couldn't identify where it's going wrong, the following is the error that i'm getting.
    appldt1a=>. ./upgrade.sh /opt/app/oracle/crmdt1a/TEST/wls8_test
    ksh: /opt/app/bea/wls103/user_projects/upgrade_logs/domain_06302010_034720_1: cannot create
    Calling Wizard framework for upgrade: args2: [-mode=gui, -file=wcf/plugin_gui_wizard.xml, -log=/opt/app/bea/wls103/user_projects/upgrade_logs/domain_06302010_034720_1, -p:plugin:plugin.executionPlan.file=resources/wlw-exec-plan.xml, -p:plugin:I18N_PLUGIN=weblogic/upgrade/i18n_upgrade, -p:plugin:TARGET_VERSION=10.3.0.0]
    ERROR - Unable to create log file </opt/app/bea/wls103/user_projects/upgrade_logs/domain_06302010_034720_1>
    Jun 30, 2010 3:47:24 AM [THREAD: main] com.bea.plateng.wizard.WizardController <init>
    WARNING: Unable to instantiate GUI, defaulting to console mode.
    Unable to instantiate GUI, defaulting to console mode.
    Jun 30, 2010 3:47:25 AM [THREAD: WizardController] com.bea.plateng.wizard.WizardController run
    SEVERE: Uncaught Exception
    java.lang.ClassCastException: com.bea.plateng.wizard.plaf.basic.gui.BasicGUITaskPanel cannot be cast to com.bea.plateng.wizard.console.ConsolePanel
    at com.bea.plateng.wizard.WizardController.run(WizardController.java:570)
    at java.lang.Thread.run(Thread.java:619)
    A fatal error has occurred. This application will terminate.
    I've tried the below procedure after sometime,
    java weblogic.Upgrade -mode silent -type domain -out log_wl10.log
    For this i'm getting the below same error as i got earlier. As Ravi & you said it's because of the java version conflict, i've set the java home to jdk160_05; but still i'm getting the same exception. I've made it point to jdk160 in setEnv.sh (i don't have SetDomainEnv.sh in my domain [8.6]) & in start up script. Is there any other file where i need to point it to JDK160?
    Exception in thread "main" java.lang.NoClassDefFoundError: weblogic/Upgrade
    Edited by: Bhargav Kesavan on Jun 30, 2010 7:22 AM

  • Unicode error while upgrading from 4.7 to ECC 6.0

    Hello all,
    I am upgrading our SAP from 4.7 to ECC 6.0. while doing so we had folllowing error in the adjoinig statement of Search.
    Error : Table I_VBLS must have a character line type (data type C,N,D,T or string)
    Statement :
    W_TMP10 = I_VBLS-VBELN.
    SEARCH I_VBLS[] FOR W_TMP10 STARTING AT 1
    IF SY-SUBRC NE 0.
       EXIT.
    ENDIF.
    Now I tried to remove this error by putting a loop on internal table I_VBLS and inside it concatenating the header line with a Field symbol and after that to a string variable. Then I used SEARCH statement for the same string. but unfortunately this is changing the functionality of the program by large extent. Does anybody know the exact code snippet to replace search Internal Table
    Edited by: Aalhad Deshpande on Feb 23, 2009 3:18 PM
    Edited by: Aalhad Deshpande on Feb 23, 2009 3:19 PM

    Hi,
    Try to use this method.
    CALL METHOD CL_ABAP_CONTAINER_UTILITIES=>FILL_CONTAINER_C
    E:G :-
            WRITE crlf TO i_linea-linea2.
    In this case also their are not mutually convertable. try to use this method and let me know
            CALL METHOD CL_ABAP_CONTAINER_UTILITIES=>FILL_CONTAINER_C
              EXPORTING
                IM_VALUE               = crlf
              IMPORTING
                EX_CONTAINER           = i_linea-linea2
              EXCEPTIONS
                ILLEGAL_PARAMETER_TYPE = 1
                others                 = 2.
    Regards,
    Sathish

  • Error while upgrading from 10.1.3.1.0 to 10.1.3.4.0

    Hi,
    Im trying to upgrade soa suite 10.1.3.1.0 to 10.1.3.4 The base installation for 10.1.3.1.0 works fine..
    As per the instructions, this is what i did for upgrading..
    connected to orabpel as msql system/manager@jdbc:polite:orabpel
    ran bpel/scripts/upgrade_10131_10134_olite.sql
    connected to oraesb as msql system/any@jdbc:polite:oraesb
    ran esb/scripts/upgrade_10133_10134_olite.sql
    both ran successfully
    Then the instruction says "restart the instances"
    Which instance does this mean? oracle Lite DB instance or OPMN managed services instances?
    i tried stopall and then startall
    This is the error i get,
    opmnctl.exe startall
    opmnctl: starting opmn and all managed processes...
    ================================================================================
    opmn id=vishnupriya:6200
    0 of 1 processes started.
    ias-instance id=appserver.vishnupriya
    ias-component/process-type/process-set:
    default_group/home/default_group/
    Error
    --> Process (index=1,uid=589431637,pid=2560)
    time out while waiting for a managed process to start
    Log:
    D:\product\10.1.3.1\OracleAS_1\opmn\logs\\default_group~home~default_group~1
    .log
    I have tried this 2-3 times and everytime i get the same error..
    Can somebody help
    Thanks,
    Vishnupriya

    Thanks James.. Thsi is the error i get when i do a startall after running the scripts..
    08/12/03 14:31:23 log4j:WARN No appenders could be found for logger (wsif).
    08/12/03 14:31:23 log4j:WARN Please initialize the log4j system properly.
    <2008-12-03 14:31:56,796> <INFO> <collaxa> <ServerManager::__init>
    Oracle BPEL Server version 10.1.3.1.0
    Build: 0
    Build time: Mon Oct 09 08:44:49 PDT 2006
    Build type: release
    Source tag: PCBPEL_10.1.3.1.0_GENERIC_061009.0802
    <2008-12-03 14:31:57,640> <INFO> <collaxa> <ServerDescriptorManager::create> Detected server descriptor version '2.0.2'
    <2008-12-03 14:31:57,968> <INFO> <collaxa> <BaseJDKAdaptor::initAdaptor>
    JVM properties
    Java version: 1.5.0_06, Sun Microsystems Inc.
    Java Home: D:\product\10.1.3.1\OracleAS_1\jdk\jre
    Java VM: Java HotSpot(TM) Server VM 1.5.0_06-b05, Sun Microsystems Inc.
    OS-System: Windows 2000 5.0, x86
    <2008-12-03 14:31:58,062> <INFO> <collaxa> <ConnectionFactoryImpl::init> Initialized connection factory jdbc/BPELServerDataSourceWorkflow
    <2008-12-03 14:31:58,062> <INFO> <collaxa> <ConnectionFactoryImpl::init> Initialized connection factory jdbc/BPELServerDataSource
    <2008-12-03 14:31:58,796> <INFO> <collaxa> <ServerManager::__init> Detected datasource 'olite'
    08/12/03 14:31:58 ORABPEL-03003
    Incorrect db schema version.
    The database schema version "10.1.3.4.0" from the database does not match the version "2.0.4" expected by the server.
    The database schema currently in place has probably been configured for a previous release; please re-install the database schema and try to start the server again.
    08/12/03 14:31:58      at com.collaxa.cube.engine.adaptors.util.BaseSchemaManager.getSchemaVersion(BaseSchemaManager.java:90)
    08/12/03 14:31:58      at com.collaxa.cube.engine.adaptors.util.DataSourceSchemaUtils$1.validateCompatibility(DataSourceSchemaUtils.java:72)
    08/12/03 14:31:58      at com.collaxa.cube.engine.adaptors.util.DataSourceSchemaUtils.validateServerSchemaVersion(DataSourceSchemaUtils.java:136)
    08/12/03 14:31:58      at com.collaxa.cube.admin.adaptors.ServerAdaptorManager.init(ServerAdaptorManager.java:126)
    08/12/03 14:31:58      at com.collaxa.cube.admin.ServerManager.__init(ServerManager.java:202)
    08/12/03 14:31:58      at com.collaxa.cube.admin.ServerManager.init(ServerManager.java:110)
    <2008-12-03 14:32:03,859> <INFO> <collaxa> <ServerManager::uninit> Shutting down all domains
    <2008-12-03 14:32:03,859> <INFO> <collaxa> <ServerManager::uninit> Done shutting down all domains
    Thanks,
    Vishnupriya

  • Error while upgrading from 11i to R12 and while applying patch u4440000.drv

    Error :
    There are now 55242 jobs remaining (current phase=A78):
        0 running, 1 ready to run and 55241 waiting.
    Assigned: file adobjcmp.sql on worker  1 for product ad  username APPLSYS.
       FAILED: file adobjcmp.sql on worker  1 for product ad  username APPLSYS.
    Deferred: file adobjcmp.sql on worker  1 for product ad  username APPLSYS.               (Deferment number 1 for this job)
    Assigned: file adobjcmp.sql on worker  1 for product ad  username APPLSYS.
       FAILED: file adobjcmp.sql on worker  1 for product ad  username APPLSYS.
    ATTENTION: All workers either have failed or are waiting:
               FAILED: file adobjcmp.sql on worker  1.
    In worker log file
    STATUS_MESSAGE
    Running UTL_RECOMP.RECOMP_PARALLEL...
    declare
    ERROR at line 1:
    ORA-03113: end-of-file on communication channel
    ERROR:
    ORA-03114: not connected to ORACLE
    SP2-0359: memory exhausted
    Time when worker failed: Mon Oct 21 2013 09:07:10
    And in the Alert log file
    Errors in file /u01/ora/visdb/10.2.0/admin/VIS_linux105/udump/vis_ora_28457.trc:
    ORA-07445: exception encountered: core dump [qcpiqbk()+1113] [SIGSEGV] [Address not mapped to object] [0x4] [] []
    But the database is in open stage only.
    SQL> select status from v$instance;
    STATUS
    OPEN
    And when i compile invalids manaully. it is saying that
    ERROR:
    ORA-03114: not connected to ORACLE

    Hi,
    Running UTL_RECOMP.RECOMP_PARALLEL...
    declare
    ERROR at line 1:
    ORA-03113: end-of-file on communication channel
    Please refer:
    "ORA-3113: end-of-file on communication channel" Error When Compiling invalid Objects Using Adadmin (Doc ID 1277719.1)
    ORA-03113, ORA-03114, ORA-01041 While Running "adadmin", "adpatch" or "adutlrcmp.sql" (Doc ID 1125213.1)
    As Hussein suggest, please log an SR for such internal errors, and the lookup note pointed out by Hussein should probably give a note with solutions.
    Thanks &
    Best Regards,

  • Error while upgrading from 8.82 to SAP 9.0 PL6

    Hello Expert,
        I want to upgrade my one of database from SAP 8.82 PL6 to SAP 9.0 PL 6.
       But when upgrading it give me error.
       For error plz find attachment.
       I checked the doc num and series but no one series or doc numbering are overlapping to each other.
       Plz give me sol as early as possible.
    Regards,
    Sandy

    Hi,
    Please refer SAP note and you have raise to ticket to SAP support.
    1359765 - Compliance check of document number in upgrade wizard precheck
    Thanks & Regards,
    Nagarajan

  • Errors while upgrading from 9i to 11gR1 during catuprd.sql

    Hi,
    I am very new into the world of databases and am learning it the hard way. Testing all sorts of work on my home PC. I am in the process of upgrading my Win 32 9.2.0.8 to 11gR1 and am at the stage of running catupgrd.sql. The SQL ran for hours and completed. However, when i go to the second step as per Oracle upgrade guide- that is running utl111s.sql, i get the following errors.
    ERROR at line 1:
    ORA-04045: errors during recompilation/revalidation of SYS.DBMS_REGISTRY_SYS
    ORA-04098: trigger 'SYS.CDC_ALTER_CTABLE_BEFORE' is invalid and failed
    re-validation
    ORA-06508: PL/SQL: could not find program unit being called:
    "SYS.DBMS_REGISTRY_SYS"
    ORA-06512: at "SYS.DBMS_REGISTRY", line 1797
    ORA-06512: at line 110
    ORA-04045: errors during recompilation/revalidation of SYS.DBA_OBJECTS
    ORA-04098: trigger 'SYS.CDC_ALTER_CTABLE_BEFORE' is invalid and failed
    re-validation
    The log file for catupgrd shows several instances of the following errors
    ORA-29537: class or resource cannot be created or dropped directly
    ORA-06512: at "SYS.INITJVMAUX", line 32
    ORA-06512: at line 37
    Oracle Database Java Packages
    . ORA-20000: JServer has not been correctly loaded into the database.
    . ORA-06512: at line 3
    ERROR at line 1:
    ORA-20000: JServer has not been correctly loaded into the database.
    ORA-06512: at line 3
    I tried running utlrp.sql to compile all invalid objects but, that too gave the trigger error mentioned above. I had fixed all the warnings pointed out by the pre-upgrade script.
    I also tried disabling the trigger and running utlrp.sql, but it was of no use.
    Any pointers in this regard will be welcome.
    Thanks,
    Jithin

    Srini, This is a play instance, and I have VM snapshots as well as backups of the database at various stages of the upgrade process.
    I tried to load JAVA manually into the db by following Metalink Note 457279.1. I ran the full_rmjvm.sql and it errored out in the catnojav.sql saying "ORA-20000: JServer is not operational in the database; JServer is required to remove CATJAVA from the database."
    So, looks like I'm trying to remove JVM with no JServer operational .
    My Catupgrd.sql log said two things that I now noticed
    JServer JAVA Virtual Machine
    . ORA-29537: class or resource cannot be created or dropped directly
    . ORA-06512: at "SYS.INITJVMAUX", line 32
    . ORA-06512: at line 37
    . UPGRADING 9.2.0.8.0 00:16:38
    and
    Oracle Database Java Packages
    . ORA-20000: JServer has not been correctly loaded into the database.
    . ORA-06512: at line 3
    . LOADING 9.2.0.8.0 00:00:11
    All the other components are shown to have version 11.1.0.6.0
    So I guess the error is in 9i itself? JAVA, or one of its needed components, was not installed correctly in the 9i database. I have the VM snapshots so I could go back in time a bit and do some R&D. What do you suggest?
    PS: I spend 9-6 at office tuning the SQL and then 8-2 at home fixing this upgarde. It has sure go me hooked. I even let go the IPL for this. Hoping to wrap up the upgrade by sunday.
    Thanks,
    Jithin

Maybe you are looking for

  • What values are stored in the alignment region of an image and how can they be set?

    I am calling a number of C++ functions with different variable sized LabView images at rates in excess of 20 images per second. I need to tell the C++ code developer what values to expect in the alignment region of the image. Right now I am creating

  • Find characters in a string....

    Hello, I have trouble writing the syntax for checking if some characters are part of a string. I want this to function: Return true (or the characters in question), otherwise null or false. For example: check if '1Y' is part of 'NOKLIB 1Y' (true in t

  • Executing Oracle DB Procedure from JACL Script

    May I know if JACL DBAdmin class has method to call stored procedures? I am able to call prepareCall() method from my jacl, however when I call preparecall() method by passing the procedure name as argument it is giving me below error may I know usag

  • Set text in Visual JSF textfield from javascript

    HI, I want to pass a variable from a javascript to put into a visual jsf textfield that is connected to a Bean variable like this: <webuijsf:textField id="myLat" style="left: 96px; top: 336px; position: absolute" text="#{CreateNewPage.latitude}"/> I

  • Photos Turning Black in 3.01

    Well this is new (for me). I just imported a bunch of RAW files into Aperture 3.01 from my Rebel xsi, which I've done without issue a few times before. During import everything looks fine – the photos are visibly loading into a new project – but then