> Here's what I have under Coldfusion9\runtime\bin\jvm.config on the server > that is having problems: > > # Arguments to VM > java.args=-server -Xmx1024m -Dsun.io.useCanonCaches=false > -XX:MaxPermSize=192m - ...
Are you using the onServerStart method in server.cfc to do anything? You could increase your MaxPermSize to see if that solves the problem, since your server is running out of PermGen space, but it's quite odd for it to do that on startup. 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:355696 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

