You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by bu...@apache.org on 2010/02/04 00:45:44 UTC

DO NOT REPLY [Bug 45063] JK-1.2.26 IIS ISAPI filter issue when running different identities running apppools

https://issues.apache.org/bugzilla/show_bug.cgi?id=45063

Steve Ryan <st...@acme.ie> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |steve@acme.ie

--- Comment #2 from Steve Ryan <st...@acme.ie> 2010-02-03 15:45:41 UTC ---
We are also seeing this issue when we use JK 1.2.28. It is reproducible using
IIS 6 and IIS 7.

Our web application lives under the "Default Web Site" in 
IIS, and has its own application pool. The redirector lives under the
DefaultAppPool.

If our web application sends a request to the redirector, the w3wp.exe process
for the DefaultAppPool will frquently crash. I say "frequently" because
sometimes it works without error.

This is only an issue if the DefaultAppPool runs using the "Local Service" or
"Network Service" identity. If we set the DefaultAppPool to run using the
"Local System" identity, everything works as expected. 

Below are details of the crash:

Function  Arg1  Arg2  Arg3
ntdll!RtlpWaitOnCriticalSection+c5  00000000  00000000  4b66d376
ntdll!RtlEnterCriticalSection+152  6a6ee4e8  6a6b9ae6  00000000
isapi_redirect!TerminateFilter+c24b  00000000  00000000  76bbcc54
isapi_redirect+9ae6  01459180  4b66d376  00000000    
isapi_redirect!TerminateFilter+21435  00000000  10000000  01b6dd18
isapi_redirect!HttpExtensionProc+29c  00000000  732448ee  73243b7a
iisutil!STRU::STRU+c  73243b7a  0157e69c  7327a93f    
nativerd!CONFIG_ELEMENT::ReferenceConfigElement+f  000cf7f0  00000000  7327a970 
nativerd!CONFIG_ELEMENT_LIST::GetMergedElement+483  73243e08  0157eaa8 
00000000    
0x0157e68c  00000000  00000000  00000000    

NTDLL!RTLPWAITONCRITICALSECTION+C5In
w3wp__PID__5276__Date__02_01_2010__Time_01_13_27PM__226__Second_Chance_Excep
tion_C0000005.dmp the assembly instruction at
ntdll!RtlpWaitOnCriticalSection+c5 in C:\Windows\System32\ntdll.dll 
from Microsoft Corporation has caused an access violation exception
(0xC0000005) when trying to write to memory location 0x00000014 on thread 5

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org