Issue while deploying custom behavior Amp in docker container

cancel
Showing results for 
Search instead for 
Did you mean: 
kiranmaik
Member II

Issue while deploying custom behavior Amp in docker container

I am trying to create custom behavior and for that, I have packaged my code(https://github.com/jpotts/alfresco-developer-series/tree/081385a91201d3097a1da1430229fba9324aa43f/be...) as an amp file.

I installed the amps by following the below link https://github.com/Alfresco/acs-community-deployment/issues/131#issuecomment-691300550.

After starting ACS using the docker compose it was not starting .While I am checking the logs I found  Invocation of init method failed; nested exception is java.util.MissingResourceException: Can't find bundle for base name alfresco/module/behavior-tutorial-platform/messages/scRatingsModel, locale en_US.

Please let me know if you have any guidance,Thanks in advance
 
2 Replies
EddieMay
Alfresco Employee

Re: Issue while deploying custom behavior Amp in docker container

Hi @kiranmaik 

It looks like it can't find scRatingsModel.properties . Are you sure this resource bundle has been included?

HTH,

Digital Community Manager, Alfresco Software.
Problem solved? Click Accept as Solution!
kiranmaik
Member II

Re: Issue while deploying custom behavior Amp in docker container

Hi @EddieMay 

The scRatingsModel.properties was exists in the resource bundle.I am following the code in the below link and packaging as amp https://github.com/jpotts/alfresco-developer-series/tree/081385a91201d3097a1da1430229fba9324aa43f/be...