Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

Adobe Summit 2023 [19th to 23rd March, Las Vegas and Virtual] | Complete AEM Session & Lab list
SOLVED

AEM 6.3: Alias resolving not working for some pages after content migration (6.1 > 6.3)

Avatar

Level 5

We've updated our AEM from 6.1 to 6.3, everything is up and running except our alias resolving.

Things I've noticed:

- /content/site/shoe (sling:alias=foot) --> /content/site/foot does NOT work if 'resource.resolver.optimize.alias.resolution' is enabled in the apache sling resource resolver factory configuration. If we disable the flag, it does work.

- If I update the alias using the advanced tab under properties the new alias get picked up and resolving works

Why do some old migrated pages with an already existing alias fail to work? Any help is greatly appreciated.

1 Accepted Solution

Avatar

Correct answer by
Level 5

It was caused by the QueryEngineSettings, .../system/console/jmx/org.apache.jackrabbit.oak%3Aname%3Dsettings%2Ctype%3DQuery…

The limits can be set at runtime using JMX, domain org.apache.jackrabbit.oak type QueryEngineSettings, attribute names LimitInMemory and LimitReads.

3 Replies

Avatar

Correct answer by
Level 5

It was caused by the QueryEngineSettings, .../system/console/jmx/org.apache.jackrabbit.oak%3Aname%3Dsettings%2Ctype%3DQuery…

The limits can be set at runtime using JMX, domain org.apache.jackrabbit.oak type QueryEngineSettings, attribute names LimitInMemory and LimitReads.