OEM 12c - Files located at ../gc_inst/WebTierIH1/config/OHS/ohs1

Dear all.
I'm facing a "issue" that I still haven't figured out what it could be. I've got a OMS server (Enterprise Manager 12c ) and the Middleware location is: */u01/app/Middleware/*.
Today, around few minutes, from 04:26 PM to 04:29 PM, a lot of core files were generated at */u01/app/Middleware/gc_inst/WebTierIH1/config/OHS/ohs1* location, they have about 125 MBytes each file, and I don't know what these files are used for. I'm affraid of deleting them and having some problems later.
Does anyone know what are these files? Could them be deleted?
Some files generated:
-rw------- 1 oracle oinstall 125M Aug 20 16:29 core.19124
-rw------- 1 oracle oinstall 125M Aug 20 16:29 core.19154
-rw------- 1 oracle oinstall 125M Aug 20 16:29 core.19155
-rw------- 1 oracle oinstall 125M Aug 20 16:29 core.19217
-rw------- 1 oracle oinstall 125M Aug 20 16:29 core.19247
-rw------- 1 oracle oinstall 125M Aug 20 16:29 core.19278
Thanks a lot.
Bruno Palma

You should never see core files. These files are HTTPD server core dumps. You should raise an SR with oracle support and upload the core files where they can be assessed properly, to find the reason for the core dump.
If you don't have an oracle support contract, these files can simply be deleted.

Similar Messages

  • File location

    I've a file located at c:\java\config\help.txt
    I'm using File input stream to read that file. I'm the running my class from c:\java\test\. The file location is hardcoded in the source as c:\java\config\help.txt
    Is that a way that I could define simply cofig/help.txt rather then entire path. So in theory if I want to run my class in unix machines it would still work?
    Thanks
    Tim

    Demo:
    import java.io.*;
    import java.net.*;
    public class Test {
        public static void main(String[] args) throws IOException {
            URL url = Test.class.getResource("/");  //url of dir holding this class
            URL url2 = new URL(url, "../config/help.txt");
            InputStream in = url2.openStream();
            BufferedReader r = new BufferedReader(new InputStreamReader(in));
            String s;
            while ((s = r.readLine()) != null)
                System.out.println(s);
    }I'm assuming that Test.class is in a dir that's a sibling to dir config (ie, these
    two dirs are in the same parent dir). I had a bit of trouble going "up and over" to config,
    hence the URL monkey business. Is there a cleaner solution, anyone?

  • I want to change the file location for the automatic backup file bookmarks.file, but I can't find browser.bookmarks.file in the list on the about:config page.

    I asked about automatic backup of bookmarks and received the following answer:You can make Firefox 3 create an automatic HTML backup (bookmarks.html) when you exit Firefox if you set the pref [http://kb.mozillazine.org/browser.bookmarks.autoExportHTML browser.bookmarks.autoExportHTML] to true on the about:config page. That backup is created by default in the profile folder as bookmarks.html, but you can set the file name and path via the pref [http://kb.mozillazine.org/browser.bookmarks.file browser.bookmarks.file] on the about:config page. I went to about:config page and toggled browser.bookmarks.autoExportHTML to “Yes” and it’s working. However, I want to change the file location, but I can’t find browser.bookmarks.file in the list.

    The browser.bookmarks.file preference does not exist by default. Right-click in about:config and select "New > String" to create it.

  • Location to start nodemanager in OEM 12c Cloud control

    Hi All,
    Can anyone please tell me from which location I can start nodemanager in OEM 12c Cloud Control
    Thanks in advance!!

    node manager is automatically started when the OMS is started. See also:
    <OMS home>/bin/startNodeManager.sh

  • OEM 12c to push files to other servers

    I know it is possible to run Host commands on multiple hosts by selecting the hosts and sending the command to them, using the OEM 12c GUI. Is there a possible functionality within OEM to distribute files. For instance, if I wanted to have an rpm sitting on my OEM box, access the GUI and select 3 additional server boxes and have OEM send the rpm file to those 3 boxes. Is anything like this possible?

    Yes, you can use a user defined deployment procedure to accomplish this.
    See Create and use a user defined deployment procedure viewlet showing example here:
    https://apex.oracle.com/pls/apex/f?p=44785:24:0::NO:24:P24_CONTENT_ID,P24_PREV_PAGE:5788,1
    All viewlets shown here:
    http://www.oracle.com/technetwork/oem/em12c-screenwatches-512013.html
    Regards,
    Dave

  • OEM 12C OMS can't start after applied virtulization plug-in in the OMS

    HI,
    I just applied a virtualization plug-in in OEM 12C OMS,
    Unfortunately, it can’t start now after applied, how can I resolve this error?
    Any help is highly appreciated!!
    [oracle@emdb bin]$ ./emctl start oms
    Oracle Enterprise Manager Cloud Control 12c Release 12.1.0.1.0
    Copyright (c) 1996, 2011 Oracle Corporation. All rights reserved.
    Starting WebTier...
    WebTier Successfully Started
    Starting Oracle Management Server...
    Oracle Management Server Could Not Be Started
    Oracle Management Server is Down
    This may be due to the following plugin being deployed/undeployed on the management server:
    Plugin name: : Oracle Virtualization
    Version: : 12.1.0.1.0
    ID: : oracle.sysman.vt
    Use 'emctl status oms -details' for details.
    Please check /u01/app/mid/gc_inst/em/EMGC_OMS1/sysman/log/emctl.log for error details
    [oracle@emdb bin]$ ./emctl status oms -details
    Oracle Enterprise Manager Cloud Control 12c Release 12.1.0.1.0
    Copyright (c) 1996, 2011 Oracle Corporation. All rights reserved.
    Enter Enterprise Manager Root (SYSMAN) Password :
    Console Server Host : emdb.bea.com
    HTTP Console Port : 7788
    HTTPS Console Port : 7799
    HTTP Upload Port : 4889
    HTTPS Upload Port : 4900
    OMS is not configured with SLB or virtual hostname
    Agent Upload is locked.
    OMS Console is locked.
    Active CA ID: 1
    Console URL: https://emdb.bea.com:7799/em
    Upload URL: https://emdb.bea.com:4900/empbs/upload
    WLS Domain Information
    Domain Name : GCDomain
    Admin Server Host: emdb.bea.com
    Managed Server Information
    Managed Server Instance Name: EMGC_OMS1
    Managed Server Instance Host: emdb.bea.com
    [oracle@emdb bin]$ tail -50 /u01/app/mid/gc_inst/em/EMGC_OMS1/sysman/log/emctl.log
    2012-03-28 01:53:31,756 [main] DEBUG oms.StatusOMSCmd processStatusOMS.246 - pbs header is null
    2012-03-28 01:53:31,757 [main] INFO wls.OMSController statusOMS.1354 - statusOMS finished with result: 0
    2012-03-28 01:58:19,430 [main] DEBUG wls.OMSController main.199 - Log location is /u01/app/mid/gc_inst/em/EMGC_OMS1/sysman/log/emctl.log
    2012-03-28 01:58:19,433 [main] INFO wls.OMSController printWebTierStatus.1453 - Checking status of WebTier. WebTier host: emdb.bea.com upload port: 4889
    2012-03-28 01:58:19,602 [main] DEBUG wls.OMSController printWebTierStatus.1464 - rspCode when accessing over webtier upload port: 200
    2012-03-28 01:58:19,604 [main] DEBUG oms.StatusOMSCmd processStatusOMS.158 - HTTP port in emgc property file: 7202
    2012-03-28 01:58:19,605 [main] DEBUG oms.StatusOMSCmd processStatusOMS.159 - HTTPS port in emgc property file: 7301
    2012-03-28 01:58:19,605 [main] DEBUG oms.StatusOMSCmd processStatusOMS.165 - Webtier HTTP port in emgc property file: 7788
    2012-03-28 01:58:19,605 [main] DEBUG oms.StatusOMSCmd processStatusOMS.166 - Webtier HTTPS port in emgc property file: 7799
    2012-03-28 01:58:19,606 [main] DEBUG oms.StatusOMSCmd processStatusOMS.185 - Using https port.
    2012-03-28 01:58:19,606 [main] DEBUG oms.StatusOMSCmd processStatusOMS.202 - Using webtier https port.
    2012-03-28 01:58:19,627 [main] DEBUG oms.StatusOMSCmd pingOMSCheck.332 - Attempting to connect to https://emdb.bea.com:7301/em/faces/logon/core-uifwk-console-login
    2012-03-28 01:58:20,176 [main] DEBUG oms.StatusOMSCmd pingOMSCheck.332 - Attempting to connect to https://emdb.bea.com:7799/empbs/check
    2012-03-28 01:58:20,202 [main] DEBUG oms.StatusOMSCmd processStatusOMS.239 - console page status code is 200
    2012-03-28 01:58:20,236 [main] DEBUG oms.StatusOMSCmd processStatusOMS.241 - pbs page status code is 200
    2012-03-28 01:58:20,237 [main] DEBUG oms.StatusOMSCmd processStatusOMS.244 - console header is null
    2012-03-28 01:58:20,237 [main] DEBUG oms.StatusOMSCmd processStatusOMS.246 - pbs header is null
    2012-03-28 01:58:20,237 [main] INFO wls.OMSController statusOMS.1354 - statusOMS finished with result: 0
    2012-03-28 01:58:22,986 [main] DEBUG wls.OMSController main.199 - Log location is /u01/app/mid/gc_inst/em/EMGC_OMS1/sysman/log/emctl.log
    2012-03-28 01:58:22,991 [main] INFO wls.OMSController printWebTierStatus.1453 - Checking status of WebTier. WebTier host: emdb.bea.com upload port: 4889
    2012-03-28 01:58:23,173 [main] DEBUG wls.OMSController printWebTierStatus.1464 - rspCode when accessing over webtier upload port: 200
    2012-03-28 01:58:23,175 [main] DEBUG oms.StatusOMSCmd processStatusOMS.158 - HTTP port in emgc property file: 7202
    2012-03-28 01:58:23,176 [main] DEBUG oms.StatusOMSCmd processStatusOMS.159 - HTTPS port in emgc property file: 7301
    2012-03-28 01:58:23,176 [main] DEBUG oms.StatusOMSCmd processStatusOMS.165 - Webtier HTTP port in emgc property file: 7788
    2012-03-28 01:58:23,176 [main] DEBUG oms.StatusOMSCmd processStatusOMS.166 - Webtier HTTPS port in emgc property file: 7799
    2012-03-28 01:58:23,176 [main] DEBUG oms.StatusOMSCmd processStatusOMS.185 - Using https port.
    2012-03-28 01:58:23,177 [main] DEBUG oms.StatusOMSCmd processStatusOMS.202 - Using webtier https port.
    2012-03-28 01:58:23,205 [main] DEBUG oms.StatusOMSCmd pingOMSCheck.332 - Attempting to connect to https://emdb.bea.com:7301/em/faces/logon/core-uifwk-console-login
    2012-03-28 01:58:23,836 [main] DEBUG oms.StatusOMSCmd pingOMSCheck.332 - Attempting to connect to https://emdb.bea.com:7799/empbs/check
    2012-03-28 01:58:23,871 [main] DEBUG oms.StatusOMSCmd processStatusOMS.239 - console page status code is 200
    2012-03-28 01:58:23,872 [main] DEBUG oms.StatusOMSCmd processStatusOMS.241 - pbs page status code is 200
    2012-03-28 01:58:23,872 [main] DEBUG oms.StatusOMSCmd processStatusOMS.244 - console header is null
    2012-03-28 01:58:23,872 [main] DEBUG oms.StatusOMSCmd processStatusOMS.246 - pbs header is null
    2012-03-28 01:58:23,873 [main] INFO wls.OMSController statusOMS.1354 - statusOMS finished with result: 0
    2012-03-28 01:58:28,258 [main] DEBUG wls.OMSController main.199 - Log location is /u01/app/mid/gc_inst/em/EMGC_OMS1/sysman/log/emctl.log
    2012-03-28 01:58:28,263 [main] INFO wls.OMSController printWebTierStatus.1453 - Checking status of WebTier. WebTier host: emdb.bea.com upload port: 4889
    2012-03-28 01:58:28,463 [main] DEBUG wls.OMSController printWebTierStatus.1464 - rspCode when accessing over webtier upload port: 200
    2012-03-28 01:58:28,465 [main] DEBUG oms.StatusOMSCmd processStatusOMS.158 - HTTP port in emgc property file: 7202
    2012-03-28 01:58:28,466 [main] DEBUG oms.StatusOMSCmd processStatusOMS.159 - HTTPS port in emgc property file: 7301
    2012-03-28 01:58:28,466 [main] DEBUG oms.StatusOMSCmd processStatusOMS.165 - Webtier HTTP port in emgc property file: 7788
    2012-03-28 01:58:28,466 [main] DEBUG oms.StatusOMSCmd processStatusOMS.166 - Webtier HTTPS port in emgc property file: 7799
    2012-03-28 01:58:28,467 [main] DEBUG oms.StatusOMSCmd processStatusOMS.185 - Using https port.
    2012-03-28 01:58:28,468 [main] DEBUG oms.StatusOMSCmd processStatusOMS.202 - Using webtier https port.
    2012-03-28 01:58:28,490 [main] DEBUG oms.StatusOMSCmd pingOMSCheck.332 - Attempting to connect to https://emdb.bea.com:7301/em/faces/logon/core-uifwk-console-login
    2012-03-28 01:58:29,027 [main] DEBUG oms.StatusOMSCmd pingOMSCheck.332 - Attempting to connect to https://emdb.bea.com:7799/empbs/check
    2012-03-28 01:58:29,083 [main] DEBUG oms.StatusOMSCmd processStatusOMS.239 - console page status code is 200
    2012-03-28 01:58:29,083 [main] DEBUG oms.StatusOMSCmd processStatusOMS.241 - pbs page status code is 200
    2012-03-28 01:58:29,084 [main] DEBUG oms.StatusOMSCmd processStatusOMS.244 - console header is null
    2012-03-28 01:58:29,084 [main] DEBUG oms.StatusOMSCmd processStatusOMS.246 - pbs header is null
    2012-03-28 01:58:29,084 [main] INFO wls.OMSController statusOMS.1354 - statusOMS finished with result: 0
    [oracle@emdb bin]$

    what is your OMS platform? have you applied BP1?
    Can you open an SR and send mee thee SR number ?

  • OEM 12c E-Business Suite Plugin Issue

    Hello All,
    I am currently new to OEM 12c, and I have the latest version installed and running, Version     12.1.0.2.0. So far everything has been running great, and agents have been downloaded and deployed with little to no issues. However, I am now trying to deploy the E-Business Suite Plug-in to the Management Server first, and I receive an error:
    Stop management server     
         Failed
         November 1, 2012 2:28:25 PM CDT     November 1, 2012 2:28:40 PM CDT     DeployPluginOnPrimaryOMS     emctl.log
    When I look further, I see this in the logs:
    Starting Prereq check..
    Performing Pre config module
    Performing Check required patch
    Checking mandatory patches for plugin : oracle.apps.ebs:12.1.0.1.0:0
    Performing Pre metadata registration
    Performing Pre SQL registration
    Registering plugin SQLs. Reg file is /u01/software/Middleware/oms/sysman/admin/emdrep/plugininfo/pluginDepList
    Completed Prereq check
    Starting Deployment
    Invoking pre deploy callbacks.
    OMS state could be found. It is up
    Stopping OMS.
    EM-04001: Server side Plug-in deployment failed with message Error while stopping Management Server on host <company.com>: Unable to stop OMS.. Contact Oracle Support*
    EM-04026: Server side Plug-in deployment failed due to previous errors. Check log file /u01/software/Middleware/oms/cfgtoollogs/pluginca/plugindeployment_33/configplugin_all_2012-11-01_14-28-12.log on host <company.com> for more details_*
    Performing Opss deconfig
    Performing Midtier deconfig
    Removing synonyms from EMRUNTIME schema
    Removing Plugin's DB objects.
    Stopping OMS
    Starting OMS
    OMS Started successfullyDiagnostic log file: /u01/software/Middleware/oms/cfgtoollogs/pluginca/plugin_deployment_33/configplugin_all_2012-11-01_14-28-12.log
    For help type emctl plugin deploy -help
    I can't seem to find any helpful info on the errors concerning EM-04001 and EM-04026. I did see that there was a bug fix which was required, bug number 13242773. But reading the ReadMe says this is only for OEM version 12.1.0.1.0.
    So, my question is, has anyone run into this problem, or have any suggestions on how to get this plug-in deployed successfully?
    Thanks in advance for your help.
    Edited by: 969006 on Dec 13, 2012 12:25 PM

    Hello,
    I haven’t run into the same errors you have reported but, let me share with you our recommended way of installing E-Business Suite Plug-in. Start by referencing our “Getting Start” MOS note 1434392.1it contains all the required patches, certification details, and related documentation. Once you are ready to perform the install start out by reviewing Chapter 2 - Installing the Oracle Application Management Pack for Oracle E-Business Suite of our Oracle Application Management Pack for Oracle E-Business Suite Guide Release 12.1.0.1.0. Here is a direct link -http://docs.oracle.com/cd/E24628_01/doc.121/e28715.pdf
    If after following the above steps you are still encountering errors then open a Service Request with Oracle Support.
    Regards,
    Product Management

  • 3.1.1 upgrade breaks OEM 12c Infrastructure Cloud

    Greetings,
    After upgrading from 3.0.3 to 3.1.1 (manager first then servers) all of the Oracle VM targets in OEM 12c Infrastructure Cloud have metric collection errors, specifically "ERROR - Failed to connect to OVM Manager1010", i.e. oracle.sysman.vt.ovm.integration.api.EMOVMCommunicationServiceException: 1010: Error while performing the operation: Connection to the remote OVM Manager url tcp://ovm-laforge.sf.mokum.com:54321 failed. Please make sure that the OVM Manager version is 3.0.2 or greater and the service url and the credentials are correct.Check exception cause and logs for more details.[com.oracle.ovm.mgr.api.exception.FailedOperationException:OVMAPI_6000E Internal Error: Connection refused Connection refused.
    We walked through the check in "Oracle VM Manager Login Fails with OVMAPI_6000E [ID 1416443.1" , all systems go....
    sh ./ovm_upgrade.sh --dbuser=ovs --dbpass=xxxxxxx --dbhost=localhost --dbport=1521 --dbsid=orcl
    COMMAND: ./ovm_upgrade.sh --dbuser=ovs --dbpass=xxxxxxx --dbhost=localhost --dbport=1521 --dbsid=orcl
    find: /tmp/ovmpatches: No such file or directory
    Copying xsl files to patch path location
    `./transform_003000002000_010.xsl' -> `/tmp/ovmpatches/transform_003000002000_010.xsl'
    `./transform_003000003000_010.xsl' -> `/tmp/ovmpatches/transform_003000003000_010.xsl'
    `./transform_003001001000_010.xsl' -> `/tmp/ovmpatches/transform_003001001000_010.xsl'
    `./transform_003001001000_020.xsl' -> `/tmp/ovmpatches/transform_003001001000_020.xsl'
    Copying deleted classes files to patch path location
    `./deletedClasses.xml' -> `/tmp/ovmpatches/deletedClasses.xml'
    INFO (OvmUpgrade.java:206) Oracle OVM Manager Upgrade Processor
    INFO (OvmUpgrade.java:207)
    INFO (OvmUpgrade.java:488) Upgrade Initialization Starting
    INFO (OdofDirector.java:220) Oracle Distributed Object Fabric (ODOF): Copyright (C) 2007, 2012 Oracle. All rights reserved.
    INFO (OdofDirector.java:221) ODOF Version: 1.0.0.0
    INFO (OdofDirector.java:222) Initializing...
    INFO (OdofDirector.java:279) Initialization Complete!
    INFO (OvmUpgrade.java:490) Upgrade Initialization Complete
    The /u01/app/oracle/ovm-manager-3/machine1/base_adf_domain/servers/AdminServer/logs/AdminServer.log logs are clean....
    This log is quickly filling up our free space (5G worth of logs :-): /u01/app/oracle/product/agent/agent_inst/sysman/log/gcagent_errors.log with:
    2012-05-12 17:43:38,405 [129:GC.Executor.7 (oracle_vm_zone:Page:Response) (oracle_vm_zone:Page:Response:Response)] ERROR - Failed to connect to OVM Manager1010: Error while performing the operation: Connection to the remote OVM Manager url tcp://ovm-laforge.sf.mokum.com:54321 failed. Please make sure that the OVM Manager version is 3.0.2 or greater and the service url and the credentials are correct.Check exception cause and logs for more details.[com.oracle.ovm.mgr.api.exception.FailedOperationException:OVMAPI_6000E Internal Error: Connection refused Connection refused
    From the manager:
    # lsof -i|grep 54321
    java 3067 oracle 454u IPv6 710576 0t0 TCP localhost.localdomain:43620->localhost.localdomain:54321 (ESTABLISHED)
    java 3067 oracle 511u IPv6 19638 0t0 TCP localhost.localdomain:54321 (LISTEN)
    java 3067 oracle 710u IPv6 19639 0t0 TCP localhost.localdomain:64163->localhost.localdomain:54321 (ESTABLISHED)
    java 3067 oracle 711u IPv6 19640 0t0 TCP localhost.localdomain:54321->localhost.localdomain:64163 (ESTABLISHED)
    java 3067 oracle 712u IPv6 19641 0t0 TCP localhost.localdomain:54321->localhost.localdomain:64164 (ESTABLISHED)
    java 3067 oracle 713u IPv6 19642 0t0 TCP localhost.localdomain:64164->localhost.localdomain:54321 (ESTABLISHED)
    java 3067 oracle 714u IPv6 19643 0t0 TCP localhost.localdomain:54321->localhost.localdomain:64166 (ESTABLISHED)
    java 3067 oracle 715u IPv6 19645 0t0 TCP localhost.localdomain:64166->localhost.localdomain:54321 (ESTABLISHED)
    java 3067 oracle 716u IPv6 19646 0t0 TCP localhost.localdomain:54321->localhost.localdomain:64168 (ESTABLISHED)
    java 3067 oracle 717u IPv6 19649 0t0 TCP localhost.localdomain:64168->localhost.localdomain:54321 (ESTABLISHED)
    java 3067 oracle 718u IPv6 19650 0t0 TCP localhost.localdomain:54321->localhost.localdomain:64173 (ESTABLISHED)
    java 3067 oracle 720u IPv6 19781 0t0 TCP localhost.localdomain:64173->localhost.localdomain:54321 (ESTABLISHED)
    java 3067 oracle 721u IPv6 19782 0t0 TCP localhost.localdomain:54321->localhost.localdomain:64175 (ESTABLISHED)
    java 3067 oracle 723u IPv6 19798 0t0 TCP localhost.localdomain:64175->localhost.localdomain:54321 (ESTABLISHED)
    java 3067 oracle 749u IPv6 20742 0t0 TCP localhost.localdomain:64235->localhost.localdomain:54321 (ESTABLISHED)
    java 3067 oracle 750u IPv6 20743 0t0 TCP localhost.localdomain:54321->localhost.localdomain:64240 (ESTABLISHED)
    java 3067 oracle 757u IPv6 20149 0t0 TCP localhost.localdomain:54321->localhost.localdomain:64207 (ESTABLISHED)
    java 3067 oracle 758u IPv6 20761 0t0 TCP localhost.localdomain:64240->localhost.localdomain:54321 (ESTABLISHED)
    java 3067 oracle 759u IPv6 20167 0t0 TCP localhost.localdomain:64207->localhost.localdomain:54321 (ESTABLISHED)
    java 3067 oracle 760u IPv6 20168 0t0 TCP localhost.localdomain:54321->localhost.localdomain:64209 (ESTABLISHED)
    java 3067 oracle 761u IPv6 20185 0t0 TCP localhost.localdomain:64209->localhost.localdomain:54321 (ESTABLISHED)
    java 3067 oracle 762u IPv6 20186 0t0 TCP localhost.localdomain:54321->localhost.localdomain:64235 (ESTABLISHED)
    java 3067 oracle 763u IPv6 20762 0t0 TCP localhost.localdomain:54321->localhost.localdomain:64247 (ESTABLISHED)
    java 3067 oracle 765u IPv6 20802 0t0 TCP localhost.localdomain:64247->localhost.localdomain:54321 (ESTABLISHED)
    java 3067 oracle 770u IPv6 464327 0t0 TCP localhost.localdomain:54321->localhost.localdomain:43620 (ESTABLISHED)
    java 3067 oracle 771u IPv6 21578 0t0 TCP localhost.localdomain:54321->localhost.localdomain:64313 (ESTABLISHED)
    java 3067 oracle 779u IPv6 21617 0t0 TCP localhost.localdomain:64313->localhost.localdomain:54321 (ESTABLISHED)
    java 3067 oracle 781u IPv6 25612 0t0 TCP localhost.localdomain:54321->localhost.localdomain:11597 (ESTABLISHED)
    java 3067 oracle 783u IPv6 74799 0t0 TCP localhost.localdomain:11597->localhost.localdomain:54321 (ESTABLISHED)
    I recollect in 12.0, not 12.1, there was a required OVM password deep in a hidden nook in the OEM Infrastructure Cloud GUI, I cant find it in 12.1, could this be the issue?
    Respectfully,
    Roddy                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

    A quick update, Oracle support just informed me the 3.1.1 is not certified with OEM 12c 12.1. Not very helpful information, but its a start.
    At first glance it appears that the OVM development team made changes that break the virtualization plug-in.
    Any assistance and/or workarounds would be greatly appreciated!

  • Install OEM 12c fails on "start oracle management service". win2008

    Windows Server 2008 R2 Enterprise SP1 x64
    Oracle Database 11g release 11.2.0.3.0
    I install OEM 12c(12.1.0.3) following this manual: Installing Enterprise Manager System
    before start i've installed WebLogic Server 10.3.6 and aplied 2 patches specified in this manual
    installation type is advanced, small, so i have created database from the appropriate template
    i also installed cygwin and started ssh-service
    the installation of OEM process fails on 73% "start oracle management service" with this message:
    INFO: oracle.sysman.top.oms:Starting OMS ...
    INFO: oracle.sysman.top.oms:Executing command: cmd /c set NEED_EXIT_CODE=1&&C:\Oracle\Middleware\oms\bin\emctl.bat start oms
    INFO: oracle.sysman.top.oms:Oracle Enterprise Manager Cloud Control 12c Release 3 
    INFO: oracle.sysman.top.oms:Copyright (c) 1996, 2013 Oracle Corporation.  All rights reserved.
    INFO: oracle.sysman.top.oms:Windows service OracleManagementServer_EMGC_OMS1_1 failed to be started
    INFO: oracle.sysman.top.oms:Oracle Management Server is Down
    INFO: oracle.sysman.top.oms:Please check C:/Oracle/gc_inst/em/EMGC_OMS1\sysman\log\emctl.log for error details
    SEVERE: oracle.sysman.top.oms:Starting of OMS failed.
    in C:/Oracle/gc_inst/em/EMGC_OMS1\sysman\log\emctl.log i got this:
    2013-09-06 12:24:27,012 [main] ERROR commands.BaseCommand logAndPrint.620 - Oracle Management Server Could Not Be Started
    Check EM Server log file for details: C:\Oracle\gc_inst\user_projects\domains\GCDomain\servers\EMGC_OMS1\logs\EMGC_OMS1.out
    2013-09-06 12:24:27,012 [main] INFO  commands.StartCommand startOMS.337 - startOMS finished with result: 1
    2013-09-06 12:24:30,974 [main] INFO  commands.StartCommand startOMS.371 - net start return code is 2
    2013-09-06 12:24:30,974 [main] ERROR commands.BaseCommand logAndPrint.620 - Windows service OracleManagementServer_EMGC_OMS1_1 failed to be started
    2013-09-06 12:24:34,094 [main] INFO  commands.BaseCommand printMessage.404 - statusOMS finished with result: 8
    2013-09-06 12:24:34,094 [main] ERROR commands.BaseCommand logAndPrint.620 - Please check C:/Oracle/gc_inst/em/EMGC_OMS1\sysman\log\emctl.log for error details
    and in C:\Oracle\gc_inst\user_projects\domains\GCDomain\servers\EMGC_OMS1\logs\EMGC_OMS1.out this:
    <06.09.2013 12:24:01 ICT> <Info> <WebLogicServer> <BEA-000377> <Starting WebLogic Server with Java HotSpot(TM) 64-Bit Server VM Version 23.25-b01 from Oracle Corporation>
    <06.09.2013 12:24:01 ICT> <Info> <Management> <BEA-141107> <Version: WebLogic Server Temporary Patch for 13349651 Thu May 24 10:18:28 IST 2012
    WebLogic Server Temporary Patch for BUG14482558 Fri Jan 11 11:20:16 IST 2013
    WebLogic Server 10.3.6.0  Tue Nov 15 08:52:36 PST 2011 1441050 >
    <06.09.2013 12:24:03 ICT> <Info> <Security> <BEA-090065> <Getting boot identity from user.>
    Enter username to boot WebLogic server:Error: Failed to get value from Standard Input
    Enter password to boot WebLogic server:
    <06.09.2013 12:24:04 ICT> <Critical> <WebLogicServer> <BEA-000362> <Server failed. Reason:
    There are 1 nested errors:
    weblogic.management.ManagementException: Booting as admin server, but servername, EMGC_OMS1, does not match the admin server name, EMGC_ADMINSERVER
         at weblogic.management.provider.internal.RuntimeAccessService.start(RuntimeAccessService.java:67)
         at weblogic.t3.srvr.ServerServicesManager.startService(ServerServicesManager.java:461)
         at weblogic.t3.srvr.ServerServicesManager.startInStandbyState(ServerServicesManager.java:166)
         at weblogic.t3.srvr.T3Srvr.initializeStandby(T3Srvr.java:881)
         at weblogic.t3.srvr.T3Srvr.startup(T3Srvr.java:568)
         at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:469)
         at weblogic.Server.main(Server.java:71)
    >
    <06.09.2013 12:24:04 ICT> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to FAILED>
    wlst:
    wls:/offline>
    what I did wrong? how to start WLS server?

    Hi,
    First of all with EM 12.1.0.x any version you are not required to install wls separately, we have single installer for em and wls. Is there any specific reason you installer wls separately?
    Coming back to your issue: can you check
    %OMS_HOME%\BIN>emctl istart oms completes successfully.
    %OMS_HOME%\BIN>emctl istop oms completes successfully.
    Also open an SR with Oracle support and share the number. We should debug such issue through SR so that we can share logs and come find a root cause.

  • OEM 12c unable ot discover Weblogic 10.0.1.0

    I have OEM 12c grid installed and Agent 12c running on the remote host. I have weblogic 10.0.1.0 installed in the remote host. The agent is unable to discover the domain. It is failing with below error...
    "Failed to discover WebLogic. Check host,port,credentials,protocol and be sure the server is running and the same farm is not already added. This UI can not be used to discover WebLogic version 7.x to 8.x. Exception: No targets discovered"
    I can login to the console appication with the ip:port and credentials.. but failing while trying to discover thru the Grid Control.
    I get below error in the OMS log...
    2012-06-25T05:52:09.376-04:00] [EMGC_OMS1] [ERROR:32] [] [oracle.sysman.emas.model.discovery.AddWLStep1Model] [tid: Thread-38498] [userId: SYSMAN] [ecid: 0000DUEGUt_ADSqlcKU4V_0005hD0004kK,1:32596] [APP: emgc] [URI: /em/faces/as/discovery/addWeblogicStep1] Disocvery failed[[
    java.lang.Exception: No targets discovered.
    at oracle.sysman.emInternalSDK.sdkas.general.pojo.model.discovery.FMWDiscoveryBase.discoverTargets(FMWDiscoveryBase.java:588)
    at oracle.sysman.emas.model.discovery.AddWLStep2Model.discoverTargets(AddWLStep2Model.java:1101)
    at oracle.sysman.emas.model.discovery.AddWLStep1Model.discover(AddWLStep1Model.java:464)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at oracle.sysman.emInternalSDK.sdkas.general.pojo.progress.WorkWrapper.run(WorkWrapper.java:113)
    at java.lang.Thread.run(Thread.java:662)
    I then created a empty doman on the same remote host for the same weblogic version. I was able to attch this one and not the other domain.
    I am ruling out OM Grid Server - Agent connectivity issues, since the new empty domain I created can communicate to server.
    I tried to check what is different between domains...
    The WLD that has the issue is a clustered Domain , and has:
    - 9 Managed Servers
    - Not SSL enabled
    - Many Application deployed
    - JDBC connections
    - has a custom build authentication provider for Authentication. But i made sure the user id is valid and even can login to the console.
    ** The new Domain is an empty one - no applications deployed.
    Can you please help understand why I am not able to attach the domain?

    Hi,
    It is the problem in prasing the DTD of config.xml file
    It look like this
    <?xml version='1.0' encoding='UTF-8'?>
    <domain xmlns="http://www.bea.com/ns/weblogic/920/domain" xmlns:sec="http://www.bea.com/ns/weblogic/90/security" xmlns:xsi="http://www.w3.org/2001/XMLSchema-
    instance" xmlns:wls="http://www.bea.com/ns/weblogic/90/security/wls" xsi:schemaLocation="http://www.bea.com/ns/weblogic/90/security/xacml http://www.bea.com/
    ns/weblogic/90/security/xacml.xsd http://www.bea.com/ns/weblogic/90/security http://www.bea.com/ns/weblogic/90/security.xsd http://www.bea.com/ns/weblogic/92
    0/domain http://www.bea.com/ns/weblogic/920/domain.xsd http://www.bea.com/ns/weblogic/90/security/wls http://www.bea.com/ns/weblogic/90/security/wls.xsd">
    Please change your DTD to this lines and start the server.
    Regards
    Ravi D

  • Fail to login as other user on OEM 12c Release 2 Cloud control console

    Hi,
    I tried to login on OEM 12c release 2 cloud control console as other user it show the following error
    Authentication failed. If problem persists, contact your system administrator
    but when i try with sysman account then it successful done. so i dont know why it happen. I also checked job_queue_processes that is 1000 and i also checked listener,agent,oms status all are up.
    so please suggest me what should i do and what is the main cause of this problem.
    Thanks,
    Jimmy Gupta

    Hi Venkata,
    This is the contant of emoms.trc file
    so suggest me what should i do to solve this problem.
    es processed per buffered queue (%) per minute in the last interval very long. Has been truncated.
    2013-03-28 15:39:52,296 [EMUI_15_39_51_/console/database/config/] WARN emd.targets setContents.101 - Label Average age of messages per persistent queue per subscriber (seconds) very long. Has been truncated.
    2013-03-28 15:39:52,296 [EMUI_15_39_51_/console/database/config/] WARN emd.targets setContents.101 - Label Age of the first message in persistent queue per subscriber (seconds) very long. Has been truncated.
    2013-03-28 15:39:52,297 [EMUI_15_39_51_/console/database/config/] WARN emd.targets setContents.101 - Label Total messages processed per persistent queue per subscriber per minute in the last interval very long. Has been truncated.
    2013-03-28 15:39:52,297 [EMUI_15_39_51_/console/database/config/] WARN emd.targets setContents.101 - Label Total messages received per persistent queue per subscriber per minute in the last interval very long. Has been truncated.
    2013-03-28 15:39:52,298 [EMUI_15_39_51_/console/database/config/] WARN emd.targets setContents.101 - Label Messages processed per persistent queue (%) per subscriber per minute in the last interval very long. Has been truncated.
    2013-03-28 15:39:52,298 [EMUI_15_39_51_/console/database/config/] WARN emd.targets setContents.101 - Label Average age of messages per buffered queue per subscriber (seconds) very long. Has been truncated.
    2013-03-28 15:39:52,299 [EMUI_15_39_51_/console/database/config/] WARN emd.targets setContents.101 - Label Age of the first message in buffered queue per subscriber (seconds) very long. Has been truncated.
    2013-03-28 15:39:52,299 [EMUI_15_39_51_/console/database/config/] WARN emd.targets setContents.101 - Label Total messages processed per buffered queue per subscriber per minute in the last interval very long. Has been truncated.
    2013-03-28 15:39:52,300 [EMUI_15_39_51_/console/database/config/] WARN emd.targets setContents.101 - Label Total messages received per buffered queue per subscriber per minute in the last interval very long. Has been truncated.
    2013-03-28 15:39:52,300 [EMUI_15_39_51_/console/database/config/] WARN emd.targets setContents.101 - Label Messages processed per buffered queue (%) per subscriber per minute in the last interval very long. Has been truncated.
    2013-03-28 15:39:52,301 [EMUI_15_39_51_/console/database/config/] WARN emd.targets setContents.101 - Label Space usage of buffered queue with respect to streams pool size (%) very long. Has been truncated.
    2013-03-28 15:39:52,406 [EMUI_15_39_51_/console/database/config/] WARN emd.targets setContents.101 - Label Total number of Inbound/Outbound servers in consolidated database very long. Has been truncated.
    2013-03-28 15:39:52,408 [EMUI_15_39_51_/console/database/config/] WARN emd.targets setContents.101 - Label Inbound/Outbound Server Queue - Cumulative Number of Spilled Messages very long. Has been truncated.
    2013-03-28 15:39:52,411 [EMUI_15_39_51_/console/database/config/] WARN emd.targets setContents.101 - Label Total messages processed per persistent queue per minute in the last interval very long. Has been truncated.
    2013-03-28 15:39:52,412 [EMUI_15_39_51_/console/database/config/] WARN emd.targets setContents.101 - Label Total messages received per persistent queue per minute in the last interval very long. Has been truncated.
    2013-03-28 15:39:52,412 [EMUI_15_39_51_/console/database/config/] WARN emd.targets setContents.101 - Label Messages processed per persistent queue (%) per minute in the last interval very long. Has been truncated.
    2013-03-28 15:39:52,413 [EMUI_15_39_51_/console/database/config/] WARN emd.targets setContents.101 - Label Age of the first message in the buffered queue per queue (seconds) very long. Has been truncated.
    2013-03-28 15:39:52,414 [EMUI_15_39_51_/console/database/config/] WARN emd.targets setContents.101 - Label Current number of overflow messages spilled to disk from the buffered queue very long. Has been truncated.
    2013-03-28 15:39:52,414 [EMUI_15_39_51_/console/database/config/] WARN emd.targets setContents.101 - Label Total messages processed per buffered queue per minute in the last interval very long. Has been truncated.
    2013-03-28 15:39:52,415 [EMUI_15_39_51_/console/database/config/] WARN emd.targets setContents.101 - Label Total messages received per buffered queue per minute in the last interval very long. Has been truncated.
    2013-03-28 15:39:52,415 [EMUI_15_39_51_/console/database/config/] WARN emd.targets setContents.101 - Label Messages processed per buffered queue (%) per minute in the last interval very long. Has been truncated.
    2013-03-28 15:39:52,416 [EMUI_15_39_51_/console/database/config/] WARN emd.targets setContents.101 - Label Average age of messages per persistent queue per subscriber (seconds) very long. Has been truncated.
    2013-03-28 15:39:52,417 [EMUI_15_39_51_/console/database/config/] WARN emd.targets setContents.101 - Label Age of the first message in persistent queue per subscriber (seconds) very long. Has been truncated.
    2013-03-28 15:39:52,417 [EMUI_15_39_51_/console/database/config/] WARN emd.targets setContents.101 - Label Total messages processed per persistent queue per subscriber per minute in the last interval very long. Has been truncated.
    2013-03-28 15:39:52,418 [EMUI_15_39_51_/console/database/config/] WARN emd.targets setContents.101 - Label Total messages received per persistent queue per subscriber per minute in the last interval very long. Has been truncated.
    2013-03-28 15:39:52,418 [EMUI_15_39_51_/console/database/config/] WARN emd.targets setContents.101 - Label Messages processed per persistent queue (%) per subscriber per minute in the last interval very long. Has been truncated.
    2013-03-28 15:39:52,419 [EMUI_15_39_51_/console/database/config/] WARN emd.targets setContents.101 - Label Average age of messages per buffered queue per subscriber (seconds) very long. Has been truncated.
    2013-03-28 15:39:52,420 [EMUI_15_39_51_/console/database/config/] WARN emd.targets setContents.101 - Label Age of the first message in buffered queue per subscriber (seconds) very long. Has been truncated.
    2013-03-28 15:39:52,420 [EMUI_15_39_51_/console/database/config/] WARN emd.targets setContents.101 - Label Total messages processed per buffered queue per subscriber per minute in the last interval very long. Has been truncated.
    2013-03-28 15:39:52,421 [EMUI_15_39_51_/console/database/config/] WARN emd.targets setContents.101 - Label Total messages received per buffered queue per subscriber per minute in the last interval very long. Has been truncated.
    2013-03-28 15:39:52,422 [EMUI_15_39_51_/console/database/config/] WARN emd.targets setContents.101 - Label Messages processed per buffered queue (%) per subscriber per minute in the last interval very long. Has been truncated.
    2013-03-28 15:39:52,423 [EMUI_15_39_51_/console/database/config/] WARN emd.targets setContents.101 - Label Space usage of buffered queue with respect to streams pool size (%) very long. Has been truncated.
    2013-03-28 15:41:12,815 [EMUI_15_41_12_/console/database/config/config] ERROR conf.DBConfigListUI logp.251 - Error occured during cluster object initjava.lang.Exception: ClusterUtil.isBigCluster invoked with targetName as null
    2013-03-28 15:41:25,018 [EMUI_15_41_25_/console/database/config/] ERROR conf.DBConfigListUI logp.251 - Error occured during cluster object initjava.lang.Exception: ClusterUtil.isBigCluster invoked with targetName as null
    2013-03-28 15:41:25,363 [EMUI_15_41_25_/console/database/config/] WARN emd.targets setContents.92 - ShortName ShortName Average Synchronous Single-Block Read Latency (ms) very long. Has been truncated.
    2013-03-28 15:41:25,420 [EMUI_15_41_25_/console/database/config/] WARN emd.targets setContents.101 - Label Total messages processed per persistent queue per minute in the last interval very long. Has been truncated.
    2013-03-28 15:41:25,421 [EMUI_15_41_25_/console/database/config/] WARN emd.targets setContents.101 - Label Total messages received per persistent queue per minute in the last interval very long. Has been truncated.
    2013-03-28 15:41:25,422 [EMUI_15_41_25_/console/database/config/] WARN emd.targets setContents.101 - Label Messages processed per persistent queue (%) per minute in the last interval very long. Has been truncated.
    2013-03-28 15:41:25,422 [EMUI_15_41_25_/console/database/config/] WARN emd.targets setContents.101 - Label Age of the first message in the buffered queue per queue (seconds) very long. Has been truncated.
    2013-03-28 15:41:25,423 [EMUI_15_41_25_/console/database/config/] WARN emd.targets setContents.101 - Label Current number of overflow messages spilled to disk from the buffered queue very long. Has been truncated.
    2013-03-28 15:41:25,423 [EMUI_15_41_25_/console/database/config/] WARN emd.targets setContents.101 - Label Total messages processed per buffered queue per minute in the last interval very long. Has been truncated.
    2013-03-28 15:41:25,424 [EMUI_15_41_25_/console/database/config/] WARN emd.targets setContents.101 - Label Total messages received per buffered queue per minute in the last interval very long. Has been truncated.
    2013-03-28 15:41:25,424 [EMUI_15_41_25_/console/database/config/] WARN emd.targets setContents.101 - Label Messages processed per buffered queue (%) per minute in the last interval very long. Has been truncated.
    2013-03-28 15:41:25,425 [EMUI_15_41_25_/console/database/config/] WARN emd.targets setContents.101 - Label Average age of messages per persistent queue per subscriber (seconds) very long. Has been truncated.
    2013-03-28 15:41:25,426 [EMUI_15_41_25_/console/database/config/] WARN emd.targets setContents.101 - Label Age of the first message in persistent queue per subscriber (seconds) very long. Has been truncated.
    2013-03-28 15:41:25,427 [EMUI_15_41_25_/console/database/config/] WARN emd.targets setContents.101 - Label Total messages processed per persistent queue per subscriber per minute in the last interval very long. Has been truncated.
    2013-03-28 15:41:25,427 [EMUI_15_41_25_/console/database/config/] WARN emd.targets setContents.101 - Label Total messages received per persistent queue per subscriber per minute in the last interval very long. Has been truncated.
    2013-03-28 15:41:25,428 [EMUI_15_41_25_/console/database/config/] WARN emd.targets setContents.101 - Label Messages processed per persistent queue (%) per subscriber per minute in the last interval very long. Has been truncated.
    2013-03-28 15:41:25,429 [EMUI_15_41_25_/console/database/config/] WARN emd.targets setContents.101 - Label Average age of messages per buffered queue per subscriber (seconds) very long. Has been truncated.
    2013-03-28 15:41:25,429 [EMUI_15_41_25_/console/database/config/] WARN emd.targets setContents.101 - Label Age of the first message in buffered queue per subscriber (seconds) very long. Has been truncated.
    2013-03-28 15:41:25,430 [EMUI_15_41_25_/console/database/config/] WARN emd.targets setContents.101 - Label Total messages processed per buffered queue per subscriber per minute in the last interval very long. Has been truncated.
    2013-03-28 15:41:25,430 [EMUI_15_41_25_/console/database/config/] WARN emd.targets setContents.101 - Label Total messages received per buffered queue per subscriber per minute in the last interval very long. Has been truncated.
    2013-03-28 15:41:25,430 [EMUI_15_41_25_/console/database/config/] WARN emd.targets setContents.101 - Label Messages processed per buffered queue (%) per subscriber per minute in the last interval very long. Has been truncated.
    2013-03-28 15:41:25,431 [EMUI_15_41_25_/console/database/config/] WARN emd.targets setContents.101 - Label Space usage of buffered queue with respect to streams pool size (%) very long. Has been truncated.
    2013-03-28 15:41:25,437 [EMUI_15_41_25_/console/database/config/] WARN emd.targets setContents.101 - Label Total number of Inbound/Outbound servers in consolidated database very long. Has been truncated.
    2013-03-28 15:41:25,438 [EMUI_15_41_25_/console/database/config/] WARN emd.targets setContents.101 - Label XStream/Integrated GoldenGate Inbound/Outbound server's queue - Buffered very long. Has been truncated.
    2013-03-28 15:41:25,439 [EMUI_15_41_25_/console/database/config/] WARN emd.targets setContents.101 - Label Inbound/Outbound Server Queue - Cumulative Number of Spilled Messages very long. Has been truncated.
    2013-03-28 15:41:25,440 [EMUI_15_41_25_/console/database/config/] WARN emd.targets setContents.101 - Label XStream/Integrate GoldenGate Inbound server's coordinator statistics very long. Has been truncated.
    2013-03-28 15:41:25,443 [EMUI_15_41_25_/console/database/config/] WARN emd.targets setContents.101 - Label Total messages processed per persistent queue per minute in the last interval very long. Has been truncated.
    2013-03-28 15:41:25,443 [EMUI_15_41_25_/console/database/config/] WARN emd.targets setContents.101 - Label Total messages received per persistent queue per minute in the last interval very long. Has been truncated.
    2013-03-28 15:41:25,444 [EMUI_15_41_25_/console/database/config/] WARN emd.targets setContents.101 - Label Messages processed per persistent queue (%) per minute in the last interval very long. Has been truncated.
    2013-03-28 15:41:25,444 [EMUI_15_41_25_/console/database/config/] WARN emd.targets setContents.101 - Label Age of the first message in the buffered queue per queue (seconds) very long. Has been truncated.
    2013-03-28 15:41:25,445 [EMUI_15_41_25_/console/database/config/] WARN emd.targets setContents.101 - Label Current number of overflow messages spilled to disk from the buffered queue very long. Has been truncated.
    2013-03-28 15:41:25,445 [EMUI_15_41_25_/console/database/config/] WARN emd.targets setContents.101 - Label Total messages processed per buffered queue per minute in the last interval very long. Has been truncated.
    2013-03-28 15:41:25,446 [EMUI_15_41_25_/console/database/config/] WARN emd.targets setContents.101 - Label Total messages received per buffered queue per minute in the last interval very long. Has been truncated.
    2013-03-28 15:41:25,446 [EMUI_15_41_25_/console/database/config/] WARN emd.targets setContents.101 - Label Messages processed per buffered queue (%) per minute in the last interval very long. Has been truncated.
    2013-03-28 15:41:25,447 [EMUI_15_41_25_/console/database/config/] WARN emd.targets setContents.101 - Label Average age of messages per persistent queue per subscriber (seconds) very long. Has been truncated.
    2013-03-28 15:41:25,447 [EMUI_15_41_25_/console/database/config/] WARN emd.targets setContents.101 - Label Age of the first message in persistent queue per subscriber (seconds) very long. Has been truncated.
    2013-03-28 15:41:25,448 [EMUI_15_41_25_/console/database/config/] WARN emd.targets setContents.101 - Label Total messages processed per persistent queue per subscriber per minute in the last interval very long. Has been truncated.
    2013-03-28 15:41:25,448 [EMUI_15_41_25_/console/database/config/] WARN emd.targets setContents.101 - Label Total messages received per persistent queue per subscriber per minute in the last interval very long. Has been truncated.
    2013-03-28 15:41:25,449 [EMUI_15_41_25_/console/database/config/] WARN emd.targets setContents.101 - Label Messages processed per persistent queue (%) per subscriber per minute in the last interval very long. Has been truncated.
    2013-03-28 15:41:25,450 [EMUI_15_41_25_/console/database/config/] WARN emd.targets setContents.101 - Label Average age of messages per buffered queue per subscriber (seconds) very long. Has been truncated.
    2013-03-28 15:41:25,450 [EMUI_15_41_25_/console/database/config/] WARN emd.targets setContents.101 - Label Age of the first message in buffered queue per subscriber (seconds) very long. Has been truncated.
    2013-03-28 15:41:25,451 [EMUI_15_41_25_/console/database/config/] WARN emd.targets setContents.101 - Label Total messages processed per buffered queue per subscriber per minute in the last interval very long. Has been truncated.
    2013-03-28 15:41:25,451 [EMUI_15_41_25_/console/database/config/] WARN emd.targets setContents.101 - Label Total messages received per buffered queue per subscriber per minute in the last interval very long. Has been truncated.
    2013-03-28 15:41:25,452 [EMUI_15_41_25_/console/database/config/] WARN emd.targets setContents.101 - Label Messages processed per buffered queue (%) per subscriber per minute in the last interval very long. Has been truncated.
    2013-03-28 15:41:25,453 [EMUI_15_41_25_/console/database/config/] WARN emd.targets setContents.101 - Label Space usage of buffered queue with respect to streams pool size (%) very long. Has been truncated.
    2013-03-28 15:41:25,553 [EMUI_15_41_25_/console/database/config/] WARN emd.targets setContents.101 - Label Total number of Inbound/Outbound servers in consolidated database very long. Has been truncated.
    2013-03-28 15:41:25,555 [EMUI_15_41_25_/console/database/config/] WARN emd.targets setContents.101 - Label Inbound/Outbound Server Queue - Cumulative Number of Spilled Messages very long. Has been truncated.
    2013-03-28 15:41:25,558 [EMUI_15_41_25_/console/database/config/] WARN emd.targets setContents.101 - Label Total messages processed per persistent queue per minute in the last interval very long. Has been truncated.
    2013-03-28 15:41:25,558 [EMUI_15_41_25_/console/database/config/] WARN emd.targets setContents.101 - Label Total messages received per persistent queue per minute in the last interval very long. Has been truncated.
    2013-03-28 15:41:25,559 [EMUI_15_41_25_/console/database/config/] WARN emd.targets setContents.101 - Label Messages processed per persistent queue (%) per minute in the last interval very long. Has been truncated.
    2013-03-28 15:41:25,559 [EMUI_15_41_25_/console/database/config/] WARN emd.targets setContents.101 - Label Age of the first message in the buffered queue per queue (seconds) very long. Has been truncated.
    2013-03-28 15:41:25,560 [EMUI_15_41_25_/console/database/config/] WARN emd.targets setContents.101 - Label Current number of overflow messages spilled to disk from the buffered queue very long. Has been truncated.
    2013-03-28 15:41:25,561 [EMUI_15_41_25_/console/database/config/] WARN emd.targets setContents.101 - Label Total messages processed per buffered queue per minute in the last interval very long. Has been truncated.
    2013-03-28 15:41:25,561 [EMUI_15_41_25_/console/database/config/] WARN emd.targets setContents.101 - Label Total messages received per buffered queue per minute in the last interval very long. Has been truncated.
    2013-03-28 15:41:25,562 [EMUI_15_41_25_/console/database/config/] WARN emd.targets setContents.101 - Label Messages processed per buffered queue (%) per minute in the last interval very long. Has been truncated.
    2013-03-28 15:41:25,562 [EMUI_15_41_25_/console/database/config/] WARN emd.targets setContents.101 - Label Average age of messages per persistent queue per subscriber (seconds) very long. Has been truncated.
    2013-03-28 15:41:25,563 [EMUI_15_41_25_/console/database/config/] WARN emd.targets setContents.101 - Label Age of the first message in persistent queue per subscriber (seconds) very long. Has been truncated.
    2013-03-28 15:41:25,564 [EMUI_15_41_25_/console/database/config/] WARN emd.targets setContents.101 - Label Total messages processed per persistent queue per subscriber per minute in the last interval very long. Has been truncated.
    2013-03-28 15:41:25,564 [EMUI_15_41_25_/console/database/config/] WARN emd.targets setContents.101 - Label Total messages received per persistent queue per subscriber per minute in the last interval very long. Has been truncated.
    2013-03-28 15:41:25,565 [EMUI_15_41_25_/console/database/config/] WARN emd.targets setContents.101 - Label Messages processed per persistent queue (%) per subscriber per minute in the last interval very long. Has been truncated.
    2013-03-28 15:41:25,565 [EMUI_15_41_25_/console/database/config/] WARN emd.targets setContents.101 - Label Average age of messages per buffered queue per subscriber (seconds) very long. Has been truncated.
    2013-03-28 15:41:25,566 [EMUI_15_41_25_/console/database/config/] WARN emd.targets setContents.101 - Label Age of the first message in buffered queue per subscriber (seconds) very long. Has been truncated.
    2013-03-28 15:41:25,567 [EMUI_15_41_25_/console/database/config/] WARN emd.targets setContents.101 - Label Total messages processed per buffered queue per subscriber per minute in the last interval very long. Has been truncated.
    2013-03-28 15:41:25,567 [EMUI_15_41_25_/console/database/config/] WARN emd.targets setContents.101 - Label Total messages received per buffered queue per subscriber per minute in the last interval very long. Has been truncated.
    2013-03-28 15:41:25,568 [EMUI_15_41_25_/console/database/config/] WARN emd.targets setContents.101 - Label Messages processed per buffered queue (%) per subscriber per minute in the last interval very long. Has been truncated.
    2013-03-28 15:41:25,568 [EMUI_15_41_25_/console/database/config/] WARN emd.targets setContents.101 - Label Space usage of buffered queue with respect to streams pool size (%) very long. Has been truncated.
    2013-03-28 15:42:38,660 [EMUI_15_42_38_/console/database/config/config] ERROR conf.DBConfigListUI logp.251 - Error occured during cluster object initjava.lang.Exception: ClusterUtil.isBigCluster invoked with targetName as null
    2013-03-29 00:06:47,533 [RemoteJobWorker 19041] ERROR em.jobs logMsg.570 - [RFMPlugIn_Cert] storedChecksum :2fa00ec200ba372170ff71256134119b new checksum=9944c75fe1d195310148f005f18931aa componentType=ARU_CERT_PRODUCT timestamp=2013-03-29 00:05:39.528
    2013-03-29 00:12:12,043 [[STUCK] ExecuteThread: '3' for queue: 'weblogic.kernel.Default (self-tuning)'] ERROR em.jobs logMsg.570 - [RFMPlugIn_Cert] storedChecksum :606d9b64aceeebd04015b78551e4e55e new checksum=6c00aeeb8853ba203a3f5d98c9868045 componentType=ARU_CERT_CERTIFICATION timestamp=2013-03-29 00:05:39.528
    2013-03-29 08:52:50,205 [[ACTIVE] ExecuteThread: '3' for queue: 'weblogic.kernel.Default (self-tuning)'] WARN auth.EMRepLoginFilter doFilter.402 - Security ctxt is not set, got no username from container, redirecting to login page
    Thanks,
    Jimmy

  • Email RMAN backup logs in OEM 12c

    I am scheduling my RMAN daily backups via OEM 12c. My goal is that the email notification includes the full log, rather than just the status of results. I was able to do this in 11g fairly easily. I have created a ticket with Oracle, to which they have responded that this may not be possible with 12c. I find that hard to believe. I am probably missing something silly. Any help is greatly appreciated.

    Here is the response to your question. If its useful, please mark it so.
    https://oracletechnologistblog.wordpress.com/2012/08/27/tip-of-the-week-resolving-12c-cloud-control-database-backup-notification-issues/
    In 12c CC, after scheduling database backup job and configuring email notification, system doesn’t successfully email the status of the backup jobs. Email notification within 12c would work otherwise. Interestingly, the notification would not work just for database backup jobs.
    Steps to diagnose the issue:
    1.Please ensure your database target ‘yourdb’ in issue has been listed in the ‘Job Events For Targets’ by navigating to EM 12c -> Setup -> Incidents -> Job Events
    2.If the above doesn’t help, then please do:
    2.1 Log on the repository db of EM 12c as SYSMAN user to query the following then upload the output.html file for checking
    SQL>set markup html on spool on
    SQL>spool output.html
    SQL>select * from mgmt_targets where target_name=’PRD1′;
    SQL>select * from mgmt_notification_log;
    SQL>spool off
    2.2 Set EM 12c OMS to DEBUG level
    cd <OMS_HOME>/bin
    emctl set property -name log4j.rootCategory -value ‘DEBUG, emlogAppender, emtrcAppender’ -module logging
    2.3 Then reproduce this issue.
    If you find below errors in <gc_inst>/em/EMGC_OMS1/sysman/log/emoms.trc, then perform the below mentioned Resolution to resolve the issue.
    2012-08-23 17:05:51,519 [DeliveryThread-EMAIL6] WARN notification.pbs logp.251 – Delivery.run: java.util.MissingResourceException: Can’t find bundle for base name oracle.sysman.db.rsc.rec.BackupJobMsg, locale en_US
    java.util.MissingResourceException: Can’t find bundle for base name oracle.sysman.db.rsc.rec.BackupJobMsg, locale en_US
    Resolution:
    As per the uploaded file emoms_pbs.trc, it shows the exactly same error messages described in the bug 13334194.
    Apply the EM 12c BP1( per Doc ID 1430518.1) patch to resolve this issue, as it has included the fix of bug 13334194.
    Reference:
    Mandatory Enterprise Manager Cloud Control 12c Release 12.1.0.1 Bundle Patch 1 (BP1) for all available platforms (Doc ID 1430518.1)
    Document 1395505.1 – Announcing Enterprise Manager Cloud Control 12c Release 12.1.0.1 Bundle Patch 1(BP1) and 12.1.0.2 Plug-ins.
    EM 12c How to Configure Notifications for Job Executions? (Doc ID 1386816.1)

  • The 2 year old fix for changing temp files is no longer valid, I need to change the temp file location in the latest firefox.

    In 3.6.3 I'm unable to find the parent cache to change where the temp files are located. I have an SSD drive, and I need to get the temp file off, and onto my platter drive. I have read the previous fix of about:config and changing the parent cache location, but it no longer seems to be there. I'm unable to locate anything relating to my SSD drive location in about:config.
    == User Agent ==
    Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.70 Safari/533.4

    Unfortunately, it appears that what I wrote about not being able to find the location IN about:config of the cache to change it from my C: drive to a different location, was mildly misunderstood that I didn't know how to get into about:config.
    The location of browser.cache.disk.parent_directory does not currently exist in 3.6.3. I'm assuming it's under a different location. Also using the simple string of "cache" lists several options, but none of them appear to be where firefox is currently dumping the temp files onto my C:
    I merely need to know how to switch the temp file location from 1 drive, to another. Not downloads, the temp file.

  • "add_mp_to_mpa" is not recognized by OEM 12C Command line tool

    Hi,
    As per Oracle® Enterprise Manager Command Line Interface 12c Release 1 (12.1) document ( http://docs.oracle.com/cd/E24628_01/em.121/e17786/cli.htm ), after the EM CLI Client is installed basic operational verbs like 'add_mp_to_mpa " can be used to create managenment plug-in archive. But when i am using this command with OEM 12C EM CLI command line tool it throws following error
    +Error: The command name "add_mp_to_mpa" is not a recognized command.+
    +Run the "help" command for a list of recognized commands.+
    +You may also need to run the "sync" command to synchronize with the current OMS+.
    I also used sync command to sync with my OMS server. The sync command ran successfully with output "Synchronized successfully" .
    When i use help command("emcli help") to see the list of command it supports, it doesn't list this ('add_mp_to_mpa ') verb.
    Please tell me how can i use this particular verb to create my own management plug-in archive(.jar file) in 12 C.
    -Tripati

    "add_mp_to_mpa" verb is no longer an emcli verb in EM 12c. The plug-in framework has changed EM 12c. If necessary, please see the following doc for information on packaging and deploying a plug-in.
    http://docs.oracle.com/cd/E24628_01/doc.121/e25161/package.htm#CACDJJDA
    Regards,
    - Loc

  • Convert custom management plug-in in OEM 11g to OEM 12c compatible plug-in

    Hi All,
    We have a custom plug-in developed and deployed in OEM 11g. We are planning to move to OEM 12c(12.1.0.4) and installing OEM 12c(fresh install) in a new host instead of migrating existing 11g to 12c as part of upgrade process.
    Now question is what are the options if I want to use existing 11g custom plug-in in OEM 12c ? As I understand 11g plug-ins are jar file but OEM 12c plug-ins are OPAR files.
    Can we export plug-in from OEM 11g and import directly in OEM 12c or if there are any steps to conver 11g plugin to 12c plugin before importing it in 12c.
    Please suggest the options available without re-developing the plug-ins for OEM 12c.
    Thanks

    To overwrite and update your current custom plug-in update that is stored in a repository, use the overwrite option.
    $emcli create_custom_plugin_update
    -agent_name="agent_name"
    -plugin_id="plugin_id"
    [-overwrite]
    This command creates and imports a custom plug-in update from an existing Management Agent where the selected plug-in is deployed. The custom plug-in update will be used for all subsequent plug-in deployments on any Management Agent, in place of Oracle supplied versions.
    Custom plug-in update is created as per plug-in type. If a custom plug-in update is created, and after three days, a patch is applied, in order to include the patch, the custom plug-in update will have to be created again.
    $emcli list_custom_plugin_updates
    Please refer the below doc for more info..
    http://docs.oracle.com/cd/E24628_01/doc.121/e24473/plugin_mngr.htm#CJGCHGIH
    Regards
    Krishnan

Maybe you are looking for