cancel
Showing results for 
Search instead for 
Did you mean: 

Alfresco 2.1 Community vs WSF 1.5 AMP

rbergstrom
Champ in-the-making
Champ in-the-making
Hello:

After using the amp tool to install wcm.site.wsf15.amp, Alfresco fails to start properly.  It throws and exception while trying to deploy the wsf module.  The exception thrown is:

18:00:29,758 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:239)
        at org.alfresco.repo.module.ModuleServiceImpl.startModules(ModuleServiceImpl.java:132)
Caused by: org.alfresco.error.AlfrescoRuntimeException: A module component 'wcm.site.wsf15.importWebsite' failed to execute: PROP_ISSOURCE
        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:578)
        at org.alfresco.repo.module.ModuleComponentHelper.startModule(ModuleComponentHelper.java:497)
        at org.alfresco.repo.module.ModuleComponentHelper.access$000(ModuleComponentHelper.java:61)
        at org.alfresco.repo.module.ModuleComponentHelper$1.execute(ModuleComponentHelper.java:221)
        at org.alfresco.repo.transaction.RetryingTransactionHelper.doInTransaction(RetryingTransactionHelper.java:225)
        at org.alfresco.repo.transaction.RetryingTransactionHelper.doInTransaction(RetryingTransactionHelper.java:155)
        at org.alfresco.repo.module.ModuleComponentHelper.startModules(ModuleComponentHelper.java:225)
        … 47 more
Caused by: java.lang.NoSuchFieldError: PROP_ISSOURCE
        at org.alfresco.module.websitetools.util.WCMSiteTool.ensureWebProjectAVM(WCMSiteTool.java:211)
        at org.alfresco.module.websitetools.config.ImportWebsiteComponent.executeInternal(ImportWebsiteComponent.java:147)
        at org.alfresco.repo.module.AbstractModuleComponent.execute(AbstractModuleComponent.java:344)
        … 54 more

My understanding from the wiki was that the framework was part of the AMP.  Did I forget a step? 

TIA,

// RAB
13 REPLIES 13

jlivet
Champ in-the-making
Champ in-the-making
Will the WSF sites mentioned above work on Alfresco 2.1 or do they require 2.9?  (websitetools.amp, wcm.site.wsf15.amp, wcm.site.alfresco.amp)

My experience so far on a 2.1.0 WCM install is that websitetools.amp installs fine but doesn't show the 2 additional menu items in Web Projects and wcm.site.alfresco.amp file fails during the install.  Should I try it on a different version of Alfresco?

mikeh
Star Contributor
Star Contributor
As far as I'm aware, they should all work on 2.1.

You could try submitting a bug report from the Forge page. Be sure to include any detail from the log.

Thanks,
Mike

jagz707
Champ in-the-making
Champ in-the-making
Did you create a Web Project yet? You need to create a web project, follow the prompts and once done, you will have a new menu which has the two additional items.

drnutty
Champ in-the-making
Champ in-the-making
Has someone successfully made WSF 1.5 to work with Alfresco 2.1? Because i tried all possibilites nothing worked out. I will be thankfull if someone give me the correct steps.