Jdk vs. jrockit in WebLogic

We know that jdk is used in development whereas jrockit is used in production. My question is, if any change is made in development then how to make sure it would work in production?
Thanks in advance

Hi,
Please refer to : <font color=maroon> http://weblogic-wonders.com/weblogic/2010/09/03/why-and-how-oracle-jrockit/</font>
Your statement is not correct.
<b><font color=maroon>Questrion:1): We know that jdk is used in development whereas jrockit is used in production. </font></b>
Above Statement is Not correct, Because
*1).* JRockit itself is a JDK.
*2).* Many JDKs are available in the Market which can be used anywhere like Production/Development Envs Like -- Oracle Sun JDK, Oracle JRockit JDK, IBM JDK...etc.
*3).* It is true that JRockit is specially designed for Production Environments ...because it has a Best Enhanced Garbage Collection Strategies, It have a JRMC tool inbuilt to Monitor the JVM Activities in the Runtime with very less Burden on the Server/JVM.
There are some More Reasons ...Why JRockit is More Recommended for Production Environments
- It Has More diagnostic tools than other JDKs such as JRA
- Management console with no overhead on performance (JRMC)...which is available inside <JROCKIT_HOME>\bin directory.
- Better performance on Intel architectures than other JVMs
- Higher memory usage for better performance
<b><font color=maroon>Questrion:2): If any Changes made in Development Mode</font></b> ....then U might have tested it properly in the Development Mode ...If everything Looks good then only we move to the Production with those Changes. That's what all the Admins and Companies do. They implement some features in Development Env then Test it ...If the Test Succeeds all the perspectives ....then only we Move that Environment to the production.
Thanks
Jay SenSharma
http://weblogic-wonders.com/weblogic (WebLogic Wonders Are here)

Similar Messages

  • Need steps for JDK to JRockit

    Hi All,
        Currently we are using JDK1.7.0.21 for weblogic 10.3.6 , SOA 11.1.1.6 and AIA in  Production(Linux64bit). new i want  migrat to Oracle JRockitJDK.can any body sent some steps for that and some documents plz..
    Thank you,
    Ram.

    There is a small example here: Middleware Snippets: WebLogic, Coherence and the G1 Collector
    Note that this goes the other way around, from JRockit to Oracle JDK. In your case you can set the JAVA_VENDOR to Oracle (instead of Sun) and enter the BEA_JAVA_HOME value.
    There is something like the following in the setDomainEnv file (located in the ${DOMAIN_HOME}/bin directory):
    WL_HOME="/home/weblogic/weblogic12.1.1/installation/wlserver_12.1"
    export WL_HOME
    BEA_JAVA_HOME="/home/weblogic/jrockit-jdk1.6.0_29-R28.2.2-4.1.0"
    export BEA_JAVA_HOME
    SUN_JAVA_HOME="/home/weblogic/jdk1.7.0_11"
    export SUN_JAVA_HOME
    JAVA_VENDOR="Sun"
    export JAVA_VENDOR
    if [ "${JAVA_VENDOR}" = "Oracle" ] ; then
      JAVA_HOME="${BEA_JAVA_HOME}"
      export JAVA_HOME
    else
      if [ "${JAVA_VENDOR}" = "Sun" ] ; then
      JAVA_HOME="${SUN_JAVA_HOME}"
      export JAVA_HOME
      else
      JAVA_VENDOR="Oracle"
      export JAVA_VENDOR
      JAVA_HOME="/home/weblogic/jrockit-jdk1.6.0_29-R28.2.2-4.1.0"
      export JAVA_HOME
      fi
    fi
    By changing the JAVA_VENDOR to the right one, you can see the in the 'if' statement JAVA_HOME is set by using either SUN_JAVA_HOME or BEA_JAVA_HOME
    The nodemanager.properties also has properties where JAVA_HOME is set (javaHome and JavaHome).

  • How do I use jdk 1.4 with weblogic 6.1?

    Want to use jdk 1.4 features(logging and regular expression) in a weblogic
              application I am developing. How do I get weblogic 6.1 to run with jdk1.4
              

              This is off topic but see the url below on edocs.
              You will need to make sure that your classpath points to the 1.4 jdk. Changing
              your $JAVA_HOME in the startup script is pretty much it.
              When developing your application, make sure your classpath is set properly .For
              example in the setExamplesSever.sh script you point to the 1.4 jdk.
              FYI This is not yet a supported platform.
              -frank
              http://e-docs.bea.com/wls/docs61/faq/java.html#251151
              "alt.cybercafes" <[email protected]> wrote:
              >Want to use jdk 1.4 features(logging and regular expression) in a weblogic
              >application I am developing. How do I get weblogic 6.1 to run with jdk1.4
              >
              >
              >
              

  • Support for JRockit for WebLogic 10.3 in Solaris x86

    Hi All,
    I am trying to install JRockit Mission Control 3.1.2 in a Solaris 10 x86 platform.
    For Solaris Spark I know there is a special distribution.. For Solaris 10 x86 I am trying to install the generic linux version.
    When I try to install the jrmc-3.1.2-1.6.0-linux-ia32.bin I get the following error:
    jrmc-3.1.2-1.6.0: Cannot find /lib/ld-linux.so.2
    I also try with 64bit edition of the jrockit mission Control but I get a similar error but trying to find the /lib64/ld-linux.so.2.
    Is Solaris 10 x86 supported? Or at least, is there a workaround to install it?
    I find some site talking about JRockit for Solaris Spark, but seems to me that Solaris x86 is not supported...
    Thanks in advance
    Pablo

    Hi,
    The DTD used in "web.xml" should not cause any issue ...though it's the OLD "web.xml"...Please try to run the Following command to Generate the New Deployment Descriptors from the Existing Application:
    Step1). Open a Command Window and Run "setWLSEnv.sh" or "setWLSEnv.cmd".
    Step2). In the Command Prompt move to the Current Directory where you have placed your Application and then Run the Following Command
    java weblogic.DDConverter  -d NewDDs  jamagent.war
    Here Above Command Will read the "jamagent.war" War archive and then It will generate the New DDs in "NewDDs" directory...Which we need to replace with the OLD DDs present in our WebApplication..
    Thanks
    Jay SenSharma
    http://jaysensharma.wordpress.com (WebLogic Wonders Are Here)

  • Immediate JRockit Dump WebLogic 8.1

     

    I would suggest you grab the 8.1sp3 version of JRockit available at:
    http://commerce.bea.com/showproduct.jsp?family=WLJR&major=JR142SDK&minor=0
    Regards,
    /Staffan
    sree bodapati wrote:
    you should post this to jrockit.developer.interest.general.
    I am cc'ing that group here for you.
    "Jeremy Whitlock" <[email protected]> wrote in message
    news:40e329a0$1@mktnews1...
    I am trying to launch WebLogic 8.1 inside of Eclipse via the WebLogicplugin.
    With WebLogic 7.0 and JRockit 7.0 SP4, it worked like a charm but now I amusing
    WebLogic 8.l and JRockit 8.1 SP2 and I get an immediate JRockit Dump whenstarted
    WebLogic inside of Eclipse. Here is the dump:
    <Jun 30, 2004 2:01:19 PM MDT> <Info> <WebLogicServer> <BEA-000377><Starting WebLogic
    Server with BEA WebLogic JRockit(R) Virtual Machine Version8.1sp2-1.4.1_05-Load10-viking-win32-sthqa29-20031105-1554
    from BEA Systems, Inc.>
    <Jun 30, 2004 2:01:21 PM MDT> <Info> <Configuration Management><BEA-150016> <This
    server is being started as the administration server.>
    <Jun 30, 2004 2:01:21 PM MDT> <Info> <Management> <BEA-141107> <Version:WebLogic
    XMLX Module 8.1 SP2 Fri Dec 5 15:01:51 PST 2003 316284
    WebLogic Server 8.1 SP2 Fri Dec 5 15:01:51 PST 2003 316284 >
    <Jun 30, 2004 2:01:22 PM MDT> <Notice> <Management> <BEA-140005> <Loadingdomain
    configuration from configuration repository atC:\bea\firms\wlsutestdev411\.\config.xml.>
    <Jun 30, 2004 2:01:29 PM MDT> <Notice> <Log Management> <BEA-170019> <Theserver
    log file C:\bea\firms\wlsutestdev411\logs\UTEST\UTEST.log is opened. Allserver
    side log events will be written to this file.>
    <Jun 30, 2004 2:01:34 PM MDT> <Notice> <Security> <BEA-090082> <Securityinitializing
    using security realm CompatibilityRealm.>
    <Jun 30, 2004 2:01:35 PM MDT> <Notice> <WebLogicServer> <BEA-000327><Starting
    WebLogic Admin Server "UTEST" for domain "wlsutestdev411">
    ********* POSSE LogListener Starting *********
    The Bulk Reporting Queue Cleaner has started
    Cleanup Interval: 3600000
    Time To Live: 604800000
    ********* Initializing PosseErrors *********
    ===== BEGIN DUMP=============================================================
    JRockit context dump produced on Wed Jun 30 14:02:08 2004
    If you see this dump, please send it, along with as much
    information as you can on your system setup and the program
    you were running, to [email protected]. Please include the
    file jrockit.3048.dump and jrockit.3048.mdmp from the current
    directory in the bug report. Thank you.
    Version : 8.1sp2-1.4.1_05-Load10-viking-win32-sthqa29-20031105-1554
    Threads / GC : Native Threads, Generational Copying Garbage Collector
    Number CPUs : 1
    Tot Phys Mem : 535838720
    OS version : Microsoft Windows 2000 Service Pack 2 (Build 2195)
    State : JVM is running
    Command Line: -Djava.class.path=. -Xms64m -Xmx128m -Dweblogic.Domain=wlsutestdev411
    -Dweblogic.ProductionModeEnabled=false -Dweblogic.Name=UTEST -Dbea.home=C:\bea
    -Djava.security.policy=C:\bea\firms\wlsutestdev411\weblogic.policy -Dweblogic.management.password=password
    -Dweblogic.management.username=system -Dschemas=true -Dposse.firm=UTEST -Dweblogic.Name=UTEST
    -Dbea.home=C:\bea -Dweblogic.management.username=system -Dweblogic.management.password=password
    -Djava.class.path=C:\bea\weblogic81\server\bin;C:\bea\weblogic81\server\lib;C:\bea\weblogic81\server\lib\xmlx.jar;C:\bea\weblogic81\server\lib\joltwls
    .jar;C:\bea\weblogic81\server\lib\joltjse.jar;C:\bea\weblogic81\server\lib\j
    olt.jar;C:\bea\weblogic81\server\lib\weblogic.jar;C:\bea\jrockit81sp2_141_05
    \lib\tools.jar;C:\bea\weblogic81\server\lib\weblogic_sp.jar;C:\bea\weblogic8
    1\server\lib\weblogic.jar;C:\bea\weblogic81\server\bin;C:\bea\weblogic81\ser
    ver\lib;C:\bea\firms\wlsutestdev411;C:\bea\posse_4_11_1\classes\pubsub_clien
    t_4_11_1.jar;C:\bea\posse_4_11_1\classes\startup_4_11_1.jar;C:\bea\posse_4_1
    1_1\classes\castor-0.9.5.3.jar;C:\bea\posse_4_11_1\classes\castor-0.9.5.3-xm
    l.jar;C:\bea\posse_4_11_1\classes\xerces.jar;C:\bea\weblogic700\classes\adap
    terSupport_4_8_1.jar;C:\bea\posse_4_11_1\javachart\adpsis-kavachart.jar;C:\b
    ea\posse_4_11_1\fop\lib\avalon-framework-cvs-20020806.jar;C:\bea\posse_4_11_
    1\fop\lib\batik.jar;C:\bea\posse_4_11_1\fop\lib\xalan-2.4.1.jar;C:\bea\posse
    _4_11_1\fop\lib\xercesImpl-2.2.1.jar;C:\bea\posse_4_11_1\fop\fop.jar
    -Xdebug -Xnoagent -Djava.compiler=NONE -Xrunjdwp:transport=dt_socket,suspend=y,address=localhost:1848
    -Dsun.java.command=weblogic.Server
    Environment : JAVA_HOME=C:\j2sdk1.4.2_04,java.home=C:\bea\jrockit81sp2_141_05\jre,
    java.class.path=C:\bea\weblogic81\server\bin;C:\bea\weblogic81\server\lib;C:
    \bea\weblogic81\server\lib\xmlx.jar;C:\bea\weblogic81\server\lib\joltwls.jar
    ;C:\bea\weblogic81\server\lib\joltjse.jar;C:\bea\weblogic81\server\lib\jolt.
    jar;C:\bea\weblogic81\server\lib\weblogic.jar;C:\bea\jrockit81sp2_141_05\lib
    \tools.jar;C:\bea\weblogic81\server\lib\weblogic_sp.jar;C:\bea\weblogic81\se
    rver\lib\weblogic.jar;C:\bea\weblogic81\server\bin;C:\bea\weblogic81\server\
    lib;C:\bea\firms\wlsutestdev411;C:\bea\posse_4_11_1\classes\pubsub_client_4_
    11_1.jar;C:\bea\posse_4_11_1\classes\startup_4_11_1.jar;C:\bea\posse_4_11_1\
    classes\castor-0.9.5.3.jar;C:\bea\posse_4_11_1\classes\castor-0.9.5.3-xml.ja
    r;C:\bea\posse_4_11_1\classes\xerces.jar;C:\bea\weblogic700\classes\adapterS
    upport_4_8_1.jar;C:\bea\posse_4_11_1\javachart\adpsis-kavachart.jar;C:\bea\p
    osse_4_11_1\fop\lib\avalon-framework-cvs-20020806.jar;C:\bea\posse_4_11_1\fo
    p\lib\batik.jar;C:\bea\posse_4_11_1\fop\lib\xalan-2.4.1.jar;C:\bea\posse_4_1
    1_1\fop\lib\xercesImpl-2.2.1.jar;C:\bea\posse_4_11_1\fop\fop.jar,
    java.library.path=C:\bea\jrockit81sp2_141_05\jre\bin;C:\WINNT\System32;C:\WI
    NNT;C:\j2sdk1.4.2_04\bin;c:\bea\weblogic81\server\bin;c:\bea\weblogic700\ser
    ver\bin;C:\Sybase\ASEP_Win32;C:\Sybase\OCS-12_5\dll;C:\Sybase\OCS-12_5\lib3p
    ;C:\Sybase\OCS-12_5\bin;C:\PROGRA~1\PVCS\VM\win32\bin;C:\WINNT\SYSTEM32;C:\W
    INNT;C:\WINNT\SYSTEM32\WBEM;C:\DMI\WIN32\BIN;C:\jakarta-ant-1.5.1\bin;C:\Syb
    ase\DLL;C:\Sybase\BIN;
    Registers:
    Converted EIP: 004d506e
    EAX = 1f3d8744 EBX = 12e8b1a4
    ECX = 089ae090 EDX = 00000000
    ESI = 00000000 EDI = 1f3d8744
    EIP = 0081506e ESP = 7fe50c50
    EBP = 7fe50c88 EFL = 00010202
    CS = 001b DS = 0023 ES = 0023
    SS = 0023 FS = 0038 GS = 0000
    Stack:
    7fe50c50 :1f3d8744 00000000 12e8b1a4 00000001 009a2398 009a2380
    7fe50c68 :7fe50cc0 0081473e 009a09e0 6d27f307 6d27f766 1f3d8744
    7fe50c80 :7fe50c84 12e703a8 7fe50cc0 6d274913 1f3d8744 7fe50cd0
    7fe50c98 :7fe50e70 10a25201 08a377c4 12e703a8 12e70338 12e8b1a0
    7fe50cb0 :00001015 00000000 00001019 12e8f1f4 7fe50e70 6d276be8
    7fe50cc8 :00000001 7fe50cdc 6d183010 00000001 10a25208 7fe50d04
    7fe50ce0 :0000012c 7fe50cf8 00000000 00070000 00000476 00000080
    7fe50cf8 :00000000 7fe50d04 00000000 00000000 00000001 00000000
    7fe50d10 :0000005d 61657206 66202764 7120726f 65756575 7727203a
    7fe50d28 :6f6c6265 2e636967 6b636f73 4d2e7465 72657875 65752727
    7fe50d40 :6e616c27 65722f67 65522f66 65726566 3b65636e 0a010000
    7fe50d58 :3825bc10 15000000 72617473 66655274 6e657265 61486563
    7fe50d70 :656c646e 00000072 56292803 0a000000 b828bc10 0a000000
    7fe50d88 :65636361 30247373 00003030 29281b00 76616a4c 616c2f61
    7fe50da0 :722f676e 522f6665 72656665 65636e65 0000003b 27bc1008
    7fe50db8 :000000b8 6e693c06 003e7469 28150000 76616a4c 616c2f61
    7fe50dd0 :4f2f676e 63656a62 56293b74 00000000 3828bc10 06000000
    7fe50de8 :696e693c 00003e74 4c283300 6176616a 6e616c2f 624f2f67
    7fe50e00 :7463656a 616a4c3b 6c2f6176 2f676e61 2f666572 65666552
    7fe50e18 :636e6572 65755165 293b6575 00000056 27bc1000 00000038
    7fe50e30 :12e37078 12e701bf 00000000 00000000 00000000 00000476
    7fe50e48 :00020100 00000017 12e701a8 00000000 12e60798 00000476
    7fe50e60 :00020100 00000017 12e701a8 00000000 08a37740 6d27e0ec
    7fe50e78 :00000000 08a377c4 6d27e162 6d183010 00834af2 6d183010
    7fe50e90 :10a25208 12cdbb03 10a25208 6d27e159 6d183010 10d4a288
    7fe50ea8 :00a5d770 6d27e159 08a605c8 12cdbb5c 08a605c8 08a605c8
    7fe50ec0 :172cffa4 12cdb3c6 00000000 00000000 08a605c8 10c252a0
    7fe50ed8 :08a37740 08a37740 00000000 00000000 00000000 08a37740
    7fe50ef0 :10c25026 00000000 08a37740 00000000 00000000 00000000
    7fe50f08 :00000000 00000000 00000000 7fe50f58 0083b6cc 00000000
    7fe50f20 :172cffa4 10c20e60 7fe50f38 10c24fd0 08a37740 172cffa0
    7fe50f38 :172cffb4 0083a84f 08a37740 10c24fd0 10c10044 007ae3f3
    7fe50f50 :0084776c 08a37740 10c24fd0 08a37740 00000000 00000000
    7fe50f68 :00000000 00000000 00000000 00000000 00000000 00000000
    7fe50f80 :00000000 00000000 00000000 00000000 00000000 00000000
    7fe50f98 :00000000 00000000 00000000 00000000 00000000 00000000
    7fe50fb0 :00000000 00000000 00000000 00000000 00000000 00000000
    7fe50fc8 :00000000 00000000 00000000 00000000 00000000 00000000
    7fe50fe0 :00000000 00000000 00000000 00000000 00000000 00000000
    Code:
    00814f6e :04c483ff 04c2c033 83d0ff00 04c204c4 cccc9000 cccccccc
    00814f86 :cccccccc cccccccc 448bcccc 55530424 57088b56 1824548b
    00814f9e :5220798b 8b0c6f8b 468d0c75 50529903 f3e6e5e8 85d88bff
    00814fb6 :8b3375db 8b182444 ff83247f 7c008b01 03ff8313 00c60e74
    00814fce :04c6404c 5c883b30 04eb0130 003004c6 56004d8b 37e85051
    00814fe6 :83000000 5e5f0cc4 5b5dc38b 900008c2 90909090 90909090
    00814ffe :cccc9090 cccccccc cccccccc cccccccc cccccccc cccccccc
    00815016 :cccccccc cccccccc 4c8bcccc c9850c24 448b217e 548b0424
    0081502e :2b560824 8af18bd0 f980020c c605752e 02eb2f00 4e400888
    00815046 :c35eed75 90909090 cccc9090 cccccccc cccccccc cccccccc
    0081505e :448bcccc ec830424 56088b20 20718b57 8b0c568b 7c685002
    00815076 :e800891c ffffd242 10244c8d 00b0be8d 57510000 f3c8cce8
    0081508e :1c468bff 4010c483 7704f883 8524ff07 008150f0 0824548d
    008150a6 :4de85752 8dfff3d4 50102444 4c8bd5eb 01c73024 00000003
    008150be :548b16eb 02c73024 00000006 448b0aeb 00c73024 00000008
    008150d6 :08244c8d cfe85751 83fff3c3 c03308c4 c4835e5f 0008c220
    008150ee :50ccff8b 50b40081 50b40081 50c00081 50cc0081 90900081
    00815106 :90909090 90909090 cccc9090 cccccccc cccccccc cccccccc
    0081511e :cccccccc cccccccc cccccccc cccccccc cccccccc cccccccc
    00815136 :cccccccc cccccccc 448bcccc 088b0424 5020418b f3cc26e8
    0081514e :04c483ff 1174c085 0824548b dfe85052 83000035 08c208c4
    00815166 :0065b800 08c20000 cccc9000 cccccccc cccccccc cccccccc
    Loaded modules:
    (* denotes the module causing the exception)
    0x77f80000-0x77ffafff C:\WINNT\System32\ntdll.dll
    0x77db0000-0x77e0bfff C:\WINNT\system32\ADVAPI32.dll
    0x77e80000-0x77f34fff C:\WINNT\system32\KERNEL32.DLL
    0x77d40000-0x77dacfff C:\WINNT\system32\RPCRT4.DLL
    0x77e10000-0x77e73fff C:\WINNT\system32\USER32.dll
    0x77f40000-0x77f7bfff C:\WINNT\system32\GDI32.DLL
    0x78000000-0x78045fff C:\WINNT\system32\MSVCRT.dll
    0x00750000-0x008cffff* C:\bea\jrockit81sp2_141_05\jre\bin\jrockit\jvm.dll
    0x77570000-0x7759ffff C:\WINNT\System32\WINMM.dll
    0x75030000-0x75042fff C:\WINNT\System32\WS2_32.dll
    0x75020000-0x75027fff C:\WINNT\System32\WS2HELP.DLL
    0x6d270000-0x6d28bfff C:\bea\jrockit81sp2_141_05\jre\bin\jdwp.dll
    0x6d180000-0x6d184fff C:\bea\jrockit81sp2_141_05\jre\bin\dt_socket.dll
    0x785c0000-0x785cbfff C:\WINNT\System32\rnr20.dll
    0x77980000-0x779a3fff C:\WINNT\System32\DNSAPI.DLL
    0x75050000-0x75057fff C:\WINNT\System32\WSOCK32.DLL
    0x77340000-0x77352fff C:\WINNT\System32\iphlpapi.dll
    0x77520000-0x77524fff C:\WINNT\System32\ICMP.DLL
    0x77320000-0x77336fff C:\WINNT\System32\MPRAPI.DLL
    0x75150000-0x7515ffff C:\WINNT\System32\SAMLIB.DLL
    0x75170000-0x751befff C:\WINNT\System32\NETAPI32.DLL
    0x77be0000-0x77beefff C:\WINNT\System32\SECUR32.DLL
    0x751c0000-0x751c5fff C:\WINNT\System32\NETRAP.DLL
    0x77950000-0x77979fff C:\WINNT\system32\WLDAP32.DLL
    0x77a50000-0x77b39fff C:\WINNT\system32\OLE32.DLL
    0x779b0000-0x77a4afff C:\WINNT\system32\OLEAUT32.DLL
    0x773b0000-0x773ddfff C:\WINNT\System32\ACTIVEDS.DLL
    0x77380000-0x773a1fff C:\WINNT\System32\ADSLDPC.DLL
    0x77830000-0x7783dfff C:\WINNT\System32\RTUTILS.DLL
    0x77880000-0x7790cfff C:\WINNT\System32\SETUPAPI.DLL
    0x77c10000-0x77c6dfff C:\WINNT\System32\USERENV.DLL
    0x774e0000-0x77511fff C:\WINNT\System32\RASAPI32.DLL
    0x774c0000-0x774d0fff C:\WINNT\System32\RASMAN.DLL
    0x77530000-0x77551fff C:\WINNT\System32\TAPI32.DLL
    0x71780000-0x71809fff C:\WINNT\system32\COMCTL32.DLL
    0x70bd0000-0x70c33fff C:\WINNT\system32\SHLWAPI.DLL
    0x77360000-0x77378fff C:\WINNT\System32\DHCPCSVC.DLL
    0x775a0000-0x77624fff C:\WINNT\System32\CLBCATQ.DLL
    0x777e0000-0x777e7fff C:\WINNT\System32\winrnr.dll
    0x777f0000-0x777f4fff C:\WINNT\System32\rasadhlp.dll
    0x74fd0000-0x74feefff C:\WINNT\system32\msafd.dll
    0x75010000-0x75016fff C:\WINNT\System32\wshtcpip.dll
    0x6d200000-0x6d205fff C:\bea\jrockit81sp2_141_05\jre\bin\ioser12.dll
    0x22500000-0x22504fff C:\bea\weblogic81\server\bin\wlntio.dll
    0x24130000-0x241f0fff C:\bea\jrockit81sp2_141_05\jre\bin\dbghelp.dll
    0x77820000-0x77826fff C:\WINNT\system32\VERSION.dll
    0x759b0000-0x759b5fff C:\WINNT\system32\LZ32.DLL
    0x690a0000-0x690aafff C:\WINNT\System32\psapi.dll
    Java Thread ID = 0x00000400, Name = JDWP Transport Listener: dt_socket
    Thread Stack Trace:
    at _jvmdiGetClassStatus@8+14 ()@0081506E
    at JVMOnLoad@12+3080 ()@6D276BE8
    at JVMOnLoad@12+33036 ()@6D27E0EC
    at COM.jrockit.vm.JVMDIBootstrapper.run0(Native Method)@12CDBAE8
    at COM.jrockit.vm.JVMDIBootstrapper.run(Unknown Source)@12CDBB5C
    at java.lang.Thread.run(Unknown Source)@10C252A0
    at java.lang.Thread.startThreadFromVM(Unknown Source)@10C25026
    --- End of stack trace
    ===== END DUMP===============================================================

  • Uninstall SUN JDK 1.6_14 and install SUN JDK 1.6_18 for Weblogic

    My GridControl server has all of a sudden gone wild in consuming 100% of the cpu. The process was java.exe in the Middleware folder. Somebody suggested to verify the JDK and I indeed have an older version than the one recommended.
    Does anybody know where it is documented on how to uninstall and then reinstall SUN JDK 1.6_18 and have Weblogic still work afterward? (Win 2008 32 bit)
    I'd hate to reinstall the entire Gridcontrol 11g because I have the wrong jdk.
    Thanks.

    Hi,
    Uninstalling SUN JDK 1.6_14 from your Box is optional step....Most of the Servers are flexible enough ...they provide us the facility to change the JDK at any point of time...Without reinstalling the Product from the scrap....
    You can directly install SUN JDK 1.6_18 in your WebLogic Server Box. Then you need to make a small change in the *"<DOMAIN_HOME>\bin\setDomainEnv.cmd"* file ...to change the JAVA_HOME variable value...That's all.
    Next time whenever you will start your WebLogic Servers it will pick up the SUN JDK 1.6_18 version only.
    I am pasting few lines from *"setDomainEnv.cmd"*
    @REM *************************************************************************
    set WL_HOME=C:\bea103\wlserver_10.3
    for %%i in ("%WL_HOME%") do set WL_HOME=%%~fsi
    set BEA_JAVA_HOME=C:\bea103\jrockit_160_05
    <b><font color=red>set SUN_JAVA_HOME=C:\all_Jdks\JDK 1.6_18</font></b>
    set JAVA_OPTIONS=%JAVA_OPTIONS% -Dwhat.is.your.name=Jay_SenSharma
    if "%JAVA_VENDOR%"=="BEA" (
         set JAVA_HOME=%BEA_JAVA_HOME%
    ) else (
         if "%JAVA_VENDOR%"=="Sun" (
              set JAVA_HOME=%SUN_JAVA_HOME%
         ) else (
              set JAVA_VENDOR=Sun
              set JAVA_HOME=C:\bea103\jdk160_05
    @REM We need to reset the value of JAVA_HOME to get it shortened AND
    @REM we can not shorten it above because immediate variable expansion will blank it
    set JAVA_HOME=%JAVA_HOME%
    Thanks
    Jay SenSharma
    http://weblogic-wonders.com/weblogic (WebLogic Wonders Are here)

  • Unable to start weblogic with JRockit

    i am using a 32 bit machine to start weblogic server on JRockit JVM. Doing this in order to have already installed Oracle SOA suite and when I start weblogic using JRockit it is Running out of memory. Tried the solutions given in the forum but not able to resolve this issue.
    Also when using jdk getting permgen error. Tried with resetting the maxPermSize value etc in the startweblogic server but not able to do so.
    For JRockit OOM has any one faced a similar issue?
    Can any one help me with same ?

    Thanks Carlos. The value was getting overridden in startweblogic.cmd for Sun jdk but was not sufficient for my problem as I was using Jrockit and with JRockit there is no Permsize issue inturn there was OOM.
    I followed these steps:
    1. changed maxpermsize in startweblogic.
    2. Tried increasing system swap space.
    3. Used a profiler which controls JVM running, tried reduce memory leaks, but none worked.
    I switched to JRockit for weblogic
    1. tried increasing memory etc. Finally I switched to 64 bit machine as suggested in one of the forums for JRockit oom.
    Now both jdk and JRockit weblogic with all SOA components working successfully.
    Thanks,
    Dipti Karnataki

  • Weblogic 9.0 on WinXP 64bit with Sun JDK 64bit

    I installed Weblogic 9.0 on WindowXP 64bit version and it's fine with build in Sun's JDK and JRockit JDK but as soon as I switch to Sun's 64bit implementation of JDK (update 5) it fails to start.
    Am I doing something wrong or it is not compatible with 64bit JDK on windows platform?
    If so are there any plans to make it compatible with Sun's JDK 64bit version on windows platform in the near future, or any chance of 64bit JRockit JDK for windows?

    On 07/20/2015 06:35 AM, Itzhak Hovav wrote:
    > hi
    > [snip]
    > [root@p22 eclipse]# cat eclipse.ini -startup
    > plugins/org.eclipse.equinox.launcher_1.3.0.v20120522-1813.jar
    > --launcher.library
    > plugins/org.eclipse.equinox.launcher.gtk.linux.x86_64_1.1.200.v20120913-144807
    >
    > -showsplash
    > org.eclipse.platform
    > --launcher.XXMaxPermSize
    > 256m
    > --launcher.defaultAction
    > openFile
    > -vmargs
    > -Xms40m
    > -Xmx512m
    > [snip]
    Try this: http://wiki.eclipse.org/Eclipse.ini. You should have read the
    sticky posts at forum's top for getting started help.

  • JRockit 8.1 for Weblogic server 7.0

    Hi,
    Try to know if I can install JRockit for weblogic application server 7.0.
    Any suggestions?
    Thanks

    Hi,
    WLS 70 hasn't been certified with any JDK 1.4 VMs. JRockit 8.1 comes only as
    JDK 1.4 compatible. So, you cannot use this with WLS 70.
    You can use JRockit 70SP2 with WLS 70SPx.
    Sathish Santhanam
    Developer Relations Engineer
    BEA Support
    "allison" <[email protected]> wrote in message
    news:3e96d11f$[email protected]..
    >
    Hi,
    Try to know if I can install JRockit for weblogic application server 7.0.
    Any suggestions?
    Thanks

  • How to start managed server on Weblogic 9.1 Admin console with jRockit

    I configured a new 9.1 domain with jRockit as the JVM. Under Server Start, I used -server -Xgcprio:pausetime -Xpausetarget=400ms -Xms:256m -Xmx:384m -Xns:81m -Xgcpause in the Argument field. When I tried to start the server, I am getting the following error:
    <May 24, 2006 11:16:55 AM> <Info> <NodeManager> <Starting WebLogic server with command line: C:\bea\jrockit90_150_04\bin\java -Dweblogic.Name=jdevext -Dbea.home=C:\bea -Djava.security.policy=c:\bea\weblogic91\server\lib\weblogic.policy -Dweblogic.management.server=http://144.111.155.145:7001 -Djava.library.path=C:\bea\WEBLOG~1\server\bin;.;C:\WINDOWS\system32;C:\WINDOWS;C:\bea\WEBLOG~1\server\native\win\32;C:\bea\WEBLOG~1\server\bin;C:\bea\JROCKI~1\jre\bin;C:\bea\JROCKI~1\bin;C:\bea\WEBLOG~1\server\native\win\32\oci920_8;C:\oracle\ora92\bin;C:\Program Files\Oracle\jre\1.3.1\bin;C:\Program Files\Oracle\jre\1.1.8\bin;C:\Program Files\ThinkPad\Utilities;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program Files\Support Tools\;C:\Program Files\Intel\Wireless\Bin\;C:\Program Files\ThinkPad\ConnectUtilities;C:\Program Files\QuickTime\QTSystem\ -Djava.class.path=C:\bea\weblogic91\server\lib\weblogic.jar;C:\bea\jrockit90_150_04\lib\tools.jar;c:\bea\weblogic91\server\lib\wamapps\commons-logging.jar;c:\bea\weblogic91\server\lib\wamapps\log4j.jar;c:\bea\weblogic91\server\lib\wamapps\xalan.jar;c:\bea\weblogic91\server\lib\wamapps\xercesImpl.jar;c:\bea\weblogic91\server\lib\wamapps\xml-apis.jar -Dweblogic.system.BootIdentityFile=C:\bea\user_projects\domains\jdev\servers\jdevext\data\nodemanager\boot.properties -Dweblogic.nodemanager.ServiceEnabled=true -Dweblogic.security.SSL.ignoreHostnameVerification=false -Dweblogic.ReverseDNSAllowed=false java -server -Xgcprio:pausetime -Xpausetarget=400ms -Xms:256m -Xmx:384m -Xns:81m -Xgcpause -verbose weblogic.Server >
    <May 24, 2006 11:16:55 AM> <Info> <NodeManager> <Working directory is "C:\bea\user_projects\domains\jdev">
    <May 24, 2006 11:16:55 AM> <Info> <NodeManager> <Server output log file is "C:\bea\user_projects\domains\jdev\servers\jdevext\logs\jdevext.out">
    Usage: java [-options] class [args...]
    (to execute a class)
    or java [-options] -jar jarfile [args...]
    (to execute a jar file)
    where options include:
    -jrockit     to select the "jrockit" VM
    -client     to select the "client" VM
    -server     to select the "server" VM [synonym for the "jrockit" VM]
    The default VM is jrockit.
    -cp <class search path of directories and zip/jar files>
    -classpath <class search path of directories and zip/jar files>
    A ; separated list of directories, JAR archives,
    and ZIP archives to search for class files.
    -D<name>=<value>
    set a system property
    -verbose[:class|gc|jni]
    enable verbose output
    -version print product version and exit
    -version:<value>
    require the specified version to run
    -showversion print product version and continue
    -jre-restrict-search | -jre-no-restrict-search
    include/exclude user private JREs in the version search
    -? -help print this help message
    -X print help on non-standard options
    -ea[:<packagename>...|:<classname>]
    -enableassertions[:<packagename>...|:<classname>]
    enable assertions
    -da[:<packagename>...|:<classname>]
    -disableassertions[:<packagename>...|:<classname>]
    disable assertions
    -esa | -enablesystemassertions
    enable system assertions
    -dsa | -disablesystemassertions
    disable system assertions
    -agentlib:<libname>[=<options>]
    load native agent library <libname>, e.g. -agentlib:hprof
    see also, -agentlib:jdwp=help and -agentlib:hprof=help
    -agentpath:<pathname>[=<options>]
    load native agent library by full pathname
    -javaagent:<jarpath>[=<options>]
    load Java programming language agent, see java.lang.instrument
    <May 24, 2006 11:16:57 AM> <Info> <NodeManager> <Server failed during startup so will not be restarted>

    It looks like your command line is broken. You have:
    java <lots of -Dprop=value> java <JRockit flags> weblogic.Server
    That second "java" shouldn't be there.
    -- Henrik

  • Weblogic and Jrockit

    Hi All,
    Please help me with the following query.
    Environment
    BI 4.1 SP02 FP03
    OS :- Windows 2008
    Application Server :- Weblogic 11 (installed on Windows) using Jrockit
    Issue
    We are in the process of deploying war files on Weblogic. I have set the jvm_is_jrockit=true in config.weblogic11. But when I execute the "wedeploy weblogic11 predeployall" I get the following message.
    "does_weblogic_use_jrockit:
    refine_file_layout_for_jrockit is false"
    Everything works fine on the weblogic end. Is this an issue or am I missing out any configuration which needs to be done for using jrockit with weblogic?
    Regards
    Chinmaya

    I was able to figure this out. For using jrockit as jvm we need change "jvm_is_jrockit=true" found in  <Install Dir>\SAP BusinessObjects Enterprise XI 4.0\wdeploy\conf\weblogic11.conf"
    1. You will see "refine_file_layout_for_jrockit is false" for all applications except dswsbobje.
    2. It will generate a ear file for BOE application. (Note :- It creates a war file if jrockit parameter is set to false).
    Thanks
    Chinmaya

  • Is Oracle Weblogic server  10.3 compatible with jdk 1.5.0?

    When i point 1.5.0 JDK version to Oracle Weblogic server 10.3 "Bad version number in .class file" error is thrown while starting the server.
    can any one help me to resolve this issue?
    Edited by: user10643892 on Nov 23, 2008 10:40 PM

    Hi, there.
    You are right. The overview page has no clear statement on JDK. However, if you look into the supported operating system links, you'll find only JDK 6 is supported. Example for Solaris:
    http://edocs.bea.com/platform/suppconfigs/configs/solaris/solaris10_103.html
    Note that there is support for JDK 5 clients, which may be useful to you:
    http://e-docs.bea.com/wls/docs103/notes/new.html#wp1090981
    I hope this answers your question.
    Cheers,
    -Adrian

  • Which BEA WLS version (+ service packs) used which JDK/JRockit-JDK version

    Hello,
    I'm looking for an overview about the JDK and JRockit JDK versions which are used in the different BEA WLS versions.
    Specialy im interested on all BEA WLS server versions (incl. the different Service Packs) starting with version 7.0.
    The overview should contain the following information if possible:
    - BEA WLS Version Number including SP
    - Plattform (Windows, HPUX, Solaris, ...)
    - JDK version
    - JRockit JDK version
    Here is an example (??? = I do not know currently):
    WLS vers. (incl. SP)|Plattf.|JDK vers.|JRockit vers.
    7.0.1 |Solaris|??? |???
    8.1.5 |Windows|1.4.2_08 |rockit81sp5_142_08
    9.2 MP1 |HPUX |??? |???
    Thanks a million if somebody could provide me those information. :-x
    Cheers,
    Markus Jessl

    Please check :
    http://edocs.bea.com/platform/suppconfigs/index.html
    Jin

  • Weblogic 10, JRockit 1.5, Xverbose:exceptions=trace

    When I start my instance of Weblogic with the -Xverbose:exceptions=trace option, the log gets to over 1GB before the Weblogic instance is even finished starting up. I looked at the logs and most of the exception stack traces are coming from JRockit or Weblogic themselves - not the code I'm trying to run.
    Is there a way to filter the output from -Xverbose:exceptions - like with a log4j.properties type file or some such? I looked around and haven't been able to find any information on this. Again, we're talking Weblogic 10.1 and jrockit-jdk1.5.0_15_32

    When I start my instance of Weblogic with the -Xverbose:exceptions=trace option, the log gets to over 1GB before the Weblogic instance is even finished starting up. I looked at the logs and most of the exception stack traces are coming from JRockit or Weblogic themselves - not the code I'm trying to run.
    Is there a way to filter the output from -Xverbose:exceptions - like with a log4j.properties type file or some such? I looked around and haven't been able to find any information on this. Again, we're talking Weblogic 10.1 and jrockit-jdk1.5.0_15_32

  • Does Weblogic 8.1 support JDK 1.5

    Dear All,
    I tried to use JDK 1.5 with weblogic 8.1 but I couldn't. Can I do this. When I change the JAVA_HOME to be JDK 1.5 I got the following error while weblogic tries to initialize:
    The WebLogic Server did not start up properly.
    java.io.InvalidClassException: javax.management.MBeanAttributeInfo; local class
    incompatible: stream classdesc serialVersionUID = 7043855487133450673, local class serialVersionUID = 8644704819898565848
    Anyone can help...
    Regards,
    Fahad

    Your crash could be solved by the fix for [6579892|http://bugs.sun.com/view_bug.do?bug_id=6579892], which is reported as being in progress.
    Also of interest is [6372116|http://bugs.sun.com/view_bug.do?bug_id=6372116], which would certainly make your problem go away. Unfortunately, this was fixed in 5.0 and brought forward, but not backported to 1.4.2, so it doesn't help you. You could add a comment and vote for this one to raise the awareness of the issue.

Maybe you are looking for

  • Photos and privacy in iPhone 5s

    How do I stop my photostream from automatically opening (in iPhoto, Image Capture, etc.) when ever i connect my iPhone 5s to a computer? These things are private, and shouldn't pop up when ever I plug my phone into my workcomputer (to recharge), my m

  • New page has a rectangle?

    Hi, I recently updated Dreamweaver to the 2014 version and now I noticed that when creating a new page, there is a white rectangle with a black border on the page. I would press the live view and it goes away, but it is there in the design view. Did

  • How To Delete a Row From a DataGrid

    Hai      I have attached a mxml in a txt format. because i am unable to attach the mxml, pl copy this txt file into flex and run the application.   1. Run the application.   2. Enter values in the textbox and click add, values will be added to the da

  • "Could not create key" - PC Suite 7 Installation -...

    hi folks, it looks like my PC is having an error during installation of the latest PC Suite 7.0.9.2 "Could not create key" "HKEY_LOCAL_MACHINE\Software\microsoft\window........"and then the message is cut-off in a small error popup window that cannot

  • Is a DSN (ODBC-derived) accessible from the Eclipse Java SDK?

    I'm in the process of evaluating alternatives for implementing a (seemingly) straight forward Crystal report in the Eclipse environment.  I can access a report (.rpt) that uses JDBC data source connection, but not DSN (ODBC) data source connection.