I put the WAR file from the v1.4 release in my existing JBoss 4.0.4 server's deployment directory, and started JBoss. Alfresco ran my system.log file to 7GB and filled up the filesystem. Below is a (very small) sample of what I see in the log. Help appreciated.
2006-09-20 11:56:52,852 DEBUG [org.springframework.beans.factory.xml.ResourceEntityResolver] Trying to resolve XML entity with public ID [-//SPRING//DTD BEAN//EN] and system ID [http://www.springframework.org/dtd/spring-beans.dtd] 2006-09-20 11:56:52,852 DEBUG [org.springframework.beans.factory.xml.ResourceEntityResolver] Trying to locate [spring-beans.dtd] in Spring jar 2006-09-20 11:56:52,852 DEBUG [org.springframework.beans.factory.xml.ResourceEntityResolver] Found beans DTD [http://www.springframework.org/dtd/spring-beans.dtd] in classpath 2006-09-20 11:56:52,941 DEBUG [org.springframework.beans.factory.xml.DefaultXmlBeanDefinitionParser] Loading bean definitions 2006-09-20 11:56:52,942 DEBUG [org.springframework.beans.factory.xml.DefaultXmlBeanDefinitionParser] Default lazy init 'false' 2006-09-20 11:56:52,943 DEBUG [org.springframework.beans.factory.xml.DefaultXmlBeanDefinitionParser] Default autowire 'no' 2006-09-20 11:56:52,943 DEBUG [org.springframework.beans.factory.xml.DefaultXmlBeanDefinitionParser] Default dependency check 'none' 2006-09-20 11:56:52,943 INFO [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] Loading XML bean definitions from class path resource [alfresco/public-services-security-context.xml] 2006-09-20 11:56:52,944 DEBUG [org.springframework.beans.factory.xml.XmlBeanDefinitionReader] Using JAXP implementation [org.apache.xerces.jaxp.DocumentBuilderFactoryImpl@87400]
There are many posts on the forums detailing this issue - it's a known problem with default JBoss installations - the logger is set to the value of DEBUG for some bizare reason - and a lot of the libraries we use including Spring and Hibernate generate reams of DEBUG information.