when I try to deploy the project on cloud I get errors
inheritedburrp opened this issue · 2 comments
aio aem:rde:install all/target/asset-share-commons.all-3.4.3-SNAPSHOT.zip
Uploading ████████████████████████████████████████ 100% | ETA: 0s | 7730/7730 KB
#9: deploy staged for content-package asset-share-commons.all-3.4.3-SNAPSHOT.zip on author,publish - done by 12341234cc2342cc3c.e at 2023-11-08T14:13:26.743Z
Logs:
The analyser found the following errors for author and publish :
The analyser found the following warnings for author and publish :
[configuration-api] Configuration org.apache.sling.commons.log.LogManager.factory.config~asset-share-commons: Property org.apache.sling.commons.log.pattern - Property is not allowed (asset-share-commons:asset-share-commons.all:3.4.3-SNAPSHOT|asset-share-commons:asset-share-commons.ui.config:3.4.3-SNAPSHOT)
[api-regions-exportsimports] com.adobe.aem.temp:medi-aem-sites.core:1.0.0.SNAPSHOT: Bundle medi-aem-sites.core:1.0.0.SNAPSHOT is importing package(s) Package com.day.cq.wcm.api;version=[1.30,2) in start level 20 but no visible bundle is exporting these for that start level in the required version range.
[api-regions-exportsimports] com.adobe.aem.temp:assetshare.core.cloud:3.4.2: Bundle assetshare.core.cloud:3.4.2 is importing package(s) Package com.day.cq.dam.commons.util;version=[1.68,2) in start level 20 but no visible bundle is exporting these for that start level in the required version range.
› Error: [RDECLI:INSTALL_STAGED] Install command was staged, analysers detected missing packages that can be fixed with another deployment on top of this one.
› Please check logs. If this is expected, you can ignore exit code 40
› Code: INSTALL_STAGED
mmm - i able able to install this on my RDE. are you still having this problem? Can you try resetting your RDE and trying again?
Also - can you try w/ v3.5.0 -- and make sure to use the cloud
maven dependency classifier for the ASC All package dependency, like so:
<dependency>
<groupId>com.adobe.aem.commons</groupId>
<artifactId>assetshare.all</artifactId>
<version>3.5.0</version>
<classifier>cloud</classifier>
<type>zip</type>
</dependency>
Please re-open if you still have issues.