활동이 없어 이 대화는 잠겼습니다. 새 게시물을 작성해 주세요.
활동이 없어 이 대화는 잠겼습니다. 새 게시물을 작성해 주세요.
Hi,
I am using AEM 6.5 ,service pack 8.
A page was published on Feb 23rd 2022 and I am trying to get that page of June 28th 2022 using timewarp feature but instead of getting the page "Internal Server Error" occurred .For all the dates before and after the published date ,same error is occurring .
If anyone have faced this issue and resolved it or if anyone have possible solution for it , please help .
Thanks ,
Rahul Kumar
해결되었습니다! 솔루션으로 이동.
조회 수
답글
좋아요 수
Hi @Rahul-AIG ,
Might be one of below reason
Navigate to that page version node through CRX/DE and check jcr:frozenNode properties - chances are one of the properties is invalid.
cq:template might pointing to a non-existing path.
You can new logger for com.day.cq.wcm.core.impl.warp.TimeWarpResourceResolver and set log level to trace.
Check your logs after trying to use timewarp feature by switching versions.
This way you ca able to see clear log error and can be able to find the solution.
Hope that helps!
Regards,
Santosh
Hi @Rahul-AIG,
Can you share the error.log from the timeframe when you attempt to reproduce the issue?
Thanks!!
Hi @Rahul-AIG ,
Might be one of below reason
Navigate to that page version node through CRX/DE and check jcr:frozenNode properties - chances are one of the properties is invalid.
cq:template might pointing to a non-existing path.
You can new logger for com.day.cq.wcm.core.impl.warp.TimeWarpResourceResolver and set log level to trace.
Check your logs after trying to use timewarp feature by switching versions.
This way you ca able to see clear log error and can be able to find the solution.
Hope that helps!
Regards,
Santosh
@Rahul-AIG This is working as designed in the vanilla instance. Can you add the logs as suggested by @SantoshSai
Thanks