Quantcast
Channel: Troubleshooting
Viewing all 1814 articles
Browse latest View live

500 "Server Too Bus" ASP_DEQUEUE_REQUEST is hanging


IIS multiple binding will cause CPU usage

$
0
0

On a Windows 2008 Server in IIS 7.5 we have about 5 websites and using content management system tool i.e., Umbraco.

But we have one website that has nearer 15 bindings for various domains.

couple of months all our sites have started consuming high memory usage, however can you help to find site with multiple bindings will cause high CPU?

HTTP 500.19 0x80070005 Error - Cannot read configuration files

$
0
0

(I was using Chrome - I redid this in  IE)

I have this site in my Default Website Folder and outside the website Default Folder. When I try to browse to the site in my Default Folder it gives me this error.

Server Error in Application "application name" HTTP Error 500.19 – Internal Server Error HRESULT: 0x80070005

Description of HRESULT :The requested page cannot be accessed because the related configuration data for the page is invalid.

 It says * You are using IIS 7.0 on a computer that is running Windows Vista. Additionally, you configure the Web site to use UNC Passthrough authentication to access a remote Universal Naming Convention (UNC) share.

* The IIS_IUSRS group does not have the appropriate permissions for the ApplicationHost.config file or for the Web.config file.

To fix this:

 Method 1 Do not configure the Web site to use UNC Passthrough authentication to access the remote UNC share. Instead, specify a user account that has the appropriate permissions to access the remote UNC share.

Method 2 Grant the Read permission to the IIS_IUSRS group for the ApplicationHost.config file or for the Web.config file.

To do this, follow these steps: 1. In Windows Explorer, locate the ApplicationHost.config file that is associated with the Web site, or locate the Web.config file that is associated with the Web site. 2. Right-click the ApplicationHost.config file, or right-click the Web.config file. 3. Click Properties. 4. Click the Security tab, and then click Edit. 5. Click Add. 6. In the Enter the object names to select box, type computername\IIS_IUSRS, click Check Names, and then click OK.

Neither of these will work. There is no security tab in web.config file and when I try to change the Password Authentication by entering a User Name/Password - it tells me the Password is invalid.

RWA indicates error in Web server settings

$
0
0

I'm not sure if this is the right forum, but I am attempting to turn on Remote Web Access in our SBS 2011 Server. When I run through the wizard, the wizard results back with 3 errors:

-First error is that UPnP is off on the router. The router is manually configured to pass 443 and 80 to the server so no real issue there.

-Second is that RWA is blocked. I don't believe it is because prior to turning on RWA I could get to the "Remote Web Access is turned off" site from my phone by navigating to the static IP from my ISP.

-The third error and the one that I am concerned about states: There is an error in your Web server settings - There is a problem with your Web server settings that cannot be repaired automatically. Please contact support.

Another issue which may be related is that when I attempt to setup the domain name using the wizard to obtain 'a personalized domain name from Microsoft', I get an error stating: An error occured while setting up your domain name - The domain name service was not set up for your server. Wait a few minutes and run the wizard again. An unexpected or unknown problem occured. Please wait a few minutes, and then try again.

Any help is greatly appreciated. This has been driving me nuts for a few weeks now.

Thanks

IIS APPPOOL issue Event code: 3008 Exception type: ConfigurationErrorsException

$
0
0

Hello All,

Wish You Happy New Year to All in advance.

I created a ASP.net WebAPI service application. I published it on Server 2008 R2 but I'm getting an error when i call site.

By the way , same build pack is working on an other Server 2008 R2.

 there is no different configuration setting between that two operating system, i checked its.  And all .net version is okey and updated.

I'm searching issue on internet , i found much more information about about event log 3008 but Exception type and Exception Message are different not like mine.

What is wrong ? 

Keywords  Date and Time   Source  Event ID  Task Category
Classic  31.12.2015 09:25:12   ASP.NET 4.0.30319.0  1310  Web Event

Event code: 3008
Event message: A configuration error has occurred.
Event time: 31.12.2015 09:25:12
Event time (UTC): 31.12.2015 07:25:12
Event ID: 03d0578e740f41dc93276cc1ec01d333
Event sequence: 1
Event occurrence: 1
Event detail code: 0

Application information:
Application domain: /LM/W3SVC/4/ROOT-28-130960203063596353
Trust level: Full
Application Virtual Path: /
Application Path: C:\WebRoot\Applications\wky\app\
Machine name: TF2APPSRV1

Process information:
Process ID: 9820
Process name: w3wp.exe
Account name: IIS APPPOOL\TOFAS_wky_app

Exception information:
Exception type: ConfigurationErrorsException
Exception message: External component has thrown an exception.
at System.Web.Configuration.CompilationSection.LoadAssemblyHelper(String assemblyName, Boolean starDirective)
at System.Web.Configuration.CompilationSection.LoadAllAssembliesFromAppDomainBinDirectory()
at System.Web.Configuration.CompilationSection.LoadAssembly(AssemblyInfo ai)
at System.Web.Configuration.AssemblyInfo.get_AssemblyInternal()
at System.Web.Compilation.BuildManager.GetReferencedAssemblies(CompilationSection compConfig)
at System.Web.Compilation.BuildManager.GetPreStartInitMethodsFromReferencedAssemblies()
at System.Web.Compilation.BuildManager.CallPreStartInitMethods(String preStartInitListPath, Boolean& isRefAssemblyLoaded)
at System.Web.Compilation.BuildManager.ExecutePreAppStart()
at System.Web.Hosting.HostingEnvironment.Initialize(ApplicationManager appManager, IApplicationHost appHost, IConfigMapPathFactory configMapPathFactory, HostingEnvironmentParameters hostingParameters, PolicyLevel policyLevel, Exception appDomainCreationException)

External component has thrown an exception.
at System.Reflection.RuntimeAssembly._nLoad(AssemblyName fileName, String codeBase, Evidence assemblySecurity, RuntimeAssembly locationHint, StackCrawlMark& stackMark, IntPtr pPrivHostBinder, Boolean throwOnFileNotFound, Boolean forIntrospection, Boolean suppressSecurityChecks)
at System.Reflection.RuntimeAssembly.nLoad(AssemblyName fileName, String codeBase, Evidence assemblySecurity, RuntimeAssembly locationHint, StackCrawlMark& stackMark, IntPtr pPrivHostBinder, Boolean throwOnFileNotFound, Boolean forIntrospection, Boolean suppressSecurityChecks)
at System.Reflection.RuntimeAssembly.InternalLoadAssemblyName(AssemblyName assemblyRef, Evidence assemblySecurity, RuntimeAssembly reqAssembly, StackCrawlMark& stackMark, IntPtr pPrivHostBinder, Boolean throwOnFileNotFound, Boolean forIntrospection, Boolean suppressSecurityChecks)
at System.Reflection.RuntimeAssembly.InternalLoad(String assemblyString, Evidence assemblySecurity, StackCrawlMark& stackMark, IntPtr pPrivHostBinder, Boolean forIntrospection)
at System.Reflection.RuntimeAssembly.InternalLoad(String assemblyString, Evidence assemblySecurity, StackCrawlMark& stackMark, Boolean forIntrospection)
at System.Reflection.Assembly.Load(String assemblyString)
at System.Web.Configuration.CompilationSection.LoadAssemblyHelper(String assemblyName, Boolean starDirective)

Request information:
Request URL: http://localhost:3340/
Request path: /
User host address: ::1
User:
Is authenticated: False
Authentication Type:
Thread account name: IIS APPPOOL\TOFAS_wky_app

Thread information:
Thread ID: 114
Thread account name: IIS APPPOOL\TOFAS_wky_app
Is impersonating: False
Stack trace: at System.Web.Configuration.CompilationSection.LoadAssemblyHelper(String assemblyName, Boolean starDirective)
at System.Web.Configuration.CompilationSection.LoadAllAssembliesFromAppDomainBinDirectory()
at System.Web.Configuration.CompilationSection.LoadAssembly(AssemblyInfo ai)
at System.Web.Configuration.AssemblyInfo.get_AssemblyInternal()
at System.Web.Compilation.BuildManager.GetReferencedAssemblies(CompilationSection compConfig)
at System.Web.Compilation.BuildManager.GetPreStartInitMethodsFromReferencedAssemblies()
at System.Web.Compilation.BuildManager.CallPreStartInitMethods(String preStartInitListPath, Boolean& isRefAssemblyLoaded)
at System.Web.Compilation.BuildManager.ExecutePreAppStart()
at System.Web.Hosting.HostingEnvironment.Initialize(ApplicationManager appManager, IApplicationHost appHost, IConfigMapPathFactory configMapPathFactory, HostingEnvironmentParameters hostingParameters, PolicyLevel policyLevel, Exception appDomainCreationException)

Application Initialization module not requesting initialization page

$
0
0

Hi,

We have a Windows 2012 Standard server that we use to test some of our applications.

We have used Application Initialization to keep the our applications available and use the splash screen as its only a few of us testing. 

However I now have a requirement to load some css and script bundles at startup time and want to use the initializationpage parameter in AI to do this but it does not appear to be working.

When I restart the app I get the splash screen when trying to access the app but the page defined in AI does not appear to be called. 

After trying various different things I decided to just use a simple app to test if the issue was with our app or AI as we have SSL and URL rewrite in use too. I have a similar app to the one used in this AI setup tutorial - appinit 

I I have just made a separate page that copies a file and writes to the log as the initializationpage and the app simply waits 20 seconds before is shows an image, very simple. There is not SSL nor URL rewrites involved with this. In fact its the only app we have defined on the server atm.

So when I start the app the splash screen shows until the times expires when it shows the image, as expected. However there are no log messages nor a new file created.

I ran the initialization page after this and messages and new file appear, so there are no issues with that page itself.

I have been through many articles etc about this and I think I have all the correct settings etc, listed below.

Does anyone have any ideas on what might be wrong or what I may have missed ?

Thanks, George.

OS : Windows 2012 Standard

IIS 8.0.9200.16384

ApplicationInitializationModule installed

Web.config 

<applicationInitialization remapManagedRequestsTo="splash.html" skipManagedModules="true" doAppInitAfterRestart="true" >
    <add initializationPage="WriteToLogPage.aspx" />
</applicationInitialization>

ApplicationHost.config

<applicationPools>
    <add name="appinit" autoStart="true" managedRuntimeVersion="v4.0" startMode="AlwaysRunning" />
        <applicationPoolDefaults managedRuntimeVersion="v4.0">
            <processModel identityType="ApplicationPoolIdentity" />
        </applicationPoolDefaults>
</applicationPools>

<site name="Default Web Site" id="1">

    <application path="/appinit" applicationPool="appinit" preloadEnabled="true">
        <virtualDirectory path="/" physicalPath="C:\inetpub\wwwroot\appinit" />
    </application>
</site>

<globalModules>
    <add name="ApplicationInitializationModule" image="%windir%\System32\inetsrv\warmup.dll" />
</globalModules>

GetObject("IIS://LocalHost/W3SVC") fails in IIS 8

$
0
0

I've searched forums and have found similar issues in IIS 7 & 7.5 and the solution there was to install IIS 6 Compatibility component. I cannot find any mention of this component for IIS 8 and so am wondering: 1) does it exist in IIS 8 and if so 2) where do I find information about it?

My code is trying to run a classic ASP file to run some monthly reports and I us the following to get the path:

'--------------------------
      Function getPath (siteName)
      '--------------------------
         returnPath = ""
         Set IISOBJ = GetObject("IIS://LocalHost/W3SVC")
         For Each website in IISOBJ 
            If ( WebSite.Class = "IIsWebServer" ) Then 
               If (WebSite.ServerComment = siteName ) Then 
                  Set IISOBJRoot = getObject(WebSite.ADSPath & "/Root")
                  returnPath = IISOBJRoot.Path
                  set IISOBJRoot = Nothing
               End If
            End if
         Next
         set IISOBJ = Nothing
         getPath = returnPath
      End Function

It fails at GetObject() with an "invalid syntax" error.

Any help is appreciated! Thanks

How to trace whats going on between IIS 8 and Application Initialization module


iss7 error page

$
0
0

Hi,

My joomla  site have an hacker attack and when I try to restore a backUp ( or I cancel all my site and I leave only a symple index.html on the directory) inwww.mysite.com appear ISS7 error page.
 

But if I write www.mysite.com/index.php everything is OK.

The problem appear only if I try to navigate www.mysite.com.

Any Ideas?

Thak's

ASP Net Two Factor Remember Browser Cookie session state clear when app pool recycle

$
0
0

Hi,

i just want Two Factor Remember browser cookie session state not to clear when app pool recycle and for that i also tried to change my session state from InProc to SQL Server, but no luck. If i use SQL Server session state then my application manage to store ASPNet Session ID in the database table but not the Two Factor Remember Browser session.

i just want to understand, In case of Two Factor Remember Browser session state, where it store in the server and how can i prevent it from deletion when app pool recycle. is there any way i can store it permanently for a time period.

Requests getting stuck after upgrading from Win 8 to Win 10

$
0
0

I am facing a weird issues where the ajax requests are getting stuck after 10 ajax request. After 5 -10 mins those request are received at server but due to timeout the response is not received at client side. This started happening after upgrading my machine from Win 8 to Win 10. 

I have tried following workarounds found at various forum related to Windows 10 upgrade issues with IIS. 

1. UrlRewrite 2.0

2. Changing the major version in regedit to 9, then installing URLRewrite 2.0 and then changing back the major version to 10. 

But nothing seems to happening. 

I have an MVC 4 application. 

Please help.

WCF AUTHENTICATE_REQUEST Bad Request 400

$
0
0

Please help.

We have a WCF web service that is accepting calls via JSON from iOS. Sporadically, we get a 400 Bad Request error. After searching for this error, the only solution that I could find is that the size limit was reached, but our calls are really small (like 50 characters small). This doesn't happen every time, usually only 40-50 times per day, but it's enough to cause some major problems. We turned on request tracing, but the XML doesn't give us much information to investigate. Does anyone know what could be causing this? Attached is one of the request log files.

Thanks is advance.

    <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
     <System>
      <Provider Name="WWW Server" Guid="{3A2A4E84-4C21-4981-AE10-3FDA0D9B0F83}"/>
      <EventID>0</EventID>
      <Version>1</Version>
      <Level>4</Level>
      <Opcode>38</Opcode>
      <Keywords>0x0</Keywords>
      <TimeCreated SystemTime="2016-01-14T13:46:41.851Z"/>
      <Correlation ActivityID="{00000000-0000-0000-A516-018000000058}"/>
      <Execution ProcessID="16572" ThreadID="17048"/>
      <Computer>DED2768</Computer>
     </System>
     <EventData>
      <Data Name="ContextId">{00000000-0000-0000-A516-018000000058}</Data>
      <Data Name="BytesReceived">50</Data>
      <Data Name="ErrorCode">0</Data>
     </EventData>
     <RenderingInfo Culture="en-US">
      <Opcode>GENERAL_READ_ENTITY_END</Opcode>
      <freb:Description Data="ErrorCode">The operation completed successfully.
     (0x0)</freb:Description>
     </RenderingInfo>
     <ExtendedTracingInfo xmlns="http://schemas.microsoft.com/win/2004/08/events/trace">
      <EventGuid>{D42CF7EF-DE92-473E-8B6C-621EA663113A}</EventGuid>
     </ExtendedTracingInfo>
    </Event>
    <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
     <System>
      <Provider Name="WWW Server" Guid="{3A2A4E84-4C21-4981-AE10-3FDA0D9B0F83}"/>
      <EventID>0</EventID>
      <Version>1</Version>
      <Level>5</Level>
      <Opcode>51</Opcode>
      <Keywords>0x0</Keywords>
      <TimeCreated SystemTime="2016-01-14T13:46:41.851Z"/>
      <Correlation ActivityID="{00000000-0000-0000-A516-018000000058}"/>
      <Execution ProcessID="16572" ThreadID="17048"/>
      <Computer>DED2768</Computer>
     </System>
     <EventData>
      <Data Name="ContextId">{00000000-0000-0000-A516-018000000058}</Data>
      <Data Name="Buffer">{&quot;hub&quot;:&quot;(null)&quot;, &quot;co&quot;:&quot;OCALFLXA&quot;, &quot;eci&quot;:&quot;CNUCAJP&quot;}</Data>
     </EventData>
     <RenderingInfo Culture="en-US">
      <Opcode>GENERAL_REQUEST_ENTITY</Opcode>
     </RenderingInfo>
     <ExtendedTracingInfo xmlns="http://schemas.microsoft.com/win/2004/08/events/trace">
      <EventGuid>{D42CF7EF-DE92-473E-8B6C-621EA663113A}</EventGuid>
     </ExtendedTracingInfo>
    </Event>
    <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
     <System>
      <Provider Name="ASPNET" Guid="{AFF081FE-0247-4275-9C4E-021F3DC1DA35}"/>
      <EventID>0</EventID>
      <Version>0</Version>
      <Level>5</Level>
      <Opcode>11</Opcode>
      <Keywords>0x2</Keywords>
      <TimeCreated SystemTime="2016-01-14T13:47:10.228Z"/>
      <Correlation ActivityID="{00000000-0000-0000-A516-018000000058}"/>
      <Execution ProcessID="16572" ThreadID="17048"/>
      <Computer>DED2768</Computer>
     </System>
     <EventData>
      <Data Name="ConnID">0</Data>
      <Data Name="Context ID">{00000000-0000-0000-A516-018000000058}</Data>
      <Data Name="Data1">System.ServiceModel.Activation.HttpModule</Data>
     </EventData>
     <RenderingInfo Culture="en-US">
      <Opcode>AspNetPipelineLeave</Opcode>
      <Keywords>
       <Keyword>Module</Keyword>
      </Keywords>
     </RenderingInfo>
     <ExtendedTracingInfo xmlns="http://schemas.microsoft.com/win/2004/08/events/trace">
      <EventGuid>{06A01367-79D3-4594-8EB3-C721603C4679}</EventGuid>
     </ExtendedTracingInfo>
    </Event>
    <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
     <System>
      <Provider Name="WWW Server" Guid="{3A2A4E84-4C21-4981-AE10-3FDA0D9B0F83}"/>
      <EventID>0</EventID>
      <Version>1</Version>
      <Level>3</Level>
      <Opcode>16</Opcode>
      <Keywords>0x100</Keywords>
      <TimeCreated SystemTime="2016-01-14T13:47:10.228Z"/>
      <Correlation ActivityID="{00000000-0000-0000-A516-018000000058}"/>
      <Execution ProcessID="16572" ThreadID="17048"/>
      <Computer>DED2768</Computer>
     </System>
     <EventData>
      <Data Name="ContextId">{00000000-0000-0000-A516-018000000058}</Data>
      <Data Name="ModuleName">ServiceModel</Data>
      <Data Name="Notification">2</Data>
      <Data Name="HttpStatus">400</Data>
      <Data Name="HttpReason">Bad Request</Data>
      <Data Name="HttpSubStatus">0</Data>
      <Data Name="ErrorCode">0</Data>
      <Data Name="ConfigExceptionInfo"></Data>
     </EventData>
     <RenderingInfo Culture="en-US">
      <Opcode>MODULE_SET_RESPONSE_ERROR_STATUS</Opcode>
      <Keywords>
       <Keyword>RequestNotifications</Keyword>
      </Keywords>
      <freb:Description Data="Notification">AUTHENTICATE_REQUEST</freb:Description>
      <freb:Description Data="ErrorCode">The operation completed successfully.
     (0x0)</freb:Description>
     </RenderingInfo>
     <ExtendedTracingInfo xmlns="http://schemas.microsoft.com/win/2004/08/events/trace">
      <EventGuid>{002E91E3-E7AE-44AB-8E07-99230FFA6ADE}</EventGuid>
     </ExtendedTracingInfo>
    </Event>

error 500.19 windows 10

$
0
0

hi there starting a new project on windows 10 machine.

when going to file:///C:/inetpub/wwwroot/priority/abc.htm in my broweser it shows ok but when going tohttp://zoom.complus.co/priority/abc.htm got error

Detailed Error

Information: Module IIS Web Core

Notification BeginRequest

Handler Not yet determined

Error Code 0x80070021

Config Error Lock violation

Config File \?\C:\inetpub\wwwroot\web.config

Requested URL https://zoom.complus.co:443/

Physical Path C:\inetpub\wwwroot

Logon Method Not yet determined

Logon User Not yet determined

can someone tell me what to do please

FTP server rejecting requests while ftpsvc in "stopping" state and Full User Dump for process

$
0
0

I am having an issue with FTP on a 2008 R2 Standard server running IIS 7. The admin that worked here before me would literally reboot the server every time a developer would have issues with the FTP service. I am trying to find out the root cause of the issue to find a long term solution. This is what is happening:

About once a week the server will start rejecting FTP connection attempts. with error "A connection to the server could not be established". When this happens I also cannot log in via FTP locally on the machine itself. I then open the Server Manager and look in Web Services to see that the FTPSVC is in the "stopping state". To stop the process I have to manually terminate the svchost.exe associated with the ftpsvc. After the process is terminated I can see that the ftpsvc process start again, but FTP connections are still broken.

I then used Debug Diag and ran a Full User Dump on the svchost.exe process for ftpsvc and received some Warnings. The problem is that I do not fully understand what the report says. I am hoping someone will be able to look at this and let me know what next steps I should take.


This thread is waiting on the local RpcSs service to complete a COM activation request inanother COM server process.

Analysis Summary

<div id="analysisSummaryGroup"> <div class="summaryGroup mt20 normalText" id="warningsAnalysisSummarySection"> <div></div> <div class="groupTitle summaryGroupLabel Warning"> Warning</div> <div class="group mt20">
DescriptionRecommendation
The following threads in svchost.exe__PID__3284__Date__01_17_2016__Time_06_39_08PM__439__Manual Dump.dmp are waiting on the localRpcSs service to complete a COM activation request in another COM server process.

( 5 )

5.56% of threads blocked (1 threads)

The thread(s) in question is/are waiting on a CoCreateInstance call to return. Further analysis ofthe process hosting the particular component (not the RpcSs service) should be performed to determine why these calls have not completed. More information for the particular component(s) that the thread(s) in question is/are attempting to instantiate can be found in the thread detail for each thread listed in the Description pane to the left.
</div> </div> </div>

<div class="mt40"></div>

<div class="analysisDetailsSection"> <div class="expandCollapseButton-expanded" id="btnAnalysisDetails"></div> <div class="sectionHeader mt40">Analysis Details</div> <div id="analysisDetailsGroup"> <div class="normalText group" id="group"> <div class="mt20" id="B1" data-debug-rule="CrashHangAnalysis" data-debug-details="parent"> <div class="expandCollapseButton-expanded21x21" id="btnB1"></div> <div class="groupTitle mt20 ml35">

CrashHangAnalysis

</div> <div class="normalText group" id="B1group"> <div class="mt20 dump" id="B1C1" data-debug-dump="svchost.exe__PID__3284__Date__01_17_2016__Time_06_39_08PM__439__Manual Dump.dmp" data-debug-rule="CrashHangAnalysis" data-debug-details="dump"> <div class="expandCollapseButton-expanded21x21" id="btnB1C1"></div> <div class="groupTitle mt20 ml35">

Report for svchost.exe__PID__3284__Date__01_17_2016__Time_06_39_08PM__439__Manual Dump.dmp

</div> <div class="normalText group" id="B1C1group"> <div class="mt20 normalText">
Type of Analysis Performed  Hang Analysis
Machine Name  IIS4
Operating System  Windows Server 2008 R2Service Pack 1
Number Of Processors  8
Process ID  3284
Process Image  C:\Windows\System32\svchost.exe
Command Line  C:\Windows\system32\svchost.exe -k ftpsvc
System Up-Time  2 day(s) 09:35:54
Process Up-Time  00:07:38
Processor Type  X64
Process Bitness  64-Bit
</div> <div class="mt20 custom" id="CPUB1C1" data-debug-dump="svchost.exe__PID__3284__Date__01_17_2016__Time_06_39_08PM__439__Manual Dump.dmp" data-debug-rule="CrashHangAnalysis" data-debug-details="custom"> <div class="groupTitle mt20">

Top 5 Threads by CPU time

</div> <div class="normalText group" id="CPUB1C1group"> <div class="mt20 normalText">Note - Times include both user mode and kernel mode for each thread
Thread ID:3    Total CPU Time: 00:00:00.171    Entry Point for Thread: ftpsvc!FTPServiceThreadProc
Thread ID:2    Total CPU Time: 00:00:00.015    Entry Point for Thread: sechost!ScSvcctrlThreadA
Thread ID:6    Total CPU Time: 00:00:00.015    Entry Point for Thread: ftpsvc!THREAD_MANAGER::ThreadManagerThread
Thread ID:5    Total CPU Time: 00:00:00.015    Entry Point for Thread: ftpsvc!THREAD_MANAGER::ThreadManagerThread
Thread ID:0    Total CPU Time: 00:00:00.015    Entry Point for Thread: svchost!wmainCRTStartup
</div> </div> </div> <div class="mt20 custom" id="CLRInformationB1C1" data-debug-dump="svchost.exe__PID__3284__Date__01_17_2016__Time_06_39_08PM__439__Manual Dump.dmp" data-debug-rule="CrashHangAnalysis" data-debug-details="custom"> <div class="groupTitle mt20">

CLR Information

</div> <div class="normalText group" id="CLRInformationB1C1group"> <div class="mt20 normalText"></div> </div> </div> <div class="mt20" data-debug-dump="svchost.exe__PID__3284__Date__01_17_2016__Time_06_39_08PM__439__Manual Dump.dmp" data-debug-rule="CrashHangAnalysis" data-debug-details="threadsummary"> <div class="expandCollapseButton-expanded21x21" id="btnB1C1D-1"></div> <div class="groupTitle mt20 ml35">

Thread Report

</div> <div class="normalText group" id="B1C1D-1group"> <div class="ui-tabs ui-widget ui-widget-content ui-corner-all" id="B1C1_Tabs0">
6 Threads (33% of all threads) have this same call stack.
Note: Grouping of identical threads can be disabled in the 'Preferences' tab of the Analysis Options<div class="mt20 thread ui-tabs-panel ui-widget-content ui-corner-bottom" id="B1C1Thread9768" role="tabpanel" aria-expanded="true" aria-hidden="false" aria-labelledby="ui-id-1" data-debug-dump="svchost.exe__PID__3284__Date__01_17_2016__Time_06_39_08PM__439__Manual Dump.dmp" data-debug-rule="CrashHangAnalysis" data-debug-details="thread"> <div class="groupTitle mt20">

Thread 9 - System ID 9768

</div> <div class="normalText group" id="B1C1Thread9768group"> <div class="mt20 normalText">
Entry point  ftpsvc!AD_LOOKUP_MANAGER::WorkerThread
Create time  1/17/2016 6:31:36 PM
Time spent in user mode  0 Days 00:00:00.000
Time spent in kernel mode  0 Days 00:00:00.000


</div> </div> </div> <div class="mt20 thread ui-tabs-panel ui-widget-content ui-corner-bottom" id="B1C1Thread11868" role="tabpanel" aria-expanded="false" aria-hidden="true" aria-labelledby="ui-id-2" data-debug-dump="svchost.exe__PID__3284__Date__01_17_2016__Time_06_39_08PM__439__Manual Dump.dmp" data-debug-rule="CrashHangAnalysis" data-debug-details="thread"> <div class="groupTitle mt20">

Thread 10 - System ID 11868

</div> <div class="normalText group" id="B1C1Thread11868group"> <div class="mt20 normalText">
Entry point  ftpsvc!AD_LOOKUP_MANAGER::WorkerThread
Create time  1/17/2016 6:31:36 PM
Time spent in user mode  0 Days 00:00:00.000
Time spent in kernel mode  0 Days 00:00:00.000


</div> </div> </div> <div class="mt20 thread ui-tabs-panel ui-widget-content ui-corner-bottom" id="B1C1Thread10648" role="tabpanel" aria-expanded="false" aria-hidden="true" aria-labelledby="ui-id-3" data-debug-dump="svchost.exe__PID__3284__Date__01_17_2016__Time_06_39_08PM__439__Manual Dump.dmp" data-debug-rule="CrashHangAnalysis" data-debug-details="thread"> <div class="groupTitle mt20">

Thread 11 - System ID 10648

</div> <div class="normalText group" id="B1C1Thread10648group"> <div class="mt20 normalText">
Entry point  ftpsvc!AD_LOOKUP_MANAGER::WorkerThread
Create time  1/17/2016 6:31:36 PM
Time spent in user mode  0 Days 00:00:00.000
Time spent in kernel mode  0 Days 00:00:00.000


</div> </div> </div> <div class="mt20 thread ui-tabs-panel ui-widget-content ui-corner-bottom" id="B1C1Thread21820" role="tabpanel" aria-expanded="false" aria-hidden="true" aria-labelledby="ui-id-4" data-debug-dump="svchost.exe__PID__3284__Date__01_17_2016__Time_06_39_08PM__439__Manual Dump.dmp" data-debug-rule="CrashHangAnalysis" data-debug-details="thread"> <div class="groupTitle mt20">

Thread 12 - System ID 21820

</div> <div class="normalText group" id="B1C1Thread21820group"> <div class="mt20 normalText">
Entry point  ftpsvc!AD_LOOKUP_MANAGER::WorkerThread
Create time  1/17/2016 6:31:36 PM
Time spent in user mode  0 Days 00:00:00.000
Time spent in kernel mode  0 Days 00:00:00.000


</div> </div> </div> <div class="mt20 thread ui-tabs-panel ui-widget-content ui-corner-bottom" id="B1C1Thread22092" role="tabpanel" aria-expanded="false" aria-hidden="true" aria-labelledby="ui-id-5" data-debug-dump="svchost.exe__PID__3284__Date__01_17_2016__Time_06_39_08PM__439__Manual Dump.dmp" data-debug-rule="CrashHangAnalysis" data-debug-details="thread"> <div class="groupTitle mt20">

Thread 13 - System ID 22092

</div> <div class="normalText group" id="B1C1Thread22092group"> <div class="mt20 normalText">
Entry point  ftpsvc!AD_LOOKUP_MANAGER::WorkerThread
Create time  1/17/2016 6:31:36 PM
Time spent in user mode  0 Days 00:00:00.000
Time spent in kernel mode  0 Days 00:00:00.000


</div> </div> </div> <div class="mt20 thread ui-tabs-panel ui-widget-content ui-corner-bottom" id="B1C1Thread4308" role="tabpanel" aria-expanded="false" aria-hidden="true" aria-labelledby="ui-id-6" data-debug-dump="svchost.exe__PID__3284__Date__01_17_2016__Time_06_39_08PM__439__Manual Dump.dmp" data-debug-rule="CrashHangAnalysis" data-debug-details="thread"> <div class="groupTitle mt20">

Thread 14 - System ID 4308

</div> <div class="normalText group" id="B1C1Thread4308group"> <div class="mt20 normalText">
Entry point  ftpsvc!AD_LOOKUP_MANAGER::WorkerThread
Create time  1/17/2016 6:31:36 PM
Time spent in user mode  0 Days 00:00:00.000
Time spent in kernel mode  0 Days 00:00:00.000


</div> </div> </div> </div> <div class="ml35 mb20"> <div class="mt20 thread" id="B1C1Thread9768" data-debug-dump="svchost.exe__PID__3284__Date__01_17_2016__Time_06_39_08PM__439__Manual Dump.dmp" data-debug-rule="CrashHangAnalysis" data-debug-details="thread"><div class="normalText group" id="B1C1Thread9768group"> <div class="mt20 normalText">
ntdll!NtWaitForMultipleObjects+a
KERNELBASE!WaitForMultipleObjectsEx+e8
kernel32!WaitForMultipleObjects+b0
ftpsvc!AD_LOOKUP_MANAGER::WorkerThread+ee
kernel32!BaseThreadInitThunk+d
ntdll!RtlUserThreadStart+1d
</div> </div> </div> </div> <div class="ui-tabs ui-widget ui-widget-content ui-corner-all" id="B1C1_Tabs1">
2 Threads (11% of all threads) have this same call stack.
Note: Grouping of identical threads can be disabled in the 'Preferences' tab of the Analysis Options<div class="mt20 thread ui-tabs-panel ui-widget-content ui-corner-bottom" id="B1C1Thread9000" role="tabpanel" aria-expanded="true" aria-hidden="false" aria-labelledby="ui-id-7" data-debug-dump="svchost.exe__PID__3284__Date__01_17_2016__Time_06_39_08PM__439__Manual Dump.dmp" data-debug-rule="CrashHangAnalysis" data-debug-details="thread"> <div class="groupTitle mt20">

Thread 1 - System ID 9000

</div> <div class="normalText group" id="B1C1Thread9000group"> <div class="mt20 normalText">
Entry point  ntdll!TppWorkerThread
Create time  1/17/2016 6:31:36 PM
Time spent in user mode  0 Days 00:00:00.000
Time spent in kernel mode  0 Days 00:00:00.000


</div> </div> </div> <div class="mt20 thread ui-tabs-panel ui-widget-content ui-corner-bottom" id="B1C1Thread9116" role="tabpanel" aria-expanded="false" aria-hidden="true" aria-labelledby="ui-id-8" data-debug-dump="svchost.exe__PID__3284__Date__01_17_2016__Time_06_39_08PM__439__Manual Dump.dmp" data-debug-rule="CrashHangAnalysis" data-debug-details="thread"> <div class="groupTitle mt20">

Thread 17 - System ID 9116

</div> <div class="normalText group" id="B1C1Thread9116group"> <div class="mt20 normalText">
Entry point  ntdll!TppWorkerThread
Create time  1/17/2016 6:37:54 PM
Time spent in user mode  0 Days 00:00:00.000
Time spent in kernel mode  0 Days 00:00:00.000


</div> </div> </div> </div> <div class="ml35 mb20"> <div class="mt20 thread" id="B1C1Thread9000" data-debug-dump="svchost.exe__PID__3284__Date__01_17_2016__Time_06_39_08PM__439__Manual Dump.dmp" data-debug-rule="CrashHangAnalysis" data-debug-details="thread"><div class="normalText group" id="B1C1Thread9000group"> <div class="mt20 normalText">
ntdll!ZwWaitForWorkViaWorkerFactory+a
ntdll!TppWorkerThread+2c9
kernel32!BaseThreadInitThunk+d
ntdll!RtlUserThreadStart+1d
</div> </div> </div> </div> <div class="ui-tabs ui-widget ui-widget-content ui-corner-all" id="B1C1_Tabs2">
2 Threads (11% of all threads) have this same call stack.
Note: Grouping of identical threads can be disabled in the 'Preferences' tab of the Analysis Options<div class="mt20 thread ui-tabs-panel ui-widget-content ui-corner-bottom" id="B1C1Thread8988" role="tabpanel" aria-expanded="true" aria-hidden="false" aria-labelledby="ui-id-9" data-debug-dump="svchost.exe__PID__3284__Date__01_17_2016__Time_06_39_08PM__439__Manual Dump.dmp" data-debug-rule="CrashHangAnalysis" data-debug-details="thread"> <div class="groupTitle mt20">

Thread 15 - System ID 8988

</div> <div class="normalText group" id="B1C1Thread8988group"> <div class="mt20 normalText">
Entry point  ftpsvc!THREAD_MANAGER::ThreadManagerThread
Create time  1/17/2016 6:36:56 PM
Time spent in user mode  0 Days 00:00:00.000
Time spent in kernel mode  0 Days 00:00:00.000


</div> </div> </div> <div class="mt20 thread ui-tabs-panel ui-widget-content ui-corner-bottom" id="B1C1Thread1308" role="tabpanel" aria-expanded="false" aria-hidden="true" aria-labelledby="ui-id-10" data-debug-dump="svchost.exe__PID__3284__Date__01_17_2016__Time_06_39_08PM__439__Manual Dump.dmp" data-debug-rule="CrashHangAnalysis" data-debug-details="thread"> <div class="groupTitle mt20">

Thread 16 - System ID 1308

</div> <div class="normalText group" id="B1C1Thread1308group"> <div class="mt20 normalText">
Entry point  ftpsvc!THREAD_MANAGER::ThreadManagerThread
Create time  1/17/2016 6:37:00 PM
Time spent in user mode  0 Days 00:00:00.000
Time spent in kernel mode  0 Days 00:00:00.000


</div> </div> </div> </div> <div class="ml35 mb20"> <div class="mt20 thread" id="B1C1Thread8988" data-debug-dump="svchost.exe__PID__3284__Date__01_17_2016__Time_06_39_08PM__439__Manual Dump.dmp" data-debug-rule="CrashHangAnalysis" data-debug-details="thread"><div class="normalText group" id="B1C1Thread8988group"> <div class="mt20 normalText">
ntdll!ZwRemoveIoCompletion+a
KERNELBASE!GetQueuedCompletionStatus+39
kernel32!GetQueuedCompletionStatusStub+11
ftpsvc!THREAD_POOL_DATA::ThreadPoolThread+56
ftpsvc!THREAD_MANAGER::ThreadManagerThread+67
kernel32!BaseThreadInitThunk+d
ntdll!RtlUserThreadStart+1d
</div> </div> </div> </div> <div class="ui-tabs ui-widget ui-widget-content ui-corner-all" id="B1C1_Tabs3"> <div class="mt20 thread" id="B1C1Thread10976" data-debug-dump="svchost.exe__PID__3284__Date__01_17_2016__Time_06_39_08PM__439__Manual Dump.dmp" data-debug-rule="CrashHangAnalysis" data-debug-details="thread"> <div class="groupTitle mt20">

Thread 0 - System ID 10976

</div> <div class="normalText group" id="B1C1Thread10976group"> <div class="mt20 normalText">
Entry point  svchost!wmainCRTStartup
Create time  1/17/2016 6:31:36 PM
Time spent in user mode  0 Days 00:00:00.000
Time spent in kernel mode  0 Days 00:00:00.015


</div> </div> </div> </div> <div class="ml35 mb20"> <div class="mt20 thread" id="B1C1Thread10976" data-debug-dump="svchost.exe__PID__3284__Date__01_17_2016__Time_06_39_08PM__439__Manual Dump.dmp" data-debug-rule="CrashHangAnalysis" data-debug-details="thread"><div class="normalText group" id="B1C1Thread10976group"> <div class="mt20 normalText">
ntdll!ZwWaitForSingleObject+a
KERNELBASE!WaitForSingleObjectEx+79
sechost!ScSendResponseReceiveControls+13b
sechost!ScDispatcherLoop+121
sechost!StartServiceCtrlDispatcherW+14e
svchost!wmain+110
svchost!ScCreateWellKnownSids+2fd
kernel32!BaseThreadInitThunk+d
ntdll!RtlUserThreadStart+1d
</div> </div> </div> </div> <div class="ui-tabs ui-widget ui-widget-content ui-corner-all" id="B1C1_Tabs4"> <div class="mt20 thread" id="B1C1Thread10840" data-debug-dump="svchost.exe__PID__3284__Date__01_17_2016__Time_06_39_08PM__439__Manual Dump.dmp" data-debug-rule="CrashHangAnalysis" data-debug-details="thread"> <div class="groupTitle mt20">

Thread 2 - System ID 10840

</div> <div class="normalText group" id="B1C1Thread10840group"> <div class="mt20 normalText">
Entry point  sechost!ScSvcctrlThreadA
Create time  1/17/2016 6:31:36 PM
Time spent in user mode  0 Days 00:00:00.000
Time spent in kernel mode  0 Days 00:00:00.015


</div> </div> </div> </div> <div class="ml35 mb20"> <div class="mt20 thread" id="B1C1Thread10840" data-debug-dump="svchost.exe__PID__3284__Date__01_17_2016__Time_06_39_08PM__439__Manual Dump.dmp" data-debug-rule="CrashHangAnalysis" data-debug-details="thread"><div class="normalText group" id="B1C1Thread10840group"> <div class="mt20 normalText">
ntdll!ZwWaitForSingleObject+a
KERNELBASE!WaitForSingleObjectEx+79
ftpsvc!ServiceMain+d5
svchost!ServiceStarter+1e8
sechost!ScSvcctrlThreadA+25
kernel32!BaseThreadInitThunk+d
ntdll!RtlUserThreadStart+1d
</div> </div> </div> </div> <div class="ui-tabs ui-widget ui-widget-content ui-corner-all" id="B1C1_Tabs5"> <div class="mt20 thread" id="B1C1Thread18124" data-debug-dump="svchost.exe__PID__3284__Date__01_17_2016__Time_06_39_08PM__439__Manual Dump.dmp" data-debug-rule="CrashHangAnalysis" data-debug-details="thread"> <div class="groupTitle mt20">

Thread 3 - System ID 18124

</div> <div class="normalText group" id="B1C1Thread18124group"> <div class="mt20 normalText">
Entry point  ftpsvc!FTPServiceThreadProc
Create time  1/17/2016 6:31:36 PM
Time spent in user mode  0 Days 00:00:00.140
Time spent in kernel mode  0 Days 00:00:00.031


</div> </div> </div> </div> <div class="ml35 mb20"> <div class="mt20 thread" id="B1C1Thread18124" data-debug-dump="svchost.exe__PID__3284__Date__01_17_2016__Time_06_39_08PM__439__Manual Dump.dmp" data-debug-rule="CrashHangAnalysis" data-debug-details="thread"><div class="normalText group" id="B1C1Thread18124group"> <div class="mt20 normalText">
ntdll!NtDelayExecution+a
KERNELBASE!SleepEx+ab
ftpsvc!FTP_SITE_MANAGER::StopAllSites+30a
ftpsvc!FTP_SERVICE::OnServiceStop+49
ftpsvc!NT_SERVICE::RunService+2f3
ftpsvc!FTPServiceThreadProc+d3
kernel32!BaseThreadInitThunk+d
ntdll!RtlUserThreadStart+1d
</div> </div> </div> </div> <div class="ui-tabs ui-widget ui-widget-content ui-corner-all" id="B1C1_Tabs6"> <div class="mt20 thread" id="B1C1Thread5188" data-debug-dump="svchost.exe__PID__3284__Date__01_17_2016__Time_06_39_08PM__439__Manual Dump.dmp" data-debug-rule="CrashHangAnalysis" data-debug-details="thread"> <div class="groupTitle mt20">

Thread 4 - System ID 5188

</div> <div class="normalText group" id="B1C1Thread5188group"> <div class="mt20 normalText">
Entry point  ntdll!TppWaiterpThread
Create time  1/17/2016 6:31:36 PM
Time spent in user mode  0 Days 00:00:00.000
Time spent in kernel mode  0 Days 00:00:00.000


</div> </div> </div> </div> <div class="ml35 mb20"> <div class="mt20 thread" id="B1C1Thread5188" data-debug-dump="svchost.exe__PID__3284__Date__01_17_2016__Time_06_39_08PM__439__Manual Dump.dmp" data-debug-rule="CrashHangAnalysis" data-debug-details="thread"><div class="normalText group" id="B1C1Thread5188group"> <div class="mt20 normalText">
ntdll!NtWaitForMultipleObjects+a
ntdll!TppWaiterpThread+14d
kernel32!BaseThreadInitThunk+d
ntdll!RtlUserThreadStart+1d
</div> </div> </div> </div> <div class="ui-tabs ui-widget ui-widget-content ui-corner-all" id="B1C1_Tabs7"> <div class="mt20 thread" id="B1C1Thread21864" data-debug-dump="svchost.exe__PID__3284__Date__01_17_2016__Time_06_39_08PM__439__Manual Dump.dmp" data-debug-rule="CrashHangAnalysis" data-debug-details="thread"> <div class="groupTitle mt20">

Thread 5 - System ID 21864

</div> <div class="normalText group" id="B1C1Thread21864group"> <div class="mt20 normalText">
Entry point  ftpsvc!THREAD_MANAGER::ThreadManagerThread
Create time  1/17/2016 6:31:36 PM
Time spent in user mode  0 Days 00:00:00.000
Time spent in kernel mode  0 Days 00:00:00.015


This thread is waiting on the local RpcSs service to complete a COM activation request inanother COM server process.

</div> </div> </div> </div> <div class="ml35 mb20"> <div class="mt20 thread" id="B1C1Thread21864" data-debug-dump="svchost.exe__PID__3284__Date__01_17_2016__Time_06_39_08PM__439__Manual Dump.dmp" data-debug-rule="CrashHangAnalysis" data-debug-details="thread"><div class="normalText group" id="B1C1Thread21864group"> <div class="mt20 normalText">
ntdll!ZwAlpcSendWaitReceivePort+a
rpcrt4!LRPC_CCALL::SendReceive+156
rpcrt4!I_RpcSendReceive+42
ole32!ThreadSendReceive+40
ole32!CRpcChannelBuffer::SwitchAptAndDispatchCall+a3
ole32!CRpcChannelBuffer::SendReceive2+11b
ole32!CAptRpcChnl::SendReceive+52
ole32!CCtxComChnl::SendReceive+68
ole32!NdrExtpProxySendReceive+45
rpcrt4!NdrpClientCall3+2e2
ole32!ObjectStublessClient+11d
ole32!ObjectStubless+42
ole32!CRpcResolver::CreateInstance+211
ole32!CClientContextActivator::CreateInstance+156
ole32!ActivationPropertiesIn::DelegateCreateInstance+5e
ole32!ICoCreateInstanceEx+5f5
ole32!CoCreateInstance+17b
ftpsvc!FTP_SERVERP::UpdateFtpHost+f3
ftpsvc!FTP_SERVERP::GetReferencedProcessHost+2d
ftpsvc!CUSTOM_PROVIDER_ENTRY::LoadCustomProviderNoLock+12d
ftpsvc!CUSTOM_PROVIDER_ENTRY::GetReferencedProvider+62
ftpsvc!FTP_SESSION::CallLogProvider+14a
ftpsvc!FTP_SESSION::Log+45a
ftpsvc!FTP_SESSION::Initialize+4ac
ftpsvc!FTP_SITE_MANAGER::OnNewConnection+a4
ftpsvc!FTP_ENDPOINT_CONNECTION::AsyncCompletionRoutine+95
ftpsvc!FTP_ASYNC_SOCKET::OnNewConnectionCompletion+24a
ftpsvc!FTP_ASYNC_SOCKET::AsyncCompletionRoutine+34
ftpsvc!FTP_ASYNC_CONTEXT::OverlappedCompletionRoutine+34
ftpsvc!THREAD_POOL_DATA::ThreadPoolThread+d0
ftpsvc!THREAD_MANAGER::ThreadManagerThread+67
kernel32!BaseThreadInitThunk+d
ntdll!RtlUserThreadStart+1d
This thread is calling CoCreateInstance to create a component with CLSID ="{00000000-0000-0000-0000-000000000000}"

</div> </div> </div> </div> <div class="ui-tabs ui-widget ui-widget-content ui-corner-all" id="B1C1_Tabs8"> <div class="mt20 thread" id="B1C1Thread6428" data-debug-dump="svchost.exe__PID__3284__Date__01_17_2016__Time_06_39_08PM__439__Manual Dump.dmp" data-debug-rule="CrashHangAnalysis" data-debug-details="thread"> <div class="groupTitle mt20">

Thread 6 - System ID 6428

</div> <div class="normalText group" id="B1C1Thread6428group"> <div class="mt20 normalText">
Entry point  ftpsvc!THREAD_MANAGER::ThreadManagerThread
Create time  1/17/2016 6:31:36 PM
Time spent in user mode  0 Days 00:00:00.015
Time spent in kernel mode  0 Days 00:00:00.000


</div> </div> </div> </div> <div class="ml35 mb20"> <div class="mt20 thread" id="B1C1Thread6428" data-debug-dump="svchost.exe__PID__3284__Date__01_17_2016__Time_06_39_08PM__439__Manual Dump.dmp" data-debug-rule="CrashHangAnalysis" data-debug-details="thread"><div class="normalText group" id="B1C1Thread6428group"> <div class="mt20 normalText">
ntdll!NtDelayExecution+a
KERNELBASE!SleepEx+ab
iisutil!_chkstk+688
iisutil!CReaderWriterLock3::_LockSpin+bd
ftpsvc!CUSTOM_PROVIDER_ENTRY::GetReferencedProvider+32
ftpsvc!FTP_SESSION::CallLogProvider+14a
ftpsvc!FTP_SESSION::Log+45a
ftpsvc!FTP_SESSION::Initialize+4ac
ftpsvc!FTP_SITE_MANAGER::OnNewConnection+a4
ftpsvc!FTP_ENDPOINT_CONNECTION::AsyncCompletionRoutine+95
ftpsvc!FTP_ASYNC_SOCKET::OnNewConnectionCompletion+24a
ftpsvc!FTP_ASYNC_SOCKET::AsyncCompletionRoutine+34
ftpsvc!FTP_ASYNC_CONTEXT::OverlappedCompletionRoutine+34
ftpsvc!THREAD_POOL_DATA::ThreadPoolThread+d0
ftpsvc!THREAD_MANAGER::ThreadManagerThread+67
kernel32!BaseThreadInitThunk+d
ntdll!RtlUserThreadStart+1d
</div> </div> </div> </div> <div class="ui-tabs ui-widget ui-widget-content ui-corner-all" id="B1C1_Tabs9"> <div class="mt20 thread" id="B1C1Thread6260" data-debug-dump="svchost.exe__PID__3284__Date__01_17_2016__Time_06_39_08PM__439__Manual Dump.dmp" data-debug-rule="CrashHangAnalysis" data-debug-details="thread"> <div class="groupTitle mt20">

Thread 7 - System ID 6260

</div> <div class="normalText group" id="B1C1Thread6260group"> <div class="mt20 normalText">
Entry point  ftpsvc!SSL_CERT_STORE::DeletionWorkerThread
Create time  1/17/2016 6:31:36 PM
Time spent in user mode  0 Days 00:00:00.000
Time spent in kernel mode  0 Days 00:00:00.000


</div> </div> </div> </div> <div class="ml35 mb20"> <div class="mt20 thread" id="B1C1Thread6260" data-debug-dump="svchost.exe__PID__3284__Date__01_17_2016__Time_06_39_08PM__439__Manual Dump.dmp" data-debug-rule="CrashHangAnalysis" data-debug-details="thread"><div class="normalText group" id="B1C1Thread6260group"> <div class="mt20 normalText">
ntdll!ZwWaitForSingleObject+a
KERNELBASE!WaitForSingleObjectEx+79
ftpsvc!SSL_CERT_STORE::DeletionWorkerThread+1b
kernel32!BaseThreadInitThunk+d
ntdll!RtlUserThreadStart+1d
</div> </div> </div> </div> <div class="ui-tabs ui-widget ui-widget-content ui-corner-all" id="B1C1_Tabs10"> <div class="mt20 thread" id="B1C1Thread7224" data-debug-dump="svchost.exe__PID__3284__Date__01_17_2016__Time_06_39_08PM__439__Manual Dump.dmp" data-debug-rule="CrashHangAnalysis" data-debug-details="thread"> <div class="groupTitle mt20">

Thread 8 - System ID 7224

</div> <div class="normalText group" id="B1C1Thread7224group"> <div class="mt20 normalText">
Entry point  nativerd!NOTIFICATION_THREAD::ThreadProc
Create time  1/17/2016 6:31:36 PM
Time spent in user mode  0 Days 00:00:00.000
Time spent in kernel mode  0 Days 00:00:00.000


</div> </div> </div> </div> <div class="ml35 mb20"> <div class="mt20 thread" id="B1C1Thread7224" data-debug-dump="svchost.exe__PID__3284__Date__01_17_2016__Time_06_39_08PM__439__Manual Dump.dmp" data-debug-rule="CrashHangAnalysis" data-debug-details="thread"><div class="normalText group" id="B1C1Thread7224group"> <div class="mt20 normalText">
ntdll!ZwRemoveIoCompletion+a
KERNELBASE!GetQueuedCompletionStatus+39
kernel32!GetQueuedCompletionStatusStub+11
nativerd!NOTIFICATION_THREAD::ThreadProc+71
kernel32!BaseThreadInitThunk+d
ntdll!RtlUserThreadStart+1d
</div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div>

<div class="mt40"></div>

<div class="analysisRuleSummarySection" id="Table_Summary"> <div class="expandCollapseButton-expanded" id="btnRuleSummary"></div> <div class="sectionHeader mt40">Analysis Rule Summary</div> <div class="group mt20 normalText" id="ruleSummaryGroup">
Rule NameStatusDetails
CrashHangAnalysis - v (2.2.0.14)Completed
</div> </div>

IIS appconfig hangs. / High cpu load

$
0
0

we currently have multiple IIS servers (virtual) making use of a shared config via dfsr. the shared config is the only thing in this particular replication group.

recently our IIS servers cpu process have been going to 100% when adding application pools and virtual directory.

currently their are approx 700+ app pools  the server its self is fine at all other times. 
specs: dual E5520 2.27ghz
Ram: dynamic min 60GB up to 120gb
dual 56gbe infiniband cards network average network usage 5mb
server 2012

curious if their is some sort of max app pools or something in iis. or if their is a setting somewhere that im missing.


Installation on WIndows 8.1 Pro x64 failed

$
0
0

i try this:

- open: Control Panel

- click on: Program and Features

- click on: Turn Windows Features On or Off

- check: Internet Information Services

After few seconds - show window with this messages:

"Windows couldn't complete the requested changes."

"Windows requires a reboot to return the system to its original state."

After click on button "Reboot" or "Don't reboot" -  show window with this message:

"An error had occured. Not all of the features were successfully changed."

How can i install IIS ?

Logging issue - Doesn't apply configuration changes

$
0
0

Hello,

For a few days we are having the strangest issue with IIS8.5, running in WS2012R2. IIS is not applying any configuration changes I do in the Logging feature (the standard one), it keeps recording the logs as before without taking into account any change.

I have enabled "One log per Server", W3C format, directory, a new set of fields etc... on theroot of the web server. Logging is not delegated (in Feature Delegation), and in "Default web site" it reads "This server has been configured to log requests to one log file per server...". 

After the change, I do an iisreset, and I even rebooted the server. However logs are saved one per site, instead of per server as selected; and the fields I added are not shown in the logs (normal fields, not custom).

Do you have any idea why this could happen?

thanks a lot in advance, I'm getting a bit desperate

ps: permissions on the logging folder are correct

How do I view a Failed Request Trace?

$
0
0

I have everything switched to try and analyse a 500 error.

The generated XML is almost 3000 lines long.

IE does't seem to know how to parse the XML into a friendly format and neither does chrome. I tried a few online XML GUIs but they are no good either.

How can I view a friendly version of this file?

421 login incorrect FTP

$
0
0

Hello guys!

I am having a strugle with ftp. I can't using it with my public ip. I have this message when I with NAT tried to save the port forwarding.

Should I use my public ip here in "server Ip address"? I tried, didnt work either.

I had one more field called "remote host", i didnt enter nothing there, or I shall?

You can see that there

[url=http://postimg.org/image/sjn53l7xr/][img]http://s11.postimg.org/sjn53l7xr/2016_01_23_233741.jpg[/img][/url]

[url=http://postimg.org/image/9mnbn9v49/][img]http://s28.postimg.org/9mnbn9v49/2016_01_23_230724.png[/img][/url]

[url=http://postimg.org/image/6tu438urt/][img]http://s28.postimg.org/6tu438urt/2016_01_23_230744.png[/img][/url]

IIS Anon Auth 401.2 when requesting MVC Controller method - App initialization issue

$
0
0

The main issue is that I am trying to implement Application Initialization to our MVC application and have been having a problem actually getting the AI module to request the initializationPage defined in the web.config.

I finally stumbled across an article that basically states to enable Anonymous Authentication which actually worked but we dont want that enables at the application level. See the article here

As suggested I created a small initialization page to have the Anon Auth enabled on and have it disabled at the application level.

Unfortunately, I keep getting a 401.2 error in this scenario.

So my relatively simple question is whats the best way to find out the account Id being used by IIS Anonymous Auth requests ? (I do realise you can set the Credentials in IIS which I have set to the default IUSR but I have given full permissions to this at the app and init page level, just in case.)

Also I tried a wee Web Forms app that has an init page that works just with Anon Auth enabled on the page level.

Any help or suggestions would be most welcome, on any of the above issues.

Viewing all 1814 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>