Unknown document url service 'live.site.document.url.service'

Hi Team,

I am getting below exception. It was working fine earlier without any exception but now I am getting below exception while performing doAction() .

Caused by: java.lang.IllegalStateException: Unknown document url service ‘live.site.document.url.service’
configured for the website actions plugin. Please set the configuration property ‘document.url.service.id’
[INFO] [talledLocalContainer] at org.onehippo.cms7.channelmanager.plugins.social.SocialSharingPlugin.
(SocialSharingPlugin.java:66) ~[hippo-addon-channel-manager-frontend-5.4.0.jar:5.4.0]
[INFO] [talledLocalContainer] … 58 more

Please suggest.

Thanks,
Amit

Hi Amit,

The mentioned service is configured at /hippo:configuration/hippo:frontend/cms/cms-services/channelDocumentUrlService and should define its service.id=live.site.document.url.service

The SocialSharingPlugin references it at /hippo:configuration/hippo:workflows/default/handle/frontend:renderer/socialsharing: document.url.service.id=live.site.document.url.service

Can you check your case?
HTH
Jeroen