Link to home
Start Free TrialLog in
Avatar of JonCardona
JonCardona

asked on

Hanging App (1002)

We have a client who runs our application on one of their servers (they are only one out of around 20) and they constantly keep getting 1002 errors in the event viewer. Is there anyway to successfully diagnose why an application constantly hangs on a machine? This is the only server we've ever seen this Hanging app error on. Thanks!
Avatar of JonCardona
JonCardona

ASKER

I've increased the points to 500 because I really desperately need help with this. I've tried everything and cannot seem to find anything.  
Avatar of Steve Knight
Which 1002 error is it --- loads of different subsystems give this error code out:

http://www.eventid.net/display.asp?eventid=1002
ASKER CERTIFIED SOLUTION
Avatar of Steve Knight
Steve Knight
Flag of United Kingdom of Great Britain and Northern Ireland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
I read through the suggestions (this one in particular, "There is no clear definition of an application hanging. Typically the application is "busy" with some processing. However from a user's perspective, the application has stopped responding. The idea is to periodically detect if the application is still responding in a timer and depending on application logic, the target application can be killed or other necessary action can be taken.") and it turns out that like he said, the program wasn't really frozen, just timing out on a DB query on an unindexed table. Thanks for the link, they helped me to look at other things.
OK, cheers for selecting the answer then!