Thursday, 22 May 2014

Windows could not start the ColdFusion 10 Application Server on Local Computer. For more information review the System Event Log. If this is a non-Microsoft service, contact the service vendor, and refer to service-specific error code 0.


                                MAXIMUM JVM HEAP SIZE ALLOWED IN A 32-BIT OPERATING SYSTEM.
Error Message: “Windows could not start the ColdFusion 10 Application Server on Local Computer. For more information review the System Event Log. If this is a non-Microsoft service, contact the service vendor, and refer to service-specific error code 0. “
Error Cause:  Allocating 1844 MB or more for ‘Maximum JVM Heap Size (in MB)’ in ‘Java and JVM‘ Settings of CF Admin on a 32-bit processing system.
Note:
Any value, greater than 1844, in a 32-bit OS, for Max JVM Heap Size would cause the issue mentioned.
Description:
At times, we get errors specifying that the process is running short of JVM Heap memory. So we increase the Max JVM Heap size through CF Administrator. But increasing the Max size, without knowing its boundary value, would land up in getting the issue mentioned below:
1.       Try changing the ‘Maximum JVM Heap Size (in MB)’ value in ‘Java and JVM’ settings of CF Admin to any value higher than 1844 on a 32bit operating system, as shown in the below screen shot.

  
2.       Then click on Submit. An alert appears, as shown below, which asks for a ColdFusion Service restart.



3.       Open Services.msc and try restarting the ColdFusion service.

4.       It throws an error as shown in the below screenshot:


 5.       The only way, this issue can be fixed, is by changing the jvm.config file.
a.       Go to CF Installation directory like “C:\ColdFusion10\cfusion\bin\” and there you will find a file jvm.config.
b.      If the file is not found, search for jvm.config file in the installation directory.
c.       Open this file in Notepad and search for “Arguments to VM”.
d.      Change the value after –Xmx to a value less than 1844.
e.      Save the file and then restart the ColdFusion Service.



Issue fixed J



No comments:

Post a Comment