Expand my Community achievements bar.

Analytics Report JSON Exception while generating reportIDs

Avatar

Level 2

I have enabled Adobe Analytics in Adaptive Form but when I go to view Report. I see message in red text "No analytics data found for the selected date range". 

 

AEM version 6.5.19

 

In error log i'm seeing this exception:

 

 

09.10.2024 12:52:48.097 *ERROR* POST /content/forms/af/forms/form/jcr:content/guideContainer.analyticsReport.json HTTP/1.1] com.adobe.aem.formsndocuments.analytics.report.manager.SummaryReportManager JSON Exception while generating reportIDs
org.apache.sling.commons.json.JSONException: JSONObject["reportID"] not found.
at org.apache.sling.commons.json.JSONObject.get(JSONObject.java:360) [org.apache.sling.commons.json:2.0.20]
09.10.2024 12:52:48.098 *ERROR* POST /content/forms/af/forms/form/jcr:content/guideContainer.analyticsReport.json HTTP/1.1] com.adobe.aem.formsndocuments.analytics.report.manager.SummaryReportManager reportIDs are not available to generate report in SummaryReportManager::generateReport()
09.10.2024 12:52:48.099 *INFO* POST /content/forms/af/forms/form/jcr:content/guideContainer.analyticsReport.json HTTP/1.1] com.adobe.aem.formsndocuments.analytics.report.servlet.AnalyticsReportingServlet Data save success: Guide Path/content/dam/formsanddocuments/forms/form/jcr:content/metadata, Date Range Option: lastsevendays
09.10.2024 12:53:05.062 *WARN* GET /sites.html/content HTTP/1.1] com.day.cq.wcm.core.impl.components.ComponentCacheImpl No component node found at /apps/granite/ui/components/coral/foundation/form/select
09.10.2024 12:53:05.062 *WARN* GET /sites.html/content HTTP/1.1] com.day.cq.wcm.core.impl.components.ComponentCacheImpl No component node found at /apps/granite/ui/components/coral/foundation/form/select
09.10.2024 12:53:05.063 *WARN* GET /sites.html/content HTTP/1.1] com.day.cq.wcm.core.impl.components.ComponentCacheImpl No component node found at /apps/granite/ui/components/coral/foundation/form/select
09.10.2024 12:53:05.063 *WARN* GET /sites.html/content HTTP/1.1] com.day.cq.wcm.core.impl.components.ComponentCacheImpl No component node found at /apps/granite/ui/components/coral/foundation/form/select
09.10.2024 12:53:07.860 *WARN* org.apache.jackrabbit.oak.query.QueryImpl Traversal query (query without index): select [jcr:path], [jcr:score], * from [nt:base] as a where [cq:componentPath] = 'fd/fmaddon/components/analytics/formanalytics' and isdescendantnode(a, '/etc/cloudservices/sitecatalyst') /* xpath: /jcr:root/etc/cloudservices/sitecatalyst//*[(@cq:componentPath = 'fd/fmaddon/components/analytics/formanalytics')] */; consider creating an index

 

0 Replies