Package Manager - Uploading fails on ACS AEM Commons 5.0.14 | Community
Skip to main content
Sebastiane_Edberg_
Community Advisor
Community Advisor
December 7, 2021

Package Manager - Uploading fails on ACS AEM Commons 5.0.14

  • December 7, 2021
  • 2 replies
  • 7353 views

Hi there, upload fails on the ACS AEM Commons 5.0.14 zip file with this error, what could be the reason for this?

 

Version Adobe Experience Manager 2021.11.6058.20211123T163652Z-211000

 

 

 

 

 

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

2 replies

Raja-Karuppsamy
Community Advisor
Community Advisor
December 7, 2021

@sebastiane_edberg_ What's the AEM version you are using ?  Can you check your error log for more information ?

 

Please refer this article: https://githubmemory.com/repo/Adobe-Consulting-Services/acs-aem-commons/issues/2566

 

Sebastiane_Edberg_
Community Advisor
Community Advisor
December 7, 2021

i am not seeing anything related to this error in the logs actually

Kishore_Kumar_
Level 9
December 7, 2021

Hi @sebastiane_edberg_ ,

 

I am unable to replicate this issue in local instance of aem-sdk-2021.11.6058.20211123T163652Z-211000. I am able to upload and install ACS commons 5.0.14 package successfully.

 

 

Sebastiane_Edberg_
Community Advisor
Community Advisor
December 8, 2021

@kishore_kumar_ any idea what i should start troubleshooting? is it a dependency that is not installed or could it be permission related? 

Level 4
January 4, 2022

@huideshao @kishore_kumar_ 

 

I now get the errors described here when deploying to dev https://github.com/Adobe-Consulting-Services/acs-aem-commons/issues/2604

Code scanning partially passes with a "D" in reliability rating, there are two lines marked as critical:

adobe/consulting:acs-aem-commons-ui.apps:5.1.0,0,The product interface com.day.cq.search.Query annotated with @ProviderType should not be implemented by custom code. Detected in com.adobe.acs.commons.search.CloseableQuery contained in /apps/acs-commons/install/acs-aem-commons-bundle-5.1.0.jar.,Bug,Critical,30m,CQRules:CQBP-84,cqsoftwarequality,https://www.adobe.com/go/aem_cmcq_cqbp-84_en

adobe/consulting:acs-aem-commons-ui.apps:5.1.0,0,The product interface com.day.cq.search.Query annotated with @ProviderType should not be implemented by custom code. Detected in com.adobe.acs.commons.wrap.cqsearch.QueryIWrap contained in /apps/acs-commons/install/acs-aem-commons-bundle-5.1.0.jar.,Bug,Critical,30m,CQRules:CQBP-84,cqsoftwarequality,https://www.adobe.com/go/aem_cmcq_cqbp-84_en

 

 

It is possible to override and continue build in pipeline but maybe theres a better option?


Oh, yes, there is an override switch in Review Summary dialog under Code Scanning step. You can try it.