この会話は、活動がないためロックされています。新しい投稿を作成してください。
この会話は、活動がないためロックされています。新しい投稿を作成してください。
We have two AEM Publishers and the below exception is continuously thrown on both the publishers.
解決済! 解決策の投稿を見る。
表示
返信
いいね!の合計
Hello Ashish,
It looks like it's trying to find the config for the task using the old location, instead of the new location /conf/global/settings/granite/operations/maintenance/granite_daily. The libs path does not exist, hence the 404.
The request was used in lower versions of AEM like AEM 6.2 to get maintenance task info, these request would not have any impact on the maintenance task run on AEM 6.3 and above.
Regards,
Vishu
These are just "INFO" logs. Are you noticing these entries frequently on your logs?
Yes these are frequently in our logs. And due to this request combined with ACS Commons we noticed that The call that AEM is getting, that call in itself is 404 always, checked it on vanilla server.
Since the call is 404, it would invoke your error handler JSP.. and the vanity check code is throwing some code error, when the incoming URL pattern is: /libs/granite/operations/config/maintenance/granite:daily.infinity.json
So we had to wrap the 404.jsp to catch the exception.
表示
返信
いいね!の合計
This is just an INFO log. You shouldn't be worried about it. You can ignore it.
表示
返信
いいね!の合計
表示
返信
いいね!の合計
Hello Ashish,
It looks like it's trying to find the config for the task using the old location, instead of the new location /conf/global/settings/granite/operations/maintenance/granite_daily. The libs path does not exist, hence the 404.
The request was used in lower versions of AEM like AEM 6.2 to get maintenance task info, these request would not have any impact on the maintenance task run on AEM 6.3 and above.
Regards,
Vishu
表示
返信
いいね!の合計
Yes, the call is 404 because it does not exist. It should be:
30/Apr/2020:08:48:57 -0400 [4475] -> GET /conf/global/settings/granite/operations/maintenance/granite_daily.infinity.json HTTP/1.1 30/Apr/2020:08:48:57 -0400 [4475] <- 200 application/json 8ms
表示
返信
いいね!の合計