php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #31731 HTTP server encountered unhandled exception while processing ISAPI Application
Submitted: 2005-01-27 23:24 UTC Modified: 2005-01-31 15:25 UTC
Votes:1
Avg. Score:5.0 ± 0.0
Reproduced:0 of 0 (0.0%)
From: kberewards at hotmail dot com Assigned:
Status: Closed Package: IIS related
PHP Version: 5.0.2 OS: Windows 2000 Advanced Server
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: kberewards at hotmail dot com
New email:
PHP Version: OS:

 

 [2005-01-27 23:24 UTC] kberewards at hotmail dot com
Description:
------------
1.Renamed file entitled "php.ini-recommended" to "php.ini", and copied the file to the directory "c:\winnt"
2.Made the following alterations:
a.from "ouput_buffering = 4096" to "output_buffering = Off"
b.from "max_execution_time = 30" to "max_execution_time = 300"
c.from "register_long_arrays = Off" to "register_long_arrays = On"
d.from "post_max_size = 8M" to "post_max_size = 101M"
e.from ";include_path = '.;c:\php\includes'" (under "Windows: '\path1\path2'") to "include_path = 'd:\inetpub\wwwroot\include'"
f.from "; cgi.force_redirect = 1" to "cgi.force_redirect = 0"
g.Made ?upload_tmp_dir? equal to ?c:/php/up_tmp?
h.from "upload_max_filesize = 2M" to "upload_max_filesize = 100M"
i.from ";extension=php_mssql.dll" to "extension=php_mssql.dll"
j.from ";extension=php_mysql.dll" to "extension=php_mysql.dll"
k.from "mysql.default_port =" to "myself.default_port = 3306"
l.from ";session.save_path = '/tmp'" to "session.save_path = 'c:\php\tmp'"
m.from "session.gc_divisor = 1000" to "session.gc_divisor = 100"
3.The server's Event Viewer is giving the following error:
Event Type: Error
Event Source: WAM
Event ID: 204
Description: The HTTP server encountered an unhandled exception while processing the ISAPI Application '
wam!WAM_REQ_CORE::GetSz(unsigned long)const  + 0x51
php5isapi + 0x1172
wam!DllCanUnloadNow + 0x636
wam!DllCanUnloadNow + 0x20C
w3svc!HTTP_HEADERS::FindValue(char const *,unsigned long *) + 0xE2
w3svc!STR::Copy(char const *,unsigned long) + 0xC71
w3svc!STR::Copy(char const *,unsigned long) + 0xB49
w3svc!STR::Copy(char const *,unsigned long) + 0x9A2
w3svc!CLIENT_CONN::OnSessionStartup(int *,void *,unsigned long,int) + 0x642
w3svc!HTTP_REQUEST::ReprocessURL(char *,enum HTTP_VERB) + 0x25A
w3svc!W3_SERVER_INSTANCE::ResetSSLInfo(void *) + 0x2F49
w3svc!CLIENT_CONN::Disconnect(class HTTP_REQ_BASE *,unsigned long,unsigned long,int,int *) + 0x114
w3svc!DumpW3InfoToHTML + 0x1986
w3svc!CLIENT_CONN::OnSessionStartup(int *,void *,unsigned long,int) + 0x5CF
w3svc!HTTP_HEADERS::Reset(void) + 0x1CA
w3svc!STR::Copy(char const *,unsigned long) + 0x16EF
ISATQ!CDirMonitor::RemoveEntry(class CDirMonitorEntry *) + 0x13A + 0x7B0EF012
'.
For additional information specific to this message please visit the Microsoft Online Support site located at: http://www.microsoft.com/contentredirect.asp.

Expected result:
----------------
Page should open.

Actual result:
--------------
Get these errors instead:
1.The page cannot be displayed
2.PHP has encountered an Access Violation at 77FCCA95

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2005-01-28 16:56 UTC] kberewards at hotmail dot com
Going to try the following fix (from http://www.eventid.net/display.asp?eventid=204&eventno=731&source=WAM&phase=1):
1. - control panel --> administrative tools --> component services
2. - expand the tree component services --> computers --> my computer --> com + applications
3. - right click on iis out-of-process pooled applications and select the properties
4. - click on the "identity" tab
5. - select "interactive user - the current logged on user"
6. - click "ok"
 [2005-01-31 15:25 UTC] kberewards at hotmail dot com
The fix worked after performing it and rebooting the server.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sun May 05 03:01:29 2024 UTC