Tomcat 7 mise en CreateJavaVM d'Erreur Échec de l'

J'ai un Apache tomcat 7.0.5 Server sur un ordinateur Windows Server R2 et j'ai déployé une application web ( java JSF), tout fonctionnait bien, mais il a soudainement cessé et ne fonctionne pas encore. quand j'essaie de le lancer, il me dit "Erreur 1067: Le Processus s'est terminé de façon inattendue" et Dans les journaux je obtenir ces fichiers:

tomcat7-stdout.2012-08-08.journal

2012-08-08 18:00:06 Commons Daemon procrun stdout initialized

communes-démon.2012-08-08.journal

[2012-08-08 19:02:30] [info]  Commons Daemon procrun finished
[2012-08-08 19:13:02] [info]  Commons Daemon procrun (1.0.4.0 64-bit) started
[2012-08-08 19:13:02] [info]  Running 'Tomcat7' Service...
[2012-08-08 19:13:02] [info]  Starting service...
[2012-08-08 19:13:02] [error] CreateJavaVM Failed
[2012-08-08 19:13:03] [info]  Service started in 1000 ms.
[2012-08-08 19:13:03] [info]  Run service finished.
[2012-08-08 19:13:03] [info]  Commons Daemon procrun finished

tomcat7-stderr.2012-08-08.journal

2012-08-08 18:00:06 Commons Daemon procrun stderr initialized
Please use CMSClassUnloadingEnabled in place of CMSPermGenSweepingEnabled in the future
Unrecognized VM option '+HeapDumpOnOutOfMemoryError '

depuis j'ai eu quelques "perm gen' erreur de mémoire, j'ai ajouté quelques trucs à mon apache Tomcat propriétés, suivant ce lien comment gérer Perm Gen

donc mes Options Java ressembler à ceci:

-Dcatalina.home=C:\Program Files\Apache Software Foundation\Tomcat 7.0
-Dcatalina.base=C:\Program Files\Apache Software Foundation\Tomcat 7.0
-Djava.endorsed.dirs=C:\Program Files\Apache Software Foundation\Tomcat 7.0\endorsed
-Djava.io.tmpdir=C:\Program Files\Apache Software Foundation\Tomcat 7.0\temp
-Djava.util.logging.manager=org.apache.juli.ClassLoaderLogManager
-Djava.util.logging.config.file=C:\Program Files\Apache Software Foundation\Tomcat 7.0\conf\logging.properties
-XX:+CMSClassUnloadingEnabled
-XX:+CMSPermGenSweepingEnabled
-XX:PermSize=256m
-XX:MaxPermSize=256m
-XX:+HeapDumpOnOutOfMemoryError 

Toutes les idées pour lesquelles le serveur ne démarre plus? MERCI!

~Myy

OriginalL'auteur Myy | 2012-08-09