I retrieved the most recent source, and built the alfresco.war successfully. But I'm having problem to use the self built alfresco.war.
First I followed the instruction on "Alfresco SVN Development Environment", I can't start alfresco. The tomcat log said:
Bootstrap failed.
Then I tried to use the self built alfresco.war to replace the working alfresco.war from 1.4 community bin distribution, but got the same problem and error.
i can not deploy alfresco and tomcat logged following error:
[web.context.ContextLoader] Context initialization failed org.alfresco.error.AlfrescoRuntimeException: Bootstrap failed at org.alfresco.repo.importer.ImporterBootstrap.bootstrap(ImporterBootstrap.java:448) at org.alfresco.repo.importer.ImporterBootstrap.onBootstrap(ImporterBootstrap.java:670) . . . Caused by: org.alfresco.service.cmr.view.ImporterException: Path /sys:system within node user://alfrescoUserStore/f84c4d55-7892-11db-bcae-a1d2fad9dc23 does not exist - the path must resolve to a valid location at org.alfresco.repo.importer.ImporterComponent.getNodeRef(ImporterComponent.java:255) at org.alfresco.repo.importer.ImporterComponent.importView(ImporterComponent.java:210) at org.alfresco.repo.importer.ImporterBootstrap.bootstrap(ImporterBootstrap.java:429) … 33 more 16:01:06,172 ERROR [[Catalina].[localhost].[/alfresco]] Exception sending context initialized event to listener instance of class org.springframework.web.context.ContextLoaderListener org.alfresco.error.AlfrescoRuntimeException: Bootstrap failed at org.alfresco.repo.importer.ImporterBootstrap.bootstrap(ImporterBootstrap.java:448)
I used to update both in alfresco.war AND webapps/alfresco, because my Alfresco have some customized setting in there. I don't want it to be extracted again. It shouldn't be your case. Just FYI.