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

Upload and Build package failing in Chrome

Avatar

Level 7

Hi,

While uploading/building/any other operation on package manager, I see following JS error in the console and hence it gets stuck.

Screenshot 2020-05-29 at 12.54.11 AM.png

Anyone faced this issue on any browser?

It works in Safari though. 

Chrome Version : Version 83.0.4103.61 (Official Build) (64-bit)

 

Even OOTB pacakge installation is not wokring:

29.05.2020 01:04:46.951 *INFO* [qtp1661131386-2036] com.day.crx.packaging.impl.SlingInstallerSupportImpl Sling installer node /system/sling/installer/jcr/pauseInstallation/de790995-cf96-44dd-89d6-59b39ff13ffa/com.day.crx.packaging.impl.SlingInstallerSupportImpl/6966a3a6-e2ff-471c-8aa6-74f8de1431f6 created.
29.05.2020 01:04:46.976 *INFO* [qtp1661131386-2036] com.day.crx.packaging.impl.J2EEPackageManager Found installable at /apps/core/wcm/config/com.adobe.cq.wcm.core.components.internal.services.embed.OEmbedClientImplConfigurationFactory-facebookVideo.config
29.05.2020 01:04:46.987 *INFO* [qtp1661131386-2036] org.apache.jackrabbit.vault.packaging.impl.ActivityLog adobe/cq60:core.wcm.components.config:2.8.0: INSTALL
29.05.2020 01:04:47.000 *INFO* [qtp1661131386-2036] com.day.crx.packaging.impl.SlingInstallerSupportImpl Sling installer node /system/sling/installer/jcr/pauseInstallation/de790995-cf96-44dd-89d6-59b39ff13ffa/com.day.crx.packaging.impl.SlingInstallerSupportImpl/6966a3a6-e2ff-471c-8aa6-74f8de1431f6 removed.
29.05.2020 01:04:47.000 *INFO* [qtp1661131386-2036] com.day.crx.packaging.impl.J2EEPackageManager Scanner detected potential jcr installable. delaying installation for 2 seconds.

1 Accepted Solution

Avatar

Correct answer by
Employee

@viveksachdeva

 

[EDIT] -- revising my post to reduce confusion -- the fix is within build --> com.adobe.granite.crx-packagemgr-1.2.100.jar 

 

 

 

View solution in original post

12 Replies

Avatar

Community Advisor

Yes, we are also facing issue.
This is due to Chrome Browser upgrade I guess.

We did not debug the actual cause, instead of using another browser.



Arun Patidar

Avatar

Level 7
Argh.. this is so irritating.. Chrome is always my default browser.. Will try degrading it I guess, if I dont find a solution

Avatar

Correct answer by
Employee

@viveksachdeva

 

[EDIT] -- revising my post to reduce confusion -- the fix is within build --> com.adobe.granite.crx-packagemgr-1.2.100.jar 

 

 

 

Avatar

Employee
GRANITE-30226 (Package Manager), GRANITE-30280 (CRX DE)

Avatar

Employee
<groupId>com.adobe.granite</groupId> <artifactId>com.adobe.granite.crx-packagemgr</artifactId> <version>1.2.100</version>

Avatar

Level 7

Sorry dint get it.. So this a change in ext JS independently, right? How do we make the same change in AEM. Any hotifix/package available for this? @aemmarc 

Avatar

Employee
I made the post before I fully realized where the change needed to be made. I saw the GIT commit in a JS file and incorrectly assumed we could manually patch it. But unfortunately, the change is within the bundle itself so a new JAR will be needed. The fix is within build - com.adobe.granite.crx-packagemgr.-1.2.100.jar.

Avatar

Level 1
I have checked this on the latest Chrome version and looks like it's fixed by itself. Should we apply hotfix in this case? Do you expect that this thing could be broken in the future?

Avatar

Employee

Hi @viveksachdeva ,

 

This is a known issue which is currently being worked upon by AEM Development team under internal ticket ID -- GRANITE-30226. This is specifically seen with browser - Google Chrome(83.0.4103.61). You could test this on any other browser and it should work fine for the time being.

 

This has been fixed for AEM 6.5.6.0 (Releasing on Sept 3rd, 2020) & AEM 6.4.8.2. [NPR-33714], I hope this would help your concern.

 

Warm regards,

Nidz.

Avatar

Employee

hello @viveksachdeva 

 

Please raise a support ticket and you would be given a fix for this.

 

Regards,

Manish Singh

Avatar

Level 7
I got granite hot fix for 6.5 and the issue is fixed now