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

askdctm
askdctm
Offline

Badges

Badges
35

Accepted Solutions

Accepted Solutions
7

Likes Received

Likes Received
49

Posts

Posts
476

Discussions

Discussions
57

Questions

Questions
419

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by askdctm
Customize the badges you want to showcase on your profile
Curl command usage - Adobe Experience Manager 15-10-2015
Hi All,I was trying to understand what exactly are these curl commands. Tried searching but could not get exact information I wanted.Found one link http://www.wemblog.com/2012/03/how-to-do-user-management-using-post.html.Doubts as below :- In AEM 5.6.1 OOTB instance, where should I run this(any curl command)- Is there any separate tool/utility I need to make use of to run the curl commands.

Views

1.2K

Likes

0

Replies

10
Re: Node Store & Data store : AEM - Adobe Experience Manager 15-10-2015
Hi Sham,Thanks a lot for your reply. The reference links were helpful.

Views

228

Likes

0

Replies

0
Node Store & Data store : AEM - Adobe Experience Manager 15-10-2015
Hi All,In the link http://www.slideshare.net/mmarth/aem-hub-oak-02-full, I have some doubts related to slide nos. 7,8,91] What exactly is Node store. 2] Also, is it something like in AEM6, Node store can be either of the below Micro-kernelsa]Tar MKb]MongoMK.3] In 5.6.1, does this location crx-quickstart/repository/workspaces/crx.default/[i.e, persistence manager location] refer to the nodestore?4] Also, could not understand what is explained in slide 9.Any thoughts on this will be helpful.

Views

868

Likes

0

Replies

3
Re: Garbage Collection versus Tar optimization - Adobe Experience Manager 15-10-2015
Hi Jorg,Thanks a lot for your detailed explanation.

Views

172

Likes

0

Replies

0
Re: Garbage Collection versus Tar optimization - Adobe Experience Manager 15-10-2015
Hi Ove,Thanks a lot for your detailed explanation.I had few more doubts on this as below:I was going through the below linkhttp://dev.day.com/docs/en/crx/current/administering/persistence_managers.html#Tar PM Optimization Case Studyand the section "DATA STORE GARBAGE COLLECTION" and found the below linesa] "it is beneficial to get rid of them to preserve space and to optimize backup and filesystem maintenance performance"b] "removal of garbage records does not affect normal performance, so this ...

Views

171

Likes

0

Replies

0
Re: Garbage Collection versus Tar optimization - Adobe Experience Manager 15-10-2015
Hi All,Also, the above doubts I am having is with AEM version 5.6.1 & above

Views

171

Likes

0

Replies

0
Garbage Collection versus Tar optimization - Adobe Experience Manager 15-10-2015
http://www.cqtutorial.com/courses/cq-admin/cq-admin-lessons/cq-maintenance/cq-tar-optimizationIn the above link it says "All data (Except datastore data) is persisted in tar file in CQ".I have the below doubts1] Does it mean Datastore GC and Tar Pm are two different things2] Is it possible to include Datastore GC under Tar PM process.Any thoughts/links/references on the above will be helpful.

Views

834

Likes

0

Replies

5
Re: Mbean : CQ agents - Adobe Experience Manager 15-10-2015
Hi Jorg & Sham,Thanks a lot for your reply.@Jorg - I was getting Long cannot be converted to integer exception.I now have ObjectName replication1 = new ObjectName("com.adobe.granite.replication:type=agent,id=\"flush\""); Object staleWorkflowCount = server.getAttribute(workflowMBean, "QueueNumEntries");in the placeholders I have mentioned above and it seems to be working fine. I am now able to monitor one agent.Will see if I can modify this to monitor multiple agents and post back my results.

Views

220

Likes

0

Replies

0
Mbean : CQ agents - Adobe Experience Manager 15-10-2015
I get the count of stale workflows in the system by doing the below. private int checkStaleItems() { try { MBeanServer server = ManagementFactory.getPlatformMBeanServer(); ObjectName workflowMBean = getWorkflowMBean(server); Object staleWorkflowCount = server.invoke(workflowMBean, "countStaleWorkflows", new Object[]{null}, new String[]{String.class.getName()}); #step 1 int staleCount = (Integer) staleWorkflowCount; log.info("The Stale Workflow count is: ", staleCount); return staleCount; } catch...

Views

326

Likes

0

Replies

3
Re: How do I ask a good question on a forum? - Adobe Experience Manager 15-10-2015
Hi Ove,The points you have put down are very true and correct.I visit the forum on a regular basis to keep myself updated/ask queries. I always follow most of the points you have mentioned. Nevertheless there is always scope for further improvization.But you will have to excuse me on this one "Use your own name".

Views

4.6K

Likes

2

Replies

0