Error while applying LM-tools patch using JSPM

hi all,
I got error while applying LM-Tool patch using JSPM. following is the error log. How can i rectify it. please help.
Mar 29, 2010 12:49:57... Info:
Mar 29, 2010 12:49:57... Info: 12:49:56 2010-03-29 dbs-Info:  Statement successf
ully executed: DROP TABLE "BC_MID_TREE"
Mar 29, 2010 12:49:57... Info: 12:49:56 2010-03-29 dbs-Info:  Statement successf
ully executed: DROP TABLE "BC_MID_TREE"
Mar 29, 2010 12:49:57... Info: 12:49:56 2010-03-29 dbs-Info:  Statement successf
ully executed: CREATE TABLE "BC_MID_TREE"("NODE_ID" RAW(16)  NOT NULL, "PARENT_I
D" RAW(16)  , "NODE_TYPE" NUMBER(10) DEFAULT 0 NOT NULL, "NAME" NVARCHAR2(30) DE
FAULT ' ' NOT NULL, "TS" TIMESTAMP  NOT NULL, "USER_ID" NVARCHAR2(30)  )
Mar 29, 2010 12:49:57... Info: 12:49:56 2010-03-29 dbs-Info:  Statement successf
ully executed: CREATE TABLE "BC_MID_TREE"("NODE_ID" RAW(16)  NOT NULL, "PARENT_I
D" RAW(16)  , "NODE_TYPE" NUMBER(10) DEFAULT 0 NOT NULL, "NAME" NVARCHAR2(30) DE
FAULT ' ' NOT NULL, "TS" TIMESTAMP  NOT NULL, "USER_ID" NVARCHAR2(30)  )
Mar 29, 2010 12:49:57... Info: 12:49:56 2010-03-29 dbs-Info:  Statement successf
ully executed: CREATE INDEX "BC_MID_TREE_R" ON "BC_MID_TREE"("PARENT_ID")
Mar 29, 2010 12:49:57... Info: 12:49:56 2010-03-29 dbs-Info:  Statement successf
ully executed: CREATE INDEX "BC_MID_TREE_R" ON "BC_MID_TREE"("PARENT_ID")
Mar 29, 2010 12:49:57... Info: 12:49:56 2010-03-29 dbs-Info:  Statement successf
ully executed: CREATE UNIQUE INDEX "BC_MID_TREE_U" ON "BC_MID_TREE"("PARENT_ID",
"NAME")
Mar 29, 2010 12:49:57... Info: 12:49:56 2010-03-29 dbs-Info:  Statement successf
ully executed: CREATE UNIQUE INDEX "BC_MID_TREE_U" ON "BC_MID_TREE"("PARENT_ID",
"NAME")
Mar 29, 2010 12:49:57... Info: 12:49:56 2010-03-29 dbs-Info:  Statement successf
ully executed: ALTER TABLE "BC_MID_TREE" ADD PRIMARY KEY ("NODE_ID") NOT DEFERRA
BLE INITIALLY IMMEDIATE ENABLE VALIDATE
Mar 29, 2010 12:49:57... Info: 12:49:56 2010-03-29 dbs-Info:  Statement successf
ully executed: ALTER TABLE "BC_MID_TREE" ADD PRIMARY KEY ("NODE_ID") NOT DEFERRA
BLE INITIALLY IMMEDIATE ENABLE VALIDATE
Mar 29, 2010 12:49:57... Info: 12:49:56 2010-03-29 dbs-Info:  Runtime XML of BC_
MID_TREE successfully written
Mar 29, 2010 12:49:57... Info: 12:49:56 2010-03-29 dbs-Info:  Runtime XML of BC_
MID_TREE successfully written
Mar 29, 2010 12:49:57... Info: 12:49:56 2010-03-29 dbs-Info:  Runtime XML of BC_
MID_TREE successfully written
Mar 29, 2010 12:49:57... Info: 12:49:56 2010-03-29 dbs-Info:  Runtime XML of BC_
MID_TREE successfully written
Mar 29, 2010 12:49:57... Info: 12:49:56 2010-03-29 dbs-Info:  Next archive objec
t : dbtables/BC_MID_TREE_ITEM.gdbtable
Mar 29, 2010 12:49:57... Info: 12:49:56 2010-03-29 dbs-Info:  Next archive objec
t : dbtables/BC_MID_TREE_ITEM.gdbtable
Mar 29, 2010 12:49:57... Info: 12:49:56 2010-03-29 dbs-Info:  <<< Analyze table
BC_MID_TREE_ITEM >>>
Mar 29, 2010 12:49:57... Info: 12:49:56 2010-03-29 dbs-Info:  <<< Analyze table
BC_MID_TREE_ITEM >>>
Mar 29, 2010 12:49:57... Info: 12:49:56 2010-03-29 dbs-Info:  predefined action
is: >>>DROP_CREATE<<<
Mar 29, 2010 12:49:57... Info: 12:49:56 2010-03-29 dbs-Info:  predefined action
is: >>>DROP_CREATE<<<
Mar 29, 2010 12:49:57... Info: 12:49:56 2010-03-29 dbs-Info:  Action: DROP_CREAT
E
Mar 29, 2010 12:49:57... Info: 12:49:56 2010-03-29 dbs-Info:  Action: DROP_CREAT
E
Mar 29, 2010 12:49:57... Info: 12:49:56 2010-03-29 dbs-Info:    DROP TABLE "BC_M
ID_TREE_ITEM"
Mar 29, 2010 12:49:57... Info:  CREATE TABLE "BC_MID_TREE_ITEM"
Mar 29, 2010 12:49:57... Info: (
Mar 29, 2010 12:49:57... Info: "NODE_ID" RAW(16)  NOT NULL,
Mar 29, 2010 12:49:57... Info: "ITEM_ID" RAW(16)
Mar 29, 2010 12:49:57... Info: )
Mar 29, 2010 12:49:57... Info:  CREATE INDEX "BC_MID_TREE_ITEM_R" ON "BC_MID_TRE
E_ITEM"
Mar 29, 2010 12:49:57... Info: (
Mar 29, 2010 12:49:57... Info: "ITEM_ID"
Mar 29, 2010 12:49:57... Info: )
Mar 29, 2010 12:49:57... Info:  ALTER TABLE "BC_MID_TREE_ITEM"
Mar 29, 2010 12:49:57... Info: ADD PRIMARY KEY ("NODE_ID")
Mar 29, 2010 12:49:57... Info: NOT DEFERRABLE INITIALLY IMMEDIATE ENABLE VALIDAT
E
Mar 29, 2010 12:49:57... Info:
Mar 29, 2010 12:49:57... Info: 12:49:56 2010-03-29 dbs-Info:    DROP TABLE "BC_M
ID_TREE_ITEM"
Mar 29, 2010 12:49:57... Info:  CREATE TABLE "BC_MID_TREE_ITEM"
Mar 29, 2010 12:49:57... Info: (
Mar 29, 2010 12:49:57... Info: "NODE_ID" RAW(16)  NOT NULL,
Mar 29, 2010 12:49:57... Info: "ITEM_ID" RAW(16)
Mar 29, 2010 12:49:57... Info: )
Mar 29, 2010 12:49:57... Info:  CREATE INDEX "BC_MID_TREE_ITEM_R" ON "BC_MID_TRE
E_ITEM"
Mar 29, 2010 12:49:57... Info: (
Mar 29, 2010 12:49:57... Info: "ITEM_ID"
Mar 29, 2010 12:49:57... Info: )
Mar 29, 2010 12:49:57... Info:  ALTER TABLE "BC_MID_TREE_ITEM"
Mar 29, 2010 12:49:57... Info: ADD PRIMARY KEY ("NODE_ID")
Mar 29, 2010 12:49:57... Info: NOT DEFERRABLE INITIALLY IMMEDIATE ENABLE VALIDAT
E
Mar 29, 2010 12:49:57... Info:
Mar 29, 2010 12:49:57... Info: 12:49:57 2010-03-29 dbs-Info:  Statement successf
ully executed: DROP TABLE "BC_MID_TREE_ITEM"
Mar 29, 2010 12:49:57... Info: 12:49:57 2010-03-29 dbs-Info:  Statement successf
ully executed: DROP TABLE "BC_MID_TREE_ITEM"
Mar 29, 2010 12:49:57... Info: 12:49:57 2010-03-29 dbs-Info:  Statement successf
ully executed: CREATE TABLE "BC_MID_TREE_ITEM"("NODE_ID" RAW(16)  NOT NULL, "ITE
M_ID" RAW(16)  )
Mar 29, 2010 12:49:57... Info: 12:49:57 2010-03-29 dbs-Info:  Statement successf
ully executed: CREATE TABLE "BC_MID_TREE_ITEM"("NODE_ID" RAW(16)  NOT NULL, "ITE
M_ID" RAW(16)  )
Mar 29, 2010 12:49:57... Info: 12:49:57 2010-03-29 dbs-Info:  Statement successf
ully executed: CREATE INDEX "BC_MID_TREE_ITEM_R" ON "BC_MID_TREE_ITEM"("ITEM_ID"
Mar 29, 2010 12:49:57... Info: 12:49:57 2010-03-29 dbs-Info:  Statement successf
ully executed: CREATE INDEX "BC_MID_TREE_ITEM_R" ON "BC_MID_TREE_ITEM"("ITEM_ID"
Mar 29, 2010 12:49:57... Info: 12:49:57 2010-03-29 dbs-Info:  Statement successf
ully executed: ALTER TABLE "BC_MID_TREE_ITEM" ADD PRIMARY KEY ("NODE_ID") NOT DE
FERRABLE INITIALLY IMMEDIATE ENABLE VALIDATE
Mar 29, 2010 12:49:57... Info: 12:49:57 2010-03-29 dbs-Info:  Statement successf
ully executed: ALTER TABLE "BC_MID_TREE_ITEM" ADD PRIMARY KEY ("NODE_ID") NOT DE
FERRABLE INITIALLY IMMEDIATE ENABLE VALIDATE
Mar 29, 2010 12:49:57... Info: 12:49:57 2010-03-29 dbs-Info:  Runtime XML of BC_
MID_TREE_ITEM successfully written
Mar 29, 2010 12:49:57... Info: 12:49:57 2010-03-29 dbs-Info:  Runtime XML of BC_
MID_TREE_ITEM successfully written
Mar 29, 2010 12:49:57... Info: 12:49:57 2010-03-29 dbs-Info:  Runtime XML of BC_
MID_TREE_ITEM successfully written
Mar 29, 2010 12:49:57... Info: 12:49:57 2010-03-29 dbs-Info:  Runtime XML of BC_
MID_TREE_ITEM successfully written
Mar 29, 2010 12:49:57... Info: 12:49:57 2010-03-29 dbs-Info:  Analysis and adjus
tment of tables successfully executed
Mar 29, 2010 12:49:57... Info: 12:49:57 2010-03-29 dbs-Info:  Analysis and adjus
tment of tables successfully executed
Mar 29, 2010 12:49:57... Info: Finished successfully: development component 'tc/
slm/mid/dd'/'sap.com'/'MAIN_APL70P18_C'/'2712380'/'0', grouped by
Mar 29, 2010 12:49:57... Info: Starting to save the repository
Mar 29, 2010 12:49:57... Info: Finished saving the repository
Mar 29, 2010 12:49:57... Info: Starting: Update: Selected development component
'tc/archtech/browser/viewer/locator'/'sap.com'/'MAIN_APL70P18_C'/'2712383'/'0' u
pdates currently deployed development component 'tc/archtech/browser/viewer/loca
tor'/'sap.com'/'MAIN_APL70VAL_C'/'1496536'/'0'.
Mar 29, 2010 12:49:57... Info: SDA to be deployed: /usr/sap/IRX/DVEBMGS02/SDM/ro
ot/origin/sap.com/tc/archtech/browser/viewer/locator/MAIN_APL70P18_C/0/2712383/t
carchtechbrowserviewerlocator.sda
Mar 29, 2010 12:49:57... Info: Software type of SDA: J2EE
Mar 29, 2010 12:49:57... Info: ***** Begin of SAP J2EE Engine Deployment (J2EE A
pplication) *****
Mar 29, 2010 12:49:58... Info: Starting cluster instance processes.
Mar 29, 2010 12:50:03... Info: Starting the instance JC_PRDCIXI_IRX_02 running o
n host PRDCIXI_svc
Mar 29, 2010 12:50:03... Info: Starting the instance JC_PRDCIXI_IRX_02 processes
. The instance is running on host PRDCIXI_svc
Mar 29, 2010 12:50:03... Info: Starting the process dispatcher
Mar 29, 2010 12:50:03... Info: Starting the process server0
Mar 29, 2010 6:49:58 PM  Info: ***** End of SAP J2EE Engine Deployment (J2EE App
lication) *****
Mar 29, 2010 6:49:58 PM  Error: Aborted: development component 'tc/archtech/brow
ser/viewer/locator'/'sap.com'/'MAIN_APL70P18_C'/'2712383'/'0', grouped by softwa
re component 'LM-TOOLS'/'sap.com'/'MAIN_APL70P19_C'/'1000.7.00.19.0.200904271432
29''/'0':
SDM could not start the J2EE cluster on the host PRDCIXI! The online deployment
is terminated.
A timeout occured during the cluster running verification.
(message ID: com.sap.sdm.serverext.servertype.inqmy.extern.EngineApplOnlineDepl
oyerImpl.performAction(DeploymentActionTypes).STARTUP_CLUSTER)
Mar 29, 2010 6:49:58 PM  Info: Starting to save the repository
Mar 29, 2010 6:49:59 PM  Info: Finished saving the repository
Mar 29, 2010 6:49:59 PM  Info: Starting: Update: Selected software component 'LM
-TOOLS'/'sap.com'/'MAIN_APL70P19_C'/'1000.7.00.19.0.20090427143229''/'0' updates
currently deployed software component 'LM-TOOLS'/'sap.com'/'MAIN_APL70P14_C'/'1
000.7.00.14.1.20080124101556''/'0'.
Mar 29, 2010 6:49:59 PM  Error: Aborted: software component 'LM-TOOLS'/'sap.com'
/'MAIN_APL70P19_C'/'1000.7.00.19.0.20090427143229''/'0':
Failed deployment of SDAs:
development component 'tc/archtech/browser/viewer/locator'/'sap.com'/'MAIN_APL70
P18_C'/'2712383'/'0' : aborted
Please, look at error logs above for more information!
Mar 29, 2010 6:49:59 PM  Info: Starting to save the repository
Mar 29, 2010 6:49:59 PM  Info: Finished saving the repository
Mar 29, 2010 6:49:59 PM  Info: Restoring the state of the instance (JC_PRDCIXI_I
RX_02) process server0 from Stopped to Running
Mar 30, 2010 12:50:00... Error: Received exception when restoring Engine state:
A timeout occured during the cluster state restore verification.
Mar 30, 2010 12:50:00... Error: -
At least one of the Deployments
failed -
Regards,
Priya

Hi Priya,
As per your error message, there is problem with the SDM is not starting after finishing deployment on SAP J2EE Engine Deployment. Development component are not deployed properly due to error message
> SDM could not start the J2EE cluster on the host PRDCIXI! The online deployment is terminated. A timeout occured during the cluster running verification. P
Please check the default timeout and increased as requred.
Please check the below thread to rectify this issue.
SDM Troubleshooting  : http://help.sap.com/saphelp_nw04/helpdata/de/76/fb72ec091f4bf8a2d8ba321bb7e8d9/frameset.htm
SDM Troubleshooting  : https://cw.sdn.sap.com/cw/docs/DOC-29627:
Hope it helps
Regards
Arun

Similar Messages

  • Error while applying BI_CONT 703: patch 0014 - SAPKIBILQ4.

    Hi All,
    We are facing error in XPRI_EXECUTION phase while applying BI_CONT 703: patch 0014 - SAPKIBILQ4.
    The errors are related to some of the DATASOURCEs not available. We dont have SCM system. Kindly help me.
    *Error :*
    *A4 ERSDS 260 Replication of D versions from source system "LOGSYS231"*
    *2EER7501XStart of the after-import method &3"RS_DTRF_AFTER_IMPORT" for object type(s) &1"DTRF" (&2"Delivery Mode")*
    *2EESY530 An exception has occurred*
    *2 ER7501XStart of the after-import method &3"RS_SHIP_AFTER_IMPORT" for object type(s) &1"SHIP" (&2"Delivery Mode")*
    *A4 ERSAR 51  Unknown message with "CLNT251CRD" " " " " " "*
    *A4 ERSM1 311 InfoPackages for QS "CLNT251CRD" deleted by postprocessing as release was incorrect*
    *A4 ERSM1 335 Cannot find DataSource '"0APO_PROD_ATTR"' in source system '"CLNT251CRD"'; No InfoPackage Transfer*
    *A4 ERSM1 335 Cannot find DataSource '"0APO_LOCNO_ATTR"' in source system '"CLNT251CRD"'; No InfoPackage Transfer*
    *A4 ERSM1 335 Cannot find DataSource '"0APO_LOCNO_TEXT"' in source system '"CLNT251CRD"'; No InfoPackage Transfer*
    *A4 ERSM1 315 Old entry in RSSHIPDVERS was changed for "0PAK_46G9M296CSR34358LMVKW9OU7"*
    *A4 ERSM1 335 Cannot find DataSource '"0ICH_WO_INT_1"' in source system '"CLNT251CRD"'; No InfoPackage Transfer*
    *A4 ERSAR 51  Unknown message with "FF FILE" " " " " " "*
    *A4 ERSM1 311 InfoPackages for QS "FF FILE" deleted by postprocessing as release was incorrect*
    *A4 ERSM1 335 Cannot find DataSource '"0ICH_WO_EXT_1"' in source system '"FF FILE"'; No InfoPackage Transfer*
    *A4 ERSAR 51  Unknown message with "LOGSYS000" " " " " " "*
    *A4 ERSM1 311 InfoPackages for QS "LOGSYS000" deleted by postprocessing as release was incorrect*
    *A4 ERSM1 335 Cannot find DataSource '"0APO_PROD_ATTR"' in source system '"LOGSYS000"'; No InfoPackage Transfer*
    *A4 ERSM1 335 Cannot find DataSource '"0APO_LOCNO_ATTR"' in source system '"LOGSYS000"'; No InfoPackage Transfer*
    *A4 ERSM1 335 Cannot find DataSource '"0APO_LOCNO_TEXT"' in source system '"LOGSYS000"'; No InfoPackage Transfer*
    *A4 ERSM1 315 Old entry in RSSHIPDVERS was changed for "0PAK_46G9M296CSR34358LMVKW9OU7"*
    *A4 ERSM1 335 Cannot find DataSource '"0ICH_WO_INT_1"' in source system '"LOGSYS000"'; No InfoPackage Transfer*
    *A4 ERSAR 51  Unknown message with "LOGSYS231" " " " " " "*
    *A4 ERSM1 311 InfoPackages for QS "LOGSYS231" deleted by postprocessing as release was incorrect*
    *A4 ERSM1 335 Cannot find DataSource '"0APO_PROD_ATTR"' in source system '"LOGSYS231"'; No InfoPackage Transfer*
    *A4 ERSM1 335 Cannot find DataSource '"0APO_LOCNO_ATTR"' in source system '"LOGSYS231"'; No InfoPackage Transfer*
    *A4 ERSM1 335 Cannot find DataSource '"0APO_LOCNO_TEXT"' in source system '"LOGSYS231"'; No InfoPackage Transfer*
    *A4 ERSM1 315 Old entry in RSSHIPDVERS was changed for "0PAK_46G9M296CSR34358LMVKW9OU7"*
    *A4 ERSM1 335 Cannot find DataSource '"0ICH_WO_INT_1"' in source system '"LOGSYS231"'; No InfoPackage Transfer*
    *2 ER7501XStart of the after-import method &3"RS_DELM_AFTER_IMPORT" for object type(s) &1"DELM" (&2"Delivery Mode")*
    *2 ER7501XStart of the after-import method &3"RS_DTMP_AFTER_IMPORT" for object type(s) &1"DTMP" (&2"Delivery Mode")*
    *2 ER7501XStart of the after-import method &3"RS_DTPD_AFTER_IMPORT" for object type(s) &1"DTPD" (&2"Delivery Mode")*
    *A2 ERSBK 034 Generate D versions from "DTP_41Y7YZ7PAPGK4BIB9HOLLX8CU" (" " -> " ")*
    *A2 ERSBK 034 Generate D versions from "DTP_41Y8D38V9O0JIDFPTD32OK0WE" (" " -> " ")*
    *A2 ERSBK 034 Generate D versions from "DTP_45MX3GYETTG1XKLICJBK5T1BY" (" " -> " ")*
    *2 ER7501XStart of the after-import method &3"RS_DMPR_AFTER_IMPORT" for object type(s) &1"DMPR" (&2"Delivery Mode")*
    *2EEPU133 Errors occurred during post-handling "RS_AFTER_IMPORT_D" for "SHMP" "L"*
    *3 EPU135 "RS_AFTER_IMPORT_D" belongs to package "RS"*
    *2EEPU136 The errors affect the following components:*
    *2EEPU137    "BW-WHM" ("Warehouse Management")*
    *3 EPU123 Post-import method "RS_AFTER_IMPORT_D" completed for "SHMP" "L", date and time: "20101231163417"*
    *2 EPU122XPost-import method "RS_RRQD_AFTER_IMPORT" started for "RRQD" "L", date and time: "20101231163417"*
    *3 EPU182 Post-processing for &2"RRQD" &3"45O2G2FQ4OPF5AF3ED17DWRRQ" was already performed successfully earlier&1"R3TR"*
    *3 EPU123 Post-import method "RS_RRQD_AFTER_IMPORT" completed for "RRQD" "L", date and time: "20101231163417"*
    *2 EPU127 Post-import methods of change/transport request "SAPKIBIIQ4" completed*
    *2 EPU128      Start of subsequent processing ... "20101231163338"*
    *2 EPU129      End of subsequent processing... "20101231163417"*
    *2 EPU110XExecute reports for change/transport request: "SAPKIBIIQ4"*
    *4 EPU111    on the application server: "bidev"*
    *3 ETP000*
    **3 ETP000 ****************************************************
    *3 ETP000*
    *2 EPU117 Reports for change/transport request "SAPKIBIIQ4" have been executed*
    *2 EPU118      Start of................ "20101231163417"*
    *2 EPU119      End of.................. "20101231163417"*
    *1 ETP162 EXECUTION OF REPORTS AFTER PUT*
    *1 ETP110 end date and time   : "20101231163417"*
    *1 ETP111 exit code           : "8"*
    *1 ETP199 ######################################*
    Regards
    Adhira

    Hi,
    We are already on BI Patch 25 and we are applying BI_CONT patch 14.
    Our patch details.
    PI_BASIS             2006_1_700     13
    SAP_ABA     700                     23
    SAP_BASIS     700                     23
    SAP_BW             700                     25
    ST-A/PI *             01M_BCO700     1
    ST-PI             2008_1_700     3
    Regards
    Adhira

  • JSPM Error while applying As Java Patch to PI 7.1

    Dear All
    I am facing an issue when trying to patch new Pi 7.1 Ehp1 Java patch through JSPM
    steps i did
    . since the download manger is not working for us i click on the link and down load all the patches to windows machine ( Installed machine is AIX)
    all the patches were downloded in SCA.zip " LMNWATOOLS04_0-20003137.SCA.zip" format which is not recognizable through JSPM
    i rename all the file taking off zip extension "LMNWATOOLS04_0-20003137.SCA" , but now the initiating is working but it throws an error saying to revise all the selected patches?
    " Error occured, while reading refactoring configuration from SDU file /usr/sap/trans/EPS/in/ESREGBASIC04_0-20003135.SCA. java.io.IOException: java.io.IOException: "
    how can i deploy these patches comes with SCA.zip format ? i know only SCA  can be deployed , but since i have downloaded them directly it converted to SCA.zip
    please advice me  how to resoleve this urgently
    appreciate your coperation with regard to this
    Buddhike

    > how can i deploy these patches comes with SCA.zip format ? i know only SCA  can be deployed , but since i have downloaded them directly it converted to SCA.zip
    It is fine just to delete the .zip at the end. The issue has another reason.
    Have you patched the JSPM before you applied the patches?

  • Adrelink error while applying Release update patch

    Hi,
    I have installed R12.0.0 on windows.
    while applying the patch from release update to 12.0.6. received an error for adrelink.
    Here is the log for ADrelink.
    You are running adrelink, version 120.36.12000000.8
    Start of adrelink session
    Date/time is Sun Jan 3 23:55:56 WAST 2010
    Log file is D:/oracle/PROD/apps/apps_st/appl/admin/PROD/log/adrelink.log
    Command line arguments are
    "force=n" "ranlib=n" "link_debug=n"
    "filelist=D:/oracle/PROD/apps/apps_st/appl/admin/PROD/out/plkapp000.txt"
    Operating System Information (output of 'uname -a'):
    CYGWIN_NT-5.1 pc 1.5.25(0.156/4/2) 2008-06-12 19:34 i686 Cygwin
    Backup Mode is "file"
    Removing Application products' bin directories from PATH ...
    Done removing Application products' bin directories from PATH
    Removing $FND_TOP/$APPLBIN from PATH ...
    Done removing $FND_TOP/$APPLBIN from PATH
    ORACLE RDBMS Version 10.1.0.5.0
    Oracle Reports Version 10.1.2
    Oracle Applications Release 12
    Current product is #
    adrelink: Warning: not setting L#LIB
    since 1_TOP/lib/#st.lib does not exist
    or cannot be read.
    adrelink: Warning: not setting L#STLIB
    since 1_TOP/lib/#st.lib does not exist
    or cannot be read.
    Current product is #
    adrelink: Warning: not setting L#LIB
    since 1_TOP/lib/#st.lib does not exist
    or cannot be read.
    adrelink: Warning: not setting L#STLIB
    since 1_TOP/lib/#st.lib does not exist
    or cannot be read.
    Current product is
    +===========================================================================+
    adrelink: Warning: not setting
    L+===========================================================================+
    LIB
    since
    $+===========================================================================+
    _TOP/lib/+====================================================================
    =======+st.lib does not exist
    or cannot be read.
    adrelink: Warning: not setting
    L+===========================================================================+
    STLIB
    since
    $+===========================================================================+
    _TOP/lib/+====================================================================
    =======+st.lib does not exist
    or cannot be read.
    Current product is #
    adrelink: Warning: not setting L#LIB
    since 1_TOP/lib/#st.lib does not exist
    or cannot be read.
    adrelink: Warning: not setting L#STLIB
    since 1_TOP/lib/#st.lib does not exist
    or cannot be read.
    adrelink: Warning: Product "BEGIN" is listed as an Oracle Applications
    Product or as a Custom Product, but BEGIN_TOP is not set.
    adrelink: Warning: Product "LIST" is listed as an Oracle Applications
    Product or as a Custom Product, but LIST_TOP is not set.
    adrelink: Warning: Product "OF" is listed as an Oracle Applications
    Product or as a Custom Product, but OF_TOP is not set.
    adrelink: Warning: Product "PRODUCT" is listed as an Oracle Applications
    Product or as a Custom Product, but PRODUCT_TOP is not set.
    adrelink: Warning: Product "ABBREVIATIONS" is listed as an Oracle Applications
    Product or as a Custom Product, but ABBREVIATIONS_TOP is not set.
    Current product is #
    adrelink: Warning: not setting L#LIB
    since 1_TOP/lib/#st.lib does not exist
    or cannot be read.
    adrelink: Warning: not setting L#STLIB
    since 1_TOP/lib/#st.lib does not exist
    or cannot be read.
    Current product is COMMENTED-OUT
    adrelink: Warning: not setting LCOMMENTED-OUTLIB
    since -OUT_TOP/lib/commented-outst.lib does not exist
    or cannot be read.
    adrelink: Warning: not setting LCOMMENTED-OUTSTLIB
    since -OUT_TOP/lib/commented-outst.lib does not exist
    or cannot be read.
    adrelink: Warning: Product "EXAMPLE" is listed as an Oracle Applications
    Product or as a Custom Product, but EXAMPLE_TOP is not set.
    Current product is #
    adrelink: Warning: not setting L#LIB
    since 1_TOP/lib/#st.lib does not exist
    or cannot be read.
    adrelink: Warning: not setting L#STLIB
    since 1_TOP/lib/#st.lib does not exist
    or cannot be read.
    adrelink: Warning: Product "END" is listed as an Oracle Applications
    Product or as a Custom Product, but END_TOP is not set.
    adrelink: Warning: Product "LIST" is listed as an Oracle Applications
    Product or as a Custom Product, but LIST_TOP is not set.
    adrelink: Warning: Product "OF" is listed as an Oracle Applications
    Product or as a Custom Product, but OF_TOP is not set.
    adrelink: Warning: Product "PRODUCT" is listed as an Oracle Applications
    Product or as a Custom Product, but PRODUCT_TOP is not set.
    adrelink: Warning: Product "ABBREVIATIONS" is listed as an Oracle Applications
    Product or as a Custom Product, but ABBREVIATIONS_TOP is not set.
    Current product is #
    adrelink: Warning: not setting L#LIB
    since 1_TOP/lib/#st.lib does not exist
    or cannot be read.
    adrelink: Warning: not setting L#STLIB
    since 1_TOP/lib/#st.lib does not exist
    or cannot be read.
    adrelink: Warning: Product "END" is listed as an Oracle Applications
    Product or as a Custom Product, but END_TOP is not set.
    Current product is COMMENTED-OUT
    adrelink: Warning: not setting LCOMMENTED-OUTLIB
    since -OUT_TOP/lib/commented-outst.lib does not exist
    or cannot be read.
    adrelink: Warning: not setting LCOMMENTED-OUTSTLIB
    since -OUT_TOP/lib/commented-outst.lib does not exist
    or cannot be read.
    adrelink: Warning: Product "EXAMPLE" is listed as an Oracle Applications
    Product or as a Custom Product, but EXAMPLE_TOP is not set.
    Current product is #
    adrelink: Warning: not setting L#LIB
    since 1_TOP/lib/#st.lib does not exist
    or cannot be read.
    adrelink: Warning: not setting L#STLIB
    since 1_TOP/lib/#st.lib does not exist
    or cannot be read.
    adrelink: Warning: Product "ENVIRONMENT" is listed as an Oracle Applications
    Product or as a Custom Product, but ENVIRONMENT_TOP is not set.
    Current product is FILE.
    adrelink: Warning: not setting LFILE.LIB
    since file._TOP/lib/file.st.lib does not exist
    or cannot be read.
    adrelink: Warning: not setting LFILE.STLIB
    since file._TOP/lib/file.st.lib does not exist
    or cannot be read.
    Current product is #
    adrelink: Warning: not setting L#LIB
    since 1_TOP/lib/#st.lib does not exist
    or cannot be read.
    adrelink: Warning: not setting L#STLIB
    since 1_TOP/lib/#st.lib does not exist
    or cannot be read.
    adrelink: Warning: Product "ENVIRONMENT" is listed as an Oracle Applications
    Product or as a Custom Product, but ENVIRONMENT_TOP is not set.
    adrelink: Warning: Product "VARIABLE" is listed as an Oracle Applications
    Product or as a Custom Product, but VARIABLE_TOP is not set.
    adrelink: Warning: Product "GIVING" is listed as an Oracle Applications
    Product or as a Custom Product, but GIVING_TOP is not set.
    adrelink: Warning: Product "THE" is listed as an Oracle Applications
    Product or as a Custom Product, but THE_TOP is not set.
    adrelink: Warning: Product "BASEPATH" is listed as an Oracle Applications
    Product or as a Custom Product, but BASEPATH_TOP is not set.
    adrelink: Warning: Product "FOR" is listed as an Oracle Applications
    Product or as a Custom Product, but FOR_TOP is not set.
    adrelink: Warning: Product "CUSTOM" is listed as an Oracle Applications
    Product or as a Custom Product, but CUSTOM_TOP is not set.
    adrelink: Warning: Product "PRODUCT" is listed as an Oracle Applications
    Product or as a Custom Product, but PRODUCT_TOP is not set.
    Current product is XXX.
    adrelink: Warning: not setting LXXX.LIB
    since ._TOP/lib/xxx.st.lib does not exist
    or cannot be read.
    adrelink: Warning: not setting LXXX.STLIB
    since ._TOP/lib/xxx.st.lib does not exist
    or cannot be read.
    Current product is #
    adrelink: Warning: not setting L#LIB
    since 1_TOP/lib/#st.lib does not exist
    or cannot be read.
    adrelink: Warning: not setting L#STLIB
    since 1_TOP/lib/#st.lib does not exist
    or cannot be read.
    adrelink: Warning: Product "NOTE" is listed as an Oracle Applications
    Product or as a Custom Product, but NOTE_TOP is not set.
    adrelink: Warning: Product "THAT" is listed as an Oracle Applications
    Product or as a Custom Product, but THAT_TOP is not set.
    adrelink: Warning: Product "YOU" is listed as an Oracle Applications
    Product or as a Custom Product, but YOU_TOP is not set.
    adrelink: Warning: Product "STILL" is listed as an Oracle Applications
    Product or as a Custom Product, but STILL_TOP is not set.
    adrelink: Warning: Product "MUST" is listed as an Oracle Applications
    Product or as a Custom Product, but MUST_TOP is not set.
    adrelink: Warning: Product "LIST" is listed as an Oracle Applications
    Product or as a Custom Product, but LIST_TOP is not set.
    adrelink: Warning: Product "XXX_TOP" is listed as an Oracle Applications
    Product or as a Custom Product, but XXX_TOP_TOP is not set.
    adrelink: Warning: Product "IN" is listed as an Oracle Applications
    Product or as a Custom Product, but IN_TOP is not set.
    adrelink: Warning: Product "YOUR" is listed as an Oracle Applications
    Product or as a Custom Product, but YOUR_TOP is not set.
    adrelink: Warning: Product "ORACLE" is listed as an Oracle Applications
    Product or as a Custom Product, but ORACLE_TOP is not set.
    adrelink: Warning: Product "APPLICATIONS" is listed as an Oracle Applications
    Product or as a Custom Product, but APPLICATIONS_TOP is not set.
    Current product is #
    adrelink: Warning: not setting L#LIB
    since 1_TOP/lib/#st.lib does not exist
    or cannot be read.
    adrelink: Warning: not setting L#STLIB
    since 1_TOP/lib/#st.lib does not exist
    or cannot be read.
    adrelink: Warning: Product "XXX" is listed as an Oracle Applications
    Product or as a Custom Product, but XXX_TOP is not set.
    Current product is #
    adrelink: Warning: not setting L#LIB
    since 1_TOP/lib/#st.lib does not exist
    or cannot be read.
    adrelink: Warning: not setting L#STLIB
    since 1_TOP/lib/#st.lib does not exist
    or cannot be read.
    adrelink: Warning: Product "XXX" is listed as an Oracle Applications
    Product or as a Custom Product, but XXX_TOP is not set.
    adrelink: Warning: Product "IS" is listed as an Oracle Applications
    Product or as a Custom Product, but IS_TOP is not set.
    adrelink: Warning: Product "THE" is listed as an Oracle Applications
    Product or as a Custom Product, but THE_TOP is not set.
    adrelink: Warning: Product "ABBREVIATION" is listed as an Oracle Applications
    Product or as a Custom Product, but ABBREVIATION_TOP is not set.
    adrelink: Warning: Product "FOR" is listed as an Oracle Applications
    Product or as a Custom Product, but FOR_TOP is not set.
    adrelink: Warning: Product "YOUR" is listed as an Oracle Applications
    Product or as a Custom Product, but YOUR_TOP is not set.
    adrelink: Warning: Product "CUSTOM" is listed as an Oracle Applications
    Product or as a Custom Product, but CUSTOM_TOP is not set.
    Current product is PRODUCT,
    adrelink: Warning: not setting LPRODUCT,LIB
    since ,_TOP/lib/product,st.lib does not exist
    or cannot be read.
    adrelink: Warning: not setting LPRODUCT,STLIB
    since ,_TOP/lib/product,st.lib does not exist
    or cannot be read.
    adrelink: Warning: Product "WHERE" is listed as an Oracle Applications
    Product or as a Custom Product, but WHERE_TOP is not set.
    adrelink: Warning: Product "XXX_TOP" is listed as an Oracle Applications
    Product or as a Custom Product, but XXX_TOP_TOP is not set.
    adrelink: Warning: Product "IS" is listed as an Oracle Applications
    Product or as a Custom Product, but IS_TOP is not set.
    adrelink: Warning: Product "THE" is listed as an Oracle Applications
    Product or as a Custom Product, but THE_TOP is not set.
    Current product is #
    adrelink: Warning: not setting L#LIB
    since 1_TOP/lib/#st.lib does not exist
    or cannot be read.
    adrelink: Warning: not setting L#STLIB
    since 1_TOP/lib/#st.lib does not exist
    or cannot be read.
    /cygdrive/d/oracle/PROD/apps/apps_st/appl/ad/12.0.0/bin/adrelinknew.sh: line
    2031: _TOP: command not found
    adrelink: Warning: Product "|" is listed as an Oracle Applications
    Product or as a Custom Product, but |_TOP is not set.
    Current product is #
    adrelink: Warning: not setting L#LIB
    since 1_TOP/lib/#st.lib does not exist
    or cannot be read.
    adrelink: Warning: not setting L#STLIB
    since 1_TOP/lib/#st.lib does not exist
    or cannot be read.
    /cygdrive/d/oracle/PROD/apps/apps_st/appl/ad/12.0.0/bin/adrelinknew.sh: line
    2031: _TOP: command not found
    adrelink: Warning: Product "|" is listed as an Oracle Applications
    Product or as a Custom Product, but |_TOP is not set.
    adrelink: Warning: Product "ALL" is listed as an Oracle Applications
    Product or as a Custom Product, but ALL_TOP is not set.
    adrelink: Warning: Product "RIGHTS" is listed as an Oracle Applications
    Product or as a Custom Product, but RIGHTS_TOP is not set.
    adrelink: Warning: Product "RESERVED" is listed as an Oracle Applications
    Product or as a Custom Product, but RESERVED_TOP is not set.
    /cygdrive/d/oracle/PROD/apps/apps_st/appl/ad/12.0.0/bin/adrelinknew.sh: line
    2031: _TOP: command not found
    adrelink: Warning: Product "|" is listed as an Oracle Applications
    Product or as a Custom Product, but |_TOP is not set.
    Current product is #
    adrelink: Warning: not setting L#LIB
    since 1_TOP/lib/#st.lib does not exist
    or cannot be read.
    adrelink: Warning: not setting L#STLIB
    since 1_TOP/lib/#st.lib does not exist
    or cannot be read.
    /cygdrive/d/oracle/PROD/apps/apps_st/appl/ad/12.0.0/bin/adrelinknew.sh: line
    2031: _TOP: command not found
    adrelink: Warning: Product "|" is listed as an Oracle Applications
    Product or as a Custom Product, but |_TOP is not set.
    adrelink: Warning: Product "APPLICATIONS" is listed as an Oracle Applications
    Product or as a Custom Product, but APPLICATIONS_TOP is not set.
    adrelink: Warning: Product "DIVISION" is listed as an Oracle Applications
    Product or as a Custom Product, but DIVISION_TOP is not set.
    /cygdrive/d/oracle/PROD/apps/apps_st/appl/ad/12.0.0/bin/adrelinknew.sh: line
    2031: _TOP: command not found
    adrelink: Warning: Product "|" is listed as an Oracle Applications
    Product or as a Custom Product, but |_TOP is not set.
    Current product is #
    adrelink: Warning: not setting L#LIB
    since 1_TOP/lib/#st.lib does not exist
    or cannot be read.
    adrelink: Warning: not setting L#STLIB
    since 1_TOP/lib/#st.lib does not exist
    or cannot be read.
    /cygdrive/d/oracle/PROD/apps/apps_st/appl/ad/12.0.0/bin/adrelinknew.sh: line
    2031: _TOP: command not found
    adrelink: Warning: Product "|" is listed as an Oracle Applications
    Product or as a Custom Product, but |_TOP is not set.
    adrelink: Warning: Product "ABBREVIATION" is listed as an Oracle Applications
    Product or as a Custom Product, but ABBREVIATION_TOP is not set.
    Current product is PER
    adrelink: Warning: not setting LPERLIB
    since D:/oracle/PROD/apps/apps_st/appl/per/12.0.0/lib/perst.lib does not exist
    or cannot be read.
    adrelink: Warning: not setting LPERSTLIB
    since D:/oracle/PROD/apps/apps_st/appl/per/12.0.0/lib/perst.lib does not exist
    or cannot be read.
    Current product is LINE.
    adrelink: Warning: not setting LLINE.LIB
    since ._TOP/lib/line.st.lib does not exist
    or cannot be read.
    adrelink: Warning: not setting LLINE.STLIB
    since ._TOP/lib/line.st.lib does not exist
    or cannot be read.
    Current product is #
    adrelink: Warning: not setting L#LIB
    since 1_TOP/lib/#st.lib does not exist
    or cannot be read.
    adrelink: Warning: not setting L#STLIB
    since 1_TOP/lib/#st.lib does not exist
    or cannot be read.
    /cygdrive/d/oracle/PROD/apps/apps_st/appl/ad/12.0.0/bin/adrelinknew.sh: line
    2031: _TOP: command not found
    adrelink: Warning: Product "|" is listed as an Oracle Applications
    Product or as a Custom Product, but |_TOP is not set.
    Current product is ADCSTPRD.TXT
    adrelink: Warning: not setting LADCSTPRD.TXTLIB
    since .TXT_TOP/lib/adcstprd.txtst.lib does not exist
    or cannot be read.
    adrelink: Warning: not setting LADCSTPRD.TXTSTLIB
    since .TXT_TOP/lib/adcstprd.txtst.lib does not exist
    or cannot be read.
    Current product is #
    adrelink: Warning: not setting L#LIB
    since 1_TOP/lib/#st.lib does not exist
    or cannot be read.
    adrelink: Warning: not setting L#STLIB
    since 1_TOP/lib/#st.lib does not exist
    or cannot be read.
    /cygdrive/d/oracle/PROD/apps/apps_st/appl/ad/12.0.0/bin/adrelinknew.sh: line
    2031: _TOP: command not found
    adrelink: Warning: Product "|" is listed as an Oracle Applications
    Product or as a Custom Product, but |_TOP is not set.
    Current product is ADRELINK.SH
    adrelink: Warning: not setting LADRELINK.SHLIB
    since .SH_TOP/lib/adrelink.shst.lib does not exist
    or cannot be read.
    adrelink: Warning: not setting LADRELINK.SHSTLIB
    since .SH_TOP/lib/adrelink.shst.lib does not exist
    or cannot be read.
    adrelink: Warning: Product "HAS" is listed as an Oracle Applications
    Product or as a Custom Product, but HAS_TOP is not set.
    adrelink: Warning: Product "BEEN" is listed as an Oracle Applications
    Product or as a Custom Product, but BEEN_TOP is not set.
    adrelink: Warning: Product "CHANGED" is listed as an Oracle Applications
    Product or as a Custom Product, but CHANGED_TOP is not set.
    adrelink: Warning: Product "TO" is listed as an Oracle Applications
    Product or as a Custom Product, but TO_TOP is not set.
    adrelink: Warning: Product "GET" is listed as an Oracle Applications
    Product or as a Custom Product, but GET_TOP is not set.
    adrelink: Warning: Product "THE" is listed as an Oracle Applications
    Product or as a Custom Product, but THE_TOP is not set.
    adrelink: Warning: Product "LIST" is listed as an Oracle Applications
    Product or as a Custom Product, but LIST_TOP is not set.
    adrelink: Warning: Product "OF" is listed as an Oracle Applications
    Product or as a Custom Product, but OF_TOP is not set.
    adrelink: Warning: Product "VALID" is listed as an Oracle Applications
    Product or as a Custom Product, but VALID_TOP is not set.
    adrelink: Warning: Product "PRODUCTS" is listed as an Oracle Applications
    Product or as a Custom Product, but PRODUCTS_TOP is not set.
    adrelink: Warning: Product "FROM" is listed as an Oracle Applications
    Product or as a Custom Product, but FROM_TOP is not set.
    Current product is #
    adrelink: Warning: not setting L#LIB
    since 1_TOP/lib/#st.lib does not exist
    or cannot be read.
    adrelink: Warning: not setting L#STLIB
    since 1_TOP/lib/#st.lib does not exist
    or cannot be read.
    /cygdrive/d/oracle/PROD/apps/apps_st/appl/ad/12.0.0/bin/adrelinknew.sh: line
    2031: _TOP: command not found
    adrelink: Warning: Product "|" is listed as an Oracle Applications
    Product or as a Custom Product, but |_TOP is not set.
    Current product is ADRELINK.SH
    adrelink: Warning: not setting LADRELINK.SHLIB
    since .SH_TOP/lib/adrelink.shst.lib does not exist
    or cannot be read.
    adrelink: Warning: not setting LADRELINK.SHSTLIB
    since .SH_TOP/lib/adrelink.shst.lib does not exist
    or cannot be read.
    adrelink: Warning: Product "READS" is listed as an Oracle Applications
    Product or as a Custom Product, but READS_TOP is not set.
    adrelink: Warning: Product "THIS" is listed as an Oracle Applications
    Product or as a Custom Product, but THIS_TOP is not set.
    adrelink: Warning: Product "FILE" is listed as an Oracle Applications
    Product or as a Custom Product, but FILE_TOP is not set.
    adrelink: Warning: Product "WHEN" is listed as an Oracle Applications
    Product or as a Custom Product, but WHEN_TOP is not set.
    adrelink: Warning: Product "CONSTRUCTING" is listed as an Oracle Applications
    Product or as a Custom Product, but CONSTRUCTING_TOP is not set.
    adrelink: Warning: Product "ITS" is listed as an Oracle Applications
    Product or as a Custom Product, but ITS_TOP is not set.
    adrelink: Warning: Product "LIST" is listed as an Oracle Applications
    Product or as a Custom Product, but LIST_TOP is not set.
    adrelink: Warning: Product "OF" is listed as an Oracle Applications
    Product or as a Custom Product, but OF_TOP is not set.
    adrelink: Warning: Product "PRODUCTS" is listed as an Oracle Applications
    Product or as a Custom Product, but PRODUCTS_TOP is not set.
    Current product is #
    adrelink: Warning: not setting L#LIB
    since 1_TOP/lib/#st.lib does not exist
    or cannot be read.
    adrelink: Warning: not setting L#STLIB
    since 1_TOP/lib/#st.lib does not exist
    or cannot be read.
    /cygdrive/d/oracle/PROD/apps/apps_st/appl/ad/12.0.0/bin/adrelinknew.sh: line
    2031: _TOP: command not found
    adrelink: Warning: Product "|" is listed as an Oracle Applications
    Product or as a Custom Product, but |_TOP is not set.
    adrelink: Warning: Product "AND" is listed as an Oracle Applications
    Product or as a Custom Product, but AND_TOP is not set.
    adrelink: Warning: Product "APPLSHAR" is listed as an Oracle Applications
    Product or as a Custom Product, but APPLSHAR_TOP is not set.
    adrelink: Warning: Product "ENVIROMENT" is listed as an Oracle Applications
    Product or as a Custom Product, but ENVIROMENT_TOP is not set.
    Current product is VARIABLES,
    adrelink: Warning: not setting LVARIABLES,LIB
    since ,_TOP/lib/variables,st.lib does not exist
    or cannot be read.
    adrelink: Warning: not setting LVARIABLES,STLIB
    since ,_TOP/lib/variables,st.lib does not exist
    or cannot be read.
    adrelink: Warning: Product "SO" is listed as an Oracle Applications
    Product or as a Custom Product, but SO_TOP is not set.
    adrelink: Warning: Product "IT" is listed as an Oracle Applications
    Product or as a Custom Product, but IT_TOP is not set.
    adrelink: Warning: Product "NO" is listed as an Oracle Applications
    Product or as a Custom Product, but NO_TOP is not set.
    adrelink: Warning: Product "LONGER" is listed as an Oracle Applications
    Product or as a Custom Product, but LONGER_TOP is not set.
    adrelink: Warning: Product "RECOGNIZES" is listed as an Oracle Applications
    Product or as a Custom Product, but RECOGNIZES_TOP is not set.
    adrelink: Warning: Product "CUSTOM" is listed as an Oracle Applications
    Product or as a Custom Product, but CUSTOM_TOP is not set.
    Current product is #
    adrelink: Warning: not setting L#LIB
    since 1_TOP/lib/#st.lib does not exist
    or cannot be read.
    adrelink: Warning: not setting L#STLIB
    since 1_TOP/lib/#st.lib does not exist
    or cannot be read.
    /cygdrive/d/oracle/PROD/apps/apps_st/appl/ad/12.0.0/bin/adrelinknew.sh: line
    2031: _TOP: command not found
    adrelink: Warning: Product "|" is listed as an Oracle Applications
    Product or as a Custom Product, but |_TOP is not set.
    Current product is APPLPROD.TXT
    adrelink: Warning: not setting LAPPLPROD.TXTLIB
    since .TXT_TOP/lib/applprod.txtst.lib does not exist
    or cannot be read.
    adrelink: Warning: not setting LAPPLPROD.TXTSTLIB
    since .TXT_TOP/lib/applprod.txtst.lib does not exist
    or cannot be read.
    adrelink: Warning: Product "AND" is listed as an Oracle Applications
    Product or as a Custom Product, but AND_TOP is not set.
    adrelink: Warning: Product "THIS" is listed as an Oracle Applications
    Product or as a Custom Product, but THIS_TOP is not set.
    adrelink: Warning: Product "FILE" is listed as an Oracle Applications
    Product or as a Custom Product, but FILE_TOP is not set.
    adrelink: Warning: Product "INSTEAD" is listed as an Oracle Applications
    Product or as a Custom Product, but INSTEAD_TOP is not set.
    adrelink: Warning: Product "OF" is listed as an Oracle Applications
    Product or as a Custom Product, but OF_TOP is not set.
    adrelink: Warning: Product "FROM" is listed as an Oracle Applications
    Product or as a Custom Product, but FROM_TOP is not set.
    adrelink: Warning: Product "THE" is listed as an Oracle Applications
    Product or as a Custom Product, but THE_TOP is not set.
    adrelink: Warning: Product "UNION" is listed as an Oracle Applications
    Product or as a Custom Product, but UNION_TOP is not set.
    adrelink: Warning: Product "OF" is listed as an Oracle Applications
    Product or as a Custom Product, but OF_TOP is not set.
    adrelink: Warning: Product "THE" is listed as an Oracle Applications
    Product or as a Custom Product, but THE_TOP is not set.
    adrelink: Warning: Product "APPLFULL" is listed as an Oracle Applications
    Product or as a Custom Product, but APPLFULL_TOP is not set.
    Current product is #
    adrelink: Warning: not setting L#LIB
    since 1_TOP/lib/#st.lib does not exist
    or cannot be read.
    adrelink: Warning: not setting L#STLIB
    since 1_TOP/lib/#st.lib does not exist
    or cannot be read.
    /cygdrive/d/oracle/PROD/apps/apps_st/appl/ad/12.0.0/bin/adrelinknew.sh: line
    2031: _TOP: command not found
    adrelink: Warning: Product "|" is listed as an Oracle Applications
    Product or as a Custom Product, but |_TOP is not set.
    adrelink: Warning: Product "COPYRIGHT" is listed as an Oracle Applications
    Product or as a Custom Product, but COPYRIGHT_TOP is not set.
    /cygdrive/d/oracle/PROD/apps/apps_st/appl/ad/12.0.0/bin/adrelinknew.sh: line
    2031: C: command not found
    Current product is (C)
    /cygdrive/d/oracle/PROD/apps/apps_st/appl/ad/12.0.0/bin/adrelinknew.sh: line
    2062: C: command not found
    /cygdrive/d/oracle/PROD/apps/apps_st/appl/ad/12.0.0/bin/adrelinknew.sh: line
    2079: C: command not found
    adrelink: Warning: not setting L(C)LIB
    since _TOP/lib/(c)st.lib does not exist
    or cannot be read.
    adrelink: Warning: not setting L(C)STLIB
    since _TOP/lib/(c)st.lib does not exist
    or cannot be read.
    Current product is 2001
    adrelink: Warning: not setting L2001LIB
    since 001_TOP/lib/2001st.lib does not exist
    or cannot be read.
    adrelink: Warning: not setting L2001STLIB
    since 001_TOP/lib/2001st.lib does not exist
    or cannot be read.
    adrelink: Warning: Product "ORACLE" is listed as an Oracle Applications
    Product or as a Custom Product, but ORACLE_TOP is not set.
    Current product is CORPORATION,
    adrelink: Warning: not setting LCORPORATION,LIB
    since ,_TOP/lib/corporation,st.lib does not exist
    or cannot be read.
    adrelink: Warning: not setting LCORPORATION,STLIB
    since ,_TOP/lib/corporation,st.lib does not exist
    or cannot be read.
    adrelink: Warning: Product "REDWOOD" is listed as an Oracle Applications
    Product or as a Custom Product, but REDWOOD_TOP is not set.
    Current product is SHORES,
    adrelink: Warning: not setting LSHORES,LIB
    since ,_TOP/lib/shores,st.lib does not exist
    or cannot be read.
    adrelink: Warning: not setting LSHORES,STLIB
    since ,_TOP/lib/shores,st.lib does not exist
    or cannot be read.
    Current product is CA,
    adrelink: Warning: not setting LCA,LIB
    since ,_TOP/lib/ca,st.lib does not exist
    or cannot be read.
    adrelink: Warning: not setting LCA,STLIB
    since ,_TOP/lib/ca,st.lib does not exist
    or cannot be read.

    adrelink: Warning: Product "USA" is listed as an Oracle Applications
    Product or as a Custom Product, but USA_TOP is not set.
    /cygdrive/d/oracle/PROD/apps/apps_st/appl/ad/12.0.0/bin/adrelinknew.sh: line
    2031: _TOP: command not found
    adrelink: Warning: Product "|" is listed as an Oracle Applications
    Product or as a Custom Product, but |_TOP is not set.
    Current product is #
    adrelink: Warning: not setting L#LIB
    since 1_TOP/lib/#st.lib does not exist
    or cannot be read.
    adrelink: Warning: not setting L#STLIB
    since 1_TOP/lib/#st.lib does not exist
    or cannot be read.
    /cygdrive/d/oracle/PROD/apps/apps_st/appl/ad/12.0.0/bin/adrelinknew.sh: line
    2031: _TOP: command not found
    adrelink: Warning: Product "|" is listed as an Oracle Applications
    Product or as a Custom Product, but |_TOP is not set.
    adrelink: Warning: Product "FILE" is listed as an Oracle Applications
    Product or as a Custom Product, but FILE_TOP is not set.
    adrelink: Warning: Product "THAT" is listed as an Oracle Applications
    Product or as a Custom Product, but THAT_TOP is not set.
    adrelink: Warning: Product "LISTS" is listed as an Oracle Applications
    Product or as a Custom Product, but LISTS_TOP is not set.
    adrelink: Warning: Product "CUSTOM" is listed as an Oracle Applications
    Product or as a Custom Product, but CUSTOM_TOP is not set.
    adrelink: Warning: Product "PRODUCT" is listed as an Oracle Applications
    Product or as a Custom Product, but PRODUCT_TOP is not set.
    Current product is ABBREVIATIONS,
    adrelink: Warning: not setting LABBREVIATIONS,LIB
    since ,_TOP/lib/abbreviations,st.lib does not exist
    or cannot be read.
    adrelink: Warning: not setting LABBREVIATIONS,STLIB
    since ,_TOP/lib/abbreviations,st.lib does not exist
    or cannot be read.
    adrelink: Warning: Product "WITH" is listed as an Oracle Applications
    Product or as a Custom Product, but WITH_TOP is not set.
    adrelink: Warning: Product "ONE" is listed as an Oracle Applications
    Product or as a Custom Product, but ONE_TOP is not set.
    adrelink: Warning: Product "CUSTOM" is listed as an Oracle Applications
    Product or as a Custom Product, but CUSTOM_TOP is not set.
    adrelink: Warning: Product "PRODUCT" is listed as an Oracle Applications
    Product or as a Custom Product, but PRODUCT_TOP is not set.
    Current product is #
    adrelink: Warning: not setting L#LIB
    since 1_TOP/lib/#st.lib does not exist
    or cannot be read.
    adrelink: Warning: not setting L#STLIB
    since 1_TOP/lib/#st.lib does not exist
    or cannot be read.
    /cygdrive/d/oracle/PROD/apps/apps_st/appl/ad/12.0.0/bin/adrelinknew.sh: line
    2031: _TOP: command not found
    adrelink: Warning: Product "|" is listed as an Oracle Applications
    Product or as a Custom Product, but |_TOP is not set.
    adrelink: Warning: Product "HERE" is listed as an Oracle Applications
    Product or as a Custom Product, but HERE_TOP is not set.
    adrelink: Warning: Product "IF" is listed as an Oracle Applications
    Product or as a Custom Product, but IF_TOP is not set.
    adrelink: Warning: Product "IT" is listed as an Oracle Applications
    Product or as a Custom Product, but IT_TOP is not set.
    adrelink: Warning: Product "HAS" is listed as an Oracle Applications
    Product or as a Custom Product, but HAS_TOP is not set.
    adrelink: Warning: Product "EXECUTABLES" is listed as an Oracle Applications
    Product or as a Custom Product, but EXECUTABLES_TOP is not set.
    adrelink: Warning: Product "WHICH" is listed as an Oracle Applications
    Product or as a Custom Product, but WHICH_TOP is not set.
    adrelink: Warning: Product "YOU" is listed as an Oracle Applications
    Product or as a Custom Product, but YOU_TOP is not set.
    adrelink: Warning: Product "WANT" is listed as an Oracle Applications
    Product or as a Custom Product, but WANT_TOP is not set.
    Current product is ADRELINK.SH
    adrelink: Warning: not setting LADRELINK.SHLIB
    since .SH_TOP/lib/adrelink.shst.lib does not exist
    or cannot be read.
    adrelink: Warning: not setting LADRELINK.SHSTLIB
    since .SH_TOP/lib/adrelink.shst.lib does not exist
    or cannot be read.
    adrelink: Warning: Product "TO" is listed as an Oracle Applications
    Product or as a Custom Product, but TO_TOP is not set.
    Current product is LINK.
    adrelink: Warning: not setting LLINK.LIB
    since ._TOP/lib/link.st.lib does not exist
    or cannot be read.
    adrelink: Warning: not setting LLINK.STLIB
    since ._TOP/lib/link.st.lib does not exist
    or cannot be read.
    Current product is #
    adrelink: Warning: not setting L#LIB
    since 1_TOP/lib/#st.lib does not exist
    or cannot be read.
    adrelink: Warning: not setting L#STLIB
    since 1_TOP/lib/#st.lib does not exist
    or cannot be read.
    /cygdrive/d/oracle/PROD/apps/apps_st/appl/ad/12.0.0/bin/adrelinknew.sh: line
    2031: _TOP: command not found
    adrelink: Warning: Product "|" is listed as an Oracle Applications
    Product or as a Custom Product, but |_TOP is not set.
    adrelink: Warning: Product "PRODUCTS" is listed as an Oracle Applications
    Product or as a Custom Product, but PRODUCTS_TOP is not set.
    adrelink: Warning: Product "UNLESS" is listed as an Oracle Applications
    Product or as a Custom Product, but UNLESS_TOP is not set.
    adrelink: Warning: Product "THEY" is listed as an Oracle Applications
    Product or as a Custom Product, but THEY_TOP is not set.
    adrelink: Warning: Product "ARE" is listed as an Oracle Applications
    Product or as a Custom Product, but ARE_TOP is not set.
    adrelink: Warning: Product "LISTED" is listed as an Oracle Applications
    Product or as a Custom Product, but LISTED_TOP is not set.
    adrelink: Warning: Product "IN" is listed as an Oracle Applications
    Product or as a Custom Product, but IN_TOP is not set.
    adrelink: Warning: Product "THIS" is listed as an Oracle Applications
    Product or as a Custom Product, but THIS_TOP is not set.
    Current product is FILE.
    adrelink: Warning: not setting LFILE.LIB
    since file._TOP/lib/file.st.lib does not exist
    or cannot be read.
    adrelink: Warning: not setting LFILE.STLIB
    since file._TOP/lib/file.st.lib does not exist
    or cannot be read.
    Current product is #
    adrelink: Warning: not setting L#LIB
    since 1_TOP/lib/#st.lib does not exist
    or cannot be read.
    adrelink: Warning: not setting L#STLIB
    since 1_TOP/lib/#st.lib does not exist
    or cannot be read.
    /cygdrive/d/oracle/PROD/apps/apps_st/appl/ad/12.0.0/bin/adrelinknew.sh: line
    2031: _TOP: command not found
    adrelink: Warning: Product "|" is listed as an Oracle Applications
    Product or as a Custom Product, but |_TOP is not set.
    adrelink: Warning: Product "WHICH" is listed as an Oracle Applications
    Product or as a Custom Product, but WHICH_TOP is not set.
    adrelink: Warning: Product "HAVE" is listed as an Oracle Applications
    Product or as a Custom Product, but HAVE_TOP is not set.
    Current product is EXECUTABLES.
    adrelink: Warning: not setting LEXECUTABLES.LIB
    since ._TOP/lib/executables.st.lib does not exist
    or cannot be read.
    adrelink: Warning: not setting LEXECUTABLES.STLIB
    since ._TOP/lib/executables.st.lib does not exist
    or cannot be read.
    adrelink: Warning: Product "YOU" is listed as an Oracle Applications
    Product or as a Custom Product, but YOU_TOP is not set.
    adrelink: Warning: Product "ONLY" is listed as an Oracle Applications
    Product or as a Custom Product, but ONLY_TOP is not set.
    adrelink: Warning: Product "NEED" is listed as an Oracle Applications
    Product or as a Custom Product, but NEED_TOP is not set.
    adrelink: Warning: Product "TO" is listed as an Oracle Applications
    Product or as a Custom Product, but TO_TOP is not set.
    adrelink: Warning: Product "LIST" is listed as an Oracle Applications
    Product or as a Custom Product, but LIST_TOP is not set.
    adrelink: Warning: Product "YOUR" is listed as an Oracle Applications
    Product or as a Custom Product, but YOUR_TOP is not set.
    adrelink: Warning: Product "CUSTOM" is listed as an Oracle Applications
    Product or as a Custom Product, but CUSTOM_TOP is not set.
    adrelink: Warning: Product "PRODUCT" is listed as an Oracle Applications
    Product or as a Custom Product, but PRODUCT_TOP is not set.
    Current product is #
    adrelink: Warning: not setting L#LIB
    since 1_TOP/lib/#st.lib does not exist
    or cannot be read.
    adrelink: Warning: not setting L#STLIB
    since 1_TOP/lib/#st.lib does not exist
    or cannot be read.
    /cygdrive/d/oracle/PROD/apps/apps_st/appl/ad/12.0.0/bin/adrelinknew.sh: line
    2031: _TOP: command not found
    adrelink: Warning: Product "|" is listed as an Oracle Applications
    Product or as a Custom Product, but |_TOP is not set.
    Current product is $HEADER:
    adrelink: Warning: not setting L$HEADER:LIB
    since 4360HEADER:_TOP/lib/$header:st.lib does not exist
    or cannot be read.
    adrelink: Warning: not setting L$HEADER:STLIB
    since 4360HEADER:_TOP/lib/$header:st.lib does not exist
    or cannot be read.
    Current product is ADCSTPRD.TXT
    adrelink: Warning: not setting LADCSTPRD.TXTLIB
    since .TXT_TOP/lib/adcstprd.txtst.lib does not exist
    or cannot be read.
    adrelink: Warning: not setting LADCSTPRD.TXTSTLIB
    since .TXT_TOP/lib/adcstprd.txtst.lib does not exist
    or cannot be read.
    Current product is 120.0
    adrelink: Warning: not setting L120.0LIB
    since
    filelist=D:/oracle/PROD/apps/apps_st/appl/admin/PROD/out/plkapp000.txt20.0_TOP
    /lib/120.0st.lib does not exist
    or cannot be read.
    adrelink: Warning: not setting L120.0STLIB
    since
    filelist=D:/oracle/PROD/apps/apps_st/appl/admin/PROD/out/plkapp000.txt20.0_TOP
    /lib/120.0st.lib does not exist
    or cannot be read.
    Current product is 2005/05/18
    adrelink: Warning: not setting L2005/05/18LIB
    since 005/05/18_TOP/lib/2005/05/18st.lib does not exist
    or cannot be read.
    adrelink: Warning: not setting L2005/05/18STLIB
    since 005/05/18_TOP/lib/2005/05/18st.lib does not exist
    or cannot be read.
    Current product is 08:33:28
    adrelink: Warning: not setting L08:33:28LIB
    since
    /cygdrive/d/oracle/PROD/apps/apps_st/appl/ad/12.0.0/bin/adrelinknew.sh8:33:28_
    TOP/lib/08:33:28st.lib does not exist
    or cannot be read.
    adrelink: Warning: not setting L08:33:28STLIB
    since
    /cygdrive/d/oracle/PROD/apps/apps_st/appl/ad/12.0.0/bin/adrelinknew.sh8:33:28_
    TOP/lib/08:33:28st.lib does not exist
    or cannot be read.
    adrelink: Warning: Product "APPLDEV" is listed as an Oracle Applications
    Product or as a Custom Product, but APPLDEV_TOP is not set.
    adrelink: Warning: Product "NOSHIP" is listed as an Oracle Applications
    Product or as a Custom Product, but NOSHIP_TOP is not set.
    Current product is $
    adrelink: Warning: not setting L$LIB
    since 4360_TOP/lib/$st.lib does not exist
    or cannot be read.
    adrelink: Warning: not setting L$STLIB
    since 4360_TOP/lib/$st.lib does not exist
    or cannot be read.
    Current product is #
    adrelink: Warning: not setting L#LIB
    since 1_TOP/lib/#st.lib does not exist
    or cannot be read.
    adrelink: Warning: not setting L#STLIB
    since 1_TOP/lib/#st.lib does not exist
    or cannot be read.
    /cygdrive/d/oracle/PROD/apps/apps_st/appl/ad/12.0.0/bin/adrelinknew.sh: line
    2031: _TOP: command not found
    adrelink: Warning: Product "|" is listed as an Oracle Applications
    Product or as a Custom Product, but |_TOP is not set.
    adrelink: Warning: Product "DESCRIPTION" is listed as an Oracle Applications
    Product or as a Custom Product, but DESCRIPTION_TOP is not set.
    Current product is #
    adrelink: Warning: not setting L#LIB
    since 1_TOP/lib/#st.lib does not exist
    or cannot be read.
    adrelink: Warning: not setting L#STLIB
    since 1_TOP/lib/#st.lib does not exist
    or cannot be read.
    /cygdrive/d/oracle/PROD/apps/apps_st/appl/ad/12.0.0/bin/adrelinknew.sh: line
    2031: _TOP: command not found
    adrelink: Warning: Product "|" is listed as an Oracle Applications
    Product or as a Custom Product, but |_TOP is not set.
    adrelink: Warning: Product "FILENAME" is listed as an Oracle Applications
    Product or as a Custom Product, but FILENAME_TOP is not set.
    Current product is #
    adrelink: Warning: not setting L#LIB
    since 1_TOP/lib/#st.lib does not exist
    or cannot be read.
    adrelink: Warning: not setting L#STLIB
    since 1_TOP/lib/#st.lib does not exist
    or cannot be read.
    /cygdrive/d/oracle/PROD/apps/apps_st/appl/ad/12.0.0/bin/adrelinknew.sh: line
    2031: _TOP: command not found
    adrelink: Warning: Product "|" is listed as an Oracle Applications
    Product or as a Custom Product, but |_TOP is not set.
    adrelink: Warning: Product "NOTES" is listed as an Oracle Applications
    Product or as a Custom Product, but NOTES_TOP is not set.
    Current product is %%%
    adrelink: Warning: not setting L%%%LIB
    since $%%%_TOP/lib/%%%st.lib does not exist
    or cannot be read.
    adrelink: Warning: not setting L%%%STLIB
    since $%%%_TOP/lib/%%%st.lib does not exist
    or cannot be read.
    Current product is AD
    LADLIB is set to D:/oracle/PROD/apps/apps_st/appl/ad/12.0.0/lib/adst.lib
    LADSTLIB is set to D:/oracle/PROD/apps/apps_st/appl/ad/12.0.0/lib/adst.lib
    Current product is ALR
    LALRLIB is set to D:/oracle/PROD/apps/apps_st/appl/alr/12.0.0/lib/alrst.lib
    LALRSTLIB is set to D:/oracle/PROD/apps/apps_st/appl/alr/12.0.0/lib/alrst.lib
    LALR115WLIB is set to
    D:/oracle/PROD/apps/apps_st/appl/alr/12.0.0/lib/ALR115W.lib
    Current product is AP
    LAPLIB is set to D:/oracle/PROD/apps/apps_st/appl/ap/12.0.0/lib/AP.lib
    LAPSTLIB is set to D:/oracle/PROD/apps/apps_st/appl/ap/12.0.0/lib/apst.lib
    Current product is AR
    LARLIB is set to D:/oracle/PROD/apps/apps_st/appl/ar/12.0.0/lib/AR.lib
    LARSRW is set to D:/oracle/PROD/apps/apps_st/appl/ar/12.0.0/lib/xirar.obj
    $(LARLIB)
    LARSTLIB is set to D:/oracle/PROD/apps/apps_st/appl/ar/12.0.0/lib/arst.lib
    Current product is BOM
    LBOMLIB is set to D:/oracle/PROD/apps/apps_st/appl/bom/12.0.0/lib/BOM.lib
    LBOMSTLIB is set to D:/oracle/PROD/apps/apps_st/appl/bom/12.0.0/lib/bomst.lib
    Current product is CRP
    LCRPLIB is set to D:/oracle/PROD/apps/apps_st/appl/crp/12.0.0/lib/CRP.lib
    LCRPSTLIB is set to D:/oracle/PROD/apps/apps_st/appl/crp/12.0.0/lib/crpst.lib
    Current product is CZ
    LCZLIB is set to D:/oracle/PROD/apps/apps_st/appl/cz/12.0.0/lib/czst.lib
    LCZSTLIB is set to D:/oracle/PROD/apps/apps_st/appl/cz/12.0.0/lib/czst.lib
    Current product is DT
    LDTLIB is set to D:/oracle/PROD/apps/apps_st/appl/dt/12.0.0/lib/dtst.lib
    LDTSTLIB is set to D:/oracle/PROD/apps/apps_st/appl/dt/12.0.0/lib/dtst.lib
    LDT115WLIB is set to
    D:/oracle/PROD/apps/apps_st/appl/dt/12.0.0/lib/DT115W.lib
    adrelink: Warning: Product "END_OF_PRODUCT_ABBREVIATIONS" is listed as an
    Oracle Applications
    Product or as a Custom Product, but END_OF_PRODUCT_ABBREVIATIONS_TOP is not
    set.
    Current product is ENG
    LENGLIB is set to D:/oracle/PROD/apps/apps_st/appl/eng/12.0.0/lib/ENG.lib
    LENGSTLIB is set to D:/oracle/PROD/apps/apps_st/appl/eng/12.0.0/lib/engst.lib
    LENG115WLIB is set to
    D:/oracle/PROD/apps/apps_st/appl/eng/12.0.0/lib/ENG115W.lib
    Current product is FA
    LFALIB is set to D:/oracle/PROD/apps/apps_st/appl/fa/12.0.0/lib/fast.lib
    LFASRW is set to D:/oracle/PROD/apps/apps_st/appl/fa/12.0.0/lib/xirfa.obj
    $(LFALIB)
    LFASTLIB is set to D:/oracle/PROD/apps/apps_st/appl/fa/12.0.0/lib/fast.lib
    LFA115WLIB is set to
    D:/oracle/PROD/apps/apps_st/appl/fa/12.0.0/lib/FA115W.lib
    Current product is FEM
    LFEMLIB is set to D:/oracle/PROD/apps/apps_st/appl/fem/12.0.0/lib/femst.lib
    LFEMSTLIB is set to D:/oracle/PROD/apps/apps_st/appl/fem/12.0.0/lib/femst.lib
    Current product is FF
    LFFLIB is set to D:/oracle/PROD/apps/apps_st/appl/ff/12.0.0/lib/FF.lib
    LFFSTLIB is set to D:/oracle/PROD/apps/apps_st/appl/ff/12.0.0/lib/ffst.lib
    LFF115WLIB is set to
    D:/oracle/PROD/apps/apps_st/appl/ff/12.0.0/lib/FF115W.lib
    Current product is FND
    LFNDLIB is set to D:/oracle/PROD/apps/apps_st/appl/fnd/12.0.0/lib/FNDCORE.lib
    LFNDSRW is set to D:/oracle/PROD/apps/apps_st/appl/fnd/12.0.0/lib/xirfnd.obj
    $(LFNDLIB)
    LFNDSTLIB is set to D:/oracle/PROD/apps/apps_st/appl/fnd/12.0.0/lib/fndst.lib
    LFND115WLIB is set to
    D:/oracle/PROD/apps/apps_st/appl/fnd/12.0.0/lib/FND115W.lib
    LFNDCORELIB is set to
    D:/oracle/PROD/apps/apps_st/appl/fnd/12.0.0/lib/FNDCORE.lib
    LFNDXITLIB is set to
    D:/oracle/PROD/apps/apps_st/appl/fnd/12.0.0/lib/FNDXIT.lib
    LAPPR60UELIB is set to
    D:/oracle/PROD/apps/apps_st/appl/fnd/12.0.0/lib/APPR60UE.lib
    Current product is FTP
    LFTPLIB is set to D:/oracle/PROD/apps/apps_st/appl/ftp/12.0.0/lib/ftpst.lib
    LFTPSTLIB is set to D:/oracle/PROD/apps/apps_st/appl/ftp/12.0.0/lib/ftpst.lib
    Current product is GL
    LGLLIB is set to D:/oracle/PROD/apps/apps_st/appl/gl/12.0.0/lib/GL.lib
    LGLSTLIB is set to D:/oracle/PROD/apps/apps_st/appl/gl/12.0.0/lib/glst.lib
    LGL115WLIB is set to
    D:/oracle/PROD/apps/apps_st/appl/gl/12.0.0/lib/GL115W.lib
    Current product is GMA
    LGMALIB is set to D:/oracle/PROD/apps/apps_st/appl/gma/12.0.0/lib/gmast.lib
    LGMASTLIB is set to D:/oracle/PROD/apps/apps_st/appl/gma/12.0.0/lib/gmast.lib
    LOPM115WLIB is set to
    D:/oracle/PROD/apps/apps_st/appl/gma/12.0.0/lib/OPM115W.lib
    Current product is GMF
    LGMFLIB is set to D:/oracle/PROD/apps/apps_st/appl/gmf/12.0.0/lib/gmfst.lib
    LGMFSTLIB is set to D:/oracle/PROD/apps/apps_st/appl/gmf/12.0.0/lib/gmfst.lib
    Current product is GML
    LGMLLIB is set to D:/oracle/PROD/apps/apps_st/appl/gml/12.0.0/lib/gmlst.lib
    LGMLSTLIB is set to D:/oracle/PROD/apps/apps_st/appl/gml/12.0.0/lib/gmlst.lib
    Current product is IBY
    LIBYLIB is set to D:/oracle/PROD/apps/apps_st/appl/iby/12.0.0/lib/ibyst.lib
    LIBYSTLIB is set to D:/oracle/PROD/apps/apps_st/appl/iby/12.0.0/lib/ibyst.lib
    Current product is INV
    LINVLIB is set to D:/oracle/PROD/apps/apps_st/appl/inv/12.0.0/lib/INV.lib
    LINVSTLIB is set to D:/oracle/PROD/apps/apps_st/appl/inv/12.0.0/lib/invst.lib
    LINV115WLIB is set to
    D:/oracle/PROD/apps/apps_st/appl/inv/12.0.0/lib/INV115W.lib
    Current product is MRP
    LMRPLIB is set to D:/oracle/PROD/apps/apps_st/appl/mrp/12.0.0/lib/MRP.lib
    LMRPSTLIB is set to D:/oracle/PROD/apps/apps_st/appl/mrp/12.0.0/lib/mrpst.lib
    Current product is MSC
    LMSCLIB is set to D:/oracle/PROD/apps/apps_st/appl/msc/12.0.0/lib/mscst.lib
    LMSCSTLIB is set to D:/oracle/PROD/apps/apps_st/appl/msc/12.0.0/lib/mscst.lib
    Current product is MSO
    LMSOLIB is set to D:/oracle/PROD/apps/apps_st/appl/mso/12.0.0/lib/msost.lib
    LMSOSTLIB is set to D:/oracle/PROD/apps/apps_st/appl/mso/12.0.0/lib/msost.lib
    Current product is MSR
    LMSRLIB is set to D:/oracle/PROD/apps/apps_st/appl/msr/12.0.0/lib/msrst.lib
    LMSRSTLIB is set to D:/oracle/PROD/apps/apps_st/appl/msr/12.0.0/lib/msrst.lib
    Current product is MST
    LMSTLIB is set to D:/oracle/PROD/apps/apps_st/appl/mst/12.0.0/lib/mstst.lib
    LMSTSTLIB is set to D:/oracle/PROD/apps/apps_st/appl/mst/12.0.0/lib/mstst.lib
    Current product is MWA
    LMWALIB is set to D:/oracle/PROD/apps/apps_st/appl/mwa/12.0.0/lib/mwast.lib
    LMWASTLIB is set to D:/oracle/PROD/apps/apps_st/appl/mwa/12.0.0/lib/mwast.lib
    Current product is PA
    LPALIB is set to D:/oracle/PROD/apps/apps_st/appl/pa/12.0.0/lib/past.lib
    LPASTLIB is set to D:/oracle/PROD/apps/apps_st/appl/pa/12.0.0/lib/past.lib
    Current product is PAY
    LPAYLIB is set to D:/oracle/PROD/apps/apps_st/appl/pay/12.0.0/lib/payst.lib
    LPAYSTLIB is set to D:/oracle/PROD/apps/apps_st/appl/pay/12.0.0/lib/payst.lib
    LPAY115WLIB is set to
    D:/oracle/PROD/apps/apps_st/appl/pay/12.0.0/lib/PAY115W.lib
    Current product is PO
    LPOLIB is set to D:/oracle/PROD/apps/apps_st/appl/po/12.0.0/lib/PO.lib
    LPOSRW is set to D:/oracle/PROD/apps/apps_st/appl/po/12.0.0/lib/xirpo.obj
    $(LPOLIB)
    LPOSTLIB is set to D:/oracle/PROD/apps/apps_st/appl/po/12.0.0/lib/post.lib
    LPO115WLIB is set to
    D:/oracle/PROD/apps/apps_st/appl/po/12.0.0/lib/PO115W.lib
    Current product is PON
    LPONLIB is set to D:/oracle/PROD/apps/apps_st/appl/pon/12.0.0/lib/ponst.lib
    LPONSTLIB is set to D:/oracle/PROD/apps/apps_st/appl/pon/12.0.0/lib/ponst.lib
    Current product is RG
    LRGLIB is set to D:/oracle/PROD/apps/apps_st/appl/rg/12.0.0/lib/rgst.lib
    LRGSTLIB is set to D:/oracle/PROD/apps/apps_st/appl/rg/12.0.0/lib/rgst.lib
    Current product is WIP
    LWIPLIB is set to D:/oracle/PROD/apps/apps_st/appl/wip/12.0.0/lib/WIP.lib
    LWIPSTLIB is set to D:/oracle/PROD/apps/apps_st/appl/wip/12.0.0/lib/wipst.lib
    LWIP115WLIB is set to
    D:/oracle/PROD/apps/apps_st/appl/wip/12.0.0/lib/WIP115W.lib
    Current product is WPS
    LWPSLIB is set to D:/oracle/PROD/apps/apps_st/appl/wps/12.0.0/lib/wpsst.lib
    LWPSSTLIB is set to D:/oracle/PROD/apps/apps_st/appl/wps/12.0.0/lib/wpsst.lib
    Current product is WSM
    LWSMLIB is set to D:/oracle/PROD/apps/apps_st/appl/wsm/12.0.0/lib/wsmst.lib
    LWSMSTLIB is set to D:/oracle/PROD/apps/apps_st/appl/wsm/12.0.0/lib/wsmst.lib
    Current product is XDP
    LXDPLIB is set to D:/oracle/PROD/apps/apps_st/appl/xdp/12.0.0/lib/xdpst.lib
    LXDPSTLIB is set to D:/oracle/PROD/apps/apps_st/appl/xdp/12.0.0/lib/xdpst.lib
    LUSRLIB is
    Not linking Oracle Applications with any Oracle mail product
    LALRSTUB is now set to
    D:/oracle/PROD/apps/apps_st/appl/alr/12.0.0/lib/alstub.obj
    MAILLNK is now set to
    D:/oracle/PROD/apps/apps_st/appl/alr/12.0.0/lib/alstub.obj
    Creating prefix makefiles ...
    Done creating prefix makefiles
    The file D:/oracle/PROD/apps/apps_st/appl/admin/PROD/out/plkapp000.txt
    contains:
    D:\oracle\PROD\apps\apps_st\appl\ad\12.0.0\bin\adadmin.exe     ad     
    bin     adadmin.exe
    D:\oracle\PROD\apps\apps_st\appl\ad\12.0.0\bin\adaimgr.exe     ad     
    bin     adaimgr.exe
    D:\oracle\PROD\apps\apps_st\appl\ad\12.0.0\bin\adchkdig.exe     ad     
    bin     adchkdig.exe
    D:\oracle\PROD\apps\apps_st\appl\ad\12.0.0\bin\adctrl.exe     ad     
    bin     adctrl.exe
    D:\oracle\PROD\apps\apps_st\appl\ad\12.0.0\bin\addmimp.exe     ad     
    bin     addmimp.exe
    D:\oracle\PROD\apps\apps_st\appl\ad\12.0.0\bin\adjava.exe     ad     
    bin     adjava.exe
    D:\oracle\PROD\apps\apps_st\appl\ad\12.0.0\bin\adjkey.exe     ad     
    bin     adjkey.exe
    D:\oracle\PROD\apps\apps_st\appl\ad\12.0.0\bin\admrgpch.exe     ad     
    bin     admrgpch.exe
    D:\oracle\PROD\apps\apps_st\appl\ad\12.0.0\bin\adncnv.exe     ad     
    bin     adncnv.exe
    D:\oracle\PROD\apps\apps_st\appl\ad\12.0.0\bin\adodfcmp.exe     ad     
    bin     adodfcmp.exe
    D:\oracle\PROD\apps\apps_st\appl\ad\12.0.0\bin\adpchnew.exe     ad     
    bin     adpchnew.exe
    D:\oracle\PROD\apps\apps_st\appl\ad\12.0.0\bin\adsplice.exe     ad     
    bin     adsplice.exe
    D:\oracle\PROD\apps\apps_st\appl\ad\12.0.0\bin\adurs.exe     ad     
    bin     adurs.exe
    D:\oracle\PROD\apps\apps_st\appl\ad\12.0.0\bin\adwrknew.exe     ad     
    bin     adwrknew.exe
    Starting link of product 'ad' on Sun Jan 3 23:56:46 WAST 2010
    Current product is ad
    Current product TOP is  $ADTOP
    Current prodarea is D:/oracle/PROD/apps/apps_st/appl/ad/12.0.0
    Relinking module 'adadmin.exe' in product ad ...
    gnumake -f D:/oracle/PROD/apps/apps_st/appl/admin/PROD/out/link_ad_4360.mk
    D:/oracle/PROD/apps/apps_st/appl/ad/12.0.0/bin/adadmin.exe
    Starting link of ad executable 'adadmin.exe' on Sun Jan 3 23:56:47 WAST 2010
    D:/oracle/PROD/apps/apps_st/appl/admin/PROD/out/link_ad_4360.mk:684: ***
    target pattern contains no `%'. Stop.
    Done with link of ad executable 'adadmin.exe' on Sun Jan 3 23:56:47 WAST 2010
    Relink of module "adadmin.exe" failed.
    See error messages above (also recorded in log file) for possible
    reasons for the failure. Also, please check that the Unix userid
    running adrelink has read, write, and execute permissions
    on the directory D:/oracle/PROD/apps/apps_st/appl/ad/12.0.0/bin,
    and that there is sufficient space remaining on the disk partition
    containing your Oracle Applications installation.
    Relinking module 'adaimgr.exe' in product ad ...
    gnumake -f D:/oracle/PROD/apps/apps_st/appl/admin/PROD/out/link_ad_4360.mk
    D:/oracle/PROD/apps/apps_st/appl/ad/12.0.0/bin/adaimgr.exe

  • Oracle Security Patch Error while applying --The filename, directory name,

    Hello,
    I am running into strange error while applying Oracle Security Patch 68 by using Opatch.
    Supposedly, All the environment variables are set properly.
    ACTIVE_STATE_PERL=true
    DBMS_TYPE=ORA
    dbs_ora_tnsname=YBQ
    JAVA_HOME=C:\jdk1.3.1_10
    OPATCH_DEBUG=TRUE
    ORACLE_HOME=E:\oracle\ora92
    ORACLE_SID=YBQ
    Path=E:\oracle\OPatch;C:\jdk1.3.1_10\bin;E:\oracle\Perl\bin;E:\oracle\ora92\jre\1.4.2\bin\client;E:\oracle\ora92\jre\1.4.2\bin;E:\oracle\ora92\bin;C:\Program Files\Oracle\jre\1.3.1\bin;C:\Program Files\Oracle\jre\1.1.8\bin;C:\Program Files\Common Files\VERITAS Shared;\NetBackup\bin;C:\Program Files\Windows Resource Kits\Tools\;C:\Program Files\Support Tools\;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;E:\usr\sap\YBQ\SYS\exe\run
    Installed Active Perl. latest version
    downloaded Opatch 1.0.0.50
    and the patch number 3738339
    I went to that directory and run the command :
    perl opatch.pl apply
    It started of well.
    OPatch version is: 1.0.0.0.50
    Using ORACLE_HOME/oui to look up oui libs...
    Oracle Home = E:\oracle\ora92
    Location of Oracle Inventory = E:\oracle\ora92\inventory
    Oracle Universal Installer shared library = E:\oracle\ora92\oui\lib\win32\oraInstaller.dll
    Path to Java = "E:\oracle\ora92\jre\1.4.2\bin\java.exe"
    Location of Oracle Inventory Pointer = N/A
    Location of Oracle Universal Installer components = E:\oracle\ora92\oui
    Required Jar File under Oracle Universal Installer = jlib\OraInstaller.jar
    find under OH/oui/jlib
    found OraInstaller.jar
    Checking if this is a RAC system...
    Accessing inventory... This may take up to 300 seconds.
    (retry 10 times, delay 30 seconds each time)
    System Command: ""E:\oracle\ora92\jre\1.4.2\bin\java.exe" -Dopatch.retry=10 -Dopatch.delay=30 -DTRACING.ENABLED=TRUE -DTRACING.LEVEL=2 -Dopatch.debug=true -classpath "E:\oracle\ora92\oui\jlib\OraInstaller.jar;E:\oracle\ora92\oui\jlib\srvm.jar;jlib\opatch.jar;E:\oracle\ora92\oui\jlib\xmlparserv2.jar;E:\oracle\ora92\oui\jlib\share.jar;.:E:\oracle\ora92\jlib\srvm.jar" opatch/O2O "e:\oracle\ora92" "E:\oracle\ora92\oui" opatch.pl 1.0.0.0.50"
    Result:
    ----- DEBUG is ON -------
    oracle.installer.startup_location will be set to E:\oracle\ora92\oui
    oracle.installer.oui_loc will be set to E:\oracle\ora92\oui
    oracle.installer.scratchPath will be set to /tmp
    opatch.local_node_only is OFF
    retryOption is ON: 10
    delayOption is ON: 30
    Few more stuff here .. not pasting the entire contents
    System Command: ""E:\oracle\ora92\jre\1.4.2\bin\java.exe" -Dopatch.retry=10 -Dopatch.delay=30 -DTRACING.ENABLED=TRUE -DTRACING.LEVEL=2 -Dopatch.debug=true -classpath "E:\oracle\ora92\oui\jlib\OraInstaller.jar;E:\oracle\ora92\oui\jlib\srvm.jar;jlib\opatch.jar;E:\oracle\ora92\oui\jlib\xmlparserv2.jar;E:\oracle\ora92\oui\jlib\share.jar;." opatch/CheckConflict "E:\oracle\ora92\oui" "e:\oracle\ora92" opatch.pl 1.0.0.0.50 3738339 "3741539 3528282 3516951 3622875 3668572 3371796 3239873 3356103 3543125 3666502 2800494 2824035 2964252 3617042 3320622 3571233 3253770 3492040 3566469 3354470 3625370 3583686 3150750 3617519 3635177 3597640 3749394 3542588 3698501 2954891 2918138 3559212 3518909 3412818 3430832 3172282 3358490 3637624 3458446 3179637 2810394 3668224 3609791 3566813 3475932 2338704 3412136 3388633 3540576 3571226 3575743 2690205 3240280 3509265 3177513 3575747 3811906 3554319 3752406 3323435 " E:\3738339\etc\config\actions"
    Result:
    opatch.pl version: 1.0.0.0.50
    Copyright (c) 2001-2004 Oracle Corporation. All Rights Reserved.
    The filename, directory name, or volume label syntax is incorrect.
    Error in executing Java program to check conflict
    ERROR: OPatch failed during pre-reqs check.
    Now there is no problem with executing the last java program in the same prompt by removing the first and the last double quote "
    Please advise.
    Thanks in advance.

    hi somnath,
    this is the portal content management forum. for your database question please use the database forums:
    http://forums.oracle.com/forums/index.jsp?cat=18
    thanks,
    christian

  • Getting error while applying psu patch on 11.2.0.2.0

    Hi All,
    I am getting one error while applying psu july patch on top of 11.2.0.2.0
    If anybody has the solution please answer:
    Below is the code sample:
    [oracle@host01 16619893]$ opatch prereq CheckConflictAgainstOHWithDetail -phBase                                                       Dir ./16619893
    Oracle Interim Patch Installer version 11.2.0.3.4
    Copyright (c) 2012, Oracle Corporation.  All rights reserved.
    PREREQ session
    Oracle Home       : /u002/app/oracle/product/11.2.0/dbhome_1
    Central Inventory : /u002/app/oraInventory
       from           : /u002/app/oracle/product/11.2.0/dbhome_1/oraInst.loc
    OPatch version    : 11.2.0.3.4
    OUI version       : 11.2.0.2.0
    Log file location : /u002/app/oracle/product/11.2.0/dbhome_1/cfgtoollogs/opatch/                                                       opatch2013-06-28_02-08-44AM_1.log
    Invoking prereq "checkconflictagainstohwithdetail"
    Prereq "checkConflictAgainstOHWithDetail" passed.
    OPatch succeeded.
    [oracle@host01 16619893]$ opatch apply
    Oracle Interim Patch Installer version 11.2.0.3.4
    Copyright (c) 2012, Oracle Corporation.  All rights reserved.
    Oracle Home       : /u002/app/oracle/product/11.2.0/dbhome_1
    Central Inventory : /u002/app/oraInventory
       from           : /u002/app/oracle/product/11.2.0/dbhome_1/oraInst.loc
    OPatch version    : 11.2.0.3.4
    OUI version       : 11.2.0.2.0
    Log file location : /u002/app/oracle/product/11.2.0/dbhome_1/cfgtoollogs/opatch/                                                       opatch2013-06-28_02-10-02AM_1.log
    Verifying environment and performing prerequisite checks...
    Prerequisite check "CheckActiveFilesAndExecutables" failed.
    The details are:
    Following executables are active :
    /u002/app/oracle/product/11.2.0/dbhome_1/lib/libclntsh.so.11.1
    UtilSession failed: Prerequisite check "CheckActiveFilesAndExecutables" failed.
    Log file location: /u002/app/oracle/product/11.2.0/dbhome_1/cfgtoollogs/opatch/o                                                       patch2013-06-28_02-10-02AM_1.log
    OPatch failed with error code 73
    [oracle@host01 16619893]$ ps -ef |grep libclntsh.so.11.1
    oracle   15943 15446  0 02:11 pts/3    00:00:00 grep libclntsh.so.11.1
    [oracle@host01 16619893]$
    Why I am getting that error?  And how to check wheather lobclntsh.so.11.1 is running and how to kill it?
    Thanks in advance.

    See the below link
    Oracle DBA and RAC DBA Expert: Reason: Cannot apply patch due to fatal error &amp; CheckActiveFilesAndExecutables failed
    I hope it resolves your issue.
    Regards,
    http://www.oracleracexpert.com

  • Error while applying patch u4440000.drv(part of R12 upgrade from 11.5.10.2)

    Hi All,
    Getting error while applying patch 4440000
    cd $AU_TOP/patch/115/driver/u4440000.drv
    ERROR:
    Failed: XDOLoader.class on worker 1
    Failed: CustMigrationTool.class on worker 2
    Failed: XDOLoader.class on worker 3
    Failed: XDOLoader.class on worker 4
    Worker 2 log file:*
    Start time for file is: Tue Jun 23 2009 00:14:02
    adjava -ms128m -mx256m -nojit oracle.jrad.migration.cust.CustMigrationTool ak % -customer_cust -username &un_apps @ -password &pw_apps -dbconnection &jdbc_db_addr -jrad_username &un_apps @ -jrad_password &pw_apps -jrad_dbconnection &jdbc_db_addr -rootpackage "/oracle/apps/ak/" -migrationdir &fullpath_ak_mds_directory
    Copyright (c) 2002 Oracle Corporation
    Redwood Shores, California, USA
    AD Java
    Version 12.0.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:
    "/u01/CESERP/app/apps/apps_st/appl/ad/12.0.0/java/adjava.zip:/u01/CESERP/app/apps/tech_st/10.1.3/appsutil/jdk/lib/dt.jar:/u01/CESERP/app/apps/tech_st/10.1.3/appsutil/jdk/lib/tools.jar:/u01/CESERP/app/apps/tech_st/10.1.3/appsutil/jdk/jre/lib/rt.jar:/u01/CESERP/app/apps/apps_st/comn/java/lib/appsborg.zip:/u01/CESERP/app/apps/tech_st/10.1.2/forms/java:/u01/CESERP/app/apps/tech_st/10.1.2/forms/java/frmall.jar:/u01/CESERP/app/apps/tech_st/10.1.2/jlib/ewt3.jar:/u01/CESERP/app/apps/tech_st/10.1.2/j2ee/OC4J_BI_Forms/applications/formsapp/formsweb/WEB-INF/lib/frmsrv.jar:/u01/CESERP/app/apps/apps_st/comn/java/classes"
    Calling /u01/CESERP/app/apps/tech_st/10.1.3/appsutil/jdk/jre/bin/java ...
    Exception in thread "main" java.lang.NoClassDefFoundError: oracle/jrad/migration/cust/CustMigrationTool
    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.
    Worker 1 log file:_
    Start time for file is: Tue Jun 23 2009 00:14:02
    adjava -ms128m -mx256m -nojit oracle.apps.xdo.oa.util.XDOLoader UPLOAD -DB_USERNAME &un_apps -DB_PASSWORD &pw_apps -JDBC_CONNECTION &jdbc_db_addr -LOB_TYPE TEMPLATE_SOURCE -APPS_SHORT_NAME AHL -LOB_CODE AHL_RA_ANZ_PRC_PLN_DAY -LANGUAGE en -TERRITORY US -XDO_FILE_TYPE RTF -TRANSLATE Y -FILE_NAME &fullpath:ahl:patch/115/publisher/templates/US:AHLRAT3.rtf
    Copyright (c) 2002 Oracle Corporation
    Redwood Shores, California, USA
    AD Java
    Version 12.0.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:
    "/u01/CESERP/app/apps/apps_st/appl/ad/12.0.0/java/adjava.zip:/u01/CESERP/app/apps/tech_st/10.1.3/appsutil/jdk/lib/dt.jar:/u01/CESERP/app/apps/tech_st/10.1.3/appsutil/jdk/lib/tools.jar:/u01/CESERP/app/apps/tech_st/10.1.3/appsutil/jdk/jre/lib/rt.jar:/u01/CESERP/app/apps/apps_st/comn/java/lib/appsborg.zip:/u01/CESERP/app/apps/tech_st/10.1.2/forms/java:/u01/CESERP/app/apps/tech_st/10.1.2/forms/java/frmall.jar:/u01/CESERP/app/apps/tech_st/10.1.2/jlib/ewt3.jar:/u01/CESERP/app/apps/tech_st/10.1.2/j2ee/OC4J_BI_Forms/applications/formsapp/formsweb/WEB-INF/lib/frmsrv.jar:/u01/CESERP/app/apps/apps_st/comn/java/classes"
    Calling /u01/CESERP/app/apps/tech_st/10.1.3/appsutil/jdk/jre/bin/java ...
    Exception in thread "main" java.lang.NoClassDefFoundError: com/sun/java/util/collections/Comparator
    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 Jun 23 2009 00:14:03
    Worker 3 log file:*
    Start time for file is: Tue Jun 23 2009 00:14:02
    adjava -ms128m -mx256m -nojit oracle.apps.xdo.oa.util.XDOLoader UPLOAD -DB_USERNAME &un_apps -DB_PASSWORD &pw_apps -JDBC_CONNECTION &jdbc_db_addr -LOB_TYPE TEMPLATE_SOURCE -APPS_SHORT_NAME AHL -LOB_CODE AHL_RA_ANZ_PRC_PLN_SUMM -LANGUAGE en -TERRITORY US -XDO_FILE_TYPE RTF -TRANSLATE Y -FILE_NAME &fullpath:ahl:patch/115/publisher/templates/US:AHLRAT4.rtf
    Copyright (c) 2002 Oracle Corporation
    Redwood Shores, California, USA
    AD Java
    Version 12.0.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:
    "/u01/CESERP/app/apps/apps_st/appl/ad/12.0.0/java/adjava.zip:/u01/CESERP/app/apps/tech_st/10.1.3/appsutil/jdk/lib/dt.jar:/u01/CESERP/app/apps/tech_st/10.1.3/appsutil/jdk/lib/tools.jar:/u01/CESERP/app/apps/tech_st/10.1.3/appsutil/jdk/jre/lib/rt.jar:/u01/CESERP/app/apps/apps_st/comn/java/lib/appsborg.zip:/u01/CESERP/app/apps/tech_st/10.1.2/forms/java:/u01/CESERP/app/apps/tech_st/10.1.2/forms/java/frmall.jar:/u01/CESERP/app/apps/tech_st/10.1.2/jlib/ewt3.jar:/u01/CESERP/app/apps/tech_st/10.1.2/j2ee/OC4J_BI_Forms/applications/formsapp/formsweb/WEB-INF/lib/frmsrv.jar:/u01/CESERP/app/apps/apps_st/comn/java/classes"
    Calling /u01/CESERP/app/apps/tech_st/10.1.3/appsutil/jdk/jre/bin/java ...
    Exception in thread "main" java.lang.NoClassDefFoundError: com/sun/java/util/collections/Comparator
    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 Jun 23 2009 00:14:03
    Worker 4 log file:_
    Start time for file is: Tue Jun 23 2009 00:14:01
    adjava -ms128m -mx256m -nojit oracle.apps.xdo.oa.util.XDOLoader UPLOAD -DB_USERNAME &un_apps -DB_PASSWORD &pw_apps -JDBC_CONNECTION &jdbc_db_addr -LOB_TYPE TEMPLATE_SOURCE -APPS_SHORT_NAME AHL -LOB_CODE AHLPRDWC -LANGUAGE en -TERRITORY US -XDO_FILE_TYPE RTF -TRANSLATE Y -FILE_NAME &fullpath:ahl:patch/115/publisher/templates/US:AHLPRDWC1.rtf
    Copyright (c) 2002 Oracle Corporation
    Redwood Shores, California, USA
    AD Java
    Version 12.0.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:
    "/u01/CESERP/app/apps/apps_st/appl/ad/12.0.0/java/adjava.zip:/u01/CESERP/app/apps/tech_st/10.1.3/appsutil/jdk/lib/dt.jar:/u01/CESERP/app/apps/tech_st/10.1.3/appsutil/jdk/lib/tools.jar:/u01/CESERP/app/apps/tech_st/10.1.3/appsutil/jdk/jre/lib/rt.jar:/u01/CESERP/app/apps/apps_st/comn/java/lib/appsborg.zip:/u01/CESERP/app/apps/tech_st/10.1.2/forms/java:/u01/CESERP/app/apps/tech_st/10.1.2/forms/java/frmall.jar:/u01/CESERP/app/apps/tech_st/10.1.2/jlib/ewt3.jar:/u01/CESERP/app/apps/tech_st/10.1.2/j2ee/OC4J_BI_Forms/applications/formsapp/formsweb/WEB-INF/lib/frmsrv.jar:/u01/CESERP/app/apps/apps_st/comn/java/classes"
    Calling /u01/CESERP/app/apps/tech_st/10.1.3/appsutil/jdk/jre/bin/java ...
    Exception in thread "main" java.lang.NoClassDefFoundError: com/sun/java/util/collections/Comparator
    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 Jun 23 2009 00:14:02
    Please let me know any solution
    Thanks in advance
    Regards,
    Bhanu Chander.

    Hi,
    As a part of R12 upgrade.
    once The Installation creates APPL_TOP, COMMON_TOP, INST_TOP and 10g Oracle Home
    Now we are connected to R12 application.
    Applied patch AD.A 4502962.
    Run the American English upgrade patch driver
    cd $AU_TOP/patch/115/driver
    adpatch options=nocopyportion,nogenerateportion
    Please enter the name of your AutoPatch driver file: u4440000.drv
    This patch doesn't have readme it will be under cd $AU_TOP/patch/115/driver
    Thanks,
    Bhanu Chander

  • 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 while applying patch for SOA suite 10.1.3.4 on Weblogic 9.2 - URGENT

    Hi All,
    I am trying to apply a weblogic patch on SOA server but facing an error while applying the Opatch . I checked the accessibilty to opatch inventory by using the command % opatch lsinventory . This executed fine and there were no errors. But when I try applying the opatch I get the error -that some jars missing . Even if I replace the jars and try executing opatch again I face the same error . I googled a lot but couldnt find any solution . Please let me what can be done for solving this error .
    D:\7337034>opatch apply -oh D:\product\10.1.3.1\OracleAS_1
    Oracle Interim Patch Installer version 1.0.0.0.61
    Copyright (c) 2009 Oracle Corporation. All Rights Reserved..
    Oracle recommends you to use the latest OPatch version
    and read the OPatch documentation available in the OPatch/docs
    directory for usage. For information about the latest OPatch and
    other support-related issues, refer to document ID 293369.1
    available on My Oracle Support (https://myoraclesupport.oracle.com)
    Oracle Home : D:\product\10.1.3.1\OracleAS_1
    Oracle Home Inventory : D:\product\10.1.3.1\OracleAS_1\inventory
    Central Inventory : C:\Program Files\oracle\inventory
    from : N/A
    OUI location : D:\product\10.1.3.1\OracleAS_1\oui
    OUI shared library : D:\product\10.1.3.1\OracleAS_1\oui\lib\win32\oraInstalle
    r.dll
    Java location : "D:\product\10.1.3.1\OracleAS_1\jdk\jre\bin\java.exe"
    Log file location : D:\product\10.1.3.1\OracleAS_1/.patch_storage/<patch ID>
    /*.log
    Creating log file "D:\product\10.1.3.1\oracleas_1\.patch_storage\7337034\Apply_7
    337034_06-02-2009_13-39-26.log"
    Provide 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: [email protected]
    Provide your My Oracle Support password to receive security updates via your My
    Oracle Support account.
    Password (optional):
    Password (optional):
    Unable to establish a network connection to Oracle. If your systems require a
    proxy server for outbound Internet connections, enter the proxy server details
    in this format:
    [<proxy-user>@]<proxy-host>[:<proxy-port>]
    If you want to remain uninformed of critical security issues in your
    configuration, enter NONE
    Proxy specification: NONE
    ** Installing base package **
    Deploying core - Version 10.3.1.0.0
    Deploying engines - Version 10.2.7.1.0
    Deploying metricdata - Version 10.2.4.0.3
    Deploying scripts - Version 10.3.1.0.0
    Oracle Configuration Manager has been configured in disconnected mode. If the
    target ORACLE_HOME is running a database, please refer to the
    "Post-installation Database Configuration" section of the OCM Installation
    and Administration Guide
    (http://www.oracle.com/technology/documentation/ocm.html) to complete the
    installation.
    View configuration data reports and access valuable configuration best
    practices by going to My Oracle Support.
    Backing up comps.xml ...
    OPatch detected non-cluster Oracle Home from the inventory and will patch the lo
    cal system only.
    Please shut down Oracle instances running out of this ORACLE_HOME
    (Oracle Home = d:\product\10.1.3.1\oracleas_1)
    Is this system ready for updating?
    Please respond Y|N >
    y
    Applying patch 7337034...
    Patching jar files...
    OPatch encounters the following issues during file patching:
    The following java archives on Windows had problems with being patched:
    1. orabpel.jar
    [ object: DomainFilter.class ]
    2. orabpel.jar
    [ object: AdapterFrameworkListenerImpl$RoutingRuleXPathInfo.class ]
    3. D:\product\10.1.3.1\oracleas_1\integration\esb\lib\orabpel.jar
    [ No java archive file found. ]
    4. orabpel.jar
    [ Couldn't make backup copy of file. ]
    5. D:\product\10.1.3.1\oracleas_1\integration\esb\lib\orabpel.jar
    [ No java archive file found. ]
    6. orabpel.jar
    [ Couldn't make backup copy of file. ]
    7. D:\product\10.1.3.1\oracleas_1\integration\esb\lib\orabpel.jar
    [ No java archive file found. ]
    8. D:\product\10.1.3.1\oracleas_1\integration\esb\lib\orabpel.jar
    [ No java archive file found. ]
    9. orabpel.jar
    [ Couldn't make backup copy of file. ]
    Replying 'Y' will terminate the patch installation immediately. It WILL NOT rest
    ore any updates that have been performed to this point. It WILL NOT update the i
    nventory.
    Replying 'N' will update the inventory showing the patch has been applied.
    NOTE: After replying either 'Y' or 'N' it is critical to review:
    My Oracle Support Note 312767.1 How to rollback a failed Interim patch ins
    tallation.
    Do you want to STOP?
    Please respond Y|N >
    y
    File Patching Error!
    ERROR: OPatch failed during patching, possibly due to missing files.
    OPatch returns with error code = 200

    Hi , I am facing the same issue.
    were you able to resolve it.
    please let me know if you were.
    Many Thanks.

  • Error while applying patch 3384350

    Hi all,
    I'm receiving the following error while apply patch 3384350 (Supply Chain Management Family Pack J 11i.SCM_PF.J) to an 11.5.9 instance.
    from adpatch.log:
    The following Oracle Forms objects did not generate successfully:
    inv forms/US INVTDILT.fmx
    from worker log:
    Compiling package body CHECK_RESERVATIONS_ALLOCATIONS...
    Compilation error on package body CHECK_RESERVATIONS_ALLOCATIONS:
    PL/SQL ERROR 358 at line 12, column 9
    column 'INVENTORY_ITEM_ID' exists in more than one table; use qualifier
    PL/SQL ERROR 0 at line 10, column 2
    SQL Statement ignored
    I have a SR open, but thought I would ask here as well in case anyone else had ran into this issue. There was only 1 direct hit on metalink for this error and it provided no solution and it's bug # link was not accessible to the public.
    thanks in advance,
    -Chad

    Compiling package body CHECK_RESERVATIONS_ALLOCATIONS...
    Compilation error on package body CHECK_RESERVATIONS_ALLOCATIONS:
    PL/SQL ERROR 358 at line 12, column 9
    column 'INVENTORY_ITEM_ID' exists in more than one table; use qualifier
    PL/SQL ERROR 0 at line 10, column 2
    SQL Statement ignoredA workaround is to precede the column name ('INVENTORY_ITEM_ID') with the table name so that the column reference is unambiguous. Please note that this is only a workaround to fix the issue if you cannot afford waiting to hear back from Oracle support with a proper solution.

  • Error while applying patch MLR#4

    hi,
    I am getting error while applying patch MLR#4. Can you please let me know whats error can be resolved?
    Please see below the snapshots from log file.
    Thanks,
    Vaibhav
    Execute perf_wid_pid_pcid.sql
    Error: Abort transaction
    java.lang.NullPointerException
    at oracle.tip.adapter.b2b.data.B2BSchemaUpdate.addAQJMSTransportProtocolToGenericExchange(B2BSchemaUpdate.java:1009)
    at oracle.tip.adapter.b2b.data.B2BSchemaUpdate.main(B2BSchemaUpdate.java:509)
    Begin Transaction
    Inserting DocumentRoutingID into X12_DOCUMENT_TYPE_PARAMETERS
    Failure! Error stack:
    java.lang.NullPointerException
    at oracle.tip.buslogic.bll.b2b.DocumentProtocolWizard.getDocumentTypeParameter(DocumentProtocolWizard.java:819)
    at oracle.tip.adapter.b2b.data.B2BParameterSeed.createDocumentTypeParameters(B2BParameterSeed.java:214)
    at oracle.tip.adapter.b2b.data.B2BParameterSeed.main(B2BParameterSeed.java:160)
    start: update opmn xml
    Transaction started
    An exception occured during seeding
    java.lang.NullPointerException
    at oracle.tip.buslogic.bll.b2b.DocumentProtocolWizard.getDocumentTypeParameter(DocumentProtocolWizard.java:819)
    at oracle.tip.adapter.b2b.exchange.ebms.EBMSPatch.createCustomDocumentTypeParameters(EBMSPatch.java:386)
    at oracle.tip.adapter.b2b.exchange.ebms.EBMSPatch.seed(EBMSPatch.java:56)
    at oracle.tip.adapter.b2b.exchange.ebms.EBMSPatch.main(EBMSPatch.java:38)
    Seeding successful
    Error -: AIP-11001: Transaction closed: Error -: AIP-11001: Transaction closed
    at oracle.tip.buslogic.common.Transaction.commit(Transaction.java:72)
    at oracle.tip.adapter.b2b.exchange.ebms.EBMSPatch.seed(EBMSPatch.java:79)
    at oracle.tip.adapter.b2b.exchange.ebms.EBMSPatch.main(EBMSPatch.java:38)
    Caused by: Error -: AIP-11001: Transaction closed
    at oracle.tip.repos.core.driver.CatalogTransaction.commit(CatalogTransaction.java:1464)
    at oracle.tip.buslogic.common.Transaction.commit(Transaction.java:70)
    ... 2 more
    Starting task #1 [AS1SeedTask] ...
    Task [AS1SeedTask]: starting ...
    EDI X12 over AS1 is being seeded.
    create BusinessProtocol EDI-EDI_X12 over AS1....
    creating AS Exchange Protocols...
    create AS1 1.0
    java.lang.Exception: No TransportProtocol found for the given name and revision 'EMail' '1.0'
    at oracle.tip.seed.AS1SeedTask.getTransportProtocol(AS1SeedTask.java:342)
    at oracle.tip.seed.AS1SeedTask.createAS1(AS1SeedTask.java:483)
    at oracle.tip.seed.AS1SeedTask.createAS1ExchangeProtocol(AS1SeedTask.java:423)
    at oracle.tip.seed.AS1SeedTask.createBusinessProtocol_EDI_EDI_X12_AS1(AS1SeedTask.java:530)
    at oracle.tip.seed.AS1SeedTask.doWork(AS1SeedTask.java:104)
    at oracle.tip.seed.SeedDriver.processTasks(SeedDriver.java:222)
    at oracle.tip.seed.SeedDriver.go(SeedDriver.java:283)
    at oracle.tip.seed.AS1SeedDriver.main(AS1SeedDriver.java:80)
    java.lang.Exception: No TransportProtocol found for the given name and revision 'EMail' '1.0'
    at oracle.tip.seed.AS1SeedTask.getTransportProtocol(AS1SeedTask.java:342)
    at oracle.tip.seed.AS1SeedTask.createAS1(AS1SeedTask.java:483)
    at oracle.tip.seed.AS1SeedTask.createAS1ExchangeProtocol(AS1SeedTask.java:423)
    at oracle.tip.seed.AS1SeedTask.createBusinessProtocol_EDI_EDI_X12_AS1(AS1SeedTask.java:530)
    at oracle.tip.seed.AS1SeedTask.doWork(AS1SeedTask.java:104)
    at oracle.tip.seed.SeedDriver.processTasks(SeedDriver.java:222)
    at oracle.tip.seed.SeedDriver.go(SeedDriver.java:283)
    ------------------------------------------

    Make sure that no oracle processes are running on windows, stop all services again and use the task manager to kill any oracle process that is running. But first read de README.txt that you have with your patch, there is all the steps you need to follow to perform that installation.
    Message was edited by:
    user637951

  • Ad Path worker error while applying patch NO 7429271

    Hi All,
    I am not able to apply following patch NO 7429271( AD Mini pack) to Oracle application 11.5.9 which is at AD patch level 11i.AD.H
    I am getting the following error in ad worker log and the patch does not continue from workers stage here is a log from one of the workers..
    *********** Start of AD Worker session *************
    AD Worker version: 11.5.0
    AD Worker started at: Sat Sep 18 2010 15:53:34
    APPL_TOP is set to d:\oracle\prodappl
    Worker id = 1
    Started by: adpatch
    NLS_LANG value from the environment is : AMERICAN_AMERICA.AR8ISO8859P6
    NLS_LANG value for this AD utility run is : AMERICAN_AMERICA.AR8ISO8859P6
    AD Worker error:
    aiurcl(): Discrepancy detected in restart file:
    d:\oracle\prodappl\admin\PROD\restart\adpinit.rf9
    Line 4 from file = 'Prompt for mailto'
    Line to compare = 'Apply mode Setting'
    You should check the file
    d:\oracle\prodappl\admin\PROD\log\adwork001.log
    for errors.
    I followed these metalink documents with no use
    Note: 358943.1 - Ad Worker Error:Aiurcl():Discrepancy Detected In Restart File:Adpinit.rf9
    Note: 159127.1 - Discrepancy Detected in Restart File
    Note: 362581.1 - Restart discrepancy in aidrrl3() error while applying a Patch
    Note: 736623.1 - How To Take Quick Action On The Relink Failed On The Windows Platform? Adrelink.Sh Adpatch And Adworker Exiting With Status 1
    I am trying to apply AD mini pack for my installtation...
    Early Repose is highy appreciated.................................
    Regards
    DVS Shiv Kumar
    Edited by: user6650876 on Sep 18, 2010 8:02 AM

    Hi,
    Any other error messages in the failed worker log file?
    Have you tried to apply the patch from the beginning and see if it works?
    Please see --> How To Take Quick Action On The Relink Failed On The Windows Platform? Adrelink.Sh Adpatch And Adworker Exiting With Status 1 [ID 736623.1]
    If none of the docs helps, please log a SR.
    Thanks,
    Hussein

  • Error while applying 10.2.0.2 patch on Oracle10g.

    Hi All,
    I am getting the below error while applying the 10.2.0.2 Patch setup on fresh Oracle10g.
    "Error in writing to file D:\Oracle\product\10.2.0.2.0\bin\oraevrus10.dll"
    I was getting the above error contniously after clicking retry button.But even my installtion was moving ahead and in the end shown the message Installtion Successful.
    But after that I am not able to loging using the sqlplus.Getting the below error
    "The procedure entry point kglsim_cln could not be located in the dynamic link library orageneric10.dl"
    Anybody know this issue please let me know.
    Mitesh

    Afternoon,
    Thank you for your answer to rename the DLL file. That has worked now and I was able to continue the installation. I had the same problem with upgrade from 10.2.0.1.0 to 10.2.0.4.0.
    Regards,
    --Sean                                                                                                                                                                                                                                                                                                                                                                                                                                               

  • SAP j2ee engine is not running error while applying patches.

    Hi all,
    Iam in the process of aplpying patches using JSPM tool , for some of them iam getting the error messages , when i checked the log file for this tool it says:
    SAP J2ee engine is not running , unable to login to  <HOST name> with id <Login id>.
    Iam very new to this activity ,can anybody help me in this regard , i wil be very thankful.
    Thanks and Regards.
    Niyati.

    Hi,
    What exactly do you see when you say that the status in the MMC is OK? I don't think it can be green if you say that you get a message saying "Service Unavailable" when you try to login. If you get that message, it means that the service hasn't either been started or could not be started in case of an error. In this case the server status in the MMC should be yellow (or gray in case none of the services could be started)...
    Could you perhaps check it again? Another point to check would be if the connection to the database is OK. If you are using MySQL MaxDB, you could use the Database Manager tool to check this. Sometimes the log files fill up the database and the server cannot start because the database is full. In such cases you will need to clear the logs and then restart the entire cluster.
    Sameer

  • 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

Maybe you are looking for