Niveau 1
Niveau 2
Se connecter à la communauté
Connectez-vous pour voir tous les badges
Hi,
When we rebuild our client libs it is failing at 2 libraries
1) /apps/acs-commons/clientlibs/main.css...error: java.lang.StackOverflowError
2) /apps/acs-commons/clientlibs/main.min.css...error: java.lang.StackOverflowError
any help? we are in acs-aem-commons-all-6.4.0.zip version. and we just migrated to 6.5.21
Résolu ! Accéder à la solution.
Vues
Réponses
Nombre de J’aime
You can try to update the "HTML Library Manager" OSGi configuration as a workaround.
First, open the configuration settings at /system/console/configMgr. Look for the property named htmllibmanager.processor.js and change its value to min:yui.
After that, navigate to /libs/granite/ui/content/dumplibs.rebuild.html to reinvalidate the libraries. Monitor the process to ensure it completes successfully. Once it's finished, you can first check that your site is working fine and revert the value of the property htmllibmanager.processor.js back to min:gcc.
@ASP_Corp Probably some infinite recursion scenario and the stack is getting blown away. Do you see any more details in the error log?
@Harwinder-singh , thank you for the reply, rebuilding the client lib fixed the error. but now i see another error in another lib?, is this normal to fail when re-building client libs? now the error is at error: java.io.IOException: Error while reading cached library: javax.jcr.RepositoryException: Error during assembly of /apps/settings/wcm/designs/myproject/clientlib-site.js
Vues
Réponses
Nombre de J’aime
You can try to update the "HTML Library Manager" OSGi configuration as a workaround.
First, open the configuration settings at /system/console/configMgr. Look for the property named htmllibmanager.processor.js and change its value to min:yui.
After that, navigate to /libs/granite/ui/content/dumplibs.rebuild.html to reinvalidate the libraries. Monitor the process to ensure it completes successfully. Once it's finished, you can first check that your site is working fine and revert the value of the property htmllibmanager.processor.js back to min:gcc.
Vues
Likes
Réponses