ronnyfm
ronnyfm
28-02-2019
28.02.2019 12:46:00.026 *WARN* [127.0.0.1 [1551375960022] GET /api/screens-dcc/devices/stati HTTP/1.1] com.adobe.granite.rest.impl.ResourceAdapterFactory Unable to handle adaptable com.adobe.cq.screens.impl.rest.DevicesStatiResource
Hi, does someone know how to get rid of this message?
vaibhavs7024655
vaibhavs7024655
28-02-2019
Hi ronnyfm
I believe the WARN message is displayed as soon as a screens replication agent is enabled and polling from author to publish begins. This seems to be a minor bug which is being reported to AEM Engineering already and is being worked upon.
If you're seeing a lot of them you can probably route them to a different log file by creating a separate logger to avoid clutter in the main log file.
ClintLundmark
ClintLundmark
29-03-2019
If Screens is not being used, a work around is to change the Author to Publish polling schedule so it occurs very infrequently. Create an OSGI Configuration on com.adobe.cq.screens.impl.jobs.DistributedDevicesStatiUpdateJob that changes the schedule to something like 0 0 1 1 * ? - which would amount to once a year on January 1st.
Jörg_Hoh
Employee
Jörg_Hoh
Employee
30-03-2019
That warning can be ignored. It's going to be fixed with a recent SP of AEM 6.4 (maybe already included in 6.4.3, haven't checked).
Jörg
earlef96071901
earlef96071901
10-04-2019
Work around? Not reach around?
earlef96071901
earlef96071901
10-04-2019
Ok not funny I guess. Lol.
Jörg_Hoh
Employee
Jörg_Hoh
Employee
12-04-2019
This workaround will just silence this message:
Set the loglevel for the class "com.adobe.granite.rest.impl.ResourceAdapterFactory" to ERROR.
koenve
koenve
17-05-2019
Can confirm this is still an issue in AEM 6.4.3 (still have to check with 6.4.4). Thanks for the workaround though, we'll implement that in the meantime