Niveau 1
Niveau 2
Se connecter à la communauté
Connectez-vous pour voir tous les badges
Hi
Can anyone Let me know how to solve this issue.
while working on AEM Publish Instance, facing the issue in all the pages going competely blank.! Can anyone please help me out in this issue please.? #AEM
Résolu ! Accéder à la solution.
Vues
Réponses
Nombre de J’aime
Please tail the ./crx-quickstart/logs/error.log from the publisher. You should be able to see a stack trace of what is currently happening in your situation. Your page may be dependent on another page, scripts, or bundles. With dependencies not installed correctly, a white page is typically the behaviour and result of a page load.
Can you provide us with the stack trace from./crx-quickstart/logs/error.log?
Vues
Réponses
Nombre de J’aime
Primary check: Check if your custom bundles built to render the page are in active state.
Vues
Réponses
Nombre de J’aime
Please tail the ./crx-quickstart/logs/error.log from the publisher. You should be able to see a stack trace of what is currently happening in your situation. Your page may be dependent on another page, scripts, or bundles. With dependencies not installed correctly, a white page is typically the behaviour and result of a page load.
Can you provide us with the stack trace from./crx-quickstart/logs/error.log?
Vues
Réponses
Nombre de J’aime
Vues
Réponses
Nombre de J’aime
You need to Triple check if all the scripts and pages are installed, as "HTML cannot render resource JcrNodeResource" means that a resource in the JCR is missing, causing script unable to resolve.
Vues
Réponses
Nombre de J’aime
Hi Brainkasingli, I have checked thrice all the components and rendering pages along with templates each and everything is installed properly, the same package is running on different instance accurately but issue is only with Prod publish instance. So got confused and all the bundles are also in active state.
Vues
Réponses
Nombre de J’aime
Vues
Réponses
Nombre de J’aime
Vues
Réponses
Nombre de J’aime
Vues
Réponses
Nombre de J’aime
Vues
Réponses
Nombre de J’aime
@imadullakhan Please update the below lines into sling.properties file under crx-quickstart/conf folder and restart the instance. You will never face this issue back.
sling.bootdelegation.sun=sun.*,com.sun.*,jdk.internal.reflect,jdk.internal.reflect.*
This issue will be observed with JDK 11 installation with AEM 6.5. It's a class loader issue.
Vues
Réponses
Nombre de J’aime
Vues
Réponses
Nombre de J’aime
Did above suggestion to add lines in sling.properties resolve this issue?
Vues
Réponses
Nombre de J’aime
We are noticing this issue in AEM 6.5.14 intermittently after code deployments. There are multiple projects(e.g. Project A, Project B which correspond to SiteA and Site B). Intermittently if Project A or Project B is deployed, immediately all site pages will start showing blank screen with similar error in logs. @Asutosh_Jena_ - Any comments?
Vues
Réponses
Nombre de J’aime
We just came across same issue. if you don't mind sharing how you resolved it that will be of a great help @vatsal_usbank
Vues
Réponses
Nombre de J’aime