Why does ServerSocket stop working after some time?

Hi to all.
I have a following problem:
I wrote a multithread application that uses sockets ( TCP ), and use it to transfer some objects between computers in VPN.
It all works just fine, except that sometimes my server socket ( implemented as a separate Thread ) just stops working, and other computers cannot connect to it...?
I didn't specify setSOTimeout(), and did all Exception catch-ing in the thread.
Today, I had some >50000 connections in about 5 hours, and than it just stopped! My server socket stopped accepting any connections...
I restarted my application, and everything worked again properly...
Does anybody know why is this happening?
Please, any suggestion is appreciated....
Thank you.

Hi, thank you all for answering me.
@baftos:
I didn't specify any backlog parameter value. 50 connections at a time seems more than enough for this application... ( Are you sure that 50 is the default value )
I never have more than about 40 connections simultaneously opened, and yes - each one is a separate thread.
@dannyyates:
You're rights, I should have provided some code.
Here it is:
public class Server implements Runnable
ServerSocket serversocket = null;
Socket clientSocket = null;
continueWorking boolean = true;
    public void run()
            startServer(); 
    public void startServer()
        try
             serversocket = new ServerSocket(3344);
        catch (IOException e)
             System.out.println(e.getMessage());  
     while ( continueWorking==true )
         try
              clientSocket = serversocket.accept();
              Worker Worker = new Worker(clientSocket);
              new Thread(Worker).start();
         catch (IOException e)
              System.out.println(e.getMessage());
        System.out.println("The server is shutting down...");
class Worker implements Runnable
    ObjectInputStream obj;
    Socket clientSocket;
    public Worker(Socket clientSocket)
         this.clientSocket = clientSocket;
        try
          obj = new ObjectInputStream(clientSocket.getInputStream());
         catch (IOException e)
              System.out.println(e.getMessage());
    public void run()
        Object object;
     try {
                      try
                           object=(Object)obj.readObject();
                                               // do something with object....
                      catch (ClassNotFoundException e)
                           System.out.println(e.getMessage());
                    catch (Exception e)
            obj.close();
            clientSocket.close();
     catch (IOException e)
    catch (Exception e)
    }What I don't like here is the constructor of the Worker. Could this block the server?
Edited by: Darko on Apr 7, 2009 11:24 PM

Similar Messages

  • GPRS services suddenly stop working after some time abt 4 hrs.Airplane on off solves it

    I am using a factory unlocked iPhone 4 GSM in India. Iam currently using it on airtel network 2G services i.e GPRS services. Now the problem I have noticed is that the GPRS services suddenly stop working after some time say about 4 hours. Then what i do is to turn airplane mode on and then off or restart the phone and GPRS starts working. Agan after some time I have to repeat this exercise. Please help soon. This is happening since the time i bought this phone i.e from past 20 days. I have tried allpossible network settings and resetting network but nothing helped. everything else is working perfect.

    Hi Syed,
    I have also started facing the exact same problem since the past few months with my docomo service.
    Earlier, EDGE / GPRS used to work just fine from my workplace where the network was good.
    But recently, I got my iphone replaced, due to a network problem, from an apple store in indianapolis, and also upgraded to ios 5.....so not sure now whether this intermittent EDGE / GPRS outage is due to the new hardware or the new OS.
    Did you upgrade to iOS 5 and did it help?
    PS: iOS 5.0.1 also doesn't seem to be helping, I still need to restart the phone to get EDGE / GPRSt to work.....will try out the airplane mode thing....at least that shouldn't take as much time as a full reboot.
    Regards,
    Hemant

  • Multitouch Gestures Stop working after some time in Mountain Lion

    I have a problem with Multitouch Gestures on Macbook Pro, using Mountain Lion. After some time 3 thinger swipe to left/right stops working. The only thing that helps to solve this problem is making a restart. Are there any other ways to get rid of this problem?

    Me too. My iMac and MBP same here. Having graphics glitches when playing games neither in Mac or Bootcamp with Windows. Sometimes screen even slashed into half and freezed. Wake up from sleep also have graphics issues, like I need to use the crusor to oaint out the grey login screen, if not, it will stay white. Slowly moving the crusor will paint back the grey background.

  • Hi, my name is Amit, my hot corners stop working after some time. Have to go to mission control to reset them, however they stop again after some time. This is annoying. Can someone please assist to solve this problem? Thanks Amit.

    Hi my name is Amit, after upgrading to OS X Maverick I often have problem of my Hot corners stop working after a short period of time. I have to go to mission control and have to reset them for them to start working again. However this is temparory and they stop working again and this is quite annoying. Can someone suggest a cure to this problem please. I will be grateful. Thanks Amit.

    Back up all data.
    Triple-click anywhere in the line below on this page to select it:
    ~/Library/Preferences/com.apple.dock.plist
    Right-click or control-click the line and select
    Services ▹ Reveal in Finder (or just Reveal)
    from the contextual menu.* A folder should open with an item selected. Move the selected item to the Desktop, leaving the window open. Log out or restart the computer and test. If there's no change, put the item you moved back where it was, overwriting the one that may have been created in its place. Log out again. Otherwise, delete the item you moved.
    *If you don't see the contextual menu item, copy the selected text to the Clipboard by pressing the key combination  command-C. In the Finder, select
    Go ▹ Go to Folder...
    from the menu bar and paste into the box that opens by pressing command-V. You won't see what you pasted because a line break is included. Press return.

  • Web Proxy sessions stop working after some time (ISA 2006)

    Hi guys,
    we have been using ISA 2006 with Web Publishing Rule to provide access for mobile phone to corporate Exchange via ActiveSync for years. The issue occurred roughly one month ago. 
    After some period of time (usually it happens once or twice daily) ISA stops to accept connections from the mobile phones. There are no errors on client devices (they don't get new mails). In Sessions tab I see that only SecureNAT sessions from phones remain,
    but no Web Proxy sessions any more. There are no errors in Event Viewer and I didn't find anything strange in diagnostic logs.
    I've created one more Web Publishing Rule with the same Web listener as for ActiveSync rule for OWA. The intersting thing that ISA still allows access to OWA when issue occurs. Looks like the problem with Web Proxy filter.
    After OS restart ISA starts working normally. 
    I have ISA 2006, sp1, version 5.0.5723.514 installed on VMWare VM with Windows 2003 SE sp2.  
    Do you have any ideas?

    Hi,
    Does this issue still exist? If so, you could try to collect logs from devices to find more information.
    http://support.microsoft.com/kb/2461792
    Best Regards,
    Joyce
    We
    are trying to better understand customer views on social support experience, so your participation in this
    interview project would be greatly appreciated if you have time.
    Thanks for helping make community forums a great place.

  • Replication DS6.2 - DS5.2 stops working after some time

    Hello!
    After weeks of unsuccessfully trying to solve a replication problem, I hope that someone of this forum can give me a hint.
    I have 2 masters DS5.2 and two masters DS6.2.
    Replication is working fine for some days. E.g. last time the replication was working until 29.11.
    But at some point the replication stops working and I get the following errors in the errors log:
    [28/Nov/2007:10:51:16 +0100] - WARNING<10288> - Repl. Transport - conn=-1 op=-1 msgId=-1 - Replay of an already seen operation csn 474d3d84000002bd0000, s
    equence number 1, ignoring it
    [28/Nov/2007:12:48:09 +0100] - WARNING<10288> - Repl. Transport - conn=-1 op=-1 msgId=-1 - Replay of an already seen operation csn 474d58e9000002bd0000, s
    equence number 1, ignoring it
    [28/Nov/2007:19:06:55 +0100] - INFO: 29398 entries in the directory database.
    [28/Nov/2007:19:06:55 +0100] - INFO: add:107, modify:0, modrdn:0, search:3651, delete:0, compare:0, bind:2763 since startup.
    [29/Nov/2007:13:18:38 +0100] - INFORMATION - NSMMReplicationPlugin - conn=-1 op=-1 msgId=-1 - csnplCommit: can't find csn 474eb18e00001a360000
    [29/Nov/2007:13:18:38 +0100] - INFORMATION - NSMMReplicationPlugin - conn=-1 op=-1 msgId=-1 - ruv_update_ruv: cannot commit csn 474eb18e00001a360000
    [29/Nov/2007:13:18:38 +0100] - INFORMATION - NSMMReplicationPlugin - conn=-1 op=-1 msgId=-1 - replica_update_ruv: unable to update RUV for replica dc=hvb,d
    c=de, csn = 474eb18e00001a360000
    [29/Nov/2007:13:18:38 +0100] - ERROR<8221> - Incremental Protocol - conn=-1 op=-1 msgId=-1 - Failed and requires administrator action [dsmmucqsu05.sys.hypo
    vereinsbank.de:636]
    [29/Nov/2007:13:18:38 +0100] - ERROR<8221> - Incremental Protocol - conn=-1 op=-1 msgId=-1 - Failed and requires administrator action [dsmmucqsu05.sys.hypo
    vereinsbank.de:636]
    [29/Nov/2007:13:34:05 +0100] - WARNING<20805> - Backend Database - conn=328186 op=1 msgId=2 - search is not indexed base='ou=people,dc=hvb,dc=de' filter='(
    objectClass=*)' scope='sub'
    [29/Nov/2007:13:58:10 +0100] - ERROR<8221> - Incremental Protocol - conn=-1 op=-1 msgId=-1 - Failed and requires administrator action [dsmmucqsu05.sys.hypo
    vereinsbank.de:636]
    [29/Nov/2007:13:58:10 +0100] - ERROR<8221> - Incremental Protocol - conn=-1 op=-1 msgId=-1 - Failed and requires administrator action [dsmmucqsu05.sys.hypo
    vereinsbank.de:636]
    [29/Nov/2007:15:45:46 +0100] - ERROR<8221> - Incremental Protocol - conn=-1 op=-1 msgId=-1 - Failed and requires administrator action [dsmmucqsu05.sys.hypo
    vereinsbank.de:636]
    [29/Nov/2007:15:46:03 +0100] - INFORMATION - NSMMReplicationPlugin - conn=-1 op=-1 msgId=-1 - csnplCommit: can't find csn 474ed41b00001a9a0000
    [29/Nov/2007:15:46:03 +0100] - INFORMATION - NSMMReplicationPlugin - conn=-1 op=-1 msgId=-1 - ruv_update_ruv: cannot commit csn 474ed41b00001a9a0000
    [29/Nov/2007:15:46:03 +0100] - INFORMATION - NSMMReplicationPlugin - conn=-1 op=-1 msgId=-1 - replica_update_ruv: unable to update RUV for replica dc=hvb,d
    c=de, csn = 474ed41b00001a9a0000
    [29/Nov/2007:15:46:03 +0100] - ERROR<8221> - Incremental Protocol - conn=-1 op=-1 msgId=-1 - Failed and requires administrator action [dsmmucqsu05.sys.hypo
    vereinsbank.de:636]
    Since the replication was not working I had to initialize the DS6 masters again:
    [29/Nov/2007:16:03:59 +0100] - import hvb: Index buffering enabled with bucket size 76
    [29/Nov/2007:16:03:59 +0100] - import hvb: Beginning import job...
    [29/Nov/2007:16:04:20 +0100] - import hvb: Processed 14166 entries -- average rate 674.3/sec, recent rate 674.2/sec, hit ratio 0%
    [29/Nov/2007:16:04:41 +0100] - import hvb: Processed 22598 entries -- average rate 525.5/sec, recent rate 525.5/sec, hit ratio 100%
    [29/Nov/2007:16:05:03 +0100] - import hvb: Processed 31591 entries -- average rate 493.6/sec, recent rate 405.4/sec, hit ratio 100%
    [29/Nov/2007:16:05:05 +0100] - import hvb: Workers finished; cleaning up...
    [29/Nov/2007:16:05:17 +0100] - INFORMATION - NSMMReplicationPlugin - conn=-1 op=-1 msgId=-1 - Replica (dc=hvb,dc=de) has been initialized by total protocol
    as full replica
    [29/Nov/2007:16:06:56 +0100] - WARNING<20805> - Backend Database - conn=334334 op=1 msgId=2 - search is not indexed base='ou=people,dc=hvb,dc=de' filter='(
    objectClass=*)' scope='sub'
    [29/Nov/2007:16:07:42 +0100] - INFORMATION - NSMMReplicationPlugin - conn=-1 op=-1 msgId=-1 - csnplCommit: can't find csn 474ed92e00001a360000
    [29/Nov/2007:16:07:42 +0100] - INFORMATION - NSMMReplicationPlugin - conn=-1 op=-1 msgId=-1 - ruv_update_ruv: cannot commit csn 474ed92e00001a360000
    [29/Nov/2007:16:07:42 +0100] - INFORMATION - NSMMReplicationPlugin - conn=-1 op=-1 msgId=-1 - replica_update_ruv: unable to update RUV for replica dc=hvb,d
    c=de, csn = 474ed92e00001a360000
    I tried to change a password. But the replication failed again and since than the replication is working again.
    [29/Nov/2007:16:07:42 +0100] - ERROR<8221> - Incremental Protocol - conn=-1 op=-1 msgId=-1 - Failed and requires administrator action [dsmmucqsu05.sys.hypo
    vereinsbank.de:636]
    [29/Nov/2007:16:07:42 +0100] - ERROR<8221> - Incremental Protocol - conn=-1 op=-1 msgId=-1 - Failed and requires administrator action [dsmmucqsu05.sys.hypo
    vereinsbank.de:636]
    But I'm sure that after some days there will be a problem again.
    Sometime there are also the errors:
    [29/Nov/2007:16:27:05 +0100] - ERROR<8264> - Replication - conn=-1 op=-1 msgId=-1 - Internal error Failed to position cursor in db at C
    SN 474ed8d5000002590000, DB error 5 - I/O error
    [29/Nov/2007:16:27:05 +0100] - WARNING<10258> - Incremental Protocol - conn=-1 op=-1 msgId=-1 - Changelog error A database error is encou
    ntered while servicing replication agreement "dsmmucqsu08.sys.hypovereinsbank.de:10636/dc=hvb,dc=de"
    [29/Nov/2007:16:27:05 +0100] - ERROR<8221> - Incremental Protocol - conn=-1 op=-1 msgId=-1 - Failed and requires administrator action [d
    smmucqsu08.sys.hypovereinsbank.de:10636]
    [29/Nov/2007:16:27:05 +0100] - ERROR<8221> - Incremental Protocol - conn=-1 op=-1 msgId=-1 - Failed and requires administrator action [d
    smmucqsu08.sys.hypovereinsbank.de:10636]
    [29/Nov/2007:16:27:06 +0100] - ERROR<8264> - Replication - conn=-1 op=-1 msgId=-1 - Internal error Failed to position cursor in db at C
    SN 474ed8d5000002590000, DB error 5 - I/O error
    [29/Nov/2007:16:27:06 +0100] - WARNING<10258> - Incremental Protocol - conn=-1 op=-1 msgId=-1 - Changelog error A database error is encou
    ntered while servicing replication agreement "dsmmucqsu08.sys.hypovereinsbank.de:10636/dc=hvb,dc=de"
    [29/Nov/2007:16:27:06 +0100] - ERROR<8221> - Incremental Protocol - conn=-1 op=-1 msgId=-1 - Failed and requires administrator action [d
    smmucqsu08.sys.hypovereinsbank.de:10636]
    I tried to reproduce the problem.
    At the moment everything works fine and I can do many changes.
    But I know that there is somewhere a problem and the replication will stop working again in the next days.
    Can you give any advise?
    Regards,
    Beate
    Edited by: 72716 on Nov 30, 2007 10:05 AM

    Here is an explanation of the failure:
    1. Prioritized replication was introduced with DS6.0;
    2. When a suffix at a DS6 instance is initialized from a DS5 instance, and then an operation is performed at the DS6 instance that uses prioritized replication, replication fails;
    3. By default, password policy uses prioritized replication to propagate auth-failure-lockout state updates (e.g., adding a pwdFailureTime attribute value on a failed bind attempt);
    A work-around:
    Disable DS6 supplying auth-failure lockout state using prioritized replication. In any password policy having auth-failure-lockout enabled, set
    pwdIsLockoutPrioritized:FALSE
    Note that DS6 enables prioritized lockout by default, in particular, it enables this feature when migrating a password policy received from a DS5 instance. Hence, for this workaround to be effective, the prioritized lockout feature must be disabled in any DS6 password policy that has auth-failure lockout enabled, which could include:
    1. The default password policy at any DS6 instance (cn=password policy,cn=config);
    2. Any password policy originating at a DS5 instance, including those in data imported into a DS6 instance, received via replication total update initialization, or added at the DS5 instance subsequent to the DS6 instance initialization;
    3. Any password policy added to a DS6 instance.
    Additionally, do not set any prioritized replication rules for other attributes.
    It is possible the bug can still be triggered in the case of a DS6-only topology that was initialized from DS5 data.
    Contact Sun support for the status of a fix for the bug. The CR is 6645742.

  • On Windows 8, some widgets, such as the menu button near the upper right, stop working after some time, and functionality is restored by rebooting the PC.

    I use the latest releases of Firefox as they become available on a Windows 8 PC. Firefox works properly, usually for a few hours, before annoying problems manifest. The problem I'm addressing here is some widgets, including some Firefox widgets and isolated widgets (such as buttons and pull-down selectors) in some websites stop working. In Firefox, the Menu button (the three stacked dashes icon) stops working. And the Download arrow sometimes stops working also. Sometimes, sub-items such as Print stop working. For some pull-downs, the up and down arrow keys might still work even though I might now be able to select with the mouse. Closing and reopening Firefox usually restores some functionality. However, I usually have to reboot the PC to restore all functions which stopped working. Then I am good for usually a few hours again. Another annoyance, which others have addressed, is the eventual appearance of Chinese-looking characters on the tab labels bar across the top. Restarting Firefox gets rid of these for the time being. Thanks for investigating.

    hello, maybe that's an issue with hardware acceleration - please try [[Upgrade your graphics drivers to use hardware acceleration and WebGL|updating your graphics driver]], or in case this doesn't solve the issue or there is no new version available at the moment, disable hardware acceleration in the firefox ''menu ≡ > options > advanced > general'' (that setting will take a restart of the browser to take effect).
    the oriental characters are a displaying flaw caused by the mcafee site advisor extension - please try to disable or remove that in case you have it present until there is an update by mcafee that can fix the problem.
    http://service.mcafee.com/faqdocument.aspx?id=TS100162
    https://community.mcafee.com/thread/76071

  • Internet stop working after some time on line ....?

    Hey all ....!!
    I have a bit of a problem, i live in South Africa, and have wireless internet, with a desktop modem connected to my iMac using a ethernet cable, and using the network settings in system preferences.
    I have been using this setup for some time now and have had no problems, till a few days a go i did a apple update, where there was a security update and i downloaded it and installed it and all is good then a few days after that i was on MSN chatting to a friend and the after maybe 30mins or so the net gave me a strange error saying that the remote computer as terminated the connection, after witch i reconnect with no problems, then maybe 30mins later it dose it again.......
    I then had a look at my settings and i found a option that you tick...... Disconnect if idle for 30 mins but it is not on... i turned if off long time ago ... then i thought maybe it was msn... so i quit msn and played on the net for some time it did it again and again and again.
    I am getting a little bit upset with it ...... i have phoned the company that host my internet but the is not problem with the service and if i tell the help desk there about the problem and tell them i have a iMac they think i am talking about a burger... sorry not a nice to say but not many people that work there know what a iMac is ...!!!!
    please please can someone help me in anyway at all.... please ....?
    thank you.
    iMac, 1.8Ghz Intel Core 2 Duo, 512mb, 160Gb   Mac OS X (10.4.10)  

    I have the exact same problem... please there must be
    someone there at Apple that knows something about
    this... what can we do??? Wait for Leopard... ?
    OK so I tried to fix the problem myself....... I unplugged the modem and retyped all me settings again..... plugged back in and then tried again it looks like i might have worked..... you should try that...... i also phoned the iStore, Someone told me that i must go to my disk utilities and do something there but that got me a bit worried..... I don’t know iMac's all that well yet and don’t want to play with something i know nothing about........ but if that dose not work then i will phone her again and post what she tells me to do ...!!!

  • Using PP CC and Encore CS6 why does Encore stop working after I select open/create project?

    When I go into open an existing project it will me in, but when trying to create a new project, it will act as if it will open and then comes up with the error box "access denied or enocre has stopped working Windows is collecting information about the issue this may take a few moments, and Windows will close the program.

    These questions below may be for a different product... but the KIND of information you need to supply is the same, for the products you use
    More information needed for someone to help... please click below and provide the requested information
    -Premiere Pro Video Editing Information FAQ http://forums.adobe.com/message/4200840

  • Entity Beans stop working after some time

    hi,
    I am facing this strange problem. I am devloping a Learning Management System. Once I deploy the app it works profectly fine. It calls all the session and ejb beans perfectly.
    I am using the sun one 7 PE and J2EE 1.3. After the product has been deployed for a couple of hours, and i re run the application, it gives a null pointer exception. The session bean cannot connect to the entity bean.
    I am using mysql as db and have a pool defined.
    Is there a connection time-out problem or some problem with the entity bean, because the session beans work fine even days after deployment, but entity bean stop functioning in a couple of hours.
    Some help needed !

    Have you looked at the server.log to see if you have any other clues to the point of failure?

  • Expose keys stop working after some time

    Hi,
    I am experience some failure of my Exposé keys after a certain amount of time without rebooting the system. (~2 hours+). Usually you can show the Desktop by pressing F11, show all application windows with F10 and so on. After the system booted everything works like I would expect it, but then the keys doesn't react anymore.
    F11 seems to send the command to the foreground application, instead to the OS which causes fullscreen presentation for the firefox browser.
    I can fix the issue temporarily by restarting the dock, however after a hour the problem reappears. That is very annoying and frustrating.
    What can I do?

    Have you looked at the server.log to see if you have any other clues to the point of failure?

  • Why does iMovie stop working after a set number of photos?

    I have struggled through 3 Photo Storys so far using iMovie, only to be thrwated by the same problem every time!  There are hundreds of photos to add, to give you an idea I'm at 11 minutes 44 seconds with 1 second transitions and 4 second photos.
    At the same point each time the iMovie project allows photos to be dropped in but are represented by black thumbnails.  On playing the movie they are then replaced with previous photos, looped several times.  It seems that Apple have put in a maximum limit of photos?
    Answers to questions I'm preguessing:
    1:     I use iMovie for this because I can use transitions, text etc which is far better than the slideshows that iPhoto create.
    2:     The images are no imported in to iPhoto as they are school pictures.  Therefore they are stored locally and dragged in to place when needed.
    3:     I use Mac OS X Lion and the latest available version of iLife '11.
    4:     320gb of free space!
    5:     No music in the movie but that doesn't seem to make a difference (First two had sound, third did not).
    6:     All images used are JPEG, no CR2 etc...
    7:     No files are stored on the network and are only linked locally.

    I'm having this problem as well.  In my case I'm getting partial 0 byte files, sometimes with temporary hex file names with the .mp4 extension.
    I copied the whole library (which was new and only contained one project) over to my laptop, where export then went just fine. I've also been having other QuickTime related issues.  You can help pin this down with a few tests:
    Open a short .mov video (best taken on iPhone, import with Image Capture) in QuickTime X. Attempt to export to 480p.  Does QT crash?
    Try to import the same .mov video in iPhoto 9.5.x.  Does it import normally to iPhoto? Or do you get "unrecognized format" errors?
    Do you see any crash logs for ProTranscoderTool_sb in Console?
    If you search for iMovie in console, do you find any lines that mention problems with these files?:
    /Library/CoreMediaIO/Plug-Ins/FCP-DAL/iOSScreenCapture.plugin/Contents/MacOS/iOS ScreenCapture
    "The bundle “iLMBPhotosPlugin” couldn’t be loaded because it is damaged or missing necessary resources."
    /Library/Application Support/iLifeMediaBrowser/Plug-Ins/iLMBPhotosPlugin.ilmbplugin/Contents/MacOS/i LMBPhotosPlugin
    I also wonder if there's any conflict/issue with FCP being installed.  Not very helpful but see this link:
    http://theappleqa.com/final-cut-pro-x/59506-ProTranscoder-Tool-Not-Responding-ca n-t-complete-share.html
    Also see this related thread (also no solution yet):
    iMovie 10.0 not sharing

  • Sound not working after some time

    I am using pavilion g6 laptop. Nowadays my laptop sound stops working after some time of use. I checked the drivers but everything seems to be ok. Please help what to do??

    Hi sushovanee,
    Welcome to the HP Forums!
    I would like to take a moment and thank you for using the forum, it is a great place to find answers. For you to have the best experience in the HP forum, I would like to direct your attention to the HP Forums Guide First Time Here? Learn How to Post and More.
    I grasp you have a G6 notebook and after a period of time you lose the sound.
    Have you done all your Windows updates?
    Have you ran The HP Support Assistant to aid with this difficulty.
    Has there been any recent changes to your system?
    To assist you I will need some more information.
    What exact model of G6 do you have?
    How Do I Find My Model Number or Product Number
    What Operating system are you running?
    Sparkles1
    I work on behalf of HP
    Please click “Accept as Solution ” if you feel my post solved your issue, it will help others find the solution.
    Click the “Kudos, Thumbs Up" on the bottom right to say “Thanks” for helping!

  • Why does't Flashplayer work after I agreed to an update from an Adobe pop-up box prompt?

    I had problems last year when Flashplayer stopped working suddenly.  After months of seeking help, I received instructions that fixed the problem...until the other day.  A pop-up box from Adobe appeared indicating an update was available.  I agreed to installing the update and the Flashplayer has not worked since.  I referred to my notes from the "fix" last year and made one adjustment in the Active-X settings, but this did not help.  Flashplayer still does not work.  Help!  I just don't think I can go through this for several months again.

    Hi,
    I am going to try reorganizing my reply first and
    just forwarding to you before I try to recover a
    message.  I think the problem may be that I
    provided answers within your text instead of
    separately.  Your system may not like the format
    I tried.  So here goes....  I have pulled my
    answers out of your message and they appear in
    the order of your inquiries below.
    “Check the Windows system tray carefully to make
    certain no applications are still in memory which
    might possibly use Flash Player.” –a statement
    from the Adobe Un-install link article.  I don't
    know what “in memory” means.  The only things I
    have that may use Flashplayer that I know of is
    the Weather Bug.  Windows Mediaplayer is also
    listed in my programs, but I have never used it.
    Also, there is no mention of Norton here, but
    Norton Internet Security ’09 is what I have installed.
    1. No Firefox.  MSN Exlorer is listed among my
    Programs, but I have never used it.  It was
    likely installed by Dell when I purchased the computer.
    2. Norton Internet Security '09.  Bell Internet
    Security - Alert is listed in my programs (with
    options, including uninstall) but this is the first time I have noticed it.
    3. Norton Internet Security has a firewall with
    it that I understand is way better than Windows.
    4. There is a Google toolbar, Norton toolbar and
    a bunch of stuff listed in the Manage Add-ons
    like Skype, Adobe and Sun Java Console which I think are add-ons.
    Java Webstart is listed under Accessories in
    Programs.  In Programs is Adobe Distiller 6.0,
    Adobe Acrobat 6.0 Standard, Adobe (which is
    empty), Adobe.com and Adobe Reader 9.  I did not find DLM or GetPlus.
    I found no listing for Shockwave Flash
    Object.  You did not ask this and I don't mean to
    get ahead of you but in case there is relevance,
    I looked in Internet Options, Security, Custom
    and saw a number of reference to Active X and
    plug-ins, some of which are disabled; others enabled.
    From reading in your posts to mlmarg, I saw the
    instructions for finding the Flash folder and
    used them.  I used Explorer to access My
    Computer,, C Drive, Folder 1386, Folder System
    32.  There are 2 items in it from 2002 but not
    what I think you want.  The 2 are SMSS.EXE and
    NTDLL.DLL.  If this is not correct, I will need your instructions to locate it.
      I will ask because I don't always understand
    what you are asking of  me.  Thanks.
    >Date: Thu, 21 Jan 2010 14:23:36 -0500
    >To: [email protected]
    >Subject: Re: Flash Player Why does't
    >Flashplayer work after I agreed to an update from an Adobe pop-up box prompt?
    >
    >Hi,
    >My comments are within your text below.  Let me
    >know what I missed or misunderstood.

  • Why does mail stop working?

    Why does mail stop working when it has worked fine for years?

    OK, thank you.  I use apple for e-mail.  I have an @me address and I have long subscribed to mobile me, which has recently become icloud.  Yesterday the @me mail account appeared to stop recognizing my e-mail password for my primary mail account on my two imacs but not on my ipad.  The most recent e-mail I have received on my imacs is 7:16am yesterday, but I know from my ipad that I have received numerous e-mails since then.  I have other mail accounts, including one for the school where I teach.  I am receiving e-mail on the school account ok.
    I made no changes to my password or otherwise for my primary mail account any time recently.  I also still have my @mac address.
    Generally, I do not understand icloud.  I do not understand how to sync information across computers.
    When I go to preferences in mail and I click and accounts and account information, I do not understand anything that I see there.  When I try to re-type my password, there seems to be no way to save it except to switch to another mail account.  I know from past experience that if I attempt to fix whatever might be wrong with mail I do not know what I am doing.
    Any information would be helpful.  Thank you.

Maybe you are looking for

  • Source directory doesn't exist

    Hi experts, my scenario is file to proxy.. i am developed end to end scenario...... i am using TP is NFS.... & also used as ICO configuration while checking in RWB it will give error like source directory does not exist.. see the fallowing screenshot

  • Calling stored procedure from embedded sql

    I'm trying to call a stored procedure from embedded sql. I'm following the examples located in http://download.oracle.com/docs/cd/B19306_01/appdev.102/a96109/pco06pls.htm#i9641 I have the following section in my .pco file before precompiling. exec sq

  • Interconnecting DME and CM

    I am trying to locate a doc on connecting my present CME systems to my CM system. How hard is this? Does anyone have any good links.

  • General question about uploading web apps

    i have my site completed and it works on the testing server without a glitch. i've uploaded static sites before without a hitch, but i'm not so certain about web apps. seems when you upload the site with dw, it uploads the html and php . . . but then

  • How do I put a youtube video on a keynote presentation

    How do I convert a youtube video into a MP4 format so I can use it in part of  my Keynote presentation?  Is there a Mac app for that? iMac  OSX 10.9.4 Keynote 6.2 2.4 GHz Intel core2 Duo 4GB 667 MHz DDR2 SDRAM