Hi,
we are facing a COM+ crash while doing a stress testing of our web application. the application is using number of middle tier business components that are deployed under a Server package in COM+, one of the DataAccess component is deployed under Library package. The application extensively uses Database, i.e. in a go it fires number of complex queries that are bundled in stored procedures. When we run multiple clients with heavy load overnight, we see that all the clients receive an error on the next day. on investigating we see the following message in the Event Viewer
"The system has called a custom component and that component has failed and generated an exception. This indicates a problem with the custom component. Notify the developer of this component that a failure has occurred and provide them with the information below.
Component Prog ID:
Server Application ID: {A2C3CC42-0298-4F40-A4A7-787E575B5730}
Server Application Name: ePlantView
The serious nature of this error has caused the process to terminate.
Exception: C0000005
Address: 0x787B0400
Call Stack:
COMSVCS!CosGetCallContext + 0x4980
ole32!CoGetCallContext + 0x4FA
ole32!CoCreateObjectInContext + 0x521
+ 0xB22322F"
if someone has any idea as why this error is being generated, that would be a great help for us.
Thanks in Advance
Alok
we are facing a COM+ crash while doing a stress testing of our web application. the application is using number of middle tier business components that are deployed under a Server package in COM+, one of the DataAccess component is deployed under Library package. The application extensively uses Database, i.e. in a go it fires number of complex queries that are bundled in stored procedures. When we run multiple clients with heavy load overnight, we see that all the clients receive an error on the next day. on investigating we see the following message in the Event Viewer
"The system has called a custom component and that component has failed and generated an exception. This indicates a problem with the custom component. Notify the developer of this component that a failure has occurred and provide them with the information below.
Component Prog ID:
Server Application ID: {A2C3CC42-0298-4F40-A4A7-787E575B5730}
Server Application Name: ePlantView
The serious nature of this error has caused the process to terminate.
Exception: C0000005
Address: 0x787B0400
Call Stack:
COMSVCS!CosGetCallContext + 0x4980
ole32!CoGetCallContext + 0x4FA
ole32!CoCreateObjectInContext + 0x521
+ 0xB22322F"
if someone has any idea as why this error is being generated, that would be a great help for us.
Thanks in Advance
Alok