Open the operating system event logger for entries during
the time of the hang. To open the Windows® event logger, click Start >
Settings > Control Panel, open Administrative Tools; and then the Event
Viewer.
An error such as this is logged::
Application popup: java.exe - Unable To Locate DLL : The dynamic link
library MSVCP60.dll could not be found in the specified path
C:\WebSphere\AppServer\java\jre\bin;.;C:\WINNT\System32;C:\WINNT\system;C:\WINNT;C:\\WebSphere\\AppServer\\bin;C:\\PROGRA~1\\SQLLIB\\bin;C:\\PROGRA~1\\SQLLIB\\function;C:\\WebSphere\\AppServer\\java\\bin;C:\ProgramFiles\ibm\gsk5\lib;C:\WINNT\system32;C:\WINNT;C:\WINNT\System32\Wbem;C:\ProgramFiles\ResourceKit\;C:\ntreskit;C:\PROGRA~1\IBM\IMNNQ;C:\ProgramFiles\SQLLIB\BIN;C:\ProgramFiles\SQLLIB\FUNCTION;C:\ProgramFiles\SQLLIB\SAMPLES\REPL;C:\ProgramFiles\SQLLIB\HELP;C:\WebSphere\AppServer\bin
In this particular case, the system file MSVCP60.dll was missing from
the WINNT\System32 directory. This is the C runtime library for Windows.
MSVCP60.dll is available on Windows NT®, 2000, and XP recovery CDs or from
the Microsoft® Web site.
|