> We had this problem on CF8. CF had been restarting on an almost daily basis. > After much more research, we added the -Xint option to the JVM > settings. This forces the JVM to run in interpreter mode and disables the > Hotspot compiler. This hotspot compiler was causing the JVM to crash > for some reason and this has now been running without any restarts.
While this prevents Hotspot problems, it can severely degrade performance. If you can identify the root cause of the problem and fix it, that would be a good idea. You might try simply upgrading your JVM for a start, if you can. You might also look at the hs_pid*.log files that get created when a Hotspot error occurs to see if you can identify the specific problem. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ http://training.figleaf.com/ Fig Leaf Software is a Veteran-Owned Small Business (VOSB) on GSA Schedule, and provides the highest caliber vendor-authorized instruction at our training centers, online, or onsite. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| 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:341493 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

