Error applying basis patch SAPKB70013

Hi, i am applying basis patch 13 currently i am facing one error import_proper error. i am not able to do any thing. i am getting below dump. can any body help on this?
What happened?
    Error in the ABAP Application Program
    The current ABAP program "????????????????????????????????????????" had to be
     terminated because it has
    come across a statement that unfortunately cannot be executed.
    The following syntax error occurred in program "SAPLTMSU " in include "LTMSUTOP
     " in
    line 26:
    "The TYPE-POOL "CTSC" is unknown."
    The include has been created and last changed by:
    Created by: "SAP "
    Last changed by: "SAP "
    Error in the ABAP Application Program
    The current ABAP program "????????????????????????????????????????" had to be
     terminated because it has
    come across a statement that unfortunately cannot be executed.

Hi Suresh,
are there any users working in your system while you import the SP?
It could   very well be that the import  error is related to someone who was using at that time the program.
It is always recommended to apply SPs while noone is working on the system.
Rgds,
Loukas

Similar Messages

  • Error in basis patch SAPKB64012

    Hello
    I got the duplicate key error while applying basis patch SAPKB64012 in import_proper phase
    Can anyone tell me the solution for this
    Thanks

    Hi Aashu,
    Please refer to Note 88656, section 29, and use the attached allow file to ignore the error.
    Basis Support Package SAPKB64013 deletes the corrupt entries in RSMPTEXTS.
    Note 88656, section 29 says,
    There is "data scrap" in the target table.
    The error can also occur in the target table of the existing data scrap.
    In many cases, R3trans essentially reads the existing table entries in
    sorted sequence to merge them with the newly transported entries. Data
    scrap may result in the entries not being returned correctly in sorted
    sequence.
    These scrap characters, in many cases, were distributed by transports
    into several systems.
    In the majority of cases, these types of errors can only be solved by
    cleaning up the export system and repeating the transport. If the error
    also occurs in when you are importing the cleaned-up transport, the data
    scrap must also be cleaned up in the import system.
    As of Release 6.20, data scrap is no longer exported. See section 5c in
    Note 1074030, and Note 718511.
    How to do:-
      Please copy the attached file(from note) in AB64012.zip to /usr/sap/trans/cofiles
    or /usr/sap/put/cofiles and repeat the import.
    You can do the same for SP SAPKB64013.
    Please use the latest versions of the tool 'tp' along with 'r3trans'
    as well.
    Please let me know if it resolves or not.
    Thanks
    kishore

  • Error Applying BASIS Support Patch 10

    Dear all,
    I am facing syntax errror when i apply basis support patch 10.When i try to enter any T code its give me syntex error.
    And spam status show error stop IMPORT_PROPER
    Runtime Errors         SYNTAX_ERROR
    Date and Time          30.12.2008 01:31:48
    Short text
         Syntax error in program "SAPLKKBL ".
    What happened?
         Error in the ABAP Application Program
         The current ABAP program "SAPLSALV" had to be terminated because it has
         come across a statement that unfortunately cannot be executed.
         The following syntax error occurred in program "SAPLKKBL " in include
          "CL_SALV_BS_DATA_TABLE=========CU " in
         line 20:
         "The type "T_TYPE_CELL" is unknown."
         The include has been created and last changed by:
         Created by: "SAP "
         Last changed by: "SAP "
    Please help me out for this error.
    Regards,
    Kumar

    Hi,
    Firstly, do you have a backup to fallback in a worse case situation?
    Is the import still running at the OS level - please check whether there is any active tp process at the OS level and the import log files in the DIR_TRANS/tmp directory getting updated ? What are the contents of the files?
    Cheers

  • Problem in Applying Basis Patch 25 in Mini Was

    Hi
    I am trying to Install the SAPKB62025 Patch, the patch is processing Upto 20% displying the message as "TP buffer proceessing OK" after that no progress even after 8 hrs, still showing 20% completed, So i stopped the tp Window and i got the prblems as DDIC_Activation.
    Can anyone advise me on that.
    Thank you in Advance.
    Karan

    Craig, Karan, the problem dicussed here is EXACTLY what I am facing. It looks like I do have to perform the Kernel, TP and DB upgrades first. Can one of you guys tell me, which actual files to download? Also if you guys have more detailed information on how to actually perform these various tasks. I hope you guys can give me some more detailed guidelines on how to perform these actual tasks. If  documentation would be too much to add in this Forum, please sent me an email to [email protected] Both thanks in advance for sharing you very valuable knowledge. Tiest

  • Runtime error at installing basis patch

    hi
    experts
    i applied basis patch SAPKB60070012 in ECC 6.0 with databse oracle10.2.0after iam logging to the sap i got run time error below
    Runtime Errors         SYNTAX_ERROR
    Date and Time          22.10.2008 11:03:27
    Short text
         Syntax error in program "SAPLSCP2 ".
    What happened?
         Error in the ABAP Application Program
         The current ABAP program "SAPLOLEA" had to be terminated because it has
         come across a statement that unfortunately cannot be executed.
         The following syntax error occurred in program "SAPLSCP2 " in include
          "CL_SALV_FORM_ELEMENT==========CU " in
         line 13:
         "The type "IF_SALV_FORM_CONFIG" is unknown."
         The include has been created and last changed by:
         Created by: "SAP "
         Last changed by: "SAP "
    Error analysis
         The following syntax error was found in the program SAPLSCP2 :
         "The type "IF_SALV_FORM_CONFIG" is unknown."
    igger Location of Runtime Error
      Program                                 SAPLOLEA
      Include                                 LOLEAU13
      Row                                     71
      Module type                             (FUNCTION)
      Module Name                             AC_CALL_METHOD
    urce Code Extract
    ne  SourceCde
    41   DATA AC_GLOBAL_FLUSH_MODE TYPE C.
    42   DATA MAXLINES          TYPE I.
    43   DATA URL(255)          TYPE C.
    44   DATA LEN               TYPE I.
    45   DATA FLDTYPE           TYPE C.
    46   DATA DOLPARAM          TYPE C.
    47   DATA NCOMPS            TYPE I.
    48   DATA I                 TYPE I.
    49   DATA N(2)              TYPE N.
    50   DATA SIZE              TYPE I.
    51   DATA SVARS_WA          LIKE svars_record.
    52
    53   FIELD-SYMBOLS: <F>, <AC_X1> TYPE X, <AC_X2> TYPE X,
    54                  <EXPORTS_WA> TYPE OLE2_METH_PARMS.
    55
    56 For the call to CL_ABAP_CHAR_UTILITIES=>charsize......................
    57   CLASS CL_ABAP_CHAR_UTILITIES DEFINITION LOAD .
    58
    59
    60 * Initialisation
    61   CLEAR: EXPORTSINDEX, PARAMS, MESSAGE_NR, MESSAGE_TEXT.
    62
    63 * check and set the AC_FRONTEND_RUNS_IN_UTF8 parameter.
    64 * if the AC_FRONTEND_RUNS_IN_UTF8 parameter is set, multiply the string parameter len by 3
    65 * to avoid parameters being truncated in the frontend.
    66   IF AC_FRONTEND_RUNS_IN_UTF8 <> ABAP_TRUE.
    67
    68     DATA : gui_uses_utf8 TYPE rststype-sel_ok.
    69
    70     " ask Matthias whether SAPGUI uses the length critical codepage UTF-8
    >>>     CALL FUNCTION 'SCP_GUI_USES_UTF8'
    72       IMPORTING
    73         gui_uses_utf8 = gui_uses_utf8.
    74
    75     IF gui_uses_utf8 IS NOT INITIAL.
    76       AC_IS_FRONTEND_UTF8 = abap_true.
    77     ENDIF.
    78
    79     AC_FRONTEND_RUNS_IN_UTF8 = abap_true.  "set to true to avoid multiple calls
    80   ENDIF.
    81
    82
    83 * If there are entries in IMPORTS set the RETURN_VALUES_EXIST for
    84 * smart flushing. So if RETURN_VALUES_EXIST = ' ' a flush can be
    85 * postponed in AC_FLUSH_CALL
    86   IF NOT IMPORTS[] IS INITIAL.
    87     RETURN_VALUES_EXIST = 'X'.
    88   ENDIF.
    89
    90 * determine size of exports table
    what is the solution for it.

    hi venkat
    u execute this tp command at /usr/sap/trans/bin with sidadm user.before executing of this command take  backup
    /usr/sap/trans/bin # tp r3i SAPKB70014 SID pf = /usr/sap/trans/bin/TP_DOMAIN_KDV.PFL -Dclientcascade=yes -Drepeatonerror=8 -Dsourcesystems= tag=SPAM
    i got tp error 8 in my server.which error u got u mention above.
    NOTE:After executing this command return must be 0 or 4.other than this u contact sap.wont tell about this command
    after solving this problem u enter spam tcode and import queue.dont open another transactions while installaing patch except spam.
    i tried almost three times i succeed.
    regards
    vasu

  • Basis patch IMPORT_PROPER error

    Hi All,
    Iam applying  basis patch 12 .
    I have done this on other system with no problem, but on the
    current one, it seems to hang on the "imp all" step (displayed
    next to the spinning clock.
    I opened another session I canceled spam transaction.
    it is giving error.
    Import_proper.
    How to overcome this problem.
    Regards
    Siva

    Hi Markus & sunil,
    I applied patch, But problem is same.
    APQUA:oraeqa> /oracle/EQA/102_64/OPatch/opatch apply
    Invoking OPatch 10.2.0.2.0
    Oracle interim Patch Installer version 10.2.0.2.0
    Copyright (c) 2005, Oracle Corporation.  All rights reserved..
    Oracle Home       : /oracle/EQA/102_64
    Central Inventory : /oracle/oraInventory
       from           : /oracle/EQA/102_64/oraInst.loc
    OPatch version    : 10.2.0.2.0
    OUI version       : 10.2.0.2.0
    OUI location      : /oracle/EQA/102_64/oui
    Log file location : /oracle/EQA/102_64/cfgtoollogs/opatch/opatch-2008_Nov_06_13-
    42-32-CST_Thu.log
    ApplySession applying interim patch '5099990' to OH '/oracle/EQA/102_64'
    Invoking fuser to check for active processes.
    Invoking fuser on "/oracle/EQA/102_64/bin/oracle"
    OPatch detected non-cluster Oracle Home from the inventory and will patch the lo
    cal system only.
    Please shutdown Oracle instances running out of this ORACLE_HOME on the local sy
    stem.
    (Oracle Home = '/oracle/EQA/102_64')
    Is the local system ready for patching?
    Do you want to proceed? [y|n]
    y
    User Responded with: Y
    Backing up files and inventory (not for auto-rollback) for the Oracle Home
    Backing up files affected by the patch '5099990' for restore. This might take a
    while...
    Backing up files affected by the patch '5099990' for rollback. This might take a
    while...
    Patching component oracle.rdbms, 10.2.0.2.0...
    Updating archive file "/oracle/EQA/102_64/lib/libserver10.a"  with "lib/libserve
    r10.a/opiexe.o"
    Updating archive file "/oracle/EQA/102_64/lib/libserver10.a"  with "lib/libserve
    r10.a/opitsk.o"
    Updating archive file "/oracle/EQA/102_64/lib/libcommon10.a"  with "lib/libcommo
    n10.a/ttcclr.o"
    Running make for target ioracle
    ApplySession adding interim patch '5099990' to inventory
    Verifying the update...
    Inventory check OK: Patch ID 5099990 is registered in Oracle Home inventory with
    proper meta-data.
    Files check OK: Files from Patch ID 5099990 are present in Oracle Home.
    The local system has been patched and can be restarted.
    OPatch succeeded.
    SAPQUA:oraeqa>
    Regards
    Siva

  • TP_STEP_FAILURE " ERROR WHILE APPLYING SAP NW 04 SR1 ABA AND BASIS PATCHES

    Hi Freinds!!
    ..I have completed cinst, dbinst, client copy, jinst, xinst installation for XI 3.0 INSTALLAION ON ABAP + JAVA.
    I have first applied PI_BASIS patches and middle of it, it displayed the message that pre-requisite are not met i.e. First SAP_BW , SAP_BASIS, SAP_ABAP  pathces needs to apply.
    While applying SAP_BASIS and SAP_ABA patches... I'm getting the following error message ...
    "  The import was stopped, since an error occurred during the phase IMPORT_PROPER, which the Support Package Manger is unable to resolve without your input..
    After you have corrected the cause of the erro, continue with the import by choosing Support
    Package > Improt Queue from the initial screen of the Support Package Manager.
    The following details help you to analyze the problem :
    -Error in phase : IMPORT_PROPER
    -Reason for Error : TP_STEP_FAILURE
    -Return Code : 0012 "
    ....So, what could be the cause of the problem ? Do I need to increase table space through brtools command at ora<sid> ?!!
    Pl. help....
    Many thanks in advance...
    -Rupen Patel

    Thanks a lot everybody.
    Although I had upgraded Kernel Patch Level from 43 to 155, the real cause was, it seems that was maxed out Oracle Table, ..as I found it through ST22 tr code which inturn displayed a logfile which displayed the details of error. I used brtools to extend the tablespace of a table, reapplied the patches thorugh SPAM and it worked out quite smoothly.
    Thanks again and Regards,
    -Rupen Patel

  • 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

  • Error applying Patch 11724916 - 11.2.0.2.2 Patch Set Update.

    Hello, I have an 11.2.0.2.1 GI installation and 12311357 path applied correctly. But patch 11724916 is missing (I know they both are installed together). Trying to apply it I have the following error (as grid) :
    grid@selva-2./usr/local/software/oracle/11724916 $ opatch apply
    Invoking OPatch 11.2.0.1.5
    Oracle Interim Patch Installer version 11.2.0.1.5 Copyright (c) 2010, Oracle Corporation. All rights reserved.
    Oracle Home : /app/oracle/grid/11.2
    Central Inventory : /app/oracle/oraInventory
    from : /var/opt/oracle/oraInst.loc
    OPatch version : 11.2.0.1.5
    OUI version : 11.2.0.2.0
    OUI location : /app/oracle/grid/11.2/oui
    Log file location : /app/oracle/grid/11.2/cfgtoollogs/opatch/opatch2011-10-13_12-20-37PM.log
    Patch history file: /app/oracle/grid/11.2/cfgtoollogs/opatch/opatch_history.txt
    ApplySession applying interim patch '11724916' to OH '/app/oracle/grid/11.2'
    Running prerequisite checks...
    Patch 11724916: Optional component(s) missing : [ oracle.sysman.console.db, 11.2.0.2.0 ] , [ oracle.sysman.oms.core, 10.2.0.4.3 ] , [ oracle.rdbms.dv, 11.2.0.2.0 ] Prov! ide your email address to be informed of security issues, install and initiate Oracle Configuration Manager. Easier for you if you use your My Oracle Support Email address/User Name.
    Visit http://www.oracle.com/support/policies.html for details.
    Email address/User Name:
    You have not provided an email address for notification of security issues.
    Do you wish to remain uninformed of security issues ([Y]es, [N]o) [N]: Y
    OPatch detected the node list and the local node from the inventory. OPatch will patch the local system then propagate the patch to the remote nodes.
    This node is part of an Oracle Real Application Cluster.
    Remote nodes: 'selva-1'
    Local node: 'selva-2'
    Please shutdown Oracle instances running out of this ORACLE_HOME on the local system.
    (Oracle Home = '/app/oracle/grid/11.2')
    Is the local system ready for patching? y y
    User Responded with: Y
    Backing up files and inventory (not for auto-rollback) for the Oracle Home
    Backing up files af! fected by the patch '11724916' for restore. This might take a while...
    Backing up files affected by the patch '11724916' for rollback. This might take a while...
    Patching component oracle.rdbms.rsf, 11.2.0.2.0...
    Updating archive file "/app/oracle/grid/11.2/lib/libgeneric11.a" with "lib/libgeneric11.a/kgl2.o"
    Updating archive file "/app/oracle/grid/11.2/lib/libgeneric11.a" with "lib/libgeneric11.a/kgh.o"
    Updating archive file "/app/oracle/grid/11.2/lib/libgeneric11.a" with "lib/libgeneric11.a/kgx.o"
    Updating archive file "/app/oracle/grid/11.2/lib/libgeneric11.a" with "lib/libgeneric11.a/kgl.o"
    Copying file to "/app/oracle/grid/11.2/rdbms/mesg/oraus.msb"
    Copying file to "/app/oracle/grid/11.2/rdbms/mesg/oraus.msg"
    Patching component oracle.rdbms, 11.2.0.2.0...
    Updating archive file "/app/oracle/grid/11.2/lib/libserver11.a" with "lib/libserver11.a/kfc.o"
    Updating archive file "/app/oracle/grid/11.2/lib/li! bserver11.a" with "lib/libserver11.a/kfcl.o"
    Updating archive file "/app/oracle/grid/11.2/lib/libserver11.a" with "lib/libserver11.a/kfd.o"
    Updating archive file "/app/oracle/grid/11.2/lib/libserver11.a" with "lib/libserver11.a/kfds.o"
    Updating archive file "/app/oracle/grid/11.2/lib/libserver11.a" with "lib/libserver11.a/kff.o"
    Updating archive file "/app/oracle/grid/11.2/lib/libserver11.a" with "lib/libserver11.a/kffm.o"
    Updating archive file "/app/oracle/grid/11.2/lib/libserver11.a" with "lib/libserver11.a/kfgb.o"
    Updating archive file "/app/oracle/grid/11.2/lib/libserver11.a" with "lib/libserver11.a/ksvt.o"
    Updating archive file "/app/oracle/grid/11.2/lib/libserver11.a" with "lib/libserver11.a/kfdp.o"
    Updating archive file "/app/oracle/grid/11.2/lib/libserver11.a" with "lib/libserver11.a/kspt.o"
    Updating archive file "/app/oracle/grid/11.2/lib/libserver11.a" with "lib/libserver11.a/qks3t.o"
    Updating archive file "/app/oracle/grid/11.2/lib/libserver11.! a" with "lib/libserver11.a/qerbo.o"
    Updating archive file "/app/oracle/grid/11.2/lib/libserver11.a" with "lib/libserver11.a/ksols.o"
    Updating archive file "/app/oracle/grid/11.2/lib/libserver11.a" with "lib/libserver11.a/dgl.o"
    Updating archive file "/app/oracle/grid/11.2/lib/libserver11.a" with "lib/libserver11.a/kcvfdb.o"
    Updating archive file "/app/oracle/grid/11.2/lib/libserver11.a" with "lib/libserver11.a/kks1.o"
    Updating archive file "/app/oracle/grid/11.2/lib/libserver11.a" with "lib/libserver11.a/kkscs.o"
    Updating archive file "/app/oracle/grid/11.2/lib/libserver11.a" with "lib/libserver11.a/krsm.o"
    Updating archive file "/app/oracle/grid/11.2/lib/libserver11.a" with "lib/libserver11.a/ksws.o"
    Updating archive file "/app/oracle/grid/11.2/lib/libserver11.a" with "lib/libserver11.a/kql.o"
    Updating archive file "/app/oracle/grid/11.2/lib/libserver11.a" with "lib/libserver11.a/kqlb.o"!
    Updating archive file "/app/oracle/grid/11.2/lib/libserver11.a" &n bsp;with "lib/libserver11.a/kqlm.o"
    Updating archive file "/app/oracle/grid/11.2/lib/libserver11.a" with "lib/libserver11.a/kjcv.o"
    Updating archive file "/app/oracle/grid/11.2/lib/libserver11.a" with "lib/libserver11.a/kjl.o"
    Updating archive file "/app/oracle/grid/11.2/lib/libserver11.a" with "lib/libserver11.a/kjs.o"
    Updating archive file "/app/oracle/grid/11.2/lib/libserver11.a" with "lib/libserver11.a/kjx.o"
    Updating archive file "/app/oracle/grid/11.2/lib/libserver11.a" with "lib/libserver11.a/kjg.o"
    Updating archive file "/app/oracle/grid/11.2/lib/libserver11.a" with "lib/libserver11.a/kjak.o"
    Updating archive file "/app/oracle/grid/11.2/lib/libserver11.a" with "lib/libserver11.a/kdi.o"
    Updating archive file "/app/oracle/grid/11.2/lib/libserver11.a" with "lib/libserver11.a/kfg.o"
    Updating archive file "/app/oracle/grid/11.2/lib/libserver11.a" with "lib/libserver11.a/kfio.o"
    Updating ar! chive file "/app/oracle/grid/11.2/lib/libserver11.a" with "lib/libserver11.a/kfio0.o"
    Updating archive file "/app/oracle/grid/11.2/lib/libserver11.a" with "lib/libserver11.a/kfis.o"
    Updating archive file "/app/oracle/grid/11.2/lib/libserver11.a" with "lib/libserver11.a/kfnm.o"
    Updating archive file "/app/oracle/grid/11.2/lib/libserver11.a" with "lib/libserver11.a/ksbt.o"
    Updating archive file "/app/oracle/grid/11.2/lib/libserver11.a" with "lib/libserver11.a/kfdvf.o"
    Updating archive file "/app/oracle/grid/11.2/lib/libserver11.a" with "lib/libserver11.a/kqld.o"
    Updating archive file "/app/oracle/grid/11.2/lib/libserver11.a" with "lib/libserver11.a/kkae.o"
    Updating archive file "/app/oracle/grid/11.2/lib/libserver11.a" with "lib/libserver11.a/kcb.o"
    Updating archive file "/app/oracle/grid/11.2/lib/libserver11.a" with "lib/libserver11.a/kcl.o"
    Updating archive file "/app/oracle/grid/11.2/lib/libse! rver11.a" with "lib/libserver11.a/dmlsrv.o"
    Updating archive file "/app/oracle/grid/11.2/lib/libserver11.a" with "lib/libserver11.a/updexe.o"
    Updating archive file "/app/oracle/grid/11.2/lib/libserver11.a" with "lib/libserver11.a/qesltc.o"
    Updating archive file "/app/oracle/grid/11.2/lib/libserver11.a" with "lib/libserver11.a/qerlt.o"
    Updating archive file "/app/oracle/grid/11.2/lib/libserver11.a" with "lib/libserver11.a/kksc.o"
    Updating archive file "/app/oracle/grid/11.2/lib/libserver11.a" with "lib/libserver11.a/ktsld.o"
    Updating archive file "/app/oracle/grid/11.2/lib/libserver11.a" with "lib/libserver11.a/krcp.o"
    Updating archive file "/app/oracle/grid/11.2/lib/libserver11.a" with "lib/libserver11.a/kkxs.o"
    Updating archive file "/app/oracle/grid/11.2/lib/libserver11.a" with "lib/libserver11.a/kkj.o"
    Updating archive file "/app/oracle/grid/11.2/lib/libserver11.a" with "lib/libserver11.a/jslv.o"
    Updating archive file "/app/oracle/grid/11.2/lib/libserv! er11.a" with "lib/libserver11.a/kza.o"
    Updating archive file "/app/oracle/grid/11.2/lib/libserver11.a" with "lib/libserver11.a/kdu.o"
    Updating archive file "/app/oracle/grid/11.2/lib/libserver11.a" with "lib/libserver11.a/ktsf.o"
    Updating archive file "/app/oracle/grid/11.2/lib/libserver11.a" with "lib/libserver11.a/ktsp.o"
    Updating archive file "/app/oracle/grid/11.2/lib/libserver11.a" with "lib/libserver11.a/kqlf.o"
    Updating archive file "/app/oracle/grid/11.2/lib/libserver11.a" with "lib/libserver11.a/kks.o"
    Updating archive file "/app/oracle/grid/11.2/lib/libserver11.a" with "lib/libserver11.a/kkss.o"
    Updating archive file "/app/oracle/grid/11.2/lib/libserver11.a" with "lib/libserver11.a/kdlw.o"
    Updating archive file "/app/oracle/grid/11.2/lib/libserver11.a" with "lib/libserver11.a/ktuq.o"
    Updating archive file "/app/oracle/grid/11.2/lib/libserver11.a" with "lib/libserver11.a/kkfd.o"Updating archive file "/app/oracle/grid/11.2/lib/libserver11.a" &nb sp;with "lib/libserver11.a/kxfp.o"
    Updating archive file "/app/oracle/grid/11.2/lib/libserver11.a" with "lib/libserver11.a/upsexe.o"
    Updating archive file "/app/oracle/grid/11.2/lib/libserver11.a" with "lib/libserver11.a/kkdl.o"
    Updating archive file "/app/oracle/grid/11.2/lib/libserver11.a" with "lib/libserver11.a/kcbz.o"
    Updating archive file "/app/oracle/grid/11.2/lib/libserver11.a" with "lib/libserver11.a/kjcs.o"
    Updating archive file "/app/oracle/grid/11.2/lib/libserver11.a" with "lib/libserver11.a/kjctc.o"
    Updating archive file "/app/oracle/grid/11.2/lib/libserver11.a" with "lib/libserver11.a/kjdd.o"
    Updating archive file "/app/oracle/grid/11.2/lib/libserver11.a" with "lib/libserver11.a/kjfc.o"
    Updating archive file "/app/oracle/grid/11.2/lib/libserver11.a" with "lib/libserver11.a/kjfm.o"
    Updating archive file "/app/oracle/grid/11.2/lib/libserver11.a" with "lib/libserver11.a/kjfz.o"
    Upd! ating archive file "/app/oracle/grid/11.2/lib/libserver11.a" with "lib/libserver11.a/kjgcr.o"
    Updating archive file "/app/oracle/grid/11.2/lib/libserver11.a" with "lib/libserver11.a/kjm.o"
    Updating archive file "/app/oracle/grid/11.2/lib/libserver11.a" with "lib/libserver11.a/kjpnp.o"
    Updating archive file "/app/oracle/grid/11.2/lib/libserver11.a" with "lib/libserver11.a/kju.o"
    Updating archive file "/app/oracle/grid/11.2/lib/libasmclnt11.a" with "lib/libasmclnt11.a/kgfdputl.o"
    Updating archive file "/app/oracle/grid/11.2/lib/libasmclntsh11.a" with "lib/libasmclntsh11.a/kgfdputl.o"
    Copying file to "/app/oracle/grid/11.2/rdbms/admin/bundledata_PSU.xml"
    Copying file to "/app/oracle/grid/11.2/psu/11.2.0.2.2/catpsu.sql"
    Copying file to "/app/oracle/grid/11.2/psu/11.2.0.2.2/catpsu_rollback.sql"
    Patching component oracle.ldap.rsf, 11.2.0.2.0...
    Updating archive file "/app/oracle/grid/11.2/lib/libnnz11.a" ! with "lib/libnnz11.a/nzos.o"
    Updating archive file "/app/oracle/gri d/11.2/lib/libnnz11.a" with "lib/libnnz11.a/nzu.o"
    Updating archive file "/app/oracle/grid/11.2/lib/libnnz11.a" with "lib/libnnz11.a/ssl_createglobalcontext.o"
    Updating archive file "/app/oracle/grid/11.2/lib/libnnz11.a" with "lib/libnnz11.a/ssl_decoderecord.o"
    Updating archive file "/app/oracle/grid/11.2/lib/libnnz11.a" with "lib/libnnz11.a/ssl_destroyconnectioncontext.o"
    Updating archive file "/app/oracle/grid/11.2/lib/libnnz11.a" with "lib/libnnz11.a/ssl_getversion.o"
    Updating archive file "/app/oracle/grid/11.2/lib/libnnz11.a" with "lib/libnnz11.a/ssl_setupconnectioncontext.o"
    Updating archive file "/app/oracle/grid/11.2/lib/libnnz11.a" with "lib/libnnz11.a/ssl_read.o"
    Updating archive file "/app/oracle/grid/11.2/lib/libnnz11.a" with "lib/libnnz11.a/ssl_write.o"
    Updating archive file "/app/oracle/grid/11.2/lib/libnnz11.a" with "lib/libnnz11.a/ssl_hshk_getnextevent.o"
    Updating archive file "/! app/oracle/grid/11.2/lib/libnnz11.a" with "lib/libnnz11.a/ssl_hshk_handshakeproceed.o"
    Updating archive file "/app/oracle/grid/11.2/lib/libnnz11.a" with "lib/libnnz11.a/ssl_hshk_priv_onerror.o"
    Updating archive file "/app/oracle/grid/11.2/lib/libnnz11.a" with "lib/libnnz11.a/ssl_hshk_priv_process_client_hello.o"
    Updating archive file "/app/oracle/grid/11.2/lib/libnnz11.a" with "lib/libnnz11.a/ssl_hshk_priv_process_hello_shared.o"
    Updating archive file "/app/oracle/grid/11.2/lib/libnnz11.a" with "lib/libnnz11.a/ssl_hshk_priv_processserverhello.o"
    Updating archive file "/app/oracle/grid/11.2/lib/libnnz11.a" with "lib/libnnz11.a/ssl_hshk_priv_ssl2_processclienthelloshared.o"
    Updating archive file "/app/oracle/grid/11.2/lib/libnnz11.a" with "lib/libnnz11.a/ssl_hshk_priv_ssl3_process_finished.o"
    Updating archive file "/app/oracle/grid/11.2/lib/libnnz11.a" with "lib/libnnz11.a/ssl_hshk_priv_ssl3_tls1_writeserver! hello_handler.o"
    Updating archive file "/app/oracle/grid/11.2/lib/l ibnnz11.a" with "lib/libnnz11.a/ssl_hshk_priv_ssl3_writefinished_handler.o"
    Updating archive file "/app/oracle/grid/11.2/lib/libnnz11.a" with "lib/libnnz11.a/ssl_hshk_priv_tls1_process_finished.o"
    Updating archive file "/app/oracle/grid/11.2/lib/libnnz11.a" with "lib/libnnz11.a/ssl_hshk_priv_tls1_writefinished_handler.o"
    Updating archive file "/app/oracle/grid/11.2/lib/libnnz11.a" with "lib/libnnz11.a/ssl_hshk_priv_writeclienthello.o"
    Updating archive file "/app/oracle/grid/11.2/lib/libnnz11.a" with "lib/libnnz11.a/ssl_hshk_read.o"
    Updating archive file "/app/oracle/grid/11.2/lib/libnnz11.a" with "lib/libnnz11.a/ssl_hshk_refuserenegotiation.o"
    Updating archive file "/app/oracle/grid/11.2/lib/libnnz11.a" with "lib/libnnz11.a/ssl_hshk_requestrenegotiation.o"
    Updating archive file "/app/oracle/grid/11.2/lib/libnnz11.a" with "lib/libnnz11.a/ssl_createconnectioncontext.o"
    Updating archive file "/app/oracle/gr! id/11.2/lib/libnnz11.a" with "lib/libnnz11.a/ssl_enableclientauthentication.o"
    Updating archive file "/app/oracle/grid/11.2/lib/libnnz11.a" with "lib/libnnz11.a/ssl_modifyclientauthmodes.o"
    Updating archive file "/app/oracle/grid/11.2/lib/libnnz11.a" with "lib/libnnz11.a/ssl_disableclientauthentication.o"
    Updating archive file "/app/oracle/grid/11.2/lib/libnnz11.a" with "lib/libnnz11.a/ssl_hshk_priv_write_certificate_request_handler.o"
    Updating archive file "/app/oracle/grid/11.2/lib/libnnz11.a" with "lib/libnnz11.a/ssl_hshk_priv_calc_enabled_cipher_suites.o"
    Updating archive file "/app/oracle/grid/11.2/lib/libnnz11.a" with "lib/libnnz11.a/ssl_hshk_priv_is_client_cert_requested.o"
    Updating archive file "/app/oracle/grid/11.2/lib/libnnz11.a" with "lib/libnnz11.a/ssl_hshk_priv_processcertificaterequest_handler.o"
    Updating archive file "/app/oracle/grid/11.2/lib/libnnz11.a" with "lib/libnnz11.a/ssl_hshk_priv_! process_client_hello_shared.o"
    Updating archive file "/app/oracle/g rid/11.2/lib/libnnz11.a" with "lib/libnnz11.a/ssl_hshk_priv_setclientcertrequested_handler.o"
    Updating archive file "/app/oracle/grid/11.2/lib/libnnz11.a" with "lib/libnnz11.a/ssl_hshk_priv_ssl2_write_client_certificate_handler.o"
    Updating archive file "/app/oracle/grid/11.2/lib/libnnz11.a" with "lib/libnnz11.a/ssl_modifyciphersuites.o"
    Updating archive file "/app/oracle/grid/11.2/lib/libnnz11.a" with "lib/libnnz11.a/ssl_getconnectionrenegotiationoptions.o"
    Updating archive file "/app/oracle/grid/11.2/lib/libnnz11.a" with "lib/libnnz11.a/ssl_getrenegotiationoptions.o"
    Updating archive file "/app/oracle/grid/11.2/lib/libnnz11.a" with "lib/libnnz11.a/ssl_hshk_priv_dooptionsallowrenegotoation.o"
    Updating archive file "/app/oracle/grid/11.2/lib/libnnz11.a" with "lib/libnnz11.a/ssl_modifyrenegotiationoptions.o"
    Updating archive file "/app/oracle/grid/11.2/lib/libnnz11.a" with "lib/libnnz11.a/ssl_setrenegotiation! options.o"
    Updating archive file "/app/oracle/grid/11.2/lib/libzt11.a" with "lib/libzt11.a/nzdacval.o"
    Copying file to "/app/oracle/grid/11.2/lib/libnnz11.so"
    Patching component oracle.rdbms.dbscripts, 11.2.0.2.0...
    Copying file to "/app/oracle/grid/11.2/rdbms/admin/c1101000.sql"
    Copying file to "/app/oracle/grid/11.2/rdbms/admin/catupstr.sql"
    Running make for target client_sharedlib
    OPatch found the word "failed" in the stderr of the make command.
    Please look at this stderr. You can re-run this make command.
    Stderr output:
    ln: cannot create libclntsh.so: Permission denied
    ar: cannot create shoc.o
    Permission denied
    ld: fatal: file /app/oracle/grid/11.2/lib/shoc.o: open failed: No such file or directory
    ln: cannot create libagtsh.so: Permission denied
    Running make for target client_sharedlib
    Make failed to invoke "/usr/ccs/bin/make -f ins_rdbms.mk client_sharedlib ORAC! LE_HOME=/app/oracle/grid/11.2"....'ln: cannot create libclntsh.so: Per mission denied
    make: Fatal error: Command failed for target `client_sharedlib'
    Running make for target ioracle
    The following make actions have failed :
    Re-link fails on target "client_sharedlib".
    Do you want to proceed? y
    n
    User Responded with: N
    ApplySession failed: ApplySession failed in system modification phase... 'ApplySession::apply failed: Re-link fails on target "client_sharedlib".
    OPatch will attempt to restore the system...
    Restoring the Oracle Home...
    Checking if OPatch needs to invoke 'make' to restore some binaries...
    OPatch found the word "failed" in the stderr of the make command.
    Please look at this stderr. You can re-run this make command.
    Stderr output:
    ln: cannot create libclntsh.so: Permission denied
    ar: cannot create shoc.o
    Permission denied
    ld: fatal: file /app/oracle/grid/11.2/lib/shoc.o: open failed: No such file or directory
    ln:! cannot create libagtsh.so: Permission denied
    Make failed to invoke "/usr/ccs/bin/make -f ins_rdbms.mk client_sharedlib ORACLE_HOME=/app/oracle/grid/11.2"....'ln: cannot create libclntsh.so: Permission denied
    make: Fatal error: Command failed for target `client_sharedlib'
    Failed to run make commands. They are stored in file '/app/oracle/grid/11.2/.patch_storage/11724916_Apr_13_2011_03_16_19/make.txt'
    Invoke these commands manually to restore the binaries in the Oracle Home.
    OPatch failed to restore OH '/app/oracle/grid/11.2'. Consult OPatch document to restore the home manually before proceeding.
    The following warnings have occurred during OPatch execution:
    1) OUI-67215:
    OPatch found the word "failed" in the stderr of the make command.
    Please look at this stderr. Yo! u can re-run this make command.
    Stderr output:
    ln: cannot create libclntsh.so: Permission denied
    ar: cannot create shoc.o
    Permission denied
    ld: fatal: file /app/oracle/grid/11.2/lib/shoc.o: open failed: No such file or directory
    ln: cannot create libagtsh.so: Permission denied
    2) OUI-67200:Make failed to invoke "/usr/ccs/bin/make -f ins_rdbms.mk client_sharedlib ORACLE_HOME=/app/oracle/grid/11.2"....'ln: cannot create libclntsh.so: Permission denied
    make: Fatal error: Command failed for target `client_sharedlib'
    3) OUI-67124:Re-link fails on target "client_sharedlib".
    4) OUI-67215:
    OPatch found the word "failed" in the stderr of the make command.
    Please look at this stderr. You can re-run this make command.
    Stderr output:
    ln: cannot create libclntsh.so: Permission denied
    ar: cannot create shoc.o
    Permission denied
    ld: fatal: file /app/oracle/grid/11.2/lib/shoc.o: open failed: No such file or directory
    ln: cann! ot create libagtsh.so: Permission denied
    5) OUI-67200:Make failed to invoke "/usr/ccs/bin/make -f ins_rdbms.mk client_sharedlib ORACLE_HOME=/app/oracle/grid/11.2"....'ln: cannot create libclntsh.so: Permission denied
    make: Fatal error: Command failed for target `client_sharedlib'
    OPatch failed with error code 115
    Trying to install it as root I have another error:
    root@selva-2./usr/local/software/oracle/11724916 # opatch apply
    Invoking OPatch 11.2.0.1.5
    The user is root. OPatch cannot continue if the user is root.
    OPatch failed with error code 255
    How should I apply this patch? Should I rollback path 12311357 and reapply both together?
    Thanks.

    Thanks. Although it is true my grid user environment doesnt contain /usr/ccs/bin in the PATH variable, opatch seems to know where to find those commands. I have included it in the PATH but the error persists.
    On the other hand I have seen lib directory under GI HOME, where libclntsh.so link should be created applying the patch, belongs to root with 755 permissions. IS THIS CORRECT? Then grid user never will be able to create the link reported in the opatch error above :
    ln: cannot create libclntsh.so: Permission denied
    ar: cannot create shoc.o
    Permission denied
    So, What is wrong?
    Thanks again.

  • 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 Java Patch 16 on WAS 640 ABAP+JAVA

    Hello Masters,
    I am in process of applying Patch 16 to my BW 3.5 WAS 640 ABAP+JAVA systems.  I have successfully applied ABAP patch level to 16.  Now I am applying to J2EE Patch 16 to system. I did prerequisite check and everything is okay.  Platform - Sun Solaris 9, Oracle 9.2.0.6.  When I click on apply Patch 16, it goes thru central instance profile, java home directory okay. After this it is asking me to supply file for JCE and I gave path for file "jce_policy-1_4_2.zip".  after that it extracts this file to Java_home/jre and at point when it tries to extract visual.dat, it throws following error :
    CJS-00030  Assertion failed: in
    function () {
        if (!this.hasJ2EE()) {
            installer.writeTrace("Can't determine JAVA_HOME of instance " + this.getName() + ": no J2EE engine installed.");
            return undefined;
        var fmgt = new FileMgt();
        var instanceProfile = this.getProfile();
        var javaHome = instanceProfile.get("jstartup/vm/home");
        if (javaHome) {
            return javaHome.value();
        var pname = this.getDirInstance() + "/j2ee/cluster/instance.properties";
        var pNode = fmgt.getNode(pname);
        ASSERT_DEFINED(arguments.callee, pNode, "pNode(" + pname + ")");
        var stream = pNode.getFileStream("READ");
        ASSERT_DEFINED(arguments.callee, stream, "stream(" + pname + ")");
        var props = new R3Profile(stream);
        for (var it = props.propertyNames(); !it.isDone(); it.next()) {
            var p = it.get();
            if (p.name().indexOf("JavaPath") != -1) {
                return p.value();
        ASSERT(arguments.callee, false, "no property with JavaPath in its name found in file " + pname);
    no property with JavaPath in its name found in file /usr/sap/QWA/DVEBMGS02/j2ee/cluster/instance.properties
    ERROR 2006-08-03 14:57:30
    MUT-03025  Caught ESAPinstException in Modulecall: ESAPinstException: error text undefined.
    WARNING 2006-08-03 14:57:30
    The step checkIfSafeModeIsEnabled with step key ApplySupportPackage|ind|ind|ind|J2EE_Engine|6.30|0|PatchJ2eeEngine|ind|ind|ind|J2EE_Engine|6.30|0|checkIfSafeModeIsEnabled was executed with status ERROR.
    WARNING 2006-08-03 14:58:54
    An error occurred during the installation.
    Your input will be greately appreciated and would reward points.
    Thanks,
    Digesh

    Hello Digesh,
    The firt thing please go to os level prompt for <SID>adm user and type echo $JAVA_HOME. What is the value that is reflected after issuing the above.
    Also please check that your SAP-J2EE instance is running properly or not.
    The JCE is used for Weak and strong encryption.
    Also please check the instance.properties file. Does it contain proper parameter as per your SAP installation.
    Regards,
    Prem

  • Error in applying the patch to OBIEE 11.1.1.6.8

    When I try to apply the opatch apply command,   below is the error I am getting. I am not able to find the resolution for this. I am not understanding the problem  by looking at this.
    optach failed with error code 1
    C:\Middleware\Oracle_BI1\16094198>opatch apply
    Exception in thread "main" java.lang.NoClassDefFoundError: Files\Java\jdk1/7/0_4
    5\lib;;C:\MIDDLE~1\ORACLE~1/modules/oracle/jrf_11/1/1/jrf-wlstman/jar;C:\MIDDLE~
    1\ORACLE~1/modules/oracle/jrf_11/1/1/jrf-wlstman/jar
    Caused by: java.lang.ClassNotFoundException: Files\Java\jdk1.7.0_45\lib;;C:\MIDD
    LE~1\ORACLE~1.modules.oracle.jrf_11.1.1.jrf-wlstman.jar;C:\MIDDLE~1\ORACLE~1.mod
    ules.oracle.jrf_11.1.1.jrf-wlstman.jar
            at java.net.URLClassLoader$1.run(URLClassLoader.java:202)
            at java.security.AccessController.doPrivileged(Native Method)
            at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
            at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
            at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)
            at java.lang.ClassLoader.loadClass(ClassLoader.java:247)
    Could not find the main class: Files\Java\jdk1.7.0_45\lib;;C:\MIDDLE~1\ORACLE~1/
    modules/oracle.jrf_11.1.1/jrf-wlstman.jar;C:\MIDDLE~1\ORACLE~1/modules/oracle.jr
    f_11.1.1/jrf-wlstman.jar.  Program will exit.
    I have installed OBIEE 11.1.1.6.0 version on windows 64 bit machine and later on I tried to apply the patch to upgrade it to 11.1.1.6.8 . Once I received  above error , I thought of cross checking the PATH &  Java_Home environment variables from my machine and below are snapshots of them.
    Java Home : C:\Program Files\Java\jdk1.7.0_45\bin
    Path:  C:\oraclexe\app\oracle\product\11.2.0\server\bin;C:\Program Files (x86)\RSA SecurID Token Common;%SystemRoot%\system32;%SystemRoot%;%SystemRoot%\System32\Wbem;%SYSTEMROOT%\System32\WindowsPowerShell\v1.0\;C:\Program Files (x86)\Intel\Services\IPT\;C:\Middleware\Oracle_BI1\products\Essbase\EssbaseServer\bin;C:\Middleware\Oracle_BI1\bin;C:\Middleware\Oracle_BI1\opmn\bin;C:\Middleware\Oracle_BI1\opmn\lib;C:\Middleware\Oracle_BI1\perl\bin;C:\Program Files\Java\jdk1.7.0_45\bin
    below are the commands executed in the first step before applying opatch apply on 16094198
    set ORACLE_HOME=C:\Middleware\Oracle_BI1
    set PATH=%ORACLE_HOME%\bin;%PATH%
    set JAVA_HOME=%ORACLE_HOME%\jdk
    set PATH=%JAVA_HOME%\bin;%PATH%
    set PATH=%ORACLE_HOME%\OPatch;%PATH%
    Any inputs on how to resolve this opatch problem will be greatly appreciated. Please let us know if I have to make any change in the environmental variables or in these set commands stated above.
    Thanks in advance.

    Heelo Srini,
    I have updated my JAVA_HOME system variable in environmental variables section as stated below
    User variables:
    JAVA_HOME : C:\Program Files\Java\jdk1.7.0_45
    PATH : %JAVA_HOME%\bin
    System variables:
    ClassPath: C:\Program Files\Java\jdk1.7.0_45\lib;
    Path: C:\oraclexe\app\oracle\product\11.2.0\server\bin;C:\Program Files (x86)\RSA SecurID Token Common;%SystemRoot%\system32;%SystemRoot%;%SystemRoot%\System32\Wbem;%SYSTEMROOT%\System32\WindowsPowerShell\v1.0\;C:\Program Files (x86)\Intel\Services\IPT\;C:\Middleware\Oracle_BI1\products\Essbase\EssbaseServer\bin;C:\Middleware\Oracle_BI1\bin;C:\Middleware\Oracle_BI1\opmn\bin;C:\Middleware\Oracle_BI1\opmn\lib;C:\Middleware\Oracle_BI1\perl\bin;C:\Program Files\Java\jdk1.7.0_45\bin
    Later I tried to apply the patch but I got the below error
    C:\Middleware\Oracle_BI1\16094198>opatch apply
    Exception in thread "main" java.lang.NoClassDefFoundError: Files\Java\jdk1/7/0_4
    5\lib;;C:\MIDDLE~1\ORACLE~1/modules/oracle/jrf_11/1/1/jrf-wlstman/jar;C:\MIDDLE~
    1\ORACLE~1/modules/oracle/jrf_11/1/1/jrf-wlstman/jar
    Caused by: java.lang.ClassNotFoundException: Files\Java\jdk1.7.0_45\lib;;C:\MIDD
    LE~1\ORACLE~1.modules.oracle.jrf_11.1.1.jrf-wlstman.jar;C:\MIDDLE~1\ORACLE~1.mod
    ules.oracle.jrf_11.1.1.jrf-wlstman.jar
            at java.net.URLClassLoader$1.run(URLClassLoader.java:202)
            at java.security.AccessController.doPrivileged(Native Method)
            at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
            at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
            at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)
            at java.lang.ClassLoader.loadClass(ClassLoader.java:247)
    Could not find the main class: Files\Java\jdk1.7.0_45\lib;;C:\MIDDLE~1\ORACLE~1/
    modules/oracle.jrf_11.1.1/jrf-wlstman.jar;C:\MIDDLE~1\ORACLE~1/modules/oracle.jr
    f_11.1.1/jrf-wlstman.jar.  Program will exit.
    OPatch failed with error code = 1
    Please provide any inputs.
    Thanks & regards,
    karthik Vecham

  • Error while applying INLOC patch on 11i platform windows 2003.

    Hi all,
    follwoing error and warning occur while applying INDIA LOCALIZATION patch 6410725 on windows 2003.
    ***Error! Could not copy ja_in_tran_rg_entry_trg.sql to E:\inloc\ILP\patch\6410725\backup\patch/115/sql. Skipping..The syntax of the command is incorrect.
    Copied patch\115\sql\ja_in_tran_rg_entry_trg.sql successfully to d:\oracle\visappl\ja\11.5.0\patch\115\sql.
    Applied ja_in_tran_rg_entry_trg.sql successfully.
    ***Error! Could not copy ja_in_reqn_curr_upd_trg.sql to E:\inloc\ILP\patch\6410725\backup\patch/115/sql. Skipping..The syntax of the command is incorrect.
    Copied patch\115\sql\ja_in_reqn_curr_upd_trg.sql successfully to d:\oracle\visappl\ja\11.5.0\patch\115\sql.
    Applied ja_in_reqn_curr_upd_trg.sql successfully.
    ***Warning! Could not create patch/115/sql directory. Skipping..
    The system cannot find the path specifiedBacked jai_cmn_dbg_ctx.pls in from databaseCopied patch\115\sql\jai_cmn_dbg_ctx.pls successfully to d:\oracle\visappl\ja\11.5.0\patch\115\sql.
    Applied jai_cmn_dbg_ctx.pls successfully.
    ***Warning! Could not create patch/115/sql directory. Skipping..
    The system cannot find the path specifiedBacked ja_in_balance_transfer.sql in from databaseCopied patch\115\sql\ja_in_balance_transfer.sql successfully to d:\oracle\visappl\ja\11.5.0\patch\115\sql.
    Applied ja_in_balance_transfer.sql successfully.
    ***Warning! Could not create patch/115/sql directory. Skipping..
    The system cannot find the path specifiedBacked jai_cmn_dbg_ctx.plb in from databaseCopied patch\115\sql\jai_cmn_dbg_ctx.plb successfully to d:\oracle\visappl\ja\11.5.0\patch\115\sql.
    Applied jai_cmn_dbg_ctx.plb successfully.
    Skipping JAI_ARSETUP_C.ldt because FND patchset level is H..Copied JAI_ARSETUP_E.ldt successfully to E:\inloc\ILP\patch\6410725\backup\patch\115\import\US.
    Copied patch\115\import\US\JAI_ARSETUP_E.ldt successfully to d:\oracle\visappl\ja\11.5.0\patch\115\import\US.
    Applied JAI_ARSETUP_E.ldt successfully.
    I have check all pre requisites, is any steps before applying the patch to avoid this kind error?
    regards,
    sandeep.

    Hi,
    i dont understand why path is changing
    E:\inloc\ILP\patch\6410725\backup\patch / 115 / sql
    1)did u give correct path of patch directory when installing patch?
    2)are u installing the patch from inside the patch directory?if not do it and check
    3)give full permission to everyone on the patch directory
    Regards
    Edited by: Ahmed@hungry_dba on Feb 14, 2010 10:52 PM

  • 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

  • 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))

Maybe you are looking for