We have ColdFusion 8 running on Windows 2003 and JVM 1.6 Build 17 and they work without any issues. We are trying to upgrade to Windows 2008 R2 and when we point ColdFusion 8 to the 64 bit JVM 1.6_17, we get this error in ColdFusion out logs.
Error loading: C:/ColdFusion8/runtime/jre\bin\server\jvm.dll
We figured out msvcr71.dll
has been missing and copied it to the C:\ColdFusion8\runtime\bin
directory, but nothing seems to be changing.
In the Windows event viewer I can see this message The ColdFusion 8 Application Server service terminated with service-specific error The system cannot find the file specified..
It looks that JVM.DLL
has some more dependencies dlls, which are missing on the file system. How can we get the dependencies the jvm.dll
has been looking for? Or can we know which specified file its not able to find?