Can not stop the agent

Hi all

I recently updated two databases on a unix machine, who share the same oracle 10.2.0.4 is home of 10.2.0.1. After improvement, the status of the agent and the listener became "Unavailable", the database instance is also down in the grid control (I can access databases of command-line, however).

At the command prompt when I do

agent of $ emctl status
Oracle Enterprise Manager 10g Database Control Release 10.2.0.4.0
Copyright (c) 1996, 2007 Oracle Corporation. All rights reserved.

--------------------------------------------------------------------------------
Date: Wednesday, October 8, 2008 15:32:18 GMT
Server: Apache/2.2.8 (Unix)
Allow: GET, HEAD, POST, OPTIONS, TRACE
Content-Length: 287
Connection: close
Content-Type: text/html; charset = iso-8859-1


--------------------------------------------------------------------------------
Agent runs but not ready

I tried to stop the agent and run again, when I

stop agent emctl $
Oracle Enterprise Manager 10g Database Control Release 10.2.0.4.0
Copyright (c) 1996, 2007 Oracle Corporation. All rights reserved.
Agent... failed to stop.

Anyone has an idea about this?

concerning
Sunny boy

MetaLink notes 549896.1 and 278100.1 did not work for me, but a combination of things in there with the help of the support only.

Remember that there are no errors in your application of patches.

Tags: Database

Similar Questions

  • Can not stop the Windows Help and Support screen to appear several times

    I tried to us Windows Defender and features WindowTurn on or off programs in vain to stop the Windows Help and Support screen to appear several times offering assistance on everything that I've just selected if it is a selection of function or the word internet. The copy of Vista came with my new Dell laptop. I have another laptop HP with Vista but do not have to go through this on this subject.

    Advice to address this very frustrating situation would be appreciated.

    Hi Maree33,

    Let's run Windows Update and make sure that you have all the latest patches and service packs loaded.  In Internet Explorer click Tools then Windows Update and follow the instructions.

    You can also give a quick call Dell and see if this is a common problem with their OEM version.

    Please let us know the results.

    Brent
    Microsoft Answers Support Engineer
    Visit our Microsoft answers feedback Forum and let us know what you think.

  • Can not stop the process after throwing the error in the OPS

    Dear Experts,

    I am oaf extension co page. I want to stop the process when getting the error after click on apply. I have written logic for error message

    if(vRowCount!= 0)

    {

    pageContext.writeDiagnostics (this, "vrowcoun t! 0 ", 1);

    throw new OAException ("xxThe number already exists", OAException.ERROR);

    }

    It throws the error as an exception, so that it continues the process. I would through error message and stop the process.

    Could someone explain to me how can I solve this problem?

    JDeveloper version: 10.1.3.3.0

    Thanks in advance.

    Here's the code extended co.

    package xxxpai.oracle.apps.ar.hz.components.address.webui;

    import java.sql. *;

    Import oracle.apps.ar.hz.components.address.webui.HzPuiAddressCreateUpdateCO;

    Import oracle.apps.fnd.common.MessageToken;

    Oracle.apps.fnd.framework import. *;

    Import oracle.apps.fnd.framework.server.OADBTransaction;

    Import oracle.apps.fnd.framework.webui.OADialogPage;

    Import oracle.apps.fnd.framework.webui.OAPageContext;

    Import oracle.apps.fnd.framework.webui.beans.OAWebBean;

    Import oracle.apps.fnd.framework.webui.beans.message.OAMessageLovInputBean;

    public class xxHzPuiAddressCreateUpdateCO extends HzPuiAddressCreateUpdateCO

    {

    public xxHzPuiAddressCreateUpdateCO()

    {

    }

    ' Public Sub processRequest (pageContext OAPageContext, OAWebBean webBean)

    {

    super.processRequest (pageContext, webBean);

    }

    ' Public Sub processFormRequest (pageContext OAPageContext, OAWebBean webBean)

    {

    If (PageContext.GetParameter ("Apply")! = null)

    {

    OAApplicationModule am2 = pageContext.getRootApplicationModule ();

    Connection con = pageContext.getApplicationModule (webBean) .getOADBTransaction () .getJdbcConnection ();

    pageContext.writeDiagnostics (this, "entered button1", 1);

    OAViewObject arvo = (OAViewObject) am2.findViewObject ("HzPuiPartySiteVO");

    String abtype = null;

    int vRowCount = 0;

    OAMessageLovInputBean vLOV = (OAMessageLovInputBean) webBean.findChildRecursive ("partySiteInformation0");

    If (vLOV! = null)

    {

    abtype = vLOV.getValue (pageContext) m:System.NET.SocketAddress.ToString ();

    pageContext.writeDiagnostics(this,_(new_StringBuilder()).append ("xxx view object is not null, abtype") .append (abtype) m:System.NET.SocketAddress.ToString (), 1);

    }

    pageContext.writeDiagnostics(this,_(new_StringBuilder()).append ("attribute is") .append (abtype).append("_").toString(), 1);

    Try

    {

    String s1 = (new StringBuilder()).append("").toString ().append("SELECT_no_active_plots_FROM_XXPAI_REF_PLOTS_CONTRCT_VW_where_ref_number_=").append (abtype);

    PreparedStatement vpreparedsatement = con.prepareStatement (s1);

    ResultSet vresultset = vpreparedsatement.executeQuery ();

    pageContext.writeDiagnostics(this,_(new_StringBuilder()).append ("Select is instruction") .append (s1) m:System.NET.SocketAddress.ToString (), 1);

    If (vresultset. Next())

    {

    vRowCount = vresultset.getInt (1);

    pageContext.writeDiagnostics (this, "vRowCount value is" + vRowCount, 1);

    vresultset. Close();

    vpreparedsatement. Close();

    }

    }

    catch (System.Exception e)

    {

    throw OAException.wrapperException (e);

    }

    pageContext.writeDiagnostics(this,_(new_StringBuilder()).append ("vRowCount xxxx") .append (vRowCount) m:System.NET.SocketAddress.ToString (), 1);

    If (vRowCount! = 0)

    {

    pageContext.writeDiagnostics (this, "vrowcoun t! 0 ", 1);

    throw new OAException ("xxThe number already exists", OAException.ERROR);

    }

    }

    super.processFormRequest (pageContext, webBean);

    }

    }

    Hi, I found the solution, I used chips by using the following code.

    MessageToken chips [] = {new MessageToken("ATTRIBUTE3","abtype")};

    OAException errorMessage = new OAException("AR","XX_CUSTOMER_PAGE",tokens,OAException.ERROR,null);

    pageContext.putDialogMessage (errorMessage);

    pageContext.writeDiagnostics(this,_(new_StringBuilder()).append ("xxx before you throw new OAException') .append (vRowCount) m:System.NET.SocketAddress.ToString (), 1);

    pageContext.writeDiagnostics (this, "error message is" + errorMessage, 1);

    pageContext.forwardImmediately ("OA.jsp?page=/oracle/apps/ar/cusstd/acctSite/webui/ArAcctSiteOverviewPG",

    NULL,

    OAWebBeanConstants.KEEP_MENU_CONTEXT,

    NULL,

    NULL,

    true,

    OAWebBeanConstants.ADD_BREAD_CRUMB_NO);

    But, here, I want to update the record already exists, its getting eror

  • Can not stop the AutoPlay of the video

    Even if I don't have an internet connection counter always hate sites with videos of AutoPlay. I used to just stop going to these websites, but now that sites do more and more, it is difficult to avoid. My monthly data use boosted last year.

    I enabled both plugins.click_to_play that media.autoplay.enabled to FALSE. None of these solutions worked. I restart Firefox after the fact and I also tried to restart my computer as well. My test is to go to CNN.COM and click on a story. I still get the annoying autoplay videos.

    Is there anything else I can try?

    I found this on another site and it worked for me. So I thought that I would update here for others would know.

    «Enter about: config in the firefox address bar (confirm the message information where it appears) and search for the preference named plugins.click_to_play.» Double-click it and change its value to true.
    then you can go to tools > addons > plugins and set flash or other plugins 'always ask '. Subsequently you will be notified in the address bar or in the area of content as with the flashblock extension - when there is plugin content on a page and you can activate it with a single click... »

  • Creative cloud does not, refresh can not stop the update, can't do anything

    cc_bug.jpg

    Stuck like this for days. Cannot click on anything. (X) does not work.

    Hi Jacek,

    Please contact the customer service.

    Kind regards
    Rahul

  • I get the pop-up Alexa Sparky everytime I open Firefox, it does not provide a 'no' option... How can I stop the popup?

    Whenever I open Firefox, I get a pop-up asking me to install the Alexa Sparky toolbar - which I don't want. The popup box does not offer an option to say 'no' or "do not ask me again", which is VERY annoying. How can I stop the popup?

    Hello jhart, this popup also appears when you start firefox in safe mode?

    Troubleshoot extensions, themes, and issues of hardware acceleration to resolve common problems of Firefox

  • Can not stop cryptographic services to rename the Catroot2 folder.

    Hello

    I recently bought Halo 2 for WIndows Vista and tried to run it on my pc, which uses windows 7 Home premium. Since I installed the game, whenever I play it stops, saying that "Games for Windows Live could not... etc" I looked up the solution on a microsoft forum, and he said to rename the folder c:\windows\system32\catroot 2 by stopping the cryptographic service. ""

    Whenever I try to stop the cryptographic service, I get:

    System error 5: access denied

    I tried running the cmd as administrator prompt, and I get the message: "the application pause, continue or stop is not available for this service"

    I can also rename the Catroot2 folder, as he always says: ' this folder could not be renamed because it is already in use... etc ", but I think it's because I have not stopped the cryptographic service".

    What I'm doing wrong and what should I do to fix this?

    Hello

    ·        Are you logged on to the computer as administrator?

    You try to stop the service in safe mode and check what is happening. To start in SafeMode followed the link given below.

    http://Windows.Microsoft.com/en-us/Windows7/start-your-computer-in-safe-mode

    See also:

    http://social.answers.Microsoft.com/forums/en-us/vistagaming/thread/f966ba04-1cd8-4CFB-9b7c-0da90bd2d914

    Hope this information is useful.

    Amrita M

    Microsoft Answers Support Engineer
    Visit our Microsoft answers feedback Forum and let us know what you think.

  • I can not download the Flash Player. GetPlus + R stops working during the process

    I can not download the Flash Player.  GetPlus + R stops working during the process

    Hey Kevin,

    A. what browser do you use to download flash player?

    Have b. you tried with another browser?

    Have c. you downloaded this earlier?

    Please, try the following steps.

    Step 1: uninstall previous versions of Flash Player

    Before you install Flash Player for any Windows browser, uninstall all previous versions, and then restart your computer. Try to download flash player, if it does not work then uninstall Download Manager and check.

    Step 2: Verify Internet Explorer security and ActiveX settings

    Make sure that the Internet Explorer security is set at a level that allows viewing ActiveX controls. The medium: default level allows you to view the Flash content. For any custom level, follow the instructions below. (Contact your system administrator for more information.)

    To change your security level:

    1. open Internet Explorer.
    2. choose Tools > Internet Options.
    3. Select the Security tab.
    4. Select the custom level.
    5. Locate the section "ActiveX controls and plug-ins.
    6. set "Download signed ActiveX controls" at the command prompt.
    7. the value "Run ActiveX controls and Plug-ins" Prompt.

    Step 3:

    Download and install the flash player.
    http://get.Adobe.com/flashplayer/

    Reference:
    http://kb2.Adobe.com/CPS/191/tn_19166.html

    You can also post your questions in the Adobe forums.
    http://forums.Adobe.com/index.jspa

    I hope this helps.

    Bindu S - Microsoft Support

    [If this post can help solve your problem, please click the 'Mark as answer' or 'Useful' at the top of this message.] [Marking a post as answer, or relatively useful, you help others find the answer more quickly.]

  • Can you kindly stop my subscription? you keep charging me against my will, I will make official complain if you do not stop the order it.my number is the number of order AD013049762.

    Can you kindly stop my subscription? you keep charging me against my will, I will make official complain if you do not stop the order it.my number is the number of order AD013049762.

    I use PC and the accession of purchases on July 5, 2014. PLEASE STOP CHARGING ME!

    To cancel the Member please contact our support team via: http://helpx.adobe.com/in/contact.html?step=CCSN_adobe-id-signing-in_stillNeedHelp

    If you cannot use the chat nicely option, try the steps mentioned below.

    • Try a different browser.
    • Clear cookies and cache

    If you are still not able to discuss, good response with the below mentioned information.

    • OS version:
    • Browser version:

    You can also try: http://helpx.adobe.com/x-productkb/global/phone-support-orders.html

    For more information on the cancellation: https://helpx.adobe.com/x-productkb/policy-pricing/cancel-membership-subscription.html

    Atul_Saini

  • How can I stop the Firefox "remember" the password for a particular Web site?

    Usually, I like that Firefox remembered passwords. However, I don't want it to remember the password for my Yahoo email account. How can I stop the he remembering only this password, without losing other passwords remembers?

    You can use the following steps to delete the recorded data (form) in a drop-down list:

    1. Click on the (empty) input field on the web page to open the drop-down list
    2. Select an entry in the drop-down list with the mouse or the cursor key
      do not click with the mouse or press the Enter key
    3. Press the DELETE key (on a Mac: shift + del) to delete the highlighted entry

    See also:

    • Tools > Options > Security: passwords: "saved passwords" > "show passwords".

    Details such as websites to remember you (automatically log you) are stored in a cookie.
    So, you can erase cookies from Yahoo to Yahoo forget you, in the case where you put a check mark in the box to have Yahoo don't forget you.

    You can control and manage cookies for the domain currently selected tab:

    • Click the address bar onthe Site identity button"(globe/lock)
    • Click on 'More information' to open ' tools > Page Info "with the Security tab is selected
    • Click on "View Cookies" to view the cookies for the domain currently selected tab
    • Firefox/tools > Options > privacy > "Use the custom settings for history" > Cookies: "show the Cookies".
  • How can I disable the Agent updates from HP running?

    HP pavilion D4100Y

    Windows XP SP2 or 3 (not sure)

    No error message

    No recent changes

    Problem: The program "HP updates Agent" run frequently and on no particular schedule, certainly not the one I chose.  He takes over my computer for hours and using most of the CPU, fluctuating between 13% and 87% to 1 etc.3% at 6%, etc.. The computer crashes and I can not use it for something else. On the HP updates screen, I put updates on 'NEVER', but that did not work.  The programs always run. In the Windows Task Manager window, the program is called "Agent updates from HP".

    I find nothing on this problem in the base of support.

    How can I disable the Agent updates from HP running?

    Select your Start button, in the search box type 'msconfig' then msconfig.exe under programs.

    Look under the tabs "Services" and "Boot". Uncheck update HP agent, select 'Apply' and close.

  • can not download the attachment for hotmail

    Can not download the attachment for hotmail. The "uploading...". "sign never finished. But attachment downloading works in Internet Explorer. I tried to disable, uninstall and reinstall silverlight, but none of them seems to fix the problem.

    You have a user agent which is corrupt and which identifies you as undefined GoogleToolbarBB

    See:

  • How can I stop the supprt Assistant

    How can I stop the suppport of HP running?  It's driving me crazy?

    Hello

    Please try:

    To disable checking for automatic updates:

    1. launch HPSA,
    2. click on Settings below on the left.
    3. click on the tab health analysis above,.
    4. Select do not check updates,
    5. click on OK.

    To turn off the auto focus:

    1. launch HPSA,
    2. click on settings in the lower left corner.
    3. click on tab optimization on high,
    4. click on the frequency.
    5. Select NEVER in the bottom of the list,
    6. click on OK.

    And finally do not start:

    1. Control Panel > administrative tools > Task Scheduler.
    2. Find HP Support Assistant
    3. You can play with it here (up to your decisions) under triggers

    Kind regards.

  • Can not change the brightness of the screen - HP ENVY 17 laptop

    After the upgrade to Windows 8.1, I have the problems below:

    -I can not change the brightness of the screen on my laptop

    -When I clicked "Contact technical support" on HP support assistant program, he showed an error "HP support assistant has stopped working"... and closed the program. I downloaded a new at HP, but the same problem occurred.

    My laptop PC info

    Product name: HP ENVY 17 Notebook PC

    Product number: A9P84UA #ABA

    Please instruct me how to fix it. Thank you.

    I posted the step by step guide here: http://www.tomshardware.com/forum/id-2748304/amd-intel-enduro-laptop-brightness-fix-win.html but if you are familiar with registry just search FeatureTestControl and see if the value is using f840 or f940 and replace it with ffff then restart your computer. should work now. But if you are still having the same problem trying to follow the steps on this post. see you soon!

  • Satellite L350: Can not access the recovery partition by pressing 0

    Heya

    I can not access the recovery on a Toshiba L350 Manager. I tried pressing 0 (zero, two of them) at first to access HD-recovery, but nothing happens. Is there something obvious that I'm missing?

    The reason why I want to access is:
    I have a l350 Toshiba with a partially installed windows here. For now, he gets the "starting Windows" and "instalation program's services began" (in Norwegian) which stops with a popupbox saying: "the computer unexpectedly inexplicable, or an unexpected error has occurred. The site amenities cannot procceed. To install Windows, you will need to click ok to restart the computer. Start the installation process. ».

    What started the problem was that during the last part of the installation (after Win7 becomes usable, but above all has been installed), escape was pressed, and the computer has been used normally.

    > I can not access the recovery on a Toshiba L350 Manager. I tried pressing 0 (zero, two of them) at first to access HD-recovery, but nothing happens. Is there something obvious that I'm missing?

    I assume you are using a European model for laptop and so you should try it;
    -Press on F8 laptop computer power on.
    -Then choose fix my computer
    -Then Toshiba HDD Recovery.

    This should allow you to start the Toshiba HDD recovery process.

Maybe you are looking for

  • end membership

    Hello. My free trial subscription will end soon. I do not want to renew its subscription, how do I do this?

  • Cannot find GPS location

    Hello In recent weeks, I have a very annoying problem with my Sony Z3 Compact. It shows the GPS location very wrong even when I'm out. I already tried most of the solutions that have been posted in this community, but nothing helped. Also when I use

  • 3 1 GB / 8 GB of ram can be used on Windows 7 64 bit

    Hello I recently bought a new W510 with windows 64-bit, and 8 GB of ram, however, both in the Task Manager and resource monitor, the available RAM is said to be about 3 GB. In the resource monitor, a massive 5 GB is "reserved equipment." The W510 has

  • BlackBerry Smartphones Dark theme for Android users.

    All plans on having dark themes on android smartphones? Thank you

  • Windows7 live mail

    During the last two weeks, Windows Live Mail suddenly started loading persistently very slowly compared to the last two weeks: 30 seconds compared to two seconds.  Live Essentials installed at the factory without success.  Help, please. (windows7 64-