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).

Similar Messages

  • Need steps for rehosting FR currently running on windows 2008 R2 to LinuxOS

    Need steps for rehosting FR server currently running on windows 2008 R2 to Oracle Linux 5 OS
    I found something for essbase in oracle EPM whitepaper library but not for FR. Did anyone of you out there try this.
    Any ideas/thoughts.
    Thanks in Advance

    If it's 11.1.2.1 or 11.1.2.2 you simply install it in the new host, configure it and you can either manually edit the mod_wl.conf file to point to the new server or you can re-run the web server (OHS) configuration wherever it is installed. Beware though that if you do this you will not be able to run FR against HFM.
    Pablo

  • Need Steps for Configuring BI 7.0 with ECC 6

    Hi All,
    I need steps for configuring BI 7.0 with ECC 6, Please if anybody has material, Please share with me...
    Regards,
    Kiran Telkar

    Hi,
    regarding bi7 and ecc6.0 Configruration,pls chk this
    https://www.sdn.sap.com/irj/sdn/developerareas/bi?rid=/webcontent/uuid/e78a5148-0701-0010-7da9-a6c721c6112e [original link is broken] [original link is broken] ...
    http://sheffield.gumtree.com/sheffield/57/13455557.html
    https://www.sdn.sap.com/irj/sdn/developerareas/bi?rid=/webcontent/uuid/e78a5148-0701-0010-7da9-a6c721c6112e [original link is broken] [original link is broken] ...
    *pls assign points,if links useful*
    regards,
    CSM Reddy

  • Needs steps for Printer setting for User-customized Paper Size

    Hii
    I need steps for Printer setting for User-customized Paper Size
    for my requirement i hav to design this for a paper which is 9cm length and width 23cm and printer is Laser printer
    Thanks
    Ravi

    Hi ,
    Kindly send me materials regarding printer configuration , I need to confiure a printer .Kindly help me.
    My ID  is rakeshhaari at gmail dot com
    Regards,
    Hari

  • Needed steps for installing oracle 10R2 on windows server 2003

    Hi to All,
    Can anybody give me steps for how to install oracle 10R2 on windows 2003 server in production environment and what is the preinstallation task and postinstallation task.
    Thanks and Regards
    Mohd Khaja

    There is one pre-requisite that is missing from the documentation - ensuring that the administration team is adequately trained.
    Since you are asking this question, I wonder whether your team is properly prepared for, and aware of, the possible nuances or changes from default that might be relevant to your environment.
    For example, is your team familiar with the concept of Flashback Recovery Area and how it may fit, or conflict with, your production needs? Use of RMAN? Location of Oracle software Inventory and implications in your OS-level backup? How to configure both the software and the database to meet your Service Level Agreement requirements.
    The referenced document is an excellent first step, as it asks some of the questions. If you are serious about production stability, you want to go through that as well as get appropriate level of expertise in your shop.

  • ECM 11.1.1.5.0 - need steps for SSO integration and configuration

    Hi,
    I want to upgrade recent UCM 10g to ECM (or Webcenter Content) 11g. I passed via upgrade process and it looks it is working fine. Need some validation, but basically upgrade went fine.
    But I lost SSO (Windows Login) functionality, asi this ECM 11g is weblogic based and uses a bit different authentication than old version.
    My current test instance setup is:
    Oracle database 11gR2
    Weblogic 10.3.6.0
    Oracle Enterprise Content Management Suite (ECM) 11.1.1.5.0
    All running on the same linux machine
    Currently I am only able to:
    - define static users / groups in the weblogic's default authenticator
    - define ldap authenticator in weblogic which can authenticate users defined in ldap
    And I need to make it SSO capable (meant once user is authenticated in our windows domain, then when using Internet Explorer there is no need to enter user/password anymore)
    I read some documentation and there they claim Oracle Identity Management / Access Manager is the right solution. But I do not know how to properly install and configuration of this.
    Is there anybody here in this world who would provide some simple steps what needs to be done for enabling SSO for ECM 11.1.1.5.0 ?
    When I read oracle documentation I am finding it to be written too much in general with too many referencing to too many other documents... I am searching for some kind of simplified installation guide for getting this SSO thing working.
    Anybody here who could support me?

    Hi
    Steps for integration SSO (be it OAM or Oracle SSO or AD / LDAP etc ) the steps remain same except for one .
    1. On WLS create the identity store provider .
    This can be OID Authenticator , AD Authenticator , LDAP Authenticator depending on what you are using to store the users and their roles /groups etc .
    2. Create SSO Identity Asserter .
    This should be either AD Asserter (in case of using AD) , OAM Identity Asserter (if using OAM) , SSO Asserter (if using OID based SSO solution) .
    3. Order the providers created in the following order and the respective flag settings :
    Identity Asserter - REQUIRED
    Identity Store Provider - SUFFICIENT
    Default Authenticator - SUFFICIENT
    After this is created stop UCM and WLS .
    Start WLS admin , once it is up and running start UCM server .
    Go to WLS - Security Realm - myrealm - Users and groups and verify the right set of users are seen with their correct groups .
    Now launch UCM server and depending on which SSO solution is used the login page will vary where in the SSO user id / pwd can be entered .
    Hope this helps .
    Thanks
    Srinath

  • Need steps for lead distributation

    i need to know the steps for LEAD distributions
    cold lead to go in BW system
    warm lead to sales manager's inbox
    hot lead to convert into opportunity.
    karan

    Hello Sharma,
    Hot leads can triger an action to create a follow up transaction...
    Regards
    Michalis Tamiolakis

  • Need steps for report bursting in BOXI3.1

    HI All,
    Can someone please tell me the steps for report bursting in BOXI3.1
    Thanks
    Sudharsan.

    Hi
    please take a look at this document:
    [http://help.sap.com/businessobject/product_guides/boexir31/en/xi3-1_publisher_en.pdf]
    It describes the usage of publications, which implement report bursting in BOBJ XI 3.1.
    Regards,
    Stratos

  • Need steps for Installing Oracle 11g R2 Grid Infrastrucure in Suse Linix 10

    Hi,
    I have system with Suse Linux 10 (64-bit), in that i need to install the Oracle 11 R2 Grid Infrastructure for
    1. Grid Computing
    2. ASM Cluster.
    Can any one please provide the Step by step installation to me.
    Thanks With Regards
    Baalaji V

    Ideally, you need two nodes to install a RAC. If you have only one system and trying for practice, you can do it with Virutal machines(VM) or create it as single instance.
    You can refer Oracle documentation on Grid install and postings in the internet about Grid install in using VM.
    Ashok

  • Need steps for transporting a query

    Hi friends,
    Pls provide me the steps & help me understand.
    I have to add a new field "doc_item" to the existing query ''zzmmr_q001'.
    Please provide me the steps involved in transport. Also any checkpoints?
    Please note that this field 'doc_item' is already existing in the base ODS on which this query is built on.
    Regards,
    R.Ravi

    Hi
    Please refer this thread which throws some light on modifications and their corresponding transports.
    Query Transportation
    Assign points if helpd
    Also,
    It's enough to go to transport connection in RSA1 of your development system and collect again in a new CR all the objects you need to import in your PRD environment!
    for ex.. If you change only a restricted KF, you don't need to transport others than the query and its components from RSA1...
    After you collected query objects in Transport Connection, are you able to see your changed objects on the right side of the screen
    Collect the changed query in new request in transport connection. Check the consistency of the request before releasing in SE01.
    go thru this same post..
    Transporting SAP Query Changes??
    Thanks

  • Hi! I need steps for HTTP Receiver adapter

    My scenario is like this:
    HTTP(HTTP Sender adapter)->XI->File(File adapter).
    For this Iam sending the data as payload in the body of HTTP. Now What am i going to do is the opposite of above scenario:
    File(FileAdapter)->XI->(HTTP Receiver Adapter)HTTP.
    I would like to know what are the steps to transfer a file(xml) from File adapter to XI and from there to Http.
    How to send the data using File adapter. Please suggest me some steps.
    Hoping a quick response!!!
    Thanks in advance!

    Hi Datta,
    For a HHTP -> XI -> FILE Scenario:
    DESIGN:
    1. Create DataTypes for source and Destinations. Create elements for all the text fields of your HTTP Client so that they can all be mapped into the destination file
    2. Create MessageTypes for the two datatypes.
    3. Create Message Interfaces. The One for HTTP is the sender, Asynchronous ( as no response is expected) and one for File is receiver, asynchronous.
    4. Do the mapping. It will be mostly a one to one mapping of the fields.
    5. Create the Interface Mapping.
    Configuration:
    1. Import your Business System under your Configuration Scenario.
    2. Create 2 communication channels. One for Http as a sender and one for File as a receiver.
    Check these links for the configuration part.
    http://help.sap.com/saphelp_nw04/helpdata/en/43/64db4daf9f30b4e10000000a11466f/content.htm
    http://help.sap.com/saphelp_nw04/helpdata/en/bc/bb79d6061007419a081e58cbeaaf28/content.htm
    http://help.sap.com/saphelp_nw04/helpdata/en/44/79973cc73af456e10000000a114084/content.htm
    3. Do the Receiver Agreement for file. HTTP doesn’t need a sender agreement.
    4. DO the Receiver Determination and Interface Determination.
    Weblog which talk about the same scenario:-
    /people/sriram.vasudevan3/blog/2005/01/11/demonstrating-use-of-synchronous-asynchronous-bridge-to-integrate-synchronous-and-asynchronous-systems-using-ccbpm-in-sap-xi - although this weblog is
    aimed at explaining the sync-async bridge.. Sriram has taken http-to-file scenario as the example
    (use case) and explained it...
    Check this SDN tv demo, it has detail of HTTP adapter setup.
    https://media.sdn.sap.com/SDNTV/main.asp?mediaId=107
    Refer to this link for adapter settings.
    http://help.sap.com/saphelp_nw04/helpdata/en/0d/5ab43b274a960de10000000a114084/frameset.htm
    You should also have a HTTP client to send message to XI. In the connecting parameters to XI u have to use the URL in the pattern mentioned by Alex. U have to give all the configuration details in the URL.
    Regards,
    Abhy
    Message was edited by: Abhy Thomas

  • I forgot my password... HOW DO I FIX THIS PROBLEM? I NEED STEP FOR STEP DETAIL. PS. I DO NOT HAVE A MAC. I HAVE A HP LAPTOP.... thnx

    I've forgotten my password... how do i fix this problem?  I need the steps in clear detail. I do not have a mac. I have a HP laptop. Please help me. Thnk You.

    Restore.  Everything except the password will be restored.  Connect via cable to the computer that you use for sync.  Be forewarned that it takes a long time.  From iTunes, select the iPad/iPod and then select the Summary tab.  Follow directions for Restore and be sure to say "yes" to the backup.  You will be warned that all data (apps, music, movies, etc.) will be erased but, as the Restore finishes, you will be asked if you wish the contents of the backup to be copied to the iPad/iPod.  Again, say "yes."
    At the end of the basic Restore, you will be asked if you wish to sync the iPad/iPod.  As before, say "yes."  Note that that sync selection will disappear and the Restore will end if you do not respond within a reasonable time.  If that happens, only the apps that are part of the IOS will appear on your device.  Corrective action is simple -  choose manual "Sync" from the bottom right of iTunes.
    If you're unable to do the Restore, go into Recovery Mode per the instructions here.

  • Multiple accounts in po (me21n) need steps to create

    HI ALL.
    I Need STEPS FOR multiple account assiginemnt in creating purchase order(me21n).
    Thanks in advance for sap mm dudes.
    Regards.
    Parameshwar

    Hii parameshwar,
              as above said by NPK3279, is absolutly correct.
           i am adding on above.....
    Its a standard practice that if there is multiple account assignment, the proportion will not be appearing at the time of MIGO. It will get updated only at the time of Invoice verification.
    Incase of multiple account assignment with account assignment category, actual charging will happen at time of MIRO, you can change the account assignment details in MIRO.
    for documentation, u can refer:
    http://help.sap.com/erp2005_ehp_03/helpdata/EN/75/ee0e0355c811d189900000e8322d00/frameset.htm
    thanks
    nisha

  • Forex Month End Process, Need Steps

    Gurus,
    Need steps for FOREX valuation on month end.
    Kindly, please.
    Thanks.

    Hi
    T-code  FAGL_FC_VAL
    BR Tarik
    read the SAP help:
    Foreign Currency Valuation Locate the document in its SAP Library structure
    Use
    To create your financial statements, you have to perform a foreign currency valuation. This valuation covers the following accounts and items:
    Foreign currency balance sheet accounts, that is, the G/L accounts that you run in foreign currency.
    The balances of the G/L accounts that are not managed on an open item basis are valuated in foreign currency.
    ●     Open items that were posted in foreign currency.
    Open items that are open on the key date are valuated in foreign currency.
    You have the following options for the foreign currency valuation:
    ●     You can perform the valuation in local currency, (company code currency), or a parallel currency (for example, group currency).
    You can also use different valuation methods (for example, lowest value principle).
    If you translate additional currencies from the local currency, foreign currency valuation automatically performs a currency translation according to FASB 52 (US GAAP).
    Caution
    You can only perform a valuation run once for each valuation area for a specific key date.
    Prerequisites
    You have made the following settings in Customizing:
    ●     You have defined exchange rates.
    For more information, see Exchange Rates.
    You have made the settings in Customizing for new General Ledger Accounting under Financial Accounting (New) ® General Ledger Accounting (New) ® Periodic Processing ® Valuate.
    ●     Define Valuation Methods
    You have defined a valuation method here.
    ●     Define Valuation Areas
    Here, you have defined a valuation area and assigned a valuation method to it.
    ●     Assign Valuation Areas and Accounting Principles
    If you are using parallel ledgers, you have assigned to the valuation area an accounting principle that is also assigned to a ledger group.
    The exchange rate differences from the parallel valuation are posted in this valuation area. If you perform a parallel valuation with a different valuation method to the first valuation, you do not have to reverse the postings from the first valuation. This information is then available for subsequent closing operations, for example, Transferring and Sorting Receivables and Payables
    ●     Foreign Currency Valuation ® Prepare Automatic Postings for Foreign Currency Valuation.
    Here, you have defined the expense and revenue accounts for exchange rate differences from valuations. For payables and receivables accounts you must also define the financial statements adjustment accounts.
    Features
    The program Foreign Currency Valuation (New) comprises the following functions:
    Valuation of foreign currency balance sheet accounts
    Valuation of open items in foreign currencies
    ●     Saving the exchange rate differences determined from the valuation per document
    ●     Posting account assignments in valuation documents:
    If you use document splitting, the valuation documents are posted with the account assignments that you have defined as document splitting characteristics in Customizing.
    ○     For balance valuation, you can define additional account assignment characteristics. These characteristics are always updated (even if you do not use document splitting). You define the additional account assignment characteristics in Customizing for foreign currency valuation under Define Additional Account Assignments for Balance Valuation. For more information, see the documentation on this IMG activity.
    ●     Performing the adjustment postings required
    Note
    The following topics describe how to perform foreign currency valuation using the reports, and how to post valuation differences. You can also make this posting manually. From the SAP Easy Access screen, choose Accounting ® Financial Accounting ® General Ledger ® Document Entry ® Valuate Foreign Currency.
    Activities
    To perform a foreign currency valuation, from the SAP Easy Access screen, choose Accounting ® Financial Accounting ® General Ledger/Accounts Receivable/Accounts Payable ® Periodic Processing ® Closing ® Valuate ® Foreign Currency Valuation (New).

  • A step by step approach for JDK 1.3 to visibroker (corba) 3?

    Hi all,
    is there a step by step approach for JDK 1.3 to visibroker (corba) 3?
    could not find any documents nor samples?
    thanks
    andrew

    Is there some stand-alone distribution of newly added
    features in 1.4, like regex or prefs, that I may add
    as a jar to a 1.3 JRE? http://jregex.sourceforge.net
    IMHO the best of 3-d party ones.
    I know I could compile the classes I need by myself
    from the source, but I'm unsure whether I'm allowed
    under the license terms which the JDK ships.Surely you aren't.

Maybe you are looking for

  • How to delete all mails with one klick?

    It's annoying to delete every single mail. How to delete all mails with one klick, like in the paperbasket? Thanks

  • My canon mx712 has the uo52 wrong printhead message I need replacement like zanne1950 got please.

    Hello my wife and I have had our canon mx712 for a couple years and now we have the uo52 wrong printhead error message. We did love our canon until this. It's been outta commission for a couple weeks now and we need a printer desperately. We would lo

  • UCCX 8.0 in test Lab

    Hello Folks, I'm going to install UCCX 8.0 in a test lab and I'm wondering what hardware other are using? I'm presuming that it needs ESXi4.0?  Do you have to use the full production specification of 2 x vCPU and 4GB RAM?  Or can you cut down the res

  • Vf01 or vf02 transfer to accounting document

    Hello, everyone, I want to find a customer exit or badi or other enhancement that achieve the FI account document when billing document transfer to accounting document via push the button ''transfer to accounting''  in VF02 or VFX3 ,  that is to say,

  • 80G ipod classic, black, having a fit. Keeps turning itself on and off

    Hey people. I made the mistake of letting my 80G ipod classic run down to a completely empty battery. I think it is the first time in the year since I bought it that I have done this! Anyway, it keeps flicking on and off when I plug it into my macboo