Hundreds of ERROR = KEY_MISMATCH in emoms.trc

I am pretty sure this is because the agent was not secured. I have 1000s of these errors in my log file and its cluttering my grid control logs. I can't find legitimate issues. Its another group, so I can't get on their server to shut down the agent. Is there a way I can block attempted connection attempts? The host isn't in oem. I'm getting 1000s of failures a day in the logs.

Yes, it is because it's not secure or it's been removed from EM but agent still running. You need to shutdown the agent and prevent it from starting, or deinstall it, if you don't want it trying to connect.

Similar Messages

  • Errors in emoms.trc -- what does it mean?

    I found this error message in the emoms.trc under the ../sysman/log.
    2006-11-05 05:02:29,511 [SeverityLoad http://baanserver:3938/emd/main] ERROR eml.XMLLoader java.? - Failed to load B0000000001.xml because of errors; moving to errors directory
    2006-11-05 05:02:29,589 [HttpRequestHandler-953404960] ERROR eml.FxferRecv doPost.817 - Upload repsonse header :-ERROR-400|ORA-01861: literal does not match format string
    2006-11-06 00:00:05,627 [JobWorker 2883:Thread-14] ERROR em.jobs executeCommand.159 - UpdateARUTables: Oracle MetaLink credentials are incorrect or missing. Click Patching Setup to set required parameters.
    Does anyone know what caused it? I searched the ORA-01861 but did not come out anything meaningful. What port:3938 is used for?

    This was I found about the port:
    Port 3938 tcp/udp
    Oracle dbControl Agent po. Uses dbcontrol_agent service.
    How do I configure the Metalink credential?
    Well I found what the Metalink credential is about. If I do not want this auto-patching function, can I disable it and get away all the connection errors?
    Message was edited by:
    user508054
    Message was edited by:
    user508054

  • Errors in emoms.trc

    Hello getting following erros in emoms.trc can anyone help me to find a reason why this heppens?
    Oms 10.2.0.3 on 2003 server
    Agnet 10.2.0.3 on 2003 server
    2007-10-18 11:53:00,056 [XMLLoader0 80000000327.xml] WARN eml.XMLLoader LoadFiles.682 - Marking the file for retry : 80000000327.xml after receiving exceptionjava.sql.SQLException: ORA-14400: inserted partition key does not map to any partition
    2007-10-18 11:53:05,587 [XMLLoader0 80000000327.xml] ERROR eml.XMLLoader markFileAsError.826 - Failed to load 80000000327.xml even after 2 attempts; moving to errors directory. Error:
    java.sql.SQLException: ORA-14400: inserted partition key does not map to any partition
         at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:137)
         at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:304)
         at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:271)
         at oracle.jdbc.driver.T4C8Oall.receive(T4C8Oall.java:625)
         at oracle.jdbc.driver.T4CPreparedStatement.doOall8(T4CPreparedStatement.java:181)
         at oracle.jdbc.driver.T4CPreparedStatement.execute_for_rows(T4CPreparedStatement.java:629)
         at oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java:1153)
         at oracle.jdbc.driver.OraclePreparedStatement.sendBatch(OraclePreparedStatement.java:3207)
         at oracle.jdbc.driver.PhysicalConnection.commit(PhysicalConnection.java:1245)
         at oracle.jdbc.OracleConnectionWrapper.commit(OracleConnectionWrapper.java:87)
         at oracle.jdbc.OracleConnectionWrapper.commit(OracleConnectionWrapper.java:87)
         at oracle.sysman.emdrep.dbjava.loader.XMLLoaderContext.handleSubDocument(XMLLoaderContext.java:2272)
         at oracle.sysman.emdrep.dbjava.loader.XMLDocumentSplitter.endElement(XMLDocumentSplitter.java:893)
         at oracle.xml.parser.v2.NonValidatingParser.parseElement(NonValidatingParser.java:1257)
         at oracle.xml.parser.v2.NonValidatingParser.parseRootElement(NonValidatingParser.java:314)
         at oracle.xml.parser.v2.NonValidatingParser.parseDocument(NonValidatingParser.java:281)
         at oracle.xml.parser.v2.XMLParser.parse(XMLParser.java:196)
         at oracle.sysman.emdrep.dbjava.loader.XMLDocumentSplitter.split(XMLDocumentSplitter.java:466)
         at oracle.sysman.emdrep.dbjava.loader.XMLLoaderContext.loadFromStream(XMLLoaderContext.java:1817)
         at oracle.sysman.emdrep.dbjava.loader.XMLLoader.LoadFile(XMLLoader.java:576)
         at oracle.sysman.emdrep.dbjava.loader.XMLLoader.LoadFiles(XMLLoader.java:667)
         at oracle.sysman.emdrep.dbjava.loader.XMLLoader.run(XMLLoader.java:1314)
         at java.lang.Thread.run(Thread.java:534)

    This may occur if the Repository has not been reorganized and if there are many truncated
    partitions in the Grid Management Repository. SolutionTo fix this issue, please execute the following steps:
    1. Stop the all the Management Agents until the problem is solved.
    $ emctl stop agent
    This step is recommended as this will stop the uploading of new files to the directories
    $ORACLE_HOME/sysman/recv and $ORACLE_HOME/sysman/recv/errors.
    A growing backlog of xml files in the OMS $ORACLE_HOME/sysman/recv sub-directory means a longer time for the OMS to insert the outstanding xml files in the repository. And as long as the upload issue is not fixed, the xml files will continue being moved to the $ORACLE_HOME/sysman/recv/errors sub-directory. Hence even if collected, data moved to the errors sub-directory will never be inserted into the repository, thus making the data collection useless.
    2. Stop all the Management Servers and let the Management Repository Database up and running
    $ emctl stop oms
    3. Connect to the database hosting the Central Management Repository with the SYSMAN account
    4. Execute the following SQL statement
    SQL > exec emd_maintenance.analyze_emd_schema('SYSMAN')
    SQL> exec emd_maintenance.partition_maintenance
    Warning: depending of the amount of work to be done, exec emd_maintenance.partition_maintenance can take a while,
    up to more than one hour. DO NOT cancel this procedure.
    This procedure stops and restartds SYSMAN dbms_jobs. If it is cancelled or does not complete successfully
    for any reason, you can hit the bug:
    Bug 5231347 Running Emd_Maintenance.Partition_Maintenance Deletes Sysman Jobs
    In that case, rerun exec emd_maintenance.partition_maintenance should fix the issue.
    If you cannot run exec emd_maintenance.partition_maintenance and want to fix the dbms_job issue, check
    Note 370695.1 Running EMD_MAINTENANCE.PARTITION_MAINTENANCE removes SYSMAN dbms_jobs
    5. Restart the Management Servers
    6. Restart the Management Agents
    7. Verify that the issue is fixed.
    kind regards
    Terry

  • Errors in emoms.trc file

    We are using 11g Grid Control and observing too many of these entries in emoms.trc file:
    XMLLoader8 E0_4325_79185.xml] ERROR loader.XMLLoader LoadFiles.792 - Error while processing E0_4325_79185.xml:
    java.sql.SQLException: ORA-20801: ECM load failed: Metadata does not exist for target type oracle_database and snapshot type streams_processes_count_item
    ORA-06512: at "SYSMAN.ECM_CT", line 324
    Console works fine, but want to know why/what these errors caused. Will this effect the system?
    Thanks,
    dba

    Hi,
    Generally these errors are observed when there are older version of agents talking to this OMS. But this will not cause any harm like crash to the OMS, but suggest to upgrade the older version of agents.
    Observations & Research:
    ===============
    The following bugs speak about these errors
    Bug 13070300 - ORA-20801: ECM LOAD FAILED: METADATA DOES NOT EXIST FOR TARGET TYPE ORACLE_DATAB
    BUG 12924161 - ORA-20801: ECM LOAD FAILED: METADATA DOES NOT EXIST FOR TARGET/SNAPSHOT TYPE
    The following document explains this as well:
    OMS emoms.trc files with errors ORA-20801: ECM load failed: Metadata does not exist (Doc ID 1441322.1)
    Best Regards,
    Venkat

  • Erros in emoms.trc

    I found this error message in the emoms.trc under the ../sysman/log.
    2006-11-05 05:02:29,511 [SeverityLoad http://baanserver:3938/emd/main] ERROR eml.XMLLoader java.? - Failed to load B0000000001.xml because of errors; moving to errors directory
    2006-11-05 05:02:29,589 [HttpRequestHandler-953404960] ERROR eml.FxferRecv doPost.817 - Upload repsonse header :-ERROR-400|ORA-01861: literal does not match format string
    2006-11-06 00:00:05,627 [JobWorker 2883:Thread-14] ERROR em.jobs executeCommand.159 - UpdateARUTables: Oracle MetaLink credentials are incorrect or missing. Click Patching Setup to set required parameters.
    Does anyone know what caused it?
    I found the 3938:Port 3938 tcp/udp
    Oracle dbControl Agent po. Uses dbcontrol_agent service.
    But still do not know what that to do the Oracle DB itself.
    Well, apparently the Metalink credential is for Patching setup automatically with Oracle. If I do not want this auto patching facilities, how can I remove the inquiring and stop the connection error.
    Message was edited by:
    user508054
    Message was edited by:
    user508054

    I went the page, but did not find any link or functionality about disable the connection. From the cmoms.trc file, it seems that the oracle was triyng to connect to Metalink with wrong date input for a xml function, which cause the ORA-01861 and incorrect credential.

  • Error shown in t1.trc file

    Hello all,
    i am working on EDI X12 over Internet transaction given in user guide.after completing everything in B2B UI tool on both acme and globalchips servers.i ran deq.bat file on both servers giving s*ubscriber=b2berroruser* and wait=1 in ipdequeue.properties file and there was nothing in t1.trc file generated.so i ran enq_850.bat on acme side and enq_855.bat on globalchips side and on both sides Action=Null.and i got the below message in t1.trc file on acme server.
    so can anyone please suggest what should i do next and what is the actual problem.
    MsgID = C0A8010111EAD13D58B00000DADA4C00-1
    ReplyToMsgID = null
    FromParty = GlobalChips
    ToParty = Acme
    EventName = Exception
    DoctypeName = Exception
    DoctypeRevision = 1.0
    MsgType = 3
    payload length = 8063
    *<Exception xmlns="http://integration.oracle.com/B2B/Exception" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">*
    *<correlationId>null</correlationId>*
    *<b2bMessageId>C0A8010111EAD13D58B00000DADA4C00-1</b2bMessageId>*
    *<errorCode>AIP-50034</errorCode>*
    *<errorText>Validation error and cannot create Functional Acknowledgment</errorText>*
    *<errorDescription>*
    *<![CDATA[Machine Info: (mcity94)*
    *Validation of Interchange parameters failed. Please verify all the Interchange parameters in the B2B configuration match the Group parameters in the message. Make sure that the ecs file for this Interchange is valid.*
    *Error Brief :*
    *5082: XEngine error - Guideline look-up failed.*
    *iAudit Report :*
    *<?xml version="1.0" encoding="UTF-16"?><AnalyzerResults Guid="{C4E22FFB-856B-4C67-BC08-6383C138EFBD}" InterchangeReceived="1" InterchangeProcessed="1" InterchangeAccepted="0"> <ExecutionDate>Tuesday, January 06, 2009</ExecutionDate> <ExecutionTime>11:23:24 PM (India Standard Time)</ExecutionTime> <AnalyzerReturn>Failed</AnalyzerReturn> <NumberOfErrors>1</NumberOfErrors> <ErrorByCategory> <Category Name="Rejecting"> <Severity Name="Normal">1</Severity> </Category> </ErrorByCategory> <Status>Finished</Status> <DataFile> <FilePath>D:\oracle\OraJ2EE\ip</FilePath> <FileName/> <LastModified/> <FileSize/> <DataURL>file:\\D:\oracle\OraJ2EE\ip</DataURL> </DataFile> <Interchange Guid="{CCCD3245-D8CC-4126-8C87-F1FA258BB076}" InterchangeAckCode="R" FunctionalGroupReceived="1" FunctionalGroupProcessed="1" FunctionalGroupAccepted="0" RError="1" NError="0" OtherWI="0"> <DataXPointer> <StartPos>0</StartPos> <Size>28433</Size> </DataXPointer> <NodeInfo> <Links> <Link Name="InterchangeSenderQual">ZZ</Link> <Link Name="InterchangeSenderID">GlobalChips </Link> <Link Name="InterchangeReceiverQual">ZZ</Link> <Link Name="InterchangeReceiverID">Acme </Link> <Link Name="InterchangeControlVersion">00200</Link> <Link Name="Standard">X12</Link> </Links> <Properties> <Property Name="InterchangeAuthorizationInfoQual">00</Property> <Property Name="InterchangeAuthorizationInfo"> </Property> <Property Name="InterchangeSecurityInfoQual">00</Property> <Property Name="InterchangeSecurityInfo"> </Property> <Property Name="InterchangeSenderQual">ZZ</Property> <Property Name="InterchangeSenderID">GlobalChips </Property> <Property Name="InterchangeReceiverQual">ZZ</Property> <Property Name="InterchangeReceiverID">Acme </Property> <Property Name="InterchangeDate">090106</Property> <Property Name="InterchangeTime">1009</Property> <Property Name="InterchangeControlStandard_RepeatingSeparator">U</Property> <Property Name="InterchangeControlVersion">00200</Property> <Property Name="InterchangeControlNumber">000001005</Property> <Property Name="InterchangeAckRequested">0</Property> <Property Name="InterchangeUsageIndicator">P</Property> <Property Name="InterchangeComponentElementSep">0x2b</Property> <Property Name="DecimalSeparator"/> <Property Name="ElementDelimiter">0x7e</Property> <Property Name="ReleaseCharacter"/> <Property Name="RepeatingSeparator"/> <Property Name="SegmentDelimiter">0x27</Property> <Property Name="SubelementDelimiter">0x2b</Property> <Property Name="InterchangeChildCount">1</Property> <Property Name="InterchangeTrailerControlNumber">000001005</Property> </Properties> </NodeInfo> <FunctionalGroup Guid="{46DA7B93-2365-4704-8156-A0FF38B242E2}" FunctionalGroupAckCode="R" TransactionSetsIncluded="1" TransactionSetsReceived="1" TransactionSetsProcessed="1" TransactionSetsAccepted="0" RError="0" NError="0" OtherWI="0"> <DataXPointer> <StartPos>106</StartPos> <Size>28311</Size> </DataXPointer> <NodeInfo> <Links> <Link Name="GroupSenderID">GlobalChips</Link> <Link Name="GroupReceiverID">Acme</Link> <Link Name="GroupVersionNumber">004010</Link> </Links> <Properties> <Property Name="GroupID">PR</Property> <Property Name="GroupSenderID">GlobalChips</Property> <Property Name="GroupReceiverID">Acme</Property> <Property Name="GroupDate">20090106</Property> <Property Name="GroupTime">1009</Property> <Property Name="GroupControlNumber">1005</Property> <Property Name="GroupAgencyCode">X</Property> <Property Name="GroupVersionNumber">004010</Property> <Property Name="GroupChildCount">1</Property> <Property Name="GroupTrailerControlNumber">1005</Property> </Properties> </NodeInfo> <Transaction Guid="{660C36B3-D2FD-4F7A-AE2A-3CE953611D55}" TransactionAckCode="R" RError="0" NError="0" OtherWI="0"> <DataXPointer> <StartPos>157</StartPos> <Size>28250</Size> </DataXPointer> <NodeInfo> <Links> <Link Name="TransactionID">855</Link> </Links> <Properties> <Property Name="TransactionID">855</Property> <Property Name="TransactionControlNumber">1005</Property> <Property Name="TransactionImplementationReference"/> <Property Name="TransactionChildCount">170</Property> <Property Name="TransactionTrailerControlNumber">1005</Property> </Properties> </NodeInfo> </Transaction> </FunctionalGroup> <InterchangeErrors> <Error ErrorCode="{3F43BFA3-7899-445C-A5B8-867089B8D4B2}" Severity="Normal" Category="Rejecting" Index="1" ID="50820000"> <ErrorBrief>5082: XEngine error - Guideline look-up failed.</ErrorBrief> <ErrorMsg>Failed guideline look-up.</ErrorMsg> <ErrorObjectInfo> <Parameter Name="ErrorLevel">0</Parameter> <Parameter Name="InterchangeControlVersion">00200</Parameter> <Parameter Name="InterchangeReceiverID">Acme </Parameter> <Parameter Name="InterchangeReceiverQual">ZZ</Parameter> <Parameter Name="InterchangeSenderID">GlobalChips </Parameter> <Parameter Name="InterchangeSenderQual">ZZ</Parameter> <Parameter Name="Name">XEngine</Parameter> <Parameter Name="Standard">X12</Parameter> <Parameter Name="_ec_dn_guid_">{CCCD3245-D8CC-4126-8C87-F1FA258BB076}</Parameter> <Parameter Name="_ec_index">0</Parameter> <Parameter Name="ec_error_scope">Interchange</Parameter> </ErrorObjectInfo> <ErrorDataInfo> <Part1/> <ErrData/> <Part3/> <DataXPointer> <StartPos>0</StartPos> <Size>0</Size> </DataXPointer> </ErrorDataInfo> </Error> </InterchangeErrors> </Interchange></AnalyzerResults> ]]>*
    *</errorDescription>*
    *<errorSeverity>2</errorSeverity>*
    *<errorDetails>*
    *<parameter name="InterchangeControlStandard_RepeatingSeparator" value="U"/>*
    *<parameter name="InterchangeTrailerControlNumber" value="000001005"/>*
    *<parameter name="InterchangeChildCount" value="1"/>*
    *<parameter name="InterchangeTime" value="1009"/>*
    *<parameter name="InterchangeUsageIndicator" value="P"/>*
    *<parameter name="ErrorScope" value="Interchange"/>*
    *<parameter name="SubelementDelimiter" value="+"/>*
    *<parameter name="RepeatingSeparator" value=""/>*
    *<parameter name="InterchangeSecurityInfo" value=" "/>*
    *<parameter name="InterchangeReceiverQual" value="ZZ"/>*
    *<parameter name="DecimalSeparator" value=""/>*
    *<parameter name="InterchangeAuthorizationInfoQual" value="00"/>*
    *<parameter name="ElementDelimiter" value="~"/>*
    *<parameter name="InterchangeComponentElementSep" value="+"/>*
    *<parameter name="InterchangeControlVersion" value="00200"/>*
    *<parameter name="InterchangeAckRequested" value="0"/>*
    *<parameter name="InterchangeSenderQual" value="ZZ"/>*
    *<parameter name="InterchangeReceiverID" value="Acme "/>*
    *<parameter name="ReleaseCharacter" value=""/>*
    *<parameter name="InterchangeDate" value="090106"/>*
    *<parameter name="SegmentDelimiter" value="'"/>*
    *<parameter name="InterchangeControlNumber" value="000001005"/>*
    *<parameter name="InterchangeAuthorizationInfo" value=" "/>*
    *<parameter name="InterchangeSenderID" value="GlobalChips "/>*
    *<parameter name="InterchangeSecurityInfoQual" value="00"/>*
    *</errorDetails>*
    *</Exception>*
    thanks
    sunny

    Hello Prasanna,
    Thanks for your reply,i have checked the parameters with the document protocol parameters,when i have compared i have noticed that some parameters given in the error are not there in the B2B UI and some parameters present in B2B UI are not shown in error part of t1.trc file i am providing the details below
    Not there in the b2b ui_
    <parameter name="InterchangeTrailerControlNumber" value="000001014"/>
    <parameter name="InterchangeChildCount" value="1"/>
    <parameter name="ErrorScope" value="Interchange"/>
    <parameter name="RepeatingSeparator" value=""/>
    <parameter name="InterchangeAckRequested" value="0"/>
    <parameter name="InterchangeControlNumber" value="000001014"/>
    Not there in the t1.trc file_
    Responsible Agency Code =X
    Replacement Character = 0*7c
    Security Information = " "
    Functional Group Time = system time
    Interchange ecs file = " " Browse
    group ecs file = " " Browse
    ImplementationClass = oracle.tip.adapter.b2b.document.edi.EDIDocumentPlugin
    Functional Group Date = system date
    Application Receiver's Code
    Application Sender's Code
    Tag Delimiter = 0*3d
    Having different values in the b2b ui_
    <parameter name="SubelementDelimiter" value="+"/> , value in the b2b ui is 0*2b
    <parameter name="DecimalSeparator" value=""/> , value in b2b ui is 0*2e
    <parameter name="ElementDelimiter" value="~"/> , value in b2b ui is 0*7e
    <parameter name="InterchangeComponentElementSep" value="+"/> , value in b2b ui is 0*2b
    <parameter name="SegmentDelimiter" value=" ' "/> , value in b2b ui is 0*27
    I have changed the values in B2B UI according to the values shown in the trace file,i changed 0*2b to "+" , 0*27 to" ' " , 0 * 7e to "~" and 0*2e to " "
    but it generated another error i.e
    5097: Invalid delimiter settings
    So i have replaced the overridden values with original values except the DecimalSeparator and restared the whole B2B instance and ran the bat files but the result is still the same it is showing the old error again i.e
    5082: XEngine error - Guideline look-up failed.
    So can anyone please suggest me a solution for this problem as it is very urgent and if this error is resolved then i can successfully finish all the remaining scenarios as the same error is persisting in the EDI EDIFACT scenario as well
    Thanx
    Sunny

  • Hundreds of errors when loading Java WEBDynpro project .

    Hello all,
    Almost a year ago, we built some custom webdynpro iviews. Until now everything works fine, but the customer has requested some minor changes .
    So I connected to the dev server and loaded the track we had created for this project. The problem is that when we create a project from the DTR, in order to edit it, we get a load of errors, which were ofcourse not occurring when we compiled the project .
    For example, this is an error in my Custom Controller "ZHRCOS_P0002_CONTR"
    The code was automatically generated by the system when it was created, so if I try to change anything I get the message "This Code is Derived, do you really want to change it?"
    inside the code there is the function
    infoRecords = GCIContext.createModelNode("Records", true, CMICardinality.MANY, CMICardinality.ZERO_TO_ONE, true, ... etc .
    There I get the message
    "CMICardinality.MANY cannot be resolved"
    I would think that some necessary packages were not loaded during the "Create project" procedure, although I loaded all the dependencies .
    But, what I actually see, is that the class <CMICardinality> exists, only that instead of having the constant <MANY>, it has the constant <CARDINALITY_MANY> .
    This is something I cannot understand, because the Dynpros were compiled almost one year ago and they are still working fine. Why do I get those problems ?

    Thank you both, but I have already tried these approaches. I also tried with other projects and I have the same problem .
    Also I noticed that the visual editor seems to have a problem, but I do not know if it is connected to the above .
    "Unhandled event loop exception"
    I have changed my NWDS to 7.2, but I don't think that the studio version would have any impact on the building of the webdynpro.
    Edited by: Markos Daskalakis on Nov 2, 2010 3:51 PM

  • How to improve Grid control performance

    Hi ,
    We are facing very slowness in grid control from past one week.
    Page took more than 3 minutes to load.
    Please provide some workaround to imporove the performance.
    Grid version : 10.2.0.5.0
    OS : Sun /5.10
    Thanks in Advance.

    Hi thank for your reply,
    Stil we are facing slowness . I found some errors in emoms.trc and emoms.log file.
    Below is the prstat output
       PID USERNAME  SIZE   RSS STATE  PRI NICE      TIME  CPU PROCESS/NLWP
    14556 oracle   1344M  811M cpu22   59    0 160:03:17 8.9% java/149
      5045 oracle   2150M 2036M sleep   60    0   0:30:35 0.8% oracle/11
    18388 oracle   2158M 2044M sleep   60    0   6:00:33 0.1% oracle/11
    16194 oracle    225M  141M sleep   59    0   5:32:52 0.1% emagent/18
    18393 oracle   2159M 2044M sleep   60    0   6:16:49 0.1% oracle/11
       239 oracle     36M 2944K sleep   60    0   0:06:04 0.1% httpd/3
    23466 oracle   2664K 1944K cpu20   59    0   0:00:01 0.0% prstat/1
    29035 oracle   2157M 2037M sleep   60    0   1:41:37 0.0% oracle/11From emoms.trc file :
    2010-12-18 05:54:11,782 [XMLLoader2 40000030302.xml] ERROR emdrep.XMLLoaderContext flushTableStatements.1592 - Error while flushing insert statementjava.sql.
    SQLException: ORA-00001: unique constraint (SYSMAN.MGMT_DB_HDM_METRIC_HELPER) violated
    2010-12-18 05:54:18,462 [AJPRequestHandler-ApplicationServerThread-7843] ERROR eml.OMSHandshake processFailure.843 - OMSHandshake failed.(AGENT URL = https:/
    /usadc-vzdb26:3872/emd/main/)(ERROR = KEY_MISMATCH)From emoms.log file :
    2010-12-18 05:45:49,216 [XMLLoader0 30000006013.xml] ERROR emdrep.XMLLoaderContext flushTableStatements.1592 - Error while flushing insert statementjava.sql.
    SQLException: ORA-00001: unique constraint (SYSMAN.MGMT_DB_HDM_METRIC_HELPER) violated
    2010-12-18 05:45:55,769 [HealthMonitor] ERROR emd.main run.365 - HealthMonitor : Found errant task : TaskRegn:ID105128,Callback:class oracle.sysman.emdrep.jo
    bs.JobWorker,Iterative:true,Duration:900,DueTime:1292669155584
    2010-12-18 05:46:10,284 [AJPRequestHandler-ApplicationServerThread-7184] ERROR eml.OMSHandshake processFailure.843 - OMSHandshake failed.(AGENT URL = https:/
    /usadc-vzdb26:3872/emd/main/)(ERROR = KEY_MISMATCH)Please need your suggestion .
    Thanks.

  • Help on deploy new plug-in

    Hi,
    I am trying to develop my own plug-in. I've created a archive jar file, import it to the Grid Control, but when I deploy it, it gives the error "At least one error has occurred. Refer to the Deployment Status page for more details." and the status shows: "Deployment operation failed on the agent with an error status".
    If I manually copy the metadata file and the default collection file, and add an instance, the plug-in shows in the target list. However, the target home page always hows "Status Pending" and the metrics data is not collected.
    I can see the Metrics values using the Metric Browser. If I use the emctl ilint to check the xml syntax, it does not have error. But if I use emctl collect_mp_stats to collect the new target type data, all data is not collected.
    Below is my metadata xml:
    <?xml version="1.0" ?>
    <!DOCTYPE TargetMetadata SYSTEM "../dtds/TargetMetadata.dtd">
    <TargetMetadata TYPE="test_target" META_VER="1.6">
         <Display>
              <Label NLSID="test_target">TestTarget</Label>
         </Display>
         <Metric NAME="Response" TYPE="TABLE">
         <Display>
         <Label NLSID="resp">Response</Label>
         </Display>
         <TableDescriptor>
         <ColumnDescriptor NAME="NmoSetuidStatus" TYPE="NUMBER" IS_KEY="FALSE">
         <Display FOR_SUMMARY_UI="TRUE">
         <Label NLSID="emd_nmo_stat">Nmo Setuid Status</Label>
         <ShortName NLSID="emd_nmo_stat_short">Emd Status</ShortName>
    </Display>
         </ColumnDescriptor>
         <ColumnDescriptor NAME="Status" TYPE="STRING">
         <Display FOR_SUMMARY_UI="TRUE">
         <Label NLSID="resp_stat">Status</Label>      
    </Display>
         </ColumnDescriptor>
         </TableDescriptor>
         <QueryDescriptor FETCHLET_ID="OSLineToken">
         <Property NAME="testTargetScriptsDir" SCOPE="GLOBAL">/export/home/crmoracle/oemAgent/agent11g/sysman/admin/scripts/test_target</Property>
    <Property NAME="scriptsDir" SCOPE="SYSTEMGLOBAL">scriptsDir</Property>
    <Property NAME="command" SCOPE="GLOBAL">%testTargetScriptsDir%/emdup</Property>
         <Property NAME="startsWith" SCOPE="GLOBAL">em_result=</Property>
         <Property NAME="delimiter" SCOPE="GLOBAL">|</Property>
         </QueryDescriptor>
         </Metric>
    <!--...other metrics-->
    <InstanceProperties>
         <InstanceProperty NAME="projectname">
         <Display>
              <Label NLSID="project_name">Project Name</Label>
         </Display>
         </InstanceProperty>
         </InstanceProperties>
    </TargetMetadata>
    default_collection xml:
    <!DOCTYPE TargetCollection SYSTEM "../dtds/TargetCollection.dtd">
    <TargetCollection NAME="Test Target" TYPE="test_target" >
    <CollectionItem NAME="Response" REQUIRED="TRUE">
    <Schedule>
    <IntervalSchedule INTERVAL="5" TIME_UNIT="Min"/>
    </Schedule>
    <Condition COLUMN_NAME="Status" CRITICAL="Down" OPERATOR="CONTAINS" />
    <Condition COLUMN_NAME="NmoSetuidStatus" CRITICAL="0" OPERATOR="EQ" />
    </CollectionItem>
    <!-- ... other collection items -->
    </TargetCollection>
    Is there any obvious error in the xml files? Any help is appreciated.
    Thanks.

    Hi
    I got some error from the emoms.trc file as below. Which file is it complaining that can not chown? Thanks!
    2010-12-06 17:22:23,518 [ManagementPluginWorker(test_target_2:1.0,alvin:3872)] ERROR em.emx runOperation.311 - Operation failed on the agent with status 1 : chown file /export/home/crmoracle/oemAgent/agent11g/tetmp/test_target_2/W4KCqEdv2A: Not owner at -e line 6.
    oracle.sysman.emx.MPEntryDeploymentException: Operation failed on the agent with status 1 : chown file /export/home/crmoracle/oemAgent/agent11g/tetmp/test_target_2/W4KCqEdv2A: Not owner at -e line 6.
    at oracle.sysman.emx.AgentFileHandler.runRemoteCommand(AgentFileHandler.java:572)
    at oracle.sysman.emx.AgentFileHandler.deployFiles(AgentFileHandler.java:423)
    at oracle.sysman.emx.AgentFileHandler.runOperation(AgentFileHandler.java:240)
    at oracle.sysman.emx.AgentFileHandler.deploy(AgentFileHandler.java:155)
    at oracle.sysman.emx.MPHandler.runOperation(MPHandler.java:161)
    at oracle.sysman.emx.MPHandler.deploy(MPHandler.java:92)
    at oracle.sysman.emx.AgentDeployWorker.deployToAgent(AgentDeployWorker.java:150)
    at oracle.sysman.emx.AgentDeployWorker.run(AgentDeployWorker.java:74)
    at oracle.sysman.util.threadPoolManager.WorkerThread.run(Worker.java:261)
    2010-12-06 17:22:23,540 [ManagementPluginWorker(test_target_2:1.0,alvin:3872)] ERROR threadPoolManager.WorkerThread run.283 - Exception message: null
    java.lang.Error
    at oracle.sysman.emx.AgentDeployWorker.run(AgentDeployWorker.java:78)
    at oracle.sysman.util.threadPoolManager.WorkerThread.run(Worker.java:261)
    2010-12-06 17:22:23,541 [Thread-142] ERROR em.emx workerDied.250 - java.lang.Error
    java.lang.Error
    at oracle.sysman.emx.AgentDeployWorker.run(AgentDeployWorker.java:78)
    at oracle.sysman.util.threadPoolManager.WorkerThread.run(Worker.java:261)

  • Errors in emoms.log file

    Greetings,
    I have been poking around a bit trying to better understand some problems and how the OEM works. In the Middleware/gc_inst/em/EMGC_OMS1/sysman/log/emoms.log file I see numerous occurrences of the following error -
    2013-11-18 07:09:56,740 [Thread-136302] WARN  em.dataguard clearMetrics.1545 - StandbyTargetService:clearMetrics(): SQLException: java.sql.SQLException: ORA-20615: -20615Received severity when target is in blackout (target_guid = AF3D78FD11633D484E44A12D074DC59B) (policy_guid=3E6F70DB22758B7B9756EF342180E7BB) (key_value= ERES_HUGE) (violation_level =CLEAR) (collection_ts= 2013-11-18 07:09:56)
    ORA-06512: at "SYSMAN.EM_VIOLATION_CHECKS", line 212
    ORA-06512: at "SYSMAN.EM_VIOLATION_CHECKS", line 316
    ORA-04088: error during execution of trigger 'SYSMAN.EM_VIOLATION_CHECKS'
    ORA-06512: at "SYSMAN.EMD_SCHEMA", line 177
    ORA-06512: at "SYSMAN.EMD_SCHEMA", line 126
    ORA-06512: at line 1
    Searching for target using the target_guid I find that this target is a logical standby database which is under blackout.
    Question, are these errors in the emoms.log file to be expected when a logical standby is under blackout (or under other circumstances) or is there a problem with the SYSMAN.EM_VIOLATION_CHECKS procedure? I find other references to errors in the SYSMAN.EM_VIOLATION_CHECKS procedure but nothing which specifically fits my situation.
    Thanks.
    Bill Wagman

    Hey;
    Thanks again for the response. I tried dropping the repository and got a whole bunch of errors. While attempting to enable the sysman account, I realized that my password contained some characters that have special meaning for oracle and I think that's what was throwing it. The errors with the repository convinced me to try one more reinstall. Bit overkill, perhaps, but that's the whole point of a practice box. Once the database was up and running, teh enterprise manager is fully functional.
    Now that I think about it, I wonder if that password could be responsible for my other schema issue as well...
    Thanks again; I appreciate your time and patience.
    Doug O'Leary

  • Bluetooth errors (hundreds) in single-user mode

    Never had this in Tiger or Panther but...
    When starting in single-user mode I get hundreds of USB Bluetooth errors.
    Also all too often (approx. every other day) when rebooting I loose use of my Bluetooth Apple keyboard and have to use Leopard Cache Cleaner to clean the user and system caches... after which the keyboard is once again functional.
    Even though */sbin/fsck -fy* gives the system an okay after the hundreds of errors... I can restart and again get the same errors.
    Here is an image of what it looks like (a little blurry but if you're familiar with such errors perhaps you'll recognize them). If necessary I'll take another photo of the screen and post it.
    http://www.theimagecache.com/downloadarea/forum_images_misc/single_usererror.html
    Thanks for any advice on how to get rid of these errors once-and-for-all.

    A wireless bluetooth keyboard would only let you boot into Single User Mode, after that, you will need a regular USB keyboard to type in the prompts, same goes when doing a Hardware Test using the disc provided.
    As for some users posted on this forum saying they have not able to continue the Single User Mode under a regular USB keyboard, I am afraid I am one of them... I have not been able to solve the problem as yet and it is kinda "annoying" that there "may be something wrong" with my iMac that I cannot perform fsck, nevertheless I have regularly booted from the OS disc and run Disk Utility, which is equivilent to booting to SUM, but supposingly much better, and my HD checks out fine... so at the moment I have no worries.
    In my post there is another person who has regularly keeping me update about this problem and has deduced it maybe due to the internal bluetooth module and the USB inside... rather complex issue that may require me lengthy conversation with AppleCare or have something replace, or "worse" have my iMac sent away for a time for repair or replacement. Since my iMac is doing quite fine, I'll live with it for the moment...
    Cheers

  • EM console error java.lang.exception no such target ?

    My database oracle 10g EM console getting error message java.lang.exception no such target.
    How to solve this error ?

    Hi,
    I have the same problem, and when looking for the sysman/log files I found the following erros reported:
    [oracle@dbserver log]$ tail emdb.nohup
    10/09/08 12:59:19 ## 1. newPage = /database/instance/sitemap/sitemap
    10/09/08 12:59:19 ## 2. newPage = /database/instance/sitemap/sitemap
    10/09/08 12:59:23 ## oracle.sysman.db.adm.inst.SitemapController: event="doLoad"
    10/09/08 12:59:23 ## 1. newPage = /database/instance/sitemap/health
    10/09/08 12:59:23 ## oracle.sysman.db.adm.inst.SitemapController: event="doLoad"
    10/09/08 12:59:23 ## 1. newPage = /database/instance/sitemap/health
    10/09/08 12:59:23 ## 2. newPage = /database/instance/sitemap/health
    10/09/08 12:59:28 ## oracle.sysman.db.adm.inst.SitemapController: event="doLoad"
    10/09/08 12:59:28 ## 1. newPage = /database/instance/sitemap/sitemap
    10/09/08 12:59:28 ## 2. newPage = /database/instance/sitemap/sitemap
    [oracle@dbserver log]$
    [oracle@dbserver log]$
    [oracle@dbserver log]$ tail emoms.log
    2010-09-08 12:51:31,094 [Orion Launcher] ERROR app.ContextInitializer contextInitialized.272 - Integration Class not found: oracle.tip.oem.central.instance.ProcessConnectInstanceIntg
    2010-09-08 12:51:31,097 [Orion Launcher] ERROR app.ContextInitializer contextInitialized.272 - Integration Class not found: oracle.webdb.admin.em.PortalIntegration
    2010-09-08 12:51:31,099 [Orion Launcher] ERROR app.ContextInitializer contextInitialized.272 - Integration Class not found: oracle.webdb.admin.em.SSOIntegration
    2010-09-08 12:51:31,101 [Orion Launcher] ERROR app.ContextInitializer contextInitialized.272 - Integration Class not found: oracle.reports.em.RepIntg
    2010-09-08 12:51:31,102 [Orion Launcher] ERROR app.ContextInitializer contextInitialized.272 - Integration Class not found: oracle.sysman.ocs.mntr.target.OcsEmailIntegration
    2010-09-08 12:51:31,135 [Orion Launcher] ERROR app.ContextInitializer contextInitialized.272 - Integration Class not found: oracle.sysman.ocs.mntr.target.OcsOidIntegration
    2010-09-08 12:51:31,137 [Orion Launcher] ERROR app.ContextInitializer contextInitialized.272 - Integration Class not found: oracle.sysman.ocs.mntr.target.OcsOvfIntegration
    2010-09-08 12:51:31,139 [Orion Launcher] ERROR app.ContextInitializer contextInitialized.272 - Integration Class not found: oracle.sysman.ocs.mntr.target.OcsWebconfIntegration
    2010-09-08 12:51:31,141 [Orion Launcher] ERROR app.ContextInitializer contextInitialized.272 - Integration Class not found: oracle.sysman.ocs.mntr.target.OcsWirelessIntg
    2010-09-08 12:51:31,143 [Orion Launcher] ERROR app.ContextInitializer contextInitialized.272 - Integration Class not found: oracle.sysman.ocs.mntr.target.OcsCalGrpIntegration
    [oracle@dbserver log]$
    [oracle@dbserver log]$
    [oracle@dbserver log]$ tail emoms.trc
    2010-09-08 12:51:31,094 [Orion Launcher] ERROR app.ContextInitializer contextInitialized.272 - Integration Class not found: oracle.tip.oem.central.instance.ProcessConnectInstanceIntg
    2010-09-08 12:51:31,097 [Orion Launcher] ERROR app.ContextInitializer contextInitialized.272 - Integration Class not found: oracle.webdb.admin.em.PortalIntegration
    2010-09-08 12:51:31,099 [Orion Launcher] ERROR app.ContextInitializer contextInitialized.272 - Integration Class not found: oracle.webdb.admin.em.SSOIntegration
    2010-09-08 12:51:31,101 [Orion Launcher] ERROR app.ContextInitializer contextInitialized.272 - Integration Class not found: oracle.reports.em.RepIntg
    2010-09-08 12:51:31,102 [Orion Launcher] ERROR app.ContextInitializer contextInitialized.272 - Integration Class not found: oracle.sysman.ocs.mntr.target.OcsEmailIntegration
    2010-09-08 12:51:31,135 [Orion Launcher] ERROR app.ContextInitializer contextInitialized.272 - Integration Class not found: oracle.sysman.ocs.mntr.target.OcsOidIntegration
    2010-09-08 12:51:31,137 [Orion Launcher] ERROR app.ContextInitializer contextInitialized.272 - Integration Class not found: oracle.sysman.ocs.mntr.target.OcsOvfIntegration
    2010-09-08 12:51:31,139 [Orion Launcher] ERROR app.ContextInitializer contextInitialized.272 - Integration Class not found: oracle.sysman.ocs.mntr.target.OcsWebconfIntegration
    2010-09-08 12:51:31,141 [Orion Launcher] ERROR app.ContextInitializer contextInitialized.272 - Integration Class not found: oracle.sysman.ocs.mntr.target.OcsWirelessIntg
    2010-09-08 12:51:31,143 [Orion Launcher] ERROR app.ContextInitializer contextInitialized.272 - Integration Class not found: oracle.sysman.ocs.mntr.target.OcsCalGrpIntegration
    [oracle@dbserver log]$
    [oracle@dbserver log]$
    [oracle@dbserver log]$
    [oracle@dbserver log]$ tail emagent.trc
    2010-09-08 12:49:32 Thread-47082384 ERROR pingManager: nmepm_pingReposURL: Error in request response. code = 400. text =
    2010-09-08 12:49:35 Thread-126417808 ERROR : (nmedmtm.c,626):Memory 0x0 encountered, expect struct_id=10502
    2010-09-08 12:49:35 Thread-126417808 ERROR emSDK.xml: ParseError: File=file:/oracle/product/102/db_1/SERVER_ORACLE_SID/sysman/emd/collection/oracle_database_ORACLE_SID.xml, Line=2, Msg=<CollectionItem> Target NAME=ORACLE_SID does not exist
    2010-09-08 12:49:35 Thread-126417808 WARN collector: putTgtColl aborted - null type or name
    2010-09-08 12:49:35 Thread-126417808 ERROR recvlets: Failed to remove target ORACLE_SID oracle_database (key BA9A34B2AFFFC3FA92AB311F36350213) from hashtable for recvlet tnmevr
    2010-09-08 12:49:35 Thread-126417808 ERROR recvlets: Failed to remove target ORACLE_SID oracle_database (key BA9A34B2AFFFC3FA92AB311F36350213) from hashtable for recvlet AQMetrics
    2010-09-08 12:49:35 Thread-126417808 WARN upload: Upload manager has no Failure script: disabled
    2010-09-08 12:49:35 Thread-40782736 ERROR upload: Error in uploadXMLFiles. Trying again in 123.00 seconds.
    2010-09-08 12:50:32 Thread-40782736 ERROR pingManager: nmepm_pingReposURL: Error in request response. code = 400. text =
    2010-09-08 12:51:02 Thread-40782736 ERROR pingManager: nmepm_pingReposURL: Error in request response. code = 400. text =
    [oracle@dbserver log]$
    [oracle@dbserver log]$
    [oracle@dbserver log]$
    [oracle@dbserver log]$ tail emagent.log
    2010-09-08 11:35:15 Thread-58100624 target {ORACLE_SID, oracle_database} is broken: cannot compute dynamic properties in time. (00155)
    2010-09-08 11:35:15 Thread-58100624 ParseError: File=file:/oracle/product/102/db_1/SERVER_ORACLE_SID/sysman/emd/collection/oracle_database_ORACLE_SID.xml, Line=2, Msg=<CollectionItem> Target NAME=ORACLE_SID does not exist (01006)
    2010-09-08 11:37:57 Thread-46816144 ParseError: File=file:/oracle/product/102/db_1/SERVER_ORACLE_SID/sysman/emd/collection/oracle_database_ORACLE_SID.xml, Line=2, Msg=<CollectionItem> Target NAME=ORACLE_SID does not exist (01006)
    2010-09-08 12:43:52 Thread-3336784 EMAgent normal shutdown (00703)
    2010-09-08 12:45:32 Thread-8911408 Starting Agent 10.1.0.6.0 from /oracle/product/102/db_1 (00701)
    2010-09-08 12:47:02 Thread-8911408 target {ORACLE_SID, oracle_database} is broken: cannot compute dynamic properties in time. (00155)
    2010-09-08 12:47:02 Thread-8911408 ParseError: File=file:/oracle/product/102/db_1/SERVER_ORACLE_SID/sysman/emd/collection/oracle_database_ORACLE_SID.xml, Line=2, Msg=<CollectionItem> Target NAME=ORACLE_SID does not exist (01006)
    2010-09-08 12:47:02 Thread-8911408 fatal error parsing /oracle/product/102/db_1/SERVER_ORACLE_SID/sysman/emd/collection/oracle_database_ORACLE_SID.xml, will be ignored (00405)
    2010-09-08 12:47:02 Thread-8911408 EMAgent started successfully (00702)
    2010-09-08 12:49:35 Thread-126417808 ParseError: File=file:/oracle/product/102/db_1/SERVER_ORACLE_SID/sysman/emd/collection/oracle_database_ORACLE_SID.xml, Line=2, Msg=<CollectionItem> Target NAME=ORACLE_SID does not exist (01006)
    And when looking for this error on ML : "target {ORACLE_SID, oracle_database} is broken: cannot compute dynamic properties in time. (00155)"
    I found this document: "Target {database instance, oracle_database} is broken: cannot compute dynamic properties in time [ID 739993.1]"
    Which said:
    1. Stop the dbconsole
    ./emctl stop dbconsole
    2. Have a back up of the emd.properties file which is in <ORACLE_HOME>/Hostname_SID/sysman/config
    Increase the value of
    dynamicPropsComputeTimeout=60
    to
    dynamicPropsComputeTimeout=120
    3. Start the dbconsole
    ./emctl start dbconsole
    I follow the instructions and the problem was solved.
    post results
    Regards

  • EM Error : java.lang.Exception: No Such Target

    Hi All
    I have 10 databses in the server and getting this error only for the one database " java.lang.Exception: No Such Target "
    When i stop dbconsole and start it again then the problem will solve but the within a day or two again the same message is appearing.
    What would be the best solution for this?

    Hi,
    I have the same problem, and when looking for the sysman/log files I found the following erros reported:
    [oracle@dbserver log]$ tail emdb.nohup
    10/09/08 12:59:19 ## 1. newPage = /database/instance/sitemap/sitemap
    10/09/08 12:59:19 ## 2. newPage = /database/instance/sitemap/sitemap
    10/09/08 12:59:23 ## oracle.sysman.db.adm.inst.SitemapController: event="doLoad"
    10/09/08 12:59:23 ## 1. newPage = /database/instance/sitemap/health
    10/09/08 12:59:23 ## oracle.sysman.db.adm.inst.SitemapController: event="doLoad"
    10/09/08 12:59:23 ## 1. newPage = /database/instance/sitemap/health
    10/09/08 12:59:23 ## 2. newPage = /database/instance/sitemap/health
    10/09/08 12:59:28 ## oracle.sysman.db.adm.inst.SitemapController: event="doLoad"
    10/09/08 12:59:28 ## 1. newPage = /database/instance/sitemap/sitemap
    10/09/08 12:59:28 ## 2. newPage = /database/instance/sitemap/sitemap
    [oracle@dbserver log]$
    [oracle@dbserver log]$
    [oracle@dbserver log]$ tail emoms.log
    2010-09-08 12:51:31,094 [Orion Launcher] ERROR app.ContextInitializer contextInitialized.272 - Integration Class not found: oracle.tip.oem.central.instance.ProcessConnectInstanceIntg
    2010-09-08 12:51:31,097 [Orion Launcher] ERROR app.ContextInitializer contextInitialized.272 - Integration Class not found: oracle.webdb.admin.em.PortalIntegration
    2010-09-08 12:51:31,099 [Orion Launcher] ERROR app.ContextInitializer contextInitialized.272 - Integration Class not found: oracle.webdb.admin.em.SSOIntegration
    2010-09-08 12:51:31,101 [Orion Launcher] ERROR app.ContextInitializer contextInitialized.272 - Integration Class not found: oracle.reports.em.RepIntg
    2010-09-08 12:51:31,102 [Orion Launcher] ERROR app.ContextInitializer contextInitialized.272 - Integration Class not found: oracle.sysman.ocs.mntr.target.OcsEmailIntegration
    2010-09-08 12:51:31,135 [Orion Launcher] ERROR app.ContextInitializer contextInitialized.272 - Integration Class not found: oracle.sysman.ocs.mntr.target.OcsOidIntegration
    2010-09-08 12:51:31,137 [Orion Launcher] ERROR app.ContextInitializer contextInitialized.272 - Integration Class not found: oracle.sysman.ocs.mntr.target.OcsOvfIntegration
    2010-09-08 12:51:31,139 [Orion Launcher] ERROR app.ContextInitializer contextInitialized.272 - Integration Class not found: oracle.sysman.ocs.mntr.target.OcsWebconfIntegration
    2010-09-08 12:51:31,141 [Orion Launcher] ERROR app.ContextInitializer contextInitialized.272 - Integration Class not found: oracle.sysman.ocs.mntr.target.OcsWirelessIntg
    2010-09-08 12:51:31,143 [Orion Launcher] ERROR app.ContextInitializer contextInitialized.272 - Integration Class not found: oracle.sysman.ocs.mntr.target.OcsCalGrpIntegration
    [oracle@dbserver log]$
    [oracle@dbserver log]$
    [oracle@dbserver log]$ tail emoms.trc
    2010-09-08 12:51:31,094 [Orion Launcher] ERROR app.ContextInitializer contextInitialized.272 - Integration Class not found: oracle.tip.oem.central.instance.ProcessConnectInstanceIntg
    2010-09-08 12:51:31,097 [Orion Launcher] ERROR app.ContextInitializer contextInitialized.272 - Integration Class not found: oracle.webdb.admin.em.PortalIntegration
    2010-09-08 12:51:31,099 [Orion Launcher] ERROR app.ContextInitializer contextInitialized.272 - Integration Class not found: oracle.webdb.admin.em.SSOIntegration
    2010-09-08 12:51:31,101 [Orion Launcher] ERROR app.ContextInitializer contextInitialized.272 - Integration Class not found: oracle.reports.em.RepIntg
    2010-09-08 12:51:31,102 [Orion Launcher] ERROR app.ContextInitializer contextInitialized.272 - Integration Class not found: oracle.sysman.ocs.mntr.target.OcsEmailIntegration
    2010-09-08 12:51:31,135 [Orion Launcher] ERROR app.ContextInitializer contextInitialized.272 - Integration Class not found: oracle.sysman.ocs.mntr.target.OcsOidIntegration
    2010-09-08 12:51:31,137 [Orion Launcher] ERROR app.ContextInitializer contextInitialized.272 - Integration Class not found: oracle.sysman.ocs.mntr.target.OcsOvfIntegration
    2010-09-08 12:51:31,139 [Orion Launcher] ERROR app.ContextInitializer contextInitialized.272 - Integration Class not found: oracle.sysman.ocs.mntr.target.OcsWebconfIntegration
    2010-09-08 12:51:31,141 [Orion Launcher] ERROR app.ContextInitializer contextInitialized.272 - Integration Class not found: oracle.sysman.ocs.mntr.target.OcsWirelessIntg
    2010-09-08 12:51:31,143 [Orion Launcher] ERROR app.ContextInitializer contextInitialized.272 - Integration Class not found: oracle.sysman.ocs.mntr.target.OcsCalGrpIntegration
    [oracle@dbserver log]$
    [oracle@dbserver log]$
    [oracle@dbserver log]$
    [oracle@dbserver log]$ tail emagent.trc
    2010-09-08 12:49:32 Thread-47082384 ERROR pingManager: nmepm_pingReposURL: Error in request response. code = 400. text =
    2010-09-08 12:49:35 Thread-126417808 ERROR : (nmedmtm.c,626):Memory 0x0 encountered, expect struct_id=10502
    2010-09-08 12:49:35 Thread-126417808 ERROR emSDK.xml: ParseError: File=file:/oracle/product/102/db_1/SERVER_ORACLE_SID/sysman/emd/collection/oracle_database_ORACLE_SID.xml, Line=2, Msg=<CollectionItem> Target NAME=ORACLE_SID does not exist
    2010-09-08 12:49:35 Thread-126417808 WARN collector: putTgtColl aborted - null type or name
    2010-09-08 12:49:35 Thread-126417808 ERROR recvlets: Failed to remove target ORACLE_SID oracle_database (key BA9A34B2AFFFC3FA92AB311F36350213) from hashtable for recvlet tnmevr
    2010-09-08 12:49:35 Thread-126417808 ERROR recvlets: Failed to remove target ORACLE_SID oracle_database (key BA9A34B2AFFFC3FA92AB311F36350213) from hashtable for recvlet AQMetrics
    2010-09-08 12:49:35 Thread-126417808 WARN upload: Upload manager has no Failure script: disabled
    2010-09-08 12:49:35 Thread-40782736 ERROR upload: Error in uploadXMLFiles. Trying again in 123.00 seconds.
    2010-09-08 12:50:32 Thread-40782736 ERROR pingManager: nmepm_pingReposURL: Error in request response. code = 400. text =
    2010-09-08 12:51:02 Thread-40782736 ERROR pingManager: nmepm_pingReposURL: Error in request response. code = 400. text =
    [oracle@dbserver log]$
    [oracle@dbserver log]$
    [oracle@dbserver log]$
    [oracle@dbserver log]$ tail emagent.log
    2010-09-08 11:35:15 Thread-58100624 target {ORACLE_SID, oracle_database} is broken: cannot compute dynamic properties in time. (00155)
    2010-09-08 11:35:15 Thread-58100624 ParseError: File=file:/oracle/product/102/db_1/SERVER_ORACLE_SID/sysman/emd/collection/oracle_database_ORACLE_SID.xml, Line=2, Msg=<CollectionItem> Target NAME=ORACLE_SID does not exist (01006)
    2010-09-08 11:37:57 Thread-46816144 ParseError: File=file:/oracle/product/102/db_1/SERVER_ORACLE_SID/sysman/emd/collection/oracle_database_ORACLE_SID.xml, Line=2, Msg=<CollectionItem> Target NAME=ORACLE_SID does not exist (01006)
    2010-09-08 12:43:52 Thread-3336784 EMAgent normal shutdown (00703)
    2010-09-08 12:45:32 Thread-8911408 Starting Agent 10.1.0.6.0 from /oracle/product/102/db_1 (00701)
    2010-09-08 12:47:02 Thread-8911408 target {ORACLE_SID, oracle_database} is broken: cannot compute dynamic properties in time. (00155)
    2010-09-08 12:47:02 Thread-8911408 ParseError: File=file:/oracle/product/102/db_1/SERVER_ORACLE_SID/sysman/emd/collection/oracle_database_ORACLE_SID.xml, Line=2, Msg=<CollectionItem> Target NAME=ORACLE_SID does not exist (01006)
    2010-09-08 12:47:02 Thread-8911408 fatal error parsing /oracle/product/102/db_1/SERVER_ORACLE_SID/sysman/emd/collection/oracle_database_ORACLE_SID.xml, will be ignored (00405)
    2010-09-08 12:47:02 Thread-8911408 EMAgent started successfully (00702)
    2010-09-08 12:49:35 Thread-126417808 ParseError: File=file:/oracle/product/102/db_1/SERVER_ORACLE_SID/sysman/emd/collection/oracle_database_ORACLE_SID.xml, Line=2, Msg=<CollectionItem> Target NAME=ORACLE_SID does not exist (01006)
    And when looking for this error on ML : "target {ORACLE_SID, oracle_database} is broken: cannot compute dynamic properties in time. (00155)"
    I found this document: "Target {database instance, oracle_database} is broken: cannot compute dynamic properties in time [ID 739993.1]"
    Which said:
    1. Stop the dbconsole
    ./emctl stop dbconsole
    2. Have a back up of the emd.properties file which is in <ORACLE_HOME>/Hostname_SID/sysman/config
    Increase the value of
    dynamicPropsComputeTimeout=60
    to
    dynamicPropsComputeTimeout=120
    3. Start the dbconsole
    ./emctl start dbconsole
    I follow the instructions and the problem was solved.
    post results
    Regards

  • Atempt to start OMS for Grid Control 11g fails with - Unexpected error occu

    Hello,
    I am running Grid Control 11g.
    Repository DB is 11.2.0.1
    Both the Grid Control and DB server are running in same machine - redhat 5.
    When trying to start the oms, this fails with the below error:
    Oracle Enterprise Manager 11g Release 1 Grid Control
    Copyright (c) 1996, 2010 Oracle Corporation. All rights reserved.
    Starting WebTier...
    WebTier Successfully Started
    Starting Oracle Management Server...
    Oracle Management Server is not functioning because of the following reason:
    Unexpected error occurred. Check error and log files.
    The emctl.log shows the following error which I am unable to debug:
    2011-09-13 11:20:05,619 [main] DEBUG oms.StatusOMSCmd processStatusOMS.138 - HTTP port in emgc property file: 7202
    2011-09-13 11:20:05,620 [main] DEBUG oms.StatusOMSCmd processStatusOMS.139 - HTTPS port in emgc property file: 7301
    2011-09-13 11:20:05,620 [main] DEBUG oms.StatusOMSCmd processStatusOMS.155 - Using http port.
    2011-09-13 11:20:05,620 [main] DEBUG oms.StatusOMSCmd processStatusOMS.195 - Attempting to connect to http://<host>.<domain>:7202/em/console/logon/logon
    2011-09-13 11:23:05,596 [main] ERROR oms.StatusOMSCmd processStatusOMS.239 - Read timed out
    java.net.SocketTimeoutException: Read timed out
    at java.net.SocketInputStream.socketRead0(Native Method)
    at java.net.SocketInputStream.read(SocketInputStream.java:129)
    at HTTPClient.BufferedInputStream.fillBuff(BufferedInputStream.java:206)
    at HTTPClient.BufferedInputStream.read(BufferedInputStream.java:126)
    at HTTPClient.StreamDemultiplexor.read(StreamDemultiplexor.java:348)
    at HTTPClient.RespInputStream.read(RespInputStream.java:147)
    at HTTPClient.RespInputStream.read(RespInputStream.java:108)
    at HTTPClient.Response.readResponseHeaders(Response.java:1107)
    at HTTPClient.Response.getHeaders(Response.java:832)
    at HTTPClient.Response.getStatusCode(Response.java:331)
    at HTTPClient.RetryModule.responsePhase1Handler(RetryModule.java:92)
    at HTTPClient.HTTPResponse.handleResponseImpl(HTTPResponse.java:872)
    at HTTPClient.HTTPResponse.access$000(HTTPResponse.java:62)
    at HTTPClient.HTTPResponse$2.run(HTTPResponse.java:839)
    at HTTPClient.HTTPResponse$2.run(HTTPResponse.java:837)
    at HTTPClient.HttpClientConfiguration.doAction(HttpClientConfiguration.java:666)
    at HTTPClient.HTTPResponse.handleResponse(HTTPResponse.java:837)
    at HTTPClient.HTTPResponse.getStatusCode(HTTPResponse.java:242)
    at oracle.sysman.emctl.oms.StatusOMSCmd.processStatusOMS(StatusOMSCmd.java:199)
    at oracle.sysman.emctl.wls.OMSController.statusOMS(OMSController.java:867)
    at oracle.sysman.emctl.wls.OMSController.startOMS(OMSController.java:606)
    at oracle.sysman.emctl.wls.OMSController.main(OMSController.java:213)
    2011-09-13 11:23:05,597 [main] INFO wls.OMSController statusOMS.950 - statusOMS finished with result: 9
    In emgc.properties, I have MSPORT=7202.
    I have used the notes in Metalink 1287904.1, but without resolution.
    I am able to connect with sqlplus, with user sysman, without issues. There are no invalid objects under sysman.
    emoms.trc shows the following:
    2011-09-11 15:51:53,160 [JobWorker 22356:Thread-108] WARN jdbc.ConnectionCache _getConnection.353 - Invalid or Stale Connection found in the Connection Cache
    java.sql.SQLException: Invalid or Stale Connection found in the Connection Cache
    Thank you for support.
    Regards,
    Horia
    Edited by: horia.berca on Sep 13, 2011 5:29 AM
    Edited by: horia.berca on Sep 13, 2011 5:32 AM
    Edited by: horia.berca on Sep 13, 2011 5:35 AM
    Edited by: horia.berca on Sep 13, 2011 5:45 AM

    Hello again;
    Check the solution in this: ( and note the multiple versions of oracle it covers )
    UNABLE TO FIND GRID INFRASTRUCTURE LISTENER (Doc ID 1483234.1)
    Best Regards
    mseberg

  • Error while login to 12c R2 OEM grid

    All,
    I am getting the error "Authentication failed. If problem persists, contact your system administrator" while log in to 12c OEM grid as sysman user.
    I am using repository database SYSMAN password, to enter into 12c R2 OEM grid.
    Please guide me how to get into the grid as sysman user. I tried with changing the repository DB sysman password, even getting the same error with new password also.
    Thanks in advance,
    Mahi

    Hi Jimmy Gupta,
    Verify the following:
    1. lsnrctl status
    2. Verify the following document:
    12.1.0.2 : Login to Console Fails With "Authentication failed. If problem persists, contact your system administrator." (Doc ID 1493151.1)
    3. If nothing works, emoms.trc file would help us to understand the error tracked during the login.
    Regards,
    Venkat

Maybe you are looking for

  • Lables fully not visible in the Tree node

    Hi friends, Some text in the tree node were not visible fully. example : instead of documentation, it just displays doc... instead of Library, it just displays lib.... And the problem doesn't appear continuously. Sometime the text is fully visible an

  • ITunes won't update

    When I try to update through iTunes and after it downloads it says an error has occurred try and download again. Then I went on apple.com and tried that way and the installer downloaded. Then when it tried to download after a while it says an error o

  • Wild card pattern selection '+' compatibilty with BWA

    Hello BWA experts, We have a situation in our production system where, when we enter a wild card string character in the variable selection like for example 1++6* the report does not return any result. The same when run with 16 output is obtained. Th

  • Why won't my contact folder open

    My constants will not open

  • Os x 10.6.8 keeps switching to finder

    My OS X 10.6.8 keeps spontaneously switching to finder every minute or two by itself.  For instance, I'll be working in Safari and it'll switch to finder and I'll have to click safari to get it to come back. No tech here, but would love to have some