Expand my Community achievements bar.

Nomination window for the Adobe Community Advisor Program, Class of 2025, is now open!
SOLVED

Deploying new dictionaries does not get refreshed for Slightly

Avatar

Level 7

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}

 

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

@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

 

View solution in original post

2 Replies

Avatar

Employee Advisor

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 

Avatar

Correct answer by
Community Advisor

@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