Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

cmhdave3266
cmhdave3266
Offline

Badges

Badges
6

Accepted Solutions

Accepted Solutions
0

Likes Received

Likes Received
0

Posts

Posts
8

Discussions

Discussions
1

Questions

Questions
7

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by cmhdave3266
Customize the badges you want to showcase on your profile
Question about static Logger in OSGI - Adobe Experience Cloud 15-10-2015
All, we've been running into this issue where every time we deploy our code to an AEM instance (5.6.1) the PermGen space increases which I can monitor by attaching VisualVM. Now there are some good resources available by Frank Kievet about this so I've been reading through this blog post: http://frankkieviet.blogspot.ca/2006/10/how-to-fix-dreaded-permgen-space.html[1]To try this I follow these stepsDeploy code to AEMLog into Felix console and stop our code bundleRun jmap -dump:format=b,file=leak...

Views

273

Likes

0

Replies

0
Question about static Logger in OSGI - Adobe Experience Manager 15-10-2015
All, we've been running into this issue where every time we deploy our code to an AEM instance (5.6.1) the PermGen space increases which I can monitor by attaching VisualVM. Now there are some good resources available by Frank Kievet about this so I've been reading through this blog post: http://frankkieviet.blogspot.ca/2006/10/how-to-fix-dreaded-permgen-space.html[1]To try this I follow these stepsDeploy code to AEMLog into Felix console and stop our code bundleRun jmap -dump:format=b,file=leak...

Views

194

Likes

0

Replies

1
Re: Forum Emails no longer being sent in 5.6.1 - Adobe Experience Manager 15-10-2015
JK, that seemed to do the trick. Since this is using an EmailBuilder to send the notification email I'm not sure how we would change it to a job. We'll investigate however.

Views

279

Likes

0

Replies

0
Re: Forum Emails no longer being sent in 5.6.1 - Adobe Experience Manager 15-10-2015
I should also comment that our production author application is bounced nightly for a backup so just bouncing the server doesn't seem to resolve the issue.

Views

236

Likes

0

Replies

0
Forum Emails no longer being sent in 5.6.1 - Adobe Experience Manager 15-10-2015
We are running CQ 5.6.1 with CQ Social Communities package 1.4.205. We have configured our Forum email notification as it is described in the Adobe docs [1]. We have also created our own ForumEventEmailBuilder that extends AbstractEmailBuilder. We have disabled the out of the box com.adobe.cq.social.forum.impl.ForumEventEmailBuilder by unchecking the "Is Enabled" checkbox in the Felix console and ensured ours is enabled.This all works great in our test environment and it worked great in our prod...

Views

705

Likes

0

Replies

4
Re: Minify JS CSS - Adobe Experience Manager 15-10-2015
In my CQ 5.6.1 instance it is com.adobe.granite.ui.commons-5.5.76.jar. I don't have AEM 6.0 installed but if you read that KB article that kunal23 linked above you can find it in your 6.0 installation easy enough.

Views

862

Likes

0

Replies

0
Re: Minify JS CSS - Adobe Experience Manager 15-10-2015
Is there a feature you are looking for that you want to enable in particular? I can see in the code from the above referenced JAR that the YUI compressor is called with this method:compress(Writer out, int linebreak, boolean munge, boolean verbose, boolean preserveAllSemiColons, boolean disableOptimizations)with these parameterscompressor.compress(out, 0, true, false, false, false);

Views

862

Likes

0

Replies

0
Re: Minify JS CSS - Adobe Experience Manager 15-10-2015
What version are you using? I see an known issue in the Release Notes for 6.0"Client libs: When using the new 6.0 cachekey feature of the client library, minification is no longer applied to files (CQ-21506)"

Views

861

Likes

0

Replies

0