Opatch issue while applying the patch 6400501

upgrading the database with R12.0.6 for database from 10g to 11g.
as per pre-requisites we have to apply the iAS patch 6400501 According to the doc id 1058763.1
we are applying the 10.1.0.5 version of patch 6400501 to the 10.1.2 Oracle Home
This inventory is not containing the information for this oracle home
the environment is set to the ORACLE_HOME correctly.
We are getting the following error
$ opatch lsinventory
Oracle Interim Patch Installer version 1.0.0.0.57
Copyright (c) 2007 Oracle Corporation. All Rights Reserved..
We recommend you refer to the OPatch documentation under
OPatch/docs for usage reference. We also recommend using
the latest OPatch version. For the latest OPatch version
and other support related issues, please refer to document
293369.1 which is viewable from metalink.oracle.com
Oracle Home : /applprod/apps/tech_st/10.1.2
Oracle Home Inventory : /applprod/apps/tech_st/10.1.2/inventory
Central Inventory : /home/oraprod/oraInventory
from : /etc/oraInst.loc
OUI location : /applprod/apps/tech_st/10.1.2/oui
OUI shared library : /applprod/apps/tech_st/10.1.2/oui/lib/ibm_aix/liboraInstaller.so
Java location : /applprod/apps/tech_st/10.1.2/jre/1.4.2/bin/java
Log file location : /applprod/apps/tech_st/10.1.2/.patch_storage/<patch ID>/*.log
Creating log file "/applprod/apps/tech_st/10.1.2/.patch_storage/LsInventory__04-27-2011_12-06-13.log"
Result:
LsInventory: OPatch Exception while accessing O2O
OPATCH_JAVA_ERROR : An exception of type "OPatchException" has occurred:
OPatch Exception:
OUI found no such ORACLE_HOME set in the environment
Can not get details for given Oracle Home
An exception occurs
null
There is no Interim Patch
OPATCH_JAVA_ERROR : An exception of type "OPatchException" has occurred:
Can not get a list of inventory on this home.
ERROR: OPatch failed because of Inventory problem.
$
Regards
Kk

after running this command i got the error
opatch lsinventory -invPtrLoc $ORACLE_HOME/oraInst.loc
i got the error
$ opatch lsinventory -invPtrLoc $ORACLE_HOME/oraInst.loc
Oracle Interim Patch Installer version 1.0.0.0.57
Copyright (c) 2007 Oracle Corporation. All Rights Reserved..
We recommend you refer to the OPatch documentation under
OPatch/docs for usage reference. We also recommend using
the latest OPatch version. For the latest OPatch version
and other support related issues, please refer to document
293369.1 which is viewable from metalink.oracle.com
Oracle Home : /applprod/apps/tech_st/10.1.2
Oracle Home Inventory : /applprod/apps/tech_st/10.1.2/inventory
Central Inventory : /home/oraprod/oraInventory
from : /applprod/apps/tech_st/10.1.2/oraInst.loc
OUI location : /applprod/apps/tech_st/10.1.2/oui
OUI shared library : /applprod/apps/tech_st/10.1.2/oui/lib/ibm_aix/liboraInstaller.so
Java location : /applprod/apps/tech_st/10.1.2/jre/1.4.2/bin/java
Log file location : /applprod/apps/tech_st/10.1.2/.patch_storage/<patch ID>/*.log
Creating log file "/applprod/apps/tech_st/10.1.2/.patch_storage/LsInventory__04-27-2011_16-04-46.log"
Result:
LsInventory: OPatch Exception while accessing O2O
OPATCH_JAVA_ERROR : An exception of type "OPatchException" has occurred:
OPatch Exception:
OUI found no such ORACLE_HOME set in the environment
Can not get details for given Oracle Home
An exception occurs
null
There is no Interim Patch
OPATCH_JAVA_ERROR : An exception of type "OPatchException" has occurred:
Can not get a list of inventory on this home.
ERROR: OPatch failed because of Inventory problem.

Similar Messages

  • Opatch error while applying Windows patch 6 (9.2.0.8.0) on EBS 11i Database

    Hi,
    I am upgrading our EBS 11i database (9.2.0.5.0) to 9.2.0.8.0 by following note : 216550.1 (Interoperability Notes Oracle Applications Release 11i with Oracle9i Release 2 (9.2.0)).
    I have installed Opatch 2617419 and then installed 6880880 (p6880880_101000_WINNT.zip) (OUI patch).
    While applying Windows patch 6 (5916268) ,using opatch I am getting the following error:
    OPATCH_JAVA_ERROR=OPatch Exception while trying to check for Mini Patchset
    Cannot check bug/file conflict and component prerequisite checks.
    ERROR: OPatch failed during prerequisite check.
    OPatch returns with error code = 150
    Any help to resolve the issue is appreciated.
    I saw note +'OPATCH_JAVA_ERROR=OPatch Exception While Trying to Check for Mini Patchset' while applying patch using opatch 1.0.0.0.x [ID 971783.1].+
    There are no '&' in the inventory file. There are a lot of '<'. I dont know if this note is applicable.
    Thanks
    Thiru.

    Hi,
    I am following section 2 only.
    In Section 2, # 7 we have to apply latest Oracle Patching Tool (OPatch) patch 2617419 and in # 8 we have to apply additional 9.2.0.8 RDBMS patches ( in our case it is Windows patch 6.
    I am getting issue while applying Windows patch 6 using opatch.
    Rgds,
    Thiru

  • Error :  While applying the Patch 4440000

    Error :  While applying the Patch 4440000
    FAILED: file igwprop.odf on worker  1 for product igw username IGW.
    When i check the worker log file i got this error
    The sequence IGW_AWARDS_S in the database is defined as:
    MINVALUE = 1 MAXVALUE = 2147483647 INCREMENT BY = 1
    CYCLE = NO ORDER = NO CACHE = 1000
    which should be defined as:
    MINVALUE = 10000 MAXVALUE = 2147483647 INCREMENT BY = 1
    CYCLE = NO ORDER = NO CACHE = 1000
    (Note: The cache value for sequence IGW_AWARDS_S is 20 in the ODF file. The value 1000 is being used instead because this provides better performance when selecting from the sequence.)
    Alter the sequence with :
    Start time for statement below is: Sun Oct 06 2013 22:16:28
    ALTER SEQUENCE IGW.IGW_AWARDS_S MINVALUE 10000
    AD Worker error:
    The following ORACLE error:
    ORA-04007: MINVALUE cannot be made to exceed the current value
    occurred while executing the SQL statement:
    ALTER SEQUENCE IGW.IGW_AWARDS_S MINVALUE 10000
    AD Worker error:
    Unable to compare or correct sequences
            because of the error above
    Time when worker failed: Sun Oct 06 2013 22:16:28
    plz help me in solving this.

    Check the current value of IGW_AWARDS_S sequence and make sure the MINVALUE in the patch (i.e. 10000) is not greater than the current one.
    OERR: ORA 4007 MINVALUE cannot be made to exceed the current value (Doc ID 19824.1)
    You may also log a SR.
    Thanks,
    Hussein

  • While applying the patch 10270433

    While applying the patch 10270433 i got this error
    The fix for Patch 7426842, are included in the patch currently
    being installed (10270433)
    Patch(es) 7140405, 8602992, conflict with the patch currently
    being installed (10270433)
    If you continue, all patches will be rolled back and the new patch
    (10270433) will be installed.
    Note: If the patch currently being installed (10270433) is rolled back,
    it is recommended that the fixes being rolled back here (7426842, 7140405, 8602992, ) are reinstalled

    The fix for Patch 7426842, are included in the patch currently
    being installed (10270433)This is not an error message so you can ignore it.
    Patch(es) 7140405, 8602992, conflict with the patch currently
    being installed (10270433)
    If you continue, all patches will be rolled back and the new patch
    (10270433) will be installed.
    Just apply Patch 10270433 and this will rollback other patches -- Please make sure you take a backup before applying this patch.
    Thanks,
    Hussein

  • While applying the patch getting an error Failed:xdoloader.class on worker

    Hi,
    While applying the patch getting an error Failed:xdoloader.class on worker

    While applying the patch getting an error Failed:xdoloader.class on workerPlease post the details of the application release, database version and OS.
    What is the patch number you are trying to apply?
    Please post the complete error message from adpatch log file.
    Thanks,
    Hussein

  • OPatch will not apply the patch, exiting...

    Hi,
    i have 2 Ebs R12 12.0.5 environment.
    i just apllied a patch #6116405 on one system and it was fine. the second system (second ebs R12)
    seems like it was skipping 2 main components...and i do not know why.
    Would someone please give me an advise.
    Thanks in advance
    here is the command
    $opatch apply
    SKIPPING_COMPONENT=oracle.developer.reports.core,10.1.2.2.1
    SKIPPING_COMPONENT=oracle.developer.reports.core,10.1.2.2.0
    here is a logfile
    Invoking fuser to check for active processes.
    None of the patch actions is applicable to the Oracle Home.
    OPatch will not apply the patch, exiting...
    OPatch succeeded.
    Creating log file "/u01/EBTRN/apps/tech_st/10.1.2/.patch_storage/6863699/Apply_6863699_10-03-2008_15-53-46.log"
    Starting OPatch Apply session at 10-03-2008_15-53-46.
    Command arguments are: apply
    OPatch version is: 1.0.0.0.55
    The contents of the file: /etc/oraInst.loc
    inventory_loc=/u01/EBTRN/oraInventory
    Performing RAC pre-req. check...
    Accessing inventory ... (retry 10 times, delay 30 seconds each time)
    System Command: /u01/EBTRN/apps/tech_st/10.1.2/jre/1.4.2/bin/java -Doracle.installer.invPtrLoc=/etc/oraInst.loc -Dopatch.retry=10 -Dopatch.delay=30 -classpath "/u01/EBTRN/apps/tech_st/10.1.2/oui/jlib/OraInstaller.jar:/u01/EBTRN/apps/tech_st/10.1.2/oui/jlib/srvm.jar:/u01/EBTRN/apps/tech_st/10.1.2/OPatch/jlib/opatch.jar:/u01/EBTRN/apps/tech_st/10.1.2/oui/jlib/xmlparserv2.jar:/u01/EBTRN/apps/tech_st/10.1.2/oui/jlib/share.jar:/u01/EBTRN/apps/tech_st/10.1.2/jlib/srvm.jar" opatch/O2O "/u01/EBTRN/apps/tech_st/10.1.2" "/u01/EBTRN/apps/tech_st/10.1.2/oui" opatch.pl 1.0.0.0.55
    Result:
    output to OPatch:
    NODE_LIST=NULL
    NODE_COUNT=0
    LOCAL_NODE=NULL
    IS_CFS=0
    RAC_CODE=0
    HOME_INDEX=2
    This is not a RAC system
    Backing up the rollback script as "/u01/EBTRN/apps/tech_st/10.1.2/.patch_storage/6863699/rollback_6863699.sh_10-03-2008_15-53-47"
    Interim Patch ID: 6863699
    Checking the patch inventory.
    Component Name: oracle.developer.reports.core
    Component Version: 10.1.2.2.1
    Component Name: oracle.developer.reports.core
    Component Version: 10.1.2.2.0
    Bugs fixed by this patch 6863699:
    6116405 : AS11 CLASSIC - REPORTS MATS RUN HANGS
    Reading patch XML files and doing sanity checks.
    Read the command to action file map.
    Performing initial safety check.
    Invoking fuser to check for active processes.
    Checking active processes:
    Accessing inventory ... (retry 10 times, delay 30 seconds each time)
    System Command: /u01/EBTRN/apps/tech_st/10.1.2/jre/1.4.2/bin/java -Doracle.installer.invPtrLoc=/etc/oraInst.loc -Dopatch.retry=10 -Dopatch.delay=30 -classpath "/u01/EBTRN/apps/tech_st/10.1.2/oui/jlib/OraInstaller.jar:/u01/EBTRN/apps/tech_st/10.1.2/oui/jlib/srvm.jar:/u01/EBTRN/apps/tech_st/10.1.2/OPatch/jlib/opatch.jar:/u01/EBTRN/apps/tech_st/10.1.2/oui/jlib/xmlparserv2.jar:/u01/EBTRN/apps/tech_st/10.1.2/oui/jlib/share.jar" opatch/CheckConflict "/u01/EBTRN/apps/tech_st/10.1.2/oui" "/u01/EBTRN/apps/tech_st/10.1.2" opatch.pl 1.0.0.0.55 6863699 "6116405 " /u01/EBTRN/apps/tech_st/10.1.2/OPatch/6863699/etc/config/actions
    Result :
    SKIPPING_COMPONENT=oracle.developer.reports.core,10.1.2.2.1
    SKIPPING_COMPONENT=oracle.developer.reports.core,10.1.2.2.0
    None of the patch actions is applicable to the Oracle Home.
    OPatch will not apply the patch, exiting...
    OPatch succeeded.

    There was a bug. even in readme file was asking for Opatch 1.0.0.0.52 and mine was 1.0.0.0.0.55
    tech support had told me that i need to upgrade it at least 1.0.0.0.0.57 ans up.I had a suspect in opatch version from the beginning, but did not expect the version to be incorrect in the patch README file -- which I should NOT do next time :)
    no wonder my other instance with version 1.0.0.0.0.57 works fine with this patch.
    Thanks everyone.Thanks for sharing the solution.

  • 9i and 10g Listener in  SUN box  How do i stop .while applying the patch.

    Hi,
    Sun box running - I am having
    1. oracle_home 9i Version (database's are running)
    My team installed 10g Version 10.2.0.1 in Oralce_home1 there were no database are running in 10g, Now We plan to upgrade into 10.2.0.4 in oracle_home1 while applying patch its asking to stop the listener process.
    Is it mean to stop 91 listener or 10g listener?
    I had checked the running process in my server using grep -ef
    it show all process 9i database's and i find this home1/oracle/product/1020/bin tnslsnr LISTERNER -Inherit. How do i stop ? after applying the patch how do i start?
    Is it require down time?
    Thanks in advance.
    Rajas

    Hi
    When i check the lsnrctl status it is showing the error , How do i resolve it?
    In sun box:
    /home1/oracle/pro/920/bin -9i is running
    /home1/oracle/pro/1020/bin 10g is running
    When i check the lsnrctl status the above oracle home it through error
    Connecting to (ADDRESS=(PROTOCOL=TCP)(PORT=1521))
    TNS-12618: TNS:versions are incompatible
    Thanks in advance
    Rajas.
    Edited by: Rajas on Sep 23, 2008 8:36 PM

  • Work failed while applying the patch 3480000

    Dear All,
    Please Help
    At the phase of applying the patch 3480000 while upgrading from 11.58 to 11.5.10.2
    workers failed:
    FAILED: file WFXLoad.class on worker 5 for product fnd username APPLSYS.
    Time is: Tue Apr 05 2011 06:30:13
    ATTENTION: All workers either have failed or are waiting:
    FAILED: file WFXLoad.class on worker 1.
    FAILED: file WFXLoad.class on worker 2.
    FAILED: file WFXLoad.class on worker 3.
    FAILED: file WFXLoad.class on worker 4.
    FAILED: file WFXLoad.class on worker 5.
    FAILED: file WFXLoad.class on worker 6.
    FAILED: file WFXLoad.class on worker 7.
    FAILED: file WFXLoad.class on worker 8.
    ATTENTION: Please fix the above failed worker(s) so the manager can continue.

    Hi Hussein,
    Sorry for being late
    next is output screen for patch 3480000
    There are now 39641 jobs remaining (current phase=A84):
    6 running, 216 ready to run and 39419 waiting.
    Assigned: file WFXLoad.class on worker 7 for product fnd username APPLSYS.
    Assigned: file WFXLoad.class on worker 8 for product fnd username APPLSYS.
    FAILED: file WFXLoad.class on worker 4 for product fnd username APPLSYS.
    FAILED: file WFXLoad.class on worker 1 for product fnd username APPLSYS.
    FAILED: file WFXLoad.class on worker 3 for product fnd username APPLSYS.
    FAILED: file WFXLoad.class on worker 6 for product fnd username APPLSYS.
    FAILED: file WFXLoad.class on worker 8 for product fnd username APPLSYS.
    FAILED: file WFXLoad.class on worker 2 for product fnd username APPLSYS.
    FAILED: file WFXLoad.class on worker 7 for product fnd username APPLSYS.
    FAILED: file WFXLoad.class on worker 5 for product fnd username APPLSYS.
    ATTENTION: All workers either have failed or are waiting:
    FAILED: file WFXLoad.class on worker 1.
    FAILED: file WFXLoad.class on worker 2.
    FAILED: file WFXLoad.class on worker 3.
    FAILED: file WFXLoad.class on worker 4.
    FAILED: file WFXLoad.class on worker 5.
    FAILED: file WFXLoad.class on worker 6.
    FAILED: file WFXLoad.class on worker 7.
    FAILED: file WFXLoad.class on worker 8.
    ATTENTION: Please fix the above failed worker(s) so the manager can continue.
    next is last lines in adworker log file
    adjava -mx256m -nojit oracle.apps.fnd.wf.WFXLoad -u &un_apps &pw_apps &jdbc_db_addr &jdbc_protocol US &fullpath_cln_patch/115/xml/US_cln2a12os.wfx
    Error:
    Program exited with status 1
    Cause: The program terminated, returning status code 1.
    Action: Check your installation manual for the meaning of this code on this operating system.
    Copyright (c) 2002 Oracle Corporation
    Redwood Shores, California, USA
    AD Java
    Version 11.5.0
    NOTE: You may not use this utility for custom development
    unless you have written permission from Oracle Corporation.
    Reading product information from file...
    Reading language and territory information from file...
    Reading language information from applUS.txt ...
    Temporarily resetting CLASSPATH to:
    "h:\oracle\prodappl\ad\11.5.0\java\adjri.zip;H:\oracle\prodcomn\util\java\1.3\jdk1.3.1_07\lib\rt.jar;H:\oracle\prodcomn\util\java\1.3\jdk1.3.1_07\lib\i18n.jar;h:\oracle\prodcomn\java\appsborg.zip;h:\oracle\prodora\8.0.6\forms60\java;h:\oracle\prodcomn\java"
    Calling h:\oracle\prodora\8.0.6\jdk\bin\java.exe ...
    Oracle Workflow XML Loader 2.6.2
    Connecting to APPS@(DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=NT4SERVER)(PORT=1521))(CONNECT_DATA=(SID=PROD))) -- UTF8
    Connected to (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=NT4SERVER)(PORT=1521))(CONNECT_DATA=(SID=PROD)))
    SQL Exception encountered during upload: ORA-06550: line 1, column 7:
    PLS-00306: wrong number or types of arguments in call to 'UPLOADOBJECT'
    ORA-06550: line 1, column 7:
    PL/SQL: Statement ignored
    Fatal error encountered during upload between line 10 and 35
    Error encountered when upload.
    AD Run Java Command is complete.
    AD Worker error:
    The above program failed. See the error messages listed
    above, if any, or see the log and output files for the program.
    Time when worker failed: Tue Apr 05 2011 06:30:13
    Thanks&BR
    Tarek

  • Issue while applying bundle patch 11.1.1.3.8

    Hi Experts,
    We are facing issue after applying the bundle patch 11.1.1.3.8. We are unable to edit IT Resource and create/edit connectorafter appying Bundle Patch BP08 for oim 11.1.1.3.
    Below are the steps followed
    1.Click on manage IT Resource
    2.Click on edit for a specific it resource.
    3.Shows "A system error occured.Please contact your system administrator"
    The patch was applied for fixing email notification issue. Before appying this the mentioned functionalities were working as expected.
    Just wanted to check if anyone has faced this issue and what was done to resolve this.
    Thanks,
    Partha

    what error you see in the server logs?

  • Opatch error while  applying CPU patch

    HI Sir ,
    when i Applying CPU patch (7592354) on oracle home version 10.2.0.3 by using opatch napply -skip_subset -skip_duplicate
    The below error occurred .
    OUI-67124:Conflict with patches in OracleHome detected. Please run OPatch again as
    <ORACLE_HOME>/OPatch/opatch napply /tdb1/sadvora/7592354 -id 6397928,6397929,6397937,6397938,6397939,6397942,6397945,6397947,6452863,6650081,6650096,6650105,6667542,6868171,6868172,6868173,6868174,6868175,6868176,6868177,6868178,7154831,7154832,7154833,7154834,7154835,7154837,7154838,7154839,7154840,7154841,7154842,7154843,7369192,7369193,7369194,7369195,7369196,7592354,7604445,7604446,7604447 -skip_duplicate

    Hi;
    Please see:
    WARNING OUI-67301: "Following patches have conflicts. Please contact Oracle Support " [ID 802459.1]
    Critical Patch Update 2011Conflicts with patches in OracleHome: OUI-67124:Conflict with patches in OracleHome detected [ID 1315387.1]
    Critical Patch Update October 2010 Oracle Fusion Middleware Known Issues [ID 1159431.1]
    Regard
    Helios

  • Error while applying the patch 9239089

    Dear All,
    I have installed the Oracle E-Business Suite Release 12(12.1.1) on Windows 2003 (32-bit) OS successfully.Its a single node installation.
    Hardware & Software Specifications:
    - Intel Core 2 Duo, CPU 2.40 GHz
    - 2 GB of RAM
    - 180 GB Hard Drive
    - Windows XP Professional with Sevice Pack 2
    The problem is when I try to apply a patch 9239089, it gives error atleast 2-3 times as below
    An error occurred while relinking application programs.
    Continue as if it were successful [No] :
    And the Patch gets completed.
    Find the log of the patch below:
    An error occurred while extracting files from library.
    Continue as if it were successful [No] : Yes
    Done extracting object modules from product libraries.
    STOP_TASK: [Perform libout actions] [] [Mon Mar 28 2011 18:07:15]
    STRT_TASK: [Perform version checking] [] [Mon Mar 28 2011 18:07:15]
    Performing version checking...
    Log and Info File sync point:
    Mon Mar 28 2011 18:07:15
    AutoPatch found some files which it will not apply.
    These files are listed in the AutoPatch informational message file.
    STOP_TASK: [Perform version checking] [] [Mon Mar 28 2011 18:07:15]
    STRT_TASK: [Determine directories to create] [] [Mon Mar 28 2011 18:07:15]
    Skipping...
    Determine directories to create for Specified driver
    since no such action is present for this driver file
    STOP_TASK: [Determine directories to create] [] [Mon Mar 28 2011 18:07:15]
    STRT_TASK: [Determine executables to link] [] [Mon Mar 28 2011 18:07:15]
    Determining what executables to link...
    STOP_TASK: [Determine executables to link] [] [Mon Mar 28 2011 18:07:16]
    STRT_TASK: [Determine forms executable files to generate] [] [Mon Mar 28 2011 18:07:16]
    Skipping...
    Determine forms to generate for Specified driver
    since no such action is present for this driver file
    STOP_TASK: [Determine forms executable files to generate] [] [Mon Mar 28 2011 18:07:16]
    STRT_TASK: [Determine Reports PL/SQL library files to generate] [] [Mon Mar 28 2011 18:07:16]
    Skipping...
    Determine Oracle Reports libraries to generate for Specified driver
    since no such action is present for this driver file
    STOP_TASK: [Determine Reports PL/SQL library files to generate] [] [Mon Mar 28 2011 18:07:16]
    STRT_TASK: [Determine Reports files to generate] [] [Mon Mar 28 2011 18:07:16]
    Skipping...
    Determine reports to generate for Specified driver
    since no such action is present for this driver file
    STOP_TASK: [Determine Reports files to generate] [] [Mon Mar 28 2011 18:07:16]
    STRT_TASK: [Determine message files to generate] [] [Mon Mar 28 2011 18:07:16]
    Skipping...
    Determine if need to generate message files for Specified driver
    since no such action is present for this driver file
    STOP_TASK: [Determine message files to generate] [] [Mon Mar 28 2011 18:07:16]
    STRT_TASK: [Find bugs with no active actions] [] [Mon Mar 28 2011 18:07:16]
    Looking for active bug fixes with no active actions...
    About to turn off duplicate actions: Mon Mar 28 2011 18:07:16
    Start of adptod(): Mon Mar 28 2011 18:07:16
    Actions scanned: 382
    Duplicate actions: 0
    End of adptod(): Mon Mar 28 2011 18:07:16
    Done turning off duplicate actions: Mon Mar 28 2011 18:07:16
    About to turn off bugs with no active actions: Mon Mar 28 2011 18:07:16
    Start of adpunb(): Mon Mar 28 2011 18:07:16
    Active bugs at start: 72
    Bugs turned off: 71
    Outer loop iterations: 72
    Actions scanned: 47
    End of adpunb(): Mon Mar 28 2011 18:07:16
    Done turning off bugs with no active actions: Mon Mar 28 2011 18:07:16
    About to save release list to filesystem: Mon Mar 28 2011 18:07:16
    Done saving release list to filesystem: Mon Mar 28 2011 18:07:16
    STOP_TASK: [Find bugs with no active actions] [] [Mon Mar 28 2011 18:07:16]
    STRT_TASK: [Display customized files] [] [Mon Mar 28 2011 18:07:16]
    Reading customized files list (if any)...
    Did not find customized files registration file
    "D:\oracle\PROD\apps\apps_st\appl\admin\applcust.txt"
    The file may have been uploaded to the database.
    This patch replaces the following customized files:
    No customized files are replaced by this patch.
    STOP_TASK: [Display customized files] [] [Mon Mar 28 2011 18:07:16]
    STRT_TASK: [Copy files] [] [Mon Mar 28 2011 18:07:16]
    Copying files into installation area...
    No files were selected for copying.
    STOP_TASK: [Copy files] [] [Mon Mar 28 2011 18:07:16]
    STRT_TASK: [Forcecopy files] [] [Mon Mar 28 2011 18:07:16]
    Skipping...
    ForceCopy files into installation area for Specified driver
    since no such action is present for this driver file
    STOP_TASK: [Forcecopy files] [] [Mon Mar 28 2011 18:07:16]
    STRT_TASK: [Perform libin actions] [] [Mon Mar 28 2011 18:07:16]
    Archiving object modules into product libraries...
    No object modules were selected for archiving.
    STOP_TASK: [Perform libin actions] [] [Mon Mar 28 2011 18:07:16]
    STRT_TASK: [Create directories] [] [Mon Mar 28 2011 18:07:16]
    Skipping...
    Create Directories for Specified driver
    since no such action is present for this driver file
    STOP_TASK: [Create directories] [] [Mon Mar 28 2011 18:07:16]
    STRT_TASK: [Relink executables] [] [Mon Mar 28 2011 18:07:16]
    Relinking executables...
    An error occurred while relinking application programs.
    Continue as if it were successful [No] : Yes
    AutoPatch is exiting successfully.
    sqlplus -s APPS/***** @D:\oracle\PROD\apps\apps_st\appl\ad\12.0.0\sql\adtimrpt.sql 15831 adt15831
    Spooling to adt15831.lst
    Spooling to adt15831.csv
    A job timing report has been generated for the current session.
    You should check the file
    D:\oracle\PROD\apps\apps_st\appl\admin\PROD\out\adt15831.lst
    for details.
    Purging timing information for prior sessions.
    sqlplus -s APPS/***** @D:\oracle\PROD\apps\apps_st\appl\ad\12.0.0\sql\adtpurge.sql 10 1000
    Done purging timing information for prior sessions.
    AutoPatch is complete.
    AutoPatch may have written informational messages to the file
    D:\oracle\PROD\apps\apps_st\appl\admin\PROD\log\9239089.lgi
    Errors and warnings are listed in the log file
    D:\oracle\PROD\apps\apps_st\appl\admin\PROD\log\9239089.log
    and in other log files in the same directory.
    Regards,
    Vinayak K

    Hi,
    Find the Output
    D:\oracle\PROD\apps\apps_st\appl>make -v
    GNU Make 3.81
    Copyright (C) 2006 Free Software Foundation, Inc.
    This is free software; see the source for copying conditions.
    There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A
    PARTICULAR PURPOSE.
    This program built for i686-pc-cygwin
    D:\oracle\PROD\apps\apps_st\appl>gnumake -v
    GNU Make 3.81
    Copyright (C) 2006 Free Software Foundation, Inc.
    This is free software; see the source for copying conditions.
    There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A
    PARTICULAR PURPOSE.
    This program built for Windows32
    D:\oracle\PROD\apps\apps_st\appl>APPSPROD_ebstest.cmd
    ECHO is off.
    ECHO is off.
    Tue 03/29/2011 07:05 PM
    ECHO is off.
    ECHO is off.
    This script requires the following files:
    ECHO is off.
    C:\MSV\VC\bin\bin\vcvars32.bat
    ECHO is off.
    APPSORA.cmd exiting with status 0
    D:\oracle\PROD\apps\apps_st\appl>echo %PATH%
    D:\oracle\PROD\apps\apps_st\appl\au\12.0.0\bin;D:\oracle\PROD\apps\apps_st\appl\
    fnd\12.0.0\bin;D:\oracle\PROD\apps\apps_st\appl\ad\12.0.0\bin;D:\oracle\PROD\app
    s\tech_st\10.1.3\appsutil\jdk\jre\bin;D:\oracle\PROD\apps\tech_st\10.1.3\perl\5.
    8.3\bin\MSWin32-x86-multi-thread\;D:\oracle\PROD\apps\apps_st\comn\util\unzip\un
    zip;D:\oracle\PROD\apps\tech_st\10.1.3\appsutil\jdk\bin;D:\oracle\PROD\apps\tech
    st\10.1.2\bin;D:\oracle\PROD\apps\techst\10.1.3\appsutil\jdk\bin;D:\oracle\PRO
    D\apps\tech_st\10.1.3\appsutil\jdk\jre\bin;C:\cygwin\bin;C:\WINDOWS;C:\WINDOWS\s
    ystem32;D:\oracle\PROD\apps\tech_st\10.1.3\ant\bin
    D:\oracle\PROD\apps\apps_st\appl>
    Regards,
    Vinayak K

  • Error while applying the patch 9909156

    while applying patch 9909156. I am getting jsp compilation errors in the patch log
    [1634474] !!COMPILATION ERROR(0) ibeCRgpPartnerPriCreate.jsp:
    this is similar MOS doc 579439.1 - Application Of Patch 5720979 Results In COMPILATION ERROR(0) ibeCOtdOrdCancelMain.jsp. Can you confirm please?
    Patch 6128322 is for module iStore which is inactive on our system . Patch 5720979 was applied to the system (most likely as cumulative CPU). Can you confirm that given the module is inactive if we need to apply patch 6128322

    This is the error in the log file we are using 11.5.10.2
    [1634474] !!COMPILATION ERROR(0) ibeCRgpBusinessCreate.jsp:
    _ibeCRgpBusinessCreate.java:856: cannot find symbol
    symbol : variable USERNAME_NOT_FOUND
    location: class oracle.apps.ibe.um.UserManager
    String usernameTestStatusCode=UserManager.USERNAME_NOT_FOUND;
    ^
    _ibeCRgpBusinessCreate.java:858: cannot find symbol
    symbol : variable SELF_REGISTRATION
    location: class oracle.apps.ibe.um.UserManager
    usernameTestStatusCode=UserManager.checkUsernameExists(usernameUpper, UserManager.SELF_REGISTRATION);     
    ^
    _ibeCRgpBusinessCreate.java:896: cannot find symbol
    symbol : variable USERNAME_NOT_FOUND
    location: class oracle.apps.ibe.um.UserManager
    else if(ibeRegKnownUser==null && ! usernameTestStatusCode.equals(UserManager.USERNAME_NOT_FOUND))

  • Java Server can not start while applying the Patches !!!

    Hi Gurus,
    Under NW04s, While updating Patch Level from 9 to 13 after fresh Installation of EP 7.0 with BI JAVA under RH Linux / Oracle.At first the patch application process went ok till the first 4 component. Afert that, the error occurred that " J2EE Engine is running in safe mode. Pl. restart the Java Engine and
    then Restart the JSPM." When I restarted the J2EE engine and then JSPM, I have the following 2 error
    messages in
    A std_server0.out File :
    #1 Error occurred while preloading classes of security providers from jre/lib/ext folder: java.util.zip.ZipException: No such file or directory jar:file:/etc/alternatives/ibmjava/142/jre/lib/ext/ibmjceprovider.jar
    #2
    The error occurred while trying to load "com.sap.security.core.server.ume.service.UMEServiceFileIO".
    at com.sap.engine.frame.core.load.ReferencedLoader.loadClass(ReferencedLoader.java:401)
    at com.sap.security.core.server.ume.service.UMEServiceFrame.start(UMEServiceFrame.java:243)
    at com.sap.engine.frame.ApplicationFrameAdaptor.start(ApplicationFrameAdaptor.java:31)
    at com.sap.engine.core.service630.container.ServiceRunner.startApplicationServiceFrame(ServiceRunner.java:214)
    at com.sap.engine.core.service630.container.ServiceRunner.run(ServiceRunner.java:144)
    at com.sap.engine.frame.core.thread.Task.run(Task.java:64)
    at com.sap.engine.core.thread.impl5.SingleThread.execute(SingleThread.java:79)
    at com.sap.engine.core.thread.impl5.SingleThread.run(SingleThread.java:150)
    Framework -> criticalShutdown Core service com.sap.security.core.ume.service failed. J2EE Engine cannot be started.
    Jan 19, 2008 2:50:14 AM com.sap.engine.core.Framework [SAPEngine_System_Threadimpl:5]_53 Fatal: Critical shutdown was invoked. Reason is: Core service com.sap.security.core.ume.service failed. J2EE Engine cannot be started.
    </verbosegc>
    <<<
    B. The file dev_server0 has the following warning msg :
    Thr 182896194496 Sat Jan 19 02:49:16 2008
    Thr 182896194496 *** WARNING => INFO: Unknown property http://instance.box.number=EP1JC00v38cab1 http://jstartxx_mt. 841
    Thr 182896194496 *** WARNING => INFO: Unknown property http://instance.en.host=v38cab1 http://jstartxx_mt. 841
    Thr 182896194496 *** WARNING => INFO: Unknown property http://instance.en.port=3201 http://jstartxx_mt. 841
    Thr 182896194496 *** WARNING => INFO: Unknown property http://instance.system.id=0 http://jstartxx_mt. 841
    JStartupReadInstanceProperties: read instance properties [/usr/sap/EP1/JC00/j2ee/cluster/instance.properties]
    -> ms host : v38cab1
    -> ms port : 3901
    -> OS libs : /usr/sap/EP1/JC00/j2ee/os_libs
    -> Admin URL :
    -> run mode : safe
    -> run action : UPGRADE
    -> enabled : yes
    <<<
    C The dev_jcontrol file has error msg that server0 not running ...which is apparent from the above message.
    I have checked my J2SDK Version i.e. ibmjava 142 and also, JAVA_HOME and PATH Variable and it appears that ther's nothing wrong in it as mentioned :
    JAVA_HOME=/etc/alternatives/ibmjava/142
    PATH=/etc/alternatives/ibmjava/142/bin:/etc/alternatives/bin/bin:/bin:/usr/kerberos/sbin:/usr/kerberos/bin:/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/X11R6/bin:/root/bin
    I have checked the compatibility of the HW and J2SDK version as per note 861215 and it is ok as per the note
    -It seems that due to error A #1 : Error occurred while preloading classes of security providers from jre/lib/ext folder: java.util.zip.ZipException: ..the J2EE Engine runs in safe mode for a while and then it goes down.
    So, any idea that how to solve this issue ? I read somewhere that ibmjava 142 is THE correct one and the other versions are having sever issue with the UNIX / Linux ..is this true ?
    Pl. help as we are facing this problem since last 24 hours and it is very critical.
    Any / All Help is most welcome and would be rewarded with appropriate point without failure.
    Many Thanks in Advance,
    Regards,
    ISHAN

    Hi Gurus,
    Under NW04s, While updating Patch Level from 9 to 13 after fresh Installation of EP 7.0 with BI JAVA under RH Linux / Oracle.At first the patch application process went ok till the first 4 component. Afert that, the error occurred that " J2EE Engine is running in safe mode. Pl. restart the Java Engine and
    then Restart the JSPM." When I restarted the J2EE engine and then JSPM, I have the following 2 error
    messages in
    A std_server0.out File :
    #1 Error occurred while preloading classes of security providers from jre/lib/ext folder: java.util.zip.ZipException: No such file or directory jar:file:/etc/alternatives/ibmjava/142/jre/lib/ext/ibmjceprovider.jar
    #2
    The error occurred while trying to load "com.sap.security.core.server.ume.service.UMEServiceFileIO".
    at com.sap.engine.frame.core.load.ReferencedLoader.loadClass(ReferencedLoader.java:401)
    at com.sap.security.core.server.ume.service.UMEServiceFrame.start(UMEServiceFrame.java:243)
    at com.sap.engine.frame.ApplicationFrameAdaptor.start(ApplicationFrameAdaptor.java:31)
    at com.sap.engine.core.service630.container.ServiceRunner.startApplicationServiceFrame(ServiceRunner.java:214)
    at com.sap.engine.core.service630.container.ServiceRunner.run(ServiceRunner.java:144)
    at com.sap.engine.frame.core.thread.Task.run(Task.java:64)
    at com.sap.engine.core.thread.impl5.SingleThread.execute(SingleThread.java:79)
    at com.sap.engine.core.thread.impl5.SingleThread.run(SingleThread.java:150)
    Framework -> criticalShutdown Core service com.sap.security.core.ume.service failed. J2EE Engine cannot be started.
    Jan 19, 2008 2:50:14 AM com.sap.engine.core.Framework [SAPEngine_System_Threadimpl:5]_53 Fatal: Critical shutdown was invoked. Reason is: Core service com.sap.security.core.ume.service failed. J2EE Engine cannot be started.
    </verbosegc>
    <<<
    B. The file dev_server0 has the following warning msg :
    Thr 182896194496 Sat Jan 19 02:49:16 2008
    Thr 182896194496 *** WARNING => INFO: Unknown property http://instance.box.number=EP1JC00v38cab1 http://jstartxx_mt. 841
    Thr 182896194496 *** WARNING => INFO: Unknown property http://instance.en.host=v38cab1 http://jstartxx_mt. 841
    Thr 182896194496 *** WARNING => INFO: Unknown property http://instance.en.port=3201 http://jstartxx_mt. 841
    Thr 182896194496 *** WARNING => INFO: Unknown property http://instance.system.id=0 http://jstartxx_mt. 841
    JStartupReadInstanceProperties: read instance properties [/usr/sap/EP1/JC00/j2ee/cluster/instance.properties]
    -> ms host : v38cab1
    -> ms port : 3901
    -> OS libs : /usr/sap/EP1/JC00/j2ee/os_libs
    -> Admin URL :
    -> run mode : safe
    -> run action : UPGRADE
    -> enabled : yes
    <<<
    C The dev_jcontrol file has error msg that server0 not running ...which is apparent from the above message.
    I have checked my J2SDK Version i.e. ibmjava 142 and also, JAVA_HOME and PATH Variable and it appears that ther's nothing wrong in it as mentioned :
    JAVA_HOME=/etc/alternatives/ibmjava/142
    PATH=/etc/alternatives/ibmjava/142/bin:/etc/alternatives/bin/bin:/bin:/usr/kerberos/sbin:/usr/kerberos/bin:/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/X11R6/bin:/root/bin
    I have checked the compatibility of the HW and J2SDK version as per note 861215 and it is ok as per the note
    -It seems that due to error A #1 : Error occurred while preloading classes of security providers from jre/lib/ext folder: java.util.zip.ZipException: ..the J2EE Engine runs in safe mode for a while and then it goes down.
    So, any idea that how to solve this issue ? I read somewhere that ibmjava 142 is THE correct one and the other versions are having sever issue with the UNIX / Linux ..is this true ?
    Pl. help as we are facing this problem since last 24 hours and it is very critical.
    Any / All Help is most welcome and would be rewarded with appropriate point without failure.
    Many Thanks in Advance,
    Regards,
    ISHAN

  • Issue while applying patch 14037855

    Hi,
    When i try to apply the patch p14037855_111163_Generic for the version upgrade from ODI 11.1.1.6.0 to ODI 11.1.1.6.3, am facing the below issue.
    In command prompt, i went to the Opatch loc, in my case "D:\Oracle\Middleware\Oracle_ODI1\OPatch" and i set ORACLE_HOME=ODI_HOME
    D:\Oracle\Middleware\Oracle_ODI1\OPatch>set ORACLE_HOME=D:\Oracle\Middleware\Oracle_ODI1\oracledi\agent
    D:\Oracle\Middleware\Oracle_ODI1\OPatch>opatch lsinventory -jdk D:\Oracle\Middleware\jdk160_24
    *"There are no Interim patches installed in this Oracle Home"*
    When i try to apply the pacth from its stored location,facing the below issue
    D:\ODI_Software\14037855\opatch\14037855>opatch apply -jdk D:\Oracle\Middleware\jdk160_24
    OPatch failed during prerequisite checks: Prerequisite check "CheckApplicableProduct" failed.
    OPatch found incompatible or invalid applicable product type with respect to the Oracle Home.
    Could anyone pls advice on this.
    Thanks in advance

    I think your ORACLE_HOME env variable should point to D:\Oracle\Middleware\Oracle_ODI1\
    Regards,
    Rickson Lewis

  • Issue while apply support pack SAP_BASIS SAPKB70013 -18

    Hi Gurus,
    We have issue while apply support pack to Development system, we have implemented SAPKB70012 pack first and then we have implemented SPAU and saved in Trasport request  . while applying other patch SAPKB70013 -18 in one go system asked us to release SPAU  transport and then we released that transport after that same transport with auotomatic job it has got implemneted to Quality system and then after that we got below error in quality system :-
    The function module "EXTENDED_AUTH_CHECK_FOR_REPS" is called, but
    cannot be found in its function group.
    Error in the ABAP Application Program
    The current ABAP program "SAPLS38E" had to be terminated because it has
    come across a statement that unfortunately cannot be executed.
    Please suggest now both system is not working .
    Regards,
    Jeetendra

    Also you can check object modifications in transaction SE03 looking for request that touched object SAPLS38E.
    Could you please share the syntax error message ?
    Best regards

Maybe you are looking for