alfresco,tomcat 在启动时崩溃,日志中没有任何线索

alfresco,tomcat 在启动时崩溃,日志中没有任何线索

我在具有 3GB RAM 的 Win 2003 R2 上安装了 alfresco 社区版 4.0。
我使用 alfresco 已有几个小时,创建了一个用户,上传了一些文档。但现在,重新启动它时,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

.logconf/stdout_20120420是空的。

我需要改进故障排除流程,以便:

1)如何增加日志级别?

我在 conf/logging.properties 中将“FINE”替换为“ALL”,但没有任何变化。

2)对于启动故障排除的任何其他建议也深表感谢 :-)

答案1

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

我通常使用:

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

相关内容