Installation CreateJavaVM FAILED

cancel
Showing results for 
Search instead for 
Did you mean: 
vmolieres
Member II

Installation CreateJavaVM FAILED

Hi,

I am using windows seven with 4Go Ram
Apache tomcat 7, JDK 7u55 (already install on my computer), and here i will paste log:

In file "alfrescotomcat-stderr.2014-07-23.log" :2014-07-23 17:06:25 Commons Daemon procrun stderr initialized

In file "commons-daemon.2014-07-23.log" :

[2014-07-23 17:06:25] [info]  [ 2092] Running 'alfrescoTomcat' Service…
[2014-07-23 17:06:25] [info]  [ 4800] Starting service…
[2014-07-23 17:06:26] [error] [ 2392] CreateJavaVM Failed
[2014-07-23 17:06:26] [error] [ 4800] Failed to start Java
[2014-07-23 17:06:26] [error] [ 4800] ServiceStart returned 4


In file "alfrescotomcat-stdout.2014-07-23.log" :
2014-07-23 17:06:25 Commons Daemon procrun stdout initialized
Error occurred during initialization of VM
Could not reserve enough space for object heap

So i try this:

->Create environnement variable JAVA_OPS ="-Xms128m -Xmx512m"
->On cmd "C:\Alfresco\tomcat\java -version -Xms128m"
-> Instal alfresco with java module
-> Put this JAVA_OPS="-XX:MaxHeapSize=256m" on ../tomcat/bin/catalina.sh and ../tomcat/bin/catalina.bat ( at the beginig of file)
->Put thie JAVA_OPS="-Xms128m -Xmx512m" on ../tomcat/bin/catalina.sh and ../tomcat/bin/catalina.bat ( at the beginig of file)

I try to resolved myself but… So please HELP ME ( i try to use alfresco 5.0.a)



3 Replies
cleseach
Active Member II

Re: Installation CreateJavaVM FAILED

Hi vmolieres,

You posted an english message on a french forum ;-)

In order to define environment variables for tomcat, you better create a setenv.sh file in tomcat/bin.
In this file, you can define the variables with the *right* name : JAVA_OP<strong>T</strong>S instead of JAVA_OPS :

export JAVA_OPTS=-Xms128m -Xmx512m


(but maybe 512m isn't enough for bootstraping Alfresco)

Regards,
Charles Le Seac'h

vmolieres
Member II

Re: Installation CreateJavaVM FAILED

Merci cleseach,
Bon en fait j'avais bien la bonne orthographe… J'ai essayé ta solution elle ne semble pas fonctionner, j'ai toujours la même erreur ( même avec une taille pour le heap plus grande).
Autre information, hier après mon post j'ai telechargé tomcat 7 sur ma machine et j'ai réinstaller alfresco en fesant ceci :
http://docs.alfresco.com/community/tasks/configfiles-change-path.html
Ne fonctionne toujours pas.
Ultime étape je vais essaillé de lancer alfresco sur un linux…

Merci encore et si jamais tu as d'autres idées, n'hésite pas.

laureh
Member II

Re: Installation CreateJavaVM FAILED

Bonjour,
J'ai exactement le même message d'erreur dans les logs tomcat, sur une machine XP SP3 "vierge" (pas de java ni tomcat installés au préalable), avec 2Go de RAM.
J'ai utilisé l'installateur 5.0.a, en configuration personnalisée, mais en laissant toutes les valeurs par défaut.
Est-ce qu'il y a des prérequis pour installer Alfresco 5.0.a? Ou si l'installateur est suffisant, faut-il complèter la configuration? Si oui, comment? J'ai également essayer de créer le fichier setenv.sh comme indiqué, sans succès…
Merci pour vos réponses :-)