Server manager crashing - Fault Module clr.dll

The Server manager is crashing. As soon as you try to open Server Manager it crashes instantly with the failing module being clr.dll
This seems to relate to .net framework and after looking for a hotfix it says to contact Microsoft (who have been less than helpful so far).
Things i have tried:
= Installing the hotfix which results in an error about the update not being needed or something else on the server stopping the update.
= Uninstalling .net framework for reinstalling, but to uninstall a service/feature it launches into the server manager, so just results in a crash.
= Tried uninstalling via Powershell, but as soon as you open powershell it also crashes! 
Resulting error for both powershell and server manager is clr.dll. Basically anything relating to .net framework has stopped working and i need a fix! Thanks! 

We are referring to Windows Server 2012 R2 (sorry).
You open the Server Manager, it shows launches and then says not responding instantly. 
You can either check for solutions or close. The following error messages is contained with it:
Problem signature:
  Problem Event Name: APPCRASH
  Application Name: ServerManager.exe
  Application Version: 6.3.9600.17238
  Application Timestamp: 53d0b3e7
  Fault Module Name: clr.dll
  Fault Module Version: 4.0.30319.34014
  Fault Module Timestamp: 52e0b86c
  Exception Code: c0000005
  Exception Offset: 000000000000ce8f
  OS Version: 6.3.9600.2.0.0.272.7
  Locale ID: 2057
  Additional Information 1: e47e
  Additional Information 2: e47e97bf41d77858050ec34fa823c414
  Additional Information 3: 84b3
  Additional Information 4: 84b30a42d702b49f087f7920cfdbdea2
I am sure this is related to .Net Framework 4, because my Avast Management console and Powershell have also stopped working and result with the same error when launched. I could be wrong though, but that is my thoughts.... 

Similar Messages

  • Exchange 2010 Store.exe constantly crashing, Faulting Module: MSVCR90.DLL

    I'm running Exchange 2010, with SP1.  The Information store will not stay running, and repeatedly restarts, not allowing access to Outlook for users.
    This error is repeated over and over in the application log.
    Faulting application name: store.exe, version: 14.1.421.2, time stamp: 0x505238e9
    Faulting module name: MSVCR90.dll, version: 9.0.30729.4959, time stamp: 0x4b5fcb8e
    Exception code: 0xc0000005
    Fault offset: 0x000000000001e113
    Faulting process id: 0x2868
    Faulting application start time: 0x01cdc29cc9606f11
    Faulting application path: C:\Program Files\Microsoft\Exchange Server\V14\bin\store.exe
    Faulting module path: C:\Windows\WinSxS\amd64_microsoft.vc90.crt_1fc8b3b9a1e18e3b_9.0.30729.4959_none_08e45ce1a83d7e3c\MSVCR90.dll
    Report Id: bc7f3d19-2e90-11e2-81f8-9c8e992ff057

    It's not really great resurrecting threads like this.  The OP has SP1, you listed SP3.  There is a *LOT* of water under the change bridge in between these builds............
    And you'll need to provide some details on this - it's a touch vague to say the least :(
    But do that in a fresh thread please.
    Cheers,
    Rhoderick
    Microsoft Senior Exchange PFE
    Blog:
    http://blogs.technet.com/rmilne 
    Twitter:   LinkedIn:
      Facebook:
      XING:
    Note: Posts are provided “AS IS” without warranty of any kind, either expressed or implied, including but not limited to the implied warranties of merchantability and/or fitness for a particular purpose.

  • Crash due to Faulting application firefox.exe, version 1.9.2.3888, time stamp 0x4c745229, faulting module ntdll.dll, version 6.0.6002.18005, time stamp 0x49e03824, exception code 0xc0000005

    Uploaded latest version yesterday. On Vista.
    Crashes in google, united, not Craigslist.
    tried troubleshooting : allowed Firefox in firewall, disabled plug ins, when started in safe mode still same problem
    Couldn't fine container.exe to allow it
    Crash report last one showing was in August.
    data from the Event Log
    Crash due to Faulting application firefox.exe, version 1.9.2.3888, time stamp 0x4c745229, faulting module ntdll.dll, version 6.0.6002.18005, time stamp 0x49e03824, exception code 0xc0000005, fault offset 0x00031d62, process id 0x1328, application start time 0x01cb52a1a20e0726.

    Uploaded latest version yesterday. On Vista.
    Crashes in google, united, not Craigslist.
    tried troubleshooting : allowed Firefox in firewall, disabled plug ins, when started in safe mode still same problem
    Couldn't fine container.exe to allow it
    Crash report last one showing was in August.
    data from the Event Log
    Crash due to Faulting application firefox.exe, version 1.9.2.3888, time stamp 0x4c745229, faulting module ntdll.dll, version 6.0.6002.18005, time stamp 0x49e03824, exception code 0xc0000005, fault offset 0x00031d62, process id 0x1328, application start time 0x01cb52a1a20e0726.

  • Faulting module SAPbobsCOM88.dll

    Hello ,
    There is web service which integrates SBO and other warehouse system. From time to time there is error as folow and comunication is lost:
    Faulting application w3wp.exe, version 7.0.6002.18005, time stamp 0x49e023cf, faulting module SAPbobsCOM88.dll, version 8.81.313.0, time stamp 0x4dc0b34a, exception code 0xc0000005, fault offset 0x005040d7, process id 0x6cc, application start time 0x01cc2108f459571f.
    OR
    Faulting application w3wp.exe, version 7.0.6002.18005, time stamp 0x49e023cf, faulting module MSVCR80.dll, version 8.0.50727.5592, time stamp 0x4d2be7f2, exception code 0xc0000005, fault offset 0x000173c1, process id 0xbb4, application start time 0x01cc2120801dc560.
    What can be done to resolve this issue?
    SAP Business One 8.8.1 PL 05
    Windows Server 2008 R2
    Regards
    Edited by: Przemyslaw Chaber on Jun 2, 2011 3:23 PM
    Edited by: Przemyslaw Chaber on Jun 2, 2011 3:25 PM

    Is there any sort of pattern to what requests trigger this, or is it just a regular thing that happens no matter what is being sent from the site?
    w3wp.exe is basically the process that your app pool runs inside of, so if it is throwing faults it is 1 of 3 things, an unhandled exception in your program, an unhandled exception coming from iis itself or some sort of bug in the DI API.
    I once had a similar untraceable issue happening and had to use a combination of proc-mon and debugdiag to finally discover that it was a rights issue; my iis was trying to write to a folder that it didn't have permissions for:
    919789 How to use the Debug Diagnostics tool to troubleshoot an IIS process that stops unexpectedly
    http://support.microsoft.com/default.aspx?scid=kb;EN-US;919789
    Procmon:
    http://technet.microsoft.com/en-us/sysinternals/bb896645
    Use these to try and see if you can pull out the actual exception being thrown that causes the crash.
    Also it is worth googling this and trying as many of the suggested fixes as you can - as you can see the causes can be numerous! These are just a few:
    http://social.msdn.microsoft.com/forums/en-US/clr/thread/9be88a2f-c8cc-4a73-9371-45ab73982123
    http://www.cognitier.com/Faulting-application-w3wpexe_ep_56.html
    http://stackoverflow.com/questions/4416930/iis7-faulting-application-w3wp-exe-what-is-the-root-cause-of-these-crashes

  • Faulting application Photoshop.exe, version 9.0.2.0, faulting module ntdll.dll, version 5.2.3790.4455, fault address 0x0001bd02

    Hi,
    I have Photoshop CS2 9.0 version installed on my PC with patch 9.02. I have a VB application which runs certain action files on EPS/TIF images using Photoshop typelibrary.tlb.The issue is that the VB application hangs when Photoshop crashes with the following error:
    "Faulting application Photoshop.exe, version 9.0.2.0, faulting module ntdll.dll, version 5.2.3790.4455, fault address 0x0001bd02"
    I also get several other errors when i call Photoshop in my VB application. Those are as mentioned below:
    1. The referenced memory could not be read.
    2. The remote server machine does not exist or not available.
    There is no particular pattern for above mentioned errors. I could not find any help in any of the forums.
    I have attached the screenshot of these errors.
    Pls advice.
    Thanks in advance,
    Shobha Patil

    I to have been getting this error, randomly when I exit the program. Not sure what to make of it google has come up empty for me.

  • Faulting application crw32.exe,version 11.0.0.895, faulting module crqe.dll

    Hello,
    I am modifying an existing report to inlcude a stored procedure.  The existing report access several tables, link and formulate the fields.  I added the new stored procedure, link it with one of existing tables included in the report, and add a new group summation using the new field returned by stored procedure.  When I run the report with the new changes, the Crystal Report seems processing data for a while (as the SQL profiler shows the stored procedure was executed successfully), then it suddenly crashed.  The complete error message in the event log is "Faulting application crw32.exe, version 11.0.0.895, faulting module crqe.dll, version 11.0.0.1282, fault address 0x000a4d5c".
    Platform informatin:
    - Crystal Report XI version 11.0.0.895
    - SQL 2005
    - Windows 2003 Server
    Any help to narrow down the issue would be highly appreciated.
    Michael

    Hi Michael,
    You are running the base build of crysral report XIR1 would suggest you to apply the latest service pack for crystal reports XIR1.
    Servcie pack can be downloaded from here.
    [https://websmp230.sap-ag.de/sap(bD1lbiZjPTAwMQ==)/bc/bsp/spn/bobj_download/main.htm]
    You can also upgrade CR XI RI to R2.
    See this thread for upgradation:
    [Crystal Report XI Upgrade Question;
    Regards,
    Shweta

  • Faulting application tomcat.exe, version 1.1.0.0, faulting module jvm.dll,

    All,
    My application is running in a Tomcat, JBoss environment. Occassionally Tomcat crashes in jvm.
    The error is:
    Faulting application tomcat.exe, version 1.1.0.0, faulting module jvm.dll, version 0.0.0.0, fault address 0x0015405e.
    The OS is Windows Server 2003.
    JRE is 1.4.2_03
    Has anyone seen this? I saw a thread where a number of people had this problem but no solution was posted.
    Is there any fix available?
    Any help would be greatly appreciated.
    Sudhir

    1.4.2_03 is very old at this point. 1.4.2_17, the latest release has many, many, many fixes. Moving to this latest release may solve this problem:
    http://java.sun.com/j2se/1.4.2/download.html
    -Rogerr

  • NQSServer.exe, version 10.1.3.4, faulting module NQSCache.dll

    I am getting the following errors. BI servers crashes periodically with the following error.
    Reporting queued error: faulting application NQSServer.exe, version 10.1.3.4, faulting module NQSCache.dll, version 10.1.3.4, fault address 0x00016b43
    Running OBIEE V10.1.3.4 on Windows 2k3 sp2 BI server seperate from Presentation server.
    Any help would be greatly appreciated.
    Edited by: user2242011 on Jun 1, 2009 8:42 AM
    Opened a SR with Oracle.
    There is no load on this system. I am working to convert from 7.8.4 to 10 G. All else seems successful except several reports hosted on SQL server and issues with queries.
    Thanks for the responses btw...
    I will let you know if a solution is identified.
    Edited by: user2242011 on Jun 1, 2009 8:42 AM

    rnm1978 wrote:
    Turribeach wrote:
    You may want to try to migrate to a Unix platform which may help avoid the crash.Are there known issues with the stability of OBIEE on Windows then?Not in particular but most issues I heard of are platform related, so you might be able to work around it by changing platforms. We found a BI Server crash issue last year related to LDAP resolution in Linux and we are still waiting for a patch from Oracle Support. So in my experience you have very little chances on getting a fix in reasonable time.

  • Faulting module cvirte.dll

    I have a vb.net desktop app which makes call to a dll developed in LabWindows/CVI.  I have version 9.0 cvi runtime engine installed.  The CVI dll is actually developed by another company I am working on this project with.  The crashing is not consistent but it most often ends up with an error "faulting module cvirte.dll"  The problem is that it will run fine sometimes for a couple of hours making the same function calls then error.
    The exception in this case is
    Exception Code: 0xC0000005
    Exception Information: The thread tried to read from or write to a virtual address for which it does not have the appropriate access.
    What I do not understand is why it will make the same calls for a long period of time then all of sudden crash. Since it is so inconstent it's hard to explain this to the CVI developer since with his CVI only app it works.
    Since I have version 9 of the CVI engine installed are there any issues if the actually dll is developed in a prior CVI version?  I'm waiting for a response from the developer on this issue.
    Any ideas on tracking down this issue would be helpful?
    Darrell
    Solved!
    Go to Solution.

    Hi Darrell,
    The CVI Runtime Engine is backwards compatible so version 9.0 should work with DLL's built in an older version. However, it might still be helpful to know the exact version AND build of the runtime engine that you are using.
    Also, there should be some useful information in the Windows Event Viewer that will help us determine what is going on. Right-click on My Computer, and select Manage. In the Computer Management window, expand Computer Management»System Tools»Event Viewer. If you are on Windows XP, select Application. If you are on Window Vista/7, select Windows Logs»Application. There should be an error listed here that corresponds to your application. If you cause the app to crash immediately before looking at the log, then your app should be the most recent error.
    You already sent us the faulting module name and the offset, but any additional information, more specifically, exactly what your application is doing when it crashes would be helpful. If you could send all the details from that log, that will help us in resolving this issue. 
    Raj
    National Instruments
    Applications Engineer

  • Faulting appln iexplore.exe Faulting module jvm.dll for MarkView users

    Our Payables department uses Oracle and 170 Systems MarkView for entry of invoices. Users have been reporting "Not Responding" errors followed by IE crash, and the System Information shows the following:
    6/5/2009 9:47 AM     Application Hang     Hanging application javaw.exe, version 0.0.0.0, hang module hungapp, version 0.0.0.0, hang address 0x00000000.
    6/5/2009 8:42 AM     Application Hang     Hanging application javaw.exe, version 0.0.0.0, hang module hungapp, version 0.0.0.0, hang address 0x00000000.
    Today also receiving:
    6/5/2009 9:24 AM     Application Hang     Faulting application iexplore.exe, version 6.0.2900.2180, faulting module jvm.dll, version 0.0.0.0., fault address 0x000018f6.

    This is happening with increasing frequency. We have
    verified that the java version is compatible with markview viewer (Version 1.5.0 (build 1.5.0_09-b03))
    removed and reinstalled java and the viewer files
    ran virus scan Any suggestions?
    Thanks,
    MVUSER
    Edited by: MVUSER on Jun 9, 2009 12:40 PM

    Thanks for your assistance.
    I would not be able to test whether the underlying issue is resolved aftter following your recommended steps like re-adding the weblogic service, since the application has been up and running ever since the application service was restarted last time (a month ago).
    1. I am looking to understand the root cause of the issue that stopped the service a month ago. Is there any log file on the server that would have recorded this issue?
    2. I am assuming 'Core DLL' means one of the operating system's DLL..is that correct? Are you saying that this issue may be because one of the Windows files is corrupt?

  • Faulting application iexplore.exe, faulting module jvm.dll

    I see there are a few posts on this sort of problem, but please bear with me as this is somewhat different.
    I develop a browser Add-on and one of my customers is experiencing an IE7 crash using Oracle/Jinitiator, with an event log message:
    Faulting application iexplore.exe, version 7.0.6000.16827, stamp 49a74cd5, faulting module jvm.dll, version 0.0.0.0, stamp 4469a9b3, debug? 0, fault address 0x00050e18.
    This may be related to my Add-on, so I'd like to know of any reasons that an Add-on could cause this situation. I see from other posts that it can be caused by an Add-on using a different JVM to the one used by the oracle app, however we don't include a jvm or use any java code, so it seems like it must be a different problem. The crash occurs on start-up of the oracle app and I'm told they're using Jinitiator on Win XP SP2. I don't know the details of their jvm or jinitiator versions.
    I'm completely unfamiliar with oracle apps and JInitiators, so any pointers would be great. E.g. suggestions for them that may work around any such problem (like upgrading to latest JVM), or possible causes of any conflict between my Add-on and Jinitiator.
    As my customer's app is not externally accessible I've not yet been able to replicate this. Here's another question (Example Oracle Forms app viewable online? asking for example apps that I might be able to use to replicate this.
    thanks,
    - Rory
    Edited by: user11176059 on 18-May-2009 04:25

    Our browser Add-on is only available for IE, and the problem only happens when the add-on is running. So we've not tried Firefox but it wouldn't help unfortunately.
    - Rory

  • Release 4.2(1) Build 15 Patch 4 - faulting module SchemeLayer.dll

    Hi All,
    For the last few day's I am getting the following error on one of my acs servers.
    "Reporting queued error: faulting application CSAdmin.exe, version 0.0.0.0, faulting module SchemeLayer.dll, version 0.0.0.0, fault address 0x0002c370"
    It running on windows 2008 32 bit - dedicated server. The anti-virus is set to exclude this directory.
    Form a last search it looks like it might be one of the Microsoft patches causing this. - Does anyone know what patch this might be.
    I don't have this issue on my other 3 servers running the same setup / patch levels..

    Hi Martin,
    Try upgrading to latest ACS patch. If that did not resolve the problem try uninstall then install ACS + patch (take abackup before uninstall and restore after).
    If you still experience a problem I think you may need to contact cisco for that. Developers may be able to identify what is exactly going on and narrow down the cause of this until they find the windows patch/process that is causing this.
    btw, have you tried reloading the machine? or turn off/on the ACS service?
    HTH,
    Amjad
    Rating useful replies is more useful than saying "Thank you"

  • Faulting application java.exe, version 0.0.0.0, faulting module jvm.dll,...

    We have a customer that has been receiving the following error for the last 6 to 8 weeks (about once or twice a week) while running our application:
    Faulting application java.exe, version 0.0.0.0, faulting module jvm.dll, version 0.0.0.0, fault address 0x000449f7
    Our application is running on Java 1.4.2_04-b05 and uses Tomcat 4.1.30 (or thereabouts). The OS is Windows 2003 Server. We have many other customers running the application on the same version of Java and Tomcat on a variety of OS versions, but have not seen this problem before.
    We have replaced the java .exe's and .dll's to make sure one had not been corrupted, but to no avail.
    There is another similar thread that has no resolution already out there:
    http://forum.java.sun.com/thread.jspa?messageID=9961112
    but I wanted to put some Duke dollars on this post, so I posted it separately.
    If anyone has seen this problem and found some way around it (no matter how severe the remedy) please respond.
    Thanks.

    do you see any core/dump files??

  • Faulting application rfcexec.exe, faulting module ntdll.dll

    On a dev PI 7.1 SPS 8 server (Windows Server 2003, MS SQL 2008 DB, single host) I am getting this error in the Windows Application Log:
    Faulting application rfcexec.exe, version 7100.80.14.21962, faulting module ntdll.dll, version 5.2.3790.4455, fault address 0x000000000003bbfb.
    I have not been able to find anything specific on OSS or Google about it.
    I have updated the Visual C++ files to 2005 Service Pack 1 Redistributable Package ATL Security Update, patch 8 but this did not resolve the issue.
    Any idea what it causing it?
    Thanks.

    Hi Paul,
    besides ensuring your latest latest DLL, as specific in note 684106, i.e latest executables, latest DLL library,
    I have no further idea. This could be compatibiltity issue with microsoft platform.
    Maybe can open a case with Microsoft, because ntdll.dll is from Microsoft, not SAP.
    some registry cleaning program, to scan all your dlls, identify and eliminate problematic dlls, could be helpful....probably.
    Regards,
    Vincent

  • JVM DLL error : faulting module jvm.dll, version 27.6.5.32,

    Hi,
    I'm running WL in windows server and beasvc.exe is failing with this message.
    "Faulting application beasvc.exe, version 1.0.3.9, faulting module jvm.dll, version 27.6.5.32, fault address 0x0001e194"
    Any help please?
    thanks,
    Kam

    Hi,
    I'm running WL in windows server and beasvc.exe is failing with this message.
    "Faulting application beasvc.exe, version 1.0.3.9, faulting module jvm.dll, version 27.6.5.32, fault address 0x0001e194"
    Any help please?
    thanks,
    Kam

Maybe you are looking for

  • How do i change my screen back to color it is black and white?

    My husbands iphone 5 is acting up. First screen is black and white-tried switching toggle in Accessibility but didn't do anything. Second his contacts keep disappearing and third the battery is dying frequently. Any ideas?

  • How to create a link in a multi level navigation?

    Hi All, I have a portal with multilevel navigation and I want to add page that acts as a link to an external website lets say http://www.cnn.com. How can I add a link into the multilevel navigation? Can I create a page that is actually a link? Thanks

  • P.O commitment in PS

    Dear masters, Iam having one issue in my client project, we are having one service order in external processing, purchase requisition, purchase order, then ML81n service entry sheet. after that confirmation. but after this cylce i want to close this

  • Error in posting credit memo

    Hey, I posted a credit memo in transaction FB65 but made a mistake by not indicating a check mark in 'calculate tax' box. I checked transaction FB02 to correct this but there is no option other than reversing the posting. What is the best way to corr

  • Static by default?

    Can any method or any variable be static by default? Nowhere in my code I've used the word static, however I am getting an error that non-static variable cannot be referenced from a static context. Here is the part of the code where it gives me an er