Page 130 - DCAP312_WEB_TECHNOLOGIES_II
P. 130

Web Technologies-II



                   Notes           Computer:           SUBSPACE1

                                   Description:
                                   A process serving application pool ‘ASP.NET V2.0’ terminated unexpectedly. The process
                                   id was ‘1732’. The process exit code was ‘0xe0434f4d’.
                                   Or this one
                                   Event Type:          Warning

                                   Event Source:       W3SVC
                                   Event Category:     None
                                   Event ID:           1011
                                   Date:               2006-04-25

                                   Time:               09:41:22
                                   User:               N/A

                                   Computer:           SUBSPACE1
                                   Description:
                                   A process serving application pool ‘ASP.NET V2.0’ suffered a fatal communication error
                                   with  the  World  Wide  Web  Publishing  Service.  The  process id  was  ‘6256’.  The  data  field
                                   contains the error number.

                                   And in the application event log we get a pretty cryptic error message like this one
                                   Event Type:         Error
                                   Event Source:       .NET Runtime 2.0 Error Reporting

                                   Event Category:      None
                                   Event ID:           5000
                                   Date:               2006-04-25

                                   Time:               09:41:20
                                   User:               N/A
                                   Computer:           SUBSPACE1
                                   Description:

                                   EventType clr20r3, P1 w3wp.exe, P2 6.0.3790.1830, P3 42435be1, P4 app_code.pn5mfdcr, P5
                                   0.0.0.0, P6 444dcf44, P7 5, P8 5, P9 system.dividebyzeroexception, P10 NIL.

                                   Initial Thoughts
                                   Now what do we know about the issue? We know that asp.net terminated unexpectedly,
                                   and that right before this we got a System.DivideByZeroException…. We also know that
                                   the process exit code was 0xe0434f4d.

                                   Usually when you get a stopped unexpectedly error message the exit code will be the type of
                                   exception that caused the crash. For example a 0xC0000005 means you got a second chance
                                   access violation, 0x800703e9 means you suffered a StackOverflowException but what about
                                   0xe0434f4d?

                                                                                                      Contd...


        124                               LOVELY PROFESSIONAL UNIVERSITY
   125   126   127   128   129   130   131   132   133   134   135