How to be sure: jrockit in -d64 mode

Hi, I have downloaded GENERIC Oracle WebLogic Server 11gR1 (10.3.4) + Coherence - Package Installer
and I downloaded & extracted jrockit-jdk1.6.0_31-R28.2.3-4.1.0-linux-x64.bin to Oracle/Middleware/
When I...
[meteo@mynbel ~]$ ps -Af | grep java
meteo 1675 1634 4 Jul03 ? 01:43:09 /home/meteo/Oracle/Middleware/jrockit-jdk1.6.0_31-R28.2.3-4.1.0/bin/java -jrockit -Xms128m -Xmx256m -Dcoherence.home=/home/meteo/Oracle/Middleware/coherence_3.6 -Dbea.home=/home/meteo/Oracle/Middleware -Xverify:none -Xverify:none -Djava.security.policy=/home/meteo/Oracle/Middleware/wlserver_10.3/server/lib/weblogic.policy -Dweblogic.nodemanager.javaHome=/home/meteo/Oracle/Middleware/jrockit-jdk1.6.0_31-R28.2.3-4.1.0 weblogic.NodeManager -v
meteo 1894 1748 4 Jul03 ? 01:56:52 /home/meteo/Oracle/Middleware/jrockit-jdk1.6.0_31-R28.2.3-4.1.0/bin/java -jrockit -Xms256m -Xmx256m -Dweblogic.Name=XXX -Djava.security.policy=/home/meteo/Oracle/Middleware/wlserver_10.3/server/lib/weblogic.policy -Xverify:none -da -Dplatform.home=/home/meteo/Oracle/Middleware/wlserver_10.3 -Dwls.home=/home/meteo/Oracle/Middleware/wlserver_10.3/server -Dweblogic.home=/home/meteo/Oracle/Middleware/wlserver_10.3/server -Dweblogic.management.discover=true -Dwlw.iterativeDev= -Dwlw.testConsole= -Dwlw.logErrorsToConsole= -Dweblogic.ext.dirs=/home/meteo/Oracle/Middleware/patch_wls1034/profiles/default/sysext_manifest_classpath:/home/meteo/Oracle/Middleware/patch_ocp360/profiles/default/sysext_manifest_classpath weblogic.Server
meteo 2991 2943 3 Jul03 ? 01:30:56 /home/meteo/Oracle/Middleware/jrockit-jdk1.6.0_31-R28.2.3-4.1.0/bin/java -jrockit -Xms256m -Xmx256m -Dweblogic.Name=XXX -Djava.security.policy=/home/meteo/Oracle/Middleware/wlserver_10.3/server/lib/weblogic.policy -Dweblogic.system.BootIdentityFile=/home/meteo/Oracle/Middleware/user_projects/domains/XXX/servers/XXX/data/nodemanager/boot.properties -Dweblogic.nodemanager.ServiceEnabled=true -Dweblogic.security.SSL.ignoreHostnameVerification=false -Dweblogic.ReverseDNSAllowed=false -Xverify:none -da -Dplatform.home=/home/meteo/Oracle/Middleware -Dwls.home=/home/meteo/Oracle/Middleware//server -Dweblogic.home=/home/meteo/Oracle/Middleware//server -Dweblogic.management.discover=false -Dweblogic.management.server=http://XXXXXXX:XXX -Dwlw.iterativeDev= -Dwlw.testConsole= -Dwlw.logErrorsToConsole= -Dweblogic.ext.dirs=/home/meteo/Oracle/Middleware/patch_wls1034/profiles/default/sysext_manifest_classpath:/home/meteo/Oracle/Middleware/patch_ocp360/profiles/default/sysext_manifest_classpath weblogic.Server
meteo 3155 3108 2 Jul03 ? 01:12:39 /home/meteo/Oracle/Middleware/jrockit-jdk1.6.0_31-R28.2.3-4.1.0/bin/java -jrockit -Xms256m -Xmx256m -Dweblogic.Name=xxxxx -Djava.security.policy=/home/meteo/Oracle/Middleware//server/lib/weblogic.policy -Dweblogic.system.BootIdentityFile=/home/meteo/Oracle/Middleware/user_projects/domains//servers//data/nodemanager/boot.properties -Dweblogic.nodemanager.ServiceEnabled=true -Dweblogic.security.SSL.ignoreHostnameVerification=false -Dweblogic.ReverseDNSAllowed=false -server -Xms512m -Xmx512m -Xverify:none -da -Dplatform.home=/home/meteo/Oracle/Middleware/wlserver_10.3 -Dwls.home=/home/meteo/Oracle/Middleware/wlserver_10.3/server -Dweblogic.home=/home/meteo/Oracle/Middleware/wlserver_10.3/server -Dweblogic.management.discover=false -Dweblogic.management.server=http://...: -Dwlw.iterativeDev= -Dwlw.testConsole= -Dwlw.logErrorsToConsole= -Dweblogic.ext.dirs=/home/meteo/Oracle/Middleware/patch_wls1034/profiles/default/sysext_manifest_classpath:/home/meteo/Oracle/Middleware/patch_ocp360/profiles/default/sysext_manifest_classpath weblogic.Server
meteo 11727 11535 0 10:37 pts/1 00:00:00 grep java
PROBLEM
The problem is I want to run jrockit in 64bit. I gave -d64 argument through admin panel and also I added into the scripts. Nothing changes...
I don't think this is linked but my current
[meteo@mynbel ~]$ java -version
java version "1.7.0_05"
Java(TM) SE Runtime Environment (build 1.7.0_05-b05)
Java HotSpot(TM) 64-Bit Server VM (build 23.1-b03, mixed mode)
and the available JDK was java-1.6.0-openjdk-1.6.0.0.x86_64 when I was configuring domain.
Thanks for your help!

To specifically check what java version is being used by WebLogic Server, please look for the following message in server log,
"Starting WebLogic Server with Oracle JRockit(R) Version R28.2.0-79-146777-1.6.0_29-20111005-1808-windows-ia32"
For example,
####<Jun 12, 2012 2:31:05 PM PDT> <Info> <WebLogicServer> <anon-ldap> <> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <> <> <> <1339491665549> <BEA-000000> <Starting WebLogic Server with Oracle JRockit(R) Version R28.2.0-79-146777-1.6.0_29-20111005-1808-windows-ia32 from Oracle Corporation>
From the above message, the Java version indicates if it is a 32-bit JVM OR a 64-bit JVM
Regarding "java -version" output, that is due to the settings of the environment variable, PATH.
Do the following:
1. cd <Domain_Home>/bin
   For example,
   > cd /home/meteo/Oracle/Middleware/user_projects/domains/DomainName/bin
2. Execute setDomainEnv.sh
   > . ./setDomainEnv.sh
   Note: There are 2 DOTs in above command. The first DOT represents that set the Environment in the current Shell, AND the second ./ represents execute the script from the current directory.
3. Now, check the java version by running the command in the same shell
   > java -version
Now, you will see the JRockit version that you configured your domain to use.
Regards,
Anon

Similar Messages

  • How to make sure text in landscape mode appeared in portrait?, How to make sure text in landscape mode appeared in portrait?

    I think a few pictures speak a thousand words. I try to get creative and design some pages in landscape mode.
    This is how the TOC looks like in landscape. As you can see there is a chapter and many pages. I didn't use sections to make sure that they don't appeared as a list in TOC page.
    This is how Chapter page looks like.
    But when viewed in portrait mode. nothing appeared.
    How shall I make sure that at least the text in chapter page goes there?
    Thanks!

    If I add a text box, it does not seem that inline is an option.
    When I create the chapter page, the bottom part is empty, but I do not know how to add text. If I add a text box, it is not inline.
    I hope to be able to add inline text which appeared at the bottom, possible?

  • Every time I start iTunes I get the message: "iTunes exec has been set to run in compatability mode for an older version of Windows. Turn off compatability mode for iTunes before you open it." How do I turn off the compatability mode?

    Every time I start iTunes I get the message: "iTunes exec has been set to run in compatability mode for an older version of Windows. Turn off compatability mode for iTunes before you open it." How do I turn off the compatability mode? Particularly when I have to do it before I turn on iTunes.

    Try the following document, only be sure that none of the boxes in the compatibility mode tab are checked (not just the compatibility mode box itself):
    iTunes for Windows: How to turn off Compatibility Mode

  • How can I get out of recovery mode?

    How can I get out of recovery mode without restoring my iPod?

    Try using Yamipod.
    http://www.yamipod.com/main/modules/downloads/
    Make sure iTunes is closed before you use yamipod.
    Another issue I have heard about if are in Windows is a Parental Controls conflict with iTunes and your iPod trying to access the iTunes Server for the Restore Software Update.
    Make sure there are no firewalls blocking it if you are on a Mac.
    Try that, if not, post again.
    Max

  • How to get Iphone off of recovery mode

    Hi everyone!
    I'm in need of some help. My iphone 5s battery recetlenty died and I only charged it the next day. When I plugged it in, it showed the usual battery that is empty and red. I did'nt realize a problem until the screen turned white with que black apple on it. After that showed up, the screen just became black and I was unable to use my phone. I let it on the charger for a few hours and nothing changed. I then decided to plug it into my laptop. Once it appeared in itunes, something popped up saying that my iphone was on recovery mode. I'm not sure how to take it out of this mode, or even if it is possible. It told me to restore my iphone. Its has been doing an update for the past 2hrs. Can anyone please tell me what is happening and if it doesn't work is this problem covered on Apple Care? I've had this phone for a month and I'm not ready to pay another $700 to get a new one.
    Thank you anyone who is willing to give me a hand.

    Also, on itunes, it just told me I needed to do a software update which I just did 3hrs ago.

  • How to print the script in condensed mode

    Hi to all,
    Pls help me.
    How to print the script in condensed mode and particular window only print in the condensed mode.

    Hi,
    Hi
    It will remove the blank spaces in front of the variable
    and if you use the extension NO-GAPS
    It will remove all the blank spaces in the variable field.
    DATA: ws_val1 type char12.
    ws_val1 = ' 100 123'.
    Condense ws_val1.
    Write / ws_val1.
    Condense ws_val1 no-gaps.
    write / ws_val1.
    It will give output as
    100 123
    100123
    The CONDENSE statement deletes redundant spaces from a string:
    CONDENSE c NO-GAPS.
    This statement removes any leading blanks in the field c and replaces other sequences of blanks by exactly one blank. The result is a left-justified sequence of words, each separated by one blank. If the addition NO-GAPS is specified, all blanks are removed.
    Please check this link for sample code.
    http://help.sap.com/saphelp_nw2004s/helpdata/en/fc/eb33e6358411d1829f0000e829fbfe/content.htm
    Regards,
    Raj.

  • My iPhone seems to be in visual impaired mode, and the touch screen no longer works.  How do I get back to normal mode?

    My iPhone 4S seems to be in visual impaired mode, and the touch screen no longer works.  I have tried rebooting the phone without success.  How can I get back to normal mode?

    I solved my own problem by clicking the home button 3 times.

  • How can I change the frame rate mode?

    Adobe Premiere Pro exports my videos with a variable frame rate. Because of this long videos are asynchronous. How can i change the frame rate mode? So Adobe Premie Pro exports my videos with a CONSTANT frame rate? The original video  has a constant frame rate...

    Sorry my mistakes. I am from Germany.. so...I mean with asynchronous that the video file and the sound file are displaced. In the beginning of the Video it's normal, but if the videos is very long it goes VERY "asynchronous"
    I analyzed the video with "mediainfo":
    General
    Format                                   : MPEG-4
    Format profile                           : Base Media / Version 2
    Codec ID                                 : mp42
    File size                                : 2.00 GiB
    Duration                                 : 20mn 13s
    Overall bit rate mode                    : Variable
    Overall bit rate                         : 14.2 Mbps
    Encoded date                             : UTC 2013-12-11 13:56:13
    Tagged date                              : UTC 2013-12-11 13:58:30
    ©TIM                                     : 00:00:00:00
    ©TSC                                     : 30
    ©TSZ                                     : 1
    Video
    ID                                       : 1
    Format                                   : AVC
    Format/Info                              : Advanced Video Codec
    Format profile                           : [email protected]
    Format settings, CABAC                   : Yes
    Format settings, ReFrames                : 3 frames
    Format settings, GOP                     : M=3, N=30
    Codec ID                                 : avc1
    Codec ID/Info                            : Advanced Video Coding
    Duration                                 : 20mn 13s
    Source duration                          : 20mn 13s
    Bit rate                                 : 14.0 Mbps
    Width                                    : 2 560 pixels
    Height                                   : 1 440 pixels
    Display aspect ratio                     : 16:9
    Frame rate mode                          : Variable
    Frame rate                               : 30.000 fps
    Minimum frame rate                       : 30.000 fps
    Maximum frame rate                       : 30.030 fps
    Standard                                 : PAL
    Color space                              : YUV
    Chroma subsampling                       : 4:2:0
    Bit depth                                : 8 bits
    Scan type                                : Progressive
    Bits/(Pixel*Frame)                       : 0.127
    Stream size                              : 1.98 GiB (99%)
    Source stream size                       : 1.98 GiB (99%)
    Language                                 : English
    Encoded date                             : UTC 2013-12-11 13:56:13
    Tagged date                              : UTC 2013-12-11 13:56:13
    Color primaries                          : BT.709
    Transfer characteristics                 : BT.709
    Matrix coefficients                      : BT.709
    mdhd_Duration                            : 1213733
    Audio
    ID                                       : 2
    Format                                   : AAC
    Format/Info                              : Advanced Audio Codec
    Format profile                           : LC
    Codec ID                                 : 40
    Duration                                 : 20mn 13s
    Source duration                          : 20mn 13s
    Bit rate mode                            : Variable
    Bit rate                                 : 158 Kbps
    Maximum bit rate                         : 254 Kbps
    Channel(s)                               : 2 channels
    Channel positions                        : Front: L R
    Sampling rate                            : 44.1 KHz
    Compression mode                         : Lossy
    Stream size                              : 22.8 MiB (1%)
    Source stream size                       : 22.8 MiB (1%)
    Language                                 : English
    Encoded date                             : UTC 2013-12-11 13:56:13
    Tagged date                              : UTC 2013-12-11 13:56:13
    mdhd_Duration                            : 1213777
    And there i can read that the "frame rate mode" is variable... and that's the bad thing... I want to change that point to a constant frame rate mode. I use the H.264 codec 

  • Lost Mode and Play Sound are "Pending."  However, iCloud indicates that it connected and backed up to iCloud at a date that is 1 week after it went missing.  How is this possible without locking (Lost Mode Pending an internet connection)

    Hi,
    My wife lost her iPhone two weeks ago while on vacation in London (cell service inoperative in foreign country).  Using Find My iPhone app on my device, I activated Lost Mode and Play Sound.  However, both are listed as "Pending," since it those actions require the phone to connect to the internet (wifi only due to no cellular data coverage.).
    We recently returned home and purchased a new iPhone.
    However, when looking to restore the apps/settings from her old phone using a previous iCloud backup, iCloud indicates that the old phone connected to iCloud and backed up the original phone at a date that is 1 week after it went missing.  How is this possible without locking (Lost Mode Pending an internet connection)?
    If the phone was activated and connected to the internet via a wifi signal, shouldn't it immedately lock, show up on the map, Play Sound, and send me an email that the phone has been found?
    I also read somewhere that if running iOS 7, the iCloud website interface enables you to track previous locations, for instance if the phone moves from wifi hotspot to hotspot.  Is that true?  If so, how do I do that?
    Thank you for your time, and have a great day!
    Sincerely,
    - Matt

    just giving this a wee bump as time is of the essence here and i need advice/ answers quick!
    apologies if i've broke any rules!
    alex

  • How to get out of full screen mode in Firefox 4?

    How to get out of "Full Screen Mode" in firefox 4 ?

    Pressing the F11 should do it.

  • HT4515 How to make sure that after browsing that the webpage is not running in the background, but totally closed down

    How to make sure that after browsing that the webpage is not running in the background, but totally closed down

    Double tap the Home button, tap & hold the Safari icon until it starts to wiggle, tap the red minus sign to remove it from the Multi-Tasking bar. Tap the Home button when finished.

  • I just upgraded to the new 4, but not sure how to make sure all my apps (purchases) get over to the new phone from iphone 3.  can't seem to find instructions. thanks.

    I just upgraded to the new iphone 4, but am hesitant to get it plugged in b/c I don't know how to make sure all the apps purchased on my iphone 3 get to the new phone.  can't seem to find instructions so I'm sure it just "does it", but hesitant to literally pull the plug.  thanks.

    Follow these instructions:  iPhone: Transferring information from your current iPhone to a new iPhone, http://support.apple.com/kb/ht2109

  • How can I lock, put in lost mode or wipe memory on my stolen iPad if it is the only apple product I own?

    How can I lock, put in lost mode or wipe memory on my stolen iPad if it is the only apple product I own?

    I have already tried this and it doesn't work. It only says no devices. Suppose this means that whoever stole it have already wiped the memory so they can use or sell it. Although I would think the serial number should be connected to the hardware permanently somehow. Don't know how you do that on an iPad that requires a pass code to login to.

  • How to get transacted session in direct mode with jmsra adapter

    Hi,
    I use MQ 4.4u1 release with GF in EMBEDDED mode. I configured several connection factories with NoTransaction/LocalTransaction/XATransaction support. In my app I get a connection factory from JNDI tree, create connection/session/producer and send several messages to queue. Everything works fine when I don't use transactions. But, when I want to send messages in one transaction, the connection always provided to me non-transacted session. The session created via
    Session session = connection.createSession(true, Session.SESSION_TRANSACTED);
    request. I check the session transacted state and acknowledge mode right after i get it:
    log.fine("Session: " + session + "; transacted: " + session.getTransacted() + "; ackMode: " + session.getAcknowledgeMode());
    The log shows me that the session is not transacted and ackMode is 0 (DUPS_OK_ACKNOWLEDGE). If I try to commit the session after messages were sent I get the correct exception:
    javax.jms.IllegalStateException: MQJMSRA_DS4001: commit():Illegal for a non-transacted Session:sessionId=3361979872663370240
    Does anyone know how to get transactional session in direct mode?
    Thanks, Denis.

    I mentioned LOCAL because I misread your post and thought you were suggesting that LOCAL mode behaved differently.
    If you want to send messages in a transaction from within a Servlet then I think you're expected to use a UserTransaction: Here's an example that worked for me:
            Connection connection = outboundConnectionFactory.createConnection();
            Session session = connection.createSession(true, Session.SESSION_TRANSACTED);
            userTransaction.begin();
            MessageProducer producer = session.createProducer(outboundQueue);
            int numberOfMessages = 10;
            for (int i = 0; i<numberOfMessages; i++) {
                Message message = session.createTextMessage("Hello world");
                producer.send(message);
            userTransaction.commit();
            connection.close();I obtained the UserTransaction with this resource declaration:
        @Resource(name = "java:comp/UserTransaction")
        private UserTransaction userTransaction;The EJB spec explicitly states that local transactions aren't supported in EJBs; I haven't found such an explicit statement for Servlets but suspect that JMSRA is taking the same approach.
    As for imq.jmsra.direct.disableCM property - this appears to disable connection pooling and from your post changes other behaviour as well. How did you find out about it (other than by examining the code)? As far as I can see this is not a documented feature and is not necessarily tested or supported.

  • HT201263 how to place your device into recovery mode without home button?

    How to place your device into recovery mode without home button?

    Try these programs:
    RecBoot: Easy Way to Put iPhone into Recovery Mode
    The Firmware Umbrella - TinyUmbrella

Maybe you are looking for