Profiling of Java VM

I want to do profiling of JVM. I tried using -pg option while compiling files but i think i have missed some process, i am unable to perform successful compilation. Please help in profiling JVM

Did you mean simple the "-g" option (As opposed to "-pg") ?
javac
Usage: javac <options> <source files>
where <options> includes:
-g Generate all debugging info

Similar Messages

  • Profiling a Java Application

    I am relatively new in using a profiler. A large simulation software that I developed requires to be profiled. I want to keep track of the memory usage, CPU usage, time, etc associated with a function call etc. I tried to use Sun Studio 8 to run the profiler. It seems the tutorials on profilers .. all of them ... are intended for Enterprise Applications. All I require is to monitor a general Java application. Could someone answer whether it is possible to profile a java Application?

    inside Java Studio Enterprise/Netbeans stack of tools this functionality is implemented as NetBeans Profiler
    http://profiler.netbeans.org/
    The Profiler hasn't been a part of default Netbeans distribution. The JSE8 is based on NB4.1. Profiler compatible with NB4.1 is an early-access Milestone release, and thus i'd recommend to consider more recent version of the Profiler, the one for NB5.x (though you'd need to install NB5 also).

  • How to do profiling for Java 1.6... (JVMTI-based profiler)

    As Java1.6 uses JVMTI instead of JVMPI, I am not able to find an open source tool which can profile my application. Can some body help me to find a tool or pugin for eclipse(TPTP is trying to fix it in coming 4.5 release) or Netbeans.
    Ananth Chellathurai

    Does jmap and jhat meet your requirement? I found them very useful, even better than some commercial tools.
    http://java.sun.com/javase/6/docs/technotes/tools/share/jmap.html
    http://java.sun.com/javase/6/docs/technotes/tools/share/jhat.html
    Regards
    -Jiaqi

  • Profiling a java application with HPjmeter

    I have a java application and i want to identify the performance problems .
    I'm doing a static analyze and a dinamic analyze.
    For the dinamic analyze everything work ok.In the command line i have the options:
    java -agentlib:hjmeter name
    When i want to have a static analyze i have the option:
    java -agentlib:hprof name
    or
    java -Xrunhprof name
    But i get the following error message:
    hprof error:can't create temp heap file: java.hprof.txt.TMP[../../../src/share/demo/jvmti/hprof/hprof_init.c :775]
    My application is running on a HP-UX server:
    java version "1.5.0.03"
    Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0.03-_13_feb_2006_16_39)
    Java HotSpot(TM) Server VM (build 1.5.0.03 jinteg:02.13.06-15:51 PA2.0 (aCC_AP), mixed mode)
    Can anybody help me with some sugestions?
    Thank you!

    inside Java Studio Enterprise/Netbeans stack of tools this functionality is implemented as NetBeans Profiler
    http://profiler.netbeans.org/
    The Profiler hasn't been a part of default Netbeans distribution. The JSE8 is based on NB4.1. Profiler compatible with NB4.1 is an early-access Milestone release, and thus i'd recommend to consider more recent version of the Profiler, the one for NB5.x (though you'd need to install NB5 also).

  • Profiles of Java instance

    Hi people,
    I´ve theoretical doubt about the administration of the start, java instance and SCS instance profiles. I know that ABAP instance profiles can be managed with the RZ10 and RZ11, but in java? I´ve searching on config tool, but i don´t find anything relationated with the start and java profiles.
    more thanks.

    Hi Ruben,
    for the j2ee Engine or Java Applikation Server the java related parameter could by located on os level (JAVA_HOME), instance profile of the abap instance, configtool(offline tool), visual admin(online tool).
    on os level under (zb. on unix) /usr/sap/Sid/JC<XX> /j2ee/cluster/instance.properties in this xml file there are some paramters for the java bootstrap prozess you can also edit this properties file with the configtool.
    br
    julius

  • Netbeans profiler and "java.lang.OutOfMemoryError: Java heap space"

    I have a swing application. When I run this program, I get java.lang.OutOfMemoryError: Java heap space periodically.
    I am using the netbeans profiler to figure out how my heap size is increasing and whether or not I have any memory leaks. What I see is that I have lots of int[] getting generated. When I take the snapshot and look at the allocation stack traces, I cannot find the packages in my code at all. I see classes in java.awt.image.*, sun.awt.image.*, javax.swing.*, etc., but nothing referring to the classes I have developed. What could be wrong and how come I do not see anything referring to my code so that I can fix it?

    Take a look here.
    It seems that you may have a similar situation. If you read through, you'll see that the number of surviving generations gives an indication of where to look.

  • Is there a way to create Preflight Profile using Java Script / C++ SDK?

    Hi ,
    I need to dynamically create preflight profiles depending on the analysis of the document. I am using Adobe's C++ SDK to access the Adobe Acrobat Pro X as a server to perform the actions I need to. Maybe I failed in my search for the function to create a preflight profile. Is there any other SDK to create the preflight proflies within the Adobe Acrobat environment.

    Hi,
    As discuss above , we have to create the XML response  ,before that first you have to
    GetConfiguration() details of existing virtual network. 
    string.format("@<NetworkConfiguration xmlns:xsd='http://www.w3.org/2001/XMLSchema' xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance' xmlns='http://schemas.microsoft.com/ServiceHosting/2011/07/NetworkConfiguration'>
                <VirtualNetworkConfiguration>
                <Dns />
                <VirtualNetworkSites>
                <VirtualNetworkSite name=""{0}"" Location=""{1}"">
                <AddressSpace>
                <AddressPrefix>10.0.0.0/8</AddressPrefix>
                </AddressSpace>
                <Subnets>
                <Subnet name=""Subnet-2"">
                <AddressPrefix>10.0.0.0/11</AddressPrefix>
                </Subnet>
                </Subnets>
                </VirtualNetworkSite>",Networkname,location)+(@"<VirtualNetworkSite name=""demodsf1"" Location=""West Europe"">
            <AddressSpace>
              <AddressPrefix>10.0.0.0/8</AddressPrefix>
            </AddressSpace>
            <Subnets>
              <Subnet name=""Subnet-1"">
                <AddressPrefix>10.0.0.0/11</AddressPrefix>
              </Subnet>
            </Subnets>
          </VirtualNetworkSite>  </VirtualNetworkSites>
                </VirtualNetworkConfiguration>
                </NetworkConfiguration>")
    you have to append the node for existing node with new values , i got it its adding new virtual network 
    Best regards,

  • Enable userName Token profile in Java client policy file

    My stand-alone java client invokes a .Net web service which implements wse 3.0. userName Token. However, when I ran my client program with the policy file which I converted from .Net config policy. I got errors. How could I make this right?
    [java] java.rmi.RemoteException: SOAPFaultException - FaultCode [{http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd}Security] FaultString [Header http://schemas.xmlsoap.org/ws/2004/08/addressing:Action for ultimate recipient is required but not present in the message.] FaultActor [http://192.168.254.102/TestImageserver2007/DLImageService.asmx]No Detail; nested exception is:
    [java]      javax.xml.rpc.soap.SOAPFaultException: Header http://schemas.xmlsoap.org/ws/2004/08/addressing:Action for ultimate recipient is required but not present in the message.
    [java] fetchMostRecent() Failed...
    [java]      at digimarc.foto.webservice.clientstub.ImageServiceSoap_Stub.imagingFolioFetchMostRecent(ImageServiceSoap_Stub.java:137)
    [java]      at digimarc.foto.webservice.Client.main(Client.java:40)
    [java] Caused by: javax.xml.rpc.soap.SOAPFaultException: Header http://schemas.xmlsoap.org/ws/2004/08/addressing:Action for ultimate recipient is required but not present in the message.
    [java]      at weblogic.wsee.codec.soap11.SoapCodec.decodeFault(SoapCodec.java:311)
    [java]      at weblogic.wsee.ws.dispatch.client.CodecHandler.decodeFault(CodecHandler.java:114)
    [java]      at weblogic.wsee.ws.dispatch.client.CodecHandler.decode(CodecHandler.java:99)
    [java]      at weblogic.wsee.ws.dispatch.client.CodecHandler.handleFault(CodecHandler.java:87)
    [java]      at weblogic.wsee.handler.HandlerIterator.handleFault(HandlerIterator.java:248)
    [java]      at weblogic.wsee.handler.HandlerIterator.handleResponse(HandlerIterator.java:218)
    [java]      at weblogic.wsee.ws.dispatch.client.ClientDispatcher.handleResponse(ClientDispatcher.java:159)
    [java]      at weblogic.wsee.ws.dispatch.client.ClientDispatcher.dispatch(ClientDispatcher.java:114)
    [java]      at weblogic.wsee.ws.WsStub.invoke(WsStub.java:89)
    [java]      at weblogic.wsee.jaxrpc.StubImpl._invoke(StubImpl.java:331)
    [java]      at digimarc.foto.webservice.clientstub.ImageServiceSoap_Stub.imagingFolioFetchMostRecent(ImageServiceSoap_Stub.java:132)
    Policy file used:
    <?xml version="1.0" ?>
    <wsp:Policy xmlns:wsp="http://schemas.xmlsoap.org/ws/2004/09/policy"
    xmlns:wssp="http://www.bea.com/wls90/security/policy"
    xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd"
    xmlns:wls="http://www.bea.com/wls90/security/policy/wsee#part">
    <!-- Accompany outgoing SOAP messages with a username and password before sending them
    out on the wire. -->
    <wssp:Security>
    <wssp:userNameToken>
    <wssp:userName>weblogic</wssp:userName>
    <wssp:password type="TEXT">weblogic</wssp:password>
    </wssp:userNameToken>
    </wssp:Security>
    </wsp:Policy>
    .Net config policy file:
    <policies xmlns="http://schemas.microsoft.com/wse/2005/06/policy">
    <extensions>
    <extension name="kerberosSecurity" type="Microsoft.Web.Services3.Design.KerberosAssertion, Microsoft.Web.Services3, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" />
    <extension name="kerberos" type="Microsoft.Web.Services3.Design.KerberosTokenProvider, Microsoft.Web.Services3, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" />
    <extension name="usernameForCertificateSecurity" type="Microsoft.Web.Services3.Design.UsernameForCertificateAssertion, Microsoft.Web.Services3, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" />
    <extension name="x509" type="Microsoft.Web.Services3.Design.X509TokenProvider, Microsoft.Web.Services3, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" />
    <extension name="requireActionHeader" type="Microsoft.Web.Services3.Design.RequireActionHeaderAssertion, Microsoft.Web.Services3, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" />
    <extension name="usernameOverTransportSecurity" type="Microsoft.Web.Services3.Design.UsernameOverTransportAssertion, Microsoft.Web.Services3, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" />
    </extensions>
    <policy name="AuthorizationPolicy">
    <kerberosSecurity establishSecurityContext="false" requireSignatureConfirmation="false" messageProtectionOrder="SignBeforeEncrypt" requireDerivedKeys="false" ttlInSeconds="300">
    <token>
    <kerberos targetPrincipal="host/nbcis1" impersonationLevel="Identification" />
    </token>
    <protection>
    <request signatureOptions="IncludeAddressing, IncludeTimestamp, IncludeSoapBody" encryptBody="true" />
    <response signatureOptions="IncludeAddressing, IncludeTimestamp, IncludeSoapBody" encryptBody="true" />
    <fault signatureOptions="IncludeAddressing, IncludeTimestamp, IncludeSoapBody" encryptBody="false" />
    </protection>
    </kerberosSecurity>
    <requireActionHeader />
    </policy>
    <policy name="InteropPolicy">
    <usernameOverTransportSecurity />
    <requireActionHeader />
    </policy>
    <policy name="NamePolicy">
    <usernameOverTransportSecurity >
    <clientToken>
    <username username="nbdls\joejoe" password="ImAGe!" />
    </clientToken>
    </usernameOverTransportSecurity>
    <requireActionHeader />
    </policy>
    </policies>

    Thanks Carlo for the suggestion. That helps to overcome my huge hurdle. The username and password were sent successfully in the SOAP header to .Net web service.
    However, there is still some errors on the java client side. I am getting:
    [java] java.rmi.RemoteException: SOAPFaultException - FaultCode [{http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd}Security] FaultString [Header http://schemas.xmlsoap.org/ws/2004/08/addressing:Action for ultimate recipient is required but not present in the message.] FaultActor [http://192.168.254.102/TestImageserver2007/DLImageService.asmx]No Detail; nested exception is:
    [java]      javax.xml.rpc.soap.SOAPFaultException: Header http://schemas.xmlsoap.org/ws/2004/08/addressing:Action for ultimate recipient is required but not present in the message.
    [java]      at digimarc.foto.webservice.clientstub.ImageServiceSoap_Stub.imagingFolioFetchMostRecent(ImageServiceSoap_Stub.java:137)
    [java]      at digimarc.foto.webservice.Client.main(Client.java:58)
    [java] Caused by: javax.xml.rpc.soap.SOAPFaultException: Header http://schemas.xmlsoap.org/ws/2004/08/addressing:Action for ultimate recipient is required but not present in the message.
    [java]      at weblogic.wsee.codec.soap11.SoapCodec.decodeFault(SoapCodec.java:311)
    [java]      at weblogic.wsee.ws.dispatch.client.CodecHandler.decodeFault(CodecHandler.java:114)
    [java]      at weblogic.wsee.ws.dispatch.client.CodecHandler.decode(CodecHandler.java:99)
    [java]      at weblogic.wsee.ws.dispatch.client.CodecHandler.handleFault(CodecHandler.java:87)
    [java]      at weblogic.wsee.handler.HandlerIterator.handleFault(HandlerIterator.java:248)
    [java]      at weblogic.wsee.handler.HandlerIterator.handleResponse(HandlerIterator.java:218)
    [java]      at weblogic.wsee.ws.dispatch.client.ClientDispatcher.handleResponse(ClientDispatcher.java:159)
    [java]      at weblogic.wsee.ws.dispatch.client.ClientDispatcher.dispatch(ClientDispatcher.java:114)
    [java]      at weblogic.wsee.ws.WsStub.invoke(WsStub.java:89)
    [java]      at weblogic.wsee.jaxrpc.StubImpl._invoke(StubImpl.java:331)
    [java]      at digimarc.foto.webservice.clientstub.ImageServiceSoap_Stub.imagingFolioFetchMostRecent(ImageServiceSoap_Stub.java:132)
    [java]      ... 1 more
    The statement:
    "Action for ultimate recipient is required but not present in message". What is missing?
    This is what I have in my java client:
    FileInputStream [] inbound_policy_array = new FileInputStream[1];
    inbound_policy_array[0] = new FileInputStream("Auth.xml");
    FileInputStream [] outbound_policy_array = new FileInputStream[1];
    outbound_policy_array[0] = new FileInputStream("Auth.xml");
    //create service and port
    ImageService imageService = new ImageService_Impl(args[0]);
    //specify an array of policy files for the request and response of a
    //particular operation
    ImageServiceSoap array_of_policy_port = imageService.getImageServiceSoap("ImagingFolioFetchMostRecent", inbound_policy_array, outbound_policy_array);
    //create credential provider and set it to the Stub
    List credProviders = new ArrayList();
    //client side UsernameToken credential provider
    CredentialProvider cp = new ClientUNTCredentialProvider("nsbbdl\\joejoe", "ImAGes!");
    credProviders.add(cp);
    Stub stub = (Stub)array_of_policy_port;
    stub._setProperty(WSSecurityContext.CREDENTIAL_PROVIDER_LIST, credProviders);
    try {
    ApplicantDataFolio adf = array_of_policy_port.imagingFolioFetchMostRecent("1001917");
    } catch (Throwable e) {
    }

  • Java running slowly in particular user profiles.

    Hi All,
    I have this continuing problem in that my java version(latest) runs slowly under my user profile.
    If i log into my computer using someone elses profile it is very fast.
    Could this be some sort of setting in my user profile, a java problem
    or a java setting under my profile?
    Any help will be greatly appreciated.
    Thanks in advance!

    Sounds like an issue with your profile not with Java. But I can only make guesses. Does anything else run slower on your profile than in others?

  • Bootstrap error (exitcode = 66) in BI Java Refresh

    Hi All,
    I am working on a BI Java system refresh issue and the system isn't starting up soon after DB swap. Following please find more details on this.
    The OS is RHEL, Linux and database is Oracle 10.2.0.2. SAP system is BI Java 7.0.
    I am not able to start up BI Java system after DB swap and it gives me the following error:
    ERROR => invalid return code for process [bootstrap] (exitcode = 66) [jstartxx_mt. 1642].
    I checked the bootstrap parameter and other Java configuration parameter files along with logs in work directory but donu2019t quite getting on what to change and where right after refresh. The DB is performing well. Backup can be successfully taken via BRTOOLS.
    Following are the steps I performed soon after replacing DB files:
    ALTER TABLESPACE PSAPTEMP ADD TEMPFILE '/oracle/BJ9/sapdata1/temp.data1'
    SIZE 1048576000  REUSE AUTOEXTEND ON NEXT 20971520  MAXSIZE 10000M;
    create user ops$orabj9 identified externally
    default tablespace PSAPSR3DB temporary tablespace psaptemp
    quota unlimited on PSAPSR3DB
    create user ops$bj9adm identified externally
    default tablespace PSAPSR3DB temporary tablespace psaptemp
    quota unlimited on PSAPSR3DB
    drop table ops$bj9adm.SAPUSER;
    create table ops$bj9adm.SAPUSER
    (USERID   VARCHAR2(255),
    PASSWD   VARCHAR2(255))
    grant select,insert,update,delete on ops$bj9adm.SAPUSER to sapdba;
    grant connect,resource,sapdba to ops$orabj9;
    grant connect,resource,sapdba to ops$bj9adm;
    grant alter user to sapdba;
    insert into ops$bj9adm.SAPUSER values ('SAPPRD','sap')
    alter user sapsr3db profile default;
    alter user sapsr3db identified by sap;
    Any help on post refresh steps for BI Java system will be very helpful.
    Thank you,
    Shival

    Here is dev_server0
    [Thr 1141537120] Tue Jul 29 13:48:18 2008
    [Thr 1141537120] ***LOG Q0I=> NiPConnect2: connect (111: Connection refused) [nixxi.cpp 2764]
    [Thr 1141537120] *** ERROR => NiPConnect2: SiPeekPendConn failed for hdl 42 / sock 104
         (SI_ECONN_REFUSE; I4; ST; 172.20.250.202:3327) [nixxi.cpp    2764]
    [Thr 1141537120] *** ERROR => GwIConnect: GwConnect to sapbi9 / sapgw27 failed (rc=NIECONN_REFUSED) [gwxx_mt.c    294]
    [Thr 1141537120] ***LOG S0T=> GwIConnect, GwConnect (-0010) [gwxx_mt.c    295]
    [Thr 1141537120] ***LOG S0R=> GwIConnect, GwConnect () [gwxx_mt.c    297]
    [Thr 1141537120] ***LOG S0S=> GwIConnect, GwConnect (sapgw27) [gwxx_mt.c    299]
    [Thr 1141537120] ***LOG S90=> SAP_CMREGTP3, GwIConnect ( 236) [r3cpic_mt.c  9624]
    [Thr 1141537120]
    [Thr 1141537120] *  ERROR       partner '172.20.250.202:sapgw27' not reached
    [Thr 1141537120] *
    TIME        Tue Jul 29 13:48:18 2008
    [Thr 1141537120] *  RELEASE     700
    [Thr 1141537120] *  COMPONENT   NI (network interface)
    [Thr 1141537120] *  VERSION     38
    [Thr 1141537120] *  RC          -10
    [Thr 1141537120] *  MODULE      nixxi.cpp
    [Thr 1141537120] *  LINE        2764
    [Thr 1141537120] *  DETAIL      NiPConnect2
    [Thr 1141537120] *  SYSTEM CALL connect
    [Thr 1141537120] *  ERRNO       111
    [Thr 1141537120] *  ERRNO TEXT  Connection refused
    [Thr 1141537120] *  COUNTER     382
    [Thr 1141537120] *
    [Thr 1141537120] *****************************************************************************
    [Thr 1141537120] Tue Jul 29 14:48:19 2008
    [Thr 1141537120] ***LOG Q0I=> NiPConnect2: connect (111: Connection refused) [nixxi.cpp 2764]
    [Thr 1141537120] *** ERROR => NiPConnect2: SiPeekPendConn failed for hdl 42 / sock 104
         (SI_ECONN_REFUSE; I4; ST; 172.20.250.202:3327) [nixxi.cpp    2764]
    [Thr 1141537120] *** ERROR => GwIConnect: GwConnect to sapbi9 / sapgw27 failed (rc=NIECONN_REFUSED) [gwxx_mt.c    294]
    [Thr 1141537120] ***LOG S0T=> GwIConnect, GwConnect (-0010) [gwxx_mt.c    295]
    [Thr 1141537120] ***LOG S0R=> GwIConnect, GwConnect () [gwxx_mt.c    297]
    [Thr 1141537120] ***LOG S0S=> GwIConnect, GwConnect (sapgw27) [gwxx_mt.c    299]
    [Thr 1141537120] ***LOG S90=> SAP_CMREGTP3, GwIConnect ( 236) [r3cpic_mt.c  9624]
    [Thr 1141537120]
    [Thr 1141537120] *  ERROR       partner '172.20.250.202:sapgw27' not reached
    [Thr 1141537120] *
    TIME        Tue Jul 29 14:48:19 2008
    [Thr 1141537120] *  RELEASE     700
    [Thr 1141537120] *  COMPONENT   NI (network interface)
    [Thr 1141537120] *  VERSION     38
    [Thr 1141537120] *  RC          -10
    [Thr 1141537120] *  MODULE      nixxi.cpp
    [Thr 1141537120] *  LINE        2764
    [Thr 1141537120] *  DETAIL      NiPConnect2
    [Thr 1141537120] *  SYSTEM CALL connect
    [Thr 1141537120] *  ERRNO       111
    [Thr 1141537120] *  ERRNO TEXT  Connection refused
    [Thr 1141537120] *  COUNTER     384
    [Thr 1141537120] *
    [Thr 1141537120] *****************************************************************************
    [Thr 1141537120] Tue Jul 29 15:48:20 2008
    [Thr 1141537120] ***LOG Q0I=> NiPConnect2: connect (111: Connection refused) [nixxi.cpp 2764]
    [Thr 1141537120] *** ERROR => NiPConnect2: SiPeekPendConn failed for hdl 42 / sock 99
         (SI_ECONN_REFUSE; I4; ST; 172.20.250.202:3327) [nixxi.cpp    2764]
    [Thr 1141537120] *** ERROR => GwIConnect: GwConnect to sapbi9 / sapgw27 failed (rc=NIECONN_REFUSED) [gwxx_mt.c    294]
    [Thr 1141537120] ***LOG S0T=> GwIConnect, GwConnect (-0010) [gwxx_mt.c    295]
    [Thr 1141537120] ***LOG S0R=> GwIConnect, GwConnect () [gwxx_mt.c    297]
    [Thr 1141537120] ***LOG S0S=> GwIConnect, GwConnect (sapgw27) [gwxx_mt.c    299]
    [Thr 1141537120] ***LOG S90=> SAP_CMREGTP3, GwIConnect ( 236) [r3cpic_mt.c  9624]
    [Thr 1141537120]
    [Thr 1141537120] *  ERROR       partner '172.20.250.202:sapgw27' not reached
    [Thr 1141537120] *
    TIME        Tue Jul 29 15:48:20 2008
    [Thr 1141537120] *  RELEASE     700
    [Thr 1141537120] *  COMPONENT   NI (network interface)
    [Thr 1141537120] *  VERSION     38
    [Thr 1141537120] *  RC          -10
    [Thr 1141537120] *  MODULE      nixxi.cpp
    [Thr 1141537120] *  LINE        2764
    [Thr 1141537120] *  DETAIL      NiPConnect2
    [Thr 1141537120] *  SYSTEM CALL connect
    [Thr 1141537120] *  ERRNO       111
    [Thr 1141537120] *  ERRNO TEXT  Connection refused
    [Thr 1141537120] *  COUNTER     386
    [Thr 1141537120] *
    [Thr 1141537120] *****************************************************************************
    [Thr 1074792800] Tue Jul 29 16:22:10 2008
    [Thr 1074792800] JLaunchRequestFunc: receive command:17, argument:0 from pid:2289
    [Thr 1074792800] JLaunchIShutdownInvoke: set shutdown interval (stop:1217373730/end:1217373850/TO:120)
    [Thr 1074792800] JLaunchProcessCommand: Invoke VM Shutdown
    [Thr 1074792800] JHVM_FrameworkShutdownDirect: invoke direct shutdown
    [Thr 1111984480] JLaunchISetState: change state from [Running (3)] to [Waiting for stop (4)]
    [Thr 1111984480] JLaunchISetState: change state from [Waiting for stop (4)] to [Stopping (5)]
    [Thr 182897346880] Tue Jul 29 16:24:11 2008
    [Thr 182897346880] *** WARNING => Reached shutdown timeout -> terminate [jlnchxxi_mt. 358]
    [Thr 182897346880] SigISetIgnoreAction : SIG_IGN for signal 17
    [Thr 182897346880] JLaunchCloseProgram: good bye (exitcode = -4)
    Following is latest dev_bootstrap log
    trc file: "/usr/sap/BJ9/JC37/work/dev_bootstrap", trc level: 1, release: "700"
    node name   : bootstrap
    pid         : 5910
    system name : BJ9
    system nr.  : 37
    started at  : Thu Jul 31 14:43:19 2008
    arguments       :
           arg[00] : /usr/sap/BJ9/JC37/exe/jlaunch
           arg[01] : pf=/usr/sap/BJ9/SYS/profile/BJ9_JC37_sapbj9
           arg[02] : -DSAPINFO=BJ9_37_bootstrap
           arg[03] : pf=/usr/sap/BJ9/SYS/profile/BJ9_JC37_sapbj9
    [Thr 182897346880] Thu Jul 31 14:43:19 2008
    [Thr 182897346880] *** WARNING => INFO: Unknown property [instance.box.number=BJ9JC37sapbj9] [jstartxx_mt. 841]
    [Thr 182897346880] *** WARNING => INFO: Unknown property [instance.en.host=sapbj9] [jstartxx_mt. 841]
    [Thr 182897346880] *** WARNING => INFO: Unknown property [instance.en.port=3231] [jstartxx_mt. 841]
    [Thr 182897346880] *** WARNING => INFO: Unknown property [instance.system.id=37] [jstartxx_mt. 841]
    JStartupReadInstanceProperties: read instance properties [/usr/sap/BJ9/JC37/j2ee/cluster/instance.properties]
    -> ms host    : sapbj9
    -> ms port    : 3931
    -> OS libs    : /usr/sap/BJ9/JC37/j2ee/os_libs
    -> Admin URL  :
    -> run mode   : normal
    -> run action : NONE
    -> enabled    : yes
    Used property files
    -> files [00] : /usr/sap/BJ9/JC37/j2ee/cluster/instance.properties
    Instance properties
    -> ms host    : sapbj9
    -> ms port    : 3931
    -> os libs    : /usr/sap/BJ9/JC37/j2ee/os_libs
    -> admin URL  :
    -> run mode   : normal
    -> run action : NONE
    -> enabled    : yes
    Bootstrap nodes
    -> [00] bootstrap            : /usr/sap/BJ9/JC37/j2ee/cluster/instance.properties
    -> [01] bootstrap_ID37268450 : /usr/sap/BJ9/JC37/j2ee/cluster/instance.properties
    -> [02] bootstrap_ID37268455 : /usr/sap/BJ9/JC37/j2ee/cluster/instance.properties
    Worker nodes
    -> [00] ID372684500          : /usr/sap/BJ9/JC37/j2ee/cluster/instance.properties
    -> [01] ID372684550          : /usr/sap/BJ9/JC37/j2ee/cluster/instance.properties
    [Thr 182897346880] JLaunchRequestQueueInit: create named pipe for ipc
    [Thr 182897346880] JLaunchRequestQueueInit: create pipe listener thread
    [Thr 1085282656] WaitSyncSemThread: Thread 1085282656 started as semaphore monitor thread.
    [Thr 1074792800] JLaunchRequestFunc: Thread 1074792800 started as listener thread for np messages.
    [Thr 182897346880] SigISetDefaultAction : default handling for signal 17
    [Thr 182897346880] NiInit3: NI already initialized; param 'maxHandles' ignored (1;202)
    [Thr 182897346880] CPIC (version=700.2005.12.02)
    [Thr 182897346880] [Node: bootstrap] java home is set by profile parameter
         Java Home: /opt/IBMJava2-amd64-142
    [Thr 182897346880] JStartupICheckFrameworkPackage: can't find framework package /usr/sap/BJ9/JC37/exe/jvmx.jar
    JStartupIReadSection: read node properties [bootstrap]
    -> node name          : bootstrap
    -> node type          : bootstrap
    -> node execute       : yes
    -> java path          : /opt/IBMJava2-amd64-142
    -> java parameters    : -Djco.jarm=1
    -> java vm version    : J2RE 1.4.2 IBM J9 2.2 Linux amd64-64 j9xa64142-20080130 (JIT enabled)
    -> java vm vendor     : IBM J9SE VM (IBM Corporation)
    -> java vm type       : <default>
    -> java vm cpu        : amd64
    -> heap size          : 256M
    -> root path          : /usr/sap/BJ9/JC37/j2ee/cluster
    -> class path         : ./bootstrap/launcher.jar
    -> OS libs path       : /usr/sap/BJ9/JC37/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     : /usr/sap/BJ9/JC37/exe/jstartup.jar:/usr/sap/BJ9/JC37/exe/jvmx.jar
    -> parameters         : com.sap.engine.bootstrap.Bootstrap ./bootstrap ID3726845
    -> debuggable         : yes
    -> debug mode         : no
    -> debug port         : 60000
    -> shutdown timeout   : 120000
    [Thr 1086335328] JLaunchIStartFunc: Thread 1086335328 started as Java VM thread.
    JHVM_LoadJavaVM: VM Arguments of node [bootstrap]
    -> stack   : 1048576 Bytes
    -> arg[  0]: exit
    -> arg[  1]: abort
    -> arg[  2]: vfprintf
    -> arg[  3]: -Djco.jarm=1
    -> arg[  4]: -Dsys.global.dir=/usr/sap/BJ9/SYS/global
    -> arg[  5]: -Dapplication.home=/san/binlun/sap/BJ9/JC37/exe
    -> arg[  6]: -Djava.class.path=/usr/sap/BJ9/JC37/exe/jstartup.jar:/usr/sap/BJ9/JC37/exe/jvmx.jar:./bootstrap/launcher.jar
    -> arg[  7]: -Djava.library.path=/opt/IBMJava2-amd64-142/jre/bin:/opt/IBMJava2-amd64-142/jre/bin:/opt/IBMJava2-amd64-142/jre/bin/classic:/opt/IBMJava2-amd64-142/jre/bin:/usr/sap/BJ9/JC37/exe:/usr/sap/BJ9/JC37/exe:/usr/sap/BJ9/SYS/exe/run:/oracle/client/10x_64/instantclient:/usr/lib:/usr/sap/BJ9/JC37/j2ee/os_libs:/usr/sap/BJ9/JC37/exe:/usr/sap/BJ9/JC37/exe:/usr/sap/BJ9/SYS/exe/run:/oracle/client/10x_64/instantclient
    -> arg[  8]: -Dmemory.manager=256M
    -> arg[  9]: -Xmx256M
    -> arg[ 10]: -DLoadBalanceRestricted=no
    -> arg[ 11]: -Djstartup.mode=BOOTSTRAP
    -> arg[ 12]: -Djstartup.ownProcessId=5910
    -> arg[ 13]: -Djstartup.ownHardwareId=Y2030611763
    -> arg[ 14]: -Djstartup.whoami=bootstrap
    -> arg[ 15]: -Djstartup.debuggable=yes
    -> arg[ 16]: -DSAPINFO=BJ9_37_bootstrap
    -> arg[ 17]: -DSAPSTARTUP=1
    -> arg[ 18]: -DSAPSYSTEM=37
    -> arg[ 19]: -DSAPSYSTEMNAME=BJ9
    -> arg[ 20]: -DSAPMYNAME=sapbj9_BJ9_37
    -> arg[ 21]: -DSAPDBHOST=sapbj9
    -> arg[ 22]: -Dj2ee.dbhost=sapbj9
    [Thr 1086335328] JHVM_LoadJavaVM: Java VM created OK.
    JHVM_BuildArgumentList: main method arguments of node [bootstrap]
    -> arg[  0]: com.sap.engine.bootstrap.Bootstrap
    -> arg[  1]: ./bootstrap
    -> arg[  2]: ID3726845
    [Thr 1086335328] Thu Jul 31 14:43:20 2008
    [Thr 1086335328] JHVM_RegisterNatives: registering methods in com.sap.bc.krn.perf.PerfTimes
    [Thr 1086335328] Thu Jul 31 14:43:21 2008
    [Thr 1086335328] JLaunchIExitJava: exit hook is called (rc = 66)
    [Thr 1086335328] **********************************************************************
    ERROR => The Java VM terminated with a non-zero exit code.
    Please see SAP Note 943602 , section 'J2EE Engine exit codes'
    for additional information and trouble shooting.
    [Thr 1086335328] SigISetIgnoreAction : SIG_IGN for signal 17
    [Thr 1086335328] JLaunchCloseProgram: good bye (exitcode = 66)

  • Server Process  is not running in the  WAS  JAVA

    Hi,
    The WAS JAVA  have the resources Netweaver7.0 and java is j2sdk1.4.2_13 version Operating system is Windows2003 and database server is SQLserver2005.
    Previously it was running properly Now it giving the following Error.
    Any one of you please give me suggestions how to solve it .
    Devolper trace for the jcontol.exe process is as follows
    trc file: "D:\usr\sap\NW2\JC02\work\dev_jcontrol", trc level: 1, release: "700"
    node name   : jcontrol
    pid         : 4516
    system name : NW2
    system nr.  : 02
    started at  : Mon Mar 24 17:07:20 2008
    arguments       :
           arg[00] : D:\usr\sap\NW2\JC02\exe\jcontrol.EXE
           arg[01] : pf=D:\usr\sap\NW2\SYS\profile\NW2_JC02_mmsr17
    [Thr 4512] Mon Mar 24 17:07:20 2008
    [Thr 4512] *** WARNING => INFO: Unknown property [instance.box.number=NW2JC02mmsr17] [jstartxx.c   841]
    [Thr 4512] *** WARNING => INFO: Unknown property [instance.en.host=mmsr17] [jstartxx.c   841]
    [Thr 4512] *** WARNING => INFO: Unknown property [instance.en.port=3203] [jstartxx.c   841]
    [Thr 4512] *** WARNING => INFO: Unknown property [instance.system.id=2] [jstartxx.c   841]
    JStartupReadInstanceProperties: read instance properties [D:\usr\sap\NW2\JC02\j2ee\cluster\instance.properties;D:\usr\sap\NW2\JC02\SDM\program\config\sdm_jstartup.properties]
    -> ms host    : mmsr17
    -> ms port    : 3903
    -> OS libs    : D:\usr\sap\NW2\JC02\j2ee\os_libs
    -> Admin URL  :
    -> run mode   : NORMAL
    -> run action : NONE
    -> enabled    : yes
    Used property files
    -> files [00] : D:\usr\sap\NW2\JC02\j2ee\cluster\instance.properties
    -> files [01] : D:\usr\sap\NW2\JC02\SDM\program\config\sdm_jstartup.properties
    Instance properties
    -> ms host    : mmsr17
    -> ms port    : 3903
    -> os libs    : D:\usr\sap\NW2\JC02\j2ee\os_libs
    -> admin URL  :
    -> run mode   : NORMAL
    -> run action : NONE
    -> enabled    : yes
    Bootstrap nodes
    -> [00] bootstrap            : D:\usr\sap\NW2\JC02\j2ee\cluster\instance.properties
    -> [01] bootstrap_ID28653700 : D:\usr\sap\NW2\JC02\j2ee\cluster\instance.properties
    -> [02] bootstrap_ID28653750 : D:\usr\sap\NW2\JC02\j2ee\cluster\instance.properties
    Worker nodes
    -> [00] ID28653700           : D:\usr\sap\NW2\JC02\j2ee\cluster\instance.properties
    -> [01] ID28653750           : D:\usr\sap\NW2\JC02\j2ee\cluster\instance.properties
    -> [02] sdm                  : D:\usr\sap\NW2\JC02\SDM\program\config\sdm_jstartup.properties
    [Thr 4512] JControlExecuteBootstrap: execute bootstrap process [bootstrap]
    [Thr 4512] [Node: bootstrap] java home is set by profile parameter
         Java Home: C:\j2sdk1.4.2_13
    [Thr 4512] JStartupICheckFrameworkPackage: can't find framework package D:\usr\sap\NW2\JC02\exe\jvmx.jar
    JStartupIReadSection: read node properties [bootstrap]
    -> node name          : bootstrap
    -> node type          : bootstrap
    -> node execute       : yes
    -> java path          : C:\j2sdk1.4.2_13
    -> java parameters    : -Djco.jarm=1
    -> java vm version    : 1.4.2_13-b06
    -> java vm vendor     : Java HotSpot(TM) Server VM (Sun Microsystems Inc.)
    -> java vm type       : server
    -> java vm cpu        : x86
    -> heap size          : 256M
    -> root path          : D:\usr\sap\NW2\JC02\j2ee\cluster
    -> class path         : .\bootstrap\launcher.jar
    -> OS libs path       : D:\usr\sap\NW2\JC02\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     : D:\usr\sap\NW2\JC02\exe\jstartup.jar;D:\usr\sap\NW2\JC02\exe\jvmx.jar
    -> parameters         : com.sap.engine.bootstrap.Bootstrap ./bootstrap ID0286537
    -> debuggable         : yes
    -> debug mode         : no
    -> debug port         : 60000
    -> shutdown timeout   : 120000
    JControlStartJLaunch: program = D:\usr\sap\NW2\JC02\exe\jlaunch.exe
    -> arg[00] = D:\usr\sap\NW2\JC02\exe\jlaunch.exe
    -> arg[01] = pf=D:\usr\sap\NW2\SYS\profile\NW2_JC02_mmsr17
    -> arg[02] = -DSAPINFO=NW2_02_bootstrap
    -> arg[03] = -nodeId=-1
    -> arg[04] = -file=D:\usr\sap\NW2\JC02\j2ee\cluster\instance.properties
    -> arg[05] = -syncSem=JSTARTUP_WAIT_ON_4516
    -> arg[06] = -nodeName=bootstrap
    -> arg[07] = -jvmOutFile=D:\usr\sap\NW2\JC02\work\jvm_bootstrap.out
    -> arg[08] = -stdOutFile=D:\usr\sap\NW2\JC02\work\std_bootstrap.out
    -> arg[09] = -locOutFile=D:\usr\sap\NW2\JC02\work\dev_bootstrap
    -> arg[10] = -mode=BOOTSTRAP
    -> arg[11] = pf=D:\usr\sap\NW2\SYS\profile\NW2_JC02_mmsr17
    -> lib path = PATH=C:\j2sdk1.4.2_13\jre\bin\server;C:\j2sdk1.4.2_13\jre\bin;D:\oracle\product\10.2.0\db_1\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program Files\Microsoft SQL Server\90\Tools\binn\;C:\Program Files\Microsoft SQL Server\90\DTS\Binn\;C:\Program Files\Microsoft SQL Server\90\Tools\Binn\VSShell\Common7\IDE\;D:\usr\sap\NW2\SYS\exe\uc\NTI386
    -> exe path = PATH=C:\j2sdk1.4.2_13\bin;D:\usr\sap\NW2\JC02\j2ee\os_libs;D:\oracle\product\10.2.0\db_1\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program Files\Microsoft SQL Server\90\Tools\binn\;C:\Program Files\Microsoft SQL Server\90\DTS\Binn\;C:\Program Files\Microsoft SQL Server\90\Tools\Binn\VSShell\Common7\IDE\;D:\usr\sap\NW2\SYS\exe\uc\NTI386
    [Thr 4512] Mon Mar 24 17:07:20 2008
    [Thr 4512] JControlExecuteBootstrap: read instance values after global bootstrap
    [Thr 4512] *** WARNING => INFO: Unknown property [instance.box.number=NW2JC02mmsr17] [jstartxx.c   841]
    [Thr 4512] *** WARNING => INFO: Unknown property [instance.en.host=mmsr17] [jstartxx.c   841]
    [Thr 4512] *** WARNING => INFO: Unknown property [instance.en.port=3203] [jstartxx.c   841]
    [Thr 4512] *** WARNING => INFO: Unknown property [instance.system.id=2] [jstartxx.c   841]
    JStartupReadInstanceProperties: read instance properties [D:\usr\sap\NW2\JC02\j2ee\cluster\instance.properties;D:\usr\sap\NW2\JC02\SDM\program\config\sdm_jstartup.properties]
    -> ms host    : mmsr17
    -> ms port    : 3903
    -> OS libs    : D:\usr\sap\NW2\JC02\j2ee\os_libs
    -> Admin URL  :
    -> run mode   : NORMAL
    -> run action : NONE
    -> enabled    : yes
    [Thr 4512] JControlExecuteBootstrap: enumerate the nodes after global bootstrap
    Used property files
    -> files [00] : D:\usr\sap\NW2\JC02\j2ee\cluster\instance.properties
    -> files [01] : D:\usr\sap\NW2\JC02\SDM\program\config\sdm_jstartup.properties
    Instance properties
    -> ms host    : mmsr17
    -> ms port    : 3903
    -> os libs    : D:\usr\sap\NW2\JC02\j2ee\os_libs
    -> admin URL  :
    -> run mode   : NORMAL
    -> run action : NONE
    -> enabled    : yes
    Bootstrap nodes
    -> [00] bootstrap            : D:\usr\sap\NW2\JC02\j2ee\cluster\instance.properties
    -> [01] bootstrap_ID28653700 : D:\usr\sap\NW2\JC02\j2ee\cluster\instance.properties
    -> [02] bootstrap_ID28653750 : D:\usr\sap\NW2\JC02\j2ee\cluster\instance.properties
    Worker nodes
    -> [00] ID28653700           : D:\usr\sap\NW2\JC02\j2ee\cluster\instance.properties
    -> [01] ID28653750           : D:\usr\sap\NW2\JC02\j2ee\cluster\instance.properties
    -> [02] sdm                  : D:\usr\sap\NW2\JC02\SDM\program\config\sdm_jstartup.properties
    [Thr 4512] JControlExecuteBootstrap: execute bootstrap process [bootstrap_ID28653700]
    [Thr 4512] [Node: dispatcher bootstrap] java home is set by profile parameter
         Java Home: C:\j2sdk1.4.2_13
    [Thr 4512] JStartupICheckFrameworkPackage: can't find framework package D:\usr\sap\NW2\JC02\exe\jvmx.jar
    JStartupIReadSection: read node properties [bootstrap_ID28653700]
    -> node name          : dispatcher bootstrap
    -> node type          : bootstrap
    -> node execute       : yes
    -> jlaunch parameters :
    -> java path          : C:\j2sdk1.4.2_13
    -> java parameters    : -Djco.jarm=1
    -> java vm version    : 1.4.2_13-b06
    -> java vm vendor     : Java HotSpot(TM) Server VM (Sun Microsystems Inc.)
    -> java vm type       : server
    -> java vm cpu        : x86
    -> heap size          : 256M
    -> root path          : D:\usr\sap\NW2\JC02\j2ee\cluster
    -> class path         : .\bootstrap\launcher.jar
    -> OS libs path       : D:\usr\sap\NW2\JC02\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     : D:\usr\sap\NW2\JC02\exe\jstartup.jar;D:\usr\sap\NW2\JC02\exe\jvmx.jar
    -> parameters         : com.sap.engine.bootstrap.Bootstrap ./bootstrap ID028653700
    -> debuggable         : yes
    -> debug mode         : no
    -> debug port         : 60000
    -> shutdown timeout   : 120000
    JControlStartJLaunch: program = D:\usr\sap\NW2\JC02\exe\jlaunch.exe
    -> arg[00] = D:\usr\sap\NW2\JC02\exe\jlaunch.exe
    -> arg[01] = pf=D:\usr\sap\NW2\SYS\profile\NW2_JC02_mmsr17
    -> arg[02] = -DSAPINFO=NW2_02_bootstrap
    -> arg[03] = -nodeId=-1
    -> arg[04] = -file=D:\usr\sap\NW2\JC02\j2ee\cluster\instance.properties
    -> arg[05] = -syncSem=JSTARTUP_WAIT_ON_4516
    -> arg[06] = -nodeName=bootstrap_ID28653700
    -> arg[07] = -jvmOutFile=D:\usr\sap\NW2\JC02\work\jvm_bootstrap_ID28653700.out
    -> arg[08] = -stdOutFile=D:\usr\sap\NW2\JC02\work\std_bootstrap_ID28653700.out
    -> arg[09] = -locOutFile=D:\usr\sap\NW2\JC02\work\dev_bootstrap_ID28653700
    -> arg[10] = -mode=BOOTSTRAP
    -> arg[11] = pf=D:\usr\sap\NW2\SYS\profile\NW2_JC02_mmsr17
    -> lib path = PATH=C:\j2sdk1.4.2_13\jre\bin\server;C:\j2sdk1.4.2_13\jre\bin;D:\oracle\product\10.2.0\db_1\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program Files\Microsoft SQL Server\90\Tools\binn\;C:\Program Files\Microsoft SQL Server\90\DTS\Binn\;C:\Program Files\Microsoft SQL Server\90\Tools\Binn\VSShell\Common7\IDE\;D:\usr\sap\NW2\SYS\exe\uc\NTI386
    -> exe path = PATH=C:\j2sdk1.4.2_13\bin;D:\usr\sap\NW2\JC02\j2ee\os_libs;D:\oracle\product\10.2.0\db_1\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program Files\Microsoft SQL Server\90\Tools\binn\;C:\Program Files\Microsoft SQL Server\90\DTS\Binn\;C:\Program Files\Microsoft SQL Server\90\Tools\Binn\VSShell\Common7\IDE\;D:\usr\sap\NW2\SYS\exe\uc\NTI386
    [Thr 4512] Mon Mar 24 17:07:20 2008
    [Thr 4512] JControlExecuteBootstrap: execute bootstrap process [bootstrap_ID28653750]
    [Thr 4512] [Node: server0 bootstrap] java home is set by profile parameter
         Java Home: C:\j2sdk1.4.2_13
    [Thr 4512] JStartupICheckFrameworkPackage: can't find framework package D:\usr\sap\NW2\JC02\exe\jvmx.jar
    JStartupIReadSection: read node properties [bootstrap_ID28653750]
    -> node name          : server0 bootstrap
    -> node type          : bootstrap
    -> node execute       : yes
    -> jlaunch parameters :
    -> java path          : C:\j2sdk1.4.2_13
    -> java parameters    : -Djco.jarm=1
    -> java vm version    : 1.4.2_13-b06
    -> java vm vendor     : Java HotSpot(TM) Server VM (Sun Microsystems Inc.)
    -> java vm type       : server
    -> java vm cpu        : x86
    -> heap size          : 256M
    -> root path          : D:\usr\sap\NW2\JC02\j2ee\cluster
    -> class path         : .\bootstrap\launcher.jar
    -> OS libs path       : D:\usr\sap\NW2\JC02\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     : D:\usr\sap\NW2\JC02\exe\jstartup.jar;D:\usr\sap\NW2\JC02\exe\jvmx.jar
    -> parameters         : com.sap.engine.bootstrap.Bootstrap ./bootstrap ID028653750
    -> debuggable         : yes
    -> debug mode         : no
    -> debug port         : 60000
    -> shutdown timeout   : 120000
    JControlStartJLaunch: program = D:\usr\sap\NW2\JC02\exe\jlaunch.exe
    -> arg[00] = D:\usr\sap\NW2\JC02\exe\jlaunch.exe
    -> arg[01] = pf=D:\usr\sap\NW2\SYS\profile\NW2_JC02_mmsr17
    -> arg[02] = -DSAPINFO=NW2_02_bootstrap
    -> arg[03] = -nodeId=-1
    -> arg[04] = -file=D:\usr\sap\NW2\JC02\j2ee\cluster\instance.properties
    -> arg[05] = -syncSem=JSTARTUP_WAIT_ON_4516
    -> arg[06] = -nodeName=bootstrap_ID28653750
    -> arg[07] = -jvmOutFile=D:\usr\sap\NW2\JC02\work\jvm_bootstrap_ID28653750.out
    -> arg[08] = -stdOutFile=D:\usr\sap\NW2\JC02\work\std_bootstrap_ID28653750.out
    -> arg[09] = -locOutFile=D:\usr\sap\NW2\JC02\work\dev_bootstrap_ID28653750
    -> arg[10] = -mode=BOOTSTRAP
    -> arg[11] = pf=D:\usr\sap\NW2\SYS\profile\NW2_JC02_mmsr17
    -> lib path = PATH=C:\j2sdk1.4.2_13\jre\bin\server;C:\j2sdk1.4.2_13\jre\bin;D:\oracle\product\10.2.0\db_1\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program Files\Microsoft SQL Server\90\Tools\binn\;C:\Program Files\Microsoft SQL Server\90\DTS\Binn\;C:\Program Files\Microsoft SQL Server\90\Tools\Binn\VSShell\Common7\IDE\;D:\usr\sap\NW2\SYS\exe\uc\NTI386
    -> exe path = PATH=C:\j2sdk1.4.2_13\bin;D:\usr\sap\NW2\JC02\j2ee\os_libs;D:\oracle\product\10.2.0\db_1\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program Files\Microsoft SQL Server\90\Tools\binn\;C:\Program Files\Microsoft SQL Server\90\DTS\Binn\;C:\Program Files\Microsoft SQL Server\90\Tools\Binn\VSShell\Common7\IDE\;D:\usr\sap\NW2\SYS\exe\uc\NTI386
    [Thr 4512] Mon Mar 24 17:07:20 2008
    [Thr 4512] JControlIBuildProcessList: Maximum error count is set to 4
    [Thr 5144] JControlRequestFunc: Thread 5144 started as listener thread for np messages.
    [Thr 4512] [Node: dispatcher] java home is set by profile parameter
         Java Home: C:\j2sdk1.4.2_13
    [Thr 4512] JStartupICheckFrameworkPackage: can't find framework package D:\usr\sap\NW2\JC02\exe\jvmx.jar
    JStartupIReadSection: read node properties [ID28653700]
    -> node name          : dispatcher
    -> node type          : dispatcher
    -> node execute       : yes
    -> jlaunch parameters :
    -> java path          : C:\j2sdk1.4.2_13
    -> java parameters    : -Djava.security.policy=./java.policy -Djava.security.egd=file:/dev/urandom -Dorg.omg.CORBA.ORBClass=com.sap.engine.system.ORBProxy -Dorg.omg.CORBA.ORBSingletonClass=com.sap.engine.system.ORBSingletonProxy -Djavax.rmi.CORBA.PortableRemoteObjectClass=com.sap.engine.system.PortableRemoteObjectProxy -XX:NewSize=57m -XX:MaxNewSize=57m -XX:NewRatio=3 -XX:DisableExplicitGC -verbose:gc -XX:UseConcMarkSweepGC
    -> java vm version    : 1.4.2_13-b06
    -> java vm vendor     : Java HotSpot(TM) Server VM (Sun Microsystems Inc.)
    -> java vm type       : server
    -> java vm cpu        : x86
    -> heap size          : 170M
    -> init heap size     : 170M
    -> root path          : D:\usr\sap\NW2\JC02\j2ee\cluster\dispatcher
    -> class path         : .\bin\boot\boot.jar;.\bin\system\bytecode.jar;.
    -> OS libs path       : D:\usr\sap\NW2\JC02\j2ee\os_libs
    -> main class         : com.sap.engine.boot.Start
    -> framework class    : com.sap.bc.proj.jstartup.JStartupFramework
    -> registr. class     : com.sap.bc.proj.jstartup.JStartupNatives
    -> framework path     : D:\usr\sap\NW2\JC02\exe\jstartup.jar;D:\usr\sap\NW2\JC02\exe\jvmx.jar
    -> parameters         :
    -> debuggable         : no
    -> debug mode         : no
    -> debug port         : 60000
    -> shutdown timeout   : 120000
    [Thr 4512] [Node: server0] java home is set by profile parameter
         Java Home: C:\j2sdk1.4.2_13
    [Thr 4512] JStartupICheckFrameworkPackage: can't find framework package D:\usr\sap\NW2\JC02\exe\jvmx.jar
    JStartupIReadSection: read node properties [ID28653750]
    -> node name          : server0
    -> node type          : server
    -> node execute       : yes
    -> jlaunch parameters :
    -> java path          : C:\j2sdk1.4.2_13
    -> java parameters    : -Djava.security.policy=./java.policy -Djava.security.egd=file:/dev/urandom -Dorg.omg.CORBA.ORBClass=com.sap.engine.system.ORBProxy -Dorg.omg.CORBA.ORBSingletonClass=com.sap.engine.system.ORBSingletonProxy -Djavax.rmi.CORBA.PortableRemoteObjectClass=com.sap.engine.system.PortableRemoteObjectProxy -Djco.jarm=1 -XX:MaxPermSize=256M -XX:PermSize=256M -XX:NewSize=171M -XX:MaxNewSize=171M -XX:DisableExplicitGC -verbose:gc -Xloggc:GC.log -XX:PrintGCDetails -XX:+PrintGCTimeStamps -Djava.awt.headless=true -Dsun.io.useCanonCaches=false -XX:SoftRefLRUPolicyMSPerMB=1 -XX:SurvivorRatio=2 -XX:TargetSurvivorRatio=90 -Dorg.omg.PortableInterceptor.ORBInitializerClass.com.sap.engine.services.ts.jts.ots.PortableInterceptor.JTSInitializer
    -> java vm version    : 1.4.2_13-b06
    -> java vm vendor     : Java HotSpot(TM) Server VM (Sun Microsystems Inc.)
    -> java vm type       : server
    -> java vm cpu        : x86
    -> heap size          : 1024M
    -> init heap size     : 1024M
    -> root path          : D:\usr\sap\NW2\JC02\j2ee\cluster\server0
    -> class path         : .\bin\boot\boot.jar;.\bin\boot\jaas.jar;.\bin\system\bytecode.jar;.
    -> OS libs path       : D:\usr\sap\NW2\JC02\j2ee\os_libs
    -> main class         : com.sap.engine.boot.Start
    -> framework class    : com.sap.bc.proj.jstartup.JStartupFramework
    -> registr. class     : com.sap.bc.proj.jstartup.JStartupNatives
    -> framework path     : D:\usr\sap\NW2\JC02\exe\jstartup.jar;D:\usr\sap\NW2\JC02\exe\jvmx.jar
    -> parameters         :
    -> debuggable         : yes
    -> debug mode         : yes
    -> debug port         : 50221
    -> shutdown timeout   : 120000
    [Thr 4512] INFO: Invalid property value [Debbugable=yes]
    [Thr 4512] [Node: SDM] java home is set by profile parameter
         Java Home: C:\j2sdk1.4.2_13
    [Thr 4512] JStartupICheckFrameworkPackage: can't find framework package D:\usr\sap\NW2\JC02\exe\jvmx.jar
    JStartupIReadSection: read node properties [sdm]
    -> node name          : SDM
    -> node type          : sdm
    -> node execute       : yes
    -> java path          : C:\j2sdk1.4.2_13
    -> java parameters    :
    -> java vm version    : 1.4.2_13-b06
    -> java vm vendor     : Java HotSpot(TM) Server VM (Sun Microsystems Inc.)
    -> java vm type       : server
    -> java vm cpu        : x86
    -> heap size          : 256M
    -> root path          : D:\usr\sap\NW2\JC02\SDM\program
    -> class path         : D:\usr\sap\NW2\JC02\SDM\program\bin\SDM.jar
    -> OS libs path       : D:\usr\sap\NW2\JC02\j2ee\os_libs
    -> main class         : SDMInternal
    -> framework class    : com.sap.bc.proj.jstartup.JStartupFramework
    -> registr. class     : com.sap.bc.proj.jstartup.JStartupNatives
    -> framework path     : D:\usr\sap\NW2\JC02\exe\jstartup.jar;D:\usr\sap\NW2\JC02\exe\jvmx.jar
    -> shutdown class     : com.sap.sdm.jstartup.shutdown.InternalShutDown
    -> parameters         : server sdmhome=D:\usr\sap\NW2\JC02\SDM\program
    -> debuggable         : yes
    -> debug mode         : no
    -> debug port         : 60000
    -> shutdown timeout   : 120000
    [Thr 4512] JControlMSConnect: attached to message server (mmsr17/3903)
    [Thr 5340] JControlMSMessageFunc: Thread 5340 started as listener thread for ms messages.
    JControlStartJLaunch: program = D:\usr\sap\NW2\JC02\exe\jlaunch.exe
    -> arg[00] = D:\usr\sap\NW2\JC02\exe\jlaunch.exe
    -> arg[01] = pf=D:\usr\sap\NW2\SYS\profile\NW2_JC02_mmsr17
    -> arg[02] = -DSAPINFO=NW2_02_dispatcher
    -> arg[03] = -nodeId=0
    -> arg[04] = -file=D:\usr\sap\NW2\JC02\j2ee\cluster\instance.properties
    -> arg[05] = -syncSem=JSTARTUP_WAIT_ON_4516
    -> arg[06] = -nodeName=ID28653700
    -> arg[07] = -jvmOutFile=D:\usr\sap\NW2\JC02\work\jvm_dispatcher.out
    -> arg[08] = -stdOutFile=D:\usr\sap\NW2\JC02\work\std_dispatcher.out
    -> arg[09] = -locOutFile=D:\usr\sap\NW2\JC02\work\dev_dispatcher
    -> arg[10] = -mode=JCONTROL
    -> arg[11] = pf=D:\usr\sap\NW2\SYS\profile\NW2_JC02_mmsr17
    -> lib path = PATH=C:\j2sdk1.4.2_13\jre\bin\server;C:\j2sdk1.4.2_13\jre\bin;D:\oracle\product\10.2.0\db_1\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program Files\Microsoft SQL Server\90\Tools\binn\;C:\Program Files\Microsoft SQL Server\90\DTS\Binn\;C:\Program Files\Microsoft SQL Server\90\Tools\Binn\VSShell\Common7\IDE\;D:\usr\sap\NW2\SYS\exe\uc\NTI386
    -> exe path = PATH=C:\j2sdk1.4.2_13\bin;D:\usr\sap\NW2\JC02\j2ee\os_libs;D:\oracle\product\10.2.0\db_1\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program Files\Microsoft SQL Server\90\Tools\binn\;C:\Program Files\Microsoft SQL Server\90\DTS\Binn\;C:\Program Files\Microsoft SQL Server\90\Tools\Binn\VSShell\Common7\IDE\;D:\usr\sap\NW2\SYS\exe\uc\NTI386
    [Thr 4512] JControlICheckProcessList: process dispatcher started (PID:5444)
    JControlStartJLaunch: program = D:\usr\sap\NW2\JC02\exe\jlaunch.exe
    -> arg[00] = D:\usr\sap\NW2\JC02\exe\jlaunch.exe
    -> arg[01] = pf=D:\usr\sap\NW2\SYS\profile\NW2_JC02_mmsr17
    -> arg[02] = -DSAPINFO=NW2_02_server
    -> arg[03] = -nodeId=1
    -> arg[04] = -file=D:\usr\sap\NW2\JC02\j2ee\cluster\instance.properties
    -> arg[05] = -syncSem=JSTARTUP_WAIT_ON_4516
    -> arg[06] = -nodeName=ID28653750
    -> arg[07] = -jvmOutFile=D:\usr\sap\NW2\JC02\work\jvm_server0.out
    -> arg[08] = -stdOutFile=D:\usr\sap\NW2\JC02\work\std_server0.out
    -> arg[09] = -locOutFile=D:\usr\sap\NW2\JC02\work\dev_server0
    -> arg[10] = -mode=JCONTROL
    -> arg[11] = -debugMode=yes
    -> arg[12] = pf=D:\usr\sap\NW2\SYS\profile\NW2_JC02_mmsr17
    -> lib path = PATH=C:\j2sdk1.4.2_13\jre\bin\server;C:\j2sdk1.4.2_13\jre\bin;D:\oracle\product\10.2.0\db_1\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program Files\Microsoft SQL Server\90\Tools\binn\;C:\Program Files\Microsoft SQL Server\90\DTS\Binn\;C:\Program Files\Microsoft SQL Server\90\Tools\Binn\VSShell\Common7\IDE\;D:\usr\sap\NW2\SYS\exe\uc\NTI386
    -> exe path = PATH=C:\j2sdk1.4.2_13\bin;D:\usr\sap\NW2\JC02\j2ee\os_libs;D:\oracle\product\10.2.0\db_1\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program Files\Microsoft SQL Server\90\Tools\binn\;C:\Program Files\Microsoft SQL Server\90\DTS\Binn\;C:\Program Files\Microsoft SQL Server\90\Tools\Binn\VSShell\Common7\IDE\;D:\usr\sap\NW2\SYS\exe\uc\NTI386
    [Thr 4512] JControlICheckProcessList: process server0 started (PID:4684)
    JControlStartJLaunch: program = D:\usr\sap\NW2\JC02\exe\jlaunch.exe
    -> arg[00] = D:\usr\sap\NW2\JC02\exe\jlaunch.exe
    -> arg[01] = pf=D:\usr\sap\NW2\SYS\profile\NW2_JC02_mmsr17
    -> arg[02] = -DSAPINFO=NW2_02_sdm
    -> arg[03] = -nodeId=2
    -> arg[04] = -file=D:\usr\sap\NW2\JC02\SDM\program\config\sdm_jstartup.properties
    -> arg[05] = -syncSem=JSTARTUP_WAIT_ON_4516
    -> arg[06] = -nodeName=sdm
    -> arg[07] = -jvmOutFile=D:\usr\sap\NW2\JC02\work\jvm_sdm.out
    -> arg[08] = -stdOutFile=D:\usr\sap\NW2\JC02\work\std_sdm.out
    -> arg[09] = -locOutFile=D:\usr\sap\NW2\JC02\work\dev_sdm
    -> arg[10] = -mode=JCONTROL
    -> arg[11] = pf=D:\usr\sap\NW2\SYS\profile\NW2_JC02_mmsr17
    -> lib path = PATH=C:\j2sdk1.4.2_13\jre\bin\server;C:\j2sdk1.4.2_13\jre\bin;D:\oracle\product\10.2.0\db_1\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program Files\Microsoft SQL Server\90\Tools\binn\;C:\Program Files\Microsoft SQL Server\90\DTS\Binn\;C:\Program Files\Microsoft SQL Server\90\Tools\Binn\VSShell\Common7\IDE\;D:\usr\sap\NW2\SYS\exe\uc\NTI386
    -> exe path = PATH=C:\j2sdk1.4.2_13\bin;D:\usr\sap\NW2\JC02\j2ee\os_libs;D:\oracle\product\10.2.0\db_1\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program Files\Microsoft SQL Server\90\Tools\binn\;C:\Program Files\Microsoft SQL Server\90\DTS\Binn\;C:\Program Files\Microsoft SQL Server\90\Tools\Binn\VSShell\Common7\IDE\;D:\usr\sap\NW2\SYS\exe\uc\NTI386
    [Thr 4512] JControlICheckProcessList: process SDM started (PID:5472)
    [Thr 4512] JControlMSSendLogon: delete SDM logon information (rc=0)
    [Thr 4512] Mon Mar 24 17:07:20 2008
    [Thr 4512] JControlMSSendLogon: insert SDM logon information (port=50218; rc=0)
    [Thr 4512] Mon Mar 24 17:07:20 2008
    [Thr 4512] JControlICheckProcessList: process server0 (pid:4684) died (RUN-FLAG)
    [Thr 4512] JControlIResetProcess: reset process server0
    [Thr 4512] JControlIResetProcess: [server0] not running -> increase error count (1)
    [Thr 4512] JControlICheckProcessList: running flight recorder:
         C:\j2sdk1.4.2_13\bin\java -classpath ../j2ee/cluster/bootstrap/sap.comtcbloffline_launcherimpl.jar com.sap.engine.offline.OfflineToolStart com.sap.engine.flightrecorder.core.Collector ../j2ee/cluster/bootstrap -node ID28653750 1189856249 -bz D:\usr\sap\NW2\SYS\global
    JControlStartJLaunch: program = D:\usr\sap\NW2\JC02\exe\jlaunch.exe
    -> arg[00] = D:\usr\sap\NW2\JC02\exe\jlaunch.exe
    -> arg[01] = pf=D:\usr\sap\NW2\SYS\profile\NW2_JC02_mmsr17
    -> arg[02] = -DSAPINFO=NW2_02_server
    -> arg[03] = -nodeId=1
    -> arg[04] = -file=D:\usr\sap\NW2\JC02\j2ee\cluster\instance.properties
    -> arg[05] = -syncSem=JSTARTUP_WAIT_ON_4516
    -> arg[06] = -nodeName=ID28653750
    -> arg[07] = -jvmOutFile=D:\usr\sap\NW2\JC02\work\jvm_server0.out
    -> arg[08] = -jvmOutMode=append
    -> arg[09] = -stdOutFile=D:\usr\sap\NW2\JC02\work\std_server0.out
    -> arg[10] = -stdOutMode=append
    -> arg[11] = -traceMode=append
    -> arg[12] = -locOutFile=D:\usr\sap\NW2\JC02\work\dev_server0
    -> arg[13] = -mode=JCONTROL
    -> arg[14] = -debugMode=yes
    -> arg[15] = pf=D:\usr\sap\NW2\SYS\profile\NW2_JC02_mmsr17
    -> lib path = PATH=C:\j2sdk1.4.2_13\jre\bin\server;C:\j2sdk1.4.2_13\jre\bin;D:\oracle\product\10.2.0\db_1\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program Files\Microsoft SQL Server\90\Tools\binn\;C:\Program Files\Microsoft SQL Server\90\DTS\Binn\;C:\Program Files\Microsoft SQL Server\90\Tools\Binn\VSShell\Common7\IDE\;D:\usr\sap\NW2\SYS\exe\uc\NTI386
    -> exe path = PATH=C:\j2sdk1.4.2_13\bin;D:\usr\sap\NW2\JC02\j2ee\os_libs;D:\oracle\product\10.2.0\db_1\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program Files\Microsoft SQL Server\90\Tools\binn\;C:\Program Files\Microsoft SQL Server\90\DTS\Binn\;C:\Program Files\Microsoft SQL Server\90\Tools\Binn\VSShell\Common7\IDE\;D:\usr\sap\NW2\SYS\exe\uc\NTI386
    [Thr 4512] JControlICheckProcessList: process server0 started (PID:3944)
    [Thr 4512] Mon Mar 24 17:07:20 2008
    [Thr 4512] JControlICheckProcessList: process server0 (pid:3944) died (RUN-FLAG)
    [Thr 4512] JControlIResetProcess: reset process server0
    [Thr 4512] JControlIResetProcess: [server0] not running -> increase error count (2)
    [Thr 4512] JControlICheckProcessList: running flight recorder:
         C:\j2sdk1.4.2_13\bin\java -classpath ../j2ee/cluster/bootstrap/sap.comtcbloffline_launcherimpl.jar com.sap.engine.offline.OfflineToolStart com.sap.engine.flightrecorder.core.Collector ../j2ee/cluster/bootstrap -node ID28653750 1189856314 -bz D:\usr\sap\NW2\SYS\global
    JControlStartJLaunch: program = D:\usr\sap\NW2\JC02\exe\jlaunch.exe
    -> arg[00] = D:\usr\sap\NW2\JC02\exe\jlaunch.exe
    -> arg[01] = pf=D:\usr\sap\NW2\SYS\profile\NW2_JC02_mmsr17
    -> arg[02] = -DSAPINFO=NW2_02_server
    -> arg[03] = -nodeId=1
    -> arg[04] = -file=D:\usr\sap\NW2\JC02\j2ee\cluster\instance.properties
    -> arg[05] = -syncSem=JSTARTUP_WAIT_ON_4516
    -> arg[06] = -nodeName=ID28653750
    -> arg[07] = -jvmOutFile=D:\usr\sap\NW2\JC02\work\jvm_server0.out
    -> arg[08] = -jvmOutMode=append
    -> arg[09] = -stdOutFile=D:\usr\sap\NW2\JC02\work\std_server0.out
    -> arg[10] = -stdOutMode=append
    -> arg[11] = -traceMode=append
    -> arg[12] = -locOutFile=D:\usr\sap\NW2\JC02\work\dev_server0
    -> arg[13] = -mode=JCONTROL
    -> arg[14] = -debugMode=yes
    -> arg[15] = pf=D:\usr\sap\NW2\SYS\profile\NW2_JC02_mmsr17
    -> lib path = PATH=C:\j2sdk1.4.2_13\jre\bin\server;C:\j2sdk1.4.2_13\jre\bin;D:\oracle\product\10.2.0\db_1\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program Files\Microsoft SQL Server\90\Tools\binn\;C:\Program Files\Microsoft SQL Server\90\DTS\Binn\;C:\Program Files\Microsoft SQL Server\90\Tools\Binn\VSShell\Common7\IDE\;D:\usr\sap\NW2\SYS\exe\uc\NTI386
    -> exe path = PATH=C:\j2sdk1.4.2_13\bin;D:\usr\sap\NW2\JC02\j2ee\os_libs;D:\oracle\product\10.2.0\db_1\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program Files\Microsoft SQL Server\90\Tools\binn\;C:\Program Files\Microsoft SQL Server\90\DTS\Binn\;C:\Program Files\Microsoft SQL Server\90\Tools\Binn\VSShell\Common7\IDE\;D:\usr\sap\NW2\SYS\exe\uc\NTI386
    [Thr 4512] Mon Mar 24 17:07:20 2008
    [Thr 4512] JControlICheckProcessList: process server0 started (PID:4308)
    [Thr 4512]  Mon Mar 24 17:07:20 2008
    [Thr 4512] JControlICheckProcessList: process server0 (pid:4308) died (RUN-FLAG)
    [Thr 4512] JControlIResetProcess: reset process server0
    [Thr 4512] JControlIResetProcess: [server0] not running -> increase error count (3)
    [Thr 4512] JControlICheckProcessList: running flight recorder:
         C:\j2sdk1.4.2_13\bin\java -classpath ../j2ee/cluster/bootstrap/sap.comtcbloffline_launcherimpl.jar com.sap.engine.offline.OfflineToolStart com.sap.engine.flightrecorder.core.Collector ../j2ee/cluster/bootstrap -node ID28653750 1189856350 -bz D:\usr\sap\NW2\SYS\global
    JControlStartJLaunch: program = D:\usr\sap\NW2\JC02\exe\jlaunch.exe
    -> arg[00] = D:\usr\sap\NW2\JC02\exe\jlaunch.exe
    -> arg[01] = pf=D:\usr\sap\NW2\SYS\profile\NW2_JC02_mmsr17
    -> arg[02] = -DSAPINFO=NW2_02_server
    -> arg[03] = -nodeId=1
    -> arg[04] = -file=D:\usr\sap\NW2\JC02\j2ee\cluster\instance.properties
    -> arg[05] = -syncSem=JSTARTUP_WAIT_ON_4516
    -> arg[06] = -nodeName=ID28653750
    -> arg[07] = -jvmOutFile=D:\usr\sap\NW2\JC02\work\jvm_server0.out
    -> arg[08] = -jvmOutMode=append
    -> arg[09] = -stdOutFile=D:\usr\sap\NW2\JC02\work\std_server0.out
    -> arg[10] = -stdOutMode=append
    -> arg[11] = -traceMode=append
    -> arg[12] = -locOutFile=D:\usr\sap\NW2\JC02\work\dev_server0
    -> arg[13] = -mode=JCONTROL
    -> arg[14] = -debugMode=yes
    -> arg[15] = pf=D:\usr\sap\NW2\SYS\profile\NW2_JC02_mmsr17
    -> lib path = PATH=C:\j2sdk1.4.2_13\jre\bin\server;C:\j2sdk1.4.2_13\jre\bin;D:\oracle\product\10.2.0\db_1\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program Files\Microsoft SQL Server\90\Tools\binn\;C:\Program Files\Microsoft SQL Server\90\DTS\Binn\;C:\Program Files\Microsoft SQL Server\90\Tools\Binn\VSShell\Common7\IDE\;D:\usr\sap\NW2\SYS\exe\uc\NTI386
    -> exe path = PATH=C:\j2sdk1.4.2_13\bin;D:\usr\sap\NW2\JC02\j2ee\os_libs;D:\oracle\product\10.2.0\db_1\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program Files\Microsoft SQL Server\90\Tools\binn\;C:\Program Files\Microsoft SQL Server\90\DTS\Binn\;C:\Program Files\Microsoft SQL Server\90\Tools\Binn\VSShell\Common7\IDE\;D:\usr\sap\NW2\SYS\exe\uc\NTI386
    [Thr 4512] JControlICheckProcessList: process server0 started (PID:2616)
    [Thr 4512] Mon Mar 24 17:07:20 2008
    [Thr 4512] JControlICheckProcessList: process server0 (pid:2616) died (RUN-FLAG)
    [Thr 4512] JControlIResetProcess: reset process server0
    [Thr 4512] JControlIResetProcess: [server0] not running -> increase error count (4)
    [Thr 4512] JControlICheckProcessList: running flight recorder:
         C:\j2sdk1.4.2_13\bin\java -classpath ../j2ee/cluster/bootstrap/sap.comtcbloffline_launcherimpl.jar com.sap.engine.offline.OfflineToolStart com.sap.engine.flightrecorder.core.Collector ../j2ee/cluster/bootstrap -node ID28653750 1189856405 -bz D:\usr\sap\NW2\SYS\global
    [Thr 5144] Mon Mar 24 17:07:20 2008
    [Thr 5144] JControlRequestFunc: receive command:10, argument:1 from pid:0
    [Thr 5144] JControlIDumpStackTrace: dump stacktrace for server0
    [Thr 5144] *** ERROR => Can't send command for stack dump (rc=-3) [jcntrxxi.c   1403]
    [Thr 5144] Mon Mar 24 17:07:20 2008
    [Thr 5144] JControlRequestFunc: receive command:19, argument:1 from pid:0
    [Thr 5144] JControlITraceIncrement: increment trace level for server0
    [Thr 5144] *** ERROR => Can't send command for trace level increment (rc=-3) [jcntrxxi.c   1434]
    [Thr 5144] Mon Mar 24 17:07:20 2008
    [Thr 5144] JControlRequestFunc: receive command:4, argument:1 from pid:0
    [Thr 5144] JControlIEnableProcess: enable process server0
    JControlStartJLaunch: program = D:\usr\sap\NW2\JC02\exe\jlaunch.exe
    -> arg[00] = D:\usr\sap\NW2\JC02\exe\jlaunch.exe
    -> arg[01] = pf=D:\usr\sap\NW2\SYS\profile\NW2_JC02_mmsr17
    -> arg[02] = -DSAPINFO=NW2_02_server
    -> arg[03] = -nodeId=1
    -> arg[04] = -file=D:\usr\sap\NW2\JC02\j2ee\cluster\instance.properties
    -> arg[05] = -syncSem=JSTARTUP_WAIT_ON_4516
    -> arg[06] = -nodeName=ID28653750
    -> arg[07] = -jvmOutFile=D:\usr\sap\NW2\JC02\work\jvm_server0.out
    -> arg[08] = -jvmOutMode=append
    -> arg[09] = -stdOutFile=D:\usr\sap\NW2\JC02\work\std_server0.out
    -> arg[10] = -stdOutMode=append
    -> arg[11] = -traceMode=append
    -> arg[12] = -locOutFile=D:\usr\sap\NW2\JC02\work\dev_server0
    -> arg[13] = -mode=JCONTROL
    -> arg[14] = -debugMode=yes
    -> arg[15] = pf=D:\usr\sap\NW2\SYS\profile\NW2_JC02_mmsr17
    -> lib path = PATH=C:\j2sdk1.4.2_13\jre\bin\server;C:\j2sdk1.4.2_13\jre\bin;D:\oracle\product\10.2.0\db_1\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program Files\Microsoft SQL Server\90\Tools\binn\;C:\Program Files\Microsoft SQL Server\90\DTS\Binn\;C:\Program Files\Microsoft SQL Server\90\Tools\Binn\VSShell\Common7\IDE\;D:\usr\sap\NW2\SYS\exe\uc\NTI386
    -> exe path = PATH=C:\j2sdk1.4.2_13\bin;D:\usr\sap\NW2\JC02\j2ee\os_libs;D:\oracle\product\10.2.0\db_1\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program Files\Microsoft SQL Server\90\Tools\binn\;C:\Program Files\Microsoft SQL Server\90\DTS\Binn\;C:\Program Files\Microsoft SQL Server\90\Tools\Binn\VSShell\Common7\IDE\;D:\usr\sap\NW2\SYS\exe\uc\NTI386
    [Thr 4512] JControlICheckProcessList: process server0 started (PID:3556)
    [Thr 4512] Mon Mar 24 17:07:20 2008
    [Thr 4512] JControlICheckProcessList: process server0 (pid:3556) died (RUN-FLAG)
    [Thr 4512] JControlIResetProcess: reset process server0
    [Thr 4512] JControlIResetProcess: [server0] not running -> increase error count (5)
    [Thr 4512] JControlICheckProcessList: running flight recorder:
         C:\j2sdk1.4.2_13\bin\java -classpath ../j2ee/cluster/bootstrap/sap.comtcbloffline_launcherimpl.jar com.sap.engine.offline.OfflineToolStart com.sap.engine.flightrecorder.core.Collector ../j2ee/cluster/bootstrap -node ID28653750 1189856490 -bz D:\usr\sap\NW2\SYS\global
    [Thr 5144] Mon Mar 24 17:07:20 2008
    [Thr 5144] JControlRequestFunc: receive command:4, argument:1 from pid:0
    [Thr 5144] JControlIEnableProcess: enable process server0
    JControlStartJLaunch: program = D:\usr\sap\NW2\JC02\exe\jlaunch.exe
    -> arg[00] = D:\usr\sap\NW2\JC02\exe\jlaunch.exe
    -> arg[01] = pf=D:\usr\sap\NW2\SYS\profile\NW2_JC02_mmsr17
    -> arg[02] = -DSAPINFO=NW2_02_server
    -> arg[03] = -nodeId=1
    -> arg[04] = -file=D:\usr\sap\NW2\JC02\j2ee\cluster\instance.properties
    -> arg[05] = -syncSem=JSTARTUP_WAIT_ON_4516
    -> arg[06] = -nodeName=ID28653750
    -> arg[07] = -jvmOutFile=D:\usr\sap\NW2\JC02\work\jvm_server0.out
    -> arg[08] = -jvmOutMode=append
    -> arg[09] = -stdOutFile=D:\usr\sap\NW2\JC02\work\std_server0.out
    -> arg[10] = -stdOutMode=append
    -> arg[11] = -traceMode=append
    -> arg[12] = -locOutFile=D:\usr\sap\NW2\JC02\work\dev_server0
    -> arg[13] = -mode=JCONTROL
    -> arg[14] = -debugMode=yes
    -> arg[15] = pf=D:\usr\sap\NW2\SYS\profile\NW2_JC02_mmsr17
    -> lib path = PATH=C:\j2sdk1.4.2_13\jre\bin\server;C:\j2sdk1.4.2_13\jre\bin;D:\oracle\product\10.2.0\db_1\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program Files\Microsoft SQL Server\90\Tools\binn\;C:\Program Files\Microsoft SQL Server\90\DTS\Binn\;C:\Program Files\Microsoft SQL Server\90\Tools\Binn\VSShell\Common7\IDE\;D:\usr\sap\NW2\SYS\exe\uc\NTI386
    -> exe path = PATH=C:\j2sdk1.4.2_13\bin;D:\usr\sap\NW2\JC02\j2ee\os_libs;D:\oracle\product\10.2.0\db_1\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program Files\Microsoft SQL Server\90\Tools\binn\;C:\Program Files\Microsoft SQL Server\90\DTS\Binn\;C:\Program Files\Microsoft SQL Server\90\Tools\Binn\VSShell\Common7\IDE\;D:\usr\sap\NW2\SYS\exe\uc\NTI386
    [Thr 4512] JControlICheckProcessList: process server0 started (PID:2872)
    [Thr 4512] Mon Mar 24 17:07:20 2008
    [Thr 4512] JControlICheckProcessList: process server0 (pid:2872) died (RUN-FLAG)
    [Thr 4512] JControlIResetProcess: reset process server0
    [Thr 4512] JControlIResetProcess: [server0] not running -> increase error count (6)
    [Thr 4512] JControlICheckProcessList: running flight recorder:
         C:\j2sdk1.4.2_13\bin\java -classpath ../j2ee/cluster/bootstrap/sap.comtcbloffline_launcherimpl.jar com.sap.engine.offline.OfflineToolStart com.sap.engine.flightrecorder.core.Collector ../j2ee/cluster/bootstrap -node ID28653750 1189858000 -bz D:\usr\sap\NW2\SYS\global
    [Thr 5144] Mon Mar 24 17:07:20 2008
    [Thr 5144] JControlRequestFunc: receive command:10, argument:1 from pid:0
    [Thr 5144] JControlIDumpStackTrace: dump stacktrace for server0
    [Thr 5144] *** ERROR => Can't send command for stack dump (rc=-3) [jcntrxxi.c   1403]
    [Thr 5144] Mon Mar 24 17:07:20 2008
    [Thr 5144] JControlRequestFunc: receive command:8, argument:1 from pid:0
    [Thr 5144] JControlIDisableDebugging: disable debugging server0
    [Thr 5144] JControlIEnableProcess: restart process server0
    [Thr 5144] Mon Mar 24 17:07:20 2008
    [Thr 5144] JControlRequestFunc: receive command:4, argument:1 from pid:0
    [Thr 5144] JControlIEnableProcess: enable process server0
    JControlStartJLaunch: program = D:\usr\sap\NW2\JC02\exe\jlaunch.exe
    -> arg[00] = D:\usr\sap\NW2\JC02\exe\jlaunch.exe
    -> arg[01] = pf=D:\usr\sap\NW2\SYS\profile\NW2_JC02_mmsr17
    -> arg[02] = -DSAPINFO=NW2_02_server
    -> arg[03] = -nodeId=1
    -> arg[04] = -file=D:\usr\sap\NW2\JC02\j2ee\cluster\instance.properties
    -> arg[05] = -syncSem=JSTARTUP_WAIT_ON_4516
    -> arg[06] = -nodeName=ID28653750
    -> arg[07] = -jvmOutFile=D:\usr\sap\NW2\JC02\work\jvm_server0.out
    -> arg[08] = -jvmOutMode=append
    -> arg[09] = -stdOutFile=D:\usr\sap\NW2\JC02\work\std_server0.out
    -> arg[10] = -stdOutMode=append
    -> arg[11] = -traceMode=append
    -> arg[12] = -locOutFile=D:\usr\sap\NW2\JC02\work\dev_server0
    -> arg[13] = -mode=JCONTROL
    -> arg[14] = pf=D:\usr\sap\NW2\SYS\profile\NW2_JC02_mmsr17
    -> lib path = PATH=C:\j2sdk1.4.2_13\jre\bin\server;C:\j2sdk1.4.2_13\jre\bin;D:\oracle\product\10.2.0\db_1\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program Files\Microsoft SQL Server\90\Tools\binn\;C:\Program Files\Microsoft SQL Server\90\DTS\Binn\;C:\Program Files\Microsoft SQL Server\90\Tools\Binn\VSShell\Common7\IDE\;D:\usr\sap\NW2\SYS\exe\uc\NTI386
    -> exe path = PATH=C:\j2sdk1.4.2_13\bin;D:\usr\sap\NW2\JC02\j2ee\os_libs;D:\oracle\product\10.2.0\db_1\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program Files\Microsoft SQL Server\90\Tools\binn\;C:\Program Files\Microsoft SQL Server\90\DTS\Binn\;C:\Program Files\Microsoft SQL Server\90\Tools\Binn\VSShell\Common7\IDE\;D:\usr\sap\NW2\SYS\exe\uc\NTI386
    [Thr 4512] JControlICheckProcessList: process server0 started (PID:4836)
    [Thr 5144] Mon Mar 24 17:07:20 2008
    [Thr 5144] JControlRequestFunc: receive command:8, argument:1 from pid:0
    [Thr 5144] JControlIDisableDebugging: disable debugging server0
    [Thr 5144] JControlIEnableProcess: restart process server0
    [Thr 5144] JControlIProcessSoftKill: soft kill of process server0 (pid:4836)
    [Thr 5144] Mon Mar 24 17:07:20 2008
    [Thr 5144] JControlRequestFunc: receive command:8, argument:1 from pid:0
    [Thr 5144] JControlIDisableDebugging: disable debugging server0
    [Thr 5144] JControlIEnableProcess: restart process server0
    [Thr 5144] Mon Mar 24 17:07:20 2008
    [Thr 5144] JControlRequestFunc: receive command:8, argument:1 from pid:0
    [Thr 5144] JControlIDisableDebugging: disable debugging server0
    [Thr 5144] JControlIEnableProcess: restart process server0
    [Thr 4512] Mon Mar 24 17:07:20 2008
    [Thr 4512] JControlICheckProcessList: process server0 (pid:4836) died (STOPPING)
    [Thr 4512] JControlIResetProcess: reset process server0
    JControlStartJLaunch: program = D:\usr\sap\NW2\JC02\exe\jlaunch.exe
    -> arg[00] = D:\usr\sap\NW2\JC02\exe\jlaunch.exe
    -> arg[01] = pf=D:\usr\sap\NW2\SYS\profile\NW2_JC02_mmsr17
    -> arg[02] = -DSAPINFO=NW2_02_server
    -> arg[03] = -nodeId=1
    -> arg[04] = -file=D:\usr\sap\NW2\JC02\j2ee\cluster\instance.properties
    -> arg[05] = -syncSem=JSTARTUP_WAIT_ON_4516
    -> arg[06] = -nodeName=ID28653750
    -> arg[07] = -jvmOutFile=D:\usr\sap\NW2\JC02\work\jvm_server0.out
    -> arg[08] = -jvmOutMode=append
    -> arg[09] = -stdOutFile=D:\usr\sap\NW2\JC02\work\std_server0.out
    -> arg[10] = -stdOutMode=append
    -> arg[11] = -traceMode=append
    -> arg[12] = -locOutFile=D:\usr\sap\NW2\JC02\work\dev_server0
    -> arg[13] = -mode=JCONTROL
    -> arg[14] = pf=D:\usr\sap\NW2\SYS\profile\NW2_JC02_mmsr17
    -> lib path = PATH=C:\j2sdk1.4.2_13\jre\bin\server;C:\j2sdk1.4.2_13\jre\bin;D:\oracle\product\10.2.0\db_1\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program Files\Microsoft SQL Server\90\Tools\binn\;C:\Program Files\Microsoft SQL Server\90\DTS\Binn\;C:\Program Files\Microsoft SQL Server\90\Tools\Binn\VSShell\Common7\IDE\;D:\usr\sap\NW2\SYS\exe\uc\NTI386
    -> exe path = PATH=C:\j2sdk1.4.2_13\bin;D:\usr\sap\NW2\JC02\j2ee\os_libs;D:\oracle\product\10.2.0\db_1\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program Files\Microsoft SQL Server\90\Tools\binn\;C:\Program Files\Microsoft SQL Server\90\DTS\Binn\;C:\Program Files\Microsoft SQL Server\90\Tools\Binn\VSShell\Common7\IDE\;D:\usr\sap\NW2\SYS\exe\uc\NTI386
    [Thr 4512] JControlICheckProcessList: process server0 started (PID:5428)
    [Thr 4512] Mon Mar 24 17:07:20 2008
    [Thr 4512] JControlICheckProcessList: process server0 (pid:5428) died (RUN-FLAG)
    [Thr 4512] JControlIResetProcess: reset process server0
    [Thr 4512] JControlIResetProcess: [server0] not running -> increase error count (7)
    [Thr 4512] JControlICheckProcessList: running flight recorder:
         C:\j2sdk1.4.2_13\bin\java -classpath ../j2ee/cluster/bootstrap/sap.comtcbloffline_launcherimpl.jar com.sap.engine.offline.OfflineToolStart com.sap.engine.flightrecorder.core.Collector ../j2ee/cluster/bootstrap -node ID28653750 1189860005 -bz D:\usr\sap\NW2\SYS\global
    [Thr 5144] Mon Mar 24 17:07:20 2008
    [Thr 5144] JControlRequestFunc: receive command:8, argument:1 from pid:0
    [Thr 5144] JControlIDisableDebugging: disable debugging server0
    [Thr 5144] JControlIEnableProcess: restart process server0
    [Thr 5144] Mon Mar 24 17:07:20 2008
    [Thr 5144] JControlRequestFunc: receive command:4, argument:1 from pid:0
    [Thr 5144] JControlIEnableProcess: enable process server0
    JControlStartJLaunch: program = D:\usr\sap\NW2\JC02\exe\jlaunch.exe
    -> arg[00] = D:\usr\sap\NW2\JC02\exe\jlaunch.exe
    -> arg[01] = pf=D:\usr\sap\NW2\SYS\profile\NW2_JC02_mmsr17
    -> arg[02] = -DSAPINFO=NW2_02_server
    -> arg[03] = -nodeId=1
    -> arg[04] = -file=D:\usr\sap\NW2\JC02\j2ee\cluster\instance.properties
    -> arg[05] = -syncSem=JSTARTUP_WAIT_ON_4516
    -> arg[06] = -nodeName=ID28653750
    -> arg[07] = -jvmOutFile=D:\usr\sap\NW2\JC02\work\jvm_server0.out
    -> arg[08] = -jvmOutMode=append
    -> arg[09] = -stdOutFile=D:\usr\sap\NW2\JC02\work\std_server0.out
    -> arg[10] = -stdOutMode=append
    -> arg[11] = -traceMode=append
    -> arg[12] = -locOutFile=D:\usr\sap\NW2\JC02\work\dev_server0
    -> arg[13] = -mode=JCONTROL
    -> arg[14] = pf=D:\usr\sap\NW2\SYS\profile\NW2_JC02_mmsr17
    -> lib path = PATH=C:\j2sdk1.4.2_13\jre\bin\server;C:\j2sdk1.4.2_13\jre\bin;D:\oracle\product\10.2.0\db_1\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program Files\Microsoft SQL Server\90\Tools\binn\;C:\Program Files\Microsoft SQL Server\90\DTS\Binn\;C:\Program Files\Microsoft SQL Server\90\Tools\Binn\VSShell\Common7\IDE\;D:\usr\sap\NW2\SYS\exe\uc\NTI386
    -> exe path = PATH=C:\j2sdk1.4.2_13\bin;D:\usr\sap\NW2\JC02\j2ee\os_libs;D:\oracle\product\10.2.0\db_1\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program Files\Microsoft SQL Server\90\Tools\binn\;C:\Program Files\Microsoft SQL Server\90\DTS\Binn\;C:\Program Files\Microsoft SQL Server\90\Tools\Binn\VSShell\Common7\IDE\;D:\usr\sap\NW2\SYS\exe\uc\NTI386
    [Thr 4512] JControlICheckProcessList: process server0 started (PID:5196)
    [Thr 4512] Mon Mar 24 17:07:20 2008
    [Thr 4512] JControlICheckProcessList: process server0 (pid:5196) died (RUN-FLAG)
    [Thr 4512] JControlIResetProcess: reset process server0
    [Thr 4512] JControlIResetProcess: [server0] not running -> increase error count (8)
    [Thr 4512] JControlICheckProcessList: running flight recorder:
         C:\j2sdk1.4.2_13\bin\java -classpath ../j2ee/cluster/bootstrap/sap.comtcbloffline_launcherimpl.jar com.sap.engine.offline.OfflineToolStart com.sap.engine.flightrecorder.core.Collector ../j2ee/cluster/bootstrap -node ID28653750 1189860117 -bz D:\usr\sap\NW2\SYS\global
    [Thr 5144] Mon Mar 24 17:07:20 2008
    [Thr 5144] JControlRequestFunc: receive command:8, argument:1 from pid:0
    [Thr 5144] JControlIDisableDebugging: disable debugging server0
    [Thr 5144] JControlIEnableProcess: restart process server0
    [Thr 5144] Mon Mar 24 17:07:20 2008
    [Thr 5144] JControlRequestFunc: receive command:8, argument:1 from pid:0
    [Thr 5144] JControlIDisableDebugging: disable debugging server0
    [Thr 5144] JControlIEnableProcess: restart process server0
    Thanks,
    Vivek

    Hi Vivek,
    FYI :
    JStartupICheckFrameworkPackage: can't find framework package D:\usr\sap\NW2\JC02\exe\jvmx.jar
    The above message can be ignored. You will see that message often in perfectly up/running systems as well.
    Also, the dev_jcontrol file shows that the server process was terminating !
    You need to check std_server0.out file for the errors/exceptions as to why server0 was terminating abruptly. The reason should be apparent from dev_server0 and std_server0 most of the times unless its a startup framework bug where the error messages are not written to the log files.
    So, whenever the server process or dispatcher process fails to start, you should check the corresponding dev_server<n> or dev_dispatcher and std_server<n> / std_dispatcher  files. Also, usually, there will be some exception (if its application related) in the defaultrace file as well under server<n>\log or dispatcher\log depending on which one is failing to start.
    e.g. if server0 is failing to start due to some UME issues, you will see the mention of it in std_server0.out (definitely) and more ellaborate info/exceptions in deafultrace under server0\log as well.
    Hope the above helps.

  • Java engine is not coming up

    Hi,
    My java engine is not coming up for some strange reason.  Here is a partial log of dev_server0:
    trc file: "/usr/sap/GSQ/DVEBMGS02/work/dev_server0", trc level: 1, release: "700"
    node name   : ID26770150
    pid         : 1314818
    system name : GSQ
    system nr.  : 02
    started at  : Sun Sep 13 05:02:27 2009
    arguments       :
           arg[00] : /usr/sap/GSQ/DVEBMGS02/exe/jlaunch
           arg[01] : pf=/usr/sap/GSQ/SYS/profile/GSQ_DVEBMGS02_GILSAPEQ
           arg[02] : -DSAPINFO=GSQ_02_server
           arg[03] : pf=/usr/sap/GSQ/SYS/profile/GSQ_DVEBMGS02_GILSAPEQ
           arg[04] : -DSAPSTART=1
           arg[05] : -DCONNECT_PORT=64998
           arg[06] : -DSAPSYSTEM=02
           arg[07] : -DSAPSYSTEMNAME=GSQ
           arg[08] : -DSAPMYNAME=GILSAPEQ_GSQ_02
           arg[09] : -DSAPPROFILE=/usr/sap/GSQ/SYS/profile/GSQ_DVEBMGS02_GILSAPEQ
           arg[10] : -DFRFC_FALLBACK=ON
           arg[11] : -DFRFC_FALLBACK_HOST=localhost
    [Thr  1] Sun Sep 13 05:02:27 2009
    [Thr  1] *** WARNING => INFO: Unknown property [instance.box.number=GSQDVEBMGS02gilsapeq] [jstartxx_mt. 841]
    [Thr  1] *** WARNING => INFO: Unknown property [instance.en.host=GILSAPEQ] [jstartxx_mt. 841]
    [Thr  1] *** WARNING => INFO: Unknown property [instance.en.port=3203] [jstartxx_mt. 841]
    [Thr  1] *** WARNING => INFO: Unknown property [instance.system.id=2] [jstartxx_mt. 841]
    JStartupReadInstanceProperties: read instance properties [/usr/sap/GSQ/DVEBMGS02/j2ee/cluster/instance.properties]
    -> ms host    : GILSAPEQ
    -> ms port    : 3903
    -> OS libs    : /usr/sap/GSQ/DVEBMGS02/j2ee/os_libs
    -> Admin URL  :
    -> run mode   : NORMAL
    -> run action : NONE
    -> enabled    : yes
    Used property files
    -> files [00] : /usr/sap/GSQ/DVEBMGS02/j2ee/cluster/instance.properties
    Instance properties
    -> ms host    : GILSAPEQ
    -> ms port    : 3903
    -> os libs    : /usr/sap/GSQ/DVEBMGS02/j2ee/os_libs
    -> admin URL  :
    -> run mode   : NORMAL
    -> run action : NONE
    -> enabled    : yes
    Bootstrap nodes
    -> [00] bootstrap            : /usr/sap/GSQ/DVEBMGS02/j2ee/cluster/instance.properties
    -> [01] bootstrap_ID26770100 : /usr/sap/GSQ/DVEBMGS02/j2ee/cluster/instance.properties
    -> [02] bootstrap_ID26770150 : /usr/sap/GSQ/DVEBMGS02/j2ee/cluster/instance.properties
    Worker nodes
    -> [00] ID26770100           : /usr/sap/GSQ/DVEBMGS02/j2ee/cluster/instance.properties
    -> [01] ID26770150           : /usr/sap/GSQ/DVEBMGS02/j2ee/cluster/instance.properties
    [Thr  1] JLaunchRequestQueueInit: create named pipe for ipc
    [Thr  1] JLaunchRequestQueueInit: create pipe listener thread
    [Thr 258] JLaunchRequestFunc: Thread 258 started as listener thread for np messages.
    [Thr 515] WaitSyncSemThread: Thread 515 started as semaphore monitor thread.
    [Thr  1] SigISetDefaultAction : default handling for signal 20
    [Thr  1] NiInit3: NI already initialized; param 'maxHandles' ignored (1;202)
    [Thr  1] CPIC (version=700.2009.02.11)
    [Thr  1] [Node: server0] java home is set by profile parameter
         Java Home: /usr/java14_64
    [Thr  1] JStartupICheckFrameworkPackage: can't find framework package /usr/sap/GSQ/DVEBMGS02/exe/jvmx.jar
    JStartupIReadSection: read node properties [ID26770150]
    -> node name          : server0
    -> node type          : server
    -> node execute       : yes
    -> jlaunch parameters :
    -> java path          : /usr/java14_64
    -> java parameters    : -Xj9 -Xmn400m -Xgcpolicy:gencon -verbose:gc -Djco.jarm=1 -Djava.security.policy=./java.policy -Djava.security.egd=file:/dev/urandom -Dorg.omg.CORBA.ORBClass=com.sap.engine.system.ORBProxy -Dorg.omg.CORBA.ORBSingletonClass=com.sap.engine.system.ORBSingletonProxy -Djavax.rmi.CORBA.PortableRemoteObjectClass=com.sap.engine.system.PortableRemoteObjectProxy -Dorg.omg.PortableInterceptor.ORBInitializerClass.com.sap.engine.services.ts.jts.ots.PortableInterceptor.JTSInitializer
    -> java vm version    : J2RE 1.4.2 IBM J9 2.3 AIX ppc64-64 j9ap64142-20080510 (JIT enabled)
    -> java vm vendor     : IBM J9 VM (IBM Corporation)
    -> java vm type       : server
    -> java vm cpu        : ppc64
    -> heap size          : 2048M
    -> init heap size     : 2048M
    -> root path          : /usr/sap/GSQ/DVEBMGS02/j2ee/cluster/server0
    -> class path         : ./bin/boot/boot.jar:./bin/boot/jaas.jar:./bin/system/bytecode.jar:.
    -> OS libs path       : /usr/sap/GSQ/DVEBMGS02/j2ee/os_libs
    -> main class         : com.sap.engine.boot.Start
    -> framework class    : com.sap.bc.proj.jstartup.JStartupFramework
    -> registr. class     : com.sap.bc.proj.jstartup.JStartupNatives
    -> framework path     : /usr/sap/GSQ/DVEBMGS02/exe/jstartup.jar:/usr/sap/GSQ/DVEBMGS02/exe/jvmx.jar
    -> shutdown class     : com.sap.engine.boot.Start
    -> parameters         :
    -> debuggable         : no
    -> debug mode         : no
    -> debug port         : 50221
    -> shutdown timeout   : 120000
    [Thr  1] JLaunchISetDebugMode: set debug mode [no]
    [Thr 772] JLaunchIStartFunc: Thread 772 started as Java VM thread.
    JHVM_LoadJavaVM: VM Arguments of node [server0]
    -> stack   : 1048576 Bytes
    -> arg[  0]: exit
    -> arg[  1]: abort
    -> arg[  2]: vfprintf
    -> arg[  3]: -Xj9
    -> arg[  4]: -Xmn400m
    -> arg[  5]: -Xgcpolicy:gencon
    -> arg[  6]: -verbose:gc
    -> arg[  7]: -Djco.jarm=1
    -> arg[  8]: -Djava.security.policy=./java.policy
    -> arg[  9]: -Djava.security.egd=file:/dev/urandom
    -> arg[ 10]: -Dorg.omg.CORBA.ORBClass=com.sap.engine.system.ORBProxy
    -> arg[ 11]: -Dorg.omg.CORBA.ORBSingletonClass=com.sap.engine.system.ORBSingletonProxy
    -> arg[ 12]: -Djavax.rmi.CORBA.PortableRemoteObjectClass=com.sap.engine.system.PortableRemoteObjectProxy
    -> arg[ 13]: -Dorg.omg.PortableInterceptor.ORBInitializerClass.com.sap.engine.services.ts.jts.ots.PortableInterceptor.JTSInitializer
    -> arg[ 14]: -Dsys.global.dir=/usr/sap/GSQ/SYS/global
    -> arg[ 15]: -Dapplication.home=/usr/sap/GSQ/DVEBMGS02/exe
    -> arg[ 16]: -Djava.class.path=/usr/sap/GSQ/DVEBMGS02/exe/jstartup.jar:/usr/sap/GSQ/DVEBMGS02/exe/jvmx.jar:./bin/boot/boot.jar:./bin/boot/jaas.jar:./bin/system/bytecode.jar:.
    -> arg[ 17]: -Djava.library.path=/usr/java14_64/jre/bin:/usr/java14_64/bin:/usr/java14_64/jre/bin/classic:/usr/java14_64/jre/bin:/usr/sap/GSQ/DVEBMGS02/exe:/usr/sap/GSQ/DVEBMGS02/exe:/usr/sap/GSQ/DVEBMGS02/exe:/tmp/sapinst_exe.856178.1252452114:/usr/sap/GSQ/SYS/exe/run:/oracle/client/10x_64/instantclient:/usr/java14_64/jre/bin/j9vm:/usr/sap/GSQ/DVEBMGS02/exe::/usr/lib:/usr/sap/GSQ/DVEBMGS02/j2ee/os_libs:/usr/sap/GSQ/DVEBMGS02/exe:/usr/sap/GSQ/DVEBMGS02/exe:/usr/sap/GSQ/DVEBMGS02/exe:/usr/java14_64/bin:/usr/java14_64/jre/bin/classic:/usr/java14_64/jre/bin:/usr/sap/GSQ/SYS/exe/run:/oracle/client/10x_64/instantclient:/usr/java14_64/jre/bin/j9vm
    -> arg[ 18]: -Dmemory.manager=2048M
    -> arg[ 19]: -Xmx2048M
    -> arg[ 20]: -Xms2048M
    -> arg[ 21]: -DLoadBalanceRestricted=no
    -> arg[ 22]: -Djstartup.mode=JCONTROL
    -> arg[ 23]: -Djstartup.ownProcessId=1314818
    -> arg[ 24]: -Djstartup.ownHardwareId=O0427428665
    -> arg[ 25]: -Djstartup.whoami=server
    -> arg[ 26]: -Djstartup.debuggable=no
    -> arg[ 27]: -DSAPINFO=GSQ_02_server
    -> arg[ 28]: -DSAPSTART=1
    -> arg[ 29]: -DCONNECT_PORT=64998
    -> arg[ 30]: -DSAPSYSTEM=02
    -> arg[ 31]: -DSAPSYSTEMNAME=GSQ
    -> arg[ 32]: -DSAPMYNAME=GILSAPEQ_GSQ_02
    -> arg[ 33]: -DSAPPROFILE=/usr/sap/GSQ/SYS/profile/GSQ_DVEBMGS02_GILSAPEQ
    -> arg[ 34]: -DFRFC_FALLBACK=ON
    -> arg[ 35]: -DFRFC_FALLBACK_HOST=localhost
    -> arg[ 36]: -DSAPSTARTUP=1
    -> arg[ 37]: -DSAPSYSTEM=02
    -> arg[ 38]: -DSAPSYSTEMNAME=GSQ
    -> arg[ 39]: -DSAPMYNAME=GILSAPEQ_GSQ_02
    -> arg[ 40]: -DSAPDBHOST=GILSAPEQ
    -> arg[ 41]: -Dj2ee.dbhost=GILSAPEQ
    Pls advise.
    Thx.
    Abdul
    [Thr 772] Sun Sep 13 05:02:28 2009
    [Thr 772] JHVM_LoadJavaVM: Java VM created OK.
    JHVM_BuildArgumentList: main method arguments of node [server0]
    [Thr 3600] Sun Sep 13 05:02:36 2009
    [Thr 3600] JHVM_RegisterNatives: registering methods in com.sap.bc.krn.perf.PerfTimes
    [Thr 3600] Sun Sep 13 05:02:37 2009
    [Thr 3600] JHVM_RegisterNatives: registering methods in com.sap.bc.proj.jstartup.JStartupFramework
    [Thr 3600] JLaunchISetClusterId: set cluster id 26770150
    [Thr 3600] JLaunchISetState: change state from [Initial (0)] to [Waiting for start (1)]
    [Thr 3600] JLaunchISetState: change state from [Waiting for start (1)] to [Starting (2)]
    [Thr 35212] Sun Sep 13 05:03:27 2009
    [Thr 35212] JHVM_RegisterNatives: registering methods in com.sap.mw.rfc.driver.CpicDriver
    [Thr 35212] Sun Sep 13 05:03:28 2009
    [Thr 35212] JHVM_RegisterNatives: registering methods in com.sap.i18n.cp.ConverterJNI
    [Thr 35212] JLaunchIExitJava: exit hook is called (rc = -11113)
    [Thr 35212] **********************************************************************
    ERROR => The Java VM terminated with a non-zero exit code.
    Please see SAP Note 943602 , section 'J2EE Engine exit codes'
    for additional information and trouble shooting.
    [Thr 35212] SigISetIgnoreAction : SIG_IGN for signal 20
    [Thr 35212] JLaunchCloseProgram: good bye (exitcode = -11113)

    Hello,
    The error message:
    [Thr 35212] JLaunchIExitJava: exit hook is called (rc = -11113)
    Indicates that one of the core services did not start. The Service Managers controls the life cycle of all services. The services that provide core functionality must always be running. If one of the core services fails to start, the Service Manager exits with an exit code -11113.
    To find the name of the core service that failed to start please see the end of the std_server0.out file.
    Furthermore the reason why the service failed to start will be evident in the defaultTrace.X.trc file in the server0/log directory.
    Regards,
    Ventsi Tsachev
    Technology Development Support (J2EE Engine)
    SAP Labs, Palo Alto, Ca (USA)

  • J2EE Engine doesn't start on ABAP+Java stack Release 700

    Hallo Gurus,
    I am not able to start J2EE engine.  We have J2EE 700 with SP10.  I have gone through documentation and sdn threads and other possible help but couldn't succeed.  Need your help in resolving this issue. 
    Here is output of <u><b>std_bootstrap.out :</b></u>
    stdout/stderr redirect
    node name   : bootstrap
    pid         : 1908
    system name : DCG
    system nr.  : 00
    started at  : Thu Apr 19 12:19:47 2007
    =======================================================
    <u><b>
    Here is out put of dev_jcontrol</b></u>
    trc file: "F:\usr\sap\DCG\DVEBMGS00\work\dev_jcontrol", trc level: 1, release: "700"
    node name   : jcontrol
    pid         : 1908
    system name : DCG
    system nr.  : 00
    started at  : Thu Apr 19 12:19:47 2007
    arguments       :
           arg[00] : F:\usr\sap\DCG\SYS\exe\run\jcontrol.EXE
           arg[01] : pf=F:\usr\sap\DCG\SYS\profile\DCG_DVEBMGS00_RB3DDCG1
           arg[02] : -DSAPSTART=1
           arg[03] : -DCONNECT_PORT=2105
           arg[04] : -DSAPSYSTEM=00
           arg[05] : -DSAPSYSTEMNAME=DCG
           arg[06] : -DSAPMYNAME=rb3ddcg1_DCG_00
           arg[07] : -DSAPPROFILE=F:\usr\sap\DCG\SYS\profile\DCG_DVEBMGS00_RB3DDCG1
           arg[08] : -DFRFC_FALLBACK=ON
           arg[09] : -DFRFC_FALLBACK_HOST=localhost
    [Thr 5308] Thu Apr 19 12:19:47 2007
    [Thr 5308] *** WARNING => INFO: Unknown property [instance.box.number=DCGDVEBMGS00rb3ddcg1] [jstartxx.c   841]
    [Thr 5308] *** WARNING => INFO: Unknown property [instance.en.host=rb3ddcg1] [jstartxx.c   841]
    [Thr 5308] *** WARNING => INFO: Unknown property [instance.en.port=3201] [jstartxx.c   841]
    [Thr 5308] *** WARNING => INFO: Unknown property [instance.system.id=0] [jstartxx.c   841]
    JStartupReadInstanceProperties: read instance properties [F:\usr\sap\DCG\DVEBMGS00\j2ee\cluster\instance.properties;F:\usr\sap\DCG\DVEBMGS00\SDM\program\config\sdm_jstartup.properties]
    -> ms host    : rb3ddcg1
    -> ms port    : 3901
    -> OS libs    : F:\usr\sap\DCG\DVEBMGS00\j2ee\os_libs
    -> Admin URL  :
    -> run mode   : NORMAL
    -> run action : NONE
    -> enabled    : yes
    Used property files
    -> files [00] : F:\usr\sap\DCG\DVEBMGS00\j2ee\cluster\instance.properties
    -> files [01] : F:\usr\sap\DCG\DVEBMGS00\SDM\program\config\sdm_jstartup.properties
    Instance properties
    -> ms host    : rb3ddcg1
    -> ms port    : 3901
    -> os libs    : F:\usr\sap\DCG\DVEBMGS00\j2ee\os_libs
    -> admin URL  :
    -> run mode   : NORMAL
    -> run action : NONE
    -> enabled    : yes
    Bootstrap nodes
    -> [00] bootstrap            : F:\usr\sap\DCG\DVEBMGS00\j2ee\cluster\instance.properties
    -> [01] bootstrap_ID3207600  : F:\usr\sap\DCG\DVEBMGS00\j2ee\cluster\instance.properties
    -> [02] bootstrap_ID3207650  : F:\usr\sap\DCG\DVEBMGS00\j2ee\cluster\instance.properties
    Worker nodes
    -> [00] ID3207600            : F:\usr\sap\DCG\DVEBMGS00\j2ee\cluster\instance.properties
    -> [01] ID3207650            : F:\usr\sap\DCG\DVEBMGS00\j2ee\cluster\instance.properties
    -> [02] sdm                  : F:\usr\sap\DCG\DVEBMGS00\SDM\program\config\sdm_jstartup.properties
    [Thr 5308] JControlExecuteBootstrap: execute bootstrap process [bootstrap]
    [Thr 4632] JControlDPMessageFunc: Thread 4632 started as handler thread for R/3 dispatcher messages.
    [Thr 5308] [Node: bootstrap] java home is set by profile parameter
         Java Home: C:\j2sdk1.4.2_12
    [Thr 5308] JStartupICheckFrameworkPackage: can't find framework package F:\usr\sap\DCG\SYS\exe\run\jvmx.jar
    JStartupIReadSection: read node properties [bootstrap]
    -> node name          : bootstrap
    -> node type          : bootstrap
    -> node execute       : yes
    -> java path          : C:\j2sdk1.4.2_12
    -> java parameters    : -Djco.jarm=1
    -> java vm version    : 1.4.2_12-b03
    -> java vm vendor     : Java HotSpot(TM) Server VM (Sun Microsystems Inc.)
    -> java vm type       : server
    -> java vm cpu        : x86
    -> heap size          : 512M
    -> root path          : F:\usr\sap\DCG\DVEBMGS00\j2ee\cluster
    -> class path         : .\bootstrap\launcher.jar
    -> OS libs path       : F:\usr\sap\DCG\DVEBMGS00\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     : F:\usr\sap\DCG\SYS\exe\run\jstartup.jar;F:\usr\sap\DCG\SYS\exe\run\jvmx.jar
    -> parameters         : com.sap.engine.bootstrap.Bootstrap ./bootstrap ID0032076
    -> debuggable         : yes
    -> debug mode         : no
    -> debug port         : 60000
    -> shutdown timeout   : 120000
    JControlStartJLaunch: program = F:\usr\sap\DCG\SYS\exe\run
    -> arg[00] = F:\usr\sap\DCG\SYS\exe\run
    -> arg[01] = pf=F:\usr\sap\DCG\SYS\profile\DCG_DVEBMGS00_RB3DDCG1
    -> arg[02] = -DSAPINFO=DCG_00_bootstrap
    -> arg[03] = -nodeId=-1
    -> arg[04] = -file=F:\usr\sap\DCG\DVEBMGS00\j2ee\cluster\instance.properties
    -> arg[05] = -syncSem=JSTARTUP_WAIT_ON_1908
    -> arg[06] = -nodeName=bootstrap
    -> arg[07] = -jvmOutFile=F:\usr\sap\DCG\DVEBMGS00\work\jvm_bootstrap.out
    -> arg[08] = -stdOutFile=F:\usr\sap\DCG\DVEBMGS00\work\std_bootstrap.out
    -> arg[09] = -locOutFile=F:\usr\sap\DCG\DVEBMGS00\work\dev_bootstrap
    -> arg[10] = -mode=BOOTSTRAP
    -> arg[11] = pf=F:\usr\sap\DCG\SYS\profile\DCG_DVEBMGS00_RB3DDCG1
    -> arg[12] = -DSAPSTART=1
    -> arg[13] = -DCONNECT_PORT=2107
    -> arg[14] = -DSAPSYSTEM=00
    -> arg[15] = -DSAPSYSTEMNAME=DCG
    -> arg[16] = -DSAPMYNAME=rb3ddcg1_DCG_00
    -> arg[17] = -DSAPPROFILE=F:\usr\sap\DCG\SYS\profile\DCG_DVEBMGS00_RB3DDCG1
    -> arg[18] = -DFRFC_FALLBACK=ON
    -> arg[19] = -DFRFC_FALLBACK_HOST=localhost
    -> lib path = PATH=C:\j2sdk1.4.2_12\jre\bin\server;C:\j2sdk1.4.2_12\jre\bin;F:\oracle\DCG\102\bin;F:\oracle\DCG\102\jre\1.4.2\bin;C:\Program Files\Support Tools\;C:\Program Files\Windows Resource Kits\Tools\;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;F:\usr\sap\DCG\SYS\exe\run;F:\oracle\DCG\102\OPatch; F:\oracle\DCG\102\bin
    -> exe path = PATH=C:\j2sdk1.4.2_12\bin;F:\usr\sap\DCG\DVEBMGS00\j2ee\os_libs;F:\oracle\DCG\102\bin;F:\oracle\DCG\102\jre\1.4.2\bin;C:\Program Files\Support Tools\;C:\Program Files\Windows Resource Kits\Tools\;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;F:\usr\sap\DCG\SYS\exe\run;F:\oracle\DCG\102\OPatch; F:\oracle\DCG\102\bin
    [Thr 5308] *** ERROR => can't start process [bootstrap] [jstartxx.c   1622]
    [Thr 5308] JControlExecuteBootstrap: error executing bootstrap node [bootstrap] (rc = -1)
    [Thr 5308] JControlCloseProgram: started (exitcode = -1)
    [Thr 5308] JControlCloseProgram: good bye... (exitcode = -1)
    =================================
    <b><u>Output of dev_jlaunch</u></b>
    trc file: "F:\usr\sap\DCG\DVEBMGS00\work\dev_jlaunch", trc level: 1, release: "700"
    node name   : jlaunch
    pid         : 4496
    system name : DCG
    system nr.  : 00
    started at  : Tue Apr 17 18:09:35 2007
    arguments       :
           arg[00] : jlaunch
           arg[01] : pf=F:\usr\sap\DCG\SYS\profile\DCG_DVEBMGS00_RB3DDCG1
    [Thr 5032] Tue Apr 17 18:09:35 2007
    [Thr 5032] *** WARNING => INFO: Unknown property [instance.box.number=DCGDVEBMGS00rb3ddcg1] [jstartxx.c   841]
    [Thr 5032] *** WARNING => INFO: Unknown property [instance.en.host=rb3ddcg1] [jstartxx.c   841]
    [Thr 5032] *** WARNING => INFO: Unknown property [instance.en.port=3201] [jstartxx.c   841]
    [Thr 5032] *** WARNING => INFO: Unknown property [instance.system.id=0] [jstartxx.c   841]
    JStartupReadInstanceProperties: read instance properties [F:\usr\sap\DCG\DVEBMGS00\j2ee\cluster\instance.properties;F:\usr\sap\DCG\DVEBMGS00\SDM\program\config\sdm_jstartup.properties]
    -> ms host    : rb3ddcg1
    -> ms port    : 1024
    -> OS libs    : F:\usr\sap\DCG\DVEBMGS00\j2ee\os_libs
    -> Admin URL  :
    -> run mode   : NORMAL
    -> run action : NONE
    -> enabled    : yes
    Used property files
    -> files [00] : F:\usr\sap\DCG\DVEBMGS00\j2ee\cluster\instance.properties
    -> files [01] : F:\usr\sap\DCG\DVEBMGS00\SDM\program\config\sdm_jstartup.properties
    Instance properties
    -> ms host    : rb3ddcg1
    -> ms port    : 1024
    -> os libs    : F:\usr\sap\DCG\DVEBMGS00\j2ee\os_libs
    -> admin URL  :
    -> run mode   : NORMAL
    -> run action : NONE
    -> enabled    : yes
    Bootstrap nodes
    -> [00] bootstrap            : F:\usr\sap\DCG\DVEBMGS00\j2ee\cluster\instance.properties
    -> [01] bootstrap_ID3207600  : F:\usr\sap\DCG\DVEBMGS00\j2ee\cluster\instance.properties
    -> [02] bootstrap_ID3207650  : F:\usr\sap\DCG\DVEBMGS00\j2ee\cluster\instance.properties
    Worker nodes
    -> [00] ID3207600            : F:\usr\sap\DCG\DVEBMGS00\j2ee\cluster\instance.properties
    -> [01] ID3207650            : F:\usr\sap\DCG\DVEBMGS00\j2ee\cluster\instance.properties
    -> [02] sdm                  : F:\usr\sap\DCG\DVEBMGS00\SDM\program\config\sdm_jstartup.properties
    [Thr 5032] JLaunchRequestQueueInit: create named pipe for ipc
    [Thr 5032] JLaunchRequestQueueInit: create pipe listener thread
    [Thr 4332] JLaunchRequestFunc: Thread 4332 started as listener thread for np messages.
    [Thr 5032] NiInit3: NI already initialized; param 'maxHandles' ignored (1;202)
    [Thr 5032] CPIC (version=700.2006.09.13)
    [Thr 5032] *** ERROR => Can't find node properties of [jlaunch] from [F:\usr\sap\DCG\DVEBMGS00\j2ee\cluster\instance.properties;F:\usr\sap\DCG\DVEBMGS00\SDM\program\config\sdm_jstartup.properties] [jlnchxx.c    1116]
    [Thr 5032] *** ERROR => can't launch program (rc = -1) [jlnchxx.c    485]
    [Thr 5032] JLaunchCloseProgram: good bye (exitcode = -1)
    ===========================
    <u><b>log_bootstrap_IDXXXXX</b></u>
    <!LOGHEADER[START]/>
    <!HELP[Manual modification of the header may cause parsing problem!]/>
    <!LOGGINGVERSION[1.5.3.7185 - 630]/>
    <!NAME[..\..\work\log_bootstrap_ID0032076.log]/>
    <!PATTERN[log_bootstrap_ID0032076.log]/>
    <!FORMATTER[com.sap.tc.logging.TraceFormatter([%24d] %m)]/>
    <!ENCODING[Cp1252]/>
    <!FILESET[0, 2, 2097152]/>
    <!PREVIOUSFILE[log_bootstrap_ID0032076.1.log]/>
    <!NEXTFILE[log_bootstrap_ID0032076.1.log]/>
    <!LOGHEADER[END]/>
    [Dec 22, 2006 1:28:12 PM ] -
    [Dec 22, 2006 1:28:12 PM ] Bootstrap MODE:
    [Dec 22, 2006 1:28:12 PM ] <INSTANCE GLOBALS>
    [Dec 22, 2006 1:28:12 PM ]  determined by parameter [ID0032076].
    [Dec 22, 2006 1:28:12 PM ] -
    [Dec 22, 2006 1:28:14 PM ] Missing RunningMode property - runningin NORMAL mode.
    [Dec 22, 2006 1:28:15 PM ] Instance [ID32076] will run in [NORMAL] mode, performing action [NONE]
    [Dec 22, 2006 1:28:15 PM ] Discovered property [instance.en.port] with value [3201] !
    [Dec 22, 2006 1:28:15 PM ] Discovered property [instance.en.host] with value [rb3ddcg1] !
    [Dec 22, 2006 1:28:15 PM ] Synchronizing file [.\.hotspot_compiler].
    [Dec 22, 2006 1:28:15 PM ] ...Synched ok!
    [Dec 22, 2006 1:28:15 PM ] Synchronizing file [..\..\SDM\program\.hotspot_compiler].
    [Dec 22, 2006 1:28:15 PM ] ...Synched ok!
    [Dec 22, 2006 1:28:15 PM ]  * Synchronizing native files...
    [Dec 22, 2006 1:28:15 PM ] Synchronizing file [.\..\os_libs\sapbiado.dll].
    [Dec 22, 2006 1:28:15 PM ] ...Synched ok!
    [Dec 22, 2006 1:28:15 PM ] Synchronizing file [.\..\os_libs\PDFManipulation_native.zip].
    [Dec 22, 2006 1:28:17 PM ] ...Synched ok!
    [Dec 22, 2006 1:28:17 PM ] Synchronizing file [.\..\os_libs\rscp4j.dll].
    [Dec 22, 2006 1:28:17 PM ] ...Synched ok!
    [Dec 22, 2006 1:28:17 PM ] Synchronizing file [.\..\os_libs\FontManagerService_native.zip].
    [Dec 22, 2006 1:28:27 PM ] ...Synched ok!
    [Dec 22, 2006 1:28:27 PM ] Synchronizing file [.\..\os_libs\XMLFormService_native.zip].
    [Dec 22, 2006 1:28:29 PM ] ...Synched ok!
    [Dec 22, 2006 1:28:29 PM ] Synchronizing file [.\..\os_libs\LicenseSupportService_native.zip].
    [Dec 22, 2006 1:28:29 PM ] ...Synched ok!
    [Dec 22, 2006 1:28:29 PM ] Synchronizing file [.\..\os_libs\rscp4j.pdb].
    [Dec 22, 2006 1:28:29 PM ] ...Synched ok!
    [Dec 22, 2006 1:28:29 PM ] Synchronizing file [.\..\os_libs\jmon.dll].
    [Dec 22, 2006 1:28:29 PM ] ...Synched ok!
    [Dec 22, 2006 1:28:29 PM ] Synchronizing file [.\..\os_libs\ServicesNatives2_native.zip].
    [Dec 22, 2006 1:28:29 PM ] ...Synched ok!
    [Dec 22, 2006 1:28:29 PM ]  Done!
    [Dec 22, 2006 1:28:30 PM ] Synch time: 17266 ms
    [Dec 22, 2006 1:36:35 PM ] -
    [Dec 22, 2006 1:36:35 PM ] Bootstrap MODE:
    [Dec 22, 2006 1:36:35 PM ] <INSTANCE GLOBALS>
    [Dec 22, 2006 1:36:35 PM ]  determined by parameter [ID0032076].
    [Dec 22, 2006 1:36:35 PM ] -
    [Dec 22, 2006 1:36:37 PM ] Missing RunningMode property - runningin NORMAL mode.
    [Dec 22, 2006 1:36:37 PM ] Instance [ID32076] will run in [NORMAL] mode, performing action [NONE]
    [Dec 22, 2006 1:36:37 PM ] Discovered property [instance.en.port] with value [3201] !
    [Dec 22, 2006 1:36:37 PM ] Discovered property [instance.en.host] with value [rb3ddcg1] !
    [Dec 22, 2006 1:36:37 PM ] Synchronizing file [.\.hotspot_compiler].
    [Dec 22, 2006 1:36:37 PM ] ...Synched ok!
    [Dec 22, 2006 1:36:37 PM ] Synchronizing file [..\..\SDM\program\.hotspot_compiler].
    [Dec 22, 2006 1:36:37 PM ] ...Synched ok!
    [Dec 22, 2006 1:36:37 PM ] Synch time: 2485 ms
    [Dec 22, 2006 3:00:53 PM ] -
    [Dec 22, 2006 3:00:53 PM ] Bootstrap MODE:
    [Dec 22, 2006 3:00:53 PM ] <INSTANCE GLOBALS>
    [Dec 22, 2006 3:00:53 PM ]  determined by parameter [ID0032076].
    [Dec 22, 2006 3:00:53 PM ] -
    [Dec 22, 2006 3:00:56 PM ] Missing RunningMode property - runningin NORMAL mode.
    [Dec 22, 2006 3:00:56 PM ] Instance [ID32076] will run in [NORMAL] mode, performing action [NONE]
    [Dec 22, 2006 3:00:56 PM ] Discovered property [instance.en.port] with value [3201] !
    [Dec 22, 2006 3:00:56 PM ] Discovered property [instance.en.host] with value [rb3ddcg1] !
    [Dec 22, 2006 3:00:56 PM ] Synchronizing file [.\.hotspot_compiler].
    [Dec 22, 2006 3:00:56 PM ] ...Synched ok!
    [Dec 22, 2006 3:00:56 PM ] Synchronizing file [..\..\SDM\program\.hotspot_compiler].
    [Dec 22, 2006 3:00:56 PM ] ...Synched ok!
    [Dec 22, 2006 3:00:56 PM ] Synch time: 2906 ms
    [Dec 27, 2006 3:29:26 PM ] -
    [Dec 27, 2006 3:29:26 PM ] Bootstrap MODE:
    [Dec 27, 2006 3:29:26 PM ] <INSTANCE GLOBALS>
    [Dec 27, 2006 3:29:26 PM ]  determined by parameter [ID0032076].
    [Dec 27, 2006 3:29:26 PM ] -
    [Dec 27, 2006 3:29:29 PM ] Missing RunningMode property - runningin NORMAL mode.
    [Dec 27, 2006 3:29:29 PM ] Instance [ID32076] will run in [NORMAL] mode, performing action [NONE]
    [Dec 27, 2006 3:29:29 PM ] Discovered property [instance.en.port] with value [3201] !
    [Dec 27, 2006 3:29:29 PM ] Discovered property [instance.en.host] with value [rb3ddcg1] !
    [Dec 27, 2006 3:29:29 PM ] Synchronizing file [.\.hotspot_compiler].
    [Dec 27, 2006 3:29:29 PM ] ...Synched ok!
    [Dec 27, 2006 3:29:29 PM ] Synchronizing file [..\..\SDM\program\.hotspot_compiler].
    [Dec 27, 2006 3:29:29 PM ] ...Synched ok!
    [Dec 27, 2006 3:29:30 PM ] Synch time: 3765 ms
    [Dec 27, 2006 3:29:31 PM ] -
    [Dec 27, 2006 3:29:31 PM ] Bootstrap MODE:
    [Dec 27, 2006 3:29:31 PM ] <INSTANCE GLOBALS>
    [Dec 27, 2006 3:29:31 PM ]  determined by parameter [ID0032076].
    [Dec 27, 2006 3:29:31 PM ] -
    [Dec 27, 2006 3:29:31 PM ] -
    [Dec 27, 2006 3:29:31 PM ] Bootstrap MODE:
    [Dec 27, 2006 3:29:31 PM ] <INSTANCE GLOBALS>
    [Dec 27, 2006 3:29:31 PM ]  determined by parameter [ID0032076].
    [Dec 27, 2006 3:29:31 PM ] -
    [Dec 27, 2006 3:29:34 PM ] Missing RunningMode property - runningin NORMAL mode.
    [Dec 27, 2006 3:29:34 PM ] Missing RunningMode property - runningin NORMAL mode.
    [Dec 27, 2006 3:29:34 PM ] Instance [ID32076] will run in [NORMAL] mode, performing action [NONE]
    [Dec 27, 2006 3:29:34 PM ] Discovered property [instance.en.port] with value [3201] !
    [Dec 27, 2006 3:29:34 PM ] Discovered property [instance.en.host] with value [rb3ddcg1] !
    [Dec 27, 2006 3:29:34 PM ] Instance [ID32076] will run in [NORMAL] mode, performing action [NONE]
    [Dec 27, 2006 3:29:34 PM ] Discovered property [instance.en.port] with value [3201] !
    [Dec 27, 2006 3:29:34 PM ] Discovered property [instance.en.host] with value [rb3ddcg1] !
    [Dec 27, 2006 3:29:34 PM ] Synchronizing file [.\.hotspot_compiler].
    [Dec 27, 2006 3:29:34 PM ] ...Synched ok!
    [Dec 27, 2006 3:29:34 PM ] Synchronizing file [..\..\SDM\program\.hotspot_compiler].
    [Dec 27, 2006 3:29:34 PM ] Synchronizing file [.\.hotspot_compiler].
    [Dec 27, 2006 3:29:34 PM ] ...Synched ok!
    [Dec 27, 2006 3:29:34 PM ] ...Synched ok!
    [Dec 27, 2006 3:29:34 PM ] Synchronizing file [..\..\SDM\program\.hotspot_compiler].
    [Dec 27, 2006 3:29:34 PM ] ...Synched ok!
    [Dec 27, 2006 3:29:34 PM ] Synch time: 2937 ms
    [Dec 27, 2006 3:29:34 PM ] Synch time: 3000 ms
    [Dec 27, 2006 4:05:13 PM ] -
    [Dec 27, 2006 4:05:13 PM ] Bootstrap MODE:
    [Dec 27, 2006 4:05:13 PM ] <INSTANCE GLOBALS>
    [Dec 27, 2006 4:05:13 PM ]  determined by parameter [ID0032076].
    [Dec 27, 2006 4:05:13 PM ] -
    [Dec 27, 2006 4:05:16 PM ] Missing RunningMode property - runningin NORMAL mode.
    [Dec 27, 2006 4:05:16 PM ] Instance [ID32076] will run in [NORMAL] mode, performing action [NONE]
    [Dec 27, 2006 4:05:16 PM ] Discovered property [instance.en.port] with value [3201] !
    [Dec 27, 2006 4:05:16 PM ] Discovered property [instance.en.host] with value [rb3ddcg1] !
    [Dec 27, 2006 4:05:16 PM ] Synchronizing file [.\.hotspot_compiler].
    [Dec 27, 2006 4:05:16 PM ] ...Synched ok!
    [Dec 27, 2006 4:05:16 PM ] Synchronizing file [..\..\SDM\program\.hotspot_compiler].
    [Dec 27, 2006 4:05:16 PM ] ...Synched ok!
    [Dec 27, 2006 4:05:16 PM ] Synch time: 3078 ms
    [Dec 27, 2006 4:57:24 PM ] -
    [Dec 27, 2006 4:57:24 PM ] Bootstrap MODE:
    [Dec 27, 2006 4:57:24 PM ] <INSTANCE GLOBALS>
    [Dec 27, 2006 4:57:24 PM ]  determined by parameter [ID0032076].
    [Dec 27, 2006 4:57:24 PM ] -
    [Dec 27, 2006 4:57:27 PM ] Missing RunningMode property - runningin NORMAL mode.
    [Dec 27, 2006 4:57:27 PM ] Instance [ID32076] will run in [NORMAL] mode, performing action [NONE]
    [Dec 27, 2006 4:57:27 PM ] Discovered property [instance.en.port] with value [3201] !
    [Dec 27, 2006 4:57:27 PM ] Discovered property [instance.en.host] with value [rb3ddcg1] !
    [Dec 27, 2006 4:57:27 PM ] Synchronizing file [.\.hotspot_compiler].
    [Dec 27, 2006 4:57:27 PM ] ...Synched ok!
    [Dec 27, 2006 4:57:27 PM ] Synchronizing file [..\..\SDM\program\.hotspot_compiler].
    [Dec 27, 2006 4:57:27 PM ] ...Synched ok!
    [Dec 27, 2006 4:57:27 PM ] Synch time: 3453 ms
    [Dec 27, 2006 5:45:41 PM ] -
    [Dec 27, 2006 5:45:41 PM ] Bootstrap MODE:
    [Dec 27, 2006 5:45:41 PM ] <INSTANCE GLOBALS>
    [Dec 27, 2006 5:45:41 PM ]  determined by parameter [ID0032076].
    [Dec 27, 2006 5:45:41 PM ] -
    [Dec 27, 2006 5:45:43 PM ] Missing RunningMode property - runningin NORMAL mode.
    [Dec 27, 2006 5:45:43 PM ] Instance [ID32076] will run in [NORMAL] mode, performing action [NONE]
    [Dec 27, 2006 5:45:43 PM ] Discovered property [instance.en.port] with value [3201] !
    [Dec 27, 2006 5:45:43 PM ] Discovered property [instance.en.host] with value [rb3ddcg1] !
    [Dec 27, 2006 5:45:43 PM ] Synchronizing file [.\.hotspot_compiler].
    [Dec 27, 2006 5:45:43 PM ] ...Synched ok!
    [Dec 27, 2006 5:45:43 PM ] Synchronizing file [..\..\SDM\program\.hotspot_compiler].
    [Dec 27, 2006 5:45:43 PM ] ...Synched ok!
    [Dec 27, 2006 5:45:44 PM ] Synch time: 2671 ms
    [Dec 27, 2006 5:47:20 PM ] -
    [Dec 27, 2006 5:47:20 PM ] Bootstrap MODE:
    [Dec 27, 2006 5:47:20 PM ] <INSTANCE GLOBALS>
    [Dec 27, 2006 5:47:20 PM ]  determined by parameter [ID0032076].
    [Dec 27, 2006 5:47:20 PM ] -
    [Dec 27, 2006 5:47:23 PM ] Missing RunningMode property - runningin NORMAL mode.
    [Dec 27, 2006 5:47:23 PM ] Instance [ID32076] will run in [NORMAL] mode, performing action [NONE]
    [Dec 27, 2006 5:47:23 PM ] Discovered property [instance.en.port] with value [3201] !
    [Dec 27, 2006 5:47:23 PM ] Discovered property [instance.en.host] with value [rb3ddcg1] !
    [Dec 27, 2006 5:47:23 PM ] Synchronizing file [.\.hotspot_compiler].
    [Dec 27, 2006 5:47:23 PM ] ...Synched ok!
    [Dec 27, 2006 5:47:23 PM ] Synchronizing file [..\..\SDM\program\.hotspot_compiler].
    [Dec 27, 2006 5:47:23 PM ] ...Synched ok!
    [Dec 27, 2006 5:47:23 PM ] Synch time: 2344 ms
    [Dec 27, 2006 5:48:40 PM ] -
    [Dec 27, 2006 5:48:40 PM ] Bootstrap MODE:
    [Dec 27, 2006 5:48:40 PM ] <INSTANCE GLOBALS>
    [Dec 27, 2006 5:48:40 PM ]  determined by parameter [ID0032076].
    [Dec 27, 2006 5:48:40 PM ] -
    [Dec 27, 2006 5:48:43 PM ] Missing RunningMode property - runningin NORMAL mode.
    [Dec 27, 2006 5:48:43 PM ] Instance [ID32076] will run in [NORMAL] mode, performing action [NONE]
    [Dec 27, 2006 5:48:43 PM ] Discovered property [instance.en.port] with value [3201] !
    [Dec 27, 2006 5:48:43 PM ] Discovered property [instance.en.host] with value [rb3ddcg1] !
    [Dec 27, 2006 5:48:43 PM ] Synchronizing file [.\.hotspot_compiler].
    [Dec 27, 2006 5:48:43 PM ] ...Synched ok!
    [Dec 27, 2006 5:48:43 PM ] Synchronizing file [..\..\SDM\program\.hotspot_compiler].
    [Dec 27, 2006 5:48:43 PM ] ...Synched ok!
    [Dec 27, 2006 5:48:43 PM ] Synch time: 2359 ms
    [Dec 27, 2006 5:50:00 PM ] -
    [Dec 27, 2006 5:50:00 PM ] Bootstrap MODE:
    [Dec 27, 2006 5:50:00 PM ] <INSTANCE GLOBALS>
    [Dec 27, 2006 5:50:00 PM ]  determined by parameter [ID0032076].
    [Dec 27, 2006 5:50:00 PM ] -
    [Dec 27, 2006 5:50:03 PM ] Missing RunningMode property - runningin NORMAL mode.
    [Dec 27, 2006 5:50:03 PM ] Instance [ID32076] will run in [NORMAL] mode, performing action [NONE]
    [Dec 27, 2006 5:50:03 PM ] Discovered property [instance.en.port] with value [3201] !
    [Dec 27, 2006 5:50:03 PM ] Discovered property [instance.en.host] with value [rb3ddcg1] !
    [Dec 27, 2006 5:50:03 PM ] Synchronizing file [.\.hotspot_compiler].
    [Dec 27, 2006 5:50:03 PM ] ...Synched ok!
    [Dec 27, 2006 5:50:03 PM ] Synchronizing file [..\..\SDM\program\.hotspot_compiler].
    [Dec 27, 2006 5:50:03 PM ] ...Synched ok!
    [Dec 27, 2006 5:50:03 PM ] Synch time: 2312 ms
    [Dec 27, 2006 5:51:21 PM ] -
    [Dec 27, 2006 5:51:21 PM ] Bootstrap MODE:
    [Dec 27, 2006 5:51:21 PM ] <INSTANCE GLOBALS>
    [Dec 27, 2006 5:51:21 PM ]  determined by parameter [ID0032076].
    [Dec 27, 2006 5:51:21 PM ] -
    [Dec 27, 2006 5:51:23 PM ] Missing RunningMode property - runningin NORMAL mode.
    [Dec 27, 2006 5:51:23 PM ] Instance [ID32076] will run in [NORMAL] mode, performing action [NONE]
    [Dec 27, 2006 5:51:23 PM ] Discovered property [instance.en.port] with value [3201] !
    [Dec 27, 2006 5:51:23 PM ] Discovered property [instance.en.host] with value [rb3ddcg1] !
    [Dec 27, 2006 5:51:23 PM ] Synchronizing file [.\.hotspot_compiler].
    [Dec 27, 2006 5:51:23 PM ] ...Synched ok!
    [Dec 27, 2006 5:51:23 PM ] Synchronizing file [..\..\SDM\program\.hotspot_compiler].
    [Dec 27, 2006 5:51:23 PM ] ...Synched ok!
    [Dec 27, 2006 5:51:23 PM ] Synch time: 2719 ms
    [Dec 27, 2006 5:52:41 PM ] -
    [Dec 27, 2006 5:52:41 PM ] Bootstrap MODE:
    [Dec 27, 2006 5:52:41 PM ] <INSTANCE GLOBALS>
    [Dec 27, 2006 5:52:41 PM ]  determined by parameter [ID0032076].
    [Dec 27, 2006 5:52:41 PM ] -
    [Dec 27, 2006 5:52:43 PM ] Missing RunningMode property - runningin NORMAL mode.
    [Dec 27, 2006 5:52:43 PM ] Instance [ID32076] will run in [NORMAL] mode, performing action [NONE]
    [Dec 27, 2006 5:52:43 PM ] Discovered property [instance.en.port] with value [3201] !
    [Dec 27, 2006 5:52:43 PM ] Discovered property [instance.en.host] with value [rb3ddcg1] !
    [Dec 27, 2006 5:52:43 PM ] Synchronizing file [.\.hotspot_compiler].
    [Dec 27, 2006 5:52:43 PM ] ...Synched ok!
    [Dec 27, 2006 5:52:43 PM ] Synchronizing file [..\..\SDM\program\.hotspot_compiler].
    [Dec 27, 2006 5:52:43 PM ] ...Synched ok!
    [Dec 27, 2006 5:52:43 PM ] Synch time: 2407 ms
    [Dec 27, 2006 5:54:01 PM ] -
    [Dec 27, 2006 5:54:01 PM ] Bootstrap MODE:
    [Dec 27, 2006 5:54:01 PM ] <INSTANCE GLOBALS>
    [Dec 27, 2006 5:54:01 PM ]  determined by parameter [ID0032076].
    [Dec 27, 2006 5:54:01 PM ] -
    [Dec 27, 2006 5:54:03 PM ] Missing RunningMode property - runningin NORMAL mode.
    [Dec 27, 2006 5:54:03 PM ] Instance [ID32076] will run in [NORMAL] mode, performing action [NONE]
    [Dec 27, 2006 5:54:03 PM ] Discovered property [instance.en.port] with value [3201] !
    [Dec 27, 2006 5:54:03 PM ] Discovered property [instance.en.host] with value [rb3ddcg1] !
    [Dec 27, 2006 5:54:03 PM ] Synchronizing file [.\.hotspot_compiler].
    [Dec 27, 2006 5:54:03 PM ] ...Synched ok!
    [Dec 27, 2006 5:54:03 PM ] Synchronizing file [..\..\SDM\program\.hotspot_compiler].
    [Dec 27, 2006 5:54:03 PM ] ...Synched ok!
    [Dec 27, 2006 5:54:03 PM ] Synch time: 2391 ms
    [Dec 27, 2006 5:55:21 PM ] -
    [Dec 27, 2006 5:55:21 PM ] Bootstrap MODE:
    [Dec 27, 2006 5:55:21 PM ] <INSTANCE GLOBALS>
    [Dec 27, 2006 5:55:21 PM ]  determined by parameter [ID0032076].
    [Dec 27, 2006 5:55:21 PM ] -
    [Dec 27, 2006 5:55:23 PM ] Missing RunningMode property - runningin NORMAL mode.
    [Dec 27, 2006 5:55:23 PM ] Instance [ID32076] will run in [NORMAL] mode, performing action [NONE]
    [Dec 27, 2006 5:55:23 PM ] Discovered property [instance.en.port] with value [3201] !
    [Dec 27, 2006 5:55:23 PM ] Discovered property [instance.en.host] with value [rb3ddcg1] !
    [Dec 27, 2006 5:55:23 PM ] Synchronizing file [.\.hotspot_compiler].
    [Dec 27, 2006 5:55:23 PM ] ...Synched ok!
    [Dec 27, 2006 5:55:23 PM ] Synchronizing file [..\..\SDM\program\.hotspot_compiler].
    [Dec 27, 2006 5:55:23 PM ] ...Synched ok!
    [Dec 27, 2006 5:55:23 PM ] Synch time: 2312 ms
    [Dec 27, 2006 5:56:41 PM ] -
    [Dec 27, 2006 5:56:41 PM ] Bootstrap MODE:
    [Dec 27, 2006 5:56:41 PM ] <INSTANCE GLOBALS>
    [Dec 27, 2006 5:56:41 PM ]  determined by parameter [ID0032076].
    [Dec 27, 2006 5:56:41 PM ] -
    [Dec 27, 2006 5:56:43 PM ] Missing RunningMode property - runningin NORMAL mode.
    [Dec 27, 2006 5:56:43 PM ] Instance [ID32076] will run in [NORMAL] mode, performing action [NONE]
    [Dec 27, 2006 5:56:43 PM ] Discovered property [instance.en.port] with value [3201] !
    [Dec 27, 2006 5:56:43 PM ] Discovered property [instance.en.host] with value [rb3ddcg1] !
    [Dec 27, 2006 5:56:43 PM ] Synchronizing file [.\.hotspot_compiler].
    [Dec 27, 2006 5:56:43 PM ] ...Synched ok!
    [Dec 27, 2006 5:56:43 PM ] Synchronizing file [..\..\SDM\program\.hotspot_compiler].
    [Dec 27, 2006 5:56:43 PM ] ...Synched ok!
    [Dec 27, 2006 5:56:43 PM ] Synch time: 2343 ms
    [Dec 27, 2006 5:58:01 PM ] -
    [Dec 27, 2006 5:58:01 PM ] Bootstrap MODE:
    [Dec 27, 2006 5:58:01 PM ] <INSTANCE GLOBALS>
    [Dec 27, 2006 5:58:01 PM ]  determined by parameter [ID0032076].
    [Dec 27, 2006 5:58:01 PM ] -
    [Dec 27, 2006 5:58:03 PM ] Missing RunningMode property - runningin NORMAL mode.
    [Dec 27, 2006 5:58:03 PM ] Instance [ID32076] will run in [NORMAL] mode, performing action [NONE]
    [Dec 27, 2006 5:58:03 PM ] Discovered property [instance.en.port] with value [3201] !
    [Dec 27, 2006 5:58:03 PM ] Discovered property [instance.en.host] with value [rb3ddcg1] !
    [Dec 27, 2006 5:58:03 PM ] Synchronizing file [.\.hotspot_compiler].
    [Dec 27, 2006 5:58:03 PM ] ...Synched ok!
    [Dec 27, 2006 5:58:03 PM ] Synchronizing file [..\..\SDM\program\.hotspot_compiler].
    [Dec 27, 2006 5:58:03 PM ] ...Synched ok!
    [Dec 27, 2006 5:58:03 PM ] Synch time: 2359 ms
    [Dec 28, 2006 12:14:49...] -
    [Dec 28, 2006 12:14:49...] Bootstrap MODE:
    [Dec 28, 2006 12:14:49...] <INSTANCE GLOBALS>
    [Dec 28, 2006 12:14:49...]  determined by parameter [ID0032076].
    [Dec 28, 2006 12:14:49...] -
    [Dec 28, 2006 12:14:52...] Missing RunningMode property - runningin NORMAL mode.
    [Dec 28, 2006 12:14:52...] Instance [ID32076] will run in [NORMAL] mode, performing action [NONE]
    [Dec 28, 2006 12:14:52...] Discovered property [instance.en.port] with value [3201] !
    [Dec 28, 2006 12:14:52...] Discovered property [instance.en.host] with value [rb3ddcg1] !
    [Dec 28, 2006 12:14:52...] Synchronizing file [.\.hotspot_compiler].
    [Dec 28, 2006 12:14:52...] ...Synched ok!
    [Dec 28, 2006 12:14:52...] Synchronizing file [..\..\SDM\program\.hotspot_compiler].
    [Dec 28, 2006 12:14:52...] ...Synched ok!
    [Dec 28, 2006 12:14:52...] Synch time: 3282 ms
    [Dec 28, 2006 12:16:28...] -
    [Dec 28, 2006 12:16:28...] Bootstrap MODE:
    [Dec 28, 2006 12:16:28...] <INSTANCE GLOBALS>
    [Dec 28, 2006 12:16:28...]  determined by parameter [ID0032076].
    [Dec 28, 2006 12:16:28...] -
    [Dec 28, 2006 12:16:30...] Missing RunningMode property - runningin NORMAL mode.
    [Dec 28, 2006 12:16:31...] Instance [ID32076] will run in [NORMAL] mode, performing action [NONE]
    [Dec 28, 2006 12:16:31...] Discovered property [instance.en.port] with value [3201] !
    [Dec 28, 2006 12:16:31...] Discovered property [instance.en.host] with value [rb3ddcg1] !
    [Dec 28, 2006 12:16:31...] Synchronizing file [.\.hotspot_compiler].
    [Dec 28, 2006 12:16:31...] ...Synched ok!
    [Dec 28, 2006 12:16:31...] Synchronizing file [..\..\SDM\program\.hotspot_compiler].
    [Dec 28, 2006 12:16:31...] ...Synched ok!
    [Dec 28, 2006 12:16:31...] Synch time: 2406 ms
    [Dec 28, 2006 12:17:48...] -
    [Dec 28, 2006 12:17:48...] Bootstrap MODE:
    [Dec 28, 2006 12:17:48...] <INSTANCE GLOBALS>
    [Dec 28, 2006 12:17:48...]  determined by parameter [ID0032076].
    [Dec 28, 2006 12:17:48...] -
    [Dec 28, 2006 12:17:50...] Missing RunningMode property - runningin NORMAL mode.
    [Dec 28, 2006 12:17:51...] Instance [ID32076] will run in [NORMAL] mode, performing action [NONE]
    [Dec 28, 2006 12:17:51...] Discovered property [instance.en.port] with value [3201] !
    [Dec 28, 2006 12:17:51...] Discovered property [instance.en.host] with value [rb3ddcg1] !
    [Dec 28, 2006 12:17:51...] Synchronizing file [.\.hotspot_compiler].
    [Dec 28, 2006 12:17:51...] ...Synched ok!
    [Dec 28, 2006 12:17:51...] Synchronizing file [..\..\SDM\program\.hotspot_compiler].
    [Dec 28, 2006 12:17:51...] ...Synched ok!
    [Dec 28, 2006 12:17:51...] Synch time: 2421 ms
    [Dec 28, 2006 12:19:08...] -
    [Dec 28, 2006 12:19:08...] Bootstrap MODE:
    [Dec 28, 2006 12:19:08...] <INSTANCE GLOBALS>
    [Dec 28, 2006 12:19:08...]  determined by parameter [ID0032076].
    [Dec 28, 2006 12:19:08...] -
    [Dec 28, 2006 12:19:10...] Missing RunningMode property - runningin NORMAL mode.
    [Dec 28, 2006 12:19:11...] Instance [ID32076] will run in [NORMAL] mode, performing action [NONE]
    [Dec 28, 2006 12:19:11...] Discovered property [instance.en.port] with value [3201] !
    [Dec 28, 2006 12:19:11...] Discovered property [instance.en.host] with value [rb3ddcg1] !
    [Dec 28, 2006 12:19:11...] Synchronizing file [.\.hotspot_compiler].
    [Dec 28, 2006 12:19:11...] ...Synched ok!
    [Dec 28, 2006 12:19:11...] Synchronizing file [..\..\SDM\program\.hotspot_compiler].
    [Dec 28, 2006 12:19:11...] ...Synched ok!
    [Dec 28, 2006 12:19:11...] Synch time: 2375 ms
    [Dec 28, 2006 12:20:28...] -
    [Dec 28, 2006 12:20:28...] Bootstrap MODE:
    [Dec 28, 2006 12:20:28...] <INSTANCE GLOBALS>
    [Dec 28, 2006 12:20:28...]  determined by parameter [ID0032076].
    [Dec 28, 2006 12:20:28...] -
    [Dec 28, 2006 12:20:31...] Missing RunningMode property - runningin NORMAL mode.
    [Dec 28, 2006 12:20:31...] Instance [ID32076] will run in [NORMAL] mode, performing action [NONE]
    [Dec 28, 2006 12:20:31...] Discovered property [instance.en.port] with value [3201] !
    [Dec 28, 2006 12:20:31...] Discovered property [instance.en.host] with value [rb3ddcg1] !
    [Dec 28, 2006 12:20:31...] Synchronizing file [.\.hotspot_compiler].
    [Dec 28, 2006 12:20:31...] ...Synched ok!
    [Dec 28, 2006 12:20:31...] Synchronizing file [..\..\SDM\program\.hotspot_compiler].
    [Dec 28, 2006 12:20:31...] ...Synched ok!
    [Dec 28, 2006 12:20:31...] Synch time: 2485 ms
    [Dec 28, 2006 12:21:48...] -
    [Dec 28, 2006 12:21:48...] Bootstrap MODE:
    [Dec 28, 2006 12:21:48...] <INSTANCE GLOBALS>
    [Dec 28, 2006 12:21:48...]  determined by parameter [ID0032076].
    [Dec 28, 2006 12:21:48...] -
    [Dec 28, 2006 12:21:51...] Missing RunningMode property - runningin NORMAL mode.
    [Dec 28, 2006 12:21:51...] Instance [ID32076] will run in [NORMAL] mode, performing action [NONE]
    [Dec 28, 2006 12:21:51...] Discovered property [instance.en.port] with value [3201] !
    [Dec 28, 2006 12:21:51...] Discovered property [instance.en.host] with value [rb3ddcg1] !
    [Dec 28, 2006 12:21:51...] Synchronizing file [.\.hotspot_compiler].
    [Dec 28, 2006 12:21:51...] ...Synched ok!
    [Dec 28, 2006 12:21:51...] Synchronizing file [..\..\SDM\program\.hotspot_compiler].
    [Dec 28, 2006 12:21:51...] ...Synched ok!
    [Dec 28, 2006 12:21:51...] Synch time: 2453 ms
    [Dec 28, 2006 12:23:08...] -
    [Dec 28, 2006 12:23:08...] Bootstrap MODE:
    [Dec 28, 2006 12:23:08...] <INSTANCE GLOBALS>
    [Dec 28, 2006 12:23:08...]  determined by parameter [ID0032076].
    [Dec 28, 2006 12:23:08...] -
    [Dec 28, 2006 12:23:11...] Missing RunningMode property - runningin NORMAL mode.
    [Dec 28, 2006 12:23:11...] Instance [ID32076] will run in [NORMAL] mode, performing action [NONE]
    [Dec 28, 2006 12:23:11...] Discovered property [instance.en.port] with value [3201] !
    [Dec 28, 2006 12:23:11...] Discovered property [instance.en.host] with value [rb3ddcg1] !
    [Dec 28, 2006 12:23:11...] Synchronizing file [.\.hotspot_compiler].
    [Dec 28, 2006 12:23:11...] ...Synched ok!
    [Dec 28, 2006 12:23:11...] Synchronizing file [..\..\SDM\program\.hotspot_compiler].
    [Dec 28, 2006 12:23:11...] ...Synched ok!
    [Dec 28, 2006 12:23:11...] Synch time: 2328 ms
    [Dec 28, 2006 12:24:28...] -
    [Dec 28, 2006 12:24:28...] Bootstrap MODE:
    [Dec 28, 2006 12:24:28...] <INSTANCE GLOBALS>
    [Dec 28, 2006 12:24:28...]  determined by parameter [ID0032076].
    [Dec 28, 2006 12:24:28...] -
    [Dec 28, 2006 12:24:31...] Missing RunningMode property - runningin NORMAL mode.
    [Dec 28, 2006 12:24:31...] Instance [ID32076] will run in [NORMAL] mode, performing action [NONE]
    [Dec 28, 2006 12:24:31...] Discovered property [instance.en.port] with value [3201] !
    [Dec 28, 2006 12:24:31...] Discovered property [instance.en.host] with value [rb3ddcg1] !
    [Dec 28, 2006 12:24:31...] Synchronizing file [.\.hotspot_compiler].
    [Dec 28, 2006 12:24:31...] ...Synched ok!
    [Dec 28, 2006 12:24:31...] Synchronizing file [..\..\SDM\program\.hotspot_compiler].
    [Dec 28, 2006 12:24:31...] ...Synched ok!
    [Dec 28, 2006 12:24:31...] Synch time: 2375 ms
    [Dec 28, 2006 12:25:48...] -
    [Dec 28, 2006 12:25:48...] Bootstrap MODE:
    [Dec 28, 2006 12:25:48...] <INSTANCE GLOBALS>
    [Dec 28, 2006 12:25:48...]  determined by parameter [ID0032076].
    [Dec 28, 2006 12:25:48...] -
    [Dec 28, 2006 12:25:51...] Missing RunningMode property - runningin NORMAL mode.
    [Dec 28, 2006 12:25:51...] Instance [ID32076] will run in [NORMAL] mode, performing action [NONE]
    [Dec 28, 2006 12:25:51...] Discovered property [instance.en.port] with value [3201] !
    [Dec 28, 2006 12:25:51...] Discovered property [instance.en.host] with value [rb3ddcg1] !
    [Dec 28, 2006 12:25:51...] Synchronizing file [.\.hotspot_compiler].
    [Dec 28, 2006 12:25:51...] ...Synched ok!
    [Dec 28, 2006 12:25:51...] Synchronizing file [..\..\SDM\program\.hotspot_compiler].
    [Dec 28, 2006 12:25:51...] ...Synched ok!
    [Dec 28, 2006 12:25:51...] Synch time: 2375 ms
    [Dec 28, 2006 12:27:09...] -
    [Dec 28, 2006 12:27:09...] Bootstrap MODE:
    [Dec 28, 2006 12:27:09...] <INSTANCE GLOBALS>
    [Dec 28, 2006 12:27:09...]  determined by parameter [ID0032076].
    [Dec 28, 2006 12:27:09...] -
    [Dec 28, 2006 12:27:11...] Missing RunningMode property - runningin NORMAL mode.
    [Dec 28, 2006 12:27:11...] Instance [ID32076] will run in [NORMAL] mode, performing action [NONE]
    [Dec 28, 2006 12:27:11...] Discovered property [instance.en.port] with value [3201] !
    [Dec 28, 2006 12:27:11...] Discovered property [instance.en.host] with value [rb3ddcg1] !
    [Dec 28, 2006 12:27:11...] Synchronizing file [.\.hotspot_compiler].
    [Dec 28, 2006 12:27:11...] ...Synched ok!
    [Dec 28, 2006 12:27:11...] Synchronizing file [..\..\SDM\program\.hotspot_compiler].
    [Dec 28, 2006 12:27:11...] ...Synched ok!
    [Dec 28, 2006 12:27:11...] Synch time: 2500 ms
    [Dec 28, 2006 1:25:42 PM ] -
    [Dec 28, 2006 1:25:42 PM ] Bootstrap MODE:
    [Dec 28, 2006 1:25:42 PM ] <INSTANCE GLOBALS>
    [Dec 28, 2006 1:25:42 PM ]  determined by parameter [ID0032076].
    [Dec 28, 2006 1:25:42 PM ] -
    [Dec 28, 2006 1:25:45 PM ] Missing RunningMode property - runningin NORMAL mode.
    [Dec 28, 2006 1:25:45 PM ] Instance [ID32076] will run in [NORMAL] mode, performing action [NONE]
    [Dec 28, 2006 1:25:45 PM ] Discovered property [instance.en.port] with value [3201] !
    [Dec 28, 2006 1:25:45 PM ] Discovered property [instance.en.host] with value [rb3ddcg1] !
    [Dec 28, 2006 1:25:45 PM ] Synchronizing file [.\.hotspot_compiler].
    [Dec 28, 2006 1:25:45 PM ] ...Synched ok!
    [Dec 28, 2006 1:25:45 PM ] Synchronizing file [..\..\SDM\program\.hotspot_compiler].
    [Dec 28, 2006 1:25:45 PM ] ...Synched ok!
    [Dec 28, 2006 1:25:45 PM ] Synch time: 3047 ms
    [Dec 28, 2006 1:27:22 PM ] -
    [Dec 28, 2006 1:27:22 PM ] Bootstrap MODE:
    [Dec 28, 2006 1:27:22 PM ] <INSTANCE GLOBALS>
    [Dec 28, 2006 1:27:22 PM ]  determined by parameter [ID0032076].
    [Dec 28, 2006 1:27:22 PM ] -
    [Dec 28, 2006 1:27:24 PM ] Missing RunningMode property - runningin NORMAL mode.
    [Dec 28, 2006 1:27:24 PM ] Instance [ID32076] will run in [NORMAL] mode, performing action [NONE]
    [Dec 28, 2006 1:27:24 PM ] Discovered property [instance.en.port] with value [3201] !
    [Dec 28, 2006 1:27:24 PM ] Discovered property [instance.en.host] with value [rb3ddcg1] !
    [Dec 28, 2006 1:27:24 PM ] Synchronizing file [.\.hotspot_compiler].
    [Dec 28, 2006 1:27:24 PM ] ...Synched ok!
    [Dec 28, 2006 1:27:24 PM ] Synchronizing file [..\..\SDM\program\.hotspot_compiler].
    [Dec 28, 2006 1:27:24 PM ] ...Synched ok!
    [Dec 28, 2006 1:27:24 PM ] Synch time: 2453 ms
    [Dec 28, 2006 1:28:42 PM ] -
    [Dec 28, 2006 1:28:42 PM ] Bootstrap MODE:
    [Dec 28, 2006 1:28:42 PM ] <INSTANCE GLOBALS>
    [Dec 28, 2006 1:28:42 PM ]  determined by parameter [ID0032076].
    [Dec 28, 2006 1:28:42 PM ] -
    [Dec 28, 2006 1:28:44 PM ] Missing RunningMode property - runningin NORMAL mode.
    [Dec 28, 2006 1:28:44 PM ] Instance [ID32076] will run in [NORMAL] mode, performing action [NONE]
    [Dec 28, 2006 1:28:44 PM ] Discovered property [instance.en.port] with value [3201] !
    [Dec 28, 2006 1:28:44 PM ] Discovered property [instance.en.host] with value [rb3ddcg1] !
    [Dec 28, 2006 1:28:44 PM ] Synchronizing file [.\.hotspot_compiler].
    [Dec 28, 2006 1:28:44 PM ] ...Synched ok!
    [Dec 28, 2006 1:28:44 PM ] Synchronizing file [..\..\SDM\program\.hotspot_compiler].
    [Dec 28, 2006 1:28:44 PM ] ...Synched ok!
    [Dec 28, 2006 1:28:44 PM ] Synch time: 2438 ms
    [Dec 28, 2006 1:30:02 PM ] -
    [Dec 28, 2006 1:30:02 PM ] Bootstrap MODE:
    [Dec 28, 2006 1:30:02 PM ] <INSTANCE GLOBALS>
    [Dec 28, 2006 1:30:02 PM ]  determined by parameter [ID0032076].
    [Dec 28, 2006 1:30:02 PM ] -
    [Dec 28, 2006 1:30:04 PM ] Missing RunningMode property - runningin NORMAL mode.
    [Dec 28, 2006 1:30:04 PM ] Instance [ID32076] will run in [NORMAL] mode, performing action [NONE]
    [Dec 28, 2006 1:30:04 PM ] Discovered property [instance.en.port] with value [3201] !
    [Dec 28, 2006 1:30:04 PM ] Discovered property [instance.en.host] with value [rb3ddcg1] !
    [Dec 28, 2006 1:30:04 PM ] Synchronizing file [.\.hotspot_compiler].
    [Dec 28, 2006 1:30:04 PM ] ...Synched ok!
    [Dec 28, 2006 1:30:04 PM ] Synchronizing file [..\..\SDM\program\.hotspot_compiler].
    [Dec 28, 2006 1:30:04 PM ] ...Synched ok!
    [Dec 28, 2006 1:30:04 PM ] Synch time: 2437 ms
    [Dec 28, 2006 1:31:22 PM ] -
    [Dec 28, 2006 1:31:22 PM ] Bootstrap MODE:
    [Dec 28, 2006 1:31:22 PM ] <INSTANCE GLOBALS>
    [Dec 28, 2006 1:31:22 PM ]  determined by parameter [ID0032076].
    [Dec 28, 2006 1:31:22 PM ] -
    [Dec 28, 2006 1:31:24 PM ] Missing RunningMode property - runningin NORMAL mode.
    [Dec 28, 2006 1:31:24 PM ] Instance [ID32076] will run in [NORMAL] mode, performing action [NONE]
    [Dec 28, 2006 1:31:24 PM ] Discovered property [instance.en.port] with value [3201] !
    [Dec 28, 2006 1:31:24 PM ] Discovered property [instance.en.host] with value [rb3ddcg1] !
    [Dec 28, 2006 1:31:24 PM ] Synchronizing file [.\.hotspot_compiler].
    [Dec 28, 2006 1:31:24 PM ] ...Synched ok!
    [Dec 28, 2006 1:31:24 PM ] Synchronizing file [..\..\SDM\program\.hotspot_compiler].
    [Dec 28, 2006 1:31:24 PM ] ...Synched ok!
    [Dec 28, 2006 1:31:24 PM ] Synch time: 2375 ms
    [Dec 28, 2006 1:32:42 PM ] -
    [Dec 28, 2006 1:32:42 PM ] Bootstrap MODE:
    [Dec 28, 2006 1:32:42 PM ] <INSTANCE GLOBALS>
    [Dec 28, 2006 1:32:42 PM ]  determined by parameter [ID0032076].
    [Dec 28, 2006 1:32:42 PM ] -
    [Dec 28, 2006 1:32:44 PM ] Missing RunningMode property - runningin NORMAL mode.
    [Dec 28, 2006 1:32:44 PM ] Instance [ID32076] will run in [NORMAL] mode, performing action [NONE]
    [Dec 28, 2006 1:32:44 PM ] Discovered property [instance.en.port] with value [3201] !
    [Dec 28, 2006 1:32:44 PM ] Discovered property [instance.en.host] with value [rb3ddcg1] !
    [Dec 28, 2006 1:32:44 PM ] Synchronizing file [.\.hotspot_compiler].
    [Dec 28, 2006 1:32:44 PM ] ...Synched ok!
    [Dec 28, 2006 1:32:44 PM ] Synchronizing file [..\..\SDM\program\.hotspot_compiler].
    [Dec 28, 2006 1:32:44 PM ] ...Synched ok!
    [Dec 28, 2006 1:32:44 PM ] Synch time: 2468 ms
    [Dec 28, 2006 1:34:02 PM ] -
    [Dec 28, 2006 1:34:02 PM ] Bootstrap MODE:
    [Dec 28, 2006 1:34:02 PM ] <INSTANCE GLOBALS>
    [Dec 28, 2006 1:34:02 PM ]  determined by parameter [ID0032076].
    [Dec 28, 2006 1:34:02 PM ] -
    [Dec 28, 2006 1:34:04 PM ] Missing RunningMode property - runningin NORMAL mode.
    [Dec 28, 2006 1:34:04 PM ] Instance [ID32076] will run in [NORMAL] mode, performing action [NONE]
    [Dec 28, 2006 1:34:04 PM ] Discovered property [instance.en.port] with value [3201] !
    [Dec 28, 2006 1:34:04 PM ] Discovered property [instance.en.host] with value [rb3ddcg1] !
    [Dec 28, 2006 1:34:04 PM ] Synchronizing file [.\.hotspot_compiler].
    [Dec 28, 2006 1:34:04 PM ] ...Synched ok!
    [Dec 28, 2006 1:34:04 PM ] Synchronizing file [..\..\SDM\program\.hotspot_compiler].
    [Dec 28, 2006 1:34:04 PM ] ...Synched ok!
    [Dec 28, 2006 1:34:04 PM ] Synch time: 2437 ms
    [Dec 28, 2006 1:35:22 PM ] -
    [Dec 28, 2006 1:35:22 PM ] Bootstrap MODE:
    [Dec 28, 2006 1:35:22 PM ] <INSTANCE GLOBALS>
    [Dec 28, 2006 1:35:22 PM ]  determined by parameter [ID0032076].
    [Dec 28, 2006 1:35:22 PM ] -
    [Dec 28, 2006 1:35:24 PM ] Missing RunningMode property - runningin NORMAL mode.
    [Dec 28, 2006 1:35:24 PM ] Instance [ID32076] will run in [NORMAL] mode, performing action [NONE]
    [Dec 28, 2006 1:35:24 PM ] Discovered property [instance.en.port] with value [3201] !
    [Dec 28, 2006 1:35:24 PM ] Discovered property [instance.en.host] with value [rb3ddcg1] !
    [Dec 28, 2006 1:35:24 PM ] Synchronizing file [.\.hotspot_compiler].
    [Dec 28, 2006 1:35:24 PM ] ...Synched ok!
    [Dec 28, 2006 1:35:24 PM ] Synchronizing file [..\..\SDM\program\.hotspot_compiler].
    [Dec 28, 2006 1:35:24 PM ] ...Synched ok!
    [Dec 28, 2006 1:35:24 PM ] Synch time: 2328 ms
    [Dec 28, 2006 1:36:42 PM ] -
    [Dec 28, 2006 1:36:42 PM ] Bootstrap MODE:
    [Dec 28, 2006 1:36:42 PM ] <INSTANCE GLOBALS>
    [Dec 28, 2006 1:36:42 PM ]  determined by parameter [ID0032076].
    [Dec 28, 2006 1:36:42 PM ] -
    [Dec 28, 2006 1:36:44 PM ] Missing RunningMode property - runningin NORMAL mode.
    [Dec 28, 2006 1:36:44 PM ] Instance [ID32076] will run in [NORMAL] mode, performing action [NONE]
    [Dec 28, 2006 1:36:44 PM ] Discovered property [instance.en.port] with value [3201] !
    [Dec 28, 2006 1:36:44 PM ] Discovered property [instance.en.host] with value [rb3ddcg1] !
    [Dec 28, 2006 1:36:44 PM ] Synchronizing file [.\.hotspot_compiler].
    [Dec 28, 2006 1:36:44 PM ] ...Synched ok!
    [Dec 28, 2006 1:36:44 PM ] Synchronizing file [..\..\SDM\program\.hotspot_compiler].
    [Dec 28, 2006 1:36:44 PM ] ...Synched ok!
    [Dec 28, 2006 1:36:44 PM ] Synch time: 2453 ms
    [Dec 28, 2006 1:38:02 PM ] -
    [Dec 28, 2006 1:38:02 PM ] Bootstrap MODE:
    [Dec 28, 2006 1:38:02 PM ] <INSTANCE GLOBALS>
    [Dec 28, 2006 1:38:02 PM ]  determined by parameter [ID0032076].
    [Dec 28, 2006 1:38:02 PM ] -
    [Dec 28, 2006 1:38:04 PM ] Missing RunningMode property - runningin NORMAL mode.
    [Dec 28, 2006 1:38:04 PM ] Instance [ID32076] will run in [NORMAL] mode, performing action [NONE]
    [Dec 28, 2006 1:38:04 PM ] Discovered property [instance.en.port] with value [3201] !
    [Dec 28, 2006 1:38:04 PM ] Discovered property [instance.en.host] with value [rb3ddcg1] !
    [Dec 28, 2006 1:38:04 PM ] Synchronizing file [.\.hotspot_compiler].
    [Dec 28, 2006 1:38:04 PM ] ...Synched ok!
    [Dec 28, 2006 1:38:04 PM ] Synchronizing file [..\..\SDM\program\.hotspot_compiler].
    [Dec 28, 2006 1:38:04 PM ] ...Synched ok!
    [Dec 28, 2006 1:38:04 PM ] Synch time: 2391 ms
    [Dec 28, 2006 3:30:48 PM ] -
    [Dec 28, 2006 3:30:48 PM ] Bootstrap MODE:
    [Dec 28, 2006 3:30:48 PM ] <INSTANCE GLOBALS>
    [Dec 28, 2006 3:30:48 PM ]  determined by parameter [ID0032076].
    [Dec 28, 2006 3:30:48 PM ] -
    [Dec 28, 2006 3:30:50 PM ] Missing RunningMode property - runningin NORMAL mode.
    [Dec 28, 2006 3:30:50 PM ] Instance [ID32076] will run in [NORMAL] mode, performing action [NONE]
    [Dec 28, 2006 3:30:50 PM ] Discovered property [instance.en.port] with value [3201] !
    [Dec 28, 2006 3:30:50 PM ] Discovered property [instance.en.host] with value [rb3ddcg1] !
    [Dec 28, 2006 3:30:50 PM ] Synchronizing file [.\.hotspot_compiler].
    [Dec 28, 2006 3:30:50 PM ] ...Synched ok!
    [Dec 28, 2006 3:30:50 PM ] Synchronizing file [..\..\SDM\program\.hotspot_compiler].
    [Dec 28, 2006 3:30:50 PM ] ...Synched ok!
    [Dec 28, 2006 3:30:50 PM ] Synch time: 2609 ms
    [Dec 28, 2006 3:32:27 PM ] -
    [Dec 28, 2006 3:32:27 PM ] Bootstrap MODE:
    [Dec 28, 2006 3:32:27 PM ] <INSTANCE GLOBALS>
    [Dec 28, 2006 3:32:27 PM ]  determined by parameter [ID0032076].
    [Dec 28, 2006 3:32:27 PM ] -
    [Dec 28, 2006 3:32:29 PM ] Missing RunningMode property - runningin NORMAL mode.
    [Dec 28, 2006 3:32:29 PM ] Instance [ID32076] will run in [NORMAL] mode, performing action [NONE]
    [Dec 28, 2006 3:32:29 PM ] Discovered property [instance.en.port] with value [3201] !
    [Dec 28, 2006 3:32:29 PM ] Discovered property [instance.en.host] with value [rb3ddcg1] !
    [Dec 28, 2006 3:32:29 PM ] Synchronizing file [.\.hotspot_compiler].
    [Dec 28, 2006 3:32:29 PM ] ...Synched ok!
    [Dec 28, 2006 3:32:29 PM ] Synchronizing file [..\..\SDM\program\.hotspot_compiler].
    [Dec 28, 2006 3:32:29 PM ] ...Synched ok!
    [Dec 28, 2006 3:32:30 PM ] Synch time: 2375 ms
    [Dec 28, 2006 3:33:47 PM ] -
    [Dec 28, 2006 3:33:47 PM ] Bootstrap MODE:
    [Dec 28, 2006 3:33:47 PM ] <INSTANCE GLOBALS>
    [Dec 28, 2006 3:33:47 PM ]  determined by parameter [ID0032076].
    [Dec 28, 2006 3:33:47 PM ] -
    [Dec 28, 2006 3:33:49 PM ] Missing RunningMode property - runningin NORMAL mode.
    [Dec 28, 2006 3:33:49 PM ] Instance [ID32076] will run in [NORMAL] mode, performing action [NONE]
    [Dec 28, 2006 3:33:49 PM ] Discovered property [instance.en.port] with value [3201] !
    [Dec 28, 2006 3:33:49 PM ] Discovered property [instance.en.host] with value [rb3ddcg1] !
    [Dec 28, 2006 3:33:49 PM ] Synchronizing file [.\.hotspot_compiler].
    [Dec 28, 2006 3:33:49 PM ] ...Synched ok!
    [Dec 28, 2006 3:33:49 PM ] Synchronizing file [..\..\SDM\program\.hotspot_compiler].
    [Dec 28, 2006 3:33:49 PM ] ...Synched ok!
    [Dec 28, 2006 3:33:50 PM ] Synch time: 2391 ms
    [Dec 28, 2006 3:35:07 PM ] -
    [Dec 28, 2006 3:35:07 PM ] Bootstrap MODE:
    [Dec 28, 2006 3:35:07 PM ] <INSTANCE GLOBALS>
    [Dec 28, 2006 3:35:07 PM ]  determined by parameter [ID0032076].
    [Dec 28, 2006 3:35:07 PM ] -
    [Dec 28, 2006 3:35:09 PM ] Missing RunningMode property - runningin NORMAL mode.
    [Dec 28, 2006 3:35:09 PM ] Instance [ID32076] will run in [NORMAL] mode, performing action [NONE]
    [Dec 28, 2006 3:35:09 PM ] Discovered property [instance.en.port] with value [3201] !
    [Dec 28, 2006 3:35:09 PM ] Discovered property [instance.en.host] with value [rb3ddcg1] !
    [Dec 28, 2006 3:35:09 PM ] Synchronizing file [.\.hotspot_compiler].
    [Dec 28, 2006 3:35:09 PM ] ...Synched ok!
    [Dec 28, 2006 3:35:09 PM ] Synchronizing file [..\..\SDM\program\.hotspot_compiler].
    [Dec 28, 2006 3:35:09 PM ] ...Synched ok!
    [Dec 28, 2006 3:35:10 PM ] Synch time: 2328 ms
    [Dec 28, 2006 3:36:27 PM ] -
    [Dec 28, 2006 3:36:27 PM ] Bootstrap MODE:
    [Dec 28, 2006 3:36:27 PM ] <INSTANCE GLOBALS>
    [Dec 28, 2006 3:36:27 PM ]  determined by parameter [ID0032076].
    [Dec 28, 2006 3:36:27 PM ] -
    [Dec 28, 2006 3:36:30 PM ] Missing RunningMode property - runningin NORMAL mode.
    [Dec 28, 2006 3:36:30 PM ] Instance [ID32076] will run in [NORMAL] mode, performing action [NONE]
    [Dec 28, 2006 3:36:30 PM ] Discovered property [instance.en.port] with value [3201] !
    [Dec 28, 2006 3:36:30 PM ] Discovered property [instance.en.host] with value [rb3ddcg1] !
    [Dec 28, 2006 3:36:30 PM ] Synchronizing file [.\.hotspot_compiler].
    [Dec 28, 2006 3:36:30 PM ] ...Synched ok!
    [Dec 28, 2006 3:36:30 PM ] Synchronizing file [..\..\SDM\program\.hotspot_compiler].
    [Dec 28, 2006 3:36:30 PM ] ...Synched ok!
    [Dec 28, 2006 3:36:30 PM ] Synch time: 2625 ms
    [Dec 28, 2006 3:37:47 PM ] -
    [Dec 28, 2006 3:37:47 PM ] Bootstrap MODE:
    [Dec 28, 2006 3:37:47 PM ] <INSTANCE GLOBALS>
    [Dec 28, 2006 3:37:47 PM ]  determined by parameter [ID0032076].
    [De

    Here is output of original instance properties.
    <i><u><b>instance.properties</b></u></i>
    ID3207600.ClassPath=./bin/boot/boot.jar:./bin/system/bytecode.jar:.
    ID3207600.Debuggable=no
    ID3207600.JLaunchParameters=
    ID3207600.JavaParameters=-Djava.security.policy=./java.policy -Djava.security.egd=file:/dev/urandom -Dorg.omg.CORBA.ORBClass=com.sap.engine.system.ORBProxy -Dorg.omg.CORBA.ORBSingletonClass=com.sap.engine.system.ORBSingletonProxy -Djavax.rmi.CORBA.PortableRemoteObjectClass=com.sap.engine.system.PortableRemoteObjectProxy -Xms545m -XX:NewSize=182m -XX:MaxNewSize=182m -XX:NewRatio=3 -XX:DisableExplicitGC -verbose:gc -XX:UseConcMarkSweepGC
    ID3207600.JavaPath=C:/j2sdk1.4.2_12
    ID3207600.LogName=dispatcher
    ID3207600.MainClass=com.sap.engine.boot.Start
    ID3207600.MaxHeapSize=545
    ID3207600.Name=dispatcher
    ID3207600.Parameters=
    ID3207600.RootPath=F:/usr/sap/DCG/DVEBMGS00/j2ee/cluster/dispatcher
    ID3207600.Type=dispatcher
    ID3207650.ClassPath=./bin/boot/boot.jar:./bin/boot/jaas.jar:./bin/system/bytecode.jar:.
    ID3207650.DebugMode=no
    ID3207650.DebugPort=50021
    ID3207650.Debuggable=no
    ID3207650.JLaunchParameters=
    ID3207650.JavaParameters=-Djava.security.policy=./java.policy -Djava.security.egd=file:/dev/urandom -Dorg.omg.CORBA.ORBClass=com.sap.engine.system.ORBProxy -Dorg.omg.CORBA.ORBSingletonClass=com.sap.engine.system.ORBSingletonProxy -Djavax.rmi.CORBA.PortableRemoteObjectClass=com.sap.engine.system.PortableRemoteObjectProxy -Djco.jarm=1 -XX:MaxPermSize=256M -XX:PermSize=256M -Xms1024M -XX:NewSize=171M -XX:MaxNewSize=171M -XX:DisableExplicitGC -verbose:gc -Xloggc:GC.log -XX:PrintGCDetails -XX:+PrintGCTimeStamps -Djava.awt.headless=true -Dsun.io.useCanonCaches=false -XX:SoftRefLRUPolicyMSPerMB=1 -XX:SurvivorRatio=2 -XX:TargetSurvivorRatio=90 -Dorg.omg.PortableInterceptor.ORBInitializerClass.com.sap.engine.services.ts.jts.ots.PortableInterceptor.JTSInitializer
    ID3207650.JavaPath=C:/j2sdk1.4.2_12
    ID3207650.LogName=server0
    ID3207650.MainClass=com.sap.engine.boot.Start
    ID3207650.MaxHeapSize=1024
    ID3207650.Name=server0
    ID3207650.Parameters=
    ID3207650.RootPath=F:/usr/sap/DCG/DVEBMGS00/j2ee/cluster/server0
    ID3207650.Type=server
    bootstrap.ClassPath=./bootstrap/launcher.jar
    bootstrap.JavaParameters=-Djco.jarm=1
    bootstrap.JavaPath=C:/j2sdk1.4.2_12
    bootstrap.MainClass=com.sap.engine.offline.OfflineToolStart
    bootstrap.MaxHeapSize=512
    bootstrap.Name=bootstrap
    bootstrap.Parameters=com.sap.engine.bootstrap.Bootstrap ./bootstrap ID0032076
    bootstrap.RootPath=F:/usr/sap/DCG/DVEBMGS00/j2ee/cluster
    bootstrap.Type=bootstrap
    bootstrap_ID3207600.ClassPath=./bootstrap/launcher.jar
    bootstrap_ID3207600.JLaunchParameters=
    bootstrap_ID3207600.JavaParameters=-Djco.jarm=1
    bootstrap_ID3207600.JavaPath=C:/j2sdk1.4.2_12
    bootstrap_ID3207600.MainClass=com.sap.engine.offline.OfflineToolStart
    bootstrap_ID3207600.MaxHeapSize=256
    bootstrap_ID3207600.Name=dispatcher bootstrap
    bootstrap_ID3207600.Parameters=com.sap.engine.bootstrap.Bootstrap ./bootstrap ID003207600
    bootstrap_ID3207600.RootPath=F:/usr/sap/DCG/DVEBMGS00/j2ee/cluster
    bootstrap_ID3207600.Type=bootstrap
    bootstrap_ID3207650.ClassPath=./bootstrap/launcher.jar
    bootstrap_ID3207650.JLaunchParameters=
    bootstrap_ID3207650.JavaParameters=-Djco.jarm=1
    bootstrap_ID3207650.JavaPath=C:/j2sdk1.4.2_12
    bootstrap_ID3207650.MainClass=com.sap.engine.offline.OfflineToolStart
    bootstrap_ID3207650.MaxHeapSize=512
    bootstrap_ID3207650.Name=server0 bootstrap
    bootstrap_ID3207650.Parameters=com.sap.engine.bootstrap.Bootstrap ./bootstrap ID003207650
    bootstrap_ID3207650.RootPath=F:/usr/sap/DCG/DVEBMGS00/j2ee/cluster
    bootstrap_ID3207650.Type=bootstrap
    instance.box.number=DCGDVEBMGS00rb3ddcg1
    instance.en.host=rb3ddcg1
    instance.en.port=3201
    instance.enabled=yes
    instance.install.dir=F:/usr/sap/DCG/DVEBMGS00/j2ee
    instance.ms.host=rb3ddcg1
    instance.ms.port=3901
    instance.osLibsPath=F:/usr/sap/DCG/DVEBMGS00/j2ee/os_libs
    instance.runAction=NONE
    instance.runMode=NORMAL
    instance.system.id=0
    ===========================================
    I replaced instance.properties as per recommendation in privious message but I still get an error in dev_jcontrol
    JControlExecuteBootstrap: error executing bootstrap node [bootstrap] (rc = -1)
    Thanks,
    Digesh

  • 04S SR1 ABAP+JAVA Stack Installation Error rc-11113

    Hi ,
    I have installed SAP NW2004s SR1 successfully in Win 2003 Server (ABAP+JAVA) with Ora10.2.2 and Another server Dialog instance installation succesfully.
    I have stop and start dialog instance Java side Server0 is grey color. Central Server ABAP+JAVA side we have done it .Appl server side Server0 process Return code -11113.
    thanks in advance.
    trc file: "E:\usr\sap\BPH\D00\work\dev_server0", trc level: 1, release: "700"
    node name   : ID7184550
    pid         : 4236
    system name : BPH
    system nr.  : 00
    started at  : Mon Jan 08 13:52:20 2007
    arguments       :
           arg[00] : E:\usr\sap\BPH\D00\exe\jlaunch.exe
           arg[01] : pf=
    hldbwprd\sapmnt\BPH\SYS\profile\BPH_D00_hldbwapp1
           arg[02] : -DSAPINFO=BPH_00_server
           arg[03] : pf=
    hldbwprd\sapmnt\BPH\SYS\profile\BPH_D00_hldbwapp1
           arg[04] : -DSAPSTART=1
           arg[05] : -DCONNECT_PORT=1052
           arg[06] : -DSAPSYSTEM=00
           arg[07] : -DSAPSYSTEMNAME=BPH
           arg[08] : -DSAPMYNAME=hldbwapp1_BPH_00
           arg[09] : -DSAPPROFILE=
    hldbwprd\sapmnt\BPH\SYS\profile\BPH_D00_hldbwapp1
           arg[10] : -DFRFC_FALLBACK=ON
           arg[11] : -DFRFC_FALLBACK_HOST=localhost
    [Thr 4232] Mon Jan 08 13:52:20 2007
    [Thr 4232] *** WARNING => INFO: Unknown property [instance.box.number=BPHD00hldbwapp1] [jstartxx.c   841]
    [Thr 4232] *** WARNING => INFO: Unknown property [instance.en.host=hldbwprd] [jstartxx.c   841]
    [Thr 4232] *** WARNING => INFO: Unknown property [instance.en.port=3200] [jstartxx.c   841]
    [Thr 4232] *** WARNING => INFO: Unknown property [instance.system.id=0] [jstartxx.c   841]
    JStartupReadInstanceProperties: read instance properties [E:\usr\sap\BPH\D00\j2ee\cluster\instance.properties]
    -> ms host    : hldbwprd
    -> ms port    : 3900
    -> OS libs    : E:\usr\sap\BPH\D00\j2ee\os_libs
    -> Admin URL  :
    -> run mode   : normal
    -> run action : NONE
    -> enabled    : yes
    Used property files
    -> files [00] : E:\usr\sap\BPH\D00\j2ee\cluster\instance.properties
    Instance properties
    -> ms host    : hldbwprd
    -> ms port    : 3900
    -> os libs    : E:\usr\sap\BPH\D00\j2ee\os_libs
    -> admin URL  :
    -> run mode   : normal
    -> run action : NONE
    -> enabled    : yes
    Bootstrap nodes
    -> [00] bootstrap            : E:\usr\sap\BPH\D00\j2ee\cluster\instance.properties
    -> [01] bootstrap_ID7184500  : E:\usr\sap\BPH\D00\j2ee\cluster\instance.properties
    -> [02] bootstrap_ID7184550  : E:\usr\sap\BPH\D00\j2ee\cluster\instance.properties
    Worker nodes
    -> [00] ID7184500            : E:\usr\sap\BPH\D00\j2ee\cluster\instance.properties
    -> [01] ID7184550            : E:\usr\sap\BPH\D00\j2ee\cluster\instance.properties
    [Thr 4232] JLaunchRequestQueueInit: create named pipe for ipc
    [Thr 4232] JLaunchRequestQueueInit: create pipe listener thread
    [Thr 4300] WaitSyncSemThread: Thread 4300 started as semaphore monitor thread.
    [Thr 4308] JLaunchRequestFunc: Thread 4308 started as listener thread for np messages.
    [Thr 4232] NiInit3: NI already initialized; param 'maxHandles' ignored (1;402)
    [Thr 4232] CPIC (version=700.2006.09.13)
    [Thr 4232] [Node: server0] java home is set by profile parameter
         Java Home: C:\j2sdk1.4.2_13-x64
    [Thr 4232] JStartupICheckFrameworkPackage: can't find framework package E:\usr\sap\BPH\D00\exe\jvmx.jar
    JStartupIReadSection: read node properties [ID7184550]
    -> node name          : server0
    -> node type          : server
    -> node execute       : yes
    -> jlaunch parameters :
    -> java path          : C:\j2sdk1.4.2_13-x64
    -> java parameters    : -Djava.security.policy=./java.policy -Djava.security.egd=file:/dev/urandom -Dorg.omg.CORBA.ORBClass=com.sap.engine.system.ORBProxy -Dorg.omg.CORBA.ORBSingletonClass=com.sap.engine.system.ORBSingletonProxy -Djavax.rmi.CORBA.PortableRemoteObjectClass=com.sap.engine.system.PortableRemoteObjectProxy -Dorg.xml.sax.driver=com.sap.engine.lib.xml.parser.SAXParser -Djco.jarm=1 -Dsun.io.useCanonCaches=false -XX:NewSize=170m -XX:MaxNewSize=170m -XX:MaxPermSize=256m -Djava.awt.headless=true -XX:PermSize=256m -XX:SurvivorRatio=2 -XX:TargetSurvivorRatio=90 -XX:SoftRefLRUPolicyMSPerMB=1 -verbose:gc -XX:DisableExplicitGC -XX:PrintGCDetails -XX:+PrintGCTimeStamps -Drdbms.driverLocation=E:/usr/sap/BPH/D00/exe/ojdbc14.jar -Drdbms.driverLocation=E:/usr/sap/BPH/D00/exe/ojdbc14.jar
    -> java vm version    : 1.4.2_13-b06
    -> java vm vendor     : Java HotSpot(TM) 64-Bit Server VM (Sun Microsystems Inc.)
    -> java vm type       : server
    -> java vm cpu        : amd64
    -> heap size          : 2048M
    -> init heap size     : 2048M
    -> stack size         : 2M
    -> root path          : E:\usr\sap\BPH\D00\j2ee\cluster\server0
    -> class path         : .\bin\boot\boot.jar;.\bin\boot\jaas.jar;.\bin\system\bytecode.jar;.
    -> OS libs path       : E:\usr\sap\BPH\D00\j2ee\os_libs
    -> main class         : com.sap.engine.boot.Start
    -> framework class    : com.sap.bc.proj.jstartup.JStartupFramework
    -> registr. class     : com.sap.bc.proj.jstartup.JStartupNatives
    -> framework path     : E:\usr\sap\BPH\D00\exe\jstartup.jar;E:\usr\sap\BPH\D00\exe\jvmx.jar
    -> shutdown class     : com.sap.engine.boot.Start
    -> parameters         :
    -> debuggable         : no
    -> debug mode         : no
    -> debug port         : 50021
    -> shutdown timeout   : 120000
    [Thr 4232] JLaunchISetDebugMode: set debug mode [no]
    [Thr 4352] JLaunchIStartFunc: Thread 4352 started as Java VM thread.
    [Thr 4352] [JHVM_PrepareVMOptions] use java parameters set by profile parameter
         Java Parameters: -Xss2m
    JHVM_LoadJavaVM: VM Arguments of node [server0]
    -> stack   : 1048576 Bytes
    -> arg[  0]: exit
    -> arg[  1]: abort
    -> arg[  2]: vfprintf
    -> arg[  3]: -Djava.security.policy=./java.policy
    -> arg[  4]: -Djava.security.egd=file:/dev/urandom
    -> arg[  5]: -Dorg.omg.CORBA.ORBClass=com.sap.engine.system.ORBProxy
    -> arg[  6]: -Dorg.omg.CORBA.ORBSingletonClass=com.sap.engine.system.ORBSingletonProxy
    -> arg[  7]: -Djavax.rmi.CORBA.PortableRemoteObjectClass=com.sap.engine.system.PortableRemoteObjectProxy
    -> arg[  8]: -Dorg.xml.sax.driver=com.sap.engine.lib.xml.parser.SAXParser
    -> arg[  9]: -Djco.jarm=1
    -> arg[ 10]: -Dsun.io.useCanonCaches=false
    -> arg[ 11]: -XX:NewSize=170m
    -> arg[ 12]: -XX:MaxNewSize=170m
    -> arg[ 13]: -XX:MaxPermSize=256m
    -> arg[ 14]: -Djava.awt.headless=true
    -> arg[ 15]: -XX:PermSize=256m
    -> arg[ 16]: -XX:SurvivorRatio=2
    -> arg[ 17]: -XX:TargetSurvivorRatio=90
    -> arg[ 18]: -XX:SoftRefLRUPolicyMSPerMB=1
    -> arg[ 19]: -verbose:gc
    -> arg[ 20]: -XX:+DisableExplicitGC
    -> arg[ 21]: -XX:+PrintGCDetails
    -> arg[ 22]: -XX:+PrintGCTimeStamps
    -> arg[ 23]: -Drdbms.driverLocation=E:/usr/sap/BPH/D00/exe/ojdbc14.jar
    -> arg[ 24]: -Drdbms.driverLocation=E:/usr/sap/BPH/D00/exe/ojdbc14.jar
    -> arg[ 25]: -Dsys.global.dir=
    hldbwprd\sapmnt\BPH\SYS\global
    -> arg[ 26]: -Dapplication.home=E:\usr\sap\BPH\D00\exe
    -> arg[ 27]: -Djava.class.path=E:\usr\sap\BPH\D00\exe\jstartup.jar;E:\usr\sap\BPH\D00\exe\jvmx.jar;.\bin\boot\boot.jar;.\bin\boot\jaas.jar;.\bin\system\bytecode.jar;.
    -> arg[ 28]: -Djava.library.path=C:\j2sdk1.4.2_13-x64\jre\bin\server;C:\j2sdk1.4.2_13-x64\jre\bin;C:\j2sdk1.4.2_13-x64\bin;E:\usr\sap\BPH\D00\j2ee\os_libs;C:\j2sdk1.4.2_13-x64\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;
    HLDBWPRD\sapmnt\BPH\SYS\exe\uc\NTAMD64;
    hldbwprd\sapmnt\BPH\SYS\exe\uc\NTAMD64
    -> arg[ 29]: -Dmemory.manager=2048M
    -> arg[ 30]: -Xmx2048M
    -> arg[ 31]: -Xms2048M
    -> arg[ 32]: -Xss2M
    -> arg[ 33]: -DLoadBalanceRestricted=no
    -> arg[ 34]: -Djstartup.mode=JCONTROL
    -> arg[ 35]: -Djstartup.ownProcessId=4236
    -> arg[ 36]: -Djstartup.ownHardwareId=E2056562395
    -> arg[ 37]: -Djstartup.whoami=server
    -> arg[ 38]: -Djstartup.debuggable=no
    -> arg[ 39]: -Xss2m
    -> arg[ 40]: -DSAPINFO=BPH_00_server
    -> arg[ 41]: -DSAPSTART=1
    -> arg[ 42]: -DCONNECT_PORT=1052
    -> arg[ 43]: -DSAPSYSTEM=00
    -> arg[ 44]: -DSAPSYSTEMNAME=BPH
    -> arg[ 45]: -DSAPMYNAME=hldbwapp1_BPH_00
    -> arg[ 46]: -DSAPPROFILE=
    hldbwprd\sapmnt\BPH\SYS\profile\BPH_D00_hldbwapp1
    -> arg[ 47]: -DFRFC_FALLBACK=ON
    -> arg[ 48]: -DFRFC_FALLBACK_HOST=localhost
    -> arg[ 49]: -DSAPSTARTUP=1
    -> arg[ 50]: -DSAPSYSTEM=00
    -> arg[ 51]: -DSAPSYSTEMNAME=BPH
    -> arg[ 52]: -DSAPMYNAME=hldbwapp1_BPH_00
    -> arg[ 53]: -DSAPDBHOST=hldbwprd
    -> arg[ 54]: -Dj2ee.dbhost=hldbwprd
    CompilerOracle: exclude com/sapportals/portal/pb/layout/taglib/ContainerTag addIviewResources
    CompilerOracle: exclude com/sap/engine/services/keystore/impl/security/CodeBasedSecurityConnector getApplicationDomain
    CompilerOracle: exclude com/sap/engine/services/rmi_p4/P4StubSkeletonGenerator generateStub
    CompilerOracle: exclude com/sapportals/portal/prt/util/StringUtils escapeToJS
    CompilerOracle: exclude com/sapportals/portal/prt/core/broker/PortalServiceItem startServices
    CompilerOracle: exclude com/sap/engine/services/webservices/server/deploy/WSConfigurationHandler downloadFile
    CompilerOracle: exclude com/sapportals/portal/prt/jndisupport/util/AbstractHierarchicalContext lookup
    CompilerOracle: exclude com/sapportals/portal/navigation/cache/CacheNavigationNode getAttributeValue
    CompilerOracle: exclude com/sapportals/portal/navigation/TopLevelNavigationiView PrintNode
    CompilerOracle: exclude com/sapportals/wcm/service/ice/wcm/ICEPropertiesCoder encode
    CompilerOracle: exclude com/sap/lcr/pers/delta/importing/ObjectLoader loadObjects
    CompilerOracle: exclude com/sap/engine/services/webservices/jaxrpc/encoding/InstanceBuilder readElement
    CompilerOracle: exclude com/sap/engine/services/webservices/jaxrpc/encoding/InstanceBuilder readSequence
    CompilerOracle: exclude com/sap/engine/services/webservices/jaxrpc/encoding/TypeMappingImpl initializeRelations
    CompilerOracle: exclude com/sap/engine/services/webservices/jaxrpc/encoding/GeneratedComplexType _loadInto
    [Thr 4352] JHVM_LoadJavaVM: Java VM created OK.
    JHVM_BuildArgumentList: main method arguments of node [server0]
    [Thr 4396] Mon Jan 08 13:52:22 2007
    [Thr 4396] JHVM_RegisterNatives: registering methods in com.sap.bc.krn.perf.PerfTimes
    [Thr 4396] JHVM_RegisterNatives: registering methods in com.sap.bc.proj.jstartup.JStartupFramework
    [Thr 4396] JLaunchISetClusterId: set cluster id 7184550
    [Thr 4396] JLaunchISetState: change state from [Initial (0)] to [Waiting for start (1)]
    [Thr 4396] JLaunchISetState: change state from [Waiting for start (1)] to [Starting (2)]
    Mon Jan 08 13:52:25 2007
    4.607: [GC 4.607: [DefNew: 87040K->5750K(130560K), 0.0327722 secs] 87040K->5750K(2053632K), 0.0328325 secs]
    Mon Jan 08 13:52:28 2007
    8.291: [GC 8.292: [DefNew: 92790K->11826K(130560K), 0.0384225 secs] 92790K->11826K(2053632K), 0.0384922 secs]
    Mon Jan 08 13:52:29 2007
    9.250: [GC 9.250: [DefNew: 98866K->13465K(130560K), 0.0373147 secs] 98866K->13465K(2053632K), 0.0373668 secs]
    Mon Jan 08 13:52:30 2007
    10.297: [GC 10.297: [DefNew: 100505K->17197K(130560K), 0.0422756 secs] 100505K->17197K(2053632K), 0.0423279 secs]
    Mon Jan 08 13:52:32 2007
    11.829: [GC 11.830: [DefNew: 104237K->20770K(130560K), 0.0542577 secs] 104237K->20770K(2053632K), 0.0543203 secs]
    Mon Jan 08 13:52:35 2007
    15.343: [GC 15.344: [DefNew: 107810K->23939K(130560K), 0.0530113 secs] 107810K->23939K(2053632K), 0.0530620 secs]
    [Thr 4372] Mon Jan 08 13:53:58 2007
    [Thr 4372] JLaunchIExitJava: exit hook is called (rc = -11113)
    [Thr 4372] **********************************************************************
    ERROR => The Java VM terminated with a non-zero exit code.
    Please see SAP Note 943602 , section 'J2EE Engine exit codes'
    for additional information and trouble shooting.
    [Thr 4372] JLaunchCloseProgram: good bye (exitcode = -11113)
    trc file: "E:\usr\sap\BPH\D00\work\dev_server0", trc level: 1, release: "700"
    node name   : ID7184550
    pid         : 5856
    system name : BPH
    system nr.  : 00
    started at  : Mon Jan 08 13:54:00 2007
    arguments       :
           arg[00] : E:\usr\sap\BPH\D00\exe\jlaunch.exe
           arg[01] : pf=
    hldbwprd\sapmnt\BPH\SYS\profile\BPH_D00_hldbwapp1
           arg[02] : -DSAPINFO=BPH_00_server
           arg[03] : pf=
    hldbwprd\sapmnt\BPH\SYS\profile\BPH_D00_hldbwapp1
           arg[04] : -DSAPSTART=1
           arg[05] : -DCONNECT_PORT=1052
           arg[06] : -DSAPSYSTEM=00
           arg[07] : -DSAPSYSTEMNAME=BPH
           arg[08] : -DSAPMYNAME=hldbwapp1_BPH_00
           arg[09] : -DSAPPROFILE=
    hldbwprd\sapmnt\BPH\SYS\profile\BPH_D00_hldbwapp1
           arg[10] : -DFRFC_FALLBACK=ON
           arg[11] : -DFRFC_FALLBACK_HOST=localhost
    [Thr 5860] Mon Jan 08 13:54:00 2007
    [Thr 5860] *** WARNING => INFO: Unknown property [instance.box.number=BPHD00hldbwapp1] [jstartxx.c   841]
    [Thr 5860] *** WARNING => INFO: Unknown property [instance.en.host=hldbwprd] [jstartxx.c   841]
    [Thr 5860] *** WARNING => INFO: Unknown property [instance.en.port=3200] [jstartxx.c   841]
    [Thr 5860] *** WARNING => INFO: Unknown property [instance.system.id=0] [jstartxx.c   841]
    JStartupReadInstanceProperties: read instance properties [E:\usr\sap\BPH\D00\j2ee\cluster\instance.properties]
    -> ms host    : hldbwprd
    -> ms port    : 3900
    -> OS libs    : E:\usr\sap\BPH\D00\j2ee\os_libs
    -> Admin URL  :
    -> run mode   : normal
    -> run action : NONE
    -> enabled    : yes
    Used property files
    -> files [00] : E:\usr\sap\BPH\D00\j2ee\cluster\instance.properties
    Instance properties
    -> ms host    : hldbwprd
    -> ms port    : 3900
    -> os libs    : E:\usr\sap\BPH\D00\j2ee\os_libs
    -> admin URL  :
    -> run mode   : normal
    -> run action : NONE
    -> enabled    : yes
    Bootstrap nodes
    -> [00] bootstrap            : E:\usr\sap\BPH\D00\j2ee\cluster\instance.properties
    -> [01] bootstrap_ID7184500  : E:\usr\sap\BPH\D00\j2ee\cluster\instance.properties
    -> [02] bootstrap_ID7184550  : E:\usr\sap\BPH\D00\j2ee\cluster\instance.properties
    Worker nodes
    -> [00] ID7184500            : E:\usr\sap\BPH\D00\j2ee\cluster\instance.properties
    -> [01] ID7184550            : E:\usr\sap\BPH\D00\j2ee\cluster\instance.properties
    [Thr 5860] JLaunchRequestQueueInit: create named pipe for ipc
    [Thr 5860] JLaunchRequestQueueInit: create pipe listener thread
    [Thr 5864] JLaunchRequestFunc: Thread 5864 started as listener thread for np messages.
    [Thr 5868] WaitSyncSemThread: Thread 5868 started as semaphore monitor thread.
    [Thr 5860] NiInit3: NI already initialized; param 'maxHandles' ignored (1;402)
    [Thr 5860] CPIC (version=700.2006.09.13)
    [Thr 5860] [Node: server0] java home is set by profile parameter
         Java Home: C:\j2sdk1.4.2_13-x64
    [Thr 5860] JStartupICheckFrameworkPackage: can't find framework package E:\usr\sap\BPH\D00\exe\jvmx.jar
    JStartupIReadSection: read node properties [ID7184550]
    -> node name          : server0
    -> node type          : server
    -> node execute       : yes
    -> jlaunch parameters :
    -> java path          : C:\j2sdk1.4.2_13-x64
    -> java parameters    : -Djava.security.policy=./java.policy -Djava.security.egd=file:/dev/urandom -Dorg.omg.CORBA.ORBClass=com.sap.engine.system.ORBProxy -Dorg.omg.CORBA.ORBSingletonClass=com.sap.engine.system.ORBSingletonProxy -Djavax.rmi.CORBA.PortableRemoteObjectClass=com.sap.engine.system.PortableRemoteObjectProxy -Dorg.xml.sax.driver=com.sap.engine.lib.xml.parser.SAXParser -Djco.jarm=1 -Dsun.io.useCanonCaches=false -XX:NewSize=170m -XX:MaxNewSize=170m -XX:MaxPermSize=256m -Djava.awt.headless=true -XX:PermSize=256m -XX:SurvivorRatio=2 -XX:TargetSurvivorRatio=90 -XX:SoftRefLRUPolicyMSPerMB=1 -verbose:gc -XX:DisableExplicitGC -XX:PrintGCDetails -XX:+PrintGCTimeStamps -Drdbms.driverLocation=E:/usr/sap/BPH/D00/exe/ojdbc14.jar -Drdbms.driverLocation=E:/usr/sap/BPH/D00/exe/ojdbc14.jar
    -> java vm version    : 1.4.2_13-b06
    -> java vm vendor     : Java HotSpot(TM) 64-Bit Server VM (Sun Microsystems Inc.)
    -> java vm type       : server
    -> java vm cpu        : amd64
    -> heap size          : 2048M
    -> init heap size     : 2048M
    -> stack size         : 2M
    -> root path          : E:\usr\sap\BPH\D00\j2ee\cluster\server0
    -> class path         : .\bin\boot\boot.jar;.\bin\boot\jaas.jar;.\bin\system\bytecode.jar;.
    -> OS libs path       : E:\usr\sap\BPH\D00\j2ee\os_libs
    -> main class         : com.sap.engine.boot.Start
    -> framework class    : com.sap.bc.proj.jstartup.JStartupFramework
    -> registr. class     : com.sap.bc.proj.jstartup.JStartupNatives
    -> framework path     : E:\usr\sap\BPH\D00\exe\jstartup.jar;E:\usr\sap\BPH\D00\exe\jvmx.jar
    -> shutdown class     : com.sap.engine.boot.Start
    -> parameters         :
    -> debuggable         : no
    -> debug mode         : no
    -> debug port         : 50021
    -> shutdown timeout   : 120000
    [Thr 5860] JLaunchISetDebugMode: set debug mode [no]
    [Thr 5880] JLaunchIStartFunc: Thread 5880 started as Java VM thread.
    [Thr 5880] [JHVM_PrepareVMOptions] use java parameters set by profile parameter
         Java Parameters: -Xss2m
    JHVM_LoadJavaVM: VM Arguments of node [server0]
    -> stack   : 1048576 Bytes
    -> arg[  0]: exit
    -> arg[  1]: abort
    -> arg[  2]: vfprintf
    -> arg[  3]: -Djava.security.policy=./java.policy
    -> arg[  4]: -Djava.security.egd=file:/dev/urandom
    -> arg[  5]: -Dorg.omg.CORBA.ORBClass=com.sap.engine.system.ORBProxy
    -> arg[  6]: -Dorg.omg.CORBA.ORBSingletonClass=com.sap.engine.system.ORBSingletonProxy
    -> arg[  7]: -Djavax.rmi.CORBA.PortableRemoteObjectClass=com.sap.engine.system.PortableRemoteObjectProxy
    -> arg[  8]: -Dorg.xml.sax.driver=com.sap.engine.lib.xml.parser.SAXParser
    -> arg[  9]: -Djco.jarm=1
    -> arg[ 10]: -Dsun.io.useCanonCaches=false
    -> arg[ 11]: -XX:NewSize=170m
    -> arg[ 12]: -XX:MaxNewSize=170m
    -> arg[ 13]: -XX:MaxPermSize=256m
    -> arg[ 14]: -Djava.awt.headless=true
    -> arg[ 15]: -XX:PermSize=256m
    -> arg[ 16]: -XX:SurvivorRatio=2
    -> arg[ 17]: -XX:TargetSurvivorRatio=90
    -> arg[ 18]: -XX:SoftRefLRUPolicyMSPerMB=1
    -> arg[ 19]: -verbose:gc
    -> arg[ 20]: -XX:+DisableExplicitGC
    -> arg[ 21]: -XX:+PrintGCDetails
    -> arg[ 22]: -XX:+PrintGCTimeStamps
    -> arg[ 23]: -Drdbms.driverLocation=E:/usr/sap/BPH/D00/exe/ojdbc14.jar
    -> arg[ 24]: -Drdbms.driverLocation=E:/usr/sap/BPH/D00/exe/ojdbc14.jar
    -> arg[ 25]: -Dsys.global.dir=
    hldbwprd\sapmnt\BPH\SYS\global
    -> arg[ 26]: -Dapplication.home=E:\usr\sap\BPH\D00\exe
    -> arg[ 27]: -Djava.class.path=E:\usr\sap\BPH\D00\exe\jstartup.jar;E:\usr\sap\BPH\D00\exe\jvmx.jar;.\bin\boot\boot.jar;.\bin\boot\jaas.jar;.\bin\system\bytecode.jar;.
    -> arg[ 28]: -Djava.library.path=C:\j2sdk1.4.2_13-x64\jre\bin\server;C:\j2sdk1.4.2_13-x64\jre\bin;C:\j2sdk1.4.2_13-x64\bin;E:\usr\sap\BPH\D00\j2ee\os_libs;C:\j2sdk1.4.2_13-x64\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;
    HLDBWPRD\sapmnt\BPH\SYS\exe\uc\NTAMD64;
    hldbwprd\sapmnt\BPH\SYS\exe\uc\NTAMD64
    -> arg[ 29]: -Dmemory.manager=2048M
    -> arg[ 30]: -Xmx2048M
    -> arg[ 31]: -Xms2048M
    -> arg[ 32]: -Xss2M
    -> arg[ 33]: -DLoadBalanceRestricted=no
    -> arg[ 34]: -Djstartup.mode=JCONTROL
    -> arg[ 35]: -Djstartup.ownProcessId=5856
    -> arg[ 36]: -Djstartup.ownHardwareId=E2056562395
    -> arg[ 37]: -Djstartup.whoami=server
    -> arg[ 38]: -Djstartup.debuggable=no
    -> arg[ 39]: -Xss2m
    -> arg[ 40]: -DSAPINFO=BPH_00_server
    -> arg[ 41]: -DSAPSTART=1
    -> arg[ 42]: -DCONNECT_PORT=1052
    -> arg[ 43]: -DSAPSYSTEM=00
    -> arg[ 44]: -DSAPSYSTEMNAME=BPH
    -> arg[ 45]: -DSAPMYNAME=hldbwapp1_BPH_00
    -> arg[ 46]: -DSAPPROFILE=
    hldbwprd\sapmnt\BPH\SYS\profile\BPH_D00_hldbwapp1
    -> arg[ 47]: -DFRFC_FALLBACK=ON
    -> arg[ 48]: -DFRFC_FALLBACK_HOST=localhost
    -> arg[ 49]: -DSAPSTARTUP=1
    -> arg[ 50]: -DSAPSYSTEM=00
    -> arg[ 51]: -DSAPSYSTEMNAME=BPH
    -> arg[ 52]: -DSAPMYNAME=hldbwapp1_BPH_00
    -> arg[ 53]: -DSAPDBHOST=hldbwprd
    -> arg[ 54]: -Dj2ee.dbhost=hldbwprd
    CompilerOracle: exclude com/sapportals/portal/pb/layout/taglib/ContainerTag addIviewResources
    CompilerOracle: exclude com/sap/engine/services/keystore/impl/security/CodeBasedSecurityConnector getApplicationDomain
    CompilerOracle: exclude com/sap/engine/services/rmi_p4/P4StubSkeletonGenerator generateStub
    CompilerOracle: exclude com/sapportals/portal/prt/util/StringUtils escapeToJS
    CompilerOracle: exclude com/sapportals/portal/prt/core/broker/PortalServiceItem startServices
    CompilerOracle: exclude com/sap/engine/services/webservices/server/deploy/WSConfigurationHandler downloadFile
    CompilerOracle: exclude com/sapportals/portal/prt/jndisupport/util/AbstractHierarchicalContext lookup
    CompilerOracle: exclude com/sapportals/portal/navigation/cache/CacheNavigationNode getAttributeValue
    CompilerOracle: exclude com/sapportals/portal/navigation/TopLevelNavigationiView PrintNode
    CompilerOracle: exclude com/sapportals/wcm/service/ice/wcm/ICEPropertiesCoder encode
    CompilerOracle: exclude com/sap/lcr/pers/delta/importing/ObjectLoader loadObjects
    CompilerOracle: exclude com/sap/engine/services/webservices/jaxrpc/encoding/InstanceBuilder readElement
    CompilerOracle: exclude com/sap/engine/services/webservices/jaxrpc/encoding/InstanceBuilder readSequence
    CompilerOracle: exclude com/sap/engine/services/webservices/jaxrpc/encoding/TypeMappingImpl initializeRelations
    CompilerOracle: exclude com/sap/engine/services/webservices/jaxrpc/encoding/GeneratedComplexType _loadInto
    [Thr 5880] JHVM_LoadJavaVM: Java VM created OK.
    JHVM_BuildArgumentList: main method arguments of node [server0]
    [Thr 5928] Mon Jan 08 13:54:01 2007
    [Thr 5928] JHVM_RegisterNatives: registering methods in com.sap.bc.krn.perf.PerfTimes
    [Thr 5928] JHVM_RegisterNatives: registering methods in com.sap.bc.proj.jstartup.JStartupFramework
    [Thr 5928] JLaunchISetClusterId: set cluster id 7184550
    [Thr 5928] JLaunchISetState: change state from [Initial (0)] to [Waiting for start (1)]
    [Thr 5928] JLaunchISetState: change state from [Waiting for start (1)] to [Starting (2)]
    Mon Jan 08 13:54:03 2007
    2.603: [GC 2.603: [DefNew: 87040K->4867K(130560K), 0.0284306 secs] 87040K->4867K(2053632K), 0.0285308 secs]
    Mon Jan 08 13:54:05 2007
    5.223: [GC 5.223: [DefNew: 91907K->11518K(130560K), 0.0408426 secs] 91907K->11518K(2053632K), 0.0409425 secs]
    Mon Jan 08 13:54:07 2007
    6.686: [GC 6.687: [DefNew: 98558K->13912K(130560K), 0.0402691 secs] 98558K->13912K(2053632K), 0.0403528 secs]
    Mon Jan 08 13:54:08 2007
    7.526: [GC 7.526: [DefNew: 100952K->15742K(130560K), 0.0304138 secs] 100952K->15742K(2053632K), 0.0304797 secs]
    Mon Jan 08 13:54:09 2007
    8.418: [GC 8.418: [DefNew: 102782K->18803K(130560K), 0.0398691 secs] 102782K->18803K(2053632K), 0.0399374 secs]
    Mon Jan 08 13:54:10 2007
    9.624: [GC 9.624: [DefNew: 105843K->21607K(130560K), 0.0518553 secs] 105843K->21607K(2053632K), 0.0519496 secs]
    Mon Jan 08 13:54:11 2007
    10.996: [GC 10.996: [DefNew: 108647K->23088K(130560K), 0.0457538 secs] 108647K->23088K(2053632K), 0.0458224 secs]
    Mon Jan 08 13:54:16 2007
    15.746: [GC 15.746: [DefNew: 110128K->26264K(130560K), 0.0618036 secs] 110128K->26264K(2053632K), 0.0618841 secs]
    Mon Jan 08 13:54:22 2007
    21.442: [GC 21.442: [DefNew: 113304K->26073K(130560K), 0.0600622 secs] 113304K->26073K(2053632K), 0.0601435 secs]
    Mon Jan 08 13:54:27 2007
    27.037: [GC 27.037: [DefNew: 113113K->25829K(130560K), 0.0542426 secs] 113113K->25829K(2053632K), 0.0543274 secs]
    Mon Jan 08 13:54:33 2007
    32.670: [GC 32.670: [DefNew: 112869K->25850K(130560K), 0.0582416 secs] 112869K->25850K(2053632K), 0.0583258 secs]
    Mon Jan 08 13:54:39 2007
    38.367: [GC 38.367: [DefNew: 112890K->25889K(130560K), 0.0542917 secs] 112890K->25889K(2053632K), 0.0543729 secs]
    Mon Jan 08 13:54:44 2007
    43.999: [GC 44.000: [DefNew: 112929K->25844K(130560K), 0.0581064 secs] 112929K->25844K(2053632K), 0.0581876 secs]
    Mon Jan 08 13:54:50 2007
    49.608: [GC 49.608: [DefNew: 112884K->25821K(130560K), 0.0542883 secs] 112884K->25821K(2053632K), 0.0543712 secs]
    Mon Jan 08 13:54:55 2007
    55.259: [GC 55.260: [DefNew: 112861K->25846K(130560K), 0.0589922 secs] 112861K->25846K(2053632K), 0.0590744 secs]
    Mon Jan 08 13:55:01 2007
    60.945: [GC 60.945: [DefNew: 112886K->25885K(130560K), 0.0550006 secs] 112886K->25885K(2053632K), 0.0550789 secs]
    Mon Jan 08 13:55:07 2007
    66.641: [GC 66.641: [DefNew: 112925K->25894K(130560K), 0.0583144 secs] 112925K->25894K(2053632K), 0.0583952 secs]
    Mon Jan 08 13:55:13 2007
    72.403: [GC 72.403: [DefNew: 112934K->25946K(130560K), 0.0550346 secs] 112934K->25946K(2053632K), 0.0551135 secs]
    Mon Jan 08 13:55:18 2007
    77.995: [GC 77.995: [DefNew: 112986K->25815K(130560K), 0.0583925 secs] 112986K->25815K(2053632K), 0.0584736 secs]
    Mon Jan 08 13:55:24 2007
    83.644: [GC 83.644: [DefNew: 112855K->25866K(130560K), 0.0548353 secs] 112855K->25866K(2053632K), 0.0549154 secs]
    Mon Jan 08 13:55:29 2007
    89.339: [GC 89.339: [DefNew
    Mon Jan 08 13:55:30 2007
    : 112906K->25895K(130560K), 0.0582408 secs] 112906K->25895K(2053632K), 0.0583223 secs]
    [Thr 5884] Mon Jan 08 13:55:34 2007
    [Thr 5884] JLaunchIExitJava: exit hook is called (rc = -11113)
    [Thr 5884] **********************************************************************
    ERROR => The Java VM terminated with a non-zero exit code.
    Please see SAP Note 943602 , section 'J2EE Engine exit codes'
    for additional information and trouble shooting.
    [Thr 5884] JLaunchCloseProgram: good bye (exitcode = -11113)
    trc file: "E:\usr\sap\BPH\D00\work\dev_server0", trc level: 1, release: "700"
    node name   : ID7184550
    pid         : 5960
    system name : BPH
    system nr.  : 00
    started at  : Mon Jan 08 13:55:35 2007
    arguments       :
           arg[00] : E:\usr\sap\BPH\D00\exe\jlaunch.exe
           arg[01] : pf=
    hldbwprd\sapmnt\BPH\SYS\profile\BPH_D00_hldbwapp1
           arg[02] : -DSAPINFO=BPH_00_server
           arg[03] : pf=
    hldbwprd\sapmnt\BPH\SYS\profile\BPH_D00_hldbwapp1
           arg[04] : -DSAPSTART=1
           arg[05] : -DCONNECT_PORT=1052
           arg[06] : -DSAPSYSTEM=00
           arg[07] : -DSAPSYSTEMNAME=BPH
           arg[08] : -DSAPMYNAME=hldbwapp1_BPH_00
           arg[09] : -DSAPPROFILE=
    hldbwprd\sapmnt\BPH\SYS\profile\BPH_D00_hldbwapp1
           arg[10] : -DFRFC_FALLBACK=ON
           arg[11] : -DFRFC_FALLBACK_HOST=localhost
    [Thr 5536] Mon Jan 08 13:55:35 2007
    [Thr 5536] *** WARNING => INFO: Unknown property [instance.box.number=BPHD00hldbwapp1] [jstartxx.c   841]
    [Thr 5536] *** WARNING => INFO: Unknown property [instance.en.host=hldbwprd] [jstartxx.c   841]
    [Thr 5536] *** WARNING => INFO: Unknown property [instance.en.port=3200] [jstartxx.c   841]
    [Thr 5536] *** WARNING => INFO: Unknown property [instance.system.id=0] [jstartxx.c   841]
    JStartupReadInstanceProperties: read instance properties [E:\usr\sap\BPH\D00\j2ee\cluster\instance.properties]
    -> ms host    : hldbwprd
    -> ms port    : 3900
    -> OS libs    : E:\usr\sap\BPH\D00\j2ee\os_libs
    -> Admin URL  :
    -> run mode   : normal
    -> run action : NONE
    -> enabled    : yes
    Used property files
    -> files [00] : E:\usr\sap\BPH\D00\j2ee\cluster\instance.properties
    Instance properties
    -> ms host    : hldbwprd
    -> ms port    : 3900
    -> os libs    : E:\usr\sap\BPH\D00\j2ee\os_libs
    -> admin URL  :
    -> run mode   : normal
    -> run action : NONE
    -> enabled    : yes
    Bootstrap nodes
    -> [00] bootstrap            : E:\usr\sap\BPH\D00\j2ee\cluster\instance.properties
    -> [01] bootstrap_ID7184500  : E:\usr\sap\BPH\D00\j2ee\cluster\instance.properties
    -> [02] bootstrap_ID7184550  : E:\usr\sap\BPH\D00\j2ee\cluster\instance.properties
    Worker nodes
    -> [00] ID7184500            : E:\usr\sap\BPH\D00\j2ee\cluster\instance.properties
    -> [01] ID7184550            : E:\usr\sap\BPH\D00\j2ee\cluster\instance.properties
    [Thr 5536] JLaunchRequestQueueInit: create named pipe for ipc
    [Thr 5536] JLaunchRequestQueueInit: create pipe listener thread
    [Thr 5944] JLaunchRequestFunc: Thread 5944 started as listener thread for np messages.
    [Thr 5964] WaitSyncSemThread: Thread 5964 started as semaphore monitor thread.
    [Thr 5536] NiInit3: NI already initialized; param 'maxHandles' ignored (1;402)
    [Thr 5536] CPIC (version=700.2006.09.13)
    [Thr 5536] [Node: server0] java home is set by profile parameter
         Java Home: C:\j2sdk1.4.2_13-x64
    [Thr 5536] JStartupICheckFrameworkPackage: can't find framework package E:\usr\sap\BPH\D00\exe\jvmx.jar
    JStartupIReadSection: read node properties [ID7184550]
    -> node name          : server0
    -> node type          : server
    -> node execute       : yes
    -> jlaunch parameters :
    -> java path          : C:\j2sdk1.4.2_13-x64
    -> java parameters    : -Djava.security.policy=./java.policy -Djava.security.egd=file:/dev/urandom -Dorg.omg.CORBA.ORBClass=com.sap.engine.system.ORBProxy -Dorg.omg.CORBA.ORBSingletonClass=com.sap.engine.system.ORBSingletonProxy -Djavax.rmi.CORBA.PortableRemoteObjectClass=com.sap.engine.system.PortableRemoteObjectProxy -Dorg.xml.sax.driver=com.sap.engine.lib.xml.parser.SAXParser -Djco.jarm=1 -Dsun.io.useCanonCaches=false -XX:NewSize=170m -XX:MaxNewSize=170m -XX:MaxPermSize=256m -Djava.awt.headless=true -XX:PermSize=256m -XX:SurvivorRatio=2 -XX:TargetSurvivorRatio=90 -XX:SoftRefLRUPolicyMSPerMB=1 -verbose:gc -XX:DisableExplicitGC -XX:PrintGCDetails -XX:+PrintGCTimeStamps -Drdbms.driverLocation=E:/usr/sap/BPH/D00/exe/ojdbc14.jar -Drdbms.driverLocation=E:/usr/sap/BPH/D00/exe/ojdbc14.jar
    -> java vm version    : 1.4.2_13-b06
    -> java vm vendor     : Java HotSpot(TM) 64-Bit Server VM (Sun Microsystems Inc.)
    -> java vm type       : server
    -> java vm cpu        : amd64
    -> heap size          : 2048M
    -> init heap size     : 2048M
    -> stack size         : 2M
    -> root path          : E:\usr\sap\BPH\D00\j2ee\cluster\server0
    -> class path         : .\bin\boot\boot.jar;.\bin\boot\jaas.jar;.\bin\system\bytecode.jar;.
    -> OS libs path       : E:\usr\sap\BPH\D00\j2ee\os_libs
    -> main class         : com.sap.engine.boot.Start
    -> framework class    : com.sap.bc.proj.jstartup.JStartupFramework
    -> registr. class     : com.sap.bc.proj.jstartup.JStartupNatives
    -> framework path     : E:\usr\sap\BPH\D00\exe\jstartup.jar;E:\usr\sap\BPH\D00\exe\jvmx.jar
    -> shutdown class     : com.sap.engine.boot.Start
    -> parameters         :
    -> debuggable         : no
    -> debug mode         : no
    -> debug port         : 50021
    -> shutdown timeout   : 120000
    [Thr 5536] JLaunchISetDebugMode: set debug mode [no]
    [Thr 5952] JLaunchIStartFunc: Thread 5952 started as Java VM thread.
    [Thr 5952] [JHVM_PrepareVMOptions] use java parameters set by profile parameter
         Java Parameters: -Xss2m
    JHVM_LoadJavaVM: VM Arguments of node [server0]
    -> stack   : 1048576 Bytes
    -> arg[  0]: exit
    -> arg[  1]: abort
    -> arg[  2]: vfprintf
    -> arg[  3]: -Djava.security.policy=./java.policy
    -> arg[  4]: -Djava.security.egd=file:/dev/urandom
    -> arg[  5]: -Dorg.omg.CORBA.ORBClass=com.sap.engine.system.ORBProxy
    -> arg[  6]: -Dorg.omg.CORBA.ORBSingletonClass=com.sap.engine.system.ORBSingletonProxy
    -> arg[  7]: -Djavax.rmi.CORBA.PortableRemoteObjectClass=com.sap.engine.system.PortableRemoteObjectProxy
    -> arg[  8]: -Dorg.xml.sax.driver=com.sap.engine.lib.xml.parser.SAXParser
    -> arg[  9]: -Djco.jarm=1
    -> arg[ 10]: -Dsun.io.useCanonCaches=false
    -> arg[ 11]: -XX:NewSize=170m
    -> arg[ 12]: -XX:MaxNewSize=170m
    -> arg[ 13]: -XX:MaxPermSize=256m
    -> arg[ 14]: -Djava.awt.headless=true
    -> arg[ 15]: -XX:PermSize=256m
    -> arg[ 16]: -XX:SurvivorRatio=2
    -> arg[ 17]: -XX:TargetSurvivorRatio=90
    -> arg[ 18]: -XX:SoftRefLRUPolicyMSPerMB=1
    -> arg[ 19]: -verbose:gc
    -> arg[ 20]: -XX:+DisableExplicitGC
    -> arg[ 21]: -XX:+PrintGCDetails
    -> arg[ 22]: -XX:+PrintGCTimeStamps
    -> arg[ 23]: -Drdbms.driverLocation=E:/usr/sap/BPH/D00/exe/ojdbc14.jar
    -> arg[ 24]: -Drdbms.driverLocation=E:/usr/sap/BPH/D00/exe/ojdbc14.jar
    -> arg[ 25]: -Dsys.global.dir=
    hldbwprd\sapmnt\BPH\SYS\global
    -> arg[ 26]: -Dapplication.home=E:\usr\sap\BPH\D00\exe
    -> arg[ 27]: -Djava.class.path=E:\usr\sap\BPH\D00\exe\jstartup.jar;E:\usr\sap\BPH\D00\exe\jvmx.jar;.\bin\boot\boot.jar;.\bin\boot\jaas.jar;.\bin\system\bytecode.jar;.
    -> arg[ 28]: -Djava.library.path=C:\j2sdk1.4.2_13-x64\jre\bin\server;C:\j2sdk1.4.2_13-x64\jre\bin;C:\j2sdk1.4.2_13-x64\bin;E:\usr\sap\BPH\D00\j2ee\os_libs;C:\j2sdk1.4.2_13-x64\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;
    HLDBWPRD\sapmnt\BPH\SYS\exe\uc\NTAMD64;
    hldbwprd\sapmnt\BPH\SYS\exe\uc\NTAMD64
    -> arg[ 29]: -Dmemory.manager=2048M
    -> arg[ 30]: -Xmx2048M
    -> arg[ 31]: -Xms2048M
    -> arg[ 32]: -Xss2M
    -> arg[ 33]: -DLoadBalanceRestricted=no
    -> arg[ 34]: -Djstartup.mode=JCONTROL
    -> arg[ 35]: -Djstartup.ownProcessId=5960
    -> arg[ 36]: -Djstartup.ownHardwareId=E2056562395
    -> arg[ 37]: -Djstartup.whoami=server
    -> arg[ 38]: -Djstartup.debuggable=no
    -> arg[ 39]: -Xss2m
    -> arg[ 40]: -DSAPINFO=BPH_00_server
    -> arg[ 41]: -DSAPSTART=1
    -> arg[ 42]: -DCONNECT_PORT=1052
    -> arg[ 43]: -DSAPSYSTEM=00
    -> arg[ 44]: -DSAPSYSTEMNAME=BPH
    -> arg[ 45]: -DSAPMYNAME=hldbwapp1_BPH_00
    -> arg[ 46]: -DSAPPROFILE=
    hldbwprd\sapmnt\BPH\SYS\profile\BPH_D00_hldbwapp1
    -> arg[ 47]: -DFRFC_FALLBACK=ON
    -> arg[ 48]: -DFRFC_FALLBACK_HOST=localhost
    -> arg[ 49]: -DSAPSTARTUP=1
    -> arg[ 50]: -DSAPSYSTEM=00
    -> arg[ 51]: -DSAPSYSTEMNAME=BPH
    -> arg[ 52]: -DSAPMYNAME=hldbwapp1_BPH_00
    -> arg[ 53]: -DSAPDBHOST=hldbwprd
    -> arg[ 54]: -Dj2ee.dbhost=hldbwprd
    CompilerOracle: exclude com/sapportals/portal/pb/layout/taglib/ContainerTag addIviewResources
    CompilerOracle: exclude com/sap/engine/services/keystore/impl/security/CodeBasedSecurityConnector getApplicationDomain
    CompilerOracle: exclude com/sap/engine/services/rmi_p4/P4StubSkeletonGenerator generateStub
    CompilerOracle: exclude com/sapportals/portal/prt/util/StringUtils escapeToJS
    CompilerOracle: exclude com/sapportals/portal/prt/core/broker/PortalServiceItem startServices
    CompilerOracle: exclude com/sap/engine/services/webservices/server/deploy/WSConfigurationHandler downloadFile
    CompilerOracle: exclude com/sapportals/portal/prt/jndisupport/util/AbstractHierarchicalContext lookup
    CompilerOracle: exclude com/sapportals/portal/navigation/cache/CacheNavigationNode getAttributeValue
    CompilerOracle: exclude com/sapportals/portal/navigation/TopLevelNavigationiView PrintNode
    CompilerOracle: exclude com/sapportals/wcm/service/ice/wcm/ICEPropertiesCoder encode
    CompilerOracle: exclude com/sap/lcr/pers/delta/importing/ObjectLoader loadObjects
    CompilerOracle: exclude com/sap/engine/services/webservices/jaxrpc/encoding/InstanceBuilder readElement
    CompilerOracle: exclude com/sap/engine/services/webservices/jaxrpc/encoding/InstanceBuilder readSequence
    CompilerOracle: exclude com/sap/engine/services/webservices/jaxrpc/encoding/TypeMappingImpl initializeRelations
    CompilerOracle: exclude com/sap/engine/services/webservices/jaxrpc/encoding/GeneratedComplexType _loadInto
    [Thr 5952] JHVM_LoadJavaVM: Java VM created OK.
    JHVM_BuildArgumentList: main method arguments of node [server0]
    [Thr 3180] Mon Jan 08 13:55:36 2007
    [Thr 3180] JHVM_RegisterNatives: registering methods in com.sap.bc.krn.perf.PerfTimes
    [Thr 3180] JHVM_RegisterNatives: registering methods in com.sap.bc.proj.jstartup.JStartupFramework
    [Thr 3180] JLaunchISetClusterId: set cluster id 7184550
    [Thr 3180] JLaunchISetState: change state from [Initial (0)] to [Waiting for start (1)]
    [Thr 3180] JLaunchISetState: change state from [Waiting for start (1)] to [Starting (2)]
    Mon Jan 08 13:55:39 2007
    3.367: [GC 3.367: [DefNew: 87040K->6005K(130560K), 0.0328299 secs] 87040K->6005K(2053632K), 0.0329153 secs]
    Mon Jan 08 13:55:41 2007
    5.317: [GC 5.317: [DefNew: 93045K->13136K(130560K), 0.0564287 secs] 93045K->13136K(2053632K), 0.0565132 secs]
    Mon Jan 08 13:55:42 2007
    6.437: [GC 6.437: [DefNew: 100176K->15410K(130560K), 0.0327957 secs] 100176K->15410K(2053632K), 0.0328516 secs]
    Mon Jan 08 13:55:43 2007
    7.358: [GC 7.358: [DefNew: 102450K->17411K(130560K), 0.0390006 secs] 102450K->17411K(2053632K), 0.0390694 secs]
    8.206: [GC 8.207: [DefNew
    Mon Jan 08 13:55:44 2007
    : 104451K->21186K(130560K), 0.0474035 secs] 104451K->21186K(2053632K), 0.0474693 secs]
    Mon Jan 08 13:55:45 2007
    9.648: [GC 9.649: [DefNew: 108226K->23700K(130560K), 0.0524182 secs] 108226K->23700K(2053632K), 0.0524931 secs]
    [Thr 5988] Mon Jan 08 13:57:08 2007
    [Thr 5988] JLaunchIExitJava: exit hook is called (rc = -11113)
    [Thr 5988] **********************************************************************
    ERROR => The Java VM terminated with a non-zero exit code.
    Please see SAP Note 943602 , section 'J2EE Engine exit codes'
    for additional information and trouble shooting.
    [Thr 5988] JLaunchCloseProgram: good bye (exitcode = -11113)
    trc file: "E:\usr\sap\BPH\D00\work\dev_server0", trc level: 1, release: "700"
    node name   : ID7184550
    pid         : 3264
    system name : BPH
    system nr.  : 00
    started at  : Mon Jan 08 13:57:10 2007
    arguments       :
           arg[00] : E:\usr\sap\BPH\D00\exe\jlaunch.exe
           arg[01] : pf=
    hldbwprd\sapmnt\BPH\SYS\profile\BPH_D00_hldbwapp1
           arg[02] : -DSAPINFO=BPH_00_server
           arg[03] : pf=
    hldbwprd\sapmnt\BPH\SYS\profile\BPH_D00_hldbwapp1
           arg[04] : -DSAPSTART=1
           arg[05] : -DCONNECT_PORT=1052
           arg[06] : -DSAPSYSTEM=00
           arg[07] : -DSAPSYSTEMNAME=BPH
           arg[08] : -DSAPMYNAME=hldbwapp1_BPH_00
           arg[09] : -DSAPPROFILE=
    hldbwprd\sapmnt\BPH\SYS\profile\BPH_D00_hldbwapp1
           arg[10] : -DFRFC_FALLBACK=ON
           arg[11] : -DFRFC_FALLBACK_HOST=localhost
    [Thr 6036] Mon Jan 08 13:57:10 2007
    [Thr 6036] *** WARNING => INFO: Unknown property [instance.box.number=BPHD00hldbwapp1] [jstartxx.c   841]
    [Thr 6036] *** WARNING => INFO: Unknown property [instance.en.host=hldbwprd] [jstartxx.c   841]
    [Thr 6036] *** WARNING => INFO: Unknown property [instance.en.port=3200] [jstartxx.c   841]
    [Thr 6036] *** WARNING => INFO: Unknown property [instance.system.id=0] [jstartxx.c   841]
    JStartupReadInstanceProperties: read instance properties [E:\usr\sap\BPH\D00\j2ee\cluster\instance.properties]
    -> ms host    : hldbwprd
    -> ms port    : 3900
    -> OS libs    : E:\usr\sap\BPH\D00\j2ee\os_libs
    -> Admin URL  :
    -> run mode   : normal
    -> run action : NONE
    -> enabled    : yes
    Used property files
    -> files [00] : E:\usr\sap\BPH\D00\j2ee\cluster\instance.properties
    Instance properties
    -> ms host    : hldbwprd
    -> ms port    : 3900
    -> os libs    : E:\usr\sap\BPH\D00\j2ee\os_libs
    -> admin URL  :
    -> run mode   : normal
    -> run action : NONE
    -> enabled    : yes
    Bootstrap nodes
    -> [00] bootstrap            : E:\usr\sap\BPH\D00\j2ee\cluster\instance.properties
    -> [01] bootstrap_ID7184500  : E:\usr\sap\BPH\D00\j2ee\cluster\instance.properties
    -> [02] bootstrap_ID7184550  : E:\usr\sap\BPH\D00\j2ee\cluster\instance.properties
    Worker nodes
    -> [00] ID7184500            : E:\usr\sap\BPH\D00\j2ee\cluster\instance.properties
    -> [01] ID7184550            : E:\usr\sap\BPH\D00\j2ee\cluster\instance.properties
    [Thr 6036] JLaunchRequestQueueInit: create named pipe for ipc
    [Thr 6036] JLaunchRequestQueueInit: create pipe listener thread
    [Thr 3268] JLaunchRequestFunc: Thread 3268 started as listener thread for np messages.
    [Thr 6092] WaitSyncSemThread: Thread 6092 started as semaphore monitor thread.
    [Thr 6036] NiInit3: NI already initialized; param 'maxHandles' ignored (1;402)
    [Thr 6036] CPIC (version=700.2006.09.13)
    [Thr 6036] [Node: server0] java home is set by profile parameter
         Java Home: C:\j2sdk1.4.2_13-x64
    [Thr 6036] JStartupICheckFrameworkPackage: can't find framework package E:\usr\sap\BPH\D00\exe\jvmx.jar
    JStartupIReadSection: read node properties [ID7184550]
    -> node name          : server0
    -> node type          : server
    -> node execute       : yes
    -> jlaunch parameters :
    -> java path          : C:\j2sdk1.4.2_13-x64
    -> java parameters    : -Djava.security.policy=./java.policy -Djava.security.egd=file:/dev/urandom -Dorg.omg.CORBA.ORBClass=com.sap.engine.system.ORBProxy -Dorg.omg.CORBA.ORBSingletonClass=com.sap.engine.system.ORBSingletonProxy -Djavax.rmi.CORBA.PortableRemoteObjectClass=com.sap.engine.system.PortableRemoteObjectProxy -Dorg.xml.sax.driver=com.sap.engine.lib.xml.parser.SAXParser -Djco.jarm=1 -Dsun.io.useCanonCaches=false -XX:NewSize=170m -XX:MaxNewSize=170m -XX:MaxPermSize=256m -Djava.awt.headless=true -XX:PermSize=256m -XX:SurvivorRatio=2 -XX:TargetSurvivorRatio=90 -XX:SoftRefLRUPolicyMSPerMB=1 -verbose:gc -XX:DisableExplicitGC -XX:PrintGCDetails -XX:+PrintGCTimeStamps -Drdbms.driverLocation=E:/usr/sap/BPH/D00/exe/ojdbc14.jar -Drdbms.driverLocation=E:/usr/sap/BPH/D00/exe/ojdbc14.jar
    -> java vm version    : 1.4.2_13-b06
    -> java vm vendor     : Java HotSpot(TM) 64-Bit Server VM (Sun Microsystems Inc.)
    -> java vm type       : server
    -> java vm cpu        : amd64
    -> heap size          : 2048M
    -> init heap size     : 2048M
    -> stack size         : 2M
    -> root path          : E:\usr\sap\BPH\D00\j2ee\cluster\server0
    -> class path         : .\bin\boot\boot.jar;.\bin\boot\jaas.jar;.\bin\system\bytecode.jar;.
    -> OS libs path       : E:\usr\sap\BPH\D00\j2ee\os_libs
    -> main class         : com.sap.engine.boot.Start
    -> framework class    : com.sap.bc.proj.jstartup.JStartupFramework
    -> registr. class     : com.sap.bc.proj.jstartup.JStartupNatives
    -> framework path     : E:\usr\sap\BPH\D00\exe\jstartup.jar;E:\usr\sap\BPH\D00\exe\jvmx.jar
    -> shutdown class     : com.sap.engine.boot.Start
    -> parameters         :
    -> debuggable         : no
    -> debug mode         : no
    -> debug port         : 50021
    -> shutdown timeout   : 120000
    [Thr 6036] JLaunchISetDebugMode: set debug mode [no]
    [Thr 4220] JLaunchIStartFunc: Thread 4220 started as Java VM thread.
    [Thr 4220] [JHVM_PrepareVMOptions] use java parameters set by profile parameter
         Java Parameters: -Xss2m
    JHVM_LoadJavaVM: VM Arguments of node [server0]
    -> stack   : 1048576 Bytes
    -> arg[  0]: exit
    -> arg[  1]: abort
    -> arg[  2]: vfprintf
    -> arg[  3]: -Djava.security.policy=./java.policy
    -> arg[  4]: -Djava.security.egd=file:/dev/urandom
    -> arg[  5]: -Dorg.omg.CORBA.ORBClass=com.sap.engine.system.ORBProxy
    -> arg[  6]: -Dorg.omg.CORBA.ORBSingletonClass=com.sap.engine.system.ORBSingletonProxy
    -> arg[  7]: -Djavax.rmi.CORBA.PortableRemoteObjectClass=com.sap.engine.system.PortableRemoteObjectProxy
    -> arg[  8]: -Dorg.xml.sax.driver=com.sap.engine.lib.xml.parser.SAXParser
    -> arg[  9]: -Djco.jarm=1
    -> arg[ 10]: -Dsun.io.useCanonCaches=false
    -> arg[ 11]: -XX:NewSize=170m
    -> arg[ 12]: -XX:MaxNewSize=170m
    -> arg[ 13]: -XX:MaxPermSize=256m
    -> arg[ 14]: -Djava.awt.headless=true
    -> arg[ 15]: -XX:PermSize=256m
    -> arg[ 16]: -XX:SurvivorRatio=2
    -> arg[ 17]: -XX:TargetSurvivorRatio=90
    -> arg[ 18]: -XX:SoftRefLRUPolicyMSPerMB=1
    -> arg[ 19]: -verbose:gc
    -> arg[ 20]: -XX:+DisableExplicitGC
    -> arg[ 21]: -XX:+PrintGCDetails
    -> arg[ 22]: -XX:+PrintGCTimeStamps
    -> arg[ 23]: -Drdbms.driverLocation=E:/usr/sap/BPH/D00/exe/ojdbc14.jar
    -> arg[ 24]: -Drdbms.driverLocation=E:/usr/sap/BPH/D00/exe/ojdbc14.jar
    -> arg[ 25]: -Dsys.global.dir=
    hldbwprd\sapmnt\BPH\SYS\global
    -> arg[ 26]: -Dapplication.home=E:\usr\sap\BPH\D00\exe
    -> arg[ 27]: -Djava.class.path=E:\usr\sap\BPH\D00\exe\jstartup.jar;E:\usr\sap\BPH\D00\exe\jvmx.jar;.\bin\boot\boot.jar;.\bin\boot\jaas.jar;.\bin\system\bytecode.jar;.
    -> arg[ 28]: -Djava.library.path=C:\j2sdk1.4.2_13-x64\jre\bin\server;C:\j2sdk1.4.2_13-x64\jre\bin;C:\j2sdk1.4.2_13-x64\bin;E:\usr\sap\BPH\D00\j2ee\os_libs;C:\j2sdk1.4.2_13-x64\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;
    HLDBWPRD\sapmnt\BPH\SYS\exe\uc\NTAMD64;
    hldbwprd\sapmnt\BPH\SYS\exe\uc\NTAMD64
    -> arg[ 29]: -Dmemory.manager=2048M
    -> arg[ 30]: -Xmx2048M
    -> arg[ 31]: -Xms2048M
    -> arg[ 32]: -Xss2M
    -> arg[ 33]: -DLoadBalanceRestricted=no
    -> arg[ 34]: -Djstartup.mode=JCONTROL
    -> arg[ 35]: -Djstartup.ownProcessId=3264
    -> arg[ 36]: -Djstartup.ownHardwareId=E2056562395
    -> arg[ 37]: -Djstartup.whoami=server
    -> arg[ 38]: -Djstartup.debuggable=no
    -> arg[ 39]: -Xss2m
    -> arg[ 40]: -DSAPINFO=BPH_00_server
    -> arg[ 41]: -DSAPSTART=1
    -> arg[ 42]: -DCONNECT_PORT=1052
    -> arg[ 43]: -DSAPSYSTEM=00
    -> arg[ 44]: -DSAPSYSTEMNAME=BPH
    -> arg[ 45]: -DSAPMYNAME=hldbwapp1_BPH_00
    -> arg[ 46]: -DSAPPROFILE=
    hldbwprd\sapmnt\BPH\SYS\profile\BPH_D00_hldbwapp1
    -> arg[ 47]: -DFRFC_FALLBACK=ON
    -> arg[ 48]: -DFRFC_FALLBACK_HOST=localhost
    -> arg[ 49]: -DSAPSTARTUP=1
    -> arg[ 50]: -DSAPSYSTEM=00
    -> arg[ 51]: -DSAPSYSTEMNAME=BPH
    -> arg[ 52]: -DSAPMYNAME=hldbwapp1_BPH_00
    -> arg[ 53]: -DSAPDBHOST=hldbwprd
    -> arg[ 54]: -Dj2ee.dbhost=hldbwprd
    CompilerOracle: exclude com/sapportals/portal/pb/layout/taglib/ContainerTag addIviewResources
    CompilerOracle: exclude com/sap/engine/services/keystore/impl/security/CodeBasedSecurityConnector getApplicationDomain
    CompilerOracle: exclude com/sap/engine/services/rmi_p4/P4StubSkeletonGenerator generateStub
    CompilerOracle: exclude com/sapportals/portal/prt/util/StringUtils escapeToJS
    CompilerOracle: exclude com/sapportals/portal/prt/core/broker/PortalServiceItem startServices
    CompilerOracle: exclude com/sap/engine/services/webservices/server/deploy/WSConfigurationHandler downloadFile
    CompilerOracle: exclude com/sapportals/portal/prt/jndisupport/util/AbstractHierarchicalContext lookup
    CompilerOracle: exclude com/sapportals/portal/navigation/cache/CacheNavigationNode getAttributeValue
    CompilerOracle: exclude com/sapportals/portal/navigation/TopLevelNavigationiView PrintNode
    CompilerOracle: exclude com/sapportals/wcm/service/ice/wcm/ICEPropertiesCoder encode
    CompilerOracle: exclude com/sap/lcr/pers/delta/importing/ObjectLoader loadObjects
    CompilerOracle: exclude com/sap/engine/services/webservices/jaxrpc/encoding/InstanceBuilder readElement
    CompilerOracle: exclude com/sap/engine/services/webservices/jaxrpc/encoding/InstanceBuilder readSequence
    CompilerOracle: exclude com/sap/engine/services/webservices/jaxrpc/encoding/TypeMappingImpl initializeRelations
    CompilerOracle: exc

    Hi,
    Check the Config memory parameters.
    goto the config tool
    click on instance
    --> select server general tab
    --> check -Xmx   -Xms check 512 MB
    ---> select server and check
         -Xmx   -Xms   check 2048
    -XX:MaxNewSize = 340M
    -XX:NewSize = 340M
    -XX:MAxPermSize=400M
    -XX:PermSize=400M
    Regards
    Ben

  • Java Server0 stuck in starting apps state

    Dear All,
    My J2EE server was up and running, since last 2 days the Java stack [ more importantly the Server0 process] is down (showing yellow in the MMC), the SDM is running, the JAVA dispatcher is running , but the Server0 process is stuck in starting apps phase. I checked the Oracle tablespaces and found that Oracle SAPSR3DB was only 1%, so we increased the same.
    When we restarted the ABAP+JAVA stack we again found that our Java Server0 process is yellow phase , our SDM is running, the JAVA dispatcher is running , but the Server0 process starts and then moves to starting framework phase and then gets stuck in the starting apps phase.
    My ABAP part is running fine.
    On Checking the developer trace for this server 0 process , it says that JLaunchISetState is changing the state from starting application [2] to starting applications [10] where is gets stuck.Have also gone through the latest log files in the J2ee/cluster/server0/log, but could not find any error .
    I have tried waiting for long durations, but this has not resolved the issue.The RAM size is 3.5 GB and virtual memory is 12 GB.doesnt reveal any error.Also tried to increase the instance heap size via the config tool [ current value is 1024 , tried changing the value to 2048 , restarted cluster , but same issue again , so reverted back to old value].The OS is windows 2003 server , DB-Oracle 10g.This is a NW2004s stack on which PI 7.0 has been activated.
    Have also checked and found all J2EE users i.e. j2ee_admin, J2ee_guest, sapjsf, and all PI related super users unlocked.
    Also all DB schema users were found to be unlocked. Also tried increasing the number of threads in the thread manager in config tool.
    Also tried increasing the enque/table_space value to 4 times of RAM, but no change in problem.
    Checked values of VM parameters, everything seems to be fine.
    Please find the Dev_server0 trace file below :-
    trc file: "E:\usr\sap\PI7\DVEBMGS00\work\dev_server0", trc level: 1, release: "700"
    node name   : ID9240450
    pid         : 5796
    system name : PI7
    system nr.  : 00
    started at  : Tue Dec 16 11:29:55 2008
    arguments       :
           arg[00] : E:\usr\sap\PI7\DVEBMGS00\exe\jlaunch.exe
           arg[01] : pf=E:\usr\sap\PI7\SYS\profile\PI7_DVEBMGS00_hcl3SAP
           arg[02] : -DSAPINFO=PI7_00_server
           arg[03] : pf=E:\usr\sap\PI7\SYS\profile\PI7_DVEBMGS00_hcl3SAP
           arg[04] : -DSAPSTART=1
           arg[05] : -DCONNECT_PORT=2168
           arg[06] : -DSAPSYSTEM=00
           arg[07] : -DSAPSYSTEMNAME=PI7
           arg[08] : -DSAPMYNAME=hcl3SAP_PI7_00
           arg[09] : -DSAPPROFILE=E:\usr\sap\PI7\SYS\profile\PI7_DVEBMGS00_hcl3SAP
           arg[10] : -DFRFC_FALLBACK=ON
           arg[11] : -DFRFC_FALLBACK_HOST=localhost
    [Thr 5792] Tue Dec 16 11:29:55 2008
    [Thr 5792] *** WARNING => INFO: Unknown property [instance.box.number=PI7DVEBMGS00hcl3sap] [jstartxx.c   841]
    [Thr 5792] *** WARNING => INFO: Unknown property [instance.en.host=hcl3SAP] [jstartxx.c   841]
    [Thr 5792] *** WARNING => INFO: Unknown property [instance.en.port=3201] [jstartxx.c   841]
    [Thr 5792] *** WARNING => INFO: Unknown property [instance.system.id=0] [jstartxx.c   841]
    JStartupReadInstanceProperties: read instance properties [E:\usr\sap\PI7\DVEBMGS00\j2ee\cluster\instance.properties]
    -> ms host    : hcl3SAP
    -> ms port    : 3901
    -> OS libs    : E:\usr\sap\PI7\DVEBMGS00\j2ee\os_libs
    -> Admin URL  :
    -> run mode   : NORMAL
    -> run action : NONE
    -> enabled    : yes
    Used property files
    -> files [00] : E:\usr\sap\PI7\DVEBMGS00\j2ee\cluster\instance.properties
    Instance properties
    -> ms host    : hcl3SAP
    -> ms port    : 3901
    -> os libs    : E:\usr\sap\PI7\DVEBMGS00\j2ee\os_libs
    -> admin URL  :
    -> run mode   : NORMAL
    -> run action : NONE
    -> enabled    : yes
    Bootstrap nodes
    -> [00] bootstrap            : E:\usr\sap\PI7\DVEBMGS00\j2ee\cluster\instance.properties
    -> [01] bootstrap_ID9240400  : E:\usr\sap\PI7\DVEBMGS00\j2ee\cluster\instance.properties
    -> [02] bootstrap_ID9240450  : E:\usr\sap\PI7\DVEBMGS00\j2ee\cluster\instance.properties
    Worker nodes
    -> [00] ID9240400            : E:\usr\sap\PI7\DVEBMGS00\j2ee\cluster\instance.properties
    -> [01] ID9240450            : E:\usr\sap\PI7\DVEBMGS00\j2ee\cluster\instance.properties
    [Thr 5792] Tue Dec 16 11:29:56 2008
    [Thr 5792] JLaunchRequestQueueInit: create named pipe for ipc
    [Thr 5792] JLaunchRequestQueueInit: create pipe listener thread
    [Thr 5772] WaitSyncSemThread: Thread 5772 started as semaphore monitor thread.
    [Thr 5784] JLaunchRequestFunc: Thread 5784 started as listener thread for np messages.
    [Thr 5792] NiInit3: NI already initialized; param 'maxHandles' ignored (1;10002)
    [Thr 5792] CPIC (version=700.2006.09.13)
    [Thr 5792] [Node: server0] java home is set by profile parameter
         Java Home: C:\j2sdk1.4.2_09
    [Thr 5792] JStartupICheckFrameworkPackage: can't find framework package E:\usr\sap\PI7\DVEBMGS00\exe\jvmx.jar
    JStartupIReadSection: read node properties [ID9240450]
    -> node name          : server0
    -> node type          : server
    -> node execute       : yes
    -> jlaunch parameters :
    -> java path          : C:\j2sdk1.4.2_09
    -> java parameters    : -Djava.security.policy=./java.policy -Djava.security.egd=file:/dev/urandom -Dorg.omg.CORBA.ORBClass=com.sap.engine.system.ORBProxy -Dorg.omg.CORBA.ORBSingletonClass=com.sap.engine.system.ORBSingletonProxy -Djavax.rmi.CORBA.PortableRemoteObjectClass=com.sap.engine.system.PortableRemoteObjectProxy -Djco.jarm=1 -XX:MaxPermSize=256M -XX:PermSize=256M -XX:NewSize=171M -XX:MaxNewSize=171M -XX:DisableExplicitGC -verbose:gc -Xloggc:GC.log -XX:PrintGCDetails -XX:+PrintGCTimeStamps -Djava.awt.headless=true -Dsun.io.useCanonCaches=false -XX:SoftRefLRUPolicyMSPerMB=1 -XX:SurvivorRatio=2 -XX:TargetSurvivorRatio=90 -Dorg.omg.PortableInterceptor.ORBInitializerClass.com.sap.engine.services.ts.jts.ots.PortableInterceptor.JTSInitializer
    -> 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          : 1024M
    -> init heap size     : 1024M
    -> root path          : E:\usr\sap\PI7\DVEBMGS00\j2ee\cluster\server0
    -> class path         : .\bin\boot\boot.jar;.\bin\boot\jaas.jar;.\bin\system\bytecode.jar;.
    -> OS libs path       : E:\usr\sap\PI7\DVEBMGS00\j2ee\os_libs
    -> main class         : com.sap.engine.boot.Start
    -> framework class    : com.sap.bc.proj.jstartup.JStartupFramework
    -> registr. class     : com.sap.bc.proj.jstartup.JStartupNatives
    -> framework path     : E:\usr\sap\PI7\DVEBMGS00\exe\jstartup.jar;E:\usr\sap\PI7\DVEBMGS00\exe\jvmx.jar
    -> shutdown class     : com.sap.engine.boot.Start
    -> parameters         :
    -> debuggable         : no
    -> debug mode         : no
    -> debug port         : 50021
    -> shutdown timeout   : 120000
    [Thr 5792] JLaunchISetDebugMode: set debug mode [no]
    [Thr 5720] JLaunchIStartFunc: Thread 5720 started as Java VM thread.
    JHVM_LoadJavaVM: VM Arguments of node [server0]
    -> stack   : 262144 Bytes
    -> arg[  0]: exit
    -> arg[  1]: abort
    -> arg[  2]: vfprintf
    -> arg[  3]: -Djava.security.policy=./java.policy
    -> arg[  4]: -Djava.security.egd=file:/dev/urandom
    -> arg[  5]: -Dorg.omg.CORBA.ORBClass=com.sap.engine.system.ORBProxy
    -> arg[  6]: -Dorg.omg.CORBA.ORBSingletonClass=com.sap.engine.system.ORBSingletonProxy
    -> arg[  7]: -Djavax.rmi.CORBA.PortableRemoteObjectClass=com.sap.engine.system.PortableRemoteObjectProxy
    -> arg[  8]: -Djco.jarm=1
    -> arg[  9]: -XX:MaxPermSize=256M
    -> arg[ 10]: -XX:PermSize=256M
    -> arg[ 11]: -XX:NewSize=171M
    -> arg[ 12]: -XX:MaxNewSize=171M
    -> arg[ 13]: -XX:+DisableExplicitGC
    -> arg[ 14]: -verbose:gc
    -> arg[ 15]: -Xloggc:GC.log
    -> arg[ 16]: -XX:+PrintGCDetails
    -> arg[ 17]: -XX:+PrintGCTimeStamps
    -> arg[ 18]: -Djava.awt.headless=true
    -> arg[ 19]: -Dsun.io.useCanonCaches=false
    -> arg[ 20]: -XX:SoftRefLRUPolicyMSPerMB=1
    -> arg[ 21]: -XX:SurvivorRatio=2
    -> arg[ 22]: -XX:TargetSurvivorRatio=90
    -> arg[ 23]: -Dorg.omg.PortableInterceptor.ORBInitializerClass.com.sap.engine.services.ts.jts.ots.PortableInterceptor.JTSInitializer
    -> arg[ 24]: -Dsys.global.dir=E:\usr\sap\PI7\SYS\global
    -> arg[ 25]: -Dapplication.home=E:\usr\sap\PI7\DVEBMGS00\exe
    -> arg[ 26]: -Djava.class.path=E:\usr\sap\PI7\DVEBMGS00\exe\jstartup.jar;E:\usr\sap\PI7\DVEBMGS00\exe\jvmx.jar;.\bin\boot\boot.jar;.\bin\boot\jaas.jar;.\bin\system\bytecode.jar;.
    -> arg[ 27]: -Djava.library.path=C:\j2sdk1.4.2_09\jre\bin\server;C:\j2sdk1.4.2_09\jre\bin;C:\j2sdk1.4.2_09\bin;E:\usr\sap\PI7\DVEBMGS00\j2ee\os_libs;E:\oracle\PI7\102\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\j2sdk1.4.2_09\bin;C:\j2sdk1.4.2_09\jre\bin;E:\usr\sap\PI7\SYS\exe\uc\NTI386
    -> arg[ 28]: -Dmemory.manager=1024M
    -> arg[ 29]: -Xmx1024M
    -> arg[ 30]: -Xms1024M
    -> arg[ 31]: -DLoadBalanceRestricted=no
    -> arg[ 32]: -Djstartup.mode=JCONTROL
    -> arg[ 33]: -Djstartup.ownProcessId=5796
    -> arg[ 34]: -Djstartup.ownHardwareId=G1631462527
    -> arg[ 35]: -Djstartup.whoami=server
    -> arg[ 36]: -Djstartup.debuggable=no
    -> arg[ 37]: -DSAPINFO=PI7_00_server
    -> arg[ 38]: -DSAPSTART=1
    -> arg[ 39]: -DCONNECT_PORT=2168
    -> arg[ 40]: -DSAPSYSTEM=00
    -> arg[ 41]: -DSAPSYSTEMNAME=PI7
    -> arg[ 42]: -DSAPMYNAME=hcl3SAP_PI7_00
    -> arg[ 43]: -DSAPPROFILE=E:\usr\sap\PI7\SYS\profile\PI7_DVEBMGS00_hcl3SAP
    -> arg[ 44]: -DFRFC_FALLBACK=ON
    -> arg[ 45]: -DFRFC_FALLBACK_HOST=localhost
    -> arg[ 46]: -DSAPSTARTUP=1
    -> arg[ 47]: -DSAPSYSTEM=00
    -> arg[ 48]: -DSAPSYSTEMNAME=PI7
    -> arg[ 49]: -DSAPMYNAME=hcl3SAP_PI7_00
    -> arg[ 50]: -DSAPDBHOST=hcl3SAP
    -> arg[ 51]: -Dj2ee.dbhost=hcl3SAP
    CompilerOracle: exclude com/sapportals/portal/pb/layout/taglib/ContainerTag addIviewResources
    CompilerOracle: exclude com/sap/engine/services/keystore/impl/security/CodeBasedSecurityConnector getApplicationDomain
    CompilerOracle: exclude com/sap/engine/services/rmi_p4/P4StubSkeletonGenerator generateStub
    CompilerOracle: exclude com/sapportals/portal/prt/util/StringUtils escapeToJS
    CompilerOracle: exclude com/sapportals/portal/prt/core/broker/PortalServiceItem startServices
    CompilerOracle: exclude com/sap/engine/services/webservices/server/deploy/WSConfigurationHandler downloadFile
    CompilerOracle: exclude com/sapportals/portal/prt/jndisupport/util/AbstractHierarchicalContext lookup
    CompilerOracle: exclude com/sapportals/portal/navigation/cache/CacheNavigationNode getAttributeValue
    CompilerOracle: exclude com/sapportals/portal/navigation/TopLevelNavigationiView PrintNode
    CompilerOracle: exclude com/sapportals/wcm/service/ice/wcm/ICEPropertiesCoder encode
    CompilerOracle: exclude com/sap/lcr/pers/delta/importing/ObjectLoader loadObjects
    CompilerOracle: exclude com/sap/engine/services/webservices/jaxrpc/encoding/InstanceBuilder readElement
    CompilerOracle: exclude com/sap/engine/services/webservices/jaxrpc/encoding/InstanceBuilder readSequence
    CompilerOracle: exclude com/sap/engine/services/webservices/jaxrpc/encoding/TypeMappingImpl initializeRelations
    CompilerOracle: exclude com/sap/engine/services/webservices/jaxrpc/encoding/GeneratedComplexType _loadInto
    [Thr 5720] JHVM_LoadJavaVM: Java VM created OK.
    JHVM_BuildArgumentList: main method arguments of node [server0]
    [Thr 4072] Tue Dec 16 11:29:59 2008
    [Thr 4072] JHVM_RegisterNatives: registering methods in com.sap.bc.krn.perf.PerfTimes
    [Thr 4072] Tue Dec 16 11:30:00 2008
    [Thr 4072] JHVM_RegisterNatives: registering methods in com.sap.bc.proj.jstartup.JStartupFramework
    [Thr 4072] JLaunchISetClusterId: set cluster id 9240450
    [Thr 4072] Tue Dec 16 11:30:01 2008
    [Thr 4072] JLaunchISetState: change state from [Initial (0)] to [Waiting for start (1)]
    [Thr 4072] JLaunchISetState: change state from [Waiting for start (1)] to [Starting (2)]
    [Thr 6392] Tue Dec 16 11:30:28 2008
    [Thr 6392] JHVM_RegisterNatives: registering methods in com.sap.mw.rfc.driver.CpicDriver
    [Thr 6392] JHVM_RegisterNatives: registering methods in com.sap.i18n.cp.ConverterJNI
    [Thr 6392] Tue Dec 16 11:30:29 2008
    [Thr 6392] JHVM_RegisterNatives: registering methods in com.sap.mw.rfc.engine.Compress
    [Thr 6704] Tue Dec 16 11:30:36 2008
    [Thr 6704] JHVM_RegisterNatives: registering methods in com.sap.security.core.server.vsi.service.jni.VirusScanInterface
    [Thr 4072] Tue Dec 16 11:31:48 2008
    [Thr 4072] JLaunchISetState: change state from [Starting (2)] to [Starting applications (10)]
    Thanks in advance for your time and patience.
    Prashant
    Edited by: Prashant Vijayadas on Dec 16, 2008 5:14 PM

    Hi Jazz,
    i cannot seem to find any errors in the default trace files either [ located in usr/sap/<SID>/DVEBMGS/j2ee/cluster/server0/log ]
    Please find the default trace files below:
    <!LOGHEADER[START]/>
    <!HELP[Manual modification of the header may cause parsing problem!]/>
    <!LOGGINGVERSION[1.5.3.7185 - 630]/>
    <!NAME[./log/defaultTrace.trc]/>
    <!PATTERN[defaultTrace.trc]/>
    <!FORMATTER[com.sap.tc.logging.ListFormatter]/>
    <!ENCODING[Cp1252]/>
    <!FILESET[4, 20, 10485760]/>
    <!PREVIOUSFILE[defaultTrace.3.trc]/>
    <!NEXTFILE[defaultTrace.5.trc]/>
    <!LOGHEADER[END]/>
    #1.5#0012793AE40C00440000000C0000121800045DD8487B974B#1229083417427#System.err##System.err#######SAPEngine_System_Thread[impl:5]_69##0#0#Error##Plain###     at com.sap.engine.frame.core.thread.Task.run(Task.java:64)#
    #1.5#0012793AE40C00440000000D0000121800045DD8487D650D#1229083417552#System.err##System.err#######SAPEngine_System_Thread[impl:5]_69##0#0#Error##Plain###     at com.sap.engine.core.thread.impl5.SingleThread.execute(SingleThread.java:79)#
    #1.5#0012793AE40C00440000000E0000121800045DD8487D65A5#1229083417552#System.err##System.err#######SAPEngine_System_Thread[impl:5]_69##0#0#Error##Plain###     at com.sap.engine.core.thread.impl5.SingleThread.run(SingleThread.java:150)#
    #1.5#0012793AE40C002F000000060000121800045DD848DD3380#1229083423878#com.sap.engine.services.rfcengine##com.sap.engine.services.rfcengine.RFCRuntimeInterfaceImpl.init()#######SAPEngine_System_Thread[impl:5]_32##0#0#Error#1#/System/Server#Java###SNC properties not found ##
    #1.5#0012793AE40C0047000000000000121800045DD849291423#1229083428954#com.sap.aii.af.service.cpa.impl.cache.CacheManager##com.sap.aii.af.service.cpa.impl.cache.CacheManager.performCacheUpdate(boolean)#######SAPEngine_System_Thread[impl:5]_65##0#0#Error##Java###CPA Cache not updated with directory data, due to: #1#Couldn't open Directory URL (http://hcl3sap.hclt.corp.hcl.in:50000/dir/hmi_cache_refresh_service/ext?method=CacheRefresh&mode=C&consumer=af.pi7.hcl3sap), due to: HTTP 503: Not Ready#
    #1.5#0012793AE40C0047000000010000121800045DD849298BB2#1229083428985#com.sap.aii.af.service.cpa.impl.cache.CacheManager##com.sap.aii.af.service.cpa.impl.cache.CacheManager.performCacheUpdate(boolean)#######SAPEngine_System_Thread[impl:5]_65##0#0#Error##Java###Confirmation handling failed, due to: #1#Couldn't send confirmation, due to: Couldn't access Confirmation URL, due to: HTTP 503: Not Ready#
    #1.5#0012793AE40C0049000000000000121800045DD8492F4B02#1229083429407#com.sap.aii.af.service.alerting.Alert##com.sap.aii.af.service.alerting.Alert.getMDTUrl()#######SAPEngine_System_Thread[impl:5]_8##0#0#Error##Plain###HTTP response code: 503 (Not Ready)#
    #1.5#0012793AE40C004E000000000000121800045DD8496DB509#1229083433562#com.sap.aii.adapter.jdbc.XI2JDBC##com.sap.aii.adapter.jdbc.XI2JDBC.init(Channel, AdminAdapter, boolean)#######SAPEngine_System_Thread[impl:5]_41##0#0#Error#1#/Applications/ExchangeInfrastructure/AdapterFramework/Services/ADAPTER/ADMIN/JDBC#Java###Configuration error in : #2#JDBC_Receiver_CC#<null>#
    #1.5#0012793AE40C002F000000090000121800045DD84973B644#1229083433968#com.sap.engine.services.rfcengine##com.sap.engine.services.rfcengine.RFCRuntimeInterfaceImpl.init()#######SAPEngine_System_Thread[impl:5]_32##0#0#Error#1#/System/Server#Java###SNC properties not found ##
    #1.5#0012793AE40C0050000000020000121800045DD849746B3F#1229083433999#com.sap.engine.services.jndi##com.sap.engine.services.jndi#J2EE_GUEST#0#####SAPEngine_Application_Thread[impl:3]_47##0#0#Warning#1#/System/Audit#Java###Exception #1#com.sap.engine.services.jndi.persistent.exceptions.NoPermissionException: Exception during getInitialContext operation. Wrong security principle/credentials. [Root exception is com.sap.engine.services.security.exceptions.BaseLoginException: Cannot authenticate the user.]
         at com.sap.engine.services.jndi.implclient.LoginHelper.serverSideLogin(LoginHelper.java:70)
         at com.sap.engine.services.jndi.InitialContextFactoryImpl.getInitialContext(InitialContextFactoryImpl.java:135)
         at com.sap.engine.system.naming.provider.DefaultInitialContext._getDefaultInitCtxt(DefaultInitialContext.java:65)
         at com.sap.engine.system.naming.provider.DefaultInitialContext.<init>(DefaultInitialContext.java:46)
         at com.sap.engine.system.naming.provider.DefaultInitialContextFactory.getInitialContext(DefaultInitialContextFactory.java:41)
         at javax.naming.spi.NamingManager.getInitialContext(NamingManager.java:662)
         at javax.naming.InitialContext.getDefaultInitCtx(InitialContext.java:243)
         at javax.naming.InitialContext.init(InitialContext.java:219)
         at javax.naming.InitialContext.<init>(InitialContext.java:195)
         at com.sap.aii.af.service.jms.WorkerJMSSender.init(WorkerJMSSender.java:318)
         at com.sap.aii.af.service.jms.WorkerHandlerImpl.run(WorkerHandlerImpl.java:344)
         at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
         at java.security.AccessController.doPrivileged(Native Method)
         at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:100)
         at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:124)
    Caused by: com.sap.engine.services.security.exceptions.BaseLoginException: Cannot authenticate the user.
         at com.sap.engine.services.security.login.ModulesProcessAction.run(ModulesProcessAction.java:180)
         at java.security.AccessController.doPrivileged(Native Method)
         at com.sap.engine.services.security.login.FastLoginContext.login(FastLoginContext.java:172)
         at com.sap.engine.services.jndi.implclient.LoginHelper.serverSideLogin(LoginHelper.java:60)
         ... 14 more
    Caused by: com.sap.engine.services.security.exceptions.BaseLoginException: Authentication did not succeed.
         at com.sap.engine.services.security.login.ModulesProcessAction.run(ModulesProcessAction.java:177)
         ... 17 more
    #1.5#0012793AE40C0050000000030000121800045DD849747B70#1229083434015#com.sap.aii.af.service.jms.WorkerJMSSender##com.sap.aii.af.service.jms.WorkerJMSSender.init(WorkerHandler moduleHandler, Object para)#J2EE_GUEST#0#####SAPEngine_Application_Thread[impl:3]_47##0#0#Error##Java###Unable to create the QueueConnectionFactory due to #1#Error getting the server-side naming service functionality during getInitialContext operation.#
    #1.5#0012793AE40C0051000000000000121800045DD849761D0C#1229083434124#com.sap.aii.adapter.jdbc.JDBC2XI##com.sap.aii.adapter.jdbc.JDBC2XI.handleDBConnectException(Exception)#J2EE_GUEST#0#####JDBC2XI[:JDBC2JDBC_Sender_BS:JDBC_Sender_CC]_1##0#0#Error#1#/Applications/ExchangeInfrastructure/AdapterFramework/Services/ADAPTER/ADMIN/JDBC#Plain###Accessing database connection 'jdbc:odbc:Driver={Microsoft Access Driver (.mdb)};DBQ=C:
    XI
    Sender
    RamaSurya.mdb' failed: com.sap.aii.adapter.jdbc.sql.DriverManagerException: Cannot establish connection to URL 'jdbc:odbc:Driver={Microsoft Access Driver (.mdb)};DBQ=C:
    XI
    Sender
    RamaSurya.mdb': SQLException: [Microsoft][ODBC Microsoft Access Driver]General error Unable to open registry key 'Temporary (volatile) Jet DSN for process 0x1218 Thread 0x70c DBC 0x779cd6c Jet'.#
    #1.5#0012793AE40C0050000000040000121800045DD8497B42D4#1229083434452#com.sap.aii.af.service.jms.WorkerJMSSender##com.sap.aii.af.service.jms.WorkerJMSSender.start()#J2EE_GUEST#0#####SAPEngine_Application_Thread[impl:3]_47##0#0#Error#1#/Applications/ExchangeInfrastructure/AdapterFramework/Services/JMS_ROOT#Java###Channel is errornous, hence it cannot be started. See error messages (' Error during channel initialization; exception trace: com.sap.engine.services.jndi.persistent.exceptions.NamingException: Error getting the server-side naming service functionality during getInitialContext operation.
         at com.sap.engine.services.jndi.InitialContextFactoryImpl.getInitialContext(InitialContextFactoryImpl.java:243)
         at com.sap.engine.system.naming.provider.DefaultInitialContext._getDefaultInitCtxt(DefaultInitialContext.java:65)
         at com.sap.engine.system.naming.provider.DefaultInitialContext.<init>(DefaultInitialContext.java:46)
         at com.sap.engine.system.naming.provider.DefaultInitialContextFactory.getInitialContext(DefaultInitialContextFactory.java:41)
         at javax.naming.spi.NamingManager.getInitialContext(NamingManager.java:662)
         at javax.naming.InitialContext.getDefaultInitCtx(InitialContext.java:243)
         at javax.naming.InitialContext.init(InitialContext.java:219)
         at javax.naming.InitialContext.<init>(InitialContext.java:195)
         at com.sap.aii.af.service.jms.WorkerJMSSender.init(WorkerJMSSender.java:318)
         at com.sap.aii.af.service.jms.WorkerHandlerImpl.run(WorkerHandlerImpl.java:344)
         at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
         at java.security.AccessController.doPrivileged(Native Method)
         at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:100)
         at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:124)
    Caused by: com.sap.engine.services.jndi.persistent.exceptions.NoPermissionException: Exception during getInitialContext operation. Wrong security principle/credentials. [Root exception is com.sap.engine.services.security.exceptions.BaseLoginException: Cannot authenticate the user.]
         at com.sap.engine.services.jndi.implclient.LoginHelper.serverSideLogin(LoginHelper.java:70)
         at com.sap.engine.services.jndi.InitialContextFactoryImpl.getInitialContext(InitialContextFactoryImpl.java:135)
         ... 13 more
    Caused by: com.sap.engine.services.security.exceptions.BaseLoginException: Cannot authenticate the user.
         at com.sap.engine.services.security.login.ModulesProcessAction.run(ModulesProcessAction.java:180)
         at java.security.AccessController.doPrivileged(Native Method)
         at com.sap.engine.services.security.login.FastLoginContext.login(FastLoginContext.java:172)
         at com.sap.engine.services.jndi.implclient.LoginHelper.serverSideLogin(LoginHelper.java:60)
         ... 14 more
    Caused by: com.sap.engine.services.security.exceptions.BaseLoginException: Authentication did not succeed.
         at com.sap.engine.services.security.login.ModulesProcessAction.run(ModulesProcessAction.java:177)
         ... 17 more
    ') before. Reconfigure it or restart the JMS service!#1#VASAVI_RCR_JMS_HR#
    #1.5#0012793AE40C004E000000020000121800045DD84981BA8C#1229083434874#com.sap.aii.adapter.jdbc.XI2JDBC##com.sap.aii.adapter.jdbc.XI2JDBC.handleDBConnectException(Exception, AlertContextInformation)#######SAPEngine_System_Thread[impl:5]_41##0#0#Error#1#/Applications/ExchangeInfrastructure/AdapterFramework/Services/ADAPTER/ADMIN/JDBC#Plain###Accessing database connection 'jdbc:oracle:thin:@10.117.34.111:1521:ORACLE' failed: com.sap.aii.adapter.jdbc.sql.DriverManagerException: Cannot establish connection to URL 'jdbc:oracle:thin:@10.117.34.111:1521:ORACLE': SQLException: Io exception: Connection refused(DESCRIPTION=(TMP=)(VSNNUM=153092352)(ERR=12500)(ERROR_STACK=(ERROR=(CODE=12500)(EMFI=4))(ERROR=(CODE=12560)(EMFI=4))(ERROR=(CODE=530)(EMFI=4))(ERROR=(BUF='32-bit Windows Error: 2: No such file or directory'))))#
    #1.5#0012793AE40C0053000000000000121800045DD8498DB60C#1229083435670#com.sap.aii.af.rfc.core.RfcRuntimeManager##com.sap.aii.af.rfc.core.RfcRuntimeManager.channelAdded(Channel channel)#######SAPEngine_System_Thread[impl:5]_72##0#0#Error##Java###can not instantiate RfcPool object - ignoring this channel '''' due to: #2#CC_send_RFC#com.sap.aii.af.rfc.RfcAdapterException: error initializing RfcServerPool:com.sap.aii.af.rfc.core.repository.RfcRepositoryException: can not connect to destination system due to: com.sap.mw.jco.JCO$Exception: (103) RFC_ERROR_LOGON_FAILURE: Password logon no longer possible - too many failed attempts#
    #1.5#0012793AE40C0054000000000000121800045DD8498F2B21#1229083435764#com.sap.aii.adapter.jdbc.JDBC2XI##com.sap.aii.adapter.jdbc.JDBC2XI.handleDBConnectException(Exception)#J2EE_GUEST#0#####JDBC2XI[:BS_MWSOA_SDR:VSD_CC_JDBC]_2##0#0#Error#1#/Applications/ExchangeInfrastructure/AdapterFramework/Services/ADAPTER/ADMIN/JDBC#Plain###Accessing database connection 'jdbc:oracle:thin:@10.117.34.111:1521:ORACLE' failed: com.sap.aii.adapter.jdbc.sql.DriverManagerException: Cannot establish connection to URL 'jdbc:oracle:thin:@10.117.34.111:1521:ORACLE': SQLException: Io exception: Connection refused(DESCRIPTION=(TMP=)(VSNNUM=153092352)(ERR=12500)(ERROR_STACK=(ERROR=(CODE=12500)(EMFI=4))(ERROR=(CODE=12560)(EMFI=4))(ERROR=(CODE=530)(EMFI=4))(ERROR=(BUF='32-bit Windows Error: 2: No such file or directory'))))#
    #1.5#0012793AE40C0053000000010000121800045DD849987C48#1229083436373#com.sap.aii.af.rfc.core.RfcRuntimeManager##com.sap.aii.af.rfc.core.RfcRuntimeManager.channelAdded(Channel channel)#######SAPEngine_System_Thread[impl:5]_72##0#0#Error##Java###can not instantiate RfcPool object - ignoring this channel '''' due to: #2#CC_A_RFCSender#com.sap.aii.af.rfc.RfcAdapterException: error initializing RfcServerPool:com.sap.aii.af.rfc.core.repository.RfcRepositoryException: can not connect to destination system due to: com.sap.mw.jco.JCO$Exception: (103) RFC_ERROR_LOGON_FAILURE: Password logon no longer possible - too many failed attempts#
    #1.5#0012793AE40C0055000000000000121800045DD8499BFF10#1229083436592#com.sap.aii.adapter.file.File2XI##com.sap.aii.adapter.file.File2XI.invoke()#J2EE_GUEST#0#####File2XI[:BSRD:CC_BSRDE]_11##0#0#Error#1#/Applications/ExchangeInfrastructure/AdapterFramework/Services/ADAPTER/ADMIN/File#Plain###Channel CC_BSRDE: No suitable sender agreement found#
    #1.5#0012793AE40C0056000000000000121800045DD849BF4E62#1229083438919#com.sap.aii.adapter.file.File2XI##com.sap.aii.adapter.file.File2XI.invoke()#J2EE_GUEST#0#####File2XI[:BSRD:CC_BSRDF]_41##0#0#Error#1#/Applications/ExchangeInfrastructure/AdapterFramework/Services/ADAPTER/ADMIN/File#Plain###Channel CC_BSRDF: No suitable sender agreement found#
    #1.5#0012793AE40C0057000000000000121800045DD849C87229#1229083439513#com.sap.aii.adapter.file.File2XI##com.sap.aii.adapter.file.File2XI.invoke()#J2EE_GUEST#0#####File2XI[:BSRD:CC_BSRDG]_53##0#0#Error#1#/Applications/ExchangeInfrastructure/AdapterFramework/Services/ADAPTER/ADMIN/File#Plain###Channel CC_BSRDG: No suitable sender agreement found#
    #1.5#0012793AE40C0058000000000000121800045DD849D0CAB8#1229083440060#com.sap.aii.adapter.file.XI2File##com.sap.aii.adapter.file.XI2File.init(Channel, AdminAdapter)#######SAPEngine_System_Thread[impl:5]_91##0#0#Error#1#/Applications/ExchangeInfrastructure/AdapterFramework/Services/ADAPTER/ADMIN/File#Java###Configuration error in : #2#FileReceiver_FCC#<null>#
    #1.5#0012793AE40C0058000000020000121800045DD849E48706#1229083441356#com.sap.aii.adapter.file.XI2File##com.sap.aii.adapter.file.XI2File.init(Channel, AdminAdapter)#######SAPEngine_System_Thread[impl:5]_91##0#0#Error#1#/Applications/ExchangeInfrastructure/AdapterFramework/Services/ADAPTER/ADMIN/File#Java###Configuration error in : #2#CC_Receiver1#<null>#
    #1.5#0012793AE40C0059000000000000121800045DD84A050EFF#1229083443480#com.sap.aii.adapter.file.File2XI##com.sap.aii.adapter.file.File2XI.invoke()#J2EE_GUEST#0#####File2XI[:BSRDF:CC_BSRDF]_119##0#0#Error#1#/Applications/ExchangeInfrastructure/AdapterFramework/Services/ADAPTER/ADMIN/File#Plain###Channel CC_BSRDF: No suitable sender agreement found#
    #1.5#0012793AE40C002F0000000C0000121800045DD84A0DD554#1229083444058#com.sap.engine.services.rfcengine##com.sap.engine.services.rfcengine.RFCRuntimeInterfaceImpl.init()#######SAPEngine_System_Thread[impl:5]_32##0#0#Error#1#/System/Server#Java###SNC properties not found ##
    #1.5#0012793AE40C0058000000040000121800045DD84A1C96B5#1229083445027#com.sap.aii.adapter.file.Conversion##com.sap.aii.adapter.file.Conversion.getTableParaWithErrorDescription(String)#######SAPEngine_System_Thread[impl:5]_91##0#0#Error#1#/Applications/ExchangeInfrastructure/AdapterFramework/Services/ADAPTER/ADMIN/Conversion#Java###Parameter : not set#1#student.fieldNames#
    #1.5#0012793AE40C0058000000060000121800045DD84A3FEB97#1229083447338#com.sap.aii.adapter.file.File2XI##com.sap.aii.adapter.file.File2XI.init(Channel, AdminAdapter, boolean)#######SAPEngine_System_Thread[impl:5]_91##0#0#Error#1#/Applications/ExchangeInfrastructure/AdapterFramework/Services/ADAPTER/ADMIN/File#Java###Configuration error in : #2#stu_sender#<null>#
    #1.5#0012793AE40C0058000000080000121800045DD84A400FAA#1229083447354#com.sap.aii.adapter.file.File2XI##com.sap.aii.adapter.file.File2XI.start()#######SAPEngine_System_Thread[impl:5]_91##0#0#Error#1#/Applications/ExchangeInfrastructure/AdapterFramework/Services/ADAPTER/ADMIN/File#Plain###File adapter sender channel stu_sender not initalized - could not start#
    #1.5#0012793AE40C0054000000020000121800045DD84A48C532#1229083447916#com.sap.aii.adapter.file.File2XI##com.sap.aii.adapter.file.File2XI.invoke()#J2EE_GUEST#0#####File2XI[:BS_TST:CC_F1_S]_185##0#0#Error#1#/Applications/ExchangeInfrastructure/AdapterFramework/Services/ADAPTER/ADMIN/File#Plain###Channel CC_F1_S: No suitable sender agreement found#
    #1.5#0012793AE40C005A000000000000121800045DD84A68B403#1229083450009#com.sap.aii.adapter.file.File2XI##com.sap.aii.adapter.file.File2XI.invoke()#J2EE_GUEST#0#####File2XI[:BSRDF:CC_BSRDF]_257##0#0#Error#1#/Applications/ExchangeInfrastructure/AdapterFramework/Services/ADAPTER/ADMIN/File#Plain###Channel CC_BSRDF: No suitable sender agreement found#
    #1.5#0012793AE40C0059000000020000121800045DD84A68C418#1229083450009#com.sap.aii.adapter.file.File2XI##com.sap.aii.adapter.file.File2XI.invoke()#J2EE_GUEST#0#####File2XI[:BSRD:CC_BSRDG]_258##0#0#Error#1#/Applications/ExchangeInfrastructure/AdapterFramework/Services/ADAPTER/ADMIN/File#Plain###Channel CC_BSRDG: No suitable sender agreement found#
    #1.5#0012793AE40C005B000000000000121800045DD84A68F232#1229083450025#com.sap.aii.adapter.file.File2XI##com.sap.aii.adapter.file.File2XI.invoke()#J2EE_GUEST#0#####File2XI[:BSRD:CC_BSRDE]_259##0#0#Error#1#/Applications/ExchangeInfrastructure/AdapterFramework/Services/ADAPTER/ADMIN/File#Plain###Channel CC_BSRDE: No suitable sender agreement found#
    #1.5#0012793AE40C005C000000000000121800045DD84A68FDA1#1229083450025#com.sap.aii.adapter.file.File2XI##com.sap.aii.adapter.file.File2XI.invoke()#J2EE_GUEST#0#####File2XI[:BSRD:CC_BSRDF]_260##0#0#Error#1#/Applications/ExchangeInfrastructure/AdapterFramework/Services/ADAPTER/ADMIN/File#Plain###Channel CC_BSRDF: No suitable sender agreement found#
    #1.5#0012793AE40C005D000000000000121800045DD84A6BAA02#1229083450212#com.sap.aii.adapter.file.File2XI##com.sap.aii.adapter.file.File2XI.invoke()#J2EE_GUEST#0#####File2XI[:BSRD:CC_BSRD]_263##0#0#Error#1#/Applications/ExchangeInfrastructure/AdapterFramework/Services/ADAPTER/ADMIN/File#Plain###Channel CC_BSRD: No suitable sender agreement found#
    #1.5#0012793AE40C002F0000000F0000121800045DD84AA8C03D#1229083454211#com.sap.engine.services.rfcengine##com.sap.engine.services.rfcengine.RFCRuntimeInterfaceImpl.init()#######SAPEngine_System_Thread[impl:5]_32##0#0#Error#1#/System/Server#Java###SNC properties not found ##
    #1.5#0012793AE40C005C000000020000121800045DD84B01421F#1229083460006#com.sap.aii.adapter.file.File2XI##com.sap.aii.adapter.file.File2XI.invoke()#J2EE_GUEST#0#####File2XI[:BSRDF:CC_BSRDF]_434##0#0#Error#1#/Applications/ExchangeInfrastructure/AdapterFramework/Services/ADAPTER/ADMIN/File#Plain###Channel CC_BSRDF: No suitable sender agreement found#
    #1.5#0012793AE40C005E000000000000121800045DD84B01519A#1229083460006#com.sap.aii.adapter.file.File2XI##com.sap.aii.adapter.file.File2XI.invoke()#J2EE_GUEST#0#####File2XI[:BSRD:CC_BSRD]_437##0#0#Error#1#/Applications/ExchangeInfrastructure/AdapterFramework/Services/ADAPTER/ADMIN/File#Plain###Channel CC_BSRD: No suitable sender agreement found#
    #1.5#0012793AE40C005F000000000000121800045DD84B015B72#1229083460006#com.sap.aii.adapter.file.File2XI##com.sap.aii.adapter.file.File2XI.invoke()#J2EE_GUEST#0#####File2XI[:BSRD:CC_BSRDE]_439##0#0#Error#1#/Applications/ExchangeInfrastructure/AdapterFramework/Services/ADAPTER/ADMIN/File#Plain###Channel CC_BSRDE: No suitable sender agreement found#
    #1.5#0012793AE40C0059000000040000121800045DD84B015DEF#1229083460006#com.sap.aii.adapter.file.File2XI##com.sap.aii.adapter.file.File2XI.invoke()#J2EE_GUEST#0#####File2XI[:BSRD:CC_BSRDG]_436##0#0#Error#1#/Applications/ExchangeInfrastructure/AdapterFramework/Services/ADAPTER/ADMIN/File#Plain###Channel CC_BSRDG: No suitable sender agreement found#
    #1.5#0012793AE40C0060000000000000121800045DD84B01C588#1229083460037#com.sap.aii.adapter.file.File2XI##com.sap.aii.adapter.file.File2XI.invoke()#J2EE_GUEST#0#####File2XI[:BSRD:CC_BSRDF]_440##0#0#Error#1#/Applications/ExchangeInfrastructure/AdapterFramework/Services/ADAPTER/ADMIN/File#Plain###Channel CC_BSRDF: No suitable sender agreement found#
    #1.5#0012793AE40C0061000000000000121800045DD84B037ABA#1229083460146#com.sap.aii.adapter.jdbc.JDBC2XI##com.sap.aii.adapter.jdbc.JDBC2XI.handleDBConnectException(Exception)#J2EE_GUEST#0#####JDBC2XI[:JDBC2JDBC_Sender_BS:JDBC_Sender_CC]_438##0#0#Error#1#/Applications/ExchangeInfrastructure/AdapterFramework/Services/ADAPTER/ADMIN/JDBC#Plain###Accessing database connection 'jdbc:odbc:Driver={Microsoft Access Driver (.mdb)};DBQ=C:
    XI
    Sender
    RamaSurya.mdb' failed: com.sap.aii.adapter.jdbc.sql.DriverManagerException: Cannot establish connection to URL 'jdbc:odbc:Driver={Microsoft Access Driver (.mdb)};DBQ=C:
    XI
    Sender
    RamaSurya.mdb': SQLException: [Microsoft][ODBC Microsoft Access Driver]General error Unable to open registry key 'Temporary (volatile) Jet DSN for process 0x1218 Thread 0x1988 DBC 0x78d1eac Jet'.#
    #1.5#0012793AE40C0062000000000000121800045DD84B282C7A#1229083462551#com.sap.aii.af.service.jms.WorkerJMSSender##com.sap.aii.af.service.jms.WorkerJMSSender.init(WorkerHandler moduleHandler, Object para)#J2EE_GUEST#0#####SAPEngine_Application_Thread[impl:3]_50##0#0#Error##Java###Unable to create the QueueConnectionFactory due to #1#Failed to query JNDI: Failed to connect to the server at tcp://10.117.135.41:7222#
    #1.5#0012793AE40C0062000000010000121800045DD84B283F6D#1229083462567#com.sap.aii.af.service.jms.WorkerJMSSender##com.sap.aii.af.service.jms.WorkerJMSSender.start()#J2EE_GUEST#0#####SAPEngine_Application_Thread[impl:3]_50##0#0#Error#1#/Applications/ExchangeInfrastructure/AdapterFramework/Services/JMS_ROOT#Java###Channel is errornous, hence it cannot be started. See error messages (' Error during channel initialization; exception trace: javax.naming.ServiceUnavailableException: Failed to query JNDI: Failed to connect to the server at tcp://10.117.135.41:7222 [Root exception is javax.jms.JMSException: Failed to connect to the server at tcp://10.117.135.41:7222]
         at com.tibco.tibjms.naming.TibjmsContext.lookup(TibjmsContext.java:669)
         at com.tibco.tibjms.naming.TibjmsContext.lookup(TibjmsContext.java:489)
         at javax.naming.InitialContext.lookup(InitialContext.java:347)
         ...') before. Reconfigure it or restart the JMS service!#1#CC_PO_RCR#
    #1.5#0012793AE40C0063000000000000121800045DD84B284C1A#1229083462567#com.sap.aii.af.service.jms.WorkerImpl##com.sap.aii.af.service.jms.WorkerImpl.init(WorkerHandler moduleHandler, Object para)#J2EE_GUEST#0#####SAPEngine_Application_Thread[impl:3]_57##0#0#Error##Java###Unable to create the QueueConnectionFactory due to #1#Failed to query JNDI: Failed to connect to the server at tcp://10.117.135.41:7222#
    #1.5#0012793AE40C0064000000000000121800045DD84B28531A#1229083462567#com.sap.aii.af.service.jms.WorkerImpl##com.sap.aii.af.service.jms.WorkerImpl.init(WorkerHandler moduleHandler, Object para)#J2EE_GUEST#0#####SAPEngine_Application_Thread[impl:3]_56##0#0#Error##Java###Unable to create the QueueConnectionFactory due to #1#Failed to query JNDI: Failed to connect to the server at tcp://10.117.135.41:7222#
    #1.5#0012793AE40C0065000000000000121800045DD84B289AAB#1229083462583#com.sap.aii.af.service.jms.WorkerImpl##com.sap.aii.af.service.jms.WorkerImpl.init(WorkerHandler moduleHandler, Object para)#J2EE_GUEST#0#####SAPEngine_Application_Thread[impl:3]_53##0#0#Error##Java###Unable to create the QueueConnectionFactory due to #1#Failed to query JNDI: Failed to connect to the server at tcp://10.117.135.41:7222#
    #1.5#0012793AE40C0066000000000000121800045DD84B2AB132#1229083462723#com.sap.aii.af.service.jms.WorkerJMSSender##com.sap.aii.af.service.jms.WorkerJMSSender.init(WorkerHandler moduleHandler, Object para)#J2EE_GUEST#0#####SAPEngine_Application_Thread[impl:3]_49##0#0#Error##Java###Unable to create the QueueConnectionFactory due to #1#Failed to query JNDI: Failed to connect to the server at tcp://10.117.135.66:7222#
    #1.5#0012793AE40C0064000000010000121800045DD84B397738#1229083463692#com.sap.aii.af.service.jms.WorkerImpl##com.sap.aii.af.service.jms.WorkerImpl.start()#J2EE_GUEST#0#####SAPEngine_Application_Thread[impl:3]_56##0#0#Error#1#/Applications/ExchangeInfrastructure/AdapterFramework/Services/JMS_ROOT#Java###Channel is errornous, hence it cannot be started. See error messages (' Error during channel initialization; exception trace: javax.naming.ServiceUnavailableException: Failed to query JNDI: Failed to connect to the server at tcp://10.117.135.41:7222 [Root exception is javax.jms.JMSException: Failed to connect to the server at tcp://10.117.135.41:7222]
         at com.tibco.tibjms.naming.TibjmsContext.lookup(TibjmsContext.java:669)
         at com.tibco.tibjms.naming.TibjmsContext.lookup(TibjmsContext.java:489)
         at javax.naming.InitialContext.lookup(InitialContext.java:347)
         ...') before. Reconfigure it or restart the JMS service!#1#CC_PIP_TO_B2MML#
    #1.5#0012793AE40C0066000000010000121800045DD84B39B5F3#1229083463707#com.sap.aii.af.service.jms.WorkerJMSSender##com.sap.aii.af.service.jms.WorkerJMSSender.start()#J2EE_GUEST#0#####SAPEngine_Application_Thread[impl:3]_49##0#0#Error#1#/Applications/ExchangeInfrastructure/AdapterFramework/Services/JMS_ROOT#Java###Channel is errornous, hence it cannot be started. See error messages (' Error during channel initialization; exception trace: javax.naming.ServiceUnavailableException: Failed to query JNDI: Failed to connect to the server at tcp://10.117.135.66:7222 [Root exception is javax.jms.JMSException: Failed to connect to the server at tcp://10.117.135.66:7222]
         at com.tibco.tibjms.naming.TibjmsContext.lookup(TibjmsContext.java:669)
         at com.tibco.tibjms.naming.TibjmsContext.lookup(TibjmsContext.java:489)
         at javax.naming.InitialContext.lookup(InitialContext.java:347)
         ...') before. Reconfigure it or restart the JMS service!#1#CC_B2MML_IB#
    #1.5#0012793AE40C0063000000010000121800045DD84B39C1BB#1229083463707#com.sap.aii.af.service.jms.WorkerImpl##com.sap.aii.af.service.jms.WorkerImpl.start()#J2EE_GUEST#0#####SAPEngine_Application_Thread[impl:3]_57##0#0#Error#1#/Applications/ExchangeInfrastructure/AdapterFramework/Services/JMS_ROOT#Java###Channel is errornous, hence it cannot be started. See error messages (' Error during channel initialization; exception trace: javax.naming.ServiceUnavailableException: Failed to query JNDI: Failed to connect to the server at tcp://10.117.135.41:7222 [Root exception is javax.jms.JMSException: Failed to connect to the server at tcp://10.117.135.41:7222]
         at com.tibco.tibjms.naming.TibjmsContext.lookup(TibjmsContext.java:669)
         at com.tibco.tibjms.naming.TibjmsContext.lookup(TibjmsContext.java:489)
         at javax.naming.InitialContext.lookup(InitialContext.java:347)
         ...') before. Reconfigure it or restart the JMS service!#1#CC_S_GR#
    #1.5#0012793AE40C0065000000010000121800045DD84B39C67B#1229083463707#com.sap.aii.af.service.jms.WorkerImpl##com.sap.aii.af.service.jms.WorkerImpl.start()#J2EE_GUEST#0#####SAPEngine_Application_Thread[impl:3]_53##0#0#Error#1#/Applications/ExchangeInfrastructure/AdapterFramework/Services/JMS_ROOT#Java###Channel is errornous, hence it cannot be started. See error messages (' Error during channel initialization; exception trace: javax.naming.ServiceUnavailableException: Failed to query JNDI: Failed to connect to the server at tcp://10.117.135.41:7222 [Root exception is javax.jms.JMSException: Failed to connect to the server at tcp://10.117.135.41:7222]
         at com.tibco.tibjms.naming.TibjmsContext.lookup(TibjmsContext.java:669)
         at com.tibco.tibjms.naming.TibjmsContext.lookup(TibjmsContext.java:489)
         at javax.naming.InitialContext.lookup(InitialContext.java:347)
         ...') before. Reconfigure it or restart the JMS service!#1#Sys_GoodsIssueFromStore_JMS_EMS#
    #1.5#0012793AE40C002F000000120000121800045DD84B420336#1229083464254#com.sap.engine.services.rfcengine##com.sap.engine.services.rfcengine.RFCRuntimeInterfaceImpl.init()#######SAPEngine_System_Thread[impl:5]_32##0#0#Error#1#/System/Server#Java###SNC properties not found ##
    #1.5#0012793AE40C0067000000000000121800045DD84B4618D7#1229083464520#com.sap.aii.af.service.jms.WorkerImpl##com.sap.aii.af.service.jms.WorkerImpl.start()#J2EE_GUEST#0#####SAPEngine_Application_Thread[impl:3]_58##0#0#Error##Java###Unable to create the Queue due to #1#Name not found: 'Inbound_APC_Queue_Order'#
    #1.5#0012793AE40C0068000000000000121800045DD84B483E2D#1229083464660#com.sap.aii.af.service.jms.WorkerImpl##com.sap.aii.af.service.jms.WorkerImpl.start()#J2EE_GUEST#0#####SAPEngine_Application_Thread[impl:3]_52##0#0#Error##Java###Unable to create the Queue due to #1#Name not found: 'Inbound_APC_Queue_Order'#
    #1.5#0012793AE40C002F000000150000121800045DD84BDB73A2#1229083474297#com.sap.engine.services.rfcengine##com.sap.engine.services.rfcengine.RFCRuntimeInterfaceImpl.init()#######SAPEngine_System_Thread[impl:5]_32##0#0#Error#1#/System/Server#Java###SNC properties not found ##
    #1.5#0012793AE40C006A000000000000121800045DD84C0FEB63#1229083477734#com.sap.aii.adapter.jdbc.JDBC2XI##com.sap.aii.adapter.jdbc.JDBC2XI.handleDBConnectException(Exception)#J2EE_GUEST#0#####JDBC2XI[:BS_F2FBPM_SENDER:CM_SENDER]_3##0#0#Error#1#/Applications/ExchangeInfrastructure/AdapterFramework/Services/ADAPTER/ADMIN/JDBC#Plain###Accessing database connection 'jdbc:oracle:thin:@10.117.34.178:1521:DEV' failed: com.sap.aii.adapter.jdbc.sql.DriverManagerException: Cannot establish connection to URL 'jdbc:oracle:thin:@10.117.34.178:1521:DEV': SQLException: Io exception: The Network Adapter could not establish the connection#
    #1.5#0012793AE40C006B000000000000121800045DD851C45EB6#1229083573418#com.sap.aii.adapter.file.util.AuditLog##com.sap.aii.adapter.file.util.AuditLog.addAuditLog(PublicMessageKey, String, AuditLogStatus, String, String, Object[])#J2EE_GUEST#0#SAP J2EE Engine JTA Transaction : [0ffffff8cffffffffffffff820003]#hcl3SAP.HCLT.CORP_PI7_9240450#Guest#44a92fa0c84511dd92ad0012793ae40c#File2XI[:BSystem_TestPractice_Sender:CC_A_flatefile]_13##0#0#Error#1#/Applications/ExchangeInfrastructure/AdapterFramework/Services/ADAPTER/ADMIN/File#Plain###FILE_ERR_211#
    #1.5#0012793AE40C006B000000020000121800045DD851C46142#1229083573418#com.sap.aii.adapter.file.File2XI##com.sap.aii.adapter.file.File2XI.processFileList()#J2EE_GUEST#0##hcl3SAP.HCLT.CORP_PI7_9240450#Guest#44a92fa0c84511dd92ad0012793ae40c#File2XI[:BSystem_TestPractice_Sender:CC_A_flatefile]_13##0#0#Error#1#/Applications/ExchangeInfrastructure/AdapterFramework/Services/ADAPTER/ADMIN/File#Plain###Channel CC_A_flatefile: Sending file failed with java.lang.NullPointerException - continue processing#
    #1.5#0012793AE40C006C000000000000121800045DD851DF9B17#1229083575199#com.sap.aii.adapter.file.util.AuditLog##com.sap.aii.adapter.file.util.AuditLog.addAuditLog(PublicMessageKey, String, AuditLogStatus, String, String, Object[])#J2EE_GUEST#0#SAP J2EE Engine JTA Transaction : [0ffffff8cffffffffffffff820005]#hcl3SAP.HCLT.CORP_PI7_9240450#Guest#45bb3be0c84511dd976d0012793ae40c#File2XI[:BService_MDM_SENDER:Outbound_From_MDM2]_12##0#0#Error#1#/Applications/ExchangeInfrastructure/AdapterFramework/Services/ADAPTER/ADMIN/File#Plain###FILE_ERR_211#
    #1.5#0012793AE40C006C000000020000121800045DD851DF9DBA#1229083575199#com.sap.aii.adapter.file.File2XI##com.sap.aii.adapter.file.File2XI.processFtpList()#J2EE_GUEST#0##hcl3SAP.HCLT.CORP_PI7_9240450#Guest#45bb3be0c84511dd976d0012793ae40c#File2XI[:BService_MDM_SENDER:Outbound_From_MDM2]_12##0#0#Error#1#/Applications/ExchangeInfrastructure/AdapterFramework/Services/ADAPTER/ADMIN/File#Plain###Channel Outbound_From_MDM2: Sending file failed with java.lang.NullPointerException - continue processing#
    #1.5#0012793AE40C006D000000000000121800045DD851F43711#1229083576557#com.sap.aii.adapter.file.util.AuditLog##com.sap.aii.adapter.file.util.AuditLog.addAuditLog(PublicMessageKey, String, AuditLogStatus, String, String, Object[])#J2EE_GUEST#0#SAP J2EE Engine JTA Transaction : [0ffffff8cffffffffffffff820007]#hcl3SAP.HCLT.CORP_PI7_9240450#Guest#467eb2f0c84511ddce9a0012793ae40c#File2XI[:BS_Sat:MsgMerge_Sender1_CC]_48##0#0#Error#1#/Applications/ExchangeInfrastructure/AdapterFramework/Services/ADAPTER/ADMIN/File#Plain###FILE_ERR_211#
    #1.5#0012793AE40C006D000000020000121800045DD851F439AA#1229083576557#com.sap.aii.adapter.file.File2XI##com.sap.aii.adapter.file.File2XI.processFileList()#J2EE_GUEST#0##hcl3SAP.HCLT.CORP_PI7_9240450#Guest#467eb2f0c84511ddce9a0012793ae40c#File2XI[:BS_Sat:MsgMerge_Sender1_CC]_48##0#0#Error#1#/Applications/ExchangeInfrastructure/AdapterFramework/Services/ADAPTER/ADMIN/File#Plain###Channel MsgMerge_Sender1_CC: Sending file failed with java.lang.NullPointerException - continue processing#
    #1.5#0012793AE40C006D000000040000121800045DD85210BEE6#1229083578416#com.sap.aii.adapter.file.File2XI##com.sap.aii.adapter.file.File2XI.invoke()#J2EE_GUEST#0##hcl3SAP.HCLT.CORP_PI7_9240450#Guest#4759f7c0c84511dd8d7b0012793ae40c#File2XI[:BSRDF:CC_BSRDF]_545##0#0#Error#1#/Applications/ExchangeInfrastructure/AdapterFramework/Services/ADAPTER/ADMIN/File#Plain###Channel CC_BSRDF: No suitable sender agreement found#
    #1.5#0012793AE40C006C000000040000121800045DD852118EE5#1229083578479#com.sap.aii.adapter.file.File2XI##com.sap.aii.adapter.file.File2XI.invoke()#J2EE_GUEST#0##hcl3SAP.HCLT.CORP_PI7_9240450#Guest#46ff54a0c84511ddb71a0012793ae40c#File2XI[:BSRD:CC_BSRDG]_546##0#0#Error#1#/Applications/ExchangeInfrastructure/AdapterFramework/Services/ADAPTER/ADMIN/File#Plain###Channel CC_BSRDG: No suitable sender agreement found#
    #1.5#0012793AE40C006C000000060000121800045DD8522A479D#1229083580087#com.sap.aii.adapter.file.File2XI##com.sap.aii.adapter.file.File2XI.invoke()#J2EE_GUEST#0##hcl3SAP.HCLT.CORP_PI7_9240450#Guest#46ff54a0c84511ddb71a0012793ae40c#File2XI[:BSRD:CC_BSRDE]_547##0#0#Error#1#/Applications/ExchangeInfrastructure/AdapterFramework/Services/ADAPTER/ADMIN/File#Plain###Channel CC_BSRDE: No suitable sender agreement found#
    #1.5#0012793AE40C006D000000060000121800045DD8522AB3A6#1229083580119#com.sap.aii.adapter.file.File2XI##com.sap.aii.adapter.file.File2XI.invoke()#J2EE_GUEST#0##hcl3SAP.HCLT.CORP_PI7_9240450#Guest#4759f7c0c84511dd8d7b0012793ae40c#File2XI[:BSRD:CC_BSRD]_548##0#0#Error#1#/Applications/ExchangeInfrastructure/AdapterFramework/Services/ADAPTER/ADMIN/File#Plain###Channel CC_BSRD: No suitable sender agreement found#
    #1.5#0012793AE40C006C000000080000121800045DD852509FDA#1229083582602#com.sap.aii.adapter.file.File2XI##com.sap.aii.adapter.file.File2XI.invoke()#J2EE_GUEST#0##hcl3SAP.HCLT.CORP_PI7_9240450#Guest#46ff54a0c84511ddb71a0012793ae40c#File2XI[:BSRD:CC_BSRDF]_549##0#0#Error#1#/Applications/ExchangeInfrastructure/AdapterFramework/Services/ADAPTER/ADMIN/File#Plain###Channel CC_BSRDF: No suitable sender agreement found#
    #1.5#0012793AE40C006E000000000000121800045DD852544076#1229083582836#com.sap.aii.adapter.file.util.AuditLog##com.sap.aii.adapter.file.util.AuditLog.addAuditLog(PublicMessageKey, String, AuditLogStatus, String, String, Object[])#J2EE_GUEST#0#SAP J2EE Engine JTA Transaction : [0ffffff8cffffffffffffff82000a]#hcl3SAP.HCLT.CORP_PI7_9240450#Guest#4982cb30c84511ddbd890012793ae40c#File2XI[:BS_Sat1:MsgMerge_Sender2_CC]_69##0#0#Error#1#/Applications/ExchangeInfrastructure/AdapterFramework/Services/ADAPTER/ADMIN/File#Plain###FILE_ERR_211#
    #1.5#0012793AE40C006E000000020000121800045DD85254AFC8#1229083582868#com.sap.aii.adapter.file.File2XI##com.sap.aii.adapter.file.File2XI.processFileList()#J2EE_GUEST#0##hcl3SAP.HCLT.CORP_PI7_9240450#Guest#4982cb30c84511ddbd890012793ae40c#File2XI[:BS_Sat1:MsgMerge_Sender2_CC]_69##0#0#Error#1#/Applications/ExchangeInfrastructure/AdapterFramework/Services/ADAPTER/ADMIN/File#Plain###Channel MsgMerge_Sender2_CC: Sending file failed with java.lang.NullPointerException - continue processing#
    #1.5#0012793AE40C006F000000000000121800045DD852569148#1229083582993#com.sap.aii.adapter.file.util.AuditLog##com.sap.aii.adapter.file.util.AuditLog.addAuditLog(PublicMessageKey, String, AuditLogStatus, String, String, Object[])#J2EE_GUEST#0#SAP J2EE Engine JTA Transaction : [0ffffff8cffffffffffffff82000b]#hcl3SAP.HCLT.CORP_PI7_9240450#Guest#499a98f0c84511ddb0c20012793ae40c#File2XI[:BS_PAUDV:CC_PAUDV_SEND]_134##0#0#Error#1#/Applications/ExchangeInfrastructure/AdapterFramework/Services/ADAPTER/ADMIN/File#Plain###FILE_ERR_211#
    #1.5#0012793AE40C006F000000020000121800045DD852569409#1229083582993#com.sap.aii.adapter.file.File2XI##com.sap.aii.adapter.file.File2XI.processFileList()#J2EE_GUEST#0##hcl3SAP.HCLT.CORP_PI7_9240450#Guest#499a98f0c84511ddb0c20012793ae40c#File2XI[:BS_PAUDV:CC_PAUDV_SEND]_134##0#0#Error#1#/Applications/ExchangeInfrastructure/AdapterFramework/Services/ADAPTER/ADMIN/File#Plain###Channel CC_PAUDV_SEND: Sending file failed with java.lang.NullPointerException - continue processing#
    #1.5#0012793AE40C006E000000040000121800045DD85256A507#1229083582993#com.sap.aii.adapter.file.File2XI##com.sap.aii.adapter.file.File2XI.invoke()#J2EE_GUEST#0####4b23f810c84511ddc7d30012793ae40c#File2XI[:BSRDE:CC_BSRDE]_558##0#0#Error#1#/Applications/ExchangeInfrastructure/AdapterFramework/Services/ADAPTER/ADMIN/File#Plain###Channel CC_BSRDE: No suitable sender agreement found#
    #1.5#0012793AE40C006F000000040000121800045DD85258BFEE#1229083583133#com.sap.aii.adapter.file.File2XI##com.sap.aii.adapter.file.File2XI.invoke()#J2EE_GUEST#0####4b3954d0c84511dd846c0012793ae40c#File2XI[:BSRDG:CC_BSRDG]_562##0#0#Error#1#/Applications/ExchangeInfrastructure/AdapterFramework/Services/ADAPTER/ADMIN/File#Plain###Channel CC_BSRDG: No suitable sender agreement found#
    #1.5#0012793AE40C0070000000000000121800045DD8527941A5#1229083585273#com.sap.aii.adapter.file.util.AuditLog##com.sap.aii.adapter.file.util.AuditLog.addAuditLog(PublicMessageKey, String, AuditLogStatus, String, String, Object[])#J2EE_GUEST#0#SAP J2EE Engine JTA Transaction : [0ffffff8cffffffffffffff82000d]#hcl3SAP.HCLT.CORP_PI7_9240450#Guest#4b370ae0c84511dd8e0c0012793ae40c#File2XI[:BSystem_TestPractice_Sender:CC_Sending_file]_183##0#0#Error#1#/Applications/ExchangeInfrastructure/AdapterFramework/Services/ADAPTER/ADMIN/File#Plain###FILE_ERR_211#
    #1.5#0012793AE40C0070000000020000121800045DD8527943FF#1229083585273#com.sap.aii.adapter.file.File2XI##com.sap.aii.adapter.file.File2XI.processFileList()#J2EE_GUEST#0##hcl3SAP.HCLT.CORP_PI7_9240450#Guest#4b370ae0c84511dd8e0c0012793ae40c#File2XI[:BSystem_TestPractice_Sender:CC_Sending_file]_183##0#0#Error#1#/Applications/ExchangeInfrastructure/AdapterFramework/Services/ADAPTER/ADMIN/File#Plain###Channel CC_Sending_file: Sending file failed with java.lang.NullPointerException - continue processing#
    #1.5#0012793AE40C0071000000000000121800045DD852A635CB#1229083588210#com.sap.aii.adapter.file.util.AuditLog##com.sap.aii.adapter.file.util.AuditLog.addAuditLog(PublicMessageKey, String, AuditLogStatus, String, String, Object[])#J2EE_GUEST#0#SAP J2EE Engine JTA Transaction : [0ffffff8cffffffffffffff82000f]#hcl3SAP.HCLT.CORP_PI7_9240450#Guest#4c8e3670c84511dd94bf0012793ae40c#File2XI[:BS_PAUD:CC_POAUDSEND]_240##0#0#Error#1#/Applications/ExchangeInfrastructure/AdapterFramework/Services/ADAPTER/ADMIN/File#Plain###FILE_ERR_211#
    #1.5#0012793AE40C0071000000020000121800045DD852A63A01#1229083588210#com.sap.aii.adapter.file.File2XI##com.sap.aii.adapter.file.File2XI.processFileList()#J2EE_GUEST#0##hcl3SAP.HCLT.CORP_PI7_9240450#Guest#4c8e3670c84511dd94bf0012793ae40c#File2XI[:BS_PAUD:CC_POAUDSEND]_240##0#0#Error#1#/Applications/ExchangeInfrastructure/AdapterFramework/Services/ADAPTER/ADMIN/File#Plain###Channel CC_POAUDSEND: Sending file failed with java.lang.NullPointerException - continue processing#
    #1.5#0012793AE40C0072000000000000121800045DD852AF7377#1229083588819#com.sap.aii.adapter.file.util.AuditLog##com.sap.aii.adapter.file.util.AuditLog.addAuditLog(PublicMessageKey, String, AuditLogStatus, String, String, Object[])#J2EE_GUEST#0#SAP J2EE Engine JTA Transaction : [0ffffff8cffffffffffffff8200011]#hcl3SAP.HCLT.CORP_PI7_9240450#Guest#4cad3020c84511ddb7490012793ae40c#File2XI[:BS_SEND2:CC_MERVSEND2]_250##0#0#Error#1#/Applications/ExchangeInfrastructure/AdapterFramework/Services/ADAPTER/ADMIN/File#Plain###FILE_ERR_211#
    #1.5#0012793AE40C0072000000020000121800045DD852AF7668#1229083588819#com.sap.aii.adapter.file.File2XI##com.sap.aii.adapter.file.File2XI.processFileList()#J2EE_GUEST#0##hcl3SAP.HCLT.CORP_PI7_9240450#Guest#4cad3020c84511ddb7490012793ae40c#File2XI[:BS_SEND2:CC_MERVSEND2]_250##0#0#Error#1#/Applications/ExchangeInfrastructure/AdapterFramework/Services/ADAPTER/ADMIN/File#Plain###Channel CC_MERVSEND2: Sending file failed with java.lang.NullPointerException - continue processing#
    #1.5#0012793AE40C0073000000000000121800045DD852BBB4AD#1229083589615#com.sap.aii.adapter.file.util.AuditLog##com.sap.aii.adapter.file.util.AuditLog.addAuditLog(PublicMessageKey, String, AuditLogStatus, String, String, Object[])#J2EE_GUEST#0#SAP J2EE Engine JTA Transaction : [0ffffff8cffffffffffffff8200013]#hcl3SAP.HCLT.CORP_PI7_9240450#Guest#4cdf3ca0c84511dd8c190012793ae40c#File2XI[:BS_BLR:FileSender_BPM]_238##0#0#Error#1#/Applications/ExchangeInfrastructure/AdapterFramework/Services/ADAPTER/ADMIN/File#Plain###FILE_ERR_211#
    #1.5#0012793AE40C0073000000020000121800045DD852BBB87F#1229083589615#com.sap.aii.adapter.file.File2XI##com.sap.aii.adapter.file.File2XI.processFileList()#J2EE_GUEST#0##hcl3SAP.HCLT.CORP_PI7_9240450#Guest#4cdf3ca0c84511dd8c190012793ae40c#File2XI[:BS_BLR:FileSender_BPM]_238##0#0#Error#1#/Applications/ExchangeInfrastructure/AdapterFramework/Services/ADAPTER/ADMIN/File#Plain###Channel FileSender_BPM: Sending file failed with java.lang.NullPointerException - continue processing#
    #1.5#0012793AE40C0056000000020000121800045DD852BC3912#1229083589647#com.sap.aii.adapter.file.util.AuditLog##com.sap.aii.adapter.file.util.AuditLog.addAuditLog(PublicMessageKey, String, AuditLogStatus, String, String, Object[])#J2EE_GUEST#0#SAP J2EE Engine JTA Transaction : [0ffffff8cffffffffffffff8200016]#hcl3SAP.HCLT.CORP_PI7_9240450#Guest#4d1abf00c84511dda6510012793ae40c#File2XI[:BS_BLR:FWS_SEND_CC]_268##0#0#Error#1#/Applications/ExchangeInfrastructure/AdapterFramework/Services/ADAPTER/ADMIN/File#Plain###FILE_ERR_211#
    #1.5#0012793AE40C0056000000040000121800045DD852BC3B81#1229083589662#com.sap.aii.adapter.file.File2XI##com.sap.aii.adapter.file.File2XI.processFileList()#J2EE_GUEST#0##hcl3SAP.HCLT.CORP_PI7_9240450#Guest#4d1abf00c84511dda6510012793ae40c#File2XI[:BS_BLR:FWS_SEND_CC]_268##0#0#Error#1#/Applications/ExchangeInfrastructure/AdapterFramework/Services/ADAPTER/ADMIN/File#Plain###Channel FWS_SEND_CC: Sending file failed with java.lang.NullPointerException - continue processing#
    #1.5#0012793AE40C0074000000000000121800045DD852CD926F#1229083590787#com.sap.aii.adapter.file.util.AuditLog##com.sap.aii.adapter.file.util.AuditLog.addAuditLog(PublicMessageKey, String, AuditLogStatus, String, String, Object[])#J2EE_GUEST#0#SAP J2EE Engine JTA Transaction : [0ffffff8cffffffffffffff8200017]#hcl3SAP.HCLT.CORP_PI7_9240450#Guest#4e3d9420c84511ddc5950012793ae40c#File2XI[:BS_Sat:FileSender_FCC]_252##0#0#Error#1#/Applications/ExchangeInfrastructure/AdapterFramework/Services/ADAPTER/ADMIN/File#Plain###FILE_ERR_211#
    #1.5#0012793AE40C0074000000020000121800045DD852CD94EB#1229083590787#com.sap.aii.adapter.file.File2XI##com.sap.aii.adapter.file.File2XI.processFileList()#J2EE_GUEST#0##hcl3SAP.HCLT.CORP_PI7_9240450#Guest#4e3d9420c84511ddc5950012793ae40c#File2XI[:BS_Sat:FileSender_FCC]_252##0#0#Error#1#/Applications/ExchangeInfrastructure/AdapterFramework/Services/ADAPTER/ADMIN/File#Plain###Channel FileSender_FCC: Sending file failed with java.lang.NullPointerException - continue processing#
    #1.5#0012793AE40C006D000000080000121800045DD853948DA4#1229083603829#com.sap.aii.adapter.file.File2XI##com.sap.aii.adapter.file.File2XI.getFileList(File2XIConfiguration.FileSource[])#J2EE_GUEST#0##hcl3SAP.HCLT.CORP_PI7_9240450#Guest#4759f7c0c84511dd8d7b0012793ae40c#File2XI[:BS_DIPANKAR1_SENDER:Sender_CC]_553##0#0#Error#1#/Applications/ExchangeInfrastructure/AdapterFramework/Services/ADAPTER/ADMIN/File#Plain###Channel Sender_CC: Directory
    192.168.91.1
    D:
    SAP_Data does not exist#
    #1.5#0012793AE40C0075000000010000121800045DD86BA73EED#1229084007463#com.sap.engine.services.rfcengine##com.sap.engine.services.rfcengine#J2EE_GUEST#0##PI7#RIJUA                           #4446C8DDBF70F1DAB51A0012793AE40C#SAPEngine_Application_Thread[impl:3]_79##0#0#Error#1#/System/Server#Plain###bean LCRBEAN_GET_PROFILE_PARAMETER not found#
    #1.5#0012793AE40C0075000000030000121800045DD8861A181C#1229084450980#com.sap.engine.services.rfcengine##com.sap.engine.services.rfcengine#J2EE_GUEST#0##PI7#PI7BASIS                        #4F47C8DD65E5F12CB51A0012793AE40C#SAPEngine_Application_Thread[impl:3]_79##0#0#Error#1#/System/Server#Plain###bean LCRBEAN_GET_PROFILE_PARAMETER not found#
    #1.5#0012793AE40C0076000000010000121800045DD88E669A80#1229084590160#com.sap.engine.services.rfcengine##com.sap.engine.services.rfcengine#J2EE_GUEST#0##PI7#SAPSYS                          #9D47C8DD4EE4F161B51A0012793AE40C#SAPEngine_Application_Thread[impl:3]_95##0#0#Error#1#/System/Server#Plain###bean LCRBEAN_GET_PROFILE_PARAMETER not found#
    #1.5#0012793AE40C0076000000030000121800045DD899BD67E0#1229084780325#com.sap.engine.services.rfcengine##com.sap.engine.services.rfcengine#J2EE_GUEST#0##PI7#RIJUA                           #1448C8DDD335F1E5B51A0012793AE40C#SAPEngine_Application_Thread[impl:3]_95##0#0#Error#1#/System/Server#Plain###bean LCRBEAN_GET_PROFILE_PARAMETER not found#
    #1.5#0012793AE40C0078000000010000121800045DD899EAE617#1229084783309#com.sap.engine.services.rfcengine##com.sap.engine.services.rfcengine#J2EE_GUEST#0##HE6#SAPSYS                          #81C1A9AA09F24B0894CFA72F264F2842#SAPEngine_Application_Thread[impl:3]_24##0#0#Error#1#/System/Server#Plain###bean SLDJAVA_ACCESSOR_REQUEST not found#
    #1.5#0012793AE40C0079000000010000121800045DD899EB397B#1229084783325#com.sap.engine.services.rfcengine##com.sap.engine.services.rfcengine#J2EE_GUEST#0##HE6#SAPSYS                          #81C1A9AA09F24B0894CFA72F264F2842#SAPEngine_Application_Thread[impl:3]_16##0#0#Error#1#/System/Server#Plain###bean SLDJAVA_ACCESSOR_REQUEST not found#
    #1.5#0012793AE40C007B000000010000121800045DD8F60F3B22#1229086329364#com.sap.engine.core.locking.impl3.LockingManagerImpl##com.sap.engine.core.locking.impl3.LockingManagerImpl.jenqulib######b01aed40c84b11dd8a150012793ae40c#Thread[SAPEngine_EnquReader,5,main]##0#0#Error#1#/System/Server#Plain###Encomi: received EOF, connection closed!#
    #1.5#0012793AE40C007B000000030000121800045DD8F60F4058#1229086329364#com.sap.engine.core.locking.impl3.LockingManagerImpl##com.sap.engine.core.locking.impl3.LockingManagerImpl.jenqulib######b01aed40c84b11dd8a150012793ae40c#Thread[SAPEngine_EnquReader,5,main]##0#0#Error#1#/System/Server#Plain###Encomi: receive failed (Connection closed -1)#
    #1.5#0012793AE40C007B000000050000121800045DD8F60F425A#1229086329364#com.sap.engine.core.locking.impl3.LockingManagerImpl##com.sap.engine.core.locking.impl3.LockingManagerImpl.jenqulib######b01aed40c84b11dd8a150012793ae40c#Thread[SAPEngine_EnquReader,5,main]##0#0#Error#1#/System/Server#Plain###ReadRunnable: receive failed (Encomi: receive failed (Connection closed -1) -1), flush pending responses#
    #1.5#0012793AE40C007C000000000000121800045DD8F6115F52#1229086329505#com.sap.engine.core.cluster.impl6.ms.MSRawConnection##com.sap.engine.core.cluster.impl6.ms.MSRawConnection.receiveRawMessage()######b0307110c84b11ddab1b0012793ae40c#SAP J2EE Engine|MS Socket Listener##0#0#Error##Plain###java.net.SocketException: Connection reset#
    #1.5#0012793AE40C007C000000010000121800045DD8F611603B#1229086329505#com.sap.engine.core.cluster.impl6.ms.MSRawConnection##com.sap.engine.core.cluster.impl6.ms.MSRawConnection.receiveRawMessage()######b0307110c84b11ddab1b0012793ae40c#SAP J2EE Engine|MS Socket Listener##0#0#Error##Plain###java.net.SocketException: Connection reset
         at java.net.SocketInputStream.read(SocketInputStream.java:168)
         at java.io.BufferedInputStream.fill(BufferedInputStream.java:183)
         at java.io.BufferedInputStream.read1(BufferedInputStream.java:222)
         at java.io.BufferedInputStream.read(BufferedInputStream.java:277)
         at com.sap.engine.core.cluster.impl6.ms.MSMessageHeader.read(MSMessageHeader.java:440)
         at com.sap.engine.core.cluster.impl6.ms.MSMessageObjectImpl.readHeader(MSMessageObjectImpl.java:142)
         at com.sap.engine.core.cluster.impl6.ms.MSRawConnection.receiveRawMessage(MSRawConnection.java:1660)
         at com.sap.engine.core.cluster.impl6.ms.MSListener.run(MSListener.java:86)
         at com.sap.engine.frame.core.thread.Task.run(Task.java:64)
         at com.sap.engine.core.thread.impl5.SingleThread.execute(SingleThread.java:79)
         at com.sap.engine.core.thread.impl5.SingleThread.run(SingleThread.java:150)
    #1.5#0012793AE40C007B000000070000121800045DD8F61E7D39#1229086330364#com.sap.engine.core.locking.impl3.LockingManagerImpl##com.sap.engine.core.locking.impl3.LockingManagerImpl.jenqulib######b01aed40c84b11dd8a150012793ae40c#Thread[SAPEngine_EnquReader,5,main]##0#0#Error#1#/System/Server#Plain###Encomi: failed to connect to hcl3SAP/3201/Connection refused: connect)#
    #1.5#0012793AE40C007B000000090000121800045DD8F61E7F00#1229086330364#com.sap.engine.core.locking.impl3.LockingManagerImpl##com.sap.engine.core.locking.impl3.LockingManagerImpl.jenqulib######b01aed40c84b11dd8a150012793ae40c#Thread[SAPEngine_EnquReader,5,main]##0#0#Error#1#/System/Server#Plain###ReadRunnable: failed to connect to server 1 times#
    #1.5#0012793AE40C007B0000000B0000121800045DD8F64AFC71#1229086333286#com.sap.engine.core.locking.impl3.LockingManagerImpl##com.sap.engine.core.locking.impl3.LockingManagerImpl.jenqulib######b01aed40c84b11dd8a150012793ae40c#Thread[SAPEngine_EnquReader,5,main]##0#0#Error#1#/System/Server#Plain###Encomi: failed to connect to hcl3SAP/3201/Connection refused: connect)#
    #1.5#0012793AE40C007B0000000D0000121800045DD8F6791AC5#1229086336302#com.sap.engine.core.locking.impl3.LockingManagerImpl##com.sap.engine.core.locking.impl3.LockingManagerImpl.jenqulib######b01aed40c84b11dd8a150012793ae40c#Thread[SAPEngine_EnquReader,5,main]##0#0#Error#1#/System/Server#Plain###Encomi: failed to connect to hcl3SAP/3201/Connection refused: connect)#
    #1.5#0012793AE40C007B0000000F0000121800045DD8F6A58D15#1229086339224#com.sap.engine.core.locking.impl3.LockingManagerImpl##com.sap.engine.core.locking.impl3.LockingManagerImpl.jenqulib######b01aed40c84b11dd8a150012793ae40c#Thread[SAPEngine_EnquReader,5,main]##0#0#Error#1#/System/Server#Plain###Encomi: failed to connect to hcl3SAP/3201/Connection refused: connect)#
    #1.5#0012793AE40C007B000000110000121800045DD8F6D20F7F#1229086342130#com.sap.engine.core.locking.impl3.LockingManagerImpl##com.sap.engine.core.locking.impl3.LockingManagerImpl.jenqulib######b01aed40c84b11dd8a150012793ae40c#Thread[SAPEngine_EnquReader,5,main]##0#0#Error#1#/System/Server#Plain###Encomi: failed to connect to hcl3SAP/3201/Connection refused: connect)#
    #1.5#0012793AE40C007B000000130000121800045DD8F6FE9326#1229086345052#com.sap.engine.core.locking.impl3.LockingManagerImpl##com.sap.engine.core.locking.impl3.LockingManagerImpl.jenqulib######b01aed40c84b11dd8a150012793ae40c#Thread[SAPEngine_EnquReader,5,main]##0#0#Error#1#/System/Server#Plain###Encomi: failed to connect to hcl3SAP/3201/Connection refused: connect)#
    #1.5#0012793AE40C007B000000150000121800045DD8F72CA0FC#1229086348067#com.sap.engine.core.locking.impl3.LockingManagerImpl##com.sap.engine.core.locking.impl3.LockingManagerImpl.jenqulib######b01aed40c84b11dd8a150012793ae40c#Thread[SAPEngine_EnquReader,5,main]##0#0#Error#1#/System/Server#Plain###Encomi: failed to connect to hcl3SAP/3201/Connection refused: connect)#
    #1.5#0012793AE40C007B000000170000121800045DD8F75795FA#1229086350880#com.sap.engine.core.locking.impl3.LockingManagerImpl##com.sap.engine.core.locking.impl3.LockingManagerImpl.jenqulib######b01aed40c84b11dd8a150012793ae40c#Thread[SAPEngine_EnquReader,5,main]##0#0#Error#1#/System/Server#Plain###Encomi: failed to connect to hcl3SAP/3201/Connection refused: connect)#
    #1.5#0012793AE40C007B000000190000121800045DD8F78418D5#1229086353802#com.sap.engine.core.locking.impl3.LockingManagerImpl##com.sap.engine.core.locking.impl3.LockingManagerImpl.jenqulib######b01aed40c84b11dd8a150012793ae40c#Thread[SAPEngine_EnquReader,5,main]##0#0#Error#1#/System/Server#Plain###Encomi: failed to connect to hcl3SAP/3201/Connection refused: connect)#
    #1.5#0012793AE40C007B0000001B0000121800045DD8F7B3C822#1229086356927#com.sap.engine.core.locking.impl3.LockingManagerImpl##com.sap.engine.core.locking.impl3.LockingManagerImpl.jenqulib######b01aed40c84b11dd8a150012793ae40c#Thread[SAPEngine_EnquReader,5,main]##0#0#Error#1#/System/Server#Plain###Encomi: failed to connect to hcl3SAP/3201/Connection refused: connect)#
    #1.5#0012793AE40C007B0000001D0000121800045DD8F7E02F82#1229086359833#com.sap.engine.core.locking.impl3.LockingManagerImpl##com.sap.engine.core.locking.impl3.LockingManagerImpl.jenqulib######b01aed40c84b11dd8a150012793ae40c#Thread[SAPEngine_EnquReader,5,main]##0#0#Error#1#/System/Server#Plain###Encomi: failed to connect to hcl3SAP/3201/Connection refused: connect)#
    #1.5#0012793AE40C007B0000001F0000121800045DD8F7E030C2#1229086359833#com.sap.engine.core.locking.impl3.LockingManagerImpl##com.sap.engine.core.locking.impl3.LockingManagerImpl.jenqulib######b01aed40c84b11dd8a150012793ae40c#Thread[SAPEngine_EnquReader,5,main]##0#0#Error#1#/System/Server#Plain###ReadRunnable: failed to connect to server 11 times#
    #1.5#0012793AE40C007B000000210000121800045DD8F80CB555#1229086362755#com.sap.engine.core.locking.impl3.LockingManagerImpl##com.sap.engine.core.locking.impl3.LockingManagerImpl.jenqulib######b01aed40c84b11dd8a150012793ae40c#Thread[SAPEngine_EnquReader,5,main]##0#0#Error#1#/System/Server#Plain###Encomi: failed to connect to hcl3SAP/3201/Connection refused: connect)#
    #1.5#0012793AE40C007B000000230000121800045DD8F83ABD55#1229086365770#com.sap.engine.core.locking.impl3.LockingManagerImpl##com.sap.engine.core.locking.impl3.LockingManagerImpl.jenqulib######b01aed40c84b11dd8a150012793ae40c#Thread[SAPEngine_EnquReader,5,main]##0#0#Error#1#/System/Server#Plain###Encomi: failed to connect to hcl3SAP/3201/Connection refused: connect)#
    #1.5#0012793AE40C007B000000250000121800045DD8F8674E72#1229086368692#com.sap.engine.core.locking.impl3.LockingManagerImpl##com.sap.engine.core.locking.impl3.LockingManagerImpl.jenqulib######b01aed40c84b11dd8a150012793ae40c#Thread[SAPEngine_EnquReader,5,main]##0#0#Error#1#/System/Server#Plain###Encomi: failed to connect to hcl3SAP/3201/Connection refused: connect)#
    #1.5#0012793AE40C007B000000270000121800045DD8F893C188#1229086371614#com.sap.engine.core.locking.impl3.LockingManagerImpl##com.sap.engine.core.locking.impl3.LockingManagerImpl.jenqulib######b01aed40c84b11dd8a150012793ae40c#Thread[SAPEngine_EnquReader,5,main]##0#0#Error#1#/System/Server#Plain###Encomi: failed to connect to hcl3SAP/3201/Connection refused: connect)#
    #1.5#0012793AE40C007B000000290000121800045DD8F8C1CD8A#1229086374630#com.sap.engine.core.locking.impl3.LockingManagerImpl##com.sap.engine.core.locking.impl3.LockingManagerImpl.jenqulib######b01aed40c84b11dd8a150012793ae40c#Thread[SAPEngine_EnquReader,5,main]##0#0#Error#1#/System/Server#Plain###Encomi: failed to connect to hcl3SAP/3201/Connection refused: connect)#
    #1.5#0012793AE40C007B0000002B0000121800045DD8F8EE5019#1229086377536#com.sap.engine.core.locking.impl3.LockingManagerImpl##com.sap.engine.core.locking.impl3.LockingManagerImpl.jenqulib######b01aed40c84b11dd8a150012793ae40c#Thread[SAPEngine_EnquReader,5,main]##0#0#Error#1#/System/Server#Plain###Encomi: failed to connect to hcl3SAP/3201/Connection refused: connect)#
    #1.5#0012793AE40C007B0000002D0000121800045DD8F91AD274#1229086380458#com.sap.engine.core.locking.impl3.LockingManagerImpl##com.sap.engine.core.locking.impl3.LockingManagerImpl.jenqulib######b01aed40c84b11dd8a150012793ae40c#Thread[SAPEngine_EnquReader,5,main]##0#0#Error#1#/System/Server#Plain###Encomi: failed to connect to hcl3SAP/3201/Connection refused: connect)#
    #1.5#0012793AE40C007B0000002F0000121800045DD8F947537E#1229086383379#com.sap.engine.core.locking.impl3.LockingManagerImpl##com.sap.engine.core.locking.impl3.LockingManagerImpl.jenqulib######b01aed40c84b11dd8a150012793ae40c#Thread[SAPEngine_EnquReader,5,main]##0#0#Error#1#/System/Server#Plain###Encomi: failed to connect to hcl3SAP/3201/Connection refused: connect)#
    #1.5#0012793AE40C007B000000310000121800045DD8F976E8A3#1229086386489#com.sap.engine.core.locking.impl3.LockingManagerImpl##com.sap.engine.core.locking.impl3.LockingManagerImpl.jenqulib######b01aed40c84b11dd8a150012793ae40c#Thread[SAPEngine_EnquReader,5,main]##0#0#Error#1#/System/Server#Plain###Encomi: failed to connect to hcl3SAP/3201/Connection refused: connect)#
    #1.5#0012793AE40C007B000000330000121800045DD8F9A36A4A#1229086389411#com.sap.engine.core.locking.impl3.LockingManagerImpl##com.sap.engine.core.locking.impl3.LockingManagerImpl.jenqulib######b01aed40c84b11dd8a150012793ae40c#Thread[SAPEngine_EnquReader,5,main]##0#0#Error#1#/System/Server#Plain###Encomi: failed to connect to hcl3SAP/3201/Connection refused: connect)#
    #1.5#0012793AE40C007B000000350000121800045DD8F9A36B62#1229086389411#com.sap.engine.core.locking.impl3.LockingManagerImpl##com.sap.engine.core.locking.impl3.LockingManagerImpl.jenqulib######b01aed40c84b11dd8a150012793ae40c#Thread[SAPEngine_EnquReader,5,main]##0#0#Error#1#/System/Server#Plain###ReadRunnable: failed to connect to server 21 times#
    #1.5#0012793AE40C007B000000370000121800045DD8F9D175D4#1229086392426#com.sap.engine.core.locking.impl3.LockingManagerImpl##com.sap.engine.core.locking.impl3.LockingManagerImpl.jenqulib######b01aed40c84b11dd8a150012793ae40c#Thread[SAPEngine_EnquReader,5,main]##0#0#Error#1#/System/Server#Plain###Encomi: failed to connect to hcl3SAP/3201/Connection refused: connect)#
    #1.5#0012793AE40C007B000000390000121800045DD8F9FDFF04#1229086395348#com.sap.engine.core.locking.impl3.LockingManagerImpl##com.sap.engine.core.locking.impl3.LockingManagerImpl.jenqulib######b01aed40c84b11dd8a150012793ae40c#Thread[SAPEngine_EnquReader,5,main]##0#0#Error#1#/System/Server#Plain###Encomi: failed to connect to hcl3SAP/3201/Connection refused: connect)#
    #1.5#0012793AE40C007B0000003B0000121800045DD8FA2A7A76#1229086398270#com.sap.engine.core.locking.impl3.LockingManagerImpl##com.sap.engine.core.locking.impl3.LockingManagerImpl.jenqulib######b01aed40c84b11dd8a150012793ae40c#Thread[SAPEngine_EnquReader,5,main]##0#0#Error#1#/System/Server#Plain###Encomi: failed to connect to hcl3SAP/3201/Connection refused: connect)#
    #1.5#0012793AE40C007F000000010000121800045DD8FA49473F#1229086400285#com.sap.aii.utilxi.prop.impl.BasicPropertySource##com.sap.aii.utilxi.prop.impl.BasicPropertySource#J2EE_GUEST#0##hcl3SAP.HCLT.CORP_PI7_9240450#Guest#158b1d00c84511dd9fed0012793ae40c#SAPEngine_Application_Thread[impl:3]_27##0#0#Error#1#/Applications/ExchangeInfrastructure#Plain###could not sync ExchangeProfile:
    Thrown:
    com.sap.rprof.dbprofiles.DBException: Connect to SAP gateway failed
    Connect_PM  TYPE=A ASHOST=HCL3SAP SYSNR=00 GWHOST=HCL3SAP GWSERV=sapgw00 PCS=1
    LOCATION    CPIC (TCP/IP) on local host with Unicode
    ERROR       partner '10.112.132.211:sapgw00' not reached
    TIME        Fri Dec 12 18:23:20 2008
    RELEASE     700
    COMPONENT   NI (network interface)
    VERSION     38
    RC          -10
    MODULE      nixxi.cpp
    LINE        2823
    DETAIL      NiPConnect2
    SYSTEM CALL connect
    ERRNO       10061
    ERRNO TEXT  WSAECONNREFUSED: Connection refused
    COUNTER     1
    Connect_PM  TYPE=A ASHOST=HCL3SAP SYSNR=00 GWHOST=HCL3SAP GWSERV=sapgw00 PCS=1
    LOCATION    CPIC (TCP/IP) on local host with Unicode
    ERROR       partner '10.112.132.211:sapgw00' not reached
    TIME        Fri Dec 12 18:23:20 2008
    RELEASE     700
    COMPONENT   NI (network interface)
    VERSION     38
    RC          -10
    MODULE      nixxi.cpp
    LINE        2823
    DETAIL      NiPConnect2
    SYSTEM CALL connect
    ERRNO       10061
    ERRNO TEXT  WSAECONNREFUSED: Connection refused
    COUNTER     1
         at com.sap.mw.jco.MiddlewareJRfc.generateJCoException(MiddlewareJRfc.java:457)
         at com.sap.mw.jco.MiddlewareJRfc$Client.connect(MiddlewareJRfc.java:989)
         at com.sap.mw.jco.JCO$Client.connect(JCO.java:3193)
         at com.sap.rprof.dbprofiles.DBProfiles.getProfile(DBProfiles.java:101)
         at com.sap.rprof.dbprofiles.RemoteProfile.readRemoteProfileFromMedia(RemoteProfile.java:1286)
         at com.sap.rprof.dbprofiles.RemoteProfile.getRemoteProfileFromFactory(RemoteProfile.java:193)
         at com.sap.aii.utilxi.prop.rprof.ExchangeProfilePropertySource.readProfile(ExchangeProfilePropertySource.java:177)
         at com.sap.aii.utilxi.prop.rprof.ExchangeProfilePropertySource.sync(ExchangeProfilePropertySource.java:165)
         at com.sap.aii.utilxi.misc.api.AIIProperties.sync(AIIProperties.java:580)
         at com.sap.aii.af.service.sld.SLDAccess.syncExchangeProfile(SLDAccess.java:43)
         at com.sap.aii.adapter.xi.ms.SLDReader.fire(SLDReader.java:52)
         at com.sap.aii.adapter.xi.ms.SLDReader.run(SLDReader.java:167)
         at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
         at java.security.AccessController.doPrivileged(Native Method)
         at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:100)
         at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:170)
    #1.5#0012793AE40C007B0000003D0000121800045DD8FA56FC49#1229086401176#com.sap.engine.core.locking.impl3.LockingManagerImpl##com.sap.engine.core.locking.impl3.LockingManagerImpl.jenqulib######b01aed40c84b11dd8a150012793ae40c#Thread[SAPEngine_EnquReader,5,main]##0#0#Error#1#/System/Server#Plain###Encomi: failed to connect to hcl3SAP/3201/Connection refused: connect)#
    #1.5#0012793AE40C007B0000003F0000121800045DD8FA83A493#1229086404114#com.sap.engine.core.locking.impl3.LockingManagerImpl##com.sap.engine.core.locking.impl3.LockingManagerImpl.jenqulib######b01aed40c84b11dd8a150012793ae40c#Thread[SAPEngine_EnquReader,5,main]##0#0#Error#1#/System/Server#Plain###Encomi: failed to connect to hcl3SAP/3201/Connection refused: connect)#
    #1.5#0012793AE40C007B000000410000121800045DD8FAB189C5#1229086407113#com.sap.engine.core.locking.impl3.LockingManagerImpl##com.sap.engine.core.locking.impl3.LockingManagerImpl.jenqulib######b01aed40c84b11dd8a150012793ae40c#Thread[SAPEngine_EnquReader,5,main]##0#0#Error#1#/System/Server#Plain###Encomi: failed to connect to hcl3SAP/3201/Connection refused: connect)#
    #1.5#0012793AE40C007B000000430000121800045DD8FADF9505#1229086410129#com.sap.engine.core.locking.impl3.LockingManagerImpl##com.sap.engin

Maybe you are looking for

  • How can i recover a drive that is locked

    i cant unlock my drive. the computer sees it but wont mount it. its a 3t

  • Dynamic using clause

    Hi All, Is it possible to build a dynamic using clause in execute immediate command. EXECUTE IMMEDIATE <dynamic query> USING <dynamic clause>; If not, is there any alteranate approach there? Regards Swaminathan

  • InDesign not appearing on menus following install

    InDesign not appearing on menus following install on Windows 7 and MAC.

  • After IOS 6.x Update all photos lost

    I updated my iPad2 with IOS 6.1.3 and lost the most of my photos. I get told that it's still loading but nothing happens over the past 3 days. Any idea how to get the photos back???? Many thanks Thomas

  • Indesign Animation Blurry in FXL EPUB

    Hi InDesign EPUB experts. I am trying to create a kid's book with animations and (eventually) read-aloud text. I am also trying some 3rd party apps which do the read-aloud tagging, but whose animations are LAME. So this example is with InDesign nativ