AEM AIO RDE Package Deployment | Difference in size and filter | Community
Skip to main content
Level 4
August 8, 2023
Solved

AEM AIO RDE Package Deployment | Difference in size and filter

  • August 8, 2023
  • 1 reply
  • 1286 views

hi all,

 

i have an issue when deploying project to my local it is working fine.

but when i push the target jar of all module to rde using aio, there are few differences -

the size of the package in cli is much larger than the one deployed on rde instance.

the cli shows 5 mb of package being uploaded, while on rde the target zip for all module has size of 6.5 kb

the filter.xml has below paths defined -

<filter root="/apps/project-packages"/>
<filter root="/apps/project-vendor-packages"/>

but when we seeing the packmgr only /apps/project-vendor-packages is seen.

this is despite the fact that the target's zip file filter.xml has both paths

what can cause this filter.xml to be not installed as is present in the target zip?

@rohan_garg, @aanchal-sikka ?

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

You can reach out to the blog writer @veenavikraman directly.

Meanwhile, can you send a copy of your pom.xml for parent module, all module and ui.apps module?

 

Reading the blog its straight forward enough-

1. Declare dependencies in main pom.xml and add netcentric version as a property

2. In all pom.xml embed the netcentric dependencies first and declare them as dependencies at the last

3. in ui.apps define install hook and change application type to mixed. The dependencies are specified again in the dependency management.

 

I tried this in my local and it works!

1 reply

Rohan_Garg
Community Advisor
Community Advisor
August 16, 2023

I am not exactly sure what will cause this issue exactly.

One thing I can think of is the sequence of package installation. If the modules are dependent on one another or say some third party installation & the sequence is not as expected on your local then this might be possible. I haven't seen this issue before.

Can you send the sequence of packages as they are installed along with their dependency?

 

Can you back track this issue to some particular bundle/package installation?

aem_noobAuthor
Level 4
August 17, 2023

Trying to install netcentric package by following the blog -

https://www.linkedin.com/pulse/aem-how-configure-netcentric-aemcaas-veena-vikraman

removing netcentric packages and dependency, all seems fine

Rohan_Garg
Community Advisor
Rohan_GargCommunity AdvisorAccepted solution
Community Advisor
August 17, 2023

You can reach out to the blog writer @veenavikraman directly.

Meanwhile, can you send a copy of your pom.xml for parent module, all module and ui.apps module?

 

Reading the blog its straight forward enough-

1. Declare dependencies in main pom.xml and add netcentric version as a property

2. In all pom.xml embed the netcentric dependencies first and declare them as dependencies at the last

3. in ui.apps define install hook and change application type to mixed. The dependencies are specified again in the dependency management.

 

I tried this in my local and it works!