Thread-6080 ERROR ilint: MetricEngine Exception: Could get metric.

this my metadata file
<?xml version="1.0" ?>
<!DOCTYPE TargetMetadata SYSTEM "../dtds/TargetMetadata.dtd">
<TargetMetadata META_VER="1.1" TYPE="oracle_replica" CATEGORY_PROPERTIES="VersionCategory">
<Display>
<Label NLSID="oracle_replica_name">Replica Oficina</Label>
</Display>
<Metric NAME="Replica_Response" TYPE="TABLE">
<ValidIf>
     <CategoryProp NAME="VersionCategory" CHOICES="10gR2;10gR203;11gR1"/>
</ValidIf>
<Display>
<Label NLSID="replica_reponse">Replica Status</Label>
</Display>
<TableDescriptor>
<ColumnDescriptor NAME="Status" TYPE="STRING" IS_KEY="FALSE">
     <Display>
<Label NLSID="replica_response_status">Status</Label>
</Display>
     </ColumnDescriptor>
</TableDescriptor>
<QueryDescriptor FETCHLET_ID="SQL">
<Property NAME="STATEMENT" SCOPE="GLOBAL"><![CDATA[
select (case when minutos >= 5 then 'Down' when minutos < 5 then 'Up' end) "STATUS"
from (select t.server, round((sysdate - to_date(to_char(t.fecha_sinc_remoto, 'dd/mm/yyyy hh24:mi:ss'),
'dd/mm/yyyy hh24:mi:ss')) * 24 * 60) minutos from rep_control.control_servers t)
where server = 'DBSAREN'
]]></Property>
<Property NAME="NUMROWS" SCOPE="GLOBAL">1</Property>
<Property NAME="MachineName" SCOPE="INSTANCE">10.218.6.2</Property>
<Property NAME="Port" SCOPE="INSTANCE">1521</Property>
<Property NAME="SID" SCOPE="INSTANCE">db10g</Property>
<Property NAME="UserName" SCOPE="INSTANCE">dbsnmp</Property>
<Property NAME="password" SCOPE="INSTANCE">123456</Property>
<Property NAME="Role" SCOPE="INSTANCE" OPTIONAL="TRUE">Role</Property>
     <Property NAME="ConnectDescriptor" SCOPE="GLOBAL">(DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=%MachineName%)(Port=%Port%))(CONNECT_DATA=(SERVICE_NAME=%ServiceName%)(INSTANCE_NAME=%SID%)(UR=A)))</Property>
</QueryDescriptor>
</Metric>
<InstanceProperties>
<InstanceProperty NAME="OracleHome" CREDENTIAL="FALSE" OPTIONAL="FALSE">
     <Display>
          <Label NLSID="oracle_replica_OracleHome">Oracle home path</Label>
     </Display>
</InstanceProperty>
<InstanceProperty NAME="MachineName" CREDENTIAL="FALSE" OPTIONAL="FALSE">
<Display>
<Label NLSID="oracle_replica_machinename">MachineName</Label>
</Display>
</InstanceProperty>
<InstanceProperty NAME="Port" CREDENTIAL="FALSE" OPTIONAL="FALSE">
<Display>
<Label NLSID="oracle_replica_port">Port</Label>
</Display>
</InstanceProperty>
<InstanceProperty NAME="ServiceName" CREDENTIAL="FALSE" OPTIONAL="FALSE">
<Display>
<Label NLSID="oracle_replica_servicename">ServiceName</Label>
</Display>
</InstanceProperty>
<InstanceProperty NAME="SID" CREDENTIAL="FALSE" OPTIONAL="FALSE">
<Display>
<Label NLSID="oracle_replica_sid">SID</Label>
</Display>
</InstanceProperty>
<InstanceProperty NAME="UserName" CREDENTIAL="TRUE" OPTIONAL="FALSE">
<Display>
<Label NLSID="oracle_replica_username">UserName</Label>
</Display>
</InstanceProperty>
<InstanceProperty NAME="password" CREDENTIAL="TRUE" OPTIONAL="FALSE">
<Display>
<Label NLSID="oracle_replica_password">password</Label>
</Display>
</InstanceProperty>
<InstanceProperty NAME="Role" CREDENTIAL="FALSE" OPTIONAL="TRUE">
<Display>
<Label NLSID="oracle_replica_role">Role</Label>
</Display>
</InstanceProperty>
</InstanceProperties>
</TargetMetadata>
and I have the following errors when check the metric, please any idea??? thank
Executing Metric = "Replica_Response"
===============================================================================
2008-05-22 15:16:40 Thread-6080 ERROR ilint: MetricEngine Exception: Could not get metric.
2008-05-22 15:16:40 Thread-6080 ERROR ilint: Metric Execution Error
*** Internal Error - No Processing Completed

Well, if you remove the CATEGORY_PROPERTIES and the ValidIf statement, your metadata should work. I would recommend not using these statements if possible.
Chris

Similar Messages

  • Java.lang.Exception: No such metric - dbconsole error (RAC DB)

    I'm running the database console (10.2.0.1) from one RAC node (2-node cluster), and the agent is running on the second node. WHen I try to load the cluster home page, I receive the following error "java.lang.Exception: No such metric" at the top of the page. The rest of the page looks correct.
    ***emoms.trc** (last 25 lines from node running the dbconsole)
    at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java(Compiled Code))
    at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java(Compiled Code))
    at com.evermind.server.http.ServletRequestDispatcher.forward(ServletRequestDispatcher.java:220)
    at oracle.sysman.emSDK.svlt.PageHandler.render(PageHandler.java:773)
    at oracle.sysman.emSDK.svlt.PageHandler.handleRequest(PageHandler.java:396)
    at oracle.sysman.db.adm.RootController.handleRequest(RootController.java:169)
    at oracle.sysman.db.rac.RacControllerResolver.handleRequest(RacControllerResolver.java:137)
    at oracle.sysman.emSDK.svlt.EMServlet.myDoGet(EMServlet.java:688)
    at oracle.sysman.emSDK.svlt.EMServlet.doGet(EMServlet.java:291)
    at oracle.sysman.eml.app.Console.doGet(Console.java:285)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    at com.evermind.server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java(Compiled Code))
    at oracle.sysman.emSDK.svlt.EMRedirectFilter.doFilter(EMRedirectFilter.java:101)
    at com.evermind.server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:16)
    at oracle.sysman.db.adm.inst.HandleRepDownFilter.doFilter(HandleRepDownFilter.java:138)
    at com.evermind.server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:20)
    at oracle.sysman.eml.app.ContextInitFilter.doFilter(ContextInitFilter.java(Compiled Code))
    at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java(Compiled Code))
    at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java(Compiled Code))
    at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java(Compiled Code))
    at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java(Compiled Code))
    at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:112)
    at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:192)
    at java.lang.Thread.run(Thread.java:568)
    *****emagent.trc***** (on agent only node - last 25 lines)
    2007-04-03 15:16:33 Thread-2014 ERROR : (nmeusb.c,70):Memory 0x0 encountered, expect struct_id=10006
    2007-04-03 15:16:33 Thread-2014 ERROR : (nmeusb.c,70):Memory 0x0 encountered, expect struct_id=10006
    2007-04-03 15:16:33 Thread-2014 ERROR : (nmeusb.c,70):Memory 0x0 encountered, expect struct_id=10006
    2007-04-03 15:16:33 Thread-2014 ERROR : (nmeusb.c,70):Memory 0x0 encountered, expect struct_id=10006
    2007-04-03 15:21:05 Thread-1212 WARN http: snmehl_connect: connect failed to (auisora1g:1158): A remote host refused an attempted connect operation. (error = 79)
    2007-04-03 15:21:05 Thread-1212 ERROR upload: FxferSend: Cannot connect to: http://auisora1g:1158/em/upload/. retStatus=-32
    2007-04-03 15:21:05 Thread-1212 ERROR upload: Failed to upload file B0000035.xml, ret = -2
    2007-04-03 15:21:05 Thread-1212 WARN http: snmehl_connect: connect failed to (auisora1g:1158): A remote host refused an attempted connect operation. (error = 79)
    2007-04-03 15:21:05 Thread-1212 ERROR upload: FxferSend: Cannot connect to: http://auisora1g:1158/em/upload/. retStatus=-32
    2007-04-03 15:21:05 Thread-1212 ERROR upload: Failed to upload file B0000035.xml, ret = -2
    2007-04-03 15:21:05 Thread-1212 WARN http: snmehl_connect: connect failed to (auisora1g:1158): A remote host refused an attempted connect operation. (error = 79)
    2007-04-03 15:21:05 Thread-1212 ERROR upload: FxferSend: Cannot connect to: http://auisora1g:1158/em/upload/. retStatus=-32
    2007-04-03 15:21:05 Thread-1212 ERROR upload: Failed to upload file B0000035.xml, ret = -2
    2007-04-03 15:21:05 Thread-1212 ERROR upload: 3 Failures in a row for B0000035.xml, we give up
    2007-04-03 15:21:05 Thread-1212 ERROR upload: Error in uploadXMLFiles. Trying again in 60.00 seconds.
    2007-04-03 15:21:22 Thread-1214 WARN http: snmehl_connect: connect failed to (auisora1g:1158): A remote host refused an attempted connect operation. (error = 79)
    2007-04-03 15:21:22 Thread-1214 ERROR pingManager: nmepm_pingReposURL: Cannot connect to http://auisora1g:1158/em/upload/: retStatus=-32
    2007-04-03 15:21:22 Thread-1214 WARN http: snmehl_connect: connect failed to (auisora1g:1158): A remote host refused an attempted connect operation. (error = 79)
    2007-04-03 15:21:22 Thread-1214 ERROR pingManager: nmepm_pingReposURL: Cannot connect to http://auisora1g:1158/em/upload/: retStatus=-32
    2007-04-03 15:21:52 Thread-1217 WARN http: snmehl_connect: connect failed to (auisora1g:1158): A remote host refused an attempted connect operation. (error = 79)
    2007-04-03 15:21:52 Thread-1217 ERROR pingManager: nmepm_pingReposURL: Cannot connect to http://auisora1g:1158/em/upload/: retStatus=-32
    2007-04-03 15:21:52 Thread-1217 WARN http: snmehl_connect: connect failed to (auisora1g:1158): A remote host refused an attempted connect operation. (error = 79)
    2007-04-03 15:21:52 Thread-1217 ERROR pingManager: nmepm_pingReposURL: Cannot connect to http://auisora1g:1158/em/upload/: retStatus=-32
    2007-04-03 15:23:44 Thread-2014 ERROR recvlets.aq: received threshold change alert for special unregistered metric problemTbsp.pctUsed
    2007-04-03 15:23:44 Thread-2014 ERROR recvlets.aq: received threshold change alert for special unregistered metric problemTbsp.pctUsed
    *******emoms.log******** (from dbconsole node - last 25 lines)
    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:149)
    at oracle.sysman.emdrep.dbjava.loader.XMLDocumentSplitter.split(XMLDocumentSplitter.java:373)
    at oracle.sysman.emdrep.dbjava.loader.XMLLoaderContext.loadFromStream(XMLLoaderContext.java:1082)
    at oracle.sysman.emdrep.dbjava.loader.XMLLoader.DirectLoad(XMLLoader.java:403)
    at oracle.sysman.emdrep.receiver.FxferRecv.DirectLoad(FxferRecv.java:1002)
    at oracle.sysman.emdrep.receiver.FxferRecv.loadSeverities(FxferRecv.java:1130)
    at oracle.sysman.emdrep.receiver.FxferRecv.receiveFile(FxferRecv.java:1479)
    at oracle.sysman.emdrep.receiver.FxferRecv.doPost(FxferRecv.java:809)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    at com.evermind.server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java(Compiled Code))
    at oracle.sysman.eml.app.ContextInitFilter.doFilter(ContextInitFilter.java(Compiled Code))
    at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java(Compiled Code))
    at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java(Compiled Code))
    at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java(Compiled Code))
    at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java(Compiled Code))
    at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:112)
    at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:192)
    at java.lang.Thread.run(Thread.java:568)
    2007-04-03 17:19:19,999 [SeverityLoad http://auisora1f:3938/emd/main] ERROR eml.XMLLoader markFileAsError.733 - Failed to load B0000000001.xml because of errors; moving to errors directory
    2007-04-03 17:19:20,220 [HttpRequestHandler-393332040] ERROR eml.FxferRecv doPost.817 - Upload repsonse header :-ERROR-400|ORA-01861: literal does not match format string
    Does anyone know what can be the problem? We just migrated to a 10g envrionement and I don't have much experience troubleshooting the OEM dbconsole functionality. Using the browser and migrating to the agent port (3938) - shows working. The upload url shows the XML file receiver is active.
    Environment:
    AIX 5.3 ML4
    GPFS 3.1
    Oracle 10.2.0.1
    The emctl status agent command shows the following:
    Oracle Enterprise Manager 10g Database Control Release 10.2.0.1.0
    Copyright (c) 1996, 2005 Oracle Corporation. All rights reserved.
    Agent Version : 10.1.0.4.1
    OMS Version : 10.1.0.4.0
    Protocol Version : 10.1.0.2.0
    Agent Home : /usr/oracle/product/10.2/db/auisora1g_dmsdb2
    Agent binaries : /usr/oracle/product/10.2/db
    Agent Process ID : 1204328
    Parent Process ID : 1241284
    Agent URL : http://auisora1g:3938/emd/main
    Started at : 2007-04-03 15:23:28
    Started by user : ora_idps
    Last Reload : 2007-04-03 15:23:28
    Last successful upload : 2007-04-03 17:21:36
    Total Megabytes of XML files uploaded so far : 1.83
    Number of XML files pending upload : 0
    Size of XML files pending upload(MB) : 0.00
    Available disk space on upload filesystem : 64.74%
    Agent is Running and Ready

    bounce the database and bounce the oms. Check again and let me know the result

  • Java.lang.Exception: No such metric - wait_bottlenecks

    Hi,
    I have a Test-RAC-Sytem (release 11.2.0.3 ) on 2 Linux RH 5.4/X86-64 and managed it with OEM DB Control ( IE9)!
    In the Database part I got often the error:
    Error
    java.lang.Exception: No such metric - wait_bottlenecks I often made the workaround : emctl stop dbconsole & emctl start dbconsole
    But I think it is not the real solution, because the error appesrs 1, 2 minutes again.
    Can any expert helps me to eliminate this error?
    thanks and regards
    hqt200475

    hqt200475 wrote:
    Hi,
    I have a Test-RAC-Sytem (release 11.2.0.3 ) on 2 Linux RH 5.4/X86-64 and managed it with OEM DB Control ( IE9)!
    In the Database part I got often the error:
    Error
    java.lang.Exception: No such metric - wait_bottlenecks I often made the workaround : emctl stop dbconsole & emctl start dbconsole
    But I think it is not the real solution, because the error appesrs 1, 2 minutes again.
    Can any expert helps me to eliminate this error?
    emctl stop dbconsole

  • ERROR recvlets.aq: duplicate registration of metric

    Running OEM Grid 10.2.0.2 on Solaris 5.10.
    I had decommissioned a database on one of my test boxes and then received a request for a new one several weeks later. I created a new 10.2.0.3 database but reused the sid of the old one.
    When I try and register the DB with OMS It stays in a status pending state and I see errors similiar to the one in the subject. Is it not possible to re-register a DB with OMS? Anyone had this issue? emagent.trc errors below.
    ----------------------------------------------------- emagent.trc ------------------------------------------------------------------------
    2007-03-06 12:15:47 Thread-130169 ERROR recvlets.aq: Failed to refreshState for target oracle_database eldev01.edu.regn.net
    2007-03-06 15:45:21 Thread-135285 ERROR recvlets.aq: duplicate registration of metric instance_throughput for target eldev01.edu.regn.net oracle_database
    2007-03-06 15:45:21 Thread-135285 ERROR recvlets.aq: Unable to add metric instance_throughput to AQDatabase [oracle_database eldev01.edu.regn.net] for oracle_database eldev01.edu.regn.net
    2007-03-06 15:45:21 Thread-135285 ERROR recvlets: Error adding metric instance_throughput, target eldev01.edu.regn.net oracle_database,
    to recvlet AQMetrics
    2007-03-06 15:45:21 Thread-135285 ERROR recvlets.aq: duplicate registration of metric wait_bottlenecks for target eldev01.edu.regn.net oracle_database
    2007-03-06 15:45:21 Thread-135285 ERROR recvlets.aq: Unable to add metric wait_bottlenecks to AQDatabase [oracle_database eldev01.edu.regn.net] for oracle_database eldev01.edu.regn.net
    2007-03-06 15:45:21 Thread-135285 ERROR recvlets: Error adding metric wait_bottlenecks, target eldev01.edu.regn.net oracle_database, to
    recvlet AQMetrics
    2007-03-06 15:45:21 Thread-135285 ERROR recvlets.aq: duplicate registration of metric file for target eldev01.edu.regn.net oracle_database
    2007-03-06 15:45:21 Thread-135285 ERROR recvlets.aq: Unable to add metric file to AQDatabase [oracle_database eldev01.edu.regn.net] for
    oracle_database eldev01.edu.regn.net
    2007-03-06 15:45:21 Thread-135285 ERROR recvlets: Error adding metric file, target eldev01.edu.regn.net oracle_database, to recvlet AQMetrics
    2007-03-06 15:45:21 Thread-135285 ERROR recvlets.aq: duplicate registration of metric service for target eldev01.edu.regn.net oracle_database
    2007-03-06 15:45:21 Thread-135285 ERROR recvlets.aq: Unable to add metric service to AQDatabase [oracle_database eldev01.edu.regn.net] for oracle_database eldev01.edu.regn.net
    2007-03-06 15:45:21 Thread-135285 ERROR recvlets: Error adding metric service, target eldev01.edu.regn.net oracle_database, to recvlet AQMetrics
    2007-03-06 15:45:21 Thread-135285 ERROR recvlets.aq: duplicate registration of metric system_response_time_per_call for target eldev01.edu.regn.net oracle_database
    2007-03-06 15:45:21 Thread-135285 ERROR recvlets.aq: Unable to add metric system_response_time_per_call to AQDatabase [oracle_database eldev01.edu.regn.net] for oracle_database eldev01.edu.regn.net
    2007-03-06 15:45:21 Thread-135285 ERROR recvlets: Error adding metric system_response_time_per_call, target eldev01.edu.regn.net oracle_database, to recvlet AQMetrics
    2007-03-06 15:45:21 Thread-135285 ERROR recvlets.aq: duplicate registration of metric Database_Resource_Usage for target eldev01.edu.regn.net oracle_database
    2007-03-06 15:45:21 Thread-135285 ERROR recvlets.aq: Unable to add metric Database_Resource_Usage to AQDatabase [oracle_database eldev01.edu.regn.net] for oracle_database eldev01.edu.regn.net
    2007-03-06 15:45:21 Thread-135285 ERROR recvlets: Error adding metric Database_Resource_Usage, target eldev01.edu.regn.net oracle_database, to recvlet AQMetrics
    2007-03-06 15:45:21 Thread-135285 ERROR recvlets.aq: duplicate registration of metric instance_efficiency for target eldev01.edu.regn.net oracle_database
    2007-03-06 15:45:21 Thread-135285 ERROR recvlets.aq: Unable to add metric instance_efficiency to AQDatabase [oracle_database eldev01.edu.regn.net] for oracle_database eldev01.edu.regn.net
    2007-03-06 15:45:21 Thread-135285 ERROR recvlets: Error adding metric instance_efficiency, target eldev01.edu.regn.net oracle_database,
    to recvlet AQMetrics
    2007-03-06 15:45:21 Thread-135285 ERROR recvlets.aq: duplicate registration of metric wait_sess_cls for target eldev01.edu.regn.net oracle_database
    2007-03-06 15:45:21 Thread-135285 ERROR recvlets.aq: Unable to add metric wait_sess_cls to AQDatabase [oracle_database eldev01.edu.regn.net] for oracle_database eldev01.edu.regn.net
    2007-03-06 15:45:21 Thread-135285 ERROR recvlets: Error adding metric wait_sess_cls, target eldev01.edu.regn.net oracle_database, to recvlet AQMetrics

    I had decommissioned a database on one of my test boxes and then received a request for a new one several weeks laterHow did you decommission the database?
    You need to remove the old database from Grid Control before adding the new one with the same name. If you have same database name from two different HOSTS, try giving one a different alias when adding it to EM.

  • Java.lang.Exception: Could not get name for DC project

    Hello Experts,
    We have a code which is downloaded from SVN repository.
    I have imported the code from my desktop into NWDS and when I try to deploy it throws,
    java.lang.Exception: Could not get name for DC project
    I have referred few threads in SCN and solution suggested is to change the workspace and create a new DC & copy the _comp from old DC.
    I tried the above solution but there are lot of build errors as we have few RFC models and it is throwing build errors for missing model reference.
    Kindly help me on how to fix the error.
    Thanks, Swarnaprakash

    Dear Swarnaprakash,
    The Web Dynpro DCs Import C:\----\user\.dtc\LocalDevelopment\DCs\sap.com\test and
    the related package for DC  is missing once check it after try to import.
    Depending on which Java compiler preferences are set, you may see some
    warnings in the "Task" view after importing the project. If the severity level for problems of type "Unused imports" (set in Preferences – Java – Compiler) has the value "Warning", the compiler will issue a warning for unused import references. Ignore these warnings!
    Still You getting means delete your .metadata before take the backup.after open the NWDS again it will set new configurations in your system.
    Thanks & Regards,
    Durga Rao.

  • Problem with saving a pdf file to computer. Continually get an error message " This document could not be saved. There was a problem reading this document (21).

    Need advice on a saving file issue. I'm having problem with saving a .pdf file to computer. Continually get an error message " This document could not be saved. There was a problem reading this document (21). This is new as this error message just recently started to pop-up.

    More information about this issue can be found here:
    https://forums.adobe.com/thread/1672655
    A "quick" fix that worked for me was to uninstall Adobe... then download the base install for Adobe Reader 11.0.
    Then download each of the individual updates and run them sequentially. 
    I've installed back up to the last security update which is version 08 and have been able to do normal Save As operations.
    You will have to disable automatic updates in order to stay at version 08 until Adobe resolves this issue in a later release.
    http://www.adobe.com/support/downloads/product.jsp?product=10&platform=Windows
    Adobe Reader 11.0 - Multilingual (MUI) installer    AdbeRdr11000_mui_Std
    Adobe Reader 11.0.01 update - Multilingual (MUI) installer    AdbeRdrUpd11001_MUI.msp
    Adobe Reader 11.0.02 update - All languages    AdbeRdrSecUpd11002.msp
    Adobe Reader 11.0.03 update - Multilingual (MUI) installer    AdbeRdrUpd11003_MUI.msp
    Adobe Reader 11.0.04 update - Multilingual (MUI) installer    AdbeRdrUpd11004_MUI.msp
    Adobe Reader 11.0.05 security update - All languages    AdbeRdrSecUpd11005.msp
    Adobe Reader 11.0.06 update - Multilingual (MUI) installer    AdbeRdrUpd11006_MUI.msp
    Adobe Reader 11.0.07 update - Multilingual (MUI) installer    AdbeRdrUpd11007_MUI.msp
    Adobe Reader 11.0.08 security update - All languages    AdbeRdrSecUpd11008.msp

  • Program Compiles, but Exception in thread "main" error is thrown

    Hello everybody,
    I am getting the following error when I try to run my program. It compiles fine, but a Exception in thread "main" error is given when I try to run the program. This is the full error:
    Exception in thread "main" java.lang.Error: Do not use KonnectHelpdeskFrame.add(
    ) use KonnectHelpdeskFrame.getContentPane().add() instead
            at javax.swing.JFrame.createRootPaneException(JFrame.java:446)
            at javax.swing.JFrame.addImpl(JFrame.java:472)
            at java.awt.Container.add(Container.java:298)
            at KonnectHelpdesk.main(KonnectHelpdesk.java:15)
    Press any key to continue . . .The code that I beleive contributes to the error is below. I'm not sure what is causing the problem, so any help will be greatly appreciated. Thanks.
    class VoiceMailEntryDialog extends JDialog
         public VoiceMailEntryDialog(JFrame owner)
              super(owner, "New Voicemail Entry", true);
              Container contentPane = getContentPane();
              GridBagLayout layout = new GridBagLayout();
              contentPane.setLayout(layout);
              JLabel numberLabel = new JLabel("Phone Number: ");
              JLabel dayCalledLabel = new JLabel("Day Customer Called: ");
              JLabel timeCalledLabel = new JLabel("Time Customer Called: ");
              JLabel firstNameLabel = new JLabel("First Name: ");
              JLabel lastNameLabel = new JLabel("Last Name: ");
              JLabel messageLabel = new JLabel("Message: ");
              JTextField phoneNumber = new JTextField(20);
              JTextField firstName = new JTextField(20);
              JTextField lastName = new JTextField(30);
              JTextArea message = new JTextArea(8, 30);
              message.setLineWrap(true);
              message.setBorder(BorderFactory.createEtchedBorder());
              JComboBox dayCalled = new JComboBox(new String[]
                   "Tuesday", "Wednesday", "Thursday", "Friday", "Saturday", "Sunday", "Monday"
              JComboBox timeCalled = new JComboBox(new String[]
                   "9:30am - 9:59am", "10:00am - 10:59am", "11:00am - 11:59am", "12:00pm - 12:59pm",
                   "1:00pm - 1:59pm", "2:00pm - 2:59pm", "3:00pm - 3:59pm", "4:00pm - 4:59pm",
                   "5:00pm - 5:59pm", "6:00pm - 6:59pm", "7:00pm - 7:59pm", "8:00pm - 8:59pm",
                   "9:00pm - 9:59pm", "10:00pm - 9:29am"
              ActionListener noMsgListener = new NoMessageChecked();
              JCheckBox noMessageCheckbox = new JCheckBox("Left no message");
              noMessageCheckbox.addActionListener(noMsgListener);
              JButton ok = new JButton("OK");
              ok.addActionListener(new ActionListener()
                   public void actionPerformed(ActionEvent evt)
                        setVisible(false);
              JButton cancel = new JButton("Cancel");
              cancel.addActionListener(new ActionListener()
                   public void actionPerformed(ActionEvent evt)
                        setVisible(false);
              GridBagConstraints constraints = new GridBagConstraints();
              constraints.fill = GridBagConstraints.NONE;
              constraints.anchor = GridBagConstraints.EAST;
              constraints.weightx = 0;
              constraints.weighty = 0;
              add(numberLabel, constraints, 0, 0, 1, 1);
              add(dayCalledLabel, constraints, 0, 2, 1, 1);
              add(timeCalledLabel, constraints, 0, 4, 1, 1);
              setSize(400, 700);
         public void add(Component c, GridBagConstraints constraints, int x, int y, int w, int h)
              constraints.gridx = x;
              constraints.gridy = y;
              constraints.gridwidth = w;
              constraints.gridheight = h;
              getContentPane().add(c, constraints);
         private class NoMessageChecked implements ActionListener
              public void actionPerformed(ActionEvent event)
    }

    atmguy,
    Thanks. It turns out the the line that was causing the problem was in the error message. I guess it helps to pay attention. You are correct in what the line says and changing it made the program run, but caused some other minor problems that I'll work out later. Thanks again for you help.
    jerryrika

  • HT201413 I am trying to update my ipods and I keep getting an error message saying iTunes could not back up the ipod because a session could not be started.  I have followed all trouble shooting advice and still the same message.  Any suggestions would be

    I am trying to update my iPod touches and keep getting an error message saying iTunes could not back up my iPod because a session could not be started.  I have followed all trouble shooting advice found on the apple website, unplugged and replugged the device, restarted my computer, etc.  Any suggestions would be much appreciated.  Thanks

    I have the same issue, except I can't even sync.

  • I am installing Windows 7 on my macbook pro OSX Mountain Lion and I get an error message:" Your disk could not be partitioned." What does this mean?

    I am installing Windows 7 and I get an error message: "Your disk could not be partitioned. An error ocurred while partitioning the disk". I was using a Windows & Home Premium OEM Software that I purchased from Microsoft. I was given to Windows 100GB to use for Quickbooks pro, Payroll and Publisher. I have the Macbook Pro model No: MD102LL/A. Does anyone knows what happenned or can advice me in what to do? Please help!!!

    amarilysfl wrote:
    "Your disk could not be partitioned. An error occurred while partitioning the disk".
    https://www.apple.com/support/bootcamp/
    If you were using Apple's BootCamp and received this message, quit it and open Disk Uility in your Applicaitons/Utilities folder.
    Select the Macintosh HD partition on the left and select Erase and Erase Free Space > Zero option and let it complete (important) this will check the spare space for bad sectors that can cause issues formatting partitions.
    Once it's completed, try creating a partiton again in BootCamp.
    If that doesn't work, then hold command option r keys down while connected to a fast internet connection, Internet Recovery should load (spinning globe) and then in that Disk Utility, select your entire internal drive and click > First Aid > Repair Disk and Permissions.
    reboot and attempt Bootcamp again.
    If you still get a error, it might be that you have OS X data on the bottom area where BootCamp partition needs to go. This would occur if you had the drive or computer for a long time or wrote a large amount of files to the drive and nearly filling it up and then reduced some, but it left traces in the area BootCamp needs to go.
    To fix this
    BootCamp: "This disc can not be partitioned/impossible to move files."
    How to safely defrag a Mac's hard drive

  • I get this error upon launching PS5: "could not open a scratch file because the file is locked .."

    I get this error upon launching PS5: "could not open a scratch file because the file is locked or ou do not have the necessary access privileges. Use the 'properties' command in the Windows Explorer to unlock the file". The applicaiton will not launch.
    Supporting information - I recently changed the scratch disk from C drive to D drive (the back up/restore drive). The application wont launch so I cant change it back to the C drive.
    Questions:
    - How to I fix this .. from windows explorer how do I find "the file" that the error message refers to?
    - Other ways to fix this?
    Thanks Steve

    Hi there! Because the forum you originally posted in is for beginners trying to learn the basics of Photoshop, I moved your question to the Photoshop General Discussion forum, where you'll get more specialized help.
    To help others help you, please read through this article and provide any additional relevant details.

  • When I try to save a form as "Reader Extended PDF" in Acrobat Pro, I get an error message "This document could not be reader enabled".

    Hello,
    When I try to save a form as “Reader Extended PDF” in Acrobat Pro, I get an error message “This document could not be reader enabled”.
    The steps I’m following are described below:
    1.    Insert electronic signatures
    - In Tasks, click on “Add New Field -> Digital Signature”.
    - Move the square to the place where you want to put the signature and click.
    - Fill in the “field name” with the name of the person who has to sign here.
    - When it is done, click anywhere on the screen.
    - In Tasks, click on “Close Form editing”.
    - Go to menu “File -> Save as -> Reader Extended PDF ->Enable additional features”, click on “Save now”.
    - Fill in the file name and click on “Save”.
    2.    Save the Form
    - In Tasks, click on “Close Form editing”.
    - Go to menu “File -> Save as -> Reader Extended PDF ->Enable additional features”, click on “Save now”.
    - Fill in the file name and click on “Save”.
    I am using Adobe Acrobat Pro 10.0.0 on a W7 workstation
    Here's a screenshot of the problem.
    Thanks a lot.
    Gael

    Read the user manual that came w/the scanner and/or contact HP Support.
    http://support.apple.com/kb/PH14141 OS X Mavericks: Reset the printing system 
    http://support.apple.com/kb/HT3669 Printer and scanner software available for download 
    A scanner driver you may wish to consider:  VueScan Scanner Software

  • While installing itunes i am getting error "this installation package could not be opened.verify that the package exists and that you can access it,or contact the appliacation vendor to verify that this is a valid windows installer package"

    While installing itunes i am getting error "this installation package could not be opened.verify that the package exists and that you can access it,or contact the appliacation vendor to verify that this is a valid windows installer package"

    I'd first try downloading an installer from the Apple website using a different web browser:
    http://www.apple.com/itunes/download/
    If you use Firefox instead of IE for the download (or vice versa), do you get a working installer?

  • I bought mountain lion for my macbook pro and I'm trying to install it and it says there was an error and I need to boot up but I don't have any other start up disks to boot up with. Are there any suggestions of how I could get my computer started?

    I bought mountain lion for my macbook pro and I'm trying to install it and it says there was an error and I need to boot up but I don't have any other start up disks to boot up with. Are there any suggestions of how I could get my computer started?

    Hold the Option key down and restart. Select one of the drives that comes up and hit the Return key.

  • Am trying to update iPod that has iOS 2.2.1 to iOS 4.2 but I am getting the following error message, the iPod could not be restored. An unknown error occured (-1).

    Hi , I am trying to update iPod that has iOS 2.2.1 to iOS 4.2 but I am getting the following error message, "the iPod could not be restored. An unknown error occured (-1)." I would appreciate if anyone could let me know what the problem is and if it is possible how to fix it? Thanks

    Error -1
    Attempt to restore your iOS device two more times. If the issue is still unresolved, the device may need service.
    The "device may need service" means a hardware problem. In that case make an appointment at the Genius Bar of an Apple store.
    Apple Retail Store - Genius Bar

  • Hello Vivek here, i was trying to download apps from itunes and i could get the error message as itunes currently not available for past 2 days

    Hello Vivek here, i was trying to download apps from itunes and i could get the error message as itunes currently not available for past 2 days, is there any problem ideally or, please leave a reply
    <Email Edited By Host>

    Hi vivekanandanganesan,
    Thanks for using Apple Support Communities.  This article has some steps you can try if you are unable to connect to the iTunes Store:
    Can't connect to the iTunes Store
    http://support.apple.com/kb/ts1368
    Cheers,
    - Ari

Maybe you are looking for

  • MT940 EBS upload for Incoming payment

    HI, We are implementing the MT940 format EBS upload for incoming payments. For incoming payment (customer) not executing the F110. so by EBS upload following posting should be happen; Debit - Bank account Credit - customer subledger account The note

  • Flashing Folder with question mark when turning on

    My friend was running MacScan. All the sudden, it was blocked. He waited and nothing happened. He turned it off. Turned it back on, but nothing changed so he took the battery out. When he tried to turn it back on, there was nothing for about a minute

  • My notes have been deleted! Help.

    Ok i'm quite frustrated with this issue now. A couple of weeks ago my iPhone 4S thought it would be a good idea to wipe all of my phone contacts. After some playing around I just turned the iCloud off and then on again and cosequently everyone's phon

  • Macbook 2.1 upgrade OSX from 10.6.8

    Hi, I have a macbook 2.1 with 2Go RAM running 10.6.8 It's obviously impossible to install 10.8 What is my best option to cotinue getting updates: stay in snow leopard? install lion? I can't find lion in the app store. How can I get it? Thanks edwi

  • Data Service Management Console (Administrator) not coming up

    Hi Experts, Was wondering if someone can help me a little. I am having issues with the Management console not coming up. This is what the address is: http://localhost:8080/DataServices The only message I see is : "waiting for localhost" I can see tha