Expand my Community achievements bar.

Guidelines for the Responsible Use of Generative AI in the Experience Cloud Community.
SOLVED

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.

Avatar

Former Community Member

Hi,

    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.

 

  1. Port error: Could not establish connection. Receiving end does not exist.
    1. chromeHidden.Port.dispatchOnDisconnectextensions/renderer_extension_bindings.js:146
  1. extensions/renderer_extension_bindings.js:146Port error: Could not establish connection. Receiving end does not exist.
  1. extensions/renderer_extension_bindings.js:146Port error: Could not establish connection. Receiving end does not exist.
  1. extensions/renderer_extension_bindings.js:146Port error: Could not establish connection. Receiving end does not exist.
  1. extensions/renderer_extension_bindings.js:146Port error: Could not establish connection. Receiving end does not exist.
  1. 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)
  1. extensions/renderer_extension_bindings.js:146Port error: Could not establish connection. Receiving end does not exist.
  1. 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)

Thanks,

Rmaya

1 Accepted Solution

Avatar

Correct answer by
Former Community Member

Those look like errors from a chrome extension, not from CQ.

Can you try disabling all of your extensions (via Settings > Extensions in Chrome) and seeing if you still get an error?

View solution in original post

1 Reply

Avatar

Correct answer by
Former Community Member

Those look like errors from a chrome extension, not from CQ.

Can you try disabling all of your extensions (via Settings > Extensions in Chrome) and seeing if you still get an error?

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. (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] ----