ACS runtime process is restarting after upgrading from 5.0 to 5.1

Hi,
I have upgraded ACS 5.0.0.21 to latest patch 6 then patched latest ADE
later upgraded the 5.1.0.44 and applied latest patch (5.1.0.44-5)
then restarted the server but when I launch the reporting window,
it says runtime process restarting condition always.
all other functionality is working fine (user and device authentication.)
Cheers

ACS installation guide says that in order to upgrade ACS 5.0 to 5.1 you should apply patch 9 before you apply ADE-OS patch. However, you applied i think patch 9 ( or was that a typo).
Installation guide:
http://www.cisco.com/en/US/docs/net_mgmt/cisco_secure_access_control_system/5.1/installation/guide/csacs_upg.html#wp1167547
Since, Authentication part is working fine this looks like a cosmatic issue.The issue is with the size of the database at the time of the conversion, and a scaling problem in the View database which prevents the proper conversion.
CSCta33014    View Upgrade process status message need to be fixed
I would suggest you to apply patch 5 for ACS 5.1 code. You may downlaod patch 5 from the below listed link;
http://tools.cisco.com/squish/1D47B
File name: 5-1-0-44-5.tar.gpg
Issue the following acs patch command in the EXEC mode to install the ACS patch:
acs patch install patch-name.tar.gpg repository repository-name
HTH
Jatin
Do rate helpul posts~

Similar Messages

  • Runtime Error in VL01N after upgrade from 4.6c to ECC 6.0

    hi, 
       We are doing a upgrade project from 4.6c to ECC 6.0 and when we are running the VL01n tcode and as soon as we hit enter in easy access screen its throwing a runtime error as " The key of internal table "XLIPS" contains components of type  'X' or "XSTRING". The "READ TABLE XLIPS" statement is not permitted for such tables in a unicode context'. The xlips is declared as:
    DATA: BEGIN OF XLIPS OCCURS 15.
    INCLUDE STRUCTURE LIPSVB.
    DATA: END OF XLIPS.
    so i have checked the lipsvb structure in that i dont find the key fields of type X or XSTRING all are of type CHAR 4. this LIPSVB is the Reference structure for  XLIPS and YLIPS.
    THANKS IN ADVANCE.

    Please  see the  Patch level of the  SD, FI ,etc...
    and  apply  it   the basis   should   find  it  out  .... for  ECC6.0   then  minimum level  of  patches  should  be   upgraded.
    please  ,login to help.sap.com  ... there  in the  search  see the  document   of the pateches  for the   ECC6.0 for SD & FI ... like wise  for  all  Modules  ....
    Reward  points if it is usefulll ...
    Girish

  • Runtime Error in MIGO after upgrade from 4.6c to ECC 6.0

    hi,
        We are doing a upgrade project from 4.6c to ECC 6.0 and when we are posting the MIGO a runtime error is occuring from the method
    "IF_EX_MB_DOCUMENT_BADI~MB_DOCUMENT_BEFORE_UPDATE" which is
    in the class "ZCL_IM_MMIM_STK_TRANSFER".
    The error is as follows :
    method IF_EX_MB_DOCUMENT_BADI~MB_DOCUMENT_BEFORE_UPDATE
    >>>>>CALL FUNCTION 'Z_MM_STK_TSFR'  
    TABLES     
    T_XMKPF = XMKPF
    T_XMSEG = XMSEG.  
    END METHOD.
    the errror is showing at function  'Z_MM_STK_TSFR'   .
    I would be happy if anyone could give any inputs i hav also put chek in unicode in attributes in main program however still the error is arising.
    thanks in advance

    hi,
         thanks for the inputs i have done the syntax check on the main program and the FM the error which is coming is Field "ENJPREVIEW" is unknown. its neither in one of the specified tables nor defined by a DATA 'statement' . THis error is showing in the include LMEDRUCKF1K.
    Thanks in advance

  • Bath process stopped working after upgrading from Acrobat Pro 7.1 to 8.1.3

    I have a batch process that was working in Acrobat 7.1 Professional on that no longer works when using Acrobat 8.1.3. It essentially takes a PDF sizes it down, puts a stationary behind it, watermarks it with the month and moves on to the next file. My javascript skills are not as good as I wish and I can't figure out what has changed between versions to stop it from working. The java console gives a message saying "redeclaration of the const ConvertToPA." It seems like something in the syntax has changed. Does anyone know what's changed to stop it from working? I posted the code below. Many Thanks.
    Note: Trusted functions and paths have been changed.
    if (typeof global.user_response == "undefined")
    {var cResponse = app.response({ cQuestion: "Enter the Month & Year of Published Ad (i.e. August 2008)", cTitle: "Published Ad"});
    if (cResponse == null) {app.alert("Process Cancelled"); }
    else {global.user_response = cResponse;} }
    if (global.user_response) ConvertToPA();
    function ConvertToPA() {
    var size = this.getPageBox("Media"); if ((size[0] == 0) & (size[1] == 612) & (size[2] == 792) & (size[3] == 0))
    { trustedWatermark1 (this, true, "/Macintosh HD/Path/to/stationary/stationary1.pdf", app.constants.align.left , app.constants.align.bottom , 184, 12);
    this.addWatermarkFromText ({cText: global.user_response + " Published Ad", cFont: "ArialNarrow,Bold", nFontSize: 14, aColor: [ "G", 0.5 ], bOnTop: true,
    nHorizAlign: app.constants.align.center, nHorizValue: -50.4, nVertAlign: app.constants.align.bottom, nVertValue: 20.16}); }; //
    var size = this.getPageBox("Media"); if ((size[0] == 0) & (size[1] == 792) & (size[2] == 612) & (size[3] == 0))
    { trustedAddWatermarkFlyer (this, true, "/Macintosh HD/Path/to/stationary/stationary1.pdf", app.constants.align.left , app.constants.align.bottom , 184, 12);
    this.addWatermarkFromText ({cText: global.user_response + " Published Ad", cFont: "ArialNarrow,Bold", nFontSize: 14, aColor: [ "G", 0.5 ], bOnTop: true,
    nHorizAlign: app.constants.align.center, nHorizValue: 40, nVertAlign: app.constants.align.bottom, nVertValue: 20.16}); }; //
    var size = this.getPageBox("Media"); if ((size[0] == 0) & (size[1] == 612) & (size[2] == 396) & (size[3] == 0))
    { this.setPageRotations({nRotate: 270}); this.setPageBoxes({cBox: "Media",rBox: [-90,-108,702,504]}); this.setPageBoxes({cBox: "Crop",rBox: [-90,-108,702,504]});
    trustedAddWatermark (this, false, "/Macintosh HD/Path/to/stationary/stationary2.pdf");
    this.addWatermarkFromText ({cText: global.user_response + " Published Ad", cFont: "Arial,Bold", nFontSize: 24, aColor: [ "G", 0.5 ], bOnTop: true,
    nHorizAlign: app.constants.align.center, nHorizValue: 72, nVertAlign: app.constants.align.top, nVertValue: -42}); }; //
    var size = this.getPageBox("Media"); if ((size[0] == 0) & (size[1] == 396) & (size[2] == 612) & (size[3] == 0))
    { this.setPageBoxes({cBox: "Media",rBox: [-90,-108,702,504]}); this.setPageBoxes({cBox: "Crop",rBox: [-90,-108,702,504]});
    trustedAddWatermark (this, false, "/Macintosh HD/Path/to/stationary/stationary3.pdf");
    this.addWatermarkFromText ({cText: global.user_response + " Published Ad", cFont: "Arial,Bold", nFontSize: 24, aColor: [ "G", 0.5 ], bOnTop: true,
    nHorizAlign: app.constants.align.center, nHorizValue: 72, nVertAlign: app.constants.align.top, nVertValue: -42}); }; //
    var size = this.getPageBox("Media"); if ((size[0] == 0) & (size[1] == 263.9519958496094) & (size[2] == 612) & (size[3] == 0))
    { this.setPageBoxes({cBox: "Media",rBox: [-90,-174.0024,702,437.9976]}); this.setPageBoxes({cBox: "Crop",rBox: [-90,-174.0024,702,437.9976]}); trustedAddWatermark (this, false,
    "/Macintosh HD/Path/to/stationary/stationary4.pdf");
    this.addWatermarkFromText ({cText: global.user_response + " Published Ad", cFont: "Arial,Bold", nFontSize: 24, aColor: [ "G", 0.5 ], bOnTop: true,
    nHorizAlign: app.constants.align.center, nHorizValue: 72, nVertAlign: app.co

    You were right. I renamed the javascript that did it individually and everything works great. Thank you so much. Is that a change then from 7 to 8 because I didn't have this issue in 7?

  • Report Layout Changed After Upgrade from 4.6C to ECC6

    Dear Gurus,
    I do functional test of every process in ECC6 after upgrade from 4.6C. I found all report layout changed without variant (it's happen to all Query/SQ01 reports ). So I've to assign manually the fields for the reports, and create a default variant then.
    Why it happen ? Is there configuration or setting missed or this is standard while we do upgrade ?
    Thx in advance.
    Tri Wicaksono

    We do re arrange for all ALV report ...

  • Bad performance on CF9 after upgrade from CF8

    Hello and happy new year for everybody 
    I'm stuck with a problem after upgrade from CF8 entreprise to CF9 entreprise.
    We are using IIS6 on WIN2003R2 (SP2).
    There are a lot of  "503 Server Error" with no content. (about 0.05% of request). This can be occured on big or small CFM, graphic ressources, etc...
    For each error I can see the following error on the connector logs (jrun_iis6_wildcardYYMMDD.log).
    2011-01-02 19:00:05 jrISAPI[1456:3940]  returning error page for JRun too busy or out of memory
    I've never seen this message in previous CF connector version.
    And on the jrun log (coldfusion-outXXX.log), I read the following errors:
    02/01 20:53:31 error unexpected end of part
    java.io.IOException: unexpected end of part
        at com.oreilly.servlet.multipart.PartInputStream.fill(PartInputStream.java:96)
        at com.oreilly.servlet.multipart.PartInputStream.read(PartInputStream.java:191)
        at com.oreilly.servlet.multipart.PartInputStream.read(PartInputStream.java:152)
        at com.oreilly.servlet.multipart.FilePart.write(FilePart.java:257)
        at com.oreilly.servlet.multipart.FilePart.writeTo(FilePart.java:215)
        at coldfusion.filter.FormScope.fillForm(FormScope.java:252)
        at coldfusion.filter.FusionContext.SymTab_initForRequest(FusionContext.java:376)
        at coldfusion.filter.GlobalsFilter.invoke(GlobalsFilter.java:33)
        at coldfusion.filter.DatasourceFilter.invoke(DatasourceFilter.java:22)
        at coldfusion.filter.CachingFilter.invoke(CachingFilter.java:53)
        at coldfusion.filter.RequestThrottleFilter.invoke(RequestThrottleFilter.java:126)
        at coldfusion.CfmServlet.service(CfmServlet.java:200)
        at coldfusion.bootstrap.BootstrapServlet.service(BootstrapServlet.java:89)
        at jrun.servlet.FilterChain.doFilter(FilterChain.java:86)
        at coldfusion.monitor.event.MonitoringServletFilter.doFilter(MonitoringServletFilter.java:42 )
        at coldfusion.bootstrap.BootstrapFilter.doFilter(BootstrapFilter.java:46)
        at jrun.servlet.FilterChain.doFilter(FilterChain.java:94)
        at jrun.servlet.FilterChain.service(FilterChain.java:101)
        at jrun.servlet.ServletInvoker.invoke(ServletInvoker.java:106)
        at jrun.servlet.JRunInvokerChain.invokeNext(JRunInvokerChain.java:42)
        at jrun.servlet.JRunRequestDispatcher.invoke(JRunRequestDispatcher.java:286)
        at jrun.servlet.ServletEngineService.dispatch(ServletEngineService.java:543)
        at jrun.servlet.jrpp.JRunProxyService.invokeRunnable(JRunProxyService.java:203)
        at jrunx.scheduler.ThreadPool$DownstreamMetrics.invokeRunnable(ThreadPool.java:320)
        at jrunx.scheduler.ThreadPool$ThreadThrottle.invokeRunnable(ThreadPool.java:428)
        at jrunx.scheduler.ThreadPool$UpstreamMetrics.invokeRunnable(ThreadPool.java:266)
        at jrunx.scheduler.WorkerThread.run(WorkerThread.java:66)
    02/01 20:53:31 error (JRun Service: ProxyService [jrun.servlet.jrpp.JRunProxyService@4006ca]) JRunPRoxyServer.invokeRunnable:
    java.lang.IllegalStateException
        at jrun.servlet.JRunResponse.getWriter(JRunResponse.java:205)
        at jrun.servlet.JRunResponse.sendError(JRunResponse.java:597)
        at jrun.servlet.JRunRequestDispatcher.invoke(JRunRequestDispatcher.java:328)
        at jrun.servlet.ServletEngineService.dispatch(ServletEngineService.java:543)
        at jrun.servlet.jrpp.JRunProxyService.invokeRunnable(JRunProxyService.java:203)
        at jrunx.scheduler.ThreadPool$DownstreamMetrics.invokeRunnable(ThreadPool.java:320)
        at jrunx.scheduler.ThreadPool$ThreadThrottle.invokeRunnable(ThreadPool.java:428)
        at jrunx.scheduler.ThreadPool$UpstreamMetrics.invokeRunnable(ThreadPool.java:266)
        at jrunx.scheduler.WorkerThread.run(WorkerThread.java:66)
    java.lang.IllegalStateException
        at jrun.servlet.JRunResponse.getWriter(JRunResponse.java:205)
        at jrun.servlet.JRunResponse.sendError(JRunResponse.java:597)
        at jrun.servlet.JRunRequestDispatcher.invoke(JRunRequestDispatcher.java:328)
        at jrun.servlet.ServletEngineService.dispatch(ServletEngineService.java:543)
        at jrun.servlet.jrpp.JRunProxyService.invokeRunnable(JRunProxyService.java:203)
        at jrunx.scheduler.ThreadPool$DownstreamMetrics.invokeRunnable(ThreadPool.java:320)
        at jrunx.scheduler.ThreadPool$ThreadThrottle.invokeRunnable(ThreadPool.java:428)
        at jrunx.scheduler.ThreadPool$UpstreamMetrics.invokeRunnable(ThreadPool.java:266)
        at jrunx.scheduler.WorkerThread.run(WorkerThread.java:66)
    Connector settings (jrun_iis6_wildcard.ini) :
    verbose=false
    Buffer=true (I've tried with false)
    serverstore=C:/ColdFusion9/runtime/lib/wsconfig/1/jrunserver.store
    bootstrap=127.0.0.1:51800
    apialloc=false
    maxworkerthreads=100 (I've tried to increase/decrease this value)
    JRUN settings:
    Threads number: 150
    Max queued jrun threads: 150
    Is anyone have experience the same issue ? How can I try to solve this ?
    Big thanks!

    @Charlie:
    in the cf\runtime\logs there is only that kind of information:
    05/01 10:28:44 error unexpected end of part
    java.io.IOException: unexpected end of part
        at com.oreilly.servlet.multipart.PartInputStream.fill(PartInputStream.java:96)
        at com.oreilly.servlet.multipart.PartInputStream.read(PartInputStream.java:191)
        at com.oreilly.servlet.multipart.PartInputStream.read(PartInputStream.java:152)
        at com.oreilly.servlet.multipart.FilePart.write(FilePart.java:257)
        at com.oreilly.servlet.multipart.FilePart.writeTo(FilePart.java:215)
        at coldfusion.filter.FormScope.fillForm(FormScope.java:252)
        at coldfusion.filter.FusionContext.SymTab_initForRequest(FusionContext.java:376)
        at coldfusion.filter.GlobalsFilter.invoke(GlobalsFilter.java:33)
        at coldfusion.filter.DatasourceFilter.invoke(DatasourceFilter.java:22)
        at coldfusion.filter.CachingFilter.invoke(CachingFilter.java:53)
        at coldfusion.filter.RequestThrottleFilter.invoke(RequestThrottleFilter.java:126)
        at coldfusion.CfmServlet.service(CfmServlet.java:200)
        at coldfusion.bootstrap.BootstrapServlet.service(BootstrapServlet.java:89)
        at jrun.servlet.FilterChain.doFilter(FilterChain.java:86)
        at coldfusion.monitor.event.MonitoringServletFilter.doFilter(MonitoringServletFilter.java:42 )
        at coldfusion.bootstrap.BootstrapFilter.doFilter(BootstrapFilter.java:46)
        at jrun.servlet.FilterChain.doFilter(FilterChain.java:94)
        at jrun.servlet.FilterChain.service(FilterChain.java:101)
        at jrun.servlet.ServletInvoker.invoke(ServletInvoker.java:106)
        at jrun.servlet.JRunInvokerChain.invokeNext(JRunInvokerChain.java:42)
        at jrun.servlet.JRunRequestDispatcher.invoke(JRunRequestDispatcher.java:286)
        at jrun.servlet.ServletEngineService.dispatch(ServletEngineService.java:543)
        at jrun.servlet.jrpp.JRunProxyService.invokeRunnable(JRunProxyService.java:203)
        at jrunx.scheduler.ThreadPool$DownstreamMetrics.invokeRunnable(ThreadPool.java:320)
        at jrunx.scheduler.ThreadPool$ThreadThrottle.invokeRunnable(ThreadPool.java:428)
        at jrunx.scheduler.ThreadPool$UpstreamMetrics.invokeRunnable(ThreadPool.java:266)
        at jrunx.scheduler.WorkerThread.run(WorkerThread.java:66)
    05/01 10:28:44 error (JRun Service: ProxyService [jrun.servlet.jrpp.JRunProxyService@16c00e2]) JRunPRoxyServer.invokeRunnable:
    java.lang.IllegalStateException
        at jrun.servlet.JRunResponse.getWriter(JRunResponse.java:205)
        at jrun.servlet.JRunResponse.sendError(JRunResponse.java:597)
        at jrun.servlet.JRunRequestDispatcher.invoke(JRunRequestDispatcher.java:328)
        at jrun.servlet.ServletEngineService.dispatch(ServletEngineService.java:543)
        at jrun.servlet.jrpp.JRunProxyService.invokeRunnable(JRunProxyService.java:203)
        at jrunx.scheduler.ThreadPool$DownstreamMetrics.invokeRunnable(ThreadPool.java:320)
        at jrunx.scheduler.ThreadPool$ThreadThrottle.invokeRunnable(ThreadPool.java:428)
        at jrunx.scheduler.ThreadPool$UpstreamMetrics.invokeRunnable(ThreadPool.java:266)
        at jrunx.scheduler.WorkerThread.run(WorkerThread.java:66)
    java.lang.IllegalStateException
        at jrun.servlet.JRunResponse.getWriter(JRunResponse.java:205)
        at jrun.servlet.JRunResponse.sendError(JRunResponse.java:597)
        at jrun.servlet.JRunRequestDispatcher.invoke(JRunRequestDispatcher.java:328)
        at jrun.servlet.ServletEngineService.dispatch(ServletEngineService.java:543)
        at jrun.servlet.jrpp.JRunProxyService.invokeRunnable(JRunProxyService.java:203)
        at jrunx.scheduler.ThreadPool$DownstreamMetrics.invokeRunnable(ThreadPool.java:320)
        at jrunx.scheduler.ThreadPool$ThreadThrottle.invokeRunnable(ThreadPool.java:428)
        at jrunx.scheduler.ThreadPool$UpstreamMetrics.invokeRunnable(ThreadPool.java:266)
        at jrunx.scheduler.WorkerThread.run(WorkerThread.java:66)
    There is no line about a memory issue!
    These errors happening on random request not ALL!! (arround 0.05%), and there is no real link between load and this... Our applications handle a lot of POST download, but like I've described before, error can occured on classic cfm page and static ressource...
    What I mean with upgrade CF8 to CF9, is with our 10 other servers running on CF8, I've never see that 503 issue outside a real jrun problem (like a memory crash, restart, etc...)
    @Carl:
    Server is running on WIN2003R2SP2 32 bits OS (dual Xeon E5506, 4Go RAM). Here is the jvm.config arguments:
    # Arguments to VM
    java.args=-server  -Xms1024m -Xmx1024m -Dsun.io.useCanonCaches=false -XX:PermSize=256m -XX:MaxPermSize=512m -XX:+UseParallelGC -Dcoldfusion.rootDir={application.home}/../ -Dcoldfusion.libPath={application.home}/../lib -Dcoldfusion.classPath={application.home}/../lib/updates,{application.home}/../lib,{appli cation.home}/../gateway/lib/,{application.home}/../wwwroot/WEB-INF/flex/jars,{application. home}/../wwwroot/WEB-INF/cfform/jars
    Do you know if it should be possible to try old JRun connector used by CF8 ?

  • Unable to shutdown or restart after update from 10.5 to 10.6

    Hi,
    I'm getting nuts with this.
    After upgrading from 10.5 to 10.6 I'm unable to restart or shutdown.
    The system hangs on a blue screen with a spinning wheel. I did an
    update, not a clean install (that would be a horror trip with a re-
    install AND reconfiguration of 50+ apps and is not really a solution :-().
    I've read, that this problem occurs not very often but I'm not the
    only one, who has it. Via internet searches I tried a lot but - nope.
    I'm trying to find out, what causes the problem but nothing helped
    me out of this trap.
    I tried the following:
    - PRAM reset
    - System Management Controller (SMC) reset
    - disabled all StartUp Items
    - relocated the following folders to another location:
    /Library/Preferences
    /Users/myaccount/Library/Preferences
    - did all maintenance procedures with Cocktail (Snow Leopard Edition)
    - cleared all caches
    - ran scripts: daily, weekly, monthly etc.
    - took off all peripherals (USB, FireWire)
    - removed third party Extensions out of /System/Library/Extensions
    No success.
    When the system hangs, the console looks like this:
    ======================================================================
    22.02.10 12:35:03 loginwindow[61] DEAD_PROCESS: 61 console
    22.02.10 12:35:03 shutdown[296] reboot by josch:
    22.02.10 12:35:03 shutdown[296] SHUTDOWN_TIME: 1266838503 998729
    22.02.10 12:35:04 kernel systemShutdown true
    22.02.10 12:35:04 kernel systemShutdown true
    22.02.10 12:35:04 kernel Kext loading now disabled.
    22.02.10 12:35:04 kernel Kext unloading now disabled.
    22.02.10 12:35:04 kernel Kext autounloading now disabled.
    22.02.10 12:35:04 kernel Kernel requests now disabled.
    22.02.10 12:35:04 Parallels[298] Stopping Parallels Dispatcher Service
    22.02.10 12:35:04 sudo[313] root : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/bin/kill -9 141
    22.02.10 12:35:04 Parallels[320] Stopping Parallels networking
    22.02.10 12:35:04 prl_naptd[158] Exiting Parallels Network Daemon
    22.02.10 12:35:06 Parallels[345] Unloading kernel extension prl_netbridge.kext
    22.02.10 12:35:07 kernel com.parallels.kext.prlnet 5.0.9220.531119 is unloading.
    22.02.10 12:35:07 kernel Kext unloading is disabled (com.parallels.kext.prl_netbridge).
    22.02.10 12:35:08 kernel Kext unloading is disabled (com.parallels.kext.prl_netbridge).
    22.02.10 12:35:08 Parallels[370] Failed to unload kernel extension prl_netbridge.kext
    22.02.10 12:35:08 Parallels[375] Unloading kernel extension prl_vnic.kext
    22.02.10 12:35:09 kernel Kext unloading is disabled (com.parallels.kext.prl_netbridge).
    22.02.10 12:35:09 kernel com.parallels.kext.vnic 5.0.9220.531119 is unloading.
    22.02.10 12:35:09 kernel comparallels_kext_prl_vnicbus: wait for detach for 0
    22.02.10 12:35:09 kernel comparallels_kext_prl_vnic_bus::detachhandler for 0
    22.02.10 12:35:09 kernel comparallels_kext_prl_vnicbus: detached 0
    22.02.10 12:35:09 kernel comparallels_kext_prlvnic: destroyed vnic0
    22.02.10 12:35:09 kernel comparallels_kext_prl_vnicbus: wait for detach for 1
    22.02.10 12:35:09 kernel comparallels_kext_prl_vnic_bus::detachhandler for 1
    22.02.10 12:35:09 kernel comparallels_kext_prl_vnicbus: detached 1
    22.02.10 12:35:09 kernel comparallels_kext_prlvnic: destroyed vnic1
    22.02.10 12:35:10 kernel Kext unloading is disabled (com.parallels.kext.prl_vnic).
    22.02.10 12:35:11 kernel Kext unloading is disabled (com.parallels.kext.prl_vnic).
    22.02.10 12:35:11 Parallels[401] Failed to unload kernel extension prl_vnic.kext
    22.02.10 12:35:11 mDNSResponder[60] mDNSResponder mDNSResponder-214.0.2 (Dec 15 2009 16:58:04) stopping
    22.02.10 12:35:11 WindowServer[99] hidd died. Reestablishing connection.
    22.02.10 12:35:11 WindowServer[99] bootstraplookip failed: Unknown service name
    22.02.10 12:35:11 com.apple.SecurityServer[56] Session 0x1d00010 dead
    22.02.10 12:35:11 com.apple.SecurityServer[56] Killing auth hosts
    22.02.10 12:35:11 com.apple.SecurityServer[56] Session 0x1d00010 destroyed
    22.02.10 12:35:12 kernel Kext unloading is disabled (com.parallels.kext.prl_vnic).
    ======================================================================
    I uninstalled Parallels Desktop too, but that did not the trick. Something
    else must cause this problem. I'm driving crazy %-/
    Anyone, who can help me out here? It's incredible and extremely annoying.
    thanks a lot in advance and regards,
    Josch

    Hi Barney,
    thanks a lot for your answer.
    No - the above console log was with Parallels installed. But that
    makes no difference. I did an uninstall and the problem still occurs.
    Now (after uninstall of Parallels) the console log looks like this:
    ======================================================================
    22.02.10 15:06:38 shutdown[245] reboot by josch:
    22.02.10 15:06:38 shutdown[245] SHUTDOWN_TIME: 1266847598 746983
    22.02.10 15:06:38 sudo[258] root : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/bin/kill -9 104
    22.02.10 15:06:38 mDNSResponder[50] mDNSResponder mDNSResponder-214.0.2 (Dec 15 2009 16:58:04) stopping
    22.02.10 15:06:38 mds[62] (Error) Task: QueryClose failed (-1) for store <MDSStoreToken: 0x10500d800>{storeID:0x6b000010 registered:NO private:NO age:NA uuid:8630389C-8A65-4D7E-80FC-8A10BD0B81EB machPort:0x0000591f}
    22.02.10 15:06:38 WindowServer[86] hidd died. Reestablishing connection.
    22.02.10 15:06:38 mds[62] (Error) Task: QueryClose failed (-1) for store <MDSStoreToken: 0x1035018c0>{storeID:0x6b000001 registered:NO private:NO age:NA uuid:C7AD4FB9-5E0D-47D8-97B2-DFA1EA057A5E machPort:0x00003a13}
    22.02.10 15:06:38 mds[62] (Error) Task: QueryClose failed (-1) for store <MDSStoreToken: 0x1034027e0>{storeID:0x6b000000 registered:NO private:NO age:NA uuid:8630389C-8A65-4D7E-80FC-8A10BD0B81EB machPort:0x00005413}
    22.02.10 15:06:38 mds[62] (Error) Task: QueryClose failed (-1) for store <MDSStoreToken: 0x10500d800>{storeID:0x6b000010 registered:NO private:NO age:NA uuid:8630389C-8A65-4D7E-80FC-8A10BD0B81EB machPort:0x0000591f}
    22.02.10 15:06:38 mds[62] (Error) Task: QueryClose failed (-1) for store <MDSStoreToken: 0x1035018c0>{storeID:0x6b000001 registered:NO private:NO age:NA uuid:C7AD4FB9-5E0D-47D8-97B2-DFA1EA057A5E machPort:0x00003a13}
    22.02.10 15:06:38 mds[62] (Error) Task: QueryClose failed (-1) for store <MDSStoreToken: 0x1034027e0>{storeID:0x6b000000 registered:NO private:NO age:NA uuid:8630389C-8A65-4D7E-80FC-8A10BD0B81EB machPort:0x00005413}
    22.02.10 15:06:38 WindowServer[86] bootstraplookip failed: Unknown service name
    22.02.10 15:06:39 kernel systemShutdown true
    22.02.10 15:06:39 kernel Kext loading now disabled.
    22.02.10 15:06:39 kernel Kext unloading now disabled.
    22.02.10 15:06:39 kernel Kext autounloading now disabled.
    22.02.10 15:06:39 kernel Kernel requests now disabled.
    22.02.10 15:06:39 com.apple.SecurityServer[51] Session 0x200061f dead
    22.02.10 15:06:39 com.apple.SecurityServer[51] Killing auth hosts
    22.02.10 15:06:39 com.apple.SecurityServer[51] Session 0x200061f destroyed
    ======================================================================
    and after the last line it seems to hang.
    A very strange thing. Hope someone can help.
    Kind regards,
    Josch

  • Problems after upgrading from 10.2.3 to 10.2.8

    After upgrading from 10.2.3 to 10.2.8, itunes "unexpectedly quits" when I try to purchase a song, and safari "unexpectedly quits" when I visit certain websites. Before upgrading, no such problems.

    Hello rick,
    First of all, welcome to the Apple discussions.
    * How did you upgrade the OSX 10.2.3??
    * Did you use the combo update?
    * Did you run the dick repair permissions before an after
    Here is the Combo Update for OSX 10.x
    Combo Update
    An here is how you use the disc repair permissions
    About Disck Repair Permissions
    Applications Quits
    Let me know if so ...
    Discussions is a ongoing process. Hope to see you around anytime you need us, or can offer help to others.
    Dimaxum <]:~))

  • Restarting after waking from sleep

    I have a mid 2010 macbook pro running Mountain Lion OS X 10.8.3 of which keeps restarting after being left in sleep mode for an hour or two. When waking from sleep mode, the mac functions for about 5 seconds, before restarting by itself. I have tried deleting certain plist files (as suggested by other posts) but that doesn't seem to have helped. I have also recently installed a new hard drive, but i continue to have the same problem. Below is the panic report from the recent restart after waking from sleep mode:
    Thu May 23 22:40:58 2013
    panic(cpu 0 caller 0xffffff7f9a7957f2): NVRM[0/1:0:0]: Read Error 0x00000100: CFG 0xffffffff 0xffffffff 0xffffffff, BAR0 0xd2000000 0xffffff811b9a5000 0x0a5480a2, D0, P2/4
    Backtrace (CPU 0), Frame : Return Address
    0xffffff810a102f80 : 0xffffff801a01d626
    0xffffff810a102ff0 : 0xffffff7f9a7957f2
    0xffffff810a1030b0 : 0xffffff7f9a8923b9
    0xffffff810a103110 : 0xffffff7f9a89242e
    0xffffff810a103180 : 0xffffff7f9abb8c82
    0xffffff810a1032b0 : 0xffffff7f9a8b8fe8
    0xffffff810a1032f0 : 0xffffff7f9a79d567
    0xffffff810a1033a0 : 0xffffff7f9a79b05a
    0xffffff810a1035a0 : 0xffffff7f9a79c983
    0xffffff810a103670 : 0xffffff7f9b8b5790
    0xffffff810a103730 : 0xffffff7f9b8e0f98
    0xffffff810a1037b0 : 0xffffff7f9b8c8308
    0xffffff810a103810 : 0xffffff7f9b8c8be9
    0xffffff810a103860 : 0xffffff7f9b8c909b
    0xffffff810a1038d0 : 0xffffff7f9b8c98d1
    0xffffff810a103910 : 0xffffff7f9b89534f
    0xffffff810a103a90 : 0xffffff7f9b8c5e39
    0xffffff810a103b50 : 0xffffff7f9b893de8
    0xffffff810a103ba0 : 0xffffff801a4650c9
    0xffffff810a103bc0 : 0xffffff801a466670
    0xffffff810a103c20 : 0xffffff801a46408f
    0xffffff810a103d70 : 0xffffff801a0984a1
    0xffffff810a103e80 : 0xffffff801a020aed
    0xffffff810a103eb0 : 0xffffff801a010448
    0xffffff810a103f00 : 0xffffff801a01961b
    0xffffff810a103f70 : 0xffffff801a0a5dd6
    0xffffff810a103fb0 : 0xffffff801a0cdd43
          Kernel Extensions in backtrace:
             com.apple.NVDAResman(8.1)[A26D2A3D-C06F-3A0F-BCFF-901A98C93C3D]@0xffffff7f9a738 000->0xffffff7f9aa45fff
                dependency: com.apple.iokit.IOPCIFamily(2.7.3)[1D668879-BEF8-3C58-ABFE-FAC6B3E9A292]@0xffff ff7f9a6a3000
                dependency: com.apple.iokit.IONDRVSupport(2.3.7)[38C214C0-83C8-3594-8A4C-DC6AC3FEC163]@0xff ffff7f9a724000
                dependency: com.apple.iokit.IOGraphicsFamily(2.3.7)[74E3E50F-E50A-3073-8C96-06F854292A91]@0 xffffff7f9a6e1000
             com.apple.nvidia.nv50hal(8.1)[5F021999-8B18-3BD5-9B98-90617E638A63]@0xffffff7f9 aa53000->0xffffff7f9ad74fff
                dependency: com.apple.NVDAResman(8.1.0)[A26D2A3D-C06F-3A0F-BCFF-901A98C93C3D]@0xffffff7f9a7 38000
                dependency: com.apple.iokit.IOPCIFamily(2.7.3)[1D668879-BEF8-3C58-ABFE-FAC6B3E9A292]@0xffff ff7f9a6a3000
             com.apple.GeForce(8.1)[A15BB65E-3501-340F-87CB-2FD2BAD33E35]@0xffffff7f9b882000 ->0xffffff7f9b94efff
                dependency: com.apple.NVDAResman(8.1.0)[A26D2A3D-C06F-3A0F-BCFF-901A98C93C3D]@0xffffff7f9a7 38000
                dependency: com.apple.iokit.IONDRVSupport(2.3.7)[38C214C0-83C8-3594-8A4C-DC6AC3FEC163]@0xff ffff7f9a724000
                dependency: com.apple.iokit.IOPCIFamily(2.7.3)[1D668879-BEF8-3C58-ABFE-FAC6B3E9A292]@0xffff ff7f9a6a3000
                dependency: com.apple.iokit.IOGraphicsFamily(2.3.7)[74E3E50F-E50A-3073-8C96-06F854292A91]@0 xffffff7f9a6e1000
    BSD process name corresponding to current thread: WindowServer
    Mac OS version:
    12D78
    Kernel version:
    Darwin Kernel Version 12.3.0: Sun Jan  6 22:37:10 PST 2013; root:xnu-2050.22.13~1/RELEASE_X86_64
    Kernel UUID: 3EB7D8A7-C2D3-32EC-80F4-AB37D61492C6
    Kernel slide:     0x0000000019e00000
    Kernel text base: 0xffffff801a000000
    System model name: MacBookPro6,2 (Mac-F22586C8)
    System uptime in nanoseconds: 3064164203775
    last loaded kext at 299154607765: com.apple.filesystems.smbfs          1.8 (addr 0xffffff7f9c477000, size 229376)
    last unloaded kext at 354384336276: com.apple.filesystems.msdosfs          1.8 (addr 0xffffff7f9c469000, size 57344)
    loaded kexts:
    com.Logitech.Unifying.HID Driver          1.3.0
    com.Logitech.Control Center.HID Driver          3.7.0
    com.apple.filesystems.smbfs          1.8
    com.apple.filesystems.exfat          1.3
    com.apple.driver.AppleHWSensor          1.9.5d0
    com.apple.driver.AudioAUUC          1.60
    com.apple.driver.AGPM          100.12.87
    com.apple.driver.AppleMikeyHIDDriver          122
    com.apple.filesystems.autofs          3.0
    com.apple.driver.AppleHDA          2.3.7fc4
    com.apple.driver.ACPI_SMC_PlatformPlugin          1.0.0
    com.apple.driver.AppleMikeyDriver          2.3.7fc4
    com.apple.GeForce          8.1.0
    com.apple.iokit.IOUserEthernet          1.0.0d1
    com.apple.iokit.IOBluetoothSerialManager          4.1.3f3
    com.apple.Dont_Steal_Mac_OS_X          7.0.0
    com.apple.driver.ApplePolicyControl          3.3.0
    com.apple.driver.AppleSMCLMU          2.0.3d0
    com.apple.driver.AppleUpstreamUserClient          3.5.10
    com.apple.driver.SMCMotionSensor          3.0.3d1
    com.apple.iokit.BroadcomBluetoothHCIControllerUSBTransport          4.1.3f3
    com.apple.driver.AppleSMCPDRC          1.0.0
    com.apple.driver.AppleLPC          1.6.0
    com.apple.driver.AppleIntelHDGraphics          8.1.0
    com.apple.driver.AppleIntelHDGraphicsFB          8.1.0
    com.apple.driver.AppleMuxControl          3.3.0
    com.apple.driver.AppleMCCSControl          1.1.11
    com.apple.driver.AppleUSBTCButtons          237.1
    com.apple.driver.AppleUSBCardReader          3.1.7
    com.apple.driver.AppleIRController          320.15
    com.apple.driver.AppleUSBTCKeyboard          237.1
    com.apple.AppleFSCompression.AppleFSCompressionTypeDataless          1.0.0d1
    com.apple.AppleFSCompression.AppleFSCompressionTypeZlib          1.0.0d1
    com.apple.BootCache          34
    com.apple.iokit.SCSITaskUserClient          3.5.5
    com.apple.driver.XsanFilter          404
    com.apple.iokit.IOAHCIBlockStorage          2.3.1
    com.apple.driver.AppleFWOHCI          4.9.6
    com.apple.driver.AppleAHCIPort          2.5.1
    com.apple.driver.AirPort.Brcm4331          614.20.16
    com.apple.driver.AppleUSBHub          5.5.5
    com.apple.iokit.AppleBCM5701Ethernet          3.6.0b1
    com.apple.driver.AppleUSBEHCI          5.5.0
    com.apple.driver.AppleSmartBatteryManager          161.0.0
    com.apple.driver.AppleEFINVRAM          1.7
    com.apple.driver.AppleRTC          1.5
    com.apple.driver.AppleACPIButtons          1.7
    com.apple.driver.AppleHPET          1.8
    com.apple.driver.AppleSMBIOS          1.9
    com.apple.driver.AppleACPIEC          1.7
    com.apple.driver.AppleAPIC          1.6
    com.apple.driver.AppleIntelCPUPowerManagementClient          196.0.0
    com.apple.nke.applicationfirewall          4.0.39
    com.apple.security.quarantine          2
    com.apple.driver.AppleIntelCPUPowerManagement          196.0.0
    com.apple.kext.triggers          1.0
    com.apple.driver.DspFuncLib          2.3.7fc4
    com.apple.iokit.IOAudioFamily          1.8.9fc11
    com.apple.kext.OSvKernDSPLib          1.6
    com.apple.driver.IOPlatformPluginLegacy          1.0.0
    com.apple.driver.AppleSMBusPCI          1.0.11d0
    com.apple.nvidia.nv50hal          8.1.0
    com.apple.NVDAResman          8.1.0
    com.apple.iokit.IOSurface          86.0.4
    com.apple.iokit.IOSerialFamily          10.0.6
    com.apple.iokit.IOFireWireIP          2.2.5
    com.apple.driver.AppleSMC          3.1.4d2
    com.apple.iokit.AppleBluetoothHCIControllerUSBTransport          4.1.3f3
    com.apple.driver.AppleHDAController          2.3.7fc4
    com.apple.iokit.IOHDAFamily          2.3.7fc4
    com.apple.driver.IOPlatformPluginFamily          5.3.0d51
    com.apple.driver.AppleGraphicsControl          3.3.0
    com.apple.driver.AppleBacklightExpert          1.0.4
    com.apple.iokit.IONDRVSupport          2.3.7
    com.apple.driver.AppleSMBusController          1.0.11d0
    com.apple.iokit.IOGraphicsFamily          2.3.7
    com.apple.iokit.IOSCSIBlockCommandsDevice          3.5.5
    com.apple.iokit.IOUSBMassStorageClass          3.5.1
    com.apple.driver.AppleUSBMultitouch          237.3
    com.apple.driver.IOBluetoothHIDDriver          4.1.3f3
    com.apple.iokit.IOBluetoothFamily          4.1.3f3
    com.apple.iokit.IOUSBHIDDriver          5.2.5
    com.apple.driver.AppleUSBMergeNub          5.5.5
    com.apple.driver.AppleUSBComposite          5.2.5
    com.apple.iokit.IOSCSIMultimediaCommandsDevice          3.5.5
    com.apple.iokit.IOBDStorageFamily          1.7
    com.apple.iokit.IODVDStorageFamily          1.7.1
    com.apple.iokit.IOCDStorageFamily          1.7.1
    com.apple.iokit.IOAHCISerialATAPI          2.5.1
    com.apple.iokit.IOSCSIArchitectureModelFamily          3.5.5
    com.apple.iokit.IOFireWireFamily          4.5.5
    com.apple.iokit.IOAHCIFamily          2.3.1
    com.apple.iokit.IO80211Family          522.4
    com.apple.iokit.IOUSBUserClient          5.5.5
    com.apple.iokit.IOEthernetAVBController          1.0.2b1
    com.apple.iokit.IONetworkingFamily          3.0
    com.apple.iokit.IOUSBFamily          5.5.5
    com.apple.driver.AppleEFIRuntime          1.7
    com.apple.iokit.IOHIDFamily          1.8.1
    com.apple.iokit.IOSMBusFamily          1.1
    com.apple.security.sandbox          220.2
    com.apple.kext.AppleMatch          1.0.0d1
    com.apple.security.TMSafetyNet          7
    com.apple.driver.DiskImages          345
    com.apple.iokit.IOStorageFamily          1.8
    com.apple.driver.AppleKeyStore          28.21
    com.apple.driver.AppleACPIPlatform          1.7
    com.apple.iokit.IOPCIFamily          2.7.3
    com.apple.iokit.IOACPIFamily          1.4
    com.apple.kec.corecrypto          1.0
    Any suggestions would be greatful,
    Thanks,
    Marie

    Replace the pair of DIMMs first.
    Monitor the temps inside.
    Install and use SmcFanControl 2.2
    Run Apple Hardware Test
    You may want to try a clean system install to test with once you have the RAM replaced. Faulty RAM can cause all kinds of issues. And dirty files. Some deeper check for corrupt files than Disk Utility is probably in order.
    There is a significant "Inrush-current" on boot and wake from sleep with the 2008s. They need good power, a 1500VA/900W UPS, and sensitive to other equipment on the same circuit.
    Inrush current

  • Screensavers don't work after upgrade from 10.3.9

    After upgrading from 10.3.9 my screensavers have not been working. Apple screensavers say looking for slides, and computer name is showing a folder icon and when selected an open file window pops up. All installed 3rd party savers working fine-

    Search for "com.apple.screencapture.plist", and toss it. Restart.
    In the same folder, if the above fails, look for the "ByHost" folder. Look for all the files similar to "com.apple.screensaver.000a27ae9f06.plist" that do not mention any other application. Toss those. Restart

  • No images in Lightroom 3.4 after upgrading from 3.3

    Hi all,
    after upgrading from 3.3 to 3.4 and registration process I can't see any images in Lightroom. All functions are there, but no images are seen. All images have a grey background. I rebooted the computer several times, no effect.
    I am completely confused with this. Can anybody give me a hint, please?
    Bernhard

    Sorry, here is my screenshot:
    Bernhard

  • After upgrade from 10 to 11

    After upgrade from adobereader 10 to 11 I can't open pdf files always windows detect a problem with acrobtrd32.exe and it has to closed. Win Error 3716
    I forgot using Windows XP 32Bit ServicePack 3

    this is the error for "installer":
    Process: Installer [3011]
    Path: /System/Library/CoreServices/Installer.app/Contents/MacOS/Installer
    Identifier: com.apple.installer
    Version: 3.0 (276)
    Build Info: Installer-2760000~1
    Code Type: PPC (Native)
    Parent Process: launchd [103]
    Date/Time: 2009-10-12 10:22:40.713 +0200
    OS Version: Mac OS X 10.5 (9A581)
    Report Version: 6
    Exception Type: EXCBADACCESS (SIGBUS)
    Exception Codes: KERNPROTECTIONFAILURE at 0x000000000000feec
    Crashed Thread: 12
    this is the error for "final cut pro":
    Process: Final Cut Pro [3030]
    Path: /Applications/Final Cut Pro.app/Contents/MacOS/Final Cut Pro
    Identifier: com.apple.FinalCutPro
    Version: ??? (???)
    Build Info: FCPApp-905291121~12
    Code Type: PPC (Native)
    Parent Process: launchd [103]
    Date/Time: 2009-10-12 10:30:09.469 +0200
    OS Version: Mac OS X 10.5 (9A581)
    Report Version: 6
    Exception Type: EXC_BREAKPOINT (SIGTRAP)
    Exception Codes: 0x0000000000000001, 0x000000008fe0105c
    Crashed Thread: 0
    Dyld Error Message:
    Symbol not found: kPrivateTundraFileWritingOptionsKeyDontValidateTimeCodeWhenWriting
    Referenced from: /Applications/Final Cut Pro.app/Contents/MacOS/../Frameworks/MIO.framework/Versions/A/MIO
    Expected in: /System/Library/PrivateFrameworks/CoreMediaIOServicesPrivate.framework/Versions /A/CoreMediaIOServicesPrivate
    this is the error for "software update":
    Process: SoftwareUpdateCheck [498]
    Path: /System/Library/CoreServices/Software Update.app/Contents/Resources/SoftwareUpdateCheck
    Identifier: SoftwareUpdateCheck
    Version: ??? (???)
    Code Type: PPC (Native)
    Parent Process: launchd [430]
    Date/Time: 2009-10-09 14:24:01.678 +0200
    OS Version: Mac OS X 10.5 (9A581)
    Report Version: 6
    Exception Type: EXCBADACCESS (SIGBUS)
    Exception Codes: KERNPROTECTIONFAILURE at 0x0000000000000004
    Crashed Thread: 1

  • Maxdb give Kernel error after upgrade from 7.3 to 7.5

    Hi, our DBA is running into problems after upgrading from 7.3 to 7.5. When we attempt to start the DB we get this error:
    dbmcli -d sd3 -u XXXXXX,XXXXXX db_online
    ERR
    -24994,ERR_RTE: runtime environment error
    1,Check knldiag! Kernel died before reaching ADMIN state
    The details of the error in knldiag are:
    2008-07-02 14:22:39    19     11554 COMMUNIC UKT8 attached big comseg at  0x700000060000000
    2008-07-02 14:22:39    19     11555 COMMUNIC UKT8 big comseg ends at      0x7000000601803F8
    2008-07-02 14:22:39    16 ERR 20152 RTE      UNIX change owner with chown(knltrace,964,202) failed: Not owner
    2008-07-02 14:22:39    16     11000 vdevsize 'knltrace', 666 failed
    2008-07-02 14:22:39    16 ERR 11202 vdiagini vdevsize of kernel trace file unsuccsessful
    2008-07-02 14:22:39    16 ERR 11599 BTRACE   -
    > Emergency Stack Back Trace <----
    As said, he performed the upgrade and now we can't start the DB, anybody that had the same issue?
    We run on AIX 5.3 and from the unix side, nothing changed. After 7.5 we plan on going to 7.6 but that is in the stars I guess...
    We posted a high message with SAP and since over 10 hours nobody picked the message up... we are getting kind of desperate... Any pointers are appreciated...
    thanks

    Hello Thomas,
    -> If you run the database update using the database update tool, the permissions/ownership will be set correctly for the database software & the permissions/ownership of the database log files will be also changed correctly.
         Please check the upgrade log in the /sapdb/data/wrk
    -> Please check the ownership of the files in the database RUNDIRECTORY.
    For example, if the database owner:group of your database is sdb:sdba, then
    -rw-rw----   1  sdb        sdba  u2026.     knltrace
    -> Please update the thread with the output of the following commands :
               sdbregview -l
               xinstinfo SD3
               id sdb
              ls -l <runditectory>
    < rundirectory is the database parameter value and by default is /sapdb/data/wrk/SD3 >
            more /etc/opt/sdb
    Thank you and best regards, Natalia Khlopina

  • Graphics instability and crashing after upgrade from FF 32 to 33

    Soon after upgrading from 32.0.3 to 33 (Windows 7), I was seeing occasional flicker-like split-second black flashes. (I *think* this was mostly when opening new pages, but I don't recall for sure...maybe also when scrolling). Then a few minutes later I was scrolling a page with my laptop touchpad and the screen flashed completely black, stayed that way for about a second, and then came back up with a Windows message that Intel Graphics had recovered from a crash. (Which is doubly interesting given that FF set to use my discrete NVIDIA graphics on this computer.). I haven't seen anything like this happen in the nine months I've had this laptop, with or without FF open. There was also a message that FF had crashed.
    Then I restarted FF, and all was going OK, except that I believe I still saw a few split-second "in the blink of an eye" black screens as I opened new pages. But then I went to Google Maps, and was dragging a map upwards. But instead of the lower portion of the map moving into view, I only got a blank white screen. The further up I dragged the map, the more of the the screen that was blank white, until it was completely white. Then FF crashed again.
    I thought the new FF native H.264 might be causing the issue so I disabled it and restarted FF. But then I went back to Google Maps, tried the same thing and had the same issue (but no associated crash, although I closed FF very soon after I saw the odd graphics behavior recurring so maybe I didn't give it enough "time to crash").
    I re-installed 32.0.3 and all the issues went away. FWIW, I've had occasional crashes and slowdowns with 32 and other recent versions. (I could recover from the slowdowns just by restarting FF.) Most of those issues seemed to be associated with Adobe Flash. That behavior was an occasional annoyance but nothing of the magnitude of what happened when I tried FF 33. I don't know if this latter observation adds anything, but I just thought I'd throw it out there. Fyi, the laptop has 2.4 Ghz CPU (Intel i7) and 16GB memory.
    Any ideas? Thanks.

    Today when I noted that Lenovo still hadn't released an updated driver specifically for the Intel Graphics, I went back and installed a Lenovo NVIDIA Optimus update that I had tried 4 or 5 months ago but had subsequently reversed because it had created problems with Firefox. (Specifically, it was causing Firefox context menus to render slowly and incompletely.) Not only does the NVIDIA update no longer cause the FF context menu problem, it seems to have *solved* the problem I posted about here. It updated the NVIDIA driver ("GPU #2" above) from version 9.18.13.1269 to version 9.18.13.3302.
    This makes some intuitive sense, since -- as I said above -- I have Optimus set to use the NVIDIA graphics with Firefox instead of Intel. (I had thought that, based on what I read in Lenovo support, the NVIDIA Optimus update might install a new Intel Graphics driver as well, but the Intel driver is still shown as the same version listed above (8.15.10.2725). (I don't know whether or not these driver numbers might be Lenovo-specific.)
    Anyway, the NVIDIA Optimus update fixed my problem, so thanks for pointing me in the direction of graphics drivers. (I suppose there's also a small possibility that something had simply gone awry with my first update to FF 33, and that what really solved things was simply reinstallingl...)

  • My ipad will not stay activated after upgrading from version 7 to version 8.

    After upgrading from version 7 to version8 I cannot keep my ipad activated.  I have tried online tech support and visited an Apple store with no one able to tell me what is happening.  Some said it might be had ware problems.  Other say it might be software problems.  With vs 7 I never had the problem.. I have anolder ipad with vs 5 and do not have the problems.  any feed back from anyone.

    '''Try the Firefox Safe Mode''' to see how it works there. The Safe Mode is a troubleshooting mode, which disables most add-ons.''
    ''(If you're not using it, switch to the Default theme.)''
    * You can open the Firefox 4.0+ Safe Mode by holding the '''Shift''' key when you use the Firefox desktop or Start menu shortcut.
    * Or use the Help menu item and click on the '''Restart with Add-ons Disabled...''' menu item while Firefox is running.
    ''Don't select anything right now, just use "'Start in Safe Mode"''
    ''To exit the Firefox Safe Mode, just close Firefox and wait a few seconds before using the Firefox shortcut (without the Shift key) to open it again.''
    '''''If it is good in the Firefox Safe Mode''''', your problem is probably caused by an extension, and you need to figure out which one.
    Please follow the [[Troubleshooting extensions and themes]] article for that.
    ''When you figure out what's causing your issues, please let us know. It might help other users who have the same problem.''

Maybe you are looking for

  • Problem with restoring my HDD from .dmg image

    Hello, I encountered a problem with boot camp which couln't make a new partition for windows, because it couldn't move some files. It was a problem of defragmentation which i found surprisingly hard to solve. I'm a new mac user, and i was unable to f

  • Can anyone confirm if the E72 has the same appoint...

    I'm looking at a possible upgrade - just checking to see if some of the things that really bug me about the E71 have been fixed. John K E72 user

  • How to determine ipod generation?

    (In relation to 2nd and 3rd generations) How can you tell what generation an iPod Touch is just by looking at it? Do they actually have the model numbers on the back of them?

  • Preview ToC

    Saved PDF's lose the Table of Contents option in Preview. When I view a PDF through a web browser, Safari 3.1.1 for example, and ctrl+click on the PDF to select "open with Preview" (v 3.0.9) I can see the Table of Contents option in the Drawer next t

  • Dropped 12" powerbook - HD fine, powers up but display doesn't come on

    I'm trying to fix a dropped 12" powerbook. The battery corner took the impact. I've taken it apart and removed the HD which was fine and backed that up. When I turn on the powerbook it seems to power up fine, but the display doesn't turn on. Though i