IIS 6 Hanges on Windows 2003 R2 but doesn't on Windows 2003

TheMSsForum.com: The Microsoft Software Forum

  • The MSS Forum ‹ IIS
    • Archive
      • Biz
      • MCSE
      • CRM
      • Drivers
      • Framework
      • ADO
      • ASP
      • Compact
      • Forms
      • Dotnet
      • C#
      • VB
      • FontpageGen
      • Excel
      • WorkSheet
      • Exchange
      • Setup
      • Fox
      • Fontpage
      • ASP
      • IIS
      • Entourage
      • Money
      • Messanger
      • PocketPC
      • Powerpoint
      • Project
      • Publisher
      • Excel
      • VB
      • Security
      • Portal
      • Services
      • SQLServerDev
      • SVCS
      • SQLServer
      • VB
      • VC
      • MFC
      • ExcelGen
    • Previous
      • 1
        • Event ID: 2273 Hello, I am running a windows 2003 x64 system with Sharepoint portal server 2003. Recently some of my external clients have been complaining about not being able to access the server at all. I Looked in the application log and found that the W3SVC-WP service was erroring out with: Event ID: 2273 The worker process could not access the metabase because a disconnection error occurred. Marking process as unhealthy. Does anyone know how to solve this problem? Thanks, Admin_Gone_Wild Tag: IIS 6 Hanges on Windows 2003 R2 but doesn't on Windows 2003 Tag: 388797
      • 2
        • 0x80004005 error - what could be the cause? Hi everyone, I have a an IIS Virtual Directory that does XSL transformations of XML documents that represent database queries. All of the other documents run fine, but the main document (which is simply a one element XML document transformed into a web page by the XSL sheet (source code below)) does not load with the error message below. The main document has several frames, one of them is populated by a transformed XML/XSL database query, and the other frame has listboxes whose contents are populated by XML messages in another virtual directory. The error seems to indicate that there is not data from the XML document, but when I open it directly in the browser, it seems to be there. We are at our wits end regarding this error, so what is causing the problem. When we open all the sub pages seperately, it all works fine. We are using Windows Server 2003, SQLXML 3.0 with SQL Server 2005. Thanks, ERROR: 500 Internal Server Error HResult: 0x80004005 Source: msxml4.dll Description: Error while parsing "xml file name". No data is available for the requested resource. main XSL sheet: <?xml version='1.0'?> <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0"> <xsl:template match="root"> <HTML> <HEAD><TITLE>Vega Risk</TITLE> <LINK href="/HITMiddleOffice01/middleOfficeHome.css" type="text/css" rel="stylesheet"/> <LINK href="/css/VegaRiskPage.css" type="text/css" rel="stylesheet"/> <SCRIPT language="javascript" type="text/javascript"> <![CDATA[ var objectHTML="<iframe CLASS='mainObject' src='http://10.26.13.21/VegaRisk/templates/VegaRisk.xml?xsl=templates/VegaRiskSVG.xsl&accountId=0&instrumentId=0'>Please ask IT to install the Adobe SVG plugin</iframe>"; var accountId=0; var instrumentId=0; function selectedAccount(accId) { accountId=accId; setHTML(accountId,instrumentId); resetObject(objectHTML); } function selectedInstrument(iId) { instrumentId=iId; setHTML(accountId,instrumentId); resetObject(objectHTML); } function setHTML(aId,iId) { objectHTML = "<iframe CLASS='mainObject' src="; objectHTML += "'http://10.26.13.21/vegaRisk/templates/VegaRisk.xml?xsl=templates/VegaRiskSVG.xsl"; objectHTML += "&accountId="+aId; objectHTML += "&instrumentId="+iId; objectHTML += "'>Please ask IT to install the Adobe SVG plugin</iframe>"; } function resetObject(html) { document.getElementById("main").innerHTML = objectHTML; var date = new Date(); document.getElementById("update").innerHTML = "Last updated "+date.toString(); } function timer() { resetObject(objectHTML); setTimeout("timer()",60000); } setTimeout("timer()",60000); ]]> </SCRIPT> </HEAD> <BODY> <DIV class="sidepanel"> <xsl:call-template name="sidepanel"/> </DIV> <DIV id="main" class="mainpanel"> <xsl:call-template name="mainpanel"/> </DIV> <DIV id="update" class="update"></DIV> </BODY> </HTML> </xsl:template> <xsl:template name="sidepanel"> <P class="spItem">Account</P> <select name="account" onchange="selectedAccount(this.options[this.selectedIndex].value)"> <xsl:apply-templates select="document('http://10.26.13.21/HIT_FIRM/templates/accounts.xml')"/> </select> <P class="spItem">Stock</P> <select name="stock" onchange="selectedInstrument(this.options[this.selectedIndex].value)"> <xsl:apply-templates select="document('http://10.26.13.21/HIT_FIRM/templates/stocks.xml')"/> </select> </xsl:template> <xsl:template name="mainpanel"> <iframe id="mainObject" class="mainObject" src="http://10.26.13.21/VegaRisk/templates/VegaRisk.xml?xsl=templates/VegaRiskSVG.xsl&amp;accountId=0&amp;instrumentId=0"> Please ask IT to download the Adobe SVG viewer plugin for IE </iframe> </xsl:template> <xsl:template match="accounts"> <xsl:for-each select="account"> <option> <xsl:attribute name="value"><xsl:value-of select="@AccountID"/></xsl:attribute> <xsl:value-of select="@identifier"/> </option> </xsl:for-each> </xsl:template> <xsl:template match="stocks"> <xsl:for-each select="stock"> <option> <xsl:attribute name="value"><xsl:value-of select="@instrumentID"/></xsl:attribute> <xsl:value-of select="@symbol"/> </option> </xsl:for-each> </xsl:template> </xsl:stylesheet> Tag: IIS 6 Hanges on Windows 2003 R2 but doesn't on Windows 2003 Tag: 388793
      • 3
        • SharePoint Administrator = 401.1 (unauthorized) Win2k3 SP1 IIS6 with FrontPage Extensions version 5.0.2.6790. When using the "Server Administraton" web site (fpadmdll.dll) I can add, remove set some settings for virtual sites. However, whenever I try to get into the site administration itself it will not authenticate no matter what I do. http://WEBSITENAME/_vti_bin/_vti_adm/fpadmdll.dll?page=webadmin.htm Where "websitename" is the hostname of the web, the IP address. From a browser local to the server, and from a browser external to the server. Both IE and Mozilla based. Using MACHINE\admin, or just admin, or other accounts with admin privileges. They all fail to log in with 401.1 error. Behavior similar to as described in the "problem" area for this: http://support.microsoft.com/kb/896861 Each of my virtual sites is running on a unique IP. The second to last site (the 3rd with FP extensions on it) failed only if the attempt came from the local server. It worked if I used an outside machine. (Which I could accept as a work around.) The first two sites worked fine (and still work fine). The 4th site, no login whatsoever. Period. This, of course, prevents me from adding users to the site, and also apparently keeps me from loging into the site with FrontPage as there are no users on it. There are about 230 IPs on the network card, and we were expecting to fill the server with a couple hundred virtual sites. This has us stopped in our tracks. Frankly, I am a little cranked that an expensive operating system has a problem like this after 18 months is still not fixed. I did apply the registry fix described in KB896861 (Resolution 1, Resolution 2 would require a couple hundred listings so isn't a practical long-term solution), rebooted, and it still fails. I also tried setting "basic" authentication to the entire web (over-riding the settings on _vti_bin/_vti_adm/) and it still doesnt work. I verified the registry entry is in and apparently free of errors: [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Lsa] "DisableLoopbackCheck"=dword:00000001 Asside from KB896861, are there any other things I can try? How about an older version of the FrontPage extensions? What is a "reflection attack"? Does this edit do anything to reduce the practical security? (Assuming I can get the work around to work at all.) The server is up-to-date on patches. Tag: IIS 6 Hanges on Windows 2003 R2 but doesn't on Windows 2003 Tag: 388787
      • 4
        • IIS and Hosts files Hello everyone, I need help, Im just learning IIS for a school project, which is website (of course). The problems I am having seem to be from th client side rather than the server itself (MS Server 2003 + IIS 6) everytrhing on the server side seems to be correct-permission etc..However, my client simply wont find the website index.htm file, o anything else related to the website, all pings return normal, I ca "explore" the servers files once I log in to the domain etc..Someon told me that it has sometrhing to do with the "Hosts" file on m clients. However, I have been playing around with a heap of differen combinations here and I still cant get anywhere, just what should th Hosts file information look like? 192.168.0.1 domain name/website name/file name???(for example) I would appreciate any help anyone can offer-my assignment is due o the 10th of November and Im really struggling. Cheer Message sent by gulliver from mombu the microsoft forum http://www.mombu.com/microsoft ----------------------------------------------------------------------- gulliver's Profile: http://www.mombu.com/microsoft/member.php?u=185 View this thread: http://www.mombu.com/microsoft/IIS-General/t-IIS-and-Hosts-files-541285.htm Tag: IIS 6 Hanges on Windows 2003 R2 but doesn't on Windows 2003 Tag: 388783
      • 5
        • Application hanging Hello We have an .NET 2.0 web application that periodically hang - a few times a day. Actually there are 2 applications, which are deployed on several servers. One strange thing is that the hangs occurr only on 1 machine - the most heavily loaded one. It is running W2K SP4 with the last security updates. When a hang occurrs both applications are blocked; they are configured to run as high(isolated) protection level. There are these entries in the application log: >aspnet_wp.exe (PID: 3320) was recycled because it was suspected to be in a deadlocked state. It did not send any responses for pending requests in the last >180 seconds. This timeout may be adjusted using the <processModel responseDeadlockInterval> setting in machine.config. We then installed Debug Diagnistic Tools, which reported: >Detected a possible critical section related problem in aspnet_wp.exe__PID__2524__Date__10_24_2006__Time_12_39_14PM__841__IIS Hang Dump.dmp >Lock at CA_Db+72c0c is Transitioning > >Impact analysis > >47.17% of threads blocked All blocked threads look alike - this is one of them: >Thread 20 - System ID 2708 >Entry point mscorwks!Thread::intermediateThreadProc >Create time 10/24/2006 9:23:57 AM >Time spent in user mode 0 Days 0:0:2.953 >Time spent in kernel mode 0 Days 0:0:2.140 > >This thread is waiting on critical section CA_Db+72c0c which is transitioning owners (no current owner) > >Function Source >NTDLL!ZwWaitForSingleObject+b >NTDLL!RtlpWaitForCriticalSection+9e >NTDLL!RtlEnterCriticalSection+46 >mscorwks!StubRareDisableRETURN+9 >mscorwks!Thread::RareDisablePreemptiveGC+3c6 >mscorwks!StubRareDisableRETURNWorker+14 >mscorwks!StubRareDisableRETURN+9 CA_Db is a dll implementing a connection pool of OLEDB consumers. It is written in native C++ with a C++/CLI wrapper ( One of the apps uses also ADO to connect to the SQL server in addition to CA_Db, although I don't think that matters ). This doesn't seem to be a 'classic' deadlock - all threads wait on only 1 critical section. ( they have the same call stack too ) Any ideas will be appreciated. I couldn't find anything about critical sections which are transitioning owners - how could that happen? Thanks, Plamen Tag: IIS 6 Hanges on Windows 2003 R2 but doesn't on Windows 2003 Tag: 388780
      • 6
        • Adding Second Website Hi, I have a server at work that hosts a web application. It's been configured to be accessed interanally using its computername eg http://servername1 But I want to put another website on this server accessible using address: http://servername1/portal1 How can I configure this? At the moment I have the website accessible via port 81 using http://servername1:81 which is not what I want. Cheers Tag: IIS 6 Hanges on Windows 2003 R2 but doesn't on Windows 2003 Tag: 388779
      • 7
        • Com object regains rights after iisreset We have a customer who runs windows 2003 sp1. We have a application that uses a com object to comunicate with another application. The strange thing is that the com object works fine for a few hours and then it seems like the com object loses it's security rights, because it fails on server.createobject("object"). Once you do a iis reset, it seems to be fine for a while. The problem is that it is random. Sometimes it works for a day, other times they have to reset iis 10 to 20 times a day. At first we thought it was a domain policy, so we removed the machine from the domain, but it still does it. We even took a new machine and reinstalled everything, but no luck. What could the problem be? Tag: IIS 6 Hanges on Windows 2003 R2 but doesn't on Windows 2003 Tag: 388773
      • 8
        • High CPU Utilization for INETINFO.EXE We have an web application written in ASP on IIS5 and connects to the SQL database in the backend. Normally the server CPU is under utilized with only 5%. However, the system can jump from 5% utilization to 90% utilization sometimes. The results from the performance monitor shows that it had increased in a sudden. The majority of this utilization is due to INETINFO.EXE. The following is the IISState log. Can anyone help to see what the problem is? Opened log file 'Y:\app\iisstate\output\IISState-2356.log' *********************** Starting new log output IISState version 3.2 Fri Oct 20 11:15:02 2006 OS = Windows 2000 Executable: inetinfo.exe PID = 2356 Note: Thread times are formatted as HH:MM:SS.ms *********************** Thread ID: 0 System Thread ID: 944 Kernel Time: 0:0:0.15 User Time: 0:0:0.0 *** ERROR: Module load completed but symbols could not be loaded for C:\WINNT\System32\inetsrv\inetinfo.exe Thread Type: Other # ChildEBP RetAddr 00 0006f89c 7c5785d1 ntdll!ZwReadFile+0xb 01 0006f910 7c2e4cd9 KERNEL32!ReadFile+0x181 02 0006f93c 7c2e4b5f ADVAPI32!ScGetPipeInput+0x28 03 0006f9b8 7c2e6632 ADVAPI32!ScDispatcherLoop+0x4a 04 0006fbf4 01002884 ADVAPI32!StartServiceCtrlDispatcherA+0x7d WARNING: Stack unwind information not available. Following frames may be wrong. 05 0006fd30 01001e94 inetinfo+0x2884 06 77e2b495 2474ff50 inetinfo+0x1e94 07 0c24448d 00000000 0x2474ff50 Thread ID: 1 System Thread ID: 690 Kernel Time: 0:0:0.140 User Time: 0:0:0.46 *** ERROR: Symbol file could not be found. Defaulted to export symbols for C:\WINNT\System32\inetsrv\iisadmin.dll - Thread Type: Other # ChildEBP RetAddr 00 0067fd1c 7c573b28 ntdll!ZwWaitForSingleObject+0xb 01 0067fd44 7c573b50 KERNEL32!WaitForSingleObjectEx+0x71 02 0067fd54 6e6f1685 KERNEL32!WaitForSingleObject+0xf WARNING: Stack unwind information not available. Following frames may be wrong. 03 0067fd70 01002440 iisadmin!ServiceEntry+0x155 04 77e2b495 2474ff50 inetinfo+0x2440 05 0c24448d 00000000 0x2474ff50 Thread ID: 2 System Thread ID: 750 Kernel Time: 0:2:30.281 User Time: 0:1:10.234 *** ERROR: Symbol file could not be found. Defaulted to export symbols for C:\WINNT\system32\IisRTL.DLL - Thread Type: Other # ChildEBP RetAddr 00 007bfe5c 7c573c23 ntdll!ZwWaitForMultipleObjects+0xb 01 007bfeac 77e119e6 KERNEL32!WaitForMultipleObjectsEx+0xea 02 007bff08 77e11ace USER32!MsgWaitForMultipleObjectsEx+0x153 03 007bff24 6e5a5a7c USER32!MsgWaitForMultipleObjects+0x1d WARNING: Stack unwind information not available. Following frames may be wrong. 04 00283c78 000003e9 IisRTL!ALLOC_CACHE_HANDLER::SetLookasideCleanupInterval+0xe4 Thread ID: 3 System Thread ID: 60c Kernel Time: 0:2:59.656 User Time: 0:0:57.421 Thread Type: Other # ChildEBP RetAddr 00 007ffe5c 7c573c23 ntdll!ZwWaitForMultipleObjects+0xb 01 007ffeac 77e119e6 KERNEL32!WaitForMultipleObjectsEx+0xea 02 007fff08 77e11ace USER32!MsgWaitForMultipleObjectsEx+0x153 03 007fff24 6e5a5a7c USER32!MsgWaitForMultipleObjects+0x1d WARNING: Stack unwind information not available. Following frames may be wrong. 04 00283d28 000003ea IisRTL!ALLOC_CACHE_HANDLER::SetLookasideCleanupInterval+0xe4 Thread ID: 4 System Thread ID: 9b8 Kernel Time: 0:0:0.140 User Time: 0:0:0.62 *** ERROR: Symbol file could not be found. Defaulted to export symbols for C:\WINNT\System32\inetsrv\INFOCOMM.DLL - Thread Type: Other # ChildEBP RetAddr 00 00eefc1c 7c573c23 ntdll!ZwWaitForMultipleObjects+0xb 01 00eefc6c 77e119e6 KERNEL32!WaitForMultipleObjectsEx+0xea 02 00eefcc8 77e11ace USER32!MsgWaitForMultipleObjectsEx+0x153 03 00eefce4 769c71e0 USER32!MsgWaitForMultipleObjects+0x1d WARNING: Stack unwind information not available. Following frames may be wrong. 04 00cec144 00000000 INFOCOMM!IIS_SERVICE::StartServiceOperation+0x209 Thread ID: 5 System Thread ID: 874 Kernel Time: 0:0:0.15 User Time: 0:0:0.0 Thread Type: Other # ChildEBP RetAddr 00 00f2fc1c 7c573c23 ntdll!ZwWaitForMultipleObjects+0xb 01 00f2fc6c 77e119e6 KERNEL32!WaitForMultipleObjectsEx+0xea 02 00f2fcc8 77e11ace USER32!MsgWaitForMultipleObjectsEx+0x153 03 00f2fce4 769c71e0 USER32!MsgWaitForMultipleObjects+0x1d WARNING: Stack unwind information not available. Following frames may be wrong. 04 00ceb8a4 00000000 INFOCOMM!IIS_SERVICE::StartServiceOperation+0x209 Thread ID: 6 System Thread ID: 9c4 Kernel Time: 0:0:0.0 User Time: 0:0:0.0 *** ERROR: Symbol file could not be found. Defaulted to export symbols for C:\WINNT\System32\inetsrv\ISATQ.DLL - Thread Type: HTTP Listener # ChildEBP RetAddr 00 0108ff5c 7c573c73 ntdll!ZwRemoveIoCompletion+0xb 01 0108ff88 6d7029ef KERNEL32!GetQueuedCompletionStatus+0x27 WARNING: Stack unwind information not available. Following frames may be wrong. 02 0108ffb4 7c57438b ISATQ!CDirMonitor::RemoveEntry+0x183 03 0108ffec 00000000 KERNEL32!BaseThreadStart+0x52 Thread ID: 7 System Thread ID: 67c Kernel Time: 0:0:11.437 User Time: 0:0:15.375 Thread Type: HTTP Listener # ChildEBP RetAddr 00 010cff50 7c573c73 ntdll!ZwRemoveIoCompletion+0xb 01 010cff7c 6d702957 KERNEL32!GetQueuedCompletionStatus+0x27 WARNING: Stack unwind information not available. Following frames may be wrong. 02 7c310dd6 f76868ff ISATQ!CDirMonitor::RemoveEntry+0xeb 03 6aec8b55 00000000 0xf76868ff Thread ID: 8 System Thread ID: 738 Kernel Time: 0:0:9.921 User Time: 0:0:14.750 Thread Type: HTTP Listener # ChildEBP RetAddr 00 0110ff50 7c573c73 ntdll!ZwRemoveIoCompletion+0xb 01 0110ff7c 6d702957 KERNEL32!GetQueuedCompletionStatus+0x27 WARNING: Stack unwind information not available. Following frames may be wrong. 02 7c310dd6 f76868ff ISATQ!CDirMonitor::RemoveEntry+0xeb 03 6aec8b55 00000000 0xf76868ff Thread ID: 9 System Thread ID: 97c Kernel Time: 0:0:0.0 User Time: 0:0:0.0 Thread Type: Possible ASP page. Possible DCOM activity Executing Page: *** ERROR: Symbol file could not be found. Defaulted to export symbols for C:\WINNT\System32\inetsrv\asp.dll - ASP.dll symbols not found. Unable to locate ASP page. Continuing with other analysis. No remote call being made # ChildEBP RetAddr 00 0128feb8 7c573c73 ntdll!ZwRemoveIoCompletion+0xb 01 0128fee4 77d31394 KERNEL32!GetQueuedCompletionStatus+0x27 02 0128ff20 77d3e93f RPCRT4!COMMON_ProcessCalls+0x9e 03 0128ff74 77d3e8c2 RPCRT4!LOADABLE_TRANSPORT::ProcessIOEvents+0x99 04 0128ff78 77d35924 RPCRT4!ProcessIOEventsWrapper+0x9 05 0128ffa8 77d358d6 RPCRT4!BaseCachedThreadRoutine+0x4f 06 0128ffb4 7c57438b RPCRT4!ThreadStartRoutine+0x18 07 0128ffec 00000000 KERNEL32!BaseThreadStart+0x52 Thread ID: 10 System Thread ID: 940 Kernel Time: 0:0:0.0 User Time: 0:0:0.0 Thread Type: Possible ASP page. Possible DCOM activity Executing Page: ASP.dll symbols not found. Unable to locate ASP page. Continuing with other analysis. No remote call being made # ChildEBP RetAddr 00 0148fe24 77d37ba7 ntdll!ZwReplyWaitReceivePortEx+0xb 01 0148ff74 77d37b4c RPCRT4!LRPC_ADDRESS::ReceiveLotsaCalls+0x74 02 0148ff78 77d35924 RPCRT4!RecvLotsaCallsWrapper+0x9 03 0148ffa8 77d358d6 RPCRT4!BaseCachedThreadRoutine+0x4f 04 0148ffb4 7c57438b RPCRT4!ThreadStartRoutine+0x18 05 0148ffec 00000000 KERNEL32!BaseThreadStart+0x52 Thread ID: 11 System Thread ID: 610 Kernel Time: 0:0:0.0 User Time: 0:0:0.0 Thread Type: Other # ChildEBP RetAddr 00 0150fd20 7c573c23 ntdll!ZwWaitForMultipleObjects+0xb 01 0150fd70 7c578f0d KERNEL32!WaitForMultipleObjectsEx+0xea 02 0150fd88 778322b2 KERNEL32!WaitForMultipleObjects+0x17 03 0150ffb4 7c57438b RTUTILS!TraceServerThread+0xde 04 0150ffec 00000000 KERNEL32!BaseThreadStart+0x52 Thread ID: 12 System Thread ID: 628 Kernel Time: 0:0:0.0 User Time: 0:0:0.0 *** ERROR: Symbol file could not be found. Defaulted to export symbols for C:\WINNT\system32\WS2_32.DLL - *** ERROR: Symbol file could not be found. Defaulted to export symbols for C:\WINNT\System32\inetsrv\ftpsvc2.dll - Thread Type: Other # ChildEBP RetAddr 00 0155ff00 7c573c23 ntdll!ZwWaitForMultipleObjects+0xb 01 0155ff50 75037871 KERNEL32!WaitForMultipleObjectsEx+0xea WARNING: Stack unwind information not available. Following frames may be wrong. 02 0155ff6c 6fc66e80 WS2_32!WSAWaitForMultipleEvents+0x18 03 00cec9d4 000003b4 ftpsvc2!COMMON_METADATA::SetAccessPerms+0xce0 Thread ID: 13 System Thread ID: 9d8 Kernel Time: 0:0:0.0 User Time: 0:0:0.0 *** ERROR: Symbol file could not be found. Defaulted to export symbols for C:\WINNT\System32\inetsrv\compfilt.dll - Thread Type: HTTP Compression Thread # ChildEBP RetAddr 00 0159ff5c 7c573b28 ntdll!ZwWaitForSingleObject+0xb 01 0159ff84 7c573b50 KERNEL32!WaitForSingleObjectEx+0x71 02 0159ff94 732c3366 KERNEL32!WaitForSingleObject+0xf WARNING: Stack unwind information not available. Following frames may be wrong. 03 0159ffb4 7c57438b compfilt!HttpFilterProc+0xe3 04 00000000 00000000 KERNEL32!BaseThreadStart+0x52 Thread ID: 14 System Thread ID: 964 Kernel Time: 0:0:0.0 User Time: 0:0:0.15 *** ERROR: Symbol file could not be found. Defaulted to export symbols for C:\WINNT\System32\inetsrv\w3svc.dll - *** ERROR: Symbol file could not be found. Defaulted to export symbols for - Thread Type: Other # ChildEBP RetAddr 00 0160fe70 7c573c23 ntdll!ZwWaitForMultipleObjects+0xb 01 0160fec0 77e119e6 KERNEL32!WaitForMultipleObjectsEx+0xea 02 0160ff1c 77e11ace USER32!MsgWaitForMultipleObjectsEx+0x153 03 0160ff38 65f09ccb USER32!MsgWaitForMultipleObjects+0x1d WARNING: Stack unwind information not available. Following frames may be wrong. 04 0160ff7c 78008454 w3svc!HTTP_HEADER_MAPPER::Initialize+0x431 05 0160ffb4 7c57438b MSVCRT!endthread+0xc1 06 0160ffec 00000000 KERNEL32!BaseThreadStart+0x52 Thread ID: 15 System Thread ID: a14 Kernel Time: 0:0:0.0 User Time: 0:0:0.0 Thread Type: Other # ChildEBP RetAddr 00 0164fea8 7c573c23 ntdll!ZwWaitForMultipleObjects+0xb 01 0164fef8 77e119e6 KERNEL32!WaitForMultipleObjectsEx+0xea 02 0164ff54 77e11ace USER32!MsgWaitForMultipleObjectsEx+0x153 03 0164ff70 65f09d47 USER32!MsgWaitForMultipleObjects+0x1d WARNING: Stack unwind information not available. Following frames may be wrong. 04 0164ffb4 7c57438b w3svc!HTTP_HEADER_MAPPER::Initialize+0x4ad 05 0164ffec 00000000 KERNEL32!BaseThreadStart+0x52 Thread ID: 16 System Thread ID: 440 Kernel Time: 0:0:0.0 User Time: 0:0:0.0 *** ERROR: Symbol file could not be found. Defaulted to export symbols for C:\WINNT\system32\msafd.dll - *** ERROR: Symbol file could not be found. Defaulted to export symbols for C:\WINNT\system32\inetsloc.dll - Thread Type: Other # ChildEBP RetAddr 00 016cfce0 74fd1394 ntdll!ZwWaitForSingleObject+0xb WARNING: Stack unwind information not available. Following frames may be wrong. 01 016cfd1c 74fd3c59 msafd+0x1394 02 016cfe08 750312f5 msafd!WSPSetSockOpt+0xdaa 03 016cfe6c 6e2b3b6e WS2_32!select+0xcb 04 016cffb4 7c57438b inetsloc!TerminateSvcLocator+0xbe8 05 016cffec 00000000 KERNEL32!BaseThreadStart+0x52 Thread ID: 17 System Thread ID: 624 Kernel Time: 0:0:0.0 User Time: 0:0:0.0 Thread Type: HTTP Listener # ChildEBP RetAddr 00 0180fdfc 74fd1394 ntdll!ZwWaitForSingleObject+0xb WARNING: Stack unwind information not available. Following frames may be wrong. 01 0180fe38 74fd3c59 msafd+0x1394 02 0180ff24 750312f5 msafd!WSPSetSockOpt+0xdaa 03 0180ff88 6d7075bd WS2_32!select+0xcb 04 00d0b87c 000008a0 ISATQ!SetIISCapTraceFlag+0x1ce5 Thread ID: 18 System Thread ID: 200 Kernel Time: 0:0:0.0 User Time: 0:0:0.0 Thread Type: Idle ASP thread # ChildEBP RetAddr 00 019cff08 7c573c23 ntdll!ZwWaitForMultipleObjects+0xb 01 019cff58 7c578f0d KERNEL32!WaitForMultipleObjectsEx+0xea 02 019cff70 787f58ce KERNEL32!WaitForMultipleObjects+0x17 03 019cffb4 7c57438b comsvcs!CEventDispatcher::PushEvents+0x4e 04 019cffc0 00000000 KERNEL32!BaseThreadStart+0x52 Thread ID: 19 System Thread ID: 3a8 Kernel Time: 0:0:0.0 User Time: 0:0:0.0 Thread Type: Possible ASP page. Possible DCOM activity Executing Page: ASP.dll symbols not found. Unable to locate ASP page. Continuing with other analysis. Remote call is either to a MTA object or object not initialized. Also, possible utility thread. DCOM call being made to Process ID: 2224 Waiting on thread id: ffffffff # ChildEBP RetAddr 00 01a0fb68 77d4256d ntdll!ZwRequestWaitReplyPort+0xb 01 01a0fb94 77d3ac56 RPCRT4!LRPC_CCALL::SendReceive+0x11e 02 01a0fba0 77b25b87 RPCRT4!I_RpcSendReceive+0x2c 03 01a0fbc0 77b25a52 ole32!ThreadSendReceive+0xef 04 01a0fbd8 77b22ab6 ole32!CRpcChannelBuffer::SwitchAptAndDispatchCall+0x14f 05 01a0fc18 77b258c6 ole32!CRpcChannelBuffer::SendReceive2+0x96 06 01a0fc28 77a6cb5d ole32!CRpcChannelBuffer::SendReceive+0x11 07 01a0fc88 77ab74c3 ole32!CAptRpcChnl::SendReceive+0xa9 08 01a0fce0 77d94c1a ole32!CCtxComChnl::SendReceive+0x124 09 01a0fcfc 77d9487d RPCRT4!NdrProxySendReceive+0x4c 0a 01a0ff44 77d95136 RPCRT4!NdrClientCall2+0x4f5 0b 01a0ff60 77d46e75 RPCRT4!ObjectStublessClient+0x76 0c 01a0ff70 787f5818 RPCRT4!ObjectStubless+0xf 0d 01a0ffb4 7c57438b comsvcs!CEventDispatcher::GetEventServerInfoThread+0x118 0e 01a0ffec 00000000 KERNEL32!BaseThreadStart+0x52 Thread ID: 20 System Thread ID: 1a4 Kernel Time: 0:0:0.0 User Time: 0:0:0.0 Thread Type: ASP Executing Page: ASP.dll symbols not found. Unable to locate ASP page. Continuing with other analysis. # ChildEBP RetAddr 00 0272fe70 7c573c23 ntdll!ZwWaitForMultipleObjects+0xb 01 0272fec0 77e119e6 KERNEL32!WaitForMultipleObjectsEx+0xea 02 0272ff1c 77e11ace USER32!MsgWaitForMultipleObjectsEx+0x153 03 0272ff38 74a01e69 USER32!MsgWaitForMultipleObjects+0x1d WARNING: Stack unwind information not available. Following frames may be wrong. 04 0272ff7c 78008454 asp!GetExtensionVersion+0x2deb 05 0272ffb4 7c57438b MSVCRT!endthread+0xc1 06 0272ffec 00000000 KERNEL32!BaseThreadStart+0x52 Thread ID: 21 System Thread ID: 8cc Kernel Time: 0:0:0.0 User Time: 0:0:0.0 Thread Type: ASP Executing Page: ASP.dll symbols not found. Unable to locate ASP page. Continuing with other analysis. # ChildEBP RetAddr 00 0276fe70 7c573c23 ntdll!ZwWaitForMultipleObjects+0xb 01 0276fec0 77e119e6 KERNEL32!WaitForMultipleObjectsEx+0xea 02 0276ff1c 77e11ace USER32!MsgWaitForMultipleObjectsEx+0x153 03 0276ff38 74a01eca USER32!MsgWaitForMultipleObjects+0x1d WARNING: Stack unwind information not available. Following frames may be wrong. 04 0276ff7c 78008454 asp!GetExtensionVersion+0x2e4c 05 0276ffb4 7c57438b MSVCRT!endthread+0xc1 06 0276ffec 00000000 KERNEL32!BaseThreadStart+0x52 Thread ID: 22 System Thread ID: 96c Kernel Time: 0:0:0.0 User Time: 0:0:0.0 *** WARNING: Unable to verify checksum for *** ERROR: Symbol file could not be found. Defaulted to export symbols for - Thread Type: PDM (Debugger) Thread. # ChildEBP RetAddr 00 027afddc 7c573c23 ntdll!ZwWaitForMultipleObjects+0xb 01 027afe2c 77e119e6 KERNEL32!WaitForMultipleObjectsEx+0xea 02 027afe88 77e11ace USER32!MsgWaitForMultipleObjectsEx+0x153 03 027afea4 4a00886c USER32!MsgWaitForMultipleObjects+0x1d 04 027aff88 4a008a85 pdm+0x886c 05 027affb0 4a008a09 pdm+0x8a85 06 027affb4 7c57438b pdm+0x8a09 07 027affec 00000000 KERNEL32!BaseThreadStart+0x52 Thread ID: 23 System Thread ID: 68c Kernel Time: 0:0:0.0 User Time: 0:0:0.0 Thread Type: Other # ChildEBP RetAddr 00 0282ff9c 77f842c4 ntdll!NtDelayExecution+0xb 01 0282ffb4 7c57438b ntdll!RtlpTimerThread+0x42 02 0282ffec 00000000 KERNEL32!BaseThreadStart+0x52 Thread ID: 24 System Thread ID: 95c Kernel Time: 0:0:3.953 User Time: 0:0:23.390 Thread Type: Idle ASP thread # ChildEBP RetAddr 00 0286fe28 7c573c23 ntdll!ZwWaitForMultipleObjects+0xb 01 0286fe78 77e119e6 KERNEL32!WaitForMultipleObjectsEx+0xea 02 0286fed4 77e11ace USER32!MsgWaitForMultipleObjectsEx+0x153 03 0286fef0 787c3911 USER32!MsgWaitForMultipleObjects+0x1d 04 0286ff1c 787c2cc0 comsvcs!STAThread::WaitForWork+0x33 05 0286ffb4 7c57438b comsvcs!STAThread::STAThreadWorker+0x4e2 06 0286ffec 00000000 KERNEL32!BaseThreadStart+0x52 Thread ID: 25 System Thread ID: 93c Kernel Time: 0:0:15.515 User Time: 0:1:20.468 Thread Type: Idle ASP thread # ChildEBP RetAddr 00 028afe28 7c573c23 ntdll!ZwWaitForMultipleObjects+0xb 01 028afe78 77e119e6 KERNEL32!WaitForMultipleObjectsEx+0xea 02 028afed4 77e11ace USER32!MsgWaitForMultipleObjectsEx+0x153 03 028afef0 787c3911 USER32!MsgWaitForMultipleObjects+0x1d 04 028aff1c 787c2cc0 comsvcs!STAThread::WaitForWork+0x33 05 028affb4 7c57438b comsvcs!STAThread::STAThreadWorker+0x4e2 06 028affec 00000000 KERNEL32!BaseThreadStart+0x52 Thread ID: 26 System Thread ID: 670 Kernel Time: 0:0:6.468 User Time: 0:0:34.859 Thread Type: Idle ASP thread # ChildEBP RetAddr 00 028efe28 7c573c23 ntdll!ZwWaitForMultipleObjects+0xb 01 028efe78 77e119e6 KERNEL32!WaitForMultipleObjectsEx+0xea 02 028efed4 77e11ace USER32!MsgWaitForMultipleObjectsEx+0x153 03 028efef0 787c3911 USER32!MsgWaitForMultipleObjects+0x1d 04 028eff1c 787c2cc0 comsvcs!STAThread::WaitForWork+0x33 05 028effb4 7c57438b comsvcs!STAThread::STAThreadWorker+0x4e2 06 028effec 00000000 KERNEL32!BaseThreadStart+0x52 Thread ID: 27 System Thread ID: 980 Kernel Time: 0:0:21.250 User Time: 0:1:47.718 Thread Type: Idle ASP thread # ChildEBP RetAddr 00 0292fe28 7c573c23 ntdll!ZwWaitForMultipleObjects+0xb 01 0292fe78 77e119e6 KERNEL32!WaitForMultipleObjectsEx+0xea 02 0292fed4 77e11ace USER32!MsgWaitForMultipleObjectsEx+0x153 03 0292fef0 787c3911 USER32!MsgWaitForMultipleObjects+0x1d 04 0292ff1c 787c2cc0 comsvcs!STAThread::WaitForWork+0x33 05 0292ffb4 7c57438b comsvcs!STAThread::STAThreadWorker+0x4e2 06 0292ffec 00000000 KERNEL32!BaseThreadStart+0x52 Thread ID: 28 System Thread ID: 9a8 Kernel Time: 0:0:0.15 User Time: 0:0:0.0 *** ERROR: Symbol file could not be found. Defaulted to export symbols for y:\app\filenet\idm\fnpfetch.dll - *** ERROR: Symbol file could not be found. Defaulted to export symbols for - Thread Type: Other # ChildEBP RetAddr 00 061efe08 66df6f50 USER32!NtUserWaitMessage+0xb WARNING: Stack unwind information not available. Following frames may be wrong. 01 061eff0c 6c3bde29 fnpfetch+0x6f50 02 061eff7c 780085bc MFC42!Ordinal2546+0x147 03 061effb4 7c57438b MSVCRT!endthreadex+0xbc 04 061effec 00000000 KERNEL32!BaseThreadStart+0x52 Thread ID: 29 System Thread ID: 58c Kernel Time: 0:0:0.0 User Time: 0:0:0.0 Thread Type: Other # ChildEBP RetAddr 00 06bdff20 77f838a5 ntdll!ZwRemoveIoCompletion+0xb 01 06bdffb4 7c57438b ntdll!RtlpWorkerThread+0x6b 02 06bdffec 00000000 KERNEL32!BaseThreadStart+0x52 Thread ID: 30 System Thread ID: 998 Kernel Time: 0:0:0.687 User Time: 0:16:17.828 *** ERROR: Symbol file could not be found. Defaulted to export symbols for y:\PROGRA~1\JavaSoft\JRE\132E6D~1.1\bin\HotSpot\jvm.dll - Thread Type: Other # ChildEBP RetAddr 00 33a9fea8 7c573b28 ntdll!ZwWaitForSingleObject+0xb 01 33a9fed0 7c573b50 KERNEL32!WaitForSingleObjectEx+0x71 02 33a9fee0 6d46475a KERNEL32!WaitForSingleObject+0xf WARNING: Stack unwind information not available. Following frames may be wrong. 03 33a9ff10 6d48ad8a jvm!JVM_FindSignal+0x121b5 04 33a9ff68 6d48ac1e jvm!JVM_FindSignal+0x387e5 05 33a9ff7c 780085bc jvm!JVM_FindSignal+0x38679 06 33a9ffb4 7c57438b MSVCRT!endthreadex+0xbc 07 33a9ffec 00000000 KERNEL32!BaseThreadStart+0x52 Thread ID: 31 System Thread ID: a1c Kernel Time: 0:0:0.125 User Time: 0:0:0.546 Thread Type: Other # ChildEBP RetAddr 00 33adfc18 7c573b28 ntdll!ZwWaitForSingleObject+0xb 01 33adfc40 7c573b50 KERNEL32!WaitForSingleObjectEx+0x71 02 33adfc50 6d465f47 KERNEL32!WaitForSingleObject+0xf WARNING: Stack unwind information not available. Following frames may be wrong. 03 33adfc88 6d4763ae jvm!JVM_FindSignal+0x139a2 04 33adfcac 6d44b9f2 jvm!JVM_FindSignal+0x23e09 05 33adfccc 069c5138 jvm!JVM_MonitorWait+0x70 06 33adfcfc 069c2c02 0x69c5138 07 33adfd30 069c2c02 0x69c2c02 08 33adfd5c 6d4db41c 0x69c2c02 09 33adfd84 6d44034e jvm!JVMCI_InstallStackOvrFlowExceptionFilter+0x435c4 0a 33adfe04 6d46932d jvm!JVM_DisableCompiler+0x678d 0b 33adfe40 6d440262 jvm!JVM_FindSignal+0x16d88 0c 33adfe94 6d43ffe0 jvm!JVM_DisableCompiler+0x66a1 0d 33adfee8 6d44f403 jvm!JVM_DisableCompiler+0x641f 0e 33adff3c 6d482c10 jvm!JVM_StartThread+0x1bb 0f 33adff68 6d482be0 jvm!JVM_FindSignal+0x3066b 10 33adff7c 780085bc jvm!JVM_FindSignal+0x3063b 11 33adffb4 7c57438b MSVCRT!endthreadex+0xbc 12 33adffec 00000000 KERNEL32!BaseThreadStart+0x52 Thread ID: 32 System Thread ID: 4ac Kernel Time: 0:0:0.15 User Time: 0:0:0.265 Thread Type: Other # ChildEBP RetAddr 00 33b1fbe0 7c573b28 ntdll!ZwWaitForSingleObject+0xb 01 33b1fc08 7c573b50 KERNEL32!WaitForSingleObjectEx+0x71 02 33b1fc18 6d465f47 KERNEL32!WaitForSingleObject+0xf WARNING: Stack unwind information not available. Following frames may be wrong. 03 33b1fc50 6d4763ae jvm!JVM_FindSignal+0x139a2 04 33b1fc74 6d44b9f2 jvm!JVM_FindSignal+0x23e09 05 33b1fc94 069c5138 jvm!JVM_MonitorWait+0x70 06 33b1fcc4 069c2c02 0x69c5138 07 33b1fd00 069c2c52 0x69c2c02 08 33b1fd44 069c2c52 0x69c2c52 09 33b1fd68 6d4db41c 0x69c2c52 0a 33b1fd84 6d44034e jvm!JVMCI_InstallStackOvrFlowExceptionFilter+0x435c4 0b 33b1fe04 6d46932d jvm!JVM_DisableCompiler+0x678d 0c 33b1fe40 6d440262 jvm!JVM_FindSignal+0x16d88 0d 33b1fe94 6d43ffe0 jvm!JVM_DisableCompiler+0x66a1 0e 33b1fee8 6d44f403 jvm!JVM_DisableCompiler+0x641f 0f 33b1ff3c 6d482c10 jvm!JVM_StartThread+0x1bb 10 33b1ff68 6d482be0 jvm!JVM_FindSignal+0x3066b 11 33b1ff7c 780085bc jvm!JVM_FindSignal+0x3063b 12 33b1ffb4 7c57438b MSVCRT!endthreadex+0xbc 13 33b1ffec 00000000 KERNEL32!BaseThreadStart+0x52 Thread ID: 33 System Thread ID: 924 Kernel Time: 0:0:0.0 User Time: 0:0:0.0 Thread Type: Other # ChildEBP RetAddr 00 33b5ff08 7c573a4e ntdll!NtDelayExecution+0xb 01 33b5ff28 7c573a22 KERNEL32!SleepEx+0x32 02 33b5ff34 6d469578 KERNEL32!Sleep+0xb WARNING: Stack unwind information not available. Following frames may be wrong. 03 33b5ff58 6d48273d jvm!JVM_FindSignal+0x16fd3 04 33b5ff7c 780085bc jvm!JVM_FindSignal+0x30198 05 33b5ffb4 7c57438b MSVCRT!endthreadex+0xbc 06 33b5ffec 00000000 KERNEL32!BaseThreadStart+0x52 Thread ID: 34 System Thread ID: 974 Kernel Time: 0:0:0.0 User Time: 0:0:0.0 Thread Type: Other # ChildEBP RetAddr 00 33b9fef4 7c573b28 ntdll!ZwWaitForSingleObject+0xb 01 33b9ff1c 7c573b50 KERNEL32!WaitForSingleObjectEx+0x71 02 33b9ff2c 6d46475a KERNEL32!WaitForSingleObject+0xf WARNING: Stack unwind information not available. Following frames may be wrong. 03 33b9ff5c 6d482883 jvm!JVM_FindSignal+0x121b5 04 33b9ff7c 780085bc jvm!JVM_FindSignal+0x302de 05 33b9ffb4 7c57438b MSVCRT!endthreadex+0xbc 06 33b9ffec 00000000 KERNEL32!BaseThreadStart+0x52 Thread ID: 35 System Thread ID: 9bc Kernel Time: 0:0:0.0 User Time: 0:0:0.609 Thread Type: Other # ChildEBP RetAddr 00 33bdfe84 7c573b28 ntdll!ZwWaitForSingleObject+0xb 01 33bdfeac 7c573b50 KERNEL32!WaitForSingleObjectEx+0x71 02 33bdfebc 6d4647a7 KERNEL32!WaitForSingleObject+0xf WARNING: Stack unwind information not available. Following frames may be wrong. 03 33bdfeec 6d490750 jvm!JVM_FindSignal+0x12202 04 00000000 00000000 jvm!JVM_FindSignal+0x3e1ab Thread ID: 36 System Thread ID: a08 Kernel Time: 0:0:0.62 User Time: 0:0:0.187 Thread Type: Other # ChildEBP RetAddr 00 3409fc30 7c573b28 ntdll!ZwWaitForSingleObject+0xb 01 3409fc58 7c573b50 KERNEL32!WaitForSingleObjectEx+0x71 02 3409fc68 6d465f47 KERNEL32!WaitForSingleObject+0xf WARNING: Stack unwind information not available. Following frames may be wrong. 03 3409fca0 6d4763ae jvm!JVM_FindSignal+0x139a2 04 3409fcc4 6d44b9f2 jvm!JVM_FindSignal+0x23e09 05 3409fce4 069c5138 jvm!JVM_MonitorWait+0x70 06 3409fd14 069c2c02 0x69c5138 07 3409fd50 6d4db41c 0x69c2c02 08 3409fd84 6d44034e jvm!JVMCI_InstallStackOvrFlowExceptionFilter+0x435c4 09 3409fe04 6d46932d jvm!JVM_DisableCompiler+0x678d 0a 3409fe40 6d440262 jvm!JVM_FindSignal+0x16d88 0b 3409fe94 6d43ffe0 jvm!JVM_DisableCompiler+0x66a1 0c 3409fee8 6d44f403 jvm!JVM_DisableCompiler+0x641f 0d 3409ff3c 6d482c10 jvm!JVM_StartThread+0x1bb 0e 3409ff68 6d482be0 jvm!JVM_FindSignal+0x3066b 0f 3409ff7c 780085bc jvm!JVM_FindSignal+0x3063b 10 3409ffb4 7c57438b MSVCRT!endthreadex+0xbc 11 3409ffec 00000000 KERNEL32!BaseThreadStart+0x52 Thread ID: 37 System Thread ID: 548 Kernel Time: 0:0:0.0 User Time: 0:0:0.0 Thread Type: Other # ChildEBP RetAddr 00 3411f69c 74fd1394 ntdll!ZwWaitForSingleObject+0xb WARNING: Stack unwind information not available. Following frames may be wrong. 01 3411f6d8 74fd487c msafd+0x1394 02 3411fb80 7503ca41 msafd!WSPSetSockOpt+0x19cd 03 3411fbb8 7503c9cc WS2_32!WSAAccept+0x72 04 3411fc38 069c5138 WS2_32!accept+0x15 05 3411fc64 069c2c02 0x69c5138 06 3411fc9c 069c2c02 0x69c2c02 07 3411fcc4 069c2c02 0x69c2c02 08 3411fcf8 069c2c52 0x69c2c02 09 3411fd20 069c2cca 0x69c2c52 0a 3411fd6c 6d4db41c 0x69c2cca 0b 3411fd84 6d44034e jvm!JVMCI_InstallStackOvrFlowExceptionFilter+0x435c4 0c 3411fe04 6d46932d jvm!JVM_DisableCompiler+0x678d 0d 3411fe40 6d440262 jvm!JVM_FindSignal+0x16d88 0e 3411fe94 6d43ffe0 jvm!JVM_DisableCompiler+0x66a1 0f 3411fee8 6d44f403 jvm!JVM_DisableCompiler+0x641f 10 3411ff3c 6d482c10 jvm!JVM_StartThread+0x1bb 11 3411ff68 6d482be0 jvm!JVM_FindSignal+0x3066b 12 3411ff7c 780085bc jvm!JVM_FindSignal+0x3063b 13 3411ffb4 7c57438b MSVCRT!endthreadex+0xbc 14 3411ffec 00000000 KERNEL32!BaseThreadStart+0x52 Thread ID: 38 System Thread ID: 484 Kernel Time: 0:0:0.0 User Time: 0:0:0.0 Thread Type: Other # ChildEBP RetAddr 00 3415fbb0 7c573b28 ntdll!ZwWaitForSingleObject+0xb 01 3415fbd8 7c573b50 KERNEL32!WaitForSingleObjectEx+0x71 02 3415fbe8 6d465f47 KERNEL32!WaitForSingleObject+0xf WARNING: Stack unwind information not available. Following frames may be wrong. 03 3415fc20 6d4763ae jvm!JVM_FindSignal+0x139a2 04 3415fc44 6d44b9f2 jvm!JVM_FindSignal+0x23e09 05 3415fc64 069c5138 jvm!JVM_MonitorWait+0x70 06 3415fc94 069c2c02 0x69c5138 07 3415fcd0 069c2c52 0x69c2c02 08 3415fd14 069c2c52 0x69c2c52 09 3415fd38 069c2cca 0x69c2c52 0a 3415fd6c 6d4db41c 0x69c2cca 0b 3415fd84 6d44034e jvm!JVMCI_InstallStackOvrFlowExceptionFilter+0x435c4 0c 3415fe04 6d46932d jvm!JVM_DisableCompiler+0x678d 0d 3415fe40 6d440262 jvm!JVM_FindSignal+0x16d88 0e 3415fe94 6d43ffe0 jvm!JVM_DisableCompiler+0x66a1 0f 3415fee8 6d44f403 jvm!JVM_DisableCompiler+0x641f 10 3415ff3c 6d482c10 jvm!JVM_StartThread+0x1bb 11 3415ff68 6d482be0 jvm!JVM_FindSignal+0x3066b 12 3415ff7c 780085bc jvm!JVM_FindSignal+0x3063b 13 3415ffb4 7c57438b MSVCRT!endthreadex+0xbc 14 3415ffec 00000000 KERNEL32!BaseThreadStart+0x52 Thread ID: 39 System Thread ID: 7e4 Kernel Time: 0:0:0.390 User Time: 0:0:1.437 *** ERROR: Symbol file could not be found. Defaulted to export symbols for C:\Program Files\Common Files\System\OLE DB\oledb32.dll - Thread Type: Other # ChildEBP RetAddr 00 1f53ff58 7c573b28 ntdll!ZwWaitForSingleObject+0xb 01 1f53ff80 7c573b50 KERNEL32!WaitForSingleObjectEx+0x71 02 1f53ff90 1f8945ab KERNEL32!WaitForSingleObject+0xf WARNING: Stack unwind information not available. Following frames may be wrong. 03 1f53ffb4 7c57438b oledb32!DllGetClassObject+0x2881 04 1f53ffec 00000000 KERNEL32!BaseThreadStart+0x52 Thread ID: 40 System Thread ID: 91c Kernel Time: 0:0:0.843 User Time: 0:0:0.859 Thread Type: Other # ChildEBP RetAddr 00 1f57ff50 7c573b28 ntdll!ZwWaitForSingleObject+0xb 01 1f57ff78 7c573b50 KERNEL32!WaitForSingleObjectEx+0x71 02 1f57ff88 1f8945bb KERNEL32!WaitForSingleObject+0xf WARNING: Stack unwind information not available. Following frames may be wrong. 03 1f57ffb4 7c57438b oledb32!DllGetClassObject+0x2891 04 1f57ffec 00000000 KERNEL32!BaseThreadStart+0x52 Thread ID: 41 System Thread ID: 914 Kernel Time: 0:0:0.0 User Time: 0:0:0.0 Thread Type: Idle ASP thread # ChildEBP RetAddr 00 1f5bfd54 7c573b28 ntdll!ZwWaitForSingleObject+0xb 01 1f5bfd7c 7c573b50 KERNEL32!WaitForSingleObjectEx+0x71 02 1f5bfd8c 7878db85 KERNEL32!WaitForSingleObject+0xf 03 1f5bffb4 7c57438b comsvcs!PingThread+0xf5 04 1f5bffec 00000000 KERNEL32!BaseThreadStart+0x52 Thread ID: 42 System Thread ID: 970 Kernel Time: 0:0:0.0 User Time: 0:0:0.0 Thread Type: Other # ChildEBP RetAddr 00 065eff88 75179cd7 ntdll!ZwWaitForMultipleObjects+0xb 01 065effb4 7c57438b NETAPI32!NetbiosWaiter+0x71 02 065effec 00000000 KERNEL32!BaseThreadStart+0x52 Thread ID: 43 System Thread ID: 850 Kernel Time: 0:1:9.609 User Time: 0:8:28.781 *** ERROR: Symbol file could not be found. Defaulted to export symbols for C:\Program Files\Common Files\System\ADO\msado15.dll - Thread Type: Other # ChildEBP RetAddr WARNING: Stack unwind information not available. Following frames may be wrong. 00 0b2df50c 000c0003 msado15!DllCanUnloadNow+0x2e89 01 00000409 00000000 0xc0003 Thread ID: 44 System Thread ID: 878 Kernel Time: 0:0:9.281 User Time: 0:0:49.93 Thread Type: Idle ASP thread # ChildEBP RetAddr 00 0b07fe28 7c573c23 ntdll!ZwWaitForMultipleObjects+0xb 01 0b07fe78 77e119e6 KERNEL32!WaitForMultipleObjectsEx+0xea 02 0b07fed4 77e11ace USER32!MsgWaitForMultipleObjectsEx+0x153 03 0b07fef0 787c3911 USER32!MsgWaitForMultipleObjects+0x1d 04 0b07ff1c 787c2cc0 comsvcs!STAThread::WaitForWork+0x33 05 0b07ffb4 7c57438b comsvcs!STAThread::STAThreadWorker+0x4e2 06 0b07ffec 00000000 KERNEL32!BaseThreadStart+0x52 Thread ID: 45 System Thread ID: 910 Kernel Time: 0:0:0.0 User Time: 0:0:0.0 Thread Type: Other # ChildEBP RetAddr 00 098eff10 7c573b28 ntdll!ZwWaitForSingleObject+0xb 01 098eff38 7c573b50 KERNEL32!WaitForSingleObjectEx+0x71 02 098eff48 6c37143a KERNEL32!WaitForSingleObject+0xf WARNING: Stack unwind information not available. Following frames may be wrong. 03 098effb4 7c57438b MFC42!Ordinal4168+0xd 04 098effec 00000000 KERNEL32!BaseThreadStart+0x52 Thread ID: 46 System Thread ID: 2c8 Kernel Time: 0:0:1.156 User Time: 0:0:0.734 Thread Type: Other # ChildEBP RetAddr 00 09ffff30 77abbad5 USER32!NtUserGetMessage+0xb 01 09ffff70 77abba23 ole32!CDllHost::STAWorkerLoop+0x40 02 09ffff8c 77abb95e ole32!CDllHost::WorkerThread+0xc2 03 09ffff90 77ab50ee ole32!DLLHostThreadEntry+0x9 04 09ffffa8 77ab5046 ole32!CRpcThread::WorkerLoop+0x22 05 09ffffb4 7c57438b ole32!CRpcThreadCache::RpcWorkerThreadEntry+0x1a 06 09ffffec 00000000 KERNEL32!BaseThreadStart+0x52 Thread ID: 47 System Thread ID: 7a4 Kernel Time: 0:0:7.125 User Time: 0:0:37.921 Thread Type: Idle ASP thread # ChildEBP RetAddr 00 0b65fe28 7c573c23 ntdll!ZwWaitForMultipleObjects+0xb 01 0b65fe78 77e119e6 KERNEL32!WaitForMultipleObjectsEx+0xea 02 0b65fed4 77e11ace USER32!MsgWaitForMultipleObjectsEx+0x153 03 0b65fef0 787c3911 USER32!MsgWaitForMultipleObjects+0x1d 04 0b65ff1c 787c2cc0 comsvcs!STAThread::WaitForWork+0x33 05 0b65ffb4 7c57438b comsvcs!STAThread::STAThreadWorker+0x4e2 06 0b65ffec 00000000 KERNEL32!BaseThreadStart+0x52 Thread ID: 48 System Thread ID: 818 Kernel Time: 0:0:6.109 User Time: 0:0:7.562 Thread Type: HTTP Listener # ChildEBP RetAddr 00 0b8eff50 7c573c73 ntdll!ZwRemoveIoCompletion+0xb 01 0b8eff7c 6d702957 KERNEL32!GetQueuedCompletionStatus+0x27 WARNING: Stack unwind information not available. Following frames may be wrong. 02 7c310dd6 f76868ff ISATQ!CDirMonitor::RemoveEntry+0xeb 03 6aec8b55 00000000 0xf76868ff Thread ID: 49 System Thread ID: 960 Kernel Time: 0:0:9.250 User Time: 0:0:45.921 Thread Type: Idle ASP thread # ChildEBP RetAddr 00 0beafe28 7c573c23 ntdll!ZwWaitForMultipleObjects+0xb 01 0beafe78 77e119e6 KERNEL32!WaitForMultipleObjectsEx+0xea 02 0beafed4 77e11ace USER32!MsgWaitForMultipleObjectsEx+0x153 03 0beafef0 787c3911 USER32!MsgWaitForMultipleObjects+0x1d 04 0beaff1c 787c2cc0 comsvcs!STAThread::WaitForWork+0x33 05 0beaffb4 7c57438b comsvcs!STAThread::STAThreadWorker+0x4e2 06 0beaffec 00000000 KERNEL32!BaseThreadStart+0x52 Thread ID: 50 System Thread ID: 988 Kernel Time: 0:0:2.31 User Time: 0:0:10.906 Thread Type: Idle ASP thread # ChildEBP RetAddr 00 0af6fe28 7c573c23 ntdll!ZwWaitForMultipleObjects+0xb 01 0af6fe78 77e119e6 KERNEL32!WaitForMultipleObjectsEx+0xea 02 0af6fed4 77e11ace USER32!MsgWaitForMultipleObjectsEx+0x153 03 0af6fef0 787c3911 USER32!MsgWaitForMultipleObjects+0x1d 04 0af6ff1c 787c2cc0 comsvcs!STAThread::WaitForWork+0x33 05 0af6ffb4 7c57438b comsvcs!STAThread::STAThreadWorker+0x4e2 06 0af6ffec 00000000 KERNEL32!BaseThreadStart+0x52 Thread ID: 51 System Thread ID: 544 Kernel Time: 0:0:0.0 User Time: 0:0:0.78 Thread Type: Other # ChildEBP RetAddr 00 029afbac 7c573b28 ntdll!ZwWaitForSingleObject+0xb 01 029afbd4 7c573b50 KERNEL32!WaitForSingleObjectEx+0x71 02 029afbe4 6d465f47 KERNEL32!WaitForSingleObject+0xf WARNING: Stack unwind information not available. Following frames may be wrong. 03 029afc1c 6d4763ae jvm!JVM_FindSignal+0x139a2 04 029afc40 6d44b9f2 jvm!JVM_FindSignal+0x23e09 05 029afc60 069c5138 jvm!JVM_MonitorWait+0x70 06 029afc90 069c2c02 0x69c5138 07 029afccc 069c2c52 0x69c2c02 08 029afd18 069c2cca 0x69c2c52 09 029afd6c 6d4db41c 0x69c2cca 0a 029afd84 6d44034e jvm!JVMCI_InstallStackOvrFlowExceptionFilter+0x435c4 0b 029afe04 6d46932d jvm!JVM_DisableCompiler+0x678d 0c 029afe40 6d440262 jvm!JVM_FindSignal+0x16d88 0d 029afe94 6d43ffe0 jvm!JVM_DisableCompiler+0x66a1 0e 029afee8 6d44f403 jvm!JVM_DisableCompiler+0x641f 0f 029aff3c 6d482c10 jvm!JVM_StartThread+0x1bb 10 029aff68 6d482be0 jvm!JVM_FindSignal+0x3066b 11 029aff7c 780085bc jvm!JVM_FindSignal+0x3063b 12 029affb4 7c57438b MSVCRT!endthreadex+0xbc 13 029affec 00000000 KERNEL32!BaseThreadStart+0x52 Thread ID: 52 System Thread ID: 5a4 Kernel Time: 0:0:0.281 User Time: 0:0:5.671 Thread Type: ASP Executing Page: ASP.dll symbols not found. Unable to locate ASP page. Continuing with other analysis. # ChildEBP RetAddr 00 00c6fc20 7c573a4e ntdll!NtDelayExecution+0xb 01 00c6fc40 7c573a22 KERNEL32!SleepEx+0x32 02 00c6fc4c 74a2c8a6 KERNEL32!Sleep+0xb WARNING: Stack unwind information not available. Following frames may be wrong. 03 00c6fc64 74a2c844 asp!DllUnregisterServer+0x12f90 04 74a33ca0 02a80000 asp!DllUnregisterServer+0x12f2e 05 00000f70 00000000 0x2a80000 Thread ID: 53 System Thread ID: 838 Kernel Time: 0:0:0.687 User Time: 0:0:3.687 Thread Type: Idle ASP thread # ChildEBP RetAddr 00 029efe28 7c573c23 ntdll!ZwWaitForMultipleObjects+0xb 01 029efe78 77e119e6 KERNEL32!WaitForMultipleObjectsEx+0xea 02 029efed4 77e11ace USER32!MsgWaitForMultipleObjectsEx+0x153 03 029efef0 787c3911 USER32!MsgWaitForMultipleObjects+0x1d 04 029eff1c 787c2cc0 comsvcs!STAThread::WaitForWork+0x33 05 029effb4 7c57438b comsvcs!STAThread::STAThreadWorker+0x4e2 06 029effec 00000000 KERNEL32!BaseThreadStart+0x52 Thread ID: 54 System Thread ID: 868 Kernel Time: 0:0:0.750 User Time: 0:0:9.953 Thread Type: Idle ASP thread # ChildEBP RetAddr 00 0296fe28 7c573c23 ntdll!ZwWaitForMultipleObjects+0xb 01 0296fe78 77e119e6 KERNEL32!WaitForMultipleObjectsEx+0xea 02 0296fed4 77e11ace USER32!MsgWaitForMultipleObjectsEx+0x153 03 0296fef0 787c3911 USER32!MsgWaitForMultipleObjects+0x1d 04 0296ff1c 787c2cc0 comsvcs!STAThread::WaitForWork+0x33 05 0296ffb4 7c57438b comsvcs!STAThread::STAThreadWorker+0x4e2 06 0296ffec 00000000 KERNEL32!BaseThreadStart+0x52 Thread ID: 55 System Thread ID: 884 Kernel Time: 0:3:12.125 User Time: 0:6:56.656 Thread Type: Other # ChildEBP RetAddr 00 08eae864 7c2d1a16 ntdll!NtOpenKey+0xb 01 08eae8f0 7c2d1d82 ADVAPI32!LocalBaseRegOpenKey+0x13e 02 08eae924 1f89da05 ADVAPI32!RegOpenKeyExW+0xf8 WARNING: Stack unwind information not available. Following frames may be wrong. 03 08eae9cc 00450064 oledb32!DllGetClassObject+0xbcdb 04 00650064 00000000 0x450064 Thread ID: 56 System Thread ID: 5a8 Kernel Time: 0:0:0.953 User Time: 0:0:6.718 Thread Type: Idle ASP thread # ChildEBP RetAddr 00 0906fe28 7c573c23 ntdll!ZwWaitForMultipleObjects+0xb 01 0906fe78 77e119e6 KERNEL32!WaitForMultipleObjectsEx+0xea 02 0906fed4 77e11ace USER32!MsgWaitForMultipleObjectsEx+0x153 03 0906fef0 787c3911 USER32!MsgWaitForMultipleObjects+0x1d 04 0906ff1c 787c2cc0 comsvcs!STAThread::WaitForWork+0x33 05 0906ffb4 7c57438b comsvcs!STAThread::STAThreadWorker+0x4e2 06 0906ffec 00000000 KERNEL32!BaseThreadStart+0x52 Thread ID: 57 System Thread ID: 9f4 Kernel Time: 0:0:1.765 User Time: 0:0:12.765 Thread Type: ASP Executing Page: ASP.dll symbols not found. Unable to locate ASP page. Continuing with other analysis. # ChildEBP RetAddr 00 027efc20 7c573a4e ntdll!NtDelayExecution+0xb 01 027efc40 7c573a22 KERNEL32!SleepEx+0x32 02 027efc4c 74a2c8a6 KERNEL32!Sleep+0xb WARNING: Stack unwind information not available. Following frames may be wrong. 03 027efc64 74a2c844 asp!DllUnregisterServer+0x12f90 04 74a33ca0 02a80000 asp!DllUnregisterServer+0x12f2e 05 00000f70 00000000 0x2a80000 Thread ID: 58 System Thread ID: 1d0 Kernel Time: 0:0:1.218 User Time: 0:0:11.296 Thread Type: Idle ASP thread # ChildEBP RetAddr 00 02a2fe28 7c573c23 ntdll!ZwWaitForMultipleObjects+0xb 01 02a2fe78 77e119e6 KERNEL32!WaitForMultipleObjectsEx+0xea 02 02a2fed4 77e11ace USER32!MsgWaitForMultipleObjectsEx+0x153 03 02a2fef0 787c3911 USER32!MsgWaitForMultipleObjects+0x1d 04 02a2ff1c 787c2cc0 comsvcs!STAThread::WaitForWork+0x33 05 02a2ffb4 7c57438b comsvcs!STAThread::STAThreadWorker+0x4e2 06 02a2ffec 00000000 KERNEL32!BaseThreadStart+0x52 Thread ID: 59 System Thread ID: 74c Kernel Time: 0:0:0.718 User Time: 0:0:3.968 Thread Type: Idle ASP thread # ChildEBP RetAddr 00 0938fe28 7c573c23 ntdll!ZwWaitForMultipleObjects+0xb 01 0938fe78 77e119e6 KERNEL32!WaitForMultipleObjectsEx+0xea 02 0938fed4 77e11ace USER32!MsgWaitForMultipleObjectsEx+0x153 03 0938fef0 787c3911 USER32!MsgWaitForMultipleObjects+0x1d 04 0938ff1c 787c2cc0 comsvcs!STAThread::WaitForWork+0x33 05 0938ffb4 7c57438b comsvcs!STAThread::STAThreadWorker+0x4e2 06 0938ffec 00000000 KERNEL32!BaseThreadStart+0x52 Thread ID: 60 System Thread ID: 108 Kernel Time: 0:0:2.78 User Time: 0:0:10.390 Thread Type: Idle ASP thread # ChildEBP RetAddr 00 098afe28 7c573c23 ntdll!ZwWaitForMultipleObjects+0xb 01 098afe78 77e119e6 KERNEL32!WaitForMultipleObjectsEx+0xea 02 098afed4 77e11ace USER32!MsgWaitForMultipleObjectsEx+0x153 03 098afef0 787c3911 USER32!MsgWaitForMultipleObjects+0x1d 04 098aff1c 787c2cc0 comsvcs!STAThread::WaitForWork+0x33 05 098affb4 7c57438b comsvcs!STAThread::STAThreadWorker+0x4e2 06 098affec 00000000 KERNEL32!BaseThreadStart+0x52 Thread ID: 61 System Thread ID: 870 Kernel Time: 0:0:0.62 User Time: 0:0:0.218 Thread Type: Idle ASP thread # ChildEBP RetAddr 00 0afafe28 7c573c23 ntdll!ZwWaitForMultipleObjects+0xb 01 0afafe78 77e119e6 KERNEL32!WaitForMultipleObjectsEx+0xea 02 0afafed4 77e11ace USER32!MsgWaitForMultipleObjectsEx+0x153 03 0afafef0 787c3911 USER32!MsgWaitForMultipleObjects+0x1d 04 0afaff1c 787c2cc0 comsvcs!STAThread::WaitForWork+0x33 05 0afaffb4 7c57438b comsvcs!STAThread::STAThreadWorker+0x4e2 06 0afaffec 00000000 KERNEL32!BaseThreadStart+0x52 Thread ID: 62 System Thread ID: 744 Kernel Time: 0:0:2.437 User Time: 0:0:15.843 Thread Type: Idle ASP thread # ChildEBP RetAddr 00 092bfe28 7c573c23 ntdll!ZwWaitForMultipleObjects+0xb 01 092bfe78 77e119e6 KERNEL32!WaitForMultipleObjectsEx+0xea 02 092bfed4 77e11ace USER32!MsgWaitForMultipleObjectsEx+0x153 03 092bfef0 787c3911 USER32!MsgWaitForMultipleObjects+0x1d 04 092bff1c 787c2cc0 comsvcs!STAThread::WaitForWork+0x33 05 092bffb4 7c57438b comsvcs!STAThread::STAThreadWorker+0x4e2 06 092bffec 00000000 KERNEL32!BaseThreadStart+0x52 Thread ID: 63 System Thread ID: 98c Kernel Time: 0:0:0.343 User Time: 0:0:3.671 Thread Type: Idle ASP thread # ChildEBP RetAddr 00 0b79fe28 7c573c23 ntdll!ZwWaitForMultipleObjects+0xb 01 0b79fe78 77e119e6 KERNEL32!WaitForMultipleObjectsEx+0xea 02 0b79fed4 77e11ace USER32!MsgWaitForMultipleObjectsEx+0x153 03 0b79fef0 787c3911 USER32!MsgWaitForMultipleObjects+0x1d 04 0b79ff1c 787c2cc0 comsvcs!STAThread::WaitForWork+0x33 05 0b79ffb4 7c57438b comsvcs!STAThread::STAThreadWorker+0x4e2 06 0b79ffec 00000000 KERNEL32!BaseThreadStart+0x52 Thread ID: 64 System Thread ID: 5b0 Kernel Time: 0:3:13.578 User Time: 0:7:0.828 Thread Type: Other # ChildEBP RetAddr 00 0afee914 7c2d1889 ntdll!NtClose+0xb 01 0afee924 7c2d184f ADVAPI32!BaseRegCloseKeyInternal+0x4f 02 0afee92c 7c2d1918 ADVAPI32!LocalBaseRegCloseKey+0x9 03 0afee934 1f89da57 ADVAPI32!RegCloseKey+0x74 WARNING: Stack unwind information not available. Following frames may be wrong. 04 0afee9f4 77a98ee1 oledb32!DllGetClassObject+0xbd2d 05 00000000 00000000 ole32!GetCurrentApartmentId+0x42 Thread ID: 65 System Thread ID: 7c4 Kernel Time: 0:0:0.625 User Time: 0:0:6.578 Thread Type: Idle ASP thread # ChildEBP RetAddr 00 0b02fe28 7c573c23 ntdll!ZwWaitForMultipleObjects+0xb 01 0b02fe78 77e119e6 KERNEL32!WaitForMultipleObjectsEx+0xea 02 0b02fed4 77e11ace USER32!MsgWaitForMultipleObjectsEx+0x153 03 0b02fef0 787c3911 USER32!MsgWaitForMultipleObjects+0x1d 04 0b02ff1c 787c2cc0 comsvcs!STAThread::WaitForWork+0x33 05 0b02ffb4 7c57438b comsvcs!STAThread::STAThreadWorker+0x4e2 06 0b02ffec 00000000 KERNEL32!BaseThreadStart+0x52 Thread ID: 66 System Thread ID: 6a4 Kernel Time: 0:0:2.500 User Time: 0:0:20.250 Thread Type: ASP Executing Page: ASP.dll symbols not found. Unable to locate ASP page. Continuing with other analysis. # ChildEBP RetAddr 00 0b38fc20 7c573a4e ntdll!NtDelayExecution+0xb 01 0b38fc40 7c573a22 KERNEL32!SleepEx+0x32 02 0b38fc4c 74a2c8a6 KERNEL32!Sleep+0xb WARNING: Stack unwind information not available. Following frames may be wrong. 03 0b38fc64 74a2c844 asp!DllUnregisterServer+0x12f90 04 74a33ca0 02a80000 asp!DllUnregisterServer+0x12f2e 05 00000f70 00000000 0x2a80000 Thread ID: 67 System Thread ID: 908 Kernel Time: 0:0:0.468 User Time: 0:0:2.984 Thread Type: Idle ASP thread # ChildEBP RetAddr 00 0932fe28 7c573c23 ntdll!ZwWaitForMultipleObjects+0xb 01 0932fe78 77e119e6 KERNEL32!WaitForMultipleObjectsEx+0xea 02 0932fed4 77e11ace USER32!MsgWaitForMultipleObjectsEx+0x153 03 0932fef0 787c3911 USER32!MsgWaitForMultipleObjects+0x1d 04 0932ff1c 787c2cc0 comsvcs!STAThread::WaitForWork+0x33 05 0932ffb4 7c57438b comsvcs!STAThread::STAThreadWorker+0x4e2 06 0932ffec 00000000 KERNEL32!BaseThreadStart+0x52 Thread ID: 68 System Thread ID: 954 Kernel Time: 0:0:1.531 User Time: 0:0:19.734 Thread Type: Idle ASP thread # ChildEBP RetAddr 00 093ffe28 7c573c23 ntdll!ZwWaitForMultipleObjects+0xb 01 093ffe78 77e119e6 KERNEL32!WaitForMultipleObjectsEx+0xea 02 093ffed4 77e11ace USER32!MsgWaitForMultipleObjectsEx+0x153 03 093ffef0 787c3911 USER32!MsgWaitForMultipleObjects+0x1d 04 093fff1c 787c2cc0 comsvcs!STAThread::WaitForWork+0x33 05 093fffb4 7c57438b comsvcs!STAThread::STAThreadWorker+0x4e2 06 093fffec 00000000 KERNEL32!BaseThreadStart+0x52 Thread ID: 69 System Thread ID: a04 Kernel Time: 0:0:1.62 User Time: 0:0:9.890 Thread Type: Idle ASP thread # ChildEBP RetAddr 00 0bdffe28 7c573c23 ntdll!ZwWaitForMultipleObjects+0xb 01 0bdffe78 77e119e6 KERNEL32!WaitForMultipleObjectsEx+0xea 02 0bdffed4 77e11ace USER32!MsgWaitForMultipleObjectsEx+0x153 03 0bdffef0 787c3911 USER32!MsgWaitForMultipleObjects+0x1d 04 0bdfff1c 787c2cc0 comsvcs!STAThread::WaitForWork+0x33 05 0bdfffb4 7c57438b comsvcs!STAThread::STAThreadWorker+0x4e2 06 0bdfffec 00000000 KERNEL32!BaseThreadStart+0x52 Thread ID: 70 System Thread ID: 684 Kernel Time: 0:1:8.906 User Time: 0:3:33.500 *** ERROR: Symbol file could not be found. Defaulted to export symbols for C:\WINNT\system32\MSDART.DLL - Thread Type: Other # ChildEBP RetAddr 00 0663e694 7c2d1889 ntdll!NtClose+0xb 01 0663e6a4 7c2d184f ADVAPI32!BaseRegCloseKeyInternal+0x4f 02 0663e6ac 7c2d1918 ADVAPI32!LocalBaseRegCloseKey+0x9 03 0663e6b4 1f89da57 ADVAPI32!RegCloseKey+0x74 WARNING: Stack unwind information not available. Following frames may be wrong. 04 0663e75c 1f67901e oledb32!DllGetClassObject+0xbd2d 05 00000073 00000000 MSDART!UMSEnterCSWraper+0xae Thread ID: 71 System Thread ID: 590 Kernel Time: 0:0:0.93 User Time: 0:0:0.203 Thread Type: Idle ASP thread # ChildEBP RetAddr 00 0bb5fe28 7c573c23 ntdll!ZwWaitForMultipleObjects+0xb 01 0bb5fe78 77e119e6 KERNEL32!WaitForMultipleObjectsEx+0xea 02 0bb5fed4 77e11ace USER32!MsgWaitForMultipleObjectsEx+0x153 03 0bb5fef0 787c3911 USER32!MsgWaitForMultipleObjects+0x1d 04 0bb5ff1c 787c2cc0 comsvcs!STAThread::WaitForWork+0x33 05 0bb5ffb4 7c57438b comsvcs!STAThread::STAThreadWorker+0x4e2 06 0bb5ffec 00000000 KERNEL32!BaseThreadStart+0x52 Thread ID: 72 System Thread ID: 99c Kernel Time: 0:0:0.687 User Time: 0:0:6.62 Thread Type: ASP Executing Page: ASP.dll symbols not found. Unable to locate ASP page. Continuing with other analysis. # ChildEBP RetAddr 00 0943fc20 7c573a4e ntdll!NtDelayExecution+0xb 01 0943fc40 7c573a22 KERNEL32!SleepEx+0x32 02 0943fc4c 74a2c8a6 KERNEL32!Sleep+0xb WARNING: Stack unwind information not available. Following frames may be wrong. 03 0943fc64 74a2c844 asp!DllUnregisterServer+0x12f90 04 74a33ca0 02a80000 asp!DllUnregisterServer+0x12f2e 05 00000f70 00000000 0x2a80000 Thread ID: 73 System Thread ID: 9ec Kernel Time: 0:1:8.484 User Time: 0:3:29.93 *** ERROR: Symbol file could not be found. Defaulted to export symbols for C:\WINNT\System32\vbscript.dll - Thread Type: ASP Executing Page: ASP.dll symbols not found. Unable to locate ASP page. Continuing with other analysis. # ChildEBP RetAddr WARNING: Stack unwind information not available. Following frames may be wrong. 00 02a6f1bc 73591e00 vbscript!DllRegisterServer+0x1ea4 01 02a6f2b0 73573936 vbscript!DllGetClassObject+0x19984 02 02a6f2d4 73575877 vbscript!DllCanUnloadNow+0x22c3 03 02a6f5b0 73574380 vbscript!DllCanUnloadNow+0x4204 04 02a6f6b4 7357c7c1 vbscript!DllCanUnloadNow+0x2d0d 05 02a6f988 73574380 vbscript!DllGetClassObject+0x4345 06 02a6fa8c 7357444c vbscript!DllCanUnloadNow+0x2d0d 07 02a6faf0 73574746 vbscript!DllCanUnloadNow+0x2dd9 08 02a6fb40 735747b3 vbscript!DllCanUnloadNow+0x30d3 09 02a6fb5c 749f55b2 vbscript!DllCanUnloadNow+0x3140 0a 02a6fb8c 749f5585 asp!HttpExtensionProc+0x4075 0b 02a6fbd0 749f5534 asp!HttpExtensionProc+0x4048 0c 02a6fbdc 749f4570 asp!HttpExtensionProc+0x3ff7 0d 02a6fc18 749f43ef asp!HttpExtensionProc+0x3033 0e 02a6fc60 749f2e6f asp!HttpExtensionProc+0x2eb2 0f 02a6fcb0 749f2b13 asp!HttpExtensionProc+0x1932 10 02a6fcc8 787c3bda asp!HttpExtensionProc+0x15d6 11 02a6fcd0 77aa1f39 comsvcs!STAActivityWorkHelper+0xa 12 02a6fd14 77aa1d5d ole32!EnterForCallback+0x6a 13 02a6fe40 77aa1c1c ole32!SwitchForCallback+0x12f 14 02a6fe68 77aa672a ole32!PerformCallback+0x50 15 02a6fed4 77aa6583 ole32!CObjectContext::InternalContextCallback+0x10d 16 02a6fef4 787c0515 ole32!CObjectContext::DoCallback+0x1a 17 02a6ff24 787c2b31 comsvcs!STAActivityWork::DoWork+0x75 18 02a6ffb4 7c57438b comsvcs!STAThread::STAThreadWorker+0x353 19 02a6ffec 00000000 KERNEL32!BaseThreadStart+0x52 Thread ID: 74 System Thread ID: 994 Kernel Time: 0:0:0.46 User Time: 0:0:0.125 Thread Type: ASP Executing Page: ASP.dll symbols not found. Unable to locate ASP page. Continuing with other analysis. # ChildEBP RetAddr 00 0baffc20 7c573a4e ntdll!NtDelayExecution+0xb 01 0baffc40 7c573a22 KERNEL32!SleepEx+0x32 02 0baffc4c 74a2c8a6 KERNEL32!Sleep+0xb WARNING: Stack unwind information not available. Following frames may be wrong. 03 0baffc64 74a2c844 asp!DllUnregisterServer+0x12f90 04 74a33ca0 02a80000 asp!DllUnregisterServer+0x12f2e 05 00000f70 00000000 0x2a80000 Thread ID: 75 System Thread ID: 7d0 Kernel Time: 0:0:0.46 User Time: 0:0:0.125 Thread Type: Idle ASP thread # ChildEBP RetAddr 00 0c25fe28 7c573c23 ntdll!ZwWaitForMultipleObjects+0xb 01 0c25fe78 77e119e6 KERNEL32!WaitForMultipleObjectsEx+0xea 02 0c25fed4 77e11ace USER32!MsgWaitForMultipleObjectsEx+0x153 03 0c25fef0 787c3911 USER32!MsgWaitForMultipleObjects+0x1d 04 0c25ff1c 787c2cc0 comsvcs!STAThread::WaitForWork+0x33 05 0c25ffb4 7c57438b comsvcs!STAThread::STAThreadWorker+0x4e2 06 0c25ffec 00000000 KERNEL32!BaseThreadStart+0x52 Thread ID: 76 System Thread ID: 2d8 Kernel Time: 0:0:0.15 User Time: 0:0:0.109 Thread Type: Idle ASP thread # ChildEBP RetAddr 00 0ca5fe28 7c573c23 ntdll!ZwWaitForMultipleObjects+0xb 01 0ca5fe78 77e119e6 KERNEL32!WaitForMultipleObjectsEx+0xea 02 0ca5fed4 77e11ace USER32!MsgWaitForMultipleObjectsEx+0x153 03 0ca5fef0 787c3911 USER32!MsgWaitForMultipleObjects+0x1d 04 0ca5ff1c 787c2cc0 comsvcs!STAThread::WaitForWork+0x33 05 0ca5ffb4 7c57438b comsvcs!STAThread::STAThreadWorker+0x4e2 06 0ca5ffec 00000000 KERNEL32!BaseThreadStart+0x52 Thread ID: 77 System Thread ID: 554 Kernel Time: 0:0:0.0 User Time: 0:0:0.0 Thread Type: Possible ASP page. Possible DCOM activity Executing Page: ASP.dll symbols not found. Unable to locate ASP page. Continuing with other analysis. No remote call being made # ChildEBP RetAddr 00 0b7dff74 77d359a3 ntdll!NtDelayExecution+0xb 01 0b7dffa8 77d358d6 RPCRT4!BaseCachedThreadRoutine+0xc3 02 0b7dffb4 7c57438b RPCRT4!ThreadStartRoutine+0x18 03 0b7dffec 00000000 KERNEL32!BaseThreadStart+0x52 Thread ID: 78 System Thread ID: 888 Kernel Time: 0:0:0.500 User Time: 0:0:2.843 Thread Type: Idle ASP thread # ChildEBP RetAddr 00 0b81fe28 7c573c23 ntdll!ZwWaitForMultipleObjects+0xb 01 0b81fe78 77e119e6 KERNEL32!WaitForMultipleObjectsEx+0xea 02 0b81fed4 77e11ace USER32!MsgWaitForMultipleObjectsEx+0x153 03 0b81fef0 787c3911 USER32!MsgWaitForMultipleObjects+0x1d 04 0b81ff1c 787c2cc0 comsvcs!STAThread::WaitForWork+0x33 05 0b81ffb4 7c57438b comsvcs!STAThread::STAThreadWorker+0x4e2 06 0b81ffec 00000000 KERNEL32!BaseThreadStart+0x52 Thread ID: 79 System Thread ID: 600 Kernel Time: 0:0:0.93 User Time: 0:0:0.562 Thread Type: Idle ASP thread # ChildEBP RetAddr 00 110ffe28 7c573c23 ntdll!ZwWaitForMultipleObjects+0xb 01 110ffe78 77e119e6 KERNEL32!WaitForMultipleObjectsEx+0xea 02 110ffed4 77e11ace USER32!MsgWaitForMultipleObjectsEx+0x153 03 110ffef0 787c3911 USER32!MsgWaitForMultipleObjects+0x1d 04 110fff1c 787c2cc0 comsvcs!STAThread::WaitForWork+0x33 05 110fffb4 7c57438b comsvcs!STAThread::STAThreadWorker+0x4e2 06 110fffec 00000000 KERNEL32!BaseThreadStart+0x52 Thread ID: 80 System Thread ID: 890 Kernel Time: 0:1:6.718 User Time: 0:3:30.750 Thread Type: Other # ChildEBP RetAddr 00 172ee9e0 1f89da26 ADVAPI32!RegEnumKeyExW+0xc WARNING: Stack unwind information not available. Following frames may be wrong. 01 172eea94 00450064 oledb32!DllGetClassObject+0xbcfc 02 00650064 00000000 0x450064 Thread ID: 81 System Thread ID: 76c Kernel Time: 0:0:0.62 User Time: 0:0:0.31 Thread Type: Idle ASP thread # ChildEBP RetAddr 00 0d0bfe28 7c573c23 ntdll!ZwWaitForMultipleObjects+0xb 01 0d0bfe78 77e119e6 KERNEL32!WaitForMultipleObjectsEx+0xea 02 0d0bfed4 77e11ace USER32!MsgWaitForMultipleObjectsEx+0x153 03 0d0bfef0 787c3911 USER32!MsgWaitForMultipleObjects+0x1d 04 0d0bff1c 787c2cc0 comsvcs!STAThread::WaitForWork+0x33 05 0d0bffb4 7c57438b comsvcs!STAThread::STAThreadWorker+0x4e2 06 0d0bffec 00000000 KERNEL32!BaseThreadStart+0x52 Thread ID: 82 System Thread ID: 7b0 Kernel Time: 0:0:0.171 User Time: 0:0:6.687 Thread Type: Idle ASP thread # ChildEBP RetAddr 00 0c94fe28 7c573c23 ntdll!ZwWaitForMultipleObjects+0xb 01 0c94fe78 77e119e6 KERNEL32!WaitForMultipleObjectsEx+0xea 02 0c94fed4 77e11ace USER32!MsgWaitForMultipleObjectsEx+0x153 03 0c94fef0 787c3911 USER32!MsgWaitForMultipleObjects+0x1d 04 0c94ff1c 787c2cc0 comsvcs!STAThread::WaitForWork+0x33 05 0c94ffb4 7c57438b comsvcs!STAThread::STAThreadWorker+0x4e2 06 0c94ffec 00000000 KERNEL32!BaseThreadStart+0x52 Thread ID: 83 System Thread ID: 6dc Kernel Time: 0:0:0.93 User Time: 0:0:0.265 Thread Type: Idle ASP thread # ChildEBP RetAddr 00 0b3cfe28 7c573c23 ntdll!ZwWaitForMultipleObjects+0xb 01 0b3cfe78 77e119e6 KERNEL32!WaitForMultipleObjectsEx+0xea 02 0b3cfed4 77e11ace USER32!MsgWaitForMultipleObjectsEx+0x153 03 0b3cfef0 787c3911 USER32!MsgWaitForMultipleObjects+0x1d 04 0b3cff1c 787c2cc0 comsvcs!STAThread::WaitForWork+0x33 05 0b3cffb4 7c57438b comsvcs!STAThread::STAThreadWorker+0x4e2 06 0b3cffec 00000000 KERNEL32!BaseThreadStart+0x52 Thread ID: 84 System Thread ID: 59c Kernel Time: 0:0:0.62 User Time: 0:0:1.484 Thread Type: Idle ASP thread # ChildEBP RetAddr 00 0b55fe28 7c573c23 ntdll!ZwWaitForMultipleObjects+0xb 01 0b55fe78 77e119e6 KERNEL32!WaitForMultipleObjectsEx+0xea 02 0b55fed4 77e11ace USER32!MsgWaitForMultipleObjectsEx+0x153 03 0b55fef0 787c3911 USER32!MsgWaitForMultipleObjects+0x1d 04 0b55ff1c 787c2cc0 comsvcs!STAThread::WaitForWork+0x33 05 0b55ffb4 7c57438b comsvcs!STAThread::STAThreadWorker+0x4e2 06 0b55ffec 00000000 KERNEL32!BaseThreadStart+0x52 Thread ID: 85 System Thread ID: 540 Kernel Time: 0:0:0.0 User Time: 0:0:0.0 Thread Type: Possible ASP page. Possible DCOM activity Executing Page: ASP.dll symbols not found. Unable to locate ASP page. Continuing with other analysis. No remote call being made # ChildEBP RetAddr 00 0b59fe24 77d37ba7 ntdll!ZwReplyWaitReceivePortEx+0xb 01 0b59ff74 77d37b4c RPCRT4!LRPC_ADDRESS::ReceiveLotsaCalls+0x74 02 0b59ff78 77d359c3 RPCRT4!RecvLotsaCallsWrapper+0x9 03 0b59ffa8 77d358d6 RPCRT4!BaseCachedThreadRoutine+0x11f 04 0b59ffb4 7c57438b RPCRT4!ThreadStartRoutine+0x18 05 0b59ffec 00000000 KERNEL32!BaseThreadStart+0x52 Thread ID: 86 System Thread ID: 950 Kernel Time: 0:0:0.46 User Time: 0:0:0.312 Thread Type: Idle ASP thread # ChildEBP RetAddr 00 0b5dfe28 7c573c23 ntdll!ZwWaitForMultipleObjects+0xb 01 0b5dfe78 77e119e6 KERNEL32!WaitForMultipleObjectsEx+0xea 02 0b5dfed4 77e11ace USER32!MsgWaitForMultipleObjectsEx+0x153 03 0b5dfef0 787c3911 USER32!MsgWaitForMultipleObjects+0x1d 04 0b5dff1c 787c2cc0 comsvcs!STAThread::WaitForWork+0x33 05 0b5dffb4 7c57438b comsvcs!STAThread::STAThreadWorker+0x4e2 06 0b5dffec 00000000 KERNEL32!BaseThreadStart+0x52 Thread ID: 87 System Thread ID: 444 Kernel Time: 0:0:0.0 User Time: 0:0:0.0 Thread Type: Idle ASP thread # ChildEBP RetAddr 00 0b85fe28 7c573c23 ntdll!ZwWaitForMultipleObjects+0xb 01 0b85fe78 77e119e6 KERNEL32!WaitForMultipleObjectsEx+0xea 02 0b85fed4 77e11ace USER32!MsgWaitForMultipleObjectsEx+0x153 03 0b85fef0 787c3911 USER32!MsgWaitForMultipleObjects+0x1d 04 0b85ff1c 787c2cc0 comsvcs!STAThread::WaitForWork+0x33 05 0b85ffb4 7c57438b comsvcs!STAThread::STAThreadWorker+0x4e2 06 0b85ffec 00000000 KERNEL32!BaseThreadStart+0x52 Thread ID: 88 System Thread ID: a24 Kernel Time: 0:0:0.0 User Time: 0:0:0.0 Thread Type: Other # ChildEBP RetAddr 00 0b40fc24 7c573c23 ntdll!ZwWaitForMultipleObjects+0xb 01 0b40fc74 7c578f0d KERNEL32!WaitForMultipleObjectsEx+0xea 02 0b40fc8c 6d46953d KERNEL32!WaitForMultipleObjects+0x17 WARNING: Stack unwind information not available. Following frames may be wrong. 03 0b40fcc0 6d44f837 jvm!JVM_FindSignal+0x16f98 04 0b40fce4 069c5138 jvm!JVM_Sleep+0xce 05 0b40fd14 069c2c02 0x69c5138 06 0b40fd44 069c2cca 0x69c2c02 07 0b40fd6c 6d4db41c 0x69c2cca 08 0b40fd84 6d44034e jvm!JVMCI_InstallStackOvrFlowExceptionFilter+0x435c4 09 0b40fe04 6d46932d jvm!JVM_DisableCompiler+0x678d 0a 0b40fe40 6d440262 jvm!JVM_FindSignal+0x16d88 0b 0b40fe94 6d43ffe0 jvm!JVM_DisableCompiler+0x66a1 0c 0b40fee8 6d44f403 jvm!JVM_DisableCompiler+0x641f 0d 0b40ff3c 6d482c10 jvm!JVM_StartThread+0x1bb 0e 0b40ff68 6d482be0 jvm!JVM_FindSignal+0x3066b 0f 0b40ff7c 780085bc jvm!JVM_FindSignal+0x3063b 10 0b40ffb4 7c57438b MSVCRT!endthreadex+0xbc 11 0b40ffec 00000000 KERNEL32!BaseThreadStart+0x52 Thread ID: 89 System Thread ID: 1a8 Kernel Time: 0:0:0.0 User Time: 0:0:0.0 Thread Type: Other # ChildEBP RetAddr 00 0b34fc24 7c573c23 ntdll!ZwWaitForMultipleObjects+0xb 01 0b34fc74 7c578f0d KERNEL32!WaitForMultipleObjectsEx+0xea 02 0b34fc8c 6d46953d KERNEL32!WaitForMultipleObjects+0x17 WARNING: Stack unwind information not available. Following frames may be wrong. 03 0b34fcc0 6d44f837 jvm!JVM_FindSignal+0x16f98 04 0b34fce4 069c5138 jvm!JVM_Sleep+0xce 05 0b34fd14 069c2c02 0x69c5138 06 0b34fd44 069c2cca 0x69c2c02 07 0b34fd6c 6d4db41c 0x69c2cca 08 0b34fd84 6d44034e jvm!JVMCI_InstallStackOvrFlowExceptionFilter+0x435c4 09 0b34fe04 6d46932d jvm!JVM_DisableCompiler+0x678d 0a 0b34fe40 6d440262 jvm!JVM_FindSignal+0x16d88 0b 0b34fe94 6d43ffe0 jvm!JVM_DisableCompiler+0x66a1 0c 0b34fee8 6d44f403 jvm!JVM_DisableCompiler+0x641f 0d 0b34ff3c 6d482c10 jvm!JVM_StartThread+0x1bb 0e 0b34ff68 6d482be0 jvm!JVM_FindSignal+0x3066b 0f 0b34ff7c 780085bc jvm!JVM_FindSignal+0x3063b 10 0b34ffb4 7c57438b MSVCRT!endthreadex+0xbc 11 0b34ffec 00000000 KERNEL32!BaseThreadStart+0x52 ***** Dump name is formatted as: PID-Timestamp.dmp Creating Y:\app\iisstate\output\2356-1161314505.dmp - mini user dump ***** Closing open log file Y:\app\iisstate\output\IISState-2356.log Tag: IIS 6 Hanges on Windows 2003 R2 but doesn't on Windows 2003 Tag: 388772
      • 9
        • index.shtml yields 403 error but index.html is ok Right, it's server side includes failing on IIS 6 on patched Server 2003. I've created a new "site" that is associated with a host header (the machine has multiple "sites"). This new site answers to index.html but not index.shtml. The index.shtml file does not actually include any other files. Permissions on both files appear the same. I see the 403 errors both at the browser and in the site's logs. What I've done: - "Server Site Include" is allowed in the web services extensions console - Under "application extensions" mappings for the site, I see shtml associated with ssinc.dll for the GET and POST verbs I shut down and restarted the site, thinking it might not have picked up these changes. I've also restarted the default application pool. My guess is that this new "site" hasn't found that SSIs are allowed. In every way that I can see through the UI, this site is the same as two others where I don't see this problem. Suggestions would be much appreciated. Tag: IIS 6 Hanges on Windows 2003 R2 but doesn't on Windows 2003 Tag: 388771
      • 10
        • ASP on XP SP2 Pro problems Hesitated to post this since so many have posted, but looking through all the solutions that worked for others, I can't figure out how to get them working for me. I'm to the point that I'd like to follow the "last resort" steps of: 1) Browse to Component Services and delete the following packages IIS In-Process Applications IIS Out-of-Process Pooled Applications IIS Utilities 2) Open DOS prompt 3) cd %windir%\system32\inetsrv 4) rundll32 wamreg.dll, CreateIISPackage 5) regsvr32 asptxn.dll 6) Close & ReOpen Component Services. You should see the above 3 packages recreated. 7) iisreset TO be honest, I can't get by Step 1. I have Component Services Open (created the MMC addon) and I can't find the 3 packages to delete. Below ComponentServices I have "My Computer", below that I have 3 sub categories: a) COM+ Applications (which I can't browse to because I get the error 0x80080005 b) DCOM Config (which has a lot of subcategories, but none named above, though I doubt this is the correct place to look c) Distributed Transaction Coordinator (below this is List & Statistics - again I doubt this is the right place to look). Further background: I've tried skipping step 1 and starting on step 2. I've executed 2, 3, 4 and on step 5 I get the error >>> DllRegisterServer in asptxn.dll failed. Return code was 0x80080005 <<< I'm not married to going through the above 7 steps if any have suggestions that I should try before this - but my suspicion is something fundamental is misconfigured, and be that as it may or may not be, I am near my wits end trying to get this to work. Any suggestions/help would be much appreciated, Merdinus Tag: IIS 6 Hanges on Windows 2003 R2 but doesn't on Windows 2003 Tag: 388770
      • 11
        • "Compress application files" interferes with zip download, IIS 6 A few days ago users reported problems downloading .zip files in IE 6 from my website. The site runs IIS 6.0 on Windows Server 2003 SP1. The problem is new and probably related to the last week security updates since the same files were working fine before that and nothing was added or changed on the site (apart from security updates) since a few months ago. After some poking in the headers and help from Firefox (which works fine) it appears that the problem is related to the one described in this thread http://groups.google.com/group/microsoft.public.inetserver.iis/browse_frm/thread/e65cb6537cec04d9/cc1615e533d26ddc Surely enough, disabling "Compress application files" makes the problem go away. I don't have Sharepoint installed on the site and the .zip files are downloaded via direct file URL, not through any asp or asp.net page. Is this a new bug introduced by a security update or something else? How can I keep the "Compress application files" setting and have IE being able to download zip files? -- Eugene Tag: IIS 6 Hanges on Windows 2003 R2 but doesn't on Windows 2003 Tag: 388760
      • 12
        • Need Log file analyzer for load balanced scenario We have two Windows 2003 servers in a load balanced scenario. What is a reasonably priced easy to use log analyzer for this scenario? My ancient installation of WebTrends 5.5 won't do it without a ClusterTrends add-on. It seems once you want to analyze logs from more than 1 server it becomes a "cluster" product and is priced into the stratosphere... Thanks. -- Paul Tag: IIS 6 Hanges on Windows 2003 R2 but doesn't on Windows 2003 Tag: 388759
      • 13
        • Web Farm - amount of users? Hi Everyone, I am trying to find any documentation on the amount of users needed to think about using a web farm. I am trying to figure out if a new application I am going to write in asp.net should use a web farm or not, I have around 50,000 users that use the system and 25% of these users could be online at the same time. I know this sound like a web farm application, but I would like to see some documentation on when you should move from one server using iis to a web farm, based on the amount of concurrent users. Or is there a middle path I am missing here, example: getting a high powered server with multiple processors? Thanks ahead of time! joejoe Tag: IIS 6 Hanges on Windows 2003 R2 but doesn't on Windows 2003 Tag: 388758
      • 14
        • Setting IIS logfile name/location I have a strange behaviour going on with our IIS logging and I was wondering if someone might be able to explain. My understanding with IIS logging is that the files are supposed to be stored in one of the W3SVC folders (w3svc1, w3svc2 or w3svc3) with the actual name of the log as "ex%YY%MM%DD.log." However, the logfile is created under a sub-directory. For example, instead of the log being in W3SVC1\ex061024.log, it's in W3SVC\w3svc45678617\ex061024.log. Can anyone explain why it's dumping the log in a sub-directory of W3SVC? I checked the IIS setting and the logfiles are supposed to be saved in a different folder altogether. Basically, I've got two problems. First, the files are not being placed in the proper folder(s). Second, in the folders where the logfiles are kept, it randomly creates a sub-directory. I'm installing awstats but the way IIS is behaving makes it impossible to tell awstats where to find the log files. Can anyone help? Thanks! Tag: IIS 6 Hanges on Windows 2003 R2 but doesn't on Windows 2003 Tag: 388755
      • 15
        • ASP did not working at IIS 5.0 My iis5.0 somehow was changed. All the code is not working now. One of errors showed: Microsoft VBScript compilation (0x800A03FC) Expected 'Next' However this code worked fine before. It is not definitely syntax error. How could I fix IIS setting? Thanks a lot. Tag: IIS 6 Hanges on Windows 2003 R2 but doesn't on Windows 2003 Tag: 388753
      • 16
        • can't see local SMTP server in IIS even though smtp is running I configured a local smtp server in Windows 2000 Server which allows only some users to send email remotely through authentication. It works fine and it is running but when I open IIS console it's nowhere to be seen. How can I access its properties? Thank you very much. Gentian Tag: IIS 6 Hanges on Windows 2003 R2 but doesn't on Windows 2003 Tag: 388751
      • 17
        • how to check iis setting for asp My iis setting somehow changed. The code did not work. How could I check correct setting? Thanks Tag: IIS 6 Hanges on Windows 2003 R2 but doesn't on Windows 2003 Tag: 388750
      • 18
        • worker process and isolation mode quite some time ago, when IIS 6 was released I read a great article about the different deployment methods for IIS. It was short, consice and clear. I think it as from the technet magazine but I am not completely sure. Today I was reviewing II 6 and the information in Technet is vast, which is great, but I need something that I can read quite quick. Is there such an article? or in the other hand, could someone post briefly the different deployment options with its advantages/use? Thanks in advance Tag: IIS 6 Hanges on Windows 2003 R2 but doesn't on Windows 2003 Tag: 388744
      • 19
        • outlook express localhost iis 5.1 Hello, I want to use locahost as my mailserver to test new webpages with email.... I have setup up SMTP in IIS and wrote a page to send mail....but there is no way to see if the (local) mail arrives.... I need some help here....if anyone knows more...pls help me out.. Thank you Tag: IIS 6 Hanges on Windows 2003 R2 but doesn't on Windows 2003 Tag: 388741
      • 20
        • VS 2005 and error on ISAPI loading Guys, I have made my first ISAPI.dll, but whenevr I try to load it in a browser I get an error -2147467259 (0x80004005). I am not passing any parameters to it, If you can please guide me in the right direction. Any help will be appreciated. Thanks! Tag: IIS 6 Hanges on Windows 2003 R2 but doesn't on Windows 2003 Tag: 388737
      • 21
        • Accessing Biztalk HTTP .dll returns 500 Any hints or tips you have for this C++ programmer in a mire of IIS and networking are very much appreciated :D I can't debug why I am getting 500's when trying to access, through a virtual directory using Internet Explorer, C:\Program Files\Microsoft BizTalk Server 2004\HttpReceive\BTSHTTPReceive.dll. According to the MSDN link below I should be getting a blank page, with entries in the Event Viewer for Biztalk. I have previously had days of hassle with 403's and 401's trying to get this working. For the 500 I get no errors in the Event Viewer. The IIS log reveals nothing to me, it reads (using an existing virtual directory, then one I created) : 2006-10-24 04:09:25 W3SVC1 MyServer 127.0.0.1 GET /hwsmessages/BTSHTTPReceive.dll |440|ASP_0116|Missing_close_of_script_delimiter 80 - 127.0.0.1 HTTP/1.1 Mozilla/4.0+(compatible;+MSIE+6.0;+Windows+NT+5.2;+.NET+CLR+1.1.4322) ASP.NET_SessionId=ytnfuq45fyyweu55jgg1dziz - localhost 500 0 0 615 377 15 2006-10-24 04:09:35 W3SVC1 MyServer 127.0.0.1 GET /newhttprec/BTSHTTPReceive.dll |440|ASP_0116|Missing_close_of_script_delimiter 80 - 127.0.0.1 HTTP/1.1 Mozilla/4.0+(compatible;+MSIE+6.0;+Windows+NT+5.2;+.NET+CLR+1.1.4322) ASP.NET_SessionId=ytnfuq45fyyweu55jgg1dziz - localhost 500 0 0 614 376 15 Following instructions from... ms-help://BTS_2004/SDK/htm/ebiz_sdk_samples_yzhk.htm http://msdn.microsoft.com/library/default.asp?url=/library/en-us/BTS_2004WP/html/ffda72df-5aec-4a1b-b97a-ac98635e81dc.asp ( Setting Up HTTP Receive) and general googling I have triple checked that - Administrator is a member of all the Biztalk and Internet related groups - The IIS Application Pool Identity, Web Sites' Anonymous Access and in Windows Component Services the IIS COM+ services all use the Administrator ID. - IIS has Web Services extensions allowing access to that .dll. I additionally allowed access to everything. - All related NTFS permissions seem fine - In the Local Policies I have enabled Success and Failure auditing for both Logon options. I think I tried everything except resetting the server and throwing it out the window. Thanks in advance :) Tag: IIS 6 Hanges on Windows 2003 R2 but doesn't on Windows 2003 Tag: 388730
      • 22
        • IISWebDirectorySetting (WMI) We are trying to set the DirBrowseFlags of a IIsWebDirectory through aspx page (Server side code) using WMI. So far we tried this VB code but with no success: Dim providerObj As Object = GetObject("winmgmts:// " & strWebServerName & "/root/MicrosoftIISv2") Dim vdirObj As Object = providerObj.get("IIsWebDirectorySetting='W3SVC/1/" & strVirtualDirectoryName & "/" & strTemporaryDirectoryName & "'") vdirObj.DirBrowseFlags = lngFlags vdirObj.Put_() At the moment we receive a "The system cannot find the path specified." error on the following instruction: Dim vdirObj As Object = providerObj.get("IIsWebDirectorySetting='W3SVC/1/" & strVirtualDirectoryName & "/" & strTemporaryDirectoryName & "'") The following code instead works perfectly: Dim vdirObj As Object = providerObj.get("IIsWebVirtualDirSetting='W3SVC/1/ROOT/" & strVirtualDirectoryName & "'") Why aren't we able to reference the settings of the IIsWebDirectory under a virtual directory? MSDN Library says that it is possible to configure the DirBrowseFlags property at the following locations in the IIS metabase for IIsWebDirectory, but it seems not to work: /LM/W3SVC/n/ROOT/physical_directory_name /LM/W3SVC/n/virtual_directory_name/physical_directory_name Thank you! Tag: IIS 6 Hanges on Windows 2003 R2 but doesn't on Windows 2003 Tag: 388728
      • 23
        • javascript error Friends, Here's a problem that's confounded me. I've been putting together an intranet site for a customer on a Win2K box. Up until a couple of weeks ago, the site worked fine.. now when browsing to default.asp of the root directory, I get the following: Active Server Pages error 'ASP 0129' Unknown scripting language /wwwroot/inc_functions.asp, line 2161 The scripting language 'javascript1.2' is not found on the server. The file (inc_functions.asp) has never once been changed since the site was first deployed. It does have have a <script> tag after the asp code ends, and the tag is <script language="javascript1.2" runat="server">. Again, this never had a problem before, and on my local machine (XP Pro with IIS), I don't get this error. Also, I don't know if it's relevant in this case, but jscript.dll on my customer's server and jscript.dll on my local machine are the same version. I am hoping someone has seen this before and found a resolution. Any help you can give me will be greatly appreciate. Thank you in advance for any replies, Sriram Tag: IIS 6 Hanges on Windows 2003 R2 but doesn't on Windows 2003 Tag: 388727
      • 24
        • winlogon.exe clocking CPU winlogon.exe clocking CPU. And Untimately it disables the Default application in IIS Tag: IIS 6 Hanges on Windows 2003 R2 but doesn't on Windows 2003 Tag: 388725
      • 25
        • IISState dump I'm having problems with my w3wp process crashing. Here is my log file contents. Please assist Opened log file 'C:\iisstate\output\IISState-2780.log' *********************** Starting new log output IISState version 3.3.1 Thu Oct 19 12:09:11 2006 OS = Windows 2003 Server Executable: w3wp.exe PID = 2780 Note: Thread times are formatted as HH:MM:SS.ms *********************** IIS has crashed... Beginning Analysis DLL (!FunctionName) that failed: Thread ID: 27 System Thread ID: 122c Kernel Time: 0:0:13.921 User Time: 0:0:30.859 Thread Type: Other # ChildEBP RetAddr WARNING: Frame IP not in any known module. Following frames may be wrong. 00 0657f87c 08d289d9 0x9bb5603 01 0657f908 071b632f 0x8d289d9 02 0657f944 071b5b0b 0x71b632f 03 0657f9a0 06fe76b2 0x71b5b0b 04 0657f9ec 06fe757b 0x6fe76b2 05 0657fa44 06b96458 0x6fe757b 06 0657fad4 7923c206 0x6b96458 07 0657fb14 791cc3c8 mscorsvr+0x8c206 08 0657fb5c 7923c1c3 mscorsvr+0x1c3c8 09 0657fbc4 0672a0bd mscorsvr+0x8c1c3 0a 0657fca8 001510d8 0x672a0bd 0b 001510d8 00000001 0x1510d8 Closing open log file C:\iisstate\output\IISState-2780.log Opened log file 'C:\iisstate\output\IISState-2780.log' *********************** Starting new log output IISState version 3.3.1 Thu Oct 19 12:12:36 2006 OS = Windows 2003 Server Executable: w3wp.exe PID = 2780 Note: Thread times are formatted as HH:MM:SS.ms *********************** Thread ID: 0 System Thread ID: 16fc Kernel Time: 0:0:0.109 User Time: 0:0:0.62 Thread Status: Thread is in a WAIT state. Thread Type: HTTP Compression Thread # ChildEBP RetAddr 00 0006fc08 7c822124 ntdll!KiFastSystemCallRet 01 0006fc0c 77e6baa8 ntdll!NtWaitForSingleObject+0xc 02 0006fc7c 77e6ba12 kernel32!WaitForSingleObjectEx+0xac 03 0006fc90 5a36467a kernel32!WaitForSingleObject+0x12 04 0006fca0 5a366e63 w3dt!WP_CONTEXT::RunMainThreadLoop+0x10 05 0006fca8 5a3af41d w3dt!UlAtqStartListen+0x2d 06 0006fcb8 5a3bc259 w3core!W3_SERVER::StartListen+0xbd 07 0006ff0c 0100187c w3core!UlW3Start+0x26e 08 0006ff44 01001a23 w3wp!wmain+0x22a 09 0006ffc0 77e523cd w3wp!wmainCRTStartup+0x12b 0a 0006fff0 00000000 kernel32!BaseProcessStart+0x23 Thread ID: 1 System Thread ID: 1174 Kernel Time: 0:0:0.0 User Time: 0:0:0.0 Thread Type: Other # ChildEBP RetAddr 00 00ccff9c 7c821364 ntdll!KiFastSystemCallRet 01 00ccffa0 7c81fe26 ntdll!NtDelayExecution+0xc 02 00ccffb8 77e66063 ntdll!RtlpTimerThread+0x47 03 00ccffec 00000000 kernel32!BaseThreadStart+0x34 Thread ID: 2 System Thread ID: 1520 Kernel Time: 0:0:0.0 User Time: 0:0:0.0 Thread Type: Other # ChildEBP RetAddr 00 00d0ff70 7c821bf4 ntdll!KiFastSystemCallRet 01 00d0ff74 7c83ad75 ntdll!NtRemoveIoCompletion+0xc 02 00d0ffb8 77e66063 ntdll!RtlpWorkerThread+0x3d 03 00d0ffec 00000000 kernel32!BaseThreadStart+0x34 Thread ID: 3 System Thread ID: 131c Kernel Time: 0:0:0.0 User Time: 0:0:0.0 Thread Type: Possible ASP page. Possible DCOM activity Executing Page: Unable to locate ASP page No remote call being made # ChildEBP RetAddr 00 00d6fe18 7c821c54 ntdll!KiFastSystemCallRet 01 00d6fe1c 77c7538c ntdll!ZwReplyWaitReceivePortEx+0xc 02 00d6ff84 77c5778f RPCRT4!LRPC_ADDRESS::ReceiveLotsaCalls+0x198 03 00d6ff8c 77c5f7dd RPCRT4!RecvLotsaCallsWrapper+0xd 04 00d6ffac 77c5de88 RPCRT4!BaseCachedThreadRoutine+0x9d 05 00d6ffb8 77e66063 RPCRT4!ThreadStartRoutine+0x1b 06 00d6ffec 00000000 kernel32!BaseThreadStart+0x34 Thread ID: 4 System Thread ID: ed8 Kernel Time: 0:0:1.328 User Time: 0:0:4.890 Thread Type: HTTP Listener # ChildEBP RetAddr 00 00f6ff24 7c821bf4 ntdll!KiFastSystemCallRet 01 00f6ff28 77e6611a ntdll!NtRemoveIoCompletion+0xc 02 00f6ff54 5a30249e kernel32!GetQueuedCompletionStatus+0x29 03 00f6ff8c 5a3026bc W3TP!THREAD_POOL_DATA::ThreadPoolThread+0x33 04 00f6ffa0 5a301db9 W3TP!THREAD_POOL_DATA::ThreadPoolThread+0x24 05 00f6ffb8 77e66063 W3TP!THREAD_MANAGER::ThreadManagerThread+0x39 06 00f6ffec 00000000 kernel32!BaseThreadStart+0x34 Thread ID: 5 System Thread ID: 1364 Kernel Time: 0:0:3.15 User Time: 0:0:10.640 Thread Type: HTTP Listener # ChildEBP RetAddr 00 00faff24 7c821bf4 ntdll!KiFastSystemCallRet 01 00faff28 77e6611a ntdll!NtRemoveIoCompletion+0xc 02 00faff54 5a30249e kernel32!GetQueuedCompletionStatus+0x29 03 00faff8c 5a3026bc W3TP!THREAD_POOL_DATA::ThreadPoolThread+0x33 04 00faffa0 5a301db9 W3TP!THREAD_POOL_DATA::ThreadPoolThread+0x24 05 00faffb8 77e66063 W3TP!THREAD_MANAGER::ThreadManagerThread+0x39 06 00faffec 00000000 kernel32!BaseThreadStart+0x34 Thread ID: 6 System Thread ID: f70 Kernel Time: 0:0:0.984 User Time: 0:0:2.656 Thread Type: HTTP Listener # ChildEBP RetAddr 00 00feff24 7c821bf4 ntdll!KiFastSystemCallRet 01 00feff28 77e6611a ntdll!NtRemoveIoCompletion+0xc 02 00feff54 5a30249e kernel32!GetQueuedCompletionStatus+0x29 03 00feff8c 5a3026bc W3TP!THREAD_POOL_DATA::ThreadPoolThread+0x33 04 00feffa0 5a301db9 W3TP!THREAD_POOL_DATA::ThreadPoolThread+0x24 05 00feffb8 77e66063 W3TP!THREAD_MANAGER::ThreadManagerThread+0x39 06 00feffec 00000000 kernel32!BaseThreadStart+0x34 Thread ID: 7 System Thread ID: ec8 Kernel Time: 0:0:3.125 User Time: 0:0:9.734 Thread Type: HTTP Listener # ChildEBP RetAddr 00 0104ff24 7c821bf4 ntdll!KiFastSystemCallRet 01 0104ff28 77e6611a ntdll!NtRemoveIoCompletion+0xc 02 0104ff54 5a30249e kernel32!GetQueuedCompletionStatus+0x29 03 0104ff8c 5a3026bc W3TP!THREAD_POOL_DATA::ThreadPoolThread+0x33 04 0104ffa0 5a301db9 W3TP!THREAD_POOL_DATA::ThreadPoolThread+0x24 05 0104ffb8 77e66063 W3TP!THREAD_MANAGER::ThreadManagerThread+0x39 06 0104ffec 00000000 kernel32!BaseThreadStart+0x34 Thread ID: 8 System Thread ID: 12f8 Kernel Time: 0:0:0.0 User Time: 0:0:0.15 Thread Status: Thread is in a WAIT state. Thread Type: Other # ChildEBP RetAddr 00 0110fcec 7c822114 ntdll!KiFastSystemCallRet 01 0110fcf0 7c83acfd ntdll!NtWaitForMultipleObjects+0xc 02 0110ffb8 77e66063 ntdll!RtlpWaitThread+0x161 03 0110ffec 00000000 kernel32!BaseThreadStart+0x34 Thread ID: 9 System Thread ID: 130c Kernel Time: 0:0:0.0 User Time: 0:0:0.0 Thread Status: Thread is in a WAIT state. Thread Type: HTTP Compression Thread # ChildEBP RetAddr 00 01b7fa84 7c822124 ntdll!KiFastSystemCallRet 01 01b7fa88 77e6baa8 ntdll!NtWaitForSingleObject+0xc 02 01b7faf8 77e6ba12 kernel32!WaitForSingleObjectEx+0xac 03 01b7fb0c 5a3b8147 kernel32!WaitForSingleObject+0x12 04 01b7ffb8 77e66063 w3core!HTTP_COMPRESSION::CompressionThread+0x126 05 01b7ffec 00000000 kernel32!BaseThreadStart+0x34 Thread ID: 10 System Thread ID: 1374 Kernel Time: 0:0:0.0 User Time: 0:0:0.15 Thread Type: Possible ASP page. Possible DCOM activity Executing Page: Unable to locate ASP page No remote call being made # ChildEBP RetAddr 00 01bbfe18 7c821c54 ntdll!KiFastSystemCallRet 01 01bbfe1c 77c7538c ntdll!ZwReplyWaitReceivePortEx+0xc 02 01bbff84 77c5778f RPCRT4!LRPC_ADDRESS::ReceiveLotsaCalls+0x198 03 01bbff8c 77c5f7dd RPCRT4!RecvLotsaCallsWrapper+0xd 04 01bbffac 77c5de88 RPCRT4!BaseCachedThreadRoutine+0x9d 05 01bbffb8 77e66063 RPCRT4!ThreadStartRoutine+0x1b 06 01bbffec 00000000 kernel32!BaseThreadStart+0x34 Thread ID: 11 System Thread ID: 1580 Kernel Time: 0:0:0.0 User Time: 0:0:0.0 Thread Type: Other # ChildEBP RetAddr 00 01bfff8c 7c821364 ntdll!KiFastSystemCallRet 01 01bfff90 7c815267 ntdll!NtDelayExecution+0xc 02 01bfffb8 77e66063 ntdll!RtlpIOWorkerThread+0x3f 03 01bfffec 00000000 kernel32!BaseThreadStart+0x34 Thread ID: 12 System Thread ID: ae0 Kernel Time: 0:0:0.0 User Time: 0:0:0.0 Thread Status: Thread is in a WAIT state. Thread Type: Idle ASP thread # ChildEBP RetAddr 00 0241fd00 7c822124 ntdll!KiFastSystemCallRet 01 0241fd04 77e6baa8 ntdll!NtWaitForSingleObject+0xc 02 0241fd74 77e6ba12 kernel32!WaitForSingleObjectEx+0xac 03 0241fd88 75bb22b9 kernel32!WaitForSingleObject+0x12 04 0241ffb8 77e66063 comsvcs!PingThread+0xf6 05 0241ffec 00000000 kernel32!BaseThreadStart+0x34 Thread ID: 13 System Thread ID: 640 Kernel Time: 0:1:4.437 User Time: 0:0:26.500 Thread Type: Other # ChildEBP RetAddr 00 0250ff14 7739c78d ntdll!KiFastSystemCallRet 01 0250ff34 77694ff1 USER32!NtUserGetMessage+0xc 02 0250ff74 776cf35b ole32!CDllHost::STAWorkerLoop+0x72 03 0250ff90 776cf2a3 ole32!CDllHost::WorkerThread+0xc8 04 0250ff98 776b2307 ole32!DLLHostThreadEntry+0xd 05 0250ffac 776b2374 ole32!CRpcThread::WorkerLoop+0x1e 06 0250ffb8 77e66063 ole32!CRpcThreadCache::RpcWorkerThreadEntry+0x20 07 0250ffec 00000000 kernel32!BaseThreadStart+0x34 Thread ID: 14 System Thread ID: cdc Kernel Time: 0:0:0.0 User Time: 0:0:0.0 *** WARNING: Unable to verify checksum for C:\Program Files\Netegrity\SiteMinder Web Agent\Bin\ISAPI6WebAgent.dll *** ERROR: Symbol file could not be found. Defaulted to export symbols for C:\Program Files\Netegrity\SiteMinder Web Agent\Bin\ISAPI6WebAgent.dll - Thread Status: Thread is in a WAIT state. Thread Type: Other # ChildEBP RetAddr 00 0273fed0 7c822124 ntdll!KiFastSystemCallRet 01 0273fed4 77e6baa8 ntdll!NtWaitForSingleObject+0xc 02 0273ff44 77e6ba12 kernel32!WaitForSingleObjectEx+0xac 03 0273ff58 0118b490 kernel32!WaitForSingleObject+0x12 WARNING: Stack unwind information not available. Following frames may be wrong. 04 7c82f337 558b51ec ISAPI6WebAgent!CSmAgentTliPacket::`default constructor closure'+0x7b0 05 8b55ff8b 00000000 0x558b51ec Thread ID: 15 System Thread ID: 628 Kernel Time: 0:0:0.0 User Time: 0:0:0.0 Thread Status: Thread is in a WAIT state. Thread Type: Other # ChildEBP RetAddr 00 04defee0 7c822124 ntdll!KiFastSystemCallRet 01 04defee4 77e6baa8 ntdll!NtWaitForSingleObject+0xc 02 04deff54 77e6ba12 kernel32!WaitForSingleObjectEx+0xac 03 04deff68 011c4bd0 kernel32!WaitForSingleObject+0x12 WARNING: Stack unwind information not available. Following frames may be wrong. 04 04deffb8 77e66063 ISAPI6WebAgent!CSmPasswordMsgWriter::WriteMessage+0x29650 05 04deffec 00000000 kernel32!BaseThreadStart+0x34 Thread ID: 16 System Thread ID: 12b0 Kernel Time: 0:0:0.0 User Time: 0:0:0.0 Thread Status: Thread is in a WAIT state. Thread Type: ASP Executing Page: Unable to locate ASP page # ChildEBP RetAddr 00 05e7ff0c 7c822124 ntdll!KiFastSystemCallRet 01 05e7ff10 77e6baa8 ntdll!NtWaitForSingleObject+0xc 02 05e7ff80 77e6ba12 kernel32!WaitForSingleObjectEx+0xac 03 05e7ff94 709fc91b kernel32!WaitForSingleObject+0x12 04 05e7ffb4 709fc8f3 asp!CApplnCleanupMgr::ApplnCleanupDoWork+0x1e 05 05e7ffb8 77e66063 asp!CApplnCleanupMgr::ApplnCleanupThread+0xa 06 05e7ffec 00000000 kernel32!BaseThreadStart+0x34 Thread ID: 17 System Thread ID: 151c Kernel Time: 0:0:0.0 User Time: 0:0:0.0 Thread Status: Thread is in a WAIT state. Thread Type: ASP Executing Page: Unable to locate ASP page # ChildEBP RetAddr 00 0613fe1c 7c822114 ntdll!KiFastSystemCallRet 01 0613fe20 77e6711b ntdll!NtWaitForMultipleObjects+0xc 02 0613fec8 7739cd08 kernel32!WaitForMultipleObjectsEx+0x11a 03 0613ff24 7738e381 USER32!RealMsgWaitForMultipleObjectsEx+0x141 04 0613ff40 709fbcbe USER32!MsgWaitForMultipleObjects+0x1f 05 0613ff84 77bcb530 asp!CMTACallbackThread::Thread+0x4f 06 0613ffb8 77e66063 msvcrt!_endthreadex+0xa3 07 0613ffec 00000000 kernel32!BaseThreadStart+0x34 Thread ID: 18 System Thread ID: 1170 Kernel Time: 0:0:0.0 User Time: 0:0:0.0 Thread Status: Thread is in a WAIT state. Thread Type: ASP Executing Page: Unable to locate ASP page # ChildEBP RetAddr 00 0617fef4 7c822124 ntdll!KiFastSystemCallRet 01 0617fef8 77e6baa8 ntdll!NtWaitForSingleObject+0xc 02 0617ff68 77e6ba12 kernel32!WaitForSingleObjectEx+0xac 03 0617ff7c 709fe9b7 kernel32!WaitForSingleObject+0x12 04 0617ffb8 77e66063 asp!CViperReqManager::WatchThread+0x68 05 0617ffec 00000000 kernel32!BaseThreadStart+0x34 Thread ID: 19 System Thread ID: 27c Kernel Time: 0:0:0.0 User Time: 0:0:0.0 Thread Status: Thread is in a WAIT state. Thread Type: Idle ASP thread # ChildEBP RetAddr 00 061dfee8 7c822124 ntdll!KiFastSystemCallRet 01 061dfeec 77e6baa8 ntdll!NtWaitForSingleObject+0xc 02 061dff5c 77e6ba12 kernel32!WaitForSingleObjectEx+0xac 03 061dff70 75bd4bd0 kernel32!WaitForSingleObject+0x12 04 061dff84 77bcb530 comsvcs!CSTAThreadPool::LoadBalanceThreadControlLoop+0x29 05 061dffb8 77e66063 msvcrt!_endthreadex+0xa3 06 061dffec 00000000 kernel32!BaseThreadStart+0x34 Thread ID: 20 System Thread ID: 13c0 Kernel Time: 0:0:0.0 User Time: 0:0:0.0 Thread Status: Thread is in a WAIT state. Thread Type: Idle ASP thread # ChildEBP RetAddr 00 0621fee0 7c822124 ntdll!KiFastSystemCallRet 01 0621fee4 77e6baa8 ntdll!NtWaitForSingleObject+0xc 02 0621ff54 77e6ba12 kernel32!WaitForSingleObjectEx+0xac 03 0621ff68 75bd464d kernel32!WaitForSingleObject+0x12 04 0621ff84 77bcb530 comsvcs!CSTAThreadPool::KillThreadControlLoop+0x25 05 0621ffb8 77e66063 msvcrt!_endthreadex+0xa3 06 0621ffec 00000000 kernel32!BaseThreadStart+0x34 Thread ID: 21 System Thread ID: 1348 Kernel Time: 0:0:0.62 User Time: 0:0:0.234 Thread Status: Thread is in a WAIT state. Thread Type: Idle ASP thread # ChildEBP RetAddr 00 0625fdcc 7c822114 ntdll!KiFastSystemCallRet 01 0625fdd0 77e6711b ntdll!NtWaitForMultipleObjects+0xc 02 0625fe78 7739cd08 kernel32!WaitForMultipleObjectsEx+0x11a 03 0625fed4 7738e381 USER32!RealMsgWaitForMultipleObjectsEx+0x141 04 0625fef0 75bd86c6 USER32!MsgWaitForMultipleObjects+0x1f 05 0625ff84 77bcb530 comsvcs!CSTAThread::WorkerLoop+0x1e5 06 0625ffb8 77e66063 msvcrt!_endthreadex+0xa3 07 0625ffec 00000000 kernel32!BaseThreadStart+0x34 Thread ID: 22 System Thread ID: e10 Kernel Time: 0:0:0.109 User Time: 0:0:0.171 Thread Status: Thread is in a WAIT state. Thread Type: Idle ASP thread # ChildEBP RetAddr 00 0629fdcc 7c822114 ntdll!KiFastSystemCallRet 01 0629fdd0 77e6711b ntdll!NtWaitForMultipleObjects+0xc 02 0629fe78 7739cd08 kernel32!WaitForMultipleObjectsEx+0x11a 03 0629fed4 7738e381 USER32!RealMsgWaitForMultipleObjectsEx+0x141 04 0629fef0 75bd86c6 USER32!MsgWaitForMultipleObjects+0x1f 05 0629ff84 77bcb530 comsvcs!CSTAThread::WorkerLoop+0x1e5 06 0629ffb8 77e66063 msvcrt!_endthreadex+0xa3 07 0629ffec 00000000 kernel32!BaseThreadStart+0x34 Thread ID: 23 System Thread ID: 10d8 Kernel Time: 0:0:0.62 User Time: 0:0:0.156 Thread Status: Thread is in a WAIT state. Thread Type: Idle ASP thread # ChildEBP RetAddr 00 062dfdcc 7c822114 ntdll!KiFastSystemCallRet 01 062dfdd0 77e6711b ntdll!NtWaitForMultipleObjects+0xc 02 062dfe78 7739cd08 kernel32!WaitForMultipleObjectsEx+0x11a 03 062dfed4 7738e381 USER32!RealMsgWaitForMultipleObjectsEx+0x141 04 062dfef0 75bd86c6 USER32!MsgWaitForMultipleObjects+0x1f 05 062dff84 77bcb530 comsvcs!CSTAThread::WorkerLoop+0x1e5 06 062dffb8 77e66063 msvcrt!_endthreadex+0xa3 07 062dffec 00000000 kernel32!BaseThreadStart+0x34 Thread ID: 24 System Thread ID: 12fc Kernel Time: 0:0:0.0 User Time: 0:0:0.0 Thread Status: Thread is in a WAIT state. Thread Type: Idle ASP thread # ChildEBP RetAddr 00 0631fdcc 7c822114 ntdll!KiFastSystemCallRet 01 0631fdd0 77e6711b ntdll!NtWaitForMultipleObjects+0xc 02 0631fe78 7739cd08 kernel32!WaitForMultipleObjectsEx+0x11a 03 0631fed4 7738e381 USER32!RealMsgWaitForMultipleObjectsEx+0x141 04 0631fef0 75bd86c6 USER32!MsgWaitForMultipleObjects+0x1f 05 0631ff84 77bcb530 comsvcs!CSTAThread::WorkerLoop+0x1e5 06 0631ffb8 77e66063 msvcrt!_endthreadex+0xa3 07 0631ffec 00000000 kernel32!BaseThreadStart+0x34 Thread ID: 25 System Thread ID: c70 Kernel Time: 0:0:0.390 User Time: 0:0:2.640 Thread Type: Other # ChildEBP RetAddr 00 064ffec0 7c821bf4 ntdll!KiFastSystemCallRet 01 064ffec4 77e6611a ntdll!NtRemoveIoCompletion+0xc 02 064ffef0 791fdb22 kernel32!GetQueuedCompletionStatus+0x29 03 064fff24 791fdacc mscorsvr+0x4db22 04 064fffb8 77e66063 mscorsvr+0x4dacc 05 064fffec 00000000 kernel32!BaseThreadStart+0x34 Thread ID: 26 System Thread ID: 7f8 Kernel Time: 0:0:0.0 User Time: 0:0:0.0 Thread Type: Other # ChildEBP RetAddr 00 0653fe50 7c821364 ntdll!KiFastSystemCallRet 01 0653fe54 77e42439 ntdll!NtDelayExecution+0xc 02 0653febc 77e424b7 kernel32!SleepEx+0x68 03 0653fecc 791bf4f9 kernel32!Sleep+0xf 04 0653ffb8 77e66063 mscorsvr+0xf4f9 05 0653ffec 00000000 kernel32!BaseThreadStart+0x34 Thread ID: 27 System Thread ID: 122c Kernel Time: 0:0:13.921 User Time: 0:0:30.859 Thread Type: Other # ChildEBP RetAddr WARNING: Frame IP not in any known module. Following frames may be wrong. 00 0657f87c 08d289d9 0x9bb5603 01 0657f908 071b632f 0x8d289d9 02 0657f944 071b5b0b 0x71b632f 03 0657f9a0 06fe76b2 0x71b5b0b 04 0657f9ec 06fe757b 0x6fe76b2 05 0657fa44 06b96458 0x6fe757b 06 0657fad4 7923c206 0x6b96458 07 0657fb14 791cc3c8 mscorsvr+0x8c206 08 0657fb5c 7923c1c3 mscorsvr+0x1c3c8 09 0657fbc4 0672a0bd mscorsvr+0x8c1c3 0a 0657fca8 001510d8 0x672a0bd 0b 001510d8 00000001 0x1510d8 Thread ID: 28 System Thread ID: 1158 Kernel Time: 0:0:15.578 User Time: 0:0:34.312 Thread Status: Thread is in a WAIT state. Thread Type: Other # ChildEBP RetAddr 00 065bfc78 7c822124 ntdll!KiFastSystemCallRet 01 065bfc7c 77e6baa8 ntdll!NtWaitForSingleObject+0xc 02 065bfcec 77e6ba12 kernel32!WaitForSingleObjectEx+0xac 03 065bfd00 791d401f kernel32!WaitForSingleObject+0x12 04 065bfd24 791fdacc mscorsvr+0x2401f 05 065bffb8 77e66063 mscorsvr+0x4dacc 06 065bffec 00000000 kernel32!BaseThreadStart+0x34 Thread ID: 29 System Thread ID: 15a4 Kernel Time: 0:0:16.171 User Time: 0:0:35.859 Thread Status: Thread is in a WAIT state. Thread Type: Other # ChildEBP RetAddr 00 065ffd78 7c822124 ntdll!KiFastSystemCallRet 01 065ffd7c 77e6baa8 ntdll!NtWaitForSingleObject+0xc 02 065ffdec 77e6ba12 kernel32!WaitForSingleObjectEx+0xac 03 065ffe00 791d401f kernel32!WaitForSingleObject+0x12 04 065ffe24 791fdacc mscorsvr+0x2401f 05 065fffb8 77e66063 mscorsvr+0x4dacc 06 065fffec 00000000 kernel32!BaseThreadStart+0x34 Thread ID: 30 System Thread ID: 13c8 Kernel Time: 0:0:14.140 User Time: 0:0:37.421 *** WARNING: Unable to verify checksum for c:\windows\assembly\nativeimages1_v1.1.4322\mscorlib\1.0.5000.0__b77a5c561934e089_ed861105\mscorlib.dll *** ERROR: Module load completed but symbols could not be loaded for c:\windows\assembly\nativeimages1_v1.1.4322\mscorlib\1.0.5000.0__b77a5c561934e089_ed861105\mscorlib.dll Thread Type: Managed Thread. Possible ASP.Net page or other .Net worker succeeded Loaded Son of Strike data table version 5 from "C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\mscorsvr.dll" Thread 30 ESP EIP 0663f514 791b6c07 [FRAME: ECallMethodFrame] [DEFAULT] I System.Threading.ThreadPool.RegisterWaitForSingleObjectNative(Class System.Threading.WaitHandle,Class System.Threading.WaitOrTimerCallback,Object,I8,Boolean,Class System.Threading.RegisteredWaitHandle,ByRef ValueClass System.Threading.StackCrawlMark,Boolean) 0663f540 79a2afe0 [DEFAULT] Class System.Threading.RegisteredWaitHandle System.Threading.ThreadPool.RegisterWaitForSingleObject(Class System.Threading.WaitHandle,Class System.Threading.WaitOrTimerCallback,Object,UI4,Boolean,ByRef ValueClass System.Threading.StackCrawlMark,Boolean) 0663f568 79a2b062 [DEFAULT] Class System.Threading.RegisteredWaitHandle System.Threading.ThreadPool.RegisterWaitForSingleObject(Class System.Threading.WaitHandle,Class System.Threading.WaitOrTimerCallback,Object,I4,Boolean) 0663f588 0257f329 [DEFAULT] [hasThis] Boolean System.Net.HttpWebRequest.EndWriteHeaders() 0663f598 0257eceb [DEFAULT] [hasThis] ValueClass System.Net.WebExceptionStatus System.Net.ConnectStream.WriteHeaders(Class System.Net.HttpWebRequest) 0663f5c4 0257af53 [DEFAULT] [hasThis] ValueClass System.Net.WebExceptionStatus System.Net.HttpWebRequest.EndSubmitRequest() 0663f5d0 0257deb7 [DEFAULT] [hasThis] Void System.Net.ConnectStream.CloseInternal(Boolean,Boolean) 0663f618 0257dc7e [DEFAULT] [hasThis] Void System.Net.ConnectStream.CloseInternal(Boolean) 0663f61c 0257dc58 [DEFAULT] [hasThis] Void System.Net.ConnectStream.Close() 0663f620 0a83cfc3 [DEFAULT] [hasThis] SZArray Object System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String,SZArray Object) 0663f66c 04e3d7f1 [DEFAULT] [hasThis] String ProviderDirectory.ProviderService.ProvInfo.GetUpdateDate(String) at [+0x49] [+0x0] PARAM: this: 0x27e003cc (ProviderDirectory.ProviderService.ProvInfo) PARAM: unsigned int8 varRegion: 0x10029114 0663f694 04e3a506 [DEFAULT] [hasThis] Void ProviderDirectory.SearchPage.Page_Load(Object,Class System.EventArgs) at [+0x60e] [+0x320] PARAM: this: 0x27e00028 (_ASP.Search_aspx) PARAM: class System.EventArgs sender: 0x27e00028 PARAM: int16 e: 471150960 0663f7a8 071b7b6c [DEFAULT] [hasThis] Void System.Web.UI.Control.OnLoad(Class System.EventArgs) 0663f7b8 071b7ab4 [DEFAULT] [hasThis] Void System.Web.UI.Control.LoadRecursive() c0000005 Exception in C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\sos.dll.ClrStack debugger extension. PC: 6028d1b4 VA: 00135000 R/W: 0 Parameter: 0001003f Begin System Thread Information # ChildEBP RetAddr Tag: IIS 6 Hanges on Windows 2003 R2 but doesn't on Windows 2003 Tag: 388718
    • Next
      • 1
        • Exchange Forwarder & OWA As per a security auditor's recommendation, we're looking into installing a Windows 2003 R2 server that I've built into our DMZ. Ideally I'd like this box to have 2 roles. 1) Act as an SMTP forwarder between the outside world and our internal Exchange server. I'm assuming that using the SMTP virtual server in IIS is a good start. How do I set this up though and should something be done on our Exchange server as well. 2) Have the same OWA config that we have currently on our internal Exchange server and just have the version on this new server pass the credentials to our Exchange server. Any ideas? Thanks! Tag: IIS 6 Hanges on Windows 2003 R2 but doesn't on Windows 2003 Tag: 388717
      • 2
        • accessing site from outside of network impossible for me Hi all, I have a little network, two computers, one of them runs my site, when I browse to it from my another machine it goes well and you can see the site (by using http://IpAddress:port) but when I browse to my site from outside of my network it runs and runs, nothing happend and it does not showes the site. Is it some configurations that I must do on my router? or what is it? thanks. Tag: IIS 6 Hanges on Windows 2003 R2 but doesn't on Windows 2003 Tag: 388706
      • 3
        • Setting IIS for ASP 2.0 Hello, and thanks for your assistance in advanced. I am trying to configure IIS for ASP.net 2.0. When I check the properties of the folder "Web Sites", select the ASP.net tab, it says its using ASP 1.1. It will not allow me to change anything there as it is grayed out. I can although change on each individual web site. Any Suggestions? Thanks Again. Tag: IIS 6 Hanges on Windows 2003 R2 but doesn't on Windows 2003 Tag: 388705
      • 4
        • SSL V3 During an anylsis of our website it has come to our attention that we are running SSLV2 and there are know flaws with it. The recommendation is to change to SSLV3. How can I do this. We are running our websites on IIS. Tag: IIS 6 Hanges on Windows 2003 R2 but doesn't on Windows 2003 Tag: 388704
      • 5
        • IIS webdav editing .asp files I am trying to setup IIS 6 to allow web developers to connect up to the web root of a website via WebDav and work on site files including .asp and .aspx files. I have setup a website for this purpose in IIS. The home directory is mapped to a local folder on the machine. Under the 'home directory' tab all the permission boxes are checked ('script source access, read, write, etc...). Execute permissions are set to 'scripts and executables'. I've also removed .asp from the 'application extensions' list accessed from the 'configuration' tab. Basic authentication is turned on under 'directory security/authenticati on and access control'. I do not have URLScan installed, so any filtering is by IIS only. This is all working as expected; I can mount the WebDav connection in Windows Explorer and navigate, view and open/save files. I can also access the website via a browser and browse directories/view browser appropriate files, etc. The problem is that I cannot access any .asp files at all. If I look in the logs for the website I get a entry for the WebDav request (PROPFIND) with a 404 error. The file *is there* I just can't access it. Other files (.html, .css., .jpg, etc.) work fine. What can I enable/disable in IIS to make this work?? I have spent hours on this already and about to give up. Tag: IIS 6 Hanges on Windows 2003 R2 but doesn't on Windows 2003 Tag: 388702
      • 6
        • IIS 6.0 SMTP Gateway Corrupting Mail I have a problem using the IIS 6.0 SMTP gateway under windows 2003. If a message is submitted that has a string longer than 72 characters without any whitespace characters, AND the 71st character is a period, the period is being removed by the smtp gateway. I am assuming it has to do with the algorithm for truncating long lines in accordance with the ietf smtp standards. I have forced a mail gateway failure by sending to a invalid account to be able to look at the mail in the badmail directory at the file and can verify this. The mail is being sent in HTML format, and the following occurs: <img src=http://www.somewhere.xyz/firstlevel/secondlevel/images/thisgraphic.jpg> becomes <img src=http://www.somewhere.xyz/firstlevel/secondlevel/images/thisgraphicjpg> Tag: IIS 6 Hanges on Windows 2003 R2 but doesn't on Windows 2003 Tag: 388701
      • 7
        • IIS 6.0 Crash Dump Analysis Help We have a webserver (99% ASP pages) that crashes from time to time and I have not been able to determine a pattern. I have noticed that the w3wp.exe hangs when the IIS crashes. Once the w3wp.exe is killed the IIS is up and running. Here is some analysis of the DUMP file that I have done: 0:080> kb ChildEBP RetAddr Args to Child WARNING: Stack unwind information not available. Following frames may be wrong. 0769fc08 7c839620 00000000 00000004 00000000 ntdll!KiFastSystemCallRet 0769fc28 7c81a86c 7c889d94 00000000 7ffd4000 ntdll!RtlAddressInSectionTable+0xda 0769fcb8 7c81b22d 0769fd28 0769fd28 00000000 ntdll!RtlGetCurrentDirectory_U+0x1d2 0769fd14 7c82ec2d 0769fd28 7c800000 00000000 ntdll!RtlSetUserValueHeap+0x24c 00000000 00000000 00000000 00000000 00000000 ntdll!KiUserApcDispatcher+0x25 0:080> !clrstack No export clrstack found 0:080> !.\clr10\sos.ClrStack Failed to load SOS data. Thread 80 Cannot get the ThreadStore, do you have symbols for the mscorwks/mscorsvr files? Not a managed thread. I went through the IISState log and figured out that the thread 80 is waiting on "15d0" Thread ID: 80 System Thread ID: 1014 Kernel Time: 0:0:0.0 User Time: 0:0:0.0 Thread Status: Thread is in a WAIT state. Other information: Thread is waiting for a lock to be released. Looking for lock owner. Owning thread System ID: 15d0 Thread Type: Other # ChildEBP RetAddr 00 0559fbc8 7c822124 ntdll!KiFastSystemCallRet 01 0559fbcc 7c83970f ntdll!NtWaitForSingleObject+0xc 02 0559fc08 7c839620 ntdll!RtlpWaitOnCriticalSection+0x19c 03 0559fc28 7c81a86c ntdll!RtlEnterCriticalSection+0xa8 04 0559fcb8 7c81b22d ntdll!LdrpInitializeThread+0x68 05 0559fd14 7c82ec2d ntdll!_LdrpInitialize+0x16f 06 00000000 00000000 ntdll!KiUserApcDispatcher+0x25 The information for thread "15d0" is Thread ID: 77 System Thread ID: 15d0 Kernel Time: 0:0:0.31 User Time: 0:10:18.296 *** WARNING: Unable to verify checksum for C:\WINDOWS\system32\PICN20.dll *** ERROR: Symbol file could not be found. Defaulted to export symbols for C:\WINDOWS\system32\PICN20.dll - Thread Type: Other # ChildEBP RetAddr WARNING: Stack unwind information not available. Following frames may be wrong. 00 04f9fbc4 05e45fbb PICN20!PegasusCB+0x6e4 01 04f9fc1c 7c81a802 PICN20!PegasusCB+0x4f4 02 04f9fcb8 7c81b22d ntdll!LdrpInitializeThread+0x10d 03 04f9fd14 7c82ec2d ntdll!_LdrpInitialize+0x16f 04 00000000 00000000 ntdll!KiUserApcDispatcher+0x25 PICN20.dll is a Pegasus dll that acts as a dispacher for win32. Could "PICN20.dll" be the cause for the crash ????? How do I confirm this? What are the next steps that I have to take to fix this issue? Please guys help me out. Tag: IIS 6 Hanges on Windows 2003 R2 but doesn't on Windows 2003 Tag: 388700
      • 8
        • 4Gb Memory Limit Dear readers, Hopefully you can help us with below stated problem. At the moment we are running a Windows 2003 Enterprise server that is functioning as a Webserver. Lately we receive numerous complaints about "Server to busy" error messages. After a diagnose we found out that the 2Gb memory we have installed in the server is insufficient. The first thing we want to do is add more memory and here is the problem we are facing. Will IIS make use of more than 4Gb of RAM? We read about the 4Gb memory limit Win2003 has for each application, but does this also count for each W3WP process? Or do all W3WP share the same 4Gb? If I'm correct each application pool has it's own W3WP process? Or is it sufficient to add the /PAE switch in the Boot.ini and we don't have to worry about this 4Gb Memory Limit for IIS? Many thanks for your time, R=E9my Samulski (Maastricht University) Tag: IIS 6 Hanges on Windows 2003 R2 but doesn't on Windows 2003 Tag: 388698
      • 9
        • ftp setup hi all, i have setup my IIS folders as follows below F:\data\wwwrooot\wwwroot\aais.com.au i have created a user as per the domain names aais.com.au (profile local path to F:\data\wwwrooot\wwwroot\aais.com.au) when i attempt to log the user aais.com.au in, i get User (aais.com.au:(none)): aais.com.au 331 Password required for aais.com.au. Password: 530 User aais.com.au cannot log in, home directory inaccessible. Login failed. can someone advise as to what i have missed here? permissions? (this is NOT AD server) thanks Tag: IIS 6 Hanges on Windows 2003 R2 but doesn't on Windows 2003 Tag: 388697
      • 10
        • Problem with deploying ASP.Net Web Application to IIS I've been working for a while on a custom WebDav server in ASP.Net. Its purpose is to publish resources from locations different than usual physical filesfolders. Example of such a server is SharePoint if Im not wrong. You can map a network drive to a web page (i.e. httpserverpage ) and browse and modify the contents of some database from IE directly on the server, which is very convinient. The implementation is based on IHttpModule - the requests made to the server are handled that way. I've been developing and testing it from within Visual Studio 2005. A few weeks ago I tried to deploy the server to IIS, and I faced a problem I cant solve for about a week. When I mount a server hosted by ASP.Net Development server 8.0.0.0, everything works fine - I can browse and modify the contents from IE as well as from other WebDav Clients (for example DavExplorer). When I mount a server deployed to IIS, the mount process seems to succeed, but Im getting an error while trying to see the contents of the Network Drive. At the same time DavExplorer (WebDav Client) works fine with IIS server and lists the contetns and allows you to modify them. Here is a screenshot of how do My Network Places look like. From it you can see the difference between a ASP.Net Dev Server (Drive on localhost) and IIS (Drive on IIS server) hosting of my custom WebDav server. Also what's important - is that the properties of the ASP.Net dev Server folder refer to httplocalhost1515Drive when the properties of IIS folder refer to 13.14.15.16Drive (IP address changed). So in case of IIS hosting IE thinks that the target is a usual network folder and do not use webDav protocol to communicate with the server. [URL=httpimageshack.us][IMG]httpimg85.imageshack.usimg857026screenshotca4.jpg[IMG][URL] The error im getting while trying to look in contents of IIS hosted server looks as follows [url=httpimageshack.us][img]httpimg109.imageshack.usimg1095424screenshot2lw8.jpg[IMG][url] So my guess is that for some reason IE does not use WebDav protocol for a communication with my server after the driveis mounted. And the cause of that is probably some IIS configuration, which - I can not understand. any help is greatly appreciated Sorry my crappy english ) Best Regards Anton Tag: IIS 6 Hanges on Windows 2003 R2 but doesn't on Windows 2003 Tag: 388695
      • 11
        • ssl certificate ERROR Common Name Hi, Any problem with ssl server certificate >> common name ? On the server Fedora/Linux/, I use the ENSIM devise. In the SSL settings : I ask to Generate SSL Certificate. Each time in the common name : there is an error : " * Result : Incorrect Common Name entered! * The Common Name is the fully qualified domain name used for DNS lookups of your server. This information is used by the browsers to identify your web site. If you change your hostname, you will need to request another Digital ID. Client browsers connecting to you host will check for a match between your Digital IDs Common Name and your URL. For more detailed information, please visit http://digitalid.verisign.com/server/help/hlpEnrollServer.htm " Error with : http://IP http://www.website.com www.website.com website.com Always the same error. Would you have any idea ? Many Thanks Henry Tag: IIS 6 Hanges on Windows 2003 R2 but doesn't on Windows 2003 Tag: 388692
      • 12
        • Path 'POST' is forbidden Hi all, I have a basic set of static XML documents, each with its own XSLT processing instruction. A main index file (also XML) hyperlinks to all of the individual XML files after the transformation to give a structure thus: index.xml => file1.xml => file2.xml => file3.xml Each linked-to file also has hyperlink to 'go back' to the original index file for ease of use of the system. My problem is that some users experience a problem when clicking the 'back button' in the web browser to return to the index file from the individual file, rather than the 'back' link I added for them: System.Web.HttpException: Path 'POST' is forbidden. at System.Web.HttpMethodNotAllowedHandler.ProcessRequest(HttpContext context) at System.Web.CallHandlerExecutionStep.System.Web.HttpApplication+IExecutionStep.Execute() at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) The only difference on the client side that I can see is that the problematic users have the .NET Framework 2.0 installed, and the others do not. All are running Windows XP SP2 with .NET 1.1 and using MSIE 6.0. Does the use of the brower's 'back' button force a POST instead of a GET in some instances? I do not wish to add any more verbs to the XML file type in IIS if possible. I should also add that all of the XML documents being accessed are protected by forms authentication, requiring the user to log into the system before they may be accessed. Regards, Marc Tag: IIS 6 Hanges on Windows 2003 R2 but doesn't on Windows 2003 Tag: 388691
      • 13
        • ncsa statucode 304 hi all, anybody can tell me what it's mean for status 304 in iis logs with ncsa format? thanks. zhanng Tag: IIS 6 Hanges on Windows 2003 R2 but doesn't on Windows 2003 Tag: 388690
      • 14
        • Static URLs from dynamic links Hi All, I know that there is a way to transform dynamic urls, for example: www.someurl.php?param1=value1&param2=value2 into static urls like www.someurl.php/param1/value1/param2/value2 My question how can i do it in ASP? Thanks, Raanan http://www.infoservicesonline.com Tag: IIS 6 Hanges on Windows 2003 R2 but doesn't on Windows 2003 Tag: 388687
      • 15
        • Using Personal Web Server to test a Web application Hello everyone, I'm new here. I'm currently developing a web application written in Perl. I am doing the local testing on a Windows 98 machine using the Activestate release of Perl 5.8.8 and the online testing on a Linux host. However, it would be convinient if I could run a web server application on Windows and do my local testing on that. I've heard that there is a scaled down version of IIS called PWS that is included on the Windows 98 disk and that it supports ASP. What I need to ask is: 1. Is there somwhere I can find information about how to connect the Perl interpreter to the ASP engine of PWS, so I can run my Perl code embedded in ASP pages? 2. Do Microsoft provide a download of the version of PWS designed for Windows 98, because I've lost the install disk? Any help appriciated. Steven. Tag: IIS 6 Hanges on Windows 2003 R2 but doesn't on Windows 2003 Tag: 388686
      • 16
        • IIS 6.0 - IISCertDeploy.vbs - Default value for -q Parameter Hi, I am using the IISCertDeploy.vbs in my project for installing certificates in IIS. The documentation says - "-q <ON|OFF> : quiet mode, allows silent overwrites when file exists" & vbCrLf & _or when site has certificate installed; default is OFF" & vbCrLf & _ But the code initialization has it as g_dictParms(L_SWITCH_QUERY) = "ON". When I invoke the file as cscript.exe //B //NoLogo "C:\Program Files\<ProductName> \Common\IISCertDeploy.vbs" -c "\\<fileshare>\Filename.pfx" -p password -i w3svc/1 -q ON Its asking for the confirmation - Certificate already installed, replace with new one? When I invoke the file as cscript.exe //B //NoLogo "C:\Program Files\<ProductName> \Common\IISCertDeploy.vbs" -c "\\<fileshare>\Filename.pfx" -p password -i w3svc/1 -q OFF It isn't asking for the confirmation. Should it behave the other way. Thanks, Loonysan Tag: IIS 6 Hanges on Windows 2003 R2 but doesn't on Windows 2003 Tag: 388685
      • 17
        • Cast problem Hi, I wrote a program in ASP.net with IIS 5.1 using VB programming language. When I transferred a site in a server which uses IIS 6, I had some mistakes. One mistake is in that instruction: v_xml = v_xml + "<id>" + CStr(reader1.GetSql32(0)) +"</id>" This instruction works well in IIS 5.1 but In IIS 6 gives an error of cast. I tried a lot of other functions than CStr but I had every time the same problem. Thanks for your answers, Regards, Djamila. Tag: IIS 6 Hanges on Windows 2003 R2 but doesn't on Windows 2003 Tag: 388683
      • 18
        • rasautou.exe after closing out dial up internet I get this rasautou.exe memory error that must close when you close it dial up pops back up close it out rasautou.exe pops up its a continuois problem that I do not know how to correct I know its a microsoft auto dialer but what is the problem and how do I fix it? any recommendations would be appreciated. -- vikilynne63 Tag: IIS 6 Hanges on Windows 2003 R2 but doesn't on Windows 2003 Tag: 388678
      • 19