cancel
Showing results for 
Search instead for 
Did you mean: 

How do i install the records management module in v2.1?

fengler
Champ in-the-making
Champ in-the-making
There is no module-management batch file under the extras folder  Smiley Sad
16 REPLIES 16

steve
Champ in-the-making
Champ in-the-making
Hi,

The AMP install method can be found in our wiki here:
http://wiki.alfresco.com/wiki/Module_Management_Tool

Steve

fengler
Champ in-the-making
Champ in-the-making
from wiki:
The Module Management Tool shell (and bat) file will be found in your Alfresco directory under extras/Module-Management.

But with the RC v2.1 Alfresco commununity package, i could not locate the batch file that is being referred to

fengler
Champ in-the-making
Champ in-the-making
nvm, found it! Smiley Very Happy

fengler
Champ in-the-making
Champ in-the-making
i successfully installed the RM module into the war, but upon restart of the server, it does not see the module, therefore, it does not install it. Any tips? I did -verbose on the amp install, so i know it worked.

mvanbergen
Champ in-the-making
Champ in-the-making
I am having the same problem. 

Here is the exception trace from the alfresco.log:

16:32:26,828 INFO  [org.alfresco.repo.module.ModuleServiceImpl] Installing module 'org.alfresco.module.RecordsManagement' version 1.2.
16:32:37,140 ERROR [org.springframework.web.context.ContextLoader] Context initialization failed
org.alfresco.error.AlfrescoRuntimeException: Failed to start modules
   at org.alfresco.repo.module.ModuleComponentHelper.startModules(ModuleComponentHelper.java:240)
   at org.alfresco.repo.module.ModuleServiceImpl.startModules(ModuleServiceImpl.java:132)
   at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
   at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
   at java.lang.reflect.Method.invoke(Method.java:585)
   at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:281)
   at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:187)
   at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:154)
   at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:107)
   at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:176)
   at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:210)
   at $Proxy45.startModules(Unknown Source)
   at org.alfresco.repo.module.ModuleStarter.onBootstrap(ModuleStarter.java:54)
   at org.alfresco.util.AbstractLifecycleBean.onApplicationEvent(AbstractLifecycleBean.java:62)
   at org.springframework.context.event.SimpleApplicationEventMulticaster$1.run(SimpleApplicationEventMulticaster.java:77)
   at org.springframework.core.task.SyncTaskExecutor.execute(SyncTaskExecutor.java:49)
   at org.springframework.context.event.SimpleApplicationEventMulticaster.multicastEvent(SimpleApplicationEventMulticaster.java:75)
   at org.springframework.context.support.AbstractApplicationContext.publishEvent(AbstractApplicationContext.java:241)
   at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:349)
   at org.springframework.web.context.support.AbstractRefreshableWebApplicationContext.refresh(AbstractRefreshableWebApplicationContext.java:156)
   at org.springframework.web.context.ContextLoader.createWebApplicationContext(ContextLoader.java:246)
   at org.springframework.web.context.ContextLoader.initWebApplicationContext(ContextLoader.java:184)
   at org.springframework.web.context.ContextLoaderListener.contextInitialized(ContextLoaderListener.java:49)
   at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:3764)
   at org.apache.catalina.core.StandardContext.start(StandardContext.java:4216)
   at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:760)
   at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:740)
   at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:544)
   at org.apache.catalina.startup.HostConfig.deployWAR(HostConfig.java:825)
   at org.apache.catalina.startup.HostConfig.deployWARs(HostConfig.java:714)
   at org.apache.catalina.startup.HostConfig.deployApps(HostConfig.java:490)
   at org.apache.catalina.startup.HostConfig.start(HostConfig.java:1138)
   at org.apache.catalina.startup.HostConfig.lifecycleEvent(HostConfig.java:311)
   at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:120)
   at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1022)
   at org.apache.catalina.core.StandardHost.start(StandardHost.java:736)
   at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1014)
   at org.apache.catalina.core.StandardEngine.start(StandardEngine.java:443)
   at org.apache.catalina.core.StandardService.start(StandardService.java:448)
   at org.apache.catalina.core.StandardServer.start(StandardServer.java:700)
   at org.apache.catalina.startup.Catalina.start(Catalina.java:552)
   at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
   at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
   at java.lang.reflect.Method.invoke(Method.java:585)
   at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:295)
   at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:433)
Caused by: org.alfresco.error.AlfrescoRuntimeException: A module component 'org_alfresco_module_RecordsManagement_bootstrapSpaces' failed to execute: Bootstrap failed
   at org.alfresco.error.AlfrescoRuntimeException.create(AlfrescoRuntimeException.java:54)
   at org.alfresco.repo.module.AbstractModuleComponent.execute(AbstractModuleComponent.java:348)
   at org.alfresco.repo.module.ModuleComponentHelper.executeComponent(ModuleComponentHelper.java:579)
   at org.alfresco.repo.module.ModuleComponentHelper.startModule(ModuleComponentHelper.java:498)
   at org.alfresco.repo.module.ModuleComponentHelper.access$000(ModuleComponentHelper.java:62)
   at org.alfresco.repo.module.ModuleComponentHelper$1.doWork(ModuleComponentHelper.java:222)
   at org.alfresco.repo.transaction.TransactionUtil.executeInTransaction(TransactionUtil.java:189)
   at org.alfresco.repo.transaction.TransactionUtil.executeInNonPropagatingUserTransaction(TransactionUtil.java:127)
   at org.alfresco.repo.module.ModuleComponentHelper.startModules(ModuleComponentHelper.java:226)
   … 47 more
Caused by: org.alfresco.error.AlfrescoRuntimeException: Bootstrap failed
   at org.alfresco.repo.importer.ImporterBootstrap.bootstrap(ImporterBootstrap.java:444)
   at org.alfresco.repo.module.ImporterModuleComponent.executeInternal(ImporterModuleComponent.java:113)
   at org.alfresco.repo.module.AbstractModuleComponent.execute(AbstractModuleComponent.java:344)
   … 54 more
Caused by: org.alfresco.service.cmr.view.ImporterException: Failed to import package at line 1539; column 21 due to error: Association {http://www.alfresco.org/model/record/1.0}filePlan is not valid for node {http://www.alfresco.org/model/content/1.0}folder
   at org.alfresco.repo.importer.view.ViewParser.parse(ViewParser.java:189)
   at org.alfresco.repo.importer.ImporterComponent.parserImport(ImporterComponent.java:360)
   at org.alfresco.repo.importer.ImporterComponent.importView(ImporterComponent.java:235)
   at org.alfresco.repo.importer.ImporterBootstrap.bootstrap(ImporterBootstrap.java:430)
   … 56 more
Caused by: org.alfresco.service.cmr.view.ImporterException: Association {http://www.alfresco.org/model/record/1.0}filePlan is not valid for node {http://www.alfresco.org/model/content/1.0}folder
   at org.alfresco.repo.importer.view.ParentContext.<init>(ParentContext.java:115)
   at org.alfresco.repo.importer.view.ViewParser.processStartAssoc(ViewParser.java:759)
   at org.alfresco.repo.importer.view.ViewParser.processStartElement(ViewParser.java:324)
   at org.alfresco.repo.importer.view.ViewParser.parse(ViewParser.java:175)
   … 59 more
16:32:37,265 ERROR [org.apache.catalina.core.ContainerBase.[Catalina].[localhost].[/alfresco]] Exception sending context initialized event to listener instance of class org.springframework.web.context.ContextLoaderListener
org.alfresco.error.AlfrescoRuntimeException: Failed to start modules
   at org.alfresco.repo.module.ModuleComponentHelper.startModules(ModuleComponentHelper.java:240)
   at org.alfresco.repo.module.ModuleServiceImpl.startModules(ModuleServiceImpl.java:132)
   at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
   at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
   at java.lang.reflect.Method.invoke(Method.java:585)
   at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:281)
   at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:187)
   at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:154)
   at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:107)
   at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:176)
   at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:210)
   at $Proxy45.startModules(Unknown Source)
   at org.alfresco.repo.module.ModuleStarter.onBootstrap(ModuleStarter.java:54)
   at org.alfresco.util.AbstractLifecycleBean.onApplicationEvent(AbstractLifecycleBean.java:62)
   at org.springframework.context.event.SimpleApplicationEventMulticaster$1.run(SimpleApplicationEventMulticaster.java:77)
   at org.springframework.core.task.SyncTaskExecutor.execute(SyncTaskExecutor.java:49)
   at org.springframework.context.event.SimpleApplicationEventMulticaster.multicastEvent(SimpleApplicationEventMulticaster.java:75)
   at org.springframework.context.support.AbstractApplicationContext.publishEvent(AbstractApplicationContext.java:241)
   at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:349)
   at org.springframework.web.context.support.AbstractRefreshableWebApplicationContext.refresh(AbstractRefreshableWebApplicationContext.java:156)
   at org.springframework.web.context.ContextLoader.createWebApplicationContext(ContextLoader.java:246)
   at org.springframework.web.context.ContextLoader.initWebApplicationContext(ContextLoader.java:184)
   at org.springframework.web.context.ContextLoaderListener.contextInitialized(ContextLoaderListener.java:49)
   at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:3764)
   at org.apache.catalina.core.StandardContext.start(StandardContext.java:4216)
   at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:760)
   at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:740)
   at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:544)
   at org.apache.catalina.startup.HostConfig.deployWAR(HostConfig.java:825)
   at org.apache.catalina.startup.HostConfig.deployWARs(HostConfig.java:714)
   at org.apache.catalina.startup.HostConfig.deployApps(HostConfig.java:490)
   at org.apache.catalina.startup.HostConfig.start(HostConfig.java:1138)
   at org.apache.catalina.startup.HostConfig.lifecycleEvent(HostConfig.java:311)
   at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:120)
   at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1022)
   at org.apache.catalina.core.StandardHost.start(StandardHost.java:736)
   at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1014)
   at org.apache.catalina.core.StandardEngine.start(StandardEngine.java:443)
   at org.apache.catalina.core.StandardService.start(StandardService.java:448)
   at org.apache.catalina.core.StandardServer.start(StandardServer.java:700)
   at org.apache.catalina.startup.Catalina.start(Catalina.java:552)
   at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
   at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
   at java.lang.reflect.Method.invoke(Method.java:585)
   at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:295)
   at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:433)
Caused by: org.alfresco.error.AlfrescoRuntimeException: A module component 'org_alfresco_module_RecordsManagement_bootstrapSpaces' failed to execute: Bootstrap failed
   at org.alfresco.error.AlfrescoRuntimeException.create(AlfrescoRuntimeException.java:54)
   at org.alfresco.repo.module.AbstractModuleComponent.execute(AbstractModuleComponent.java:348)
   at org.alfresco.repo.module.ModuleComponentHelper.executeComponent(ModuleComponentHelper.java:579)
   at org.alfresco.repo.module.ModuleComponentHelper.startModule(ModuleComponentHelper.java:498)
   at org.alfresco.repo.module.ModuleComponentHelper.access$000(ModuleComponentHelper.java:62)
   at org.alfresco.repo.module.ModuleComponentHelper$1.doWork(ModuleComponentHelper.java:222)
   at org.alfresco.repo.transaction.TransactionUtil.executeInTransaction(TransactionUtil.java:189)
   at org.alfresco.repo.transaction.TransactionUtil.executeInNonPropagatingUserTransaction(TransactionUtil.java:127)
   at org.alfresco.repo.module.ModuleComponentHelper.startModules(ModuleComponentHelper.java:226)
   … 47 more
Caused by: org.alfresco.error.AlfrescoRuntimeException: Bootstrap failed
   at org.alfresco.repo.importer.ImporterBootstrap.bootstrap(ImporterBootstrap.java:444)
   at org.alfresco.repo.module.ImporterModuleComponent.executeInternal(ImporterModuleComponent.java:113)
   at org.alfresco.repo.module.AbstractModuleComponent.execute(AbstractModuleComponent.java:344)
   … 54 more
Caused by: org.alfresco.service.cmr.view.ImporterException: Failed to import package at line 1539; column 21 due to error: Association {http://www.alfresco.org/model/record/1.0}filePlan is not valid for node {http://www.alfresco.org/model/content/1.0}folder
   at org.alfresco.repo.importer.view.ViewParser.parse(ViewParser.java:189)
   at org.alfresco.repo.importer.ImporterComponent.parserImport(ImporterComponent.java:360)
   at org.alfresco.repo.importer.ImporterComponent.importView(ImporterComponent.java:235)
   at org.alfresco.repo.importer.ImporterBootstrap.bootstrap(ImporterBootstrap.java:430)
   … 56 more
Caused by: org.alfresco.service.cmr.view.ImporterException: Association {http://www.alfresco.org/model/record/1.0}filePlan is not valid for node {http://www.alfresco.org/model/content/1.0}folder
   at org.alfresco.repo.importer.view.ParentContext.<init>(ParentContext.java:115)
   at org.alfresco.repo.importer.view.ViewParser.processStartAssoc(ViewParser.java:759)
   at org.alfresco.repo.importer.view.ViewParser.processStartElement(ViewParser.java:324)
   at org.alfresco.repo.importer.view.ViewParser.parse(ViewParser.java:175)
   … 59 more
16:32:37,453 ERROR [org.apache.catalina.core.ContainerBase.[Catalina].[localhost].[/alfresco]] Exception sending context initialized event to listener instance of class org.alfresco.web.app.ContextListener
org.alfresco.error.AlfrescoRuntimeException: Failed to start modules
   at org.alfresco.repo.module.ModuleComponentHelper.startModules(ModuleComponentHelper.java:240)
   at org.alfresco.repo.module.ModuleServiceImpl.startModules(ModuleServiceImpl.java:132)
   at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
   at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
   at java.lang.reflect.Method.invoke(Method.java:585)
   at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:281)
   at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:187)
   at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:154)
   at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:107)
   at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:176)
   at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:210)
   at $Proxy45.startModules(Unknown Source)
   at org.alfresco.repo.module.ModuleStarter.onBootstrap(ModuleStarter.java:54)
   at org.alfresco.util.AbstractLifecycleBean.onApplicationEvent(AbstractLifecycleBean.java:62)
   at org.springframework.context.event.SimpleApplicationEventMulticaster$1.run(SimpleApplicationEventMulticaster.java:77)
   at org.springframework.core.task.SyncTaskExecutor.execute(SyncTaskExecutor.java:49)
   at org.springframework.context.event.SimpleApplicationEventMulticaster.multicastEvent(SimpleApplicationEventMulticaster.java:75)
   at org.springframework.context.support.AbstractApplicationContext.publishEvent(AbstractApplicationContext.java:241)
   at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:349)
   at org.springframework.web.context.support.AbstractRefreshableWebApplicationContext.refresh(AbstractRefreshableWebApplicationContext.java:156)
   at org.springframework.web.context.ContextLoader.createWebApplicationContext(ContextLoader.java:246)
   at org.springframework.web.context.ContextLoader.initWebApplicationContext(ContextLoader.java:184)
   at org.springframework.web.context.ContextLoaderListener.contextInitialized(ContextLoaderListener.java:49)
   at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:3764)
   at org.apache.catalina.core.StandardContext.start(StandardContext.java:4216)
   at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:760)
   at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:740)
   at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:544)
   at org.apache.catalina.startup.HostConfig.deployWAR(HostConfig.java:825)
   at org.apache.catalina.startup.HostConfig.deployWARs(HostConfig.java:714)
   at org.apache.catalina.startup.HostConfig.deployApps(HostConfig.java:490)
   at org.apache.catalina.startup.HostConfig.start(HostConfig.java:1138)
   at org.apache.catalina.startup.HostConfig.lifecycleEvent(HostConfig.java:311)
   at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:120)
   at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1022)
   at org.apache.catalina.core.StandardHost.start(StandardHost.java:736)
   at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1014)
   at org.apache.catalina.core.StandardEngine.start(StandardEngine.java:443)
   at org.apache.catalina.core.StandardService.start(StandardService.java:448)
   at org.apache.catalina.core.StandardServer.start(StandardServer.java:700)
   at org.apache.catalina.startup.Catalina.start(Catalina.java:552)
   at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
   at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
   at java.lang.reflect.Method.invoke(Method.java:585)
   at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:295)
   at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:433)
Caused by: org.alfresco.error.AlfrescoRuntimeException: A module component 'org_alfresco_module_RecordsManagement_bootstrapSpaces' failed to execute: Bootstrap failed
   at org.alfresco.error.AlfrescoRuntimeException.create(AlfrescoRuntimeException.java:54)
   at org.alfresco.repo.module.AbstractModuleComponent.execute(AbstractModuleComponent.java:348)
   at org.alfresco.repo.module.ModuleComponentHelper.executeComponent(ModuleComponentHelper.java:579)
   at org.alfresco.repo.module.ModuleComponentHelper.startModule(ModuleComponentHelper.java:498)
   at org.alfresco.repo.module.ModuleComponentHelper.access$000(ModuleComponentHelper.java:62)
   at org.alfresco.repo.module.ModuleComponentHelper$1.doWork(ModuleComponentHelper.java:222)
   at org.alfresco.repo.transaction.TransactionUtil.executeInTransaction(TransactionUtil.java:189)
   at org.alfresco.repo.transaction.TransactionUtil.executeInNonPropagatingUserTransaction(TransactionUtil.java:127)
   at org.alfresco.repo.module.ModuleComponentHelper.startModules(ModuleComponentHelper.java:226)
   … 47 more
Caused by: org.alfresco.error.AlfrescoRuntimeException: Bootstrap failed
   at org.alfresco.repo.importer.ImporterBootstrap.bootstrap(ImporterBootstrap.java:444)
   at org.alfresco.repo.module.ImporterModuleComponent.executeInternal(ImporterModuleComponent.java:113)
   at org.alfresco.repo.module.AbstractModuleComponent.execute(AbstractModuleComponent.java:344)
   … 54 more
Caused by: org.alfresco.service.cmr.view.ImporterException: Failed to import package at line 1539; column 21 due to error: Association {http://www.alfresco.org/model/record/1.0}filePlan is not valid for node {http://www.alfresco.org/model/content/1.0}folder
   at org.alfresco.repo.importer.view.ViewParser.parse(ViewParser.java:189)
   at org.alfresco.repo.importer.ImporterComponent.parserImport(ImporterComponent.java:360)
   at org.alfresco.repo.importer.ImporterComponent.importView(ImporterComponent.java:235)
   at org.alfresco.repo.importer.ImporterBootstrap.bootstrap(ImporterBootstrap.java:430)
   … 56 more
Caused by: org.alfresco.service.cmr.view.ImporterException: Association {http://www.alfresco.org/model/record/1.0}filePlan is not valid for node {http://www.alfresco.org/model/content/1.0}folder
   at org.alfresco.repo.importer.view.ParentContext.<init>(ParentContext.java:115)
   at org.alfresco.repo.importer.view.ViewParser.processStartAssoc(ViewParser.java:759)
   at org.alfresco.repo.importer.view.ViewParser.processStartElement(ViewParser.java:324)
   at org.alfresco.repo.importer.view.ViewParser.parse(ViewParser.java:175)
   … 59 more

lascaux
Champ on-the-rise
Champ on-the-rise
Hi,

I've got exactly the same error …

if you find a solution, can you advise me please ?

Sylvain

pixies
Champ in-the-making
Champ in-the-making
Hello,

It seems that the problem comes from the records_space.acp
I tried to remove it from the bootstrap context and now Alfresco is starting with the RM feature activated…

<!–<props>
   <prop key="path">/${spaces.company_home.childname}</prop>
   <prop key="location">alfresco/module/org.alfresco.module.RecordsManagement/bootstrap/records_space.acp</prop>
    </props>–>

Of course it is not a real solution, but at least a possible way that will allow us to investigate more easily…

I am trying to continue my investigation, and will come back if I have any other solution…

cheers,
Pixies

ukdavo
Champ in-the-making
Champ in-the-making
I get the same error as well. Steps to replicate the fault:

- Install Alfresco 2.1R1 using Windows installer (typical setup)
- Install Alfresco WCM 2.1R1 using Windows installer (typical setup)
- Use MMT to update alfresco.war with 2.1R1 RM AMP

Regards

rwetherall
Confirmed Champ
Confirmed Champ
Hi,

Some people have seen issues with installation of the newest version of the RM module.

I'm going to full re-test of the RM AMP installation so I'll let you know how it goes and if it flushes out these problems.

Cheers,
Roy