Expand my Community achievements bar.

Dive into Adobe Summit 2024! Explore curated list of AEM sessions & labs, register, connect with experts, ask questions, engage, and share insights. Don't miss the excitement.
SOLVED

AEM 6.4.3 | Not able to edit any component

Avatar

Level 2

Hi,

I am not able to open any edit dialog after installing AEM 6.4.3 service. Is anyone else facing the same issue?

Errors are :

Uncaught TypeError: Cannot read property 'replace' of undefined

    at HTMLDocument.<anonymous> (page.8a9ad83c4b88a00fcbe6bfe0088d80c2.js:7541)

    at HTMLDocument.dispatch (jquery.5e8d3382f82b03b0bf3fea3024eecd61.js:5226)

    at HTMLDocument.elemData.handle (jquery.5e8d3382f82b03b0bf3fea3024eecd61.js:4878)

    at Object.trigger (jquery.5e8d3382f82b03b0bf3fea3024eecd61.js:5130)

    at HTMLDocument.<anonymous> (jquery.5e8d3382f82b03b0bf3fea3024eecd61.js:5860)

    at Function.each (jquery.5e8d3382f82b03b0bf3fea3024eecd61.js:370)

    at jQuery.fn.init.each (jquery.5e8d3382f82b03b0bf3fea3024eecd61.js:137)

    at jQuery.fn.init.trigger (jquery.5e8d3382f82b03b0bf3fea3024eecd61.js:5859)

    at core.d948d0239b13041ea18568bf195d9097.js:21715

    at jquery.5e8d3382f82b03b0bf3fea3024eecd61.js:3411

core.d948d0239b13041ea18568bf195d9097.js:1123 Parsing incoming message failed setImmediate$0.5162372643488027$3

receiveMessage @ core.d948d0239b13041ea18568bf195d9097.js:1123

Regards,

Salman

1 Accepted Solution

Avatar

Correct answer by
Level 4

Workaround: How to fix the issue

   

    Go to Package Manager

    Reinstall package "cq-ui-wcm-admin-content-1.0.1004.zip"

    Recompile all JSPs (http://<AEM HOST>:<AEM PORT/system/console/slingjsp)

    OR

    Restart the instance

   

   This workaround will documented in the release notes shortly

View solution in original post

15 Replies

Avatar

Level 10

I didn't face any issue with 6.4.3 SP. Are you observing this behavior in your custom code/project?

Try

  • to bounce the server and check if the error still persists?
  • to edit We.Retail site components and observe the behavior

Share the page url/screenshot/logs about the issue accordingly.

Avatar

Level 10

I am not seeing this either. I installed SP 6.4.3 and I am able to edit components.

edit643.png

Was your AEM Server an upgraded Server before you installed the SP?

Avatar

Level 1

Hi,

I am also having the same issue and not able to edit any of my components after installing 6.4.3. The previous AEM version was 6.4.2. When I checked the log file I found  a SlingExecption

Uncaught SlingException

org.apache.sling.scripting.jsp.jasper.JasperException: /libs/cq/gui/components/authoring/dialog/dialog.jsp(39,2) File "/libs/cq/gui/components/siteadmin/admin/properties/FilteringResourceWrapper.jsp" not found

Regards,

Manjeet

Avatar

Community Advisor

Do you see any console errors in the browser console. Click F12 and check the browser console while trying to edit any component

Avatar

Level 10

Please share the page url, console logs and screenshot of the issue(s).

Avatar

Level 1

the console is clear and there is no error. But found that FilteringResourceWrapper.jsp is missing.

Avatar

Level 2

smacdonald2008​ this is probably one of the worst upgrades I have had to deal with with regards to SP's...

I am seeing the same issue reported here, and it is only happening if you install SP2 (6.4.2.0) and THEN install SP3 (6.4.3.0)
If you install SP3 on a base AEM instance (6.4.0.0) then editing dialogs works fine.

The error is very clear, the file `/libs/cq/gui/components/siteadmin/admin/properties/FilteringResourceWrapper.jsp` is not in the repository. If I copy the file from a clean AEM 6.3 SP2 instance into my SP3 instance, I can edit dialogs in my SP3 instance.

This suggests to me that proper testing of the scenario described above was not tested before SP3 release (install SP2 -> install SP3). Might be an honest mistake, but I'd love to know if there is a path forward?

Somewhat related frustration notes

We upgraded to SP2 and found a major bug which I reported in a daycare ticket and also here: Parsys Limit code prevents adding components in AEM 6.4.2.0 (SP2) · Issue #1545 · Adobe-Consulting-S...


Then we upgrade to SP3 yesterday, and this issue happens.. maybe you can understand my frustration

Hopefully adobe has a path forward for us.

Ahmed

Avatar

Level 10

Please report this to customer Care team so they can report to the Eng team and fix it. Obviously if there is a bug somewhere. Thank you!

Please note - Adobe is in Winter Shutdown until Jan 2.

Avatar

Community Advisor

Please raise a ticket with Adobe as scott mentioned

Avatar

Level 10

We closed this thread as there is nothing more the community can do at this point.

Avatar

Correct answer by
Level 4

Workaround: How to fix the issue

   

    Go to Package Manager

    Reinstall package "cq-ui-wcm-admin-content-1.0.1004.zip"

    Recompile all JSPs (http://<AEM HOST>:<AEM PORT/system/console/slingjsp)

    OR

    Restart the instance

   

   This workaround will documented in the release notes shortly

Avatar

Level 2

We're having the exact same issue. Thanks salman18j for reporting this.

It is indeed pretty shocking that a bug like this made its way into SP3. Makes me question what else may be broken...

In any event, the workaround from Bharath valse is valid.