INFO: Deploying web application archive alfresco.war
07:34:00,712 User:System WARN [remoting.rmi.RmiRegistryFactoryBean] Could not detect RMI registry - creating new one
07:34:02,499 User:System INFO [domain.schema.SchemaBootstrap] Schema managed by database dialect org.hibernate.dialect.MySQLInnoDBDialect.
07:34:02,811 User:System INFO [domain.schema.SchemaBootstrap] No changes were made to the schema.
org.alfresco.error.AlfrescoRuntimeException: Bootstrap failed
Then at the end of the log file i have:
SEVERE: Error listenerStart
May 30, 2008 7:34:29 AM org.apache.catalina.core.StandardContext start
SEVERE: Context [/alfresco] startup failed due to previous errors
log4j:ERROR LogMananger.repositorySelector was null likely due to error in class reloading, using NOPLoggerRepository.
And in the alfresco.log I have:
07:07:02,705 WARN [org.springframework.remoting.rmi.RmiRegistryFactoryBean] Could not detect RMI registry - creating new one
07:07:04,541 INFO [org.alfresco.repo.domain.schema.SchemaBootstrap] Schema managed by database dialect org.hibernate.dialect.MySQLInnoDBDialect.
07:07:05,232 INFO [org.alfresco.repo.domain.schema.SchemaBootstrap] No changes were made to the schema.
org.alfresco.error.AlfrescoRuntimeException: Bootstrap failed
Then further down I have:
<snip>
Caused by: java.lang.OutOfMemoryError: Java heap space
</snip>
dnk