IIS Worker Process has stoped working
1000207Mar 31 2013 — edited Mar 31 2013Hi,
I am new to Oracle. I am trying to installl OBIEE. I have completed all installations (DB,RCU.BI) succesfully and accessed localhost:9704/analytics right after installation. However after I installed IIS and did the necessery configurations I start getting "IIS Worker Process has stopped working" error. I tried to debug with Debug Diagnostic Tool but nothing came out. Please find the steps I followed to config IIS and the detailed error I get.
I am on Windows 2008 Server 64-bit and using IIS 7.0
1. Created IISPlugin folder under C:\ and copied the plugins (iisforward.dll, iisproxy.dll) and created iisProxy.ini as follows:
WebLogicHost=bibox (name of the server)
WebLogicPort=9704
ConnectRetrySecs=5
WlForwardPath=/
2. Created new website in IIS Manager
Name: OBI11gAnalytics
Physical Path: C:\IISPlugins
Hostname: bibox
3. Changed the physical path of StatocFile to *.* from *
4. Added 2 script maps
Requested Path: *
Name: ProxyWLS
Executable: c:\IISPlugins\iisproxy.dll
Requested Path: *.wlforward
Name: wlforward
Executable: c:\IISPlugins\iisproxy.dll
both ensured that invoke handler checkbox is not checked and ISAPI extensions are allowed
5. Added ISAPI filter
Name: wlforward
Path: C:\ISSplugins\iisforward.dll
6. Both checkbox under ISAPI and CGI Restrictions are checked
And after restart when I tried to access http://bibox/analytics I face this error:
IIS Worker Process has stoped working
Problem signature:
Problem Event Name: APPCRASH
Application Name: w3wp.exe
Application Version: 7.0.6002.18005
Application Timestamp: 49e03238
Fault Module Name: iisproxy.dll
Fault Module Version: 0.0.0.0
Fault Module Timestamp: 4c453cab
Exception Code: c0000005
Exception Offset: 000000000000c84b
OS Version: 6.0.6002.2.2.0.272.7
Locale ID: 1033
Additional Information 1: 470a
Additional Information 2: a5fa5789968866fc242e620f03250009
Additional Information 3: 8c55
Additional Information 4: 4011dfea198ab6ac4155ca7087c8b065
Read our privacy statement:
http://go.microsoft.com/fwlink/?linkid=50163&clcid=0x0409
Also when I checked the event logs. There are two warning
Warning 5009
A process serving application pool 'OBI11gAnalytics' terminated unexpectedly. The process id was '2232'. The process exit code was '0xff'.
Warning 5011
A process serving application pool 'OBI11gAnalytics' suffered a fatal communication error with the Windows Process Activation Service. The process id was '2856'. The data field contains the error number.
Please help. I am out of solutions.
Edited by: 997204 on Mar 31, 2013 4:21 PM