SC 3.2: is Cacao needed to operate the cluster?

Subject says pretty all - I am running SC 3.2u2 on a S10 u7 x86 system and just can't stand that CACAO java process.
Can I disable Cacao? What is it used for in the cluster?
TIA,
Rick

Hi,
Indeed you have to disable it over
svcadm disable svc:/application/management/common-agent-container-1:defaultor something like that ;)
cheers
Stephane
Edited by: toto1111111 on Nov 4, 2009 6:50 AM

Similar Messages

  • What software which i need to operate the adobe media encoder?

    please help me. i have make a movie in adobe premiere pro cs4, but i can't export it. i have download adobe media encoder, but it can't work. then i download adobe support advisor and adobe manager, but the adobe support advisor shows this : "Inspection could not identify any issues. Please contact Adobe Support for further assistance. http://www.adobe.com/support" after i click run in diagnose creative suite product installation.
    what software which i need to operate the adobe media encoder?
    how to use the adobe support advisor?
    please help me, i have chat the adobe contact support, but they say that i must talk to technician. i need this movie. this is my first project. please help

    More information needed for someone to help
    -http://forums.adobe.com/message/4200840
    -http://forums.adobe.com/thread/416679

  • I need to get the cluster information using"MSCluster.Cluster" object

    Hi,
    Please anyone solve my problem ? I need to get the cluster information using"MSCluster.Cluster" object.
    Set objCluster = CreateObject("MSCluster.Cluster")
    objCluster .open <clustername>
    If i run the vbscript " Microsoft VBScript runtime error: ActiveX component can't create object: 'MSCluster.Cluster' " error is thrown.
    Kindly explain what is the issue and what can i do ? 
    -Sundar.

    this question was closed and answered a long time ago.
    Post questions about WS2012 in th WS2012 forum.
    The cluster object will no longer work in WS2012.  Use the supplied CmdLets and utilities.
    post future questions in the WS2012 forum.
    ¯\_(ツ)_/¯

  • I bought an Apple TV but my HDTV has only one HDMI outlet.  What do I need to operate the Apple TV and my Uverse wireless network. I bought a four outlet hub at Best Buy but I can't't figure it out. Do I need something else?

    I bought an apple TV but my TV has only oine HDMI outlet, so I have to unplug it when I want to watch regular TV. I bought a four plug hub at Bestbuy but can't get it to work.
    Is there something else I can use?

    hdmi spillers and switches are hit or miss some work some don't

  • SIM card is needed to operate, please insert ???

    My phone worked for me all the way to work, while sitting in my console...then i get to work and it says that a SIM card is needed to operate and that I need to turn it off and insert...well as other Razr owners know, you can't remove the SIM card...why is it doing this for no reason?
    Honest that I haven't dropped it or anything..literally it just sat in the console..

    It's the battery that can't be removed.  Try turning off the phone, remove the SIM card (be careful not to touch the gold contacts), wait a few minutes, then re-insert the SIM card, turn the phone back on, and give it a couple of minutes to re-establish a network connection.  If that doesn't work, the SIM card may have somehow become corrupted and you'll need a new one (they're free at your local Corporate Verizon store).  Here's a link on how to insert/remove the SIM card:
    http://support.verizonwireless.com/support/devices/knowledge_base.html/50723

  • I need know how operate the tables RSBKDTP and RSBKDTPH

    hi, i need know how operate the tables RSBKDTP and RSBKDTPH. i need kwon things like:
    - the diference between this tables
    - How operate the table RSBKDTPH and RSBKDTP ? What type the DTP's are inserted in this tables? How often are inserted DTP's in this tables?.
    Thanks in advanced

    The basic difference is
    RSBKDTP  - retrieves based on Object version (DTP  and OBJVERS are keyfields)
    RSBKDTPH - retrieves based on Time stamp (DTP  and timestamp are keyfields)
    according to your requirement you can consider the tables for statical reports on DTPs

  • Report Problem need to fix the code

    Hello Expert
    I am new to apex, I was given a task to interpret the code and fix the problem.
    This Apex application has a list of value where the user select the institution as a drop down list menu. After selecting the institution the main report below the drop down list will be populated based on the selection. The problem is that when the user insert record for standalone program, this insert don't appear on the report when the user select the instituion.
    can someone look at the code below and explain to me line by line what it does and how can I twick it to solve this problem? I am cloue less and I need expert help
    select dt.* 
             ,case when dt.delivery_location is null then null
                      else htf.anchor ('javascript:void(0);'
                                              ,'<img src=#APP_IMAGES#location.png
                                                title=''' ||dt.delivery_location || '''
                                                alt=''' ||dt.delivery_location || '''
                                                height=24 width=24/>'
              end dl_hover
      from (
    select
            CASE WHEN INDEP_DEGREE = 'Y' THEN
            CASE WHEN Dt.DEGREE_ACRONYM IN ('AACC','ASCC') then
              da.DESCRIPTION   || ' with an Emphasis Area of ' ||
                     NVL(Mt.DESCRIPTION,cC.DESCRIPTION)
                ELSE    
             nvl(dt.description, da.DESCRIPTION)
             END
             ELSE
                CASE WHEN Dt.DEGREE_LEVEL IN ('V','A') THEN
                     nvl(dt.description, da.DESCRIPTION )  || ' with an Option in ' ||
                     NVL(Mt.DESCRIPTION,Cc.DESCRIPTION)
                WHEN Dt.DEGREE_LEVEL IN ('E','C','Z','F')  THEN
                     nvl(dt.description, da.DESCRIPTION )  || ' in ' ||
                     NVL(Mt.DESCRIPTION,Cc.DESCRIPTION)
                ELSE    
                     nvl(dt.description, da.DESCRIPTION )  || ' with a Major in ' ||
                     NVL(Mt.DESCRIPTION,Cc.DESCRIPTION)
                END
        END
    degree_name
    --,'???' emphasis_area
    ,nvl(mt.cip_code,dt.cip_code) cip_code
    ,nvl(mt.hours, dt.hours) total_credit_hours
    -- ,dt.deactivated status
    ,case when nvl(mt.deactivated,dt.deactivated)  = 'A' then 'Active'
              when nvl(mt.deactivated,dt.deactivated) = 'D' then 'Deactivated'
              when nvl(mt.deactivated,dt.deactivated) = 'T' then 'Terminated'
          WHEN NVL(mt.deactivated,dt.deactivated) = 'I'
          THEN 'Inactive'
              else null
       end status
    --,dt.degree_level program_type
    ,dl.description program_type
    ,dt.coop_indicator coop_indicator
    ,nvl(mt.approval_date,dt.approval_date) approval_date
    ,nvl(mt.implemented,dt.implemented) implemented
    ,nvl(mt.implementation_date, dt.implementation_date) implementation_date
    ,nvl(mt.delivery_mode ,dt.delivery_mode) delivery_mode
    ,(select rtrim(replace(replace(xmlagg(xmlelement("C" ,c.cixxvext_name)).getclobval() ,'<C>' ,'') ,'</C>' ,'&#xD; ') ,'&#xD; ') C
      from degree_transaction_details dtd
             ,cixxvext c
      where (dtd.degree_transaction_id = case when INDEP_DEGREE= 'Y' then dt.degree_id else mt.major_id end )
          and c.cixxvext_ext_site_cd = dtd.detail_value
    and dtd.record_type= case when INDEP_DEGREE = 'Y' then 'DEGREE' else 'MAJOR' end ) delivery_location
    ,dt.degree_id degree_id
    ,'Comparison Report' comparison_report
    ,apex_util.prepare_url ('f?p=&APP_ID.:2:&SESSION.::&DEBUG.:2:P2_FICE_CODE,P2_DEGREE_ID:&P1_FICE_CODE.,'||dt.degree_id) edit_link
    ,apex_util.prepare_url ('f?p=&APP_ID.:4:&SESSION.::&DEBUG.:RP,4:P4_DEGREE_ID:'||dt.degree_id) cr_link
    ,dt.description
    ,mt.major_id major_id
    ,nvl(mt.online_percentage,dt.online_percentage) online_percent
    ,nvl(mt.last_inst_review,dt.last_inst_review) last_inst_review
    from degree_transactions dt,
        degree_acronyms da,
        major_transactions mt,
        degree_levels dl,
        cip_codes cc
    where dt.degree_id = mt.degree_id
      and mt.cip_code = cc.cip_code
      and dl.degree_level = nvl(mt.degree_level,dt.degree_level)
      and dt.degree_acronym = da.degree_acronym
      and dt.Fice_code = da.fice_code
      and dt.degree_level = da.degree_level
      and dt.deactivated in ('A','D')
      and mt.deactivated in ('A','D')
      and dt.fice_code = :P1_FICE_CODE
      and dt.show_inst = 'Y'
    ) dt
    order by dt.description nulls first

    You said:
    "I was able to debug the code in SQL Developer."  Does this mean that you:
    ran the code, got results
    then set indep_degree to 'Y' on a row in your database
    ran the code again and saw the results you are looking for?
    If true, your code is working and should operate the same in APEX.
    So if your code is working, we need to understand what processes are running on the form and when they are firing.
    Jeff

  • In order to access the web, I need to set the MTU on my iPad 2 to 1392 (standard rate is 1500). How do I do this?

    My ISP is called iBurst and operates in South Africa and Australia. In order to load/download or browse on the web, you have to set the MTU to 1392 (it
    is by default 1500).
    To do this on my iMac & MacBook Pro, you use [System Prefs - WiFi - Advanced - Hardware] and configure the MTU manually.
    I cannot find a way of doing this on my iPad 2. I did download the Airport Utility for the iPad, but like the Airport Utility for Mac, it
    has no option for setting MTU.
    Is there any way to manually change the MTU on the iPad?

    Chunky-
    I may be mistaken, but I think the MTU setting is in your WiFi router, not in the iPad.  If you have already configured the MTU using your Mac, that should be sufficient.
    If the iPad still does not browse the web, I would try unplugging the WiFi router for a few seconds.  Then reset the iPad's network.  Go to Settings-General-Reset-Reset Network Settings.  You will need to reconnect the iPad to WiFi.
    Fred

  • I have my catalog "Back Up Each Time Lightroom Exits" checked, and always have. That means the catalog should have been backed-up and saved everyday, if not more than once on some dates. So with a a major problem now and needing to use the Catalog backup

    I have my catalog "Back Up Each Time Lightroom Exits" checked, and always have. That means the catalog should have been backed-up and saved everyday, if not more than once on some dates. So with a a major problem now and needing to use the Catalog backup from last Friday, I go to my Lightroom Backups folder - and the most recent one showing not only isn't yesterday, it's OCTOBER 28 !?? Where the hell are the daily backups between October 28 and November 14?

    Oh wow - JET LAG strikes agin - my apologies; I have located the missing weeks of back-ups. After getting home from a 30-day trip to Europe, I had changed the location of my LR catalog back-ups to an external drive, and forgot that I did that. I have found them, and all is good. Never operate Heavy Machinery without enough rest. Cheers

  • Can I operate the view object outside application module?

    I publish a Application Module into Oracle 8i Server. When I operate the view object in a class that published in Oracle 8i Server.
    It raise a remoteException. Can I operate the view object outside application module?

    Hi,
    The application module is the main point of contact for the ViewObject and EntityObject classes. It handles things like the connection pooling and other coordination aspects.
    You need to go through the app module to access the ViewObject class methods.

  • I want to operate the my network places 's computor

    There is a host named tv In my network places!It have two directories(tvdoc,tvupdate) and file(list.xml)
    I want operate the two directiries&file like local device!
    import java.net.*;
    import java.io.*;
    public class Commucation {
    public static void main(String[]args){
    try {
    Socket socket=new Socket("tv",13);
    if(socket.isConnected()){
    System.out.println("It is connect!");
    BufferedReader in=new BufferedReader(new InputStreamReader(socket.getInputStream()));
    if(in.ready()){
    System.out.println("The input stream is ready!");
    String s=in.readLine();
    System.out.println(in+"\t"+s);
    } catch (IOException e) {
    e.printStackTrace(); //To change body of catch statement use File | Settings | File Templates.
    I want to read list.xml!and list files in tvdoc!
    what can I do?

    Well,
    I don't know if there is a language problem here, or if my description is really bad. This is a windows issue, you don't need to write a single line of code to do that.
    As I said previously. Create a share on the tv computer. Then map that share on you local computer.
    Use google to find how you do that ni your operating system. E.g. enter this query into google:
    create share map drive windows xp
    Btw. Are you related to Zulfi?
    /Kaj

  • HT1199 need help installing the os x mountain lion update

    need help installing the os x mountain lion software update

    By default, ML no longer comes with the Java runtime preinstalled. I believe the route to enabling Java if you are going to need it is to run the Java Preferences app found in Utilities. It will inform you of Java's absence and offer to install the latest version and activate it. On subsequent runs, the Preferences app will allow you to fine tune how the runtime operates.
    Note that the new default operation is for the applet plugin to be disabled. You need to enable it as needed and it self-deactivates if unused in awhile. Also important to note that Java comes in both 32 and 64 bit versions and you can set the preferred order. Default is 64-bit but I've had issues with some applets failing to run and have had to switch the order.

  • Need inputs regarding the dvd drive on primary ide channel.

    Specs:
    Motherboard: MSI P35 Neo3 (MS-7935 1.0)
    CPU: Intel Core2 Duo E6550
    Memory: Team Elite DDR2800 (2x1GB Dual Channel)
    Hard drive: Seagate Barracuda 7200.11 500GB 32MB Cache (SATA)
    Optical drive: LG GSA-H55L (IDE only) Firmware version 1.02
    Graphics card: Gecube HD3870
    Chipset: Intel P35/G33/G31 (Rev. A2)
    Southbridge: Intel 82801IB (ICH9)
    LPCIO: Fintek F71882F
    BIOS: AMI V1.1 (11/07/2007)
    Hello,
    Almost all new motherboards today only have a primary ide channel and the rest are SATA.
    I need inputs regarding the dvd drive which is shown in device manager as located on the primary ide channel while the hard drive is located on the secondary channel. Because I would like to update the dvd drive to the latest firmware (version 1.06; to be able to recognize more blank media) but the LG site recommends that the drive (dvd) be located on the secondary ide channel.
    I already tried to uninstall every channel from the device manager but all would still be the same after reboot, dvd drive on primary, hard drive on secondary.
    Current ide mode in BIOS is set to AHCI+IDE mode, DMA modes are fine (UDMA4 for dvd, UDMA5 for hard drive), boot sequence (1st=HD, 2nd=DVD, 3rd=Floppy drive)
    Tried switching to IDE mode only in BIOS but would not detect the optical drive. Never tried RAID+IDE mode since I only have a single hard drive.
    I'm not sure but if I try to update the firmware, it might instead try to update the hard drive's firmware instead of the optical drive and make the hard drive unusable.
    I would like to know if anybody with this same situation was able to successfully update the optical drive's firmware or is there some way to place the optical drive on the secondary ide channel and the hard drive on primary for me to follow and replicate the process.
    Thank you for any replies.

    Thanks sir NovJoe for the reply.
    Just received the solution from another forum where I posted the same problem.
    They said that the flash program for the firmware will detect the drive on its own and would not flash other devices except the optical drive itself. So its pretty safe, and I can confirm this since I just flashed my ODD a little over a while ago and everything went fine. No errors.
    Though I'm speaking for the brand of ODD I own and may be different for other brands so take precautions as well. It may be different for the others.

  • PC hard drive died and I have replaced it.  Need to import the music on my iPod, but get a message that it's synced with another library (old hard drive).  How do I import the music onto new hard drive? Senuti's just for macs.No old hard drive to copy.

    My PC hard drive died and I have replaced it.  Need to import the music on my classic iPod, but get a message that it's synced with another library (old hard drive).  How do I import the music onto the new hard drive? Senuti (one respondent's suggestion) is just for macs. I have no old hard drive to copy to the new hard drive (another respondent's suggestion.)

    See this older thread from another forum member Zevoneer on different ways to copy music from your iPod back to your PC.
    https://discussions.apple.com/thread/2417169?start=0&tstart=0
    B-rock

  • Help needed to optimize the query

    Help needed to optimize the query:
    The requirement is to select the record with max eff_date from HIST_TBL and that max eff_date should be > = '01-Jan-2007'.
    This is having high cost and taking around 15mins to execute.
    Can anyone help to fine-tune this??
       SELECT c.H_SEC,
                    c.S_PAID,
                    c.H_PAID,
                    table_c.EFF_DATE
       FROM    MTCH_TBL c
                    LEFT OUTER JOIN
                       (SELECT b.SEC_ALIAS,
                               b.EFF_DATE,
                               b.INSTANCE
                          FROM HIST_TBL b
                         WHERE b.EFF_DATE =
                                  (SELECT MAX (b2.EFF_DATE)
                                     FROM HIST_TBL b2
                                    WHERE b.SEC_ALIAS = b2.SEC_ALIAS
                                          AND b.INSTANCE =
                                                 b2.INSTANCE
                                          AND b2.EFF_DATE >= '01-Jan-2007')
                               OR b.EFF_DATE IS NULL) table_c
                    ON  table_c.SEC_ALIAS=c.H_SEC
                       AND table_c.INSTANCE = 100;

    To start with, I would avoid scanning HIST_TBL twice.
    Try this
    select c.h_sec
         , c.s_paid
         , c.h_paid
         , table_c.eff_date
      from mtch_tbl c
      left
      join (
              select sec_alias
                   , eff_date
                   , instance
                from (
                        select sec_alias
                             , eff_date
                             , instance
                             , max(eff_date) over(partition by sec_alias, instance) max_eff_date
                          from hist_tbl b
                         where eff_date >= to_date('01-jan-2007', 'dd-mon-yyyy')
                            or eff_date is null
               where eff_date = max_eff_date
                  or eff_date is null
           ) table_c
        on table_c.sec_alias = c.h_sec
       and table_c.instance  = 100;

Maybe you are looking for

  • In BAPI's why the structures are used in table parameters?

    Hello sir, what is BAPI sir? In BAPI's why the structures are used in table parameters?  table parameters they are using structures but not using any customized tables ?  regards rachu.

  • Add Tab ability to Content Editor Web Part

    Just wondering if there is an easy way to add a content editor Webpart to a SharePoint Online (office 365) SharePoint site where the code in the CEWP would created 2 tabs and the user could then put different content to display on each tab.  When a u

  • SP Not firing

    Hi I am new to SP.I written a code which is executed at back end succesfully but its not firing at front end. I used this SP to restrict the user to change the unit price(Comes automatically from item master) for a particular item group in PO.its not

  • Ugh. what to do? help!

    i updated to the new ios4 and now all my apps either crash or freeze. the phone is super sluggish. can i just go back to ios3 or is there a way to fix this? i just got my phone may 19 and it is brand new! i dont have to have the few changes offered i

  • ITunes constantly updates same songs unnesessarily

    For some reason, iTunes is acting strange. I recently moved up to a new 60GB 5G iPod from an old-school 10GB 2G model I've been using for years. Anyways, after uploading my whole 30GB audio library and a few video podcasts to the new iPod, I've notic