Response status=up, but Resonse metric showing error

Hi,
I have re-deployed my plug-in, and it is showing Response as status Up, which is correct. I checked first by calling the perl data_collector script on the command line and it works without issue.
New issues that I see in the plugin, after having enabled Discovery (working successfully), are:
*(1) Response error pop-up*
When I open the target menu and go to Monitoring - All Metrics, and click on Response, I get an error in a pop-up window:
Index: 0, Size: 0
java.lang.IndexOutOfBoundsException: Index: 0, Size: 0*(2) Other Collected Items not showing*
When I open the target menu and go to Monitoring - All Metrics, and click on Other Collected Items, it doesn't show my 2 Configuration Metric Collection names. These worked before without issue.
However, when I do a "emctl runCollection" of the corresponding snapshot that collects these configuration metrics, I can query the collection table (CM$MGMT_EMX_...) and see the data (with the LAST_COLL timestamp column reflecting the actual time the command was executed).
*(3) Configuration Metrics not shown*
When I open the target menu and go to Configuration - Last Collected, the screen does not show the 2 configuration items for which data is collected by the snapshot.
I have checked logfiles in $OMS_HOME (/data/u01/middleware_home/gc_inst/em/EMGC_OMS1/sysman/log) and $AGENT_INST_LOG ($EMSTATE/sysman/log) and can't find any messages that indicate to the cause of this issue.
I hope I am just overlooking something, but I have put a good few hours in this now and don't know where to look anymore.
Any feedback highly appreciated!
Thanks,
Ed
PS Edit: Basically it looks like no performance/configuration metrics are collected whatsoever anymore. Only the ones that are shown real time (in the All Metrics screen) are shown...
Edited by: 977814 on Feb 25, 2013 11:38 PM

Dear all,
I actually found something referring to the "index out of bounds" error popup window in emoms.log..
The only connection I can think of why these components are now failing, is that this time the target instance was discovered (manual, non-host), whereas before they would have been added using emcli add_target on the command line. Does this make any sense?!
2013-02-25 17:46:51,416 [[ACTIVE] ExecuteThread: '4' for queue: 'weblogic.kernel.Default (self-tuning)'] ERROR ui.MetricSettingsBean logp.251 - Exception when getting Realtime Data for Metric: Response Target Name: dwbi-durl-oel_5412 Target Type: storage_array_symm
java.lang.IndexOutOfBoundsException: Index: 0, Size: 0
        at java.util.ArrayList.RangeCheck(ArrayList.java:547)
        at java.util.ArrayList.get(ArrayList.java:322)
        at oracle.sysman.core.metrics.uimodel.applicationModule.MetricSettingsAMImpl.getAgentSideMetricColumnValues(MetricSettingsAMImpl.java:641)
        at oracle.sysman.core.metrics.uimodel.applicationModule.MetricSettingsAMImpl.getRealTimeMetrics(MetricSettingsAMImpl.java:245)
        at oracle.sysman.core.metrics.ui.MetricSettingsBean.getMetricColumnData(MetricSettingsBean.java:1703)
        at oracle.sysman.core.metrics.ui.MetricSettingsBean.processOperationBindings(MetricSettingsBean.java:3003)
        at oracle.sysman.core.metrics.ui.MetricSettingsBean.processRowSelection(MetricSettingsBean.java:975)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:597)
        at com.sun.el.parser.AstValue.invoke(Unknown Source)
        at com.sun.el.MethodExpressionImpl.invoke(Unknown Source)
        at org.apache.myfaces.trinidad.component.UIXComponentBase.broadcastToMethodExpression(UIXComponentBase.java:1300)
        at org.apache.myfaces.trinidad.component.UIXTree.broadcast(UIXTree.java:234)
        at oracle.adf.view.rich.component.rich.data.RichTree.broadcast(RichTree.java:253)
        at org.apache.myfaces.trinidad.component.UIXCollection.broadcast(UIXCollection.java:148)
        at org.apache.myfaces.trinidad.component.UIXTree.broadcast(UIXTree.java:241)
        at oracle.adf.view.rich.component.rich.data.RichTree.broadcast(RichTree.java:253)
        at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent$1.run(ContextSwitchingComponent.java:92)
        at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.wrapRun(WebAppServletContext.java:3715)
        at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3681)
        at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
        at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
        at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2277)
        at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2183)
        at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1454)
        at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)
        at weblogic.work.ExecuteThread.run(ExecuteThread.java:178)
2013-02-25 17:46:51,429 [[ACTIVE] ExecuteThread: '4' for queue: 'weblogic.kernel.Default (self-tuning)'] WARN  errPopup.ErrorPopupUtil logp.251 - Index: 0, Size: 0
javax.el.ELException: java.lang.IndexOutOfBoundsException: Index: 0, Size: 0
        at com.sun.el.parser.AstValue.invoke(Unknown Source)
        at com.sun.el.MethodExpressionImpl.invoke(Unknown Source)
        at org.apache.myfaces.trinidad.component.UIXComponentBase.broadcastToMethodExpression(UIXComponentBase.java:1300)
        at org.apache.myfaces.trinidad.component.UIXTree.broadcast(UIXTree.java:234)
        at oracle.adf.view.rich.component.rich.data.RichTree.broadcast(RichTree.java:253)
        at org.apache.myfaces.trinidad.component.UIXCollection.broadcast(UIXCollection.java:148)
        at org.apache.myfaces.trinidad.component.UIXTree.broadcast(UIXTree.java:241)
        at oracle.adf.view.rich.component.rich.data.RichTree.broadcast(RichTree.java:253)
        at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent$1.run(ContextSwitchingComponent.java:92)
        at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.wrapRun(WebAppServletContext.java:3715)
        at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3681)
        at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
        at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
        at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2277)
        at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2183)
        at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1454)
        at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)
        at weblogic.work.ExecuteThread.run(ExecuteThread.java:178)
Caused by: java.lang.IndexOutOfBoundsException: Index: 0, Size: 0
        at java.util.ArrayList.RangeCheck(ArrayList.java:547)
        at java.util.ArrayList.get(ArrayList.java:322)
        at oracle.sysman.core.metrics.uimodel.applicationModule.MetricSettingsAMImpl.getAgentSideMetricColumnValues(MetricSettingsAMImpl.java:641)
        at oracle.sysman.core.metrics.uimodel.applicationModule.MetricSettingsAMImpl.getRealTimeMetrics(MetricSettingsAMImpl.java:245)
        at oracle.sysman.core.metrics.ui.MetricSettingsBean.getMetricColumnData(MetricSettingsBean.java:1703)
        at oracle.sysman.core.metrics.ui.MetricSettingsBean.processOperationBindings(MetricSettingsBean.java:3003)
        at oracle.sysman.core.metrics.ui.MetricSettingsBean.processRowSelection(MetricSettingsBean.java:975)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:597)
        ... 82 more
2013-02-25 17:56:02,459 [[ACTIVE] ExecuteThread: '4' for queue: 'weblogic.kernel.Default (self-tuning)'] ERROR model.MonitoringConfiurationModel fillPropsValue.357 - Errro finding Target Property for name  orcl_gtp_os value $Linux
2013-02-25 17:56:02,461 [[ACTIVE] ExecuteThread: '4' for queue: 'weblogic.kernel.Default (self-tuning)'] ERROR model.MonitoringConfiurationModel fillPropsValue.357 - Errro finding Target Property for name  orcl_gtp_platform value $x86_64
2013-02-25 18:01:59,752 [[ACTIVE] ExecuteThread: '4' for queue: 'weblogic.kernel.Default (self-tuning)'] ERROR ui.MetricSettingsBean logp.251 - Exception when getting Realtime Data for Metric: Response Target Name: dwbi-durl-oel_5412 Target Type: storage_array_symm
java.lang.IndexOutOfBoundsException: Index: 0, Size: 0
        at java.util.ArrayList.RangeCheck(ArrayList.java:547)
        at java.util.ArrayList.get(ArrayList.java:322)
        at oracle.sysman.core.metrics.uimodel.applicationModule.MetricSettingsAMImpl.getAgentSideMetricColumnValues(MetricSettingsAMImpl.java:641)
        at oracle.sysman.core.metrics.uimodel.applicationModule.MetricSettingsAMImpl.getRealTimeMetrics(MetricSettingsAMImpl.java:245)
        at oracle.sysman.core.metrics.ui.MetricSettingsBean.getMetricColumnData(MetricSettingsBean.java:1703)
        at oracle.sysman.core.metrics.ui.MetricSettingsBean.processOperationBindings(MetricSettingsBean.java:3003)
        at oracle.sysman.core.metrics.ui.MetricSettingsBean.processRowSelection(MetricSettingsBean.java:975)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:597)
        at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.wrapRun(WebAppServletContext.java:3715)
        at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3681)
        at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
        at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
        at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2277)
        at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2183)
        at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1454)
        at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)
        at weblogic.work.ExecuteThread.run(ExecuteThread.java:178)

Similar Messages

  • TS3694 Since last few months i am trying to update my ipad from iOS 3.2.2 to 4.1.2 or 5.1, but it always shows error 3002, 3194 etc. I have cheched& resorted to all the given troubleshooting steps , but they didn't help.

    Since last few months i am trying to update my ipad from iOS 3.2.2 to 4.1.2 or 5.1, but it always shows error 3002, 3194 etc. I have checked & resorted to all the given troubleshooting steps , but they didn't help.
    Somebody please help me

    Connect the iPad to iTunes, and do the update with iTunes.
    The 4.1.2 ipsw file will not work, no longer supported.
    The incremental update directly on the iPad does not work either, unless you are already on iOS 5.
    Let iTunes do the job, you already lost too much time by doing it yourself.

  • HT1527 itunes has been downlaoded in laptop in vista. but it is showing error

    itunes has been downlaoded in laptop in vista. but it is showing error.!!!!!!!!!!!!!!!!!!!!!!!!

    That's unfortunate.
    If/when you are ready for help, provide some details of the issue like the actual error message.  We are not mind readers.

  • I tried to download ios6 but ended up loosing my ios5 and i tried reloading the ios5 but it keeps showing error messages, what should i do

    I tried to download ios6 but ended up loosing my ios5 and i tried reloading ios5 but it keeps showing error messages, what should i do

    hi there,
    if I remember correctly the error code -1 indicates a hardware problem. In that case, you should take your iPhone to an Apple store and have them do some diagnostics.
    See http://support.apple.com/kb/TS3694 for details.
    regards, Chris

  • I try to restore ipad to ios 7.0.4 but the tunes show error ,the ipad could not be restore because the firmware file was corrupt, i have the latest update from itunes and windows and i turn off antivirus and firewall and the error is the same , what i do?

    i try to restore ipad to ios 7.0.4 but the tunes show error ,the ipad could not be restore because the firmware file was corrupt, i have the latest update from itunes and windows and i turn off antivirus and firewall and the error is the same , what i do?, my ipad is show apple logo
    please what i do

    Hello JD_NINJA,
    Thanks for using Apple Support Communities.
    Error 9006 when restoring your iOS device indicates that there is security software on your computer which is preventing connection to the Apple server or your device.  To troubleshoot this issue please follow the directions below.
    Check your security software
    Related errors: 2, 4, 6, 9, 1611, 9006. Sometimes security software can stop your device from communicating with either the Apple update server or with your device.
    Check your security software and settings to make sure that they aren't blocking a connection to the Apple servers.
    Get help with iOS update and restore errors - Apple Support
    When restoring your iPhone, please make sure to follow the directions in the link below to properly restore.
    Restore your device from an iCloud or iTunes backup - Apple Support
    Take care,
    Alex H.

  • I have iPhone 3gs. I was trying to update the software using itunes but it is showing Error "-3259" saying  connection timeout. Please help.

    I have just bought iPhone 3gs in Sept.11. I was trying to update the software using itunes but it is showing Error "-3259" saying  connection timeout. Please help.

    Did you already check your securit software settings? iTunes has to contact Apple during the update process.
    See this article: iTunes for Windows: Troubleshooting security software issues

  • I am trying to review my new apple id and install skype and wats up. i given all credit card details but still its showing error.. pls advise me

    i am trying to review my new apple id and install skype and wats up. i given all credit card details but still its showing error.. pls advise me

    Same here and this is driving me crazy. I can buy, but can't upgrade. Grrr.

  • HT201210 i have already ios 6  but i'm showing error 3194

    i have already ios 6  but i'm showing error 3194

    From the article from which your question was posted:
    Unable to contact the iOS software update server gs.apple.com
    Error 1004, 1013, 1638, 3014, 3194: These errors may be the result of the connection to gs.apple.com being redirected or blocked. Follow these steps to resolve these errors:
    Install the latest version of iTunes.
    Check security software. Ensure that communication to gs.apple.com is allowed. Follow this article for assistance with security software. iTunes for Windows: Troubleshooting security software issues.
    Check the hosts file. The restore will fail if there is an active entry to redirect gs.apple.com. Follow iTunes: Advanced iTunes Store troubleshooting to edit the hosts file or revert to a default hosts file. See section "Blocked by configuration: (Mac OS X/Windows) > Rebuild network information".
    Try to restore from another known-good computer and network.
    If the errors persist on another computer, the device may need service.
    Are you attempting to upgrade to iOS 6.0.1?

  • I am having iPod classic 120GB Serial Number:8K913VF:2C7 I have tried a newer version of the iPod software is available (version 2.0.1). To update my iPod but it is showing error iPod : Cannot restore or update in iTunes with error 1415, 1417, 1418,1428,1

    I am having iPod classic 120GB Serial Number:8K913VF:2C7
    I have tried a newer version of the iPod software is available (version 2.0.1). To update my iPod but it is showing error iPod : Cannot restore or update in iTunes with error 1415, 1417, 1418,1428,1429, 1430, 1436, or 1439.
    How I can obtain suitable software for iPod classic 120GB Serial Number:8K913VF:2C7

    I have had this problem with Windows 7 and iTunes updates for some time. Each time it takes hours to solve but with the over the air upgrade to IOS6 on my iPhone and iPad, I was determined to solve and remember what I did, So here it is:
    http://www.care4pcs.co.uk/2012/09/pear-shaped-apple-ios-6-for-iphone-ipad.html
    I hope this helps you and any other users.

  • SAP Note for XD99 : Data changed but Output screen show error message

    This is regarding the XD99.. Mass data update.
    I am looking for SAP Note to fix it. Here data is changed KNA1-Name1 but output shows the Error message..
    Is there any Sap Note for this.
    Edited by: Mukesh Mahajan on Dec 9, 2010 2:45 PM
    Edited by: Mukesh Mahajan on Dec 9, 2010 2:47 PM
    Moderator message: please have a look in the Service Marketplace yourself.
    Edited by: Thomas Zloch on Dec 9, 2010 2:58 PM

    Hi there, gwinslo. You have come to the right place.
    From what I have been reading from other posts on this forum, the issue may
    be caused by the clear history settings.
    Press the '''<Alt>''' or '''<F10>''' key to bring up the tool bar. Then '''Tools > Options > Privacy'''.
    The button next to '''History''', select '''Use Custom Settings'''.
    At the bottom of the page, turn on '''Clear History When Firefox Closes.'''
    At the far right, press the '''Settings''' button. Turn on ONLY '''Cache''' and
    '''Form And Search History''' leaving the others off.
    '''https://support.mozilla.org/questions/997866?esab=a&s=&r=1&as=s''' {web link}
    This is not a cure but will make it easier if Firefox locks up.

  • I was receiving error messages when my computer started up. It says MSVCR80.dll is missing. I attempted to reinstall iTunes but it keeps showing error installing. How can I reinstall iTunes?

    I cannot update iTunes. It is giving me a error each time I tried. Upon turning on my computer I get a error message the MSVCR80.dll is missing. Thank you for any help you can provide me.

    Click here and follow the instructions. You may need to completely remove and reinstall iTunes and all related components, or run the process multiple times; this won't normally affect its library, but that should be backed up anyway.
    (99398)

  • I am trying to send data from textfield to database but it is showing error "ORA-12899: value too large for column "HR"."DOCTORS"."NAME" (actual: 658, maximum: 20)"

    Although i am entering only one character into the textfield then too it is reflecting the same error.
    private void initEvents()
      okButton.addActionListener(new ActionListener() {
      public void actionPerformed(ActionEvent e) {
      Connection conn = null;
        Statement stmt = null;
        try{
           //STEP 2: Register JDBC driver
           Class.forName("oracle.jdbc.driver.OracleDriver");
           //STEP 3: Open a connection
           System.out.println("Connecting to database...");
           conn = DriverManager.getConnection("jdbc:oracle:thin:@localhost:1521:xe","hr","hr");
           //STEP 4: Execute a query
           System.out.println("Creating statement...");
           stmt = conn.createStatement();
           System.out.println(txtField);
           String sql = "INSERT INTO DOCTORS VALUES ('"+txtField+"','"+textField_1+"','"+textField_1+"','"+textField_2+"','"+textField_3+"')";
           JOptionPane.showMessageDialog(null,"Inserted Successfully!");
           ResultSet rs = stmt.executeQuery(sql);
           rs.close();
           stmt.close();
           conn.close();
        }catch(SQLException se){
           //Handle errors for JDBC
           se.printStackTrace();
        }catch(Exception e1){
           //Handle errors for Class.forName
           e1.printStackTrace();
        }finally{
           //finally block used to close resources
           try{
              if(stmt!=null)
                 stmt.close();
           }catch(SQLException se2){
           }// nothing we can do
           try{
              if(conn!=null)
                 conn.close();
           }catch(SQLException se){
              se.printStackTrace();
           }//end finally try
        }//end try

    What is a the size of the text you are trying to insert?
    Have you tried the increasing the size of 'Name' column to 658?
    Most likely the size of Name column is 20. This isn't enough to fit in the value you are trying to insert.
    You can increase the size of the Name column with alter table Hr.doctors modify ( Name column_type (658));
    Let me know if this helps.
    Regards,
    Suntrupth

  • HT4623 i have updated my i.phone 4 g  but after updating when i turned on my phone it was showing the sign to connect to i.tunes and when when i connected i.tunes showed error that the server could not be contacted.... so what i can do now to resolve the

    i have updated my ios 5 to 6 but when the updating aur dowloading has comleted and i turned on the phone it showed a sign to connect to the itunes and then i connecte to itunes but i.tunes showed error that the server could not be contacted....now what i can do to resolve the problem????

    has your phone been jailbroken?

  • Content Conversion working fine in NFS, It is showing errors in SFTP

    Hi All,
    My scenario is Proxy to SFTP.
    I did the content conversion in receiver side , It is working fine in NFS, But it is showing errors in SFTP,
    I am getting below error.
    Failed to process message content. Reason: Exception in XML Parser (format problem?):'java.lang.Exception: Message processing failed in XML parser: 'Conversion configuration error: Unknown structure '' found in document', probably configuration error in file adapter (XML parser error)' (Software version: 3.0.4)
    This is my content conversion below
    RecordSetStructure       :OrderHeader,OrderHeaderNote,OrderLine,OrderLineNote
    OrderHeader.fieldFixedLengths
    4,10,30,24,8,8,10,35,35,35,35,35,3,10,2,10,35,35,35,35,35,3,10,2,1,20,12,20,16,10,20,1,8,30
    Header.endSeparator
    'nl'
    HeaderNote.fieldFixedLengths
    4,5,85
    HeaderNote.endSeparator
    'nl'
    Line.fieldFixedLengths
    4,6,8,3,4,35,15,13,12,1,8,8,20,30,20,35,35,35,35,35,3,10,2,5,10,10,24,13,10,5,2
    Line.endSeparator
    'nl'
    LineNote.fieldFixedLengths
    4,5,85
    LineNote.endSeparator
    'nl'
    This my structure below:
    Record
    ---Header
       ---a
       ---b
       ---c
    ---HeaderNote
       ---d
       ---e
       ---f
    ---Line
       ---g
       ---h
       ---i
    ---LineNote
       ---j
       ---k
       ---l
    For that structure I am using the content conversion above It is working fine in NFS, But it is showing errors in SFTP .
    I am using Date function also in the mapping(FYI)
    Can you please provide me the solution.
    Please let me know for any other information.
    Thanks & Regards,
    Satish

    Hi Satish,
    1. Check the sequence of the module
    2. Recordset structure should contain the occurances as well, i.e: OrderHeader,1,OrderHeaderNote,1,OrderLine,*,OrderLineNote,*
    3. Try to follow the below link which describes the content conversion for both simple and complex structure:
    http://help.sap.com/saphelp_nw04/helpdata/en/24/4cad3baabd4737bab64d0201bc0c6c/content.htm
    A.B

  • MY PDF DOC SHOWS ERROR "INSUFFCIENT DATA " ON EMAILS FROM ACROBAT READER CUTS OFF THE BOTTOM OF THE DOC

    MY DOC PRINTS CORRECTLY BUT EMAIL COPY SHOWS ERROR " INSUFFICIENT DATA" ????

    Hello,
    May I know the version of Adobe Reader you are using.
    If you are using an old version, I would suggest you update to the latest version of Adobe Reader XI and let us know if the issue still persists.
    Regards,
    Nakul

Maybe you are looking for

  • 10.4.7 and Photoshop CS2, Adobe Camera Raw.

    Since updating to 10.4.7 Adobe Bridge will not build thumbnails of DNG files and only builds 1/6th size thumbnails of NEF files. The Camera Raw Plug-in is in the correct folder but Bridge will not show Camera Raw Preferences. All Adobe troubleshootin

  • A device attached to your system is not working!!

    I am trying to connect to Oracle8i Personal Edition through a JDK1.2.1 application using the classes111.zip or classes12.zip package. After running the application I get this error message: UnsatisfiedLinkError: ocijdbc8: A device attached to your sy

  • Most, but not all of my sound is broken.

    It all started when I upgraded to KDEmod 4.3. First, my sound stopped working, but after reading the notes I realized I needed to install a Phonon backend. So I did. I installed kdemod-phonon-backend-xine and for a little while all was well. Then sou

  • Desktop Office Integration Form Interface

    Hi, I am new to Office integration. I had a look at the standard demo program 'SAPRDEMO_FORM_INTERFACE' and started creating my own program. I designed a word template with just 2 fields in it as below, I am using Legacy Form toolbar from the Develop

  • I sold my phone to a user in greece

    i sold my iPhone 3 to someone in greece last week. I have since returned to the U.S.A. I made the mistake of not resetting the phone and not shutting off the find my phone feature. I am currently using the iPhone 5s. When i opened the safari tab, i s