JFrame not responding to the MouseEvents

hi,
In my application Jframe which has a menuBar,this menu consists of various radiobuttons options .Intially when a frame opens it has an same square at a specific position .when one of the options in the mebar is clicked it responds accordingly by placing this square in different position and varing the size& the % of expanding.
The following problems i'am facing
1.The MenuBar is visible on the Jframe ,but when we move towards the extreme left corner and click the option will be visible.i'am able to figure it out y this happening
2.The MouseEvents are not recognised,only radio buttons named 1& 3 when selected responds to the Itemlistener whereas the others don't.
plz let me know where am i making mistakes.Plz i have totally ran out of ideas.i'am sending the code for ur clear understanding.
Thanks in advance
your help would be apprecriated
rao_lavs
import java.applet.Applet;
import java.awt.*; // for Graphics, Color, Image, Point, ...
import java.awt.event.MouseEvent;
import java.awt.event.MouseMotionListener;
import java.awt.event.ItemListener;
import java.lang.Math;
import java.util.Vector;
import java.util.*;
import java.lang.Thread;
import java.lang.String;
import java.awt.Font;
import java.awt.Graphics;
import java.awt.event.*;
import java.io.*;
import java.awt.CheckboxGroup;
import java.awt.Checkbox;
import javax.swing.*;
public class Complete1 extends JFrame implements MouseMotionListener, MouseListener,ItemListener,Runnable{
int width, height,index,i=0,distance=0,k=0,w,h,dist1=0,flag=0,wn,ws,ww,we,hn,hs,hw,he;
String dist = " " ;
     Hashtable optionList = new Hashtable();
     boolean suspended;
     private long Start;
Thread myTh2 = null;
Vector list = new Vector();
int x1, y1,j,x,y,s,wn1,ws1,ww1,we1,hn1,hs1,hw1,he1,counter=0,count=0,xpos,ypos;
Image backbuffer;
Graphics backg;
Point p2;
int[][] anArray; // declare an array of integers
//int[] flag1;
public static void main (String args[])
JFrame f= new Complete1("Example");
f.setDefaultCloseOperation(EXIT_ON_CLOSE);
f.pack();
f.show();
f.setSize(800,800);
f.setVisible(true);
public Complete1(String st1) {
super(st1);
     anArray = new int[200][200];     // create an array of integers
     //flag1 = new int[40];
     optionList.put("1",new Integer(1));
     optionList.put("2",new Integer(2));
     optionList.put("3",new Integer (3));
     optionList.put("4",new Integer(2));
     optionList.put("5",new Integer (3));
     JMenuBar mb= new JMenuBar();
     JMenu menu = new JMenu("Options");
     mb.add(menu);
     ButtonGroup bg = new ButtonGroup();
     JRadioButtonMenuItem rb = null;
     pack();
setVisible(true);
     w = getSize().width;
     h = getSize().height;
width=w+800;
height=h+800;
     wn = width/2;
     hn = height/2+110;
     wn1 = width/2;
     hn1 = height/2-265;
     /*ws = wn = (width/2);
     hn = (height/2-185);
     hs = (height/2+185);
     ww = (width/2-185);
     he = hw = (height/2);
     we = (width/2+185);
     ws1 = wn1 = (width/2);
     hn1 = (height/2-300);
     hs1 = (height/2+300);
     ww1 = (width/2-300);
     he1 = hw1 = (height/2);
     we1 = (width/2+300);*/
     backbuffer = createImage( width, height );
backg = backbuffer.getGraphics();
backg.setColor( Color.black );
backg.fillRect( 0, 0, width, height );
// Create list of points.
// These points are the centres of the squares.
list.addElement( new Point( width/2, (height/2+300) ) );
//list.addElement( new Point( width/2, height/2 ) );
System.out.println(width/2 + "," + (height/2+300));
//list.addElement( new Point( width/4, height/4 ) );
//list.addElement( new Point( 3*width/4, height/2 ) );
     addMouseMotionListener( this );
addMouseListener(this);
myTh2 = new Thread (this);
myTh2.start();
anArray[0][0] = wn1;anArray[1][0] = hn1;anArray[2][0] = wn;anArray[3][0] = hn;anArray[4][0] = wn;anArray[5][0] = hn;anArray[6][0] = wn;
anArray[7][0] = hn;anArray[8][0] = wn;anArray[9][0] = hn;anArray[10][0] = wn1;anArray[11][0] = hn1;anArray[12][0] = wn1;anArray[13][0] = hn1;
     anArray[14][0] = wn;anArray[15][0] = hn;anArray[16][0] = wn;anArray[17][0] = hn;anArray[18][0] = wn;anArray[19][0] = hn;anArray[20][0] = wn;
anArray[21][0] = hn;anArray[22][0] = wn1;anArray[23][0] = hn1;anArray[24][0] = wn1;anArray[25][0] = hn1;anArray[26][0] = wn1;anArray[27][0] = hn1;
anArray[28][0] = wn;anArray[29][0] = hn;anArray[30][0] = wn1;anArray[31][0] = hn1;anArray[32][0] = wn1;anArray[33][0] = hn1;anArray[34][0] = wn;
anArray[35][0] = hn;anArray[36][0] = wn1;anArray[37][0] = hn1;anArray[38][0] = wn1;anArray[39][0] = hn1;anArray[40][0] = wn;anArray[41][0] = hn;
anArray[42][0] = wn1;anArray[43][0] = hn1;anArray[44][0] = wn1;anArray[45][0] = hn1;anArray[46][0] = wn;anArray[47][0] = hn;anArray[48][0] = wn;
anArray[49][0] = hn;anArray[50][0] = wn1;anArray[51][0] = hn1;anArray[52][0] = wn1;anArray[53][0] = hn1;anArray[54][0] = wn;anArray[55][0] = hn;
anArray[56][0] = wn1;anArray[57][0] = hn1;anArray[58][0] = wn;anArray[59][0] = hn;anArray[60][0] = wn1;anArray[61][0] = hn1;anArray[62][0] = wn;
anArray[63][0] = hn;anArray[64][0] = wn;anArray[65][0] = hn;anArray[66][0] = wn1;anArray[67][0] = hn1;anArray[68][0] = wn;anArray[69][0] = hn;
anArray[70][0] = wn1;anArray[71][0] = hn1;anArray[72][0] = wn1;anArray[73][0] = hn1;anArray[74][0] = wn;anArray[75][0] = hn;anArray[76][0] = wn1;
anArray[77][0] = hn1;anArray[78][0] = wn;anArray[79][0] = hn;
     anArray[0][1]=1;anArray[1][1]=0;anArray[2][1]=0;anArray[3][1]=0;anArray[4][1]=0;anArray[5][1]=1;anArray[6][1]=1;anArray[7][1]=0;anArray[8][1]=0;anArray[9][1]=0;anArray[10][1]=0;anArray[11][1]=1;
     anArray[12][1]=1;anArray[13][1]=1;anArray[14][1]=0;anArray[15][1]=1;anArray[16][1]=1;anArray[17][1]=0;anArray[18][1]=1;anArray[19][1]=1;anArray[20][1]=0;anArray[21][1]=1;anArray[22][1]=1;anArray[23][1]=0;
     anArray[24][1]=0;anArray[25][1]=1;anArray[26][1]=1;anArray[27][1]=0;anArray[28][1]=1;anArray[29][1]=0;anArray[30][1]=1;anArray[31][1]=0;anArray[32][1]=0;anArray[33][1]=1;anArray[34][1]=0;anArray[35][1]=1;
     anArray[36][1]=1;anArray[37][1]=0;anArray[38][1]=1;anArray[39][1]=0;
Enumeration keys = optionList.keys();
while(keys.hasMoreElements())
String label = (String)keys.nextElement();
rb = new JRadioButtonMenuItem(label);
rb.setSelected(false);
rb.addItemListener(this);
menu.add(rb);
bg.add(rb);
rb.setSelected(true);
Container p = getContentPane();
setJMenuBar(mb);
     public void run ()
int l;
     try{
     try
     try
SaveOutput.start("log.txt");
     for(l=0;l<30000000;l++)
myTh2.sleep(10);
     System.out.println(+xpos+ "," +ypos);
while(suspended)
myTh2.sleep(300);
}catch(InterruptedException e){ }
}catch(Exception e){ e.printStackTrace();}
     }catch(NullPointerException e){}
finally{SaveOutput.stop();}
public void itemStateChanged ( ItemEvent theEvent )
     JRadioButtonMenuItem mi = (JRadioButtonMenuItem)theEvent.getSource();
String dist = mi.getText();
     if((dist=="1")|| (dist=="2"))
          distance=0;
          dist1=0;
          counter=0;k=0;
     else if(dist=="3")
          distance=100;
          dist1=100;
          counter=0;k=0;
     else if(dist=="4")
          distance=2000;
          dist1=2000;
          counter=0;k=0;
     else if(dist=="5")
          distance=10000;
          dist1=10000;
          counter=0;k=0;
public void mouseMoved( MouseEvent e ) {
     xpos = e.getX();
     ypos = e.getY();
     if(i==0)
     distance=0;
     if(i==1)
     if(dist=="3" && anArray[counter-1][1]==1)
     distance = 800;
     else if(dist=="4" && anArray[counter-1][1]==1)
     distance = 30000;
     else if(dist=="5" && anArray[counter-1][1]==1)
     distance = 80000;
     else
     distance=dist1;
     Point p = new Point( e.getX(), e.getY() );
// Clear the back buffer.
backg.setColor( Color.black );
backg.fillRect( 0, 0, width, height );
// Set the drawing colour to white.
backg.setColor( Color.white );
          // Loop over the list of points, drawing a square for each one.
          for ( int j = 0; j < list.size(); ++j )
p2 = (Point)list.elementAt(j);
// compute distance squared between square's centre and mouse position
double deltaX = p2.x - p.x;
double deltaY = p2.y - p.y;
double distance2 = deltaX*deltaX + deltaY*deltaY;
// Compute the size of the square based on the distance.
// We use a Gaussian function to make it look smooth.
//System.out.println("distance is :" + distance);
if(dist=="2" && i==1)
s = (int)Math.round( 20 * (4+1*Math.exp(-distance2/distance)) );
else
s = (int)Math.round( 20 * (1+3*Math.exp(-distance2/distance)) );
// draw the square into the back buffer
backg.drawRect( (int)p2.x-s/2, (int)p2.y-s/2, s, s );
if(counter == 40)
               backg.drawString("CLICK AND STOP",(width/2-30),height/2);
     repaint();
e.consume();
public void mouseDragged( MouseEvent e ) { }
public void update( Graphics g ) {
g.drawImage( backbuffer, 0, 0, this );
public void paint( Graphics g ) {
update( g );
public void mouseClicked( MouseEvent e ) { }
public void mouseEntered( MouseEvent e ) { }
public void mouseExited( MouseEvent e ) { }
public void mouseReleased( MouseEvent e ) {
     /* if(i==0)
               count++;
               if(count==40)
               count=0;
public void mousePressed( MouseEvent e ) {
     x=e.getX();
          y=e.getY();
               if(((x>(int)p2.x-s/2)&&(x<((int)p2.x-s/2)+s))&&(y>(int)p2.y-s/2)&&(y<((int)p2.y-s/2)+s)))
                    if(i==0)
                         list.removeElementAt(j);
          System.out.println("j is " + j);
     list.addElement( new Point( anArray[k][0],anArray[k+1][0] ) );
System.out.println("j after add element is " + j);
distance = dist1;
System.out.println("anArray[" + k +"] is :" + anArray[k][0]);
System.out.println("anArray[" + k +"+1] is :" + anArray[k+1][0]);
k=k+2;
i=1;
Start = System.currentTimeMillis();
suspended = false;     
if(k==80)
                         System.out.println("k value is"+k);
                              k=0;
                              System.out.println("value of k after initiatising is"+k);
                              System.out.println("value of k is"+k);
                              counter++;
                              System.out.println("counter is :" + counter);
               else if(i==1)
                    list.removeElementAt(j);
                    System.out.println("j is " + j);
                    distance=0;
                    list.addElement( new Point( width/2, (height/2+300) ) );
                    i=0;
                    System.out.println("value of k is"+k);
                    long End = System.currentTimeMillis();
                    double seconds1 = (End-Start)/1000.0;
                    System.out.println("the time for click" +seconds1);
suspended = true;
               index = list.size();
                    System.out.println("list.size() is" + index);
          mouseMoved(e);
}//end of outer if
}//end of class

bravesfanatic4 wrote:
What would cause this?You've got a bug. What it is is anybody's guess.
Your best bet here is to show us your code. We don't want to see all of it, but rather you should condense your code into the smallest bit that still compiles, has no extra code that's not relevant to your problem, but still demonstrates your problem, in other words, an SSCCE (Short, Self Contained, Correct (Compilable), Example). For more info on SSCCEs please look here:
[http://homepage1.nifty.com/algafield/sscce.html|http://homepage1.nifty.com/algafield/sscce.html]
Again, if the code is compilable and runnable more people will be able to help you.

Similar Messages

  • PCI DIO 32HS (6533) Suddenly giving "The device is not responding to the first IRQ level" error, and no longer functioning.

    Greetings NI folks,
      I'm an oceanographer, and have an sidescan sonar data aquasition computer running Windows XP SP2, and NiDAQ 7.0 (Legacy). For several years, this machine has worked flawlessly, but today, I booted it up to test the system for an upcoming job, and I got some strange errors in our sonar program. I tranced the problem to our NI-6533 PCI-DIO-32HS card. I launched NI Automation Explorer to test that the card was responsive, and when I click the "test panel", I get an error: "The device is not responding to the first IRQ level." Continue (yes/no). If I click yes, I can test the digital i/o's, but nothing happens, and all the tests fail (nonresponsive). I tried moving the card to another PCI slot, tried forcing it to have a specific IRQ that was unused by anything else, and finally tried moving it to another computer that had never been used with the DIO card. I'm still getting the error, and the card is nonresponsive. I'm at the limit of my abilities, and would like to know if there's anything else I can do, or should we send the card back to NI for repair/diagnosis.
    Thanks.

    Duplicate Post
    Best Regards
    Hani R.
    Applications Engineer
    National Instruments

  • How do you remove/add a program in the Control Panel that does not respond to the command?

    Without being installed (by me) this "Dictionary.com" toolbar that appeared and is taking up a whole line of space across the top of my desktop monitor! I followed the procedure on how to remove the toolbar precisely... Start> Control Panel > Add/Remove Programs>
    then clicked on the program > Remove which is "Dictionary.com" and the computer would not respond to the command. I cannot get it to respond to any program that I clicked on. When I clicked the "Remove" button , the area or line darkens to a light tan. and I cannot even close the menu.
    This very strange and frustrating and I don,t know what to do.
    I just want it removed or go away.
    Thank you,Jeanette Gonzales

    Try to remove some of Firefox plugins or addons, maybe there is Babylon toolbar.

  • When I open Firefox, it goes to the first page and then stops, saying "Not Responding" with the cursor spinning. What can I do to fix this? Thanks for any help

    When I open Firefox, it goes to the first page I open, but then stops and says "Not Responding" with the mouse cursor spinning. I hit the close button and it says Windows is searching for a solution (which doesn't come).
    When I open Firefox again, it says:
    Well, this is embarrassing.
    Firefox is having trouble recovering your windows and tabs. This is usually caused by a recently opened web page.
    You can try:
    Removing one or more tabs that you think may be causing the problem
    Starting an entirely new browsing session
    Any ideas? I gretly appreciate any help. Thanks!!

    What is that first page?
    Can't you open any web pages in Firefox?
    Start Firefox in <u>[[Safe Mode|Safe Mode]]</u> to check if one of the extensions or if hardware acceleration is causing the problem (switch to the DEFAULT theme: Firefox/Tools > Add-ons > Appearance/Themes).
    *Don't click the Reset button on the Safe mode start window or otherwise make changes.
    *https://support.mozilla.org/kb/Safe+Mode
    A possible cause is security software (firewall,anti-virus) that blocks or restricts Firefox or the plugin-container process without informing you, possibly after detecting changes (update) to the Firefox program.
    Remove all rules for Firefox and the plugin-container from the permissions list in the firewall and let your firewall ask again for permission to get full unrestricted access to internet for Firefox and the plugin-container process and the updater process.
    See:
    *https://support.mozilla.org/kb/Server+not+found
    *https://support.mozilla.org/kb/Firewalls

  • The home button for my ipod touch 4th generation does not respond all the time, What do I do?

    The home button for my ipod touch 4th generation does not respond all the time, What do I do?

    Try:
    http://snapguide.com/guides/calibrate-your-home-button/?utm_expid=69945963-15
    fix for Home button
    iPhone Home Button Not Working or Unresponsive? Try This Fix
    - If you have iOS 5 and later you can turn on Assistive Touch it add the Home and other buttons to the iPods screen. Settings>General>Accessibility>Assistive Touch
    - If not under warranty Apple will exchange your iPod for a refurbished one for:
    Apple - Support - iPod - Repair pricing
    You can do it an an Apple store by:
    Apple Retail Store - Genius Bar
    or sent it in to Apple. See:
    Apple - Support - iPod - Service FAQ
    - There are third-party places like the following that will repair the Home button. Google for more.
    iPhone Repair, Service & Parts: iPod Touch, iPad, MacBook Pro Screens

  • Has anybody else been seeing (Not Responding) at the top of the screen and having thier browser not respond to wheel scrolling and scrolling with the usual slider at the right part of the screen?

    I have noticed my Firefox browser is having way too many incidences where it is "Not Responding". The browser freezes up for a second quite often and the "Not Responding" message will appear at the top of the screen.
    The browser will also not scroll with either the scroll bar on the right nor with the mouse wheel. Both used to work in previous versions of Firefox, but it seems to have gotten worse since Firefox 5 0r 6. The same with the "Not Responding". It is happening more with Firefox 7 than in at least the past two versions.
    Anybody else having these issues? Seems like they are hand-in-hand. Thanks for any and all help or advice. It's making me pretty angry since I'm online all day for work.
    Just an FYI. At the bottom of my troubleshooting copy/paste is a suggestion to update the driver for my graphics. That was a no-go. I tried that.

    Thank you for this first reply! I'll have to give this a try later....the main laptop I experience this on crashed not more than an hour after I posted this issue. I'm on a tiny, slow netbook that hasn't had the same problem. Now I'm wondering if I picked up a Trojan on the main laptop and the "Not Responding" message is a side effect of a virus or Trojan.
    One of the system .dll files has been corrupted and I'm not being allowed to use recovery discs, previous disc images, or any recovery options. That was an all day sucker yesterday and from what I've read on forums and have researched, it appears I'm going to need to reload the operating system. If it is indeed a Trojan/virus, I'm surprised it made it through my antivirus and firewall. Anything is possible, really.
    Thanks again, I'll get back with results once I get the wounded laptop back up and running.

  • Application, once built, shows "Not Responding" in the toolbar, and it doesn't go away

    If you have an application that is running with some kind of timeout, (My application will send a message, and wait for a user definable period of time for a reply). If this tine is over 5 seconds, and the user clicks on the application, the app sets its status to "(Not Responding)". This is mirrored on the toolbar.
    Once the application begins responding again, the title bar of the app changes back to an active state, although the representation of the app on the tool bar stays in a "(Not Responding)" state.
        I have attempted to stop the user click having an effect by setting the cursor to busy and setting the "Click Disable" to TRUE, but this does not help.
    Any ideas how to get round this one? Or is it a bug?
    Cheers, Alec

    I must not be explaing myself propperly.
    Every application that is open has an instance in the task bar
    As you can see here, I am running outlook, labview, firefox and MSN, but don't tell my boss
    Somtimes, when windows things an application has crashed it will place the phrase "(Not Responding)" next to it's name in the task bar. It will also place the word "(Not Responding)" In the title bar for the application.
    I have written a program that calls a .dll. The function of this .dll is to read incomming data up the RS-232 socket of my PC. I can set a timeout on this, lets say I set it to 1 minute.
    The application is running, I call the .dll to read incoming data, then I don't produce any incoming data. The application will wait, up to 60 seconds for some data, but in the mean time, Windows thinks the LabVIEW executable file has crashed, so places the word "(Not responding)" in the taskbar AND in the title bar. At this point I send my data up the 232, the data is received and displayed by the application. At this point Windows forgives LabVIEW and the "(Not Responding)" status is revolked. This phrase is then removed from the title bar, but IS NOT removed from the task bar.
    Does anyone know if we have control over this, or should I report it as a bug to National Instruments?
    Many thanks guys,
    Cheers, Alec

  • AT-MIO-16XE-50 device is not responding to the selected base address

    I'm trying to install my AT-MIO-16XE-50 DAQ board onto my Windows NT desktop computer, but I'm having trouble.
    Here's what I've done: I've installed LabView 5.1 and the NIDAQ 7.0 software onto my computer first. Then I've physically installed the DAQ board into my computer. After starting the computer, the plug-and-play system seems to recognize the new hardware and install drivers for it. It then says I need to reboot the computer, so I reboot the computer.
    When I then look at my device manager, it lists AT-MIO-16XE-50 twice. Under the properties/resources tab, one of them lists "input/output range", "interrupt request", "direct memory access", and "direct memory access" (i.e., 2 "direct memory access"s). The second one only lists "direct memory access" once and nothing else under the properties/resources tab. Also, the first one says that it is working properly while the second one says that it is not working properly (Code 10). I've played around with chaging the "direct
    memory access" numbers and after rebooting the computer have gotten both AT-MIO-16XE-50's in the device manager to say that they're working properly. So, now the DAQ board appears to be installed correctly, because the device manager reports no problems with it. However, there are still 2 of them. My first question is this: should there be only 1 entry in the device manager list, or are there supposed to be the 2 that I see? The entries do appear to be different from each other, but they're for the same device, so that's a little confusing.
    When I open my Measurement and Automation explorer, only one AT-MIO-16XE-50 device is listed (so this looks good), and under "properties" all 3 "direct memory access" numbers are listed. So, this all seems good. But, when I click on "test resources" or "test panel", I get an error message saying that "the device is not responding to the selected base address". Considering that this device was plug-and-play, and I did not set the base address manually, I don't understand why I'm getting this error message.
    What I've tried is to change the "input/output range" number by using the device manager. I've tried a few different settings (rebooting the computer after each change) and none of the different "input/output range" settings seem to work.
    I'd appreciate it if you could give me any help on figuring out how to resolve this "not responding to base address" problem. The info on your web site
    appears to suggest flipping dip-switches on the DAQ card, but my card does not have any dip switches because it is plug-and-play. So, right now I'm
    clueless! Thanks for reading this, and I hope that you have more insight than I do.

    Smaria,
    The AT-MIO-16XE-50 shows up twice in the Device Manager because it reserves three DMA channels, and the ISA bus only allows two DMA channels per ISA slot. You mentioned that you were able to get both devices working properly in the Device Manager. Below is a link to a KnowledgeBase that describes the proper procedure to successfully accomplish this. You should verify that this is the procedure you followed:
    Exclamation Mark Appears with Error Code 10 on Windows XP/2000/98 After Installing AT-MIO-16E-10
    Spencer S.

  • The device is not responding to the first IRQ level

    I am using a DAQCard 700 with a NIDAQ 6.9.3 driver on a windows XP. When I install the card and run the configuration uitillity (MAX) and push the test resources button, the computer hangs and responds to no input (not even ctrl-alt-del). When I push out the PCMCIA card the error message: The device is not responding to the first IRQ level. Anybody that has an answer?

    Hi PhilV,
    It looks like you had an old AT board in a computer and then the power supply went out and you evidently also changed computers to a device with Windows NT.  Now that you're in the new computer there appears to be some sort of IRQ conflict that is preventing the board from working.
    In the past when I've seen this issue and all of the proper steps have been taken to troubleshoot it, the problem is often that the board died between the last use and the current use.  However, it's not always the case, so here are a few other options.
    First make sure that you have Traditional DAQ 7.4.1 (if you have LabVIEW 7.0-8.0 or are doing text-based programming) or Traditional DAQ 6.9.3 (if you are using LabVIEW 5-6.1).  Then make sure that you followed the installation procedure outlined here: Product Manual: AT E Series User Manual (Chapter 2)
    I did a quick search on ni.com for "device not respond base address" and "irq isa" and found some of the following KnowledgeBases and links that should help you properly troubleshoot the device.
    "Not Responding to the Selected Base Address" Error
    Troubleshooting Plug and Play Devices for Windows NT 4.0
    My PC Doesn't Have Enough Interrupt (IRQ) and DMA Channels to Support the Hardware I Want to Install
    There have been a lot of advances in DAQ boards since the old AT days, so with newer devices and computers issues like this are rarely seen.  Hopefully though, the device you have is not broken and we will be able to find out what is wrong with it right now.
    Regards,
    Otis
    Training and Certification
    Product Support Engineer
    National Instruments

  • When I try to open Firefox, it says it is running in the Task manager, but will not open until the memory has reached about 100,000k. Also, it keeps NOT responding all the time, and freezes up.

    I have done everything on the support page. I am running Windows Vista, and I am running Firefox 4.01. I have even tried running in safe mode. I have updated my plugins, and then disabled plugins and extensions.

    Hello Pohaku66, any luck if you [https://support.mozilla.org/kb/firefox-already-running-not-responding#w_remove-the-profile-lock-file remove the profile lock file] ?
    thank you

  • Hi, my MacBook keyboard letters are not responding but the numbers are

    Hello, the keyboard letters on my MacBook are not responding but the numbers are. Any help much appreciated

    Thank you, I did that and restarted. Now gives me a / instead of a ?
    Any thoughts? Thanks again
    Ed

  • The device PCI 6036E: Analog Input error:"the device is not responding to the base address",Output :No signal

    I am using PCI 6036E DAQ card, DAQ 6.9.2. , I have not connected to any external device.
    When I tested card(in Test Panel of MAX2.2,DAQ 6.9.2) an error appearing �the device is not responding to the base address� � then I pressed Yes, Then TestPanel window appearing�
    In analog Input Tag, there is an error �-10805�. This error also appearing when I run the standard analog input samples (use Delphi 6.0).
    I tested analog output functions in TestPanel, Delphi Examples, LabView 6.1. There are not error appearing but there is not output signal (using Oscilloscope to see).
    Output, Input digital functions are working correctly.
    Next I try to foll
    ow all the instruntions as recommended:
    -Changing TO another slots PCI
    -Reinstall Os WinXP,98SE�
    -Use another Computer�
    But all of the cases are still not working.(the above error still appeared, no output signal)

    Nvd,
    I'm sorry to hear about the problems that you are running into with your DAQCard. I can understand your frustration with the errors that you are seeing. You mention that you have tried to do some troubleshooting, I was wondering if you have tried all the troubleshooting techniques listed in this KnowledgeBase:
    http://digital.ni.com/public.nsf/websearch/DCFCDB240788F8D486256D6A00834D80?OpenDocument
    If you have tried all of those things, I would suggest one additional thing to try. I would suggest updating your NI-DAQ drivers to version 7.0. These drivers are the newest versions of our Data Acquisition Drivers, and can be downloaded from our website here:
    http://digital.ni.com/softlib.nsf/webcategories/85256410006C055586256BBB002C128D?OpenDocument&
    node=132060_US
    If you have tried all of the above troubleshooting options, please post a detailed description of what you have tried. This may help to clarify what is going wrong.
    Jed R.
    Applications Engineer
    National Instruments

  • Error: Device\Ide\iaStor0, did not respond within the timeout period.

    Hello,
    In last few months, I began getting the error:
    The device, \Device\Ide\iaStor0, did not respond within the timeout period.
    My system hangs and slows to a crawl.  Error seems to be well-known, and solution is to install the latest version of Intel Matrix Manager, which is 8.6.   I've done this, I reinstalled my OS, and I've reinitialized my hard Raid1 array.  None of this has helped.
    http://www.intel.com/support/chipsets/imsm/sb/cs-025783.htm
    Any suggestions?
    Thx.
    Scott

    Quote
    Have you tested HDD's with Seagate diagnostic utility?
    Going by the link you have provided I assume you are using Vista?
    Yes, I am using Vista and I did also use Sea Tools; no issue identified.  I'd love to hear more suggestions.  Things I've done:
    1.  Reformat / reinstall.  Helped, but problem not eliminated.
    2.  Ran SeaTools Disk Diagnostic.  No issue.
    3.  Installed Intel Matrix STorage, most recent version 8.6.  Should've fix prob, but didn't. 
    4.  Upgraded Bios from 7.5 to 7.9.
    Seems like the upgrade to Intel Matrix Storage Manager should've fixed this issue, but it didn't.   Any particular drive identified in the error message in the original post? 
    It is also not clear what changed to have introduced this error.  My system has been stable for 2 years and from the errors looks like I've had problems for the last 3 months, but they got notably worse in the last 2 weeks.  Reformatting / reinstall helped, but didn't eliminate these issues.  Any insight would be appreciated.

  • Error 1053: The service did not respond to the start or control ...

    Dear SapService,
    I've installed a BI7.0 (ABAP only) instance on cluster with :
    windows 2003 x64 SP2
    SQL server 2005 x64 SP2
    WAS 7.00 kernel 80
    *the service runs with domain user.
    I've upgraded to kernel 114 (latest). After the upgrade the ASCS service doesn't start. It throws error:
    "Error 1053: The service did not respond to the start or control
    request in a timely fashion"
    To solve this problem I've tried:
    -go back to kernel 80 but I still get the same error.
    -start the service manually on the second node. Still same error.
    -restart the two servers and try again to start the service on the
    nodes.
    Any ideas ?
    Please advice,
    Dimitry Haritonov

    Hi,
    Check SAP Note 82751 - Problems with SAP Services & SAP Service Manager
    for some initial investigation.
    Regards,
    Siddhesh

  • ID 53 Details: The service did not respond to the start or control request in a timely fashion (0x8007041D))

    One of my clients has his dpm server turned off for a long time. Now when that server is back online I cannot re-sync backup. First was database in suspect mode and I was not able to acess dpm console. Now when I fix that I cant re-sync job. I even tried
    to delete on PG and recreate it but without success. Agent showing OK and it can comunicate with server. I have even tried to uninstall agent and re-install it but without luck.
    ID 53 Details: The service did not respond to the start or control request in a timely fashion (0x8007041D))
    That is the error what I get on all protection groups. Is there any one who can help with this?
    And last thing is that DPM is crushing on recovery tab

    Hi
    Do you still need assistance with this?

Maybe you are looking for

  • Run error while loading FPGA host vi

    Hi, I want to use the NI-5640R board and have LV-FPGA installed together with LV 8.2...I have followed the post at : http://forums.ni.com/ni/board/message?board.id=ifrio&message.id=55 and have taken in the newer drivers etc and the msg thread at  : h

  • Mac Pro not Detecting Bootable USB Drive to Install Snow Leopard 10.6

    Hi I have to Mac Pro 2 x 2.8 GHz Intel Xeon. I have been running Leopard on them. I wish to install snow leopard, so i took out my USB HDD where I have made a Bootable Partition with snow leopard. I have used this in the past on all my machines to in

  • Converting jpg images in email to pdf fail

    I have a user who uses Adobe X Pro, Windows 7-64(all updates applied) to convert her emails to a pdf. She USED to be able to do thei without any issue using 9x Pro Now with X Pro, she right clicks on a folder in her email, and clicks "convert "xxxxx"

  • Reg: PO text

    hi, how to get the relationship between eeko,ekpo and po text table , to display the po text in the output. (po text from: mm03). already developed a report to display the output joining ekko and ekpo. regards chandra

  • MRBR : quantity variance

    on running the tcode MRBR system dose not release the invoice with blocking reason quantity variance even though the total quantity in the PO has been already recived. the details of scenerio are 1. PO with grbased IV marked for first line item and c