I have followed the article: http://helpx.adobe.com/adobe-cq/using/persisting-cq-data-java-content.html to store the data in JCR repository in my local set up.
bundle is active and when i open the page i am getting some below error(errors are in attachment).I am not able to debug and fix the errors,Please help me to proceed.
Port error: Could not establish connection. Receiving end does not exist.
extensions/event.js:184Error in event handler for 'undefined': TypeError: Cannot read property 'ynt_d' of undefined at eval at <anonymous> (eval at <anonymous> (chrome-extension://nbmafkdmkkckhggblphicnnhlgljnoje/js/ex.js:39:22)) at extensions/renderer_extension_bindings.js:253:13 at [object Object].dispatch (extensions/event.js:182:28) at Object.<anonymous> (extensions/renderer_extension_bindings.js:149:27)
extensions/event.js:184Error in event handler for 'undefined': TypeError: Cannot read property 'linker' of undefined at eval at <anonymous> (eval at <anonymous> (chrome-extension://nbmafkdmkkckhggblphicnnhlgljnoje/js/ex.js:39:22)) at extensions/renderer_extension_bindings.js:253:13 at [object Object].dispatch (extensions/event.js:182:28) at Object.<anonymous> (extensions/renderer_extension_bindings.js:149:27)
The following has evaluated to null or missing:
==> liqladmin("SELECT id, value FROM metrics WHERE id = 'net_accepted_solutions' and user.id = '${acceptedAnswer.author.id}'").data.items [in template "analytics-container" at line 83, column 41]
----
Tip: It's the step after the last dot that caused this error, not those before it.
----
Tip: If the failing expression is known to be legally refer to something that's sometimes null or missing, either specify a default value like myOptionalVar!myDefault, or use <#if myOptionalVar??>when-present<#else>when-missing#if>. (These only cover the last step of the expression; to cover the whole expression, use parenthesis: (myOptionalVar.foo)!myDefault, (myOptionalVar.foo)??
----
----
FTL stack trace ("~" means nesting-related):
- Failed at: #assign answerAuthorNetSolutions = li... [in template "analytics-container" at line 83, column 5]
----