Change in system property

Hi,
I want to know if I set a system property "-Dweblogic.ThreadPoolSize", how will the
WLS get to know that the pool size has been changed, at run time?
E.g. I pass -Dweblogic.ThreadPoolSize=30 from the command-line. Then if I change
the pool size to 40 at runtime by setting system property by calling System.setProperty(String,
String);, is there any event that I can fire for the change in property through APIs?
Thnx in advance.
Best Regards
Ali

Monitoring system properties for change can be done with JMX I think.
But for ThreadPoolSize in WLS 6.0, I don't think there is a documented JMX
MBean. (Maybe it exists but it's undocumented.)
In 6.1, 7.0, there's the concept of ExecuteQueue.
http://e-docs.bea.com/wls/docs70/javadocs/weblogic/management/configuration/
ExecuteQueueMBean.html
You can monitor a change by using the notification mechanism:
http://e-docs.bea.com/wls/docs70/jmx/notifications.html
Good luck,
Emmanuel
"Ali" <[email protected]> wrote in message
news:3d0d27a4$[email protected]..
>
Hi,
I want to know if I set a system property "-Dweblogic.ThreadPoolSize", howwill the
WLS get to know that the pool size has been changed, at run time?
E.g. I pass -Dweblogic.ThreadPoolSize=30 from the command-line. Then if Ichange
the pool size to 40 at runtime by setting system property by callingSystem.setProperty(String,
String);, is there any event that I can fire for the change in propertythrough APIs?
>
Thnx in advance.
Best Regards
Ali

Similar Messages

  • Why can't change default cipersuits of JSSE by java system property?

    I am using jdk1.5.0_17,Now I am trying to change default ciphersuits of JSSE by java system property,so all code can be kept unchanged.In JSSE Reference Guide I know default ciphersuits can be customized by https.cipherSuites system property.I run my program by java -Dhttps.cipherSuites=SSL_RSA_WITH_RC4_128_MD5 myProgram
    but it doesn't work.the default ciphersuits of jre are always used.I am not able to change it.
    any comments? your help will be appreciated.

    Well that only works with HTTPS, i.e. with URLs and HttpsURLConnections. If you're using Sockets directly you have to use the API.

  • How to specify alias name in system property while making 2way SSL con ?

    Hi All,
    I am tring to run a java client with 2way SSL which uses CAC card as keystore for the client. I have addded the following system property in my client program to make it work and change the java.security file to add pcks11 provider.
    System.setProperty("javax.net.ssl.keyStoreType", "pkcs11");
    System.setProperty("javax.net.debug", "ssl");
    The program works fine and handshake is successfully done . But the problem is when i have more than one trusted certificate in the CAC card, it take a default certificate. I want to specify the certificate that should be used to do the client auth maybe specify the alias name . I didnt find any system property to do so.
    Please let me know how to specify alias name as system property so that the 2way SSL used the specified alias for the client auth or is there any other way to specify the alias name. As in case i acccess the server URL from any browser i get a certificate selection prompt and the connection is established with the selected certificate.
    Thanks in advanced,
    Ruhul

    I didn't find any system property to do so.There isn't one.
    Please let me know how to specify alias name as system propertyYou can't.
    You would have to write a custom KeyManager. See the JSSE Reference Guide.

  • Probem after changing the system name of EP 6.0 SP9

    Hi,
    I have changed the system name of the EP 6.0 SP9 system and restarted it and after I again shifted back to the old system name and restarted the system.
    Now the j2ee engine is not coming up ...
    I am placing the developer trace.
    Pl. suggest what might have went wrong.
    Thanks & Regards
    Mrutyunjay
    trc file: "E:\usr\sap\D01\JC00\work\dev_jcontrol", trc level: 1, release: "640"
    node name   : jcontrol
    pid         : 5552
    system name : D01
    system nr.  : 00
    started at  : Mon Dec 19 11:14:46 2005
    arguments   :
        arg[00] : E:\usr\sap\D01\JC00\j2ee\os_libs\jcontrol.exe
        arg[01] : pf=E:\usr\sap\D01\SYS\profile\D01_JC00_portald
    JStartupReadInstanceProperties: read instance properties [E:\usr\sap\D01\JC00\j2ee\cluster\instance.properties;E:\usr\sap\D01\JC00\SDM\program\config\sdm_jstartup.properties]
    -> ms host    : portald
    -> ms port    : 3601
    -> OS libs    : E:\usr\sap\D01\JC00\j2ee\os_libs
    -> Admin URL  :
    -> run mode   : NORMAL
    -> run action : NONE
    -> enabled    : yes
    Used property files
    -> files [00] : E:\usr\sap\D01\JC00\j2ee\cluster\instance.properties
    -> files [01] : E:\usr\sap\D01\JC00\SDM\program\config\sdm_jstartup.properties
    Instance properties
    -> ms host    : portald
    -> ms port    : 3601
    -> os libs    : E:\usr\sap\D01\JC00\j2ee\os_libs
    -> admin URL  :
    -> run mode   : NORMAL
    -> run action : NONE
    -> enabled    : yes
    Bootstrap nodes
    -> [00] bootstrap            : E:\usr\sap\D01\JC00\j2ee\cluster\instance.properties
    -> [01] bootstrap_ID9391400  : E:\usr\sap\D01\JC00\j2ee\cluster\instance.properties
    -> [02] bootstrap_ID9391450  : E:\usr\sap\D01\JC00\j2ee\cluster\instance.properties
    Worker nodes
    -> [00] ID9391400            : E:\usr\sap\D01\JC00\j2ee\cluster\instance.properties
    -> [01] ID9391450            : E:\usr\sap\D01\JC00\j2ee\cluster\instance.properties
    -> [02] sdm                  : E:\usr\sap\D01\JC00\SDM\program\config\sdm_jstartup.properties
    [Thr 2144] Mon Dec 19 11:14:46 2005
    [Thr 2144] JControlExecuteBootstrap: execute bootstrap process [bootstrap]
    [Thr 2144] [Node: bootstrap] java home is set by profile parameter
         Java Home: c:\j2sdk1.4.2_08
    JStartupIReadSection: read node properties [bootstrap]
    -> node name       : bootstrap
    -> node type       : bootstrap
    -> java path       : c:\j2sdk1.4.2_08
    -> java parameters : -Djco.jarm=1 -Djco.jarm=1
    -> java vm version : 1.4.2_08-b03
    -> java vm vendor  : Java HotSpot(TM) Server VM (Sun Microsystems Inc.)
    -> java vm type    : server
    -> java vm cpu     : x86
    -> heap size       : 128M
    -> root path       : E:\usr\sap\D01\JC00\j2ee\cluster
    -> class path      : .\bootstrap\launcher.jar
    -> OS libs path    : E:\usr\sap\D01\JC00\j2ee\os_libs
    -> main class      : com.sap.engine.offline.OfflineToolStart
    -> framework class : com.sap.bc.proj.jstartup.JStartupFramework
    -> registr. class  : com.sap.bc.proj.jstartup.JStartupNatives
    -> framework path  : E:\usr\sap\D01\JC00\j2ee\os_libs\jstartup.jar
    -> parameters      : com.sap.engine.bootstrap.Bootstrap ./bootstrap ID0093914
    -> debuggable      : yes
    -> debug mode      : no
    -> debug port      : 60000
    -> shutdown timeout: 120000
    JStartupStartJLaunch: program = E:\usr\sap\D01\JC00/j2ee/os_libs/jlaunch.exe
    -> arg[00] = E:\usr\sap\D01\JC00/j2ee/os_libs/jlaunch.exe
    -> arg[01] = pf=E:\usr\sap\D01\SYS\profile\D01_JC00_portald
    -> arg[02] = -DSAPINFO=D01_00_bootstrap
    -> arg[03] = -file=E:\usr\sap\D01\JC00\j2ee\cluster\instance.properties
    -> arg[04] = -nodeName=bootstrap
    -> arg[05] = -nodeId=-1
    -> arg[06] = -syncSem=JSTARTUP_WAIT_ON_5552
    -> arg[07] = -jvmOutFile=E:\usr\sap\D01\JC00\work\jvm_bootstrap.out
    -> arg[08] = -stdOutFile=E:\usr\sap\D01\JC00\work\std_bootstrap.out
    -> arg[09] = -locOutFile=E:\usr\sap\D01\JC00\work\dev_bootstrap
    -> arg[10] = -mode=BOOTSTRAP
    -> arg[11] = pf=E:\usr\sap\D01\SYS\profile\D01_JC00_portald
    -> lib path = PATH=c:\j2sdk1.4.2_08\jre\bin\server;c:\j2sdk1.4.2_08\jre\bin;D:\oracle\D01\920\jre\1.4.2\bin\client;D:\oracle\D01\920\jre\1.4.2\bin;D:\oracle\D01\920\bin;C:\Program Files\Oracle\jre\1.3.1\bin;C:\Program Files\Oracle\jre\1.1.8\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;c:\j2sdk1.4.2_08\bin;E:\usr\sap\D01\SCS01\exe;E:\usr\sap\D01\JC00\exe;E:\usr\sap\D01\SYS\exe\run
    -> exe path = PATH=c:\j2sdk1.4.2_08\bin;E:\usr\sap\D01\JC00\j2ee\os_libs;D:\oracle\D01\920\jre\1.4.2\bin\client;D:\oracle\D01\920\jre\1.4.2\bin;D:\oracle\D01\920\bin;C:\Program Files\Oracle\jre\1.3.1\bin;C:\Program Files\Oracle\jre\1.1.8\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;c:\j2sdk1.4.2_08\bin;E:\usr\sap\D01\SCS01\exe;E:\usr\sap\D01\JC00\exe;E:\usr\sap\D01\SYS\exe\run
    [Thr 2144] Mon Dec 19 11:14:52 2005
    [Thr 2144] JControlExecuteBootstrap: read instance values after global bootstrap
    JStartupReadInstanceProperties: read instance properties [E:\usr\sap\D01\JC00\j2ee\cluster\instance.properties;E:\usr\sap\D01\JC00\SDM\program\config\sdm_jstartup.properties]
    -> ms host    : portald
    -> ms port    : 3601
    -> OS libs    : E:\usr\sap\D01\JC00\j2ee\os_libs
    -> Admin URL  :
    -> run mode   : NORMAL
    -> run action : NONE
    -> enabled    : yes
    [Thr 2144] JControlExecuteBootstrap: enumerate the nodes after global bootstrap
    Used property files
    -> files [00] : E:\usr\sap\D01\JC00\j2ee\cluster\instance.properties
    -> files [01] : E:\usr\sap\D01\JC00\SDM\program\config\sdm_jstartup.properties
    Instance properties
    -> ms host    : portald
    -> ms port    : 3601
    -> os libs    : E:\usr\sap\D01\JC00\j2ee\os_libs
    -> admin URL  :
    -> run mode   : NORMAL
    -> run action : NONE
    -> enabled    : yes
    Bootstrap nodes
    -> [00] bootstrap            : E:\usr\sap\D01\JC00\j2ee\cluster\instance.properties
    -> [01] bootstrap_ID9391400  : E:\usr\sap\D01\JC00\j2ee\cluster\instance.properties
    -> [02] bootstrap_ID9391450  : E:\usr\sap\D01\JC00\j2ee\cluster\instance.properties
    Worker nodes
    -> [00] ID9391400            : E:\usr\sap\D01\JC00\j2ee\cluster\instance.properties
    -> [01] ID9391450            : E:\usr\sap\D01\JC00\j2ee\cluster\instance.properties
    -> [02] sdm                  : E:\usr\sap\D01\JC00\SDM\program\config\sdm_jstartup.properties
    [Thr 2144] JControlExecuteBootstrap: execute bootstrap process [bootstrap_ID9391400]
    [Thr 2144] INFO: Invalid property value [JLaunchParameters/]
    [Thr 2144] [Node: dispatcher bootstrap] java home is set by profile parameter
         Java Home: c:\j2sdk1.4.2_08
    JStartupIReadSection: read node properties [bootstrap_ID9391400]
    -> node name       : dispatcher bootstrap
    -> node type       : bootstrap
    -> java path       : c:\j2sdk1.4.2_08
    -> java parameters : -Djco.jarm=1 -Djco.jarm=1
    -> java vm version : 1.4.2_08-b03
    -> java vm vendor  : Java HotSpot(TM) Server VM (Sun Microsystems Inc.)
    -> java vm type    : server
    -> java vm cpu     : x86
    -> heap size       : 170M
    -> root path       : E:\usr\sap\D01\JC00\j2ee\cluster
    -> class path      : .\bootstrap\launcher.jar
    -> OS libs path    : E:\usr\sap\D01\JC00\j2ee\os_libs
    -> main class      : com.sap.engine.offline.OfflineToolStart
    -> framework class : com.sap.bc.proj.jstartup.JStartupFramework
    -> registr. class  : com.sap.bc.proj.jstartup.JStartupNatives
    -> framework path  : E:\usr\sap\D01\JC00\j2ee\os_libs\jstartup.jar
    -> parameters      : com.sap.engine.bootstrap.Bootstrap ./bootstrap ID009391400
    -> debuggable      : yes
    -> debug mode      : no
    -> debug port      : 60000
    -> shutdown timeout: 120000
    JStartupStartJLaunch: program = E:\usr\sap\D01\JC00/j2ee/os_libs/jlaunch.exe
    -> arg[00] = E:\usr\sap\D01\JC00/j2ee/os_libs/jlaunch.exe
    -> arg[01] = pf=E:\usr\sap\D01\SYS\profile\D01_JC00_portald
    -> arg[02] = -DSAPINFO=D01_00_bootstrap
    -> arg[03] = -file=E:\usr\sap\D01\JC00\j2ee\cluster\instance.properties
    -> arg[04] = -nodeName=bootstrap_ID9391400
    -> arg[05] = -nodeId=-1
    -> arg[06] = -syncSem=JSTARTUP_WAIT_ON_5552
    -> arg[07] = -jvmOutFile=E:\usr\sap\D01\JC00\work\jvm_bootstrap_ID9391400.out
    -> arg[08] = -stdOutFile=E:\usr\sap\D01\JC00\work\std_bootstrap_ID9391400.out
    -> arg[09] = -locOutFile=E:\usr\sap\D01\JC00\work\dev_bootstrap_ID9391400
    -> arg[10] = -mode=BOOTSTRAP
    -> arg[11] = pf=E:\usr\sap\D01\SYS\profile\D01_JC00_portald
    -> lib path = PATH=c:\j2sdk1.4.2_08\jre\bin\server;c:\j2sdk1.4.2_08\jre\bin;D:\oracle\D01\920\jre\1.4.2\bin\client;D:\oracle\D01\920\jre\1.4.2\bin;D:\oracle\D01\920\bin;C:\Program Files\Oracle\jre\1.3.1\bin;C:\Program Files\Oracle\jre\1.1.8\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;c:\j2sdk1.4.2_08\bin;E:\usr\sap\D01\SCS01\exe;E:\usr\sap\D01\JC00\exe;E:\usr\sap\D01\SYS\exe\run
    -> exe path = PATH=c:\j2sdk1.4.2_08\bin;E:\usr\sap\D01\JC00\j2ee\os_libs;D:\oracle\D01\920\jre\1.4.2\bin\client;D:\oracle\D01\920\jre\1.4.2\bin;D:\oracle\D01\920\bin;C:\Program Files\Oracle\jre\1.3.1\bin;C:\Program Files\Oracle\jre\1.1.8\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;c:\j2sdk1.4.2_08\bin;E:\usr\sap\D01\SCS01\exe;E:\usr\sap\D01\JC00\exe;E:\usr\sap\D01\SYS\exe\run
    [Thr 2144] Mon Dec 19 11:14:58 2005
    [Thr 2144] JControlExecuteBootstrap: execute bootstrap process [bootstrap_ID9391450]
    [Thr 2144] INFO: Invalid property value [JLaunchParameters/]
    [Thr 2144] [Node: server0 bootstrap] java home is set by profile parameter
         Java Home: c:\j2sdk1.4.2_08
    JStartupIReadSection: read node properties [bootstrap_ID9391450]
    -> node name       : server0 bootstrap
    -> node type       : bootstrap
    -> java path       : c:\j2sdk1.4.2_08
    -> java parameters : -Djco.jarm=1 -Djco.jarm=1
    -> java vm version : 1.4.2_08-b03
    -> java vm vendor  : Java HotSpot(TM) Server VM (Sun Microsystems Inc.)
    -> java vm type    : server
    -> java vm cpu     : x86
    -> heap size       : 1024M
    -> root path       : E:\usr\sap\D01\JC00\j2ee\cluster
    -> class path      : .\bootstrap\launcher.jar
    -> OS libs path    : E:\usr\sap\D01\JC00\j2ee\os_libs
    -> main class      : com.sap.engine.offline.OfflineToolStart
    -> framework class : com.sap.bc.proj.jstartup.JStartupFramework
    -> registr. class  : com.sap.bc.proj.jstartup.JStartupNatives
    -> framework path  : E:\usr\sap\D01\JC00\j2ee\os_libs\jstartup.jar
    -> parameters      : com.sap.engine.bootstrap.Bootstrap ./bootstrap ID009391450
    -> debuggable      : yes
    -> debug mode      : no
    -> debug port      : 60000
    -> shutdown timeout: 120000
    JStartupStartJLaunch: program = E:\usr\sap\D01\JC00/j2ee/os_libs/jlaunch.exe
    -> arg[00] = E:\usr\sap\D01\JC00/j2ee/os_libs/jlaunch.exe
    -> arg[01] = pf=E:\usr\sap\D01\SYS\profile\D01_JC00_portald
    -> arg[02] = -DSAPINFO=D01_00_bootstrap
    -> arg[03] = -file=E:\usr\sap\D01\JC00\j2ee\cluster\instance.properties
    -> arg[04] = -nodeName=bootstrap_ID9391450
    -> arg[05] = -nodeId=-1
    -> arg[06] = -syncSem=JSTARTUP_WAIT_ON_5552
    -> arg[07] = -jvmOutFile=E:\usr\sap\D01\JC00\work\jvm_bootstrap_ID9391450.out
    -> arg[08] = -stdOutFile=E:\usr\sap\D01\JC00\work\std_bootstrap_ID9391450.out
    -> arg[09] = -locOutFile=E:\usr\sap\D01\JC00\work\dev_bootstrap_ID9391450
    -> arg[10] = -mode=BOOTSTRAP
    -> arg[11] = pf=E:\usr\sap\D01\SYS\profile\D01_JC00_portald
    -> lib path = PATH=c:\j2sdk1.4.2_08\jre\bin\server;c:\j2sdk1.4.2_08\jre\bin;D:\oracle\D01\920\jre\1.4.2\bin\client;D:\oracle\D01\920\jre\1.4.2\bin;D:\oracle\D01\920\bin;C:\Program Files\Oracle\jre\1.3.1\bin;C:\Program Files\Oracle\jre\1.1.8\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;c:\j2sdk1.4.2_08\bin;E:\usr\sap\D01\SCS01\exe;E:\usr\sap\D01\JC00\exe;E:\usr\sap\D01\SYS\exe\run
    -> exe path = PATH=c:\j2sdk1.4.2_08\bin;E:\usr\sap\D01\JC00\j2ee\os_libs;D:\oracle\D01\920\jre\1.4.2\bin\client;D:\oracle\D01\920\jre\1.4.2\bin;D:\oracle\D01\920\bin;C:\Program Files\Oracle\jre\1.3.1\bin;C:\Program Files\Oracle\jre\1.1.8\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;c:\j2sdk1.4.2_08\bin;E:\usr\sap\D01\SCS01\exe;E:\usr\sap\D01\JC00\exe;E:\usr\sap\D01\SYS\exe\run
    [Thr 2144] Mon Dec 19 11:15:05 2005
    [Thr 2144] JControlIBuildProcessList: Maximum error count is set to 4
    [Thr 1424] JControlRequestFunc: Thread 1424 started as listener thread for np messages.
    [Thr 2144] INFO: Invalid property value [JLaunchParameters/]
    [Thr 2144] [Node: dispatcher] java home is set by profile parameter
         Java Home: c:\j2sdk1.4.2_08
    JStartupIReadSection: read node properties [ID9391400]
    -> node name       : dispatcher
    -> node type       : dispatcher
    -> java path       : c:\j2sdk1.4.2_08
    -> java parameters : -Djava.security.policy=./java.policy -Djava.security.egd=file:/dev/urandom -Djco.jarm=1 -XX:NewSize=28m -XX:MaxNewSize=28m -XX:+DisableExplicitGC -Drdbms.driverLocation=D:/oracle/D01/920/jdbc/lib/classes12.jar -Dsys.global.dir=E:/usr/sap/D01/SYS/global/
    -> java vm version : 1.4.2_08-b03
    -> java vm vendor  : Java HotSpot(TM) Server VM (Sun Microsystems Inc.)
    -> java vm type    : server
    -> java vm cpu     : x86
    -> heap size       : 170M
    -> root path       : E:\usr\sap\D01\JC00\j2ee\cluster\dispatcher
    -> class path      : .\bin\boot\boot.jar;.\bin\system\bytecode.jar;.
    -> OS libs path    : E:\usr\sap\D01\JC00\j2ee\os_libs
    -> main class      : com.sap.engine.boot.Start
    -> framework class : com.sap.bc.proj.jstartup.JStartupFramework
    -> registr. class  : com.sap.bc.proj.jstartup.JStartupNatives
    -> framework path  : E:\usr\sap\D01\JC00\j2ee\os_libs\jstartup.jar
    -> parameters      :
    -> debuggable      : no
    -> debug mode      : no
    -> debug port      : 60000
    -> shutdown timeout: 120000
    [Thr 2144] INFO: Invalid property value [JLaunchParameters/]
    [Thr 2144] *** WARNING => Maximum Java heap size specified twice (through maxHeapSize and in javaParameters) - using -Xmx512M [jstartxx.c   2282]
    [Thr 2144] [Node: server0] java home is set by profile parameter
         Java Home: c:\j2sdk1.4.2_08
    JStartupIReadSection: read node properties [ID9391450]
    -> node name       : server0
    -> node type       : server
    -> java path       : c:\j2sdk1.4.2_08
    -> 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 -Dsun.io.useCanonCaches=false -Djava.awt.headless=true -XX:SoftRefLRUPolicyMSPerMB=1 -verbose:gc -XX:PrintGCDetails -XX:PrintGCTimeStamps -XX:UseParNewGC -XX:MaxNewSize=85M -XX:NewSize=85M -XX:DisableExplicitGC -XX:MaxPermSize=192M -XX:PermSize=192M -XX:SurvivorRatio=2 -XX:TargetSurvivorRatio=90 -Drdbms.driverLocation=D:/oracle/D01/920/jdbc/lib/classes12.jar -Dsys.global.dir=E:/usr/sap/D01/SYS/global/
    -> java vm version : 1.4.2_08-b03
    -> java vm vendor  : Java HotSpot(TM) Server VM (Sun Microsystems Inc.)
    -> java vm type    : server
    -> java vm cpu     : x86
    -> heap size       : 512M
    -> init heap size  : 512M
    -> root path       : E:\usr\sap\D01\JC00\j2ee\cluster\server0
    -> class path      : .\bin\boot\boot.jar;.\bin\boot\jaas.jar;.\bin\system\bytecode.jar;.
    -> OS libs path    : E:\usr\sap\D01\JC00\j2ee\os_libs
    -> main class      : com.sap.engine.boot.Start
    -> framework class : com.sap.bc.proj.jstartup.JStartupFramework
    -> registr. class  : com.sap.bc.proj.jstartup.JStartupNatives
    -> framework path  : E:\usr\sap\D01\JC00\j2ee\os_libs\jstartup.jar
    -> parameters      :
    -> debuggable      : no
    -> debug mode      : no
    -> debug port      : 50021
    -> shutdown timeout: 120000
    [Thr 2144] [Node: SDM] java home is set by profile parameter
         Java Home: c:\j2sdk1.4.2_08
    JStartupIReadSection: read node properties [sdm]
    -> node name       : SDM
    -> node type       : sdm
    -> java path       : c:\j2sdk1.4.2_08
    -> java parameters :
    -> java vm version : 1.4.2_08-b03
    -> java vm vendor  : Java HotSpot(TM) Server VM (Sun Microsystems Inc.)
    -> java vm type    : server
    -> java vm cpu     : x86
    -> heap size       : 128M
    -> root path       : E:\usr\sap\D01\JC00\SDM\program
    -> class path      : E:\usr\sap\D01\JC00\SDM\program\bin\SDM.jar
    -> OS libs path    : E:\usr\sap\D01\JC00\j2ee\os_libs
    -> main class      : SDMInternal
    -> framework class : com.sap.bc.proj.jstartup.JStartupFramework
    -> registr. class  : com.sap.bc.proj.jstartup.JStartupNatives
    -> framework path  : E:\usr\sap\D01\JC00\j2ee\os_libs\jstartup.jar
    -> shutdown class  : com.sap.sdm.jstartup.shutdown.InternalShutDown
    -> parameters      : server sdmhome=E:\usr\sap/D01/JC00/SDM/program
    -> debuggable      : yes
    -> debug mode      : no
    -> debug port      : 60000
    -> shutdown timeout: 120000
    [Thr 2144] JControlMSConnect: attached to message server (portald/3601)
    [Thr 892] JControlMSMessageFunc: Thread 892 started as listener thread for ms messages.
    JStartupStartJLaunch: program = E:\usr\sap\D01\JC00/j2ee/os_libs/jlaunch.exe
    -> arg[00] = E:\usr\sap\D01\JC00/j2ee/os_libs/jlaunch.exe
    -> arg[01] = pf=E:\usr\sap\D01\SYS\profile\D01_JC00_portald
    -> arg[02] = -DSAPINFO=D01_00_dispatcher
    -> arg[03] = -file=E:\usr\sap\D01\JC00\j2ee\cluster\instance.properties
    -> arg[04] = -nodeName=ID9391400
    -> arg[05] = -nodeId=0
    -> arg[06] = -syncSem=JSTARTUP_WAIT_ON_5552
    -> arg[07] = -jvmOutFile=E:\usr\sap\D01\JC00\work\jvm_dispatcher.out
    -> arg[08] = -stdOutFile=E:\usr\sap\D01\JC00\work\std_dispatcher.out
    -> arg[09] = -locOutFile=E:\usr\sap\D01\JC00\work\dev_dispatcher
    -> arg[10] = -mode=JCONTROL
    -> arg[11] = pf=E:\usr\sap\D01\SYS\profile\D01_JC00_portald
    -> lib path = PATH=c:\j2sdk1.4.2_08\jre\bin\server;c:\j2sdk1.4.2_08\jre\bin;D:\oracle\D01\920\jre\1.4.2\bin\client;D:\oracle\D01\920\jre\1.4.2\bin;D:\oracle\D01\920\bin;C:\Program Files\Oracle\jre\1.3.1\bin;C:\Program Files\Oracle\jre\1.1.8\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;c:\j2sdk1.4.2_08\bin;E:\usr\sap\D01\SCS01\exe;E:\usr\sap\D01\JC00\exe;E:\usr\sap\D01\SYS\exe\run
    -> exe path = PATH=c:\j2sdk1.4.2_08\bin;E:\usr\sap\D01\JC00\j2ee\os_libs;D:\oracle\D01\920\jre\1.4.2\bin\client;D:\oracle\D01\920\jre\1.4.2\bin;D:\oracle\D01\920\bin;C:\Program Files\Oracle\jre\1.3.1\bin;C:\Program Files\Oracle\jre\1.1.8\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;c:\j2sdk1.4.2_08\bin;E:\usr\sap\D01\SCS01\exe;E:\usr\sap\D01\JC00\exe;E:\usr\sap\D01\SYS\exe\run
    [Thr 2144] JControlICheckProcessList: process dispatcher started (PID:1432)
    JStartupStartJLaunch: program = E:\usr\sap\D01\JC00/j2ee/os_libs/jlaunch.exe
    -> arg[00] = E:\usr\sap\D01\JC00/j2ee/os_libs/jlaunch.exe
    -> arg[01] = pf=E:\usr\sap\D01\SYS\profile\D01_JC00_portald
    -> arg[02] = -DSAPINFO=D01_00_server
    -> arg[03] = -file=E:\usr\sap\D01\JC00\j2ee\cluster\instance.properties
    -> arg[04] = -nodeName=ID9391450
    -> arg[05] = -nodeId=1
    -> arg[06] = -syncSem=JSTARTUP_WAIT_ON_5552
    -> arg[07] = -jvmOutFile=E:\usr\sap\D01\JC00\work\jvm_server0.out
    -> arg[08] = -stdOutFile=E:\usr\sap\D01\JC00\work\std_server0.out
    -> arg[09] = -locOutFile=E:\usr\sap\D01\JC00\work\dev_server0
    -> arg[10] = -mode=JCONTROL
    -> arg[11] = pf=E:\usr\sap\D01\SYS\profile\D01_JC00_portald
    -> lib path = PATH=c:\j2sdk1.4.2_08\jre\bin\server;c:\j2sdk1.4.2_08\jre\bin;D:\oracle\D01\920\jre\1.4.2\bin\client;D:\oracle\D01\920\jre\1.4.2\bin;D:\oracle\D01\920\bin;C:\Program Files\Oracle\jre\1.3.1\bin;C:\Program Files\Oracle\jre\1.1.8\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;c:\j2sdk1.4.2_08\bin;E:\usr\sap\D01\SCS01\exe;E:\usr\sap\D01\JC00\exe;E:\usr\sap\D01\SYS\exe\run
    -> exe path = PATH=c:\j2sdk1.4.2_08\bin;E:\usr\sap\D01\JC00\j2ee\os_libs;D:\oracle\D01\920\jre\1.4.2\bin\client;D:\oracle\D01\920\jre\1.4.2\bin;D:\oracle\D01\920\bin;C:\Program Files\Oracle\jre\1.3.1\bin;C:\Program Files\Oracle\jre\1.1.8\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;c:\j2sdk1.4.2_08\bin;E:\usr\sap\D01\SCS01\exe;E:\usr\sap\D01\JC00\exe;E:\usr\sap\D01\SYS\exe\run
    [Thr 2144] JControlICheckProcessList: process server0 started (PID:1436)
    JStartupStartJLaunch: program = E:\usr\sap\D01\JC00/j2ee/os_libs/jlaunch.exe
    -> arg[00] = E:\usr\sap\D01\JC00/j2ee/os_libs/jlaunch.exe
    -> arg[01] = pf=E:\usr\sap\D01\SYS\profile\D01_JC00_portald
    -> arg[02] = -DSAPINFO=D01_00_sdm
    -> arg[03] = -file=E:\usr\sap\D01\JC00\SDM\program\config\sdm_jstartup.properties
    -> arg[04] = -nodeName=sdm
    -> arg[05] = -nodeId=2
    -> arg[06] = -syncSem=JSTARTUP_WAIT_ON_5552
    -> arg[07] = -jvmOutFile=E:\usr\sap\D01\JC00\work\jvm_sdm.out
    -> arg[08] = -stdOutFile=E:\usr\sap\D01\JC00\work\std_sdm.out
    -> arg[09] = -locOutFile=E:\usr\sap\D01\JC00\work\dev_sdm
    -> arg[10] = -mode=JCONTROL
    -> arg[11] = pf=E:\usr\sap\D01\SYS\profile\D01_JC00_portald
    -> lib path = PATH=c:\j2sdk1.4.2_08\jre\bin\server;c:\j2sdk1.4.2_08\jre\bin;D:\oracle\D01\920\jre\1.4.2\bin\client;D:\oracle\D01\920\jre\1.4.2\bin;D:\oracle\D01\920\bin;C:\Program Files\Oracle\jre\1.3.1\bin;C:\Program Files\Oracle\jre\1.1.8\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;c:\j2sdk1.4.2_08\bin;E:\usr\sap\D01\SCS01\exe;E:\usr\sap\D01\JC00\exe;E:\usr\sap\D01\SYS\exe\run
    -> exe path = PATH=c:\j2sdk1.4.2_08\bin;E:\usr\sap\D01\JC00\j2ee\os_libs;D:\oracle\D01\920\jre\1.4.2\bin\client;D:\oracle\D01\920\jre\1.4.2\bin;D:\oracle\D01\920\bin;C:\Program Files\Oracle\jre\1.3.1\bin;C:\Program Files\Oracle\jre\1.1.8\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;c:\j2sdk1.4.2_08\bin;E:\usr\sap\D01\SCS01\exe;E:\usr\sap\D01\JC00\exe;E:\usr\sap\D01\SYS\exe\run
    [Thr 2144] JControlICheckProcessList: process SDM started (PID:1452)
    [Thr 892] Mon Dec 19 11:15:35 2005
    [Thr 892] JControlMSMessageFunc: receive command:6, argument:1213679940 from Message Server
    [Thr 892] JControlMSMessageFunc: receive command:6, argument:1213679940 from Message Server
    [Thr 892] JControlMSMessageFunc: receive command:6, argument:1213679940 from Message Server
    [Thr 892] JControlMSMessageFunc: receive command:6, argument:1213679940 from Message Server
    [Thr 892] JControlMSMessageFunc: receive command:6, argument:1213679940 from Message Server
    [Thr 892] JControlMSMessageFunc: receive command:6, argument:1213679940 from Message Server
    [Thr 892] JControlMSMessageFunc: receive command:6, argument:1213679940 from Message Server
    [Thr 892] JControlMSMessageFunc: receive command:6, argument:1213679940 from Message Server
    [Thr 2144] Mon Dec 19 11:16:00 2005
    [Thr 2144] JControlICheckProcessList: process server0 (pid:1436) died (RUN-FLAG)
    [Thr 2144] JControlIResetProcess: reset process server0
    [Thr 2144] JControlIResetProcess: [server0] not running -> increase error count (1)
    JStartupStartJLaunch: program = E:\usr\sap\D01\JC00/j2ee/os_libs/jlaunch.exe
    -> arg[00] = E:\usr\sap\D01\JC00/j2ee/os_libs/jlaunch.exe
    -> arg[01] = pf=E:\usr\sap\D01\SYS\profile\D01_JC00_portald
    -> arg[02] = -DSAPINFO=D01_00_server
    -> arg[03] = -file=E:\usr\sap\D01\JC00\j2ee\cluster\instance.properties
    -> arg[04] = -nodeName=ID9391450
    -> arg[05] = -nodeId=1
    -> arg[06] = -syncSem=JSTARTUP_WAIT_ON_5552
    -> arg[07] = -jvmOutFile=E:\usr\sap\D01\JC00\work\jvm_server0.out
    -> arg[08] = -jvmOutMode=append
    -> arg[09] = -stdOutFile=E:\usr\sap\D01\JC00\work\std_server0.out
    -> arg[10] = -stdOutMode=append
    -> arg[11] = -traceMode=append
    -> arg[12] = -locOutFile=E:\usr\sap\D01\JC00\work\dev_server0
    -> arg[13] = -mode=JCONTROL
    -> arg[14] = pf=E:\usr\sap\D01\SYS\profile\D01_JC00_portald
    -> lib path = PATH=c:\j2sdk1.4.2_08\jre\bin\server;c:\j2sdk1.4.2_08\jre\bin;D:\oracle\D01\920\jre\1.4.2\bin\client;D:\oracle\D01\920\jre\1.4.2\bin;D:\oracle\D01\920\bin;C:\Program Files\Oracle\jre\1.3.1\bin;C:\Program Files\Oracle\jre\1.1.8\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;c:\j2sdk1.4.2_08\bin;E:\usr\sap\D01\SCS01\exe;E:\usr\sap\D01\JC00\exe;E:\usr\sap\D01\SYS\exe\run
    -> exe path = PATH=c:\j2sdk1.4.2_08\bin;E:\usr\sap\D01\JC00\j2ee\os_libs;D:\oracle\D01\920\jre\1.4.2\bin\client;D:\oracle\D01\920\jre\1.4.2\bin;D:\oracle\D01\920\bin;C:\Program Files\Oracle\jre\1.3.1\bin;C:\Program Files\Oracle\jre\1.1.8\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;c:\j2sdk1.4.2_08\bin;E:\usr\sap\D01\SCS01\exe;E:\usr\sap\D01\JC00\exe;E:\usr\sap\D01\SYS\exe\run
    [Thr 2144] JControlICheckProcessList: process server0 started (PID:4092)
    [Thr 2144] Mon Dec 19 11:16:40 2005
    [Thr 2144] JControlICheckProcessList: process server0 (pid:4092) died (RUN-FLAG)
    [Thr 2144] JControlIResetProcess: reset process server0
    [Thr 2144] JControlIResetProcess: [server0] not running -> increase error count (2)
    JStartupStartJLaunch: program = E:\usr\sap\D01\JC00/j2ee/os_libs/jlaunch.exe
    -> arg[00] = E:\usr\sap\D01\JC00/j2ee/os_libs/jlaunch.exe
    -> arg[01] = pf=E:\usr\sap\D01\SYS\profile\D01_JC00_portald
    -> arg[02] = -DSAPINFO=D01_00_server
    -> arg[03] = -file=E:\usr\sap\D01\JC00\j2ee\cluster\instance.properties
    -> arg[04] = -nodeName=ID9391450
    -> arg[05] = -nodeId=1
    -> arg[06] = -syncSem=JSTARTUP_WAIT_ON_5552
    -> arg[07] = -jvmOutFile=E:\usr\sap\D01\JC00\work\jvm_server0.out
    -> arg[08] = -jvmOutMode=append
    -> arg[09] = -stdOutFile=E:\usr\sap\D01\JC00\work\std_server0.out
    -> arg[10] = -stdOutMode=append
    -> arg[11] = -traceMode=append
    -> arg[12] = -locOutFile=E:\usr\sap\D01\JC00\work\dev_server0
    -> arg[13] = -mode=JCONTROL
    -> arg[14] = pf=E:\usr\sap\D01\SYS\profile\D01_JC00_portald
    -> lib path = PATH=c:\j2sdk1.4.2_08\jre\bin\server;c:\j2sdk1.4.2_08\jre\bin;D:\oracle\D01\920\jre\1.4.2\bin\client;D:\oracle\D01\920\jre\1.4.2\bin;D:\oracle\D01\920\bin;C:\Program Files\Oracle\jre\1.3.1\bin;C:\Program Files\Oracle\jre\1.1.8\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;c:\j2sdk1.4.2_08\bin;E:\usr\sap\D01\SCS01\exe;E:\usr\sap\D01\JC00\exe;E:\usr\sap\D01\SYS\exe\run
    -> exe path = PATH=c:\j2sdk1.4.2_08\bin;E:\usr\sap\D01\JC00\j2ee\os_libs;D:\oracle\D01\920\jre\1.4.2\bin\client;D:\oracle\D01\920\jre\1.4.2\bin;D:\oracle\D01\920\bin;C:\Program Files\Oracle\jre\1.3.1\bin;C:\Program Files\Oracle\jre\1.1.8\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;c:\j2sdk1.4.2_08\bin;E:\usr\sap\D01\SCS01\exe;E:\usr\sap\D01\JC00\exe;E:\usr\sap\D01\SYS\exe\run
    [Thr 2144] JControlICheckProcessList: process server0 started (PID:5456)
    [Thr 2144] Mon Dec 19 11:17:25 2005
    [Thr 2144] JControlICheckProcessList: process server0 (pid:5456) died (RUN-FLAG)
    [Thr 2144] JControlIResetProcess: reset process server0
    [Thr 2144] JControlIResetProcess: [server0] not running -> increase error count (3)
    JStartupStartJLaunch: program = E:\usr\sap\D01\JC00/j2ee/os_libs/jlaunch.exe
    -> arg[00] = E:\usr\sap\D01\JC00/j2ee/os_libs/jlaunch.exe
    -> arg[01] = pf=E:\usr\sap\D01\SYS\profile\D01_JC00_portald
    -> arg[02] = -DSAPINFO=D01_00_server
    -> arg[03] = -file=E:\usr\sap\D01\JC00\j2ee\cluster\instance.properties
    -> arg[04] = -nodeName=ID9391450
    -> arg[05] = -nodeId=1
    -> arg[06] = -syncSem=JSTARTUP_WAIT_ON_5552
    -> arg[07] = -jvmOutFile=E:\usr\sap\D01\JC00\work\jvm_server0.out
    -> arg[08] = -jvmOutMode=append
    -> arg[09] = -stdOutFile=E:\usr\sap\D01\JC00\work\std_server0.out
    -> arg[10] = -stdOutMode=append
    -> arg[11] = -traceMode=append
    -> arg[12] = -locOutFile=E:\usr\sap\D01\JC00\work\dev_server0
    -> arg[13] = -mode=JCONTROL
    -> arg[14] = pf=E:\usr\sap\D01\SYS\profile\D01_JC00_portald
    -> lib path = PATH=c:\j2sdk1.4.2_08\jre\bin\server;c:\j2sdk1.4.2_08\jre\bin;D:\oracle\D01\920\jre\1.4.2\bin\client;D:\oracle\D01\920\jre\1.4.2\bin;D:\oracle\D01\920\bin;C:\Program Files\Oracle\jre\1.3.1\bin;C:\Program Files\Oracle\jre\1.1.8\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;c:\j2sdk1.4.2_08\bin;E:\usr\sap\D01\SCS01\exe;E:\usr\sap\D01\JC00\exe;E:\usr\sap\D01\SYS\exe\run
    -> exe path = PATH=c:\j2sdk1.4.2_08\bin;E:\usr\sap\D01\JC00\j2ee\os_libs;D:\oracle\D01\920\jre\1.4.2\bin\client;D:\oracle\D01\920\jre\1.4.2\bin;D:\oracle\D01\920\bin;C:\Program Files\Oracle\jre\1.3.1\bin;C:\Program Files\Oracle\jre\1.1.8\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;c:\j2sdk1.4.2_08\bin;E:\usr\sap\D01\SCS01\exe;E:\usr\sap\D01\JC00\exe;E:\usr\sap\D01\SYS\exe\run
    [Thr 2144] JControlICheckProcessList: process server0 started (PID:4948)
    [Thr 2144] Mon Dec 19 11:18:10 2005
    [Thr 2144] JControlICheckProcessList: process server0 (pid:4948) died (RUN-FLAG)
    [Thr 2144] JControlIResetProcess: reset process server0
    [Thr 2144] JControlIResetProcess: [server0] not running -> increase error count (4)

    Dear Ashutosh,
    Thanks for guiding us to correct location.
    What we identified is we connected portal to the LDAP
    of EP 5.0 while migrating the content.After migration we
    have formatted the 5.0 system.
    Now that portal is connected to that LDAP which is
    not existing the problem is coming.
    Is there any way through CONFIGURATION tool I can remove
    that connectivity to LDAP?
    I am trying to configure LDAP again on the same server
    but before to that if some one can hint me how to
    remove the LDAP configuration from the Portal I would
    be very much thankful..
    regards
    Mrutyunjay

  • Passing Java system property at runtime

    How to set system property at runtime?
    Imaging the situation - application is already run. One of the threads polls system properties periodically. In debug purposes I need to set system during program is working. How can I do that?

    Not possible.
    Far as I know not possible for any app (not just java) and true for most popular desktop OSes as well.
    The environment is copied into the application (all applications) when it starts. So external changes will not impact it.

  • System property 'primavera.bootstrap.home' not found error while starting P6 application via managed server

    Hi All,
    I had installed P6 8.3 with weblogic 10.3.6.
    My Adminserver is running.
    But when i am starting my managed server P6, P6 server is getting started but P6 application is failing to start and giving above error.
    but my p6help web application is showing Active state.
    I added below line in startWeblogic.cmd and setDomainEnv.cmd file but no use.
    set JAVA_OPTIONS=%JAVA_OPTIONS% -Dprimavera.bootstrap.home=C:\P6EPPM_1\p6\
    I tried by redeploying p6 application but still same error.
    Please help.

    Hi,
    I has set the classpath as well same as above.
    If i start managed server manually or using start_primavera.bat,  P6 application is becomeing acive and working.
    But if i start managed server using windows service, Managed server is get started, p6help is also becoming active but only p6 is failing to start.
    If i chek the log it is showing same log below,
    [Wed Oct 30 16:08:53 2013] [I] [RunJavaApp] Locating method "public static void main([]String)" in main class
    [Wed Oct 30 16:08:53 2013] [I] [RunJavaApp] Building arguments for main class
    [Wed Oct 30 16:08:53 2013] [I] [RunJavaApp] Invoking main class
    <Oct 30, 2013 4:08:54 PM IST> <Info> <Security> <BEA-090905> <Disabling CryptoJ JCE Provider self-integrity check for better startup performance. To enable this check, specify -Dweblogic.security.allowCryptoJDefaultJCEVerification=true>
    <Oct 30, 2013 4:08:54 PM IST> <Info> <Security> <BEA-090906> <Changing the default Random Number Generator in RSA CryptoJ from ECDRBG to FIPS186PRNG. To disable this change, specify -Dweblogic.security.allowCryptoJDefaultPRNG=true>
    <Oct 30, 2013 4:08:54 PM IST> <Info> <WebLogicServer> <BEA-000377> <Starting WebLogic Server with Java HotSpot(TM) 64-Bit Server VM Version 20.45-b01 from Sun Microsystems Inc.>
    <Oct 30, 2013 4:08:55 PM IST> <Info> <Management> <BEA-141107> <Version: WebLogic Server 10.3.6.0  Tue Nov 15 08:52:36 PST 2011 1441050 >
    <Oct 30, 2013 4:08:56 PM IST> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to STARTING>
    <Oct 30, 2013 4:08:56 PM IST> <Info> <WorkManager> <BEA-002900> <Initializing self-tuning thread pool>
    <Oct 30, 2013 4:08:56 PM IST> <Notice> <Log Management> <BEA-170019> <The server log file C:\Oracle\Middleware\user_projects\domains\Primavera\servers\P6\logs\P6.log is opened. All server side log events will be written to this file.>
    <Oct 30, 2013 4:08:57 PM IST> <Notice> <Security> <BEA-090082> <Security initializing using security realm myrealm.>
    <Oct 30, 2013 4:08:59 PM IST> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to STANDBY>
    <Oct 30, 2013 4:08:59 PM IST> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to STARTING>
    <Oct 30, 2013 4:09:00 PM IST> <Warning> <HTTP> <BEA-101377> <Filtering class loader configuration ignored for web module p6.war of application p6>
    Oct 30, 2013 4:09:03 PM com.sun.faces.config.ConfigureListener contextInitialized
    INFO: Initializing JavaServer Faces implementation (1_2_07-b03-FCS) for context '/p6'
    - Refreshing com.primavera.bre.SystemApplicationContext@7fc4fe21: display name [com.primavera.bre.SystemApplicationContext@7fc4fe21]; startup date [Wed Oct 30 16:09:05 IST 2013]; root of context hierarchy
    - Loading XML bean definitions from class path resource [/com/primavera/pvweb/servlet/webconf.xml]
    - Bean factory for application context [com.primavera.bre.SystemApplicationContext@7fc4fe21]: org.springframework.beans.factory.support.DefaultListableBeanFactory@35f5e42b
    - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@35f5e42b: defining beans [metaConfigProvider,settingsManager,adminManager,LogMgr,performanceManager,threadPool,remoteQManager,subSystemInitializer,sqlConnectionPoolManager,registryService,tracer,mailService,configDumpHelper,autoConfigCollectionTask,proxiedUrlOpener,systemFacade,autoStarterService]; root of factory hierarchy
    System property 'primavera.bootstrap.home' not found
    <Oct 30, 2013 4:09:07 PM IST> <Warning> <HTTP> <BEA-101162> <User defined listener com.primavera.pvweb.listeners.PVContextListener failed: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'registryService' defined in class path resource [/com/primavera/pvweb/servlet/webconf.xml]: Invocation of init method failed; nested exception is com.primavera.common.exceptions.InvalidBootstrapException: System property 'primavera.bootstrap.home' not found.
    org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'registryService' defined in class path resource [/com/primavera/pvweb/servlet/webconf.xml]: Invocation of init method failed; nested exception is com.primavera.common.exceptions.InvalidBootstrapException: System property 'primavera.bootstrap.home' not found
    at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1338)
    at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:473)
    at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory$1.run(AbstractAutowireCapableBeanFactory.java:409)
    at java.security.AccessController.doPrivileged(Native Method)
    at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:380)
    Truncated. see log file for complete stacktrace
    Caused By: com.primavera.common.exceptions.InvalidBootstrapException: System property 'primavera.bootstrap.home' not found
    at com.primavera.common.BootstrapHome.get(Unknown Source)
    at com.primavera.infr.admin.MetaCfg.a(Unknown Source)
    at com.primavera.infr.admin.MetaCfg.getMetaJDBCURL(Unknown Source)
    at com.primavera.infr.srvcs.RegistryServiceImpl.init(Unknown Source)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    Truncated. see log file for complete stacktrace

  • WSAD System property issue

    Hi,
    I am trying to set a system property in a java program like below:
    Properties systemProperties = System.getProperties();
    systemProperties.put ("man.cacheconfig", "cacheserver-config.xml");
    System.setProperties (systemProperties);
    When I execute this program ,the WSAD console throws me error like the below:
    Caused by: (Wrapped: Failed to load configuration resource: cacheserver-config.xml) java.io.IOException: Configuration is missing: "cacheserver-config.xml", loader=sun.misc.Launcher$AppClassLoader@3cd3cce4
    Is there anyway to set the system property in WSAD ???
    Any help in this regard is appreciated
    Thanks
    Chat

    Hi Jaheer,
    I would encourage you to first look at Section 6, Software Change Management on the Solution Operations Guide available on SMP under SAP Sourcing On-Premise --> SAP Sourcing 7.0. It contains lot of very useful information.
    Basically, there are two options to transport your configurations. 1) Use Export Data functionality (aka Object Migration), 2) Import CSV or Workbook.
    The first option involves exporting configuration data from the source system as oma file and importing it into the destination system. For transporting system properties, you could either export all the system properties to a oma file by selecting the Dataset option. Or you could use the Object List option, which involves oml query. You could create a custom version of the system properties oml query and add your filter conditions in the WHERE clause. You can find more info on this in the Solution Operations Guide.
    Hope this helps.
    Regards,
    Vikram

  • Problem with file.encoding system property

    Hi all
    I develop a web application with Tomcat app server.
    I have to set file.encoding system property to "Cp1252", but when I set it programatically using System.setProperty("file.encoding","Cp1252") it doesnt affect to my program outcome but when I put it in catalina.bat with set JAVA_OPTS=-Dfile.encoding=Cp1252 it works fine.
    what is the differences and why I cant change that property programatically?
    thanks

    why I cant change that property programatically?It is a system property reflecting the initial settings read when the JVM started. Resetting the system property java.home will not change your home directory either.

  • How does JVM set file.encoding system property?

    The system property file.encoding is changed mysteriously, and we don't have a command line -D option. How does JRockit JVM get the default value for system properties such as file.encoding?
    I am running Jrockit 1.4.2_12.
    Thanks.

    I am running WLS 8.1SP6 on Linux using Jrockit 1.4.2-12. Over the weekend, I bounced WL server, and file.encoding was changed. It used to be ISO-8859-1. Now it is ANSI_X3.4-1968. Neither System Administrator nor WebLogic (farm) Administrator changed anything. Although I can force it with -D, I'd like to figure out what happened.
    Thanks.

  • Cannot set a weblogic system property in batch

    Hello All,
    I'm running an weblogic application on weblogic 8.1 SP1. The application uses
    UTF-8 data from a mssql database. The problem is that weblogic 8.1 SP1 does not
    show UTF-8 data correctly. I've read docs and found that in order to make sure
    that weblogic's output is in UTF-8 I can configure a weblogic system property
    like that:
    add -Dweblogic.webservice.i18n.charset="utf-8" into JAVA_OPTIONS in startweblogic.cmd
    batch file. But during the process of starting it shows me the following:
    <10.10.2003 20:08:50 NOVST> <Warning> <Management> <BEA-141087> <Unrecognized
    pr
    operty: webservice.i18n.charset.>
    I also do not see changes in weblogic's behaviour (IMHO it should add charset=utf-8
    to Content-type header of each response to clients.
    However on weblogic 7.0 SP1 everything works without adding this option, but when
    I add it the server claims again that it's unrecognized and I see no effect in
    the HTTP headers of the server response.
    PLease help me to investigate this issue!
    Thanks for any help
    Dmitry.

    Hello,
    You are setting the charset value (UTF-8) correctly. The <Warning>
    message from the server startup can be safely ignored.
    The server should respond to the charset provided by the client. You
    can also set the charset on the web service using charset attribute of
    the <web-service> element in the web-services.xml file. See:
    http://e-docs.bea.com/wls/docs81/webserv/i18n.html
    Have you tried setting the "-Dweblogic.webservice.i18n.charset=utf-8" on
    the client?
    Use the "-Dweblogic.webservice.verbose=true" flag to help diagnose this
    issue. See: http://e-docs.bea.com/wls/docs81/webserv/trouble.html
    Hope this helps,
    Bruce
    Dmitry wrote:
    >
    Hello All,
    I'm running an weblogic application on weblogic 8.1 SP1. The application uses
    UTF-8 data from a mssql database. The problem is that weblogic 8.1 SP1 does not
    show UTF-8 data correctly. I've read docs and found that in order to make sure
    that weblogic's output is in UTF-8 I can configure a weblogic system property
    like that:
    add <Warning> into JAVA_OPTIONS in startweblogic.cmd
    batch file. But during the process of starting it shows me the following:
    <10.10.2003 20:08:50 NOVST> <Warning> <Management> <BEA-141087> <Unrecognized
    pr
    operty: webservice.i18n.charset.>
    I also do not see changes in weblogic's behaviour (IMHO it should add charset=utf-8
    to Content-type header of each response to clients.
    However on weblogic 7.0 SP1 everything works without adding this option, but when
    I add it the server claims again that it's unrecognized and I see no effect in
    the HTTP headers of the server response.
    PLease help me to investigate this issue!
    Thanks for any help
    Dmitry.

  • Setting a system.property twice in a same JVM

    Hello,
    I have got a problem concerning the setting of a system property.
    When I run a first time my program I test a case by setting a system property, that works fine.
    Now I want to change the same property in the same JVM by doing:
    System.setProperties("key","oldvalue");
    System.getProperties("key", "oldvalue"); //I obtain oldvalue
    System.setProperties("key","newvalue");
    System.getProperties("key", "newvalue"); //I obtain newvalueBut apparently it seems the JVM doesn't take the new value of the property even if the getProperty() give me the new value.
    So my question is can I change several times the value of a same property in the same JVM or it is technically not possible?
    I read the tutorial about System and it says :"The setProperties method changes the set of system properties for the current running application "
    Thank you for any assistance

    And I say that it apparently does not work because I run some tests
    to find why my results were wrong even if in setting a new property.Well, one of those tests might be to just check the changed property right after the change.
    Which you do in your code.
    And which results in a correctly changed property, doesn't it?
    So, what are those other tests you've performed, what was it that you've expected them to do and what did they actually do?
    So it is just because if you have initialized the system property once you
    cannot do it again or you have to record the new value in a file and then restart
    your application by take the value of the system property inside the previously created fileNone of both. You can just change the system properties (just like every other properties) and the changes take place immediately (unless you run multithreaded, in which case you should put the "setproperty" stuff into a synchronized block or method.
    Of course, if you try and change the properties of your operating system, then that's different. But I won't start and guess around about what exactly you try to do and what does not work.
    Again, try to state plainly
    1.) what you programmed, perhaps with some line of code
    2.) what you expected your code to do
    3.) what happened instead
    Provided with that information, forum readers should be able to provide you with some help.
    -T-

  • How to Embed some specialy Font and Change Text Font Property in SDK?

    hello everyone,
        when i write my plugin,i met with some problem about the Font.
        first,i add some text in the PDF Page using the JavaScript,and want to use some special,and all failed and use some font instead which acrobat own.does the acrobat can embed some font that installed in the system? and how to use it in the sdk?
       second,i can use the touchup tools to change the text property,such as the font,size and scaling,how can i do it in my plugin in the sdk suppose i can get the text object?
       thanks.

    WHICH APIs are you using to add text to a PDF via JavaScript?  There are a few different ones and they each have various options with respect to fonts.
    As to the general answer, if the font allows embedding, then we will embed it - if it does not, then we won't. That simple.
    There are no APIs for JavaScript to change such attributes, only to plugins.

  • System property that represents a user's My Documents folder

    Hi! What is the System property that points to a user's My Documents folder on Windows platform? Thanks!

    >
    Define "only".
    I would imagine that there is a highly finite number
    of file configurations on all Win OS 9x onwards and
    System.property("os.name"); would resolve this with
    only a few additional lines of code.
    Actually, that's not true either... In Win 2K and above, the My Documents folder can be located in an almost infinite number of places, that are then mapped to a virtual My Documents folder.
    This can include network locations (in the case where a user's Windows profile is stored on a central server instead of on each workstation), or with phyisical names other than "My Documents". For example, when using Win XP to connect to an Active Directory hosted on a Win 2003 server, the phyiscal location of the My Documents folder is actually named with the user's name - i.e. "John's Documents".
    Even better, the name that is selected is not always the Windows login name - but could also be the alias that the user has created for themselves.
    Anyway, here's the point: If you want your code to work on all Win platforms (today and in the future), you have to get the directory the way the Windows API says you have to get it: using the SHGetSpecialFolderLocation function. If you want to try to hack something together, then it might work in a lot of cases for a little while. But it is going to break at some point. Personally, if I know a piece of code I'm writing is going to cause my app to break in the future, I write it differently so that won't happen - but that's just me.
    There's probably a way to find this info in the registry as well, but there is no guarantee that the location this information is stored in the registry will remain the same - if it changes, then the SHGetSpecialFolderLocation implementation will change.
    - K

  • How to display system property in XML forms

    Hi
    We are using XML forms template for publishing news in KM. In the show form we got author field (a label in the form) which is mapped to system property createdby (PropertyReference = /Properties/default:createdby).But while displaying the form author is not getting populated. When I try to edit the form in XML forms builder in data model tab under properties node no property is visible. Nothing is shown up in properties even after reload option is selected from context menu of properties node.
    I cheked by manually editing PropertyReference to some other property (e.g. modifiedby) but nothing is showing up.
    Can you please suggest how the createdby system property can be shown in the xml form?
    Thanks & Regards
    Sudip

    Hi Sudeep,
    Please try to open the formbuilder in another machine and try to see the properties xml form design view.
    You can even directly can create a lable in show form and add the property name along with the nama space name.
    For default properties namspace is default.Create a lable UI element in show form and select the datasource property and add the property value in that.
    With we can show file related system generated properties in show form.
    Regards,
    Rudradev Devulapelli

  • Can you set a global EntityResolver (via system property, or static method)

    I'm trying to set a customized EntityResolver (telling the xml parser where to look for XML schema files).
    Usually, you'd use the standard syntax - somehting like:
    SaxParser parser=new SaxParser();
    parser.parser.setEntityResolver(myResolver);
    However, I was wondering whether you can set a "global" EntityResolver, to be used as default for all parsers ?
    Maybe this can be done through some system property, or a static method somewhere in the parsing XML ?
    (BTW, I need it because I'm using some third-party API, that encapsulates a SaxParser, but won't let me access it, so I can't configure it directly).
    thanks.

    I don't think you can.
    What is possible is to set content on the folder resource itself; that would be returned instead of the page you mentioned.

Maybe you are looking for

  • Please help - Photoshop Elements won't open

    Hi, I just bought photoshop elements, installed it and everything was fine.  Like a dope, I downloaded a graphic from a website, and tons of adware/malware was also loaded on my computer.  I couldn't stand all the popups and junk, so i used the Dell

  • SOAP to JMS synch scenario issue

    Dear Experts, I am working on SOAP to JMS (Websphere MQ) synch scenario.In the ESR i created 2 synch service interfaces(1 Inbound & 1 outbound). I created my 1 SOAP communication channel with QOS as "Best Effort"  2 JMS comm channel( 1 Receiver & 1 S

  • How do I get my apps to my phone from my computer?

    It is that simple! How do I get my apps from my computer to my phone? When I press SYN that will not do it.

  • Migration of LONG and LONG RAW datatype

    Just upgraded a DB from 8.1.7.4 to 10.2.0.1.0. In the post-upgrade tasks, it speaks of migrating tables with LONG and LONG RAW datatypes to CLOB's or BLOB's. All of my tables in the DB with LONG or LONG RAW datatypes are in the sys, sysman, mdsys or

  • JSP demo PTS included with Oracle 9i Developer Release for Mac not working

    Hello all, please pardon my ignorance, but I am an Oracle DBA not a JSP programmer. I have installed Oracle 9i developer release for Mac OSX and it included a demo application in JSP called pts. I followed all the instruction and it still doesn't see