Hi All,
I am getting below error while trying to upload package manually in my local AEM 6.5 instance.
Also when I am trying to install bundle my local instance start showing 404.
I created a fresh instance but the same issue.
Could you please tell me what is the issue?
Solved! Go to Solution.
Views
Replies
Total Likes
Hi @Anoop
You can try below steps:
If above doesn't works, then further try below:
1. Make sure the package is not corrupted/properly created. Q: How did you create the package?
2. try the curl command to make sure it's not the issue with package.
command:
curl -u <user>:<password> -F cmd=upload -F force=true -F package=@test.zip http://localhost:4502/crx/packmgr/service/.json
3. Are you using Mac OS? If so, sometimes it might be an issue with access as well, make sure you've proper access to the crx-folder.
Try to start the AEM using command:
java -jar <aem-author-p4502.jar>
Hope this helps.
Hope this helps!
You should validate below line items
1. OOB bundles should be in active state
2. Check the error.log while starting the server
3. change the server port and see if it works
Are you able to get \system\console\bundle on plain vanilla instance?
If yes, are you making any system level configuration changes in your code and after deploying the code you are facing given issue?
Hi @Anoop
You can try below steps:
If above doesn't works, then further try below:
1. Make sure the package is not corrupted/properly created. Q: How did you create the package?
2. try the curl command to make sure it's not the issue with package.
command:
curl -u <user>:<password> -F cmd=upload -F force=true -F package=@test.zip http://localhost:4502/crx/packmgr/service/.json
3. Are you using Mac OS? If so, sometimes it might be an issue with access as well, make sure you've proper access to the crx-folder.
Try to start the AEM using command:
java -jar <aem-author-p4502.jar>
Hope this helps.
Hope this helps!
Views
Likes
Replies
Views
Likes
Replies
Views
Likes
Replies