CF8 Application Server Service Will NOT Start
I ran into this error:
java.lang.OutOfMemoryError: Java heap space
and after researching it it seemed that I should up the max heap size on the Java/JVM page, so I increased my max heap size to 1044MB from 512, via the CF Administrator, I also added maxPermSize= 256m. Then I restarted the server, but the Application Server service will not start.
I opened home/runtim/bin/jvm.config and set the heap size to 1024, restart, service still wont start.
Set the max heap size to 512 and removed maxPermSize, restarted server, service still won't start.
Set the entire java.args equal to: -server -Xmx256m -Dsun.io.useCanonCaches=false -xx:MaxPermsize=128m -XX:+UseParallelGC -Dcoldfusion.rootDir={application.home}/../ -Dcoldfusion.libPath={application.home}/../lib -Dcoldfusion.classPath={application.home}/../lib/updates,{application.home}/../lib,{application.home}/../gateway/lib/,{application.home}/../wwwroot/WEB-INF/flex/jars,{application.home}/../wwwroot/WEB-INF/cfform/jars
Restarted, still the services will not start.
Does anyone have any ideas?
The error I get when trying to start the services is:
Windows could not start the ColdFusion 8 Application Server on Local Computer. For more information, review the System Even Log. If this is a non-Microsoft service, contact the service vendor, and refore to service-specific error code 2.
Thanks!
