Consultor Eletrônico



Kbase P134245: AdminServer fails to start on Windows 2003 after installing Visual Studio 2005
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   04/09/2008
Status: Unverified

SYMPTOM(s):

AdminServer fails to start on Windows 2003 after installing Visual Studio 2005

Get the following pop-up error when try to start the AdminServer using command line with visual studio to debug 

An unhandled win32 exception occurred in java.exe (3640)

FACT(s) (Environment):

Windows 2003
Progress 9.1x
OpenEdge 10.x

CAUSE:

According to Microsoft, Visual Studio 2005 installation process changes the default application debugger to the Visual Studio JIT debugger.  This change occurs regardless of which debugger you previously used. You do not receive any notification that this change has occurred.

FIX:

Re-enable the Dr. Watson program to catch unhandled exceptions You can re-enable the Dr. Watson program to catch unhandled exceptions using the following steps:

1.  Click Start > Run

2.  Type cmd and then click OK.

3.  Type the following command, and then press ENTER: 

         drwtsn32 -i

4.  Restart the computer