Problems with updatemanager hanging

Hello,
I was just wondering if other people are having problems with updatemanager hanging when you install patches. Quit frequently we have problems where the updatemanger will get 75% done and just hang. I have even let it sit over the weekend on our test boxes and it does not proceed. You can click on cancel and the same thing nothing happens.
What is the recommend procedure for stopping updatemanger when this happens. I am assuming a kill -15, I was hoping for something more graceful with less risk.
Thanks,
Gary

Update Manager community:
First, thanks to David Holmes for his suggestion that this is a Java bug related to the PKCS11 library forking problem. This is, at the very least, consistent with my observations: when things hang, it appears to hang in the java process and never seems to get where you see the various pkgadd and pkginstall processes get started.
I've made the suggested re-ordering of security providers in /path_to_java/jre/lib/security/java.security and will be watching anxiously to see if this resolves things.
Mr. Forum Moderator, have you and the other folks in UpdateManager-cental evaluated Mr. Holmes observation that this is the cause of many of the updatemanager hangs problems?
While I'm waiting to see if the changes to java.security change things, here is the set of things that I've found that help me to deal with updatemanager.
Note: my experiences apply to Solaris 10 (now u5) x86. Specifically, I am running on 3 nearly identical X4100 M2 platforms. The hanging problem seems to be intermittent in that sometimes 2 machines will update just fine and the third one will hang and it is not always the same machine that hangs. Other times, all 3 will update without hanging. When it does hang, however, prstat shows that the pkgadd, pkginstall, and related programs and scripts that do the real work never get fired off. And, as others have observed, once updatemanager hangs in this fashion, the "Cancel" button doesn't help either.
So, when things hang, these are the things that I've found to help in allowing me to restart to see if things will proceed properly the next time.
1. ps -ef | grep update
That usually shows 2 processes related to updatemanager (one a shell script and one the actual java program) and two instances of smpatch with a list of patches.
2. kill those 4 PIDs found in step one.
3. rm /var/sadm/spool/sunucLog/job_history.log.lck
If this *.lck file is still in place, updatemanager won't even check for new patches.
4. rm /tmp/.ai*
There is sometimes a file that starts with /tmp/.ai_and_a_very_long_string .... I don't know what it does, but it seems to need to be removed for another updatemanager run to be started.
5. ps -ef | grep ccr
This usually shows 2 or more cc-ccr processes. I believe that these also need to be killed (sometimes with a kill -9) and you probably need to check to make sure that init doesn't restart these.
I certainly don't claim to be an expert on these matters .... but, at the very least, I've found that these steps help me to deal with a hanging updatemanager.
Of course, I'm hopeful that David Holmes' observations related to the PCKS11 library bug turns out to be the identification of the underlying problem .... and I thank him again for his Java debugging skills and digging through the bug database.
Thanks,
John

Similar Messages

  • Problem with program hanging randomly on certain commands from win 7 pro client to SB Server

    Having a problem with program hanging randomly on certain commands from Win-7 Pro Client to SB Server Both 64-Bit
    Five other slower XP-Pro 32 Bit systems though they are older and slower systems do not seem to hang as readily if at all.
    It has been very frustrating as the Client-System, SB-Server and Program should work w/o any hitches, but this seems to work fine @ times and then hang randomly.
    Would appreciate any and all suggestions in assisting.... JimBAgde-MSS  

    You can try this, as I have had similar problems with another MS Access .MDB file and slow access before. This fixed my problem for me. On the slow computer, make sure the program is set to see the .mdb file via UNC path, not a mapped drive letter. ex.
    USE:  \\yourserver\shared\dental\file.mdb
    DO NOT: S:\\shared\dental\file.mdb
    hope this helps

  • Strange problem with updatemanager

    I have noticed today that updatemanager is not showing the size of the patches. Anybody else experiencing this strange behavior. This seems to have happend after the last patch and utilities patch. Not 100% sure if it is related or not, but was just wondering if anybody else was seeing this.

    I also saw the problem, and am also experiencing other major problems with SUM, namely that most patches will not download or install, with failures giving this error:
    Utility used to install the update failed with exit code {0}.
    Over a hundred available patches suddenly showed up today in SUM, maybe the Sun servers are bogged down or something. I had major delays even logging in to this forum just now.

  • Problem with threads hanging

    We have a problem where our application stops responding after a few days of usage. Things will for fine for a day or two, and then pretty quickly threads will start getting hung up, usually in places where they are allocating memory
    We are running WebLogic 8.1 SP2 on Sun JDK 1.4.2_04 on Solaris 8 using the alternate threading model and the -server hotspot vm. We are running pretty much the same code that we had no problems with under WebLogic 6.1 SP4 and Sun JDK 1.3.1.
    A thread dump usually shows that some or all of our execute threads are in the state "waiting for monitor entry" even though they are not currently waiting on any java locks. Here is a sample thread from the thread dump (we have ~120 threads so I don't want to post the full dump).
    =============================================================================================
    "ExecuteThread: '8' for queue: 'itgCrmWarExecutionQueue'" daemon prio=5 tid=0x005941d0 nid=0x2c waiting for monitor entry [c807f000..c807fc28]
    at java.lang.String.substring(String.java:1446)
    at java.lang.String.substring(String.java:1411)
    at weblogic.servlet.internal.ServletRequestImpl.getRelativeUri(ServletRequestImpl.java:1872)
    at weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletContext.java:3492)
    at weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java:2585)
    at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:197)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:170)
    =============================================================================================
    String.java line 1446 for this jdk allocates a new String object, and all the other threads in this state also are creating new objects or arrays, etc.
    We've done a pstack on this process when it's in this state, and the threads that are in the "waiting for monitor entry" that look like they're allocating memory are all waiting on the same lwp_mutex_lock with some allocation method that's calling into the native TwoGenerationCollectorPolicy.mem_allocate_work (see pstack output below for the same thread as in the thread dump above)
    =============================================================================================
    ----------------- lwp# 44 / thread# 44 --------------------
    ff31f364 lwp_mutex_lock (e3d70)
    fee92384 __1cNObjectMonitorGenter26MpnGThread__v_ (5000, 525c, 5000, 50dc, 4800, 4af0) + 2d8
    fee324d4 __1cSObjectSynchronizerKfast_enter6FnGHandle_pnJBasicLock_pnGThread__v_ (c807f65c, c807f7d4, 5941d0, 0, 35d654, fee328ec) + 68
    fee32954 __1cQinstanceRefKlassZacquire_pending_list_lock6FpnJBasicLock__v_ (c807f7d4, ff170000, d4680000, 4491d4, fee1bc2c,
    0) + 78
    fee3167c __1cPVM_GC_OperationNdoit_prologue6M_i_ (c807f7bc, 4400, ff170000, 2d2b8, 4a6268, c807fa18) + 38
    fee2e0b0 __1cIVMThreadHexecute6FpnMVM_Operation__v_ (c807f7bc, 963a8, 0, 0, 1, 0) + 90
    fed2c2a4 __1cbCTwoGenerationCollectorPolicyRmem_allocate_work6MIii_pnIHeapWord__ (962c0, ff1c29ec, ff1c297c, ff131a26, 4800, 4998) + 160
    fed22940 __1cNinstanceKlassRallocate_instance6MpnGThread__pnPinstanceOopDesc__ (ee009020, 5941d0, 15ca581, 3647f0, 4a6268, c807f8c8) + 180
    fed34928 __1cLOptoRuntimeFnew_C6FpnMklassOopDesc_pnKJavaThread__v_ (ee009018, 5941d0, 0, 0, 0, 0) + 28
    fa435a58 ???????? (ee009018, e86de, 15ca4de, 50dc, 5941d0, c807f9c8)
    fb36f9a4 ???????? (0, d412ccd8, ee046c28, ff170000, 0, 0)
    fad8b278 ???????? (ee046c28, d6000c90, ee046530, 8, db8e8450, c807f9e8)
    fad62abc ???????? (d412ccd8, ee046530, d6000c90, ee3bfa38, 8, c807fa18)
    fa4b3c38 ???????? (c807fb9c, 0, f2134700, fa415e50, 8, c807faa8)
    fa40010c ???????? (c807fc28, c807fe90, a, ee9e1e20, 4, c807fb40)
    fed5d48c __1cJJavaCallsLcall_helper6FpnJJavaValue_pnMmethodHandle_pnRJavaCallArguments_pnGThread__v_ (c807fe88, c807fcf0, c807fda8, 5941d0, 5941d0, c807fd00) + 27c
    fee4b784 __1cJJavaCallsMcall_virtual6FpnJJavaValue_nLKlassHandle_nMsymbolHandle_4pnRJavaCallArguments_pnGThread__v_ (ff170000, 594778, c807fd9c, c807fd98, c807fda8, 5941d0) + 164
    fee5e8dc __1cJJavaCallsMcall_virtual6FpnJJavaValue_nGHandle_nLKlassHandle_nMsymbolHandle_5pnGThread__v_ (c807fe88, c807fe84, c807fe7c, c807fe74, c807fe6c, 5941d0) + 6c
    fee6fc74 __1cMthread_entry6FpnKJavaThread_pnGThread__v_ (5941d0, 5941d0, 838588, 594778, 306d10, fee69254) + 128
    fee6927c __1cKJavaThreadDrun6M_v_ (5941d0, 2c, 40, 0, 40, 0) + 284
    fee6575c _start   (5941d0, fa1a1600, 0, 0, 0, 0) + 134
    ff3758c0 lwpstart (0, 0, 0, 0, 0, 0)
    =============================================================================================
    Also when it's having this problem, the "VM Thread" is always using a lot of processor time. We did a couple of pstacks today while it was having this problem, and this thread was stuck in the ONMethodSweeper.sweep for over 15 minutes when we finally killed the server.
    From the thread dump:
    "VM Thread" prio=5 tid=0x000e2d20 nid=0x2 runnable
    From the first pstack:
    =============================================================================================
    ----------------- lwp# 2 / thread# 2 --------------------
    fed40c04 __1cXvirtual_call_RelocationIparse_ic6FrpnICodeBlob_rpC5rppnHoopDesc_pi_nNRelocIterator__ (42a2f4, fa5fa46d, ffffffff, fc4ffcb8, 42a2f4, 42a324) + 124
    fed46318 __1cKCompiledIC2t5B6MpnKRelocation__v_ (42a2f0, fc4ffd24, fc4ffd4c, e802, 0, 6) + 38
    fed90c38 __1cHnmethodVcleanup_inline_caches6M_v_ (fa5f7f88, fa608940, 1, 0, fa400000, 6) + 1ac
    fede18b4 __1cONMethodSweeperFsweep6F_v_ (2cf38, 0, ffffffff, ff1cf1fc, ff1c66e8, fede1d44) + 1b0
    fede1e6c __1cUSafepointSynchronizeFbegin6F_v_ (2cf38, ff1ba138, 5000, 50dc, 5000, 525c) + 248
    feef1fd4 __1cIVMThreadEloop6M_v_ (4400, 4000, 4324, 4000, 42b0, 3800) + 3d4
    feef1ae4 __1cIVMThreadDrun6M_v_ (e2d20, 2, 40, 0, 40, 0) + 8c
    fee6575c _start   (e2d20, ff270200, 0, 0, 0, 0) + 134
    ff3758c0 lwpstart (0, 0, 0, 0, 0, 0)
    =============================================================================================
    Second pstack
    =============================================================================================
    ----------------- lwp# 2 / thread# 2 --------------------
    fed41180 __1cXvirtual_call_RelocationIparse_ic6FrpnICodeBlob_rpC5rppnHoopDesc_pi_nNRelocIterator__ (0, ff1b9664, ffffffff, fc4ffcb8, a6f2cc, fc4ffbd0) + 6a0
    fed46318 __1cKCompiledIC2t5B6MpnKRelocation__v_ (a6f2c8, fc4ffd24, fc4ffd4c, e802, 0, 6) + 38
    fed90c38 __1cHnmethodVcleanup_inline_caches6M_v_ (faded4c8, fadf2c80, 1, 0, fa400000, 6) + 1ac
    fede18b4 __1cONMethodSweeperFsweep6F_v_ (2cf38, 0, ffffffff, ff1cf1fc, ff1c66e8, fede1d44) + 1b0
    fede1e6c __1cUSafepointSynchronizeFbegin6F_v_ (2cf38, ff1ba138, 5000, 50dc, 5000, 525c) + 248
    feef1fd4 __1cIVMThreadEloop6M_v_ (4400, 4000, 4324, 4000, 42b0, 3800) + 3d4
    feef1ae4 __1cIVMThreadDrun6M_v_ (e2d20, 2, 40, 0, 40, 0) + 8c
    fee6575c _start   (e2d20, ff270200, 0, 0, 0, 0) + 134
    ff3758c0 lwpstart (0, 0, 0, 0, 0, 0)
    =============================================================================================
    Has anyone ever seen anything like this? I'm trying to figure out if this is caused by something we're doing, or something relating to our environment and jvm options. Any ideas?

    Thanks for the reply - I'm testing our app with the +UseConcMarkSweepGC now in our test environment to make sure it doesn't cause any problems there.  Unfortunately the only place we've had this problem is on the production server, so it's extra difficult debugging this. 
    We're using the following memory options:
    -ms512m -mx512m -XX:NewSize=128m -XX:PermSize=192m -XX:MaxNewSize=128m -XX:MaxPermSize=192m -XX:SurvivorRatio=8and the following debugging options, as we've also been seeing OutOfMemoryErrors ( see http://forum.java.sun.com/thread.jsp?forum=37&thread=522354&tstart=45&trange=15 )
    -verbosegc -XX:+PrintGCDetails -XX:+PrintGCTimeStamps -XX:+PrintHeapAtGCBTW, which c++filt version and options are you using? Our Solaris boxes only seem to have the GNU version installed. I was trying to run that on some of the other stack traces and wasn't getting anywhere, and didn't know if because it was GNU version wouldn't work on something compiled with the Sun compiler.
    Thanks!
    --Andy                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

  • Problem with Photoshop hangs/freezing for users on a terminal server

    Dear Forum!
    I'm having some trouble with Photoshop freezing over a period of ~20 minutes when you (1.) user the eraser with special brushes and (2.) copy and paste material from a PDF to Photoshop. As you might notice by the size of this post i'm getting quite depserate over here and need some help.
    A Little background information...
    Photoshop CS6 is installed on a terminal server with ~25 Active users where 3 of them are using Photoshop.
    The operating system on the server is Windows Server 2012 R2.
    There are no additional add-ons just a plain installation of Photoshop in that matter.
    The server uses 40-60% of the memory most of the time (mostly a bit less, some times a bit more but never 100%) and 40% of the CPU.
    There's enough space free on the disc.
    The problem in detail...
    There are two occasions where the freezing has occured most of the time. After it hangs for the first time, it will happen everytime you do any of the operations over a period of ~20 minutes and it's Mutual for all users. When it freezes, the whole terminal session freezes but the program i still responding (it's not getting set to "not responding") when viewed from Another user through the task manager. Ending the process as an administrator sometimes work, although from the moment i end he proces it takes about 10-60 seconds Before the program actually Closes and the user gets back Control. The easiest thing to do most of the time is if an administrator forces them to log out.
    1. The first occasion is when you use the eraser with a brush that's not standard but manually added. The names of the brush packages used are:
    Extacy__Elemental
    KKC_Fractal
    Kornkid's_Grunge_Set
    and the problem is with all brushes inside those packages. The way i evoke the problem is the following:
         1. Start Photoshop
         2. Create new
         3. Fill the background with any color
         4. Select the eraser tool
         5. Change the brush to one of the ones mentioned above
         6. Program freezes
    2. The second scenario when the problem occurs is when the users copy something from a PDF to Photoshop. The way i evoke this is:
         1. Open a PDF
         2. Select area and copy it
         3. Open Photoshop
         4. Create new
         5. Paste into Photoshop
         6. Program freezes
    Solutions we have tried so far...
    I've been working on this for several round now and i'm not entirely sure on what exactly i have done. I will try and do the following solutions once more but i'm pretty sure that i have tried most of them.
    Update graphic card drivers.
    Resetting all Tools:
         1. Select options for a tool
         2. choose "Reset all Tools"
    Resetting presets:
         1. Hold ctrl + shift + alt while Photoshop is starting
         2. select "yes"
    Tested if it matters if i have a pen connected or not, which it doesn't.
    Removed the special brushes (but it still freezes when copy/paste from PDF)
    Removed "save in background" and "automatically save recovery information" options
    Updated to latest version.
    Turned off OpenGL
    Solutions i haven't, but will try...
    Reinstall Photoshop
    Change font preview size
         1. Go to "type"
         2. select "Font prview size"
         3. select "none"
    Delete system font cache
    Close all Adobe applications including the Creative Cloud desktop app (if installed).
    Navigate to \Windows\ServiceProfiles\LocalService\Appdata\Local
    Delete the *FNTCACHE*.DAT or *FontCache*.dat files.
    NOTE: The asterisk (*) indicates various numbers, letters, or words, such as FontCache-S-1-5-21.dat or COFFfntCache.dat.
    Delete Photoshop font cache
    Exit Photoshop and the Creative Cloud desktop app (if installed).
    Navigate to the appropriate folder
    Photoshop CS6 and earlier.
    Windows XP: \Documents and Settings\Local Settings\Application Data\Adobe
    Windows 7: \Users\[user name]\AppData\Local\Adobe
    Photoshop CC and CC 2014
    Windows 7 and 8: \Users\[user name]\AppData\Roaming\Adobe\Adobe Photoshop CC or CC 2014
         3. Delete the TypeSupport folder (Photoshop CS6 and earlier) or the CT Font Cache folder (Photoshop CC and CC 2014), and empty the trash.
    Some links i have been using...
    http://blogs.adobe.com/crawlspace/2012/07/photoshop-basic-troubleshooting-steps-to-fix-mos t-issues.html
    http://helpx.adobe.com/photoshop/kb/photoshop-cs6-gpu-faq.html#troubleshoot
    http://helpx.adobe.com/photoshop/kb/troubleshoot-fonts-photoshop-cs5.html

    Hi Mylenium!
    Thanks for your reply but since the users work on the terminal server via remote dektop the only data sent through the network is a "Picture" of what is happening on the server. All the operations are handled on and by the server and nothing is executed on the users local machine. Also all files are stored on the server therefore the load on the network is minimum.
    We are not the first in the World to run this setup and i know that this is possible to do since i've read about others running PS like this.
    Kind Regards,
    J. Alm

  • Problem with email hang

    hello,when i open the apple mail client it hangs after a few seconds the a spinng beach ball appears ,i force it to quit it wants to send a report to apple ,i click on the middle box to copy the report and then post so the some kind person could look at it but the server stated the post is to long.am i doing this the correct way ?,is this the same report others post about problems?thanks

    Hi fannoluk,
    I am sorry that I cannot help you, but I must add that I am having the same problem as well. It started on Tuesday when switching from POP3 to IMAP in my account settings. My IT department spent 3 hours on the problem without finding a solution on Wednesday. On Thursday, the problem mysteriously disappeared for about six hours with the added bizarre symptom. Emails appeared in my inbox with the header from the email above. In order to reply to the email, I had to select the email with the wrong header and choose reply. Huh???

  • Problem with SAPFTP hanging when run online

    I searched earlier for a solution and didn't find anything, so hopefully this tip is not a repeat...
    If you use SAPFTP RFC destination (such as with function FTP_R3_TO_SERVER) which uses sapftp.exe on you local machine and your running Windows 7 it might not work because it gets blocked by the firewall, but Windows 7 probably won't give you a popup to allow/deny. The SAP transaction will just hang and then timeout. So, go into Control Panel -> Windows Firewall -> Allow a program... and check the boxes by SAPFtp to allow access manually.  This will probably solve your problem.

    Hi,
    try with: &PAGE& / &SAPSCRIPT-JOBPAGES&
    Best regards.

  • LR 5Have a problem with publishing hanging up

    When publishing my publishing screen comes up showing all the pics I have published and the new ones to be published.  After publishing, I can't get back to my other folders.  It hangs up and the only way I can get back is to close the app.  Any suggestions?  I have all of the current updates.

    oh.. really?! hehe.. wat abt the Administrator Tool?
    when i setup the tomcat, there is this weblink along
    with the package. do i have to make amendments or
    just left the setting as default?keep it as default.. unless you have some settings that might change the server.xml of the tomcat.. like datasources..
    and wat abt the IIS in the settings of the control
    panel? i have tried to publish the jsp files onto the
    webbie, the index page works, but only that, it does
    not link to the next page nor have any interaction
    with the database.. what should i do? you should ask your system administrator about it.. we have different netwrks and different configurations of networks
    regards..
    mindy.. :)

  • Problem with System Hanging

    I've been running Arch for probably 6 months now, and this last week or so while I'm at work my system has started hanging.
    I don't really have anything going on in the system while I'm away, but i come back to a blank screen that won't wake up.
    (ctl-alt-backspace doesn't do anything, neither does ctl-alt-Fkeys)
    Linux hermes 3.1.9-2-ARCH #1 SMP PREEMPT Sat Jan 14 09:11:37 CET 2012 x86_64 AMD Phenom(tm) II X4 955 Processor AuthenticAMD GNU/Linux
    Nvidia graphics.
    Running Openbox
    Any ideas how I can start troubleshooting the problem?
    Thanks

    Sure.
    So from /var/log/everything.log i see:
    The "Error! The chip does not support 5G band 1" happens all the time in the log, and isn't always
    accompanied by a hang. so i don't think that's it.
    Not much else useful in the logs, except that the hang probably happened around 10:27.
    Jan 17 10:27:29 localhost dhclient: Internet Systems Consortium DHCP Client 4.2.3-P2
    Jan 17 10:27:29 localhost dhclient: Copyright 2004-2012 Internet Systems Consortium.
    Jan 17 10:27:29 localhost dhclient: All rights reserved.
    Jan 17 10:27:29 localhost dhclient: For info, please visit https://www.isc.org/software/dhcp/
    Jan 17 10:27:29 localhost dhclient:
    Jan 17 10:27:29 localhost dhclient: Listening on LPF/ra0/00:08:54:ad:ff:7f
    Jan 17 10:27:29 localhost dhclient: Sending on   LPF/ra0/00:08:54:ad:ff:7f
    Jan 17 10:27:29 localhost dhclient: Sending on   Socket/fallback
    Jan 17 10:27:29 localhost dhclient: DHCPRELEASE on ra0 to 192.168.200.1 port 67
    Jan 17 10:27:29 localhost kernel: [59270.081177] RX DESC ffff880037c15000  size = 2048
    Jan 17 10:27:29 localhost kernel: [59270.085043] Key1Str is Invalid key length(0) or Type(0)
    Jan 17 10:27:29 localhost kernel: [59270.085051] Key2Str is Invalid key length(0) or Type(0)
    Jan 17 10:27:29 localhost kernel: [59270.085059] Key3Str is Invalid key length(0) or Type(0)
    Jan 17 10:27:29 localhost kernel: [59270.085067] Key4Str is Invalid key length(0) or Type(0)
    Jan 17 10:27:29 localhost kernel: [59270.085192] 1. Phy Mode = 5
    Jan 17 10:27:29 localhost kernel: [59270.085193] 2. Phy Mode = 5
    Jan 17 10:27:29 localhost kernel: [59270.101300] phy mode> Error! The chip does not support 5G band 1!
    Jan 17 10:27:29 localhost kernel: [59270.101352] RTMPSetPhyMode: channel is out of range, use first channel=1
    Jan 17 10:27:29 localhost kernelJan 17 17:45:45 localhost kernel: [    0.000000] Initializing cgroup subsys cpuset
    Jan 17 17:45:45 localhost kernel: [    0.000000] Initializing cgroup subsys cpu
    Jan 17 17:45:45 localhost kernel: [    0.000000] Linux version 3.1.9-2-ARCH (tobias@T-POWA-LX) (gcc version 4.6.2 20111223 (prerelease) (GCC) ) #1 SMP PREEMPT Sat Jan 14 09:11:37 CET 2012
    Jan 17 17:45:45 localhost kernel: [    0.000000] Command line: root=/dev/disk/by-uuid/661dc9aa-50d0-4da5-adf6-7a8fe52421d6 ro
    Jan 17 17:45:45 localhost kernel: [    0.000000] BIOS-provided physical RAM map:
    Jan 17 17:45:45 localhost kernel: [    0.000000]  BIOS-e820: 0000000000000000 - 000000000009ec00 (usable)

  • Problem with iTunes hanging

    Hi all,
    My laptop's a few years old now and it's susceptible to overheating unless you keep the vents free and some air circulating around it. Today, I foolishly just had it sitting on my best and it overheated and turned off whilst iTunes was busy converting a song.
    When I turned it back on and restarted iTunes, I've found that iTunes now hangs - i.e. it'll work for about 3 seconds, then freeze for about ten, work for another 3 seconds, then freeze again, etc. I assume there must be a corrupt file somewhere, but I've uninstalled and reinstalled it and followed all the steps on this page: http://support.apple.com/kb/TS1421 to no avail.
    Can anyone help me? Because it's driving me up the wall.
    Thanks,
    Jon

    I'm guessing it didn't work in a 2nd Windows account, since you didn't really reply about that.
    How about when you did MSCONFIG - how many items did you have to disable?
    Something to try while within the MSCONFIG process, is look up the items you are unchecking. Google them, and see if they seem to be "normal" windows processes, as opposed to some malware.

  • Same problem with Shockwave hanging on initiation

    I am also using the same website, but also another one.
    http://http://www.enciclopediadelasaves.es/previo.htm#
    but also
    http://www.dehorecaopkoper.nl /first.htm (but this site is changed since a few days.
    I had a problem downloading Shockwave.
    And I also only see the Shockwave logo..
    See other thread : http://forums.adobe.com/thread/533297?tstart=0
    Help

    I have installed both but it shows as Shockwave Flash version 10.0.45.2 in the Manage Addons.
    Thks
    Larry
    >

  • FIREFOX HANGING: I still have problems with Firefox hanging, in the middle of operations (ie typing an email), or switching tabs. Have tried all suggested remedies in the Firefox help section.

    I have updated all plug-ins, cleared download history, deleted sessionstore files but this still happens regularly - every few minutes.

    I think that I have found a solution: [ha ha ha ha ha h a]
    I am running XP SP3
    1 - uninstall Firefox - whatever version you have
    2 - search for ANY file related to 'Mozilla' that is left behind BECAUSE much crap is left & DELETE it
    3 - then search & DELETE every 'Mozilla' entry in the registry - DELETE THEM
    4 - then reinstall the latest VSN without any add-ons or plug-ins - only install them when they are asked for - like Flasplayer etc
    seems to have worked for me
    whew

  • Problems with demo, hanging crashing

    I'm trying the demo, and the HTML version keeps crashing as
    soon as I open it.
    Also...was notified during installation that I need "HTML
    Help Workshop 1.4" but couldn't find this on the microsoft site? We
    did find a 1.3 version (which I already have installed) but
    couldn't find a 1.4 version. Did the name change?

    You got it. All work must be done locally. That means your
    options are:
    - The whole project is on one local drive and one person
    works on it.
    - You create a merged help file which is actually a number of
    projects where the outputs are merged at runtime. That means
    different people can work on different areas. It requires some
    careful management.
    - You put the project into source control and then each
    author pulls out what they want to work on.
    The reason working otherways off a network will fail is, as I
    explained, the Access database. Your network person may be aware
    they are an issue but nothing they can do about it.

  • Since Firefox 32.0 was downloaded on 3/9/14 I am experiencing brief hanging when clicking onto websites or links. Is this a problem with the new version of Fire

    If I click onto any link or webpage I am quite often getting a briefing 'hanging' before Mozilla responds. I also get a message at the top of my screen stating that Firefox is not responding and the loading symbol justs spins in circles until it eventually frees up and opens the page. Prior to Firefox 32.0 being downloaded on 3/9/14 I had no problems with this 'hanging' at all. I can only assume it is a Firefox issue as I do not have the same issues if I use Internet Explorer or any other programs installed on my computer.

    You can check for problems with the history that is stored in the <b>places.sqlite</b> database file in the Firefox profile folder.
    *http://kb.mozillazine.org/Bookmarks_history_and_toolbar_buttons_not_working_-_Firefox
    *https://support.mozilla.org/kb/Bookmarks+not+saved#w_fix-the-bookmarks-file
    *Places Maintenance: https://addons.mozilla.org/firefox/addon/places-maintenance/
    Start Firefox in <u>[[Safe Mode|Safe Mode]]</u> to check if one of the extensions (Firefox/Tools > Add-ons > Extensions) or if hardware acceleration is causing the problem.
    *Switch to the DEFAULT theme: Firefox/Tools > Add-ons > Appearance
    *Do NOT click the Reset button on the Safe Mode start window
    *https://support.mozilla.org/kb/Safe+Mode
    *https://support.mozilla.org/kb/Troubleshooting+extensions+and+themes
    There are other things that need your attention.
    Note that your System Details List shows multiple Flash plugins.
    *Shockwave Flash 15.0 r0
    *Shockwave Flash 14.0 r0
    *Shockwave Flash 13.0 r0
    You can find the installation path of all plugins on the <b>about:plugins</b> page.
    *http://kb.mozillazine.org/Issues_related_to_plugins#Identifying_installed_plugins
    You can check the Flash player installation folder for multiple Flash player plugins and remove older version(s) of the plugin (NPSWF32) and possibly (re)install the latest Flash player.
    *(32 bit Windows) C:\Windows\System32\Macromed\Flash\
    *(64 bit Windows) C:\Windows\SysWOW64\Macromed\Flash\

  • Anyone else having problems with Flash plugin 10.3.181.14 on FF4.01

    Over the last 2-3 days I've had a problem with FF hanging when loading some sites. This problem disappears if I disable the Flash plugin.

    They are looking into it, but they are moving incredibly slow. Meanwhile, They are getting unhappy customers who are trying to tweak their browsers in such a way to force Adobe to work for them so they can do what they need. I even had to lower the Plugin Containers priority setting to low so it doesn't hog the CPU so I can do what I need, If barely. Its just frustrating and I am doing what I can to come up with something I can hand Adobe and say Here! Now fix it. lol

Maybe you are looking for

  • Where are the all-new features for China?

    Hello. I just upgraded from 10.7 to 10.8 and while going through the feature list I wanted to look more closely at the all-new features for China. However, it looks like most them are not there. OS X Mountain Lion brings all-new support for many popu

  • How to handle Composite Assets

    At our install, retirement of a portion of the Composite asset is handled by no financial impact on composite asset monthly depreciation or on net book value. But there is a reporting impact by reducing the APC and accumulated depreciation for an equ

  • After reboot only have black screen with text I don't understand

    I was listening to itunes and hit pause and got the forever pinwheel. I rebooted and now can only get a black screen that says: hfsswapBTNode:offsets 29 and 30 out of order (0x18D0, 0x14DC) /etc/master,passwd: Input/output error localhost:/I have no

  • Ipod Suffle memory shows 550mb already used before any songs added.

    I just got my new ipod shuffle. When I connected it and started to add songs it showed that 550mb of the memory was already used but did not show what it was used for. I have not added anything to it. I just added songs and although it claims I can a

  • Disk structure issue

    I'm getting disk structure corrupted and unreadable when trying to update iOS or iTune sync