Move page wizard sometimes fails with error message | Community
Skip to main content
Level 6
July 1, 2020
Solved

Move page wizard sometimes fails with error message

  • July 1, 2020
  • 3 replies
  • 2761 views

hi folks,

Sometimes the  move page wizard fails ( usually when we change the page name and URL while staying in the same part of containment tree.)

There is a spinner for a while, then there is a dialog that says "failed to load".

This is an intermittent problem, many times it works fine.

 

I've looked in the logs when the error occurs and the only ERROR message I can see is the following

 

GET /content/versionhistory.thumb.48.48.png HTTP /1.1 ] org.apache.jsp.libs.cq.Page.thumb_png_jsp resource has no content . path=/content/versionhistory.thumb.48.48.png referrer is null

 

Does this mean anything ?

 

thanks

Fiona

 

 

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 vanegi

 

There are some known issue reported to our engineering wherein moving the page in the same folder does not work in touch UI [next button is inactive].

 

Engineering team has fixed the issue in 6.5.4(CQ-4282307 | Page Move and Rename not working in Touch UI for a large set of content) via internal JIRA IDs CQ-4282943, CQ-4282307.

 

As a workaround, you can increase the size property of /libs/wcm/core/content/sites/movepagewizard/destination/field from 40 to 2000 and test this in a lower environment.

3 replies

vanegi
Adobe Employee
vanegiAdobe EmployeeAccepted solution
Adobe Employee
July 1, 2020

 

There are some known issue reported to our engineering wherein moving the page in the same folder does not work in touch UI [next button is inactive].

 

Engineering team has fixed the issue in 6.5.4(CQ-4282307 | Page Move and Rename not working in Touch UI for a large set of content) via internal JIRA IDs CQ-4282943, CQ-4282307.

 

As a workaround, you can increase the size property of /libs/wcm/core/content/sites/movepagewizard/destination/field from 40 to 2000 and test this in a lower environment.

Level 6
July 1, 2020
Thanks. I will try that as soon as I can. How do I change that size value though ? thanks Fiona
Vaibhavi_J
Level 7
July 1, 2020
Level 4
June 17, 2021

Hi @fionas76543059 

 

Was facing same error in log while moving page 

 

GET /content/versionhistory.thumb.48.48.png HTTP /1.1 ] org.apache.jsp.libs.cq.Page.thumb_png_jsp resource has no content . path=/content/versionhistory.thumb.48.48.png referrer is null

 

and saw that /content/versionhistory empty node was there and as per https://helpx.adobe.com/experience-manager/6-3/sites/developing/using/pagediff.html versions as of AEM 6.3.3.2, versions are being stored in /tmp/versionhistory folder.

Deleted /content/versionhistory node and exception is not coming.

 

 

Level 6
June 17, 2021
Thanks. Our customer is using the old "classic" Move pages now as he thinks it is better.