Mack, Thanks for that info.... so copying to the /bin directory does the trick? I would think you would have to "un register" and "re register".... nice to know.
-Mark Mark A. Kruger, MCSE, CFG (402) 408-3733 ext 105 Skype: markakruger www.cfwebtools.com www.coldfusionmuse.com www.necfug.com -----Original Message----- From: Mack [mailto:[email protected]] Sent: Thursday, December 02, 2010 5:42 AM To: cf-talk Subject: Re: Webservice error after CF 8.01 update CF FAILS TO START! [FIXED] On Thu, Dec 2, 2010 at 12:36 AM, Mark A. Kruger <[email protected]> wrote: > > It's used by the installer - probably to register DLLs and add other stuff > to the registry. I've noticed that CF9 will check and install these > libraries if it doesn't find them. ... but it seems like an awfully low > level OS problem to be affecting a Java ap eh? Dave is correct here, jvm.dll has a dependency on msvcr71.dll. In this case jrun.exe would terminate immediately after msvcr71.dll was loaded and write an error to the log file about not being able to load jvm.dll. The fix was to copy a newer version of msvcr71.dll to runtime\bin so CF used that and leave the older dll in system32. -- Mack ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:339717 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

