Opatch tool

I have a question about Opatch? Can anybody tell me the installation steps of Opatch and how to use this tool in oracle?
Thanks

which oracle version are you using?
opatch should be installed automatically by the oracle runinstaller...you may have to patch it...you then have to apply the path to the opatch directory + install perl v.5.8
for example (AIX and Oracle 10.2):
edit the corresponding .dbenv-file (on unix user ora<sid>, on windows user <sid>adm) by appending the line:
> set path = ( $path $ORACLE_HOME/OPatch ) #for c-shell
or:
> PATH=$PATH:$ORACLE_HOME/OPatch; export PATH #for standard shell
exit and login again to make the changes effective...then use the opatch tool in the following way:
test version:
> opatch version
check for patches applied:
> opatch lsinventory
apply interim patches:
> opatch apply <opatch number/directory> -force -silent
GreetZ, AH

Similar Messages

  • Installing Opatch tool

    Please can some one lead me in the following text, on how to install oracle tool OPATCH?
    My question : After reading the below text, I download the zip file of the OPATCH tool, I unzip the file under oracle home. When unzipping the file, it created another directory under orache home.
    But how can I do next to upgrate my oracle OPATCH from the unzipped file resulted?
    README for 4898608
    Patch Details
    Patch summary:
    README file for OPatch(10.2.0.1.4), the Oracle Interim Patching Tool.
    This patch installs the "OPatch" utility. OPatch is used for patching
    Oracle software. If you have an older version of opatch it is strongly
    recommended to back it up.
    OPatch is Oracle's only supported method of installing Interim
    patches. It updates the central and per-product inventories with the
    details of the patch.
    How to install the utility:
    To install this patch simply extract the file p4898608_10203_GENERIC.zip
    using unzip or winzip, depending upon the platform. You should extract
    the zip file directly under the ORACLE_HOME.
    Thanks

    Hi,
    Please see OPatch documentation list Doc ID: Note:293369.1. Hope it helps.
    Adith

  • Error when try to install CPU - Critical Patch Update with OPatch

    Hello gurus,
    I´m faccing with a problem... After I update the patch set to 10.2.0.4 and install the interim patches for Linux X86_64 now I´m trying to import/install the Oracle Critical Patch Update - Oracle CPU patch!!
    I´m trying to import it with OPatch, and I already update this OPatch tool for the last version even before proceeding with installation of Oracle CPU!
    I've tried to import it by two methods. The first I tried to apply as described in the relevant README file inside of CPU patch directory, and I used in this case the following command:
    redhatsap:orajmd>  unzip p9119226_10204_<platform>.zip
    redhatsap:orajmd>  cd 9119226
    redhatsap:orajmd>  opatch napply -skip_subset -skip_duplicate
    opatch: Command not found
    After that previous error, I tried again but now with other method that is described in note 839182 (Installing patches using OPatch) with the following command:
    redhatsap:orajmd>  cd 9119226
    redhatsap:orajmd>  $ORACLE_HOME/OPatch/opatch apply
    ========================================================
    GENERIC OPATCH VERSION - FOR USE IN SAP ENVIRONMENT ONLY
    ========================================================
    Invoking OPatch 10.2.0.4.5
    Oracle Interim Patch Installer version 10.2.0.4.5
    Copyright (c) 2008, Oracle Corporation.  All rights reserved.
    Oracle Home       : /oracle/JMD/102_64
    Central Inventory : /oracle/oraInventory
       from           : /etc/oraInst.loc
    OPatch version    : 10.2.0.4.5
    OUI version       : 10.2.0.4.0
    OUI location      : /oracle/JMD/102_64/oui
    Log file location : /oracle/JMD/102_64/cfgtoollogs/opatch/opatch2010-04-19_01-49-17AM.log
    Patch history file: /oracle/JMD/102_64/cfgtoollogs/opatch/opatch_history.txt
    Failed to load the patch object.  Possible causes are:
      The specified path is not an interim Patch shiphome
      Meta-data files are missing from the patch area
      Patch location = /oracle/JMD/102_64/9119226
      Details = PatchObject constructor: Input file "/oracle/JMD/102_64/9119226/etc/config/actions" or "/oracle/JMD/102_64/9119226/etc/config/inventory" does not exist.
    ApplySession failed: PatchObject constructor: Input file "/oracle/JMD/102_64/9119226/etc/config/actions" or "/oracle/JMD/102_64/9119226/etc/config/inventory" does not exist.
    System intact, OPatch will not attempt to restore the system
    OPatch failed with error code 73
    Can you help me please?
    Best regards
    João Dimas - Portugal

    Hello again Joe Bo... and all of others,
    I´m with a doubt after installing the CPU patch, which is related to post-installation tasks. I´m in this momment install the SAP System and it was during this installation that sapinst asked me to install the database and all other activities after this installation that are related to the database, for example, the updating of database patches.
    At README file in chapter 3.3.2 Post Installation Instructions is described the following:
    After installing the patch, perform the following actions:
    1.Load modified .sql files into the database, as explained in Section 3.3.2.1.
    2.Recompile views in the database, if necessary, as explained in Section 3.3.2.2.
    In this momment, as you certainly know, I still don´t have a database because the sap system isn´t yet totally installed (I´m in phase 8 of sapinst wizard).
    I only have to do this "Post Installation Tasks" when I have a database, this database will be created after that phase 8 - so now I don´t need to perform the post steps... am I right?
    Thanks in advance,
    João Dimas - Portugal

  • Patch tool

    Hi,
    I have downloaded the latest opatch tool , i have gone through several notes but a  bit off confusion. please help me,
    Where do i have to install the Opatch tool in the unix operating system is it under  /oracle.
    After installation of the Opatch tool , how do i install the interim patches using the Opatch tool and under which patch should i install the interim patches.
    Ple help.
    Thanks.

    > Where do i have to install the Opatch tool in the unix operating system is it under  /oracle.
    Check note 1026237 - FAQ: OPatch and Universal Installer 10.2 point 8
    > After installation of the Opatch tool , how do i install the interim patches using the Opatch tool and under which patch should i install the interim patches.
    If you install multiple patches at once, it's much easier to use the "mopatch" script provided (including documentation) in
    Note 1027012 - MOPatch - Install Multiple Oracle Patches in One Run
    So basically
    - update your opatch to the latest version
    - download all patches for your database version
    871096 - Oracle Database 10g: Patch sets/patches for 10.2.0 (50+ patches)
    1137346 - Oracle Database 10g: Patches for Release 10.2.0.4 (25 patches)
    - put all the patches in one directory
    - apply them using the documentation in the MOpatch note
    Markus

  • Opatch 6880880 (Update Hpatch  to Fix Smartview Issue)

    Hello Everyone,
    I have to apply Patch 6880880 to update Hpatch version. This is nothing but upgrading the version of the opatch utility. After reading the documentation, I am just following the intial prequisite checks that are needed.
    One of the very first step is to set ORACLE_HOME to the oracle home directory.
    I did that by using following cmd:
    set ORACLE_HOME=C:\Hyperion
    Now, I am at the next step where i have to run the *<path to OPatch> optach lsinventory* command. But when I run this command this is what I get:
    C:\Hyperion\OPatch>opatch lsinventory
    File Not Found
    C:\Hyperion\oui\bin\..\..\jre\1.4.2\bin\java.exe could not be located. OPatch cannot proceed!
    I cant seem to resolve this error.
    Please help.
    Thanks
    A part of Documentation is below:
    Patch summary:
    README file for OPatch 10.2.0.5.1, the Oracle Interim Patching Tool.
    This patch installs the "OPatch" utility. OPatch is used for patching
    Oracle software. If you have an older version of opatch it is strongly
    recommended to back it up.
    OPatch is Oracle's only supported method of installing Interim
    patches. It updates the central and per-product inventories with the
    details of the patch.
    How to install the utility:
    To install this patch simply extract the file "zipped file"
    using unzip or winzip, depending upon the platform. You should extract
    the zip file directly under the ORACLE_HOME.
    To check the version of the opatch utility installed in the above step,
    go to the OPatch directory and run "opatch version"
    How to run the utility:
    OPatch tool requires JDK to be present in the Oracle Home.
    It requires JDK version of 1.4.2 or higher for proper functioning.
    It can be invoked directly using
    <path to OPatch>/opatch [<patch command>] [options]

    I applied the apply but the patch failed due to following error:
    ApplySession failed during prerequisite checks: Prerequisite check "CheckActiveFilesAndExecutables" failed.
    System intact, OPatch will not attempt to restore the system
    OPatch failed with error code = 74
    According to the patch documentation, 1st step is to Stop HFM Services, HsxServer.exe, HsvDataSource.exe, and CASSecurity.exe processes on all application servers.
    I couldnt find these processes under task manager on our HFM server. So I just stopped all the Hyperion Financial Services from services.
    I cant seem to find these processes. I dont know if just by stopping HFM services stopped all these processes automatically?.
    thanks again John

  • OPatch Error: OPatch failed with error code 73

    Hi,
    Trying to apply One-off patch for Base Bug : 5038791 on Linux 32 bit machine and getting below provided error code (My Maiden patching attempt using OPatch Utility).
    OPatch failed with error code 73*
    DB Details:
    BANNER
    Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - Prod
    PL/SQL Release 10.2.0.1.0 - Production
    CORE 10.2.0.1.0 Production
    TNS for Linux: Version 10.2.0.1.0 - Production
    NLSRTL Version 10.2.0.1.0 - Production
    Patch Details:
    Name/Number: p5038791_10202_GENERIC
    Base Bug : 5038791
    [oracle@prashant2 OPatch]$ pwd
    /u01/app/oracle/product/10.2.0/db_1/OPatch
    [oracle@prashant2 OPatch]$ /u01/app/oracle/product/10.2.0/db_1/OPatch/opatch apply
    Invoking OPatch 10.2.0.1.0
    Oracle interim Patch Installer version 10.2.0.1.0
    Copyright (c) 2005, Oracle Corporation. All rights reserved..
    Oracle Home : /u01/app/oracle/product/10.2.0/db_1
    Central Inventory : /u01/app/oracle/oraInventory
    from : /u01/app/oracle/product/10.2.0/db_1/oraInst.loc
    OPatch version : 10.2.0.1.0
    OUI version : 10.2.0.1.0
    OUI location : /u01/app/oracle/product/10.2.0/db_1/oui
    Log file location : /u01/app/oracle/product/10.2.0/db_1/cfgtoollogs/opatch/opatch-30_Jul_05_00-06-34-GMT+05_Thu.log
    Failed to load the patch object. Possible causes are:
    The specified path is not an interim Patch shiphome
    Meta-data files are missing from the patch area
    Patch location = /u01/app/oracle/product/10.2.0/db_1/OPatch
    Details = PatchObject constructor: Input file "/u01/app/oracle/product/10.2.0/db_1/OPatch/etc/config/actions" or "/u01/app/oracle/product/10.2.0/db_1/OPatch/etc/config/inventory" does not exist.
    Apply Session failed: PatchObject constructor: Input file "/u01/app/oracle/product/10.2.0/db_1/OPatch/etc/config/actions" or "/u01/app/oracle/product/10.2.0/db_1/OPatch/etc/config/inventory" does not exist.
    System intact, OPatch will not attempt to restore the system
    OPatch failed with error code 73
    And this is what the OPatch Logs says:
    SEVERE:OPatch invoked as follows: 'apply '
    INFO:Starting ApplySession at Thu Jul 05 00:06:34 GMT+05:30 2012
    INFO:Starting Apply Session at Thu Jul 05 00:06:34 GMT+05:30 2012
    SEVERE:OUI-67075:Failed to load the patch object. Possible causes are:
    The specified path is not an interim Patch shiphome
    Meta-data files are missing from the patch area
    Patch location = /u01/app/oracle/product/10.2.0/db_1/OPatch
    Details = PatchObject constructor: Input file "/u01/app/oracle/product/10.2.0/db_1/OPatch/etc/config/actions" or "/u01/app/oracle/product/10.2.0/db_1/OPatch/etc/config/inventory" does not exist.
    SEVERE:OUI-67073:Apply Session failed: PatchObject constructor: Input file "/u01/app/oracle/product/10.2.0/db_1/OPatch/etc/config/actions" or "/u01/app/oracle/product/10.2.0/db_1/OPatch/etc/config/inventory" does not exist.
    INFO:System intact, OPatch will not attempt to restore the system
    INFO:Finishing ApplySession at Thu Jul 05 00:06:34 GMT+05:30 2012
    INFO:Total time spent waiting for user-input is 0 seconds. Finish at Thu Jul 05 00:06:34 GMT+05:30 2012
    INFO:Stack Description: java.lang.RuntimeException: PatchObject constructor: Input file "/u01/app/oracle/product/10.2.0/db_1/OPatch/etc/config/actions" or "/u01/app/oracle/product/10.2.0/db_1/OPatch/etc/config/inventory" does not exist.
    INFO:StackTrace: oracle.opatch.PatchObject.<init>(PatchObject.java:1089)
    INFO:StackTrace: oracle.opatch.PatchObjectUtil.loadPatch(PatchObjectUtil.java:996)
    INFO:StackTrace: oracle.opatch.ApplySession.loadAndInitPatchObject(ApplySession.java:1076)
    INFO:StackTrace: oracle.opatch.ApplySession.process(ApplySession.java:4027)
    INFO:StackTrace: oracle.opatch.OPatchSession.main(OPatchSession.java:912)
    INFO:StackTrace: oracle.opatch.OPatch.main(OPatch.java:506)
    According to the logs and the base error code it's failed to locate directories
    _1. /u01/app/oracle/product/10.2.0/db_1/OPatch/etc/config/actions_
    _2. /u01/app/oracle/product/10.2.0/db_1/OPatch/etc/config/inventory_
    Not sure about these destinations highlighted by the patching Utility ...*
    Your assistance will be highly appreciated.
    Thanks
    Prashant Dixit

    You need to invoke OPatch from the directory where the patch has been unzipped, after making sure that the path to OPatch is included in the PATH variable. Pl re-read the patch install instructions in the README and follow them exactly
    FAQ : Understanding OPatch Tool And Patching [ID 1451669.1]     
    HTH
    Srini

  • Installing a new opatch version when an older version already exists

    Hi,
    I'm going to apply a security patch (CPUJan2009) on 10g databases on Windows server 2003. There is already an opatch tool installed in the oracle home, however the patch requires a newer version. Therefore, is it possible to directly install the newer version into the same opatch folder (what will then happen to the older version? will there be a conflict when installing the new version?) or do I first need to deinstall the older version?
    Also, how can I backup the older version? Just copy/paste the folder in another location?
    Thanks.

    user629987 wrote:
    Hi,
    I'm going to apply a security patch (CPUJan2009) on 10g databases on Windows server 2003. There is already an opatch tool installed in the oracle home, however the patch requires a newer version. Therefore, is it possible to directly install the newer version into the same opatch folderYes, it's possible.
    > (what will then happen to the older version? will there be a conflict when installing the new version?) or do I first need to deinstall the older version?
    There is no deinstallation, just do following:
    cd $ORACLE_HOME
    mv OPatch OPatch.old
    unzip new OPatch which YOu downloaded from metalink
    And that's it
    Also, how can I backup the older version? Just copy/paste the folder in another location?Yes, copy or move. OPatch is simply collection of files, there is nothing installed. so no need to deinstall.

  • Opatch in MSCS (Oracle Patch in MS Cluster)

    Hi,
    in dev system we have just apply last Oracle Patch with opatch tool with success. We have just downloded from Service Market Place with last opatch version.
    Oracle 10.2.0.2 on Windows 2003 32 bit.
    Now I would like to install in production system that it is a MSCS cluster, same Oracle release and same Windows version.
    In MSCS cluster... I must run opatch for each mscs node (for both oracle_home) ... and run the script only one time... it it true ?
    Regards.
    Ganimede Dignan.

    That's right. But you must have ORACLE resource down in MSCS.
    FF

  • Create database

    Hi Experts,
    I am installing Solution manager EHP1 on SUSE Linux 10 , SP2 on  Database Oracle 10g .
    While Instlling , i am struck in the Phase "Create Database "
    Pls find the error screen shot 
    ERROR      2009-09-01 09:49:58.594
               CJSlibModule::writeError_impl()
    MUT-03025  Caught ESAPinstException in Modulecall: Executable /oracle/CBL/102_64/bin/sqlplus terminated with exit code 0 but did not produce any output. DIAGNOSIS: This indicates that the SQL script or statement could not be executed successfully and that the Oracle software might not be functioning properly. SOLUTION: Check whether the Oracle software is damaged and reinstall it if necessary..
    Shall appreciate if you can suggest what is do be done to sort the same . I am installing this at the client place n need your help .
    Pls give the breif steps to solve  ....
    With Regards,
    Rahul Bibekar

    > During input phase only sapint will check for Oracle software if I am not wrong.
    If you do the installation properly you
    - start sapinst (first!)
    - you continue with the installation until sapinst stops and request you to start the database software installation
    - then you install the Oracle software with the given script (RUNINSTALLER)
    - you apply the patches (10.2.0.2 or 10.2.0.4)
    - you patch the OPatch tool
    - you apply the all interim patches (on Unix using MOPatch)
    - and you THEN press on OK to continue.
    > If it not able to find Oracle software, it will give popup saying
    >
    > Oracle not found, Install oracle and Press OK to continue
    If that message appears you did not follow the installation guide.
    Most installation problems (environment variables, listener, sql scripts, R3load etc.) come because people tend to install the database before they start sapinst - which is wrong if you install a SAP system.
    I have done many many installations on various platforms and I never got the error message that "Oracle is not installed".
    Markus

  • ADF Jdeveloper 11.1.2 class not found exception.

    Hi ewerybody
    I am developing an Application in Jdev 11.1.2 where in i am getting this error.
    <Error> <Deployer> <BEA-149265> <Failure occurred in the execution of deployment request with ID '1344695980653' for task '0'. Error is: 'weblogic.application.ModuleException: Failed to load webapp: 'CommonUI-CommonUI-context-root''
    weblogic.application.ModuleException: Failed to load webapp: 'CommonUI-CommonUI-context-root'
    at weblogic.servlet.internal.WebAppModule.prepare(WebAppModule.java:393)
    at weblogic.application.internal.flow.ScopedModuleDriver.prepare(ScopedModuleDriver.java:176)
    at weblogic.application.internal.flow.ModuleListenerInvoker.prepare(ModuleListenerInvoker.java:199)
    at weblogic.application.internal.flow.DeploymentCallbackFlow$1.next(DeploymentCallbackFlow.java:517)
    at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
    Truncated. see log file for complete stacktrace
    Caused By: java.lang.ClassNotFoundException: oracle.adf.model.servlet.ADFBindingFilter
    at weblogic.utils.classloaders.GenericClassLoader.findLocalClass(GenericClassLoader.java:297)
    at weblogic.utils.classloaders.GenericClassLoader.findClass(GenericClassLoader.java:270)
    at weblogic.utils.classloaders.ChangeAwareClassLoader.findClass(ChangeAwareClassLoader.java:64)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:305)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:246)
    Truncated. see log file for complete stacktrace
    >
    <Aug 11, 2012 5:39:42 PM AST> <Warning> <Deployer> <BEA-149004> <Failures were detected while initiating deploy task for application 'CommonUI'.>
    <Aug 11, 2012 5:39:42 PM AST> <Warning> <Deployer> <BEA-149078> <Stack trace for message 149004
    weblogic.application.ModuleException: Failed to load webapp: 'CommonUI-CommonUI-context-root'
    at weblogic.servlet.internal.WebAppModule.prepare(WebAppModule.java:393)
    at weblogic.application.internal.flow.ScopedModuleDriver.prepare(ScopedModuleDriver.java:176)
    at weblogic.application.internal.flow.ModuleListenerInvoker.prepare(ModuleListenerInvoker.java:199)
    at weblogic.application.internal.flow.DeploymentCallbackFlow$1.next(DeploymentCallbackFlow.java:517)
    at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
    Truncated. see log file for complete stacktrace
    Caused By: java.lang.ClassNotFoundException: oracle.adf.model.servlet.ADFBindingFilter
    at weblogic.utils.classloaders.GenericClassLoader.findLocalClass(GenericClassLoader.java:297)
    at weblogic.utils.classloaders.GenericClassLoader.findClass(GenericClassLoader.java:270)
    at weblogic.utils.classloaders.ChangeAwareClassLoader.findClass(ChangeAwareClassLoader.java:64)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:305)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:246)
    Truncated. see log file for complete stacktrace
    >
    [05:39:42 PM] Deployment cancelled.
    [05:39:42 PM] ---- Deployment incomplete ----.
    [05:39:42 PM] Remote deployment failed (oracle.jdevimpl.deploy.common.Jsr88RemoteDeployer)
    #### Cannot run application CommonUI due to error deploying to IntegratedWebLogicServer.
    [Application CommonUI stopped and undeployed from Server Instance IntegratedWebLogicServer]
    I tried to solve this error by adding the ADF Runtime libraries,Web Runtime libraries etc but my try was a failure.
    Im working in a team so i deleted my project and got a new project from the svn.Even then i was unable to slove the error.
    Help me out guys,Its a bit urgent.

    Thanks Shay for your reply.And sorry for this late reply from my side.
    All these days i was in the process of downloading the patches and trying to apply those patches for the Application server(Weblogic server.)
    The issue now is that,You misunderstood my version to be 11.1.2.2,but i am using the Jdev 11.1.2.1.0.Sorry for not clearly mentioning the Version for you.I apologize for that.
    Now i got patches for 11.1.2.1 and 11.1.2.2 and the problem is,i was unable to apply those patches to my Weblogic server.
    Its throwing an error of
    "Opatch was unable to find the OUI jars to load them runtime, please provide valid oui location using 'oui_loc' option."
    Its not finding the OUI jars that should be present in my C:\Oracle\Middleware\wlserver_10.3 folder.The thing is the Weblogic server that has come with the Jdev 11.1.2.1 is 10.3.5.
    Ill explain what i did.
    I downloaded the Patches for Jdev 11.1.2.1 that is the Sherman Update 1[Patch no's 12917525,12979653],and also the Opatch tool(11.1.0.8).
    1.We set the "Oracle home",OPatch path.
    And trying to execute the 'opatch apply -jre [path of the jre]' from Patch folder .We are getting the above mentioned error.
    Please hep me out.

  • What are the steps to apply Oracle Patch?

    What are the steps to apply Oracle Patch?

    Hi,
    apply patch != apply patchset
    Generally, patch is apply with opatch tool (from 9i), and there is an exe for patchset.
    But, as it already said, the reading of readme is always a good idea...
    Nicolas.

  • Database control - patch 8350262

    Hi im having a problem with database control. I have installed the patch 8350262 in a few dbs and it solved the problem of the expired certificate.
    Today i tried to install it in a database that has a higher patch:
    ApplySession applying interim patch '8350262' to OH '/u01/app/oracle/product/10.2.0/db_1'
    Interim patch 8350262 is a subset of the patch(es) [  11724962 ] in OH /u01/app/oracle/product/10.2.0/db_1.
    All the fixes of this patch 8350262 is already present in the Oracle Home. No need to apply this patch.
    ApplySession failed during prerequisite checks: Given patch is a subset patch.
    System intact, OPatch will not attempt to restore the system
    The patch is useless here. But the problem is that the certificate stills expired and i cant make database control work correctly.
    Do you have an idea of what should i do?
    Thanks in advance
    StressedTux

    Thanks for the answers!
    Tim I had to install that patch because the patch 8350262 wont work with this db version ...
    The opatch tool said something like "higher version found" (before applying 11724962). I thought that maybe with 11724962 i could solve it but i'll have to open a SR.
    Thanks a lot!

  • Upgrade 9i to 10gR2 HPUX 11.11 64

    Hi friends
    1. Id like to know if I need to run post step Of PSU 10.2.0.5.3 after upgrade to 10g.
    For records I installed in a new home 10.2.0.1 as base and patch set 10.2.0.5.
    2. Now before upgrade do I need to install PSU (10.2.0.5.3)? or can i do it after upgrade and go for post step of psu?

    Hi, friend
    Certenly The latest available PSU is 10.2.0.5.4 - Patch 12419392 thanks for that.
    Now on this document I can read on chapter 3
    Install the Latest Available Patch Set Release and Any Required Patches
    Once you have installed the major Oracle Database 10g software, check to see if there is a patch set release and/or critical patch update to be installed:
    •Patch sets
    Patch sets are a software-release mechanism for delivering tested and integrated product fixes on a regular basis. Patch sets provide bug fixes only; they do not include new functionality, and do not require certification on the target system.
    •Critical Patch Updates
    Critical patch updates contain security patch updates and security fixes. As of 2005, Oracle began providing Critical Patch Updates for all product offerings on a quarterly schedule. The comprehensive patches address significant security vulnerabilities and include fixes that are likely to be applied, or that are prerequisites for the security fixes.
    The latest patch set release and critical patch update for Oracle Database 10g Release 2 should be installed prior to upgrading your databases. Refer to the specific patch release and critical patch update documentation for installation information.
    So i was wondering if that's correct
    Install on new Oracle Home the Base 10.2.0.1
    Install Patch Set 10.2.0.0.5 runInstaller
    Install PSU (10.2.0.5.4) using Opatch Tool
    and finally upgrade it using @catupgr.sql
    after that do i need run @catbundle.sql psu apply
    Best regards.

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

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

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

  • Error in connecting to config tool : NW04 SP16

    hie
    m doing upgrade of NW04 with 9i to NW04s with 10g
    successfully completed the oracle upgarde from 9.2.0.6 to 10.2.0.2
    database is up & running : listener is up & running
    but jcontrol stopped
    kindly help
    unable to connect to config tool; gives error as
    "error occurred while working with configuration (scanning)
    Msg: errror while connecting to DB"
    all the setting & changes for post upgarde activities are done successfully.
    <u><b>system log is as follows</b></u>
    <!LOGHEADER[START]/>
    <!HELP[Manual modification of the header may cause parsing problem!]/>
    <!LOGGINGVERSION[1.5.3.7186 - 630]/>
    <!NAME[.\system.log]/>
    <!PATTERN[system.log]/>
    <!FORMATTER[com.sap.tc.logging.ListFormatter]/>
    <!ENCODING[Cp1252]/>
    <!LOGHEADER[END]/>
    #1.5#0002E3572B4500000000000001A8BD74000437CD0F1D281E#1187253767453#/System/Configuration/Logging##com.sap.tc.logging.APILogger.LogController[addLog()]#######Thread[main,5,main]##0#0#Info##Java#TC_LOGGING_CONFIGURATION_NEW_ITEMS[C0000A305666000000000002018FB1F70003D67C779ECE88]##The () has been added to the !#3#Log#.
    system.log#/System#
    #1.5#0002E3572B4500000000000101A8BD74000437CD0F1D3C79#1187253768234#/System/Server##com.sap.engine.core.configuration#######Thread[main,5,main]##0#0#Warning#1#com.sap.engine.core.configuration#Plain###No db driver found for rdbms.driverLocation = E:/oracle/UX1/ora92/jdbc/lib/classes12.jar. Assume drivers are already available#
    #1.5#0002E3572B4500000000000201A8BD74000437CD0F1D40A5#1187253768234#/System/Server##com.sap.engine.core.configuration#######Thread[main,5,main]##0#0#Info#1#com.sap.engine.core.configuration#Plain###ConfigurationManager: found jar for secure store E:
    usr
    sap
    MYP
    SYS
    global
    security
    lib
    tools
    iaik_jce_export.jar#
    #1.5#0002E3572B4500000000000301A8BD74000437CD0F1D41F6#1187253768234#/System/Server##com.sap.engine.core.configuration#######Thread[main,5,main]##0#0#Info#1#com.sap.engine.core.configuration#Plain###ConfigurationManager: found jar for secure store E:
    usr
    sap
    MYP
    SYS
    global
    security
    lib
    tools
    iaik_jsse.jar#
    #1.5#0002E3572B4500000000000401A8BD74000437CD0F1D44FF#1187253768234#/System/Server##com.sap.engine.core.configuration#######Thread[main,5,main]##0#0#Info#1#com.sap.engine.core.configuration#Plain###ConfigurationManager: found jar for secure store E:
    usr
    sap
    MYP
    SYS
    global
    security
    lib
    tools
    iaik_smime.jar#
    #1.5#0002E3572B4500000000000501A8BD74000437CD0F1D56F6#1187253768234#/System/Server##com.sap.engine.core.configuration#######Thread[main,5,main]##0#0#Info#1#com.sap.engine.core.configuration#Plain###ConfigurationManager: found jar for secure store E:
    usr
    sap
    MYP
    SYS
    global
    security
    lib
    tools
    iaik_ssl.jar#
    #1.5#0002E3572B4500000000000601A8BD74000437CD0F1D579C#1187253768234#/System/Server##com.sap.engine.core.configuration#######Thread[main,5,main]##0#0#Info#1#com.sap.engine.core.configuration#Plain###ConfigurationManager: found jar for secure store E:
    usr
    sap
    MYP
    SYS
    global
    security
    lib
    tools
    w3c_http.jar#
    #1.5#0002E3572B4500000000000701A8BD74000437CD0F1EEE0F#1187253768343#/System/Configuration/Logging##com.sap.tc.logging.APILogger.LogController[setResourceBundleName(String resourceBundleName)]#######Thread[main,5,main]##0#0#Info##Java#TC_LOGGING_CONFIGURATION_IS_CHANGED[C0000A305666000000000000018FB1F70003D67C779CD2B8]##The for the has been changed from to )!#5#resource bundle name#LogController#com.sap.security.core.server.secstorefs.SecStoreFS#<null>#com.sap.security.core.server.secstorefs.SecStoreFSResources#
    #1.5#0002E3572B4500000000000801A8BD74000437CD0F1EF21F#1187253768343#/System/Configuration/Logging##com.sap.tc.logging.APILogger.LogController[setResourceBundleName(String resourceBundleName)]#######Thread[main,5,main]##0#0#Info##Java#TC_LOGGING_CONFIGURATION_IS_CHANGED[C0000A305666000000000000018FB1F70003D67C779CD2B8]##The for the has been changed from to )!#5#resource bundle name#LogController#/System/Security/SecStoreFS#<null>#com.sap.security.core.server.secstorefs.SecStoreFSResources#
    #1.5#0002E3572B4500000000000901A8BD74000437CD0F2336AB#1187253768625#/System/Server##com.sap.engine.core.configuration#######Thread[main,5,main]##0#0#Info#1#com.sap.engine.core.configuration#Plain###OpenSQLDataSource successfully created with secure store.#
    #1.5#0002E3572B4500000000000A01A8BD74000437CD0F238F77#1187253768640#/System/Configuration/Logging##com.sap.tc.logging.APILogger.LogController[setResourceBundleName(String resourceBundleName)]#######Thread[main,5,main]##0#0#Info##Java#TC_LOGGING_CONFIGURATION_IS_CHANGED[C0000A305666000000000000018FB1F70003D67C779CD2B8]##The for the has been changed from to )!#5#resource bundle name#LogController#/System/Database/sql/jdbc#<null>#com.sap.sql.log.OpenSQLResourceBundle#
    #1.5#0002E3572B4500000000000B01A8BD74000437CD0F2393B1#1187253768656#/System/Configuration/Logging##com.sap.tc.logging.APILogger.LogController[setResourceBundleName(String resourceBundleName)]#######Thread[main,5,main]##0#0#Info##Java#TC_LOGGING_CONFIGURATION_IS_CHANGED[C0000A305666000000000000018FB1F70003D67C779CD2B8]##The for the has been changed from to )!#5#resource bundle name#LogController#/System/Database/sql/jdbc#com.sap.sql.log.OpenSQLResourceBundle#com.sap.sql.log.OpenSQLResourceBundle#
    #1.5#0002E3572B4500000000000C01A8BD74000437CD0F23981C#1187253768656#/System/Database/sql/jdbc##com.sap.sql.jdbc.NativeConnectionFactory#######Thread[main,5,main]##0#0#Error#1#com.sap.sql.jdbc.NativeConnectionFactory#Java#com.sap.sql_0006#com.sap.sql.log.OpenSQLResourceBundle#Could not load class .#1#oracle.jdbc.OracleDriver#
    #1.5#0002E3572B4500000000000D01A8BD74000437CD0F2398C7#1187253768656#/System/Configuration/Logging##com.sap.tc.logging.APILogger.LogController[setResourceBundleName(String resourceBundleName)]#######Thread[main,5,main]##0#0#Info##Java#TC_LOGGING_CONFIGURATION_IS_CHANGED[C0000A305666000000000000018FB1F70003D67C779CD2B8]##The for the has been changed from to )!#5#resource bundle name#LogController#/System/Database/sql/jdbc#com.sap.sql.log.OpenSQLResourceBundle#com.sap.sql.log.OpenSQLResourceBundle#
    #1.5#0002E3572B4500010000000001A8BD74000437CD14642532#1187253856765#/System/Logging##com.sap.tc.logging.FileLogInfoData.[getFileHeader(String fileName, int cntHeadLines)]#######Thread[AWT-EventQueue-0,6,main]##0#0#Warning##Java#SAP_LOGGING_UNEXPECTED##Unexcepted error occured on !#1#FileHeader parsing#
    #1.5#0002E3572B4500010000000101A8BD74000437CD14642C45#1187253856765#/System/Logging##/System/Logging#######Thread[AWT-EventQueue-0,6,main]##0#0#Path##Java###Caught #1#java.lang.Exception: sqltrace.xml (The system cannot find the file specified)
         at com.sap.tc.logging.FileLogInfoData.getEOLLength(FileLogInfoData.java:432)
         at com.sap.tc.logging.FileLogInfoData.getFileHeaderLines(FileLogInfoData.java:348)
         at com.sap.tc.logging.FileLogInfoData.getFileHeaderLines(FileLogInfoData.java:334)
         at com.sap.tc.logging.FileLogInfoData.loadFileLogHeader(FileLogInfoData.java:320)
         at com.sap.tc.logging.FileLogInfoData.init(FileLogInfoData.java:260)
         at com.sap.tc.logging.FileLogInfoData.<init>(FileLogInfoData.java:119)
         at com.sap.tc.logging.FileLog.init(FileLog.java:373)
         at com.sap.tc.logging.FileLog.<init>(FileLog.java:282)
         at com.sap.tc.logging.FileLog.<init>(FileLog.java:246)
         at com.sap.tc.logging.PropertiesConfigurator.configure(PropertiesConfigurator.java:863)
         at com.sap.engine.core.configuration.impl.Logging.<init>(Logging.java:54)
         at com.sap.engine.core.configuration.bootstrap.ConfigurationManagerBootstrapImpl.init(ConfigurationManagerBootstrapImpl.java:176)
         at com.sap.engine.core.configuration.bootstrap.ConfigurationManagerBootstrapImpl.<init>(ConfigurationManagerBootstrapImpl.java:49)
         at com.sap.engine.configtool.visual.ConfigTool.loadClusterData(ConfigTool.java:99)
         at com.sap.engine.configtool.visual.ConfigTool.initScan(ConfigTool.java:87)
         at com.sap.engine.configtool.visual.ConfigTool.scanAction(ConfigTool.java:277)
         at com.sap.engine.configtool.visual.ConfigTool.actionPerformed(ConfigTool.java:209)
         at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1786)
         at javax.swing.AbstractButton$ForwardActionEvents.actionPerformed(AbstractButton.java:1839)
         at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:420)
         at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:258)
         at javax.swing.AbstractButton.doClick(AbstractButton.java:289)
         at javax.swing.plaf.basic.BasicMenuItemUI.doClick(BasicMenuItemUI.java:1113)
         at javax.swing.plaf.basic.BasicMenuItemUI$MouseInputHandler.mouseReleased(BasicMenuItemUI.java:943)
         at java.awt.Component.processMouseEvent(Component.java:5100)
         at java.awt.Component.processEvent(Component.java:4897)
         at java.awt.Container.processEvent(Container.java:1569)
         at java.awt.Component.dispatchEventImpl(Component.java:3615)
         at java.awt.Container.dispatchEventImpl(Container.java:1627)
         at java.awt.Component.dispatchEvent(Component.java:3477)
         at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:3483)
         at java.awt.LightweightDispatcher.processMouseEvent(Container.java:3198)
         at java.awt.LightweightDispatcher.dispatchEvent(Container.java:3128)
         at java.awt.Container.dispatchEventImpl(Container.java:1613)
         at java.awt.Window.dispatchEventImpl(Window.java:1606)
         at java.awt.Component.dispatchEvent(Component.java:3477)
         at java.awt.EventQueue.dispatchEvent(EventQueue.java:480)
         at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:201)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:151)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:145)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:137)
         at java.awt.EventDispatchThread.run(EventDispatchThread.java:100)
    #1.5#0002E3572B4500010000000201A8BD74000437CD14643001#1187253856765#/System/Configuration/Logging##com.sap.tc.logging.APILogger.Log[setFormatter()]#######Thread[AWT-EventQueue-0,6,main]##0#0#Info##Java#TC_LOGGING_CONFIGURATION_IS_CHANGED[C0000A305666000000000000018FB1F70003D67C779CD2B8]##The for the has been changed from to )!#5#formatter#Log#sqltrace.xml#com.sap.tc.logging.ListFormatter#com.sap.sql.trace.SQLTraceXMLFormatter#
    #1.5#0002E3572B4500010000000301A8BD74000437CD14643096#1187253856765#/System/Configuration/Logging##com.sap.tc.logging.APILogger.FileLog[setFormatter()]#######Thread[AWT-EventQueue-0,6,main]##0#0#Info##Java#TC_LOGGING_CONFIGURATION_IS_CHANGED[C0000A305666000000000000018FB1F70003D67C779CD2B8]##The for the has been changed from to )!#5#formatter#FileLog#sqltrace.xml#com.sap.tc.logging.ListFormatter#com.sap.sql.trace.SQLTraceXMLFormatter#
    #1.5#0002E3572B4500010000000401A8BD74000437CD1464326F#1187253856765#/System/Logging##com.sap.tc.logging.FileLogInfoData.[getFileHeader(String fileName, int cntHeadLines)]#######Thread[AWT-EventQueue-0,6,main]##0#0#Warning##Java#SAP_LOGGING_UNEXPECTED##Unexcepted error occured on !#1#FileHeader parsing#
    #1.5#0002E3572B4500010000000501A8BD74000437CD14644558#1187253856781#/System/Logging##/System/Logging#######Thread[AWT-EventQueue-0,6,main]##0#0#Path##Java###Caught #1#java.lang.Exception: default.trc (The system cannot find the file specified)
         at com.sap.tc.logging.FileLogInfoData.getEOLLength(FileLogInfoData.java:432)
         at com.sap.tc.logging.FileLogInfoData.getFileHeaderLines(FileLogInfoData.java:348)
         at com.sap.tc.logging.FileLogInfoData.getFileHeaderLines(FileLogInfoData.java:334)
         at com.sap.tc.logging.FileLogInfoData.loadFileLogHeader(FileLogInfoData.java:320)
         at com.sap.tc.logging.FileLogInfoData.init(FileLogInfoData.java:260)
         at com.sap.tc.logging.FileLogInfoData.<init>(FileLogInfoData.java:119)
         at com.sap.tc.logging.FileLog.init(FileLog.java:373)
         at com.sap.tc.logging.FileLog.<init>(FileLog.java:282)
         at com.sap.tc.logging.FileLog.<init>(FileLog.java:246)
         at com.sap.tc.logging.PropertiesConfigurator.configure(PropertiesConfigurator.java:863)
         at com.sap.engine.core.configuration.impl.Logging.<init>(Logging.java:54)
         at com.sap.engine.core.configuration.bootstrap.ConfigurationManagerBootstrapImpl.init(ConfigurationManagerBootstrapImpl.java:176)
         at com.sap.engine.core.configuration.bootstrap.ConfigurationManagerBootstrapImpl.<init>(ConfigurationManagerBootstrapImpl.java:49)
         at com.sap.engine.configtool.visual.ConfigTool.loadClusterData(ConfigTool.java:99)
         at com.sap.engine.configtool.visual.ConfigTool.initScan(ConfigTool.java:87)
         at com.sap.engine.configtool.visual.ConfigTool.scanAction(ConfigTool.java:277)
         at com.sap.engine.configtool.visual.ConfigTool.actionPerformed(ConfigTool.java:209)
         at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1786)
         at javax.swing.AbstractButton$ForwardActionEvents.actionPerformed(AbstractButton.java:1839)
         at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:420)
         at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:258)
         at javax.swing.AbstractButton.doClick(AbstractButton.java:289)
         at javax.swing.plaf.basic.BasicMenuItemUI.doClick(BasicMenuItemUI.java:1113)
         at javax.swing.plaf.basic.BasicMenuItemUI$MouseInputHandler.mouseReleased(BasicMenuItemUI.java:943)
         at java.awt.Component.processMouseEvent(Component.java:5100)
         at java.awt.Component.processEvent(Component.java:4897)
         at java.awt.Container.processEvent(Container.java:1569)
         at java.awt.Component.dispatchEventImpl(Component.java:3615)
         at java.awt.Container.dispatchEventImpl(Container.java:1627)
         at java.awt.Component.dispatchEvent(Component.java:3477)
         at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:3483)
         at java.awt.LightweightDispatcher.processMouseEvent(Container.java:3198)
         at java.awt.LightweightDispatcher.dispatchEvent(Container.java:3128)
         at java.awt.Container.dispatchEventImpl(Container.java:1613)
         at java.awt.Window.dispatchEventImpl(Window.java:1606)
         at java.awt.Component.dispatchEvent(Component.java:3477)
         at java.awt.EventQueue.dispatchEvent(EventQueue.java:480)
         at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:201)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:151)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:145)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:137)
         at java.awt.EventDispatchThread.run(EventDispatchThread.java:100)
    #1.5#0002E3572B4500010000000601A8BD74000437CD1464477C#1187253856781#/System/Configuration/Logging##com.sap.tc.logging.APILogger.Log[setFormatter()]#######Thread[AWT-EventQueue-0,6,main]##0#0#Info##Java#TC_LOGGING_CONFIGURATION_IS_CHANGED[C0000A305666000000000000018FB1F70003D67C779CD2B8]##The for the has been changed from to )!#5#formatter#Log#default.trc#com.sap.tc.logging.ListFormatter#com.sap.tc.logging.ListFormatter#
    #1.5#0002E3572B4500010000000701A8BD74000437CD1464480B#1187253856781#/System/Configuration/Logging##com.sap.tc.logging.APILogger.FileLog[setFormatter()]#######Thread[AWT-EventQueue-0,6,main]##0#0#Info##Java#TC_LOGGING_CONFIGURATION_IS_CHANGED[C0000A305666000000000000018FB1F70003D67C779CD2B8]##The for the has been changed from to )!#5#formatter#FileLog#default.trc#com.sap.tc.logging.ListFormatter#com.sap.tc.logging.ListFormatter#
    #1.5#0002E3572B4500010000000801A8BD74000437CD14646125#1187253856781#/System/Configuration/Logging##com.sap.tc.logging.APILogger.Log[setFormatter()]#######Thread[AWT-EventQueue-0,6,main]##0#0#Info##Java#TC_LOGGING_CONFIGURATION_IS_CHANGED[C0000A305666000000000000018FB1F70003D67C779CD2B8]##The for the has been changed from to )!#5#formatter#Log#.
    system.log#com.sap.tc.logging.ListFormatter#com.sap.tc.logging.ListFormatter#
    #1.5#0002E3572B4500010000000901A8BD74000437CD146461F5#1187253856781#/System/Configuration/Logging##com.sap.tc.logging.APILogger.FileLog[setFormatter()]#######Thread[AWT-EventQueue-0,6,main]##0#0#Info##Java#TC_LOGGING_CONFIGURATION_IS_CHANGED[C0000A305666000000000000018FB1F70003D67C779CD2B8]##The for the has been changed from to )!#5#formatter#FileLog#.
    system.log#com.sap.tc.logging.ListFormatter#com.sap.tc.logging.ListFormatter#
    #1.5#0002E3572B4500010000000A01A8BD74000437CD146462D6#1187253856781#/System/Configuration/Logging##com.sap.tc.logging.APILogger.Log[setFormatter()]#######Thread[AWT-EventQueue-0,6,main]##0#0#Info##Java#TC_LOGGING_CONFIGURATION_IS_CHANGED[C0000A305666000000000000018FB1F70003D67C779CD2B8]##The for the has been changed from to )!#5#formatter#Log#default.trc#com.sap.tc.logging.ListFormatter#com.sap.tc.logging.ListFormatter#
    #1.5#0002E3572B4500010000000B01A8BD74000437CD146463B9#1187253856781#/System/Configuration/Logging##com.sap.tc.logging.APILogger.FileLog[setFormatter()]#######Thread[AWT-EventQueue-0,6,main]##0#0#Info##Java#TC_LOGGING_CONFIGURATION_IS_CHANGED[C0000A305666000000000000018FB1F70003D67C779CD2B8]##The for the has been changed from to )!#5#formatter#FileLog#default.trc#com.sap.tc.logging.ListFormatter#com.sap.tc.logging.ListFormatter#
    #1.5#0002E3572B4500010000000C01A8BD74000437CD14646483#1187253856781#/System/Configuration/Logging##com.sap.tc.logging.APILogger.Log[setFormatter()]#######Thread[AWT-EventQueue-0,6,main]##0#0#Info##Java#TC_LOGGING_CONFIGURATION_IS_CHANGED[C0000A305666000000000000018FB1F70003D67C779CD2B8]##The for the has been changed from to )!#5#formatter#Log#sqltrace.xml#com.sap.sql.trace.SQLTraceXMLFormatter#com.sap.sql.trace.SQLTraceXMLFormatter#
    #1.5#0002E3572B4500010000000D01A8BD74000437CD14646510#1187253856781#/System/Configuration/Logging##com.sap.tc.logging.APILogger.FileLog[setFormatter()]#######Thread[AWT-EventQueue-0,6,main]##0#0#Info##Java#TC_LOGGING_CONFIGURATION_IS_CHANGED[C0000A305666000000000000018FB1F70003D67C779CD2B8]##The for the has been changed from to )!#5#formatter#FileLog#sqltrace.xml#com.sap.sql.trace.SQLTraceXMLFormatter#com.sap.sql.trace.SQLTraceXMLFormatter#
    #1.5#0002E3572B4500010000000E01A8BD74000437CD146465DA#1187253856781#/System/Logging##com.sap.tc.logging.APILogger.FileLog[setFormatter()]#######Thread[AWT-EventQueue-0,6,main]##0#0#Warning##Java#SAP_LOGGING_FORMATTER_ERROR##Attempting to change a formatter on active log ! The reset() method must be called first!#1#.
    system.log#
    #1.5#0002E3572B4500010000000F01A8BD74000437CD1464665A#1187253856781#/System/Configuration/Logging##com.sap.tc.logging.APILogger.FileLog[setFormatter()]#######Thread[AWT-EventQueue-0,6,main]##0#0#Info##Java#TC_LOGGING_CONFIGURATION_IS_CHANGED[C0000A305666000000000000018FB1F70003D67C779CD2B8]##The for the has been changed from to )!#5#formatter#FileLog#.
    system.log#com.sap.tc.logging.ListFormatter#com.sap.tc.logging.ListFormatter#
    #1.5#0002E3572B4500010000001001A8BD74000437CD14646C95#1187253856781#/System/Server##com.sap.engine.core.configuration#######Thread[AWT-EventQueue-0,6,main]##0#0#Info#1#com.sap.engine.core.configuration#Plain###ConfigurationManager: found jar for secure store E:
    usr
    sap
    MYP
    SYS
    global
    security
    lib
    tools
    iaik_jce_export.jar#
    #1.5#0002E3572B4500010000001101A8BD74000437CD14646D37#1187253856781#/System/Server##com.sap.engine.core.configuration#######Thread[AWT-EventQueue-0,6,main]##0#0#Info#1#com.sap.engine.core.configuration#Plain###ConfigurationManager: found jar for secure store E:
    usr
    sap
    MYP
    SYS
    global
    security
    lib
    tools
    iaik_jsse.jar#
    #1.5#0002E3572B4500010000001201A8BD74000437CD14646DBF#1187253856781#/System/Server##com.sap.engine.core.configuration#######Thread[AWT-EventQueue-0,6,main]##0#0#Info#1#com.sap.engine.core.configuration#Plain###ConfigurationManager: found jar for secure store E:
    usr
    sap
    MYP
    SYS
    global
    security
    lib
    tools
    iaik_smime.jar#
    #1.5#0002E3572B4500010000001301A8BD74000437CD14646E47#1187253856781#/System/Server##com.sap.engine.core.configuration#######Thread[AWT-EventQueue-0,6,main]##0#0#Info#1#com.sap.engine.core.configuration#Plain###ConfigurationManager: found jar for secure store E:
    usr
    sap
    MYP
    SYS
    global
    security
    lib
    tools
    iaik_ssl.jar#
    #1.5#0002E3572B4500010000001401A8BD74000437CD14646ECD#1187253856781#/System/Server##com.sap.engine.core.configuration#######Thread[AWT-EventQueue-0,6,main]##0#0#Info#1#com.sap.engine.core.configuration#Plain###ConfigurationManager: found jar for secure store E:
    usr
    sap
    MYP
    SYS
    global
    security
    lib
    tools
    w3c_http.jar#
    #1.5#0002E3572B4500010000001501A8BD74000437CD14647F97#1187253856796#/System/Server##com.sap.engine.core.configuration#######Thread[AWT-EventQueue-0,6,main]##0#0#Info#1#com.sap.engine.core.configuration#Plain###OpenSQLDataSource successfully created with secure store.#
    #1.5#0002E3572B4500010000001601A8BD74000437CD147BEE74#1187253858328#/System/Configuration/Logging##com.sap.tc.logging.APILogger.LogController[setResourceBundleName(String resourceBundleName)]#######Thread[AWT-EventQueue-0,6,main]##0#0#Info##Java#TC_LOGGING_CONFIGURATION_IS_CHANGED[C0000A305666000000000000018FB1F70003D67C779CD2B8]##The for the has been changed from to )!#5#resource bundle name#LogController#/System/Database/sql/jdbc#com.sap.sql.log.OpenSQLResourceBundle#com.sap.sql.log.OpenSQLResourceBundle#
    #1.5#0002E3572B4500010000001701A8BD74000437CD147BFD37#1187253858328#/System/Database/sql/jdbc##com.sap.sql.jdbc.NativeConnectionFactory#######Thread[AWT-EventQueue-0,6,main]##0#0#Error#1#com.sap.sql.jdbc.NativeConnectionFactory#Java#com.sap.sql_0002#com.sap.sql.log.OpenSQLResourceBundle#SQL error occurred on connection : code={0,number,integer}, state="", message="".#5#17002#<null>#Io exception: The Network Adapter could not establish the connection#jdbc:oracle:thin:@infpw01621:1527:UX1#<null>#
    #1.5#0002E3572B4500010000001801A8BD74000437CD147CA554#1187253858375#/System/Logging##com.sap.tc.logging.FileLogInfoData.[getFileHeader(String fileName, int cntHeadLines)]#######Thread[AWT-EventQueue-0,6,main]##0#0#Warning##Java#SAP_LOGGING_UNEXPECTED##Unexcepted error occured on !#1#FileHeader parsing#
    #1.5#0002E3572B4500010000001901A8BD74000437CD147CA8B7#1187253858375#/System/Logging##/System/Logging#######Thread[AWT-EventQueue-0,6,main]##0#0#Path##Java###Caught #1#java.lang.Exception: sqltrace.xml (The system cannot find the file specified)
         at com.sap.tc.logging.FileLogInfoData.getEOLLength(FileLogInfoData.java:432)
         at com.sap.tc.logging.FileLogInfoData.getFileHeaderLines(FileLogInfoData.java:348)
         at com.sap.tc.logging.FileLogInfoData.getFileHeaderLines(FileLogInfoData.java:334)
         at com.sap.tc.logging.FileLogInfoData.loadFileLogHeader(FileLogInfoData.java:320)
         at com.sap.tc.logging.FileLogInfoData.init(FileLogInfoData.java:260)
         at com.sap.tc.logging.FileLogInfoData.<init>(FileLogInfoData.java:119)
         at com.sap.tc.logging.FileLog.init(FileLog.java:373)
         at com.sap.tc.logging.FileLog.<init>(FileLog.java:282)
         at com.sap.tc.logging.FileLog.<init>(FileLog.java:246)
         at com.sap.tc.logging.PropertiesConfigurator.configure(PropertiesConfigurator.java:863)
         at com.sap.engine.core.configuration.impl.Logging.<init>(Logging.java:54)
         at com.sap.engine.core.configuration.bootstrap.ConfigurationManagerBootstrapImpl.init(ConfigurationManagerBootstrapImpl.java:176)
         at com.sap.engine.core.configuration.bootstrap.ConfigurationManagerBootstrapImpl.<init>(ConfigurationManagerBootstrapImpl.java:49)
         at com.sap.engine.configtool.visual.ConfigTool.loadClusterData(ConfigTool.java:121)
         at com.sap.engine.configtool.visual.ConfigTool.initScan(ConfigTool.java:87)
         at com.sap.engine.configtool.visual.ConfigTool.scanAction(ConfigTool.java:277)
         at com.sap.engine.configtool.visual.ConfigTool.actionPerformed(ConfigTool.java:209)
         at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1786)
         at javax.swing.AbstractButton$ForwardActionEvents.actionPerformed(AbstractButton.java:1839)
         at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:420)
         at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:258)
         at javax.swing.AbstractButton.doClick(AbstractButton.java:289)
         at javax.swing.plaf.basic.BasicMenuItemUI.doClick(BasicMenuItemUI.java:1113)
         at javax.swing.plaf.basic.BasicMenuItemUI$MouseInputHandler.mouseReleased(BasicMenuItemUI.java:943)
         at java.awt.Component.processMouseEvent(Component.java:5100)
         at java.awt.Component.processEvent(Component.java:4897)
         at java.awt.Container.processEvent(Container.java:1569)
         at java.awt.Component.dispatchEventImpl(Component.java:3615)
         at java.awt.Container.dispatchEventImpl(Container.java:1627)
         at java.awt.Component.dispatchEvent(Component.java:3477)
         at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:3483)
         at java.awt.LightweightDispatcher.processMouseEvent(Container.java:3198)
         at java.awt.LightweightDispatcher.dispatchEvent(Container.java:3128)
         at java.awt.Container.dispatchEventImpl(Container.java:1613)
         at java.awt.Window.dispatchEventImpl(Window.java:1606)
         at java.awt.Component.dispatchEvent(Component.java:3477)
         at java.awt.EventQueue.dispatchEvent(EventQueue.java:480)
         at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:201)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:151)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:145)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:137)
         at java.awt.EventDispatchThread.run(EventDispatchThread.java:100)
    #1.5#0002E3572B4500010000001A01A8BD74000437CD147CAABE#1187253858375#/System/Configuration/Logging##com.sap.tc.logging.APILogger.Log[setFormatter()]#######Thread[AWT-EventQueue-0,6,main]##0#0#Info##Java#TC_LOGGING_CONFIGURATION_IS_CHANGED[C0000A305666000000000000018FB1F70003D67C779CD2B8]##The for the has been changed from to )!#5#formatter#Log#sqltrace.xml#com.sap.tc.logging.ListFormatter#com.sap.sql.trace.SQLTraceXMLFormatter#
    #1.5#0002E3572B4500010000001B01A8BD74000437CD147CAB4C#1187253858375#/System/Configuration/Logging##com.sap.tc.logging.APILogger.FileLog[setFormatter()]#######Thread[AWT-EventQueue-0,6,main]##0#0#Info##Java#TC_LOGGING_CONFIGURATION_IS_CHANGED[C0000A305666000000000000018FB1F70003D67C779CD2B8]##The for the has been changed from to )!#5#formatter#FileLog#sqltrace.xml#com.sap.tc.logging.ListFormatter#com.sap.sql.trace.SQLTraceXMLFormatter#
    #1.5#0002E3572B4500010000001C01A8BD74000437CD147CACD7#1187253858375#/System/Logging##com.sap.tc.logging.FileLogInfoData.[getFileHeader(String fileName, int cntHeadLines)]#######Thread[AWT-EventQueue-0,6,main]##0#0#Warning##Java#SAP_LOGGING_UNEXPECTED##Unexcepted error occured on !#1#FileHeader parsing#
    #1.5#0002E3572B4500010000001D01A8BD74000437CD147CAFFB#1187253858375#/System/Logging##/System/Logging#######Thread[AWT-EventQueue-0,6,main]##0#0#Path##Java###Caught #1#java.lang.Exception: default.trc (The system cannot find the file specified)
         at com.sap.tc.logging.FileLogInfoData.getEOLLength(FileLogInfoData.java:432)
         at com.sap.tc.logging.FileLogInfoData.getFileHeaderLines(FileLogInfoData.java:348)
         at com.sap.tc.logging.FileLogInfoData.getFileHeaderLines(FileLogInfoData.java:334)
         at com.sap.tc.logging.FileLogInfoData.loadFileLogHeader(FileLogInfoData.java:320)
         at com.sap.tc.logging.FileLogInfoData.init(FileLogInfoData.java:260)
         at com.sap.tc.logging.FileLogInfoData.<init>(FileLogInfoData.java:119)
         at com.sap.tc.logging.FileLog.init(FileLog.java:373)
         at com.sap.tc.logging.FileLog.<init>(FileLog.java:282)
         at com.sap.tc.logging.FileLog.<init>(FileLog.java:246)
         at com.sap.tc.logging.PropertiesConfigurator.configure(PropertiesConfigurator.java:863)
         at com.sap.engine.core.configuration.impl.Logging.<init>(Logging.java:54)
         at com.sap.engine.core.configuration.bootstrap.ConfigurationManagerBootstrapImpl.init(ConfigurationManagerBootstrapImpl.java:176)
         at com.sap.engine.core.configuration.bootstrap.ConfigurationManagerBootstrapImpl.<init>(ConfigurationManagerBootstrapImpl.java:49)
         at com.sap.engine.configtool.visual.ConfigTool.loadClusterData(ConfigTool.java:121)
         at com.sap.engine.configtool.visual.ConfigTool.initScan(ConfigTool.java:87)
         at com.sap.engine.configtool.visual.ConfigTool.scanAction(ConfigTool.java:277)
         at com.sap.engine.configtool.visual.ConfigTool.actionPerformed(ConfigTool.java:209)
         at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1786)
         at javax.swing.AbstractButton$ForwardActionEvents.actionPerformed(AbstractButton.java:1839)
         at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:420)
         at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:258)
         at javax.swing.AbstractButton.doClick(AbstractButton.java:289)
         at javax.swing.plaf.basic.BasicMenuItemUI.doClick(BasicMenuItemUI.java:1113)
         at javax.swing.plaf.basic.BasicMenuItemUI$MouseInputHandler.mouseReleased(BasicMenuItemUI.java:943)
         at java.awt.Component.processMouseEvent(Component.java:5100)
         at java.awt.Component.processEvent(Component.java:4897)
         at java.awt.Container.processEvent(Container.java:1569)
         at java.awt.Component.dispatchEventImpl(Component.java:3615)
         at java.awt.Container.dispatchEventImpl(Container.java:1627)
         at java.awt.Component.dispatchEvent(Component.java:3477)
         at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:3483)
         at java.awt.LightweightDispatcher.processMouseEvent(Container.java:3198)
         at java.awt.LightweightDispatcher.dispatchEvent(Container.java:3128)
         at java.awt.Container.dispatchEventImpl(Container.java:1613)
         at java.awt.Window.dispatchEventImpl(Window.java:1606)
         at java.awt.Component.dispatchEvent(Component.java:3477)
         at java.awt.EventQueue.dispatchEvent(EventQueue.java:480)
         at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:201)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:151)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:145)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:137)
         at java.awt.EventDispatchThread.run(EventDispatchThread.java:100)
    #1.5#0002E3572B4500010000001E01A8BD74000437CD147CB1E2#1187253858375#/System/Configuration/Logging##com.sap.tc.logging.APILogger.Log[setFormatter()]#######Thread[AWT-EventQueue-0,6,main]##0#0#Info##Java#TC_LOGGING_CONFIGURATION_IS_CHANGED[C0000A305666000000000000018FB1F70003D67C779CD2B8]##The for the has been changed from to )!#5#formatter#Log#default.trc#com.sap.tc.logging.ListFormatter#com.sap.tc.logging.ListFormatter#
    #1.5#0002E3572B4500010000001F01A8BD74000437CD147CB26E#1187253858375#/System/Configuration/Logging##com.sap.tc.logging.APILogger.FileLog[setFormatter()]#######Thread[AWT-EventQueue-0,6,main]##0#0#Info##Java#TC_LOGGING_CONFIGURATION_IS_CHANGED[C0000A305666000000000000018FB1F70003D67C779CD2B8]##The for the has been changed from to )!#5#formatter#FileLog#default.trc#com.sap.tc.logging.ListFormatter#com.sap.tc.logging.ListFormatter#
    #1.5#0002E3572B4500010000002001A8BD74000437CD147CC41B#1187253858375#/System/Configuration/Logging##com.sap.tc.logging.APILogger.Log[setFormatter()]#######Thread[AWT-EventQueue-0,6,main]##0#0#Info##Java#TC_LOGGING_CONFIGURATION_IS_CHANGED[C0000A305666000000000000018FB1F70003D67C779CD2B8]##The for the has been changed from to )!#5#formatter#Log#.
    system.log#com.sap.tc.logging.ListFormatter#com.sap.tc.logging.ListFormatter#
    #1.5#0002E3572B4500010000002101A8BD74000437CD147CC4BE#1187253858375#/System/Configuration/Logging##com.sap.tc.logging.APILogger.FileLog[setFormatter()]#######Thread[AWT-EventQueue-0,6,main]##0#0#Info##Java#TC_LOGGING_CONFIGURATION_IS_CHANGED[C0000A305666000000000000018FB1F70003D67C779CD2B8]##The for the has been changed from to )!#5#formatter#FileLog#.
    system.log#com.sap.tc.logging.ListFormatter#com.sap.tc.logging.ListFormatter#
    #1.5#0002E3572B4500010000002201A8BD74000437CD147CC57B#1187253858375#/System/Configuration/Logging##com.sap.tc.logging.APILogger.Log[setFormatter()]#######Thread[AWT-EventQueue-0,6,main]##0#0#Info##Java#TC_LOGGING_CONFIGURATION_IS_CHANGED[C0000A305666000000000000018FB1F70003D67C779CD2B8]##The for the has been changed from to )!#5#formatter#Log#default.trc#com.sap.tc.logging.ListFormatter#com.sap.tc.logging.ListFormatter#
    #1.5#0002E3572B4500010000002301A8BD74000437CD147CC603#1187253858375#/System/Configuration/Logging##com.sap.tc.logging.APILogger.FileLog[setFormatter()]#######Thread[AWT-EventQueue-0,6,main]##0#0#Info##Java#TC_LOGGING_CONFIGURATION_IS_CHANGED[C0000A305666000000000000018FB1F70003D67C779CD2B8]##The for the has been changed from to )!#5#formatter#FileLog#default.trc#com.sap.tc.logging.ListFormatter#com.sap.tc.logging.ListFormatter#
    #1.5#0002E3572B4500010000002401A8BD74000437CD147CC7B4#1187253858390#/System/Configuration/Logging##com.sap.tc.logging.APILogger.Log[setFormatter()]#######Thread[AWT-EventQueue-0,6,main]##0#0#Info##Java#TC_LOGGING_CONFIGURATION_IS_CHANGED[C0000A305666000000000000018FB1F70003D67C779CD2B8]##The for the has been changed from to )!#5#formatter#Log#sqltrace.xml#com.sap.sql.trace.SQLTraceXMLFormatter#com.sap.sql.trace.SQLTraceXMLFormatter#
    #1.5#0002E3572B4500010000002501A8BD74000437CD147CC89B#1187253858390#/System/Configuration/Logging##com.sap.tc.logging.APILogger.FileLog[setFormatter()]#######Thread[AWT-EventQueue-0,6,main]##0#0#Info##Java#TC_LOGGING_CONFIGURATION_IS_CHANGED[C0000A305666000000000000018FB1F70003D67C779CD2B8]##The for the has been changed from to )!#5#formatter#FileLog#sqltrace.xml#com.sap.sql.trace.SQLTraceXMLFormatter#com.sap.sql.trace.SQLTraceXMLFormatter#
    #1.5#0002E3572B4500010000002601A8BD74000437CD147CC958#1187253858390#/System/Logging##com.sap.tc.logging.APILogger.FileLog[setFormatter()]#######Thread[AWT-EventQueue-0,6,main]##0#0#Warning##Java#SAP_LOGGING_FORMATTER_ERROR##Attempting to change a formatter on active log ! The reset() method must be called first!#1#.
    system.log#
    #1.5#0002E3572B4500010000002701A8BD74000437CD147CC9D8#1187253858390#/System/Configuration/Logging##com.sap.tc.logging.APILogger.FileLog[setFormatter()]#######Thread[AWT-EventQueue-0,6,main]##0#0#Info##Java#TC_LOGGING_CONFIGURATION_IS_CHANGED[C0000A305666000000000000018FB1F70003D67C779CD2B8]##The for the has been changed from to )!#5#formatter#FileLog#.
    system.log#com.sap.tc.logging.ListFormatter#com.sap.tc.logging.ListFormatter#
    #1.5#0002E3572B4500010000002801A8BD74000437CD147CCD91#1187253858390#/System/Server##com.sap.engine.core.configuration#######Thread[AWT-EventQueue-0,6,main]##0#0#Info#1#com.sap.engine.core.configuration#Plain###Properties for connect through secure store not set. Please check your connect properties. Trying to connect via plain user/password.#
    #1.5#0002E3572B4500010000002901A8BD74000437CD147CD3CF#1187253858390#/System/Configuration/Logging##com.sap.tc.logging.APILogger.LogController[setResourceBundleName(String resourceBundleName)]#######Thread[AWT-EventQueue-0,6,main]##0#0#Info##Java#TC_LOGGING_CONFIGURATION_IS_CHANGED[C0000A305666000000000000018FB1F70003D67C779CD2B8]##The for the has been changed from to )!#5#resource bundle name#LogController#/System/Database/sql/jdbc#com.sap.sql.log.OpenSQLResourceBundle#com.sap.sql.log.OpenSQLResourceBundle#
    #1.5#0002E3572B4500010000002A01A8BD74000437CD147CD4D8#1187253858390#/System/Configuration/Logging##com.sap.tc.logging.APILogger.LogController[setResourceBundleName(String resourceBundleName)]#######Thread[AWT-EventQueue-0,6,main]##0#0#Info##Java#TC_LOGGING_CONFIGURATION_IS_CHANGED[C0000A305666000000000000018FB1F70003D67C779CD2B8]##The for the has been changed from to )!#5#resource bundle name#LogController#/System/Database/sql/jdbc#com.sap.sql.log.OpenSQLResourceBundle#com.sap.sql.log.OpenSQLResourceBundle#
    #1.5#0002E3572B4500010000002B01A8BD74000437CD147CD5A1#1187253858390#/System/Database/sql/jdbc##com.sap.sql.jdbc.NativeConnectionFactory#######Thread[AWT-EventQueue-0,6,main]##0#0#Error#1#com.sap.sql.jdbc.NativeConnectionFactory#Java#com.sap.sql_0015#com.sap.sql.log.OpenSQLResourceBundle#Value "" is not allowed for parameter .#2#url##
    #1.5#0002E3572B4500010000002C01A8BD74000437CD147CD625#1187253858390#/System/Configuration/Logging##com.sap.tc.logging.APILogger.LogController[setResourceBundleName(String resourceBundleName)]#######Thread[AWT-EventQueue-0,6,main]##0#0#Info##Java#TC_LOGGING_CONFIGURATION_IS_CHANGED[C0000A305666000000000000018FB1F70003D67C779CD2B8]##The for the has been changed from to )!#5#resource bundle name#LogController#/System/Database/sql/jdbc#com.sap.sql.log.OpenSQLResourceBundle#com.sap.sql.log.OpenSQLResourceBundle#
    #1.5#0002E3572B4500010000002D01A8BD74000437CD154CBFB4#1187253872015#/System/Logging##com.sap.tc.logging.FileLogInfoData.[getFileHeader(String fileName, int cntHeadLines)]#######Thread[AWT-EventQueue-0,6,main]##0#0#Warning##Java#SAP_LOGGING_UNEXPECTED##Unexcepted error occured on !#1#FileHeader parsing#
    #1.5#0002E3572B4500010000002E01A8BD74000437CD154CC545#1187253872015#/System/Logging##/System/Logging#######Thread[AWT-EventQueue-0,6,main]##0#0#Path##Java###Caught #1#java.lang.Exception: sqltrace.xml (The system cannot find the file specified)
         at com.sap.tc.logging.FileLogInfoData.getEOLLength(FileLogInfoData.java:432)
         at com.sap.tc.logging.FileLogInfoData.getFileHeaderLines(FileLogInfoData.java:348)
         at com.sap.tc.logging.FileLogInfoData.getFileHeaderLines(FileLogInfoData.java:334)
         at com.sap.tc.logging.FileLogInfoData.loadFileLogHeader(FileLogInfoData.java:320)
         at com.sap.tc.logging.FileLogInfoData.init(FileLogInfoData.java:260)
         at com.sap.tc.logging.FileLogInfoData.<init>(FileLogInfoData.java:119)
         at com.sap.tc.logging.FileLog.init(FileLog.java:373)
         at com.sap.tc.logging.FileLog.<init>(FileLog.java:282)
         at com.sap.tc.logging.FileLog.<init>(FileLog.java:246)
         at com.sap.tc.logging.PropertiesConfigurator.configure(PropertiesConfigurator.java:863)
         at com.sap.engine.core.configuration.impl.Logging.<init>(Logging.java:54)
         at com.sap.engine.core.configuration.bootstrap.ConfigurationManagerBootstrapImpl.init(ConfigurationManagerBootstrapImpl.java:176)
         at com.sap.engine.core.configuration.bootstrap.ConfigurationManagerBootstrapImpl.<init>(ConfigurationManagerBootstrapImpl.java:49)
         at com.sap.engine.configtool.visual.ConfigTool.loadClusterData(ConfigTool.java:99)
         at com.sap.engine.configtool.visual.ConfigTool.initScan(ConfigTool.java:87)
         at com.sap.engine.configtool.visual.ConfigTool.scanAction(ConfigTool.java:277)
         at com.sap.engine.configtool.visual.ConfigTool.actionPerformed(ConfigTool.java:209)
         at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1786)
         at javax.swing.AbstractButton$ForwardActionEvents.actionPerformed(AbstractButton.java:1839)
         at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:420)
         at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:258)
         at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(BasicButtonListener.java:245)
         at java.awt.AWTEventMulticaster.mouseReleased(AWTEventMulticaster.java:231)
         at java.awt.Component.processMouseEvent(Component.java:5100)
         at java.awt.Component.processEvent(Component.java:4897)
         at java.awt.Container.processEvent(Container.java:1569)
         at java.awt.Component.dispatchEventImpl(Component.java:3615)
         at java.awt.Container.dispatchEventImpl(Container.java:1627)
         at java.awt.Component.dispatchEvent(Component.java:3477)
         at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:3483)
         at java.awt.LightweightDispatcher.processMouseEvent(Container.java:3198)
         at java.awt.LightweightDispatcher.dispatchEvent(Container.java:3128)
         at java.awt.Container.dispatchEventImpl(Container.java:1613)
         at java.awt.Window.dispatchEventImpl(Window.java:1606)
         at java.awt.Component.dispatchEvent(Component.java:3477)
         at java.awt.EventQueue.dispatchEvent(EventQueue.java:480)
         at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:201)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:151)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:145)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:137)
         at java.awt.EventDispatchThread.run(EventDispatchThread.java:100)
    #1.5#0002E3572B4500010000002F01A8BD74000437CD154CC8BB#1187253872015#/System/Configuration/Logging##com.sap.tc.logging.APILogger.Log[setFormatter()]#######Thread[AWT-EventQueue-0,6,main]##0#0#Info##Java#TC_LOGGING_CONFIGURATION_IS_CHANGED[C0000A305666000000000000018FB1F70003D67C779CD2B8]##The for the has been changed from to )!#5#formatter#Log#sqltrace.xml#com.sap.tc.logging.ListFormatter#com.sap.sql.trace.SQLTraceXMLFormatter#
    #1.5#0002E3572B4500010000003001A8BD74000437CD154CC9A1#1187253872015#/System/Configuration/Logging##com.sap.tc.logging.APILogger.FileLog[setFormatter()]#######Thread[AWT-EventQueue-0,6,main]##0#0#Info##Java#TC_LOGGING_CONFIGURATION_IS_CHANGED[C0000A305666000000000000018FB1F70003D67C779CD2B8]##The for the has been changed from to )!#5#formatter#FileLog#sqltrace.xml#com.sap.tc.logging.ListFormatter#com.sap.sql.trace.SQLTraceXMLFormatter#
    #1.5#0002E3572B4500010000003101A8BD74000437CD154CCE37#1187253872015#/System/Logging##com.sap.tc.logging.FileLogInfoData.[getFileHeader(String fileName, int cntHeadLines)]#######Thread[AWT-EventQueue-0,6,main]##0#0#Warning##Java#SAP_LOGGING_UNEXPECTED##Unexcepted error occured on !#1#FileHeader parsing#
    #1.5#0002E3572B4500010000003201A8BD74000437CD154CD14D#1187253872015#/System/Logging##/System/Logging#######Thread[AWT-EventQueue-0,6,main]##0#0#Path##Java###Caught #1#java.lang.Exception: default.trc (The system cannot find the file specified)
         at com.sap.tc.logging.FileLogInfoData.getEOLLength(FileLogInfoData.java:432)
         at com.sap.tc.logging.FileLogInfoData.getFileHeaderLines(FileLogInfoData.java:348)
         at com.sap.tc.logging.FileLogInfoData.getFileHeaderLines(FileLogInfoData.java:334)
         at com.sap.tc.logging.FileLogInfoData.loadFileLogHeader(FileLogInfoData.java:320)
         at com.sap.tc.logging.FileLogInfoData.init(FileLogInfoData.java:260)
         at com.sap.tc.logging.FileLogInfoData.<init>(FileLogInfoData.java:119)
         at com.sap.tc.logging.FileLog.init(FileLog.java:373)
         at com.sap.tc.logging.FileLog.<init>(FileLog.java:282)
         at com.sap.tc.logging.FileLog.<init>(FileLog.java:246)
         at com.sap.tc.logging.PropertiesConfigurator.configure(PropertiesConfigurator.java:863)
         at com.sap.engine.core.configuration.impl.Logging.<init>(Logging.java:54)
         at com.sap.engine.core.configuration.bootstrap.ConfigurationManagerBootstrapImpl.init(ConfigurationManagerBootstrapImpl.java:176)
         at com.sap.engine.core.configuration.bootstrap.ConfigurationManagerBootstrapImpl.<init>(ConfigurationManagerBootstrapImpl.java:49)
         at com.sap.engine.configtool.visual.ConfigTool.loadClusterData(ConfigTool.java:99)
         at com.sap.engine.configtool.visual.ConfigTool.initScan(ConfigTool.java:87)
         at com.sap.engine.configtool.visual.ConfigTool.scanAction(ConfigTool.java:277)
         at com.sap.engine.configtool.visual.ConfigTool.actionPerformed(ConfigTool.java:209)
         at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1786)
         at javax.swing.AbstractButton$ForwardActionEvents.actionPerformed(AbstractButton.java:1839)
         at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:420)
         at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:258)
         at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(BasicButtonListener.java:245)
         at java.awt.AWTEventMulticaster.mouseReleased(AWTEventMulticaster.java:231)
         at java.awt.Component.processMouseEvent(Component.java:5100)
         at java.awt.Component.processEvent(Component.java:4897)
         at java.awt.Container.processEvent(Container.java:1569)
         at java.awt.Component.dispatchEventImpl(Component.java:3615)
         at java.awt.Container.dispatchEventImpl(Container.java:1627)
         at java.awt.Component.dispatchEvent(Component.java:3477)
         at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:3483)
         at java.awt.LightweightDispatcher.processMouseEvent(Container.java:3198)
         at java.awt.LightweightDispatcher.dispatchEvent(Container.java:3128)
         at java.awt.Container.dispatchEventImpl(Container.java:1613)
         at java.awt.Window.dispatchEventImpl(Window.java:1606)
         at java.awt.Component.dispatchEvent(Component.java:3477)
         at java.awt.EventQueue.dispatchEvent(EventQueue.java:480)
         at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:201)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:151)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:145)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:137)
         at java.awt.EventDispatchThread.run(EventDispatchThread.java:100)
    #1.5#0002E3572B4500010000003301A8BD74000437CD154CD32F#1187253872015#/System/Configuration/Logging##com.sap.tc.logging.APILogger.Log[setFormatter()]#######Thread[AWT-EventQueue-0,6,main]##0#0#Info##Java#TC_LOGGING_CONFIGURATION_IS_CHANGED[C0000A305666000000000000018FB1F70003D67C779CD2B8]##The for the has been changed from to )!#5#formatter#Log#default.trc#com.sap.tc.logging.ListFormatter#com.sap.tc.logging.ListFormatter#
    #1.5#0002E3572B4500010000003401A8BD74000437CD154CD3C3#1187253872015#/System/Configuration/Logging##com.sap.tc.logging.APILogger.FileLog[setFormatter()]#######Thread[AWT-EventQueue-0,6,main]##0#0#Info##Java#TC_LOGGING_CONFIGURATION_IS_CHANGED[C0000A305666000000000000018FB1F70003D67C779CD2B8]##The for the has been changed from to )!#5#formatter#FileLog#default.trc#com.sap.tc.logging.ListFormatter#com.sap.tc.logging.ListFormatter#
    #1.5#0002E3572B4500010000003501A8BD74000437CD154CDFD3#1187253872015#/System/Configuration/Logging##com.sap.tc.logging.APILogger.Log[setFormatter()]#######Thread[AWT-EventQueue-0,6,main]##0#0#Info##Java#TC_LOGGING_CONFIGURATION_IS_CHANGED[C0000A305666000000000000018FB1F70003D67C779CD2B8]##The for the has been changed from to )!#5#formatter#Log#.
    system.log#com.sap.tc.logging.ListFormatter#com.sap.tc.logging.ListFormatter#
    #1.5#0002E3572B4500010000003601A8BD74000437CD154CE08C#1187253872015#/System/Configuration/Logging##com.sap.tc.logging.APILogger.FileLog[setFormatter()]#######Thread[AWT-EventQueue-0,6,main]##0#0#Info##Java#TC_LOGGING_CONFIGURATION_IS_CHANGED[C0000A305666000000000000018FB1F70003D67C779CD2B8]##The for the has been changed from to )!#5#formatter#FileLog#.
    system.log#com.sap.tc.logging.ListFormatter#com.sap.tc.logging.ListFormatter#
    #1.5#0002E3572B4500010000003701A8BD74000437CD154CE289#1187253872015#/System/Configuration/Logging##com.sap.tc.logging.APILogger.Log[setFormatter()]#######Thread[AWT-EventQueue-0,6,main]##0#0#Info##Java#TC_LOGGING_CONFIGURATION_IS_CHANGED[C0000A305666000000000000018FB1F70003D67C779CD2B8]##The for the has been changed from to )!#5#formatter#Log#default.trc#com.sap.tc.logging.ListFormatter#com.sap.tc.logging.ListFormatter#
    #1.5#0002E3572B4500010000003801A8BD74000437CD154CE31F#1187253872015#/System/Configuration/Logging##com.sap.tc.logging.APILogger.FileLog[setFormatter()]#######Thread[AWT-EventQueue-0,6,main]##0#0#Info##Java#TC_LOGGING_CONFIGURATION_IS_CHANGED[C0000A305666000000000000018FB1F70003D67C779CD2B8]##The for the has been changed from to )!#5#formatter#FileLog#default.trc#com.sap.tc.logging.ListFormatter#com.sap.tc.logging.ListFormatter#
    #1.5#0002E3572B4500010000003901A8BD74000437CD154CE5BD#1187253872015#/System/Configuration/Logging##com.sap.tc.logging.APILogger.Log[setFormatter()]#######Thread[AWT-EventQueue-0,6,main]##0#0#Info##Java#TC_LOGGING_CONFIGURATION_IS_CHANGED[C0000A305666000000000000018FB1F70003D67C779CD2B8]##The for the has been changed from to )!#5#formatter#Log#sqltrace.xml#com.sap.sql.trace.SQLTraceXMLFormatter#com.sap.sql.trace.SQLTraceXMLFormatter#
    #1.5#0002E3572B4500010000003A01A8BD74000437CD154CE661#1187253872015#/System/Configuration/Logging##com.sap.tc.logging.APILogger.FileLog[setFormatter()]#######Thread[AWT-EventQueue-0,6,main]##0#0#Info##Java#TC_LOGGING_CONFIGURATION_IS_CHANGED[C0000A305666000000000000018FB1F70003D67C779CD2B8]##The for the has been changed from to )!#5#formatter#FileLog#sqltrace.xml#com.sap.sql.trace.SQLTraceXMLFormatter#com.sap.sql.trace.SQLTraceXMLFormatter#
    #1.5#0002E3572B4500010000003B01A8BD74000437CD154CE723#1187253872015#/System/Logging##com.sap.tc.logging.APILogger.FileLog[setFormatter()]#######Thread[AWT-EventQueue-0,6,main]##0#0#Warning##Java#SAP_LOGGING_FORMATTER_ERROR##Attempting to change a formatter on active log ! The reset() method must be called first!#1#.
    system.log#
    #1.5#0002E3572B4500010000003C01A8BD74000437CD154CE7A6#1187253872015#/System/Configuration/Logging##com.sap.tc.logging.APILogger.FileLog[setFormatter()]#######Thread[AWT-EventQueue-0,6,main]##0#0#Info##Java#TC_LOGGING_CONFIGURATION_IS_CHANGED[C0000A305666000000000000018FB1F70003D67C779CD2B8]##The for the has been changed from to )!#5#formatter#FileLog#.
    system.log#com.sap.tc.logging.ListFormatter#com.sap.tc.logging.ListFormatter#
    #1.5#0002E3572B4500010000003D01A8BD74000437CD154CF331#1187253872031#/System/Server##com.sap.engine.core.configuration#######Thread[AWT-EventQueue-0,6,main]##0#0#Info#1#com.sap.engine.core.configuration#Plain###ConfigurationManager: found jar for secure store E:
    usr
    sap
    MYP
    SYS
    global
    security
    lib
    tools
    iaik_jce_export.jar#
    #1.5#0002E3572B4500010000003E01A8BD74000437CD154CF3DD#1187253872031#/System/Server##com.sap.engine.core.configuration#######Thread[AWT-EventQueue-0,6,main]##0#0#Info#1#com.sap.engine.core.configuration#Plain###ConfigurationManager: found jar for secure store E:
    usr
    sap
    MYP
    SYS
    global
    security
    lib
    tools
    iaik_jsse.jar#
    #1.5#0002E3572B4500010000003F01A8BD74000437CD154CF852#1187253872031#/System/Server##com.sap.engine.core.configuration#######Thread[AWT-EventQueue-0,6,main]##0#0#Info#1#com.sap.engine.core.configuration#Plain###ConfigurationManager: found jar for secure store E:
    usr
    sap
    MYP
    SYS
    global
    security
    lib
    tools
    iaik_smime.jar#
    #1.5#0002E3572B4500010000004001A8BD74000437CD154CF8D7#1187253872031#/System/Server##com.sap.engine.core.configuration#######Thread[AWT-EventQueue-0,6,main]##0#0#Info#1#com.sap.engine.core.configuration#Plain###ConfigurationManager: found jar for secure store E:
    usr
    sap
    MYP
    SYS
    global
    security
    lib
    tools
    iaik_ssl.jar#
    #1.5#0002E3572B4500010000004101A8BD74000437CD154CF957#1187253872031#/System/Server##com.sap.engine.core.configuration#######Thread[AWT-EventQueue-0,6,main]##0#0#Info#1#com.sap.engine.core.configuration#Plain###ConfigurationManager: found jar for secure store E:
    usr
    sap
    MYP
    SYS
    global
    security
    lib
    tools
    w3c_http.jar#
    #1.5#0002E3572B4500010000004201A8BD74000437CD154D06D3#1187253872031#/System/Server##com.sap.engine.core.configuration#######Thread[AWT-EventQueue-0,6,main]##0#0#Info#1#com.sap.engine.core.configuration#Plain###OpenSQLDataSource successfully created with secure store.#
    #1.5#0002E3572B4500010000004301A8BD74000437CD155AFC70#1187253872953#/System/Configuration/Logging##com.sap.tc.logging.APILogger.LogController[setResourceBundleName(String resourceBundleName)]#######Thread[AWT-EventQueue-0,6,main]##0#0#Info##Java#TC_LOGGING_CONFIGURATION_IS_CHANGED[C0000A305666000000000000018FB1F70003D67C779CD2B8]##The for the has been changed from to )!#5#resource bundle name#LogController#/System/Database/sql/jdbc#com.sap.sql.log.OpenSQLResourceBundle#com.sap.sql.log.OpenSQLResourceBundle#
    #1.5#0002E3572B4500010000004401A8BD74000437CD155AFE5B#1187253872953#/System/Database/sql/jdbc##com.sap.sql.jdbc.NativeConnectionFactory#######Thread[AWT-EventQueue-0,6,main]##0#0#Error#1#com.sap.sql.jdbc.NativeConnectionFactory#Java#com.sap.sql_0002#com.sap.sql.log.OpenSQLResourceBundle#SQL error occurred on connection : code={0,number,integer}, state="", message="".#5#17002#<null>#Io exception: The Network Adapter could not establish the connection#jdbc:oracle:thin:@infpw01621:1527:UX1#<null>#
    #1.5#0002E3572B4500010000004501A8BD74000437CD155B9932#1187253872984#/System/Logging##com.sap.tc.logging.FileLogInfoData.[getFileHeader(String fileName, int cntHeadLines)]#######Thread[AWT-EventQueue-0,6,main]##0#0#Warning##Java#SAP_LOGGING_UNEXPECTED##Unexcepted error occured on !#1#FileHeader parsing#
    #1.5#0002E3572B4500010000004601A8BD74000437CD155B9C3B#1187253872984#/System/Logging##/System/Logging#######Thread[AWT-EventQueue-0,6,main]##0#0#Path##Java###Caught #1#java.lang.Exception: sqltrace.xml (The system cannot find the file specified)
         at com.sap.tc.logging.FileLogInfoData.getEOLLength(FileLogInfoData.java:432)
         at com.sap.tc.logging.FileLogInfoData.getFileHeaderLines(FileLogInfoData.java:348)
         at com.sap.tc.logging.FileLogInfoData.getFileHeaderLines(FileLogInfoData.java:334)
         at com.sap.tc.logging.FileLogInfoData.loadFileLogHeader(FileLogInfoData.java:320)
         at com.sap.tc.logging.FileLogInfoData.init(FileLogInfoData.java:260)
         at com.sap.tc.logging.FileLogInfoData.<init>(FileLogInfoData.java:119)
         at com.sap.tc.logging.FileLog.init(FileLog.java:373)
         at com.sap.tc.logging.FileLog.<init>(FileLog.java:282)
         at com.sap.tc.logging.FileLog.<init>(FileLog.java:246)
         at com.sap.tc.logging.PropertiesConfigurator.configure(PropertiesConfigurator.java:863)
         at com.sap.engine.core.configuration.impl.Logging.<init>(Logging.java:54)
         at com.sap.engine.core.configuration.bootstrap.ConfigurationManagerBootstrapImpl.init(ConfigurationManagerBootstrapImpl.java:176)
         at com.sap.engine.core.configuration.bootstrap.ConfigurationManagerBootstrapImpl.<init>(ConfigurationManagerBootstrapImpl.java:49)
         at com.sap.engine.configtool.visual.ConfigTool.loadClusterData(ConfigTool.java:121)
         at com.sap.engine.configtool.visual.ConfigTool.initScan(ConfigTool.java:87)
         at com.sap.engine.configtool.visual.ConfigTool.scanAction(ConfigTool.java:277)
         at com.sap.engine.configtool.visual.ConfigTool.actionPerformed(ConfigTool.java:209)
         at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1786)
         at javax.swing.AbstractButton$ForwardActionEvents.actionPerformed(AbstractButton.java:1839)
         at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:420)
         at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:258)
         at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(BasicButtonListener.java:245)
         at java.awt.AWTEventMulticaster.mouseReleased(AWTEventMulticaster.java:231)
         at java.awt.Component.processMouseEvent(Component.java:5100)
         at java.awt.Component.processEvent(Component.java:4897)
         at java.awt.Container.processEvent(Container.java:1569)
         at java.awt.Component.dispatchEventImpl(Component.java:3615)
         at java.awt.Container.dispatchEventImpl(Container.java:1627)
         at java.awt.Component.dispatchEvent(Component.java:3477)
         at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:3483)
         at java.awt.LightweightDispatcher.processMouseEvent(Container.java:3198)
         at java.awt.LightweightDispatcher.dispatchEvent(Container.java:3128)
         at java.awt.Container.dispatchEventImpl(Container.java:1613)
         at java.awt.Window.dispatchEventImpl(Window.java:1606)
         at java.awt.Component.dispatchEvent(Component.java:3477)
         at java.awt.EventQueue.dispatchEvent(EventQueue.java:480)
         at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:201)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:151)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:145)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:137)
         at java.awt.EventDispatchThread.run(EventDispatchThread.java:100)
    #1.5#0002E3572B4500010000004701A8BD74000437CD155BA2E6#1187253872984#/System/Configuration/Logging##com.sap.tc.logging.APILogger.Log[setFormatter()]#######Thread[AWT-EventQueue-0,6,main]##0#0#Info##Java#TC_LOGGING_CONFIGURATION_IS_CHANGED[C0000A305666000000000000018FB1F70003D67C779CD2B8]##The for the has been changed from to )!#5#formatter#Log#sqltrace.xml#com.sap.tc.logging.ListFormatter#com.sap.sql.trace.SQLTraceXMLFormatter#
    #1.5#0002E3572B4500010000004801A8BD74000437CD155BA379#1187253872984#/System/Configuration/Logging##com.sap.tc.logging.APILogger.FileLog[setFormatter()]#######Thread[AWT-EventQueue-0,6,main]##0#0#Info##Java#TC_LOGGING_CONFIGURATION_IS_CHANGED[C0000A305666000000000000018FB1F70003D67C779CD2B8]##The for the has been changed from to )!#5#formatter#FileLog#sqltrace.xml#com.sap.tc.logging.ListFormatter#com.sap.sql.trace.SQLTraceXMLFormatter#
    #1.5#0002E3572B4500010000004901A8BD74000437CD155BA541#1187253872984#/System/Logging##com.sap.tc.logging.FileLogInfoData.[getFileHeader(String fileName, int cntHeadLines)]#######Thread[AWT-EventQueue-0,6,main]##0#0#Warning##Java#SAP_LOGGING_UNEXPECTED##Unexcepted error occured on !#1#FileHeader parsing#
    #1.5#0002E3572B4500010000004A01A8BD74000437CD155BA82F#1187253872984#/System/Logging##/System/Logging#######Thread[AWT-EventQueue-0,6,main]##0#0#Path##Java###Caught #1#java.lang.Exception: default.trc (The system cannot find the file specified)
         at com.sap.tc.logging.FileLogInfoData.getEOLLength(FileLogInfoData.java:432)
         at com.sap.tc.logging.FileLogInfoData.getFileHeaderLines(FileLogInfoData.java:348)
         at com.sap.tc.logging.FileLogInfoData.getFileHeaderLines(FileLogInfoData.java:334)
         at com.sap.tc.logging.FileLogInfoData.loadFileLogHeader(FileLogInfoData.java:320)
         at com.sap.tc.logging.FileLogInfoData.init(FileLogInfoData.java:260)
         at com.sap.tc.logging.FileLogInfoData.<init>(FileLogInfoData.java:119)
         at com.sap.tc.logging.FileLog.init(FileLog.java:373)
         at com.sap.tc.logging.FileLog.<init>(FileLog.java:282)
         at com.sap.tc.logging.FileLog.<init>(FileLog.java:246)
         at com.sap.tc.logging.PropertiesConfigurator.configure(PropertiesConfigurator.java:863)
         at com.sap.engine.core.configuration.impl.Logging.<init>(Logging.java:54)
         at com.sap.engine.core.configuration.bootstrap.ConfigurationManagerBootstrapImpl.ini

    <u><b>dev_jcontrol</b></u>
    trc file: "E:\usr\sap\MYP\JC00\work\dev_jcontrol", trc level: 1, release: "640"
    node name   : jcontrol
    pid         : 364
    system name : MYP
    system nr.  : 00
    started at  : Thu Aug 16 21:28:07 2007
    arguments   :
        arg[00] : E:\usr\sap\MYP\JC00\j2ee\os_libs\jcontrol.exe
        arg[01] : pf=E:\usr\sap\MYP\SYS\profile\MYP_JC00_infpw01621
    [Thr 3752] Thu Aug 16 21:28:07 2007
    [Thr 3752] *** ERROR => Invalid property value [box.number/MYPJC00infpw01621] [jstartxx.c   789]
    [Thr 3752] *** ERROR => Invalid property value [en.host/sapux1] [jstartxx.c   789]
    [Thr 3752] *** ERROR => Invalid property value [en.port/3201] [jstartxx.c   789]
    [Thr 3752] *** ERROR => Invalid property value [system.id/0] [jstartxx.c   789]
    JStartupReadInstanceProperties: read instance properties [E:\usr\sap\MYP\JC00\j2ee\cluster\instance.properties;E:\usr\sap\MYP\JC00\SDM\program\config\sdm_jstartup.properties]
    -> ms host    : infpw01621
    -> ms port    : 3601
    -> OS libs    : E:\usr\sap\MYP\JC00\j2ee\os_libs
    -> Admin URL  :
    -> run mode   : NORMAL
    -> run action : NONE
    -> enabled    : yes
    Used property files
    -> files [00] : E:\usr\sap\MYP\JC00\j2ee\cluster\instance.properties
    -> files [01] : E:\usr\sap\MYP\JC00\SDM\program\config\sdm_jstartup.properties
    Instance properties
    -> ms host    : infpw01621
    -> ms port    : 3601
    -> os libs    : E:\usr\sap\MYP\JC00\j2ee\os_libs
    -> admin URL  :
    -> run mode   : NORMAL
    -> run action : NONE
    -> enabled    : yes
    Bootstrap nodes
    -> [00] bootstrap            : E:\usr\sap\MYP\JC00\j2ee\cluster\instance.properties
    -> [01] bootstrap_ID6880900  : E:\usr\sap\MYP\JC00\j2ee\cluster\instance.properties
    -> [02] bootstrap_ID6880950  : E:\usr\sap\MYP\JC00\j2ee\cluster\instance.properties
    Worker nodes
    -> [00] ID6880900            : E:\usr\sap\MYP\JC00\j2ee\cluster\instance.properties
    -> [01] ID6880950            : E:\usr\sap\MYP\JC00\j2ee\cluster\instance.properties
    -> [02] sdm                  : E:\usr\sap\MYP\JC00\SDM\program\config\sdm_jstartup.properties
    [Thr 3752] JControlExecuteBootstrap: execute bootstrap process [bootstrap]
    [Thr 3752] [Node: bootstrap] java home is set by profile parameter
         Java Home: C:\j2sdk1.4.2_09
    JStartupIReadSection: read node properties [bootstrap]
    -> node name       : bootstrap
    -> node type       : bootstrap
    -> java path       : C:\j2sdk1.4.2_09
    -> java parameters : -Djco.jarm=1 -Djco.jarm=1 -Djco.jarm=1
    -> java vm version : 1.4.2_09-b05
    -> java vm vendor  : Java HotSpot(TM) Server VM (Sun Microsystems Inc.)
    -> java vm type    : server
    -> java vm cpu     : x86
    -> heap size       : 128M
    -> root path       : E:\usr\sap\MYP\JC00\j2ee\cluster
    -> class path      : .\bootstrap\launcher.jar
    -> OS libs path    : E:\usr\sap\MYP\JC00\j2ee\os_libs
    -> main class      : com.sap.engine.offline.OfflineToolStart
    -> framework class : com.sap.bc.proj.jstartup.JStartupFramework
    -> registr. class  : com.sap.bc.proj.jstartup.JStartupNatives
    -> framework path  : E:\usr\sap\MYP\JC00\j2ee\os_libs\jstartup.jar
    -> parameters      : com.sap.engine.bootstrap.Bootstrap ./bootstrap ID0068809
    -> debuggable      : yes
    -> debug mode      : no
    -> debug port      : 60000
    -> shutdown timeout: 120000
    JStartupStartJLaunch: program = E:\usr\sap\MYP\JC00/j2ee/os_libs/jlaunch.exe
    -> arg[00] = E:\usr\sap\MYP\JC00/j2ee/os_libs/jlaunch.exe
    -> arg[01] = pf=E:\usr\sap\MYP\SYS\profile\MYP_JC00_infpw01621
    -> arg[02] = -DSAPINFO=MYP_00_bootstrap
    -> arg[03] = -file=E:\usr\sap\MYP\JC00\j2ee\cluster\instance.properties
    -> arg[04] = -nodeName=bootstrap
    -> arg[05] = -nodeId=-1
    -> arg[06] = -syncSem=JSTARTUP_WAIT_ON_364
    -> arg[07] = -jvmOutFile=E:\usr\sap\MYP\JC00\work\jvm_bootstrap.out
    -> arg[08] = -stdOutFile=E:\usr\sap\MYP\JC00\work\std_bootstrap.out
    -> arg[09] = -locOutFile=E:\usr\sap\MYP\JC00\work\dev_bootstrap
    -> arg[10] = -mode=BOOTSTRAP
    -> arg[11] = pf=E:\usr\sap\MYP\SYS\profile\MYP_JC00_infpw01621
    -> lib path = PATH=C:\j2sdk1.4.2_09\jre\bin\server;C:\j2sdk1.4.2_09\jre\bin;E:\oracle\UX1\102;E:\oracle\UX1\102\bin;E:\oracle\UX1\102\jre\1.4.2\bin\client;E:\oracle\UX1\102\jre\1.4.2\bin;C:\Program Files\CA\SC\CAWIN\;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\PROGRA~1\CA\SC\CAM\bin;C:\Program Files\CA\DSM\bin;D:\SAP_Store\6013105;E:\oracle\UX1\102\OPatch;C:\Program Files\Java\j2re1.4.2_09\bin;E:\oracle\UX1\102\OPatch;C:\Program Files\Java\j2re1.4.2_09\lib;E:\usr\sap\MYP\SYS\exe\run;C:\j2sdk1.4.2_09;E:\oracle\UX1\102\OPatch;E:\oracle\UX1\102;E:\usr\sap\MYP\SCS01\exe;E:\usr\sap\MYP\JC00\exe;E:\usr\sap\MYP\SYS\exe\run;D:\SAP_Store\6013105;E:\oracle\UX1\102\OPatch;C:\Program Files\Java\j2re1.4.2_09\bin;E:\oracle\UX1\102\bin;E:\oracle\UX1\102\OPatch;C:\Program Files\Java\j2re1.4.2_09\lib;E:\usr\sap\MYP\SYS\exe\run;C:\j2sdk1.4.2_09;E:\oracle\UX1\102\OPatch
    -> exe path = PATH=C:\j2sdk1.4.2_09\bin;E:\usr\sap\MYP\JC00\j2ee\os_libs;E:\oracle\UX1\102;E:\oracle\UX1\102\bin;E:\oracle\UX1\102\jre\1.4.2\bin\client;E:\oracle\UX1\102\jre\1.4.2\bin;C:\Program Files\CA\SC\CAWIN\;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\PROGRA~1\CA\SC\CAM\bin;C:\Program Files\CA\DSM\bin;D:\SAP_Store\6013105;E:\oracle\UX1\102\OPatch;C:\Program Files\Java\j2re1.4.2_09\bin;E:\oracle\UX1\102\OPatch;C:\Program Files\Java\j2re1.4.2_09\lib;E:\usr\sap\MYP\SYS\exe\run;C:\j2sdk1.4.2_09;E:\oracle\UX1\102\OPatch;E:\oracle\UX1\102;E:\usr\sap\MYP\SCS01\exe;E:\usr\sap\MYP\JC00\exe;E:\usr\sap\MYP\SYS\exe\run;D:\SAP_Store\6013105;E:\oracle\UX1\102\OPatch;C:\Program Files\Java\j2re1.4.2_09\bin;E:\oracle\UX1\102\bin;E:\oracle\UX1\102\OPatch;C:\Program Files\Java\j2re1.4.2_09\lib;E:\usr\sap\MYP\SYS\exe\run;C:\j2sdk1.4.2_09;E:\oracle\UX1\102\OPatch
    [Thr 3752] Thu Aug 16 21:28:14 2007
    [Thr 3752] *** ERROR => invalid return code of process [bootstrap] (exitcode=66) [jstartxx.c   1433]
    [Thr 3752] JControlExecuteBootstrap: error executing bootstrap node [bootstrap] (rc=66)
    [Thr 3752] JControlCloseProgram: started (exitcode = 66)
    [Thr 3752] JControlCloseProgram: good bye... (exitcode=66)
    kindly help
    regards
    shoeb

Maybe you are looking for

  • Mac Pro 2009 - To keep or not to keep? Only running windows

    Well, with values of older Mac Pro's going down, i'm now unsure what I should do. In total I have 3 Mac Pro's. 1 for work at my father's house (2009, 2.26 8 core), 1 there for Testing and Guests (2006 2GHz dual core). My third one, however, I keep he

  • GHOST FILES

    Hi to all !!! I manage few SUN stations with Solaris 8 OS. Today I use # ls -last command to list the contents of a directory searching for a file. I notice the presence of the file on the list generated on screen by the previous command and I try to

  • Problem with hbox

    <?xml version="1.0" encoding="utf-8"?> <mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" layout="absolute"      creationComplete="cc()">     <mx:Script>         <![CDATA[             import mx.containers.Box;             private var box:Box;

  • Material define for shipping in material master.

    Hello, My client is used the trading goods process,they have to imports the goods.They want to define the material shipping as initial phase in material master,it has to come by sea or air,requirement is that they define the material in purchasing in

  • Bifurcation of GL Accounts in House Banks

    Hi All, In definition of a House Bank we can have a main GL account for that particular House Bank and seperate GL Accounts for collections, payments, others, etc. They do not exist in the actual Bank but only exist in system for bifurcation of the t