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
Solved! Go to Solution.
Views
Replies
Total Likes
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?
Primary check: Check if your custom bundles built to render the page are in active state.
Views
Replies
Total Likes
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?
Views
Replies
Total Likes
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.
Views
Replies
Total Likes
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.
Views
Replies
Total Likes
Views
Replies
Total Likes
Views
Replies
Total Likes
Views
Replies
Total Likes
Views
Replies
Total Likes
@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.
Views
Replies
Total Likes
Did above suggestion to add lines in sling.properties resolve this issue?
Views
Replies
Total Likes
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?
Views
Replies
Total Likes
Views
Likes
Replies