Expand my Community achievements bar.

SOLVED

Not able to handle this error for AEM6.5

Avatar

Level 1

 I am getting this error. Please guide me how to resolve it.

 

I followed this step: 

Open a new command-line terminal and perform the following actions.

  1. In an empty directory, clone the aem-guides-wknd repository:

    $ git clone git@github.com:adobe/aem-guides-wknd.git --branch tutorial/component-basics-start --single-branch
     
     

    Optionally, you can continue using the project generated in the previous chapter, Project Setup.

  2. Navigate into the aem-guides-wknd folder.

    $ cd aem-guides-wknd
     
  3. Build and deploy the project to a local instance of AEM with the following command:

    $ mvn clean install -PautoInstallSinglePackage
     
    NOTE

    If using AEM 6.5 or 6.4, append the classic profile to any Maven commands.

    $ mvn clean install -PautoInstallSinglePackage -Pclassic
1 Accepted Solution

Avatar

Correct answer by
Community Advisor

Hello @ZeelTr 

 

I guess you are exploring AEM for learning purposes.

I would suggest recreating your AEM instance. Delete crx-quickstart folder and set up the instance again.

 

It will save you time and get started on learning journey.

 

Always start and stop the AEM instance gracefully. Assure that the server has stopped, before you shut down your system/restart AEM

 


Aanchal Sikka

View solution in original post

5 Replies

Avatar

Community Advisor

This error related or due to incomplete build or bundle start.

- Your bundle installation may be incomplete or corrupted - Check error log for more details

- Check Bundles in system console - Bundle status (some of the necessary bundles status may not be in Active state)

 

Try Restart AEM and check the Error logs.

Avatar

Level 10

Check error.log for the same time we gave build and package deployment for more details as this can give 503 due to multiple reasons.

Avatar

Community Advisor

@ZeelTr  this is not because of the code that you build. It could be because you haven't started the server properly. Below debug steps could help you 

 

1. Try starting the AEM serving as admin user

2. Try clearing the index in the /crx-qucikstart/repository/index and restart the server

3. check in error logs if their is any error for segmentation error. If yes, then I suggest you to re-install a new server. 

4. When you re-install the server make sure to start in admin mode. 

 

Let me know which one worked for you 

Avatar

Level 2

You can try few of these steps:

1. Check the bundle status if it is active. If it is in Resolved/Installed state, check if there is any error and try to resolve it otherwise try activating the bundle manually.

2. Check the error logs to check if anything is breaking.

3. Restart the AEM instance.

This should probably resolve the issue and you should get the start page.

Avatar

Correct answer by
Community Advisor

Hello @ZeelTr 

 

I guess you are exploring AEM for learning purposes.

I would suggest recreating your AEM instance. Delete crx-quickstart folder and set up the instance again.

 

It will save you time and get started on learning journey.

 

Always start and stop the AEM instance gracefully. Assure that the server has stopped, before you shut down your system/restart AEM

 


Aanchal Sikka