How to disable webcache on opmnctl startall

Hi
how to disable webcache on OAS 10g ? definitively.
with opmnctl startall i'd like to bypass the mount of this service.
Regards
Den

Hi,
If you want to disable WebCache, you can do that from the Enterprise Manager Application Control web page. Once disabled, you can issue the opmnctl startall command without WebCache starting.
Otherwise, you will have to start each component individually, e.g. opmnctl startproc process-type=HTTP_Server, etc.
HTH,
Jim

Similar Messages

  • How to disable or rename Oracle Report Server servlet command?

    Hi,
    I'm using Oracle9i App Server R2.
    I would like to learn how to disable or rename Oracle Report Server's servlet command?
    This is to avoid user from accessing http://myserver/reports/rwservlet/showmap to view the key map file content.
    Please advise.

    or example, my report server was rep_appserver, then i want to rename it to rep_test.
    Here some step to accomplish it,
    1. stop mid-tier
    $ORACLE_HOME\opmn\bin\opmnctl stopall
    2. stop em website
    $ORACLE_HOME\bin\emctl stop iasconsole
    3. rename $ORACLE_HOME\reports\conf\rep_<old_report_server_name>.conf to something else or delete it
    4. rename $ORACLE_HOME\reports\server\rep_<old_report_server_name>.dat to something else or delete it
    5. edit $ORACLE_HOME\reports\conf\rwservlet.properties file then change the SERVER parameter to new report server name(remember this new name has to be a unique name)
    6. create a backup copy of the $ORACLE_HOME\sysman\emd\targets.xml file
    7. open $ORACLE_HOME\sysman\emd\targets.xml, find old report server name and then replace it to new report server name
    8. save new targets.xml file
    9. open $ORACLE_HOME\opmn\conf\opmn.xml, old report server name and then replace it to new report server name
    10. start em website
    $ORACLE_HOME\bin\emctl start iasconsole
    11. start mid-tier
    $ORACLE_HOME\opmn\bin\opmnctl startall
    HTH
    Amkotz

  • How to Disable SSLv2 in Oracle IAS 10.1.3

    How to disable SSLV2 in Oracle IAS 10.1.3.. I added below in ssl.conf file.. But it is not working...
    SSLProtocol -ALL SSLv3 TLSv1
    SSLCipherSuite ALL:!aNULL:!ADH:!eNULL:!LOW:!EXP:RC4+RSA:+HIGH:+MEDIUM
    Thanks
    Lalitha

    How can you have WebCache if you are using 10.1.3 version?
    The cause of this problem has been identified and verified in an unpublished Bug 4761833 : "IE FAILS TO TO CONNECT TO WEBCACHE VIA SSL IF SSLV2.0 IS NOT SELECTED".
    By default Webcache sets its SSL_ENABLED parameter in webcache.xml to: SSLV3_V2H
    This supports only SSL V2.0 and SSLV3.0 and not TLSV1.0
    When IE makes a connection with: SSL V2.0, SSLV3.0, TLSV1.0 all checked, an Ethereal sniff shows:
    SSLV2 Client Hello
    SSLV3 Server Hello
    When IE makes a connection with: SSLV3.0, TLSV1.0 checked, SSL v2.0 unchecked, an Ethereal sniff shows:
    TLSV1 Client Hello
    SSLV3 Alert (Level: Fatal, Description: Unexpected Message)
    When Firefox makes a connection with SSLV3.0, TLSV1.0 checked, SSL v2.0 unchecked an Ethereal
    sniff shows:
    SSLV2 Client Hello
    SSLV3 Server Hello
    So even though SSLV2.0 is unchecked it still makes the initial Client Hello via SSLV2.0 hence why Mozilla works
    The reason why IE fails when SSLV2.0 is unchecked is because IE always uses what it considers to be the best Protocol and picks TLSV1.0, and as the default SSL_ENABLED parameter in Webcache does not support TLS V1.0, then it fails.
    Solution
    To implement the solution, execute the following steps:
    1. Edit the $ORACLE_HOME/webcache/webcache.xml
    For the SSL Listen entry e.g:
    <LISTEN IPADDR="ANY" PORT="443" SSLENABLED="SSLV3_V2H" PORTTYPE="NORM">
    Change:
    "SSLV3_V2H"
    to
    "SSL"
    2. Save the file and restart webcache, and then test you can access Webcache via SSL with SSLV2.0 unchecked
    Hope this helps
    Regards.

  • Can't start application server - opmnctl startall don't work

    Hi
    i have installed DB and AS on the same machiine
    db is 10.2.0.4.0
    AS is 10.1.3.1
    Linux OEL 4.8
    i use the following to startup the AS
    export ORACLE_HOME=/u01/app/oracle/product/10.1.3.1/OracleAS_2
    export PATH=$PATH:$ORACLE_HOME/bin
    export PATH=$PATH:$ORACLE_HOME/opmn/bin
    export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$ORACLE_HOME/lib
    cd /u01/app/oracle/product/10.1.3.1/OracleAS_2/opmn/bin
    ./opmnctl startall
    but i got the following in /u01/app/oracle/product/10.1.3.1/OracleAS_2/opmn/logs/default_group~oc4j_soa~default_group~1.log
    <2009-12-30 17:28:43,470> <ERROR> <collaxa> <ProcessJob::execute> Error when connecting to http://localhost.localdomain:7777
    <2009-12-30 17:28:43,471> <ERROR> <collaxa> <ProcessJob::execute> Error when connecting to http://ASRH4:7777/orabpel
    <2009-12-30 17:28:43,472> <ERROR> <collaxa> <ProcessJob::execute> Error when connecting to http://192.168.25.105:7777/orabpel
    <2009-12-30 17:28:43,473> <ERROR> <collaxa> <ProcessJob::execute> Error when connecting to http://localhost.localdomain:7777/orabpel
    <2009-12-30 17:28:43,474> <ERROR> <collaxa> <ProcessJob::execute> Error when connecting to http://localhost:7777/orabpel
    <2009-12-30 17:28:43,474> <ERROR> <collaxa> <ProcessJob::execute> Attempt (15/15
    and it don't start
    the db ons.config is
    localport=6100
    remoteport=6200
    loglevel=3
    the AS opmn.xml important parts are
    <notification-server interface="ipv4">
    <port local="7100" remote="7200" request="7003"/>
    <ssl enabled="true" wallet-file="$ORACLE_HOME/opmn/conf/ssl.wlt/default"/>
    </notification-server>
    please any help?
    Thanks
    Edited by: user8803475 on Dec 29, 2009 10:54 PM

    Hi Mr Hans,
    Firewall/SELINUX are disabled
    i did a "FRESH" install of AS on the same box that have the db ,
    the ons.config for the db is
    localport=7100
    remoteport=7200
    loglevel=3
    but i still get this error during installation:-
    opmn id=ASRH4:6200
    0 of 2 processes started.
    ias-instance id=as5.localhost.localdomain
    ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++--------------------------------------------------------------------------------ias-component/process-type/process-set:
    HTTP_Server/HTTP_Server/HTTP_Server/
    Error
    --> Process (index=1,uid=1902257481,pid=9616)
    failed to start a managed process after the maximum retry limit
    Log:
    /u01/app/oracle/product/10.1.3.1/OracleAS_3/opmn/logs//HTTP_Server~1.log
    ias-component/process-type/process-set:
    default_group/oc4jhome/default_group/
    Error
    --> Process (index=1,uid=1902257482,pid=9565)
    time out while waiting for a managed process to start
    Log:
    the /etc/hosts contents are:-
    192.168.25.105 localhost.localdomain localhost ASRH4
    192.168.25.105 ASRH4 ASRH4 ASRH4
    also running hostname command gives -> ASRH4
    Please advise?
    Thanks

  • Init.d script to auto-start opmnctl startall

    Hi,
    My customer had created init.d script for 'opmnctl startall'.
    The script given below results in error stating that 'ulimit files cannot be set'.
    But, checking ulimit for root and oracle shows unlimited.
    Script:
    su - oracle -c
    "/app/oracle/product/10.2.0/http/opmn/bin/opmnctl startall" > /dev/null
    Please share your ideas on how to resolve this.
    Thanks in advance.
    Regards,
    Sindhiya V.

    Hi,
    I kind of remember seeing the same thing once, and I solved it by making sure that the Shell Limits was correctly set for the oracle user (or the user you have installed the product as). Check out:
    http://download-west.oracle.com/docs/cd/B31017_01/linux.1013/install/reqs.htm#CIHHGJDC
    Cheers,
    Andy

  • Opmnctl startall error

    Hi
    I am running Oracle 10g server and database on Linux.
    When I issue command opmnctl startall, I am getting following error:
    opmn id=dawson:6202
    2 of 8 processes started.
    ias-instance id=fr904.dawson.insite.amk123.com.au
    ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
    ias-component/process-type/process-set:
    HTTP_Server/HTTP_Server/HTTP_Server
    Error
    --> Process (pid=9036)
    managed-process dependency failed
    fr904.dawson.insite.amokkajava.com.au~HTTP_Server~HTTP_Server~HTTP_Server
    Log:
    /opt/oracle/products/ias/fr904/opmn/logs/HTTP_Server~1
    --> Process (pid=8681)
    failed to start a managed process after the maximum retry limit
    Log:
    /opt/oracle/products/ias/fr904/opmn/logs/HTTP_Server~1
    ias-component/process-type/process-set:
    WebCache/WebCache/WebCache
    Error
    --> Process (pid=8680)
    time out while waiting for a managed process to start
    Log:
    /opt/oracle/products/ias/fr904/opmn/logs/WebCache~WebCache~1
    ias-component/process-type/process-set:
    WebCache/WebCacheAdmin/WebCacheAdmin
    Error
    --> Process (pid=8630)
    time out while waiting for a managed process to start
    Log:
    /opt/oracle/products/ias/fr904/opmn/logs/WebCache~WebCacheAdmin~1
    ias-component/process-type/process-set:
    OC4J/OC4J_BI_Forms/default_island
    Error
    --> Process (pid=0)
    managed-process dependency failed
    fr904.dawson.insite.amokkajava.com.au~OC4J~OC4J_BI_Forms~default_island
    managed-process dependency failed
    fr904.dawson.insite.amokkajava.com.au~OC4J~OC4J_BI_Forms~default_island
    failed to start a managed process because a dependency check failed
    Log:
    none
    ias-component/process-type/process-set:
    rep_dawson/ReportsServer/rep_dawson
    Error
    --> Process (pid=0)
    failed to start a managed process because a dependency check failed
    Log:
    none
    ias-component/process-type/process-set:
    rep_dawson2/ReportsServer/rep_dawson2
    Error
    --> Process (pid=0)
    failed to start a managed process because a dependency check failed
    Log:
    none
    What can be the reason??
    Thanks in advance
    Prasad

    Duplicated thread at --> opmnctl startall errors

  • Opmnctl startall errors

    Hi
    I am running Oracle 10g AS and database on Linux.
    When I issue command opmnctl startall, I am getting following error:
    opmn id=dawson:6202
    2 of 8 processes started.
    ias-instance id=fr904.dawson.insite.amk123.com.au
    ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
    ias-component/process-type/process-set:
    HTTP_Server/HTTP_Server/HTTP_Server
    Error
    --> Process (pid=9036)
    managed-process dependency failed
    fr904.dawson.insite.amokkajava.com.au~HTTP_Server~HTTP_Server~HTTP_Server
    Log:
    /opt/oracle/products/ias/fr904/opmn/logs/HTTP_Server~1
    --> Process (pid=8681)
    failed to start a managed process after the maximum retry limit
    Log:
    /opt/oracle/products/ias/fr904/opmn/logs/HTTP_Server~1
    ias-component/process-type/process-set:
    WebCache/WebCache/WebCache
    Error
    --> Process (pid=8680)
    time out while waiting for a managed process to start
    Log:
    /opt/oracle/products/ias/fr904/opmn/logs/WebCache~WebCache~1
    ias-component/process-type/process-set:
    WebCache/WebCacheAdmin/WebCacheAdmin
    Error
    --> Process (pid=8630)
    time out while waiting for a managed process to start
    Log:
    /opt/oracle/products/ias/fr904/opmn/logs/WebCache~WebCacheAdmin~1
    ias-component/process-type/process-set:
    OC4J/OC4J_BI_Forms/default_island
    Error
    --> Process (pid=0)
    managed-process dependency failed
    fr904.dawson.insite.amokkajava.com.au~OC4J~OC4J_BI_Forms~default_island
    managed-process dependency failed
    fr904.dawson.insite.amokkajava.com.au~OC4J~OC4J_BI_Forms~default_island
    failed to start a managed process because a dependency check failed
    Log:
    none
    ias-component/process-type/process-set:
    rep_dawson/ReportsServer/rep_dawson
    Error
    --> Process (pid=0)
    failed to start a managed process because a dependency check failed
    Log:
    none
    ias-component/process-type/process-set:
    rep_dawson2/ReportsServer/rep_dawson2
    Error
    --> Process (pid=0)
    failed to start a managed process because a dependency check failed
    Log:
    none
    What can be the reason??
    Thanks in advance
    Prasad

    Hi.
    I did that.
    my .apachectl permission is
    -rwsr-s--- 1 root dba 18591 Dec 20 2004 .apachectl
    but I've had this problem yet.
    Could you mind helping me please.
    [oracle@s2 bin]$ ./apachectl start
    /u01/app/oracle/product/10.2.0/ohs/Apache/Apache/bin/httpd: error while loading shared libraries: libdb.so.2: cannot open shared object file: No such file or directory
    ./apachectl start: httpd could not be started
    WARNING!! Direct use of apachectl within Oracle9iAS is
    deprecated. Using apachectl in conjunction with opmn may lead
    to unexpected behavior (such as opmn automatically restarting
    OHS after it has been shutdown using apachectl). Please use
    opmnctl (located at ORACLE_HOME/opmn/bin/opmnctl) instead.
    apachectl may not be shipped with future versions of Oracle9iAS.
    oracle@s2 bin$ apachectl status
    Not Found
    The requested URL /server-status was not found on this server.
    Apache/2.2.3 (Red Hat) Server at localhost Port 80
    root@s2 bin# opmnctl startproc ias-component=HTTP_Server
    opmnctl: starting opmn managed processes...
    ================================================================================
    opmn id=s2.rs.tce.ir:6200
    0 of 1 processes started.
    ias-instance id=standalone
    ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
    ias-component/process-type/process-set:
    HTTP_Server/HTTP_Server/HTTP_Server
    Error
    --> Process (pid=9022)
    failed to start a managed process after the maximum retry limit
    Log:
    /u01/app/oracle/product/10.2.0/ohs/opmn/logs/HTTP_Server~1
    /u01/app/oracle/product/10.2.0/ohs/opmn/logs/HTTP_Server~1 result
    09/08/18 09:58:12 Start process
    apachectl is not owned by this user
    09/08/18 09:58:14 Start process
    apachectl is not owned by this user
    글 수정: user11301803

  • How to disable parent window while popup window is coming

    Hi,
    I am working on Oracle Applications 11i.
    I am able to get the popup window using the Java script in the controller.
    Please see the below code for the reference.
    String pubOrderId = pageContext.getParameter("orderId");
    StringBuffer l_buffer = new StringBuffer();
    StringBuffer l_buffer1 = new StringBuffer();
    l_buffer.append("javascript:mywin = openWindow(top, '");
    l_buffer1.append("/jct/oracle/apps/xxpwc/entry/webui/AddAttachmentPG");
    l_buffer1.append("&retainAM=Y");
    l_buffer1.append("&pubOrderId="+pubOrderId);
    String url = "/OA_HTML/OA.jsp?page="+l_buffer1.toString();
    OAUrl popupUrl = new OAUrl(url, OAWebBeanConstants.ADD_BREAD_CRUMB_SAVE );
    String strUrl = popupUrl.createURL(pageContext);
    l_buffer.append(strUrl.toString());
    l_buffer.append("', 'lovWindow', {width:750, height:550},false,'dialog',null);");
    pageContext.putJavaScriptFunction("SomeName",l_buffer.toString());
    But here the problem is, even though popup window is there, i am able to do the actions on the parent page.
    So how to disable the parent page, while getting the popup window.
    Thanks in advance.
    Thanks
    Naga

    Hi,
    You can use javaScript for disabling parent window as well.
    Refer below link for the same:
    http://www.codeproject.com/Questions/393481/Parent-window-not-disabling-when-pop-up-appears-vi
    --Sushant                                                                                                                                                                                                                                                                                                                                                                                                                                           

  • How to Disable "Auto Align" in [System Pref.] - [Display] - [Arrangement]

    Does anyone know How to Disable "Auto Align" in [System Preferences] -> [Display] -> [Arrangement]?
    It always want to align the two screens from the top when they are lined up close together and I need them to be aligned from the bottom. Since the resolution heights are so close together (1080 & 1050) it does not allow one to align side by side from the bottom as it prioritizes top alignment.
    I guess I'm looking for a script to disable this feature.

    Anyone got any ideas?

  • How to disable the "turn page" event triggered by the scroll/swipe function?

    The problem is as follows.
    The default behaviour of Acrobat Reader (both stand alone and browser plug-in) is to allow scrolling/swiping with the mouse wheel/trackpad. This is useful when the pdf's page length is greater than the screen's own length, because you can read the pdf with no need to distract your attention from the text to the scrollbar button. However, the same scroll/swipe function turns into a usability problem when the pdf is embedded in a html page and the pdf's page length is smaller than the browser's length. In this case, the scroll/swipe turns the page, distracting your attention from the text to the unintended behaviour of the browser. What happens is that you are so used to scrolling/swiping that you did it unintentionally in the pdf's caption area. You really did not want to turn pages in the pdf. Furthermore, if the pdf takes the whole html page, being a website, the scroll/swipe function flips the website pages in ways that neither the reader nor the writer had ever intended. Hence the question. How to disable, in this case, the "turn page" event triggered by the scroll/swipe function? A JavaScript should do, but the SDK documents did not help so far...
    Message was edited by: 41457173
    Message was edited by: 41457173

    ... or release a patch for the API,
    ... or suggest an alternative route to achieve the intended result.

  • [Forum FAQ] How to disable Microsoft account default sign-in behavior when accessing Microsoft website on Windows 8.1

    Scenario
    By default it will sign in with current Microsoft account, if a user accesses Microsoft website (www.live.com, www.bing.com, etc.) with Microsoft account on Windows 8.1. This article describes how to disable this default sigh-in behavior if you want to use
    different Microsoft accounts every time. 
    Method
    To disable this default sign-in behavior, we can deny current Microsoft Account read permission of MicrosoftAccountTokenProvider.dll, please follow the following steps:
    Run Command Prompt with elevated permissions.
    Run the following command to take ownership of MicrosoftAccountTokenProvider.dll:
      takeown /f C:\Windows\SysWOW64\MicrosoftAccountTokenProvider.dll
    Run the following command to deny the read permission of the Microsoft:                                
     icacls C:\Windows\SysWOW64\MicrosoftAccountTokenProvider.dll /deny
    [email protected]:r                                                                                                                
    Note: Please replace your current Microsoft Account with the example
    [email protected]
    Change the owner of this file back to TrustedInstaller:
    Right-click MicrosoftAccountTokenProvider.dll under
    C:\Windows\SysWOW64\, choose Properties. Under
    Security tab, click Advanced.
    Click Change, in the box Enter the object name to select, type
    NT Service\TrustedInstaller.
    Click OK.
    Note: This operation would take some hours to work.
    Apply to:
    Windows 8.1
    Please click to vote if the post helps you. This can be beneficial to other community members reading the thread.

    Error: System cannot find the specified path
    I am getting this eroor
    Parashuram Singade www.distinctnotion.com

  • How to disable airplay mirroring on iPad with ios7

    How to disable airplay mirroring on iPad with ios7?

    I've had this problem ever since I was at my friend's house- she has Apple TV- and my iPad connected automatically. So, I have no idea why any of the practical solutions that people think of are not options BUT, in terms of just getting it done, I did figure out a way. The key for me was getting near another Apple TV. I was out of town so I took my iPad to another friend's house who also has TV. Once I was logged onto their wireless network (the same network that their Apple TV is on-- that's how it connected in the first place), then the Airplay icon and options showed up from the bottom-draw menu and I was able to make sure that mirroring was turned off from the Apple TV section and to make sure the selection was on iPad instead. Problem solved. Now whether or not this will stay the same (rather than me having to make sure it stays at this setting everytime I link up to a network that has an Apple TV on it) I don't know. So my advice is find someone with Apple TV and connect to their network with your iPad and then change it.

  • I have changed the apple ID (email, but on my iphone , the icloud is stil asking me to log in whit the old email.And it is poping-up on every 10 seconds.I never used icloud, and i dont want to use it.I just dont know how to disable the icloud.

    i have changed the apple ID (email) but on my iphone , the icloud is stil asking me to log in whit the old email.And it is poping-up on every 10 seconds.I never used icloud, and i dont want to use it.I just dont know how to disable the icloud.

    If you see that pop up you enabled icloud. Whether you want or do not want now to use it irrelevant until you actually disable activation lock.
    In order to do that you have to change your apple id back to do that just long enough to sign in and back out. System will ask you to verify, don't.
    Just sign in on the prompt you getting and then logout. Once done, change apple id to what you have now and verify. Then decide if you want to
    use icloud (who does not want to be able to track their phone if lost or stolen).

  • Can't use down key because it opens automator. Does any one know how to disable this short cut?

    Everytime I press down on down key it opens automator. It doesn't let me delete the app. I don't know what to do, it is very frustating to fill in a chart when I can't use the down key. Does any one know how to disable this short cut?

    Are you talking about the Down Arrow key? To my knowledge there is no way to use that key as a shortcut for anything. But look in the Keyboard section of System Preferences and the Keyboard shortcut tab.

  • I need to know how to disable my apps on my old system so that I can install them on new computer.

    I've just purchased a new iMac and need to know how to disable my apps on my old system so that I can install them on the new one.

    You are allowed to have two working installations so you do not have to disable the original if you prefer to have a backup.  Otherwise, to disable you can just sign out thru the CC manager.
    Creative Cloud Help / Sign out, Sign in | Creative Cloud desktop app
    http://helpx.adobe.com/creative-cloud/kb/sign-in-out-creative-cloud-desktop-app.html

Maybe you are looking for

  • How can I create xml file automatically from database

    Hi, Can I create a site map drom database.There is table for storing menu details.Is it possible to create an xml file corresponding to a query. How can i configure root menu.xml to incllude this xml file.Please help me.. Thanks

  • Why is my Mac running so slow?

    I have a Mac book late 2010 and it has 4 gb of ram. I got mountain lion and now every thing is slow like Turning on takes 1:30 to get to the log on screen. Loging in takes 30 sec opening any programs takes 30+ secs. Do you know why this is the case?

  • How to use Application Designer with virtual box vm's

    hi all, I could use some help please. I have everthing installed and working on the VMs but now I want to use Application Designer but I must be doing something wrong. I installed the Oracle client on windows and created tnsnames.ora. I can't connect

  • How to add totals for each page in main window

    hi   i have problem in scripts   how to add total in first page ending and carry it to second page , at the end of second page again adding total and so on until last page. very urgent regards ratna

  • FA: Wrong deprecation calculations

    Dear Value Consultant I already calculate deprecation with wrong percent cause from the beginning I assigned the assets item to wrong accounts category Now what I can do? my case the assets is calculated deprecation for 3 period past and already post