JVM メモリーの割り当て後に Confluence Windows サービスを開始することができない
問題
In the "Event Properties" window, it shows:
The Apache Tomcat service terminated with service-specific error 0(0x0)
The jakarta-service.log contains:
410 javajni.c error CreateJavaVM Failed
953 prunsrv.c error Failed initializing java C:\<the_confluence_installed_directory>\bin\bootstrap.jar
1202 prunsrv.c error ServiceStart returned 2
原因
The JVM memory (-Xmx or -xx:MaxPermsize) is set too high or to an invalid value.
Here are some discussions:
- http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6474166
- http://publib.boulder.ibm.com/infocenter/tivihelp/v3r1/index.jsp?topic=/com.ibm.tivoli.itbsm.doc/tbsmadm411133.htm
ソリューション
Reducing the maximum heap space or Perm Gen size fixed the problem. This article describes the procedure for changing the memory parameters:How to fix out of memory errors by increasing available memory
Last modified on Mar 30, 2016
Powered by Confluence and Scroll Viewport.