Deploying new dictionaries does not get refreshed for Slightly | Community
Skip to main content
New Participant
January 18, 2021
Solved

Deploying new dictionaries does not get refreshed for Slightly

  • January 18, 2021
  • 2 replies
  • 1060 views

Hello,

We have a problem where when we deploy updated dictionaries, our sightly does not pickup the new configurations. What would we need to do to refresh the sightly engine, or it to pickup these new keys? It only works when we restart our AEM instances, but thats too much. 

We are using 

We are using ${'labels.CPFG' @ i18n}

 

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by BrianKasingli

@supportmember

Try installing the latest service pack, without restarting your AEM instance, you can also trigger the update OSGI bundle life cycle to "update" the org.apache.sling.i18n bundle.

curl -u admin:admin http://localhost:4502/system/console/bundles/org.apache.sling.i18n -Faction=update

 

2 replies

BrianKasingli
BrianKasingliAccepted solution
New Participant
January 18, 2021

@supportmember

Try installing the latest service pack, without restarting your AEM instance, you can also trigger the update OSGI bundle life cycle to "update" the org.apache.sling.i18n bundle.

curl -u admin:admin http://localhost:4502/system/console/bundles/org.apache.sling.i18n -Faction=update

 

Kunal_Gaba_
New Participant
January 18, 2021

What version of AEM are you on ? It used to be bug in previous Apache sling versions. 

References- 

https://issues.apache.org/jira/browse/SLING-4814

https://issues.apache.org/jira/browse/SLING-7190 

https://issues.apache.org/jira/browse/SLING-3147