Skip to main content
Level 2
September 29, 2022
Solved

Getting white blank page while uploading my project

  • September 29, 2022
  • 4 replies
  • 1083 views

When I am using mvn clean install -PautoInstallPacakage to deploy my project

In aem i am getting an blank page. And when I upload the bundle in crdx.

And installing and uninstall that aem is not crashing. And I can see only some pages not full

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 HeenaMadan

Check bundles are active or not at http://localhost:4502/system/console/bundles and verify error logs.

Might be issue with core bundles not available at runtime.  Share logs.

4 replies

Level 3
September 29, 2022

@dilli_babu_22 , can you paste the error logs here?

HeenaMadan
Community Advisor
HeenaMadanCommunity AdvisorAccepted solution
Community Advisor
September 29, 2022

Check bundles are active or not at http://localhost:4502/system/console/bundles and verify error logs.

Might be issue with core bundles not available at runtime.  Share logs.

Level 2
September 29, 2022

Yes @heenamadan thanks 👍

Community Advisor
September 29, 2022

@dilli_babu_22 Apart from checking bundles state and error.log, sometimes restarting the local server will resolve the issue.