Which Java version are you running? If you are not sure then look in c:\coldfusion8\runtime\bin\jvm.config and report the line that starts with Java.home.
As Jon Clausen pointed out ColdFusion 8 was not coded to work on Java 1.7. As I did some additional searching it appears that Java 1.6 would be using msvcr71.dll if anything and not msvcr100.dll. The later is used with Java 1.7. The last version of Java that ColdFusion 8 is known to work on is Java 1.6.0_45. That was the last version of the 1.6 line as that line has reached its End Of Life 1 year ago this month. Regards, WIl Wil Genovese Sr. Web Application Developer/ Systems Administrator CF Webtools www.cfwebtools.com [email protected] www.trunkful.com On Feb 6, 2014, at 10:08 AM, Jon Clausen <[email protected]> wrote: > > A quick search shows a bunch of results for the MSVCR100.dll module fault. > Which version of Java are you running on? I dont think CF8 was ever updated > to run on 1.7. > > A quick look shows that copying the msvcr100.dll from {JDK Home}\jre\bin to > {CF-Home}\runtime\bin has solved the issue for some (Examples: > http://www.trunkful.com/index.cfm/2013/8/8/ColdFusion-on-Java-17 & > http://helpx.adobe.com/coldfusion/kb/cumulative-hotfix-4-coldfusion-901.html) > but Im not sure if that would work with CF8. > > HTH, > Jon > > On Feb 6, 2014, at 10:35 AM, E Cohen <[email protected]> wrote: > >> >> Thanks Mark. I have checked in the runtime\bin directory and there aren't >> any log files in there of any sort. I also checked the log files in >> runtime\logs and there isn't anything very interesting there either aside >> from the frequent errors in coldfusion-out and coldfusion-event logs that >> states " There is no web application configured to service your request" >> but I think that's an effect of jrun crashing, not the cause. >> >> I'd really appreciate any other ideas anyone may have! This is a huge >> problem for me right now. >> >>> Look in the runtime/bin directory for any hotspot errors. Hsxxxxxx.log >>> usually. If you find any they should give you a clue where to look. >>> >>> Hello All, >>> >>> I am having a problem with one of my ColdFusion 8 production servers. JRUN >>> seems to be the issue--it is restarting itself every few minutes and I don't >>> know why. This is the error I find in the Windows Server 2008 R2 >>> Application error log: >>> >>> Faulting application name: jrun.exe, version: 4.0.7.43137, time stamp: >>> 0x47d937de >>> Faulting module name: MSVCR100.dll, version: 10.0.30319.1, time stamp: >>> 0x4ba220dc >>> Exception code: 0xc0000417 >>> Fault offset: 0x000000000007038c >>> Faulting process id: 0x14e8 >>> Faulting application start time: 0x01cf234798a16348 >>> Faulting application path: C:\ColdFusion8\runtime\bin\jrun.exe >>> Faulting module path: C:\Windows\system32\MSVCR100.dll >>> Report Id: 28eeef4c-8f3b-11e3-95a9-80ee73328ead >>> >>> I have tried uninstalling and re-installing ColdFusion but the problem >>> continues. Can anyone give me any other ideas of where to look or how to >>> troubleshoot this? >> >> > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| 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:357602 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

