OEM 10g OracleByExample files URL error ?

not sure whom to contact about this :
goto Oracle By Example for OEM 10g :
http://www.oracle.com/technology/obe/obe10gem/index.html
on the right-side, click "Oracle By Example Files" under "Downloads" :
http://www.oracle.com/technology/obe/obe10gem/download/download.zip
I get :
Sorry, this page was not found. (ErrorDocument 404)
could someone let me know how to report this ?
thanks

Failed to contact the OMS at the HTTP URL set in /apps/apsp1/oracle/emhome/agent10g/sysman/config/emd.propertiesDid you check that? It seems configuration file 'emd.properties' points to a URL, which cannot be resolved.
Werner

Similar Messages

  • OEM 10g OBE file download URL error

    goto Oracle By Example for OEM 10g :
    http://www.oracle.com/technology/obe/obe10gem/index.html
    on the right-side, click "Oracle By Example Files" under "Downloads" :
    http://www.oracle.com/technology/obe/obe10gem/download/download.zip
    I get :
    Sorry, this page was not found. (ErrorDocument 404)
    could someone let me know how to report this ?
    thanks

    My System Administrator declined my request telling
    me to tell Oracle to fix their code. I did open an SR
    and since my initial contact - I have not gotten an
    update. Maybe someone went on vacation?even if your SR is accepted as a bug i'm certain a patch would take a few weeks if not months, because there's an easy workaround. i reported a similar issue with 10.1.0.4 and it was fixed in 10.2.0.1.
    it seems your sysadmin doesn't know how long oracle needs to solve such trivial problems.
    regards,
    -ap

  • OAS 10G WAR file deployment error (Errors in named queries)

    Hi again,
    I setup a 10G 10.1.3.1 Application Server and tried deploying my WAR file. In tomcat the WAR file deployment works fine. however in OAS I get this error and currently I'm clueless as to what causes the error.
    [Oct 24, 2007 6:03:37 PM] Operation failed with error: Error creating bean with name 'entityManagerFactory' defined in ServletContext resource [WEB-INF/applicationContext.xml]: Invocation of init method failed; nested exception is javax.persistence.PersistenceException: org.hibernate.HibernateException: Errors in named queries: Book_List_By_RegisterDate ... (other named queries)
    My ApplicationContext.xml file contains this
    <bean id="entityManagerFactory"
    class="org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean">
    <property name="persistenceUnitManager" ref="persistenceUnitManager" />
    <property name="persistenceUnitName" value="BookStudy" />
    <property name="dataSource" ref="dataSource" />
    <property name="jpaVendorAdapter">
    <bean
    class="org.springframework.orm.jpa.vendor.HibernateJpaVendorAdapter">
    <property name="database" value="ORACLE" />
    <property name="showSql" value="true" />
    </bean>
    </property>
    </bean>
    And a sample named query in the hbm.xml file is this
    <query name="Book_List_By_RegisterDate">
              from BookData
              where to_char(regdate, 'MM/dd/yyyy') = to_char(:regdate, 'MM/dd/yyyy')
              order by Author.author_name desc, bookname desc
    </query>
    Thanks,

    Uncomment, or add, the following line in your application's orion-web.xml file:
    <web-app-class-loader search-local-classes-first="true" include-war-manifest-class-path="true" />
    See njr28's comments @ http://forum.hibernate.org/viewtopic.php?t=951324&highlight=oc4j

  • Error opening file/URL reference by alias and Administrative limit exceeded

    Hello All,
    Problem:
    SMTP Error: 4.5.0 error opening file/URL reference by alias
    and
    Search failed with: netscape.ldap.LDAPException: error result (11); Administrative limit exceeded
    Here is my configuration:
    Windows 2000 server (without Active Directory)
    SP4
    Iplanet Messaging Server 5.2
    Netscape Directory Server 4.16
    IPlanet Messaging Server 5.2 Hotfix 1.09 (built Jan 7 2003)
    We have a group which we use to flash messages to all the users of the mail server. Till last week it was working fine but now I am not able to send messages to this group <group-name>.
    There are around 800 (Eight Hundred) E-mail id the messaging server and the flashed message is supposed to go to all 800 + users.
    Note: I have another group of 300 users and I am able to send an E-mail to this group of 300 users.
    I am using Dynamic Group for Members list.
    The error message I get while trying to send message to this group is
    SMTP Error: 4.5.0 error opening file/URL reference by alias.
    The corresponding error in mail.log file is
    30-Jan-2004 10:55:21.40 41c.7e4.1098 tcp_intranet J 0 <group-name>@domain rfc822; <group-name>@domain domain (localhost [127.0.0.1]) 452 4.5.0 error opening file/URL referenced by alias: <group-name>@domain
    Now when I construct and Test the LDAP URL from Console, the error I get is:
    Search failed with: netscape.ldap.LDAPException: error result (11); Administrative limit exceeded
    I have increased the various limits but I still get the same error when I send mail to that group or do a LDAP Test:
    The deafult and new limits are:
    Sizelimit: Default 2000 New 10000
    Timelimit Default 3600 New 3600
    Lookthroughlimit Default 5000 New 6000
    The corresponding error entry in access log of slapd is:
    30/Jan/2004:12:19:26 +051800] conn=34 op=213 RESULT err=11 tag=101 nentries=0 etime=2 notes=U
    My search for Administrative limit problem and error opening file/URL error in Sun forum and other groups did get some hits but that did not solve my problem.
    I will appreciate any suggestion/comments.
    Thanks and Regards,
    Maneesh Bisht

    Thanks Jay.
    My problem has been fixed.
    Your suggestion was to increase the lookthrough limit. As you would have noticed in my posting that I had increased this limit to 6000 but that did not solve my problem. Today I increased this limit to 10000. And after that I did not get "administrative limit exceeded" error. Also I do not get "error opening file/URL reference by alias" error while sending E-mail to a particular group of 800+ ids.
    Regards,
    Maneesh Bisht

  • OEM 10g - reorganize tablespace error on invalid sort area size

    Hi all,
    When I try to reorganize a tablespace with OEM 10g, I get an error in the 3rd step (options) saying :
    Invalid value for sort area size. The minimum value is 96 KB. My SGA management is set to AUTO.
    Why this error on sort size area ?
    Thanks for your help.

    Found a workaround. ( Not a real answer to the "why" )
    My settings were : pga_aggregate_target : 400 MB
    work_area_policy : AUTO
    Following the documentation the sort_area_size should then default to 20% of SGA ( which is 1200MB ), and should thus be 240 MB, largely sufficient I would think ...
    I now changed the work_area_policy to MANUAL, and the sort_area_size to 100MB, and then it works fine.
    If anyone would have an explanation for this, it is still most welcome !
    Linde

  • Could not load file/URL (file not found) error for JNLP file

    I am completely baffled in trying to figure out why I am getting the following error for some JNLP files but not others:
    Error: could not load file/URL specified: C:\Users\tom\AppData\Local\Temp\javaws2
    java.io.FileNotFoundException: C:\Users\tom\AppData\Local\Temp\javaws2 (The system cannot find the file specified)
    at java.io.FileInputStream.open(Native Method)
    at java.io.FileInputStream.<init>(Unknown Source)
    at java.io.FileInputStream.<init>(Unknown Source)
    at com.sun.javaws.jnl.LaunchDescFactory.buildDescriptor(Unknown Source)
    at com.sun.javaws.Main.launchApp(Unknown Source)
    at com.sun.javaws.Main.continueInSecureThread(Unknown Source)
    at com.sun.javaws.Main$1.run(Unknown Source)
    at java.lang.Thread.run(Unknown Source)I have Googled around this forum and elsewhere, and have seen reports that this error is IE-specific, and seems to have something to do with no-cache headers being sent, or with the client browser's cache being full or turned off (which is not my case). I saw the information in the JavaWS FAQ, which recommended turning off security constraints for the JNLP's URI. I tried that, and it didn't help. One of the very baffling things is that I have created several variations of the JNLP file, with varying combinations of jars and property resources, and some combinations always work while other combinations never work. Here's an example:
    <jnlp spec="1.0+" codebase="$$codebase">
       <information>
          <title>demo app</title>
          <description>illustrates weird bug</description>
       </information>
       <resources>
          <j2se version="1.5+"/>
          <jar href="randomFile.jar"/>
          <property name="xxx" value="xxxx"/>
          <property name="swing.metalTheme" value="steel"/>
       </resources>
    </jnlp>The above file always fails with the error shown at the top of this message. However, if I remove either of the two properties, it works fine. And I have created other variations with lots of properties, some of which work. All of these variations are in the same directory in the war file, served by the exact same servlet (a slightly modified version of the jnlp.sample.servlet.JnlpDownloadServlet provided with JDK 1.6.0_3). Assuming that a no-cache header is the problem, what on earth could be causing some JNLP files to always be served with a no-cache header, while others are never served with a no-cache header?
    On a related note, any recommended debugging techniques for seeing what headers are being transmitted? I tried adding a simple check for a "debug=true" parameter in the servlet that causes it to set the content type to "text/plain" instead of JNLP, and that allows me to see (rather than execute) the JNLP XML that's being returned, but it doesn't show me the HTTP headers that are being sent back. If any caching headers are being set, I think it must be being set by the servlet container itself, as it's nothing being set in the servlet code that I can see. So I don't see any way on the server side Java code to output or log the actual HTTP response (or is there?). Any tips in that regard much appreciated.
    Edited by: TomC125468 on Aug 19, 2009 1:35 PM

    Hi Luca-Sanna,
    Thanks for the response. Re browsers, yes, it fails in IE but it succeeds in Firefox. The info on the JavaWS FAQ and other places all seem to indicate that it's an IE issue concerning handling of the cache-control headers.
    I should check in my webserver forum (Sun WebServer 7) to see about logging options. Sniffing on the client side is not possible, as my app is required to use HTTPS exclusively, and unfortunately that also precludes a telnet GET request.

  • [Windows] file.url throw error when application executable in root directory

    Here is the bugbase ticked: Bug#3940278 - [Windows] file.url throw error when application executable in root directory
    If you launch AIR application packaged as bundle from root directory and try to get url property of any file you get IllegalOperationError.
    No matter what file url property you try to get.
    It's a big problem when you distribute your application on CD disks or flash drive.
    I'd like to ask everyone affected by this issue to take a minute and vote for the following bug.
    Thanks.

    I checked all deployment descriptions and there are no references to t3://localhost:7001. Few months back, I had the complete clustering setup working on 2 machines and now when I deploy my application on same configuration, it fails with t3://localhost:7001 unreachable error. I created a new cluster configuration on one machine with 2 managed server and it deploys fine. Can not figure out what has changed ?

  • Designer 9i dmp file import error to Designer 10g

    I have installed Designer 9i R2 and Designer 10g on two separated Windows XP.
    I exported a dmp file of an application system from Designer 9i R2. I copied the dmp file to the other Windows XP.
    I imported the dmp file to Designer 10g and the following errors appear:
    RME-02105: Oracle error occurred
    ORA-01986: OPTIMIZER_GOAL is obsolete
    Does any one know how to resolve this problem?

    Hi,
    This issue has been reported with Designer Releases prior to 9.0.4.4 against 10g database.
    Please upgrade to the latest Designer Release 9.0.4.5 the import will work fine.
    HTH,
    Wilson.

  • SMTP Error: 4.5.0 error opening file/URL reference by alias

    Dear Sun,
    1)the MSG version
    bash-3.00# ./imsimta version
    Sun Java(tm) System Messaging Server 7u2-7.02 64bit (built Apr 16 2009)
    libimta.so 7u2-7.02 64bit (built 03:03:02, Apr 16 2009)
    Using /opt/sun/comms/messaging64/config/imta.cnf (compiled)
    SunOS mailpxy1 5.10 Generic_138888-06 sun4v sparc SUNW,Sun-Fire-T200
    I am having bounce back notification with there error message for one of the group email (~5000 users) , for another group (~1000 users ) is able to sent through
    the error msg i get
    2010/02/04 09:05:59.351     [4608:5224]     21     D     Greeting message [220 xxx.edu.xxx [ESMTP Server] service ready;ESMTP1 Server at; 02/04/10 09:05:59] is sent to client.     (10.0.1.29:4072-202.xx.xx.xx:25)          [smtpsessionmgr.cpp(6145),CSmtpSession::HandleSession]
    2010/02/04 09:05:59.351     [4608:5224]     21     D     Receive Buffer Size: 4095     (10.0.1.29:4072-202.xx.xx.xx:25)          [smtpsessionmgr.cpp(3385),CSmtpSession::KickoffAsynRead]
    2010/02/04 09:05:59.367     [4608:6488]     31     D     Response:[451 4.5.0 error opening file/URL referenced by alias: [email protected]     (28C994F9-F07F-4323-B7B1-778EA3C510C3,202.xx.xx.xx:4815-202.xx.xx.xx:25)          [smtpclientchanel.cpp(1577),CSmtpClientChanel::_SendMultilineRespCmd]
    2010/02/04 09:05:59.367     [4608:6488]     31     D     ]     (28C994F9-F07F-4323-B7B1-778EA3C510C3,202.xx.xx.xx:4815-202.xx.xx.xx:25)          [smtpclientchanel.cpp(1577),CSmtpClientChanel::_SendMultilineRespCmd]
    2010/02/04 09:05:59.367     [4608:6488]     3F     D     Timing data for task [Send command and receive response for RCPT TO:<[email protected]>]: 15 ms.     (28C994F9-F07F-4323-B7B1-778EA3C510C3,202.xx.xx.xx:4815-202.xx.xx.xx:25)          [smtpclientchanel.cpp(1551),CSmtpClientChanel::_SendMultilineRespCmd]
    2010/02/04 09:05:59.367     [4608:6488]     31     W     Recipient [email protected] is temporary rejected.     (28C994F9-F07F-4323-B7B1-778EA3C510C3,202.xx.xx.xx:4815-202.xx.xx.xx:25)          [smtpclientchanel.cpp(936),CSmtpClientChanel::_DoSendMail]
    2010/02/04 09:05:59.383     [4608:6488]     31     I     Envelope information transfered. Recipients status: accepted 0, temporary rejected 1, permanently rejected 0.     (28C994F9-F07F-4323-B7B1-778EA3C510C3,202.xx.xx.xx:4815-202.xx.xx.xx:25)          [smtpclientchanel.cpp(962),CSmtpClientChanel::_DoSendMail]
    2010/02/04 09:05:59.383     [4608:6488]     31     D     Send command: QUIT     (28C994F9-F07F-4323-B7B1-778EA3C510C3,202.xx.xx.xx:4815-202.xx.xx.xx:25)          [smtpclientchanel.cpp(1547),CSmtpClientChanel::_SendMultilineRespCmd]
    2010/02/04 09:05:59.383     [4608:6488]     31     D     Response:[221 2.3.0 Bye received. Goodbye.     (28C994F9-F07F-4323-B7B1-778EA3C510C3,202.xx.xx.xx:4815-202.xx.xx.xx:25)          [smtpclientchanel.cpp(1577),CSmtpClientChanel::_SendMultilineRespCmd]
    2010/02/04 09:05:59.383     [4608:6488]     31     D     ]     (28C994F9-F07F-4323-B7B1-778EA3C510C3,202.xx.xx.xx:4815-202.xx.xx.xx:25)          [smtpclientchanel.cpp(1577),CSmtpClientChanel::_SendMultilineRespCmd]
    2010/02/04 09:05:59.383     [4608:6488]     3F     D     Timing data for task [Send command and receive response for QUIT]: 0 ms.     (28C994F9-F07F-4323-B7B1-778EA3C510C3,202.xx.xx.xx:4815-202.xx.xx.xx:25)          [smtpclientchanel.cpp(1551),CSmtpClientChanel::_SendMultilineRespCmd]
    2010/02/04 09:05:59.398     [4608:6488]     31     E     Relay failed due to ERR_TMP (0x00000002).     (28C994F9-F07F-4323-B7B1-778EA3C510C3)          [sendmail.cpp(1013),_DoSendMail]
    2010/02/04 09:05:59.398     [4608:6488]     81     W     Try relay host [202.xx.xx.xx] failed due to ERR_TMP.     (28C994F9-F07F-4323-B7B1-778EA3C510C3)          [sendmail.cpp(1286),_TryDomainBasedRelay]
    2010/02/04 09:05:59.398     [4608:6488]     31     W     Send to [xxx.edu.xxx] failed due to ERR_TMP (2).     (28C994F9-F07F-4323-B7B1-778EA3C510C3)          [sendmail.cpp(2103),SendMail]
    2010/02/04 09:05:59.398     [4608:6488]     3F     I     Timing data for task [Try to deliver message]: 78 ms.     (28C994F9-F07F-4323-B7B1-778EA3C510C3)          [smailjob.cpp(55),TSendMailJob::run]
    2010/02/04 09:05:59.398     [4608:6488]     33     I     Begin to apply notification policy and send notificationin the ldap directory server "Client Control Settings"
    Size Limit: 16000
    Time Limit: 480
    Cheer
    UBD

    Hi Sun,
    What have you got set for the dynamic URL attribute (mgrpDeliverTo:) for both groups?
    both empty
    Do you see the dynamic URL search in the directory server access logs? What is the result of the search?
    ldap:///dc=ubd,dc=edu,dc=bn??sub?(group=student) // this group attribute is customize.
    no result is sent back
    [04/Feb/2010:11:57:47 +0800] conn=3603 op=-1 msgId=-1 - fd=183 slot=183 LDAP connection from 10.0.1.28:32999 to 10.0.1.24
    [04/Feb/2010:11:57:47 +0800] conn=3603 op=0 msgId=1 - BIND dn="uid=msg-admin-email.ubd.edu.bn-20090325031101Z, ou=People, dc=ubd,dc=edu,dc=bn" method=128 version=3
    [04/Feb/2010:11:57:47 +0800] conn=3603 op=0 msgId=1 - RESULT err=0 tag=97 nentries=0 etime=0 dn="uid=msg-admin-email.ubd.edu.bn-20090325031101z,ou=people,dc=ubd,dc=edu,dc=bn"
    [04/Feb/2010:11:57:47 +0800] conn=3603 op=1 msgId=2 - SRCH base="dc=ubd,dc=edu,dc=bn" scope=2 filter="(&(objectClass=sunManagedOrganization)(|(associatedDomain=email.ubd.edu.bn)(sunPreferredDomain=email.ubd.edu.bn)))" attrs=ALL
    [04/Feb/2010:11:57:47 +0800] conn=3603 op=1 msgId=2 - RESULT err=0 tag=101 nentries=0 etime=0
    [04/Feb/2010:11:57:47 +0800] conn=3603 op=2 msgId=3 - SRCH base="dc=ubd,dc=edu,dc=bn" scope=2 filter="(&(objectClass=sunManagedOrganization)(|(associatedDomain=ubd.edu.bn)(sunPreferredDomain=ubd.edu.bn)))" attrs=ALL
    [04/Feb/2010:11:57:47 +0800] conn=3603 op=2 msgId=3 - RESULT err=0 tag=101 nentries=1 etime=0
    [04/Feb/2010:11:57:47 +0800] conn=3603 op=3 msgId=4 - SRCH base="dc=ubd,dc=edu,dc=bn" scope=2 filter="(|([email protected])([email protected])([email protected]))" attrs="preferredLanguage 8192 mail mailAlternateAddress mailEquivalentAddress"
    [04/Feb/2010:11:57:47 +0800] conn=3603 op=3 msgId=4 - RESULT err=0 tag=101 nentries=1 etime=0
    [04/Feb/2010:11:57:47 +0800] conn=3603 op=4 msgId=5 - SRCH base="dc=ubd,dc=edu,dc=bn" scope=2 filter="(|([email protected])([email protected])([email protected]))" attrs="objectClass inetUserStatus mailUserStatus inetMailGroupStatus uid preferredLanguage mailRoutingAddress 8192 mail mailAlternateAddress mailEquivalentAddress mailDeliveryOption vacationStartDate vacationEndDate mailConversionTag mailHost mailQuota mailMsgQuota mailProgramDeliveryInfo mailDeliveryFileURL maildeliveryfile mailAutoReplyMode mailAutoReplySubject mailAutoReplyText mailAutoReplyTextInternal mailAutoReplyTimeout mailSieveRuleSource mailForwardingAddress mailDeferProcessing mgrpMsgRejectAction mgrprejecttext mgrpMsgRejectText mgrpBroadcasterPolicy mgrpDisallowedBroadcaster mgrpAllowedBroadcaster mgrpDisallowedDomain mgrpAllowedDomain mgrpMsgMaxsize mgrpAuthPassword mgrpModerator mgrpDeliverTo memberURL uniqueMember mgrpRFC822MailMember rfc822mailmember mgrpErrorsTo mgrpAddHeader mgrpRemoveHeader mgrpMsgPrefixText mgrpMsgSuffixText mgmanMemberVisibility expandable"
    [04/Feb/2010:11:57:47 +0800] conn=3603 op=4 msgId=5 - RESULT err=0 tag=101 nentries=1 etime=0
    [04/Feb/2010:11:57:47 +0800] conn=3603 op=5 msgId=6 - RESULT err=34 tag=101 nentries=0 etime=0, Invalid DN
    [04/Feb/2010:11:57:47 +0800] conn=3603 op=6 msgId=0 - RESULT err=80 tag=120 nentries=0 etime=0
    [04/Feb/2010:11:57:47 +0800] conn=3603 op=-1 msgId=-1 - closing from 10.0.1.28:32999 - A1 - Client aborted connection -
    [04/Feb/2010:11:57:47 +0800] conn=3603 op=-1 msgId=-1 - closed.cheer
    UBD

  • OEM 10g grid.... Please help..

    Hi all
    Please can someone help... Im new at this and Im having afew issues..
    Im running Oracle 10g grid on AIX box . The install went well and Im able to connect to all targets....
    1) The repositry database startsup without any error messages but in OEM software shows the database is in a Mertric Collection status.. unknown
    OEM shows that the Instance is down but its not...
    SQL> select * from V$instance;
    INSTANCE_NUMBER INSTANCE_NAME
    HOST_NAME
    VERSION STARTUP_T STATUS PAR THREAD# ARCHIVE LOG_SWITCH_
    LOGINS SHU DATABASE_STATUS INSTANCE_ROLE ACTIVE_ST
    1 oem0a
    BigMac
    10.1.0.4.0 09-SEP-08 OPEN NO 1 STOPPED
    ALLOWED NO ACTIVE PRIMARY_INSTANCE NORMAL
    Also the Agent connection is down..
    Agent Connection to Instance
    Status Failed
    Details Failed to connect to database instance: ORA-12505: TNS:listener does not currently know of SID given in connect descriptor (DBD ERROR: OCIServerAttach).
    AGENT STATUS
    [email protected]> emctl status agent
    Oracle Enterprise Manager 10g Release 10.2.0.1.0.
    Copyright (c) 1996, 2005 Oracle Corporation. All rights reserved.
    Agent Version : 10.2.0.1.0
    OMS Version : 10.2.0.1.0
    Protocol Version : 10.2.0.0.0
    Agent Home : /apps/oracle/OracleHomeOEM/agent10g
    Agent binaries : /apps/oracle/OracleHomeOEM/agent10g
    Agent Process ID : 397392
    Parent Process ID : 74206
    Agent URL : https://bigmac.dstio.com:1830/emd/main/
    Repository URL : https://bigmac.dstio.com:1159/em/upload
    Started at : 2008-09-06 06:28:29
    Started by user : oracle
    Last Reload : 2008-09-06 21:29:15
    Last successful upload : 2008-09-09 10:13:56
    Total Megabytes of XML files uploaded so far : 28.47
    Number of XML files pending upload : 0
    Size of XML files pending upload(MB) : 0.00
    Available disk space on upload filesystem : 11.78%
    Last successful heartbeat to OMS : 2008-09-09 10:16:05
    Agent is Running and Ready
    [email protected]>
    2) When I try the following commands I get the following error message
         emctl stop dbconsole
         emctl start dbconsole
         emctl status dbconsole
    [email protected]> emctl status dbconsole
    OC4J Configuration issue. /apps/oracle/OracleHomeOEM/oms10g/oc4j/j2ee/OC4J_DBConsole not found.
    When I try to recreate the repository I get the following message...
    3) emca -config dbcontrol db -repos create
    Incorrect usage:
    ( ive tried the binaries in both locations ... /apps/oracle/OracleHomeOEM/oms10g/bin and /apps/oracle/OracleHomeOEM/agent10g/bin) still no luck
    oracle.sysman.emcp.EMConfigAssistant [options] [list of parameters]
    Options:
    -a :configure for an ASM database
    -b :configure for automatic backup
    -c :configure a cluster database
    -e <node> :remove a node from the cluster
    -f <file> :specify the file name that contains parameter values
    -h :help
    -m :configure EM for a central agent
    -n <node> :add a new node to the cluster
    -r :skip creation of repository schema
    -s :silent mode (no user prompts
    -x <db> :deletion of a SID or DB
    -RMI_PORT <port> :specify the RMI port for DB Control
    -JMS_PORT <port> :specify the JMS port for DB Control
    -AGENT_PORT <port> :specify the EM agent port
    -DBCONSOLE_HTTP_PORT <port> :specify the DB Control HTTP port
    The script will prompt for any required data that is not specified in a configuration file. The script always prompts for all required passwords. If you use a configuration file, the file may contain any of the following specifications, as shown, with the specified values correctly filled in:
    4) When setting the Preferred Credentials on the host using OEM I get the following error message.:
    SQL Error: ORA-28232: invalid input length for obfuscation toolkit ORA-06512: at "SYS.DBMS_OBFUSCATION_TOOLKIT_FFI", line 84 ORA-06512: at "SYS.DBMS_OBFUSCATION_TOOLKIT", line 233 ORA-06512: at "SYSMAN.DECRYPT", line 9 when I try apply the Preferred Credentials on the Instance I get the same kindof message...
    ORA-28232: invalid input length for obfuscation toolkit ORA-06512: at "SYSMAN.MGMT_CREDENTIAL", line 1284 ORA-06512: at "SYSMAN.MGMT_CREDENTIAL", line 1333 ORA-06512: at line 1
    5) In the emoms.log In get the following error message,,,
    2008-09-05 07:14:50,001 [XMLLoader0 30000000298.xml] ERROR eml.XMLLoader java.? - Failed to load 30000000298.xml even after 2 attempts; moving to errors direc
    tory. Error:
    java.sql.SQLException: ORA-14400: inserted partition key does not map to any partition
    at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java(Compiled Code))
    at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java(Compiled Code))
    at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java(Inlined Compiled Code))
    at oracle.jdbc.driver.T4C8Oall.receive(T4C8Oall.java(Compiled Code))
    at oracle.jdbc.driver.T4CPreparedStatement.doOall8(T4CPreparedStatement.java(Compiled Code))
    at oracle.jdbc.driver.T4CPreparedStatement.execute_for_rows(T4CPreparedStatement.java(Compiled Code))
    at oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java(Compiled Code))
    at oracle.jdbc.driver.OraclePreparedStatement.sendBatch(OraclePreparedStatement.java(Compiled Code))
    at oracle.sysman.util.jdbc.PreparedStatementWrapper.sendBatch(PreparedStatementWrapper.java(Compiled Code))
    at oracle.sysman.emdrep.dbjava.loader.XMLLoaderContext.flushAllStatements(XMLLoaderContext.java(Compiled Code))
    at oracle.sysman.emdrep.dbjava.loader.XMLDocumentSplitter.endElement(XMLDocumentSplitter.java(Compiled Code))
    at oracle.xml.parser.v2.NonValidatingParser.parseElement(NonValidatingParser.java(Compiled Code))
    at oracle.xml.parser.v2.NonValidatingParser.parseRootElement(NonValidatingParser.java(Compiled Code))
    at oracle.xml.parser.v2.NonValidatingParser.parseDocument(NonValidatingParser.java(Compiled Code))
    at oracle.xml.parser.v2.XMLParser.parse(XMLParser.java(Compiled Code))
    at oracle.sysman.emdrep.dbjava.loader.XMLDocumentSplitter.split(XMLDocumentSplitter.java(Compiled Code))
    at oracle.sysman.emdrep.dbjava.loader.XMLLoaderContext.loadFromStream(XMLLoaderContext.java(Compiled Code))
    at oracle.sysman.emdrep.dbjava.loader.XMLLoader.LoadFile(XMLLoader.java(Compiled Code))
    at oracle.sysman.emdrep.dbjava.loader.XMLLoader.LoadFiles(XMLLoader.java(Compiled Code))
    at oracle.sysman.emdrep.dbjava.loader.XMLLoader.run(XMLLoader.java(Compiled Code))
    at java.lang.Thread.run(Thread.java:568)
    2008-09-05 07:16:53,415 [XMLLoader0 90000000233.xml] WARN eml.XMLLoader java.? - Marking the file for retry : 90000000233.xml after receiving exceptionjava.s
    ql.SQLException: ORA-14400: inserted partition key does not map to any partition
    2008-09-05 07:16:58,496 [XMLLoader0 90000000233.xml] ERROR eml.XMLLoader java.? - Failed to load 90000000233.xml even after 2 attempts; moving to errors direc
    tory. Error:
    java.sql.SQLException: ORA-14400: inserted partition key does not map to any partition
    Cheers

    Your first issue isn't necessarily a repsitory issue:
    1. Is your target configured?
    2. When you type "lsnrctl services" on the target server, does it return your target? If not, you need to resolve that issue first before it can be monitored via GRID

  • Installing OEM 10g (10.2.0.1) Grid Control on Linux86

    Hi friends,
    I have successfully installed OEM Grid in our RHEL 4.6 server (1st time).
    At the end of the installation I got this message:
    See below for information pertaining to your Enterprise Manager installation:
    1. Use the following URL to access the Enterprise Manager Grid Control:
    http://server01.ebiztech.biz:4889/em
    2. The Enterprise Manager installation includes an Oracle Application Server instance, which is administered using a special "ias_admin" user account. The following information was defaulted for the embedded Application Server instance:
    Instance Name:    EnterpriseManager0.server01.ebiztech.biz
    ias_admin password: This password is the same the SYSMAN account.
    3. The connection details for the Enterprise Manager Repository are:
    Host: server01.ebiztech.biz
    Port: 1521
    SID: emrepI can do #1, and #3.
    How do I access #2? what is the URL corresponding to it? Or is it done through SQLPlus?
    Thanks a lot,
    Ms K

    Thanks Raj,
    Of course I will upgrade it, but for now I am still cramming on how to complete my installation huhuhhu:(
    Firstly....
    How do you install management agent for linux86?
    I have already installed OEM 10g Grid Control OMS on my linux sever which also has EBS R12.1.
    Do I need to install a "management agent" on this server, to be able to manage my EBS R12.1?
    Secondly....
    I want to manage our EBS 11i which resides on another server (remote).
    I downloaded the Linux_Grid_Control_agent_download_10_2_0_2_0.zip file from OTN,
    and put it to the target server.
    I unzip it following the readme.txt to the
    1. Download the Linux_Grid_Control_agent_download_10_2_0_2_0.zip file from OTN.
    2. Copy the downloaded file to <OMS_HOME>/sysman/agent_download/10.2.0.2.0 directory.(create <OMS_HOME>/sysman/agent_download/10.2.0.2.0 directory, if it doesn't exist.)
    3. cd <OMS_HOME>/sysman/agent_download/10.2.0.2.0
    4. <OMS_HOME>/bin/unzip Linux_Grid_Control_agent_download_10_2_0_2_0.zip
    5. If agent_download.rsp doesn't exists at <OMS_HOME>/sysman/agent_download/10.2.0.2.0 directory then:
        a. mv agent_download.rsp.bak agent_download.rsp
        b. edit agent_download.rsp and modify s_OMSHost="%s_hostname%" and s_OMSPort="%s_OMSPort%" with the correct OMSHost and OMSPort values.(However, even if you are specifying a secure Management Service, you must still enter the non-secure port number here)
            eg. s_OMSHost="stadv26.us.oracle.com"
                s_OMSPort="4889"
    6. Edit <OMS_HOME>/sysman/agent_download/10.2.0.2.0/linux/agentDownload.linux and modify OMShost=%s_OMSHost% and httpPort=%s_OMSPort% with the correct OMSHost and OMSPort.(However, even if you are specifying a secure Management Service, you must still enter the non-secure port number here)
       For eg. OMShost =stadv26.us.oracle.com
               httpPort=4889
    7. Follow the agentDownload instructions from 5.4 section of Oracle Enterprise Manager Installation and Basic Configuration Guide.But when I got to #7 ....the documentation is not clear, as usual there are lots of injected unrelated topics which make the documentation "topsiturvy" and very hard to follow.
    Can you just tell me, based on your experience how to install the agent? Someone told me to run OUI?
    But I can not find it on the unzip >Linux_Grid_Control_agent_download_10_2_0_2_0.zip file
    Thanks a lot.

  • Creating Standby database in OEM 10g

    DB = Oracle 10.2.0.4
    OS = Solaris 10 Sparc
    I am trying to create a physical standby database using the add standby database option within OEM 10g. This is something we have done numerous times before on 10g and 11g db's without a single issue, but for some reason, this time after selecting my RMAN backup location and staging area location , I am getting the following error when I click Next:
    RMAN Backup Location - The specified RMAN backup is invalid. Could not identify controlfile from the backup
    It is the latest backup (using RMAN catalog) from the previous evening and includes datafiles and control file.
    Here is the output for List backup:
    BS Key Size Device Type Elapsed Time Completion Time
    1741586 7.70G DISK 00:03:26 06-DEC-12
    BP Key: 1741590 Status: AVAILABLE Compressed: NO Tag: TAG20121206T220033
    Piece Name: /carebackup/oradata/CARELIVE/carelive/backup/df_CARELIVE_4811_1.bus
    List of Archived Logs in backup set 1741586
    Thrd Seq Low SCN Low Time Next SCN Next Time
    1 20013 7974703107 04-DEC-12 7974865046 04-DEC-12
    1 20014 7974865046 04-DEC-12 7975209322 05-DEC-12
    1 20015 7975209322 05-DEC-12 7975792781 05-DEC-12
    1 20016 7975792781 05-DEC-12 7975841363 05-DEC-12
    1 20017 7975841363 05-DEC-12 7976016507 05-DEC-12
    1 20018 7976016507 05-DEC-12 7976577946 06-DEC-12
    1 20019 7976577946 06-DEC-12 7976685352 06-DEC-12
    1 20020 7976685352 06-DEC-12 7976816259 06-DEC-12
    1 20021 7976816259 06-DEC-12 7976884597 06-DEC-12
    1 20022 7976884597 06-DEC-12 7977236969 06-DEC-12
    1 20023 7977236969 06-DEC-12 7978009499 06-DEC-12
    1 20024 7978009499 06-DEC-12 7978784609 06-DEC-12
    1 20025 7978784609 06-DEC-12 7979558556 06-DEC-12
    1 20026 7979558556 06-DEC-12 7980614921 06-DEC-12
    1 20027 7980614921 06-DEC-12 7981238045 06-DEC-12
    1 20028 7981238045 06-DEC-12 7981890156 06-DEC-12
    1 20029 7981890156 06-DEC-12 7982119933 06-DEC-12
    1 20030 7982119933 06-DEC-12 7982775834 06-DEC-12
    1 20031 7982775834 06-DEC-12 7983388279 06-DEC-12
    BS Key Type LV Size Device Type Elapsed Time Completion Time
    1741587 Full 214.09G DISK 01:15:15 06-DEC-12
    List of Datafiles in backup set 1741587
    File LV Type Ckp SCN Ckp Time Name
    1 Full 7983402310 06-DEC-12 /oracle/oradata/care/carelive/data/system01.dbf
    2 Full 7983402310 06-DEC-12 /oracle/oradata/care/carelive/data/undotbs01.dbf
    3 Full 7983402310 06-DEC-12 /oracle/oradata/care/carelive/data/sysaux01.dbf
    4 Full 7983402310 06-DEC-12 /oracle/oradata/care/carelive/data/large_indexes01.dbf
    5 Full 7983402310 06-DEC-12 /oracle/oradata/care/carelive/data/large_indexes02.dbf
    6 Full 7983402310 06-DEC-12 /oracle/oradata/care/carelive/data/large_indexes03.dbf
    7 Full 7983402310 06-DEC-12 /oracle/oradata/care/carelive/data/large_tables01.dbf
    8 Full 7983402310 06-DEC-12 /oracle/oradata/care/carelive/data/large_tables02.dbf
    9 Full 7983402310 06-DEC-12 /oracle/oradata/care/carelive/data/large_tables03.dbf
    10 Full 7983402310 06-DEC-12 /oracle/oradata/care/carelive/data/small_tables01.dbf
    11 Full 7983402310 06-DEC-12 /oracle/oradata/care/carelive/data/small_tables02.dbf
    12 Full 7983402310 06-DEC-12 /oracle/oradata/care/carelive/data/small_tables03.dbf
    13 Full 7983402310 06-DEC-12 /oracle/oradata/care/carelive/data/small_tables04.dbf
    14 Full 7983402310 06-DEC-12 /oracle/oradata/care/carelive/data/medium_tables01.dbf
    15 Full 7983402310 06-DEC-12 /oracle/oradata/care/carelive/data/medium_tables02.dbf
    16 Full 7983402310 06-DEC-12 /oracle/oradata/care/carelive/data/medium_tables03.dbf
    17 Full 7983402310 06-DEC-12 /oracle/oradata/care/carelive/data/small_indexes01.dbf
    18 Full 7983402310 06-DEC-12 /oracle/oradata/care/carelive/data/medium_indexes01.dbf
    19 Full 7983402310 06-DEC-12 /oracle/oradata/care/carelive/data/tools01.dbf
    20 Full 7983402310 06-DEC-12 /oracle/oradata/care/carelive/data/small_indexes02.dbf
    Backup Set Copy #1 of backup set 1741587
    Device Type Elapsed Time Completion Time Compressed Tag
    DISK 01:15:15 06-DEC-12 NO TAG20121206T220415
    List of Backup Pieces for backup set 1741587 Copy #1
    BP Key Pc# Status Piece Name
    1741591 1 AVAILABLE /carebackup/oradata/CARELIVE/carelive/backup/df_CARELIVE_4812_1.bus
    1741592 2 AVAILABLE /carebackup/oradata/CARELIVE/carelive/backup/df_CARELIVE_4812_2.bus
    1741593 3 AVAILABLE /carebackup/oradata/CARELIVE/carelive/backup/df_CARELIVE_4812_3.bus
    1741594 4 AVAILABLE /carebackup/oradata/CARELIVE/carelive/backup/df_CARELIVE_4812_4.bus
    1741595 5 AVAILABLE /carebackup/oradata/CARELIVE/carelive/backup/df_CARELIVE_4812_5.bus
    1741596 6 AVAILABLE /carebackup/oradata/CARELIVE/carelive/backup/df_CARELIVE_4812_6.bus
    1741597 7 AVAILABLE /carebackup/oradata/CARELIVE/carelive/backup/df_CARELIVE_4812_7.bus
    1741598 8 AVAILABLE /carebackup/oradata/CARELIVE/carelive/backup/df_CARELIVE_4812_8.bus
    1741599 9 AVAILABLE /carebackup/oradata/CARELIVE/carelive/backup/df_CARELIVE_4812_9.bus
    1741600 10 AVAILABLE /carebackup/oradata/CARELIVE/carelive/backup/df_CARELIVE_4812_10.bus
    1741601 11 AVAILABLE /carebackup/oradata/CARELIVE/carelive/backup/df_CARELIVE_4812_11.bus
    1741602 12 AVAILABLE /carebackup/oradata/CARELIVE/carelive/backup/df_CARELIVE_4812_12.bus
    1741603 13 AVAILABLE /carebackup/oradata/CARELIVE/carelive/backup/df_CARELIVE_4812_13.bus
    1741604 14 AVAILABLE /carebackup/oradata/CARELIVE/carelive/backup/df_CARELIVE_4812_14.bus
    1741605 15 AVAILABLE /carebackup/oradata/CARELIVE/carelive/backup/df_CARELIVE_4812_15.bus
    1741606 16 AVAILABLE /carebackup/oradata/CARELIVE/carelive/backup/df_CARELIVE_4812_16.bus
    1741607 17 AVAILABLE /carebackup/oradata/CARELIVE/carelive/backup/df_CARELIVE_4812_17.bus
    1741608 18 AVAILABLE /carebackup/oradata/CARELIVE/carelive/backup/df_CARELIVE_4812_18.bus
    1741609 19 AVAILABLE /carebackup/oradata/CARELIVE/carelive/backup/df_CARELIVE_4812_19.bus
    1741610 20 AVAILABLE /carebackup/oradata/CARELIVE/carelive/backup/df_CARELIVE_4812_20.bus
    1741611 21 AVAILABLE /carebackup/oradata/CARELIVE/carelive/backup/df_CARELIVE_4812_21.bus
    1741612 22 AVAILABLE /carebackup/oradata/CARELIVE/carelive/backup/df_CARELIVE_4812_22.bus
    BS Key Size Device Type Elapsed Time Completion Time
    1741658 104.19M DISK 00:00:04 06-DEC-12
    BP Key: 1741679 Status: AVAILABLE Compressed: NO Tag: TAG20121206T231939
    Piece Name: /carebackup/oradata/CARELIVE/carelive/backup/df_CARELIVE_4813_1.bus
    List of Archived Logs in backup set 1741658
    Thrd Seq Low SCN Low Time Next SCN Next Time
    1 20032 7983388279 06-DEC-12 7983637536 06-DEC-12
    BS Key Type LV Size Device Type Elapsed Time Completion Time
    1741702 Full 7.33M DISK 00:00:02 06-DEC-12
    BP Key: 1741704 Status: AVAILABLE Compressed: NO Tag: TAG20121206T231950
    Piece Name: /carebackup/oradata/CARELIVE/carelive/backup/ctlc-3640364239-20121206-00
    Control File Included: Ckp SCN: 7983638867 Ckp time: 06-DEC-12
    SPFILE Included: Modification time: 06-DEC-12
    The only difference between creating a standby for this db and others we have created is that the file system the backups are stored on is on a non-global zone shared via nfs mount.
    I know that when I try and share that filesystem with other servers I get the message:
    share_nfs: Cannot share filesystems in non-global zones
    If the /backup filesystem is not shared with any other servers would OEM be able to read from that NGZ? The filesystem is available to connect to using ssh from other locations, but not sure how OEM handles this part of the process.
    Any advice would be great.
    Regards,
    JP

    Thanks for the reply. I thought that is what I would need to do. However this link is very useful and could resolve the issue. I have yet to raise it with the system admin guys here yet but will do and will report back on outcome.
    http://faizsulaiman.com/mount-nfs-solaris-non-global-zone/

  • OEM 10g Grid Control Problem

    Hi,
    We installed the OEM 10g Grid Control in Serparate Host..
    Installed 10.2.0.1 grid control
    and patched upto 10.2.0.3 for OMS....
    here OMS version is 10.2.0.3
    grid Control Agent Version is 10.2.0.3
    and Repository Home is 10.2.0.1
    Installed the linux Grid control agent 10.2.0.3 in target database...installation was successfull....but Target database is not showing in the grid control ..what was the problem...

    where to check the log files in target database host..do u mean that...
    i installed agent on target database home in a seperate directory...
    ORACLE_HOME is the Target Database Oracle Home
    cd $ORACLE_HOME/agent10g/sysman/log/
    is it the correct directory to check the log files..i am new to this grid control...
    =========================================================
    $cat emagent.trc
    2007-08-19 12:38:05 Thread-5947399 ERROR pingManager: nmepm_pingReposURL: Did not receive a response header from repository
    2007-08-19 12:38:05 Thread-5947399 ERROR pingManager: nmepm_pingReposURL: Did not receive a response header from repository
    2007-08-19 12:38:08 Thread-5980167 ERROR upload: Error in uploadXMLFiles. Trying again in 900.00 seconds or earlier.
    2007-08-19 12:38:35 Thread-5996551 ERROR pingManager: nmepm_pingReposURL: Did not receive a response header from repository
    2007-08-19 12:38:35 Thread-5996551 ERROR pingManager: nmepm_pingReposURL: Did not receive a response header from repository
    2007-08-19 12:39:05 Thread-6045703 ERROR pingManager: nmepm_pingReposURL: Did not receive a response header from repository
    2007-08-19 12:39:05 Thread-6045703 ERROR pingManager: nmepm_pingReposURL: Did not receive a response header from repository
    2007-08-19 12:39:35 Thread-6078471 ERROR pingManager: nmepm_pingReposURL: Did not receive a response header from repository
    2007-08-19 12:39:35 Thread-6078471 ERROR pingManager: nmepm_pingReposURL: Did not receive a response header from repository
    2007-08-19 12:40:05 Thread-6111239 ERROR pingManager: nmepm_pingReposURL: Did not receive a response header from repository
    2007-08-19 12:40:05 Thread-6111239 ERROR pingManager: nmepm_pingReposURL: Did not receive a response header from repository
    2007-08-19 12:40:35 Thread-6176775 ERROR pingManager: nmepm_pingReposURL: Did not receive a response header from repository
    2007-08-19 12:40:35 Thread-6176775 ERROR pingManager: nmepm_pingReposURL: Did not receive a response header from repository
    2007-08-19 12:41:05 Thread-6209543 ERROR pingManager: nmepm_pingReposURL: Did not receive a response header from repository
    2007-08-19 12:41:05 Thread-6209543 ERROR pingManager: nmepm_pingReposURL: Did not receive a response header from repository
    2007-08-19 12:41:35 Thread-6242311 ERROR pingManager: nmepm_pingReposURL: Did not receive a response header from repository
    2007-08-19 12:41:35 Thread-6242311 ERROR pingManager: nmepm_pingReposURL: Did not receive a response header from repository
    2007-08-19 12:42:05 Thread-6275079 ERROR pingManager: nmepm_pingReposURL: Did not receive a response header from repository
    2007-08-19 12:42:05 Thread-6275079 ERROR pingManager: nmepm_pingReposURL: Did not receive a response header from repository
    2007-08-19 12:42:18 Thread-65541 ERROR command: nmejcn: received no status header from repository at http://gridserver.abc.com:4889/em/upload/
    2007-08-19 12:42:35 Thread-6340615 ERROR pingManager: nmepm_pingReposURL: Did not receive a response header from repository
    2007-08-19 12:42:35 Thread-6340615 ERROR pingManager: nmepm_pingReposURL: Did not receive a response header from repository
    2007-08-19 12:42:42 Thread-6406151 ERROR upload: Error in uploadXMLFiles. Trying again in 900.00 seconds or earlier.
    ================================================
    $ cat emctl.log
    15709 :: Sun Aug 19 11:42:29 2007::AgentLifeCycle.pm: Processing start agent
    15709 :: Sun Aug 19 11:42:29 2007::AgentLifeCycle.pm: EMHOME is /u02/targetdb/10.2.0/agent10g
    15709 :: Sun Aug 19 11:42:29 2007::AgentLifeCycle.pm:status agent returned with retCode=1
    15709 :: Sun Aug 19 11:42:36 2007::AgentLifeCycle.pm: Exited loop with retCode=3
    16405 :: Sun Aug 19 11:48:23 2007::AgentLifeCycle.pm: Processing status agent
    16405 :: Sun Aug 19 11:48:23 2007::AgentStatus.pm:Processing status agent
    16405 :: Sun Aug 19 11:48:23 2007::AgentStatus.pm:emdctl status returned 3
    19862 :: Sun Aug 19 12:02:42 2007::AgentLifeCycle.pm: Processing status agent
    19862 :: Sun Aug 19 12:02:42 2007::AgentStatus.pm:Processing status agent
    19862 :: Sun Aug 19 12:02:43 2007::AgentStatus.pm:emdctl status returned 3
    20326 :: Sun Aug 19 12:04:05 2007::AgentLifeCycle.pm: Processing status agent
    20326 :: Sun Aug 19 12:04:05 2007::AgentStatus.pm:Processing status agent
    20326 :: Sun Aug 19 12:04:06 2007::AgentStatus.pm:emdctl status returned 3
    20404 :: Sun Aug 19 12:05:41 2007::AgentLifeCycle.pm: Processing status agent
    20404 :: Sun Aug 19 12:05:41 2007::AgentStatus.pm:Processing status agent
    20404 :: Sun Aug 19 12:05:41 2007::AgentStatus.pm:emdctl status returned 3
    21329 :: Sun Aug 19 12:16:36 2007::AgentStatus.pm:Processing upload
    21329 :: Sun Aug 19 12:16:36 2007::AgentStatus.pm:emdctl status agent returned 3
    21329 :: Sun Aug 19 12:16:38 2007::AgentStatus.pm: emdctl upload returned with exit code 6
    21685 :: Sun Aug 19 12:22:59 2007::AgentLifeCycle.pm: Processing status agent
    21685 :: Sun Aug 19 12:22:59 2007::AgentStatus.pm:Processing status agent
    21685 :: Sun Aug 19 12:22:59 2007::AgentStatus.pm:emdctl status returned 3
    22464 :: Sun Aug 19 12:40:17 2007::AgentLifeCycle.pm: Processing status agent
    22464 :: Sun Aug 19 12:40:17 2007::AgentStatus.pm:Processing status agent
    22464 :: Sun Aug 19 12:40:18 2007::AgentStatus.pm:emdctl status returned 3

  • OEM 10g Page Not Found

    I have installed OEM 10g, and all was working great until today. I get Page Not Found when I try to open the console, so I checked for the service and it was not running. I tried to start the service, OracleDBConsoleorcl, and got an error 1053: The service did not respond to the start or control request in a timely fashion. I am using the version I downloaded from the web, and have made no changes since I first installed it and it was working. I am not using it for anything but my local installation right now, so have not installed the IAS with Grid Control. Do I need to do that even though I have not tried to connect to other Oracle server with OEM? Any suggestions? Thanks.

    This is error message I see in one trace file:
    EMDROOT=D:\oracle\product\10.1.0\Db_1
    ORACLE_HOME=D:\oracle\product\10.1.0\Db_1
    EMDSTATE=D:\oracle\product\10.1.0\Db_1\K57136.nash.tenn_orcl
    CONSOLE_CFG=dbconsole
    TRACE_LEVEL=16
    TIMEOUT=15
    03/10/05 07:32:12 Start pending...
    03/10/05 07:32:12 Verifying dbconsole is not started already. Command line "D:\oracle\product\10.1.0\Db_1\bin\emctl.bat" istatus dbconsole
    03/10/05 07:32:36 dbconsole launch commandline is "D:\oracle\product\10.1.0\Db_1\bin\emctl.bat" istart dbconsole
    03/10/05 07:32:36 Tracking process launch...
    03/10/05 07:33:11 Did not hear back from emctl istatus.
    03/10/05 07:33:11 Waiting a further 5 secs...
    03/10/05 07:33:16 Did not hear back from emctl istatus.
    03/10/05 07:33:16 Waiting a further 5 secs...
    03/10/05 07:33:21 Did not hear back from emctl istatus.
    This message is in another trace file:
    (error = 10061)
    2005-03-10 07:32:33 Thread-4084 WARN http: snmehl_connect: connect failed to (K57136.nash.tenn:5500): No connection could be made because the target machine actively refused it.
    (error = 10061)
    2005-03-10 07:41:04 Thread-2752 ERROR http: 1776: snmehl_read: error on read: An existing connection was forcibly closed by the remote host.
    I turned the XP firewall off and tried to start the dbconsole service again, and it still would not start. The messages above are from that effort to start service.
    Any other suggestions? Thanks for your help.

  • Youtube Facebook Google etc, Invalid URL error

    For many years now I've been putting up with a CONSTANT lingering problem with my Mac OS. These (on a very regular basis) irritating, "Invalid URL" errors.
    The picture that you see below is an example of my problem.  This example of a Youtube video giving me an error is from a recent article on www.macrumors.com.
    Where the youtube video is supposed to be is just an Error.  And as I scrolled down the page, all of the subsequent youtube videos had this same error.
    So I went to youtube.  After typing in the web address, I get the same error except that it fills the entire screen.
    After about 20 minutes (of constant screen refreshes and data dumps within safari) the youtube videos finally loaded as if nothing was wrong (as you can see in the second photo).
    Sometimes this problems lasts for 10 seconds.  But normally it can take between 10 minutes to an hour to begin working again.
    The other two websites that give me this same trouble is Google.com and Facebook.com.  But Facebook being the most notorious.  Not just because my actual facebook page won't load, but because of all of the news sites that load facebook garbage and coding searching for facebook.  When the facebook ip address cannot be resolved, these annoying error pop-ups begin bombarding my screen.  One minute facebook will work, and I'm reading down the newfeed, then all of the sudden nothing new will load.  When I try to refresh the page, I get an error stating that it cannot load the page.  Then I just have to wait.
    As you can see from the picture below, Sometimes facebook just gives me an error that states, "Safari cannot open the page Facebook.com because Safari cannot establish a secure connection to the facebook server."
    This happens EVERY single day.  It's really just a crap-shoot whether or not I will be able to get onto Facebook.
    Youtube is a little less often (usually happening about 3 or 4 times per week).
    Google got so bad that I finally had to change my search provider to Bing, because Google almost never worked.
    Has anyone else experienced these problems on their MAC?
    I ask because I have 3 MAC computers.  2 Laptops and a MacPro tower. 
    And EVERY single one has this same problem.
    This wasn't such a big deal; ie something I learned to live with... Up until I bought my wife (and Windows Vista convert) her new Macbook Air.  And within an hour of booting that thing up for the first time, her Facebook errored out.  And has done it pretty consistantly every day, at least twice, since then.
    If anyone else has this problem, how did you fix it????????

    Here are the results:
    I hope someone can make heads or tails out of this.
    And please keep in mind that in the past I have completely wiped and reinstalled after reformatting and within an hour or 2 I get the same errors on the these websites.
    Start time: 23:05:23 06/15/14
    Model Identifier: MacBookPro5,5
    System Version: OS X 10.9.3 (13D65)
    Kernel Version: Darwin 13.2.0
    Boot Mode: Normal
    Time since boot: 49 minutes
    FileVault: FileVault master keychain appears to be installed
    Diagnostic reports
       2014-05-19 UserEventAgent crash
       2014-05-23 qmasterqd crash
       2014-05-26 qmasterqd crash
       2014-06-02 DivX Player crash
       2014-06-02 PluginProcess crash
       2014-06-02 com.apple.WebKit.WebContent crash
       2014-06-02 com.apple.WebKit.WebContent crash
       2014-06-02 com.apple.WebKit.WebContent crash
    Log
       Jun 13 01:43:18 AFP_VFS afpfs_dead:  called on vfsid 4
       Jun 13 01:43:18 ASP_TCP CancelPendingReqsWithID : Adding the invalid vfsid 4 and counter is 0 to the list
       Jun 13 01:43:18 ASP_TCP CancelOneRequest: cancelling slot 15 error 89 reqID 2801 flags 0x29 afpCmd 0x45 so 0xffffff801586fca0
       Jun 13 01:43:18 ASP_TCP CancelOneRequest: cancelling slot 16 error 89 reqID 2802 flags 0x29 afpCmd 0x22 so 0xffffff801586fca0
       Jun 13 01:43:18 ASP_TCP CancelOneRequest: cancelling slot 17 error 89 reqID 2803 flags 0x29 afpCmd 0x22 so 0xffffff801586fca0
       Jun 13 01:43:18 ASP_TCP CancelOneRequest: cancelling slot 18 error 89 reqID 2804 flags 0x29 afpCmd 0x22 so 0xffffff801586fca0
       Jun 13 22:40:53 AFP_VFS afpfs_DoReconnect:  Max reconnect time: 30 secs, Connect timeout: 15 secs for /Volumes/Storagedisk_6_1TB
       Jun 13 22:41:28 AFP_VFS afpfs_dead:  called on vfsid 3
       Jun 13 22:41:28 ASP_TCP CancelPendingReqsWithID : Adding the invalid vfsid 3 and counter is 0 to the list
       Jun 13 22:41:28 ASP_TCP CancelOneRequest: cancelling slot 20 error 89 reqID 10889 flags 0x29 afpCmd 0x22 so 0xffffff802230a058
       Jun 13 22:41:28 ASP_TCP CancelOneRequest: cancelling slot 21 error 89 reqID 10890 flags 0x29 afpCmd 0x22 so 0xffffff802230a058
       Jun 13 23:26:04 process Preview[95635] caught causing excessive wakeups. Observed wakeups rate (per sec): 744; Maximum permitted wakeups rate (per sec): 150; Observation period: 300 seconds; Task lifetime number of wakeups: 45020
       Jun 14 00:16:15 process Preview[2207] caught causing excessive wakeups. Observed wakeups rate (per sec): 2593; Maximum permitted wakeups rate (per sec): 150; Observation period: 300 seconds; Task lifetime number of wakeups: 45020
       Jun 14 00:17:23 process Preview[2339] caught causing excessive wakeups. Observed wakeups rate (per sec): 1991; Maximum permitted wakeups rate (per sec): 150; Observation period: 300 seconds; Task lifetime number of wakeups: 45210
       Jun 14 02:45:19 process QuickLookUIHelpe[4321] caught causing excessive wakeups. Observed wakeups rate (per sec): 189; Maximum permitted wakeups rate (per sec): 150; Observation period: 300 seconds; Task lifetime number of wakeups: 45586
       Jun 15 00:44:53 msdosfs_fat_uninit_vol: error 6 from msdosfs_fat_cache_flush
       Jun 15 00:46:08 jnl: disk3s1: replay_journal: from: 283136 to: 1024512 (joffset 0x7a000)
       Jun 15 00:46:12 jnl: disk3s1: journal replay done.
       Jun 15 01:37:24 jnl: disk3s1: do_jnl_io: strategy err 0x6
       Jun 15 01:37:24 jnl: disk3s1: write_journal_header: error writing the journal header!
       Jun 15 01:37:24 jnl: disk3s1: close: journal 0xffffff8013ac5c20, is invalid.  aborting outstanding transactions
       Jun 15 01:37:26 jnl: disk3s1: replay_journal: from: 367616 to: 1361408 (joffset 0x3f000)
       Jun 15 01:37:27 jnl: disk3s1: journal replay done.
       Jun 15 10:33:57 process qmastercc[163] caught causing excessive wakeups. Observed wakeups rate (per sec): 1016; Maximum permitted wakeups rate (per sec): 150; Observation period: 300 seconds; Task lifetime number of wakeups: 59722
       Jun 15 22:20:37 process smcFanControl[246] caught causing excessive wakeups. Observed wakeups rate (per sec): 324; Maximum permitted wakeups rate (per sec): 150; Observation period: 300 seconds; Task lifetime number of wakeups: 46105
    kexts
       com.squirrels.airparrot.framebuffer (3)
    Daemons
       org.macosforge.xquartz.privileged_startx
       com.oracle.java.Helper-Tool
       com.microsoft.office.licensing.helper
       com.google.keystone.daemon
       com.adobe.fpsaud
    Agents
       org.macosforge.xquartz.startx
       com.oracle.java.Java-Updater
       com.hp.help.tocgenerator
       com.google.keystone.system.agent
       com.divx.update.agent
       com.divx.dms.agent
       org.w0lf.cDock
       com.adobe.ARM.UUID
    launchd
       /System/Library/LaunchAgents/com.apple.AirPortBaseStationAgent.plist
                 (com.apple.AirPortBaseStationAgent)
       /Library/LaunchAgents/com.divx.dms.agent.plist
                 (com.divx.dms.agent)
       /Library/LaunchAgents/com.divx.update.agent.plist
                 (com.divx.update.agent)
       /Library/LaunchAgents/com.google.keystone.agent.plist
                 (com.google.keystone.system.agent)
       /Library/LaunchAgents/com.hp.help.tocgenerator.plist
                 (com.hp.help.tocgenerator)
       /Library/LaunchAgents/com.oracle.java.Java-Updater.plist
                 (com.oracle.java.Java-Updater)
       /Library/LaunchAgents/org.macosforge.xquartz.startx.plist
                 (org.macosforge.xquartz.startx)
       /Library/LaunchDaemons/com.adobe.fpsaud.plist
                 (com.adobe.fpsaud)
       /Library/LaunchDaemons/com.apple.aelwriter.plist
                 (com.apple.aelwriter)
       /Library/LaunchDaemons/com.google.keystone.daemon.plist
                 (com.google.keystone.daemon)
       /Library/LaunchDaemons/com.microsoft.office.licensing.helper.plist
                 (com.microsoft.office.licensing.helper)
       /Library/LaunchDaemons/com.oracle.java.Helper-Tool.plist
                 (com.oracle.java.Helper-Tool)
       /Library/LaunchDaemons/org.macosforge.xquartz.privileged_startx.plist
                 (org.macosforge.xquartz.privileged_startx)
       Library/LaunchAgents/com.adobe.ARM.UUID.plist
                 (com.adobe.ARM.UUID)
       Library/LaunchAgents/com.apple.AddressBook.ScheduledSync.PHXCardDAVSource.UUID. plist
                 (com.apple.AddressBook.ScheduledSync.PHXCardDAVSource.UUID)
       Library/LaunchAgents/org.w0lf.cDock.plist
                 (org.w0lf.cDock)
    Bundles
       /System/Library/Extensions/APExtFramebuffer.kext
                 (com.squirrels.airparrot.framebuffer)
       /System/Library/Extensions/hpPlugInInit.kext
                 (com.hp.scanner.PlugInInit)
       /System/Library/Extensions/hpPlugInInit.kext/Contents/Resources
                 (com.hp.scanner.PlugInInit)
       /System/Library/Extensions/ssuddrv.kext
                 (com.devguru.driver.SamsungComposite)
       /Library/Audio/Plug-Ins/Components/Ambience.component
                 (com.smartelectronix.magnus.Ambience)
       /Library/Audio/Plug-Ins/Components/ARIA Player AU.component
                 (N/A)
       /Library/Audio/Plug-Ins/Components/SmartMusicSoftSynth.component
                 (com.makemusic.audiounit.smartmusicsoftsynth)
       /Library/Audio/Plug-Ins/VST/ARIA Player VST Multi.vst
                 (N/A)
       /Library/Audio/Plug-Ins/VST/ARIA Player VST.vst
                 (N/A)
       /Library/Internet Plug-Ins/DivX Web Player.plugin
                 (com.divx.DivXWebPlayer)
       /Library/Internet Plug-Ins/Flash Player.plugin
                 (N/A)
       /Library/Internet Plug-Ins/googletalkbrowserplugin.plugin
                 (com.google.googletalkbrowserplugin)
       /Library/Internet Plug-Ins/JavaAppletPlugin.plugin
                 (com.oracle.java.JavaAppletPlugin)
       /Library/Internet Plug-Ins/o1dbrowserplugin.plugin
                 (com.google.o1dbrowserplugin)
       /Library/Internet Plug-Ins/OVSHelper.plugin
                 (com.divx.OVSHelper)
       /Library/Internet Plug-Ins/SharePointBrowserPlugin.plugin
                 (com.microsoft.sharepoint.browserplugin)
       /Library/Internet Plug-Ins/SharePointWebKitPlugin.webplugin
                 (com.microsoft.sharepoint.webkitplugin)
       /Library/Internet Plug-Ins/Silverlight.plugin
                 (com.microsoft.SilverlightPlugin)
       /Library/Internet Plug-Ins/SurveillanceClient.plugin
                 (com.boxdeng.xvmsplugin)
       /Library/PreferencePanes/Flash Player.prefPane
                 (com.adobe.flashplayerpreferences)
       /Library/PreferencePanes/HP Scanjet.prefPane
                 (com.hp.scanjet.prefs)
       /Library/PreferencePanes/JavaControlPanel.prefPane
                 (com.oracle.java.JavaControlPanel)
       /Library/QuickTime/CanonMJPEGAVI.component
                 (jp.co.canon.MJPEGAVIExporter)
       /Library/QuickTime/CanonMJPEGAVIDec.component
                 (jp.co.canon.CanonMJPEGAVIDec)
       /Library/QuickTime/CanonText.component
                 (jp.co.canon.Text)
       /Library/Spotlight/Finale.mdimporter
                 (com.makemusic.MDImporter.Finale)
       Library/Address Book Plug-Ins/SkypeABDialer.bundle
                 (com.skype.skypeabdialer)
       Library/Address Book Plug-Ins/SkypeABSMS.bundle
                 (com.skype.skypeabsms)
       Library/Caches/com.apple.Safari/Extensions/AdBlock.safariextension
                 (com.betafish.adblockforsafari)
       Library/Caches/com.apple.Safari/Extensions/ExifExt.safariextension
                 (de.phriedrich.exifext)
       Library/Caches/com.apple.Safari/Extensions/My eBay Manager-2.safariextension
                 (com.ebay.safari.myebaymanager)
       Library/Caches/com.apple.Safari/Extensions/Social Fixer.safariextension
                 (com.socialfixer)
       Library/Caches/com.apple.Safari/Extensions/Turn Off the Lights.safariextension
                 (com.stefanvd.turnoffthelights)
       Library/Internet Plug-Ins/Google Earth Web Plug-in.plugin
                 (com.Google.GoogleEarthPlugin.plugin)
       Library/Internet Plug-Ins/WebEx64.plugin
                 (com.cisco_webex.plugin.gpc64)
       Library/ScriptingAdditions/EasySIMBL.osax
                 (com.github.norio-nomura.EasySIMBL.osax)
    dylibs
       /usr/lib/libdvdcss.2.dylib
    Contents of /etc/ssh_config
        Host *
          SendEnv LANG LC_*
       Host *
           XAuthLocation /opt/X11/bin/xauth
    Font issues: 41
    Listeners
       launchd: afpovertcp
       launchd: microsoft-ds
       launchd: ssh
       kdc: kerberos
       nfsd: 1023
       rpc.statd: exp1
       rpc.lockd: 1017
       rpcbind: sunrpc
       rpc.rquot: garcon
    Wi-Fi
       link auth: wpa-psk
    User login items
       iTunesHelper.app
       smcFanControl
       Auto Mute.app
       SurplusMeterAgent.app
       RightZoom.app
       SpeechSynthesisServer.app
    Hidden apps
       .magicJack/Softphone/magicJack.app
       .magicJack/Softphone/splash.app
    Restricted files: 2584
    Safari extensions
       ExifExt
       Turn Off the Lights
       My eBay Manager
       AdBlock
       Social Fixer
    Elapsed time (s): 387

Maybe you are looking for