com.adobe.aem.wcm.hierarchicalobject.impl.adapter.HierarchicalObjAdapterFactoryImpl unable to adapt resource of of /content/cq:tags/(TagID) to com.adobe.aem.wcm.hierarchicalobject.api.internal.HierarchicalObject
Hi,
While creating the tags programmatically, there is few seconds time delay on one of the testing environment. It takes approx. 15-20 seconds while creating the tags. In local and production environment, it is working fine and taking only few milliseconds. While checking the logs in testing environment, I found out the below error
com.adobe.aem.wcm.hierarchicalobject.impl.adapter.HierarchicalObjAdapterFactoryImpl unable to adapt resource of /content/cq:tags/(TagID) to
com.adobe.aem.wcm.hierarchicalobject.api.internal.HierarchicalObject
I am suspecting this is causing the time delay issue but not very much sure. Any suggestions on this will be highly appreciated
Note: tried both resolver.adaptTo () and jcrTagManagerFactory to create TagManager object
Thanks

