cancel
Showing results for 
Search instead for 
Did you mean: 

Records Management AMP: Record_space.acp still needed?

hbf
Champ on-the-rise
Champ on-the-rise
I am building Alfresco and the Records Management AMP from SVN (currently, revision 1045). When I start Alfresco (a fresh install), it does not create any "Records space" in "Company Home" as described on http://wiki.alfresco.com/wiki/Records_Management_User_Guide. (However, this *does* create a file "Data Dictionary/Scripts/Records Management/uiAction_addRemoveAspect.js".)

Is this a mistake in the latter documentation or a bug in the current SVN snapshot?

Many thanks,
Kaspar

P.S. Here is the Catalina log:

Sep 11, 2007 11:35:55 PM org.apache.catalina.core.AprLifecycleListener lifecycleEvent
INFO: The Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path: .:/Library/Java/Extensions:/System/Library/Java/Extensions:/usr/lib/java
Sep 11, 2007 11:35:58 PM org.apache.coyote.http11.Http11BaseProtocol init
INFO: Initializing Coyote HTTP/1.1 on http-8080
Sep 11, 2007 11:35:58 PM org.apache.catalina.startup.Catalina load
INFO: Initialization processed in 15941 ms
Sep 11, 2007 11:35:59 PM org.apache.catalina.core.StandardService start
INFO: Starting service Catalina
Sep 11, 2007 11:36:00 PM org.apache.catalina.core.StandardEngine start
INFO: Starting Servlet Engine: Apache Tomcat/5.5.23
Sep 11, 2007 11:36:00 PM org.apache.catalina.core.StandardHost start
INFO: XML validation disabled
Sep 11, 2007 11:36:08 PM org.apache.catalina.startup.HostConfig deployWAR
INFO: Deploying web application archive alfresco.war
23:38:24,512 User:System WARN  [remoting.rmi.RmiRegistryFactoryBean] Could not detect RMI registry - creating new one
23:38:35,133 User:System INFO  [domain.schema.SchemaBootstrap] Schema managed by database dialect org.hibernate.dialect.MySQLInnoDBDialect.
23:38:35,335 User:System INFO  [domain.schema.SchemaBootstrap] Executing database script /Users/hbf/icar/checkout/knowledge-center/repository-server/tomcat/temp/Alfresco/AlfrescoSchemaCreate-org.hibernate.dialect.MySQLInnoDBDialect-21580.sql (Generated).
23:39:02,100 User:System INFO  [domain.schema.SchemaBootstrap] Executing database script /Users/hbf/icar/checkout/knowledge-center/repository-server/tomcat/temp/Alfresco/AlfrescoSchemaUpdate-org.hibernate.dialect.MySQLInnoDBDialect-21581.sql (Copied from classpath:alfresco/dbscripts/create/2.1/org.hibernate.dialect.MySQLInnoDBDialect/AlfrescoPostCreate-2.1-FKIndexes.sql).
23:39:02,253 User:System INFO  [domain.schema.SchemaBootstrap] All executed statements written to file /Users/hbf/icar/checkout/knowledge-center/repository-server/tomcat/temp/Alfresco/AlfrescoSchemaUpdate-All_Statements-21582.sql.
23:43:33,390 User:System INFO  [repo.admin.ConfigurationChecker] The Alfresco root data directory ('dir.root') is: /Users/hbf/icar/checkout/knowledge-center/repository-server/alf_data
23:43:33,447 User:System INFO  [admin.patch.PatchExecuter] Checking for patches to apply …
23:43:34,484 User:System INFO  [admin.patch.PatchExecuter]
=== Applied patch                 ===
ID: patch.wcmFolders
RESULT:
The Web Projects folder was successfully created: workspace://SpacesStore/0b78f818-60b0-11dc-9092-c5405a59c38f
The Web Forms folder was successfully created: workspace://SpacesStore/0b78f818-60b0-11dc-9092-c5405a59c38f
=====================================
23:43:34,507 User:System INFO  [repo.module.ModuleServiceImpl] Found 3 module(s).
23:43:34,596 User:System INFO  [repo.module.ModuleServiceImpl] Installing module 'org.icarbasel.module.KnowledgeCenter' version 0.9.
23:43:34,687 User:System INFO  [repo.module.ModuleServiceImpl] Installing module 'org.alfresco.module.ExternalContent' version 0.9.
23:43:34,811 User:System INFO  [repo.module.ModuleServiceImpl] Installing module 'org.alfresco.module.RecordsManagement' version 1.3.
23:45:06,357 User:System ERROR [alfresco.smb.protocol] Failed to get local domain/workgroup name, using default of WORKGROUP
23:45:06,358 User:System ERROR [alfresco.smb.protocol] (This may be due to firewall settings or incorrect <broadcast> setting)
23:45:07,696 User:System INFO  [service.descriptor.DescriptorService] Alfresco JVM - v1.5.0_07-164; maximum heap size 1012.625MB
23:45:07,697 User:System INFO  [service.descriptor.DescriptorService] Alfresco started (Community Network): Current version 2.2.0 (dev @build-number@) schema 105 - Installed version 2.2.0 (dev @build-number@) schema 105
Sep 11, 2007 11:45:19 PM org.apache.coyote.http11.Http11BaseProtocol start
INFO: Starting Coyote HTTP/1.1 on http-8080
Sep 11, 2007 11:45:19 PM org.apache.jk.common.ChannelSocket init
INFO: JK: ajp13 listening on /0.0.0.0:8009
Sep 11, 2007 11:45:19 PM org.apache.jk.server.JkMain start
INFO: Jk running ID=0 time=0/80  config=null
Sep 11, 2007 11:45:19 PM org.apache.catalina.storeconfig.StoreLoader load
INFO: Find registry server-registry.xml at classpath resource
Sep 11, 2007 11:45:20 PM org.apache.catalina.startup.Catalina start
INFO: Server startup in 561602 ms

P.P.S. I build Alfresco using
ant build-tomcat
and Records Management using
ant package-rm-extension build-rm
(in this order).
1 REPLY 1

hbf
Champ on-the-rise
Champ on-the-rise
The problem does not occur with the 2.1 community release.