Unable to get the aem package working on the aem cloud testing instanc | Community
Skip to main content
jazyac
Level 2
April 6, 2023

Unable to get the aem package working on the aem cloud testing instanc

  • April 6, 2023
  • 1 reply
  • 1294 views

I have an aem package that needs to be tested on my aem cloud instance.

I am noticing unexpected behaviour in my package.  I am noticing that the controls against the package in /crx/de are limited, compared to other packages. The same goes for the Filters section. Please see images, the first one indicates that the controls and the Filters are missing, the second one shows the expected behaviour(from another package).
Missing controls

Expected behaviour

The way I deploy the package is via IBM s3 bucket.  I build and deploy the package to the bucket using “mvn clean install deploy”. Which deploys the package to the s3 bucket.

As you can see from the screenshot below, the packages get deployed properly. This is from running the following command–

“s3cmd ls s3://{bucket-name}/ --recursive ”

s3 bucket

In my aem cloud instance repository, the credentials and the configurations are stored in the “settings.xml” file.

I have a pipeline set up in cloud manager which pulls the package from the bucket and spins up an aem cloud instance using the repository discussed above. The pipeline completes successfully.

Can I get some advice on how to make the filters and other controls show up?

Thanks

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

1 reply

joerghoh
Adobe Employee
Adobe Employee
April 9, 2023

How is the CS instance connected to the S3 bucket? Is this custom code?

jazyac
jazyacAuthor
Level 2
April 9, 2023

Hello @joerghoh

If you mean where are the credentials for the s3 bucket stored, they are stored in

 

/{AEM_cloud_repo}/cloudmanager/maven/settings.xml

 

 

This file is identical to my local version of settings.xml, which I use to push the package to the s3 bucket.

 

 

 

 

joerghoh
Adobe Employee
Adobe Employee
April 16, 2023

I understand that your maven build pushes packages into an S3 bucket, and this process is working. And if I understand you correctly, somehow these packages getting transfered from S3 into your AEM instance, and this process is not working correctly. So how is this failing process working (or supposed to work)?