Setting classpath in J2EE server

Hello,
I've installed J2EEsdk1.3 in my windows NT server.After installation, when I 'm starting the j2ee server using c:\j2sdkee1.3\j2ee -verbose, it is giving an message like this "ERROR : Set J2EE_HOME to the path a of a valid j2sdkee."
Although i've changed my settings in my environment variable it is repeating the same message.
Please help me in solving the problem.
Thanks in advance.
Mathava Manikandan V.G.

Hi,
1) What value did you assign to the J2EE_HOME environment variable? This should be c:\j2sdkee1.3
2) "c:\j2sdkee1.3\j2ee -verbose" is normally not possible without copying the .bat files to this directory. j2ee.bat should be in the c:\j2sdkee1.3\bin directory.
Regards,
Kurt.

Similar Messages

  • Setting classpath in J2ee

    Hello,
    I've installed J2EEsdk1.3 in my windows NT server.After installation, when I 'm starting the j2ee server using c:\j2sdkee1.3\j2ee -verbose, it is giving an message like this "ERROR : Set J2EE_HOME to the path a of a valid j2sdkee."
    Although i've changed my settings in my environment variable it is repeating the same message.
    Please help me in solving the problem.
    Thanks in advance.
    Mathava Manikandan V.G.

    Try writing a command file which contains the J2EE_HOME and JAVA_HOME and save it in j2ee_home\bin directory. Then run the command file from the DOS prompt before starting the server. This should work.
    Good Luck
    Siva

  • Which J2EE server for commercial use ?

    I'm a bit new to all of this so please be gentle...
    I'm currently learning all about J2EE by going through the tutorials provided by Sun (the bookstore, the bank etc). At the moment, I use the j2ee.exe program that comes with the SDK as my server.
    My question is : when it comes to actually setting up a J2EE server for real-world use, would I still be using the same j2ee.exe or is this merely for test purposes and cannot take the strain of serious use.
    If it is merely for testing and development, which j2ee servers are used out there in the big wide world ? I hear a lot spoken about Tomcat but don't know what it is.
    I'd appreciate any comments about this. Although I can find lots of detailed knowledge about j2ee and server-side java in general, there seems to be very little information giving a general overview.
    Thanks - Steve.

    Funny cos' I was nearly gonna ask the same question myself but...One thing I know is that Tomcat is only the servlet implementation of J2EE and cannot run EJB's...this I know for sure... On the other hand, Application servers like IBM's Websphere or BEA's Weblogic can handle both Servlets and EJB's...but are quite costly....there exists an open source version called JBOSS (jboss.org) that is free and seems to be quite worth checking out...as far as j2ee.exe goes, I think it just supports basic EJB implementation on it's own and does not take care of security, transactions, persistence etc... like the expensive ones do..
    did that help?
    pkingsun2002

  • Settings for J2EE Server do not exist

    Hi I get the message "Settings for J2EE Server do not exist"
    Where can I set them and what has to be entered ?
    Regards
    sas

    Hi Erdem,
    I assume that you get this error message while configuring you web service in ECC.
    To make the setting for the J2EE server, go to the WSADMIN transaction, click on "Go To" in the menu above and select "Administration Settings".
    You can enter the full URL (upto the port) of your J2EE server in the following format:
    http://<<full server name>>:<<port number>>
    Hope this helps!
    Regards,
    Romit

  • How to deploy my web module to J2EE server?

    hi, i used forte CE to create my web module and its working perfectly when i run it through forte CE.
    I've created a .war file for my web module through forte CE via the command Export WAR.
    I've set up my J2EE server and its running cause i can go to its index page.
    Now the problem, through the deployment tool that come with J2EE, I created a new application and add my .war into it. Next I tried to deploy my application .ear file. The deployment is successful.
    But when I tried to access my application through the browser, I got this error messages:
    A Servlet Exception Has Occurred
    org.apache.jasper.JasperException: Unable to compile class for JSPNote: sun.tools.javac.Main has been deprecated.
    An error occurred at line: 2 in the jsp file: /searchQRStatus.jsp
    Generated servlet error:
    e:\j2sdkee1.3\repository\psa\web\qrstatus\_0002fsearchQRStatus_jsp.java:65: Class org.apache.jsp.ConnectionBean not found.
    ConnectionBean connection = null;
    I got repeated similiar error msgs for all my javabeans, ConnectionBean is one of them.
    It seems that the server cannot find my javabean .java/.class files.
    I only use jsp/javabeans/html/ms access database with ODBC connection.
    1) How to solve my problems?
    2) Do I need to set up a new ODBC 32bit System DSN for my database again, since the location for the database is different after deployment?
    any help will be greatly appreciated..............thankz

    perhaps your J2EE server only has access to JRE and not JDK? ... you'll need the JDK to run JSP pages because they are compiled on-the-fly into servlets. just a thought.

  • Setting for J2EE server do not exist

    Hi,
    I have prepared a web service from a FM.
    I can't test it from the WSADMIN since this system is not integrated to a J2EE server. So I get the error message "Setting for J2EE server do not exist"
    I am able to generate the WSDL file from Tcode WSADMIN
    How can I test this web service from a browser with a J2EE server? If browser not possible then how can I test this web service.
    Thank you,
    Sam

    Hi Sam,
    I am not sure if you can test the web services without a J2EE server. For
    testing in wsadmin, you do not need the system to be integrated with a J2EE server. Only the details of any J2EE server in the landscape can be given in
    wsadmin -> Goto -> Administration Settings .
    Regards
    Srikishan

  • How to set classpath and server configuration in eclipse

    i am new to eclipse tool pls anyone tell me to set classpath and serverconfiguration (tomcat) and sample program

    Get WTP [1], install it [2] and checkout one of the lot Eclipse WTP tutorials [3].
    [1] http://www.eclipse.org/webtools/
    [2] http://ftp.osuosl.org/pub/eclipse/technology/phoenix/demos/install-wtp/install-wtp.html
    [3] http://www.eclipse.org/webtools/community/tutorials/BuildJ2EEWebApp/BuildJ2EEWebApp.html

  • Error in starting the j2ee server

    Hi...... I installed the j2sdkee-1_3_1-win........... I was able to deploy and run some sample web apps but after compiling a java file (tag lib) and setting my classpath (to point to a servlet jar file) I started getting this errors (see below).... Can someone tell me how to go about this? the keystore.jks is definitely existing in my C:\j2sdkee1.3.1\lib\security\ folder.
    Thanks in advance!
    C:\Documents and Settings\cruzm1>j2ee
    Cannot write the seed file for fast startup. The next startup will be slow.
    J2EE server listen port: 1050
    java.io.FileNotFoundException: C:\j2sdkee1.3.1\lib\security\keystore.jks (The sy
    stem cannot find the path specified)
    at java.io.FileInputStream.open(Native Method)
    at java.io.FileInputStream.<init>(FileInputStream.java:106)
    at java.io.FileInputStream.<init>(FileInputStream.java:66)
    at com.sun.enterprise.security.SSLUtils.loadKS(SSLUtils.java:147)
    at com.sun.enterprise.security.SSLUtils.initKeyStore(SSLUtils.java:78)
    at com.sun.enterprise.iiop.IIOPSSLSocketFactory.init(IIOPSSLSocketFactor
    y.java:74)
    at com.sun.enterprise.iiop.IIOPSSLSocketFactory.createSSLServerSocket(II
    OPSSLSocketFactory.java:153)
    at com.sun.enterprise.iiop.IIOPSSLSocketFactory.createServerSocket(IIOPS
    SLSocketFactory.java:139)
    at com.sun.corba.ee.internal.iiop.GIOPImpl.createListener(GIOPImpl.java:
    243)
    at com.sun.corba.ee.internal.iiop.GIOPImpl.getEndpoint(GIOPImpl.java:205
    at com.sun.corba.ee.internal.iiop.GIOPImpl.initEndpoints(GIOPImpl.java:1
    40)
    at com.sun.corba.ee.internal.POA.POAORB.getServerEndpoint(POAORB.java:49
    2)
    at com.sun.corba.ee.internal.POA.POAImpl.pre_initialize(POAImpl.java:156
    at com.sun.corba.ee.internal.POA.POAImpl.<init>(POAImpl.java:114)
    at com.sun.corba.ee.internal.POA.POAORB.makeRootPOA(POAORB.java:114)
    at com.sun.corba.ee.internal.POA.POAORB$1.evaluate(POAORB.java:132)
    at com.sun.corba.ee.internal.core.Future.evaluate(Future.java:21)
    at com.sun.corba.ee.internal.corba.ORB.resolveInitialReference(ORB.java:
    2488)
    at com.sun.corba.ee.internal.corba.ORB.resolve_initial_references(ORB.ja
    va:2423)
    at com.sun.enterprise.server.J2EEServer.run(J2EEServer.java:196)
    at com.sun.enterprise.server.J2EEServer.main(J2EEServer.java:972)
    org.omg.CORBA.INTERNAL: vmcid: SUN minor code: 209 completed: No
    at com.sun.corba.ee.internal.iiop.GIOPImpl.createListener(GIOPImpl.java:
    256)
    at com.sun.corba.ee.internal.iiop.GIOPImpl.getEndpoint(GIOPImpl.java:205
    at com.sun.corba.ee.internal.iiop.GIOPImpl.initEndpoints(GIOPImpl.java:1
    40)
    at com.sun.corba.ee.internal.POA.POAORB.getServerEndpoint(POAORB.java:49
    2)
    at com.sun.corba.ee.internal.POA.POAImpl.pre_initialize(POAImpl.java:156
    at com.sun.corba.ee.internal.POA.POAImpl.<init>(POAImpl.java:114)
    at com.sun.corba.ee.internal.POA.POAORB.makeRootPOA(POAORB.java:114)
    at com.sun.corba.ee.internal.POA.POAORB$1.evaluate(POAORB.java:132)
    at com.sun.corba.ee.internal.core.Future.evaluate(Future.java:21)
    at com.sun.corba.ee.internal.corba.ORB.resolveInitialReference(ORB.java:
    2488)
    at com.sun.corba.ee.internal.corba.ORB.resolve_initial_references(ORB.ja
    va:2423)
    at com.sun.enterprise.server.J2EEServer.run(J2EEServer.java:196)
    at com.sun.enterprise.server.J2EEServer.main(J2EEServer.java:972)
    java.lang.RuntimeException: Unable to create ORB. Possible causes include TCP/IP
    ports in use by another process
    at com.sun.enterprise.server.J2EEServer.run(J2EEServer.java:206)
    at com.sun.enterprise.server.J2EEServer.main(J2EEServer.java:972)
    java.lang.RuntimeException: Unable to create ORB. Possible causes include TCP/IP
    ports in use by another process
    at com.sun.enterprise.server.J2EEServer.run(J2EEServer.java:206)
    at com.sun.enterprise.server.J2EEServer.main(J2EEServer.java:972)
    java.lang.RuntimeException: Unable to create ORB. Possible causes include TCP/IP
    ports in use by another process
    at com.sun.enterprise.server.J2EEServer.run(J2EEServer.java:346)
    at com.sun.enterprise.server.J2EEServer.main(J2EEServer.java:972)
    J2EE server reported the following error: Unable to create ORB. Possible causes
    include TCP/IP ports in use by another process
    Error executing J2EE server ...
    C:\Documents and Settings\cruzm1>j2ee
    Cannot write the seed file for fast startup. The next startup will be slow.
    J2EE server listen port: 1050
    java.io.FileNotFoundException: C:\j2sdkee1.3.1\lib\security\keystore.jks (The sy
    stem cannot find the path specified)
    at java.io.FileInputStream.open(Native Method)
    at java.io.FileInputStream.<init>(FileInputStream.java:106)
    at java.io.FileInputStream.<init>(FileInputStream.java:66)
    at com.sun.enterprise.security.SSLUtils.loadKS(SSLUtils.java:147)
    at com.sun.enterprise.security.SSLUtils.initKeyStore(SSLUtils.java:78)
    at com.sun.enterprise.iiop.IIOPSSLSocketFactory.init(IIOPSSLSocketFactor
    y.java:74)
    at com.sun.enterprise.iiop.IIOPSSLSocketFactory.createSSLServerSocket(II
    OPSSLSocketFactory.java:153)
    at com.sun.enterprise.iiop.IIOPSSLSocketFactory.createServerSocket(IIOPS
    SLSocketFactory.java:139)
    at com.sun.corba.ee.internal.iiop.GIOPImpl.createListener(GIOPImpl.java:
    243)
    at com.sun.corba.ee.internal.iiop.GIOPImpl.getEndpoint(GIOPImpl.java:205
    at com.sun.corba.ee.internal.iiop.GIOPImpl.initEndpoints(GIOPImpl.java:1
    40)
    at com.sun.corba.ee.internal.POA.POAORB.getServerEndpoint(POAORB.java:49
    2)
    at com.sun.corba.ee.internal.POA.POAImpl.pre_initialize(POAImpl.java:156
    at com.sun.corba.ee.internal.POA.POAImpl.<init>(POAImpl.java:114)
    at com.sun.corba.ee.internal.POA.POAORB.makeRootPOA(POAORB.java:114)
    at com.sun.corba.ee.internal.POA.POAORB$1.evaluate(POAORB.java:132)
    at com.sun.corba.ee.internal.core.Future.evaluate(Future.java:21)
    at com.sun.corba.ee.internal.corba.ORB.resolveInitialReference(ORB.java:
    2488)
    at com.sun.corba.ee.internal.corba.ORB.resolve_initial_references(ORB.ja
    va:2423)
    at com.sun.enterprise.server.J2EEServer.run(J2EEServer.java:196)
    at com.sun.enterprise.server.J2EEServer.main(J2EEServer.java:972)
    org.omg.CORBA.INTERNAL: vmcid: SUN minor code: 209 completed: No
    at com.sun.corba.ee.internal.iiop.GIOPImpl.createListener(GIOPImpl.java:
    256)
    at com.sun.corba.ee.internal.iiop.GIOPImpl.getEndpoint(GIOPImpl.java:205
    at com.sun.corba.ee.internal.iiop.GIOPImpl.initEndpoints(GIOPImpl.java:1
    40)
    at com.sun.corba.ee.internal.POA.POAORB.getServerEndpoint(POAORB.java:49
    2)
    at com.sun.corba.ee.internal.POA.POAImpl.pre_initialize(POAImpl.java:156
    at com.sun.corba.ee.internal.POA.POAImpl.<init>(POAImpl.java:114)
    at com.sun.corba.ee.internal.POA.POAORB.makeRootPOA(POAORB.java:114)
    at com.sun.corba.ee.internal.POA.POAORB$1.evaluate(POAORB.java:132)
    at com.sun.corba.ee.internal.core.Future.evaluate(Future.java:21)
    at com.sun.corba.ee.internal.corba.ORB.resolveInitialReference(ORB.java:
    2488)
    at com.sun.corba.ee.internal.corba.ORB.resolve_initial_references(ORB.ja
    va:2423)
    at com.sun.enterprise.server.J2EEServer.run(J2EEServer.java:196)
    at com.sun.enterprise.server.J2EEServer.main(J2EEServer.java:972)
    java.lang.RuntimeException: Unable to create ORB. Possible causes include TCP/IP
    ports in use by another process
    at com.sun.enterprise.server.J2EEServer.run(J2EEServer.java:206)
    at com.sun.enterprise.server.J2EEServer.main(J2EEServer.java:972)
    java.lang.RuntimeException: Unable to create ORB. Possible causes include TCP/IP
    ports in use by another process
    at com.sun.enterprise.server.J2EEServer.run(J2EEServer.java:206)
    at com.sun.enterprise.server.J2EEServer.main(J2EEServer.java:972)
    java.lang.RuntimeException: Unable to create ORB. Possible causes include TCP/IP
    ports in use by another process
    at com.sun.enterprise.server.J2EEServer.run(J2EEServer.java:346)
    at com.sun.enterprise.server.J2EEServer.main(J2EEServer.java:972)
    J2EE server reported the following error: Unable to create ORB. Possible causes
    include TCP/IP ports in use by another process
    Error executing J2EE server ...
    C:\Documents and Settings\cruzm1>deploytool
    Starting Deployment tool, version 1.3.1
    (Type 'deploytool -help' for command line options.)
    Could not connect to localhost

    I'm not sure the IOException is the real issue. It looks like there may be some other process using one of the ports the SDK is attempting to bind to. Did you try rebooting your machine and restarting the SDK? If there is another process using a port the SDK requires you may need to change the ports used by the SDK. You can find most of the port settings in the config directory in one of the properties files, depending which port you would like to change. Looks like the orb port is you issue so reboot or modify orb.properties.

  • ERROR WHILE STARTING J2EE SERVER IN COMMAND PROMPT

    C:\j2sdkee1.3.1\bin>j2ee -verbose
    J2EE server listen port: 1050
    Naming service started:1050
    Exception in thread "main" java.lang.NoSuchMethodError
    at com.sun.corba.ee.internal.corba.AnyImpl.createTypeCodeForClass(AnyImpl.java:1256)
    at com.sun.corba.ee.internal.iiop.ShutdownUtilDelegate.createTypeCode(ShutdownUtilDelegate.java:223)
    at com.sun.corba.ee.internal.iiop.ShutdownUtilDelegate.writeAny(ShutdownUtilDelegate.java:178)
    at javax.rmi.CORBA.Util.writeAny(Util.java:80)
    at org.omg.stub.com.sun.enterprise.naming._SerialContextProvider_Stub.rebind(Unknown Source)
    at com.sun.enterprise.naming.SerialContext.rebind(SerialContext.java:188)
    at com.sun.enterprise.naming.SerialContext.rebind(SerialContext.java:202)
    at javax.naming.InitialContext.rebind(InitialContext.java:370)
    at com.sun.enterprise.naming.NamingManagerImpl.publishObject(NamingManagerImpl.java:192)
    at com.sun.enterprise.naming.NamingManagerImpl.publishObject(NamingManagerImpl.java:149)
    at com.sun.enterprise.server.J2EEServer.bindObject(J2EEServer.java:718)
    at com.sun.enterprise.server.J2EEServer.createServerObject(J2EEServer.java:473)
    at com.sun.enterprise.server.J2EEServer.run(J2EEServer.java:244)
    ANY DETAILS POST
    REGARDS
    VENKAT

    I had the same problem overhere.
    If you would have taken the time to read some topics on this forum you would have found dozens of others having this problem like
    http://forum.java.sun.com/thread.jsp?forum=136&thread=280211
    Which gave the answer for me
    That was: install the jdk141 and UNDEFINE any classpath and cpath in you environment setting.
    HTH
    Xiffy

  • Error when starting J2EE server

    I can't start my J2EE server, when I type "j2ee verbose" on windows console, it showed an error like this :
    J2EE server listen port: 1050
    Exception in thread "main" java.lang.NoClassDefFoundError: com/sun/corba/se/internal/util/IdentityHashtable
         at com.sun.corba.ee.internal.javax.rmi.CORBA.Util.<clinit>(Util.java:87)
         at com.sun.corba.ee.internal.POA.POAImpl.activate(POAImpl.java:935)
         at com.sun.corba.ee.internal.POA.POAImpl.activate_object(POAImpl.java:895)
         at com.sun.corba.ee.internal.CosNaming.TransientNameService.initialize(TransientNameService.java:117)
         at com.sun.corba.ee.internal.CosNaming.TransientNameService.<init>(TransientNameService.java:70)
         at com.sun.enterprise.iiop.POAProtocolMgr.initializeNaming(POAProtocolMgr.java:103)
         at com.sun.enterprise.server.J2EEServer.run(J2EEServer.java:226)
         at com.sun.enterprise.server.J2EEServer.main(J2EEServer.java:972)
    I used J2EE 1.3.1 and JDK 1.5.0. I also have set an environment variable like shown below :
    JAVA_HOME=C:\jdk1.5.0
    J2EE_HOME=C:\j2sdkee1.3.1
    PATH=%JAVA_HOME%\bin;%J2EE_HOME%\bin
    CLASSPATH=%J2EE_HOME%\lib\j2ee.jar;%J2EE_HOME%\lib\locale
    all that env. variable have been set in System Properties through control panel in my windows. Plz help me if there anything wrong with my setting or there are another problems that I didn't noticed before. Thank you.
    Irfan R.

    Modify your JAVA_HOME to C:\Program%20%Files\j2sdk1.4.2_08
    as spaces are not allowed. Most probably it will work.
    I have installed J2EE SDK 1.3 on my machine. I have
    set
    J2EE_HOME=C:\j2sdkee1.3.1
    JAVA_HOME=C:\Program Files\j2sdk1.4.2_08
    and
    PATH=C:\j2sdkee1.3.1\bin
    CLASSPATH
    =%J2EE_HOME%\lib\j2ee.jar;%J2EE_HOME%\lib\locale
    environmental variables. All the four path seem to
    OK. But when I'm trying to start application server
    using j2ee -verbose command on my dos prompt I'm
    getting following error
    'C:\Program' is not recognized as an internal or
    external command, operable program or batch file.
    I tried j2ee -verbose command from C: prompt as well
    as from C:\j2sdkee1.3.1\bin prompt in which j2ee
    batch file is present.
    Please help/guide on above issue

  • J2EE Server doesn't start anymore

    Hi,
    after patching the Web AS 7.0 on SP Level 10.6 the J2EE Server freezes with the status 'some processes running'. All other processes are running properly.
    The developer trace says:
    JControlICheckProcessList: process server0 (pid:3028) died (RUN-FLAG)
    The complete developer trace:
    trc file: "C:\usr\sap\J2E\JC01\work\dev_jcontrol", trc level: 1, release: "700"
    node name   : jcontrol
    pid         : 816
    system name : J2E
    system nr.  : 01
    started at  : Wed Jan 24 11:05:42 2007
    arguments       :
           arg[00] : C:\usr\sap\J2E\JC01\exe\jcontrol.EXE
           arg[01] : pf=C:\usr\sap\J2E\SYS\profile\J2E_JC01_fdk50eco
    [Thr 2188] Wed Jan 24 11:05:42 2007
    [Thr 2188] *** WARNING => INFO: Unknown property [instance.box.number=J2EJC01fdk50eco] [jstartxx.c   841]
    [Thr 2188] *** WARNING => INFO: Unknown property [instance.en.host=fdk50eco] [jstartxx.c   841]
    [Thr 2188] *** WARNING => INFO: Unknown property [instance.en.port=3200] [jstartxx.c   841]
    [Thr 2188] *** WARNING => INFO: Unknown property [instance.system.id=1] [jstartxx.c   841]
    JStartupReadInstanceProperties: read instance properties [C:\usr\sap\J2E\JC01\j2ee\cluster\instance.properties;C:\usr\sap\J2E\JC01\SDM\program\config\sdm_jstartup.properties]
    -> ms host    : fdk50eco
    -> ms port    : 3900
    -> OS libs    : C:\usr\sap\J2E\JC01\j2ee\os_libs
    -> Admin URL  :
    -> run mode   : NORMAL
    -> run action : NONE
    -> enabled    : yes
    Used property files
    -> files [00] : C:\usr\sap\J2E\JC01\j2ee\cluster\instance.properties
    -> files [01] : C:\usr\sap\J2E\JC01\SDM\program\config\sdm_jstartup.properties
    Instance properties
    -> ms host    : fdk50eco
    -> ms port    : 3900
    -> os libs    : C:\usr\sap\J2E\JC01\j2ee\os_libs
    -> admin URL  :
    -> run mode   : NORMAL
    -> run action : NONE
    -> enabled    : yes
    Bootstrap nodes
    -> [00] bootstrap            : C:\usr\sap\J2E\JC01\j2ee\cluster\instance.properties
    -> [01] bootstrap_ID14227200 : C:\usr\sap\J2E\JC01\j2ee\cluster\instance.properties
    -> [02] bootstrap_ID14227250 : C:\usr\sap\J2E\JC01\j2ee\cluster\instance.properties
    Worker nodes
    -> [00] ID14227200           : C:\usr\sap\J2E\JC01\j2ee\cluster\instance.properties
    -> [01] ID14227250           : C:\usr\sap\J2E\JC01\j2ee\cluster\instance.properties
    -> [02] sdm                  : C:\usr\sap\J2E\JC01\SDM\program\config\sdm_jstartup.properties
    [Thr 2188] *** ERROR => can't adjust privileges (rc = 1300) [jstartnt.c   1144]
    [Thr 2188] *** ERROR => can't set privilege (rc = -1) [jstartnt.c   1043]
    [Thr 2188] JControlExecuteBootstrap: execute bootstrap process [bootstrap]
    [Thr 2188] [Node: bootstrap] java home is set by profile parameter
         Java Home: C:\j2sdk1.4.2_13
    [Thr 2188] JStartupICheckFrameworkPackage: can't find framework package C:\usr\sap\J2E\JC01\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          : 768M
    -> root path          : C:\usr\sap\J2E\JC01\j2ee\cluster
    -> class path         : .\bootstrap\launcher.jar
    -> OS libs path       : C:\usr\sap\J2E\JC01\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     : C:\usr\sap\J2E\JC01\exe\jstartup.jar;C:\usr\sap\J2E\JC01\exe\jvmx.jar
    -> parameters         : com.sap.engine.bootstrap.Bootstrap ./bootstrap ID0142272
    -> debuggable         : yes
    -> debug mode         : no
    -> debug port         : 60000
    -> shutdown timeout   : 120000
    JControlStartJLaunch: program = C:\usr\sap\J2E\JC01\exe\jlaunch.exe
    -> arg[00] = C:\usr\sap\J2E\JC01\exe\jlaunch.exe
    -> arg[01] = pf=C:\usr\sap\J2E\SYS\profile\J2E_JC01_fdk50eco
    -> arg[02] = -DSAPINFO=J2E_01_bootstrap
    -> arg[03] = -nodeId=-1
    -> arg[04] = -file=C:\usr\sap\J2E\JC01\j2ee\cluster\instance.properties
    -> arg[05] = -syncSem=JSTARTUP_WAIT_ON_816
    -> arg[06] = -nodeName=bootstrap
    -> arg[07] = -jvmOutFile=C:\usr\sap\J2E\JC01\work\jvm_bootstrap.out
    -> arg[08] = -stdOutFile=C:\usr\sap\J2E\JC01\work\std_bootstrap.out
    -> arg[09] = -locOutFile=C:\usr\sap\J2E\JC01\work\dev_bootstrap
    -> arg[10] = -mode=BOOTSTRAP
    -> arg[11] = pf=C:\usr\sap\J2E\SYS\profile\J2E_JC01_fdk50eco
    -> lib path = PATH=C:\j2sdk1.4.2_13\jre\bin\server;C:\j2sdk1.4.2_13\jre\bin;C:\j2sdk1.4.2_13\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Programme\UltraEdit;C:\Programme\Microsoft SQL Server\80\Tools\BINN;C:\usr\sap\J2E\SYS\exe\uc\NTI386
    -> exe path = PATH=C:\j2sdk1.4.2_13\bin;C:\usr\sap\J2E\JC01\j2ee\os_libs;C:\j2sdk1.4.2_13\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Programme\UltraEdit;C:\Programme\Microsoft SQL Server\80\Tools\BINN;C:\usr\sap\J2E\SYS\exe\uc\NTI386
    [Thr 2188] Wed Jan 24 11:05:48 2007
    [Thr 2188] JControlExecuteBootstrap: read instance values after global bootstrap
    [Thr 2188] *** WARNING => INFO: Unknown property [instance.box.number=J2EJC01fdk50eco] [jstartxx.c   841]
    [Thr 2188] *** WARNING => INFO: Unknown property [instance.en.host=fdk50eco] [jstartxx.c   841]
    [Thr 2188] *** WARNING => INFO: Unknown property [instance.en.port=3200] [jstartxx.c   841]
    [Thr 2188] *** WARNING => INFO: Unknown property [instance.system.id=1] [jstartxx.c   841]
    JStartupReadInstanceProperties: read instance properties [C:\usr\sap\J2E\JC01\j2ee\cluster\instance.properties;C:\usr\sap\J2E\JC01\SDM\program\config\sdm_jstartup.properties]
    -> ms host    : fdk50eco
    -> ms port    : 3900
    -> OS libs    : C:\usr\sap\J2E\JC01\j2ee\os_libs
    -> Admin URL  :
    -> run mode   : NORMAL
    -> run action : NONE
    -> enabled    : yes
    [Thr 2188] JControlExecuteBootstrap: enumerate the nodes after global bootstrap
    Used property files
    -> files [00] : C:\usr\sap\J2E\JC01\j2ee\cluster\instance.properties
    -> files [01] : C:\usr\sap\J2E\JC01\SDM\program\config\sdm_jstartup.properties
    Instance properties
    -> ms host    : fdk50eco
    -> ms port    : 3900
    -> os libs    : C:\usr\sap\J2E\JC01\j2ee\os_libs
    -> admin URL  :
    -> run mode   : NORMAL
    -> run action : NONE
    -> enabled    : yes
    Bootstrap nodes
    -> [00] bootstrap            : C:\usr\sap\J2E\JC01\j2ee\cluster\instance.properties
    -> [01] bootstrap_ID14227200 : C:\usr\sap\J2E\JC01\j2ee\cluster\instance.properties
    -> [02] bootstrap_ID14227250 : C:\usr\sap\J2E\JC01\j2ee\cluster\instance.properties
    Worker nodes
    -> [00] ID14227200           : C:\usr\sap\J2E\JC01\j2ee\cluster\instance.properties
    -> [01] ID14227250           : C:\usr\sap\J2E\JC01\j2ee\cluster\instance.properties
    -> [02] sdm                  : C:\usr\sap\J2E\JC01\SDM\program\config\sdm_jstartup.properties
    [Thr 2188] JControlExecuteBootstrap: execute bootstrap process [bootstrap_ID14227200]
    [Thr 2188] [Node: dispatcher bootstrap] java home is set by profile parameter
         Java Home: C:\j2sdk1.4.2_13
    [Thr 2188] JStartupICheckFrameworkPackage: can't find framework package C:\usr\sap\J2E\JC01\exe\jvmx.jar
    JStartupIReadSection: read node properties [bootstrap_ID14227200]
    -> 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          : C:\usr\sap\J2E\JC01\j2ee\cluster
    -> class path         : .\bootstrap\launcher.jar
    -> OS libs path       : C:\usr\sap\J2E\JC01\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     : C:\usr\sap\J2E\JC01\exe\jstartup.jar;C:\usr\sap\J2E\JC01\exe\jvmx.jar
    -> parameters         : com.sap.engine.bootstrap.Bootstrap ./bootstrap ID014227200
    -> debuggable         : yes
    -> debug mode         : no
    -> debug port         : 60000
    -> shutdown timeout   : 120000
    JControlStartJLaunch: program = C:\usr\sap\J2E\JC01\exe\jlaunch.exe
    -> arg[00] = C:\usr\sap\J2E\JC01\exe\jlaunch.exe
    -> arg[01] = pf=C:\usr\sap\J2E\SYS\profile\J2E_JC01_fdk50eco
    -> arg[02] = -DSAPINFO=J2E_01_bootstrap
    -> arg[03] = -nodeId=-1
    -> arg[04] = -file=C:\usr\sap\J2E\JC01\j2ee\cluster\instance.properties
    -> arg[05] = -syncSem=JSTARTUP_WAIT_ON_816
    -> arg[06] = -nodeName=bootstrap_ID14227200
    -> arg[07] = -jvmOutFile=C:\usr\sap\J2E\JC01\work\jvm_bootstrap_ID14227200.out
    -> arg[08] = -stdOutFile=C:\usr\sap\J2E\JC01\work\std_bootstrap_ID14227200.out
    -> arg[09] = -locOutFile=C:\usr\sap\J2E\JC01\work\dev_bootstrap_ID14227200
    -> arg[10] = -mode=BOOTSTRAP
    -> arg[11] = pf=C:\usr\sap\J2E\SYS\profile\J2E_JC01_fdk50eco
    -> lib path = PATH=C:\j2sdk1.4.2_13\jre\bin\server;C:\j2sdk1.4.2_13\jre\bin;C:\j2sdk1.4.2_13\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Programme\UltraEdit;C:\Programme\Microsoft SQL Server\80\Tools\BINN;C:\usr\sap\J2E\SYS\exe\uc\NTI386
    -> exe path = PATH=C:\j2sdk1.4.2_13\bin;C:\usr\sap\J2E\JC01\j2ee\os_libs;C:\j2sdk1.4.2_13\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Programme\UltraEdit;C:\Programme\Microsoft SQL Server\80\Tools\BINN;C:\usr\sap\J2E\SYS\exe\uc\NTI386
    [Thr 2188] Wed Jan 24 11:05:53 2007
    [Thr 2188] JControlExecuteBootstrap: execute bootstrap process [bootstrap_ID14227250]
    [Thr 2188] [Node: server0 bootstrap] java home is set by profile parameter
         Java Home: C:\j2sdk1.4.2_13
    [Thr 2188] JStartupICheckFrameworkPackage: can't find framework package C:\usr\sap\J2E\JC01\exe\jvmx.jar
    JStartupIReadSection: read node properties [bootstrap_ID14227250]
    -> 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          : C:\usr\sap\J2E\JC01\j2ee\cluster
    -> class path         : .\bootstrap\launcher.jar
    -> OS libs path       : C:\usr\sap\J2E\JC01\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     : C:\usr\sap\J2E\JC01\exe\jstartup.jar;C:\usr\sap\J2E\JC01\exe\jvmx.jar
    -> parameters         : com.sap.engine.bootstrap.Bootstrap ./bootstrap ID014227250
    -> debuggable         : yes
    -> debug mode         : no
    -> debug port         : 60000
    -> shutdown timeout   : 120000
    JControlStartJLaunch: program = C:\usr\sap\J2E\JC01\exe\jlaunch.exe
    -> arg[00] = C:\usr\sap\J2E\JC01\exe\jlaunch.exe
    -> arg[01] = pf=C:\usr\sap\J2E\SYS\profile\J2E_JC01_fdk50eco
    -> arg[02] = -DSAPINFO=J2E_01_bootstrap
    -> arg[03] = -nodeId=-1
    -> arg[04] = -file=C:\usr\sap\J2E\JC01\j2ee\cluster\instance.properties
    -> arg[05] = -syncSem=JSTARTUP_WAIT_ON_816
    -> arg[06] = -nodeName=bootstrap_ID14227250
    -> arg[07] = -jvmOutFile=C:\usr\sap\J2E\JC01\work\jvm_bootstrap_ID14227250.out
    -> arg[08] = -stdOutFile=C:\usr\sap\J2E\JC01\work\std_bootstrap_ID14227250.out
    -> arg[09] = -locOutFile=C:\usr\sap\J2E\JC01\work\dev_bootstrap_ID14227250
    -> arg[10] = -mode=BOOTSTRAP
    -> arg[11] = pf=C:\usr\sap\J2E\SYS\profile\J2E_JC01_fdk50eco
    -> lib path = PATH=C:\j2sdk1.4.2_13\jre\bin\server;C:\j2sdk1.4.2_13\jre\bin;C:\j2sdk1.4.2_13\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Programme\UltraEdit;C:\Programme\Microsoft SQL Server\80\Tools\BINN;C:\usr\sap\J2E\SYS\exe\uc\NTI386
    -> exe path = PATH=C:\j2sdk1.4.2_13\bin;C:\usr\sap\J2E\JC01\j2ee\os_libs;C:\j2sdk1.4.2_13\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Programme\UltraEdit;C:\Programme\Microsoft SQL Server\80\Tools\BINN;C:\usr\sap\J2E\SYS\exe\uc\NTI386
    [Thr 2188] Wed Jan 24 11:06:05 2007
    [Thr 2188] JControlIBuildProcessList: Maximum error count is set to 4
    [Thr 2188] [Node: dispatcher] java home is set by profile parameter
         Java Home: C:\j2sdk1.4.2_13
    [Thr 2188] JStartupICheckFrameworkPackage: can't find framework package C:\usr\sap\J2E\JC01\exe\jvmx.jar
    JStartupIReadSection: read node properties [ID14227200]
    -> 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=68m -XX:MaxNewSize=68m -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          : 203M
    -> init heap size     : 203M
    -> root path          : C:\usr\sap\J2E\JC01\j2ee\cluster\dispatcher
    -> class path         : .\bin\boot\boot.jar;.\bin\system\bytecode.jar;.
    -> OS libs path       : C:\usr\sap\J2E\JC01\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     : C:\usr\sap\J2E\JC01\exe\jstartup.jar;C:\usr\sap\J2E\JC01\exe\jvmx.jar
    -> parameters         :
    -> debuggable         : no
    -> debug mode         : no
    -> debug port         : 60000
    -> shutdown timeout   : 120000
    [Thr 2188] [Node: server0] java home is set by profile parameter
         Java Home: C:\j2sdk1.4.2_13
    [Thr 2188] JStartupICheckFrameworkPackage: can't find framework package C:\usr\sap\J2E\JC01\exe\jvmx.jar
    JStartupIReadSection: read node properties [ID14227250]
    -> 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          : 768M
    -> init heap size     : 768M
    -> root path          : C:\usr\sap\J2E\JC01\j2ee\cluster\server0
    -> class path         : .\bin\boot\boot.jar;.\bin\boot\jaas.jar;.\bin\system\bytecode.jar;.
    -> OS libs path       : C:\usr\sap\J2E\JC01\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     : C:\usr\sap\J2E\JC01\exe\jstartup.jar;C:\usr\sap\J2E\JC01\exe\jvmx.jar
    -> parameters         :
    -> debuggable         : yes
    -> debug mode         : yes
    -> debug port         : 50121
    -> shutdown timeout   : 120000
    [Thr 2188] INFO: Invalid property value [Debbugable=yes]
    [Thr 2188] [Node: SDM] java home is set by profile parameter
         Java Home: C:\j2sdk1.4.2_13
    [Thr 2188] JStartupICheckFrameworkPackage: can't find framework package C:\usr\sap\J2E\JC01\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          : 128M
    -> root path          : C:\usr\sap\J2E\JC01\SDM\program
    -> class path         : C:\usr\sap\J2E\JC01\SDM\program\bin\SDM.jar
    -> OS libs path       : C:\usr\sap\J2E\JC01\j2ee\os_libs
    -> main class         : SDMInternal
    -> framework class    : com.sap.bc.proj.jstartup.JStartupFramework
    -> registr. class     : com.sap.bc.proj.jstartup.JStartupNatives
    -> framework path     : C:\usr\sap\J2E\JC01\exe\jstartup.jar;C:\usr\sap\J2E\JC01\exe\jvmx.jar
    -> shutdown class     : com.sap.sdm.jstartup.shutdown.InternalShutDown
    -> parameters         : server sdmhome=C:\usr\sap\J2E\JC01\SDM\program
    -> debuggable         : yes
    -> debug mode         : no
    -> debug port         : 60000
    -> shutdown timeout   : 120000
    [Thr 3228] JControlRequestFunc: Thread 3228 started as listener thread for np messages.
    [Thr 2188] JControlMSConnect: attached to message server (fdk50eco/3900)
    JControlStartJLaunch: program = C:\usr\sap\J2E\JC01\exe\jlaunch.exe
    -> arg[00] = C:\usr\sap\J2E\JC01\exe\jlaunch.exe
    -> arg[01] = pf=C:\usr\sap\J2E\SYS\profile\J2E_JC01_fdk50eco
    -> arg[02] = -DSAPINFO=J2E_01_dispatcher
    -> arg[03] = -nodeId=0
    -> arg[04] = -file=C:\usr\sap\J2E\JC01\j2ee\cluster\instance.properties
    -> arg[05] = -syncSem=JSTARTUP_WAIT_ON_816
    -> arg[06] = -nodeName=ID14227200
    -> arg[07] = -jvmOutFile=C:\usr\sap\J2E\JC01\work\jvm_dispatcher.out
    -> arg[08] = -stdOutFile=C:\usr\sap\J2E\JC01\work\std_dispatcher.out
    -> arg[09] = -locOutFile=C:\usr\sap\J2E\JC01\work\dev_dispatcher
    -> arg[10] = -mode=JCONTROL
    -> arg[11] = pf=C:\usr\sap\J2E\SYS\profile\J2E_JC01_fdk50eco
    -> lib path = PATH=C:\j2sdk1.4.2_13\jre\bin\server;C:\j2sdk1.4.2_13\jre\bin;C:\j2sdk1.4.2_13\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Programme\UltraEdit;C:\Programme\Microsoft SQL Server\80\Tools\BINN;C:\usr\sap\J2E\SYS\exe\uc\NTI386
    -> exe path = PATH=C:\j2sdk1.4.2_13\bin;C:\usr\sap\J2E\JC01\j2ee\os_libs;C:\j2sdk1.4.2_13\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Programme\UltraEdit;C:\Programme\Microsoft SQL Server\80\Tools\BINN;C:\usr\sap\J2E\SYS\exe\uc\NTI386
    [Thr 2768] JControlMSMessageFunc: Thread 2768 started as listener thread for ms messages.
    [Thr 2188] JControlICheckProcessList: process dispatcher started (PID:3436)
    JControlStartJLaunch: program = C:\usr\sap\J2E\JC01\exe\jlaunch.exe
    -> arg[00] = C:\usr\sap\J2E\JC01\exe\jlaunch.exe
    -> arg[01] = pf=C:\usr\sap\J2E\SYS\profile\J2E_JC01_fdk50eco
    -> arg[02] = -DSAPINFO=J2E_01_server
    -> arg[03] = -nodeId=1
    -> arg[04] = -file=C:\usr\sap\J2E\JC01\j2ee\cluster\instance.properties
    -> arg[05] = -syncSem=JSTARTUP_WAIT_ON_816
    -> arg[06] = -nodeName=ID14227250
    -> arg[07] = -jvmOutFile=C:\usr\sap\J2E\JC01\work\jvm_server0.out
    -> arg[08] = -stdOutFile=C:\usr\sap\J2E\JC01\work\std_server0.out
    -> arg[09] = -locOutFile=C:\usr\sap\J2E\JC01\work\dev_server0
    -> arg[10] = -mode=JCONTROL
    -> arg[11] = -debugMode=yes
    -> arg[12] = pf=C:\usr\sap\J2E\SYS\profile\J2E_JC01_fdk50eco
    -> lib path = PATH=C:\j2sdk1.4.2_13\jre\bin\server;C:\j2sdk1.4.2_13\jre\bin;C:\j2sdk1.4.2_13\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Programme\UltraEdit;C:\Programme\Microsoft SQL Server\80\Tools\BINN;C:\usr\sap\J2E\SYS\exe\uc\NTI386
    -> exe path = PATH=C:\j2sdk1.4.2_13\bin;C:\usr\sap\J2E\JC01\j2ee\os_libs;C:\j2sdk1.4.2_13\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Programme\UltraEdit;C:\Programme\Microsoft SQL Server\80\Tools\BINN;C:\usr\sap\J2E\SYS\exe\uc\NTI386
    [Thr 2188] JControlICheckProcessList: process server0 started (PID:3404)
    JControlStartJLaunch: program = C:\usr\sap\J2E\JC01\exe\jlaunch.exe
    -> arg[00] = C:\usr\sap\J2E\JC01\exe\jlaunch.exe
    -> arg[01] = pf=C:\usr\sap\J2E\SYS\profile\J2E_JC01_fdk50eco
    -> arg[02] = -DSAPINFO=J2E_01_sdm
    -> arg[03] = -nodeId=2
    -> arg[04] = -file=C:\usr\sap\J2E\JC01\SDM\program\config\sdm_jstartup.properties
    -> arg[05] = -syncSem=JSTARTUP_WAIT_ON_816
    -> arg[06] = -nodeName=sdm
    -> arg[07] = -jvmOutFile=C:\usr\sap\J2E\JC01\work\jvm_sdm.out
    -> arg[08] = -stdOutFile=C:\usr\sap\J2E\JC01\work\std_sdm.out
    -> arg[09] = -locOutFile=C:\usr\sap\J2E\JC01\work\dev_sdm
    -> arg[10] = -mode=JCONTROL
    -> arg[11] = pf=C:\usr\sap\J2E\SYS\profile\J2E_JC01_fdk50eco
    -> lib path = PATH=C:\j2sdk1.4.2_13\jre\bin\server;C:\j2sdk1.4.2_13\jre\bin;C:\j2sdk1.4.2_13\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Programme\UltraEdit;C:\Programme\Microsoft SQL Server\80\Tools\BINN;C:\usr\sap\J2E\SYS\exe\uc\NTI386
    -> exe path = PATH=C:\j2sdk1.4.2_13\bin;C:\usr\sap\J2E\JC01\j2ee\os_libs;C:\j2sdk1.4.2_13\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Programme\UltraEdit;C:\Programme\Microsoft SQL Server\80\Tools\BINN;C:\usr\sap\J2E\SYS\exe\uc\NTI386
    [Thr 2188] JControlICheckProcessList: process SDM started (PID:300)
    [Thr 2188] JControlMSSendLogon: delete SDM logon information (rc=0)
    [Thr 2188] Wed Jan 24 11:06:20 2007
    [Thr 2188] JControlMSSendLogon: insert SDM logon information (port=50118; rc=0)
    [Thr 2188] Wed Jan 24 11:07:22 2007
    [Thr 2188] JControlICheckProcessList: process server0 (pid:3404) died (RUN-FLAG)
    [Thr 2188] JControlIResetProcess: reset process server0
    [Thr 2188] JControlIResetProcess: [server0] not running -> increase error count (1)
    [Thr 2188] 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 ID14227250 1169633165 -bz C:\usr\sap\J2E\SYS\global
    JControlStartJLaunch: program = C:\usr\sap\J2E\JC01\exe\jlaunch.exe
    -> arg[00] = C:\usr\sap\J2E\JC01\exe\jlaunch.exe
    -> arg[01] = pf=C:\usr\sap\J2E\SYS\profile\J2E_JC01_fdk50eco
    -> arg[02] = -DSAPINFO=J2E_01_server
    -> arg[03] = -nodeId=1
    -> arg[04] = -file=C:\usr\sap\J2E\JC01\j2ee\cluster\instance.properties
    -> arg[05] = -syncSem=JSTARTUP_WAIT_ON_816
    -> arg[06] = -nodeName=ID14227250
    -> arg[07] = -jvmOutFile=C:\usr\sap\J2E\JC01\work\jvm_server0.out
    -> arg[08] = -jvmOutMode=append
    -> arg[09] = -stdOutFile=C:\usr\sap\J2E\JC01\work\std_server0.out
    -> arg[10] = -stdOutMode=append
    -> arg[11] = -traceMode=append
    -> arg[12] = -locOutFile=C:\usr\sap\J2E\JC01\work\dev_server0
    -> arg[13] = -mode=JCONTROL
    -> arg[14] = -debugMode=yes
    -> arg[15] = pf=C:\usr\sap\J2E\SYS\profile\J2E_JC01_fdk50eco
    -> lib path = PATH=C:\j2sdk1.4.2_13\jre\bin\server;C:\j2sdk1.4.2_13\jre\bin;C:\j2sdk1.4.2_13\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Programme\UltraEdit;C:\Programme\Microsoft SQL Server\80\Tools\BINN;C:\usr\sap\J2E\SYS\exe\uc\NTI386
    -> exe path = PATH=C:\j2sdk1.4.2_13\bin;C:\usr\sap\J2E\JC01\j2ee\os_libs;C:\j2sdk1.4.2_13\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Programme\UltraEdit;C:\Programme\Microsoft SQL Server\80\Tools\BINN;C:\usr\sap\J2E\SYS\exe\uc\NTI386
    [Thr 2188] Wed Jan 24 11:07:23 2007
    [Thr 2188] JControlICheckProcessList: process server0 started (PID:2156)
    [Thr 2188] Wed Jan 24 11:08:12 2007
    [Thr 2188] JControlICheckProcessList: process server0 (pid:2156) died (RUN-FLAG)
    [Thr 2188] JControlIResetProcess: reset process server0
    [Thr 2188] JControlIResetProcess: [server0] not running -> increase error count (2)
    [Thr 2188] 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 ID14227250 1169633243 -bz C:\usr\sap\J2E\SYS\global
    JControlStartJLaunch: program = C:\usr\sap\J2E\JC01\exe\jlaunch.exe
    -> arg[00] = C:\usr\sap\J2E\JC01\exe\jlaunch.exe
    -> arg[01] = pf=C:\usr\sap\J2E\SYS\profile\J2E_JC01_fdk50eco
    -> arg[02] = -DSAPINFO=J2E_01_server
    -> arg[03] = -nodeId=1
    -> arg[04] = -file=C:\usr\sap\J2E\JC01\j2ee\cluster\instance.properties
    -> arg[05] = -syncSem=JSTARTUP_WAIT_ON_816
    -> arg[06] = -nodeName=ID14227250
    -> arg[07] = -jvmOutFile=C:\usr\sap\J2E\JC01\work\jvm_server0.out
    -> arg[08] = -jvmOutMode=append
    -> arg[09] = -stdOutFile=C:\usr\sap\J2E\JC01\work\std_server0.out
    -> arg[10] = -stdOutMode=append
    -> arg[11] = -traceMode=append
    -> arg[12] = -locOutFile=C:\usr\sap\J2E\JC01\work\dev_server0
    -> arg[13] = -mode=JCONTROL
    -> arg[14] = -debugMode=yes
    -> arg[15] = pf=C:\usr\sap\J2E\SYS\profile\J2E_JC01_fdk50eco
    -> lib path = PATH=C:\j2sdk1.4.2_13\jre\bin\server;C:\j2sdk1.4.2_13\jre\bin;C:\j2sdk1.4.2_13\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Programme\UltraEdit;C:\Programme\Microsoft SQL Server\80\Tools\BINN;C:\usr\sap\J2E\SYS\exe\uc\NTI386
    -> exe path = PATH=C:\j2sdk1.4.2_13\bin;C:\usr\sap\J2E\JC01\j2ee\os_libs;C:\j2sdk1.4.2_13\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Programme\UltraEdit;C:\Programme\Microsoft SQL Server\80\Tools\BINN;C:\usr\sap\J2E\SYS\exe\uc\NTI386
    [Thr 2188] JControlICheckProcessList: process server0 started (PID:3000)
    [Thr 2188] Wed Jan 24 11:09:02 2007
    [Thr 2188] JControlICheckProcessList: process server0 (pid:3000) died (RUN-FLAG)
    [Thr 2188] JControlIResetProcess: reset process server0
    [Thr 2188] JControlIResetProcess: [server0] not running -> increase error count (3)
    [Thr 2188] 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 ID14227250 1169633292 -bz C:\usr\sap\J2E\SYS\global
    JControlStartJLaunch: program = C:\usr\sap\J2E\JC01\exe\jlaunch.exe
    -> arg[00] = C:\usr\sap\J2E\JC01\exe\jlaunch.exe
    -> arg[01] = pf=C:\usr\sap\J2E\SYS\profile\J2E_JC01_fdk50eco
    -> arg[02] = -DSAPINFO=J2E_01_server
    -> arg[03] = -nodeId=1
    -> arg[04] = -file=C:\usr\sap\J2E\JC01\j2ee\cluster\instance.properties
    -> arg[05] = -syncSem=JSTARTUP_WAIT_ON_816
    -> arg[06] = -nodeName=ID14227250
    -> arg[07] = -jvmOutFile=C:\usr\sap\J2E\JC01\work\jvm_server0.out
    -> arg[08] = -jvmOutMode=append
    -> arg[09] = -stdOutFile=C:\usr\sap\J2E\JC01\work\std_server0.out
    -> arg[10] = -stdOutMode=append
    -> arg[11] = -traceMode=append
    -> arg[12] = -locOutFile=C:\usr\sap\J2E\JC01\work\dev_server0
    -> arg[13] = -mode=JCONTROL
    -> arg[14] = -debugMode=yes
    -> arg[15] = pf=C:\usr\sap\J2E\SYS\profile\J2E_JC01_fdk50eco
    -> lib path = PATH=C:\j2sdk1.4.2_13\jre\bin\server;C:\j2sdk1.4.2_13\jre\bin;C:\j2sdk1.4.2_13\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Programme\UltraEdit;C:\Programme\Microsoft SQL Server\80\Tools\BINN;C:\usr\sap\J2E\SYS\exe\uc\NTI386
    -> exe path = PATH=C:\j2sdk1.4.2_13\bin;C:\usr\sap\J2E\JC01\j2ee\os_libs;C:\j2sdk1.4.2_13\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Programme\UltraEdit;C:\Programme\Microsoft SQL Server\80\Tools\BINN;C:\usr\sap\J2E\SYS\exe\uc\NTI386
    [Thr 2188] JControlICheckProcessList: process server0 started (PID:3028)
    [Thr 2188] Wed Jan 24 11:09:49 2007
    [Thr 2188] JControlICheckProcessList: process server0 (pid:3028) died (RUN-FLAG)
    [Thr 2188] JControlIResetProcess: reset process server0
    [Thr 2188] JControlIResetProcess: [server0] not running -> increase error count (4)
    [Thr 2188] 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 ID14227250 1169633342 -bz C:\usr\sap\J2E\SYS\global
    I alreade tried to increase the heapsize, but it didn't help.
    Thanks for your help ...
    Felix

    Hi,
    restoring the Defaults of server0 didn't help as well.
    Here is the dev_server0 file, probably this could help:
    trc file: "C:\usr\sap\J2E\JC01\work\dev_server0", trc level: 1, release: "700"
    node name   : ID14227250
    pid         : 3388
    system name : J2E
    system nr.  : 01
    started at  : Wed Jan 31 15:00:49 2007
    arguments       :
           arg[00] : C:\usr\sap\J2E\JC01\exe\jlaunch.exe
           arg[01] : pf=C:\usr\sap\J2E\SYS\profile\J2E_JC01_fdk50eco
           arg[02] : -DSAPINFO=J2E_01_server
           arg[03] : pf=C:\usr\sap\J2E\SYS\profile\J2E_JC01_fdk50eco
    [Thr 436] Wed Jan 31 15:00:49 2007
    [Thr 436] *** WARNING => INFO: Unknown property [instance.box.number=J2EJC01fdk50eco] [jstartxx.c   841]
    [Thr 436] *** WARNING => INFO: Unknown property [instance.en.host=fdk50eco] [jstartxx.c   841]
    [Thr 436] *** WARNING => INFO: Unknown property [instance.en.port=3200] [jstartxx.c   841]
    [Thr 436] *** WARNING => INFO: Unknown property [instance.system.id=1] [jstartxx.c   841]
    JStartupReadInstanceProperties: read instance properties [C:\usr\sap\J2E\JC01\j2ee\cluster\instance.properties]
    -> ms host    : fdk50eco
    -> ms port    : 3900
    -> OS libs    : C:\usr\sap\J2E\JC01\j2ee\os_libs
    -> Admin URL  :
    -> run mode   : NORMAL
    -> run action : NONE
    -> enabled    : yes
    Used property files
    -> files [00] : C:\usr\sap\J2E\JC01\j2ee\cluster\instance.properties
    Instance properties
    -> ms host    : fdk50eco
    -> ms port    : 3900
    -> os libs    : C:\usr\sap\J2E\JC01\j2ee\os_libs
    -> admin URL  :
    -> run mode   : NORMAL
    -> run action : NONE
    -> enabled    : yes
    Bootstrap nodes
    -> [00] bootstrap            : C:\usr\sap\J2E\JC01\j2ee\cluster\instance.properties
    -> [01] bootstrap_ID14227200 : C:\usr\sap\J2E\JC01\j2ee\cluster\instance.properties
    -> [02] bootstrap_ID14227250 : C:\usr\sap\J2E\JC01\j2ee\cluster\instance.properties
    Worker nodes
    -> [00] ID14227200           : C:\usr\sap\J2E\JC01\j2ee\cluster\instance.properties
    -> [01] ID14227250           : C:\usr\sap\J2E\JC01\j2ee\cluster\instance.properties
    [Thr 436] JLaunchRequestQueueInit: create named pipe for ipc
    [Thr 436] JLaunchRequestQueueInit: create pipe listener thread
    [Thr 400] JLaunchRequestFunc: Thread 400 started as listener thread for np messages.
    [Thr 1956] WaitSyncSemThread: Thread 1956 started as semaphore monitor thread.
    [Thr 436] NiInit3: NI already initialized; param 'maxHandles' ignored (1;202)
    [Thr 436] CPIC (version=700.2005.12.02)
    [Thr 436] JStartupIReadSection: debug mode is specified by program arguments
    [Thr 436] [Node: server0] java home is set by profile parameter
         Java Home: C:\j2sdk1.4.2_13
    [Thr 436] JStartupICheckFrameworkPackage: can't find framework package C:\usr\sap\J2E\JC01\exe\jvmx.jar
    JStartupIReadSection: read node properties [ID14227250]
    -> 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          : 768M
    -> init heap size     : 768M
    -> root path          : C:\usr\sap\J2E\JC01\j2ee\cluster\server0
    -> class path         : .\bin\boot\boot.jar;.\bin\boot\jaas.jar;.\bin\system\bytecode.jar;.
    -> OS libs path       : C:\usr\sap\J2E\JC01\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     : C:\usr\sap\J2E\JC01\exe\jstartup.jar;C:\usr\sap\J2E\JC01\exe\jvmx.jar
    -> shutdown class     : com.sap.engine.boot.Start
    -> parameters         :
    -> debuggable         : yes
    -> debug mode         : yes
    -> debug port         : 50121
    -> shutdown timeout   : 120000
    [Thr 436] JLaunchISetDebugMode: set debug mode [yes]
    [Thr 3712] JLaunchIStartFunc: Thread 3712 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=C:\usr\sap\J2E\SYS\global
    -> arg[ 25]: -Dapplication.home=C:\usr\sap\J2E\JC01\exe
    -> arg[ 26]: -Djava.class.path=C:\usr\sap\J2E\JC01\exe\jstartup.jar;C:\usr\sap\J2E\JC01\exe\jvmx.jar;.\bin\boot\boot.jar;.\bin\boot\jaas.jar;.\bin\system\bytecode.jar;.
    -> arg[ 27]: -Djava.library.path=C:\j2sdk1.4.2_13\jre\bin\server;C:\j2sdk1.4.2_13\jre\bin;C:\j2sdk1.4.2_13\bin;C:\usr\sap\J2E\JC01\j2ee\os_libs;C:\j2sdk1.4.2_13\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Programme\UltraEdit;C:\Programme\Microsoft SQL Server\80\Tools\BINN;C:\usr\sap\J2E\SYS\exe\uc\NTI386
    -> arg[ 28]: -Xdebug
    -> arg[ 29]: -Xnoagent
    -> arg[ 30]: -Djava.compiler=NONE
    -> arg[ 31]: -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=50121
    -> arg[ 32]: -Dmemory.manager=768M
    -> arg[ 33]: -Xmx768M
    -> arg[ 34]: -Xms768M
    -> arg[ 35]: -DLoadBalanceRestricted=no
    -> arg[ 36]: -Djstartup.mode=JCONTROL
    -> arg[ 37]: -Djstartup.ownProcessId=3388
    -> arg[ 38]: -Djstartup.ownHardwareId=M1253601270
    -> arg[ 39]: -Djstartup.whoami=server
    -> arg[ 40]: -Djstartup.debuggable=yes
    -> arg[ 41]: -DSAPINFO=J2E_01_server
    -> arg[ 42]: -DSAPSTARTUP=1
    -> arg[ 43]: -DSAPSYSTEM=01
    -> arg[ 44]: -DSAPSYSTEMNAME=J2E
    -> arg[ 45]: -DSAPMYNAME=fdk50eco_J2E_01
    -> arg[ 46]: -DSAPDBHOST=FDK50ECO
    -> arg[ 47]: -Dj2ee.dbhost=FDK50ECO
    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 3712] Wed Jan 31 15:00:50 2007
    [Thr 3712] JHVM_LoadJavaVM: Java VM created OK.
    JHVM_BuildArgumentList: main method arguments of node [server0]
    [Thr 3492] Wed Jan 31 15:01:11 2007
    [Thr 3492] JHVM_RegisterNatives: registering methods in com.sap.bc.krn.perf.PerfTimes
    [Thr 3492] Wed Jan 31 15:01:12 2007
    [Thr 3492] JHVM_RegisterNatives: registering methods in com.sap.bc.proj.jstartup.JStartupFramework
    [Thr 3492] JLaunchISetClusterId: set cluster id 14227250
    [Thr 3492] Wed Jan 31 15:01:13 2007
    [Thr 3492] JLaunchISetState: change state from [Initial (0)] to [Waiting for start (1)]
    [Thr 3492] JLaunchISetState: change state from [Waiting for start (1)] to [Starting (2)]
    [Thr 2104] Wed Jan 31 15:02:37 2007
    [Thr 2104] JLaunchIExitJava: exit hook is called (rc = -11113)
    [Thr 2104] JLaunchCloseProgram: good bye (exitcode = -11113)
    trc file: "C:\usr\sap\J2E\JC01\work\dev_server0", trc level: 1, release: "700"
    node name   : ID14227250
    pid         : 4520
    system name : J2E
    system nr.  : 01
    started at  : Wed Jan 31 15:02:44 2007
    arguments       :
           arg[00] : C:\usr\sap\J2E\JC01\exe\jlaunch.exe
           arg[01] : pf=C:\usr\sap\J2E\SYS\profile\J2E_JC01_fdk50eco
           arg[02] : -DSAPINFO=J2E_01_server
           arg[03] : pf=C:\usr\sap\J2E\SYS\profile\J2E_JC01_fdk50eco
    [Thr 4524] Wed Jan 31 15:02:44 2007
    [Thr 4524] *** WARNING => INFO: Unknown property [instance.box.number=J2EJC01fdk50eco] [jstartxx.c   841]
    [Thr 4524] *** WARNING => INFO: Unknown property [instance.en.host=fdk50eco] [jstartxx.c   841]
    [Thr 4524] *** WARNING => INFO: Unknown property [instance.en.port=3200] [jstartxx.c   841]
    [Thr 4524] *** WARNING => INFO: Unknown property [instance.system.id=1] [jstartxx.c   841]
    JStartupReadInstanceProperties: read instance properties [C:\usr\sap\J2E\JC01\j2ee\cluster\instance.properties]
    -> ms host    : fdk50eco
    -> ms port    : 3900
    -> OS libs    : C:\usr\sap\J2E\JC01\j2ee\os_libs
    -> Admin URL  :
    -> run mode   : NORMAL
    -> run action : NONE
    -> enabled    : yes
    Used property files
    -> files [00] : C:\usr\sap\J2E\JC01\j2ee\cluster\instance.properties
    Instance properties
    -> ms host    : fdk50eco
    -> ms port    : 3900
    -> os libs    : C:\usr\sap\J2E\JC01\j2ee\os_libs
    -> admin URL  :
    -> run mode   : NORMAL
    -> run action : NONE
    -> enabled    : yes
    Bootstrap nodes
    -> [00] bootstrap            : C:\usr\sap\J2E\JC01\j2ee\cluster\instance.properties
    -> [01] bootstrap_ID14227200 : C:\usr\sap\J2E\JC01\j2ee\cluster\instance.properties
    -> [02] bootstrap_ID14227250 : C:\usr\sap\J2E\JC01\j2ee\cluster\instance.properties
    Worker nodes
    -> [00] ID14227200           : C:\usr\sap\J2E\JC01\j2ee\cluster\instance.properties
    -> [01] ID14227250           : C:\usr\sap\J2E\JC01\j2ee\cluster\instance.properties
    [Thr 4524] Wed Jan 31 15:02:45 2007
    [Thr 4524] JLaunchRequestQueueInit: create named pipe for ipc
    [Thr 4524] JLaunchRequestQueueInit: create pipe listener thread
    [Thr 4528] JLaunchRequestFunc: Thread 4528 started as listener thread for np messages.
    [Thr 4532] WaitSyncSemThread: Thread 4532 started as semaphore monitor thread.
    [Thr 4524] NiInit3: NI already initialized; param 'maxHandles' ignored (1;202)
    [Thr 4524] CPIC (version=700.2005.12.02)
    [Thr 4524] JStartupIReadSection: debug mode is specified by program arguments
    [Thr 4524] [Node: server0] java home is set by profile parameter
         Java Home: C:\j2sdk1.4.2_13
    [Thr 4524] JStartupICheckFrameworkPackage: can't find framework package C:\usr\sap\J2E\JC01\exe\jvmx.jar
    JStartupIReadSection: read node properties [ID14227250]
    -> 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          : 768M
    -> init heap size     : 768M
    -> root path          : C:\usr\sap\J2E\JC01\j2ee\cluster\server0
    -> class path         : .\bin\boot\boot.jar;.\bin\boot\jaas.jar;.\bin\system\bytecode.jar;.
    -> OS libs path       : C:\usr\sap\J2E\JC01\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     : C:\usr\sap\J2E\JC01\exe\jstartup.jar;C:\usr\sap\J2E\JC01\exe\jvmx.jar
    -> shutdown class     : com.sap.engine.boot.Start
    -> parameters         :
    -> debuggable         : yes
    -> debug mode         : yes
    -> debug port         : 50121
    -> shutdown timeout   : 120000
    [Thr 4524] JLaunchISetDebugMode: set debug mode [yes]
    [Thr 4544] JLaunchIStartFunc: Thread 4544 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=C:\usr\sap\J2E\SYS\global
    -> arg[ 25]: -Dapplication.home=C:\usr\sap\J2E\JC01\exe
    -> arg[ 26]: -Djava.class.path=C:\usr\sap\J2E\JC01\exe\jstartup.jar;C:\usr\sap\J2E\JC01\exe\jvmx.jar;.\bin\boot\boot.jar;.\bin\boot\jaas.jar;.\bin\system\bytecode.jar;.
    -> arg[ 27]: -Djava.library.path=C:\j2sdk1.4.2_13\jre\bin\server;C:\j2sdk1.4.2_13\jre\bin;C:\j2sdk1.4.2_13\bin;C:\usr\sap\J2E\JC01\j2ee\os_libs;C:\j2sdk1.4.2_13\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Programme\UltraEdit;C:\Programme\Microsoft SQL Server\80\Tools\BINN;C:\usr\sap\J2E\SYS\exe\uc\NTI386
    -> arg[ 28]: -Xdebug
    -> arg[ 29]: -Xnoagent
    -> arg[ 30]: -Djava.compiler=NONE
    -> arg[ 31]: -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=50121
    -> arg[ 32]: -Dmemory.manager=768M
    -> arg[ 33]: -Xmx768M
    -> arg[ 34]: -Xms768M
    -> arg[ 35]: -DLoadBalanceRestricted=no
    -> arg[ 36]: -Djstartup.mode=JCONTROL
    -> arg[ 37]: -Djstartup.ownProcessId=4520
    -> arg[ 38]: -Djstartup.ownHardwareId=M1253601270
    -> arg[ 39]: -Djstartup.whoami=server
    -> arg[ 40]: -Djstartup.debuggable=yes
    -> arg[ 41]: -DSAPINFO=J2E_01_server
    -> arg[ 42]: -DSAPSTARTUP=1
    -> arg[ 43]: -DSAPSYSTEM=01
    -> arg[ 44]: -DSAPSYSTEMNAME=J2E
    -> arg[ 45]: -DSAPMYNAME=fdk50eco_J2E_01
    -> arg[ 46]: -DSAPDBHOST=FDK50ECO
    -> arg[ 47]: -Dj2ee.dbhost=FDK50ECO
    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 4544] Wed Jan 31 15:02:46 2007
    [Thr 4544] JHVM_LoadJavaVM: Java VM created OK.
    JHVM_BuildArgumentList: main method arguments of node [server0]
    [Thr 4600] Wed Jan 31 15:02:52 2007
    [Thr 4600] JHVM_RegisterNatives: registering methods in com.sap.bc.krn.perf.PerfTimes
    [Thr 4600] Wed Jan 31 15:02:53 2007
    [Thr 4600] JHVM_RegisterNatives: registering methods in com.sap.bc.proj.jstartup.JStartupFramework
    [Thr 4600] JLaunchISetClusterId: set cluster id 14227250
    [Thr 4600] JLaunchISetState: change state from [Initial (0)] to [Waiting for start (1)]
    [Thr 4600] JLaunchISetState: change state from [Waiting for start (1)] to [Starting (2)]
    [Thr 4548] Wed Jan 31 15:03:45 2007
    [Thr 4548] JLaunchIExitJava: exit hook is called (rc = -11113)
    [Thr 4548] JLaunchCloseProgram: good bye (exitcode = -11113)
    trc file: "C:\usr\sap\J2E\JC01\work\dev_server0", trc level: 1, release: "700"
    node name   : ID14227250
    pid         : 5608
    system name : J2E
    system nr.  : 01
    started at  : Wed Jan 31 15:03:51 2007
    arguments       :
           arg[00] : C:\usr\sap\J2E\JC01\exe\jlaunch.exe
           arg[01] : pf=C:\usr\sap\J2E\SYS\profile\J2E_JC01_fdk50eco
           arg[02] : -DSAPINFO=J2E_01_server
           arg[03] : pf=C:\usr\sap\J2E\SYS\profile\J2E_JC01_fdk50eco
    [Thr 5612] Wed Jan 31 15:03:51 2007
    [Thr 5612] *** WARNING => INFO: Unknown property [instance.box.number=J2EJC01fdk50eco] [jstartxx.c   841]
    [Thr 5612] *** WARNING => INFO: Unknown property [instance.en.host=fdk50eco] [jstartxx.c   841]
    [Thr 5612] *** WARNING => INFO: Unknown property [instance.en.port=3200] [jstartxx.c   841]
    [Thr 5612] *** WARNING => INFO: Unknown property [instance.system.id=1] [jstartxx.c   841]
    JStartupReadInstanceProperties: read instance properties [C:\usr\sap\J2E\JC01\j2ee\cluster\instance.properties]
    -> ms host    : fdk50eco
    -> ms port    : 3900
    -> OS libs    : C:\usr\sap\J2E\JC01\j2ee\os_libs
    -> Admin URL  :
    -> run mode   : NORMAL
    -> run action : NONE
    -> enabled    : yes
    Used property files
    -> files [00] : C:\usr\sap\J2E\JC01\j2ee\cluster\instance.properties
    Instance properties
    -> ms host    : fdk50eco
    -> ms port    : 3900
    -> os libs    : C:\usr\sap\J2E\JC01\j2ee\os_libs
    -> admin URL  :
    -> run mode   : NORMAL
    -> run action : NONE
    -> enabled    : yes
    Bootstrap nodes
    -> [00] bootstrap            : C:\usr\sap\J2E\JC01\j2ee\cluster\instance.properties
    -> [01] bootstrap_ID14227200 : C:\usr\sap\J2E\JC01\j2ee\cluster\instance.properties
    -> [02] bootstrap_ID14227250 : C:\usr\sap\J2E\JC01\j2ee\cluster\instance.properties
    Worker nodes
    -> [00] ID14227200           : C:\usr\sap\J2E\JC01\j2ee\cluster\instance.properties
    -> [01] ID14227250           : C:\usr\sap\J2E\JC01\j2ee\cluster\instance.properties
    [Thr 5612] JLaunchRequestQueueInit: create named pipe for ipc
    [Thr 5612] JLaunchRequestQueueInit: create pipe listener thread
    [Thr 5616] JLaunchRequestFunc: Thread 5616 started as listener thread for np messages.
    [Thr 5620] WaitSyncSemThread: Thread 5620 started as semaphore monitor thread.
    [Thr 5612] Wed Jan 31 15:03:52 2007
    [Thr 5612] NiInit3: NI already initialized; param 'maxHandles' ignored (1;202)
    [Thr 5612] CPIC (version=700.2005.12.02)
    [Thr 5612] JStartupIReadSection: debug mode is specified by program arguments
    [Thr 5612] [Node: server0] java home is set by profile parameter
         Java Home: C:\j2sdk1.4.2_13
    [Thr 5612] JStartupICheckFrameworkPackage: can't find framework package C:\usr\sap\J2E\JC01\exe\jvmx.jar
    JStartupIReadSection: read node properties [ID14227250]
    -> 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          : 768M
    -> init heap size     : 768M
    -> root path          : C:\usr\sap\J2E\JC01\j2ee\cluster\server0
    -> class path         : .\bin\boot\boot.jar;.\bin\boot\jaas.jar;.\bin\system\bytecode.jar;.
    -> OS libs path       : C:\usr\sap\J2E\JC01\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     : C:\usr\sap\J2E\JC01\exe\jstartup.jar;C:\usr\sap\J2E\JC01\exe\jvmx.jar
    -> shutdown class     : com.sap.engine.boot.Start
    -> parameters         :
    -> debuggable         : yes
    -> debug mode         : yes
    -> debug port         : 50121
    -> shutdown timeout   : 120000
    [Thr 5612] JLaunchISetDebugMode: set debug mode [yes]
    [Thr 5632] JLaunchIStartFunc: Thread 5632 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=C:\usr\sap\J2E\SYS\global
    -> arg[ 25]: -Dapplication.home=C:\usr\sap\J2E\JC01\exe
    -> arg[ 26]: -Djava.class.path=C:\usr\sap\J2E\JC01\exe\jstartup.jar;C:\usr\sap\J2E\JC01\exe\jvmx.jar;.\bin\boot\boot.jar;.\bin\boot\jaas.jar;.\bin\system\bytecode.jar;.
    -> arg[ 27]: -Djava.library.path=C:\j2sdk1.4.2_13\jre\bin\server;C:\j2sdk1.4.2_13\jre\bin;C:\j2sdk1.4.2_13\bin;C:\usr\sap\J2E\JC01\j2ee\os_libs;C:\j2sdk1.4.2_13\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Programme\UltraEdit;C:\Programme\Microsoft SQL Server\80\Tools\BINN;C:\usr\sap\J2E\SYS\exe\uc\NTI386
    -> arg[ 28]: -Xdebug
    -> arg[ 29]: -Xnoagent
    -> arg[ 30]: -Djava.compiler=NONE
    -> arg[ 31]: -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=50121
    -> arg[ 32]: -Dmemory.manager=768M
    -> arg[ 33]: -Xmx768M
    -> arg[ 34]: -Xms768M
    -> arg[ 35]: -DLoadBalanceRestricted=no
    -> arg[ 36]: -Djstartup.mode=JCONTROL
    -> arg[ 37]: -Djstartup.ownProcessId=5608
    -> arg[ 38]: -Djstartup.ownHardwareId=M1253601270
    -> arg[ 39]: -Djstartup.whoami=server
    -> arg[ 40]: -Djstartup.debuggable=yes
    -> arg[ 41]: -DSAPINFO=J2E_01_server
    -> arg[ 42]: -DSAPSTARTUP=1
    -> arg[ 43]: -DSAPSYSTEM=01
    -> arg[ 44]: -DSAPSYSTEMNAME=J2E
    -> arg[ 45]: -DSAPMYNAME=fdk50eco_J2E_01
    -> arg[ 46]: -DSAPDBHOST=FDK50ECO
    -> arg[ 47]: -Dj2ee.dbhost=FDK50ECO
    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 5632] JHVM_LoadJavaVM: Java VM created OK.
    JHVM_BuildArgumentList: main method arguments of node [server0]
    [Thr 5688] Wed Jan 31 15:03:57 2007
    [Thr 5688] JHVM_RegisterNatives: registering methods in com.sap.bc.krn.perf.PerfTimes
    [Thr 5688] Wed Jan 31 15:04:01 2007
    [Thr 5688] JHVM_RegisterNatives: registering methods in com.sap.bc.proj.jstartup.JStartupFramework
    [Thr 5688] JLaunchISetClusterId: set cluster id 14227250
    [Thr 5688] JLaunchISetState: change state from [Initial (0)] to [Waiting for start (1)]
    [Thr 5688] JLaunchISetState: change state from [Waiting for start (1)] to [Starting (2)]
    [Thr 5636] Wed Jan 31 15:05:19 2007
    [Thr 5636] JLaunchIExitJava: exit hook is called (rc = -11113)
    [Thr 5636] JLaunchCloseProgram: good bye (exitcode = -11113)
    trc file: "C:\usr\sap\J2E\JC01\work\dev_server0", trc level: 1, release: "700"
    node name   : ID14227250
    pid         : 3820
    system name : J2E
    system nr.  : 01
    started at  : Wed Jan 31 15:05:25 2007
    arguments       :
           arg[00] : C:\usr\sap\J2E\JC01\exe\jlaunch.exe
           arg[01] : pf=C:\usr\sap\J2E\SYS\profile\J2E_JC01_fdk50eco
           arg[02] : -DSAPINFO=J2E_01_server
           arg[03] : pf=C:\usr\sap\J2E\SYS\profile\J2E_JC01_fdk50eco
    [Thr 3316] Wed Jan 31 15:05:25 2007
    [Thr 3316] *** WARNING => INFO: Unknown property [instance.box.number=J2EJC01fdk50eco] [jstartxx.c   841]
    [Thr 3316] *** WARNING => INFO: Unknown property [instance.en.host=fdk50eco] [jstartxx.c   841]
    [Thr 3316] *** WARNING => INFO: Unknown property [instance.en.port=3200] [jstartxx.c   841]
    [Thr 3316] *** WARNING => INFO: Unknown property [instance.system.id=1] [jstartxx.c   841]
    JStartupReadInstanceProperties: read instance properties [C:\usr\sap\J2E\JC01\j2ee\cluster\instance.properties]
    -> ms host    : fdk50eco
    -> ms port    : 3900
    -> OS libs    : C:\usr\sap\J2E\JC01\j2ee\os_libs
    -> Admin URL  :
    -> run mode   : NORMAL
    -> run action : NONE
    -> enabled    : yes
    Used property files
    -> files [00] : C:\usr\sap\J2E\JC01\j2ee\cluster\instance.properties
    Instance properties
    -> ms host    : fdk50eco
    -> ms port    : 3900
    -> os libs    : C:\usr\sap\J2E\JC01\j2ee\os_libs
    -> admin URL  :
    -> run mode   : NORMAL
    -> run action : NONE
    -> enabled    : yes
    Bootstrap nodes
    -> [00] bootstrap            : C:\usr\sap\J2E\JC01\j2ee\cluster\instance.properties
    -> [01] bootstrap_ID14227200 : C:\usr\sap\J2E\JC01\j2ee\cluster\instance.properties
    -> [02] bootstrap_ID14227250 : C:\usr\sap\J2E\JC01\j2ee\cluster\instance.properties
    Worker nodes
    -> [00] ID14227200           : C:\usr\sap\J2E\JC01\j2ee\cluster\instance.properties
    -> [01] ID14227250           : C:\usr\sap\J2E\JC01\j2ee\cluster\instance.properties
    [Thr 3316] JLaunchRequestQueueInit: create named pipe for ipc
    [Thr 3316] JLaunchRequestQueueInit: create pipe listener thread
    [Thr 3828] JLaunchRequestFunc: Thread 3828 started as listener thread for np messages.
    [Thr 3832] WaitSyncSemThread: Thread 3832 started as semaphore monitor thread.
    [Thr 3316] NiInit3: NI already initialized; param 'maxHandles' ignored (1;202)
    [Thr 3316] CPIC (version=700.2005.12.02)
    [Thr 3316] JStartupIReadSection: debug mode is specified by program arguments
    [Thr 3316] [Node: server0] java home is set by profile parameter
         Java Home: C:\j2sdk1.4.2_13
    [Thr 3316] JStartupICheckFrameworkPackage: can't find framework package C:\usr\sap\J2E\JC01\exe\jvmx.jar
    JStartupIReadSection: read node properties [ID14227250]
    -> 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          : 768M
    -> init heap size     : 768M
    -> root path          : C:\usr\sap\J2E\JC01\j2ee\cluster\server0
    -> class path         : .\bin\boot\boot.jar;.\bin\boot\jaas.jar;.\bin\system\bytecode.jar;.
    -> OS libs path       : C:\usr\sap\J2E\JC01\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     : C:\usr\sap\J2E\JC01\exe\jstartup.jar;C:\usr\sap\J2E\JC01\exe\jvmx.jar
    -> shutdown class     : com.sap.engine.boot.Start
    -> parameters         :
    -> debuggable         : yes
    -> debug mode         : yes
    -> debug port         : 50121
    -> shutdown timeout   : 120000
    [Thr 3316] JLaunchISetDebugMode: set debug mode [yes]
    [Thr 1728] JLaunchIStartFunc: Thread 1728 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=C:\usr\sap\J2E\SYS\global
    -> arg[ 25]: -Dapplication.home=C:\usr\sap\J2E\JC01\exe
    -> arg[ 26]: -Djava.class.path=C:\usr\sap\J2E\JC01\exe\jstartup.jar;C:\usr\sap\J2E\JC01\exe\jvmx.jar;.\bin\boot\boot.jar;.\bin\boot\jaas.jar;.\bin\system\bytecode.jar;.
    -> arg[ 27]: -Djava.library.path=C:\j2sdk1.4.2_13\jre\bin\server;C:\j2sdk1.4.2_13\jre\bin;C:\j2sdk1.4.2_13\bin;C:\usr\sap\J2E\JC01\j2ee\os_libs;C:\j2sdk1.4.2_13\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Programme\UltraEdit;C:\Programme\Microsoft SQL Server\80\Tools\BINN;C:\usr\sap\J2E\SYS\exe\uc\NTI386
    -> arg[ 28]: -Xdebug
    -> arg[ 29]: -Xnoagent
    -> arg[ 30]: -Djava.compiler=NONE
    -> arg[ 31]: -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=50121
    -> arg[ 32]: -Dmemory.manager=768M
    -> arg[ 33]: -Xmx768M
    -> arg[ 34]: -Xms768M
    -> arg[ 35]: -DLoadBalanceRestricted=no
    -> arg[ 36]: -Djstartup.mode=JCONTROL
    -> arg[ 37]: -Djstartup.ownProcessId=3820
    -> arg[ 38]: -Djstartup.ownHardwareId=M1253601270
    -> arg[ 39]: -Djstartup.whoami=server
    -> arg[ 40]: -Djstartup.debuggable=yes
    -> arg[ 41]: -DSAPINFO=J2E_01_server
    -> arg[ 42]: -DSAPSTARTUP=1
    -> arg[ 43]: -DSAPSYSTEM=01
    -> arg[ 44]: -DSAPSYSTEMNAME=J2E
    -> arg[ 45]: -DSAPMYNAME=fdk50eco_J2E_01
    -> arg[ 46]: -DSAPDBHOST=FDK50ECO
    -> arg[ 47]: -Dj2ee.dbhost=FDK50ECO
    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 1728] JHVM_LoadJavaVM: Java VM created OK.
    JHVM_BuildArgumentList: main method arguments of node [server0]
    [Thr 3880] Wed Jan 31 15:05:28 2007
    [Thr 3880] JHVM_RegisterNatives: registering methods in com.sap.bc.krn.perf.PerfTimes
    [Thr 3880] Wed Jan 31 15:05:29 2007
    [Thr 3880] JHVM_RegisterNatives: registering methods in com.sap.bc.proj.jstartup.JStartupFramework
    [Thr 3880] JLaunchISetClusterId: set cluster id 14227250
    [Thr 3880] JLaunchISetState: change state from [Initial (0)] to [Waiting for start (1)]
    [Thr 3880] JLaunchISetState: change state from [Waiting for start (1)] to [Starting (2)]
    [Thr 3840] Wed Jan 31 15:06:22 2007
    [Thr 3840] JLaunchIExitJava: exit hook is called (rc = -11113)
    [Thr 3840] JLaunchCloseProgram: good bye (exitcode = -11113)
    Thanks for your help
    Felix

  • Error executing J2EE server

    When I try to run the J2EE server, I get an error saying "ERROR executing J2EE server" with the following system.err file: Does anyone know what I need to do ? Thanks.
    Logging for J2EE Server Version: 1.3.1-b17 started at: Sat Nov 01 11:12:21 EST 2003..
    Using the Java HotSpot(TM) Client VM and the version number 1.4.2_01 from Sun Microsystems Inc..
    VM is using the classpath: C:\j2sdkee1.3.1\lib\system\cloudscape.jar;C:\j2sdkee1.3.1\lib\system\tools.jar;C:\j2sdkee1.3.1\lib\cloudscape\RmiJdbc.jar;C:\j2sdkee1.3.1\lib\cloudscape\cloudclient.jar;C:\j2sdkee1.3.1\lib\classes;C:\j2sdkee1.3.1\classes;C:\j2sdkee1.3.1\lib\j2ee.jar;C:\j2sdkee1.3.1\lib\toolclasses;C:\j2sdkee1.3.1\lib\j2eetools.jar;C:\j2sdkee1.3.1\lib\locale;;C:\j2sdk1.4.2_01\lib\tools.jar;C:\j2sdkee1.3.1\lib\jhall.jar .
    J2EE Home Directory has been set to: C:\j2sdkee1.3.1.
    org.omg.CORBA.COMM_FAILURE: vmcid: SUN minor code: 201 completed: No
         at com.sun.corba.ee.internal.iiop.ConnectionTable.getConnection(ConnectionTable.java:176)
         at com.sun.corba.ee.internal.iiop.ConnectionTable.getConnection(ConnectionTable.java:68)
         at com.sun.corba.ee.internal.iiop.GIOPImpl.getConnection(GIOPImpl.java:70)
         at com.sun.corba.ee.internal.corba.ClientDelegate.createRequest(ClientDelegate.java:641)
         at com.sun.corba.ee.internal.corba.ClientDelegate.createRequest(ClientDelegate.java:583)
         at com.sun.corba.ee.internal.corba.InitialNamingClient.resolve(InitialNamingClient.java:1007)
         at com.sun.corba.ee.internal.corba.InitialNamingClient.resolveUsingBootstrapProtocol(InitialNamingClient.java:690)
         at com.sun.corba.ee.internal.corba.InitialNamingClient.cachedInitialReferences(InitialNamingClient.java:1088)
         at com.sun.corba.ee.internal.corba.InitialNamingClient.resolve_initial_references(InitialNamingClient.java:981)
         at com.sun.corba.ee.internal.corba.ORB.resolve_initial_references(ORB.java:2425)
         at com.sun.enterprise.naming.SerialContextProviderImpl.initSerialContextProvider(SerialContextProviderImpl.java:37)
         at com.sun.enterprise.server.J2EEServer.run(J2EEServer.java:233)
         at com.sun.enterprise.server.J2EEServer.main(J2EEServer.java:972)
    java.rmi.RemoteException
         at com.sun.enterprise.naming.SerialContextProviderImpl.initSerialContextProvider(SerialContextProviderImpl.java:46)
         at com.sun.enterprise.server.J2EEServer.run(J2EEServer.java:233)
         at com.sun.enterprise.server.J2EEServer.main(J2EEServer.java:972)
    java.rmi.RemoteException
         at com.sun.enterprise.naming.SerialContextProviderImpl.initSerialContextProvider(SerialContextProviderImpl.java:46)
         at com.sun.enterprise.server.J2EEServer.run(J2EEServer.java:233)
         at com.sun.enterprise.server.J2EEServer.main(J2EEServer.java:972)
    java.lang.RuntimeException
         at com.sun.enterprise.server.J2EEServer.run(J2EEServer.java:346)
         at com.sun.enterprise.server.J2EEServer.main(J2EEServer.java:972)
    Error executing J2EE server ...

    I found out that when I disable my anti-virus software that I was able to bringup the J2EE server. I am using J2sdk1.4.2_01 and J2sdkee1.3.1.

  • J2EE server error,deploytool error

    Dear All,
    I had downloaded the J2EESDK1.3 and jakarta-ant1.4.1 and the J2SESDK1.3.0_02 from their respective websites.I set the value of the required environment variables i.e the J2EE_HOME, JAVA_HOME and the ANT_HOME to their respective location in my 'C' drive.But I find that when I try to start the J2EE server, the error "Out of environment space" appears in the MSDOS screen.The same error is also visible when I type the following command - "deploytool" at the DOS prompt. Would be grateful if you could please guide me as to what the problem might be and what is the solution to it.Thanks all.
    Ramesh Rangarajan

    Hi Amol,
    Here is the content of my J2EE.bat file:
    @echo off
    rem
    rem Set JAVA_HOME and J2EE_HOME before running this script.
    rem
    rem set JAVA_HOME to the path where you have Java 2 (JDK1.2) installed.
    rem
    rem set J2EE_HOME to the path where you have installed this package (EJB server).
    rem
    if not "%J2EE_HOME%" == "" goto CONT0
    echo ERROR: Set J2EE_HOME before running this script.
    goto END
    :CONT0
    if EXIST "%J2EE_HOME%\bin\setenv.bat" goto CONT1
    echo ERROR: Set J2EE_HOME to the path of a valid j2sdkee.
    goto END
    :CONT1
    call %J2EE_HOME%\bin\setenv.bat
    if not "%JAVA_HOME%" == "" goto CONT2
    echo ERROR: Set JAVA_HOME before running this script.
    goto END
    :CONT2
    if EXIST "%JAVA_HOME%\bin\java.exe" goto CONT3
    echo ERROR: Set JAVA_HOME to the path of a valid jdk.
    goto END
    :CONT3
    rem @echo on
    %JAVACMD% %LISTEN_OPTIONS% -Dorg.xml.sax.parser=org.xml.sax.helpers.XMLReaderAdapter -Dorg.xml.sax.driver=org.apache.crimson.parser.XMLReaderImpl -Djms.home=%JMS_HOME% -Dcom.sun.jms.service.jdbc.dbpath=%JMS_DB_PATH% -Djms.properties=%J2EE_HOME%\config\jms_service.properties -Djava.security.policy==%J2EE_HOME%\lib\security\server.policy -Djava.security.auth.login.config=%J2EE_HOME%\lib\security\login.config -Dcom.sun.enterprise.home=%J2EE_HOME% -classpath %CPATH% com.sun.enterprise.server.J2EEServer %*
    :END
    Ramesh Rangarajan

  • How to connect Mysql to J2EE server exactly?

    Hi,there
    I would like thank you for offering me your precious opinion in advance.
    I got a problem with installing Mysql database into J2EE server. All I have done is:
    1.Install Mysql and put the Mysql driver,mm.mysql-2.0.4-bin.jar into the directory of J2EE which is j2ee1.3.1/lib.
    2. Set the environment variable for invoking the Mysql driver like
    this,CLASSPATH=.;%JAVA_HOME%\lib\mysql-connector-java-2.0.14-bin;%
    J2EE_HOME%\lib\mysql-connector-java-2.0.14-bin;%JAVA_HOME%\bin;
    3.Modify the content of Server.xml file located in J2EE directory like this:
    <DefaultContext>
    <Resource name="jdbc/mysql" auth="Container"
    type="javax.sql.DataSource" />
    <ResourceParams name="jdbc/mysql">
    <parameter>
    <name>driverClassName</name>
    <value>org.gjt.mm.mysql.Driver</value>
    </parameter>
    <parameter>
    <name>drivername</name>
    <value>jdbc:mysql:localhost:3306:mobiledb</value>
    </parameter>
    </ResourceParams>
    </DefaultContext>
    So far,I have no success in connect Mysql to J2EE server. What am I doing wrong?
    Thank you for your kind help.

    hi, sameer
    Thank you for reply. Could you tell me exactly the documents that you see? Do you mean "J2EE tutorial documents"?
    Thanks for advice.
    Revon

  • No suitable driver when using MySQL in J2EE server

    Hi everyone
    I use MySQL's mm driver version 2.0.11 in conjuction with j2ee server. I added it thru deploytool->Tools->Server configuration->Data source->Standard following the instuctions in the help document, either un-jared or not, setting the classpath or/and j2ee_classpath in userconfig.bat and still got the exception when connecting from client.
    Can anyone tell me why.
    Thanks
    James Chiang from Taiwan

    You may like this:
    http://forum.java.sun.com/thread.jsp?forum=136&thread=237527&message=929097#929097

Maybe you are looking for