Configuration java parameters

Hi,
I have found the SAP Note "898637 - Upload to KM does not work".
The solution is :
With the config tool of the engine, edit/add the following two entries to the server node java parameters:
Example:
-Djava.io.tmpdir=e:\EP_TEMP
-Dcm.tmpdir=e:\EP_TEMP
But in the Config Tool or in Visual Administrator, I don't find this 2 parameters.
Where can I modify or add the this 2 parameters ?
Where is the server node java parameters ?
Tanks for your help.
Regards,
Mathieu

Hi Mathieu,
see my reply in your cross posted thread: /message/2781417#2781417 [original link is broken]
Hope it already helps you solve your problem,
Robert

Similar Messages

  • How to configure java.security file to run j2ee programs

    Hi,
    I am using Sun one application server to run my j2ee programs.
    plz tell me how to configure java.security file inside my appserver so that i can run my servlet program that is using jsse API to create SSL sockets.
    I am not able to follow whats there in java.security file.Kindly tell how to configure it.
    Waiting for ur replies!
    Thanks,
    Akshatha

    Hi,
    I am using Sun one application server to run my j2ee programs.
    plz tell me how to configure java.security file inside my appserver so that i can run my servlet program that is using jsse API to create SSL sockets.
    I am not able to follow whats there in java.security file.Kindly tell how to configure it.
    Waiting for ur replies!
    Thanks,
    Akshatha

  • Request for any Best Practice document for configuring Service Parameters on CUCM 9.1.1

    Hi Team,
    Could you please send if you have any  Best Practice document for configuring Service Parameters on CUCM 9.1.1. That would really help.
    Thanks,
    Guru

    Hi
    There's no 'best practice' as such, but there are a few that I think should be default:
    Enabling CDR, On-Hook Pickup, CFwdAll Override... but really the settings are specific to the requirements of the deployment.
    Aaron

  • Problem visual admin java parameters

    Hi guys,
    I just wanna know in the visual admin, how to put a new java parameters ?
    I can't press enter and had a new line ... Can someone had a parameter ? Not a change but a new one ?
    Thanks.

    yes it is ! had a parameter in the config tool !
    -Xbootclasspath
    -Dcom.wily.introscope-agentProfile
    -Dcom.wily.introscope
    By the documentation Introscop Version 8 Installation Guide For sap June 2009 page 27
    I can modify the parameters, but not had a new line, so not had a newx parameter

  • How to configure Java Plug-In to use Firefox keystore

    Does any one know how to configure Java Plugin 1.5.0 to use the Firefox kesystore either in Windows or in Linux environments?
    I installed and configured 'JSS' based on the information available at http://java.sun.com/j2se/1.5.0/docs/guide/deployment/deployment-guide/keystores .html.
    but still the plugin is not using the keys from Firefox keystore.
    I noticed the following messages in Java Console.
    security: Accessing keys and certificate in Mozilla user profile: null
    security: JSS is not configured
    Thanks

    I was having this same issue prior to installing the JSS on my machine.
    I did not compile my own version of the code, but rather I took the jss34.jar file and put it in a 'jss' directory.
    I also copied the jss3.dll and jss3.lib files into the directory where Firefox was installed.
    That was all I had to do to get JSS to work for Firefox 1.0.4 and Mozilla 1.7.8.
    If that still does not work for you, you always have the option to use the Java Plugin keystore instead of using the browser cache to authenticate certificates.
    You can do that by doing the following on the Java Control Panel:
    1. Click the 'Certificates' button on the Security tab
    2. Import the certificate as a 'User' certificate (Make sure you select the appropriate certificate type)
    3. Disable the 'Use certificates and keys in browser keystore' option under the 'Security' section of the 'Advanced' tab.
    I hope that helps.

  • How to configure Java Card 3 in eclipse ?

    How to configure Java Card 3 in eclipse ? I have already configured Java Card2.2.2 by following
    1) http://eclipse-jcde.sourceforge.net/user-guide.htm
    And
    2)http://eclipse-jcde.sourceforge.net/
    the above two links.B ut for Java Card 3 when i am configuring window->preference->Java Card Home I am getting error as "Converter.jar" not found. i checked the lib and i didnt found these jar. I copied 2.2.2 converter.jar , then that jar file not matching. So please tell me how to configure this.
    Thanks in advance
    Anoop Michael

    there are many changes between 2.2.2 and 3.0.1. Folders and files are not same. EclipseJCDE is not going to work with JCDk3.0.1. Some one needs to update that plugin :).
    There is a NetBeans plugin in progress and you can try downloading latest NetBeans 6.7.1
    Some intro about the plugin can be found here http://weblogs.java.net/blog/2009/05/10/sneak-preview-java-card-tools-netbeans-67
    You can try Netbeans 6.8 nightly builds for latest changes, but it may be a while until the plugin is stable.
    -Anki.N

  • SAP J2EE engine for configuring Java mail Service.

    Hi
    I am experiencing following exception when trying to use JAVA mail API.
    javax.mail.SendFailedException: Invalid Addresses;
    nested exception is:
    javax.mail.SendFailedException: 554 <email@ddress>: Recipient address rejected:
    Relay access denied
    email address above is valid..
    I have to use SAP J2EE engine for configuring Java mail Service.
    But is does not hav any such access permissions to check....!!

    Relay access denied
    To send mails from SAP system through the mail server which you have configured, SAP server should be permitted to relay through the mailserver. Then only you will be able to send mail to external email address. Otherwise, you will get the above message.
    You must contact the mail server administrator and ask him to add the ip of SAP server into the allowed relay list.
    If you are using MS exchange server as your mail server and if you have administrative access to the Exchange box, you can do it yourself by following the below steps:
    1.Verify that your Exchange computer is not an open mail relay. To do this, follow these steps:
    a.      Click Start, point to Programs, point to Microsoft Exchange, and then click System Manager.
    b.      In Exchange System Manager, expand the following object:
    Servers\Your_Exchange_Server_Name\Protocols\SMTP
    c.      Right-click the virtual SMTP server where you want to prevent mail relay, and then click Properties.
    d.      Click the Access tab, and then click Relay.
    e.      By default, open relay is blocked. The default settings are as follows:
    u2022     The Only the list below check box is selected.
    u2022     The Allow all computers which successfully authenticate to relay, regardless of the list above check box is selected.
    f.      If you must permit a single computer, a group of computers, or a domain to relay through the server, click Add. In the Computer dialog box, click the appropriate selection for the computers you want to relay through the server. Then, type the required information.
    Note Enabling access by IP address or by domain name is helpful for users who do not authenticate with the Exchange computer.
    g.      In the Relay Restrictions dialog box, click OK.
    h.      Click Apply, and then click OK in the Default SMTP Virtual Server Properties dialog box.
    hope this helps you out...
    Cheers,
    Jazz

  • How to configure java

    I'm using a smartcard to log in to a Citrix environment. I can configure Safari setting it to translate to IE 7, works okay. Want to use Google Chrome, seems faster, but I get a general authentication error when logging in through Citrix. For what I can follow, it appears Java may be blocking or Java is not configured properly. I downloaded Java 7, but it cause other errors (prevented me from loggin in to wireless network)- so I removed and returned to native Java loaded with Mountain Lion.

    Sorry, I forgot to include the question????
    How do I configure Java? I cannot find a Java console.

  • How to rset Java parameters in config tool

    Hello,
    My Java server got down after i changed some parameters in Java Heap Memory settings. I did not note down the default values also. I would like to know how to revert into default Java parameters in config tool? Is there any way ?
    Regards,
    Sankaranarayanan.G

    Hello,
    Thanks lot for your reply. Yes i changed JavaHeap memory settings as per the note 723909.
    i attached the dev_server0 log
    trc file: "E:\usr\sap\PID\DVEBMGS10\work\dev_server0", trc level: 1, release: "700"
    node name   : ID106859350
    pid         : 5668
    system name : PID
    system nr.  : 10
    started at  : Wed Nov 05 08:13:19 2008
    arguments       :
           arg[00] : E:\usr\sap\PID\DVEBMGS10\exe\jlaunch.exe
           arg[01] : pf=E:\usr\sap\PID\SYS\profile\PID_DVEBMGS10_DUSLEXPID01
           arg[02] : -DSAPINFO=PID_10_server
           arg[03] : pf=E:\usr\sap\PID\SYS\profile\PID_DVEBMGS10_DUSLEXPID01
           arg[04] : -DSAPSTART=1
           arg[05] : -DCONNECT_PORT=1247
           arg[06] : -DSAPSYSTEM=10
           arg[07] : -DSAPSYSTEMNAME=PID
           arg[08] : -DSAPMYNAME=DUSLEXPID01_PID_10
           arg[09] : -DSAPPROFILE=E:\usr\sap\PID\SYS\profile\PID_DVEBMGS10_DUSLEXPID01
           arg[10] : -DFRFC_FALLBACK=ON
           arg[11] : -DFRFC_FALLBACK_HOST=localhost
    [Thr 3864] Wed Nov 05 08:13:19 2008
    [Thr 3864] *** WARNING => INFO: Unknown property [instance.box.number=PIDDVEBMGS10duslexpid01] [jstartxx.c   841]
    [Thr 3864] *** WARNING => INFO: Unknown property [instance.en.host=DUSLEXPID01] [jstartxx.c   841]
    [Thr 3864] *** WARNING => INFO: Unknown property [instance.en.port=3220] [jstartxx.c   841]
    [Thr 3864] *** WARNING => INFO: Unknown property [instance.system.id=10] [jstartxx.c   841]
    JStartupReadInstanceProperties: read instance properties [E:\usr\sap\PID\DVEBMGS10\j2ee\cluster\instance.properties]
    -> ms host    : DUSLEXPID01
    -> ms port    : 3920
    -> OS libs    : E:\usr\sap\PID\DVEBMGS10\j2ee\os_libs
    -> Admin URL  :
    -> run mode   : NORMAL
    -> run action : NONE
    -> enabled    : yes
    Used property files
    -> files [00] : E:\usr\sap\PID\DVEBMGS10\j2ee\cluster\instance.properties
    Instance properties
    -> ms host    : DUSLEXPID01
    -> ms port    : 3920
    -> os libs    : E:\usr\sap\PID\DVEBMGS10\j2ee\os_libs
    -> admin URL  :
    -> run mode   : NORMAL
    -> run action : NONE
    -> enabled    : yes
    Bootstrap nodes
    -> [00] bootstrap            : E:\usr\sap\PID\DVEBMGS10\j2ee\cluster\instance.properties
    -> [01] bootstrap_ID10685930 : E:\usr\sap\PID\DVEBMGS10\j2ee\cluster\instance.properties
    -> [02] bootstrap_ID10685935 : E:\usr\sap\PID\DVEBMGS10\j2ee\cluster\instance.properties
    Worker nodes
    -> [00] ID106859300          : E:\usr\sap\PID\DVEBMGS10\j2ee\cluster\instance.properties
    -> [01] ID106859350          : E:\usr\sap\PID\DVEBMGS10\j2ee\cluster\instance.properties
    [Thr 3864] JLaunchRequestQueueInit: create named pipe for ipc
    [Thr 3864] JLaunchRequestQueueInit: create pipe listener thread
    [Thr 6104] JLaunchRequestFunc: Thread 6104 started as listener thread for np messages.
    [Thr 4612] WaitSyncSemThread: Thread 4612 started as semaphore monitor thread.
    [Thr 3864] NiInit3: NI already initialized; param 'maxHandles' ignored (1;10002)
    [Thr 3864] CPIC (version=700.2006.09.13)
    [Thr 3864] [Node: server0] java home is set by profile parameter
         Java Home: D:\j2sdk1.4.2_17-x64
    [Thr 3864] JStartupICheckFrameworkPackage: can't find framework package E:\usr\sap\PID\DVEBMGS10\exe\jvmx.jar
    JStartupIReadSection: read node properties [ID106859350]
    -> node name          : server0
    -> node type          : server
    -> node execute       : yes
    -> jlaunch parameters :
    -> java path          : D:\j2sdk1.4.2_17-x64
    -> java parameters    : -Djco.jarm=1 -XX:MaxPermSize=512M      -XX:PermSize=512M -XX:NewSize=341M -XX:MaxNewSize=341M -XX:DisableExplicitGC -verbose:gc -XX:PrintGCDetails -XX:+PrintGCTimeStamps -Djava.awt.headless=true -Dsun.io.useCanonCaches=false -XX:SoftRefLRUPolicyMSPerMB=1 -XX:SurvivorRatio=2 -XX:TargetSurvivorRatio=90 -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
    -> java vm version    : 1.4.2_17-b06
    -> java vm vendor     : Java HotSpot(TM) 64-Bit Server VM (Sun Microsystems Inc.)
    -> java vm type       : server
    -> java vm cpu        : amd64
    -> heap size          : 2048M
    -> init heap size     : 2048M
    -> root path          : E:\usr\sap\PID\DVEBMGS10\j2ee\cluster\server0
    -> class path         : .\bin\boot\boot.jar;.\bin\boot\jaas.jar;.\bin\system\bytecode.jar;.
    -> OS libs path       : E:\usr\sap\PID\DVEBMGS10\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\PID\DVEBMGS10\exe\jstartup.jar;E:\usr\sap\PID\DVEBMGS10\exe\jvmx.jar
    -> shutdown class     : com.sap.engine.boot.Start
    -> parameters         :
    -> debuggable         : no
    -> debug mode         : no
    -> debug port         : 51021
    -> shutdown timeout   : 120000
    [Thr 3864] JLaunchISetDebugMode: set debug mode [no]
    [Thr 3536] JLaunchIStartFunc: Thread 3536 started as Java VM thread.
    [Thr 3536] [JHVM_PrepareVMOptions] use java parameters set by profile parameter
         Java Parameters: -Xss2m
    JHVM_LoadJavaVM: VM Arguments of node [server0]
    -> stack   : 1048576 Bytes
    -> arg[  0]: exit
    -> arg[  1]: abort
    -> arg[  2]: vfprintf
    -> arg[  3]: -Djco.jarm=1
    -> arg[  4]: -XX:MaxPermSize=512M     
    -> arg[  5]: -XX:PermSize=512M
    -> arg[  6]: -XX:NewSize=341M
    -> arg[  7]: -XX:MaxNewSize=341M
    -> arg[  8]: -XX:+DisableExplicitGC
    -> arg[  9]: -verbose:gc
    -> arg[ 10]: -XX:+PrintGCDetails
    -> arg[ 11]: -XX:+PrintGCTimeStamps
    -> arg[ 12]: -Djava.awt.headless=true
    -> arg[ 13]: -Dsun.io.useCanonCaches=false
    -> arg[ 14]: -XX:SoftRefLRUPolicyMSPerMB=1
    -> arg[ 15]: -XX:SurvivorRatio=2
    -> arg[ 16]: -XX:TargetSurvivorRatio=90
    -> arg[ 17]: -Djava.security.policy=./java.policy
    -> arg[ 18]: -Djava.security.egd=file:/dev/urandom
    -> arg[ 19]: -Dorg.omg.CORBA.ORBClass=com.sap.engine.system.ORBProxy
    -> arg[ 20]: -Dorg.omg.CORBA.ORBSingletonClass=com.sap.engine.system.ORBSingletonProxy
    -> arg[ 21]: -Djavax.rmi.CORBA.PortableRemoteObjectClass=com.sap.engine.system.PortableRemoteObjectProxy
    -> arg[ 22]: -Dsys.global.dir=E:\usr\sap\PID\SYS\global
    -> arg[ 23]: -Dapplication.home=E:\usr\sap\PID\DVEBMGS10\exe
    -> arg[ 24]: -Djava.class.path=E:\usr\sap\PID\DVEBMGS10\exe\jstartup.jar;E:\usr\sap\PID\DVEBMGS10\exe\jvmx.jar;.\bin\boot\boot.jar;.\bin\boot\jaas.jar;.\bin\system\bytecode.jar;.
    -> arg[ 25]: -Djava.library.path=D:\j2sdk1.4.2_17-x64\jre\bin\server;D:\j2sdk1.4.2_17-x64\jre\bin;D:\j2sdk1.4.2_17-x64\bin;E:\usr\sap\PID\DVEBMGS10\j2ee\os_libs;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;D:\j2sdk1.4.2_17-x64\bin;C:\Program Files\Microsoft SQL Server\90\Tools\binn\;C:\Program Files (x86)\Microsoft SQL Server\90\Tools\binn\;C:\Program Files (x86)\Microsoft SQL Server\90\DTS\Binn\;C:\Program Files (x86)\Microsoft SQL Server\90\Tools\Binn\VSShell\Common7\IDE\;C:\Program Files\Microsoft SQL Server\90\DTS\Binn\;E:\usr\sap\PID\SYS\exe\uc\NTAMD64
    -> arg[ 26]: -Dmemory.manager=2048M
    -> arg[ 27]: -Xmx2048M
    -> arg[ 28]: -Xms2048M
    -> arg[ 29]: -DLoadBalanceRestricted=no
    -> arg[ 30]: -Djstartup.mode=JCONTROL
    -> arg[ 31]: -Djstartup.ownProcessId=5668
    -> arg[ 32]: -Djstartup.ownHardwareId=J1559017989
    -> arg[ 33]: -Djstartup.whoami=server
    -> arg[ 34]: -Djstartup.debuggable=no
    -> arg[ 35]: -Xss2m
    -> arg[ 36]: -DSAPINFO=PID_10_server
    -> arg[ 37]: -DSAPSTART=1
    -> arg[ 38]: -DCONNECT_PORT=1247
    -> arg[ 39]: -DSAPSYSTEM=10
    -> arg[ 40]: -DSAPSYSTEMNAME=PID
    -> arg[ 41]: -DSAPMYNAME=DUSLEXPID01_PID_10
    -> arg[ 42]: -DSAPPROFILE=E:\usr\sap\PID\SYS\profile\PID_DVEBMGS10_DUSLEXPID01
    -> arg[ 43]: -DFRFC_FALLBACK=ON
    -> arg[ 44]: -DFRFC_FALLBACK_HOST=localhost
    -> arg[ 45]: -DSAPSTARTUP=1
    -> arg[ 46]: -DSAPSYSTEM=10
    -> arg[ 47]: -DSAPSYSTEMNAME=PID
    -> arg[ 48]: -DSAPMYNAME=DUSLEXPID01_PID_10
    -> arg[ 49]: -DSAPDBHOST=DUSLEXPID01
    -> arg[ 50]: -Dj2ee.dbhost=DUSLEXPID01
    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 3536] JHVM_LoadJavaVM: Java VM created OK.
    JHVM_BuildArgumentList: main method arguments of node [server0]
    [Thr 3556] Wed Nov 05 08:13:20 2008
    [Thr 3556] JHVM_RegisterNatives: registering methods in com.sap.bc.krn.perf.PerfTimes
    [Thr 3556] Wed Nov 05 08:13:21 2008
    [Thr 3556] JHVM_RegisterNatives: registering methods in com.sap.bc.proj.jstartup.JStartupFramework
    [Thr 3556] JLaunchISetClusterId: set cluster id 106859350
    [Thr 3556] JLaunchISetState: change state from [Initial (0)] to [Waiting for start (1)]
    [Thr 3556] JLaunchISetState: change state from [Waiting for start (1)] to [Starting (2)]
    Wed Nov 05 08:13:32 2008
    12.818: [GC 12.818: [DefNew: 174592K->13493K(261888K), 0.3011959 secs] 174592K->13493K(2009856K), 0.3016334 secs]
    Wed Nov 05 08:13:36 2008
    17.613: [GC 17.614: [DefNew
    Wed Nov 05 08:13:37 2008
    : 188085K->15910K(261888K), 0.3665850 secs] 188085K->15910K(2009856K), 0.3666646 secs]
    Wed Nov 05 08:13:44 2008
    25.621: [GC 25.621: [DefNew: 190502K->19406K(261888K), 0.0765912 secs] 190502K->19406K(2009856K), 0.0766663 secs]
    Wed Nov 05 08:13:55 2008
    35.983: [GC 35.983: [DefNew: 193998K->19906K(261888K), 0.0519434 secs] 193998K->19906K(2009856K), 0.0519957 secs]
    Wed Nov 05 08:14:00 2008
    41.061: [GC 41.061: [DefNew: 194498K->27970K(261888K), 0.1282647 secs] 194498K->27970K(2009856K), 0.1283732 secs]
    [Thr 3560] Wed Nov 05 08:14:01 2008
    [Thr 3560] JLaunchIExitJava: exit hook is called (rc = -11113)
    [Thr 3560] **********************************************************************
    ERROR => The Java VM terminated with a non-zero exit code.
    Please see SAP Note 943602 , section 'J2EE Engine exit codes'
    for additional information and trouble shooting.
    [Thr 3560] JLaunchCloseProgram: good bye (exitcode = -11113)
    trc file: "E:\usr\sap\PID\DVEBMGS10\work\dev_server0", trc level: 1, release: "700"
    node name   : ID106859350
    pid         : 4832
    system name : PID
    system nr.  : 10
    started at  : Wed Nov 05 08:14:04 2008
    arguments       :
           arg[00] : E:\usr\sap\PID\DVEBMGS10\exe\jlaunch.exe
           arg[01] : pf=E:\usr\sap\PID\SYS\profile\PID_DVEBMGS10_DUSLEXPID01
           arg[02] : -DSAPINFO=PID_10_server
           arg[03] : pf=E:\usr\sap\PID\SYS\profile\PID_DVEBMGS10_DUSLEXPID01
           arg[04] : -DSAPSTART=1
           arg[05] : -DCONNECT_PORT=1247
           arg[06] : -DSAPSYSTEM=10
           arg[07] : -DSAPSYSTEMNAME=PID
           arg[08] : -DSAPMYNAME=DUSLEXPID01_PID_10
           arg[09] : -DSAPPROFILE=E:\usr\sap\PID\SYS\profile\PID_DVEBMGS10_DUSLEXPID01
           arg[10] : -DFRFC_FALLBACK=ON
           arg[11] : -DFRFC_FALLBACK_HOST=localhost
    [Thr 4748] Wed Nov 05 08:14:04 2008
    [Thr 4748] *** WARNING => INFO: Unknown property [instance.box.number=PIDDVEBMGS10duslexpid01] [jstartxx.c   841]
    [Thr 4748] *** WARNING => INFO: Unknown property [instance.en.host=DUSLEXPID01] [jstartxx.c   841]
    [Thr 4748] *** WARNING => INFO: Unknown property [instance.en.port=3220] [jstartxx.c   841]
    [Thr 4748] *** WARNING => INFO: Unknown property [instance.system.id=10] [jstartxx.c   841]
    JStartupReadInstanceProperties: read instance properties [E:\usr\sap\PID\DVEBMGS10\j2ee\cluster\instance.properties]
    -> ms host    : DUSLEXPID01
    -> ms port    : 3920
    -> OS libs    : E:\usr\sap\PID\DVEBMGS10\j2ee\os_libs
    -> Admin URL  :
    -> run mode   : NORMAL
    -> run action : NONE
    -> enabled    : yes
    Used property files
    -> files [00] : E:\usr\sap\PID\DVEBMGS10\j2ee\cluster\instance.properties
    Instance properties
    -> ms host    : DUSLEXPID01
    -> ms port    : 3920
    -> os libs    : E:\usr\sap\PID\DVEBMGS10\j2ee\os_libs
    -> admin URL  :
    -> run mode   : NORMAL
    -> run action : NONE
    -> enabled    : yes
    Bootstrap nodes
    -> [00] bootstrap            : E:\usr\sap\PID\DVEBMGS10\j2ee\cluster\instance.properties
    -> [01] bootstrap_ID10685930 : E:\usr\sap\PID\DVEBMGS10\j2ee\cluster\instance.properties
    -> [02] bootstrap_ID10685935 : E:\usr\sap\PID\DVEBMGS10\j2ee\cluster\instance.properties
    Worker nodes
    -> [00] ID106859300          : E:\usr\sap\PID\DVEBMGS10\j2ee\cluster\instance.properties
    -> [01] ID106859350          : E:\usr\sap\PID\DVEBMGS10\j2ee\cluster\instance.properties
    [Thr 4748] JLaunchRequestQueueInit: create named pipe for ipc
    [Thr 4748] JLaunchRequestQueueInit: create pipe listener thread
    [Thr 5852] JLaunchRequestFunc: Thread 5852 started as listener thread for np messages.
    [Thr 5200] WaitSyncSemThread: Thread 5200 started as semaphore monitor thread.
    [Thr 4748] NiInit3: NI already initialized; param 'maxHandles' ignored (1;10002)
    [Thr 4748] CPIC (version=700.2006.09.13)
    [Thr 4748] [Node: server0] java home is set by profile parameter
         Java Home: D:\j2sdk1.4.2_17-x64
    [Thr 4748] JStartupICheckFrameworkPackage: can't find framework package E:\usr\sap\PID\DVEBMGS10\exe\jvmx.jar
    JStartupIReadSection: read node properties [ID106859350]
    -> node name          : server0
    -> node type          : server
    -> node execute       : yes
    -> jlaunch parameters :
    -> java path          : D:\j2sdk1.4.2_17-x64
    -> java parameters    : -Djco.jarm=1 -XX:MaxPermSize=512M      -XX:PermSize=512M -XX:NewSize=341M -XX:MaxNewSize=341M -XX:DisableExplicitGC -verbose:gc -XX:PrintGCDetails -XX:+PrintGCTimeStamps -Djava.awt.headless=true -Dsun.io.useCanonCaches=false -XX:SoftRefLRUPolicyMSPerMB=1 -XX:SurvivorRatio=2 -XX:TargetSurvivorRatio=90 -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
    -> java vm version    : 1.4.2_17-b06
    -> java vm vendor     : Java HotSpot(TM) 64-Bit Server VM (Sun Microsystems Inc.)
    -> java vm type       : server
    -> java vm cpu        : amd64
    -> heap size          : 2048M
    -> init heap size     : 2048M
    -> root path          : E:\usr\sap\PID\DVEBMGS10\j2ee\cluster\server0
    -> class path         : .\bin\boot\boot.jar;.\bin\boot\jaas.jar;.\bin\system\bytecode.jar;.
    -> OS libs path       : E:\usr\sap\PID\DVEBMGS10\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\PID\DVEBMGS10\exe\jstartup.jar;E:\usr\sap\PID\DVEBMGS10\exe\jvmx.jar
    -> shutdown class     : com.sap.engine.boot.Start
    -> parameters         :
    -> debuggable         : no
    -> debug mode         : no
    -> debug port         : 51021
    -> shutdown timeout   : 120000
    [Thr 4748] JLaunchISetDebugMode: set debug mode [no]
    [Thr 4076] JLaunchIStartFunc: Thread 4076 started as Java VM thread.
    [Thr 4076] [JHVM_PrepareVMOptions] use java parameters set by profile parameter
         Java Parameters: -Xss2m
    JHVM_LoadJavaVM: VM Arguments of node [server0]
    -> stack   : 1048576 Bytes
    -> arg[  0]: exit
    -> arg[  1]: abort
    -> arg[  2]: vfprintf
    -> arg[  3]: -Djco.jarm=1
    -> arg[  4]: -XX:MaxPermSize=512M     
    -> arg[  5]: -XX:PermSize=512M
    -> arg[  6]: -XX:NewSize=341M
    -> arg[  7]: -XX:MaxNewSize=341M
    -> arg[  8]: -XX:+DisableExplicitGC
    -> arg[  9]: -verbose:gc
    -> arg[ 10]: -XX:+PrintGCDetails
    -> arg[ 11]: -XX:+PrintGCTimeStamps
    -> arg[ 12]: -Djava.awt.headless=true
    -> arg[ 13]: -Dsun.io.useCanonCaches=false
    -> arg[ 14]: -XX:SoftRefLRUPolicyMSPerMB=1
    -> arg[ 15]: -XX:SurvivorRatio=2
    -> arg[ 16]: -XX:TargetSurvivorRatio=90
    -> arg[ 17]: -Djava.security.policy=./java.policy
    -> arg[ 18]: -Djava.security.egd=file:/dev/urandom
    -> arg[ 19]: -Dorg.omg.CORBA.ORBClass=com.sap.engine.system.ORBProxy
    -> arg[ 20]: -Dorg.omg.CORBA.ORBSingletonClass=com.sap.engine.system.ORBSingletonProxy
    -> arg[ 21]: -Djavax.rmi.CORBA.PortableRemoteObjectClass=com.sap.engine.system.PortableRemoteObjectProxy
    -> arg[ 22]: -Dsys.global.dir=E:\usr\sap\PID\SYS\global
    -> arg[ 23]: -Dapplication.home=E:\usr\sap\PID\DVEBMGS10\exe
    -> arg[ 24]: -Djava.class.path=E:\usr\sap\PID\DVEBMGS10\exe\jstartup.jar;E:\usr\sap\PID\DVEBMGS10\exe\jvmx.jar;.\bin\boot\boot.jar;.\bin\boot\jaas.jar;.\bin\system\bytecode.jar;.
    -> arg[ 25]: -Djava.library.path=D:\j2sdk1.4.2_17-x64\jre\bin\server;D:\j2sdk1.4.2_17-x64\jre\bin;D:\j2sdk1.4.2_17-x64\bin;E:\usr\sap\PID\DVEBMGS10\j2ee\os_libs;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;D:\j2sdk1.4.2_17-x64\bin;C:\Program Files\Microsoft SQL Server\90\Tools\binn\;C:\Program Files (x86)\Microsoft SQL Server\90\Tools\binn\;C:\Program Files (x86)\Microsoft SQL Server\90\DTS\Binn\;C:\Program Files (x86)\Microsoft SQL Server\90\Tools\Binn\VSShell\Common7\IDE\;C:\Program Files\Microsoft SQL Server\90\DTS\Binn\;E:\usr\sap\PID\SYS\exe\uc\NTAMD64
    -> arg[ 26]: -Dmemory.manager=2048M
    -> arg[ 27]: -Xmx2048M
    -> arg[ 28]: -Xms2048M
    -> arg[ 29]: -DLoadBalanceRestricted=no
    -> arg[ 30]: -Djstartup.mode=JCONTROL
    -> arg[ 31]: -Djstartup.ownProcessId=4832
    -> arg[ 32]: -Djstartup.ownHardwareId=J1559017989
    -> arg[ 33]: -Djstartup.whoami=server
    -> arg[ 34]: -Djstartup.debuggable=no
    -> arg[ 35]: -Xss2m
    -> arg[ 36]: -DSAPINFO=PID_10_server
    -> arg[ 37]: -DSAPSTART=1
    -> arg[ 38]: -DCONNECT_PORT=1247
    -> arg[ 39]: -DSAPSYSTEM=10
    -> arg[ 40]: -DSAPSYSTEMNAME=PID
    -> arg[ 41]: -DSAPMYNAME=DUSLEXPID01_PID_10
    -> arg[ 42]: -DSAPPROFILE=E:\usr\sap\PID\SYS\profile\PID_DVEBMGS10_DUSLEXPID01
    -> arg[ 43]: -DFRFC_FALLBACK=ON
    -> arg[ 44]: -DFRFC_FALLBACK_HOST=localhost
    -> arg[ 45]: -DSAPSTARTUP=1
    -> arg[ 46]: -DSAPSYSTEM=10
    -> arg[ 47]: -DSAPSYSTEMNAME=PID
    -> arg[ 48]: -DSAPMYNAME=DUSLEXPID01_PID_10
    -> arg[ 49]: -DSAPDBHOST=DUSLEXPID01
    -> arg[ 50]: -Dj2ee.dbhost=DUSLEXPID01
    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 4076] JHVM_LoadJavaVM: Java VM created OK.
    JHVM_BuildArgumentList: main method arguments of node [server0]
    [Thr 3496] Wed Nov 05 08:14:05 2008
    [Thr 3496] JHVM_RegisterNatives: registering methods in com.sap.bc.krn.perf.PerfTimes
    [Thr 3496] JHVM_RegisterNatives: registering methods in com.sap.bc.proj.jstartup.JStartupFramework
    [Thr 3496] JLaunchISetClusterId: set cluster id 106859350
    [Thr 3496] JLaunchISetState: change state from [Initial (0)] to [Waiting for start (1)]
    [Thr 3496] JLaunchISetState: change state from [Waiting for start (1)] to [Starting (2)]
    Wed Nov 05 08:14:10 2008
    6.041: [GC 6.041: [DefNew: 174592K->13335K(261888K), 0.1211930 secs] 174592K->13335K(2009856K), 0.1215843 secs]
    Wed Nov 05 08:14:14 2008
    9.883: [GC 9.883: [DefNew: 187927K->15890K(261888K), 0.0979547 secs] 187927K->15890K(2009856K), 0.0980789 secs]
    Wed Nov 05 08:14:21 2008
    17.430: [GC 17.430: [DefNew: 190482K->19358K(261888K), 0.0930447 secs] 190482K->19358K(2009856K), 0.0930765 secs]
    Wed Nov 05 08:14:32 2008
    27.978: [GC 27.978: [DefNew: 193950K->19860K(261888K), 0.0579395 secs] 193950K->19860K(2009856K), 0.0580111 secs]
    Wed Nov 05 08:14:37 2008
    33.029: [GC 33.029: [DefNew: 194452K->27786K(261888K), 0.1155328 secs] 194452K->27786K(2009856K), 0.1156287 secs]
    [Thr 2848] Wed Nov 05 08:14:38 2008
    [Thr 2848] JLaunchIExitJava: exit hook is called (rc = -11113)
    [Thr 2848] **********************************************************************
    ERROR => The Java VM terminated with a non-zero exit code.
    Please see SAP Note 943602 , section 'J2EE Engine exit codes'
    for additional information and trouble shooting.
    [Thr 2848] JLaunchCloseProgram: good bye (exitcode = -11113)
    trc file: "E:\usr\sap\PID\DVEBMGS10\work\dev_server0", trc level: 1, release: "700"
    node name   : ID106859350
    pid         : 4556
    system name : PID
    system nr.  : 10
    started at  : Wed Nov 05 08:14:39 2008
    arguments       :
           arg[00] : E:\usr\sap\PID\DVEBMGS10\exe\jlaunch.exe
           arg[01] : pf=E:\usr\sap\PID\SYS\profile\PID_DVEBMGS10_DUSLEXPID01
           arg[02] : -DSAPINFO=PID_10_server
           arg[03] : pf=E:\usr\sap\PID\SYS\profile\PID_DVEBMGS10_DUSLEXPID01
           arg[04] : -DSAPSTART=1
           arg[05] : -DCONNECT_PORT=1247
           arg[06] : -DSAPSYSTEM=10
           arg[07] : -DSAPSYSTEMNAME=PID
           arg[08] : -DSAPMYNAME=DUSLEXPID01_PID_10
           arg[09] : -DSAPPROFILE=E:\usr\sap\PID\SYS\profile\PID_DVEBMGS10_DUSLEXPID01
           arg[10] : -DFRFC_FALLBACK=ON
           arg[11] : -DFRFC_FALLBACK_HOST=localhost
    [Thr 4332] Wed Nov 05 08:14:39 2008
    [Thr 4332] *** WARNING => INFO: Unknown property [instance.box.number=PIDDVEBMGS10duslexpid01] [jstartxx.c   841]
    [Thr 4332] *** WARNING => INFO: Unknown property [instance.en.host=DUSLEXPID01] [jstartxx.c   841]
    [Thr 4332] *** WARNING => INFO: Unknown property [instance.en.port=3220] [jstartxx.c   841]
    [Thr 4332] *** WARNING => INFO: Unknown property [instance.system.id=10] [jstartxx.c   841]
    JStartupReadInstanceProperties: read instance properties [E:\usr\sap\PID\DVEBMGS10\j2ee\cluster\instance.properties]
    -> ms host    : DUSLEXPID01
    -> ms port    : 3920
    -> OS libs    : E:\usr\sap\PID\DVEBMGS10\j2ee\os_libs
    -> Admin URL  :
    -> run mode   : NORMAL
    -> run action : NONE
    -> enabled    : yes
    Used property files
    -> files [00] : E:\usr\sap\PID\DVEBMGS10\j2ee\cluster\instance.properties
    Instance properties
    -> ms host    : DUSLEXPID01
    -> ms port    : 3920
    -> os libs    : E:\usr\sap\PID\DVEBMGS10\j2ee\os_libs
    -> admin URL  :
    -> run mode   : NORMAL
    -> run action : NONE
    -> enabled    : yes
    Bootstrap nodes
    -> [00] bootstrap            : E:\usr\sap\PID\DVEBMGS10\j2ee\cluster\instance.properties
    -> [01] bootstrap_ID10685930 : E:\usr\sap\PID\DVEBMGS10\j2ee\cluster\instance.properties
    -> [02] bootstrap_ID10685935 : E:\usr\sap\PID\DVEBMGS10\j2ee\cluster\instance.properties
    Worker nodes
    -> [00] ID106859300          : E:\usr\sap\PID\DVEBMGS10\j2ee\cluster\instance.properties
    -> [01] ID106859350          : E:\usr\sap\PID\DVEBMGS10\j2ee\cluster\instance.properties
    [Thr 4332] JLaunchRequestQueueInit: create named pipe for ipc
    [Thr 4332] JLaunchRequestQueueInit: create pipe listener thread
    [Thr 1764] JLaunchRequestFunc: Thread 1764 started as listener thread for np messages.
    [Thr 2972] WaitSyncSemThread: Thread 2972 started as semaphore monitor thread.
    [Thr 4332] NiInit3: NI already initialized; param 'maxHandles' ignored (1;10002)
    [Thr 4332] CPIC (version=700.2006.09.13)
    [Thr 4332] [Node: server0] java home is set by profile parameter
         Java Home: D:\j2sdk1.4.2_17-x64
    [Thr 4332] JStartupICheckFrameworkPackage: can't find framework package E:\usr\sap\PID\DVEBMGS10\exe\jvmx.jar
    JStartupIReadSection: read node properties [ID106859350]
    -> node name          : server0
    -> node type          : server
    -> node execute       : yes
    -> jlaunch parameters :
    -> java path          : D:\j2sdk1.4.2_17-x64
    -> java parameters    : -Djco.jarm=1 -XX:MaxPermSize=512M      -XX:PermSize=512M -XX:NewSize=341M -XX:MaxNewSize=341M -XX:DisableExplicitGC -verbose:gc -XX:PrintGCDetails -XX:+PrintGCTimeStamps -Djava.awt.headless=true -Dsun.io.useCanonCaches=false -XX:SoftRefLRUPolicyMSPerMB=1 -XX:SurvivorRatio=2 -XX:TargetSurvivorRatio=90 -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
    -> java vm version    : 1.4.2_17-b06
    -> java vm vendor     : Java HotSpot(TM) 64-Bit Server VM (Sun Microsystems Inc.)
    -> java vm type       : server
    -> java vm cpu        : amd64
    -> heap size          : 2048M
    -> init heap size     : 2048M
    -> root path          : E:\usr\sap\PID\DVEBMGS10\j2ee\cluster\server0
    -> class path         : .\bin\boot\boot.jar;.\bin\boot\jaas.jar;.\bin\system\bytecode.jar;.
    -> OS libs path       : E:\usr\sap\PID\DVEBMGS10\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\PID\DVEBMGS10\exe\jstartup.jar;E:\usr\sap\PID\DVEBMGS10\exe\jvmx.jar
    -> shutdown class     : com.sap.engine.boot.Start
    -> parameters         :
    -> debuggable         : no
    -> debug mode         : no
    -> debug port         : 51021
    -> shutdown timeout   : 120000
    [Thr 4332] JLaunchISetDebugMode: set debug mode [no]
    [Thr 5364] JLaunchIStartFunc: Thread 5364 started as Java VM thread.
    [Thr 5364] [JHVM_PrepareVMOptions] use java parameters set by profile parameter
         Java Parameters: -Xss2m
    JHVM_LoadJavaVM: VM Arguments of node [server0]
    -> stack   : 1048576 Bytes
    -> arg[  0]: exit
    -> arg[  1]: abort
    -> arg[  2]: vfprintf
    -> arg[  3]: -Djco.jarm=1
    -> arg[  4]: -XX:MaxPermSize=512M     
    -> arg[  5]: -XX:PermSize=512M
    -> arg[  6]: -XX:NewSize=341M
    -> arg[  7]: -XX:MaxNewSize=341M
    -> arg[  8]: -XX:+DisableExplicitGC
    -> arg[  9]: -verbose:gc
    -> arg[ 10]: -XX:+PrintGCDetails
    -> arg[ 11]: -XX:+PrintGCTimeStamps
    -> arg[ 12]: -Djava.awt.headless=true
    -> arg[ 13]: -Dsun.io.useCanonCaches=false
    -> arg[ 14]: -XX:SoftRefLRUPolicyMSPerMB=1
    -> arg[ 15]: -XX:SurvivorRatio=2
    -> arg[ 16]: -XX:TargetSurvivorRatio=90
    -> arg[ 17]: -Djava.security.policy=./java.policy
    -> arg[ 18]: -Djava.security.egd=file:/dev/urandom
    -> arg[ 19]: -Dorg.omg.CORBA.ORBClass=com.sap.engine.system.ORBProxy
    -> arg[ 20]: -Dorg.omg.CORBA.ORBSingletonClass=com.sap.engine.system.ORBSingletonProxy
    -> arg[ 21]: -Djavax.rmi.CORBA.PortableRemoteObjectClass=com.sap.engine.system.PortableRemoteObjectProxy
    -> arg[ 22]: -Dsys.global.dir=E:\usr\sap\PID\SYS\global
    -> arg[ 23]: -Dapplication.home=E:\usr\sap\PID\DVEBMGS10\exe
    -> arg[ 24]: -Djava.class.path=E:\usr\sap\PID\DVEBMGS10\exe\jstartup.jar;E:\usr\sap\PID\DVEBMGS10\exe\jvmx.jar;.\bin\boot\boot.jar;.\bin\boot\jaas.jar;.\bin\system\bytecode.jar;.
    -> arg[ 25]: -Djava.library.path=D:\j2sdk1.4.2_17-x64\jre\bin\server;D:\j2sdk1.4.2_17-x64\jre\bin;D:\j2sdk1.4.2_17-x64\bin;E:\usr\sap\PID\DVEBMGS10\j2ee\os_libs;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;D:\j2sdk1.4.2_17-x64\bin;C:\Program Files\Microsoft SQL Server\90\Tools\binn\;C:\Program Files (x86)\Microsoft SQL Server\90\Tools\binn\;C:\Program Files (x86)\Microsoft SQL Server\90\DTS\Binn\;C:\Program Files (x86)\Microsoft SQL Server\90\Tools\Binn\VSShell\Common7\IDE\;C:\Program Files\Microsoft SQL Server\90\DTS\Binn\;E:\usr\sap\PID\SYS\exe\uc\NTAMD64
    -> arg[ 26]: -Dmemory.manager=2048M
    -> arg[ 27]: -Xmx2048M
    -> arg[ 28]: -Xms2048M
    -> arg[ 29]: -DLoadBalanceRestricted=no
    -> arg[ 30]: -Djstartup.mode=JCONTROL
    -> arg[ 31]: -Djstartup.ownProcessId=4556
    -> arg[ 32]: -Djstartup.ownHardwareId=J1559017989
    -> arg[ 33]: -Djstartup.whoami=server
    -> arg[ 34]: -Djstartup.debuggable=no
    -> arg[ 35]: -Xss2m
    -> arg[ 36]: -DSAPINFO=PID_10_server
    -> arg[ 37]: -DSAPSTART=1
    -> arg[ 38]: -DCONNECT_PORT=1247
    -> arg[ 39]: -DSAPSYSTEM=10
    -> arg[ 40]: -DSAPSYSTEMNAME=PID
    -> arg[ 41]: -DSAPMYNAME=DUSLEXPID01_PID_10
    -> arg[ 42]: -DSAPPROFILE=E:\usr\sap\PID\SYS\profile\PID_DVEBMGS10_DUSLEXPID01
    -> arg[ 43]: -DFRFC_FALLBACK=ON
    -> arg[ 44]: -DFRFC_FALLBACK_HOST=localhost
    -> arg[ 45]: -DSAPSTARTUP=1
    -> arg[ 46]: -DSAPSYSTEM=10
    -> arg[ 47]: -DSAPSYSTEMNAME=PID
    -> arg[ 48]: -DSAPMYNAME=DUSLEXPID01_PID_10
    -> arg[ 49]: -DSAPDBHOST=DUSLEXPID01
    -> arg[ 50]: -Dj2ee.dbhost=DUSLEXPID01
    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 5364] JHVM_LoadJavaVM: Java VM created OK.
    JHVM_BuildArgumentList: main method arguments of node [server0]
    [Thr 2276] Wed Nov 05 08:14:40 2008
    [Thr 2276] JHVM_RegisterNatives: registering methods in com.sap.bc.krn.perf.PerfTimes
    [Thr 2276] JHVM_RegisterNatives: registering methods in com.sap.bc.proj.jstartup.JStartupFramework
    [Thr 2276] JLaunchISetClusterId: set cluster id 106859350
    [Thr 2276] JLaunchISetState: change state from [Initial (0)] to [Waiting for start (1)]
    [Thr 2276] JLaunchISetState: change state from [Waiting for start (1)] to [Starting (2)]
    Wed Nov 05 08:14:45 2008
    6.149: [GC 6.149: [DefNew: 174592K->12572K(261888K), 0.1167197 secs] 174592K->12572K(2009856K), 0.1173636 secs]
    Wed Nov 05 08:14:50 2008
    11.033: [GC 11.033: [DefNew: 187164K->16026K(261888K), 0.3094818 secs] 187164K->16026K(2009856K), 0.3096690 secs]
    Wed Nov 05 08:14:54 2008
    15.113: [GC 15.113: [DefNew: 190618K->20238K(261888K), 0.0939458 secs] 190618K->20238K(2009856K), 0.0941899 secs]
    Wed Nov 05 08:15:03 2008
    23.451: [GC 23.451: [DefNew: 194830K->20577K(261888K), 0.0593913 secs] 194830K->20577K(2009856K), 0.0595215 secs]
    Wed Nov 05 08:15:10 2008
    30.771: [GC 30.772: [DefNew: 195169K->23221K(261888K), 0.0654910 secs] 195169K->23221K(2009856K), 0.0655797 secs]
    Wed Nov 05 08:15:14 2008
    35.442: [GC 35.442: [DefNew
    Wed Nov 05 08:15:15 2008
    : 197813K->28542K(261888K), 0.1275143 secs] 197813K->28542K(2009856K), 0.1276902 secs]
    [Thr 3952] Wed Nov 05 08:15:16 2008
    [Thr 3952] JLaunchIExitJava: exit hook is called (rc = -11113)
    [Thr 3952] **********************************************************************
    ERROR => The Java VM terminated with a non-zero exit code.
    Please see SAP Note 943602 , section 'J2EE Engine exit codes'
    for additional information and trouble shooting.
    [Thr 3952] JLaunchCloseProgram: good bye (exitcode = -11113)
    trc file: "E:\usr\sap\PID\DVEBMGS10\work\dev_server0", trc level: 1, release: "700"
    node name   : ID106859350
    pid         : 6068
    system name : PID
    system nr.  : 10
    started at  : Wed Nov 05 08:15:19 2008
    arguments       :
           arg[00] : E:\usr\sap\PID\DVEBMGS10\exe\jlaunch.exe
           arg[01] : pf=E:\usr\sap\PID\SYS\profile\PID_DVEBMGS10_DUSLEXPID01
           arg[02] : -DSAPINFO=PID_10_server
           arg[03] : pf=E:\usr\sap\PID\SYS\profile\PID_DVEBMGS10_DUSLEXPID01
           arg[04] : -DSAPSTART=1
           arg[05] : -DCONNECT_PORT=1247
           arg[06] : -DSAPSYSTEM=10
           arg[07] : -DSAPSYSTEMNAME=PID
           arg[08] : -DSAPMYNAME=DUSLEXPID01_PID_10
           arg[09] : -DSAPPROFILE=E:\usr\sap\PID\SYS\profile\PID_DVEBMGS10_DUSLEXPID01
           arg[10] : -DFRFC_FALLBACK=ON
           arg[11] : -DFRFC_FALLBACK_HOST=localhost
    [Thr 4752] Wed Nov 05 08:15:19 2008
    [Thr 4752] *** WARNING => INFO: Unknown property [instance.box.number=PIDDVEBMGS10duslexpid01] [jstartxx.c   841]
    [Thr 4752] *** WARNING => INFO: Unknown property [instance.en.host=DUSLEXPID01] [jstartxx.c   841]
    [Thr 4752] *** WARNING => INFO: Unknown property [instance.en.port=3220] [jstartxx.c   841]
    [Thr 4752] *** WARNING => INFO: Unknown property [instance.system.id=10] [jstartxx.c   841]
    JStartupReadInstanceProperties: read instance properties [E:\usr\sap\PID\DVEBMGS10\j2ee\cluster\instance.properties]
    -> ms host    : DUSLEXPID01
    -> ms port    : 3920
    -> OS libs    : E:\usr\sap\PID\DVEBMGS10\j2ee\os_libs
    -> Admin URL  :
    -> run mode   : NORMAL
    -> run action : NONE
    -> enabled    : yes
    Used property files
    -> files [00] : E:\usr\sap\PID\DVEBMGS10\j2ee\cluster\instance.properties
    Instance properties
    -> ms host    : DUSLEXPID01
    -> ms port    : 3920
    -> os libs    : E:\usr\sap\PID\DVEBMGS10\j2ee\os_libs
    -> admin URL  :
    -> run mode   : NORMAL
    -> run action : NONE
    -> enabled    : yes
    Bootstrap nodes
    -> [00] bootstrap            : E:\usr\sap\PID\DVEBMGS10\j2ee\cluster\instance.properties
    -> [01] bootstrap_ID10685930 : E:\usr\sap\PID\DVEBMGS10\j2ee\cluster\instance.properties
    -> [02] bootstrap_ID10685935 : E:\usr\sap\PID\DVEBMGS10\j2ee\cluster\instance.properties
    Worker nodes
    -> [00] ID106859300          : E:\usr\sap\PID\DVEBMGS10\j2ee\cluster\instance.properties
    -> [01] ID106859350          : E:\usr\sap\PID\DVEBMGS10\j2ee\cluster\instance.properties
    [Thr 4752] JLaunchRequestQueueInit: create named pipe for ipc
    [Thr 4752] JLaunchRequestQueueInit: create pipe listener thread
    [Thr 4252] JLaunchRequestFunc: Thread 4252 started as listener thread for np messages.
    [Thr 4512] WaitSyncSemThread: Thread 4512 started as semaphore monitor thread.
    [Thr 4752] NiInit3: NI already initialized; param 'maxHandles' ignored (1;10002)
    [Thr 4752] CPIC (version=700.2006.09.13)
    [Thr 4752] [Node: server0] java home is set by profile parameter
         Java Home: D:\j2sdk1.4.2_17-x64
    [Thr 4752] JStartupICheckFrameworkPackage: can't find framework package E:\usr\sap\PID\DVEBMGS10\exe\jvmx.jar
    JStartupIReadSection: read node properties [ID106859350]
    -> node name          : server0
    -> node type          : server
    -> node execute       : yes
    -> jlaunch parameters :
    -> java path          : D:\j2sdk1.4.2_17-x64
    -> java parameters    : -Djco.jarm=1 -XX:MaxPermSize=512M      -XX:PermSize=512M -XX:NewSize=341M -XX:MaxNewSize=341M -XX:DisableExplicitGC -verbose:gc -XX:PrintGCDetails -XX:+PrintGCTimeStamps -Djava.awt.headless=true -Dsun.io.useCanonCaches=false -XX:SoftRefLRUPolicyMSPerMB=1 -XX:SurvivorRatio=2 -XX:TargetSurvivorRatio=90 -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
    -> java vm version    : 1.4.2_17-b06
    -> java vm vendor     : Java HotSpot(TM) 64-Bit Server VM (Sun Microsystems Inc.)
    -> java vm type       : server
    -> java vm cpu        : amd64
    -> heap size          : 2048M
    -> init heap size     : 2048M
    -> root path          : E:\usr\sap\PID\DVEBMGS10\j2ee\cluster\server0
    -> class path         : .\bin\boot\boot.jar;.\bin\boot\jaas.jar;.\bin\system\bytecode.jar;.
    -> OS libs path       : E:\usr\sap\PID\DVEBMGS10\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\PID\DVEBMGS10\exe\jstartup.jar;E:\usr\sap\PID\DVEBMGS10\exe\jvmx.jar
    -> shutdown class     : com.sap.engine.boot.Start
    -> parameters         :
    -> debuggable         : no
    -> debug mode         : no
    -> debug port         : 51021
    -> shutdown timeout   : 120000
    [Thr 4752] JLaunchISetDebugMode: set debug mode [no]
    [Thr 3816] JLaunchIStartFunc: Thread 3816 started as Java VM thread.
    [Thr 3816] [JHVM_PrepareVMOptions] use java parameters set by profile parameter
         Java Parameters: -Xss2m
    JHVM_LoadJavaVM: VM Arguments of node [server0]
    -> stack   : 1048576 Bytes
    -> arg[  0]: exit
    -> arg[  1]: abort
    -> arg[  2]: vfprintf
    -> arg[  3]: -Djco.jarm=1
    -> arg[  4]: -XX:MaxPermSize=512M     
    -> arg[  5]: -XX:PermSize=512M
    -> arg[  6]: -XX:NewSize=341M
    -> arg[  7]: -XX:MaxNewSize=341M
    -> arg[  8]: -XX:+DisableExplicitGC
    -> arg[  9]: -verbose:gc
    -> arg[ 10]: -XX:+PrintGCDetails
    -> arg[ 11]: -XX:+PrintGCTimeStamps
    -> arg[ 12]: -Djava.awt.headless=true
    -> arg[ 13]: -Dsun.io.useCanonCaches=false
    -> arg[ 14]: -XX:SoftRefLRUPolicyMSPerMB=1
    -> arg[ 15]: -XX:SurvivorRatio=2
    -> arg[ 16]: -XX:TargetSurvivorRatio=90
    -> arg[ 17]: -Djava.security.policy=./java.policy
    -> arg[ 18]: -Djava.security.egd=file:/dev/urandom
    -> arg[ 19]: -Dorg.omg.CORBA.ORBClass=com.sap.engine.system.ORBProxy
    -> arg[ 20]: -Dorg.omg.CORBA.ORBSingletonClass=com.sap.engine.system.ORBSingletonProxy
    -> arg[ 21]: -Djavax.rmi.CORBA.PortableRemoteObjectClass=com.sap.engine.system.PortableRemoteObjectProxy
    -> arg[ 22]: -Dsys.global.dir=E:\usr\sap\PID\SYS\global
    -> arg[ 23]: -Dapplication.home=E:\usr\sap\PID\DVEBMGS10\exe
    -> arg[ 24]: -Djava.class.path=E:\usr\sap\PID\DVEBMGS10\exe\jstartup.jar;E:\usr\sap\PID\DVEBMGS10\exe\jvmx.jar;.\bin\boot\boot.jar;.\bin\boot\jaas.jar;.\bin\system\bytecode.jar;.
    -> arg[ 25]: -Djava.library.path=D:\j2sdk1.4.2_17-x64\jre\bin\server;D:\j2sdk1.4.2_17-x64\jre\bin;D:\j2sdk1.4.2_17-x64\bin;E:\usr\sap\PID\DVEBMGS10\j2ee\os_libs;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;D:\j2sdk1.4.2_17-x64\bin;C:\Program Files\Microsoft SQL Server\90\Tools\binn\;C:\Program Files (x86)\Microsoft SQL Server\90\Tools\binn\;C:\Program Files (x86)\Microsoft SQL Server\90\DTS\Binn\;C:\Program Files (x86)\Microsoft SQL Server\90\Tools\Binn\VSShell\Common7\IDE\;C:\Program Files\Microsoft SQL Server\90\DTS\Binn\;E:\usr\sap\PID\SYS\exe\uc\NTAMD64
    -> arg[ 26]: -Dmemory.manager=2048M
    -> arg[ 27]: -Xmx2048M
    -> arg[ 28]: -Xms2048M
    -> arg[ 29]: -DLoadBalanceRestricted=no
    -> arg[ 30]: -Djstartup.mode=JCONTROL
    -> arg[ 31]: -Djstartup.ownProcessId=6068
    -> arg[ 32]: -Djstartup.ownHardwareId=J1559017989
    -> arg[ 33]: -Djstartup.whoami=server
    -> arg[ 34]: -Djstartup.debuggable=no
    -> arg[ 35]: -Xss2m
    -> arg[ 36]: -DSAPINFO=PID_10_server
    -> arg[ 37]: -DSAPSTART=1
    -> arg[ 38]: -DCONNECT_PORT=1247
    -> arg[ 39]: -DSAPSYSTEM=10
    -> arg[ 40]: -DSAPSYSTEMNAME=PID
    -> arg[ 41]: -DSAPMYNAME=DUSLEXPID01_PID_10
    -> arg[ 42]: -DSAPPROFILE=E:\usr\sap\PID\SYS\profile\PID_DVEBMGS10_DUSLEXPID01
    -> arg[ 43]: -DFRFC_FALLBACK=ON
    -> arg[ 44]: -DFRFC_FALLBACK_HOST=localhost
    -> arg[ 45]: -DSAPSTARTUP=1
    -> arg[ 46]: -DSAPSYSTEM=10
    -> arg[ 47]: -DSAPSYSTEMNAME=PID
    -> arg[ 48]: -DSAPMYNAME=DUSLEXPID01_PID_10
    -> arg[ 49]: -DSAPDBHOST=DUSLEXPID01
    -> arg[ 50]: -Dj2ee.dbhost=DUSLEXPID01
    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 3816] JHVM_LoadJavaVM: Java VM created OK.
    JHVM_BuildArgumentList: main method arguments of node [server0]
    [Thr 1372] Wed Nov 05 08:15:20 2008
    [Thr 1372] JHVM_RegisterNatives: registering methods in com.sap.bc.krn.perf.PerfTimes
    [Thr 1372] Wed Nov 05 08:15:21 2008
    [Thr 1372] JHVM_RegisterNatives: registering methods in com.sap.bc.proj.jstartup.JStartupFramework
    [Thr 1372] JLaunchISetClusterId: set cluster id 106859350
    [Thr 1372] JLaunchISetState: change state from [Initial (0)] to [Waiting for start (1)]
    [Thr 1372] JLaunchISetState: change state from [Waiting for start (1)] to [Starting (2)]
    Wed Nov 05 08:15:26 2008
    6.529: [GC 6.529: [DefNew: 174592K->13437K(261888K), 0.1218582 secs] 174592K->13437K(2009856K), 0.1223161 secs]
    Wed Nov 05 08:15:30 2008
    10.941: [GC 10.942: [DefNew
    Wed Nov 05 08:15:31 2008
    : 188029K->15892K(261888K), 0.3255441 secs] 188029K->15892K(2009856K), 0.3256218 secs]
    Wed Nov 05 08:15:38 2008
    18.455: [GC 18.455: [DefNew: 190484K->19362K(261888K), 0.0835074 secs] 190484K->19362K(2009856K), 0.0836031 secs]
    Wed Nov 05 08:15:48 2008
    28.946: [GC 28.946: [DefNew: 193954K->19874K(261888K), 0.0533974 secs] 193954K->19874K(2009856K), 0.0534885 secs]
    Wed Nov 05 08:15:53 2008
    34.034: [GC 34.035: [DefNew: 194466K->27947K(261888K), 0.1244274 secs] 194466K->27947K(2009856K), 0.1247078 secs]
    [Thr 3852] Wed Nov 05 08:15:54 2008
    [Thr 3852] JLaunchIExitJava: exit hook is called (rc = -11113)
    [Thr 3852] **********************************************************************
    ERROR => The Java VM terminated with a non-zero exit code.
    Please see SAP Note 943602 , section 'J2EE Engine exit codes'
    for additional information and trouble shooting.
    [Thr 3852] JLaunchCloseProgram: good bye (exitcode = -11113)
    Regards,
    Sankar

  • "execute" button on configtool's java parameters

    On the panel for java parameters for dispatcher and server,
    there is a check box on top labeld  "execute".
    What is the difference with or without it being checked?
    Thanks!

    Hi Lee,
        Check these files, it may give you some help:
    <a href="https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/ff06a590-0201-0010-52a1-f3caa35f5fcf">https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/ff06a590-0201-0010-52a1-f3caa35f5fcf</a>
    <a href="https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/3729c790-0201-0010-d5b2-9fd94ad68017">https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/3729c790-0201-0010-d5b2-9fd94ad68017</a>
    Regards,
    Subhasha Ranjan

  • How to Install and Configure Java and Tomcat

    Hi Everybody,
    I am using the following versions of java and tomcat:
    JAVA: j2sdk-1_4_2_13
    Tomcat: jakarta-tomcat-5.0.5
    I tried to configure several times both but everytime the result is the same. I am setting the following variables:
    PATH: .;D:\j2sdk1.4.2_13\bin;D:\Tomcat 5.0\bin
    CLASSPATH: .;D:\j2sdk1.4.2_13\lib;D:\Tomcat 5.0\common\lib\servlet-api.jar
    JAVA_HOME: D:\j2sdk1.4.2_13
    Please correct what mistake i am doing again and again. I appreciate your effort.
    Thanks in advance.
    Himanshu

    Fine sir, I will tell evrything in detail what steps i am following during installation and configuring java and Tomcat.
    1) I am using the following versions(exe) of java and tomcat:
    JAVA: j2sdk-1_4_2_13-windows-i586-p
    Tomcat: jakarta-tomcat-5.0.5
    2) Then, i follow exactly the same variable names and values to configure java as mentioned below to make java work under User variables header:
    PATH: .;D:\j2sdk1.4.2_13\bin
    CLASSPATH: .;D:\j2sdk1.4.2_13\lib
    JAVA_HOME: D:\j2sdk1.4.2_13
    Above steps i follow only for installing java. And it also not working properly. If i run my .java file from the destination of the file then it will be execulted but if i try to execute from any other location then it doesn't, it shows the following message in the DOS prompt:
    error: cannot read: Hello.java
    1 error
    Now, please correct what mistake i am doing.
    Thanks
    Himanshu

  • Configuring java

    Please, can sombody guide me through installing and configuring java so that I can run it from DOS command line? I will appreciate it. I took java four about five years ago and I'm surprise how muh I have forgotten. Thanks in advance
    John

    Hi,
    This is what I did:
    Download latest jdk (mine is 1.5.0_06) with jre as well. I make the assumption here that you are Windows user. It should by default be stored on C:\Program Files\Java.
    Next go to Control Panel-->System-->Advanced-->Environment Variables. In the bottom half of the screen there should be a value called "Path". Double-click on that and add the path to the jdk\bin directory (probably C:\Program Files\Java\jdk1.5.0_06\bin). Remember to add a semi-colon to the end of the path you're adding the new path to. Click Apply and you should be away.
    Open up a DOS window and type javac. If it's not recognised then there has been an error somewhere.
    HTH,
    Chris

  • Configure Kernel Parameters on Solaris10 for oracle10g

    Hi all:
    Before install oracle,we need configure Kernel Parameters in /etc/systme,such as shmsys:shminfo_shmmax,but accroding solaris document:Solaris Tunable Parameters Reference Manual,they have removed some parameters used by oracle,such as semsys:seminfo_semvmx.I'm confused by that manual,if i still change this params,the ORA-03113 error will appear when i create database.Can anyone help me about this?Thank you for Your attations!

    Hi,
    Try out this thread
    Re: Installing OCS 10g R1 on Solaris 10
    Bye

  • Regarding configuration of "Parameters for determining the basic dates"

    Hi All,
    Can anyone give inputs in which scenario we need to use the configuration "Parameters for determining the basic dates".
    1)Do we have any restrictions for usage of above IMG configuration, 2) any pre-requisites to use the configuration of "Parameters for determining the basic dates" and 3)does configuration of this task is having any integration with any other modules, if yes what is the point of integration with other modules.
    Thanks in advance.

    Dear Aditya,
    Parameters for determining the basic dates in production order are used to calculate the Basic Start date & End date of Production order. It Determines if and how the basic dates or the dependent requirements dates are adjusted during lead time scheduling. You can customize this in OPU3 for planned order & OPU5 for Production Order.
    There are the following possibilities:
    1.The basic dates are adjusted and the dependent requirements are scheduled for the start dates of the relevant operations.
    2.The basic dates are not adjusted and the dependent requirements are scheduled for the start dates of the relevant operations.
    3.The basic dates are adjusted and the dependent requirements are scheduled for the order basic start date.
    4.The basic dates are not adjusted and the dependent requirements are scheduled for the order basic start date.
    1)Do we have any restrictions for usage of above IMG configuration
    For scheduling this has to be. If you want that start date should be calculated based on Inhouse production time & not on routing select opetion 2 or 4
    2) any pre-requisites to use the configuration of "Parameters for determining the basic dates"
    Not as such
    3)does configuration of this task is having any integration with any other modules
    Not directly but with MM to determine dependent requirement Proposal.
    Regards
    ABhijit Gautam.

  • Small bug: Database configuration - Initialization parameters

    Hi!
    SQLDeveloper version: 3.2.20.09
    View -> DBA -> Database configuration -> Initialization Parameters -> right click "Open" -> editor with "Parameter" and "Value" (inter alia) columns appears
    Changing value for parameter "optimizer_features_enable" isn't working:
    Example:
    Parameter: optimizer_features_enable
    Changing value from 11.2.0.1 to 9.2.0 -> commiting changes -> ORA-02017 error appears ("integer value required")
    In "Messages - Log" window appears the following statement: ALTER SYSTEM SET optimizer_features_enable=9.2.0 COMMENT='' SCOPE=MEMORY
    I think rather it should be: ALTER SYSTEM SET optimizer_features_enable='9.2.0' COMMENT='' SCOPE=MEMORY
    It looks like a small bug.

    Hi dz_r,
    One workaround for this case is, when editing the data in the grid cell, to enclose the Oracle version in single quotes. After committing to apply the update (which works), the grid refresh strips away the single quotes, leaving the desired value displayed in the cell.
    So this is, as you say, a small bug. Note that not all parameters of type String require single quotes, e. g., cursor_sharing=exact. Probably any String beginning with a numeric digit should be enclosed in quotes automatically.
    I logged the following bug:
    Bug 16733790 - UPDATING INITIALIZATION PARAMETER OF TYPE STRING FAILS IF BEGINS WITH A NUMERIC
    Thanks for reporting this,
    Gary
    SQL Developer Team

Maybe you are looking for