Expand my Community achievements bar.

Learn about Edge Delivery Services in upcoming GEM session
SOLVED

package file parameter missing while uploading package

Avatar

Level 1

Hi All,

I am getting below error while trying to upload package manually in my local AEM 6.5 instance.

Anoop_0-1646228132484.png

Also when I am trying to install bundle my local instance start showing 404.

Anoop_1-1646228248451.png

 

I created a fresh instance but the same issue.

Could you please tell me what is the issue?

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

Hi @Anoop 

 

You can try below steps: 

  1. Logout and Login into the AEM
  2. Clear the cache of the browser
  3. Try uploading in incognito mode

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 

Ref: https://experienceleague.adobe.com/docs/experience-manager-65/administering/operations/curl.html?lan... 

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!

View solution in original post

2 Replies

Avatar

Community Advisor

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?

 

Avatar

Correct answer by
Community Advisor

Hi @Anoop 

 

You can try below steps: 

  1. Logout and Login into the AEM
  2. Clear the cache of the browser
  3. Try uploading in incognito mode

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 

Ref: https://experienceleague.adobe.com/docs/experience-manager-65/administering/operations/curl.html?lan... 

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!