露天,tomcat在启动时崩溃,在日志中没有线索

我已经在Win 2003 R2上安装了一个露天社区版本4.0,内存为3GB。
我已经使用了几个小时的露天,我创build了一个用户,上传了一些文件。 但现在,重新启动它,tomcat在启动过程中崩溃。

日志非常差:这是conf/jakarta_service_20120420.log的最后一行

 [2012-04-20 15:45:07] [info] Commons Daemon procrun (1.0.2.0) started [2012-04-20 15:45:07] [info] Running Service... [2012-04-20 15:45:07] [info] Starting service... [2012-04-20 15:45:08] [info] Service started in 1296 ms. 

conf/stderr_20120420.log的最后一行

 20-apr-2012 15.45.09 org.apache.catalina.core.StandardService start INFO: Starting service Catalina 20-apr-2012 15.45.09 org.apache.catalina.core.StandardEngine start INFO: Starting Servlet Engine: Apache Tomcat/6.0.29 20-apr-2012 15.45.09 org.apache.catalina.startup.HostConfig deployDescriptor INFO: Deploying configuration descriptor alfresco.xml 20-apr-2012 15.45.10 org.apache.catalina.core.StandardContext addApplicationListener INFO: The listener "org.apache.myfaces.webapp.StartupServletContextListener" is already configured for this context. The duplicate definition has been ignored. 20-apr-2012 15.45.12 org.apache.catalina.core.ApplicationContext log INFO: Initializing Spring root WebApplicationContext 

conf/stdout_20120420 .log是空的。

我需要改进故障排除过程,所以:

1)如何提高日志级别?

我用conf / logging.properties中的“ALL”replace了“FINE”,但是没有任何改变。

2)任何其他的启动故障排除build议表示赞赏:-)

对于日志级别查找..\tomcat\webapps\alfresco\WEB-INF\classes\log4j.properties

我通常使用:

 log4j.logger.org.alfresco.repo.jscript=debug log4j.logger.org.alfresco.repo.jscript.ScriptLogger=debug